cmd-control-client-lib 3.0.350 → 3.0.353

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.
@@ -82,6 +82,9 @@ export declare class CMDP_SGETUPLOADEDMEDIA2 implements ICOMMAND {
82
82
  /** get only mediaMd5, channelId, linkState, linkDate and cut off all mediaXXX fields, default is false */
83
83
  dropMediaFields?: EnumBooleanStringifiedExtended;
84
84
  sortBy?: "linkDate" | "mediaCreated" | string;
85
+ } & {
86
+ /** B2B only */
87
+ usrKey?: string;
85
88
  };
86
89
  }
87
90
  export declare class CMDP_SGETUPLOADEDMEDIA2_RESPONSE extends CMDP_SGETUPLOADEDMEDIA2 implements IRESPONSE {
@@ -97,4 +97,5 @@ export interface SessionState extends IKeyMaybeValue {
97
97
  webtoken?: string;
98
98
  showBumpTab?: EnumBooleanStringified;
99
99
  showTemplateTab?: EnumBooleanStringified;
100
+ selfieChannelId?: string;
100
101
  }
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.350",
4
+ "version": "3.0.353",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },