ultracart_rest_api_v2_typescript 3.10.209 → 3.10.211

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.211
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.211 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -54,6 +54,8 @@ Not every change is committed to every SDK.
54
54
 
55
55
  | Version | Date | Comments |
56
56
  | --: | :-: | --- |
57
+ | 3.10.211 | 06/07/2024 | conversation pbx - adjust agent voicemail box uuid fields |
58
+ | 3.10.210 | 06/03/2024 | conversationPbxPhoneNumber - fix serialized name for phone number UUID |
57
59
  | 3.10.209 | 05/31/2024 | ItemApi.getInventorySnapshot method |
58
60
  | 3.10.208 | 05/30/2024 | add adult sig req. to the merchant item destination markup for items |
59
61
  | 3.10.207 | 05/29/2024 | added methods getEmailCommseqRateLimiters, resetEmailCommseqRateLimiters |
package/api.ts CHANGED
@@ -8707,12 +8707,6 @@ export interface ConversationPbxAgent {
8707
8707
  * @memberof ConversationPbxAgent
8708
8708
  */
8709
8709
  conversation_pbx_agent_uuid?: string;
8710
- /**
8711
- * Conversation Pbx Voicemail Mailbox UUID
8712
- * @type {string}
8713
- * @memberof ConversationPbxAgent
8714
- */
8715
- conversation_pbx_voicemail_mailbox_uuid?: string;
8716
8710
  /**
8717
8711
  * Extension
8718
8712
  * @type {number}
@@ -8743,12 +8737,24 @@ export interface ConversationPbxAgent {
8743
8737
  * @memberof ConversationPbxAgent
8744
8738
  */
8745
8739
  merchant_id?: string;
8740
+ /**
8741
+ * Personal Conversation Pbx Voicemail Mailbox UUID
8742
+ * @type {string}
8743
+ * @memberof ConversationPbxAgent
8744
+ */
8745
+ personal_conversation_pbx_voicemail_mailbox_uuid?: string;
8746
8746
  /**
8747
8747
  * True if outgoing calls should be automatically recorded
8748
8748
  * @type {boolean}
8749
8749
  * @memberof ConversationPbxAgent
8750
8750
  */
8751
8751
  record_outgoing_automatically?: boolean;
8752
+ /**
8753
+ * Shared Conversation Pbx Voicemail Mailbox UUID
8754
+ * @type {string}
8755
+ * @memberof ConversationPbxAgent
8756
+ */
8757
+ shared_conversation_pbx_voicemail_mailbox_uuid?: string;
8752
8758
  /**
8753
8759
  * Twilio taskrouter worker Id
8754
8760
  * @type {string}
@@ -9438,7 +9444,7 @@ export interface ConversationPbxPhoneNumber {
9438
9444
  * @type {string}
9439
9445
  * @memberof ConversationPbxPhoneNumber
9440
9446
  */
9441
- conversation_pbx_time_range_uuid?: string;
9447
+ conversation_pbx_phone_number_uuid?: string;
9442
9448
  /**
9443
9449
  * Merchant Id
9444
9450
  * @type {string}
@@ -26059,13 +26065,13 @@ export interface ItemAutoOrderStep {
26059
26065
  */
26060
26066
  schedule?: string;
26061
26067
  /**
26062
- * Email list name to subscribe the customer to when the rebill occurs
26068
+ * Email list name to subscribe the customer to when the rebill occurs (decommissioned email engine)
26063
26069
  * @type {string}
26064
26070
  * @memberof ItemAutoOrderStep
26065
26071
  */
26066
26072
  subscribe_email_list_name?: string;
26067
26073
  /**
26068
- * Email list identifier to subscribe the customer to when this rebill occurs
26074
+ * Email list identifier to subscribe the customer to when this rebill occurs (decommissioned email engine)
26069
26075
  * @type {number}
26070
26076
  * @memberof ItemAutoOrderStep
26071
26077
  */
@@ -28894,7 +28900,7 @@ export interface ItemReporting {
28894
28900
  */
28895
28901
  report_as_upsell?: boolean;
28896
28902
  /**
28897
- * Report pickable quantities
28903
+ * Report pickable quantities (deprecated)
28898
28904
  * @type {Array<number>}
28899
28905
  * @memberof ItemReporting
28900
28906
  */
@@ -69695,8 +69701,8 @@ export const ItemApiFetchParamCreator = function (configuration?: Configuration)
69695
69701
  };
69696
69702
  },
