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