cmd-control-client-lib 3.0.383 → 3.0.385

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.
@@ -469,6 +469,8 @@ export declare type channelSummaryInfo = {
469
469
  followMe: string;
470
470
  /** partner */
471
471
  product3: string;
472
+ /** Messenger Vip */
473
+ product5: string;
472
474
  };
473
475
  /**
474
476
  * channel summary
@@ -95,6 +95,7 @@ export declare type MediaInfo = MediaMd5 & {
95
95
  mediaCreated?: string;
96
96
  linkState?: ChannelMediaLinkState;
97
97
  linkDate?: string;
98
+ umaId?: string;
98
99
  };
99
100
  export declare type MediaPrice = Currency & {
100
101
  mediaPrice?: string;
@@ -54,8 +54,6 @@ export declare type messageTemplateType = MessageParams & MediaFile & MediaOffer
54
54
  templateSent?: string;
55
55
  templateBought?: string;
56
56
  favorite?: EnumBooleanStringified;
57
- } & {
58
- umaId?: string;
59
57
  };
60
58
  export declare class CMDC_MSGTEMPLATE implements ICOMMAND {
61
59
  action: ACTION;
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.383",
4
+ "version": "3.0.385",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },