tencentcloud-sdk-nodejs 4.1.289 → 4.1.290

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 (41) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/config/v20220802/config_client.js +6 -0
  3. package/es/services/rce/v20260130/rce_client.js +6 -0
  4. package/es/services/tcbr/v20220217/tcbr_client.js +30 -27
  5. package/es/services/tcr/v20190924/tcr_client.js +3 -0
  6. package/package.json +1 -1
  7. package/tencentcloud/common/sdk_version.d.ts +1 -1
  8. package/tencentcloud/common/sdk_version.js +1 -1
  9. package/tencentcloud/services/bh/v20230418/bh_client.d.ts +1 -1
  10. package/tencentcloud/services/bh/v20230418/bh_models.d.ts +257 -145
  11. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -7
  12. package/tencentcloud/services/config/v20220802/config_client.d.ts +9 -1
  13. package/tencentcloud/services/config/v20220802/config_client.js +12 -0
  14. package/tencentcloud/services/config/v20220802/config_models.d.ts +89 -33
  15. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
  16. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +412 -188
  17. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +61 -12
  18. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +0 -2
  19. package/tencentcloud/services/ess/v20201111/ess_client.js +0 -2
  20. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  21. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -3
  22. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -3
  23. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  24. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +20 -0
  25. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
  26. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  27. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +10 -1
  28. package/tencentcloud/services/rce/v20260130/rce_client.d.ts +9 -1
  29. package/tencentcloud/services/rce/v20260130/rce_client.js +12 -0
  30. package/tencentcloud/services/rce/v20260130/rce_models.d.ts +1673 -112
  31. package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +37 -33
  32. package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +54 -48
  33. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +56 -13
  34. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +5 -1
  35. package/tencentcloud/services/tcr/v20190924/tcr_client.js +6 -0
  36. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +81 -26
  37. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +54 -12
  38. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +16 -4
  39. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +18 -36
  40. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -10
  41. package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +4 -4
@@ -7826,6 +7826,51 @@ export interface DescribeUsersRequest {
7826
7826
  */
7827
7827
  AccountType?: string;
7828
7828
  }
7829
+ /**
7830
+ * TCHouseP 结构
7831
+ */
7832
+ export interface TCHousePInfo {
7833
+ /**
7834
+ * <p>实例id</p>
7835
+ 注意:此字段可能返回 null,表示取不到有效值。
7836
+ */
7837
+ InstanceId?: string;
7838
+ /**
7839
+ * <p>实例名称</p>
7840
+ 注意:此字段可能返回 null,表示取不到有效值。
7841
+ */
7842
+ InstanceName?: string;
7843
+ /**
7844
+ * <p>JdbcUrl</p>
7845
+ 注意:此字段可能返回 null,表示取不到有效值。
7846
+ */
7847
+ JdbcUrl?: string;
7848
+ /**
7849
+ * <p>用户名</p>
7850
+ 注意:此字段可能返回 null,表示取不到有效值。
7851
+ */
7852
+ User?: string;
7853
+ /**
7854
+ * <p>密码</p>
7855
+ 注意:此字段可能返回 null,表示取不到有效值。
7856
+ */
7857
+ Password?: string;
7858
+ /**
7859
+ * <p>地址</p>
7860
+ 注意:此字段可能返回 null,表示取不到有效值。
7861
+ */
7862
+ Location?: DatasourceConnectionLocation;
7863
+ /**
7864
+ * <p>数据库名称</p>
7865
+ 注意:此字段可能返回 null,表示取不到有效值。
7866
+ */
7867
+ DbName?: string;
7868
+ /**
7869
+ * <p>地址信息</p>
7870
+ 注意:此字段可能返回 null,表示取不到有效值。
7871
+ */
7872
+ AccessInfo?: string;
7873
+ }
7829
7874
  /**
7830
7875
  * CreateExportTask返回参数结构体
7831
7876
  */
