tencentcloud-sdk-nodejs 4.0.447 → 4.0.449

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 (87) hide show
  1. package/CHANGELOG.md +270 -0
  2. package/SERVICE_CHANGELOG.md +341 -107
  3. package/package.json +1 -1
  4. package/products.md +18 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bpaas/index.ts +5 -0
  7. package/src/services/bpaas/v20181217/bpaas_client.ts +59 -0
  8. package/src/services/bpaas/v20181217/bpaas_models.ts +291 -0
  9. package/src/services/bpaas/v20181217/index.ts +6 -0
  10. package/src/services/cam/v20190116/cam_models.ts +2 -2
  11. package/src/services/ccc/v20200210/ccc_client.ts +12 -0
  12. package/src/services/ccc/v20200210/ccc_models.ts +30 -0
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +5 -3
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +164 -56
  15. package/src/services/clb/v20180317/clb_models.ts +1 -1
  16. package/src/services/cls/v20201016/cls_models.ts +23 -0
  17. package/src/services/ess/v20201111/ess_models.ts +1 -1
  18. package/src/services/index.ts +2 -0
  19. package/src/services/lcic/index.ts +5 -0
  20. package/src/services/lcic/v20220817/index.ts +6 -0
  21. package/src/services/lcic/v20220817/lcic_client.ts +115 -0
  22. package/src/services/lcic/v20220817/lcic_models.ts +371 -0
  23. package/src/services/live/v20180801/live_models.ts +19 -16
  24. package/src/services/mongodb/v20190725/mongodb_client.ts +1 -1
  25. package/src/services/mongodb/v20190725/mongodb_models.ts +1 -1
  26. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  27. package/src/services/organization/v20210331/organization_models.ts +7 -1
  28. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  29. package/src/services/postgres/v20170312/postgres_models.ts +76 -12
  30. package/src/services/rum/v20210622/rum_client.ts +1 -1
  31. package/src/services/tdmq/v20200217/tdmq_client.ts +13 -0
  32. package/src/services/tdmq/v20200217/tdmq_models.ts +117 -0
  33. package/src/services/wedata/v20210820/wedata_client.ts +33 -5
  34. package/src/services/wedata/v20210820/wedata_models.ts +222 -100
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/bpaas/index.d.ts +6 -0
  38. package/tencentcloud/services/bpaas/index.js +7 -0
  39. package/tencentcloud/services/bpaas/v20181217/bpaas_client.d.ts +18 -0
  40. package/tencentcloud/services/bpaas/v20181217/bpaas_client.js +43 -0
  41. package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +233 -0
  42. package/tencentcloud/services/bpaas/v20181217/bpaas_models.js +18 -0
  43. package/tencentcloud/services/bpaas/v20181217/index.d.ts +6 -0
  44. package/tencentcloud/services/bpaas/v20181217/index.js +9 -0
  45. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +2 -2
  46. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  47. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  48. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +26 -0
  49. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  50. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +137 -46
  52. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  53. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +20 -0
  54. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  55. package/tencentcloud/services/index.d.ts +2 -0
  56. package/tencentcloud/services/index.js +4 -0
  57. package/tencentcloud/services/lcic/index.d.ts +6 -0
  58. package/tencentcloud/services/lcic/index.js +7 -0
  59. package/tencentcloud/services/lcic/v20220817/index.d.ts +6 -0
  60. package/tencentcloud/services/lcic/v20220817/index.js +9 -0
  61. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +38 -0
  62. package/tencentcloud/services/lcic/v20220817/lcic_client.js +73 -0
  63. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +302 -0
  64. package/tencentcloud/services/lcic/v20220817/lcic_models.js +18 -0
  65. package/tencentcloud/services/live/v20180801/live_models.d.ts +16 -13
  66. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
  67. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
  68. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -1
  69. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  70. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  71. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +6 -1
  72. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  73. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  74. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +67 -11
  75. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +1 -1
  76. package/tencentcloud/services/rum/v20210622/rum_client.js +1 -1
  77. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  78. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +97 -0
  80. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +11 -1
  81. package/tencentcloud/services/wedata/v20210820/wedata_client.js +14 -0
  82. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +191 -86
  83. package/test/bpaas.v20181217.test.js +41 -0
  84. package/test/ccc.v20200210.test.js +10 -0
  85. package/test/lcic.v20220817.test.js +91 -0
  86. package/test/tdmq.v20200217.test.js +10 -0
  87. package/test/wedata.v20210820.test.js +20 -0
