Compare commits

..

4 Commits

Author SHA1 Message Date
standardci
a421630a2d chore(release): publish new version
- @standardnotes/api-gateway@1.6.23
 - @standardnotes/auth-server@1.11.22
 - @standardnotes/common@1.30.0
 - @standardnotes/domain-events-infra@1.7.23
 - @standardnotes/domain-events@2.49.0
 - @standardnotes/event-store@1.1.22
 - @standardnotes/files-server@1.5.21
 - @standardnotes/predicates@1.2.6
 - @standardnotes/scheduler-server@1.5.19
 - @standardnotes/security@1.2.6
 - @standardnotes/syncing-server@1.6.23
2022-07-14 13:46:31 +00:00
Karol Sójko
7e95eea337 feat(domain-events): add refund requested event 2022-07-14 15:44:24 +02:00
standardci
eec76a7ec3 chore(release): publish new version
- @standardnotes/api-gateway@1.6.22
 - @standardnotes/auth-server@1.11.21
 - @standardnotes/domain-events-infra@1.7.22
 - @standardnotes/domain-events@2.48.1
 - @standardnotes/event-store@1.1.21
 - @standardnotes/files-server@1.5.20
 - @standardnotes/scheduler-server@1.5.18
 - @standardnotes/syncing-server@1.6.22
