tencentcloud-sdk-nodejs 4.0.413 → 4.0.416

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 (125) hide show
  1. package/CHANGELOG.md +623 -0
  2. package/SERVICE_CHANGELOG.md +814 -288
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +18 -0
  7. package/src/services/bm/v20180423/bm_models.ts +2 -2
  8. package/src/services/captcha/v20190722/captcha_models.ts +4 -1
  9. package/src/services/ccc/v20200210/ccc_client.ts +0 -14
  10. package/src/services/ccc/v20200210/ccc_models.ts +25 -40
  11. package/src/services/cfw/v20190904/cfw_models.ts +2 -2
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  13. package/src/services/cls/v20201016/cls_models.ts +17 -1
  14. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
  15. package/src/services/cpdp/v20190820/cpdp_models.ts +25 -0
  16. package/src/services/ess/v20201111/ess_client.ts +33 -16
  17. package/src/services/ess/v20201111/ess_models.ts +105 -34
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +33 -18
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +119 -56
  20. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  21. package/src/services/gme/v20180711/gme_client.ts +185 -111
  22. package/src/services/gme/v20180711/gme_models.ts +312 -71
  23. package/src/services/iai/v20200303/iai_models.ts +1 -1
  24. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  25. package/src/services/lighthouse/v20200324/lighthouse_models.ts +79 -7
  26. package/src/services/live/v20180801/live_models.ts +6 -0
  27. package/src/services/mongodb/v20190725/mongodb_client.ts +0 -15
  28. package/src/services/mongodb/v20190725/mongodb_models.ts +0 -55
  29. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  30. package/src/services/monitor/v20180724/monitor_models.ts +25 -0
  31. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  32. package/src/services/ocr/v20181119/ocr_models.ts +5 -0
  33. package/src/services/organization/v20181225/organization_models.ts +1 -1
  34. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  35. package/src/services/redis/v20180412/redis_client.ts +12 -0
  36. package/src/services/redis/v20180412/redis_models.ts +25 -0
  37. package/src/services/sqlserver/v20180328/sqlserver_models.ts +40 -0
  38. package/src/services/taf/v20200210/taf_client.ts +20 -37
  39. package/src/services/taf/v20200210/taf_models.ts +154 -224
  40. package/src/services/tbaas/v20180416/tbaas_client.ts +77 -175
  41. package/src/services/tbaas/v20180416/tbaas_models.ts +978 -1343
  42. package/src/services/tcss/v20201101/tcss_models.ts +54 -0
  43. package/src/services/tem/v20210701/tem_client.ts +41 -4
  44. package/src/services/tem/v20210701/tem_models.ts +409 -225
  45. package/src/services/teo/v20220106/teo_client.ts +8 -7
  46. package/src/services/teo/v20220106/teo_models.ts +536 -355
  47. package/src/services/tione/v20211111/tione_models.ts +23 -1
  48. package/src/services/tke/v20180525/tke_models.ts +6 -0
  49. package/src/services/tse/v20201207/tse_client.ts +16 -2
  50. package/src/services/tse/v20201207/tse_models.ts +93 -17
  51. package/src/services/vod/v20180717/vod_client.ts +49 -33
  52. package/src/services/vod/v20180717/vod_models.ts +78 -21
  53. package/src/services/vpc/v20170312/vpc_models.ts +29 -0
  54. package/tencentcloud/common/sdk_version.d.ts +1 -1
  55. package/tencentcloud/common/sdk_version.js +1 -1
  56. package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -0
  57. package/tencentcloud/services/bm/v20180423/bm_models.d.ts +2 -2
  58. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -1
  59. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -7
  60. package/tencentcloud/services/ccc/v20200210/ccc_client.js +0 -8
  61. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -34
  62. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
  63. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  64. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
  65. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +21 -0
  66. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +17 -8
  67. package/tencentcloud/services/ess/v20201111/ess_client.js +20 -9
  68. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +93 -30
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +16 -9
  70. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +19 -10
  71. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +107 -51
  72. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  73. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +68 -44
  74. package/tencentcloud/services/gme/v20180711/gme_client.js +94 -58
  75. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +273 -66
  76. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  77. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +67 -5
  78. package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
  79. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -7
  80. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +0 -8
  81. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +0 -47
  82. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -0
  83. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  84. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  85. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  86. package/tencentcloud/services/organization/v20181225/organization_models.d.ts +1 -1
  87. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  88. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  89. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  90. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  91. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
  92. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -0
  93. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -11
  94. package/tencentcloud/services/taf/v20200210/taf_client.js +6 -14
  95. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +136 -197
  96. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -49
  97. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -65
  98. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +905 -1211
  99. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +47 -0
  100. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +13 -1
  101. package/tencentcloud/services/tem/v20210701/tem_client.js +18 -0
  102. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +316 -160
  103. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -7
  104. package/tencentcloud/services/teo/v20220106/teo_client.js +7 -7
  105. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +452 -288
  106. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -1
  107. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  108. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  109. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  110. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +81 -16
  111. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +23 -15
  112. package/tencentcloud/services/vod/v20180717/vod_client.js +28 -18
  113. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +67 -18
  114. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +24 -0
  115. package/test/ccc.v20200210.test.js +0 -10
  116. package/test/ess.v20201111.test.js +14 -4
  117. package/test/essbasic.v20210526.test.js +14 -4
  118. package/test/gme.v20180711.test.js +90 -30
  119. package/test/mongodb.v20190725.test.js +0 -10
  120. package/test/redis.v20180412.test.js +10 -0
  121. package/test/taf.v20200210.test.js +8 -18
  122. package/test/tbaas.v20180416.test.js +6 -76
  123. package/test/tem.v20210701.test.js +30 -0
  124. package/test/tse.v20201207.test.js +10 -0
  125. package/test/vod.v20180717.test.js +18 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.413",
3
+ "version": "4.0.416",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,7 +14,7 @@
14
14
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
15
15
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
16
16
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-03 06:04:22 |
17
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-07-26 06:06:18 |
17
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-08-11 06:10:05 |
18
18
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-07-20 06:01:12 |
19
19
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
20
20
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
@@ -23,7 +23,7 @@
23
23
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
24
24
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-06-08 06:04:08 |
25
25
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
26
- | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
26
+ | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2022-08-09 11:50:03 |
27
27
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-08-02 06:05:09 |
28
28
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
29
29
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
@@ -32,33 +32,33 @@
32
32
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-08-03 06:07:16 |
33
33
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
34
34
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-25 06:03:56 |
35
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
35
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-08-09 11:58:28 |
36
36
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
37
37
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
38
38
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-08-04 06:12:14 |
39
39
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-08-08 06:07:22 |
40
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-07-01 06:06:59 |
40
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-08-11 06:14:26 |
41
41
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-04 06:13:03 |
42
42
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
43
43
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-04 06:14:18 |
44
44
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
45
45
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
46
46
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-07-28 06:07:24 |
47
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-05 06:09:39 |
47
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-09 12:00:48 |
48
48
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
49
49
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
50
50
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
51
51
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
52
52
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
53
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-08 06:10:42 |
53
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-11 06:18:51 |
54
54
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-27 06:06:19 |
55
55
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
56
56
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
57
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-03 06:13:36 |
57
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-11 06:20:21 |
58
58
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
59
59
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
60
60
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
61
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-04 06:19:24 |
61
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-11 06:21:37 |
62
62
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
63
63
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-08 06:14:02 |
64
64
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-05 06:14:19 |
@@ -86,20 +86,20 @@
86
86
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
87
87
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-28 06:11:30 |
88
88
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-08-03 06:23:52 |
89
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-05 17:16:36 |
90
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-08 10:31:46 |
89
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-11 22:36:30 |
90
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-11 15:03:00 |
91
91
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
92
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-08-03 20:46:50 |
92
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-08-11 06:31:43 |
93
93
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
94
94
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
95
95
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-08-05 06:21:50 |
96
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-07-25 06:08:50 |
96
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-08-11 06:32:55 |
97
97
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
98
98
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
99
99
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
100
100
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
101
101
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
102
- | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-08-03 06:26:45 |
102
+ | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-08-09 12:12:37 |
103
103
  | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-08-05 06:23:27 |
