ultracart_rest_api_v2_typescript 3.10.209 → 3.10.210

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 CHANGED
@@ -1,4 +1,4 @@
1
- ## ultracart_rest_api_v2_typescript@3.10.209
1
+ ## ultracart_rest_api_v2_typescript@3.10.210
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.209 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.10.210 --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.210 | 06/03/2024 | conversationPbxPhoneNumber - fix serialized name for phone number UUID |
57
58
  | 3.10.209 | 05/31/2024 | ItemApi.getInventorySnapshot method |
58
59
  | 3.10.208 | 05/30/2024 | add adult sig req. to the merchant item destination markup for items |
59
60
  | 3.10.207 | 05/29/2024 | added methods getEmailCommseqRateLimiters, resetEmailCommseqRateLimiters |
package/api.ts CHANGED
@@ -9438,7 +9438,7 @@ export interface ConversationPbxPhoneNumber {
9438
9438
  * @type {string}
9439
9439
  * @memberof ConversationPbxPhoneNumber
9440
9440
  */
9441
- conversation_pbx_time_range_uuid?: string;
9441
+ conversation_pbx_phone_number_uuid?: string;
9442
9442
  /**
9443
9443
  * Merchant Id
9444
9444
  * @type {string}
@@ -26059,13 +26059,13 @@ export interface ItemAutoOrderStep {
26059
26059
  */
26060
26060
  schedule?: string;
26061
26061
  /**
26062
- * Email list name to subscribe the customer to when the rebill occurs
26062
+ * Email list name to subscribe the customer to when the rebill occurs (decommissioned email engine)
26063
26063
  * @type {string}
26064
26064
  * @memberof ItemAutoOrderStep
26065
26065
  */
26066
26066
  subscribe_email_list_name?: string;
26067
26067
  /**
26068
- * Email list identifier to subscribe the customer to when this rebill occurs
26068
+ * Email list identifier to subscribe the customer to when this rebill occurs (decommissioned email engine)
26069
26069
  * @type {number}
26070
26070
  * @memberof ItemAutoOrderStep
26071
26071
  */
@@ -69695,8 +69695,8 @@ export const ItemApiFetchParamCreator = function (configuration?: Configuration)
69695
69695
  };
69696
69696
  },
69697
69697
  /**
69698
- * Retrieves a list of item inventories.
69699
- * @summary Retrieve a list of item inventories
69698
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
69699
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
69700
69700
  * @param {*} [options] Override http request option.
69701
69701
  * @throws {RequiredError}
69702
69702
  */
@@ -70462,8 +70462,8 @@ export const ItemApiFp = function(configuration?: Configuration) {
70462
70462
  };
70463
70463
  },
70464
70464
  /**
70465
- * Retrieves a list of item inventories.
70466
- * @summary Retrieve a list of item inventories
70465
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
70466
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
70467
70467
  * @param {*} [options] Override http request option.
70468
70468
  * @throws {RequiredError}
70469
70469
  */
@@ -70802,8 +70802,8 @@ export const ItemApiFactory = function (configuration?: Configuration, fetch?: F
70802
70802
  return ItemApiFp(configuration).insertUpdateItemContentAttribute(item_attribute, merchant_item_oid, options)(fetch, basePath);
70803
70803
  },
70804
70804
  /**
70805
- * Retrieves a list of item inventories.
70806
- * @summary Retrieve a list of item inventories
70805
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
70806
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
70807
70807
  * @param {*} [options] Override http request option.
70808
70808
  * @throws {RequiredError}
70809
70809
  */
