tencentcloud-sdk-nodejs 4.0.687 → 4.0.688

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 (78) hide show
  1. package/CHANGELOG.md +522 -0
  2. package/SERVICE_CHANGELOG.md +839 -58
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/advisor/v20200721/advisor_client.ts +2 -2
  7. package/src/services/advisor/v20200721/advisor_models.ts +53 -53
  8. package/src/services/apigateway/v20180808/apigateway_models.ts +20 -0
  9. package/src/services/asr/v20190614/asr_models.ts +64 -63
  10. package/src/services/cdb/v20170320/cdb_client.ts +1 -0
  11. package/src/services/cdb/v20170320/cdb_models.ts +40 -4
  12. package/src/services/ckafka/v20190819/ckafka_client.ts +13 -0
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +35 -0
  14. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +8 -3
  16. package/src/services/es/v20180416/es_client.ts +2 -1
  17. package/src/services/es/v20180416/es_models.ts +209 -170
  18. package/src/services/ess/v20201111/ess_client.ts +28 -11
  19. package/src/services/ess/v20201111/ess_models.ts +90 -56
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -3
  21. package/src/services/ims/v20201229/ims_client.ts +2 -2
  22. package/src/services/nlp/v20190408/nlp_client.ts +4 -2
  23. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  24. package/src/services/ses/v20201002/ses_models.ts +9 -4
  25. package/src/services/tcss/v20201101/tcss_client.ts +3 -2
  26. package/src/services/tcss/v20201101/tcss_models.ts +278 -113
  27. package/src/services/teo/v20220901/teo_models.ts +2 -2
  28. package/src/services/thpc/v20230321/thpc_models.ts +4 -0
  29. package/src/services/tse/v20201207/tse_client.ts +40 -25
  30. package/src/services/tse/v20201207/tse_models.ts +184 -6
  31. package/src/services/vm/v20201229/vm_client.ts +6 -6
  32. package/src/services/vm/v20201229/vm_models.ts +2 -2
  33. package/src/services/vod/v20180717/vod_client.ts +3 -1
  34. package/src/services/vod/v20180717/vod_models.ts +512 -424
  35. package/src/services/waf/v20180125/waf_client.ts +13 -0
  36. package/src/services/waf/v20180125/waf_models.ts +118 -23
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +52 -52
  40. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +20 -0
  41. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +64 -63
  42. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +39 -4
  43. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  44. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  45. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +32 -0
  46. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  47. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  48. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +8 -3
  49. package/tencentcloud/services/es/v20180416/es_models.d.ts +200 -162
  50. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +26 -9
  51. package/tencentcloud/services/ess/v20201111/ess_client.js +26 -9
  52. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +90 -56
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -3
  54. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -2
  55. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -2
  56. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +3 -1
  57. package/tencentcloud/services/nlp/v20190408/nlp_client.js +3 -1
  58. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  59. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +9 -4
  60. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +2 -2
  61. package/tencentcloud/services/tcss/v20201101/tcss_client.js +1 -1
  62. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +277 -113
  63. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  64. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +4 -0
  65. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +13 -9
  66. package/tencentcloud/services/tse/v20201207/tse_client.js +18 -12
  67. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +179 -6
  68. package/tencentcloud/services/vm/v20201229/vm_client.d.ts +6 -6
  69. package/tencentcloud/services/vm/v20201229/vm_client.js +6 -6
  70. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +2 -2
  71. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  72. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +510 -424
  73. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  74. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  75. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +115 -23
  76. package/test/ckafka.v20190819.test.js +10 -0
  77. package/test/tse.v20201207.test.js +18 -8
  78. package/test/waf.v20180125.test.js +10 -0
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DeleteAclRequest, CreateInstancePostResponse, BatchCreateAclRequest, DescribeDatahubTaskResponse, DeleteUserRequest, CreateConnectResourceResponse, DescribeTopicAttributesRequest, DescribeDatahubGroupOffsetsResponse, AuthorizeTokenResponse, DescribeDatahubTaskRequest, FetchLatestDatahubMessageListResponse, DescribeAclRuleResponse, DescribeTopicSubscribeGroupResponse, CancelAuthorizationTokenRequest, CancelAuthorizationTokenResponse, FetchMessageListByOffsetResponse, CreateRouteRequest, DeleteTopicRequest, DescribeDatahubTasksRequest, DescribeInstancesResponse, BatchModifyTopicAttributesResponse, ModifyDatahubTaskResponse, InstanceScalingDownRequest, FetchMessageListByOffsetRequest, ModifyInstancePreRequest, CreateAclRuleRequest, ModifyAclRuleRequest, DescribeInstancesDetailResponse, DescribeAppInfoRequest, CheckCdcClusterResponse, CreateTokenResponse, DescribeTopicFlowRankingRequest, SendMessageRequest, DeleteAclRuleRequest, DescribeConnectResourcesRequest, DescribeRouteRequest, ModifyAclRuleResponse, ModifyConnectResourceRequest, ModifyInstanceAttributesResponse, DescribeACLResponse, BatchModifyGroupOffsetsResponse, CreateDatahubTopicRequest, DescribeTopicResponse, ModifyGroupOffsetsRequest, DescribeDatahubTopicResponse, DescribeCkafkaZoneRequest, FetchDatahubMessageByOffsetResponse, CreateConsumerResponse, CreatePostPaidInstanceRequest, CreateCdcClusterResponse, DescribeGroupResponse, ModifyPasswordResponse, DescribeTaskStatusResponse, AuthorizeTokenRequest, RenewCkafkaInstanceResponse, DescribeACLRequest, CreateUserResponse, CreatePartitionResponse, DeleteGroupRequest, DescribeConsumerGroupRequest, DeleteUserResponse, DescribeConnectResourceRequest, DescribeTopicProduceConnectionRequest, CreateAclRequest, DescribeTopicSyncReplicaResponse, CreateConnectResourceRequest, DeleteRouteResponse, CreateTopicIpWhiteListResponse, ModifyGroupOffsetsResponse, CreateAclResponse, CreateTopicRequest, DeleteAclResponse, DeleteRouteTriggerTimeRequest, DescribeTopicSubscribeGroupRequest, DeleteInstancePreResponse, DescribeInstanceAttributesRequest, DeleteConnectResourceResponse, DescribeRegionRequest, DeleteAclRuleResponse, DescribeGroupInfoRequest, ModifyTopicAttributesResponse, DeleteRouteTriggerTimeResponse, DescribeUserResponse, DescribeGroupInfoResponse, DescribeTopicRequest, CreateTokenRequest, CreatePartitionRequest, DescribeAppInfoResponse, DescribeInstanceAttributesResponse, DeleteInstancePreRequest, DescribeDatahubTopicRequest, ModifyPasswordRequest, ModifyInstanceAttributesRequest, DeleteDatahubTopicRequest, DescribeRegionResponse, CreateTopicResponse, DescribeTopicProduceConnectionResponse, FetchLatestDatahubMessageListRequest, CreateAclRuleResponse, DescribeTopicAttributesResponse, DeleteDatahubTopicResponse, DescribeConsumerGroupResponse, DeleteDatahubTaskRequest, DescribeGroupOffsetsRequest, DeleteConnectResourceRequest, DeleteDatahubTaskResponse, DescribeInstancesRequest, CreateInstancePostRequest, DescribeDatahubTopicsResponse, DescribeConnectResourceResponse, DescribeGroupRequest, BatchCreateAclResponse, ModifyInstancePreResponse, CreateUserRequest, DeleteRouteRequest, CreateCdcClusterRequest, DeleteTopicIpWhiteListResponse, CreateInstancePreResponse, CheckCdcClusterRequest, FetchMessageByOffsetRequest, DescribeInstancesDetailRequest, FetchMessageByOffsetResponse, CreateConsumerRequest, InquireCkafkaPriceResponse, CreateDatahubTopicResponse, CreatePostPaidInstanceResponse, InquireCkafkaPriceRequest, FetchDatahubMessageByOffsetRequest, DescribeDatahubTasksResponse, SendMessageResponse, DescribeDatahubGroupOffsetsRequest, DescribeCkafkaZoneResponse, BatchModifyGroupOffsetsRequest, CreateRouteResponse, DescribeRouteResponse, ModifyDatahubTopicResponse, DescribeTopicFlowRankingResponse, ModifyConnectResourceResponse, DescribeDatahubTopicsRequest, CreateDatahubTaskRequest, DescribeTopicDetailRequest, DescribeGroupOffsetsResponse, InstanceScalingDownResponse, BatchModifyTopicAttributesRequest, DeleteGroupResponse, CreateTopicIpWhiteListRequest, RenewCkafkaInstanceRequest, DescribeAclRuleRequest, ModifyDatahubTopicRequest, ModifyTopicAttributesRequest, CreateInstancePreRequest, DeleteTopicIpWhiteListRequest, DeleteTopicResponse, CreateDatahubTaskResponse, DescribeTaskStatusRequest, DescribeUserRequest, DescribeTopicSyncReplicaRequest, ModifyDatahubTaskRequest, DescribeTopicDetailResponse, DescribeConnectResourcesResponse } from "./ckafka_models";
3
+ import { DeleteAclRequest, CreateInstancePostResponse, BatchCreateAclRequest, DescribeDatahubTaskResponse, DeleteUserRequest, CreateConnectResourceResponse, DescribeTopicAttributesRequest, DescribeDatahubGroupOffsetsResponse, AuthorizeTokenResponse, DescribeDatahubTaskRequest, FetchLatestDatahubMessageListResponse, DescribeAclRuleResponse, DescribeTopicSubscribeGroupResponse, CancelAuthorizationTokenRequest, CancelAuthorizationTokenResponse, FetchMessageListByOffsetResponse, CreateRouteRequest, DeleteTopicRequest, DescribeDatahubTasksRequest, DescribeInstancesResponse, BatchModifyTopicAttributesResponse, ModifyDatahubTaskResponse, InstanceScalingDownRequest, FetchMessageListByOffsetRequest, ModifyInstancePreRequest, CreateAclRuleRequest, ModifyAclRuleRequest, DescribeInstancesDetailResponse, DescribeAppInfoRequest, CheckCdcClusterResponse, CreateTokenResponse, DescribeTopicFlowRankingRequest, SendMessageRequest, DeleteAclRuleRequest, DescribeConnectResourcesRequest, DescribeRouteRequest, ModifyAclRuleResponse, ModifyConnectResourceRequest, ModifyInstanceAttributesResponse, DescribeACLResponse, BatchModifyGroupOffsetsResponse, CreateDatahubTopicRequest, DescribeTopicResponse, ModifyGroupOffsetsRequest, DescribeDatahubTopicResponse, DescribeCkafkaZoneRequest, FetchDatahubMessageByOffsetResponse, CreateConsumerResponse, CreatePostPaidInstanceRequest, CreateCdcClusterResponse, DescribeGroupResponse, ModifyPasswordResponse, DescribeTaskStatusResponse, AuthorizeTokenRequest, RenewCkafkaInstanceResponse, DescribeACLRequest, CreateUserResponse, CreatePartitionResponse, DeleteGroupRequest, DescribeConsumerGroupRequest, DeleteInstancePostResponse, DeleteInstancePostRequest, DeleteUserResponse, DescribeConnectResourceRequest, DescribeTopicProduceConnectionRequest, CreateAclRequest, DescribeTopicSyncReplicaResponse, CreateConnectResourceRequest, DeleteRouteResponse, CreateTopicIpWhiteListResponse, ModifyGroupOffsetsResponse, CreateAclResponse, CreateTopicRequest, DeleteAclResponse, DeleteRouteTriggerTimeRequest, DescribeTopicSubscribeGroupRequest, DeleteInstancePreResponse, DescribeInstanceAttributesRequest, DeleteConnectResourceResponse, DescribeRegionRequest, DeleteAclRuleResponse, DescribeGroupInfoRequest, ModifyTopicAttributesResponse, DeleteRouteTriggerTimeResponse, DescribeUserResponse, DescribeGroupInfoResponse, DescribeTopicRequest, CreateTokenRequest, CreatePartitionRequest, DescribeAppInfoResponse, DescribeInstanceAttributesResponse, DeleteInstancePreRequest, DescribeDatahubTopicRequest, ModifyPasswordRequest, ModifyInstanceAttributesRequest, DeleteDatahubTopicRequest, DescribeRegionResponse, CreateTopicResponse, DescribeTopicProduceConnectionResponse, FetchLatestDatahubMessageListRequest, CreateAclRuleResponse, DescribeTopicAttributesResponse, DeleteDatahubTopicResponse, DescribeConsumerGroupResponse, DeleteDatahubTaskRequest, DescribeGroupOffsetsRequest, DeleteConnectResourceRequest, DeleteDatahubTaskResponse, DescribeInstancesRequest, CreateInstancePostRequest, DescribeDatahubTopicsResponse, DescribeConnectResourceResponse, DescribeGroupRequest, BatchCreateAclResponse, ModifyInstancePreResponse, CreateUserRequest, DeleteRouteRequest, CreateCdcClusterRequest, DeleteTopicIpWhiteListResponse, CreateInstancePreResponse, CheckCdcClusterRequest, FetchMessageByOffsetRequest, DescribeInstancesDetailRequest, FetchMessageByOffsetResponse, CreateConsumerRequest, InquireCkafkaPriceResponse, CreateDatahubTopicResponse, CreatePostPaidInstanceResponse, InquireCkafkaPriceRequest, FetchDatahubMessageByOffsetRequest, DescribeDatahubTasksResponse, SendMessageResponse, DescribeDatahubGroupOffsetsRequest, DescribeCkafkaZoneResponse, BatchModifyGroupOffsetsRequest, CreateRouteResponse, DescribeRouteResponse, ModifyDatahubTopicResponse, DescribeTopicFlowRankingResponse, ModifyConnectResourceResponse, DescribeDatahubTopicsRequest, CreateDatahubTaskRequest, DescribeTopicDetailRequest, DescribeGroupOffsetsResponse, InstanceScalingDownResponse, BatchModifyTopicAttributesRequest, DeleteGroupResponse, CreateTopicIpWhiteListRequest, RenewCkafkaInstanceRequest, DescribeAclRuleRequest, ModifyDatahubTopicRequest, ModifyTopicAttributesRequest, CreateInstancePreRequest, DeleteTopicIpWhiteListRequest, DeleteTopicResponse, CreateDatahubTaskResponse, DescribeTaskStatusRequest, DescribeUserRequest, DescribeTopicSyncReplicaRequest, ModifyDatahubTaskRequest, DescribeTopicDetailResponse, DescribeConnectResourcesResponse } from "./ckafka_models";
4
4
  /**
5
5
  * ckafka client
6
6
  * @class
@@ -119,6 +119,10 @@ export declare class Client extends AbstractClient {
119
119
  * 创建Datahub主题
120
120
  */
