cmd-control-client-lib 3.0.191 → 3.0.192
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.
|
@@ -196,6 +196,9 @@ export declare type channelIdFilter = {
|
|
|
196
196
|
filterActive?: EnumChannelFilterValues;
|
|
197
197
|
/** filter channels to exclude */
|
|
198
198
|
filterExcludeChannelId?: ComaSeparatedValues<string> | string;
|
|
199
|
+
/** filter by weight */
|
|
200
|
+
filterMinWeight?: string;
|
|
201
|
+
filterMaxWeight?: string;
|
|
199
202
|
};
|
|
200
203
|
export declare type channelIdSelectOrFilter = channelIdSelector | channelIdFilter;
|
|
201
204
|
export declare type getChannelsParamsType = {
|
|
@@ -222,6 +222,7 @@ export declare class CMDP_GETONLINESUMMARY implements ICOMMAND {
|
|
|
222
222
|
}
|
|
223
223
|
/**
|
|
224
224
|
* Response for CMDP_GETONLINESUMMARY
|
|
225
|
+
* [{"2023-07-07":2726},{"2023-07-19":7663},{"2023-08-02":1479},{"2023-07-04":97},{"2023-07-11":4327},{"2023-07-18":1804},{"2023-07-27":3297}]
|
|
225
226
|
*/
|
|
226
227
|
export declare class CMDP_GETONLINESUMMARY_RESPONSE extends CMDP_GETONLINESUMMARY implements IRESPONSE {
|
|
227
228
|
result: RESULT;
|