cmd-control-client-lib 3.0.257 → 3.0.258

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.
@@ -277,7 +277,9 @@ export declare type getHistoryParamsType = IMayHaveChannelId & IMayHaveSearchAft
277
277
  */
278
278
  export declare class CMDP_GETHISTORY implements ICOMMAND {
279
279
  action: ACTION;
280
- params: baseParamsType & getHistoryParamsType;
280
+ params: baseParamsType & getHistoryParamsType & {
281
+ getUnseenButDeleted?: EnumBooleanStringified;
282
+ };
281
283
  }
282
284
  /**
283
285
  * Response for CMDP_GETHISTORY
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.257",
4
+ "version": "3.0.258",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },