cmd-control-client-lib 3.0.398 → 3.0.399

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.
@@ -82,6 +82,7 @@ export declare type MessageParams = IMayHaveChannelId & {
82
82
  reactionTime?: string;
83
83
  /** template*/
84
84
  templateId?: string;
85
+ caption?: string;
85
86
  };
86
87
  export declare type MediaMd5 = {
87
88
  mediaMd5?: string;
@@ -341,5 +341,10 @@ export declare enum SystemMessageKey {
341
341
  h_chat_mobilevideocall_ended = "h_chat_mobilevideocall_ended",
342
342
  h_chat_mobilevideocall_started_price = "h_chat_mobilevideocall_started_price",
343
343
  h_chat_mobilevideocall_init = "h_chat_mobilevideocall_init",
344
- h_chat_clip_bought = "h_chat_clip_bought"
344
+ h_chat_clip_bought = "h_chat_clip_bought",
345
+ h_uber_invite = "uberInvite",
346
+ h_uber_process = "uberProcess",
347
+ h_uber_decline = "uberDecline",
348
+ h_uber_chat_joined = "uberChatJoined",
349
+ h_uber_chat_timer = "uberChatTimer"
345
350
  }
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.398",
4
+ "version": "3.0.399",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },