ultracart_rest_api_v2_typescript 3.10.97 → 3.10.98
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 +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- 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.98
|
|
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.98 --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.98 | 01/17/2023 | changed convo webchat constant |
|
|
57
58
|
| 3.10.97 | 01/17/2023 | support for checkout item properties |
|
|
58
59
|
| 3.10.96 | 01/14/2023 | add external_id to the point of sale location object |
|
|
59
60
|
| 3.10.95 | 01/13/2023 | channel - ops to manage ship to prefs |
|
package/api.ts
CHANGED
|
@@ -8830,7 +8830,7 @@ export namespace ConversationWebsocketMessage {
|
|
|
8830
8830
|
Rrweb = <any> 'rrweb',
|
|
8831
8831
|
ParticipantUpdate = <any> 'participant update',
|
|
8832
8832
|
ParticipantJoin = <any> 'participant join',
|
|
8833
|
-
|
|
8833
|
+
ParticipantLeft = <any> 'participant left',
|
|
8834
8834
|
ReadMessage = <any> 'read message',
|
|
8835
8835
|
Typing = <any> 'typing',
|
|
8836
8836
|
AddCoupon = <any> 'add coupon',
|
package/dist/api.d.ts
CHANGED
package/dist/api.js
CHANGED
|
@@ -605,7 +605,7 @@ var ConversationWebsocketMessage;
|
|
|
605
605
|
EventTypeEnum[EventTypeEnum["Rrweb"] = 'rrweb'] = "Rrweb";
|
|
606
606
|
EventTypeEnum[EventTypeEnum["ParticipantUpdate"] = 'participant update'] = "ParticipantUpdate";
|
|
607
607
|
EventTypeEnum[EventTypeEnum["ParticipantJoin"] = 'participant join'] = "ParticipantJoin";
|
|
608
|
-
EventTypeEnum[EventTypeEnum["
|
|
608
|
+
EventTypeEnum[EventTypeEnum["ParticipantLeft"] = 'participant left'] = "ParticipantLeft";
|
|
609
609
|
EventTypeEnum[EventTypeEnum["ReadMessage"] = 'read message'] = "ReadMessage";
|
|
610
610
|
EventTypeEnum[EventTypeEnum["Typing"] = 'typing'] = "Typing";
|
|
611
611
|
EventTypeEnum[EventTypeEnum["AddCoupon"] = 'add coupon'] = "AddCoupon";
|