cmd-control-client-lib 3.0.405 → 3.0.406
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,7 @@ export declare type channelIdSelector = {
|
|
|
161
161
|
* @deprecated/ignored
|
|
162
162
|
*/
|
|
163
163
|
selectVip?: EnumBooleanStringified;
|
|
164
|
+
selectYoungerThan?: string;
|
|
164
165
|
};
|
|
165
166
|
export declare type channelIdFilter = {
|
|
166
167
|
/** search for contact-name, default empty, any lenght */
|
|
@@ -217,6 +218,8 @@ export declare type channelIdFilter = {
|
|
|
217
218
|
filterMinWeight?: string;
|
|
218
219
|
filterMaxWeight?: string;
|
|
219
220
|
filterShadowban?: EnumChannelFilterValues;
|
|
221
|
+
/** json encoded date time */
|
|
222
|
+
filterYoungerThan?: string;
|
|
220
223
|
};
|
|
221
224
|
export declare type channelIdSelectOrFilter = channelIdSelector & channelIdFilter;
|
|
222
225
|
export declare type getChannelsParamsType = {
|