tencentcloud-sdk-nodejs 4.0.937 → 4.0.939

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 (45) hide show
  1. package/CHANGELOG.md +197 -0
  2. package/SERVICE_CHANGELOG.md +170 -320
  3. package/package.json +1 -1
  4. package/products.md +16 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_models.ts +4 -0
  7. package/src/services/cfw/v20190904/cfw_client.ts +16 -2
  8. package/src/services/cfw/v20190904/cfw_models.ts +267 -30
  9. package/src/services/ckafka/v20190819/ckafka_client.ts +265 -253
  10. package/src/services/ckafka/v20190819/ckafka_models.ts +4845 -4805
  11. package/src/services/dlc/v20210125/dlc_models.ts +4 -4
  12. package/src/services/emr/v20190103/emr_models.ts +4 -4
  13. package/src/services/ess/v20201111/ess_models.ts +2 -1
  14. package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -0
  15. package/src/services/hunyuan/v20230901/hunyuan_models.ts +50 -2
  16. package/src/services/irp/v20220805/irp_models.ts +6 -2
  17. package/src/services/lke/v20231130/lke_client.ts +3 -2
  18. package/src/services/lke/v20231130/lke_models.ts +49 -7
  19. package/src/services/ocr/v20181119/ocr_models.ts +4 -0
  20. package/src/services/omics/v20221128/omics_models.ts +7 -3
  21. package/src/services/vdb/v20230616/vdb_models.ts +4 -0
  22. package/src/services/vpc/v20170312/vpc_models.ts +3 -3
  23. package/tencentcloud/common/sdk_version.d.ts +1 -1
  24. package/tencentcloud/common/sdk_version.js +1 -1
  25. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
  26. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  27. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  28. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +263 -30
  29. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  30. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  31. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4729 -4691
  32. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -4
  33. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -4
  34. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
  35. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +48 -2
  36. package/tencentcloud/services/irp/v20220805/irp_models.d.ts +6 -2
  37. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +2 -2
  38. package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
  39. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +48 -7
  40. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  41. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +7 -3
  42. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +4 -0
  43. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
  44. package/test/cfw.v20190904.test.js +10 -0
  45. package/test/ckafka.v20190819.test.js +10 -0
@@ -1566,20 +1566,20 @@ export interface QueryResultResponse {
1566
1566
  /**
1567
1567
  * 任务Id
1568
1568
  */
1569
- TaskId: string;
1569
+ TaskId?: string;
1570
1570
  /**
1571
1571
  * 结果数据
1572
1572
  */
1573
- ResultSet: string;
1573
+ ResultSet?: string;
1574
1574
  /**
1575
1575
  * schema
1576
1576
  */
1577
- ResultSchema: Array<Column>;
1577
+ ResultSchema?: Array<Column>;
1578
1578
  /**
1579
1579
  * 分页信息
1580
1580
  注意:此字段可能返回 null,表示取不到有效值。
1581
1581
  */
1582
- NextToken: string;
1582
+ NextToken?: string;
1583
1583
  /**
1584
1584
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1585
1585
  */
@@ -1646,7 +1646,7 @@ export interface ScaleOutInstanceRequest {
1646
1646
  */
1647
1647
  PayMode: number;
1648
1648
  /**
1649
- * 唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,例如 a9a90aa6-751a-41b6-aad6-fae36063280
1649
+ * 唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,例如 a9a90aa6-****-****-****-fae36063280
1650
1650
  */
1651
1651
  ClientToken?: string;
1652
1652
  /**
@@ -4817,7 +4817,7 @@ export interface CreateClusterRequest {
4817
4817
  */
4818
4818
  ScriptBootstrapActionConfig?: Array<ScriptBootstrapActionConfig>;
4819
4819
  /**
4820
- * 唯一随机标识,时效性为5分钟,需要调用者指定 防止客户端重复创建资源,例如 a9a90aa6-751a-41b6-aad6-fae360632808
4820
+ * 唯一随机标识,时效性为5分钟,需要调用者指定 防止客户端重复创建资源,例如 a9a90aa6-****-****-****-fae360632808
4821
4821
  */
4822
4822
  ClientToken?: string;
4823
4823
  /**
@@ -4955,7 +4955,7 @@ export interface ScaleOutClusterRequest {
4955
4955
  */
4956
4956
  ScaleOutNodeConfig: ScaleOutNodeConfig;
4957
4957
  /**
4958
- * 唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,例如 a9a90aa6-751a-41b6-aad6-fae36063280
4958
+ * 唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,例如 a9a90aa6-****-****-****-fae36063280
4959
4959
  */
4960
4960
  ClientToken?: string;
4961
4961
  /**
@@ -5257,7 +5257,7 @@ export interface CreateInstanceRequest {
5257
5257
  */
5258
5258
  AutoRenew?: number;
5259
5259
  /**
5260
- * 唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,例如 a9a90aa6-751a-41b6-aad6-fae36063280
5260
+ * 唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,例如 a9a90aa6-****-****-****-fae36063280
5261
5261
  */
5262
5262
  ClientToken?: string;
5263
5263
  /**
@@ -5097,7 +5097,7 @@ export interface DescribeFlowComponentsRequest {
5097
5097
  /**
5098
5098
  * 合同流程ID,为32位字符串。
5099
5099
 
5100
- [点击产看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)
5100
+ [点击查看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)
5101
5101
  */
5102
5102
  FlowId: string;
5103
5103
  /**
@@ -8468,6 +8468,7 @@ export interface DescribeBillUsageDetailRequest {
8468
8468
  <li>**OrgEssAuth**: 签署企业实名</li>
8469
8469
  <li>**FlowNotify**: 短信通知</li>
8470
8470
  <li>**AuthService**: 企业工商信息查询</li>
8471
+ <li>**NoAuthSign**: 形式签</li>
8471
8472
  </ul>
8472
8473
  */
8473
8474
  QuotaType?: string;
@@ -67,13 +67,13 @@ export interface ChatCompletionsRequest {
67
67
  */
68
68
  EnableEnhancement?: boolean;
69
69
  /**
70
- * 可调用的工具列表,仅对 hunyuan-functioncall 模型生效。
70
+ * 可调用的工具列表,仅对 hunyuan-pro、hunyuan-turbo、hunyuan-functioncall 模型生效。
71
71
  */
72
72
  Tools?: Array<Tool>;
73
73
  /**
74
74
  * 工具使用选项,可选值包括 none、auto、custom。
75
75
  说明:
76
- 1. 仅对 hunyuan-functioncall 模型生效。
76
+ 1. 仅对 hunyuan-pro、hunyuan-turbo、hunyuan-functioncall 模型生效。
77
77
  2. none:不调用工具;auto:模型自行选择生成回复或调用工具;custom:强制模型调用指定的工具。
78
78
  3. 未设置时,默认值为auto
79
79
  */
@@ -98,6 +98,15 @@ export interface ChatCompletionsRequest {
98
98
  * 是否开启极速版搜索,默认false,不开启;在开启且命中搜索时,会启用极速版搜索,流式输出首字返回更快。
99
99
  */
100
100
  EnableSpeedSearch?: boolean;
101
+ /**
102
+ * 图文并茂开关。
103
+ 说明:
104
+ 1. 该参数仅在功能增强(如搜索)开关开启(EnableEnhancement=true)时生效。
105
+ 2. hunyuan-lite 无图文并茂能力,该参数对 hunyuan-lite 版本不生效。
106
+ 3. 未传值时默认关闭。
107
+ 4. 开启并搜索到对应的多媒体信息时,会输出对应的多媒体地址,可以定制个性化的图文消息。
108
+ */
109
+ EnableMultimedia?: boolean;
101
110
  }
102
111
  /**
103
112
  * logo参数
@@ -135,6 +144,23 @@ export interface ImageUrl {
135
144
  */
136
145
  Url: string;
137
146
  }
147
+ /**
148
+ * 图文并茂详情
149
+ */
150
+ export interface Multimedia {
151
+ /**
152
+ * 多媒体类型,image:图片。
153
+ */
154
+ Type?: string;
155
+ /**
156
+ * 多媒体预览地址。
157
+ */
158
+ Url?: string;
159
+ /**
160
+ * 多媒体详情地址。
161
+ */
162
+ JumpUrl?: string;
163
+ }
138
164
  /**
139
165
  * ActivateService请求参数结构体
140
166
  */
@@ -237,6 +263,19 @@ export interface Usage {
237
263
  */
238
264
  TotalTokens?: number;
239
265
  }
266
+ /**
267
+ * 图文并茂占位符替换信息
268
+ */
269
+ export interface Replace {
270
+ /**
271
+ * 占位符序号
272
+ */
273
+ Id?: string;
274
+ /**
275
+ * 多媒体详情
276
+ */
277
+ Multimedia?: Array<Multimedia>;
278
+ }
240
279
  /**
241
280
  * SubmitHunyuanImageChatJob返回参数结构体
242
281
  */
@@ -821,6 +860,13 @@ export interface ChatCompletionsResponse {
821
860
  * 搜索结果信息
822
861
  */
823
862
  SearchInfo?: SearchInfo;
863
+ /**
864
+ * 多媒体信息。
865
+ 说明:
866
+ 1. 可以用多媒体信息替换回复内容里的占位符,得到完整的图文信息。
867
+ 2. 可能会出现回复内容里存在占位符,但是因为审核等原因没有返回多媒体信息。
868
+ */
869
+ Replaces?: Array<Replace>;
824
870
  /**
825
871
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。本接口为流式响应接口,当请求成功时,RequestId 会被放在 HTTP 响应的 Header "X-TC-RequestId" 中。
826
872
  */
@@ -232,9 +232,9 @@ export interface UserIdInfo {
232
232
  */
233
233
  export interface FeedRecommendResponse {
234
234
  /**
235
- * 推荐返回的内容信息列表
235
+ * 推荐返回的内容信息列表,返回结果已按策略规则做好了排序
236
236
  */
237
- DataList: Array<RecItemData>;
237
+ DataList?: Array<RecItemData>;
238
238
  /**
239
239
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
240
240
  */
@@ -776,4 +776,8 @@ export interface FeedRecommendRequest {
776
776
  * 当场景是相关推荐时该值必填,场景是非相关推荐时该值无效
777
777
  */
778
778
  CurrentItemId?: string;
779
+ /**
780
+ * 扩展字段,json字符串,需要base64加密
781
+ */
782
+ Extension?: string;
779
783
  }
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { ModifyQAAttrRangeResponse, GetWsTokenResponse, CheckAttributeLabelExistRequest, DescribeQAResponse, GetAppKnowledgeCountRequest, ResetSessionResponse, ListSelectDocResponse, DescribeReleaseInfoRequest, DeleteDocRequest, GetAnswerTypeDataCountRequest, DescribeAppResponse, UploadAttributeLabelResponse, ListUnsatisfiedReplyResponse, ExportAttributeLabelResponse, ExportQAListResponse, GetAppSecretResponse, ListRejectedQuestionRequest, CreateQACateResponse, ModifyDocAttrRangeResponse, GetAnswerTypeDataCountResponse, DescribeQARequest, DescribeUnsatisfiedReplyContextRequest, ListAppRequest, ModifyQAAttrRangeRequest, ListRejectedQuestionResponse, ModifyDocResponse, CreateCorpResponse, ListQARequest, ListUnsatisfiedReplyRequest, DeleteQARequest, GetLikeDataCountResponse, ListReleaseRequest, ListModelRequest, ModifyAppResponse, ListDocResponse, ModifyQARequest, GetDocPreviewRequest, ListRejectedQuestionPreviewResponse, DescribeCorpRequest, ListAppCategoryResponse, CreateAppResponse, DescribeAttributeLabelRequest, CreateQARequest, CreateCorpRequest, RetryDocParseRequest, QueryRewriteResponse, DeleteAttributeLabelRequest, DescribeRobotBizIDByAppKeyResponse, ReconstructDocumentResponse, DescribeDocResponse, CreateReleaseRequest, CheckAttributeLabelReferRequest, ModifyQACateRequest, ModifyAttributeLabelRequest, ResetSessionRequest, GetAppSecretRequest, DeleteQACateResponse, QueryParseDocResultResponse, ListReleaseDocPreviewResponse, GenerateQAResponse, GetTaskStatusResponse, DescribeDocRequest, ConvertDocumentResponse, RetryDocAuditRequest, SaveDocRequest, ModifyQACateResponse, DescribeAttributeLabelResponse, ModifyAttributeLabelResponse, ListQACateResponse, RetryDocParseResponse, CreateRejectedQuestionResponse, GetEmbeddingResponse, ExportUnsatisfiedReplyRequest, GroupQAResponse, RetryReleaseRequest, CreateAppRequest, DescribeReleaseRequest, ListAppCategoryRequest, ListReleaseConfigPreviewRequest, ListReleaseQAPreviewResponse, ModifyRejectedQuestionResponse, ListReleaseDocPreviewRequest, DescribeUnsatisfiedReplyContextResponse, ExportUnsatisfiedReplyResponse, RateMsgRecordResponse, DescribeReferResponse, ListDocRequest, GetEmbeddingRequest, GroupQARequest, RateMsgRecordRequest, IsTransferIntentResponse, GetMsgRecordResponse, DescribeAppRequest, GetReconstructDocumentResultRequest, ListQAResponse, IgnoreUnsatisfiedReplyRequest, DescribeReleaseResponse, ConvertDocumentRequest, ParseDocRequest, ReconstructDocumentRequest, RetryDocAuditResponse, GetReconstructDocumentResultResponse, GetLikeDataCountRequest, DeleteRejectedQuestionResponse, CreateAttributeLabelRequest, ListAppResponse, CreateReconstructDocumentFlowRequest, QueryParseDocResultRequest, ListRejectedQuestionPreviewRequest, ListReleaseConfigPreviewResponse, DeleteRejectedQuestionRequest, ExportQAListRequest, GetDocPreviewResponse, CreateReleaseResponse, QueryRewriteRequest, ModifyAppRequest, DeleteAttributeLabelResponse, VerifyQARequest, DeleteQACateRequest, GenerateQARequest, GetWsTokenRequest, ModifyDocRequest, DeleteAppResponse, ListAttributeLabelRequest, DeleteDocResponse, DescribeSegmentsResponse, UploadAttributeLabelRequest, ExportAttributeLabelRequest, GetAppKnowledgeCountResponse, RetryReleaseResponse, CreateAttributeLabelResponse, CreateQAResponse, StopDocParseResponse, ParseDocResponse, ListQACateRequest, ListReleaseQAPreviewRequest, DescribeReleaseInfoResponse, IsTransferIntentRequest, DescribeReferRequest, DeleteAppRequest, CreateRejectedQuestionRequest, DescribeStorageCredentialRequest, DescribeCorpResponse, SaveDocResponse, ListReleaseResponse, ListModelResponse, ListAttributeLabelResponse, ModifyQAResponse, DeleteQAResponse, GetMsgRecordRequest, DescribeStorageCredentialResponse, CheckAttributeLabelExistResponse, GetTaskStatusRequest, CheckAttributeLabelReferResponse, ModifyDocAttrRangeRequest, CreateQACateRequest, DescribeRobotBizIDByAppKeyRequest, CreateReconstructDocumentFlowResponse, VerifyQAResponse, DescribeSegmentsRequest, ModifyRejectedQuestionRequest, IgnoreUnsatisfiedReplyResponse, StopDocParseRequest, ListSelectDocRequest } from "./lke_models";
3
+ import { ModifyQAAttrRangeResponse, GetWsTokenResponse, CheckAttributeLabelExistRequest, DescribeQAResponse, GetAppKnowledgeCountRequest, ResetSessionResponse, ListSelectDocResponse, DescribeReleaseInfoRequest, DeleteDocRequest, GetAnswerTypeDataCountRequest, DescribeAppResponse, UploadAttributeLabelResponse, ListUnsatisfiedReplyResponse, ExportAttributeLabelResponse, ExportQAListResponse, GetAppSecretResponse, ListRejectedQuestionRequest, CreateQACateResponse, ModifyDocAttrRangeResponse, GetAnswerTypeDataCountResponse, DescribeQARequest, DescribeUnsatisfiedReplyContextRequest, ListAppRequest, ModifyQAAttrRangeRequest, ListRejectedQuestionResponse, ModifyDocResponse, CreateCorpResponse, ListQARequest, ListUnsatisfiedReplyRequest, DeleteQARequest, GetLikeDataCountResponse, ListReleaseRequest, ListModelRequest, ModifyAppResponse, ListDocResponse, ModifyQARequest, GetDocPreviewRequest, ListRejectedQuestionPreviewResponse, DescribeCorpRequest, ListAppCategoryResponse, CreateAppResponse, DescribeAttributeLabelRequest, CreateQARequest, CreateCorpRequest, RetryDocParseRequest, QueryRewriteResponse, DeleteAttributeLabelRequest, DescribeRobotBizIDByAppKeyResponse, ReconstructDocumentResponse, DescribeDocResponse, CreateReleaseRequest, CheckAttributeLabelReferRequest, ModifyQACateRequest, ModifyAttributeLabelRequest, ResetSessionRequest, GetAppSecretRequest, DeleteQACateResponse, QueryParseDocResultResponse, ListReleaseDocPreviewResponse, GenerateQAResponse, GetTaskStatusResponse, DescribeDocRequest, ConvertDocumentResponse, RetryDocAuditRequest, SaveDocRequest, ModifyQACateResponse, DescribeAttributeLabelResponse, ModifyAttributeLabelResponse, ListQACateResponse, RetryDocParseResponse, CreateRejectedQuestionResponse, GetEmbeddingResponse, ExportUnsatisfiedReplyRequest, GroupQAResponse, CreateAppRequest, DescribeReleaseRequest, ListAppCategoryRequest, ListReleaseConfigPreviewRequest, ListReleaseQAPreviewResponse, ModifyRejectedQuestionResponse, ListReleaseDocPreviewRequest, DescribeUnsatisfiedReplyContextResponse, ExportUnsatisfiedReplyResponse, RateMsgRecordResponse, DescribeReferResponse, ListDocRequest, GetEmbeddingRequest, GroupQARequest, RateMsgRecordRequest, IsTransferIntentResponse, GetMsgRecordResponse, DescribeAppRequest, GetReconstructDocumentResultRequest, ListQAResponse, IgnoreUnsatisfiedReplyRequest, DescribeReleaseResponse, ConvertDocumentRequest, ParseDocRequest, ReconstructDocumentRequest, RetryDocAuditResponse, GetReconstructDocumentResultResponse, GetLikeDataCountRequest, DeleteRejectedQuestionResponse, CreateAttributeLabelRequest, ListAppResponse, CreateReconstructDocumentFlowRequest, QueryParseDocResultRequest, ListRejectedQuestionPreviewRequest, ListReleaseConfigPreviewResponse, DeleteRejectedQuestionRequest, ExportQAListRequest, GetDocPreviewResponse, CreateReleaseResponse, QueryRewriteRequest, ModifyAppRequest, DeleteAttributeLabelResponse, RetryReleaseRequest, VerifyQARequest, DeleteQACateRequest, GenerateQARequest, GetWsTokenRequest, ModifyDocRequest, DeleteAppResponse, ListAttributeLabelRequest, DeleteDocResponse, DescribeSegmentsResponse, UploadAttributeLabelRequest, ExportAttributeLabelRequest, GetAppKnowledgeCountResponse, RetryReleaseResponse, CreateAttributeLabelResponse, CreateQAResponse, StopDocParseResponse, ParseDocResponse, ListQACateRequest, ListReleaseQAPreviewRequest, DescribeReleaseInfoResponse, IsTransferIntentRequest, DescribeReferRequest, DeleteAppRequest, CreateRejectedQuestionRequest, DescribeStorageCredentialRequest, DescribeCorpResponse, SaveDocResponse, ListReleaseResponse, ListModelResponse, ListAttributeLabelResponse, ModifyQAResponse, DeleteQAResponse, GetMsgRecordRequest, DescribeStorageCredentialResponse, CheckAttributeLabelExistResponse, GetTaskStatusRequest, CheckAttributeLabelReferResponse, ModifyDocAttrRangeRequest, CreateQACateRequest, DescribeRobotBizIDByAppKeyRequest, CreateReconstructDocumentFlowResponse, VerifyQAResponse, DescribeSegmentsRequest, ModifyRejectedQuestionRequest, IgnoreUnsatisfiedReplyResponse, StopDocParseRequest, ListSelectDocRequest } from "./lke_models";
4
4
  /**
5
5
  * lke client
6
6
  * @class
@@ -102,7 +102,7 @@ export declare class Client extends AbstractClient {
102
102
  */
103
103
  ListRelease(req: ListReleaseRequest, cb?: (error: string, rep: ListReleaseResponse) => void): Promise<ListReleaseResponse>;
104
104
  /**
105
- * 是否意图转人工
105
+ * 点赞点踩消息
106
106
  */
107
107
  RateMsgRecord(req: RateMsgRecordRequest, cb?: (error: string, rep: RateMsgRecordResponse) => void): Promise<RateMsgRecordResponse>;
108
108
  /**
@@ -168,7 +168,7 @@ class Client extends abstract_client_1.AbstractClient {
168
168
  return this.request("ListRelease", req, cb);
169
169
  }
170
170
  /**
171
- * 是否意图转人工
171
+ * 点赞点踩消息
172
172
  */
173
173
  async RateMsgRecord(req, cb) {
174
174
  return this.request("RateMsgRecord", req, cb);
@@ -485,6 +485,7 @@ export interface MsgRecord {
485
485
  IsLlmGenerated?: boolean;
486
486
  /**
487
487
  * 图片链接,可公有读
488
+ 注意:此字段可能返回 null,表示取不到有效值。
488
489
  */
489
490
  ImageUrls?: Array<string>;
490
491
  /**
@@ -526,6 +527,11 @@ export interface MsgRecord {
526
527
  注意:此字段可能返回 null,表示取不到有效值。
527
528
  */
528
529
  FileInfos?: Array<FileInfo>;
530
+ /**
531
+ * 参考来源引用位置信息
532
+ 注意:此字段可能返回 null,表示取不到有效值。
533
+ */
534
+ QuoteInfos?: Array<QuoteInfo>;
529
535
  }
530
536
  /**
531
537
  * ListUnsatisfiedReply返回参数结构体
@@ -1169,6 +1175,21 @@ export interface ReferDetail {
1169
1175
  注意:此字段可能返回 null,表示取不到有效值。
1170
1176
  */
1171
1177
  OrgData?: string;
1178
+ /**
1179
+ * 页码信息
1180
+ 注意:此字段可能返回 null,表示取不到有效值。
1181
+ */
1182
+ PageInfos?: Array<number | bigint>;
1183
+ /**
1184
+ * sheet信息
1185
+ 注意:此字段可能返回 null,表示取不到有效值。
1186
+ */
1187
+ SheetInfos?: Array<string>;
1188
+ /**
1189
+ * 文档ID
1190
+ 注意:此字段可能返回 null,表示取不到有效值。
1191
+ */
1192
+ DocBizId?: string;
1172
1193
  }
1173
1194
  /**
1174
1195
  * ListUnsatisfiedReply请求参数结构体
@@ -2628,17 +2649,19 @@ export interface GroupQAResponse {
2628
2649
  RequestId?: string;
2629
2650
  }
2630
2651
  /**
2631
- * RetryRelease请求参数结构体
2652
+ * 搜索引擎参考来源索引
2632
2653
  */
2633
- export interface RetryReleaseRequest {
2654
+ export interface QuoteInfo {
2634
2655
  /**
2635
- * 机器人ID
2656
+ * 参考来源位置
2657
+ 注意:此字段可能返回 null,表示取不到有效值。
2636
2658
  */
2637
- BotBizId: string;
2659
+ Position?: number;
2638
2660
  /**
2639
- * 发布业务ID
2661
+ * 参考来源索引顺序
2662
+ 注意:此字段可能返回 null,表示取不到有效值。
2640
2663
  */
2641
- ReleaseBizId: string;
2664
+ Index?: string;
2642
2665
  }
2643
2666
  /**
2644
2667
  * CreateApp请求参数结构体
@@ -3124,6 +3147,11 @@ export interface Context {
3124
3147
  注意:此字段可能返回 null,表示取不到有效值。
3125
3148
  */
3126
3149
  FileInfos?: Array<MsgFileInfo>;
3150
+ /**
3151
+ * 回复方式,15:澄清确认回复
3152
+ 注意:此字段可能返回 null,表示取不到有效值。
3153
+ */
3154
+ ReplyMethod?: number;
3127
3155
  }
3128
3156
  /**
3129
3157
  * ListDoc请求参数结构体
@@ -4357,6 +4385,19 @@ export interface DeleteAttributeLabelResponse {
4357
4385
  */
4358
4386
  RequestId?: string;
4359
4387
  }
4388
+ /**
4389
+ * RetryRelease请求参数结构体
4390
+ */
4391
+ export interface RetryReleaseRequest {
4392
+ /**
4393
+ * 机器人ID
4394
+ */
4395
+ BotBizId: string;
4396
+ /**
4397
+ * 发布业务ID
4398
+ */
4399
+ ReleaseBizId: string;
4400
+ }
4360
4401
  /**
4361
4402
  * VerifyQA请求参数结构体
4362
4403
  */
@@ -5216,7 +5257,7 @@ export interface GetMsgRecordRequest {
5216
5257
  */
5217
5258
  LastRecordId?: string;
5218
5259
  /**
5219
- * 应用AppKey
5260
+ * 应用AppKey, 当Type=5[API访客]时, 该字段必填
5220
5261
  */
5221
5262
  BotAppKey?: string;
5222
5263
  /**
@@ -10120,6 +10120,10 @@ export interface BizLicenseOCRResponse {
10120
10120
  * 登记机关
10121
10121
  */
10122
10122
  RegistrationAuthority?: string;
10123
+ /**
10124
+ * 是否是电子营业执照。0为不是,1为是。
10125
+ */
10126
+ Electronic?: boolean;
10123
10127
  /**
10124
10128
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10125
10129
  */
@@ -172,7 +172,7 @@ export interface RunApplicationRequest {
172
172
  */
173
173
  NFOption?: NFOption;
174
174
  /**
175
- * 工作目录,可填写指定缓存卷内的绝对路径,不填使用默认缓存卷内的默认路径,暂时仅支持Nextflow
175
+ * 工作目录,当前仅支持Nextflow。可填写指定缓存卷内的绝对路径或者COS路径,不填使用默认缓存卷内的默认路径。如果使用COS路径,NFOption中LaunchDir需填写指定缓存卷内的绝对路径作为启动路径。
176
176
  */
177
177
  WorkDir?: string;
178
178
  /**
@@ -1507,12 +1507,16 @@ export interface NFOption {
1507
1507
  Resume?: boolean;
1508
1508
  /**
1509
1509
  * Nextflow引擎版本,取值范围:
1510
- - 22.10.4
1511
- - 22.10.8
1510
+ - 22.10.7
1512
1511
  - 23.10.1
1513
1512
  注意:此字段可能返回 null,表示取不到有效值。
1514
1513
  */
1515
1514
  NFVersion?: string;
1515
+ /**
1516
+ * 启动路径。可填写指定缓存卷内的绝对路径,nextflow run 命令将在此路径执行。当WorkDir为COS路径时必填;当WorkDir为缓存卷路径时选填,不填默认使用WorkDir作为LaunchDir。
1517
+ 注意:此字段可能返回 null,表示取不到有效值。
1518
+ */
1519
+ LaunchDir?: string;
1516
1520
  }
1517
1521
  /**
1518
1522
  * 表格。
@@ -304,6 +304,10 @@ export interface DisassociateSecurityGroupsResponse {
304
304
  * DescribeInstanceNodes请求参数结构体
305
305
  */
306
306
  export interface DescribeInstanceNodesRequest {
307
+ /**
308
+ * 实例ID。
309
+ */
310
+ InstanceId: string;
307
311
  /**
308
312
  * limit
309
313
  */
@@ -11073,11 +11073,11 @@ export interface EnableRoutesRequest {
11073
11073
  */
11074
11074
  RouteTableId: string;
11075
11075
  /**
11076
- * 路由策略ID。不能和RouteItemIds同时使用,但至少输入一个。该参数取值可通过查询路由列表([DescribeRouteTables](https://cloud.tencent.com/document/product/215/15763))获取。
11076
+ * 路由策略ID。不能和RouteItemIds同时使用,但至少输入一个。单次处理上限100个。该参数取值可通过查询路由列表([DescribeRouteTables](https://cloud.tencent.com/document/product/215/15763))获取。
11077
11077
  */
11078
11078
  RouteIds?: Array<number | bigint>;
11079
11079
  /**
11080
- * 路由策略唯一ID。不能和RouteIds同时使用,但至少输入一个。该参数取值可通过查询路由列表([DescribeRouteTables](https://cloud.tencent.com/document/product/215/15763))获取。
11080
+ * 路由策略唯一ID。不能和RouteIds同时使用,但至少输入一个。单次处理上限100个。该参数取值可通过查询路由列表([DescribeRouteTables](https://cloud.tencent.com/document/product/215/15763))获取。
11081
11081
  */
11082
11082
  RouteItemIds?: Array<string>;
11083
11083
  }
@@ -15548,7 +15548,7 @@ export interface ResetNatGatewayConnectionResponse {
15548
15548
  */
15549
15549
  export interface AssociateNetworkInterfaceSecurityGroupsRequest {
15550
15550
  /**
15551
- * 弹性网卡实例ID。形如:eni-pxir56ns。每次请求的实例的上限为100
15551
+ * 弹性网卡实例ID。形如:eni-pxir56ns。每次请求的实例的上限为100。本接口不支持主网卡绑定安全组。
15552
15552
  */
15553
15553
  NetworkInterfaceIds: Array<string>;
15554
15554
  /**
@@ -808,6 +808,16 @@ it("cfw.v20190904.ModifyAclRule", async function () {
808
808
  }
809
809
  })
810
810
 
811
+ it("cfw.v20190904.DescribeEnterpriseSecurityGroupRuleList", async function () {
812
+ try {
813
+ const data = await client.DescribeEnterpriseSecurityGroupRuleList({})
814
+ expect(data).to.be.ok
815
+ } catch(error) {
816
+ expect(error.requestId).to.be.ok
817
+ expect(error.code).to.be.ok
818
+ }
819
+ })
820
+
811
821
  it("cfw.v20190904.DescribeCfwEips", async function () {
812
822
  try {
813
823
  const data = await client.DescribeCfwEips({})
@@ -718,6 +718,16 @@ it("ckafka.v20190819.DescribeGroupOffsets", async function () {
718
718
  }
719
719
  })
720
720
 
721
+ it("ckafka.v20190819.FetchMessageListByTimestamp", async function () {
722
+ try {
723
+ const data = await client.FetchMessageListByTimestamp({})
724
+ expect(data).to.be.ok
725
+ } catch(error) {
726
+ expect(error.requestId).to.be.ok
727
+ expect(error.code).to.be.ok
728
+ }
729
+ })
730
+
721
731
  it("ckafka.v20190819.AuthorizeToken", async function () {
722
732
  try {
723
733
  const data = await client.AuthorizeToken({})