cmd-control-client-lib 3.0.319 → 3.0.322
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.
|
@@ -209,7 +209,7 @@ export declare class CMDC_CLIP implements ICOMMAND {
|
|
|
209
209
|
duration: string;
|
|
210
210
|
price: string;
|
|
211
211
|
currency: EnumCurrency;
|
|
212
|
-
|
|
212
|
+
snapshots: JSONString<clipSnapshot[]>;
|
|
213
213
|
};
|
|
214
214
|
}
|
|
215
215
|
export declare class CMDP_CGETCLIPS implements ICOMMAND {
|
|
@@ -100,9 +100,6 @@ export declare class SChatInfo {
|
|
|
100
100
|
chattype: EnumIntentionString | string;
|
|
101
101
|
/** preview state: "1" if the preview is run, "0" if the preview is stopped */
|
|
102
102
|
previewRun?: "1" | "0" | string;
|
|
103
|
-
/** clipping */
|
|
104
|
-
recordClip?: "1" | "0" | string;
|
|
105
|
-
canClip?: "1" | "0" | string;
|
|
106
103
|
}
|
|
107
104
|
export declare class CMDC_CINIT implements ICOMMAND {
|
|
108
105
|
action: ACTION;
|