cmd-control-client-lib 3.0.405 → 3.0.409
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.
|
@@ -161,6 +161,8 @@ export declare type channelIdSelector = {
|
|
|
161
161
|
* @deprecated/ignored
|
|
162
162
|
*/
|
|
163
163
|
selectVip?: EnumBooleanStringified;
|
|
164
|
+
selectYoung?: EnumBooleanStringified;
|
|
165
|
+
selectEmptyInAndOut?: EnumBooleanStringified;
|
|
164
166
|
};
|
|
165
167
|
export declare type channelIdFilter = {
|
|
166
168
|
/** search for contact-name, default empty, any lenght */
|
|
@@ -217,6 +219,8 @@ export declare type channelIdFilter = {
|
|
|
217
219
|
filterMinWeight?: string;
|
|
218
220
|
filterMaxWeight?: string;
|
|
219
221
|
filterShadowban?: EnumChannelFilterValues;
|
|
222
|
+
/** json encoded date time */
|
|
223
|
+
filterYoung?: EnumChannelFilterValues;
|
|
220
224
|
};
|
|
221
225
|
export declare type channelIdSelectOrFilter = channelIdSelector & channelIdFilter;
|
|
222
226
|
export declare type getChannelsParamsType = {
|
|
@@ -468,6 +472,8 @@ export declare type channelSummaryInfo = {
|
|
|
468
472
|
online: string;
|
|
469
473
|
/** number of active channels */
|
|
470
474
|
active: string;
|
|
475
|
+
/** number of young channels */
|
|
476
|
+
young: string;
|
|
471
477
|
/** number of follower */
|
|
472
478
|
followMe: string;
|
|
473
479
|
/** 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",
|