2022-07-14 13:01:50 +00:00
Karol Sójko
4184843e1d fix(domain-events): rate and adjustment formatted 2022-07-14 14:59:59 +02:00
27 changed files with 110 additions and 13 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.6.23](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.22...@standardnotes/api-gateway@1.6.23) (2022-07-14)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.6.22](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.21...@standardnotes/api-gateway@1.6.22) (2022-07-14)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.6.21](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.20...@standardnotes/api-gateway@1.6.21) (2022-07-14)
**Note:** Version bump only for package @standardnotes/api-gateway

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api-gateway",
"version": "1.6.21",
"version": "1.6.23",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.11.22](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.21...@standardnotes/auth-server@1.11.22) (2022-07-14)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.11.21](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.20...@standardnotes/auth-server@1.11.21) (2022-07-14)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.11.20](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.19...@standardnotes/auth-server@1.11.20) (2022-07-14)
**Note:** Version bump only for package @standardnotes/auth-server

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/auth-server",
"version": "1.11.20",
"version": "1.11.22",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.30.0](https://github.com/standardnotes/server/compare/@standardnotes/common@1.29.0...@standardnotes/common@1.30.0) (2022-07-14)
### Features
* **domain-events:** add refund requested event ([7e95eea](https://github.com/standardnotes/server/commit/7e95eea337a228bc57644727806b804e22e63603))
# [1.29.0](https://github.com/standardnotes/server/compare/@standardnotes/common@1.28.0...@standardnotes/common@1.29.0) (2022-07-14)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/common",
"version": "1.29.0",
"version": "1.30.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -22,5 +22,6 @@ export enum EmailMessageIdentifier {
SEND_INVOICE = 'SEND_INVOICE',
DISCOUNT_NOTICE = 'DISCOUNT_NOTICE',
REFUND_NOTICE = 'REFUND_NOTICE',
REFUND_REQUESTED = 'REFUND_REQUESTED',
RATE_ADJUSTMENT_NOTICE = 'RATE_ADJUSTMENT_NOTICE',
}

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.7.23](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.22...@standardnotes/domain-events-infra@1.7.23) (2022-07-14)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.7.22](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.21...@standardnotes/domain-events-infra@1.7.22) (2022-07-14)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.7.21](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.20...@standardnotes/domain-events-infra@1.7.21) (2022-07-14)
**Note:** Version bump only for package @standardnotes/domain-events-infra

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/domain-events-infra",
"version": "1.7.21",
"version": "1.7.23",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.49.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.48.1...@standardnotes/domain-events@2.49.0) (2022-07-14)
### Features
* **domain-events:** add refund requested event ([7e95eea](https://github.com/standardnotes/server/commit/7e95eea337a228bc57644727806b804e22e63603))
## [2.48.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.48.0...@standardnotes/domain-events@2.48.1) (2022-07-14)
### Bug Fixes
* **domain-events:** rate and adjustment formatted ([4184843](https://github.com/standardnotes/server/commit/4184843e1d31e16b88eb54ccc1471b8f1c02271c))
# [2.48.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.47.0...@standardnotes/domain-events@2.48.0) (2022-07-14)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/domain-events",
"version": "2.48.0",
"version": "2.49.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -0,0 +1,8 @@
import { DomainEventInterface } from './DomainEventInterface'
import { RefundRequestedEventPayload } from './RefundRequestedEventPayload'
export interface RefundRequestedEvent extends DomainEventInterface {
type: 'REFUND_REQUESTED'
payload: RefundRequestedEventPayload
}

View File

@@ -0,0 +1,4 @@
export interface RefundRequestedEventPayload {
userEmail: string
refundProcessingLink: string
}

View File

@@ -1,5 +1,5 @@
export interface SubscriptionRateAdjustedEventPayload {
userEmail: string
newRate: number
refundAmountInDollars: number
newRateFormatted: string
refundAmountInDollarsFormatted: string
}

View File

@@ -56,6 +56,8 @@ export * from './Event/PredicateVerificationRequestedEvent'
export * from './Event/PredicateVerificationRequestedEventPayload'
export * from './Event/PredicateVerifiedEvent'
export * from './Event/PredicateVerifiedEventPayload'
export * from './Event/RefundRequestedEvent'
export * from './Event/RefundRequestedEventPayload'
export * from './Event/RefundProcessedEvent'
export * from './Event/RefundProcessedEventPayload'
export * from './Event/SharedSubscriptionInvitationCanceledEvent'

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.22](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.21...@standardnotes/event-store@1.1.22) (2022-07-14)
**Note:** Version bump only for package @standardnotes/event-store
## [1.1.21](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.20...@standardnotes/event-store@1.1.21) (2022-07-14)
**Note:** Version bump only for package @standardnotes/event-store
## [1.1.20](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.19...@standardnotes/event-store@1.1.20) (2022-07-14)
**Note:** Version bump only for package @standardnotes/event-store

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/event-store",
"version": "1.1.20",
"version": "1.1.22",
"description": "Event Store Service",
"private": true,
"main": "dist/src/index.js",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.5.21](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.20...@standardnotes/files-server@1.5.21) (2022-07-14)
**Note:** Version bump only for package @standardnotes/files-server
## [1.5.20](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.19...@standardnotes/files-server@1.5.20) (2022-07-14)
**Note:** Version bump only for package @standardnotes/files-server
## [1.5.19](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.18...@standardnotes/files-server@1.5.19) (2022-07-14)
**Note:** Version bump only for package @standardnotes/files-server

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files-server",
"version": "1.5.19",
"version": "1.5.21",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.6](https://github.com/standardnotes/server/compare/@standardnotes/predicates@1.2.5...@standardnotes/predicates@1.2.6) (2022-07-14)
**Note:** Version bump only for package @standardnotes/predicates
## [1.2.5](https://github.com/standardnotes/server/compare/@standardnotes/predicates@1.2.4...@standardnotes/predicates@1.2.5) (2022-07-14)
**Note:** Version bump only for package @standardnotes/predicates

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/predicates",
"version": "1.2.5",
"version": "1.2.6",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.5.19](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.18...@standardnotes/scheduler-server@1.5.19) (2022-07-14)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.5.18](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.17...@standardnotes/scheduler-server@1.5.18) (2022-07-14)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.5.17](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.16...@standardnotes/scheduler-server@1.5.17) (2022-07-14)
**Note:** Version bump only for package @standardnotes/scheduler-server

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/scheduler-server",
"version": "1.5.17",
"version": "1.5.19",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.6](https://github.com/standardnotes/server/compare/@standardnotes/security@1.2.5...@standardnotes/security@1.2.6) (2022-07-14)
**Note:** Version bump only for package @standardnotes/security
## [1.2.5](https://github.com/standardnotes/server/compare/@standardnotes/security@1.2.4...@standardnotes/security@1.2.5) (2022-07-14)
**Note:** Version bump only for package @standardnotes/security

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/security",
"version": "1.2.5",
"version": "1.2.6",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.6.23](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.22...@standardnotes/syncing-server@1.6.23) (2022-07-14)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.6.22](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.21...@standardnotes/syncing-server@1.6.22) (2022-07-14)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.6.21](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.20...@standardnotes/syncing-server@1.6.21) (2022-07-14)
**Note:** Version bump only for package @standardnotes/syncing-server

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/syncing-server",
"version": "1.6.21",
"version": "1.6.23",
"engines": {
"node": ">=16.0.0 <17.0.0"
},