cmd-control-client-lib 3.0.368 → 3.0.369
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.
|
@@ -151,6 +151,10 @@ export declare type channelIdSelector = {
|
|
|
151
151
|
selectGroupId?: ComaSeparatedValues<string> | string;
|
|
152
152
|
selectBadges?: ComaSeparatedValues<EnumBadge> | string;
|
|
153
153
|
selectFollowMe?: EnumBooleanStringified;
|
|
154
|
+
selectOnline?: EnumBooleanStringified;
|
|
155
|
+
/**
|
|
156
|
+
* @deprecated
|
|
157
|
+
*/
|
|
154
158
|
groupId?: ComaSeparatedValues<string> | string;
|
|
155
159
|
/**
|
|
156
160
|
* @deprecated/ignored
|
|
@@ -201,7 +205,7 @@ export declare type channelIdFilter = {
|
|
|
201
205
|
/** filter by group id, coma separated */
|
|
202
206
|
filterGroupId?: string;
|
|
203
207
|
/** filter by badges */
|
|
204
|
-
|
|
208
|
+
filterBadges?: ComaSeparatedValues<EnumBadge> | string;
|
|
205
209
|
/** filterActive */
|
|
206
210
|
filterActive?: EnumChannelFilterValues;
|
|
207
211
|
/** filter channels to exclude */
|