cmd-control-client-lib 3.0.399 → 3.0.401

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.
@@ -150,7 +150,9 @@ export declare class CMDC_AICHANNELSUMMARY implements ICOMMAND {
150
150
  export declare class CMDP_GETAICHANNELSUMMARY implements ICOMMAND {
151
151
  action: ACTION;
152
152
  params: baseParamsType & channelIdType & {
153
+ /** deprecated */
153
154
  update?: EnumBooleanStringified;
155
+ forceUpdate?: EnumBooleanStringified;
154
156
  };
155
157
  }
156
158
  export declare class CMDP_GETAICHANNELSUMMARY_RESPONSE extends CMDP_GETAICHANNELSUMMARY implements IRESPONSE {
@@ -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
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.399",
4
+ "version": "3.0.401",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },