cmd-control-client-lib 3.0.406 → 3.0.410
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.
|
@@ -60,6 +60,8 @@ export declare class ChannelType implements IKeyValue {
|
|
|
60
60
|
lastTimeIn: string;
|
|
61
61
|
/** time of last outgoing message */
|
|
62
62
|
lastTimeOut: string;
|
|
63
|
+
/** creation time*/
|
|
64
|
+
created: string;
|
|
63
65
|
/** number of unseen messages */
|
|
64
66
|
unseen: string;
|
|
65
67
|
/** update spam serial */
|
|
@@ -161,7 +163,8 @@ export declare type channelIdSelector = {
|
|
|
161
163
|
* @deprecated/ignored
|
|
162
164
|
*/
|
|
163
165
|
selectVip?: EnumBooleanStringified;
|
|
164
|
-
|
|
166
|
+
selectYoung?: EnumBooleanStringified;
|
|
167
|
+
selectEmptyInAndOut?: EnumBooleanStringified;
|
|
165
168
|
};
|
|
166
169
|
export declare type channelIdFilter = {
|
|
167
170
|
/** search for contact-name, default empty, any lenght */
|
|
@@ -219,7 +222,7 @@ export declare type channelIdFilter = {
|
|
|
219
222
|
filterMaxWeight?: string;
|
|
220
223
|
filterShadowban?: EnumChannelFilterValues;
|
|
221
224
|
/** json encoded date time */
|
|
222
|
-
|
|
225
|
+
filterYoung?: EnumChannelFilterValues;
|
|
223
226
|
};
|
|
224
227
|
export declare type channelIdSelectOrFilter = channelIdSelector & channelIdFilter;
|
|
225
228
|
export declare type getChannelsParamsType = {
|
|
@@ -471,6 +474,8 @@ export declare type channelSummaryInfo = {
|
|
|
471
474
|
online: string;
|
|
472
475
|
/** number of active channels */
|
|
473
476
|
active: string;
|
|
477
|
+
/** number of young channels */
|
|
478
|
+
young: string;
|
|
474
479
|
/** number of follower */
|
|
475
480
|
followMe: string;
|
|
476
481
|
/** primary */
|
|
@@ -4,6 +4,7 @@ export declare enum _SystemMessageKey {
|
|
|
4
4
|
export declare enum SystemMessageKey {
|
|
5
5
|
bonusCodeRedemption = "bonusCodeRedemption",
|
|
6
6
|
h_vcall_code = "h_vcall_code",
|
|
7
|
+
bas_code = "bas_code",
|
|
7
8
|
feedPostBought = "feedPostBought",
|
|
8
9
|
feedPostTipped = "feedPostTipped",
|
|
9
10
|
categories = "categories",
|