@@ -71076,8 +71076,8 @@ export interface ItemApiInterface {
71076
71076
  insertUpdateItemContentAttribute(item_attribute: ItemContentAttribute, merchant_item_oid: number, options?: any): Promise<{}>;
71077
71077
 
71078
71078
  /**
71079
- * Retrieves a list of item inventories.
71080
- * @summary Retrieve a list of item inventories
71079
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
71080
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
71081
71081
  * @param {*} [options] Override http request option.
71082
71082
  * @throws {RequiredError}
71083
71083
  * @memberof ItemApiInterface
@@ -71384,8 +71384,8 @@ export class ItemApi extends BaseAPI implements ItemApiInterface {
71384
71384
  }
71385
71385
 
71386
71386
  /**
71387
- * Retrieves a list of item inventories.
71388
- * @summary Retrieve a list of item inventories
71387
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
71388
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
71389
71389
  * @param {*} [options] Override http request option.
71390
71390
  * @throws {RequiredError}
71391
71391
  * @memberof ItemApi
package/dist/api.d.ts CHANGED
@@ -9215,7 +9215,7 @@ export interface ConversationPbxPhoneNumber {
9215
9215
  * @type {string}
9216
9216
  * @memberof ConversationPbxPhoneNumber
9217
9217
  */
9218
- conversation_pbx_time_range_uuid?: string;
9218
+ conversation_pbx_phone_number_uuid?: string;
9219
9219
  /**
9220
9220
  * Merchant Id
9221
9221
  * @type {string}
@@ -25501,13 +25501,13 @@ export interface ItemAutoOrderStep {
25501
25501
  */
25502
25502
  schedule?: string;
25503
25503
  /**
25504
- * Email list name to subscribe the customer to when the rebill occurs
25504
+ * Email list name to subscribe the customer to when the rebill occurs (decommissioned email engine)
25505
25505
  * @type {string}
25506
25506
  * @memberof ItemAutoOrderStep
25507
25507
  */
25508
25508
  subscribe_email_list_name?: string;
25509
25509
  /**
25510
- * Email list identifier to subscribe the customer to when this rebill occurs
25510
+ * Email list identifier to subscribe the customer to when this rebill occurs (decommissioned email engine)
25511
25511
  * @type {number}
25512
25512
  * @memberof ItemAutoOrderStep
25513
25513
  */
@@ -53892,8 +53892,8 @@ export declare const ItemApiFetchParamCreator: (configuration?: Configuration) =
53892
53892
  */
53893
53893
  insertUpdateItemContentAttribute(item_attribute: ItemContentAttribute, merchant_item_oid: number, options?: any): FetchArgs;
53894
53894
  /**
53895
- * Retrieves a list of item inventories.
53896
- * @summary Retrieve a list of item inventories
53895
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
53896
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
53897
53897
  * @param {*} [options] Override http request option.
53898
53898
  * @throws {RequiredError}
53899
53899
  */
@@ -54117,8 +54117,8 @@ export declare const ItemApiFp: (configuration?: Configuration) => {
54117
54117
  */
54118
54118
  insertUpdateItemContentAttribute(item_attribute: ItemContentAttribute, merchant_item_oid: number, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Response>;
54119
54119
  /**
54120
- * Retrieves a list of item inventories.
54121
- * @summary Retrieve a list of item inventories
54120
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
54121
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
54122
54122
  * @param {*} [options] Override http request option.
54123
54123
  * @throws {RequiredError}
54124
54124
  */
@@ -54342,8 +54342,8 @@ export declare const ItemApiFactory: (configuration?: Configuration, fetch?: Fet
54342
54342
  */
54343
54343
  insertUpdateItemContentAttribute(item_attribute: ItemContentAttribute, merchant_item_oid: number, options?: any): Promise<Response>;
54344
54344
  /**
54345
- * Retrieves a list of item inventories.
54346
- * @summary Retrieve a list of item inventories
54345
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
54346
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
54347
54347
  * @param {*} [options] Override http request option.
54348
54348
  * @throws {RequiredError}
54349
54349
  */
@@ -54585,8 +54585,8 @@ export interface ItemApiInterface {
54585
54585
  */
54586
54586
  insertUpdateItemContentAttribute(item_attribute: ItemContentAttribute, merchant_item_oid: number, options?: any): Promise<{}>;
54587
54587
  /**
54588
- * Retrieves a list of item inventories.
54589
- * @summary Retrieve a list of item inventories
54588
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
54589
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
54590
54590
  * @param {*} [options] Override http request option.
54591
54591
  * @throws {RequiredError}
54592
54592
  * @memberof ItemApiInterface
@@ -54835,8 +54835,8 @@ export declare class ItemApi extends BaseAPI implements ItemApiInterface {
54835
54835
  */
54836
54836
  insertUpdateItemContentAttribute(item_attribute: ItemContentAttribute, merchant_item_oid: number, options?: any): Promise<Response>;
54837
54837
  /**
54838
- * Retrieves a list of item inventories.
54839
- * @summary Retrieve a list of item inventories
54838
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
54839
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
54840
54840
  * @param {*} [options] Override http request option.
54841
54841
  * @throws {RequiredError}
54842
54842
  * @memberof ItemApi
package/dist/api.js CHANGED
@@ -22743,8 +22743,8 @@ var ItemApiFetchParamCreator = function (configuration) {
22743
22743
  };
22744
22744
  },
22745
22745
  /**
22746
- * Retrieves a list of item inventories.
22747
- * @summary Retrieve a list of item inventories
22746
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
22747
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
22748
22748
  * @param {*} [options] Override http request option.
22749
22749
  * @throws {RequiredError}
22750
22750
  */
@@ -23480,8 +23480,8 @@ var ItemApiFp = function (configuration) {
23480
23480
  };
23481
23481
  },
23482
23482
  /**
23483
- * Retrieves a list of item inventories.
23484
- * @summary Retrieve a list of item inventories
23483
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
23484
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
23485
23485
  * @param {*} [options] Override http request option.
23486
23486
  * @throws {RequiredError}
23487
23487
  */
@@ -23826,8 +23826,8 @@ var ItemApiFactory = function (configuration, fetch, basePath) {
23826
23826
  return (0, exports.ItemApiFp)(configuration).insertUpdateItemContentAttribute(item_attribute, merchant_item_oid, options)(fetch, basePath);
23827
23827
  },
23828
23828
  /**
23829
- * Retrieves a list of item inventories.
23830
- * @summary Retrieve a list of item inventories
23829
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
23830
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
23831
23831
  * @param {*} [options] Override http request option.
23832
23832
  * @throws {RequiredError}
23833
23833
  */
@@ -24122,8 +24122,8 @@ var ItemApi = /** @class */ (function (_super) {
24122
24122
  return (0, exports.ItemApiFp)(this.configuration).insertUpdateItemContentAttribute(item_attribute, merchant_item_oid, options)(this.fetch, this.basePath);
24123
24123
  };
24124
24124
  /**
24125
- * Retrieves a list of item inventories.
24126
- * @summary Retrieve a list of item inventories
24125
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
24126
+ * @summary Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
24127
24127
  * @param {*} [options] Override http request option.
24128
24128
  * @throws {RequiredError}
24129
24129
  * @memberof ItemApi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.209",
3
+ "version": "3.10.210",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [