ultracart_rest_api_v2_typescript 3.10.27 → 3.10.28
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 +12 -0
- package/dist/api.d.ts +12 -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.28
|
|
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.28 --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.28 | 07/28/2022 | conversation bug fixes |
|
|
57
58
|
| 3.10.27 | 07/28/2022 | conversation message upload keys property |
|
|
58
59
|
| 3.10.26 | 07/26/2022 | conversations - queue statistics |
|
|
59
60
|
| 3.10.25 | 07/25/2022 | conversation development |
|
package/api.ts
CHANGED
|
@@ -6789,6 +6789,12 @@ export interface ConversationWebchatQueueStatus {
|
|
|
6789
6789
|
* @memberof ConversationWebchatQueueStatus
|
|
6790
6790
|
*/
|
|
6791
6791
|
customer_average_hold_time_seconds?: number;
|
|
6792
|
+
/**
|
|
6793
|
+
*
|
|
6794
|
+
* @type {number}
|
|
6795
|
+
* @memberof ConversationWebchatQueueStatus
|
|
6796
|
+
*/
|
|
6797
|
+
customer_chat_count?: number;
|
|
6792
6798
|
/**
|
|
6793
6799
|
*
|
|
6794
6800
|
* @type {number}
|
|
@@ -6877,6 +6883,12 @@ export interface ConversationWebchatQueueStatusQueueEntry {
|
|
|
6877
6883
|
* @memberof ConversationWebchatQueueStatusQueueEntry
|
|
6878
6884
|
*/
|
|
6879
6885
|
conversation_webchat_queue_uuid?: string;
|
|
6886
|
+
/**
|
|
6887
|
+
*
|
|
6888
|
+
* @type {string}
|
|
6889
|
+
* @memberof ConversationWebchatQueueStatusQueueEntry
|
|
6890
|
+
*/
|
|
6891
|
+
email?: string;
|
|
6880
6892
|
/**
|
|
6881
6893
|
* Date/time the customer joined the queue
|
|
6882
6894
|
* @type {string}
|
package/dist/api.d.ts
CHANGED
|
@@ -6629,6 +6629,12 @@ export interface ConversationWebchatQueueStatus {
|
|
|
6629
6629
|
* @memberof ConversationWebchatQueueStatus
|
|
6630
6630
|
*/
|
|
6631
6631
|
customer_average_hold_time_seconds?: number;
|
|
6632
|
+
/**
|
|
6633
|
+
*
|
|
6634
|
+
* @type {number}
|
|
6635
|
+
* @memberof ConversationWebchatQueueStatus
|
|
6636
|
+
*/
|
|
6637
|
+
customer_chat_count?: number;
|
|
6632
6638
|
/**
|
|
6633
6639
|
*
|
|
6634
6640
|
* @type {number}
|
|
@@ -6715,6 +6721,12 @@ export interface ConversationWebchatQueueStatusQueueEntry {
|
|
|
6715
6721
|
* @memberof ConversationWebchatQueueStatusQueueEntry
|
|
6716
6722
|
*/
|
|
6717
6723
|
conversation_webchat_queue_uuid?: string;
|
|
6724
|
+
/**
|
|
6725
|
+
*
|
|
6726
|
+
* @type {string}
|
|
6727
|
+
* @memberof ConversationWebchatQueueStatusQueueEntry
|
|
6728
|
+
*/
|
|
6729
|
+
email?: string;
|
|
6718
6730
|
/**
|
|
6719
6731
|
* Date/time the customer joined the queue
|
|
6720
6732
|
* @type {string}
|