cmd-control-client-lib 3.0.391 → 3.0.392

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.
@@ -421,7 +421,7 @@ export declare class CMDP_UPDATECHANNEL_RESPONSE extends CMDP_UPDATECHANNEL impl
421
421
  export declare type channelSummaryInfo = {
422
422
  [key: string]: string;
423
423
  /** product*/
424
- productId?: string;
424
+ productId?: ComaSeparatedValues<EnumProductId>;
425
425
  /** your business id */
426
426
  usrId: string;
427
427
  /** usrKey of your user */
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.391",
4
+ "version": "3.0.392",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },