ultracart_rest_api_v2_typescript 3.10.98 → 3.10.99
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.99
|
|
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.99 --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.99 | 01/18/2023 | channel partner ship to pref desc field |
|
|
57
58
|
| 3.10.98 | 01/17/2023 | changed convo webchat constant |
|
|
58
59
|
| 3.10.97 | 01/17/2023 | support for checkout item properties |
|
|
59
60
|
| 3.10.96 | 01/14/2023 | add external_id to the point of sale location object |
|
package/api.ts
CHANGED
|
@@ -5964,6 +5964,12 @@ export interface ChannelPartnerShipToPreference {
|
|
|
5964
5964
|
* @memberof ChannelPartnerShipToPreference
|
|
5965
5965
|
*/
|
|
5966
5966
|
channel_partner_ship_to_preference_oid?: number;
|
|
5967
|
+
/**
|
|
5968
|
+
* A description that is meaningful to the merchant.
|
|
5969
|
+
* @type {string}
|
|
5970
|
+
* @memberof ChannelPartnerShipToPreference
|
|
5971
|
+
*/
|
|
5972
|
+
description?: string;
|
|
5967
5973
|
/**
|
|
5968
5974
|
* The merchant id that owns the channel partner
|
|
5969
5975
|
* @type {string}
|
package/dist/api.d.ts
CHANGED
|
@@ -5827,6 +5827,12 @@ export interface ChannelPartnerShipToPreference {
|
|
|
5827
5827
|
* @memberof ChannelPartnerShipToPreference
|
|
5828
5828
|
*/
|
|
5829
5829
|
channel_partner_ship_to_preference_oid?: number;
|
|
5830
|
+
/**
|
|
5831
|
+
* A description that is meaningful to the merchant.
|
|
5832
|
+
* @type {string}
|
|
5833
|
+
* @memberof ChannelPartnerShipToPreference
|
|
5834
|
+
*/
|
|
5835
|
+
description?: string;
|
|
5830
5836
|
/**
|
|
5831
5837
|
* The merchant id that owns the channel partner
|
|
5832
5838
|
* @type {string}
|