104
104
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
105
105
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-07-06 06:13:46 |
@@ -111,12 +111,12 @@
111
111
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-08-08 06:25:19 |
112
112
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
113
113
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-07-19 16:17:21 |
114
- | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
114
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
115
115
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-02 06:22:49 |
116
116
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
117
117
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
118
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-07-28 06:16:39 |
119
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-08 06:27:50 |
118
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-08-11 06:38:25 |
119
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-11 06:39:01 |
120
120
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
121
121
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
122
122
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-27 06:13:02 |
@@ -125,8 +125,8 @@
125
125
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
126
126
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-07-29 06:12:05 |
127
127
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
128
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
129
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-07-15 06:12:20 |
128
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-08-11 06:40:51 |
129
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-09 12:18:17 |
130
130
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-07-30 15:15:41 |
131
131
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
132
132
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-07-07 06:13:41 |
@@ -135,15 +135,15 @@
135
135
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
136
136
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
137
137
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-07-26 06:19:20 |
138
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-08 06:31:18 |
138
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-12 11:13:38 |
139
139
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
140
140
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
141
141
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
142
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-27 06:13:12 |
142
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-08-11 06:43:45 |
143
143
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-08-01 11:48:13 |
144
144
  | pts | [性能测试服务](https://cloud.tencent.com/document/product/1484) | 2022-07-29 11:04:42 |
145
145
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-08-05 06:32:35 |
146
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-07-27 06:14:34 |
146
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-08-11 06:44:49 |
147
147
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
148
148
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
149
149
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -155,18 +155,18 @@
155
155
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
156
156
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-06-07 06:12:07 |
157
157
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
158
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-07-29 06:14:07 |
158
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-08-11 06:47:08 |
159
159
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-07-25 06:13:43 |
160
160
  | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-07-20 06:12:05 |
161
161
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
162
162
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-07-18 06:15:58 |
163
163
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
164
- | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-07-19 06:17:28 |
164
+ | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-08-11 06:48:40 |
165
165
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-08-08 06:36:01 |
166
166
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
167
167
  | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
168
168
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
169
- | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-06-20 15:31:45 |
169
+ | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-08-11 06:49:15 |
170
170
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
171
171
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
172
172
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
@@ -176,12 +176,12 @@
176
176
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
177
177
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-07-18 06:16:41 |
178
178
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-08-04 06:52:35 |
179
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-07-19 06:18:23 |
179
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-08-11 06:51:30 |
180
180
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
181
181
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
182
182
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
183
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-05 06:39:35 |
184
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-04 06:55:59 |
183
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-12 11:47:08 |
184
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-11 06:53:53 |
185
185
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
186
186
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
187
187
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
@@ -189,23 +189,23 @@
189
189
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
190
190
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
191
191
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-05 06:42:13 |
192
- | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-07-18 06:17:59 |
192
+ | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-08-09 12:28:40 |
193
193
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
194
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-02 06:35:11 |
194
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-10 06:54:09 |
195
195
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
196
196
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
197
197
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
198
198
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-07-27 06:17:54 |
199
199
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-08-08 06:44:27 |
200
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-07-19 06:20:45 |
200
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-10 06:55:45 |
201
201
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
202
202
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
203
203
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
204
204
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
205
205
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-23 06:20:49 |
206
206
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
207
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-07-29 06:17:29 |
208
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-07-28 06:25:12 |
207
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-11 07:05:14 |
208
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-08-10 06:57:28 |
209
209
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-29 06:18:30 |
210
210
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
211
211
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-08-05 15:51:29 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.413"
1
+ export const sdkVersion = "4.0.416"
@@ -143,6 +143,12 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
143
143
  * CAM角色名称。可通过DescribeRoleList接口返回值中的roleName获取。
144
144
  */
145
145
  CamRoleName?: string
146
+
147
+ /**
148
+ * 高性能计算集群ID。<br>
149
+ 注意:此字段默认为空。
150
+ */
151
+ HpcClusterId?: string
146
152
  }
147
153
 
148
154
  /**
@@ -575,6 +581,12 @@ export interface LaunchConfiguration {
575
581
  <br><li>AUTOMATIC:自动选择当前可用区下可用的云盘类型
576
582
  */
577
583
  DiskTypePolicy: string
584
+
585
+ /**
586
+ * 高性能计算集群ID。<br>
587
+ 注意:此字段默认为空。
588
+ */
589
+ HpcClusterId: string
578
590
  }
579
591
 
580
592
  /**
@@ -1349,6 +1361,12 @@ export interface CreateLaunchConfigurationRequest {
1349
1361
  <br><li>AUTOMATIC:自动选择当前可用的云盘类型
1350
1362
  */
1351
1363
  DiskTypePolicy?: string
1364
+
1365
+ /**
1366
+ * 高性能计算集群ID。<br>
1367
+ 注意:此字段默认为空。
1368
+ */
1369
+ HpcClusterId?: string
1352
1370
  }
1353
1371
 
1354
1372
  /**
@@ -2358,12 +2358,12 @@ export interface DescribeTaskInfoResponse {
2358
2358
  /**
2359
2359
  * 返回任务总数量
2360
2360
  */
2361
- TotalCount?: number
2361
+ TotalCount: number
2362
2362
 
2363
2363
  /**
2364
2364
  * 任务信息列表
2365
2365
  */
2366
- TaskInfoSet?: Array<TaskInfo>
2366
+ TaskInfoSet: Array<TaskInfo>
2367
2367
 
2368
2368
  /**
2369
2369
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -857,7 +857,10 @@ export interface DescribeCaptchaResultResponse {
857
857
  CaptchaMsg: string
858
858
 
859
859
  /**
860
- * [0,100],恶意等级
860
+ * 无感验证模式下,该参数返回验证结果:
861
+
862
+ EvilLevel=0 请求无恶意
863
+ EvilLevel=100 请求有恶意
861
864
  注意:此字段可能返回 null,表示取不到有效值。
862
865
  */
863
866
  EvilLevel: number
@@ -74,8 +74,6 @@ import {
74
74
  DescribeTelCallInfoResponse,
75
75
  SkillGroupInfoItem,
76
76
  StopAutoCalloutTaskResponse,
77
- DescribeSeatUserListResponse,
78
- DescribeSeatUserListRequest,
79
77
  CreateCallOutSessionRequest,
80
78
  StaffStatusMetrics,
81
79
  BindStaffSkillGroupListResponse,
@@ -354,16 +352,4 @@ export class Client extends AbstractClient {
354
352
  ): Promise<CreateSDKLoginTokenResponse> {
355
353
  return this.request("CreateSDKLoginToken", req, cb)
356
354
  }
357
-
358
- /**
359
- * 废弃接口下架
360
-
361
- 获取坐席用户列表(废弃)
362
- */
363
- async DescribeSeatUserList(
364
- req: DescribeSeatUserListRequest,
365
- cb?: (error: string, rep: DescribeSeatUserListResponse) => void
366
- ): Promise<DescribeSeatUserListResponse> {
367
- return this.request("DescribeSeatUserList", req, cb)
368
- }
369
355
  }
@@ -767,6 +767,16 @@ export interface ModifyStaffRequest {
767
767
  * 绑定技能组ID列表
768
768
  */
769
769
  SkillGroupIds?: Array<number>
770
+
771
+ /**
772
+ * 是否开启手机外呼开关
773
+ */
774
+ UseMobileCallOut?: boolean
775
+
776
+ /**
777
+ * 手机接听模式 0 - 关闭 | 1 - 仅离线 | 2 - 始终
778
+ */
779
+ UseMobileAccept?: number
770
780
  }
771
781
 
772
782
  /**
@@ -963,6 +973,11 @@ export interface DescribeSkillGroupInfoListRequest {
963
973
  * 查询修改时间大于等于ModifiedTime的技能组时使用
964
974
  */
965
975
  ModifiedTime?: number
976
+
977
+ /**
978
+ * 技能组名称
979
+ */
980
+ SkillGroupName?: string
966
981
  }
967
982
 
968
983
  /**
@@ -1789,46 +1804,6 @@ export interface StopAutoCalloutTaskResponse {
1789
1804
  RequestId?: string
1790
1805
  }
1791
1806
 
1792
- /**
1793
- * DescribeSeatUserList返回参数结构体
1794
- */
1795
- export interface DescribeSeatUserListResponse {
1796
- /**
1797
- * 此实例的坐席用户总数
1798
- */
1799
- TotalCount: number
1800
-
1801
- /**
1802
- * 坐席用户信息列表
1803
- */
1804
- SeatUsers: Array<SeatUserInfo>
1805
-
1806
- /**
1807
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1808
- */
1809
- RequestId?: string
1810
- }
1811
-
1812
- /**
1813
- * DescribeSeatUserList请求参数结构体
1814
- */
1815
- export interface DescribeSeatUserListRequest {
1816
- /**
1817
- * 实例ID
1818
- */
1819
- InstanceId: number
1820
-
1821
- /**
1822
- * 偏移量
1823
- */
1824
- Offset: number
1825
-
1826
- /**
1827
- * 返回数量
1828
- */
1829
- Limit: number
1830
- }
1831
-
1832
1807
  /**
1833
1808
  * CreateCallOutSession请求参数结构体
1834
1809
  */
@@ -1927,6 +1902,16 @@ export interface StaffStatusMetrics {
1927
1902
  * 是否预约示忙
1928
1903
  */
1929
1904
  ReserveNotReady: boolean
1905
+
1906
+ /**
1907
+ * 手机接听模式: 0 - 关闭 | 1 - 仅离线 | 2- 始终
1908
+ */
1909
+ UseMobileAccept: number
1910
+
1911
+ /**
1912
+ * 手机外呼开关
1913
+ */
1914
+ UseMobileCallOut: boolean
1930
1915
  }
1931
1916
 
1932
1917
  /**
@@ -992,12 +992,12 @@ export interface ModifyBlockIgnoreListRequest {
992
992
  IocAction: string
993
993
 
994
994
  /**
995
- * 时间格式:yyyy-MM-dd HH:mm:ss
995
+ * 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填
996
996
  */
997
997
  StartTime?: string
998
998
 
999
999
  /**
1000
- * 时间格式:yyyy-MM-dd HH:mm:ss
1000
+ * 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填
1001
1001
  */
1002
1002
  EndTime?: string
1003
1003
  }
@@ -7163,6 +7163,16 @@ export interface MySQLParam {
7163
7163
  * 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
7164
7164
  */
7165
7165
  KeyColumns?: string
7166
+
7167
+ /**
7168
+ * Mysql 是否抛弃解析失败的消息,默认为true
7169
+ */
7170
+ DropInvalidMessage?: boolean
7171
+
7172
+ /**
7173
+ * 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
7174
+ */
7175
+ DropCls?: DropCls
7166
7176
  }
7167
7177
 
7168
7178
  /**
@@ -1143,6 +1143,11 @@ export interface ModifyConsumerRequest {
1143
1143
  * CKafka的描述
1144
1144
  */
1145
1145
  Ckafka?: Ckafka
1146
+
1147
+ /**
1148
+ * 投递时压缩方式,取值0,2,3。[0:NONE;2:SNAPPY;3:LZ4]
1149
+ */
1150
+ Compression?: number
1146
1151
  }
1147
1152
 
1148
1153
  /**
@@ -2234,6 +2239,12 @@ export interface DescribeConsumerResponse {
2234
2239
  */
2235
2240
  Ckafka: Ckafka
2236
2241
 
2242
+ /**
2243
+ * 压缩方式[0:NONE;2:SNAPPY;3:LZ4]
2244
+ 注意:此字段可能返回 null,表示取不到有效值。
2245
+ */
2246
+ Compression: number
2247
+
2237
2248
  /**
2238
2249
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2239
2250
  */
@@ -3285,6 +3296,11 @@ export interface CreateConsumerRequest {
3285
3296
  * CKafka的描述
3286
3297
  */
3287
3298
  Ckafka?: Ckafka
3299
+
3300
+ /**
3301
+ * 投递时压缩方式,取值0,2,3。[0:NONE;2:SNAPPY;3:LZ4]
3302
+ */
3303
+ Compression?: number
3288
3304
  }
3289
3305
 
