@emilgroup/notification-sdk-node 1.0.0-beta.0 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +5 -0
- package/README.md +2 -2
- package/api/email-verifications-api.ts +268 -0
- package/api/layouts-api.ts +1 -1
- package/api/notification-templates-api.ts +1 -1
- package/api/notifications-api.ts +1 -1
- package/api.ts +3 -1
- package/base.ts +1 -1
- package/common.ts +2 -2
- package/configuration.ts +1 -1
- package/dist/api/email-verifications-api.d.ts +146 -0
- package/dist/api/email-verifications-api.js +313 -0
- package/dist/api/layouts-api.d.ts +1 -1
- package/dist/api/layouts-api.js +1 -1
- package/dist/api/notification-templates-api.d.ts +1 -1
- package/dist/api/notification-templates-api.js +1 -1
- package/dist/api/notifications-api.d.ts +1 -1
- package/dist/api/notifications-api.js +1 -1
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +2 -2
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/complete-email-verification-dto.d.ts +30 -0
- package/dist/models/complete-email-verification-dto.js +15 -0
- package/dist/models/complete-email-verification-response-class.d.ts +24 -0
- package/dist/models/complete-email-verification-response-class.js +15 -0
- package/dist/models/create-layout-request-dto.d.ts +1 -1
- package/dist/models/create-layout-request-dto.js +1 -1
- package/dist/models/create-layout-response-class.d.ts +1 -1
- package/dist/models/create-layout-response-class.js +1 -1
- package/dist/models/create-notification-template-request-dto.d.ts +1 -1
- package/dist/models/create-notification-template-request-dto.js +1 -1
- package/dist/models/create-notification-template-response-class.d.ts +1 -1
- package/dist/models/create-notification-template-response-class.js +1 -1
- package/dist/models/delete-layout-request-dto.d.ts +1 -1
- package/dist/models/delete-layout-request-dto.js +1 -1
- package/dist/models/delete-notification-template-request-dto.d.ts +1 -1
- package/dist/models/delete-notification-template-request-dto.js +1 -1
- package/dist/models/get-layout-request-dto.d.ts +1 -1
- package/dist/models/get-layout-request-dto.js +1 -1
- package/dist/models/get-layout-response-class.d.ts +1 -1
- package/dist/models/get-layout-response-class.js +1 -1
- package/dist/models/get-notification-template-request-dto.d.ts +1 -1
- package/dist/models/get-notification-template-request-dto.js +1 -1
- package/dist/models/get-notification-template-response-class.d.ts +1 -1
- package/dist/models/get-notification-template-response-class.js +1 -1
- package/dist/models/html-template-class.d.ts +1 -1
- package/dist/models/html-template-class.js +1 -1
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/dist/models/initiate-email-verification-dto.d.ts +30 -0
- package/dist/models/initiate-email-verification-dto.js +15 -0
- package/dist/models/initiate-email-verification-response-class.d.ts +24 -0
- package/dist/models/initiate-email-verification-response-class.js +15 -0
- package/dist/models/layout-class.d.ts +1 -1
- package/dist/models/layout-class.js +1 -1
- package/dist/models/list-layouts-response-class.d.ts +1 -1
- package/dist/models/list-layouts-response-class.js +1 -1
- package/dist/models/list-notification-templates-response-class.d.ts +1 -1
- package/dist/models/list-notification-templates-response-class.js +1 -1
- package/dist/models/notification-template-class.d.ts +1 -1
- package/dist/models/notification-template-class.js +1 -1
- package/dist/models/send-notification-request-dto.d.ts +1 -1
- package/dist/models/send-notification-request-dto.js +1 -1
- package/dist/models/send-notification-response-class.d.ts +1 -1
- package/dist/models/send-notification-response-class.js +1 -1
- package/dist/models/update-html-template-request-dto.d.ts +1 -1
- package/dist/models/update-html-template-request-dto.js +1 -1
- package/dist/models/update-layout-request-dto.d.ts +1 -1
- package/dist/models/update-layout-request-dto.js +1 -1
- package/dist/models/update-layout-response-class.d.ts +1 -1
- package/dist/models/update-layout-response-class.js +1 -1
- package/dist/models/update-notification-template-request-dto.d.ts +1 -1
- package/dist/models/update-notification-template-request-dto.js +1 -1
- package/dist/models/update-notification-template-response-class.d.ts +1 -1
- package/dist/models/update-notification-template-response-class.js +1 -1
- package/index.ts +1 -1
- package/models/complete-email-verification-dto.ts +36 -0
- package/models/complete-email-verification-response-class.ts +30 -0
- package/models/create-layout-request-dto.ts +1 -1
- package/models/create-layout-response-class.ts +1 -1
- package/models/create-notification-template-request-dto.ts +1 -1
- package/models/create-notification-template-response-class.ts +1 -1
- package/models/delete-layout-request-dto.ts +1 -1
- package/models/delete-notification-template-request-dto.ts +1 -1
- package/models/get-layout-request-dto.ts +1 -1
- package/models/get-layout-response-class.ts +1 -1
- package/models/get-notification-template-request-dto.ts +1 -1
- package/models/get-notification-template-response-class.ts +1 -1
- package/models/html-template-class.ts +1 -1
- package/models/index.ts +4 -0
- package/models/initiate-email-verification-dto.ts +36 -0
- package/models/initiate-email-verification-response-class.ts +30 -0
- package/models/layout-class.ts +1 -1
- package/models/list-layouts-response-class.ts +1 -1
- package/models/list-notification-templates-response-class.ts +1 -1
- package/models/notification-template-class.ts +1 -1
- package/models/send-notification-request-dto.ts +1 -1
- package/models/send-notification-response-class.ts +1 -1
- package/models/update-html-template-request-dto.ts +1 -1
- package/models/update-layout-request-dto.ts +1 -1
- package/models/update-layout-response-class.ts +1 -1
- package/models/update-notification-template-request-dto.ts +1 -1
- package/models/update-notification-template-response-class.ts +1 -1
- package/package.json +1 -1
package/models/index.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * from './complete-email-verification-dto';
|
|
2
|
+
export * from './complete-email-verification-response-class';
|
|
1
3
|
export * from './create-layout-request-dto';
|
|
2
4
|
export * from './create-layout-response-class';
|
|
3
5
|
export * from './create-notification-template-request-dto';
|
|
@@ -9,6 +11,8 @@ export * from './get-layout-response-class';
|
|
|
9
11
|
export * from './get-notification-template-request-dto';
|
|
10
12
|
export * from './get-notification-template-response-class';
|
|
11
13
|
export * from './html-template-class';
|
|
14
|
+
export * from './initiate-email-verification-dto';
|
|
15
|
+
export * from './initiate-email-verification-response-class';
|
|
12
16
|
export * from './layout-class';
|
|
13
17
|
export * from './list-layouts-response-class';
|
|
14
18
|
export * from './list-notification-templates-response-class';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL NotificationService
|
|
5
|
+
* The EMIL NotificationService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface InitiateEmailVerificationDto
|
|
21
|
+
*/
|
|
22
|
+
export interface InitiateEmailVerificationDto {
|
|
23
|
+
/**
|
|
24
|
+
* User email
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof InitiateEmailVerificationDto
|
|
27
|
+
*/
|
|
28
|
+
'email': string;
|
|
29
|
+
/**
|
|
30
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof InitiateEmailVerificationDto
|
|
33
|
+
*/
|
|
34
|
+
'templateSlug'?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EMIL NotificationService
|
|
5
|
+
* The EMIL NotificationService API description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface InitiateEmailVerificationResponseClass
|
|
21
|
+
*/
|
|
22
|
+
export interface InitiateEmailVerificationResponseClass {
|
|
23
|
+
/**
|
|
24
|
+
* Initiate verification result
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof InitiateEmailVerificationResponseClass
|
|
27
|
+
*/
|
|
28
|
+
'result': boolean;
|
|
29
|
+
}
|
|
30
|
+
|
package/models/layout-class.ts
CHANGED
package/package.json
CHANGED