Compare commits

...

4 Commits

Author SHA1 Message Date
standardci
ca801e321e chore(release): publish new version
- @standardnotes/api-gateway@1.6.16
 - @standardnotes/auth-server@1.11.15
 - @standardnotes/common@1.28.0
 - @standardnotes/domain-events-infra@1.7.16
 - @standardnotes/domain-events@2.44.1
 - @standardnotes/event-store@1.1.15
 - @standardnotes/files-server@1.5.14
 - @standardnotes/predicates@1.2.4
 - @standardnotes/scheduler-server@1.5.12
 - @standardnotes/security@1.2.4
 - @standardnotes/syncing-server@1.6.16
2022-07-13 17:28:39 +00:00
Karol Sójko
a3359e8c77 feat(common): add account reset email identifier 2022-07-13 19:27:05 +02:00
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
26 changed files with 106 additions and 11 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.16](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.15...@standardnotes/api-gateway@1.6.16) (2022-07-13)
**Note:** Version bump only for package @standardnotes/api-gateway
## [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

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api-gateway",
"version": "1.6.14",
"version": "1.6.16",
"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.15](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.14...@standardnotes/auth-server@1.11.15) (2022-07-13)
**Note:** Version bump only for package @standardnotes/auth-server
## [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

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/auth-server",
"version": "1.11.13",
"version": "1.11.15",
"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.28.0](https://github.com/standardnotes/server/compare/@standardnotes/common@1.27.0...@standardnotes/common@1.28.0) (2022-07-13)
### Features
* **common:** add account reset email identifier ([a3359e8](https://github.com/standardnotes/server/commit/a3359e8c770b6b919ca740838aa321a2d552d181))
# [1.27.0](https://github.com/standardnotes/server/compare/@standardnotes/common@1.26.0...@standardnotes/common@1.27.0) (2022-07-13)
### Features

View File

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

View File

@@ -1,6 +1,7 @@
export enum EmailMessageIdentifier {
WELCOME_EMAIL = 'WELCOME_EMAIL',
ACCOUNT_CLAIM = 'ACCOUNT_CLAIM',
ACCOUNT_RESET = 'ACCOUNT_RESET',
ACTIVATION_CODE = 'ACTIVATION_CODE',
VERSION_ADOPTION_REPORT = 'VERSION_ADOPTION_REPORT',
FAILED_DROPBOX_BACKUP = 'FAILED_DROPBOX_BACKUP',

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.16](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.15...@standardnotes/domain-events-infra@1.7.16) (2022-07-13)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [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

View File

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

View File

@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.44.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.44.0...@standardnotes/domain-events@2.44.1) (2022-07-13)
**Note:** Version bump only for package @standardnotes/domain-events
# [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

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/domain-events",
"version": "2.43.1",
"version": "2.44.1",
"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

@@ -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'

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.15](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.14...@standardnotes/event-store@1.1.15) (2022-07-13)
**Note:** Version bump only for package @standardnotes/event-store
## [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

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/event-store",
"version": "1.1.13",
"version": "1.1.15",
"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.14](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.13...@standardnotes/files-server@1.5.14) (2022-07-13)
**Note:** Version bump only for package @standardnotes/files-server
## [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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/security",
"version": "1.2.3",
"version": "1.2.4",
"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.16](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.15...@standardnotes/syncing-server@1.6.16) (2022-07-13)
**Note:** Version bump only for package @standardnotes/syncing-server
## [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

View File

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