ultracart_rest_api_v2_typescript 3.10.44 → 3.10.45
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 +3 -2
- package/api.ts +6 -0
- package/dist/api.d.ts +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## ultracart_rest_api_v2_typescript@3.10.
|
|
1
|
+
## ultracart_rest_api_v2_typescript@3.10.45
|
|
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.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@3.10.45 --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.45 | 09/12/2022 | storefront comm - send back reviews.io configured flag on getEmailSettings |
|
|
57
58
|
| 3.10.44 | 09/07/2022 | sf comms - using aws event ruler for bigquery segmentation validation |
|
|
58
59
|
| 3.10.43 | 09/02/2022 | customer editor added loyal ledger descriptions |
|
|
59
60
|
| 3.10.42 | 08/30/2022 | storefront comm fields for sms configuration |
|
package/api.ts
CHANGED
|
@@ -16518,6 +16518,12 @@ export interface EmailSettings {
|
|
|
16518
16518
|
* @memberof EmailSettings
|
|
16519
16519
|
*/
|
|
16520
16520
|
postcard_from_state?: string;
|
|
16521
|
+
/**
|
|
16522
|
+
* True if the Reviews.io integration is configured
|
|
16523
|
+
* @type {boolean}
|
|
16524
|
+
* @memberof EmailSettings
|
|
16525
|
+
*/
|
|
16526
|
+
reviews_io_configured?: boolean;
|
|
16521
16527
|
/**
|
|
16522
16528
|
*
|
|
16523
16529
|
* @type {string}
|
package/dist/api.d.ts
CHANGED
|
@@ -16150,6 +16150,12 @@ export interface EmailSettings {
|
|
|
16150
16150
|
* @memberof EmailSettings
|
|
16151
16151
|
*/
|
|
16152
16152
|
postcard_from_state?: string;
|
|
16153
|
+
/**
|
|
16154
|
+
* True if the Reviews.io integration is configured
|
|
16155
|
+
* @type {boolean}
|
|
16156
|
+
* @memberof EmailSettings
|
|
16157
|
+
*/
|
|
16158
|
+
reviews_io_configured?: boolean;
|
|
16153
16159
|
/**
|
|
16154
16160
|
*
|
|
16155
16161
|
* @type {string}
|