@emilgroup/notification-sdk-node 1.4.1-beta.24 → 1.4.1-beta.26
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/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/notification-sdk-node@1.4.1-beta.
|
|
20
|
+
npm install @emilgroup/notification-sdk-node@1.4.1-beta.26 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/notification-sdk-node@1.4.1-beta.
|
|
24
|
+
yarn add @emilgroup/notification-sdk-node@1.4.1-beta.26
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `LayoutApi`.
|
|
@@ -113,13 +113,13 @@ export interface EmailMessageClass {
|
|
|
113
113
|
*/
|
|
114
114
|
'updatedBy': string;
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
116
|
+
* Created at timestamp
|
|
117
117
|
* @type {string}
|
|
118
118
|
* @memberof EmailMessageClass
|
|
119
119
|
*/
|
|
120
120
|
'createdAt': string;
|
|
121
121
|
/**
|
|
122
|
-
*
|
|
122
|
+
* Updated at timestamp
|
|
123
123
|
* @type {string}
|
|
124
124
|
* @memberof EmailMessageClass
|
|
125
125
|
*/
|
|
@@ -64,13 +64,13 @@ export interface EmailThreadClass {
|
|
|
64
64
|
*/
|
|
65
65
|
'updatedBy': string;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* Created at timestamp
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof EmailThreadClass
|
|
70
70
|
*/
|
|
71
71
|
'createdAt': string;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* Updated at timestamp
|
|
74
74
|
* @type {string}
|
|
75
75
|
* @memberof EmailThreadClass
|
|
76
76
|
*/
|
|
@@ -118,13 +118,13 @@ export interface EmailMessageClass {
|
|
|
118
118
|
*/
|
|
119
119
|
'updatedBy': string;
|
|
120
120
|
/**
|
|
121
|
-
*
|
|
121
|
+
* Created at timestamp
|
|
122
122
|
* @type {string}
|
|
123
123
|
* @memberof EmailMessageClass
|
|
124
124
|
*/
|
|
125
125
|
'createdAt': string;
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* Updated at timestamp
|
|
128
128
|
* @type {string}
|
|
129
129
|
* @memberof EmailMessageClass
|
|
130
130
|
*/
|
|
@@ -69,13 +69,13 @@ export interface EmailThreadClass {
|
|
|
69
69
|
*/
|
|
70
70
|
'updatedBy': string;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* Created at timestamp
|
|
73
73
|
* @type {string}
|
|
74
74
|
* @memberof EmailThreadClass
|
|
75
75
|
*/
|
|
76
76
|
'createdAt': string;
|
|
77
77
|
/**
|
|
78
|
-
*
|
|
78
|
+
* Updated at timestamp
|
|
79
79
|
* @type {string}
|
|
80
80
|
* @memberof EmailThreadClass
|
|
81
81
|
*/
|
package/package.json
CHANGED