cmd-control-client-lib 3.0.233 → 3.0.234

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.
@@ -238,6 +238,7 @@ export declare class CMDP_SMSGREACTION_RESPONSE extends CMDP_SMSGREACTION implem
238
238
  export declare class CMDP_SMSGESTIMATE implements ICOMMAND {
239
239
  action: ACTION;
240
240
  params: baseParamsType & channelIdSelectOrFilter & {
241
+ withMedia?: EnumBooleanStringified;
241
242
  mediaMd5?: string;
242
243
  countOnly?: EnumBooleanStringified;
243
244
  };
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.233",
4
+ "version": "3.0.234",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },