ultracart_rest_api_v2_typescript 3.10.210 → 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 +3 -2
- package/api.ts +13 -7
- package/dist/api.d.ts +13 -7
- 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.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.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@3.10.211 --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.211 | 06/07/2024 | conversation pbx - adjust agent voicemail box uuid fields |
|
|
57
58
|
| 3.10.210 | 06/03/2024 | conversationPbxPhoneNumber - fix serialized name for phone number UUID |
|
|
58
59
|
| 3.10.209 | 05/31/2024 | ItemApi.getInventorySnapshot method |
|
|
59
60
|
| 3.10.208 | 05/30/2024 | add adult sig req. to the merchant item destination markup for items |
|
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}
|
|
@@ -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
|
*/
|
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}
|
|
@@ -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
|
*/
|