@@ -11241,63 +11286,67 @@ export interface CopyJobSpecRequest {
11241
11286
  */
11242
11287
  export interface DatasourceConnectionConfig {
11243
11288
  /**
11244
- * Mysql数据源连接的属性
11289
+ * <p>Mysql数据源连接的属性</p>
11245
11290
  注意:此字段可能返回 null,表示取不到有效值。
11246
11291
  */
11247
11292
  Mysql?: MysqlInfo;
11248
11293
  /**
11249
- * Hive数据源连接的属性
11294
+ * <p>Hive数据源连接的属性</p>
11250
11295
  注意:此字段可能返回 null,表示取不到有效值。
11251
11296
  */
11252
11297
  Hive?: HiveInfo;
11253
11298
  /**
11254
- * Kafka数据源连接的属性
11299
+ * <p>Kafka数据源连接的属性</p>
11255
11300
  注意:此字段可能返回 null,表示取不到有效值。
11256
11301
  */
11257
11302
  Kafka?: KafkaInfo;
11258
11303
  /**
11259
- * 其他数据源连接的属性
11304
+ * <p>其他数据源连接的属性</p>
11260
11305
  注意:此字段可能返回 null,表示取不到有效值。
11261
11306
  */
11262
11307
  OtherDatasourceConnection?: OtherDatasourceConnection;
11263
11308
  /**
11264
- * PostgreSQL数据源连接的属性
11309
+ * <p>PostgreSQL数据源连接的属性</p>
11265
11310
  注意:此字段可能返回 null,表示取不到有效值。
11266
11311
  */
11267
11312
  PostgreSql?: DataSourceInfo;
11268
11313
  /**
11269
- * SQLServer数据源连接的属性
11314
+ * <p>SQLServer数据源连接的属性</p>
11270
11315
  注意:此字段可能返回 null,表示取不到有效值。
11271
11316
  */
11272
11317
  SqlServer?: DataSourceInfo;
11273
11318
  /**
11274
- * ClickHouse数据源连接的属性
11319
+ * <p>ClickHouse数据源连接的属性</p>
11275
11320
  注意:此字段可能返回 null,表示取不到有效值。
11276
11321
  */
11277
11322
  ClickHouse?: DataSourceInfo;
11278
11323
  /**
11279
- * Elasticsearch数据源连接的属性
11324
+ * <p>Elasticsearch数据源连接的属性</p>
11280
11325
  注意:此字段可能返回 null,表示取不到有效值。
11281
11326
  */
11282
11327
  Elasticsearch?: ElasticsearchInfo;
11283
11328
  /**
11284
- * TDSQL-PostgreSQL数据源连接的属性
11329
+ * <p>TDSQL-PostgreSQL数据源连接的属性</p>
11285
11330
  注意:此字段可能返回 null,表示取不到有效值。
11286
11331
  */
11287
11332
  TDSQLPostgreSql?: DataSourceInfo;
11288
11333
  /**
11289
- * Doris数据源连接的属性
11334
+ * <p>Doris数据源连接的属性</p>
11290
11335
  注意:此字段可能返回 null,表示取不到有效值。
11291
11336
  */
11292
11337
  TCHouseD?: TCHouseD;
11293
11338
  /**
11294
- * TccHive数据目录连接信息
11339
+ * <p>TccHive数据目录连接信息</p>
11295
11340
  */
11296
11341
  TccHive?: TccHive;
11297
11342
  /**
11298
- * MongoDB 数据源
11343
+ * <p>MongoDB 数据源</p>
11299
11344
  */
11300
11345
  MongoDB?: DataSourceInfo;
11346
+ /**
11347
+ * <p>TCHouseP数据源</p>
11348
+ */
11349
+ TCHouseP?: TCHousePInfo;
11301
11350
  }
11302
11351
  /**
11303
11352
  * UpdateRowFilter请求参数结构体
@@ -906,7 +906,6 @@ export declare class Client extends AbstractClient {
906
906
  2. 该接口返回的签署链接适用于APP集成的场景,支持APP、支付宝打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
907
907
  如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
908
908
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
909
- 4. H5签署现在**仅支持中国大陆身份证、中国港澳台居民居住证**。
910
909
  */
911
910
  CreateFlowSignUrl(req: CreateFlowSignUrlRequest, cb?: (error: string, rep: CreateFlowSignUrlResponse) => void): Promise<CreateFlowSignUrlResponse>;
912
911
  /**
@@ -1450,7 +1449,6 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1450
1449
  3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
1451
1450
  跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
1452
1451
  4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
1453
- 5. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
1454
1452
  */
1455
1453
  CreateBatchQuickSignUrl(req: CreateBatchQuickSignUrlRequest, cb?: (error: string, rep: CreateBatchQuickSignUrlResponse) => void): Promise<CreateBatchQuickSignUrlResponse>;
1456
1454
  /**
@@ -1074,7 +1074,6 @@ class Client extends abstract_client_1.AbstractClient {
1074
1074
  2. 该接口返回的签署链接适用于APP集成的场景,支持APP、支付宝打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
1075
1075
  如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
1076
1076
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
1077
- 4. H5签署现在**仅支持中国大陆身份证、中国港澳台居民居住证**。
1078
1077
  */
1079
1078
  async CreateFlowSignUrl(req, cb) {
1080
1079
  return this.request("CreateFlowSignUrl", req, cb);
@@ -1712,7 +1711,6 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1712
1711
  3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
1713
1712
  跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
1714
1713
  4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
1715
- 5. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
1716
1714
  */
1717
1715
  async CreateBatchQuickSignUrl(req, cb) {
1718
1716
  return this.request("CreateBatchQuickSignUrl", req, cb);
@@ -270,7 +270,7 @@ export interface UploadFilesRequest {
270
270
  */
271
271
  Agent?: Agent;
272
272
  /**
273
- * <p>文件过期时间的时间戳</p><p>取值范围:[1782835200, 4102329600]</p><p>单位:秒</p><p>设置上传文件的过期时间,此功能为付费能力,请联系电子签运营人员开通</p>
273
+ * <p>文件的截止有效期,最长有效期是当前时间后的一年。如果超过截止有效期则文件会失效。此功能是白名单功能,如需使用,请联系电子签开通</p><p>如果没有传入,则默认过期时间是上传时间加1小时</p>
274
274
  */
275
275
  Deadline?: number;
276
276
  }
@@ -374,7 +374,7 @@ export declare class Client extends AbstractClient {
374
374
  适用场景1:已经上传了一个word文件,希望将该word文件转换成pdf文件后发起合同
375
375
  适用场景2:已经上传了一个jpg图片文件,希望将该图片文件转换成pdf文件后发起合同<br />
376
376
  转换文件是一个耗时操作,若想查看转换任务是否完成,可以通过<a href="https://qian.tencent.com/developers/partnerApis/files/ChannelGetTaskResultApi" target="_blank">查询转换任务状态</a>接口获取任务状态。<br />
377
- <font color="red">此接口于 2026 年 12月 31 日下线</font>,请使用新接口: <a href="https://qian.tencent.com/developers/partnerApis/files/CreateFileConvertTask" target="_blank">查询文件转换任务状态(CreateFileConvertTask)</a><br />
377
+ <font color="red">此接口于 2026 年 12月 31 日下线</font>,请使用新接口: <a href="https://qian.tencent.com/developers/partnerApis/files/CreateFileConvertTask" target="_blank">新建文件转换任务(CreateFileConvertTask)</a><br />
378
378
  注:
379
379
  1. `支持的文件类型有doc、docx、xls、xlsx、html、jpg、jpeg、png、bmp、txt`
380
380
  2. `可通过发起合同时设置预览来检查转换文件是否达到预期效果`
@@ -779,7 +779,6 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
779
779
  4. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
780
780
  跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
781
781
  6. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
782
- 7. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
783
782
  */
784
783
  ChannelCreateBatchQuickSignUrl(req: ChannelCreateBatchQuickSignUrlRequest, cb?: (error: string, rep: ChannelCreateBatchQuickSignUrlResponse) => void): Promise<ChannelCreateBatchQuickSignUrlResponse>;
785
784
  /**
@@ -962,7 +961,6 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
962
961
  2. 该接口返回的签署链接适用于APP集成的场景,支持在支付宝、APP打开、浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
963
962
  如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
964
963
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
965
- 4. H5签署现在**仅支持中国大陆身份证、中国港澳台居民居住证**。
966
964
  */
967
965
  ChannelCreateFlowSignUrl(req: ChannelCreateFlowSignUrlRequest, cb?: (error: string, rep: ChannelCreateFlowSignUrlResponse) => void): Promise<ChannelCreateFlowSignUrlResponse>;
968
966
  /**
@@ -444,7 +444,7 @@ class Client extends abstract_client_1.AbstractClient {
444
444
  适用场景1:已经上传了一个word文件,希望将该word文件转换成pdf文件后发起合同
445
445
  适用场景2:已经上传了一个jpg图片文件,希望将该图片文件转换成pdf文件后发起合同<br />
446
446
  转换文件是一个耗时操作,若想查看转换任务是否完成,可以通过<a href="https://qian.tencent.com/developers/partnerApis/files/ChannelGetTaskResultApi" target="_blank">查询转换任务状态</a>接口获取任务状态。<br />
447
- <font color="red">此接口于 2026 年 12月 31 日下线</font>,请使用新接口: <a href="https://qian.tencent.com/developers/partnerApis/files/CreateFileConvertTask" target="_blank">查询文件转换任务状态(CreateFileConvertTask)</a><br />
447
+ <font color="red">此接口于 2026 年 12月 31 日下线</font>,请使用新接口: <a href="https://qian.tencent.com/developers/partnerApis/files/CreateFileConvertTask" target="_blank">新建文件转换任务(CreateFileConvertTask)</a><br />
448
448
  注:
449
449
  1. `支持的文件类型有doc、docx、xls、xlsx、html、jpg、jpeg、png、bmp、txt`
450
450
  2. `可通过发起合同时设置预览来检查转换文件是否达到预期效果`
@@ -907,7 +907,6 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
907
907
  4. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
908
908
  跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
909
909
  6. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
910
- 7. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
911
910
  */
912
911
  async ChannelCreateBatchQuickSignUrl(req, cb) {
913
912
  return this.request("ChannelCreateBatchQuickSignUrl", req, cb);
@@ -1114,7 +1113,6 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1114
1113
  2. 该接口返回的签署链接适用于APP集成的场景,支持在支付宝、APP打开、浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
1115
1114
  如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
1116
1115
  3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
1117
- 4. H5签署现在**仅支持中国大陆身份证、中国港澳台居民居住证**。
1118
1116
  */
1119
1117
  async ChannelCreateFlowSignUrl(req, cb) {
1120
1118
  return this.request("ChannelCreateFlowSignUrl", req, cb);
@@ -8537,7 +8537,7 @@ export interface UploadFilesRequest {
8537
8537
  */
8538
8538
  Operator?: UserInfo;
8539
8539
  /**
8540
- * <p>文件的截止有效期,最长有效期是当前时间后的一年。如果超过截止有效期则文件会失效。此功能是白名单功能,如需使用,请联系电子签开通</p><p>如果没有传入,则默认过期时间是上传时间加10分钟</p>
8540
+ * <p>文件的截止有效期,最长有效期是当前时间后的一年。如果超过截止有效期则文件会失效。此功能是白名单功能,如需使用,请联系电子签开通</p><p>如果没有传入,则默认过期时间是上传时间加1小时</p>
8541
8541
  */
8542
8542
  Deadline?: number;
8543
8543
  }
@@ -749,6 +749,26 @@ export interface GatewayInfo {
749
749
  * <p>网关实例数</p>
750
750
  */
751
751
  InstanceSize?: number;
752
+ /**
753
+ * <p>网关内网IP。</p>
754
+ */
755
+ GatewayIp?: string;
756
+ /**
757
+ * <p>用户名。</p>
758
+ */
759
+ Username?: string;
760
+ /**
761
+ * <p>网关接入token。</p>
762
+ */
763
+ Token?: string;
764
+ /**
765
+ * <p>网关注册URL。</p>
766
+ */
767
+ RegisterCenterUrl?: string;
768
+ /**
769
+ * <p>网关上报URL。</p>
770
+ */
771
+ TelemetryUrl?: string;
752
772
  }
753
773
  /**
754
774
  * GetFlowStatisticByGroup返回参数结构体
@@ -21018,7 +21018,7 @@ export interface DescribeCloneViralTaskRequest {
21018
21018
  /**
21019
21019
  * <p>创建爆款复刻任务返回的任务ID</p>
21020
21020
  */
21021
- TaskId?: string;
21021
+ TaskId: string;
21022
21022
  }
21023
21023
  /**
21024
21024
  * 音色信息
@@ -114,7 +114,7 @@ export declare class Client extends AbstractClient {
114
114
 
115
115
  - 不可逆操作:数据库一经删除,数据将无法恢复。执行前请确认已做好必要的数据备份。
116
116
  */
117
- DeleteDatabase(req?: DeleteDatabaseRequest, cb?: (error: string, rep: DeleteDatabaseResponse) => void): Promise<DeleteDatabaseResponse>;
117
+ DeleteDatabase(req: DeleteDatabaseRequest, cb?: (error: string, rep: DeleteDatabaseResponse) => void): Promise<DeleteDatabaseResponse>;
118
118
  /**
119
119
  * 接口(DescribeDatabases)用来查询实例的数据库列表。
120
120
  */
@@ -4563,7 +4563,16 @@ export interface ModifyAccountPrivilegesResponse {
4563
4563
  /**
4564
4564
  * DeleteDatabase请求参数结构体
4565
4565
  */
4566
- export type DeleteDatabaseRequest = null;
4566
+ export interface DeleteDatabaseRequest {
4567
+ /**
4568
+ * <p>实例ID。可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取</p>
4569
+ */
4570
+ DBInstanceId: string;
4571
+ /**
4572
+ * <p>数据库名称</p>
4573
+ */
4574
+ DatabaseName: string;
4575
+ }
4567
4576
  /**
4568
4577
  * 描述数据库详细信息,包括所有者、字符编码等
4569
4578
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { AssessEnvironmentRiskResponse, AssessDeviceRiskPremiumProResponse, AssessDeviceRiskProRequest, AssessDeviceRiskPremiumProRequest, AssessDeviceRiskProResponse, AssessEnvironmentRiskRequest } from "./rce_models";
3
+ import { ReportEventRequest, AssessEnvironmentRiskResponse, AssessDeviceRiskPremiumProRequest, AssessDeviceRiskProResponse, ReportEventResponse, AssessDeviceRiskPremiumProResponse, AssessDeviceRiskProRequest, AssessRiskResponse, AssessEnvironmentRiskRequest, AssessRiskRequest } from "./rce_models";
4
4
  /**
5
5
  * rce client
6
6
  * @class
@@ -15,8 +15,16 @@ export declare class Client extends AbstractClient {
15
15
  * 设备风险评估-高级版
16
16
  */
17
17
  AssessDeviceRiskPremiumPro(req: AssessDeviceRiskPremiumProRequest, cb?: (error: string, rep: AssessDeviceRiskPremiumProResponse) => void): Promise<AssessDeviceRiskPremiumProResponse>;
18
+ /**
19
+ * 事件信息上报
20
+ */
21
+ ReportEvent(req: ReportEventRequest, cb?: (error: string, rep: ReportEventResponse) => void): Promise<ReportEventResponse>;
18
22
  /**
19
23
  * 环境风险评估
20
24
  */
21
25
  AssessEnvironmentRisk(req: AssessEnvironmentRiskRequest, cb?: (error: string, rep: AssessEnvironmentRiskResponse) => void): Promise<AssessEnvironmentRiskResponse>;
26
+ /**
27
+ * 事件风险评估
28
+ */
29
+ AssessRisk(req: AssessRiskRequest, cb?: (error: string, rep: AssessRiskResponse) => void): Promise<AssessRiskResponse>;
22
30
  }
@@ -39,11 +39,23 @@ class Client extends abstract_client_1.AbstractClient {
39
39
  async AssessDeviceRiskPremiumPro(req, cb) {
40
40
  return this.request("AssessDeviceRiskPremiumPro", req, cb);
41
41
  }
42
+ /**
43
+ * 事件信息上报
44
+ */
45
+ async ReportEvent(req, cb) {
46
+ return this.request("ReportEvent", req, cb);
47
+ }
42
48
  /**
43
49
  * 环境风险评估
44
50
  */
45
51
  async AssessEnvironmentRisk(req, cb) {
46
52
  return this.request("AssessEnvironmentRisk", req, cb);
47
53
  }
54
+ /**
55
+ * 事件风险评估
56
+ */
57
+ async AssessRisk(req, cb) {
58
+ return this.request("AssessRisk", req, cb);
59
+ }
48
60
  }
49
61
  exports.Client = Client;