tencentcloud-sdk-nodejs 4.0.448 → 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.
- package/CHANGELOG.md +179 -0
- package/SERVICE_CHANGELOG.md +277 -30
- package/package.json +1 -1
- package/products.md +9 -7
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bpaas/index.ts +5 -0
- package/src/services/bpaas/v20181217/bpaas_client.ts +59 -0
- package/src/services/bpaas/v20181217/bpaas_models.ts +291 -0
- package/src/services/bpaas/v20181217/index.ts +6 -0
- package/src/services/cam/v20190116/cam_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +2 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +86 -10
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/index.ts +2 -0
- package/src/services/lcic/index.ts +5 -0
- package/src/services/lcic/v20220817/index.ts +6 -0
- package/src/services/lcic/v20220817/lcic_client.ts +115 -0
- package/src/services/lcic/v20220817/lcic_models.ts +371 -0
- package/src/services/live/v20180801/live_models.ts +19 -16
- package/src/services/organization/v20210331/organization_models.ts +7 -1
- package/src/services/postgres/v20170312/postgres_client.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +76 -12
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bpaas/index.d.ts +6 -0
- package/tencentcloud/services/bpaas/index.js +7 -0
- package/tencentcloud/services/bpaas/v20181217/bpaas_client.d.ts +18 -0
- package/tencentcloud/services/bpaas/v20181217/bpaas_client.js +43 -0
- package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +233 -0
- package/tencentcloud/services/bpaas/v20181217/bpaas_models.js +18 -0
- package/tencentcloud/services/bpaas/v20181217/index.d.ts +6 -0
- package/tencentcloud/services/bpaas/v20181217/index.js +9 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +72 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/lcic/index.d.ts +6 -0
- package/tencentcloud/services/lcic/index.js +7 -0
- package/tencentcloud/services/lcic/v20220817/index.d.ts +6 -0
- package/tencentcloud/services/lcic/v20220817/index.js +9 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +38 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +73 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +302 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.js +18 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +16 -13
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +6 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +67 -11
- package/test/bpaas.v20181217.test.js +41 -0
- package/test/lcic.v20220817.test.js +91 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,182 @@
|
|
|
1
|
+
# Release 4.0.449
|
|
2
|
+
|
|
3
|
+
## 商业流程服务(bpaas) 版本:2018-12-17
|
|
4
|
+
|
|
5
|
+
### 第 1 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-09-22 11:16:45
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [GetBpaasApproveDetail](https://cloud.tencent.com/document/api/1083/80916)
|
|
16
|
+
* [OutApproveBpaasApplication](https://cloud.tencent.com/document/api/1083/80915)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
19
|
+
|
|
20
|
+
* [ApplyParam](https://cloud.tencent.com/document/api/1083/80917#ApplyParam)
|
|
21
|
+
* [ApproveOpinion](https://cloud.tencent.com/document/api/1083/80917#ApproveOpinion)
|
|
22
|
+
* [ApproveUser](https://cloud.tencent.com/document/api/1083/80917#ApproveUser)
|
|
23
|
+
* [StatusNode](https://cloud.tencent.com/document/api/1083/80917#StatusNode)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
28
|
+
|
|
29
|
+
### 第 59 次发布
|
|
30
|
+
|
|
31
|
+
发布时间:2022-09-23 06:16:36
|
|
32
|
+
|
|
33
|
+
本次发布包含了以下内容:
|
|
34
|
+
|
|
35
|
+
改善已有的文档。
|
|
36
|
+
|
|
37
|
+
修改接口:
|
|
38
|
+
|
|
39
|
+
* [CreateConnectResource](https://cloud.tencent.com/document/api/597/77737)
|
|
40
|
+
|
|
41
|
+
* 新增入参:DorisConnectParam
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
新增数据结构:
|
|
45
|
+
|
|
46
|
+
* [DorisConnectParam](https://cloud.tencent.com/document/api/597/40861#DorisConnectParam)
|
|
47
|
+
|
|
48
|
+
修改数据结构:
|
|
49
|
+
|
|
50
|
+
* [DescribeConnectResource](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResource)
|
|
51
|
+
|
|
52
|
+
* 新增成员:DorisConnectParam
|
|
53
|
+
|
|
54
|
+
* [DescribeConnectResourceResp](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResourceResp)
|
|
55
|
+
|
|
56
|
+
* 新增成员:DorisConnectParam
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
62
|
+
|
|
63
|
+
### 第 2 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2022-09-22 10:11:52
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
新增接口:
|
|
72
|
+
|
|
73
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
74
|
+
* [CreateSupervisor](https://cloud.tencent.com/document/api/1639/80944)
|
|
75
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
76
|
+
* [DescribeUser](https://cloud.tencent.com/document/api/1639/80936)
|
|
77
|
+
* [LoginOriginId](https://cloud.tencent.com/document/api/1639/80939)
|
|
78
|
+
* [RegisterUser](https://cloud.tencent.com/document/api/1639/80935)
|
|
79
|
+
|
|
80
|
+
### 第 1 次发布
|
|
81
|
+
|
|
82
|
+
发布时间:2022-09-22 10:03:08
|
|
83
|
+
|
|
84
|
+
本次发布包含了以下内容:
|
|
85
|
+
|
|
86
|
+
改善已有的文档。
|
|
87
|
+
|
|
88
|
+
新增接口:
|
|
89
|
+
|
|
90
|
+
* [LoginUser](https://cloud.tencent.com/document/api/1639/80938)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 云直播(live) 版本:2018-08-01
|
|
95
|
+
|
|
96
|
+
### 第 89 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2022-09-23 06:36:42
|
|
99
|
+
|
|
100
|
+
本次发布包含了以下内容:
|
|
101
|
+
|
|
102
|
+
改善已有的文档。
|
|
103
|
+
|
|
104
|
+
修改接口:
|
|
105
|
+
|
|
106
|
+
* [ModifyLiveSnapshotTemplate](https://cloud.tencent.com/document/api/267/32618)
|
|
107
|
+
|
|
108
|
+
* <font color="#dd0000">**修改入参**:</font>CosAppId, CosBucket, CosRegion
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
114
|
+
|
|
115
|
+
### 第 11 次发布
|
|
116
|
+
|
|
117
|
+
发布时间:2022-09-23 06:41:45
|
|
118
|
+
|
|
119
|
+
本次发布包含了以下内容:
|
|
120
|
+
|
|
121
|
+
改善已有的文档。
|
|
122
|
+
|
|
123
|
+
修改接口:
|
|
124
|
+
|
|
125
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
126
|
+
|
|
127
|
+
* 新增出参:IsAuthManager
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
137
|
+
|
|
138
|
+
### 第 29 次发布
|
|
139
|
+
|
|
140
|
+
发布时间:2022-09-23 06:42:05
|
|
141
|
+
|
|
142
|
+
本次发布包含了以下内容:
|
|
143
|
+
|
|
144
|
+
改善已有的文档。
|
|
145
|
+
|
|
146
|
+
修改接口:
|
|
147
|
+
|
|
148
|
+
* [CloneDBInstance](https://cloud.tencent.com/document/api/409/68071)
|
|
149
|
+
|
|
150
|
+
* 新增出参:DBInstanceId
|
|
151
|
+
|
|
152
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/409/56107)
|
|
153
|
+
|
|
154
|
+
* 新增入参:DBEngine, DBEngineConfig
|
|
155
|
+
|
|
156
|
+
* [CreateReadOnlyDBInstance](https://cloud.tencent.com/document/api/409/52602)
|
|
157
|
+
|
|
158
|
+
* <font color="#dd0000">**修改入参**:</font>DBVersion
|
|
159
|
+
|
|
160
|
+
* [DescribeProductConfig](https://cloud.tencent.com/document/api/409/16776)
|
|
161
|
+
|
|
162
|
+
* 新增入参:DBEngine
|
|
163
|
+
|
|
164
|
+
* [InquiryPriceCreateDBInstances](https://cloud.tencent.com/document/api/409/16777)
|
|
165
|
+
|
|
166
|
+
* 新增入参:InstanceType, DBEngine
|
|
167
|
+
|
|
168
|
+
* <font color="#dd0000">**修改入参**:</font>Pid
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
修改数据结构:
|
|
172
|
+
|
|
173
|
+
* [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
|
|
174
|
+
|
|
175
|
+
* 新增成员:DBEngine, DBEngineConfig
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
1
180
|
# Release 4.0.448
|
|
2
181
|
|
|
3
182
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 商业流程服务(bpaas) 版本:2018-12-17
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 1 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-09-22
|
|
7
|
+
发布时间:2022-09-22 11:16:45
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,15 +12,23 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [GetBpaasApproveDetail](https://cloud.tencent.com/document/api/1083/80916)
|
|
16
|
+
* [OutApproveBpaasApplication](https://cloud.tencent.com/document/api/1083/80915)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
19
|
+
|
|
20
|
+
* [ApplyParam](https://cloud.tencent.com/document/api/1083/80917#ApplyParam)
|
|
21
|
+
* [ApproveOpinion](https://cloud.tencent.com/document/api/1083/80917#ApproveOpinion)
|
|
22
|
+
* [ApproveUser](https://cloud.tencent.com/document/api/1083/80917#ApproveUser)
|
|
23
|
+
* [StatusNode](https://cloud.tencent.com/document/api/1083/80917#StatusNode)
|
|
16
24
|
|
|
17
25
|
|
|
18
26
|
|
|
19
27
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
20
28
|
|
|
21
|
-
### 第
|
|
29
|
+
### 第 59 次发布
|
|
22
30
|
|
|
23
|
-
发布时间:2022-09-
|
|
31
|
+
发布时间:2022-09-23 06:16:36
|
|
24
32
|
|
|
25
33
|
本次发布包含了以下内容:
|
|
26
34
|
|
|
@@ -28,64 +36,144 @@
|
|
|
28
36
|
|
|
29
37
|
修改接口:
|
|
30
38
|
|
|
31
|
-
* [
|
|
39
|
+
* [CreateConnectResource](https://cloud.tencent.com/document/api/597/77737)
|
|
32
40
|
|
|
33
|
-
* 新增入参:
|
|
41
|
+
* 新增入参:DorisConnectParam
|
|
34
42
|
|
|
35
43
|
|
|
36
44
|
新增数据结构:
|
|
37
45
|
|
|
38
|
-
* [
|
|
46
|
+
* [DorisConnectParam](https://cloud.tencent.com/document/api/597/40861#DorisConnectParam)
|
|
39
47
|
|
|
40
48
|
修改数据结构:
|
|
41
49
|
|
|
42
|
-
* [
|
|
50
|
+
* [DescribeConnectResource](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResource)
|
|
43
51
|
|
|
44
|
-
* 新增成员:
|
|
52
|
+
* 新增成员:DorisConnectParam
|
|
45
53
|
|
|
46
|
-
* [
|
|
54
|
+
* [DescribeConnectResourceResp](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResourceResp)
|
|
47
55
|
|
|
48
|
-
* 新增成员:
|
|
56
|
+
* 新增成员:DorisConnectParam
|
|
49
57
|
|
|
50
58
|
|
|
51
59
|
|
|
52
60
|
|
|
53
|
-
##
|
|
61
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
54
62
|
|
|
55
|
-
### 第
|
|
63
|
+
### 第 2 次发布
|
|
56
64
|
|
|
57
|
-
发布时间:2022-09-22
|
|
65
|
+
发布时间:2022-09-22 10:11:52
|
|
58
66
|
|
|
59
67
|
本次发布包含了以下内容:
|
|
60
68
|
|
|
61
69
|
改善已有的文档。
|
|
62
70
|
|
|
63
|
-
|
|
71
|
+
新增接口:
|
|
64
72
|
|
|
65
|
-
* [
|
|
73
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
74
|
+
* [CreateSupervisor](https://cloud.tencent.com/document/api/1639/80944)
|
|
75
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
76
|
+
* [DescribeUser](https://cloud.tencent.com/document/api/1639/80936)
|
|
77
|
+
* [LoginOriginId](https://cloud.tencent.com/document/api/1639/80939)
|
|
78
|
+
* [RegisterUser](https://cloud.tencent.com/document/api/1639/80935)
|
|
66
79
|
|
|
67
|
-
|
|
80
|
+
### 第 1 次发布
|
|
68
81
|
|
|
82
|
+
发布时间:2022-09-22 10:03:08
|
|
69
83
|
|
|
84
|
+
本次发布包含了以下内容:
|
|
70
85
|
|
|
86
|
+
改善已有的文档。
|
|
71
87
|
|
|
72
|
-
|
|
88
|
+
新增接口:
|
|
73
89
|
|
|
74
|
-
|
|
90
|
+
* [LoginUser](https://cloud.tencent.com/document/api/1639/80938)
|
|
75
91
|
|
|
76
|
-
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 云直播(live) 版本:2018-08-01
|
|
95
|
+
|
|
96
|
+
### 第 89 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2022-09-23 06:36:42
|
|
77
99
|
|
|
78
100
|
本次发布包含了以下内容:
|
|
79
101
|
|
|
80
102
|
改善已有的文档。
|
|
81
103
|
|
|
82
|
-
|
|
104
|
+
修改接口:
|
|
83
105
|
|
|
84
|
-
* [
|
|
106
|
+
* [ModifyLiveSnapshotTemplate](https://cloud.tencent.com/document/api/267/32618)
|
|
85
107
|
|
|
86
|
-
|
|
108
|
+
* <font color="#dd0000">**修改入参**:</font>CosAppId, CosBucket, CosRegion
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
114
|
+
|
|
115
|
+
### 第 11 次发布
|
|
116
|
+
|
|
117
|
+
发布时间:2022-09-23 06:41:45
|
|
118
|
+
|
|
119
|
+
本次发布包含了以下内容:
|
|
120
|
+
|
|
121
|
+
改善已有的文档。
|
|
122
|
+
|
|
123
|
+
修改接口:
|
|
124
|
+
|
|
125
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
126
|
+
|
|
127
|
+
* 新增出参:IsAuthManager
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
137
|
+
|
|
138
|
+
### 第 29 次发布
|
|
139
|
+
|
|
140
|
+
发布时间:2022-09-23 06:42:05
|
|
141
|
+
|
|
142
|
+
本次发布包含了以下内容:
|
|
143
|
+
|
|
144
|
+
改善已有的文档。
|
|
145
|
+
|
|
146
|
+
修改接口:
|
|
147
|
+
|
|
148
|
+
* [CloneDBInstance](https://cloud.tencent.com/document/api/409/68071)
|
|
149
|
+
|
|
150
|
+
* 新增出参:DBInstanceId
|
|
151
|
+
|
|
152
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/409/56107)
|
|
153
|
+
|
|
154
|
+
* 新增入参:DBEngine, DBEngineConfig
|
|
155
|
+
|
|
156
|
+
* [CreateReadOnlyDBInstance](https://cloud.tencent.com/document/api/409/52602)
|
|
157
|
+
|
|
158
|
+
* <font color="#dd0000">**修改入参**:</font>DBVersion
|
|
159
|
+
|
|
160
|
+
* [DescribeProductConfig](https://cloud.tencent.com/document/api/409/16776)
|
|
161
|
+
|
|
162
|
+
* 新增入参:DBEngine
|
|
163
|
+
|
|
164
|
+
* [InquiryPriceCreateDBInstances](https://cloud.tencent.com/document/api/409/16777)
|
|
165
|
+
|
|
166
|
+
* 新增入参:InstanceType, DBEngine
|
|
167
|
+
|
|
168
|
+
* <font color="#dd0000">**修改入参**:</font>Pid
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
修改数据结构:
|
|
172
|
+
|
|
173
|
+
* [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
|
|
174
|
+
|
|
175
|
+
* 新增成员:DBEngine, DBEngineConfig
|
|
87
176
|
|
|
88
|
-
* [RocketMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RocketMQVipInstance)
|
|
89
177
|
|
|
90
178
|
|
|
91
179
|
|
|
@@ -8494,6 +8582,31 @@
|
|
|
8494
8582
|
|
|
8495
8583
|
|
|
8496
8584
|
|
|
8585
|
+
## 商业流程服务(bpaas) 版本:2018-12-17
|
|
8586
|
+
|
|
8587
|
+
### 第 1 次发布
|
|
8588
|
+
|
|
8589
|
+
发布时间:2022-09-22 11:16:45
|
|
8590
|
+
|
|
8591
|
+
本次发布包含了以下内容:
|
|
8592
|
+
|
|
8593
|
+
改善已有的文档。
|
|
8594
|
+
|
|
8595
|
+
新增接口:
|
|
8596
|
+
|
|
8597
|
+
* [[GetBpaasApproveDetail](https://cloud.tencent.com/document/api/1083/80916)](https://cloud.tencent.com/document/api/#/#)
|
|
8598
|
+
* [[OutApproveBpaasApplication](https://cloud.tencent.com/document/api/1083/80915)](https://cloud.tencent.com/document/api/#/#)
|
|
8599
|
+
|
|
8600
|
+
新增数据结构:
|
|
8601
|
+
|
|
8602
|
+
* [[ApplyParam](https://cloud.tencent.com/document/api/1083/80917#ApplyParam)](https://cloud.tencent.com/document/api/1083/80917#[ApplyParam](https://cloud.tencent.com/document/api/1083/80917#ApplyParam))
|
|
8603
|
+
* [[ApproveOpinion](https://cloud.tencent.com/document/api/1083/80917#ApproveOpinion)](https://cloud.tencent.com/document/api/1083/80917#[ApproveOpinion](https://cloud.tencent.com/document/api/1083/80917#ApproveOpinion))
|
|
8604
|
+
* [[ApproveUser](https://cloud.tencent.com/document/api/1083/80917#ApproveUser)](https://cloud.tencent.com/document/api/1083/80917#[ApproveUser](https://cloud.tencent.com/document/api/1083/80917#ApproveUser))
|
|
8605
|
+
* [[StatusNode](https://cloud.tencent.com/document/api/1083/80917#StatusNode)](https://cloud.tencent.com/document/api/1083/80917#[StatusNode](https://cloud.tencent.com/document/api/1083/80917#StatusNode))
|
|
8606
|
+
|
|
8607
|
+
|
|
8608
|
+
|
|
8609
|
+
|
|
8497
8610
|
## 业务风险情报(bri) 版本:2019-03-28
|
|
8498
8611
|
|
|
8499
8612
|
### 第 3 次发布
|
|
@@ -11000,7 +11113,7 @@
|
|
|
11000
11113
|
|
|
11001
11114
|
新增接口:
|
|
11002
11115
|
|
|
11003
|
-
* [
|
|
11116
|
+
* [DisableCCCPhoneNumber](https://cloud.tencent.com/document/api/679/80901)
|
|
11004
11117
|
|
|
11005
11118
|
### 第 30 次发布
|
|
11006
11119
|
|
|
@@ -17844,6 +17957,36 @@
|
|
|
17844
17957
|
|
|
17845
17958
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17846
17959
|
|
|
17960
|
+
### 第 59 次发布
|
|
17961
|
+
|
|
17962
|
+
发布时间:2022-09-23 06:16:36
|
|
17963
|
+
|
|
17964
|
+
本次发布包含了以下内容:
|
|
17965
|
+
|
|
17966
|
+
改善已有的文档。
|
|
17967
|
+
|
|
17968
|
+
修改接口:
|
|
17969
|
+
|
|
17970
|
+
* [CreateConnectResource](https://cloud.tencent.com/document/api/597/77737)
|
|
17971
|
+
|
|
17972
|
+
* 新增入参:DorisConnectParam
|
|
17973
|
+
|
|
17974
|
+
|
|
17975
|
+
新增数据结构:
|
|
17976
|
+
|
|
17977
|
+
* [[DorisConnectParam](https://cloud.tencent.com/document/api/597/40861#DorisConnectParam)](https://cloud.tencent.com/document/api/597/40861#[DorisConnectParam](https://cloud.tencent.com/document/api/597/40861#DorisConnectParam))
|
|
17978
|
+
|
|
17979
|
+
修改数据结构:
|
|
17980
|
+
|
|
17981
|
+
* [DescribeConnectResource](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResource)
|
|
17982
|
+
|
|
17983
|
+
* 新增成员:DorisConnectParam
|
|
17984
|
+
|
|
17985
|
+
* [DescribeConnectResourceResp](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResourceResp)
|
|
17986
|
+
|
|
17987
|
+
* 新增成员:DorisConnectParam
|
|
17988
|
+
|
|
17989
|
+
|
|
17847
17990
|
### 第 58 次发布
|
|
17848
17991
|
|
|
17849
17992
|
发布时间:2022-09-22 06:16:02
|
|
@@ -17861,7 +18004,7 @@
|
|
|
17861
18004
|
|
|
17862
18005
|
新增数据结构:
|
|
17863
18006
|
|
|
17864
|
-
* [
|
|
18007
|
+
* [JsonPathReplaceParam](https://cloud.tencent.com/document/api/597/40861#JsonPathReplaceParam)
|
|
17865
18008
|
|
|
17866
18009
|
修改数据结构:
|
|
17867
18010
|
|
|
@@ -49359,6 +49502,40 @@
|
|
|
49359
49502
|
|
|
49360
49503
|
|
|
49361
49504
|
|
|
49505
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
49506
|
+
|
|
49507
|
+
### 第 2 次发布
|
|
49508
|
+
|
|
49509
|
+
发布时间:2022-09-22 10:11:52
|
|
49510
|
+
|
|
49511
|
+
本次发布包含了以下内容:
|
|
49512
|
+
|
|
49513
|
+
改善已有的文档。
|
|
49514
|
+
|
|
49515
|
+
新增接口:
|
|
49516
|
+
|
|
49517
|
+
* [[CreateRoom](https://cloud.tencent.com/document/api/1639/80942)](https://cloud.tencent.com/document/api/#/#)
|
|
49518
|
+
* [[CreateSupervisor](https://cloud.tencent.com/document/api/1639/80944)](https://cloud.tencent.com/document/api/#/#)
|
|
49519
|
+
* [[DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)](https://cloud.tencent.com/document/api/#/#)
|
|
49520
|
+
* [[DescribeUser](https://cloud.tencent.com/document/api/1639/80936)](https://cloud.tencent.com/document/api/#/#)
|
|
49521
|
+
* [[LoginOriginId](https://cloud.tencent.com/document/api/1639/80939)](https://cloud.tencent.com/document/api/#/#)
|
|
49522
|
+
* [[RegisterUser](https://cloud.tencent.com/document/api/1639/80935)](https://cloud.tencent.com/document/api/#/#)
|
|
49523
|
+
|
|
49524
|
+
### 第 1 次发布
|
|
49525
|
+
|
|
49526
|
+
发布时间:2022-09-22 10:03:08
|
|
49527
|
+
|
|
49528
|
+
本次发布包含了以下内容:
|
|
49529
|
+
|
|
49530
|
+
改善已有的文档。
|
|
49531
|
+
|
|
49532
|
+
新增接口:
|
|
49533
|
+
|
|
49534
|
+
* [[LoginUser](https://cloud.tencent.com/document/api/1639/80938)](https://cloud.tencent.com/document/api/#/#)
|
|
49535
|
+
|
|
49536
|
+
|
|
49537
|
+
|
|
49538
|
+
|
|
49362
49539
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
49363
49540
|
|
|
49364
49541
|
### 第 34 次发布
|
|
@@ -50037,6 +50214,21 @@
|
|
|
50037
50214
|
|
|
50038
50215
|
## 云直播(live) 版本:2018-08-01
|
|
50039
50216
|
|
|
50217
|
+
### 第 89 次发布
|
|
50218
|
+
|
|
50219
|
+
发布时间:2022-09-23 06:36:42
|
|
50220
|
+
|
|
50221
|
+
本次发布包含了以下内容:
|
|
50222
|
+
|
|
50223
|
+
改善已有的文档。
|
|
50224
|
+
|
|
50225
|
+
修改接口:
|
|
50226
|
+
|
|
50227
|
+
* [ModifyLiveSnapshotTemplate](https://cloud.tencent.com/document/api/267/32618)
|
|
50228
|
+
|
|
50229
|
+
* <font color="#dd0000">**修改入参**:</font>CosAppId, CosBucket, CosRegion
|
|
50230
|
+
|
|
50231
|
+
|
|
50040
50232
|
### 第 88 次发布
|
|
50041
50233
|
|
|
50042
50234
|
发布时间:2022-09-16 06:31:07
|
|
@@ -59564,6 +59756,21 @@
|
|
|
59564
59756
|
|
|
59565
59757
|
## 企业组织(organization) 版本:2021-03-31
|
|
59566
59758
|
|
|
59759
|
+
### 第 11 次发布
|
|
59760
|
+
|
|
59761
|
+
发布时间:2022-09-23 06:41:45
|
|
59762
|
+
|
|
59763
|
+
本次发布包含了以下内容:
|
|
59764
|
+
|
|
59765
|
+
改善已有的文档。
|
|
59766
|
+
|
|
59767
|
+
修改接口:
|
|
59768
|
+
|
|
59769
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
59770
|
+
|
|
59771
|
+
* 新增出参:IsAuthManager
|
|
59772
|
+
|
|
59773
|
+
|
|
59567
59774
|
### 第 10 次发布
|
|
59568
59775
|
|
|
59569
59776
|
发布时间:2022-07-21 06:14:50
|
|
@@ -60215,6 +60422,46 @@
|
|
|
60215
60422
|
|
|
60216
60423
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
60217
60424
|
|
|
60425
|
+
### 第 29 次发布
|
|
60426
|
+
|
|
60427
|
+
发布时间:2022-09-23 06:42:05
|
|
60428
|
+
|
|
60429
|
+
本次发布包含了以下内容:
|
|
60430
|
+
|
|
60431
|
+
改善已有的文档。
|
|
60432
|
+
|
|
60433
|
+
修改接口:
|
|
60434
|
+
|
|
60435
|
+
* [CloneDBInstance](https://cloud.tencent.com/document/api/409/68071)
|
|
60436
|
+
|
|
60437
|
+
* 新增出参:DBInstanceId
|
|
60438
|
+
|
|
60439
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/409/56107)
|
|
60440
|
+
|
|
60441
|
+
* 新增入参:DBEngine, DBEngineConfig
|
|
60442
|
+
|
|
60443
|
+
* [CreateReadOnlyDBInstance](https://cloud.tencent.com/document/api/409/52602)
|
|
60444
|
+
|
|
60445
|
+
* <font color="#dd0000">**修改入参**:</font>DBVersion
|
|
60446
|
+
|
|
60447
|
+
* [DescribeProductConfig](https://cloud.tencent.com/document/api/409/16776)
|
|
60448
|
+
|
|
60449
|
+
* 新增入参:DBEngine
|
|
60450
|
+
|
|
60451
|
+
* [InquiryPriceCreateDBInstances](https://cloud.tencent.com/document/api/409/16777)
|
|
60452
|
+
|
|
60453
|
+
* 新增入参:InstanceType, DBEngine
|
|
60454
|
+
|
|
60455
|
+
* <font color="#dd0000">**修改入参**:</font>Pid
|
|
60456
|
+
|
|
60457
|
+
|
|
60458
|
+
修改数据结构:
|
|
60459
|
+
|
|
60460
|
+
* [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
|
|
60461
|
+
|
|
60462
|
+
* 新增成员:DBEngine, DBEngineConfig
|
|
60463
|
+
|
|
60464
|
+
|
|
60218
60465
|
### 第 28 次发布
|
|
60219
60466
|
|
|
60220
60467
|
发布时间:2022-06-15 06:12:41
|
|
@@ -72950,11 +73197,11 @@
|
|
|
72950
73197
|
|
|
72951
73198
|
新增接口:
|
|
72952
73199
|
|
|
72953
|
-
* [
|
|
73200
|
+
* [DescribeRocketMQVipInstances](https://cloud.tencent.com/document/api/1179/80903)
|
|
72954
73201
|
|
|
72955
73202
|
新增数据结构:
|
|
72956
73203
|
|
|
72957
|
-
* [
|
|
73204
|
+
* [RocketMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RocketMQVipInstance)
|
|
72958
73205
|
|
|
72959
73206
|
### 第 36 次发布
|
|
72960
73207
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -28,10 +28,11 @@
|
|
|
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-
|
|
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 |
|
|
@@ -50,7 +51,7 @@
|
|
|
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-
|
|
54
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-09-23 06:16:36 |
|
|
54
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 |
|
|
@@ -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-
|
|
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-
|
|
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 |
|
|
@@ -137,13 +139,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
141
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-09-21 12:41:39 |
|
|
140
|
-
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-
|
|
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-
|
|
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-
|
|
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 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.449"
|