@emilgroup/notification-sdk-node 1.0.0-beta.0 → 1.1.0

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.
Files changed (120) hide show
  1. package/.openapi-generator/FILES +8 -0
  2. package/README.md +2 -2
  3. package/api/default-api.ts +124 -0
  4. package/api/email-verifications-api.ts +268 -0
  5. package/api/layouts-api.ts +1 -1
  6. package/api/notification-templates-api.ts +1 -1
  7. package/api/notifications-api.ts +1 -1
  8. package/api.ts +5 -1
  9. package/base.ts +2 -1
  10. package/common.ts +2 -2
  11. package/configuration.ts +1 -1
  12. package/dist/api/default-api.d.ts +66 -0
  13. package/dist/api/default-api.js +200 -0
  14. package/dist/api/email-verifications-api.d.ts +146 -0
  15. package/dist/api/email-verifications-api.js +313 -0
  16. package/dist/api/layouts-api.d.ts +1 -1
  17. package/dist/api/layouts-api.js +1 -1
  18. package/dist/api/notification-templates-api.d.ts +1 -1
  19. package/dist/api/notification-templates-api.js +1 -1
  20. package/dist/api/notifications-api.d.ts +1 -1
  21. package/dist/api/notifications-api.js +1 -1
  22. package/dist/api.d.ts +3 -1
  23. package/dist/api.js +3 -1
  24. package/dist/base.d.ts +3 -2
  25. package/dist/base.js +2 -1
  26. package/dist/common.d.ts +2 -2
  27. package/dist/common.js +1 -1
  28. package/dist/configuration.d.ts +1 -1
  29. package/dist/configuration.js +1 -1
  30. package/dist/index.d.ts +1 -1
  31. package/dist/index.js +1 -1
  32. package/dist/models/complete-email-verification-dto.d.ts +30 -0
  33. package/dist/models/complete-email-verification-dto.js +15 -0
  34. package/dist/models/complete-email-verification-response-class.d.ts +24 -0
  35. package/dist/models/complete-email-verification-response-class.js +15 -0
  36. package/dist/models/create-layout-request-dto.d.ts +1 -1
  37. package/dist/models/create-layout-request-dto.js +1 -1
  38. package/dist/models/create-layout-response-class.d.ts +1 -1
  39. package/dist/models/create-layout-response-class.js +1 -1
  40. package/dist/models/create-notification-template-request-dto.d.ts +1 -1
  41. package/dist/models/create-notification-template-request-dto.js +1 -1
  42. package/dist/models/create-notification-template-response-class.d.ts +1 -1
  43. package/dist/models/create-notification-template-response-class.js +1 -1
  44. package/dist/models/delete-layout-request-dto.d.ts +1 -1
  45. package/dist/models/delete-layout-request-dto.js +1 -1
  46. package/dist/models/delete-notification-template-request-dto.d.ts +1 -1
  47. package/dist/models/delete-notification-template-request-dto.js +1 -1
  48. package/dist/models/get-layout-request-dto.d.ts +1 -1
  49. package/dist/models/get-layout-request-dto.js +1 -1
  50. package/dist/models/get-layout-response-class.d.ts +1 -1
  51. package/dist/models/get-layout-response-class.js +1 -1
  52. package/dist/models/get-notification-template-request-dto.d.ts +1 -1
  53. package/dist/models/get-notification-template-request-dto.js +1 -1
  54. package/dist/models/get-notification-template-response-class.d.ts +1 -1
  55. package/dist/models/get-notification-template-response-class.js +1 -1
  56. package/dist/models/html-template-class.d.ts +1 -1
  57. package/dist/models/html-template-class.js +1 -1
  58. package/dist/models/index.d.ts +6 -0
  59. package/dist/models/index.js +6 -0
  60. package/dist/models/initiate-email-verification-dto.d.ts +30 -0
  61. package/dist/models/initiate-email-verification-dto.js +15 -0
  62. package/dist/models/initiate-email-verification-response-class.d.ts +24 -0
  63. package/dist/models/initiate-email-verification-response-class.js +15 -0
  64. package/dist/models/inline-response200.d.ts +54 -0
  65. package/dist/models/inline-response200.js +15 -0
  66. package/dist/models/inline-response503.d.ts +54 -0
  67. package/dist/models/inline-response503.js +15 -0
  68. package/dist/models/layout-class.d.ts +1 -1
  69. package/dist/models/layout-class.js +1 -1
  70. package/dist/models/list-layouts-response-class.d.ts +1 -1
  71. package/dist/models/list-layouts-response-class.js +1 -1
  72. package/dist/models/list-notification-templates-response-class.d.ts +1 -1
  73. package/dist/models/list-notification-templates-response-class.js +1 -1
  74. package/dist/models/notification-template-class.d.ts +1 -1
  75. package/dist/models/notification-template-class.js +1 -1
  76. package/dist/models/send-notification-request-dto.d.ts +1 -1
  77. package/dist/models/send-notification-request-dto.js +1 -1
  78. package/dist/models/send-notification-response-class.d.ts +1 -1
  79. package/dist/models/send-notification-response-class.js +1 -1
  80. package/dist/models/update-html-template-request-dto.d.ts +1 -1
  81. package/dist/models/update-html-template-request-dto.js +1 -1
  82. package/dist/models/update-layout-request-dto.d.ts +1 -1
  83. package/dist/models/update-layout-request-dto.js +1 -1
  84. package/dist/models/update-layout-response-class.d.ts +1 -1
  85. package/dist/models/update-layout-response-class.js +1 -1
  86. package/dist/models/update-notification-template-request-dto.d.ts +1 -1
  87. package/dist/models/update-notification-template-request-dto.js +1 -1
  88. package/dist/models/update-notification-template-response-class.d.ts +1 -1
  89. package/dist/models/update-notification-template-response-class.js +1 -1
  90. package/index.ts +1 -1
  91. package/models/complete-email-verification-dto.ts +36 -0
  92. package/models/complete-email-verification-response-class.ts +30 -0
  93. package/models/create-layout-request-dto.ts +1 -1
  94. package/models/create-layout-response-class.ts +1 -1
  95. package/models/create-notification-template-request-dto.ts +1 -1
  96. package/models/create-notification-template-response-class.ts +1 -1
  97. package/models/delete-layout-request-dto.ts +1 -1
  98. package/models/delete-notification-template-request-dto.ts +1 -1
  99. package/models/get-layout-request-dto.ts +1 -1
  100. package/models/get-layout-response-class.ts +1 -1
  101. package/models/get-notification-template-request-dto.ts +1 -1
  102. package/models/get-notification-template-response-class.ts +1 -1
  103. package/models/html-template-class.ts +1 -1
  104. package/models/index.ts +6 -0
  105. package/models/initiate-email-verification-dto.ts +36 -0
  106. package/models/initiate-email-verification-response-class.ts +30 -0
  107. package/models/inline-response200.ts +48 -0
  108. package/models/inline-response503.ts +48 -0
  109. package/models/layout-class.ts +1 -1
  110. package/models/list-layouts-response-class.ts +1 -1
  111. package/models/list-notification-templates-response-class.ts +1 -1
  112. package/models/notification-template-class.ts +1 -1
  113. package/models/send-notification-request-dto.ts +1 -1
  114. package/models/send-notification-response-class.ts +1 -1
  115. package/models/update-html-template-request-dto.ts +1 -1
  116. package/models/update-layout-request-dto.ts +1 -1
  117. package/models/update-layout-response-class.ts +1 -1
  118. package/models/update-notification-template-request-dto.ts +1 -1
  119. package/models/update-notification-template-response-class.ts +1 -1
  120. package/package.json +2 -2
@@ -0,0 +1,54 @@
1
+ /**
2
+ * EMIL NotificationService
3
+ * The EMIL NotificationService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface InlineResponse200
16
+ */
17
+ export interface InlineResponse200 {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof InlineResponse200
22
+ */
23
+ 'status'?: string;
24
+ /**
25
+ *
26
+ * @type {{ [key: string]: { [key: string]: string; }; }}
27
+ * @memberof InlineResponse200
28
+ */
29
+ 'info'?: {
30
+ [key: string]: {
31
+ [key: string]: string;
32
+ };
33
+ } | null;
34
+ /**
35
+ *
36
+ * @type {{ [key: string]: { [key: string]: string; }; }}
37
+ * @memberof InlineResponse200
38
+ */
39
+ 'error'?: {
40
+ [key: string]: {
41
+ [key: string]: string;
42
+ };
43
+ } | null;
44
+ /**
45
+ *
46
+ * @type {{ [key: string]: { [key: string]: string; }; }}
47
+ * @memberof InlineResponse200
48
+ */
49
+ 'details'?: {
50
+ [key: string]: {
51
+ [key: string]: string;
52
+ };
53
+ };
54
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL NotificationService
6
+ * The EMIL NotificationService API description
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,54 @@
1
+ /**
2
+ * EMIL NotificationService
3
+ * The EMIL NotificationService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface InlineResponse503
16
+ */
17
+ export interface InlineResponse503 {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof InlineResponse503
22
+ */
23
+ 'status'?: string;
24
+ /**
25
+ *
26
+ * @type {{ [key: string]: { [key: string]: string; }; }}
27
+ * @memberof InlineResponse503
28
+ */
29
+ 'info'?: {
30
+ [key: string]: {
31
+ [key: string]: string;
32
+ };
33
+ } | null;
34
+ /**
35
+ *
36
+ * @type {{ [key: string]: { [key: string]: string; }; }}
37
+ * @memberof InlineResponse503
38
+ */
39
+ 'error'?: {
40
+ [key: string]: {
41
+ [key: string]: string;
42
+ };
43
+ } | null;
44
+ /**
45
+ *
46
+ * @type {{ [key: string]: { [key: string]: string; }; }}
47
+ * @memberof InlineResponse503
48
+ */
49
+ 'details'?: {
50
+ [key: string]: {
51
+ [key: string]: string;
52
+ };
53
+ };
54
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL NotificationService
6
+ * The EMIL NotificationService API description
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  * The EMIL NotificationService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL NotificationService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL NotificationService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL NotificationService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL NotificationService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL NotificationService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL NotificationService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL NotificationService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL NotificationService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL NotificationService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL NotificationService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL NotificationService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL NotificationService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL NotificationService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL NotificationService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL NotificationService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL NotificationService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL NotificationService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL NotificationService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL NotificationService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL NotificationService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL NotificationService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
package/index.ts CHANGED
@@ -5,7 +5,7 @@
5
5
  * The EMIL NotificationService API description
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ * Contact: kontakt@emil.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -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 CompleteEmailVerificationDto
21
+ */
22
+ export interface CompleteEmailVerificationDto {
23
+ /**
24
+ * User email
25
+ * @type {string}
26
+ * @memberof CompleteEmailVerificationDto
27
+ */
28
+ 'email': string;
29
+ /**
30
+ * Confirmation token
31
+ * @type {string}
32
+ * @memberof CompleteEmailVerificationDto
33
+ */
34
+ 'token': 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 CompleteEmailVerificationResponseClass
21
+ */
22
+ export interface CompleteEmailVerificationResponseClass {
23
+ /**
24
+ * Complete verification result
25
+ * @type {boolean}
26
+ * @memberof CompleteEmailVerificationResponseClass
27
+ */
28
+ 'result': boolean;
29
+ }
30
+
@@ -5,7 +5,7 @@
5
5
  * The EMIL NotificationService API description
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ * Contact: kontakt@emil.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -5,7 +5,7 @@
5
5
  * The EMIL NotificationService API description
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ * Contact: kontakt@emil.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -5,7 +5,7 @@
5
5
  * The EMIL NotificationService API description
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ * Contact: kontakt@emil.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -5,7 +5,7 @@
5
5
  * The EMIL NotificationService API description
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ * Contact: kontakt@emil.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -5,7 +5,7 @@
5
5
  * The EMIL NotificationService API description
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ * Contact: kontakt@emil.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -5,7 +5,7 @@
5
5
  * The EMIL NotificationService API description
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ * Contact: kontakt@emil.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -5,7 +5,7 @@
5
5
  * The EMIL NotificationService API description
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ * Contact: kontakt@emil.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -5,7 +5,7 @@
5
5
  * The EMIL NotificationService API description
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ * Contact: kontakt@emil.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -5,7 +5,7 @@
5
5
  * The EMIL NotificationService API description
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ * Contact: kontakt@emil.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -5,7 +5,7 @@
5
5
  * The EMIL NotificationService API description
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ * Contact: kontakt@emil.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -5,7 +5,7 @@
5
5
  * The EMIL NotificationService API description
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
- *
8
+ * Contact: kontakt@emil.de
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
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,10 @@ 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';
16
+ export * from './inline-response200';
17
+ export * from './inline-response503';
12
18
  export * from './layout-class';
13
19
  export * from './list-layouts-response-class';
14
20
  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
+