cmd-control-client-lib 3.0.193 → 3.0.194

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.
@@ -338,5 +338,7 @@ export declare enum SystemMessageKey {
338
338
  h_ticket_show_start = "h_ticket_show_start",
339
339
  h_video_cancel = "h_video_cancel",
340
340
  h_video_delayed = "h_video_delayed",
341
- h_video_reconnect = "h_video_reconnect"
341
+ h_video_reconnect = "h_video_reconnect",
342
+ feedPostBought = "feedPostBought",
343
+ feedPostTipped = "feedPostTipped"
342
344
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cmd-control-client-lib",
3
3
  "description": "Cmd-Client-Library",
4
- "version": "3.0.193",
4
+ "version": "3.0.194",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },