ultracart_rest_api_v2_typescript 3.9.4 → 3.9.5
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 +4 -4
- package/dist/api.d.ts +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## ultracart_rest_api_v2_typescript@3.9.
|
|
1
|
+
## ultracart_rest_api_v2_typescript@3.9.5
|
|
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.9.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@3.9.5 --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.9.5 | 04/14/2022 | postcard screenshot bug fixes |
|
|
57
58
|
| 3.9.4 | 04/13/2022 | Added spf DNS record to the sending domain object |
|
|
58
59
|
| 3.9.3 | 04/06/2022 | fix return object on send webhook test method |
|
|
59
60
|
| 3.9.2 | 04/04/2022 | user.email field extended and postcard screenshot fields |
|
package/api.ts
CHANGED
|
@@ -10454,17 +10454,17 @@ export interface EmailCommseqPostcard {
|
|
|
10454
10454
|
*/
|
|
10455
10455
|
postcard_front_container_uuid?: string;
|
|
10456
10456
|
/**
|
|
10457
|
-
* URL
|
|
10457
|
+
* URL to screenshot of the back of the postcard
|
|
10458
10458
|
* @type {string}
|
|
10459
10459
|
* @memberof EmailCommseqPostcard
|
|
10460
10460
|
*/
|
|
10461
|
-
|
|
10461
|
+
screenshot_back_url?: string;
|
|
10462
10462
|
/**
|
|
10463
|
-
* URL
|
|
10463
|
+
* URL to screenshot of the front of the postcard
|
|
10464
10464
|
* @type {string}
|
|
10465
10465
|
* @memberof EmailCommseqPostcard
|
|
10466
10466
|
*/
|
|
10467
|
-
|
|
10467
|
+
screenshot_front_url?: string;
|
|
10468
10468
|
/**
|
|
10469
10469
|
* Storefront oid
|
|
10470
10470
|
* @type {number}
|
package/dist/api.d.ts
CHANGED
|
@@ -10210,17 +10210,17 @@ export interface EmailCommseqPostcard {
|
|
|
10210
10210
|
*/
|
|
10211
10211
|
postcard_front_container_uuid?: string;
|
|
10212
10212
|
/**
|
|
10213
|
-
* URL
|
|
10213
|
+
* URL to screenshot of the back of the postcard
|
|
10214
10214
|
* @type {string}
|
|
10215
10215
|
* @memberof EmailCommseqPostcard
|
|
10216
10216
|
*/
|
|
10217
|
-
|
|
10217
|
+
screenshot_back_url?: string;
|
|
10218
10218
|
/**
|
|
10219
|
-
* URL
|
|
10219
|
+
* URL to screenshot of the front of the postcard
|
|
10220
10220
|
* @type {string}
|
|
10221
10221
|
* @memberof EmailCommseqPostcard
|
|
10222
10222
|
*/
|
|
10223
|
-
|
|
10223
|
+
screenshot_front_url?: string;
|
|
10224
10224
|
/**
|
|
10225
10225
|
* Storefront oid
|
|
10226
10226
|
* @type {number}
|