3290
3306
  /**
@@ -4399,7 +4415,7 @@ export interface ConsumerContent {
4399
4415
  EnableTag: boolean
4400
4416
 
4401
4417
  /**
4402
- * 需要投递的元数据列表,目前仅支持:\_\_SOURCE\_\_,\_\_FILENAME\_\_和\_\_TIMESTAMP\_\_
4418
+ * 需要投递的元数据列表,目前仅支持:\_\_SOURCE\_\_,\_\_FILENAME\_\_,\_\_TIMESTAMP\_\_,\_\_HOSTNAME\_\_和\_\_PKGID\_\_
4403
4419
  注意:此字段可能返回 null,表示取不到有效值。
4404
4420
  */
4405
4421
  MetaFields: Array<string>
@@ -62,6 +62,7 @@ import {
62
62
  UnbindOpenBankExternalSubMerchantBankAccountRequest,
63
63
  CreateRedInvoiceItem,
64
64
  AddMerchantResult,
65
+ CloudExternalUserInfo,
65
66
  QueryOpenBankExternalSubMerchantRegistrationRequest,
66
67
  QueryMerchantInfoForManagementResponse,
67
68
  CreateTransferBatchResponse,
@@ -1587,6 +1587,21 @@ export interface AddMerchantResult {
1587
1587
  MerchantNo: string
1588
1588
  }
1589
1589
 
1590
+ /**
1591
+ * 渠道方用户信息
1592
+ */
1593
+ export interface CloudExternalUserInfo {
1594
+ /**
1595
+ * 渠道方用户类型
1596
+ */
1597
+ ExternalUserType?: string
1598
+
1599
+ /**
1600
+ * 渠道方用户ID
1601
+ */
1602
+ ExternalUserId?: string
1603
+ }
1604
+
1590
1605
  /**
1591
1606
  * QueryOpenBankExternalSubMerchantRegistration请求参数结构体
1592
1607
  */
@@ -11449,6 +11464,11 @@ __test__:测试环境
11449
11464
  缺省默认为生产环境
11450
11465
  */
11451
11466
  Environment?: string
11467
+
11468
+ /**
11469
+ * 支付结果通知回调地址
11470
+ */
11471
+ NotifyUrl?: string
11452
11472
  }
11453
11473
 
11454
11474
  /**
@@ -21796,6 +21816,11 @@ ORDER_RECEIVE_MODE_V_COMBINE - 虚拟合单支付
21796
21816
  若不传入该字段,则会根据是否传入子单来判断是 普通支付 还是 合单支付
21797
21817
  */
21798
21818
  OrderReceiveMode?: string
21819
+
21820
+ /**
21821
+ * 渠道方用户信息列表
21822
+ */
21823
+ ExternalUserInfoList?: Array<CloudExternalUserInfo>
21799
21824
  }
21800
21825
 
21801
21826
  /**
@@ -30,6 +30,7 @@ import {
30
30
  CreateSchemeUrlRequest,
31
31
  FileUrl,
32
32
  DescribeThirdPartyAuthCodeRequest,
33
+ Filter,
33
34
  SignQrCode,
34
35
  GetTaskResultApiRequest,
35
36
  UploadFilesRequest,
@@ -48,6 +49,7 @@ import {
48
49
  SignUrl,
49
50
  DescribeFileUrlsRequest,
50
51
  ApproverInfo,
52
+ CreateFlowSignReviewResponse,
51
53
  Caller,
52
54
  DescribeFlowTemplatesResponse,
53
55
  CreateBatchCancelFlowUrlResponse,
@@ -56,7 +58,7 @@ import {
56
58
  CreateBatchCancelFlowUrlRequest,
57
59
  CreateMultiFlowSignQRCodeRequest,
58
60
  CreateConvertTaskApiResponse,
59
- Filter,
61
+ CreateFlowSignReviewRequest,
60
62
  CreateConvertTaskApiRequest,
61
63
  CreateSchemeUrlResponse,
62
64
  CreateFlowByFilesRequest,
@@ -80,6 +82,17 @@ export class Client extends AbstractClient {
80
82
  super("ess.tencentcloudapi.com", "2020-11-11", clientConfig)
81
83
  }
82
84
 
85
+ /**
86
+ * 查询文件下载URL
87
+ 适用场景:通过传参合同流程编号,下载对应的合同PDF文件流到本地。
88
+ */
89
+ async DescribeFileUrls(
90
+ req: DescribeFileUrlsRequest,
91
+ cb?: (error: string, rep: DescribeFileUrlsResponse) => void
92
+ ): Promise<DescribeFileUrlsResponse> {
93
+ return this.request("DescribeFileUrls", req, cb)
94
+ }
95
+
83
96
  /**
84
97
  * 此接口用于发起流程
85
98
  适用场景:见创建签署流程接口。
@@ -93,15 +106,17 @@ export class Client extends AbstractClient {
93
106
  }
94
107
 
95
108
  /**
96
- * 此接口(CreateMultiFlowSignQRCode)用于创建一码多扫流程签署二维码。
97
- 适用场景:无需填写签署人信息,可通过模板id生成签署二维码,签署人可通过扫描二维码补充签署信息进行实名签署。常用于提前不知道签署人的身份信息场景,例如:劳务工招工、大批量员工入职等场景。
98
- 适用的模板仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模板,且模板中发起方没有填写控件。
109
+ * 提交企业签署流程审批结果
110
+ 适用场景:
111
+ 在通过接口(CreateFlow 或者CreateFlowByFiles)创建签署流程时,若指定了参数 NeedSignReview 为true,则可以调用此接口提交企业内部签署审批结果。
112
+ 若签署流程状态正常,且本企业存在签署方未签署,同一签署流程可以多次提交签署审批结果,签署时的最后一个“审批结果”有效。
113
+
99
114
  */
100
- async CreateMultiFlowSignQRCode(
101
- req: CreateMultiFlowSignQRCodeRequest,
102
- cb?: (error: string, rep: CreateMultiFlowSignQRCodeResponse) => void
103
- ): Promise<CreateMultiFlowSignQRCodeResponse> {
104
- return this.request("CreateMultiFlowSignQRCode", req, cb)
115
+ async CreateFlowSignReview(
116
+ req: CreateFlowSignReviewRequest,
117
+ cb?: (error: string, rep: CreateFlowSignReviewResponse) => void
118
+ ): Promise<CreateFlowSignReviewResponse> {
119
+ return this.request("CreateFlowSignReview", req, cb)
105
120
  }
106
121
 
107
122
  /**
@@ -129,14 +144,15 @@ export class Client extends AbstractClient {
129
144
  }
130
145
 
131
146
  /**
132
- * 查询文件下载URL
133
- 适用场景:通过传参合同流程编号,下载对应的合同PDF文件流到本地。
147
+ * 此接口(CreateMultiFlowSignQRCode)用于创建一码多扫流程签署二维码。
148
+ 适用场景:无需填写签署人信息,可通过模板id生成签署二维码,签署人可通过扫描二维码补充签署信息进行实名签署。常用于提前不知道签署人的身份信息场景,例如:劳务工招工、大批量员工入职等场景。
149
+ 适用的模板仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模板,且模板中发起方没有填写控件。
134
150
  */
135
- async DescribeFileUrls(
136
- req: DescribeFileUrlsRequest,
137
- cb?: (error: string, rep: DescribeFileUrlsResponse) => void
138
- ): Promise<DescribeFileUrlsResponse> {
139
- return this.request("DescribeFileUrls", req, cb)
151
+ async CreateMultiFlowSignQRCode(
152
+ req: CreateMultiFlowSignQRCodeRequest,
153
+ cb?: (error: string, rep: CreateMultiFlowSignQRCodeResponse) => void
154
+ ): Promise<CreateMultiFlowSignQRCodeResponse> {
155
+ return this.request("CreateMultiFlowSignQRCode", req, cb)
140
156
  }
141
157
 
142
158
  /**
@@ -236,6 +252,7 @@ export class Client extends AbstractClient {
236
252
  /**
237
253
  * 查询流程摘要
238
254
  适用场景:可用于主动查询某个合同流程的签署状态信息。可以配合回调通知使用。
255
+ 日调用量默认10W
239
256
  */
240
257
  async DescribeFlowBriefs(
241
258
  req: DescribeFlowBriefsRequest,