cmd-control-client-lib 3.0.269 → 3.0.270

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,9 +5,10 @@ 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, EnumMessageType } from "./message";
8
+ import { CMDC_CMSG, EnumMediaType, EnumMessageType } from "./message";
9
9
  import { IB2BUserInfo, IB2BUserInfoVOne } from "./b2b/b2buserinfo";
10
10
  import { EnumBadge } from "./channelinfo";
11
+ import { ChannelMediaLinkState } from "./media";
11
12
  /**
12
13
  * channelId has Format "usrId.usrKey-partnerId.partnerKey"
13
14
  * userPoolId - business id in messenger system, number\{10,0\}
@@ -268,6 +269,8 @@ export declare type getHistoryParamsType = IMayHaveChannelId & IMayHaveSearchAft
268
269
  filterMessageType?: EnumMessageType | string;
269
270
  /** filter for isDeleted*/
270
271
  filterDeleted?: EnumChannelFilterValues;
272
+ filterMediaType?: ComaSeparatedValues<EnumMediaType>;
273
+ filterLinkState?: ComaSeparatedValues<ChannelMediaLinkState>;
271
274
  /** number of messages, max & default is 100 */
272
275
  limit?: string;
273
276
  /** sort by sent, default is DESC */
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.269",
4
+ "version": "3.0.270",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },