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 CHANGED
@@ -1,4 +1,4 @@
1
- ## ultracart_rest_api_v2_typescript@3.10.97
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.97 --save
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
- ParticipantLeave = <any> 'participant leave',
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
@@ -8619,7 +8619,7 @@ export declare namespace ConversationWebsocketMessage {
8619
8619
  Rrweb,
8620
8620
  ParticipantUpdate,
8621
8621
  ParticipantJoin,
8622
- ParticipantLeave,
8622
+ ParticipantLeft,
8623
8623
  ReadMessage,
8624
8624
  Typing,
8625
8625
  AddCoupon,
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["ParticipantLeave"] = 'participant leave'] = "ParticipantLeave";
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.97",
3
+ "version": "3.10.98",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [