tencentcloud-sdk-nodejs 4.0.269 → 4.0.270

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 (58) hide show
  1. package/CHANGELOG.md +312 -0
  2. package/SERVICE_CHANGELOG.md +457 -62
  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/as/v20180419/as_models.ts +3 -3
  7. package/src/services/billing/v20180709/billing_models.ts +18 -0
  8. package/src/services/cbs/v20170312/cbs_models.ts +6 -1
  9. package/src/services/dcdb/v20180411/dcdb_models.ts +21 -5
  10. package/src/services/essbasic/v20210526/essbasic_client.ts +12 -19
  11. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -5
  12. package/src/services/gaap/v20180529/gaap_models.ts +115 -1
  13. package/src/services/gs/v20191118/gs_client.ts +24 -0
  14. package/src/services/gs/v20191118/gs_models.ts +45 -0
  15. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +542 -431
  16. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +538 -64
  17. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  18. package/src/services/lighthouse/v20200324/lighthouse_models.ts +20 -0
  19. package/src/services/live/v20180801/live_models.ts +1 -0
  20. package/src/services/mariadb/v20170312/mariadb_client.ts +13 -1
  21. package/src/services/mariadb/v20170312/mariadb_models.ts +158 -26
  22. package/src/services/scf/v20180416/scf_models.ts +3 -3
  23. package/src/services/ssm/v20190923/ssm_client.ts +3 -2
  24. package/src/services/ssm/v20190923/ssm_models.ts +36 -14
  25. package/src/services/tcss/v20201101/tcss_models.ts +9 -4
  26. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  27. package/src/services/vod/v20180717/vod_models.ts +18 -1
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/as/v20180419/as_models.d.ts +3 -3
  31. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +17 -0
  32. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -1
  33. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +18 -5
  34. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -17
  35. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -17
  36. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -5
  37. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +102 -1
  38. package/tencentcloud/services/gs/v20191118/gs_client.d.ts +9 -1
  39. package/tencentcloud/services/gs/v20191118/gs_client.js +12 -0
  40. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +40 -0
  41. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +179 -143
  42. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +267 -213
  43. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +462 -59
  44. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +17 -0
  45. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
  46. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  47. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  48. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +130 -21
  49. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +3 -3
  50. package/tencentcloud/services/ssm/v20190923/ssm_client.d.ts +2 -1
  51. package/tencentcloud/services/ssm/v20190923/ssm_client.js +2 -1
  52. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +33 -14
  53. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +7 -2
  54. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  55. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -1
  56. package/test/gs.v20191118.test.js +20 -0
  57. package/test/iotexplorer.v20190423.test.js +240 -150
  58. package/test/mariadb.v20170312.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.269",
3
+ "version": "4.0.270",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -13,13 +13,13 @@
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
14
14
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-01-10 08:05:32 |
15
15
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-01-05 08:03:38 |
16
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-07 08:03:22 |
16
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-11 08:03:10 |
17
17
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-12-22 08:06:39 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
20
20
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
21
21
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-01-03 08:04:43 |
22
- | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-12-16 08:04:53 |
22
+ | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-01-11 08:03:32 |
23
23
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
24
24
  | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
