@emilgroup/notification-sdk-node 1.4.1-beta.23 → 1.4.1-beta.24

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.23 --save
20
+ npm install @emilgroup/notification-sdk-node@1.4.1-beta.24 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/notification-sdk-node@1.4.1-beta.23
24
+ yarn add @emilgroup/notification-sdk-node@1.4.1-beta.24
25
25
  ```
26
26
 
27
27
  And then you can import `LayoutApi`.
@@ -70,6 +70,12 @@ export interface EmailMessageClass {
70
70
  * @memberof EmailMessageClass
71
71
  */
72
72
  'bodyText'?: string;
73
+ /**
74
+ * HTML body of the email
75
+ * @type {string}
76
+ * @memberof EmailMessageClass
77
+ */
78
+ 'bodyHtml'?: string;
73
79
  /**
74
80
  * Delivery status of the email
75
81
  * @type {string}
@@ -75,6 +75,12 @@ export interface EmailMessageClass {
75
75
  * @memberof EmailMessageClass
76
76
  */
77
77
  'bodyText'?: string;
78
+ /**
79
+ * HTML body of the email
80
+ * @type {string}
81
+ * @memberof EmailMessageClass
82
+ */
83
+ 'bodyHtml'?: string;
78
84
  /**
79
85
  * Delivery status of the email
80
86
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/notification-sdk-node",
3
- "version": "1.4.1-beta.23",
3
+ "version": "1.4.1-beta.24",
4
4
  "description": "OpenAPI client for @emilgroup/notification-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [