Compare commits

...

8 Commits

Author SHA1 Message Date
standardci
84bb0d6bec chore(release): publish new version
- @standardnotes/api-gateway@1.6.21
 - @standardnotes/auth-server@1.11.20
 - @standardnotes/domain-events-infra@1.7.21
 - @standardnotes/domain-events@2.48.0
 - @standardnotes/event-store@1.1.20
 - @standardnotes/files-server@1.5.19
 - @standardnotes/scheduler-server@1.5.17
 - @standardnotes/syncing-server@1.6.21
2022-07-14 12:05:20 +00:00
Karol Sójko
54f769c6db feat(domain-events): add subscription rate adjusted event 2022-07-14 14:03:45 +02:00
standardci
b7eed64074 chore(release): publish new version
- @standardnotes/api-gateway@1.6.20
 - @standardnotes/auth-server@1.11.19
 - @standardnotes/domain-events-infra@1.7.20
 - @standardnotes/domain-events@2.47.0
 - @standardnotes/event-store@1.1.19
 - @standardnotes/files-server@1.5.18
 - @standardnotes/scheduler-server@1.5.16
 - @standardnotes/syncing-server@1.6.20
2022-07-14 11:46:36 +00:00
Karol Sójko
0134553cbb feat(domain-events): add refund processed event 2022-07-14 13:45:05 +02:00
standardci
f0b42c77c2 chore(release): publish new version
- @standardnotes/api-gateway@1.6.19
 - @standardnotes/auth-server@1.11.18
 - @standardnotes/domain-events-infra@1.7.19
 - @standardnotes/domain-events@2.46.0
 - @standardnotes/event-store@1.1.18
 - @standardnotes/files-server@1.5.17
 - @standardnotes/scheduler-server@1.5.15
 - @standardnotes/syncing-server@1.6.19
2022-07-14 11:20:30 +00:00
Karol Sójko
40b0f937bd feat(domain-events): add discount applied event 2022-07-14 13:19:04 +02:00
standardci
48c2c5af65 chore(release): publish new version
- @standardnotes/api-gateway@1.6.18
 - @standardnotes/auth-server@1.11.17
 - @standardnotes/domain-events-infra@1.7.18
 - @standardnotes/domain-events@2.45.0
 - @standardnotes/event-store@1.1.17
 - @standardnotes/files-server@1.5.16
 - @standardnotes/scheduler-server@1.5.14
 - @standardnotes/syncing-server@1.6.18
2022-07-14 10:41:09 +00:00
Karol Sójko
4384ba2f47 feat(domain-events): add payment failed event 2022-07-14 12:39:06 +02:00
25 changed files with 199 additions and 8 deletions

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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
## [1.6.20](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.19...@standardnotes/api-gateway@1.6.20) (2022-07-14)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.6.19](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.18...@standardnotes/api-gateway@1.6.19) (2022-07-14)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.6.18](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.17...@standardnotes/api-gateway@1.6.18) (2022-07-14)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.6.17](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.16...@standardnotes/api-gateway@1.6.17) (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.17",
"version": "1.6.21",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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
## [1.11.19](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.18...@standardnotes/auth-server@1.11.19) (2022-07-14)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.11.18](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.17...@standardnotes/auth-server@1.11.18) (2022-07-14)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.11.17](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.16...@standardnotes/auth-server@1.11.17) (2022-07-14)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.11.16](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.15...@standardnotes/auth-server@1.11.16) (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.16",
"version": "1.11.20",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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
## [1.7.20](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.19...@standardnotes/domain-events-infra@1.7.20) (2022-07-14)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.7.19](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.18...@standardnotes/domain-events-infra@1.7.19) (2022-07-14)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.7.18](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.17...@standardnotes/domain-events-infra@1.7.18) (2022-07-14)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.7.17](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.16...@standardnotes/domain-events-infra@1.7.17) (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.17",
"version": "1.7.21",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
* **domain-events:** add subscription rate adjusted event ([54f769c](https://github.com/standardnotes/server/commit/54f769c6db5f8c5d18c276b3dc075613a4ff276d))
# [2.47.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.46.0...@standardnotes/domain-events@2.47.0) (2022-07-14)
### Features
* **domain-events:** add refund processed event ([0134553](https://github.com/standardnotes/server/commit/0134553cbb1a78eaa7c10d018a580506c981bde5))
# [2.46.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.45.0...@standardnotes/domain-events@2.46.0) (2022-07-14)
### Features
* **domain-events:** add discount applied event ([40b0f93](https://github.com/standardnotes/server/commit/40b0f937bd22507003968e31121c211edfba6544))
# [2.45.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.44.2...@standardnotes/domain-events@2.45.0) (2022-07-14)
### Features
* **domain-events:** add payment failed event ([4384ba2](https://github.com/standardnotes/server/commit/4384ba2f4773ec7289cc206dcc23b0d2c3138487))
## [2.44.2](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.44.1...@standardnotes/domain-events@2.44.2) (2022-07-14)
**Note:** Version bump only for package @standardnotes/domain-events

View File

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

View File

@@ -0,0 +1,8 @@
import { DomainEventInterface } from './DomainEventInterface'
import { DiscountAppliedEventPayload } from './DiscountAppliedEventPayload'
export interface DiscountAppliedEvent extends DomainEventInterface {
type: 'DISCOUNT_APPLIED'
payload: DiscountAppliedEventPayload
}

View File

@@ -0,0 +1,4 @@
export interface DiscountAppliedEventPayload {
userEmail: string
discountRate: number
}

View File

@@ -0,0 +1,8 @@
import { DomainEventInterface } from './DomainEventInterface'
import { PaymentFailedEventPayload } from './PaymentFailedEventPayload'
export interface PaymentFailedEvent extends DomainEventInterface {
type: 'PAYMENT_FAILED'
payload: PaymentFailedEventPayload
}

View File

@@ -0,0 +1,3 @@
export interface PaymentFailedEventPayload {
userEmail: string
}

View File

@@ -0,0 +1,8 @@
import { DomainEventInterface } from './DomainEventInterface'
import { RefundProcessedEventPayload } from './RefundProcessedEventPayload'
export interface RefundProcessedEvent extends DomainEventInterface {
type: 'REFUND_PROCESSED'
payload: RefundProcessedEventPayload
}

View File

@@ -0,0 +1,3 @@
export interface RefundProcessedEventPayload {
userEmail: string
}

View File

@@ -0,0 +1,8 @@
import { DomainEventInterface } from './DomainEventInterface'
import { SubscriptionRateAdjustedEventPayload } from './SubscriptionRateAdjustedEventPayload'
export interface SubscriptionRateAdjustedEvent extends DomainEventInterface {
type: 'SUBSCRIPTION_RATE_ADJUSTED'
payload: SubscriptionRateAdjustedEventPayload
}

View File

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

View File

@@ -10,6 +10,8 @@ export * from './Event/CloudBackupRequestedEvent'
export * from './Event/CloudBackupRequestedEventPayload'
export * from './Event/DailyAnalyticsReportGeneratedEvent'
export * from './Event/DailyAnalyticsReportGeneratedEventPayload'
export * from './Event/DiscountAppliedEvent'
export * from './Event/DiscountAppliedEventPayload'
export * from './Event/DiscountApplyRequestedEvent'
export * from './Event/DiscountApplyRequestedEventPayload'
export * from './Event/DiscountWithdrawRequestedEvent'
@@ -48,10 +50,14 @@ export * from './Event/OfflineSubscriptionTokenCreatedEvent'
export * from './Event/OfflineSubscriptionTokenCreatedEventPayload'
export * from './Event/OneDriveBackupFailedEvent'
export * from './Event/OneDriveBackupFailedEventPayload'
export * from './Event/PaymentFailedEvent'
export * from './Event/PaymentFailedEventPayload'
export * from './Event/PredicateVerificationRequestedEvent'
export * from './Event/PredicateVerificationRequestedEventPayload'
export * from './Event/PredicateVerifiedEvent'
export * from './Event/PredicateVerifiedEventPayload'
export * from './Event/RefundProcessedEvent'
export * from './Event/RefundProcessedEventPayload'
export * from './Event/SharedSubscriptionInvitationCanceledEvent'
export * from './Event/SharedSubscriptionInvitationCanceledEventPayload'
export * from './Event/SharedSubscriptionInvitationCreatedEvent'
@@ -64,6 +70,8 @@ export * from './Event/SubscriptionCancelledEvent'
export * from './Event/SubscriptionCancelledEventPayload'
export * from './Event/SubscriptionPurchasedEvent'
export * from './Event/SubscriptionPurchasedEventPayload'
export * from './Event/SubscriptionRateAdjustedEvent'
export * from './Event/SubscriptionRateAdjustedEventPayload'
export * from './Event/SubscriptionReassignedEvent'
export * from './Event/SubscriptionReassignedEventPayload'
export * from './Event/SubscriptionRefundedEvent'

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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
## [1.1.19](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.18...@standardnotes/event-store@1.1.19) (2022-07-14)
**Note:** Version bump only for package @standardnotes/event-store
## [1.1.18](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.17...@standardnotes/event-store@1.1.18) (2022-07-14)
**Note:** Version bump only for package @standardnotes/event-store
## [1.1.17](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.16...@standardnotes/event-store@1.1.17) (2022-07-14)
**Note:** Version bump only for package @standardnotes/event-store
## [1.1.16](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.15...@standardnotes/event-store@1.1.16) (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.16",
"version": "1.1.20",
"description": "Event Store Service",
"private": true,
"main": "dist/src/index.js",

View File

@@ -3,6 +3,22 @@
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/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
## [1.5.18](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.17...@standardnotes/files-server@1.5.18) (2022-07-14)
**Note:** Version bump only for package @standardnotes/files-server
## [1.5.17](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.16...@standardnotes/files-server@1.5.17) (2022-07-14)
**Note:** Version bump only for package @standardnotes/files-server
## [1.5.16](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.15...@standardnotes/files-server@1.5.16) (2022-07-14)
**Note:** Version bump only for package @standardnotes/files-server
## [1.5.15](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.14...@standardnotes/files-server@1.5.15) (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.15",
"version": "1.5.19",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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
## [1.5.16](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.15...@standardnotes/scheduler-server@1.5.16) (2022-07-14)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.5.15](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.14...@standardnotes/scheduler-server@1.5.15) (2022-07-14)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.5.14](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.13...@standardnotes/scheduler-server@1.5.14) (2022-07-14)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.5.13](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.12...@standardnotes/scheduler-server@1.5.13) (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.13",
"version": "1.5.17",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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
## [1.6.20](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.19...@standardnotes/syncing-server@1.6.20) (2022-07-14)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.6.19](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.18...@standardnotes/syncing-server@1.6.19) (2022-07-14)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.6.18](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.17...@standardnotes/syncing-server@1.6.18) (2022-07-14)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.6.17](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.16...@standardnotes/syncing-server@1.6.17) (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.17",
"version": "1.6.21",
"engines": {
"node": ">=16.0.0 <17.0.0"
},