cmd-control-client-lib 3.0.321 → 3.0.324
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.
|
@@ -204,6 +204,7 @@ export declare type channelIdFilter = {
|
|
|
204
204
|
/** filter by weight */
|
|
205
205
|
filterMinWeight?: string;
|
|
206
206
|
filterMaxWeight?: string;
|
|
207
|
+
filterShadowban?: EnumChannelFilterValues;
|
|
207
208
|
};
|
|
208
209
|
export declare type channelIdSelectOrFilter = channelIdSelector & channelIdFilter;
|
|
209
210
|
export declare type getChannelsParamsType = {
|
|
@@ -209,7 +209,7 @@ export declare class CMDC_CLIP implements ICOMMAND {
|
|
|
209
209
|
duration: string;
|
|
210
210
|
price: string;
|
|
211
211
|
currency: EnumCurrency;
|
|
212
|
-
|
|
212
|
+
snapshots: JSONString<clipSnapshot[]>;
|
|
213
213
|
};
|
|
214
214
|
}
|
|
215
215
|
export declare class CMDP_CGETCLIPS implements ICOMMAND {
|
|
@@ -340,5 +340,6 @@ export declare enum SystemMessageKey {
|
|
|
340
340
|
h_chat_mobilevideocall_started = "h_chat_mobilevideocall_started",
|
|
341
341
|
h_chat_mobilevideocall_ended = "h_chat_mobilevideocall_ended",
|
|
342
342
|
h_chat_mobilevideocall_started_price = "h_chat_mobilevideocall_started_price",
|
|
343
|
-
h_chat_mobilevideocall_init = "h_chat_mobilevideocall_init"
|
|
343
|
+
h_chat_mobilevideocall_init = "h_chat_mobilevideocall_init",
|
|
344
|
+
h_chat_clip_bought = "h_chat_clip_bought"
|
|
344
345
|
}
|