tencentcloud-sdk-nodejs 4.0.419 → 4.0.420

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.
@@ -348,7 +348,7 @@ export interface RebateInfoElem {
348
348
  */
349
349
  export interface DescribeClientBalanceResponse {
350
350
  /**
351
- * 账户可用余额,单位分 (可用余额 = 现金余额 - 冻结金额)
351
+ * 账户可用余额,单位分 (可用余额 = 现金余额 - 冻结金额) 【注:该数据准确性存疑,请切换至DescribeClientBalanceNew取值】
352
352
  */
353
353
  Balance: number
354
354
 
@@ -1019,7 +1019,7 @@ export interface AgentAuditedClient {
1019
1019
  ClientName: string
1020
1020
 
1021
1021
  /**
1022
- * 认证类型, 0:个人,1:企业;其他:未认证
1022
+ * 认证类型, 0:个人,1:企业;其他:未认证或无效值
1023
1023
  */
1024
1024
  AuthType: string
1025
1025
 
@@ -1415,8 +1415,9 @@ export interface AuditApplyClientResponse {
1415
1415
  AuditResult: string
1416
1416
 
1417
1417
  /**
1418
- * 关联时间对应的时间戳
1419
- */
1418
+ * 关联时间对应的时间戳
1419
+ 注意:此字段可能返回 null,表示取不到有效值。
1420
+ */
1420
1421
  AgentTime: number
1421
1422
 
1422
1423
  /**
@@ -8399,6 +8399,21 @@ export interface CreateTKEEdgeClusterRequest {
8399
8399
  * 边缘计算集群公网访问LB信息
8400
8400
  */
8401
8401
  PublicLB?: EdgeClusterPublicLB
8402
+
8403
+ /**
8404
+ * 集群的级别
8405
+ */
8406
+ ClusterLevel?: string
8407
+
8408
+ /**
8409
+ * 集群是否支持自动升配
8410
+ */
8411
+ AutoUpgradeClusterLevel?: boolean
8412
+
8413
+ /**
8414
+ * 集群计费方式
8415
+ */
8416
+ ChargeType?: string
8402
8417
  }
8403
8418
 
8404
8419
  /**
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.419";
1
+ export declare const sdkVersion = "4.0.420";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.419";
4
+ exports.sdkVersion = "4.0.420";
@@ -718,7 +718,6 @@ export interface DescribeCaptchaResultResponse {
718
718
  CaptchaMsg: string;
719
719
  /**
720
720
  * 无感验证模式下,该参数返回验证结果:
721
-
722
721
  EvilLevel=0 请求无恶意
723
722
  EvilLevel=100 请求有恶意
724
723
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1839,6 +1839,10 @@ export interface OpenKafkaConsumerRequest {
1839
1839
  * CLS控制台创建的TopicId
1840
1840
  */
1841
1841
  FromTopicId: string;
1842
+ /**
1843
+ * 压缩方式[0:NONE;2:SNAPPY;3:LZ4]
1844
+ */
1845
+ Compression?: number;
1842
1846
  }
1843
1847
  /**
1844
1848
  * DeleteConfig返回参数结构体
@@ -171,7 +171,7 @@ export interface CreateDocumentRequest {
171
171
  */
172
172
  TemplateId: string;
173
173
  /**
174
- * 文件名列表,单个文件名最大长度200个字符
174
+ * 文件名列表,单个文件名最大长度200个字符,暂时仅支持单文件发起
175
175
  */
176
176
  FileNames: Array<string>;
177
177
  /**
@@ -1197,7 +1197,7 @@ export interface CreateFlowByFilesRequest {
1197
1197
  */
1198
1198
  Approvers: Array<ApproverInfo>;
1199
1199
  /**
1200
- * 签署pdf文件的资源编号列表,通过UploadFiles接口获取
1200
+ * 签署pdf文件的资源编号列表,通过UploadFiles接口获取,暂时仅支持单文件发起
1201
1201
  */
1202
1202
  FileIds: Array<string>;
1203
1203
  /**