25
25
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2021-11-10 08:02:52 |
@@ -30,7 +30,7 @@
30
30
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-01-07 08:04:06 |
31
31
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
32
32
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-12-22 08:07:25 |
33
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-12-21 08:01:42 |
33
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-11 08:04:11 |
34
34
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-12-10 08:02:29 |
35
35
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-10 08:06:53 |
36
36
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-01-05 08:05:09 |
@@ -58,7 +58,7 @@
58
58
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
59
59
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-01-10 08:09:43 |
60
60
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
61
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-12-17 08:10:31 |
61
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-01-11 08:07:36 |
62
62
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-01-07 08:07:28 |
63
63
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-12-17 08:10:50 |
64
64
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-06 08:05:24 |
@@ -74,15 +74,15 @@
74
74
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
75
75
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-12-10 08:06:20 |
76
76
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-12-30 08:09:09 |
77
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-07 08:08:29 |
77
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-11 08:08:55 |
78
78
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-01-10 08:11:01 |
79
79
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-07 08:08:34 |
80
80
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
81
81
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
82
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-30 08:09:28 |
82
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-01-11 08:09:11 |
83
83
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-12-23 08:10:54 |
84
84
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
85
- | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-12-07 08:07:40 |
85
+ | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-01-11 08:09:37 |
86
86
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2021-11-10 08:07:31 |
87
87
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
88
88
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2021-11-10 08:07:42 |
@@ -94,16 +94,16 @@
94
94
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-11-10 08:07:49 |
95
95
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-11-10 08:07:50 |
96
96
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
97
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-12-10 08:07:35 |
97
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-01-11 08:10:29 |
98
98
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
99
99
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-24 08:11:21 |
100
100
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-07 08:10:07 |
101
101
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
102
102
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-12-24 08:11:42 |
103
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-12-21 08:07:35 |
104
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-07 08:10:37 |
103
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-01-11 08:11:43 |
104
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-11 08:11:54 |
105
105
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
106
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-12-17 08:13:52 |
106
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-01-11 08:12:13 |
107
107
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
108
108
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
109
109
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
@@ -129,7 +129,7 @@
129
129
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
130
130
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
131
131
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-12-16 08:13:07 |
132
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-12-23 08:14:05 |
132
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-01-11 08:13:53 |
133
133
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-05 08:12:45 |
134
134
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
135
135
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-01-05 08:12:50 |
@@ -139,7 +139,7 @@
139
139
  | ssa | [态势感知](https://cloud.tencent.com/document/product/664) | 2021-11-22 08:10:13 |
140
140
  | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2021-12-22 08:15:53 |
141
141
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-11-10 08:10:37 |
142
- | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2021-11-10 08:10:38 |
142
+ | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-01-11 08:14:31 |
143
143
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-12-16 08:13:48 |
144
144
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-12-23 08:14:47 |
145
145
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
@@ -154,9 +154,9 @@
154
154
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
155
155
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
156
156
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-12-24 08:15:03 |
157
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-07 08:13:42 |
157
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-11 08:15:25 |
158
158
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
159
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-29 08:13:22 |
159
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-11 08:15:51 |
160
160
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-12-30 08:15:01 |
161
161
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-12-27 08:11:18 |
162
162
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
@@ -179,7 +179,7 @@
179
179
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
180
180
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-12-21 08:12:32 |
181
181
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
182
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-12-22 08:18:35 |
182
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-11 08:17:35 |
183
183
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-12-23 08:17:39 |
184
184
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
185
185
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-10 08:18:57 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.269"
1
+ export const sdkVersion = "4.0.270"
@@ -1105,7 +1105,7 @@ export interface DescribeAutoScalingInstancesRequest {
1105
1105
  Offset?: number
1106
1106
 
1107
1107
  /**
1108
- * 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
1108
+ * 返回数量,默认为20,最大值为2000。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
1109
1109
  */
1110
1110
  Limit?: number
1111
1111
  }
@@ -2491,12 +2491,12 @@ export interface DescribeAutoScalingInstancesResponse {
2491
2491
  /**
2492
2492
  * 实例详细信息列表。
2493
2493
  */
2494
- AutoScalingInstanceSet?: Array<Instance>
2494
+ AutoScalingInstanceSet: Array<Instance>
2495
2495
 
2496
2496
  /**
2497
2497
  * 符合条件的实例数量。
2498
2498
  */
2499
- TotalCount?: number
2499
+ TotalCount: number
2500
2500
 
2501
2501
  /**
2502
2502
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2423,6 +2423,24 @@ export interface Deal {
2423
2423
  * 付费模式:prePay 预付费 postPay后付费 riPay预留实例
2424
2424
  */
2425
2425
  PayMode: string
2426
+
2427
+ /**
2428
+ * 交易类型
2429
+ modifyNetworkMode 调整带宽模式
2430
+ modifyNetworkSize 调整带宽大小
2431
+ refund 退款
2432
+ downgrade 降配
2433
+ upgrade 升配
2434
+ renew 续费
2435
+ purchase 购买
2436
+ preMoveOut 包年包月迁出资源
2437
+ preMoveIn 包年包月迁入资源
2438
+ preToPost 预付费转后付费
2439
+ postMoveOut 按量计费迁出资源
2440
+ postMoveIn 按量计费迁入资源
2441
+ 注意:此字段可能返回 null,表示取不到有效值。
2442
+ */
2443
+ Action: string
2426
2444
  }
2427
2445
 
2428
2446
  /**
@@ -812,7 +812,7 @@ export interface CreateSnapshotRequest {
812
812
  SnapshotName?: string
813
813
 
814
814
  /**
815
- * 快照的到期时间,到期后该快照将会自动删除
815
+ * 快照的到期时间,到期后该快照将会自动删除,需要传入UTC时间下的ISO-8601标准时间格式,例如:2022-01-08T09:47:55+00:00
816
816
  */
817
817
  Deadline?: string
818
818
  }
@@ -1073,6 +1073,11 @@ export interface TerminateDisksRequest {
1073
1073
  * 需退还的云盘ID列表。
1074
1074
  */
1075
1075
  DiskIds: Array<string>
1076
+
1077
+ /**
1078
+ * 销毁云盘时删除关联的非永久保留快照。0 表示非永久快照不随云盘销毁而销毁,1表示非永久快照随云盘销毁而销毁,默认取0。快照是否永久保留可以通过DescribeSnapshots接口返回的快照详情的IsPermanent字段来判断,true表示永久快照,false表示非永久快照。
1079
+ */
1080
+ DeleteSnapshot?: number
1076
1081
  }
1077
1082
 
1078
1083
  /**
@@ -1032,7 +1032,12 @@ export interface DescribeProjectSecurityGroupsResponse {
1032
1032
  /**
1033
1033
  * 安全组详情。
1034
1034
  */
1035
- Groups?: Array<SecurityGroup>
1035
+ Groups: Array<SecurityGroup>
1036
+
1037
+ /**
1038
+ * 安全组个数。
1039
+ */
1040
+ Total: number
1036
1041
 
1037
1042
  /**
1038
1043
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1693,6 +1698,12 @@ export interface DCDBInstanceInfo {
1693
1698
  注意:此字段可能返回 null,表示取不到有效值。
1694
1699
  */
1695
1700
  InstanceType: number
1701
+
1702
+ /**
1703
+ * 实例标签信息
1704
+ 注意:此字段可能返回 null,表示取不到有效值。
1705
+ */
1706
+ ResourceTags: Array<ResourceTag>
1696
1707
  }
1697
1708
 
1698
1709
  /**
@@ -2113,14 +2124,14 @@ export interface TableColumn {
2113
2124
  */
2114
2125
  export interface SecurityGroupBound {
2115
2126
  /**
2116
- * 策略,ACCEPT 或者 DROP
2127
+ * 来源 IP 或 IP 段,例如192.168.0.0/16
2117
2128
  */
2118
- Action: string
2129
+ CidrIp: string
2119
2130
 
2120
2131
  /**
2121
- * 来源 IP 或 IP 段,例如192.168.0.0/16
2132
+ * 策略,ACCEPT 或者 DROP
2122
2133
  */
2123
- CidrIp: string
2134
+ Action: string
2124
2135
 
2125
2136
  /**
2126
2137
  * 端口
@@ -2766,6 +2777,11 @@ export interface CreateDCDBInstanceRequest {
2766
2777
  * 自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费,用户开通了预付费不停服特权也会进行自动续费), 1表示自动续费,2表示明确不自动续费(用户设置),若业务无续费概念或无需自动续费,需要设置为0
2767
2778
  */
2768
2779
  AutoRenewFlag?: number
2780
+
2781
+ /**
2782
+ * 安全组ids,安全组可以传数组形式,兼容之前SecurityGroupId参数
2783
+ */
2784
+ SecurityGroupIds?: Array<string>
2769
2785
  }
2770
2786
 
2771
2787
  /**
@@ -73,7 +73,7 @@ export class Client extends AbstractClient {
73
73
  }
74
74
 
75
75
  /**
76
- * 接口(CreateFlowsByTemplates)用于使用多个模板批量创建流程
76
+ * 接口(CreateFlowsByTemplates)用于使用多个模板批量创建流程。当前可批量发起合同(流程)数量最大为20个。
77
77
  */
