cmd-control-client-lib 3.0.398 → 3.0.400
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.
|
@@ -30,7 +30,9 @@ export declare type MediaPrices = {
|
|
|
30
30
|
*/
|
|
31
31
|
export declare class CMDP_SMEDIAGETPRICES implements ICOMMAND {
|
|
32
32
|
action: ACTION;
|
|
33
|
-
params: baseParamsType & MayHaveChannelId
|
|
33
|
+
params: baseParamsType & MayHaveChannelId & {
|
|
34
|
+
filterProductId?: string;
|
|
35
|
+
};
|
|
34
36
|
}
|
|
35
37
|
/**
|
|
36
38
|
* Response command for CMDP_SMEDIAGETPRICES
|
|
@@ -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
|
}
|