cmd-control-client-lib 3.0.45 → 3.0.46
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/dist/protocol/media.d.ts
CHANGED
|
@@ -23,10 +23,11 @@ export declare class CMDC_CMEDIA implements ICOMMAND {
|
|
|
23
23
|
/**
|
|
24
24
|
* check for media already was uploaded.
|
|
25
25
|
* mediaMd5 - comaseparated media md5
|
|
26
|
+
* channelId - comaseparated channelId
|
|
26
27
|
*/
|
|
27
28
|
export declare class CMDP_SCHECKUPLOADEDMEDIA implements ICOMMAND {
|
|
28
29
|
action: ACTION;
|
|
29
|
-
params: baseParamsType & MediaMd5;
|
|
30
|
+
params: baseParamsType & MediaMd5 & MayHaveChannelId;
|
|
30
31
|
}
|
|
31
32
|
/**
|
|
32
33
|
* media infos, if any found in cache
|