cmd-control-client-lib 3.0.346 → 3.0.349
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.
|
@@ -150,9 +150,10 @@ export declare type channelIdSelector = {
|
|
|
150
150
|
selectPinned?: EnumBooleanStringified;
|
|
151
151
|
selectGroupId?: ComaSeparatedValues<string> | string;
|
|
152
152
|
selectBadges?: ComaSeparatedValues<EnumBadge> | string;
|
|
153
|
+
selectFollowMe?: EnumBooleanStringified;
|
|
154
|
+
groupId?: ComaSeparatedValues<string> | string;
|
|
153
155
|
/** deprecated */
|
|
154
156
|
selectVip?: EnumBooleanStringified;
|
|
155
|
-
groupId?: ComaSeparatedValues<string> | string;
|
|
156
157
|
};
|
|
157
158
|
export declare type channelIdFilter = {
|
|
158
159
|
/** search for contact-name, default empty, any lenght */
|
|
@@ -441,6 +442,8 @@ export declare type channelSummaryInfo = {
|
|
|
441
442
|
online: string;
|
|
442
443
|
/** number of active channels */
|
|
443
444
|
active: string;
|
|
445
|
+
/** number of follower*/
|
|
446
|
+
followMe: string;
|
|
444
447
|
};
|
|
445
448
|
/**
|
|
446
449
|
* channel summary
|
|
@@ -34,7 +34,7 @@ export declare class CMDP_SUPSERTTPLCATEGORY_RESPONSE extends CMDP_SUPSERTTPLCAT
|
|
|
34
34
|
export declare class CMDP_SDELETETPLCATEGORY implements ICOMMAND {
|
|
35
35
|
action: ACTION;
|
|
36
36
|
params: baseParamsType & {
|
|
37
|
-
|
|
37
|
+
categoryId: string;
|
|
38
38
|
};
|
|
39
39
|
}
|
|
40
40
|
export declare class CMDP_SDELETETPLCATEGORY_RESPONSE extends CMDP_SDELETETPLCATEGORY implements IRESPONSE {
|