package/products.md CHANGED
@@ -28,16 +28,17 @@
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 |
30
30
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
31
+ | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2022-09-22 11:16:45 |
31
32
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
32
33
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-08-03 06:07:16 |
33
34
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
34
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-25 06:03:56 |
35
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-09-23 06:11:49 |
35
36
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-08-18 06:10:57 |
36
37
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
37
38
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
38
39
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-09-15 11:03:22 |
39
40
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-09-08 06:11:23 |
40
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-09-21 06:12:40 |
41
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-09-22 06:12:48 |
41
42
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-09-21 06:12:53 |
42
43
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
43
44
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-09-19 06:14:28 |
@@ -50,12 +51,12 @@
50
51
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
51
52
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
52
53
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
53
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-09-19 06:16:48 |
54
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-09-09 06:14:53 |
54
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-09-23 06:16:36 |
55
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-09-22 06:16:46 |
55
56
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
56
57
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
57
58
  | cloudstudio | [云端 IDE](https://cloud.tencent.com/document/product/1039) | 2022-09-16 10:03:09 |
58
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-24 06:18:24 |
59
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-09-22 06:17:52 |
59
60
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
60
61
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
61
62
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
@@ -64,7 +65,7 @@
64
65
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-09-21 06:19:55 |
65
66
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-09-16 06:18:26 |
66
67
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
67
- | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-09-14 06:18:19 |
68
+ | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-09-22 06:22:08 |
68
69
  | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
69
70
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
70
71
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
@@ -87,7 +88,7 @@
87
88
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
88
89
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-09-06 06:30:34 |
89
90
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-16 06:24:23 |
90
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-20 21:03:08 |
91
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-22 09:36:38 |
91
92
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-20 21:03:25 |
92
93
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
93
94
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-09-20 06:29:06 |
@@ -116,8 +117,9 @@
116
117
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
117
118
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-09-20 19:36:34 |
118
119
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
120
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-09-22 10:11:52 |
119
121
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-09-14 06:27:13 |
120
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-09-16 06:31:07 |
122
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-09-23 06:36:42 |
121
123
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
122
124
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
123
125
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-27 06:13:02 |
@@ -126,7 +128,7 @@
126
128
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
127
129
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
128
130
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-09-14 20:21:28 |
129
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-09-21 06:37:03 |
131
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-09-22 06:37:08 |
130
132
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-09-15 06:31:40 |
131
133
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-09-20 06:38:58 |
132
134
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
@@ -136,19 +138,19 @@
136
138
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
137
139
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
138
140
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-08-30 06:43:16 |
139
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-09-21 06:39:36 |
140
- | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
141
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-09-21 12:41:39 |
142
+ | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-09-23 06:41:45 |
141
143
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-09-05 06:41:45 |
142
144
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
143
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-08-11 06:43:45 |
145
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-09-23 06:42:05 |
144
146
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-09-19 06:43:11 |
145
147
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-09-19 06:43:24 |
146
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-08-05 06:32:35 |
148
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
147
149
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-09-19 06:44:00 |
148
150
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
149
151
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
150
152
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
151
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-09-09 06:38:13 |
153
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-09-22 06:42:11 |
152
154
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-07-20 06:11:30 |
153
155
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-09-06 06:49:17 |
154
156
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
@@ -180,7 +182,7 @@
180
182
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-09-08 06:41:25 |
181
183
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
182
184
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
183
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
185
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-09-22 06:48:45 |
184
186
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-09-07 06:51:54 |
185
187
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-09-20 06:52:09 |
186
188
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
@@ -209,7 +211,7 @@
209
211
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-09-16 06:49:40 |
210
212
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-15 06:49:04 |
211
213
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
212
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-09-19 21:02:53 |
214
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-09-21 17:26:55 |
213
215
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
214
216
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-09-16 06:52:09 |
215
217
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.447"
1
+ export const sdkVersion = "4.0.449"
@@ -0,0 +1,5 @@
1
+ import { v20181217 } from "./v20181217"
2
+
3
+ export const bpaas = {
4
+ v20181217: v20181217,
5
+ }
@@ -0,0 +1,59 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import {
21
+ StatusNode,
22
+ ApproveOpinion,
23
+ OutApproveBpaasApplicationResponse,
24
+ GetBpaasApproveDetailRequest,
25
+ ApproveUser,
26
+ GetBpaasApproveDetailResponse,
27
+ OutApproveBpaasApplicationRequest,
28
+ ApplyParam,
29
+ } from "./bpaas_models"
30
+
31
+ /**
32
+ * bpaas client
33
+ * @class
34
+ */
35
+ export class Client extends AbstractClient {
36
+ constructor(clientConfig: ClientConfig) {
37
+ super("bpaas.tencentcloudapi.com", "2018-12-17", clientConfig)
38
+ }
39
+
40
+ /**
41
+ * 查看审批详情
42
+ */
43
+ async GetBpaasApproveDetail(
44
+ req: GetBpaasApproveDetailRequest,
45
+ cb?: (error: string, rep: GetBpaasApproveDetailResponse) => void
46
+ ): Promise<GetBpaasApproveDetailResponse> {
47
+ return this.request("GetBpaasApproveDetail", req, cb)
48
+ }
49
+
50
+ /**
51
+ * 外部审批申请单
52
+ */
53
+ async OutApproveBpaasApplication(
54
+ req: OutApproveBpaasApplicationRequest,
55
+ cb?: (error: string, rep: OutApproveBpaasApplicationResponse) => void
56
+ ): Promise<OutApproveBpaasApplicationResponse> {
57
+ return this.request("OutApproveBpaasApplication", req, cb)
58
+ }
59
+ }
@@ -0,0 +1,291 @@
1
+ /*
2
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing,
11
+ * software distributed under the License is distributed on an
12
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ * KIND, either express or implied. See the License for the
14
+ * specific language governing permissions and limitations
15
+ * under the License.
16
+ */
17
+
18
+ /**
19
+ * 状态节点
20
+ */
21
+ export interface StatusNode {
22
+ /**
23
+ * 节点id
24
+ */
25
+ NodeId: string
26
+
27
+ /**
28
+ * 节点名称
29
+ */
30
+ NodeName: string
31
+
32
+ /**
33
+ * 节点类型 1:审批节点 2:执行节点 3:条件节点
34
+ */
35
+ NodeType: number
36
+
37
+ /**
38
+ * 下一个节点
39
+ */
40
+ NextNode: string
41
+
42
+ /**
43
+ * 审批意见模型
44
+ 注意:此字段可能返回 null,表示取不到有效值。
45
+ */
46
+ Opinion: ApproveOpinion
47
+
48
+ /**
49
+ * scf函数名称
50
+ 注意:此字段可能返回 null,表示取不到有效值。
51
+ */
52
+ ScfName: string
53
+
54
+ /**
55
+ * 状态(0:待审批,1:审批通过,2:拒绝,3:scf执行失败,4:scf执行成功)
56
+ 注意:此字段可能返回 null,表示取不到有效值。
57
+ */
58
+ SubStatus: number
59
+
60
+ /**
61
+ * 审批节点审批人
62
+ 注意:此字段可能返回 null,表示取不到有效值。
63
+ */
64
+ ApprovedUin: Array<number>
65
+
66
+ /**
67
+ * 审批时间
68
+ 注意:此字段可能返回 null,表示取不到有效值。
69
+ */
70
+ CreateTime: string
71
+
72
+ /**
73
+ * 审批意见信息 审批节点:审批人意见 执行节点:scf函数执行日志
74
+ 注意:此字段可能返回 null,表示取不到有效值。
75
+ */
76
+ Msg: string
77
+
78
+ /**
79
+ * 有权限审批该节点的uin
80
+ 注意:此字段可能返回 null,表示取不到有效值。
81
+ */
82
+ Users: ApproveUser
83
+
84
+ /**
85
+ * 是否有权限审批该节点
86
+ 注意:此字段可能返回 null,表示取不到有效值。
87
+ */
88
+ IsApprove: boolean
89
+
90
+ /**
91
+ * 审批id
92
+ 注意:此字段可能返回 null,表示取不到有效值。
93
+ */
94
+ ApproveId: string
95
+
96
+ /**
97
+ * 审批方式 0或签 1会签
98
+ 注意:此字段可能返回 null,表示取不到有效值。
99
+ */
100
+ ApproveMethod: number
101
+
102
+ /**
103
+ * 审批节点审批类型,1人工审批 2自动通过 3自动决绝 4外部审批scf
104
+ 注意:此字段可能返回 null,表示取不到有效值。
105
+ */
106
+ ApproveType: number
107
+
108
+ /**
109
+ * 外部审批类型 scf:0或null ; CKafka:1
110
+ 注意:此字段可能返回 null,表示取不到有效值。
111
+ */
112
+ CallMethod: number
113
+ }
114
+
115
+ /**
116
+ * 审批意见
117
+ */
118
+ export interface ApproveOpinion {
119
+ /**
120
+ * 方式 1:输入文字反馈 2:预设选项
121
+ */
122
+ Type: number
123
+
124
+ /**
125
+ * 审批意见
126
+ 注意:此字段可能返回 null,表示取不到有效值。
127
+ */
128
+ Content?: Array<string>
129
+ }
130
+
131
+ /**
132
+ * OutApproveBpaasApplication返回参数结构体
133
+ */
134
+ export interface OutApproveBpaasApplicationResponse {
135
+ /**
136
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
137
+ */
138
+ RequestId?: string
139
+ }
140
+
141
+ /**
142
+ * GetBpaasApproveDetail请求参数结构体
143
+ */
144
+ export interface GetBpaasApproveDetailRequest {
145
+ /**
146
+ * 审批id
147
+ */
148
+ ApproveId: number
149
+ }
150
+
151
+ /**
152
+ * 审批人
153
+ */
154
+ export interface ApproveUser {
155
+ /**
156
+ * 用户uin
157
+ */
158
+ Uin: number
159
+
160
+ /**
161
+ * 用户类型 (1:用户 2:用户组)
162
+ */
163
+ Type: number
164
+
165
+ /**
166
+ * 用户描述
167
+ 注意:此字段可能返回 null,表示取不到有效值。
168
+ */
169
+ Desc?: string
170
+
171
+ /**
172
+ * 用户昵称
173
+ 注意:此字段可能返回 null,表示取不到有效值。
174
+ */
175
+ Nick?: string
176
+ }
177
+
178
+ /**
179
+ * GetBpaasApproveDetail返回参数结构体
180
+ */
181
+ export interface GetBpaasApproveDetailResponse {
182
+ /**
183
+ * 申请人uin
184
+ */
185
+ ApplyUin: number
186
+
187
+ /**
188
+ * 申请人主账号
189
+ */
190
+ ApplyOwnUin: number
191
+
192
+ /**
193
+ * 申请人昵称
194
+ 注意:此字段可能返回 null,表示取不到有效值。
195
+ */
196
+ ApplyUinNick: string
197
+
198
+ /**
199
+ * 审批流id
200
+ */
201
+ BpaasId: number
202
+
203
+ /**
204
+ * 审批流名称
205
+ */
206
+ BpaasName: string
207
+
208
+ /**
209
+ * 申请参数
210
+ 注意:此字段可能返回 null,表示取不到有效值。
211
+ */
212
+ ApplicationParams: Array<ApplyParam>
213
+
214
+ /**
215
+ * 申请原因
216
+ 注意:此字段可能返回 null,表示取不到有效值。
217
+ */
218
+ Reason: string
219
+
220
+ /**
221
+ * 申请时间
222
+ 注意:此字段可能返回 null,表示取不到有效值。
223
+ */
224
+ CreateTime: string
225
+
226
+ /**
227
+ * 申请单状态
228
+ 注意:此字段可能返回 null,表示取不到有效值。
229
+ */
230
+ Status: number
231
+
232
+ /**
233
+ * 节点信息
234
+ 注意:此字段可能返回 null,表示取不到有效值。
235
+ */
236
+ Nodes: Array<StatusNode>
237
+
238
+ /**
239
+ * 正在审批的节点id
240
+ 注意:此字段可能返回 null,表示取不到有效值。
241
+ */
242
+ ApprovingNodeId: string
243
+
244
+ /**
245
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
246
+ */
247
+ RequestId?: string
248
+ }
249
+
250
+ /**
251
+ * OutApproveBpaasApplication请求参数结构体
252
+ */
253
+ export interface OutApproveBpaasApplicationRequest {
254
+ /**
255
+ * 状态 1:通过 2:拒绝
256
+ */
257
+ Status: number
258
+
259
+ /**
260
+ * 审批单id
261
+ */
262
+ ApproveId: number
263
+
264
+ /**
265
+ * 审批意见
266
+ */
267
+ Msg?: string
268
+ }
269
+
270
+ /**
271
+ * bpaas申请入参
272
+ */
273
+ export interface ApplyParam {
274
+ /**
275
+ * 审批流中表单唯一标识
276
+ 注意:此字段可能返回 null,表示取不到有效值。
277
+ */
278
+ Key: string
279
+
280
+ /**
281
+ * 表单value
282
+ 注意:此字段可能返回 null,表示取不到有效值。
283
+ */
284
+ Value: Array<string>
285
+
286
+ /**
287
+ * 表单参数描述
288
+ 注意:此字段可能返回 null,表示取不到有效值。
289
+ */
290
+ Name?: string
291
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./bpaas_models"
2
+ import { Client } from "./bpaas_client"
3
+ export const v20181217 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -1433,12 +1433,12 @@ export interface DetachRolePolicyRequest {
1433
1433
  PolicyId?: number
1434
1434
 
1435
1435
  /**
1436
- * 角色ID,用于指定角色,入参 AttachRoleIdAttachRoleName 二选一
1436
+ * 角色ID,用于指定角色,入参 DetachRoleIdDetachRoleName 二选一
1437
1437
  */
1438
1438
  DetachRoleId?: string
1439
1439
 
1440
1440
  /**
1441
- * 角色名称,用于指定角色,入参 AttachRoleIdAttachRoleName 二选一
1441
+ * 角色名称,用于指定角色,入参 DetachRoleIdDetachRoleName 二选一
1442
1442
  */
1443
1443
  DetachRoleName?: string
1444
1444
 
@@ -32,6 +32,7 @@ import {
32
32
  TelCdrInfo,
33
33
  CreateUserSigRequest,
34
34
  PhoneNumBuyInfo,
35
+ DisableCCCPhoneNumberResponse,
35
36
  CreateCCCSkillGroupRequest,
36
37
  DescribeIMCdrsRequest,
37
38
  DescribeAutoCalloutTaskResponse,
@@ -57,6 +58,7 @@ import {
57
58
  DescribePSTNActiveSessionListResponse,
58
59
  CreateCallOutSessionResponse,
59
60
  IMCdrInfo,
61
+ DisableCCCPhoneNumberRequest,
60
62
  StaffBuyInfo,
61
63
  DescribeProtectedTelCdrResponse,
62
64
  DescribeAutoCalloutTasksRequest,
@@ -283,6 +285,16 @@ export class Client extends AbstractClient {
283
285
  return this.request("UnbindStaffSkillGroupList", req, cb)
284
286
  }
285
287
 
288
+ /**
289
+ * 停用号码
290
+ */
291
+ async DisableCCCPhoneNumber(
292
+ req: DisableCCCPhoneNumberRequest,
293
+ cb?: (error: string, rep: DisableCCCPhoneNumberResponse) => void
294
+ ): Promise<DisableCCCPhoneNumberResponse> {
295
+ return this.request("DisableCCCPhoneNumber", req, cb)
296
+ }
297
+
286
298
  /**
287
299
  * 获取坐席实时状态统计指标
288
300
  */
@@ -547,6 +547,16 @@ export interface PhoneNumBuyInfo {
547
547
  State: number
548
548
  }
549
549
 
550
+ /**
551
+ * DisableCCCPhoneNumber返回参数结构体
552
+ */
553
+ export interface DisableCCCPhoneNumberResponse {
554
+ /**
555
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
556
+ */
557
+ RequestId?: string
558
+ }
559
+
550
560
  /**
551
561
  * CreateCCCSkillGroup请求参数结构体
552
562
  */
@@ -1187,6 +1197,26 @@ export interface IMCdrInfo {
1187
1197
  SkillGroupName: string
1188
1198
  }
1189
1199
 
1200
+ /**
1201
+ * DisableCCCPhoneNumber请求参数结构体
1202
+ */
1203
+ export interface DisableCCCPhoneNumberRequest {
1204
+ /**
1205
+ * TCCC 实例应用 ID
1206
+ */
1207
+ SdkAppId: number
1208
+
1209
+ /**
1210
+ * 号码列表,0086开头
1211
+ */
1212
+ PhoneNumbers: Array<string>
1213
+
1214
+ /**
1215
+ * 停用开关,0启用 1停用
1216
+ */
1217
+ Disabled: number
1218
+ }
1219
+
1190
1220
  /**
1191
1221
  * 坐席购买信息
1192
1222
  */
@@ -76,7 +76,7 @@ import {
76
76
  CtsdbModifyConnectParam,
77
77
  DescribeACLResponse,
78
78
  DynamicDiskConfig,
79
- JgwOperateResponse,
79
+ DorisConnectParam,
80
80
  ZoneInfo,
81
81
  DescribeTopicSubscribeGroupResponse,
82
82
  DeleteAclRuleRequest,
@@ -110,6 +110,7 @@ import {
110
110
  CreateUserResponse,
111
111
  DescribeDatahubTaskRes,
112
112
  CreatePartitionResponse,
113
+ MongoDBConnectParam,
113
114
  ClusterInfo,
114
115
  DeleteGroupRequest,
115
116
  DescribeConsumerGroupRequest,
@@ -211,7 +212,7 @@ import {
211
212
  CheckCdcClusterRequest,
212
213
  FetchMessageByOffsetRequest,
213
214
  DescribeInstancesDetailRequest,
214
- MongoDBConnectParam,
215
+ JsonPathReplaceParam,
215
216
  SubstrParam,
216
217
  FetchMessageByOffsetResponse,
217
218
  CreateConsumerRequest,
@@ -231,6 +232,7 @@ import {
231
232
  PrivateLinkParam,
232
233
  CreateRouteResponse,
233
234
  InstanceResponse,
235
+ JgwOperateResponse,
234
236
  DescribeGroup,
235
237
  ClsParam,
236
238
  EventBusParam,
@@ -793,7 +795,7 @@ export class Client extends AbstractClient {
793
795
  }
794
796
 
795
797
  /**
796
- * 创建Datahub转储任务
798
+ * 创建DIP转储任务
797
799
  */
798
800
  async CreateDatahubTask(
799
801
  req: CreateDatahubTaskRequest,