tencentcloud-sdk-nodejs 4.1.92 → 4.1.94

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.
Files changed (46) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cfw/v20190904/cfw_client.js +2 -11
  3. package/es/services/thpc/v20230321/thpc_client.js +22 -4
  4. package/es/services/tsf/v20180326/tsf_client.js +9 -0
  5. package/package.json +1 -1
  6. package/tencentcloud/common/sdk_version.d.ts +1 -1
  7. package/tencentcloud/common/sdk_version.js +1 -1
  8. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
  9. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -0
  10. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +3 -21
  11. package/tencentcloud/services/cfw/v20190904/cfw_client.js +3 -27
  12. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +166 -334
  13. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +19 -12
  14. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +2 -2
  15. package/tencentcloud/services/cwp/v20180228/cwp_client.js +2 -2
  16. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +4 -4
  17. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +32 -4
  18. package/tencentcloud/services/es/v20180416/es_models.d.ts +100 -40
  19. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +0 -3
  20. package/tencentcloud/services/ess/v20201111/ess_client.js +0 -3
  21. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +0 -1
  22. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +0 -1
  23. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -0
  24. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +69 -2
  25. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  26. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +62 -62
  27. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +2 -2
  28. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +2 -2
  29. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +8 -8
  30. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +16 -0
  31. package/tencentcloud/services/sts/v20180813/sts_client.d.ts +16 -4
  32. package/tencentcloud/services/sts/v20180813/sts_client.js +16 -4
  33. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +28 -0
  34. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +8 -2
  35. package/tencentcloud/services/teo/v20220901/teo_client.js +8 -2
  36. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -47
  37. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +29 -5
  38. package/tencentcloud/services/thpc/v20230321/thpc_client.js +42 -6
  39. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +464 -129
  40. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +21 -0
  41. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +13 -1
  42. package/tencentcloud/services/tsf/v20180326/tsf_client.js +18 -0
  43. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +487 -162
  44. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +6 -2
  45. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +2 -2
  46. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +95 -24