78
78
  async CreateFlowsByTemplates(
79
79
  req: CreateFlowsByTemplatesRequest,
@@ -83,8 +83,8 @@ export class Client extends AbstractClient {
83
83
  }
84
84
 
85
85
  /**
86
- * 此接口(GetDownloadFlowUrl)用于创建电子签批量下载确认页面链接,支持客户合同(流程)归类打包下载。
87
-
86
+ * 此接口(GetDownloadFlowUrl)用于创建电子签批量下载确认页面链接,支持客户合同(流程)按照自定义文件夹形式 分类下载。
87
+ 当前接口限制最多合同(流程)50个.
88
88
  */
89
89
  async GetDownloadFlowUrl(
90
90
  req: GetDownloadFlowUrlRequest,
@@ -104,8 +104,10 @@ export class Client extends AbstractClient {
104
104
  }
105
105
 
106
106
  /**
107
- * 该接口 (PrepareFlows) 用于创建待发起文件
108
- */
107
+ * 该接口 (PrepareFlows) 用于创建待发起文件
108
+ 用户通过该接口进入流程发起的确认页面,进行发起信息二次确认, 如果确认则进行正常发起。
109
+ 目前该接口只支持B2C。
110
+ */
109
111
  async PrepareFlows(
110
112
  req: PrepareFlowsRequest,
111
113
  cb?: (error: string, rep: PrepareFlowsResponse) => void
@@ -114,20 +116,11 @@ export class Client extends AbstractClient {
114
116
  }
115
117
 
116
118
  /**
117
- * 此接口(OperateChannelTemplate)用于渠道侧将模板库中的模板对合作企业进行查询和设置, 其中包括可见性的修改以及对合作企业的指定.
119
+ * 此接口(OperateChannelTemplate)用于渠道侧将模板库中的模板对合作企业进行查询和设置, 其中包括可见性的修改以及对合作企业的设置.
118
120
  1、同步标识=select时:
119
- 输入规则:“可见标识”、“指定合作企业列表”为空。
120
- 处理规则:返回指定模版的可见标识、指定合作企业列表。
121
- 2、同步标识=update时:
122
- 输入规则:“可见标识”、“指定合作企业列表”非必填输入。
123
- 处理规则:
124
- 若“可见标识”=空,不做处理,返回当前的可见标识。
125
- 若“可见标识”=所有合作企业,不取“指定合作企业列表”的值处理。
126
- 若“可见标识”=指定合作企业,取“指定合作企业列表”的值进行更新/插入。
127
- 3、同步标识=delete时:
128
- 输入规则:“可见标识”、“指定合作企业列表”非必填输入。
129
- 处理规则:
130
- 仅取“指定合作企业列表”的值进行删除处理,为空时不做处。
121
+ 返回渠道侧模板库当前模板的属性.
122
+ 2、同步标识=update或者delete时:
123
+ 对渠道子客进行模板库中模板授权,修改操作
131
124
  */
132
125
  async OperateChannelTemplate(
133
126
  req: OperateChannelTemplateRequest,
@@ -137,7 +130,7 @@ export class Client extends AbstractClient {
137
130
  }
138
131
 
139
132
  /**
140
- * 根据流程Id批量创建签署参与者签署H5链接
133
+ * 创建参与者签署短链
141
134
  */
142
135
  async CreateSignUrls(
143
136
  req: CreateSignUrlsRequest,
@@ -98,7 +98,7 @@ export interface FlowApproverInfo {
98
98
  PreReadTime?: number
99
99
 
100
100
  /**
101
- * 个人签署方指定签署控件类型,目前仅支持:OCR_ESIGN
101
+ * 个人签署方指定签署控件类型,目前仅支持:OCR_ESIGN(AI智慧手写签名)
102
102
  */
103
103
  ComponentLimitType?: Array<string>
104
104
 
@@ -110,12 +110,12 @@ export interface FlowApproverInfo {
110
110
  /**
111
111
  * 同一渠道下其他合作企业OpenId,签署人为非发起方企业员工场景下必传;
112
112
  */
113
- OrganizationOpenId?: string
113
+ OrganizationName?: string
114
114
 
115
115
  /**
116
- * 同一渠道下其他合作企业OpenId,B2B场景下必传;
116
+ * 同一渠道下其他合作企业OpenId,签署人为非发起方企业员工场景下必传;
117
117
  */
118
- OrganizationName?: string
118
+ OrganizationOpenId?: string
119
119
  }
120
120
 
121
121
  /**
@@ -301,6 +301,11 @@ export interface Recipient {
301
301
  * 签署顺序:数字越小优先级越高
302
302
  */
303
303
  RoutingOrder?: number
304
+
305
+ /**
306
+ * 是否是发起方
307
+ */
308
+ IsPromoter?: boolean
304
309
  }
305
310
 
306
311
  /**
@@ -1040,7 +1045,7 @@ export interface OperateChannelTemplateRequest {
1040
1045
  AuthTag?: string
1041
1046
 
1042
1047
  /**
1043
- * 合作企业方第三方机构唯一标识数据
1048
+ * 合作企业方第三方机构唯一标识数据,支持多个, 用","进行分隔
1044
1049
  */
1045
1050
  ProxyOrganizationOpenIds?: string
1046
1051
  }
@@ -43,6 +43,22 @@ export interface RegionDetail {
43
43
  * 机房类型, dc表示DataCenter数据中心, ec表示EdgeComputing边缘节点
44
44
  */
45
45
  IDCType: string
46
+
47
+ /**
48
+ * 特性位图,每个bit位代表一种特性,其中:
49
+ 0,表示不支持该特性;
50
+ 1,表示支持该特性。
51
+ 特性位图含义如下(从右往左):
52
+ 第1个bit,支持4层加速;
53
+ 第2个bit,支持7层加速;
54
+ 第3个bit,支持Http3接入;
55
+ 第4个bit,支持IPv6;
56
+ 第5个bit,支持精品BGP接入;
57
+ 第6个bit,支持三网接入;
58
+ 第7个bit,支持接入段Qos加速。
59
+ 注意:此字段可能返回 null,表示取不到有效值。
60
+ */
61
+ FeatureBitmap: number
46
62
  }
47
63
 
48
64
  /**
@@ -692,6 +708,15 @@ export interface DescribeHTTPSListenersRequest {
692
708
  * 过滤条件,通道组ID
693
709
  */
694
710
  GroupId?: string
711
+
712
+ /**
713
+ * 支持Http3的开关,其中:
714
+ 0,表示不需要支持Http3接入;
715
+ 1,表示需要支持Http3接入。
716
+ 注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
717
+ 该功能的启停无法在监听器创建完毕后再修改。
718
+ */
719
+ Http3Supported?: number
695
720
  }
696
721
 
697
722
  /**
@@ -1417,6 +1442,15 @@ export interface CreateProxyGroupRequest {
1417
1442
  * 通道组套餐类型,可取值:Thunder、Accelerator,默认值Thunder
1418
1443
  */
1419
1444
  PackageType?: string
1445
+
1446
+ /**
1447
+ * 支持Http3的开关,其中:
1448
+ 0,表示不需要支持Http3接入;
1449
+ 1,表示需要支持Http3接入。
1450
+ 注意:如果开启了Http3的功能,那么该通道组就不再支持TCP/UDP接入的功能。
1451
+ 该功能的启停无法在通道组创建完毕后再修改。
1452
+ */
1453
+ Http3Supported?: number
1420
1454
  }
1421
1455
 
1422
1456
  /**
@@ -2814,6 +2848,14 @@ MOVING表示通道迁移中。
2814
2848
  注意:此字段可能返回 null,表示取不到有效值。
2815
2849
  */
2816
2850
  ProxyType: number
2851
+
2852
+ /**
2853
+ * 支持Http3特性的标识,其中:
2854
+ 0,表示不支持Http3;
2855
+ 1,表示支持Http3。
2856
+ 注意:此字段可能返回 null,表示取不到有效值。
2857
+ */
2858
+ Http3Supported: number
2817
2859
  }
2818
2860
 
2819
2861
  /**
@@ -3057,6 +3099,11 @@ export interface CreateProxyRequest {
3057
3099
  * 通道套餐类型,Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。
3058
3100
  */
3059
3101
  PackageType?: string
3102
+
3103
+ /**
3104
+ * 支持Http3的开关,其中:0,表示不需要支持Http3接入;1,表示需要支持Http3接入。注意:如果开启了Http3的功能,那么该通道就不再支持TCP/UDP接入的功能。该功能的启停无法在通道创建完毕后再修改。
3105
+ */
3106
+ Http3Supported?: number
3060
3107
  }
3061
3108
 
3062
3109
  /**
@@ -3134,6 +3181,14 @@ export interface CreateDomainRequest {
3134
3181
  仅当采用双向认证的方式时,需要设置该字段或ClientCertificateId字段。
3135
3182
  */
3136
3183
  PolyClientCertificateIds?: Array<string>
3184
+
3185
+ /**
3186
+ * 是否开启Http3特性的标识,其中:
3187
+ 0,表示不开启Http3;
3188
+ 1,表示开启Http3。
3189
+ 默认不开启Http3。可以通过SetDomainHttp3开启。
3190
+ */
3191
+ Http3Supported?: number
3137
3192
  }
3138
3193
 
3139
3194
  /**
@@ -3357,10 +3412,18 @@ export interface ProxyGroupDetail {
3357
3412
  IPAddressVersion: string
3358
3413
 
3359
3414
  /**
3360
- * 通道组套餐类型:Thunder表示标准通道组,Accelerator表示游戏加速器通道组。
3415
+ * 通道组套餐类型:Thunder表示标准通道组,Accelerator表示游戏加速器通道组,CrossBorder表示跨境通道组。
3361
3416
  注意:此字段可能返回 null,表示取不到有效值。
3362
3417
  */
3363
3418
  PackageType: string
3419
+
3420
+ /**
3421
+ * 支持Http3特性的标识,其中:
3422
+ 0表示关闭;
3423
+ 1表示启用。
3424
+ 注意:此字段可能返回 null,表示取不到有效值。
3425
+ */
3426
+ Http3Supported: number
3364
3427
  }
3365
3428
 
3366
3429
  /**
@@ -3961,6 +4024,22 @@ export interface AccessRegionDetial {
3961
4024
  * 机房类型, dc表示DataCenter数据中心, ec表示EdgeComputing边缘节点
3962
4025
  */
3963
4026
  IDCType: string
4027
+
4028
+ /**
4029
+ * 特性位图,每个bit位代表一种特性,其中:
4030
+ 0,表示不支持该特性;
4031
+ 1,表示支持该特性。
4032
+ 特性位图含义如下(从右往左):
4033
+ 第1个bit,支持4层加速;
4034
+ 第2个bit,支持7层加速;
4035
+ 第3个bit,支持Http3接入;
4036
+ 第4个bit,支持IPv6;
4037
+ 第5个bit,支持精品BGP接入;
4038
+ 第6个bit,支持三网接入;
4039
+ 第7个bit,支持接入段Qos加速。
4040
+ 注意:此字段可能返回 null,表示取不到有效值。
4041
+ */
4042
+ FeatureBitmap: number
3964
4043
  }
3965
4044
 
3966
4045
  /**
@@ -4521,6 +4600,14 @@ export interface DomainRuleSet {
4521
4600
  注意:此字段可能返回 null,表示取不到有效值。
4522
4601
  */
4523
4602
  BanStatus: string
4603
+
4604
+ /**
4605
+ * Http3特性标识,其中:
4606
+ 0表示关闭;
4607
+ 1表示启用。
4608
+ 注意:此字段可能返回 null,表示取不到有效值。
4609
+ */
4610
+ Http3Supported: number
4524
4611
  }
4525
4612
 
4526
4613
  /**
@@ -4738,6 +4825,11 @@ export interface CheckProxyCreateRequest {
4738
4825
  * 通道套餐类型。Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。
4739
4826
  */
