cmd-control-client-lib 3.0.353 → 3.0.355
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, EnumMediaType, EnumMessageType } from "./message";
|
|
8
|
+
import { CMDC_CMSG, EnumMediaType, EnumMessageDirection, EnumMessageType } from "./message";
|
|
9
9
|
import { IB2BUserInfo, IB2BUserInfoVOne } from "./b2b/b2buserinfo";
|
|
10
10
|
import { EnumBadge } from "./channelinfo";
|
|
11
11
|
import { ChannelMediaLinkState } from "./media";
|
|
@@ -275,6 +275,7 @@ export declare type getHistoryParamsType = IMayHaveChannelId & IMayHaveSearchAft
|
|
|
275
275
|
filterDeleted?: EnumChannelFilterValues;
|
|
276
276
|
filterMediaType?: ComaSeparatedValues<EnumMediaType>;
|
|
277
277
|
filterLinkState?: ComaSeparatedValues<ChannelMediaLinkState>;
|
|
278
|
+
filterDirection?: EnumMessageDirection;
|
|
278
279
|
/** number of messages, max & default is 100 */
|
|
279
280
|
limit?: string;
|
|
280
281
|
/** sort by sent, default is DESC */
|