tencentcloud-sdk-nodejs-bh 4.1.20 → 4.1.34
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.
package/package.json
CHANGED
|
@@ -1009,7 +1009,7 @@ export interface SearchCommandResult {
|
|
|
1009
1009
|
*/
|
|
1010
1010
|
SessionTime?: string;
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* 该命令所属会话的会话开始时间(使用SessionTime)
|
|
1013
1013
|
*/
|
|
1014
1014
|
SessTime?: string;
|
|
1015
1015
|
/**
|
|
@@ -2363,9 +2363,7 @@ export interface CreateCmdTemplateRequest {
|
|
|
2363
2363
|
*/
|
|
2364
2364
|
CmdList: string;
|
|
2365
2365
|
/**
|
|
2366
|
-
* 标识
|
|
2367
|
-
0:表示非base64加密
|
|
2368
|
-
1:表示是base64加密
|
|
2366
|
+
* 标识CmdList字段前端是否为base64加密传值.0:表示非base64加密1:表示是base64加密
|
|
2369
2367
|
*/
|
|
2370
2368
|
Encoding?: number;
|
|
2371
2369
|
}
|