ultracart_rest_api_v2_typescript 3.10.9 → 3.10.10

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.9
1
+ ## ultracart_rest_api_v2_typescript@3.10.10
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.9 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.10.10 --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.10 | 06/06/2022 | storefront communication options for syncing to third party provider list |
57
58
  | 3.10.9 | 06/01/2022 | bug fixes for customer profile store credit |
58
59
  | 3.10.8 | 05/27/2022 | customer store credit |
59
60
  | 3.10.7 | 05/23/2022 | add internal gift cert to order summary, addl provider info for storefront comm |
package/api.ts CHANGED
@@ -14599,6 +14599,18 @@ export interface EmailSegment {
14599
14599
  * @memberof EmailSegment
14600
14600
  */
14601
14601
  storefront_oid?: number;
14602
+ /**
14603
+ * List id of third party provider to sync with.
14604
+ * @type {string}
14605
+ * @memberof EmailSegment
14606
+ */
14607
+ thirdparty_list_id?: string;
14608
+ /**
14609
+ * Name of third party provider to sync segment to a list with.
14610
+ * @type {string}
14611
+ * @memberof EmailSegment
14612
+ */
14613
+ thirdparty_provider_name?: string;
14602
14614
  /**
14603
14615
  * Details on the flows or campaigns that use this list.
14604
14616
  * @type {Array<EmailListSegmentUsedBy>}
package/dist/api.d.ts CHANGED
@@ -14276,6 +14276,18 @@ export interface EmailSegment {
14276
14276
  * @memberof EmailSegment
14277
14277
  */
14278
14278
  storefront_oid?: number;
14279
+ /**
14280
+ * List id of third party provider to sync with.
14281
+ * @type {string}
14282
+ * @memberof EmailSegment
14283
+ */
14284
+ thirdparty_list_id?: string;
14285
+ /**
14286
+ * Name of third party provider to sync segment to a list with.
14287
+ * @type {string}
14288
+ * @memberof EmailSegment
14289
+ */
14290
+ thirdparty_provider_name?: string;
14279
14291
  /**
14280
14292
  * Details on the flows or campaigns that use this list.
14281
14293
  * @type {Array<EmailListSegmentUsedBy>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.9",
3
+ "version": "3.10.10",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [