Compare commits

...

10 Commits

Author SHA1 Message Date
standardci
ab0ad2b26a chore(release): publish new version
- @standardnotes/api-gateway@1.6.15
 - @standardnotes/auth-server@1.11.14
 - @standardnotes/domain-events-infra@1.7.15
 - @standardnotes/domain-events@2.44.0
 - @standardnotes/event-store@1.1.14
 - @standardnotes/files-server@1.5.13
 - @standardnotes/scheduler-server@1.5.11
 - @standardnotes/syncing-server@1.6.15
2022-07-13 17:19:22 +00:00
Karol Sójko
4900b21047 feat(domain-events): add account reset requested event 2022-07-13 19:17:28 +02:00
standardci
0ee852aa84 chore(release): publish new version
- @standardnotes/api-gateway@1.6.14
 - @standardnotes/auth-server@1.11.13
 - @standardnotes/common@1.27.0
 - @standardnotes/domain-events-infra@1.7.14
 - @standardnotes/domain-events@2.43.1
 - @standardnotes/event-store@1.1.13
 - @standardnotes/files-server@1.5.12
 - @standardnotes/predicates@1.2.3
 - @standardnotes/scheduler-server@1.5.10
 - @standardnotes/security@1.2.3
 - @standardnotes/syncing-server@1.6.14
2022-07-13 09:58:45 +00:00
Karol Sójko
2de4362f8e feat(common): add student discount approved identifier 2022-07-13 11:57:02 +02:00
standardci
400913aaac chore(release): publish new version
- @standardnotes/api-gateway@1.6.13
 - @standardnotes/auth-server@1.11.12
 - @standardnotes/domain-events-infra@1.7.13
 - @standardnotes/domain-events@2.43.0
 - @standardnotes/event-store@1.1.12
 - @standardnotes/files-server@1.5.11
 - @standardnotes/scheduler-server@1.5.9
 - @standardnotes/syncing-server@1.6.13
2022-07-13 09:45:42 +00:00
Karol Sójko
f0d736cd1d feat(domain-events): add student discount approved event 2022-07-13 11:44:09 +02:00
standardci
54d1758eee chore(release): publish new version
- @standardnotes/api-gateway@1.6.12
 - @standardnotes/auth-server@1.11.11
 - @standardnotes/common@1.26.0
 - @standardnotes/domain-events-infra@1.7.12
 - @standardnotes/domain-events@2.42.1
 - @standardnotes/event-store@1.1.11
 - @standardnotes/files-server@1.5.10
 - @standardnotes/predicates@1.2.2
 - @standardnotes/scheduler-server@1.5.8
 - @standardnotes/security@1.2.2
 - @standardnotes/syncing-server@1.6.12
2022-07-13 09:12:42 +00:00
Karol Sójko
36bb98e2af feat(common): add student discount identifier 2022-07-13 11:10:38 +02:00
standardci
c3015493fc chore(release): publish new version
- @standardnotes/api-gateway@1.6.11
 - @standardnotes/auth-server@1.11.10
 - @standardnotes/domain-events-infra@1.7.11
 - @standardnotes/domain-events@2.42.0
 - @standardnotes/event-store@1.1.10
 - @standardnotes/files-server@1.5.9
 - @standardnotes/scheduler-server@1.5.7
 - @standardnotes/syncing-server@1.6.11
2022-07-13 08:18:37 +00:00
Karol Sójko
24c036836e feat: add student discount requested event 2022-07-13 10:17:04 +02:00
30 changed files with 249 additions and 11 deletions

View File

@@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.6.15](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.14...@standardnotes/api-gateway@1.6.15) (2022-07-13)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.6.14](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.13...@standardnotes/api-gateway@1.6.14) (2022-07-13)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.6.13](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.12...@standardnotes/api-gateway@1.6.13) (2022-07-13)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.6.12](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.11...@standardnotes/api-gateway@1.6.12) (2022-07-13)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.6.11](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.10...@standardnotes/api-gateway@1.6.11) (2022-07-13)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.6.10](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.9...@standardnotes/api-gateway@1.6.10) (2022-07-13)
**Note:** Version bump only for package @standardnotes/api-gateway

View File

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

View File

@@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.11.14](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.13...@standardnotes/auth-server@1.11.14) (2022-07-13)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.11.13](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.12...@standardnotes/auth-server@1.11.13) (2022-07-13)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.11.12](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.11...@standardnotes/auth-server@1.11.12) (2022-07-13)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.11.11](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.10...@standardnotes/auth-server@1.11.11) (2022-07-13)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.11.10](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.9...@standardnotes/auth-server@1.11.10) (2022-07-13)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.11.9](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.8...@standardnotes/auth-server@1.11.9) (2022-07-13)
**Note:** Version bump only for package @standardnotes/auth-server

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/auth-server",
"version": "1.11.9",
"version": "1.11.14",
"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.
# [1.27.0](https://github.com/standardnotes/server/compare/@standardnotes/common@1.26.0...@standardnotes/common@1.27.0) (2022-07-13)
### Features
* **common:** add student discount approved identifier ([2de4362](https://github.com/standardnotes/server/commit/2de4362f8e7b07d5b3544a5ce26d7f744002928a))
# [1.26.0](https://github.com/standardnotes/server/compare/@standardnotes/common@1.25.1...@standardnotes/common@1.26.0) (2022-07-13)
### Features
* **common:** add student discount identifier ([36bb98e](https://github.com/standardnotes/server/commit/36bb98e2af3d677a1096f3732ee8c346b9202ba7))
## [1.25.1](https://github.com/standardnotes/server/compare/@standardnotes/common@1.25.0...@standardnotes/common@1.25.1) (2022-07-12)
**Note:** Version bump only for package @standardnotes/common

View File

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

View File

@@ -14,5 +14,7 @@ export enum EmailMessageIdentifier {
ENCOURAGE_EMAIL_BACKUPS = 'ENCOURAGE_EMAIL_BACKUPS',
ENCOURAGE_SUBSCRIPTION_PURCHASING = 'ENCOURAGE_SUBSCRIPTION_PURCHASING',
EXIT_INTERVIEW = 'EXIT_INTERVIEW',
STUDENT_DISCOUNT_REQUESTED = 'STUDENT_DISCOUNT_REQUESTED',
STUDENT_DISCOUNT_APPROVED = 'STUDENT_DISCOUNT_APPROVED',
MARKETING_CAMPAIGN_FILES = 'MARKETING_CAMPAIGN_FILES',
}

View File

@@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.7.15](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.14...@standardnotes/domain-events-infra@1.7.15) (2022-07-13)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.7.14](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.13...@standardnotes/domain-events-infra@1.7.14) (2022-07-13)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.7.13](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.12...@standardnotes/domain-events-infra@1.7.13) (2022-07-13)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.7.12](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.11...@standardnotes/domain-events-infra@1.7.12) (2022-07-13)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.7.11](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.10...@standardnotes/domain-events-infra@1.7.11) (2022-07-13)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.7.10](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.9...@standardnotes/domain-events-infra@1.7.10) (2022-07-12)
**Note:** Version bump only for package @standardnotes/domain-events-infra

View File

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

View File

@@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.44.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.43.1...@standardnotes/domain-events@2.44.0) (2022-07-13)
### Features
* **domain-events:** add account reset requested event ([4900b21](https://github.com/standardnotes/server/commit/4900b210471de87c77ebba66565520d63a707704))
## [2.43.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.43.0...@standardnotes/domain-events@2.43.1) (2022-07-13)
**Note:** Version bump only for package @standardnotes/domain-events
# [2.43.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.42.1...@standardnotes/domain-events@2.43.0) (2022-07-13)
### Features
* **domain-events:** add student discount approved event ([f0d736c](https://github.com/standardnotes/server/commit/f0d736cd1d15892824dea905c7cced966870d741))
## [2.42.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.42.0...@standardnotes/domain-events@2.42.1) (2022-07-13)
**Note:** Version bump only for package @standardnotes/domain-events
# [2.42.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.41.1...@standardnotes/domain-events@2.42.0) (2022-07-13)
### Features
* add student discount requested event ([24c0368](https://github.com/standardnotes/server/commit/24c036836ea1de55f2ddc2fcf97418ff0699d0a5))
## [2.41.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.41.0...@standardnotes/domain-events@2.41.1) (2022-07-12)
**Note:** Version bump only for package @standardnotes/domain-events

View File

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

View File

@@ -0,0 +1,8 @@
import { DomainEventInterface } from './DomainEventInterface'
import { AccountResetRequestedEventPayload } from './AccountResetRequestedEventPayload'
export interface AccountResetRequestedEvent extends DomainEventInterface {
type: 'ACCOUNT_RESET_REQUESTED'
payload: AccountResetRequestedEventPayload
}

View File

@@ -0,0 +1,4 @@
export interface AccountResetRequestedEventPayload {
resetRequestToken: string
userEmail: string
}

View File

@@ -0,0 +1,8 @@
import { DomainEventInterface } from './DomainEventInterface'
import { StudentDiscountApprovedEventPayload } from './StudentDiscountApprovedEventPayload'
export interface StudentDiscountApprovedEvent extends DomainEventInterface {
type: 'STUDENT_DISCOUNT_APPROVED'
payload: StudentDiscountApprovedEventPayload
}

View File

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

View File

@@ -0,0 +1,8 @@
import { DomainEventInterface } from './DomainEventInterface'
import { StudentDiscountRequestedEventPayload } from './StudentDiscountRequestedEventPayload'
export interface StudentDiscountRequestedEvent extends DomainEventInterface {
type: 'STUDENT_DISCOUNT_REQUESTED'
payload: StudentDiscountRequestedEventPayload
}

View File

@@ -0,0 +1,5 @@
export interface StudentDiscountRequestedEventPayload {
studentEmail: string
userEmail: string
adminApprovalLink: string
}

View File

@@ -2,6 +2,8 @@ export * from './Event/AccountClaimRequestedEvent'
export * from './Event/AccountClaimRequestedEventPayload'
export * from './Event/AccountDeletionRequestedEvent'
export * from './Event/AccountDeletionRequestedEventPayload'
export * from './Event/AccountResetRequestedEvent'
export * from './Event/AccountResetRequestedEventPayload'
export * from './Event/ActivationCodeRequestedEvent'
export * from './Event/ActivationCodeRequestedEventPayload'
export * from './Event/CloudBackupRequestedEvent'
@@ -54,6 +56,10 @@ export * from './Event/SharedSubscriptionInvitationCanceledEvent'
export * from './Event/SharedSubscriptionInvitationCanceledEventPayload'
export * from './Event/SharedSubscriptionInvitationCreatedEvent'
export * from './Event/SharedSubscriptionInvitationCreatedEventPayload'
export * from './Event/StudentDiscountApprovedEvent'
export * from './Event/StudentDiscountApprovedEventPayload'
export * from './Event/StudentDiscountRequestedEvent'
export * from './Event/StudentDiscountRequestedEventPayload'
export * from './Event/SubscriptionCancelledEvent'
export * from './Event/SubscriptionCancelledEventPayload'
export * from './Event/SubscriptionPurchasedEvent'

View File

@@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.14](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.13...@standardnotes/event-store@1.1.14) (2022-07-13)
**Note:** Version bump only for package @standardnotes/event-store
## [1.1.13](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.12...@standardnotes/event-store@1.1.13) (2022-07-13)
**Note:** Version bump only for package @standardnotes/event-store
## [1.1.12](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.11...@standardnotes/event-store@1.1.12) (2022-07-13)
**Note:** Version bump only for package @standardnotes/event-store
## [1.1.11](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.10...@standardnotes/event-store@1.1.11) (2022-07-13)
**Note:** Version bump only for package @standardnotes/event-store
## [1.1.10](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.9...@standardnotes/event-store@1.1.10) (2022-07-13)
**Note:** Version bump only for package @standardnotes/event-store
## [1.1.9](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.8...@standardnotes/event-store@1.1.9) (2022-07-12)
**Note:** Version bump only for package @standardnotes/event-store

View File

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

View File

@@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.5.13](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.12...@standardnotes/files-server@1.5.13) (2022-07-13)
**Note:** Version bump only for package @standardnotes/files-server
## [1.5.12](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.11...@standardnotes/files-server@1.5.12) (2022-07-13)
**Note:** Version bump only for package @standardnotes/files-server
## [1.5.11](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.10...@standardnotes/files-server@1.5.11) (2022-07-13)
**Note:** Version bump only for package @standardnotes/files-server
## [1.5.10](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.9...@standardnotes/files-server@1.5.10) (2022-07-13)
**Note:** Version bump only for package @standardnotes/files-server
## [1.5.9](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.8...@standardnotes/files-server@1.5.9) (2022-07-13)
**Note:** Version bump only for package @standardnotes/files-server
## [1.5.8](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.7...@standardnotes/files-server@1.5.8) (2022-07-13)
**Note:** Version bump only for package @standardnotes/files-server

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files-server",
"version": "1.5.8",
"version": "1.5.13",
"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.2.3](https://github.com/standardnotes/server/compare/@standardnotes/predicates@1.2.2...@standardnotes/predicates@1.2.3) (2022-07-13)
**Note:** Version bump only for package @standardnotes/predicates
## [1.2.2](https://github.com/standardnotes/server/compare/@standardnotes/predicates@1.2.1...@standardnotes/predicates@1.2.2) (2022-07-13)
**Note:** Version bump only for package @standardnotes/predicates
## [1.2.1](https://github.com/standardnotes/server/compare/@standardnotes/predicates@1.2.0...@standardnotes/predicates@1.2.1) (2022-07-12)
**Note:** Version bump only for package @standardnotes/predicates

View File

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

View File

@@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.5.11](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.10...@standardnotes/scheduler-server@1.5.11) (2022-07-13)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.5.10](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.9...@standardnotes/scheduler-server@1.5.10) (2022-07-13)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.5.9](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.8...@standardnotes/scheduler-server@1.5.9) (2022-07-13)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.5.8](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.7...@standardnotes/scheduler-server@1.5.8) (2022-07-13)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.5.7](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.6...@standardnotes/scheduler-server@1.5.7) (2022-07-13)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.5.6](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.5...@standardnotes/scheduler-server@1.5.6) (2022-07-12)
**Note:** Version bump only for package @standardnotes/scheduler-server

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/scheduler-server",
"version": "1.5.6",
"version": "1.5.11",
"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.2.3](https://github.com/standardnotes/server/compare/@standardnotes/security@1.2.2...@standardnotes/security@1.2.3) (2022-07-13)
**Note:** Version bump only for package @standardnotes/security
## [1.2.2](https://github.com/standardnotes/server/compare/@standardnotes/security@1.2.1...@standardnotes/security@1.2.2) (2022-07-13)
**Note:** Version bump only for package @standardnotes/security
## [1.2.1](https://github.com/standardnotes/server/compare/@standardnotes/security@1.2.0...@standardnotes/security@1.2.1) (2022-07-12)
**Note:** Version bump only for package @standardnotes/security

View File

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

View File

@@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.6.15](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.14...@standardnotes/syncing-server@1.6.15) (2022-07-13)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.6.14](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.13...@standardnotes/syncing-server@1.6.14) (2022-07-13)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.6.13](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.12...@standardnotes/syncing-server@1.6.13) (2022-07-13)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.6.12](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.11...@standardnotes/syncing-server@1.6.12) (2022-07-13)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.6.11](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.10...@standardnotes/syncing-server@1.6.11) (2022-07-13)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.6.10](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.9...@standardnotes/syncing-server@1.6.10) (2022-07-13)
**Note:** Version bump only for package @standardnotes/syncing-server

View File

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