ultracart_rest_api_v2_typescript 3.10.41 → 3.10.42

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
@@ -1,4 +1,4 @@
1
- ## ultracart_rest_api_v2_typescript@3.10.41
1
+ ## ultracart_rest_api_v2_typescript@3.10.42
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install ultracart_rest_api_v2_typescript@3.10.41 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.10.42 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -54,6 +54,7 @@ Not every change is committed to every SDK.
54
54
 
55
55
  | Version | Date | Comments |
56
56
  | --: | :-: | --- |
57
+ | 3.10.42 | 08/30/2022 | storefront comm fields for sms configuration |
57
58
  | 3.10.41 | 08/26/2022 | postcard address fields for comm sequence testing |
58
59
  | 3.10.40 | 08/22/2022 | exposing individual reviews within item.review object |
59
60
  | 3.10.39 | 08/19/2022 | order api - added cell phone fields for sms |
package/api.ts CHANGED
@@ -12123,6 +12123,18 @@ export interface EmailCampaign {
12123
12123
  * @memberof EmailCampaign
12124
12124
  */
12125
12125
  screenshot_large_full_url?: string;
12126
+ /**
12127
+ * Twilio Account UUID. Null for none
12128
+ * @type {string}
12129
+ * @memberof EmailCampaign
12130
+ */
12131
+ sms_esp_twilio_uuid?: string;
12132
+ /**
12133
+ * Twilio SMS Phone Number. Null for none
12134
+ * @type {string}
12135
+ * @memberof EmailCampaign
12136
+ */
12137
+ sms_phone_number?: string;
12126
12138
  /**
12127
12139
  * Status of the campaign of draft, archived, and sent
12128
12140
  * @type {string}
@@ -14352,6 +14364,18 @@ export interface EmailFlow {
14352
14364
  * @memberof EmailFlow
14353
14365
  */
14354
14366
  screenshot_large_full_url?: string;
14367
+ /**
14368
+ * Twilio Account UUID. Null for none
14369
+ * @type {string}
14370
+ * @memberof EmailFlow
14371
+ */
14372
+ sms_esp_twilio_uuid?: string;
14373
+ /**
14374
+ * Twilio SMS Phone Number. Null for none
14375
+ * @type {string}
14376
+ * @memberof EmailFlow
14377
+ */
14378
+ sms_phone_number?: string;
14355
14379
  /**
14356
14380
  * Status of the campaign of draft, archived, active, and inactive
14357
14381
  * @type {string}
@@ -16488,6 +16512,18 @@ export interface EmailSettings {
16488
16512
  * @memberof EmailSettings
16489
16513
  */
16490
16514
  postcard_from_state?: string;
16515
+ /**
16516
+ *
16517
+ * @type {string}
16518
+ * @memberof EmailSettings
16519
+ */
16520
+ sms_esp_twilio_uuid?: string;
16521
+ /**
16522
+ *
16523
+ * @type {string}
16524
+ * @memberof EmailSettings
16525
+ */
16526
+ sms_phone_number?: string;
16491
16527
  /**
16492
16528
  *
16493
16529
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -11843,6 +11843,18 @@ export interface EmailCampaign {
11843
11843
  * @memberof EmailCampaign
11844
11844
  */
11845
11845
  screenshot_large_full_url?: string;
11846
+ /**
11847
+ * Twilio Account UUID. Null for none
11848
+ * @type {string}
11849
+ * @memberof EmailCampaign
11850
+ */
11851
+ sms_esp_twilio_uuid?: string;
11852
+ /**
11853
+ * Twilio SMS Phone Number. Null for none
11854
+ * @type {string}
11855
+ * @memberof EmailCampaign
11856
+ */
11857
+ sms_phone_number?: string;
11846
11858
  /**
11847
11859
  * Status of the campaign of draft, archived, and sent
11848
11860
  * @type {string}
@@ -14031,6 +14043,18 @@ export interface EmailFlow {
14031
14043
  * @memberof EmailFlow
14032
14044
  */
14033
14045
  screenshot_large_full_url?: string;
14046
+ /**
14047
+ * Twilio Account UUID. Null for none
14048
+ * @type {string}
14049
+ * @memberof EmailFlow
14050
+ */
14051
+ sms_esp_twilio_uuid?: string;
14052
+ /**
14053
+ * Twilio SMS Phone Number. Null for none
14054
+ * @type {string}
14055
+ * @memberof EmailFlow
14056
+ */
14057
+ sms_phone_number?: string;
14034
14058
  /**
14035
14059
  * Status of the campaign of draft, archived, active, and inactive
14036
14060
  * @type {string}
@@ -16120,6 +16144,18 @@ export interface EmailSettings {
16120
16144
  * @memberof EmailSettings
16121
16145
  */
16122
16146
  postcard_from_state?: string;
16147
+ /**
16148
+ *
16149
+ * @type {string}
16150
+ * @memberof EmailSettings
16151
+ */
16152
+ sms_esp_twilio_uuid?: string;
16153
+ /**
16154
+ *
16155
+ * @type {string}
16156
+ * @memberof EmailSettings
16157
+ */
16158
+ sms_phone_number?: string;
16123
16159
  /**
16124
16160
  *
16125
16161
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.41",
3
+ "version": "3.10.42",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [