ultracart_rest_api_v2_typescript 3.10.26 → 3.10.27
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 +30 -0
- package/dist/api.d.ts +30 -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.27
|
|
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.27 --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.27 | 07/28/2022 | conversation message upload keys property |
|
|
57
58
|
| 3.10.26 | 07/26/2022 | conversations - queue statistics |
|
|
58
59
|
| 3.10.25 | 07/25/2022 | conversation development |
|
|
59
60
|
| 3.10.24 | 07/25/2022 | conversations bug fixes |
|
package/api.ts
CHANGED
|
@@ -6441,6 +6441,12 @@ export interface ConversationMessage {
|
|
|
6441
6441
|
* @memberof ConversationMessage
|
|
6442
6442
|
*/
|
|
6443
6443
|
transport_statuses?: Array<ConversationMessageTransportStatus>;
|
|
6444
|
+
/**
|
|
6445
|
+
*
|
|
6446
|
+
* @type {Array<string>}
|
|
6447
|
+
* @memberof ConversationMessage
|
|
6448
|
+
*/
|
|
6449
|
+
upload_keys?: Array<string>;
|
|
6444
6450
|
}
|
|
6445
6451
|
|
|
6446
6452
|
/**
|
|
@@ -6765,6 +6771,24 @@ export interface ConversationWebchatQueueStatus {
|
|
|
6765
6771
|
* @memberof ConversationWebchatQueueStatus
|
|
6766
6772
|
*/
|
|
6767
6773
|
customer_active_count?: number;
|
|
6774
|
+
/**
|
|
6775
|
+
*
|
|
6776
|
+
* @type {number}
|
|
6777
|
+
* @memberof ConversationWebchatQueueStatus
|
|
6778
|
+
*/
|
|
6779
|
+
customer_average_abandon_time_seconds?: number;
|
|
6780
|
+
/**
|
|
6781
|
+
*
|
|
6782
|
+
* @type {number}
|
|
6783
|
+
* @memberof ConversationWebchatQueueStatus
|
|
6784
|
+
*/
|
|
6785
|
+
customer_average_chat_time_seconds?: number;
|
|
6786
|
+
/**
|
|
6787
|
+
*
|
|
6788
|
+
* @type {number}
|
|
6789
|
+
* @memberof ConversationWebchatQueueStatus
|
|
6790
|
+
*/
|
|
6791
|
+
customer_average_hold_time_seconds?: number;
|
|
6768
6792
|
/**
|
|
6769
6793
|
*
|
|
6770
6794
|
* @type {number}
|
|
@@ -6859,6 +6883,12 @@ export interface ConversationWebchatQueueStatusQueueEntry {
|
|
|
6859
6883
|
* @memberof ConversationWebchatQueueStatusQueueEntry
|
|
6860
6884
|
*/
|
|
6861
6885
|
join_dts?: string;
|
|
6886
|
+
/**
|
|
6887
|
+
*
|
|
6888
|
+
* @type {string}
|
|
6889
|
+
* @memberof ConversationWebchatQueueStatusQueueEntry
|
|
6890
|
+
*/
|
|
6891
|
+
question?: string;
|
|
6862
6892
|
}
|
|
6863
6893
|
|
|
6864
6894
|
/**
|
package/dist/api.d.ts
CHANGED
|
@@ -6290,6 +6290,12 @@ export interface ConversationMessage {
|
|
|
6290
6290
|
* @memberof ConversationMessage
|
|
6291
6291
|
*/
|
|
6292
6292
|
transport_statuses?: Array<ConversationMessageTransportStatus>;
|
|
6293
|
+
/**
|
|
6294
|
+
*
|
|
6295
|
+
* @type {Array<string>}
|
|
6296
|
+
* @memberof ConversationMessage
|
|
6297
|
+
*/
|
|
6298
|
+
upload_keys?: Array<string>;
|
|
6293
6299
|
}
|
|
6294
6300
|
/**
|
|
6295
6301
|
*
|
|
@@ -6605,6 +6611,24 @@ export interface ConversationWebchatQueueStatus {
|
|
|
6605
6611
|
* @memberof ConversationWebchatQueueStatus
|
|
6606
6612
|
*/
|
|
6607
6613
|
customer_active_count?: number;
|
|
6614
|
+
/**
|
|
6615
|
+
*
|
|
6616
|
+
* @type {number}
|
|
6617
|
+
* @memberof ConversationWebchatQueueStatus
|
|
6618
|
+
*/
|
|
6619
|
+
customer_average_abandon_time_seconds?: number;
|
|
6620
|
+
/**
|
|
6621
|
+
*
|
|
6622
|
+
* @type {number}
|
|
6623
|
+
* @memberof ConversationWebchatQueueStatus
|
|
6624
|
+
*/
|
|
6625
|
+
customer_average_chat_time_seconds?: number;
|
|
6626
|
+
/**
|
|
6627
|
+
*
|
|
6628
|
+
* @type {number}
|
|
6629
|
+
* @memberof ConversationWebchatQueueStatus
|
|
6630
|
+
*/
|
|
6631
|
+
customer_average_hold_time_seconds?: number;
|
|
6608
6632
|
/**
|
|
6609
6633
|
*
|
|
6610
6634
|
* @type {number}
|
|
@@ -6697,6 +6721,12 @@ export interface ConversationWebchatQueueStatusQueueEntry {
|
|
|
6697
6721
|
* @memberof ConversationWebchatQueueStatusQueueEntry
|
|
6698
6722
|
*/
|
|
6699
6723
|
join_dts?: string;
|
|
6724
|
+
/**
|
|
6725
|
+
*
|
|
6726
|
+
* @type {string}
|
|
6727
|
+
* @memberof ConversationWebchatQueueStatusQueueEntry
|
|
6728
|
+
*/
|
|
6729
|
+
question?: string;
|
|
6700
6730
|
}
|
|
6701
6731
|
/**
|
|
6702
6732
|
*
|