cmd-control-client-lib 3.0.400 → 3.0.402
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,7 @@ export declare type channelIdSelector = {
|
|
|
151
151
|
selectBadges?: ComaSeparatedValues<EnumBadge> | string;
|
|
152
152
|
selectFollowMe?: EnumBooleanStringified;
|
|
153
153
|
selectOnline?: EnumBooleanStringified;
|
|
154
|
+
selectProductId?: ComaSeparatedValues<string> | string;
|
|
154
155
|
/**
|
|
155
156
|
* @deprecated
|
|
156
157
|
* use selectGroupId
|
|
@@ -150,7 +150,9 @@ export declare class CMDC_AICHANNELSUMMARY implements ICOMMAND {
|
|
|
150
150
|
export declare class CMDP_GETAICHANNELSUMMARY implements ICOMMAND {
|
|
151
151
|
action: ACTION;
|
|
152
152
|
params: baseParamsType & channelIdType & {
|
|
153
|
+
/** deprecated */
|
|
153
154
|
update?: EnumBooleanStringified;
|
|
155
|
+
forceUpdate?: EnumBooleanStringified;
|
|
154
156
|
};
|
|
155
157
|
}
|
|
156
158
|
export declare class CMDP_GETAICHANNELSUMMARY_RESPONSE extends CMDP_GETAICHANNELSUMMARY implements IRESPONSE {
|