4740
4827
  PackageType?: string
4828
+
4829
+ /**
4830
+ * 支持Http3的开关,其中:0,表示不需要支持Http3接入;1,表示需要支持Http3接入。注意:如果开启了Http3的功能,那么该通道就不再支持TCP/UDP接入的功能。该功能的启停无法在通道创建完毕后再修改。
4831
+ */
4832
+ Http3Supported?: number
4741
4833
  }
4742
4834
 
4743
4835
  /**
@@ -4892,6 +4984,15 @@ export interface CreateHTTPSListenerRequest {
4892
4984
  * 通道组ID,与ProxyId之间只能设置一个。表示创建通道组的监听器。
4893
4985
  */
4894
4986
  GroupId?: string
4987
+
4988
+ /**
4989
+ * 支持Http3的开关,其中:
4990
+ 0,表示不需要支持Http3接入;
4991
+ 1,表示需要支持Http3接入。
4992
+ 注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
4993
+ 该功能的启停无法在监听器创建完毕后再修改。
4994
+ */
4995
+ Http3Supported?: number
4895
4996
  }
4896
4997
 
4897
4998
  /**
@@ -5073,6 +5174,11 @@ export interface InquiryPriceCreateProxyRequest {
5073
5174
  * 通道套餐类型,Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。
5074
5175
  */
5075
5176
  PackageType?: string
5177
+
5178
+ /**
5179
+ * 支持Http3的开关,其中:0,表示不需要支持Http3接入;1,表示需要支持Http3接入。注意:如果开启了Http3的功能,那么该通道就不再支持TCP/UDP接入的功能。该功能的启停无法在通道创建完毕后再修改。
5180
+ */
5181
+ Http3Supported?: number
5076
5182
  }
5077
5183
 
5078
5184
  /**
@@ -5364,6 +5470,14 @@ CrossBorder表示跨境通道。
5364
5470
  注意:此字段可能返回 null,表示取不到有效值。
5365
5471
  */
5366
5472
  IPList: Array<IPDetail>
5473
+
5474
+ /**
5475
+ * 支持Http3协议的标识,其中:
5476
+ 0表示关闭;
5477
+ 1表示启用。
5478
+ 注意:此字段可能返回 null,表示取不到有效值。
5479
+ */
5480
+ Http3Supported: number
5367
5481
  }
5368
5482
 
5369
5483
  /**
@@ -18,17 +18,21 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
+ StopPublishStreamResponse,
21
22
  StopGameRequest,
22
23
  SaveGameArchiveResponse,
24
+ StopPublishStreamRequest,
23
25
  SwitchGameArchiveRequest,
24
26
  TrylockWorkerResponse,
25
27
  DescribeInstancesCountResponse,
28
+ StartPublishStreamResponse,
26
29
  CreateSessionRequest,
27
30
  CreateSessionResponse,
28
31
  DescribeInstancesCountRequest,
29
32
  SaveGameArchiveRequest,
30
33
  TrylockWorkerRequest,
31
34
  SwitchGameArchiveResponse,
35
+ StartPublishStreamRequest,
32
36
  StopGameResponse,
33
37
  } from "./gs_models"
34
38
 
@@ -91,6 +95,26 @@ export class Client extends AbstractClient {
91
95
  return this.request("SwitchGameArchive", req, cb)
92
96
  }
93
97
 
98
+ /**
99
+ * 开始云端推流
100
+ */
101
+ async StartPublishStream(
102
+ req: StartPublishStreamRequest,
103
+ cb?: (error: string, rep: StartPublishStreamResponse) => void
104
+ ): Promise<StartPublishStreamResponse> {
105
+ return this.request("StartPublishStream", req, cb)
106
+ }
107
+
108
+ /**
109
+ * 停止云端推流
110
+ */
111
+ async StopPublishStream(
112
+ req: StopPublishStreamRequest,
113
+ cb?: (error: string, rep: StopPublishStreamResponse) => void
114
+ ): Promise<StopPublishStreamResponse> {
115
+ return this.request("StopPublishStream", req, cb)
116
+ }
117
+
94
118
  /**
95
119
  * 创建会话
96
120
  */