69697
69703
  /**
69698
- * Retrieves a list of item inventories.
69699
- * @summary Retrieve a list of item inventories
69704
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
69705
+ * @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
69706
  * @param {*} [options] Override http request option.
69701
69707
  * @throws {RequiredError}
69702
69708
  */
@@ -70462,8 +70468,8 @@ export const ItemApiFp = function(configuration?: Configuration) {
70462
70468
  };
70463
70469
  },
70464
70470
  /**
70465
- * Retrieves a list of item inventories.
70466
- * @summary Retrieve a list of item inventories
70471
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
70472
+ * @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
70473
  * @param {*} [options] Override http request option.
70468
70474
  * @throws {RequiredError}
70469
70475
  */
@@ -70802,8 +70808,8 @@ export const ItemApiFactory = function (configuration?: Configuration, fetch?: F
70802
70808
  return ItemApiFp(configuration).insertUpdateItemContentAttribute(item_attribute, merchant_item_oid, options)(fetch, basePath);
70803
70809
  },
70804
70810
  /**
70805
- * Retrieves a list of item inventories.
70806
- * @summary Retrieve a list of item inventories
70811
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
70812
+ * @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
70813
  * @param {*} [options] Override http request option.
70808
70814
  * @throws {RequiredError}
70809
70815
  */
@@ -71076,8 +71082,8 @@ export interface ItemApiInterface {
71076
71082
  insertUpdateItemContentAttribute(item_attribute: ItemContentAttribute, merchant_item_oid: number, options?: any): Promise<{}>;
71077
71083
 
71078
71084
  /**
71079
- * Retrieves a list of item inventories.
71080
- * @summary Retrieve a list of item inventories
71085
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
71086
+ * @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
71087
  * @param {*} [options] Override http request option.
71082
71088
  * @throws {RequiredError}
71083
71089
  * @memberof ItemApiInterface
@@ -71384,8 +71390,8 @@ export class ItemApi extends BaseAPI implements ItemApiInterface {
71384
71390
  }
71385
71391
 
71386
71392
  /**
71387
- * Retrieves a list of item inventories.
71388
- * @summary Retrieve a list of item inventories
71393
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
71394
+ * @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
71395
  * @param {*} [options] Override http request option.
71390
71396
  * @throws {RequiredError}
71391
71397
  * @memberof ItemApi
package/dist/api.d.ts CHANGED
@@ -8500,12 +8500,6 @@ export interface ConversationPbxAgent {
8500
8500
  * @memberof ConversationPbxAgent
8501
8501
  */
8502
8502
  conversation_pbx_agent_uuid?: string;
8503
- /**
8504
- * Conversation Pbx Voicemail Mailbox UUID
8505
- * @type {string}
8506
- * @memberof ConversationPbxAgent
8507
- */
8508
- conversation_pbx_voicemail_mailbox_uuid?: string;
8509
8503
  /**
8510
8504
  * Extension
8511
8505
  * @type {number}
@@ -8536,12 +8530,24 @@ export interface ConversationPbxAgent {
8536
8530
  * @memberof ConversationPbxAgent
8537
8531
  */
8538
8532
  merchant_id?: string;
8533
+ /**
8534
+ * Personal Conversation Pbx Voicemail Mailbox UUID
8535
+ * @type {string}
8536
+ * @memberof ConversationPbxAgent
8537
+ */
8538
+ personal_conversation_pbx_voicemail_mailbox_uuid?: string;
8539
8539
  /**
8540
8540
  * True if outgoing calls should be automatically recorded
8541
8541
  * @type {boolean}
8542
8542
  * @memberof ConversationPbxAgent
8543
8543
  */
8544
8544
  record_outgoing_automatically?: boolean;
8545
+ /**
8546
+ * Shared Conversation Pbx Voicemail Mailbox UUID
8547
+ * @type {string}
8548
+ * @memberof ConversationPbxAgent
8549
+ */
8550
+ shared_conversation_pbx_voicemail_mailbox_uuid?: string;
8545
8551
  /**
8546
8552
  * Twilio taskrouter worker Id
8547
8553
  * @type {string}
@@ -9215,7 +9221,7 @@ export interface ConversationPbxPhoneNumber {
9215
9221
  * @type {string}
9216
9222
  * @memberof ConversationPbxPhoneNumber
9217
9223
  */
9218
- conversation_pbx_time_range_uuid?: string;
9224
+ conversation_pbx_phone_number_uuid?: string;
9219
9225
  /**
9220
9226
  * Merchant Id
9221
9227
  * @type {string}
@@ -25501,13 +25507,13 @@ export interface ItemAutoOrderStep {
25501
25507
  */
25502
25508
  schedule?: string;
25503
25509
  /**
25504
- * Email list name to subscribe the customer to when the rebill occurs
25510
+ * Email list name to subscribe the customer to when the rebill occurs (decommissioned email engine)
25505
25511
  * @type {string}
25506
25512
  * @memberof ItemAutoOrderStep
25507
25513
  */
25508
25514
  subscribe_email_list_name?: string;
25509
25515
  /**
25510
- * Email list identifier to subscribe the customer to when this rebill occurs
25516
+ * Email list identifier to subscribe the customer to when this rebill occurs (decommissioned email engine)
25511
25517
  * @type {number}
25512
25518
  * @memberof ItemAutoOrderStep
25513
25519
  */
@@ -28280,7 +28286,7 @@ export interface ItemReporting {
28280
28286
  */
28281
28287
  report_as_upsell?: boolean;
28282
28288
  /**
28283
- * Report pickable quantities
28289
+ * Report pickable quantities (deprecated)
28284
28290
  * @type {Array<number>}
28285
28291
  * @memberof ItemReporting
28286
28292
  */
@@ -53892,8 +53898,8 @@ export declare const ItemApiFetchParamCreator: (configuration?: Configuration) =
53892
53898
  */
53893
53899
  insertUpdateItemContentAttribute(item_attribute: ItemContentAttribute, merchant_item_oid: number, options?: any): FetchArgs;
53894
53900
  /**
53895
- * Retrieves a list of item inventories.
53896
- * @summary Retrieve a list of item inventories
53901
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
53902
+ * @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
53903
  * @param {*} [options] Override http request option.
53898
53904
  * @throws {RequiredError}
53899
53905
  */
@@ -54117,8 +54123,8 @@ export declare const ItemApiFp: (configuration?: Configuration) => {
54117
54123
  */
54118
54124
  insertUpdateItemContentAttribute(item_attribute: ItemContentAttribute, merchant_item_oid: number, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<Response>;
54119
54125
  /**
54120
- * Retrieves a list of item inventories.
54121
- * @summary Retrieve a list of item inventories
54126
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
54127
+ * @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
54128
  * @param {*} [options] Override http request option.
54123
54129
  * @throws {RequiredError}
54124
54130
  */
@@ -54342,8 +54348,8 @@ export declare const ItemApiFactory: (configuration?: Configuration, fetch?: Fet
54342
54348
  */
54343
54349
  insertUpdateItemContentAttribute(item_attribute: ItemContentAttribute, merchant_item_oid: number, options?: any): Promise<Response>;
54344
54350
  /**
54345
- * Retrieves a list of item inventories.
54346
- * @summary Retrieve a list of item inventories
54351
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
54352
+ * @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
54353
  * @param {*} [options] Override http request option.
54348
54354
  * @throws {RequiredError}
54349
54355
  */
@@ -54585,8 +54591,8 @@ export interface ItemApiInterface {
54585
54591
  */
54586
54592
  insertUpdateItemContentAttribute(item_attribute: ItemContentAttribute, merchant_item_oid: number, options?: any): Promise<{}>;
54587
54593
  /**
54588
- * Retrieves a list of item inventories.
54589
- * @summary Retrieve a list of item inventories
54594
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
54595
+ * @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
54596
  * @param {*} [options] Override http request option.
54591
54597
  * @throws {RequiredError}
54592
54598
  * @memberof ItemApiInterface
@@ -54835,8 +54841,8 @@ export declare class ItemApi extends BaseAPI implements ItemApiInterface {
54835
54841
  */
54836
54842
  insertUpdateItemContentAttribute(item_attribute: ItemContentAttribute, merchant_item_oid: number, options?: any): Promise<Response>;
54837
54843
  /**
54838
- * Retrieves a list of item inventories.
54839
- * @summary Retrieve a list of item inventories
54844
+ * Retrieve a list of item inventories. This method may be called once every 15 minutes. More than that will result in a 429 response.
54845
+ * @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
54846
  * @param {*} [options] Override http request option.
54841
54847
  * @throws {RequiredError}
54842
54848
  * @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.211",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [