cmd-control-client-lib 3.0.101 → 3.0.103

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,8 @@ export declare type getHistoryParamsType = IMayHaveChannelId & IMayHaveSearchAft
226
226
  /** sort by sent, default is DESC */
227
227
  sort: EnumSortOrder;
228
228
  keys?: EnumBooleanStringifiedExtended;
229
+ filterMessageType?: EnumMessageType;
230
+ filterDeleted?: EnumChannelFilterValues;
229
231
  };
230
232
  /**
231
233
  * Get messages history for channel
@@ -35,7 +35,8 @@ export declare enum SessionFlag {
35
35
  }
36
36
  export declare enum InfoWizard {
37
37
  FIRSTTIME = "FIRST_TIME",
38
- CONTENTSELL = "CONTENT_SELL"
38
+ CONTENTSELL = "CONTENT_SELL",
39
+ TICKETSHOW = "TICKET_SHOW"
39
40
  }
40
41
  /**
41
42
  * @remarks String having <T>'s separated by ','
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.101",
4
+ "version": "3.0.103",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },