ultracart_rest_api_v2_typescript 3.10.110 → 3.10.111
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 +6 -0
- package/dist/api.d.ts +6 -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.111
|
|
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.111 --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.111 | 01/27/2023 | convo - added event_engage_customer property to message |
|
|
57
58
|
| 3.10.110 | 01/27/2023 | conversations - getLocationsForEngagement method |
|
|
58
59
|
| 3.10.109 | 01/26/2023 | typo in ConversationWebsocketMessage |
|
|
59
60
|
| 3.10.108 | 01/25/2023 | conversation - added message type of engagement prompt |
|
package/api.ts
CHANGED
|
@@ -8919,6 +8919,12 @@ export interface ConversationWebsocketMessage {
|
|
|
8919
8919
|
* @memberof ConversationWebsocketMessage
|
|
8920
8920
|
*/
|
|
8921
8921
|
event_conversation_closed?: ConversationSummary;
|
|
8922
|
+
/**
|
|
8923
|
+
*
|
|
8924
|
+
* @type {ConversationWebchatQueueStatusQueueEntry}
|
|
8925
|
+
* @memberof ConversationWebsocketMessage
|
|
8926
|
+
*/
|
|
8927
|
+
event_engage_customer?: ConversationWebchatQueueStatusQueueEntry;
|
|
8922
8928
|
/**
|
|
8923
8929
|
*
|
|
8924
8930
|
* @type {ConversationSummary}
|
package/dist/api.d.ts
CHANGED
|
@@ -8702,6 +8702,12 @@ export interface ConversationWebsocketMessage {
|
|
|
8702
8702
|
* @memberof ConversationWebsocketMessage
|
|
8703
8703
|
*/
|
|
8704
8704
|
event_conversation_closed?: ConversationSummary;
|
|
8705
|
+
/**
|
|
8706
|
+
*
|
|
8707
|
+
* @type {ConversationWebchatQueueStatusQueueEntry}
|
|
8708
|
+
* @memberof ConversationWebsocketMessage
|
|
8709
|
+
*/
|
|
8710
|
+
event_engage_customer?: ConversationWebchatQueueStatusQueueEntry;
|
|
8705
8711
|
/**
|
|
8706
8712
|
*
|
|
8707
8713
|
* @type {ConversationSummary}
|