ultracart_rest_api_v2_typescript 3.10.55 → 3.10.56
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 +7 -1
- package/dist/api.d.ts +7 -1
- 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.56
|
|
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.56 --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.56 | 10/07/2022 | bug fix for digital items response |
|
|
57
58
|
| 3.10.55 | 10/05/2022 | storefront rest file cdn icon urls |
|
|
58
59
|
| 3.10.54 | 10/04/2022 | bug fix for new storefront file mgr |
|
|
59
60
|
| 3.10.53 | 09/29/2022 | page_paths search category for search2 method |
|
package/api.ts
CHANGED
|
@@ -9976,6 +9976,12 @@ export interface Customer {
|
|
|
9976
9976
|
* @memberof Customer
|
|
9977
9977
|
*/
|
|
9978
9978
|
maximum_item_count?: number;
|
|
9979
|
+
/**
|
|
9980
|
+
* Merchant ID
|
|
9981
|
+
* @type {string}
|
|
9982
|
+
* @memberof Customer
|
|
9983
|
+
*/
|
|
9984
|
+
merchant_id?: string;
|
|
9979
9985
|
/**
|
|
9980
9986
|
* Minimum item count
|
|
9981
9987
|
* @type {number}
|
|
@@ -21332,7 +21338,7 @@ export interface ItemDigitalItemsResponse {
|
|
|
21332
21338
|
* @type {Array<ItemDigitalItem>}
|
|
21333
21339
|
* @memberof ItemDigitalItemsResponse
|
|
21334
21340
|
*/
|
|
21335
|
-
|
|
21341
|
+
digital_items?: Array<ItemDigitalItem>;
|
|
21336
21342
|
/**
|
|
21337
21343
|
*
|
|
21338
21344
|
* @type {ModelError}
|
package/dist/api.d.ts
CHANGED
|
@@ -9731,6 +9731,12 @@ export interface Customer {
|
|
|
9731
9731
|
* @memberof Customer
|
|
9732
9732
|
*/
|
|
9733
9733
|
maximum_item_count?: number;
|
|
9734
|
+
/**
|
|
9735
|
+
* Merchant ID
|
|
9736
|
+
* @type {string}
|
|
9737
|
+
* @memberof Customer
|
|
9738
|
+
*/
|
|
9739
|
+
merchant_id?: string;
|
|
9734
9740
|
/**
|
|
9735
9741
|
* Minimum item count
|
|
9736
9742
|
* @type {number}
|
|
@@ -20874,7 +20880,7 @@ export interface ItemDigitalItemsResponse {
|
|
|
20874
20880
|
* @type {Array<ItemDigitalItem>}
|
|
20875
20881
|
* @memberof ItemDigitalItemsResponse
|
|
20876
20882
|
*/
|
|
20877
|
-
|
|
20883
|
+
digital_items?: Array<ItemDigitalItem>;
|
|
20878
20884
|
/**
|
|
20879
20885
|
*
|
|
20880
20886
|
* @type {ModelError}
|