@@ -635,7 +635,9 @@ export interface DescribeWebCallbacksResponse {
635
635
  */
636
636
  export interface CreateLogsetRequest {
637
637
  /**
638
- * 日志集名字,不能重名
638
+ * 日志集名字。
639
+
640
+ - 最大支持255个字符。不支持`|`字符。
639
641
  */
640
642
  LogsetName: string;
641
643
  /**
@@ -1511,7 +1513,8 @@ export interface FilePathInfo {
1511
1513
  */
1512
1514
  export interface DescribeIndexRequest {
1513
1515
  /**
1514
- * 日志主题ID
1516
+ * 日志主题Id。
1517
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
1515
1518
  */
1516
1519
  TopicId: string;
1517
1520
  }
@@ -2308,11 +2311,11 @@ export interface DescribeAlarmShieldsRequest {
2308
2311
  */
2309
2312
  export interface ModifyLogsetRequest {
2310
2313
  /**
2311
- * 日志集ID
2314
+ * 日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
2312
2315
  */
2313
2316
  LogsetId: string;
2314
2317
  /**
2315
- * 日志集名称
2318
+ * 日志集名字。- 最大支持255个字符。不支持`|`字符。
2316
2319
  */
2317
2320
  LogsetName?: string;
2318
2321
  /**
@@ -3340,7 +3343,8 @@ export interface DescribeConsumerRequest {
3340
3343
  */
3341
3344
  export interface CreateIndexRequest {
3342
3345
  /**
3343
- * 日志主题ID
3346
+ * 日志主题Id。
3347
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
3344
3348
  */
3345
3349
  TopicId: string;
3346
3350
  /**
@@ -3905,7 +3909,8 @@ export interface DescribeMachineGroupsRequest {
3905
3909
  */
3906
3910
  export interface DeleteIndexRequest {
3907
3911
  /**
3908
- * 日志主题ID
3912
+ * 日志主题Id。
3913
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
3909
3914
  */
3910
3915
  TopicId: string;
3911
3916
  }
@@ -4181,7 +4186,7 @@ export interface LogsetInfo {
4181
4186
  */
4182
4187
  LogsetName?: string;
4183
4188
  /**
4184
- * 创建时间
4189
+ * 创建时间。格式 `YYYY-MM-DD HH:MM:SS`
4185
4190
  */
4186
4191
  CreateTime?: string;
4187
4192
  /**
@@ -7228,7 +7233,7 @@ export interface DescribeScheduledSqlInfoRequest {
7228
7233
  */
7229
7234
  export interface DeleteLogsetRequest {
7230
7235
  /**
7231
- * 日志集ID
7236
+ * 日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
7232
7237
  */
7233
7238
  LogsetId: string;
7234
7239
  }
@@ -7660,11 +7665,12 @@ export interface DeleteCosRechargeResponse {
7660
7665
  */
7661
7666
  export interface DescribeIndexResponse {
7662
7667
  /**
7663
- * 日志主题ID
7668
+ * 日志主题Id
7664
7669
  */
7665
7670
  TopicId?: string;
7666
7671
  /**
7667
- * 是否生效
7672
+ * 索引状态。true:开启状态,false:关闭状态
7673
+ 开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)
7668
7674
  */
7669
7675
  Status?: boolean;
7670
7676
  /**
@@ -7673,7 +7679,7 @@ export interface DescribeIndexResponse {
7673
7679
  */
7674
7680
  Rule?: RuleInfo;
7675
7681
  /**
7676
- * 索引修改时间,初始值为索引创建时间。
7682
+ * 索引修改时间,初始值为索引创建时间。格式 `YYYY-MM-DD HH:MM:SS`
7677
7683
  */
7678
7684
  ModifyTime?: string;
7679
7685
  /**
@@ -8001,11 +8007,12 @@ export interface DescribeLogsetsRequest {
8001
8007
  - 按照【日志集名称】进行过滤。
8002
8008
  - 类型:String
8003
8009
  - 必选:否
8004
-
8010
+ - 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集名称。
8005
8011
  logsetId
8006
8012
  - 按照【日志集ID】进行过滤。
8007
8013
  - 类型:String
8008
8014
  - 必选:否
8015
+ - 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
8009
8016
 
8010
8017
  tagKey
8011
8018
  - 按照【标签键】进行过滤。
@@ -1445,7 +1445,7 @@ export declare class Client extends AbstractClient {
1445
1445
  */
1446
1446
  DescribeWebPageProtectStat(req?: DescribeWebPageProtectStatRequest, cb?: (error: string, rep: DescribeWebPageProtectStatResponse) => void): Promise<DescribeWebPageProtectStatResponse>;
1447
1447
  /**
1448
- * 本接口 (DescribeHistoryAccounts) 用于获取帐号变更历史列表数据。
1448
+ * 本接口 (DescribeHistoryAccounts) 用于获取账号变更历史列表数据。
1449
1449
  */
1450
1450
  DescribeHistoryAccounts(req: DescribeHistoryAccountsRequest, cb?: (error: string, rep: DescribeHistoryAccountsResponse) => void): Promise<DescribeHistoryAccountsResponse>;
1451
1451
  /**
@@ -1772,7 +1772,7 @@ export declare class Client extends AbstractClient {
1772
1772
  */
1773
1773
  ScanVulSetting(req: ScanVulSettingRequest, cb?: (error: string, rep: ScanVulSettingResponse) => void): Promise<ScanVulSettingResponse>;
1774
1774
  /**
1775
- * 本接口 (DescribeAccountStatistics) 用于获取帐号统计列表数据。
1775
+ * 本接口 (DescribeAccountStatistics) 用于获取账号统计列表数据。
1776
1776
  */
1777
1777
  DescribeAccountStatistics(req: DescribeAccountStatisticsRequest, cb?: (error: string, rep: DescribeAccountStatisticsResponse) => void): Promise<DescribeAccountStatisticsResponse>;
1778
1778
  /**
@@ -2181,7 +2181,7 @@ class Client extends abstract_client_1.AbstractClient {
2181
2181
  return this.request("DescribeWebPageProtectStat", req, cb);
2182
2182
  }
2183
2183
  /**
2184
- * 本接口 (DescribeHistoryAccounts) 用于获取帐号变更历史列表数据。
2184
+ * 本接口 (DescribeHistoryAccounts) 用于获取账号变更历史列表数据。
2185
2185
  */
2186
2186
  async DescribeHistoryAccounts(req, cb) {
2187
2187
  return this.request("DescribeHistoryAccounts", req, cb);
@@ -2670,7 +2670,7 @@ class Client extends abstract_client_1.AbstractClient {
2670
2670
  return this.request("ScanVulSetting", req, cb);
2671
2671
  }
2672
2672
  /**
2673
- * 本接口 (DescribeAccountStatistics) 用于获取帐号统计列表数据。
2673
+ * 本接口 (DescribeAccountStatistics) 用于获取账号统计列表数据。
2674
2674
  */
2675
2675
  async DescribeAccountStatistics(req, cb) {
2676
2676
  return this.request("DescribeAccountStatistics", req, cb);
@@ -8473,11 +8473,11 @@ export interface DescribeExpertServiceListResponse {
8473
8473
  */
8474
8474
  export interface DescribeAccountStatisticsResponse {
8475
8475
  /**
8476
- * 帐号统计列表记录总数。
8476
+ * 账号统计列表记录总数。
8477
8477
  */
8478
8478
  TotalCount?: number;
8479
8479
  /**
8480
- * 帐号统计列表。
8480
+ * 账号统计列表。
8481
8481
  */
8482
8482
  AccountStatistics?: Array<AccountStatistics>;
8483
8483
  /**
@@ -23176,11 +23176,11 @@ export interface ModifyLogStorageConfigResponse {
23176
23176
  */
23177
23177
  export interface DescribeHistoryAccountsResponse {
23178
23178
  /**
23179
- * 帐号变更历史列表记录总数。
23179
+ * 账号变更历史列表记录总数。
23180
23180
  */
23181
23181
  TotalCount?: number;
23182
23182
  /**
23183
- * 帐号变更历史数据数组。
23183
+ * 账号变更历史数据数组。
23184
23184
  */
23185
23185
  HistoryAccounts?: Array<HistoryAccount>;
23186
23186
  /**
@@ -2103,6 +2103,10 @@ export interface DescribeEngineUsageInfoResponse {
2103
2103
  * 剩余集群规格
2104
2104
  */
2105
2105
  Available?: number;
2106
+ /**
2107
+ * 剩余集群规格百分比
2108
+ */
2109
+ AvailPercent?: number;
2106
2110
  /**
2107
2111
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2108
2112
  */
@@ -6695,6 +6699,22 @@ export interface StandardEngineResourceGroupInfo {
6695
6699
  注意:此字段可能返回 null,表示取不到有效值。
6696
6700
  */
6697
6701
  SparkMinSize?: number;
6702
+ /**
6703
+ * 自定义镜像容器镜像服务domain 名称
6704
+ */
6705
+ PublicDomain?: string;
6706
+ /**
6707
+ * 自定义镜像容器镜像服务tcr实例id
6708
+ */
6709
+ RegistryId?: string;
6710
+ /**
6711
+ * 容器镜像服务tcr所在地域
6712
+ */
6713
+ RegionName?: string;
6714
+ /**
6715
+ * 资源组启动耗时
6716
+ */
6717
+ LaunchTime?: string;
6698
6718
  }
6699
6719
  /**
6700
6720
  * CreateStandardEngineResourceGroup返回参数结构体
@@ -9462,10 +9482,6 @@ export interface CreateSparkAppTaskResponse {
9462
9482
  * ListTaskJobLogDetail请求参数结构体
9463
9483
  */
9464
9484
  export interface ListTaskJobLogDetailRequest {
9465
- /**
9466
- * 列表返回的Id
9467
- */
9468
- TaskId: string;
9469
9485
  /**
9470
9486
  * 开始运行时间,unix时间戳(毫秒)
9471
9487
  */
@@ -9482,6 +9498,10 @@ export interface ListTaskJobLogDetailRequest {
9482
9498
  * 下一次分页参数,第一次传空
9483
9499
  */
9484
9500
  Context: string;
9501
+ /**
9502
+ * 列表返回的Id
9503
+ */
9504
+ TaskId?: string;
9485
9505
  /**
9486
9506
  * 最近1000条日志是否升序排列,true:升序排序,false:倒序,默认false,倒序排列
9487
9507
  */
@@ -9494,6 +9514,14 @@ export interface ListTaskJobLogDetailRequest {
9494
9514
  * SparkSQL任务唯一ID
9495
9515
  */
9496
9516
  BatchId?: string;
9517
+ /**
9518
+ * 引擎id
9519
+ */
9520
+ DataEngineId?: string;
9521
+ /**
9522
+ * 资源组id
9523
+ */
9524
+ ResourceGroupId?: string;
9497
9525
  }
9498
9526
  /**
9499
9527
  * DescribeNativeSparkSessions请求参数结构体
@@ -768,52 +768,44 @@ export interface DescribeInstanceOperationsResponse {
768
768
  RequestId?: string;
769
769
  }
770
770
  /**
771
- * Logstash管道信息
771
+ * 索引自治字段
772
772
  */
773
- export interface LogstashPipeline {
774
- /**
775
- * 管道ID
776
- */
777
- PipelineId?: string;
773
+ export interface IndexOptionsField {
778
774
  /**
779
- * 管道描述信息
775
+ * 过期时间
780
776
  注意:此字段可能返回 null,表示取不到有效值。
781
777
  */
782
- PipelineDesc?: string;
783
- /**
784
- * 管道配置内容
785
- */
786
- Config?: string;
778
+ ExpireMaxAge?: string;
787
779
  /**
788
- * 管道的Worker数量
780
+ * 过期大小
789
781
  注意:此字段可能返回 null,表示取不到有效值。
790
782
  */
791
- Workers?: number;
783
+ ExpireMaxSize?: string;
792
784
  /**
793
- * 管道批处理大小
785
+ * 滚动周期
794
786
  注意:此字段可能返回 null,表示取不到有效值。
795
787
  */
796
- BatchSize?: number;
788
+ RolloverMaxAge?: string;
797
789
  /**
798
- * 管道批处理延迟
790
+ * 是否开启动态滚动
799
791
  注意:此字段可能返回 null,表示取不到有效值。
800
792
  */
801
- BatchDelay?: number;
793
+ RolloverDynamic?: string;
802
794
  /**
803
- * 管道缓冲队列类型
795
+ * 是否开启动态分片
804
796
  注意:此字段可能返回 null,表示取不到有效值。
805
797
  */
806
- QueueType?: string;
798
+ ShardNumDynamic?: string;
807
799
  /**
808
- * 管道缓冲队列大小
800
+ * 时间分区字段
809
801
  注意:此字段可能返回 null,表示取不到有效值。
810
802
  */
811
- QueueMaxBytes?: string;
803
+ TimestampField?: string;
812
804
  /**
813
- * 管道缓冲队列检查点写入数
805
+ * 写入模式
814
806
  注意:此字段可能返回 null,表示取不到有效值。
815
807
  */
816
- QueueCheckPointWrites?: number;
808
+ WriteMode?: string;
817
809
  }
818
810
  /**
819
811
  * UpdateRequestTargetNodeTypes返回参数结构体
@@ -918,44 +910,44 @@ export interface DescribeLogstashInstancesRequest {
918
910
  TagList?: Array<TagInfo>;
919
911
  }
920
912
  /**
921
- * 索引自治字段
913
+ * cvm 自动扩盘参数
922
914
  */
923
- export interface IndexOptionsField {
915
+ export interface AutoScaleDiskInfo {
924
916
  /**
925
- * 过期时间
917
+ * 节点类型 hotData,warmData
926
918
  注意:此字段可能返回 null,表示取不到有效值。
927
919
  */
928
- ExpireMaxAge?: string;
920
+ NodeType?: string;
929
921
  /**
930
- * 过期大小
922
+ * 0:百分比扩容;1:绝对值扩容
931
923
  注意:此字段可能返回 null,表示取不到有效值。
932
924
  */
933
- ExpireMaxSize?: string;
925
+ ScaleType?: number;
934
926
  /**
935
- * 滚动周期
927
+ * 触发阈值,单位%,例如80%
936
928
  注意:此字段可能返回 null,表示取不到有效值。
937
929
  */
938
- RolloverMaxAge?: string;
930
+ Threshold?: number;
939
931
  /**
940
- * 是否开启动态滚动
932
+ * 触发持续时间,单位分钟,例如60
941
933
  注意:此字段可能返回 null,表示取不到有效值。
942
934
  */
943
- RolloverDynamic?: string;
935
+ Duration?: number;
944
936
  /**
945
- * 是否开启动态分片
937
+ * 每次扩容比例,单位%,例如20%
946
938
  注意:此字段可能返回 null,表示取不到有效值。
947
939
  */
948
- ShardNumDynamic?: string;
940
+ PercentSize?: number;
949
941
  /**
950
- * 时间分区字段
942
+ * 绝对值扩容,单位GB,例如100GB
951
943
  注意:此字段可能返回 null,表示取不到有效值。
952
944
  */
953
- TimestampField?: string;
945
+ FixSize?: number;
954
946
  /**
955
- * 写入模式
947
+ * 扩容上限,单位GB,例如500GB
956
948
  注意:此字段可能返回 null,表示取不到有效值。
957
949
  */
958
- WriteMode?: string;
950
+ MaxSize?: number;
959
951
  }
960
952
  /**
961
953
  * CreateServerlessSpaceV2返回参数结构体
@@ -1250,6 +1242,10 @@ export interface Operation {
1250
1242
  注意:此字段可能返回 null,表示取不到有效值。
1251
1243
  */
1252
1244
  SubAccountUin?: string;
1245
+ /**
1246
+ * 自动扩容标识:0-非自动,1-自动
1247
+ */
1248
+ AutoScaleTag?: number;
1253
1249
  }
1254
1250
  /**
1255
1251
  * 数据接入cvm数据源信息
@@ -1301,6 +1297,54 @@ export interface InstanceLog {
1301
1297
  */
1302
1298
  NodeID?: string;
1303
1299
  }
1300
+ /**
1301
+ * Logstash管道信息
1302
+ */
1303
+ export interface LogstashPipeline {
1304
+ /**
1305
+ * 管道ID
1306
+ */
1307
+ PipelineId?: string;
1308
+ /**
1309
+ * 管道描述信息
1310
+ 注意:此字段可能返回 null,表示取不到有效值。
1311
+ */
1312
+ PipelineDesc?: string;
1313
+ /**
1314
+ * 管道配置内容
1315
+ */
1316
+ Config?: string;
1317
+ /**
1318
+ * 管道的Worker数量
1319
+ 注意:此字段可能返回 null,表示取不到有效值。
1320
+ */
1321
+ Workers?: number;
1322
+ /**
1323
+ * 管道批处理大小
1324
+ 注意:此字段可能返回 null,表示取不到有效值。
1325
+ */
1326
+ BatchSize?: number;
1327
+ /**
1328
+ * 管道批处理延迟
1329
+ 注意:此字段可能返回 null,表示取不到有效值。
1330
+ */
1331
+ BatchDelay?: number;
1332
+ /**
1333
+ * 管道缓冲队列类型
1334
+ 注意:此字段可能返回 null,表示取不到有效值。
1335
+ */
1336
+ QueueType?: string;
1337
+ /**
1338
+ * 管道缓冲队列大小
1339
+ 注意:此字段可能返回 null,表示取不到有效值。
1340
+ */
1341
+ QueueMaxBytes?: string;
1342
+ /**
1343
+ * 管道缓冲队列检查点写入数
1344
+ 注意:此字段可能返回 null,表示取不到有效值。
1345
+ */
1346
+ QueueCheckPointWrites?: number;
1347
+ }
1304
1348
  /**
1305
1349
  * CreateIndex返回参数结构体
1306
1350
  */
@@ -3018,6 +3062,14 @@ export interface CreateInstanceRequest {
3018
3062
  * 置放群组开启异步任务的可维护时间段
3019
3063
  */
3020
3064
  EnableScheduleOperationDuration?: EnableScheduleOperationDuration;
3065
+ /**
3066
+ * 自动扩盘参数列表
3067
+ */
3068
+ AutoScaleDiskInfoList?: Array<AutoScaleDiskInfo>;
3069
+ /**
3070
+ * 是否开启kibana公网访问,不传默认开启
3071
+ */
3072
+ EnableKibanaPublicAccess?: string;
3021
3073
  }
3022
3074
  /**
3023
3075
  * CreateLogstashInstance请求参数结构体
@@ -4953,6 +5005,14 @@ export interface UpdateInstanceRequest {
4953
5005
  * 开启集群保护:OPEN-开启,CLOSE-关闭
4954
5006
  */
4955
5007
  EnableDestroyProtection?: string;
5008
+ /**
5009
+ * 自动扩盘参数
5010
+ */
5011
+ AutoScaleDiskInfoList?: Array<AutoScaleDiskInfo>;
5012
+ /**
5013
+ * 自动扩盘删除参数
5014
+ */
5015
+ AutoScaleDiskDeleteNodeTypeList?: Array<string>;
4956
5016
  }
4957
5017
  /**
4958
5018
  * CreateServerlessInstance返回参数结构体
@@ -1083,9 +1083,6 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1083
1083
  * 此接口(CreateDynamicFlowApprover)接口主要用于补充动态签署方2.0合同的签署方信息,包括但不限于名字、手机号和签署区域等信息。
1084
1084
 
1085
1085
 
1086
- **功能开通**
1087
- 动态签署方2.0功能的使用需要先<font color="red">联系产品经理开通模块化计费功能</font>,然后到控制台中打开此功能。详细的使用说明请参考<a href="https://qian.tencent.com/developers/company/dynamic_signer_v2" target="_blank">动态签署方2.0</a>文档。
1088
-
1089
1086
  **使用条件**
1090
1087
  - 在发起合同时,必须将OpenDynamicSignFlow参数设置为true,以确保合同以动态签署方2.0的方式处理,否则默认处理为普通合同。
1091
1088
  - 此接口只能在合同处于非终态时调用。一旦合同进入终态(例如:过期、拒签或撤销),将无法通过此接口添加新的签署方。
@@ -1273,9 +1273,6 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1273
1273
  * 此接口(CreateDynamicFlowApprover)接口主要用于补充动态签署方2.0合同的签署方信息,包括但不限于名字、手机号和签署区域等信息。
1274
1274
 
1275
1275
 
1276
- **功能开通**
1277
- 动态签署方2.0功能的使用需要先<font color="red">联系产品经理开通模块化计费功能</font>,然后到控制台中打开此功能。详细的使用说明请参考<a href="https://qian.tencent.com/developers/company/dynamic_signer_v2" target="_blank">动态签署方2.0</a>文档。
1278
-
1279
1276
  **使用条件**
1280
1277
  - 在发起合同时,必须将OpenDynamicSignFlow参数设置为true,以确保合同以动态签署方2.0的方式处理,否则默认处理为普通合同。
1281
1278
  - 此接口只能在合同处于非终态时调用。一旦合同进入终态(例如:过期、拒签或撤销),将无法通过此接口添加新的签署方。
@@ -412,7 +412,6 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
412
412
  * 接口(ChannelCreateDynamicFlowApprover)用来补充<a href="https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles" target="_blank">用PDF文件创建签署流程</a>发起的动态合同的签署人信息
413
413
  **注**:
414
414
  <ul>
415
- <li>此接口需要保证:渠道企业已开启:模块化计费能力,</li>
416
415
  <li>此接口需要保证:渠道应用已开启:动态签署人2.0能力</li>
417
416
  <li>此接口需要保证:合同发起时指定开启了动态合同</li>
418
417
  <li>此接口补充的动态签署人传参规则,请参考接口:<a href="https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles" target="_blank">用PDF文件创建签署流程</a>的签署人传参规则</li>
@@ -488,7 +488,6 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
488
488
  * 接口(ChannelCreateDynamicFlowApprover)用来补充<a href="https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles" target="_blank">用PDF文件创建签署流程</a>发起的动态合同的签署人信息
489
489
  **注**:
490
490
  <ul>
491
- <li>此接口需要保证:渠道企业已开启:模块化计费能力,</li>
492
491
  <li>此接口需要保证:渠道应用已开启:动态签署人2.0能力</li>
493
492
  <li>此接口需要保证:合同发起时指定开启了动态合同</li>
494
493
  <li>此接口补充的动态签署人传参规则,请参考接口:<a href="https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles" target="_blank">用PDF文件创建签署流程</a>的签署人传参规则</li>
@@ -5101,7 +5101,9 @@ export interface ChannelDescribeEmployeesRequest {
5101
5101
  * 查询的关键字段,支持Key-Values查询。可选键值如下:
5102
5102
  <ul>
5103
5103
  <li>Key:**"Status"**,Values: **["IsVerified"]**, 查询已实名的员工</li>
5104
+ <li>Key:**"Status"**,Values: **["NotVerified"]**, 查询未实名的员工</li>
5104
5105
  <li>Key:**"Status"**,Values: **["QuiteJob"]**, 查询离职员工</li>
5106
+ <li>Key:**"ExcludeQuiteJob"**,Values: **["true"]**, 查询排除离职员工</li>
5105
5107
  <li>Key:**"StaffOpenId"**,Values: **["OpenId1","OpenId2",...]**, 根据第三方系统用户OpenId查询员工</li>
5106
5108
  </ul>
5107
5109
  注: `同名字的Key的过滤条件会冲突, 只能填写一个`
@@ -1107,6 +1107,10 @@ export interface ModifyTWeSeeConfigRequest {
1107
1107
  * 配置参数,不传则不修改
1108
1108
  */
1109
1109
  Config?: string;
1110
+ /**
1111
+ * 视频摘要配置参数,不传则不修改
1112
+ */
1113
+ SummaryConfig?: VisionSummaryConfig;
1110
1114
  }
1111
1115
  /**
1112
1116
  * DescribeGatewaySubDeviceList请求参数结构体
@@ -2653,7 +2657,7 @@ export interface DescribeStudioProductResponse {
2653
2657
  */
2654
2658
  export interface VisionRecognitionResult {
2655
2659
  /**
2656
- * 任务状态(1:分析失败;2:下载/读取视频/图片失败;3:成功)
2660
+ * 任务状态(1:分析失败;2:下载/读取视频/图片失败;3:成功;4:执行中)
2657
2661
  */
2658
2662
  Status?: number;
2659
2663
  /**
@@ -2667,7 +2671,6 @@ export interface VisionRecognitionResult {
2667
2671
  - `smoke`:烟雾
2668
2672
  - `package`:快递包裹
2669
2673
  - `license_plate`:车牌
2670
-
2671
2674
  */
2672
2675
  DetectedClassifications?: Array<string>;
2673
2676
  /**
@@ -2678,6 +2681,13 @@ export interface VisionRecognitionResult {
2678
2681
  * 摘要文本(次选语言)
2679
2682
  */
2680
2683
  AlternativeSummary?: string;
2684
+ /**
2685
+ * 错误码,可能取值:
2686
+
2687
+ - `DownloadFailed`:下载视频/图片文件失败
2688
+ - `ReadFailed`:读取视频/图片文件失败
2689
+ */
2690
+ ErrorCode?: string;
2681
2691
  }
2682
2692
  /**
2683
2693
  * CreateIotVideoCloudStorage返回参数结构体
@@ -4040,6 +4050,10 @@ export interface CreateTWeSeeRecognitionTaskRequest {
4040
4050
  - `immediate`:立即
4041
4051
  */
4042
4052
  SummaryQOS?: string;
4053
+ /**
4054
+ * 摘要输出配置
4055
+ */
4056
+ SummaryConfig?: VisionSummaryConfig;
4043
4057
  }
4044
4058
  /**
4045
4059
  * InvokeCloudStorageAIServiceTask返回参数结构体
@@ -4319,6 +4333,10 @@ export interface InvokeTWeSeeRecognitionTaskRequest {
4319
4333
  - `immediate`:立即
4320
4334
  */
4321
4335
  SummaryQOS?: string;
4336
+ /**
4337
+ * 摘要输出配置
4338
+ */
4339
+ SummaryConfig?: VisionSummaryConfig;
4322
4340
  }
4323
4341
  /**
4324
4342
  * PauseTWeCallDevice返回参数结构体
@@ -6106,6 +6124,55 @@ export interface DescribeTWeSeeConfigResponse {
6106
6124
  */
6107
6125
  RequestId?: string;
6108
6126
  }
6127
+ /**
6128
+ * 视频摘要配置
6129
+ */
6130
+ export interface VisionSummaryConfig {
6131
+ /**
6132
+ * 主输出语言
6133
+
6134
+ 支持列表如下:
6135
+ zh 中文
6136
+ en 英语
6137
+ ja 日语
6138
+ ko 韩文
6139
+ pt-BR 葡萄牙语(巴西)
6140
+ th 泰语
6141
+
6142
+ */
6143
+ OutputLang?: string;
6144
+ /**
6145
+ * 可选输出语言
6146
+
6147
+ 支持列表如下:
6148
+ zh 中文
6149
+ en 英语
6150
+ ja 日语
6151
+ ko 韩文
6152
+ pt-BR 葡萄牙语(巴西)
6153
+ th 泰语
6154
+
6155
+ */
6156
+ AlternativeOutputLang?: string;
6157
+ /**
6158
+ * 多摄像头布局定义。可能取值:
6159
+
6160
+ - 单摄(默认值):`Single`
6161
+
6162
+ - 双摄(纵向排列)- 全部画面:`Vertical,Num=2,Index=0;1`
6163
+ - 双摄(纵向排列)- 画面1:`Vertical,Num=2,Index=0`
6164
+ - 双摄(纵向排列)- 画面2:`Vertical,Num=2,Index=1`
6165
+
6166
+ - 三摄(纵向排列)- 全部画面:`Vertical,Num=3,Index=0;1;2`
6167
+ - 三摄(纵向排列)- 画面1:`Vertical,Num=3,Index=0`
6168
+ - 三摄(纵向排列)- 画面2:`Vertical,Num=3,Index=1`
6169
+ - 三摄(纵向排列)- 画面3:`Vertical,Num=3,Index=2`
6170
+ - 三摄(纵向排列)- 画面1+2:`Vertical,Num=3,Index=0;1`
6171
+ - 三摄(纵向排列)- 画面1+3:`Vertical,Num=3,Index=0;2`
6172
+ - 三摄(纵向排列)- 画面2+3:`Vertical,Num=3,Index=1;2`
6173
+ */
6174
+ MultiCameraLayout?: string;
6175
+ }
6109
6176
  /**
6110
6177
  * ModifyPositionFence请求参数结构体
6111
6178
  */
@@ -4322,7 +4322,7 @@ export interface DescribeDiskConfigsResponse {
4322
4322
  /**
4323
4323
  * 云硬盘配置列表。
4324
4324
  */
4325
- DiskConfigSet: Array<DiskConfig>;
4325
+ DiskConfigSet?: Array<DiskConfig>;
4326
4326
  /**
4327
4327
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4328
4328
  */