121
121
  CreateDatahubTopic(req: CreateDatahubTopicRequest, cb?: (error: string, rep: CreateDatahubTopicResponse) => void): Promise<CreateDatahubTopicResponse>;
122
+ /**
123
+ * 删除后付费实例
124
+ */
125
+ DeleteInstancePost(req: DeleteInstancePostRequest, cb?: (error: string, rep: DeleteInstancePostResponse) => void): Promise<DeleteInstancePostResponse>;
122
126
  /**
123
127
  * 枚举ACL
124
128
  */
@@ -195,6 +195,12 @@ class Client extends abstract_client_1.AbstractClient {
195
195
  async CreateDatahubTopic(req, cb) {
196
196
  return this.request("CreateDatahubTopic", req, cb);
197
197
  }
198
+ /**
199
+ * 删除后付费实例
200
+ */
201
+ async DeleteInstancePost(req, cb) {
202
+ return this.request("DeleteInstancePost", req, cb);
203
+ }
198
204
  /**
199
205
  * 枚举ACL
200
206
  */
@@ -357,6 +357,16 @@ export interface SQLServerConnectParam {
357
357
  */
358
358
  IsUpdate?: boolean;
359
359
  }
360
+ /**
361
+ * 删除实例返回任务
362
+ */
363
+ export interface InstanceDeleteResponse {
364
+ /**
365
+ * 删除实例返回的任务Id
366
+ 注意:此字段可能返回 null,表示取不到有效值。
367
+ */
368
+ FlowId: number;
369
+ }
360
370
  /**
361
371
  * CreateConnectResource返回参数结构体
362
372
  */
@@ -3071,6 +3081,28 @@ export interface DescribeConsumerGroupRequest {
3071
3081
  */
3072
3082
  Offset?: number;
3073
3083
  }
3084
+ /**
3085
+ * DeleteInstancePost返回参数结构体
3086
+ */
3087
+ export interface DeleteInstancePostResponse {
3088
+ /**
3089
+ * 返回的结果集
3090
+ */
3091
+ Result?: InstanceDeleteResponse;
3092
+ /**
3093
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3094
+ */
3095
+ RequestId?: string;
3096
+ }
3097
+ /**
3098
+ * DeleteInstancePost请求参数结构体
3099
+ */
3100
+ export interface DeleteInstancePostRequest {
3101
+ /**
3102
+ * 实例ID
3103
+ */
3104
+ InstanceId: string;
3105
+ }
3074
3106
  /**
3075
3107
  * DeleteUser返回参数结构体
3076
3108
  */
@@ -76,7 +76,7 @@ export declare class Client extends AbstractClient {
76
76
  */
77
77
  DescribeClusterDetail(req: DescribeClusterDetailRequest, cb?: (error: string, rep: DescribeClusterDetailResponse) => void): Promise<DescribeClusterDetailResponse>;
78
78
  /**
79
- * 本接口(DescribeInstanceSpecs)用于查询实例规格
79
+ * 本接口(DescribeInstanceSpecs)用于查询购买页可购买的实例规格
80
80
  */
81
81
  DescribeInstanceSpecs(req: DescribeInstanceSpecsRequest, cb?: (error: string, rep: DescribeInstanceSpecsResponse) => void): Promise<DescribeInstanceSpecsResponse>;
82
82
  /**
@@ -130,7 +130,7 @@ class Client extends abstract_client_1.AbstractClient {
130
130
  return this.request("DescribeClusterDetail", req, cb);
131
131
  }
132
132
  /**
133
- * 本接口(DescribeInstanceSpecs)用于查询实例规格
133
+ * 本接口(DescribeInstanceSpecs)用于查询购买页可购买的实例规格
134
134
  */
135
135
  async DescribeInstanceSpecs(req, cb) {
136
136
  return this.request("DescribeInstanceSpecs", req, cb);
@@ -7127,6 +7127,11 @@ export interface CynosdbClusterDetail {
7127
7127
  注意:此字段可能返回 null,表示取不到有效值。
7128
7128
  */
7129
7129
  RenewFlag?: number;
7130
+ /**
7131
+ * 节点网络类型
7132
+ 注意:此字段可能返回 null,表示取不到有效值。
7133
+ */
7134
+ NetworkType?: string;
7130
7135
  }
7131
7136
  /**
7132
7137
  * ResetAccountPassword请求参数结构体
@@ -7924,15 +7929,15 @@ export interface ZoneStockInfo {
7924
7929
  /**
7925
7930
  * 可用区
7926
7931
  */
7927
- Zone: string;
7932
+ Zone?: string;
7928
7933
  /**
7929
7934
  * 是否有库存
7930
7935
  */
7931
- HasStock: boolean;
7936
+ HasStock?: boolean;
7932
7937
  /**
7933
7938
  * 库存数量
7934
7939
  */
7935
- StockCount: number;
7940
+ StockCount?: number;
7936
7941
  }
7937
7942
  /**
7938
7943
  * InquirePriceRenew返回参数结构体
@@ -23,6 +23,11 @@ export interface TaskDetail {
23
23
  注意:此字段可能返回 null,表示取不到有效值。
24
24
  */
25
25
  ElapsedTime: number;
26
+ /**
27
+ * 任务进度详情
28
+ 注意:此字段可能返回 null,表示取不到有效值。
29
+ */
30
+ ProcessInfo?: ProcessDetail;
26
31
  }
27
32
  /**
28
33
  * RestartLogstashInstance请求参数结构体
@@ -216,7 +221,7 @@ export interface StartLogstashPipelinesRequest {
216
221
  PipelineIds: Array<string>;
217
222
  }
218
223
  /**
219
- * ES公网访问访问控制信息
224
+ * ES公网访问控制信息
220
225
  */
221
226
  export interface EsPublicAcl {
222
227
  /**
@@ -523,7 +528,7 @@ export interface UpdateDiagnoseSettingsRequest {
523
528
  */
524
529
  Status?: number;
525
530
  /**
526
- * 智能运维每天定时巡检时间
531
+ * 智能运维每天定时巡检时间,时间格式为HH:00:00,例如15:00:00
527
532
  */
528
533
  CronTime?: string;
529
534
  }
@@ -745,6 +750,11 @@ export interface Operation {
745
750
  * 操作进度
746
751
  */
747
752
  Progress: number;
753
+ /**
754
+ * 操作者Uin
755
+ 注意:此字段可能返回 null,表示取不到有效值。
756
+ */
757
+ SubAccountUin?: string;
748
758
  }
749
759
  /**
750
760
  * ES集群日志详细信息
@@ -895,7 +905,7 @@ export interface UpgradeLicenseResponse {
895
905
  * 订单号
896
906
  注意:此字段可能返回 null,表示取不到有效值。
897
907
  */
898
- DealName: string;
908
+ DealName?: string;
899
909
  /**
900
910
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
901
911
  */
@@ -1143,7 +1153,7 @@ export interface UpgradeLicenseRequest {
1143
1153
  */
1144
1154
  VoucherIds?: Array<string>;
1145
1155
  /**
1146
- * 6.8(及以上版本)基础版是否开启xpack security认证<li>1:不开启</li><li>2:开启</li>
1156
+ * 6.8(及以上版本)基础版是否开启xpack security认证<li>1:不开启</li><li>2:开启</li><li>不传参时会默认维持原状,传参时需注意只能由不开启变为开启,无法由开启变为不开启</li>
1147
1157
  */
1148
1158
  BasicSecurityType?: number;
1149
1159
  /**
@@ -1168,7 +1178,7 @@ export interface UpdateInstanceResponse {
1168
1178
  * 订单号
1169
1179
  注意:此字段可能返回 null,表示取不到有效值。
1170
1180
  */
1171
- DealName: string;
1181
+ DealName?: string;
1172
1182
  /**
1173
1183
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1174
1184
  */
@@ -1475,19 +1485,19 @@ export interface UpdateDictionariesRequest {
1475
1485
  */
1476
1486
  InstanceId: string;
1477
1487
  /**
1478
- * IK分词主词典COS地址
1488
+ * 安装时填IK分词主词典COS地址,删除时填词典名如test.dic
1479
1489
  */
1480
1490
  IkMainDicts?: Array<string>;
1481
1491
  /**
1482
- * IK分词停用词词典COS地址
1492
+ * 安装时填IK分词停用词词典COS地址,删除时填词典名如test.dic
1483
1493
  */
1484
1494
  IkStopwords?: Array<string>;
1485
1495
  /**
1486
- * 同义词词典COS地址
1496
+ * 安装时填同义词词典COS地址,删除时填词典名如test.dic
1487
1497
  */
1488
1498
  Synonym?: Array<string>;
1489
1499
  /**
1490
- * QQ分词词典COS地址
1500
+ * 安装时填QQ分词词典COS地址,删除时填词典名如test.dic
1491
1501
  */
1492
1502
  QQDict?: Array<string>;
1493
1503
  /**
@@ -1824,6 +1834,186 @@ export interface UpdateDictionariesResponse {
1824
1834
  */
1825
1835
  RequestId?: string;
1826
1836
  }
1837
+ /**
1838
+ * 任务进度详情
1839
+ */
1840
+ export interface ProcessDetail {
1841
+ /**
1842
+ * 已完成数量
1843
+ 注意:此字段可能返回 null,表示取不到有效值。
1844
+ */
1845
+ Completed?: number;
1846
+ /**
1847
+ * 剩余数量
1848
+ 注意:此字段可能返回 null,表示取不到有效值。
1849
+ */
1850
+ Remain?: number;
1851
+ /**
1852
+ * 总数量
1853
+ 注意:此字段可能返回 null,表示取不到有效值。
1854
+ */
1855
+ Total?: number;
1856
+ /**
1857
+ * 任务类型:
1858
+ 60:重启型任务
1859
+ 70:分片迁移型任务
1860
+ 80:节点变配任务
1861
+ 注意:此字段可能返回 null,表示取不到有效值。
1862
+ */
1863
+ TaskType?: number;
1864
+ }
1865
+ /**
1866
+ * DeleteIndex返回参数结构体
1867
+ */
1868
+ export interface DeleteIndexResponse {
1869
+ /**
1870
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1871
+ */
1872
+ RequestId?: string;
1873
+ }
1874
+ /**
1875
+ * UpdatePlugins返回参数结构体
1876
+ */
1877
+ export interface UpdatePluginsResponse {
1878
+ /**
1879
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1880
+ */
1881
+ RequestId?: string;
1882
+ }
1883
+ /**
1884
+ * DescribeInstances请求参数结构体
1885
+ */
1886
+ export interface DescribeInstancesRequest {
1887
+ /**
1888
+ * 集群实例所属可用区,不传则默认所有可用区
1889
+ */
1890
+ Zone?: string;
1891
+ /**
1892
+ * 集群实例ID列表
1893
+ */
1894
+ InstanceIds?: Array<string>;
1895
+ /**
1896
+ * 集群实例名称列表
1897
+ */
1898
+ InstanceNames?: Array<string>;
1899
+ /**
1900
+ * 分页起始值, 默认值0
1901
+ */
1902
+ Offset?: number;
1903
+ /**
1904
+ * 分页大小,默认值20
1905
+ */
1906
+ Limit?: number;
1907
+ /**
1908
+ * 排序字段<li>1:实例ID</li><li>2:实例名称</li><li>3:可用区</li><li>4:创建时间</li>若orderByKey未传递则按创建时间降序排序
1909
+ */
1910
+ OrderByKey?: number;
1911
+ /**
1912
+ * 排序方式<li>0:升序</li><li>1:降序</li>若传递了orderByKey未传递orderByType, 则默认升序
1913
+ */
1914
+ OrderByType?: number;
1915
+ /**
1916
+ * 节点标签信息列表
1917
+ */
1918
+ TagList?: Array<TagInfo>;
1919
+ /**
1920
+ * 私有网络vip列表
1921
+ */
1922
+ IpList?: Array<string>;
1923
+ /**
1924
+ * 可用区列表
1925
+ */
1926
+ ZoneList?: Array<string>;
1927
+ /**
1928
+ * 健康状态筛列表:0表示绿色,1表示黄色,2表示红色,-1表示未知
1929
+ */
1930
+ HealthStatus?: Array<number | bigint>;
1931
+ /**
1932
+ * Vpc列表 筛选项
1933
+ */
1934
+ VpcIds?: Array<string>;
1935
+ }
1936
+ /**
1937
+ * ES 词库信息
1938
+ */
1939
+ export interface EsDictionaryInfo {
1940
+ /**
1941
+ * 启用词词典列表
1942
+ */
1943
+ MainDict: Array<DictInfo>;
1944
+ /**
1945
+ * 停用词词典列表
1946
+ */
1947
+ Stopwords: Array<DictInfo>;
1948
+ /**
1949
+ * QQ分词词典列表
1950
+ */
1951
+ QQDict: Array<DictInfo>;
1952
+ /**
1953
+ * 同义词词典列表
1954
+ */
1955
+ Synonym: Array<DictInfo>;
1956
+ /**
1957
+ * 更新词典类型
1958
+ */
1959
+ UpdateType: string;
1960
+ }
1961
+ /**
1962
+ * DescribeLogstashPipelines请求参数结构体
1963
+ */
1964
+ export interface DescribeLogstashPipelinesRequest {
1965
+ /**
1966
+ * 实例ID
1967
+ */
1968
+ InstanceId: string;
1969
+ }
1970
+ /**
1971
+ * RestartNodes请求参数结构体
1972
+ */
1973
+ export interface RestartNodesRequest {
1974
+ /**
1975
+ * 集群实例ID
1976
+ */
1977
+ InstanceId: string;
1978
+ /**
1979
+ * 节点名称列表
1980
+ */
1981
+ NodeNames: Array<string>;
1982
+ /**
1983
+ * 是否强制重启
1984
+ */
1985
+ ForceRestart?: boolean;
1986
+ /**
1987
+ * 可选重启模式"in-place","blue-green",分别表示重启,蓝绿重启;默认值为"in-place"
1988
+ */
1989
+ RestartMode?: string;
1990
+ /**
1991
+ * 节点状态,在蓝绿模式中使用;离线节点蓝绿有风险
1992
+ */
1993
+ IsOffline?: boolean;
1994
+ }
1995
+ /**
1996
+ * GetRequestTargetNodeTypes请求参数结构体
1997
+ */
1998
+ export interface GetRequestTargetNodeTypesRequest {
1999
+ /**
2000
+ * 实例ID
2001
+ */
2002
+ InstanceId: string;
2003
+ }
2004
+ /**
2005
+ * ModifyEsVipSecurityGroup请求参数结构体
2006
+ */
2007
+ export interface ModifyEsVipSecurityGroupRequest {
2008
+ /**
2009
+ * es集群的实例id
2010
+ */
2011
+ InstanceId: string;
2012
+ /**
2013
+ * 安全组id列表
2014
+ */
2015
+ SecurityGroupIds?: Array<string>;
2016
+ }
1827
2017
  /**
1828
2018
  * 实例详细信息
1829
2019
  */
@@ -2213,158 +2403,6 @@ export interface InstanceInfo {
2213
2403
  */
2214
2404
  CdcId?: string;
2215
2405
  }
2216
- /**
2217
- * DeleteIndex返回参数结构体
2218
- */
2219
- export interface DeleteIndexResponse {
2220
- /**
2221
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2222
- */
2223
- RequestId?: string;
2224
- }
2225
- /**
2226
- * UpdatePlugins返回参数结构体
2227
- */
2228
- export interface UpdatePluginsResponse {
2229
- /**
2230
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2231
- */
2232
- RequestId?: string;
2233
- }
2234
- /**
2235
- * DescribeInstances请求参数结构体
2236
- */
2237
- export interface DescribeInstancesRequest {
2238
- /**
2239
- * 集群实例所属可用区,不传则默认所有可用区
2240
- */
2241
- Zone?: string;
2242
- /**
2243
- * 集群实例ID列表
2244
- */
2245
- InstanceIds?: Array<string>;
2246
- /**
2247
- * 集群实例名称列表
2248
- */
2249
- InstanceNames?: Array<string>;
2250
- /**
2251
- * 分页起始值, 默认值0
2252
- */
2253
- Offset?: number;
2254
- /**
2255
- * 分页大小,默认值20
2256
- */
2257
- Limit?: number;
2258
- /**
2259
- * 排序字段<li>1:实例ID</li><li>2:实例名称</li><li>3:可用区</li><li>4:创建时间</li>若orderByKey未传递则按创建时间降序排序
2260
- */
2261
- OrderByKey?: number;
2262
- /**
2263
- * 排序方式<li>0:升序</li><li>1:降序</li>若传递了orderByKey未传递orderByType, 则默认升序
2264
- */
2265
- OrderByType?: number;
2266
- /**
2267
- * 节点标签信息列表
2268
- */
2269
- TagList?: Array<TagInfo>;
2270
- /**
2271
- * 私有网络vip列表
2272
- */
2273
- IpList?: Array<string>;
2274
- /**
2275
- * 可用区列表
2276
- */
2277
- ZoneList?: Array<string>;
2278
- /**
2279
- * 健康状态筛列表:0表示绿色,1表示黄色,2表示红色,-1表示未知
2280
- */
2281
- HealthStatus?: Array<number | bigint>;
2282
- /**
2283
- * Vpc列表 筛选项
2284
- */
2285
- VpcIds?: Array<string>;
2286
- }
2287
- /**
2288
- * ES 词库信息
2289
- */
2290
- export interface EsDictionaryInfo {
2291
- /**
2292
- * 启用词词典列表
2293
- */
2294
- MainDict: Array<DictInfo>;
2295
- /**
2296
- * 停用词词典列表
2297
- */
2298
- Stopwords: Array<DictInfo>;
2299
- /**
2300
- * QQ分词词典列表
2301
- */
2302
- QQDict: Array<DictInfo>;
2303
- /**
2304
- * 同义词词典列表
2305
- */
2306
- Synonym: Array<DictInfo>;
2307
- /**
2308
- * 更新词典类型
2309
- */
2310
- UpdateType: string;
2311
- }
2312
- /**
2313
- * DescribeLogstashPipelines请求参数结构体
2314
- */
2315
- export interface DescribeLogstashPipelinesRequest {
2316
- /**
2317
- * 实例ID
2318
- */
2319
- InstanceId: string;
2320
- }
2321
- /**
2322
- * RestartNodes请求参数结构体
2323
- */
2324
- export interface RestartNodesRequest {
2325
- /**
2326
- * 集群实例ID
2327
- */
2328
- InstanceId: string;
2329
- /**
2330
- * 节点名称列表
2331
- */
2332
- NodeNames: Array<string>;
2333
- /**
2334
- * 是否强制重启
2335
- */
2336
- ForceRestart?: boolean;
2337
- /**
2338
- * 可选重启模式"in-place","blue-green",分别表示重启,蓝绿重启;默认值为"in-place"
2339
- */
2340
- RestartMode?: string;
2341
- /**
2342
- * 节点状态,在蓝绿模式中使用;离线节点蓝绿有风险
2343
- */
2344
- IsOffline?: boolean;
2345
- }
2346
- /**
2347
- * GetRequestTargetNodeTypes请求参数结构体
2348
- */
2349
- export interface GetRequestTargetNodeTypesRequest {
2350
- /**
2351
- * 实例ID
2352
- */
2353
- InstanceId: string;
2354
- }
2355
- /**
2356
- * ModifyEsVipSecurityGroup请求参数结构体
2357
- */
2358
- export interface ModifyEsVipSecurityGroupRequest {
2359
- /**
2360
- * es集群的实例id
2361
- */
2362
- InstanceId: string;
2363
- /**
2364
- * 安全组id列表
2365
- */
2366
- SecurityGroupIds?: Array<string>;
2367
- }
2368
2406
  /**
2369
2407
  * DescribeLogstashInstances请求参数结构体
2370
2408
  */
@@ -3135,7 +3173,7 @@ export interface UpgradeInstanceRequest {
3135
3173
  */
3136
3174
  InstanceId: string;
3137
3175
  /**
3138
- * 目标ES版本,支持:”6.4.3“, "6.8.2","7.5.1"
3176
+ * 目标ES版本,支持:”6.4.3“, "6.8.2","7.5.1", "7.10.1", "7.14.2"
3139
3177
  */
3140
3178
  EsVersion: string;
3141
3179
  /**
@@ -172,9 +172,15 @@ export declare class Client extends AbstractClient {
172
172
  */
173
173
  CreateMultiFlowSignQRCode(req: CreateMultiFlowSignQRCodeRequest, cb?: (error: string, rep: CreateMultiFlowSignQRCodeResponse) => void): Promise<CreateMultiFlowSignQRCodeResponse>;
174
174
  /**
175
- * 创建出证报告并返回报告ID。
176
- 使用此功能需搭配出证套餐。
177
- 注意:出证过程需一定时间,建议在调用创建出证后的24小时之后,通过DescribeFlowEvidenceReport接口进行查询。
175
+ * 提交申请出证报告任务并返回报告ID。
176
+
177
+ 注意:
178
+ <ul><li>使用此功能`需搭配出证套餐` ,使用前请联系对接的客户经理沟通。</li>
179
+ <li>操作人必须是`发起方或者签署方企业的(非走授权书认证)法人或者超管`。</li>
180
+ <li>合同流程必须所有参与方`已经签署完成`。</li>
181
+ <li>出证过程需一定时间,建议在`提交出证任务后的24小时之后`,通过<a href="https://qian.tencent.com/developers/companyApis/certificate/DescribeFlowEvidenceReport" target="_blank">获取出证报告任务执行结果</a>接口进行查询执行结果和出证报告的下载URL。</li></ul>
182
+
183
+ <svg id="SvgjsSvg1006" width="262" height="229" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs"><defs id="SvgjsDefs1007"><pattern patternUnits="userSpaceOnUse" id="pattern_mark_0" width="300" height="300"><text x="150" y="100" fill="rgba(229,229,229,0.8)" font-size="18" transform="rotate(-45, 150, 150)" style="dominant-baseline: middle; text-anchor: middle;"></text></pattern><pattern patternUnits="userSpaceOnUse" id="pattern_mark_1" width="300" height="300"><text x="150" y="200" fill="rgba(229,229,229,0.8)" font-size="18" transform="rotate(-45, 150, 150)" style="dominant-baseline: middle; text-anchor: middle;"></text></pattern><marker id="SvgjsMarker1021" markerWidth="12" markerHeight="8" refX="9" refY="4" viewBox="0 0 12 8" orient="auto" markerUnits="userSpaceOnUse" stroke-dasharray="0,0"><path id="SvgjsPath1022" d="M0,0 L12,4 L0,8 L0,0" fill="#323232" stroke="#323232" stroke-width="1"></path></marker></defs><rect id="svgbackgroundid" width="262" height="229" fill="transparent"></rect><rect id="SvgjsRect1009" width="262" height="229" fill="url(#pattern_mark_0)"></rect><rect id="SvgjsRect1010" width="262" height="229" fill="url(#pattern_mark_1)"></rect><g id="SvgjsG1011" transform="translate(31.75,25)"><path id="SvgjsPath1012" d="M 0 0L 198 0L 198 59L 0 59Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1013"><text id="SvgjsText1014" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="178px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="10.375" transform="rotate(0)"><tspan id="SvgjsTspan1015" dy="16" x="99"><tspan id="SvgjsTspan1016" style="text-decoration:;fill: rgb(28, 30, 33);">CreateFlowEvidenceReport</tspan></tspan><tspan id="SvgjsTspan1017" dy="16" x="99"><tspan id="SvgjsTspan1018" style="text-decoration:;fill: rgb(51, 51, 51);">提交申请出证报告任务</tspan></tspan></text></g></g><g id="SvgjsG1019"><path id="SvgjsPath1020" d="M130.75 84.5L130.75 114.5L130.75 114.5L130.75 143.2" stroke="#323232" stroke-width="1" fill="none" marker-end="url(#SvgjsMarker1021)"></path></g><g id="SvgjsG1023" transform="translate(25,145)"><path id="SvgjsPath1024" d="M 0 0L 211.5 0L 211.5 59L 0 59Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1025"><text id="SvgjsText1026" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="192px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="10.375" transform="rotate(0)"><tspan id="SvgjsTspan1027" dy="16" x="106"><tspan id="SvgjsTspan1028" style="text-decoration:;fill: rgb(28, 30, 33);">DescribeFlowEvidenceReport</tspan></tspan><tspan id="SvgjsTspan1029" dy="16" x="106"><tspan id="SvgjsTspan1030" style="text-decoration:;fill: rgb(51, 51, 51);">获取出证报告任务执行结果</tspan></tspan></text></g></g></svg>
178
184
  */
179
185
  CreateFlowEvidenceReport(req: CreateFlowEvidenceReportRequest, cb?: (error: string, rep: CreateFlowEvidenceReportResponse) => void): Promise<CreateFlowEvidenceReportResponse>;
180
186
  /**
@@ -230,7 +236,15 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
230
236
  */
231
237
  UploadFiles(req: UploadFilesRequest, cb?: (error: string, rep: UploadFilesResponse) => void): Promise<UploadFilesResponse>;
232
238
  /**
233
- * 查询签署报告,返回报告 URL。需调用创建并返回出证报告接口(CreateFlowEvidenceReport)获取报告编号后调用当前接口获取报告链接。
239
+ * 获取出证报告任务执行结果,返回报告 URL
240
+
241
+
242
+
243
+ 注意:
244
+ <ul><li>使用此功能`需搭配出证套餐` ,使用前请联系对接的客户经理沟通。</li>
245
+ <li>需调用创建并返回出证报告接口<a href="https://qian.tencent.com/developers/companyApis/certificate/CreateFlowEvidenceReport" target="_blank">提交申请出证报告任务</a>获取报告编号后调用当前接口获取报告链接。</li></ul>
246
+
247
+ <svg id="SvgjsSvg1006" width="262" height="229" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs"><defs id="SvgjsDefs1007"><pattern patternUnits="userSpaceOnUse" id="pattern_mark_0" width="300" height="300"><text x="150" y="100" fill="rgba(229,229,229,0.8)" font-size="18" transform="rotate(-45, 150, 150)" style="dominant-baseline: middle; text-anchor: middle;"></text></pattern><pattern patternUnits="userSpaceOnUse" id="pattern_mark_1" width="300" height="300"><text x="150" y="200" fill="rgba(229,229,229,0.8)" font-size="18" transform="rotate(-45, 150, 150)" style="dominant-baseline: middle; text-anchor: middle;"></text></pattern><marker id="SvgjsMarker1021" markerWidth="12" markerHeight="8" refX="9" refY="4" viewBox="0 0 12 8" orient="auto" markerUnits="userSpaceOnUse" stroke-dasharray="0,0"><path id="SvgjsPath1022" d="M0,0 L12,4 L0,8 L0,0" fill="#323232" stroke="#323232" stroke-width="1"></path></marker></defs><rect id="svgbackgroundid" width="262" height="229" fill="transparent"></rect><rect id="SvgjsRect1009" width="262" height="229" fill="url(#pattern_mark_0)"></rect><rect id="SvgjsRect1010" width="262" height="229" fill="url(#pattern_mark_1)"></rect><g id="SvgjsG1011" transform="translate(31.75,25)"><path id="SvgjsPath1012" d="M 0 0L 198 0L 198 59L 0 59Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1013"><text id="SvgjsText1014" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="178px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="10.375" transform="rotate(0)"><tspan id="SvgjsTspan1015" dy="16" x="99"><tspan id="SvgjsTspan1016" style="text-decoration:;fill: rgb(28, 30, 33);">CreateFlowEvidenceReport</tspan></tspan><tspan id="SvgjsTspan1017" dy="16" x="99"><tspan id="SvgjsTspan1018" style="text-decoration:;fill: rgb(51, 51, 51);">提交申请出证报告任务</tspan></tspan></text></g></g><g id="SvgjsG1019"><path id="SvgjsPath1020" d="M130.75 84.5L130.75 114.5L130.75 114.5L130.75 143.2" stroke="#323232" stroke-width="1" fill="none" marker-end="url(#SvgjsMarker1021)"></path></g><g id="SvgjsG1023" transform="translate(25,145)"><path id="SvgjsPath1024" d="M 0 0L 211.5 0L 211.5 59L 0 59Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1025"><text id="SvgjsText1026" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="192px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="10.375" transform="rotate(0)"><tspan id="SvgjsTspan1027" dy="16" x="106"><tspan id="SvgjsTspan1028" style="text-decoration:;fill: rgb(28, 30, 33);">DescribeFlowEvidenceReport</tspan></tspan><tspan id="SvgjsTspan1029" dy="16" x="106"><tspan id="SvgjsTspan1030" style="text-decoration:;fill: rgb(51, 51, 51);">获取出证报告任务执行结果</tspan></tspan></text></g></g></svg>
234
248
  */
235
249
  DescribeFlowEvidenceReport(req: DescribeFlowEvidenceReportRequest, cb?: (error: string, rep: DescribeFlowEvidenceReportResponse) => void): Promise<DescribeFlowEvidenceReportResponse>;
236
250
  /**
@@ -328,7 +342,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
328
342
  */
329
343
  CreateSealPolicy(req: CreateSealPolicyRequest, cb?: (error: string, rep: CreateSealPolicyResponse) => void): Promise<CreateSealPolicyResponse>;
330
344
  /**
331
- * 使用此接口,您可以创建企业批量签署链接,员工只需点击链接即可跳转至控制台进行批量签署。</br>
345
+ * 使用此接口,您可以创建企业批量签署链接,员工只需点击链接即可跳转至控制台进行批量签署。<br/>
332
346
  附注:
333
347
  - 员工必须在企业下完成实名认证,且需作为批量签署合同的签署方。
334
348
  - 如有UserId,应以UserId为主要标识;如果没有UserId,则必须填写Name和Mobile信息。
@@ -366,7 +380,8 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
366
380
  */
367
381
  DescribeThirdPartyAuthCode(req: DescribeThirdPartyAuthCodeRequest, cb?: (error: string, rep: DescribeThirdPartyAuthCodeResponse) => void): Promise<DescribeThirdPartyAuthCodeResponse>;
368
382
  /**
369
- * 用来创建页面主题配置
383
+ * 用来创建嵌入式页面个性化主题配置(例如是否展示电子签logo、定义主题色等),该接口配合其他所有可嵌入页面接口使用
384
+ 创建配置对当前企业全局生效,如果多次调用,会以最后一次的配置为准
370
385
  */
371
386
  CreateWebThemeConfig(req: CreateWebThemeConfigRequest, cb?: (error: string, rep: CreateWebThemeConfigResponse) => void): Promise<CreateWebThemeConfigResponse>;
372
387
  /**
@@ -413,9 +428,11 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
413
428
  */
414
429
  DescribeIntegrationDepartments(req: DescribeIntegrationDepartmentsRequest, cb?: (error: string, rep: DescribeIntegrationDepartmentsResponse) => void): Promise<DescribeIntegrationDepartmentsResponse>;
415
430
  /**
416
- * 此接口(CreateFlowGroupByFiles)通过多文件创建合同组签署流程。<br/>
417
- PDF资源Id 通过上传文件接口获取
418
- 此接口合同组中的子合同必须都是文件发起的合同
431
+ * 此接口(CreateFlowGroupByFiles)可用于通过多个文件创建合同组签署流程。
432
+
433
+ 适用场景:该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
434
+
435
+ 注意事项:使用该接口需要先依赖[多文件上传](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口返回的FileIds。
419
436
  */
420
437
  CreateFlowGroupByFiles(req: CreateFlowGroupByFilesRequest, cb?: (error: string, rep: CreateFlowGroupByFilesResponse) => void): Promise<CreateFlowGroupByFilesResponse>;
421
438
  /**