cmd-control-client-lib 3.0.187 → 3.0.188
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.
|
@@ -192,8 +192,10 @@ export declare type channelIdFilter = {
|
|
|
192
192
|
filterGroupId?: string;
|
|
193
193
|
/** filter by badges */
|
|
194
194
|
selectBadges?: ComaSeparatedValues<EnumBadge> | string;
|
|
195
|
-
/**filterActive*/
|
|
195
|
+
/** filterActive */
|
|
196
196
|
filterActive?: EnumChannelFilterValues;
|
|
197
|
+
/** filter channels to exclude */
|
|
198
|
+
filterExcludeChannelId?: ComaSeparatedValues<string> | string;
|
|
197
199
|
};
|
|
198
200
|
export declare type channelIdSelectOrFilter = channelIdSelector | channelIdFilter;
|
|
199
201
|
export declare type getChannelsParamsType = {
|