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.
@@ -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
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.45",
4
+ "version": "3.0.46",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },