ultracart_rest_api_v2_typescript 3.11.2 → 3.11.3
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 +5 -5
- package/dist/api.d.ts +5 -5
- package/dist/api.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## ultracart_rest_api_v2_typescript@3.11.
|
|
1
|
+
## ultracart_rest_api_v2_typescript@3.11.3
|
|
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.11.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@3.11.3 --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.11.3 | 03/07/2025 | updated github readme.md files |
|
|
57
58
|
| 3.11.2 | 03/05/2025 | added ChannelPartnerOrder.use_prior_payment_information_from_order_id |
|
|
58
59
|
| 3.11.1 | 02/28/2025 | auto order pause method |
|
|
59
60
|
| 3.11.0 | 02/21/2025 | ItemApi.getInventorySnapshot had bad nickname causing bad sdk method name |
|
package/api.ts
CHANGED
|
@@ -46148,7 +46148,7 @@ export const AutoOrderApiFetchParamCreator = function (configuration?: Configura
|
|
|
46148
46148
|
/**
|
|
46149
46149
|
* Completely pause an auto order
|
|
46150
46150
|
* @summary Pause auto order
|
|
46151
|
-
* @param {AutoOrder} auto_order Auto
|
|
46151
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
46152
46152
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
46153
46153
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
46154
46154
|
* @param {*} [options] Override http request option.
|
|
@@ -46565,7 +46565,7 @@ export const AutoOrderApiFp = function(configuration?: Configuration) {
|
|
|
46565
46565
|
/**
|
|
46566
46566
|
* Completely pause an auto order
|
|
46567
46567
|
* @summary Pause auto order
|
|
46568
|
-
* @param {AutoOrder} auto_order Auto
|
|
46568
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
46569
46569
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
46570
46570
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
46571
46571
|
* @param {*} [options] Override http request option.
|
|
@@ -46758,7 +46758,7 @@ export const AutoOrderApiFactory = function (configuration?: Configuration, fetc
|
|
|
46758
46758
|
/**
|
|
46759
46759
|
* Completely pause an auto order
|
|
46760
46760
|
* @summary Pause auto order
|
|
46761
|
-
* @param {AutoOrder} auto_order Auto
|
|
46761
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
46762
46762
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
46763
46763
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
46764
46764
|
* @param {*} [options] Override http request option.
|
|
@@ -46918,7 +46918,7 @@ export interface AutoOrderApiInterface {
|
|
|
46918
46918
|
/**
|
|
46919
46919
|
* Completely pause an auto order
|
|
46920
46920
|
* @summary Pause auto order
|
|
46921
|
-
* @param {AutoOrder} auto_order Auto
|
|
46921
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
46922
46922
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
46923
46923
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
46924
46924
|
* @param {*} [options] Override http request option.
|
|
@@ -47094,7 +47094,7 @@ export class AutoOrderApi extends BaseAPI implements AutoOrderApiInterface {
|
|
|
47094
47094
|
/**
|
|
47095
47095
|
* Completely pause an auto order
|
|
47096
47096
|
* @summary Pause auto order
|
|
47097
|
-
* @param {AutoOrder} auto_order Auto
|
|
47097
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
47098
47098
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
47099
47099
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
47100
47100
|
* @param {*} [options] Override http request option.
|
package/dist/api.d.ts
CHANGED
|
@@ -44532,7 +44532,7 @@ export declare const AutoOrderApiFetchParamCreator: (configuration?: Configurati
|
|
|
44532
44532
|
/**
|
|
44533
44533
|
* Completely pause an auto order
|
|
44534
44534
|
* @summary Pause auto order
|
|
44535
|
-
* @param {AutoOrder} auto_order Auto
|
|
44535
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
44536
44536
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
44537
44537
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
44538
44538
|
* @param {*} [options] Override http request option.
|
|
@@ -44667,7 +44667,7 @@ export declare const AutoOrderApiFp: (configuration?: Configuration) => {
|
|
|
44667
44667
|
/**
|
|
44668
44668
|
* Completely pause an auto order
|
|
44669
44669
|
* @summary Pause auto order
|
|
44670
|
-
* @param {AutoOrder} auto_order Auto
|
|
44670
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
44671
44671
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
44672
44672
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
44673
44673
|
* @param {*} [options] Override http request option.
|
|
@@ -44802,7 +44802,7 @@ export declare const AutoOrderApiFactory: (configuration?: Configuration, fetch?
|
|
|
44802
44802
|
/**
|
|
44803
44803
|
* Completely pause an auto order
|
|
44804
44804
|
* @summary Pause auto order
|
|
44805
|
-
* @param {AutoOrder} auto_order Auto
|
|
44805
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
44806
44806
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
44807
44807
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
44808
44808
|
* @param {*} [options] Override http request option.
|
|
@@ -44946,7 +44946,7 @@ export interface AutoOrderApiInterface {
|
|
|
44946
44946
|
/**
|
|
44947
44947
|
* Completely pause an auto order
|
|
44948
44948
|
* @summary Pause auto order
|
|
44949
|
-
* @param {AutoOrder} auto_order Auto
|
|
44949
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
44950
44950
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
44951
44951
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
44952
44952
|
* @param {*} [options] Override http request option.
|
|
@@ -45094,7 +45094,7 @@ export declare class AutoOrderApi extends BaseAPI implements AutoOrderApiInterfa
|
|
|
45094
45094
|
/**
|
|
45095
45095
|
* Completely pause an auto order
|
|
45096
45096
|
* @summary Pause auto order
|
|
45097
|
-
* @param {AutoOrder} auto_order Auto
|
|
45097
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
45098
45098
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
45099
45099
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
45100
45100
|
* @param {*} [options] Override http request option.
|
package/dist/api.js
CHANGED
|
@@ -2689,7 +2689,7 @@ var AutoOrderApiFetchParamCreator = function (configuration) {
|
|
|
2689
2689
|
/**
|
|
2690
2690
|
* Completely pause an auto order
|
|
2691
2691
|
* @summary Pause auto order
|
|
2692
|
-
* @param {AutoOrder} auto_order Auto
|
|
2692
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
2693
2693
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
2694
2694
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
2695
2695
|
* @param {*} [options] Override http request option.
|
|
@@ -3087,7 +3087,7 @@ var AutoOrderApiFp = function (configuration) {
|
|
|
3087
3087
|
/**
|
|
3088
3088
|
* Completely pause an auto order
|
|
3089
3089
|
* @summary Pause auto order
|
|
3090
|
-
* @param {AutoOrder} auto_order Auto
|
|
3090
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
3091
3091
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
3092
3092
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
3093
3093
|
* @param {*} [options] Override http request option.
|
|
@@ -3283,7 +3283,7 @@ var AutoOrderApiFactory = function (configuration, fetch, basePath) {
|
|
|
3283
3283
|
/**
|
|
3284
3284
|
* Completely pause an auto order
|
|
3285
3285
|
* @summary Pause auto order
|
|
3286
|
-
* @param {AutoOrder} auto_order Auto
|
|
3286
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
3287
3287
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
3288
3288
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
3289
3289
|
* @param {*} [options] Override http request option.
|
|
@@ -3456,7 +3456,7 @@ var AutoOrderApi = /** @class */ (function (_super) {
|
|
|
3456
3456
|
/**
|
|
3457
3457
|
* Completely pause an auto order
|
|
3458
3458
|
* @summary Pause auto order
|
|
3459
|
-
* @param {AutoOrder} auto_order Auto
|
|
3459
|
+
* @param {AutoOrder} auto_order Auto order to pause
|
|
3460
3460
|
* @param {number} auto_order_oid The auto order oid to pause.
|
|
3461
3461
|
* @param {string} [_expand] The object expansion to perform on the result. See documentation for examples
|
|
3462
3462
|
* @param {*} [options] Override http request option.
|