cmd-control-client-lib 3.0.102 → 3.0.104

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.
@@ -5,7 +5,7 @@ import { IBACKENDPAYLOAD } from "./backend";
5
5
  import { ACTION } from "./command/action";
6
6
  import { baseParamsType } from "./command/baseparams";
7
7
  import { ICOMMAND, IKeyMaybeValue, IKeyValue, IRESPONSE, RESULT, StringBasedType } from "./command/icommand";
8
- import { CMDC_CMSG } from "./message";
8
+ import { CMDC_CMSG, EnumMessageType } from "./message";
9
9
  import { IB2BUserInfo, IB2BUserInfoVOne } from "./b2b/b2buserinfo";
10
10
  /**
11
11
  * channelId has Format "usrId.usrKey-partnerId.partnerKey"
@@ -226,6 +226,10 @@ export declare type getHistoryParamsType = IMayHaveChannelId & IMayHaveSearchAft
226
226
  /** sort by sent, default is DESC */
227
227
  sort: EnumSortOrder;
228
228
  keys?: EnumBooleanStringifiedExtended;
229
+ /** filter for msgType. comaseparated */
230
+ filterMessageType?: EnumMessageType | string;
231
+ /** filter for isDeleted*/
232
+ filterDeleted?: EnumChannelFilterValues;
229
233
  };
230
234
  /**
231
235
  * Get messages history for channel
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.102",
4
+ "version": "3.0.104",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },