tencentcloud-sdk-nodejs 4.0.980 → 4.0.982
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 +531 -0
- package/SERVICE_CHANGELOG.md +597 -155
- package/package.json +1 -1
- package/products.md +38 -38
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +47 -22
- package/src/services/apigateway/v20180808/apigateway_models.ts +187 -81
- package/src/services/as/v20180419/as_models.ts +7 -6
- package/src/services/bi/v20220105/bi_client.ts +37 -9
- package/src/services/bi/v20220105/bi_models.ts +240 -47
- package/src/services/billing/v20180709/billing_models.ts +49 -80
- package/src/services/bpaas/v20181217/bpaas_models.ts +20 -20
- package/src/services/cam/v20190116/cam_models.ts +27 -27
- package/src/services/cdwch/v20200915/cdwch_models.ts +1 -1
- package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +40 -120
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +8 -2
- package/src/services/config/v20220802/config_client.ts +29 -3
- package/src/services/config/v20220802/config_models.ts +226 -41
- package/src/services/dcdb/v20180411/dcdb_models.ts +54 -54
- package/src/services/dnspod/v20210323/dnspod_client.ts +34 -10
- package/src/services/dnspod/v20210323/dnspod_models.ts +116 -60
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +10 -6
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -4
- package/src/services/goosefs/v20220519/goosefs_models.ts +4 -0
- package/src/services/gwlb/v20240906/gwlb_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +7 -2
- package/src/services/ivld/v20210903/ivld_client.ts +0 -1
- package/src/services/ivld/v20210903/ivld_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_client.ts +25 -1
- package/src/services/lcic/v20220817/lcic_models.ts +244 -104
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -2
- package/src/services/live/v20180801/live_client.ts +93 -17
- package/src/services/live/v20180801/live_models.ts +453 -263
- package/src/services/lke/v20231130/lke_client.ts +1 -1
- package/src/services/lke/v20231130/lke_models.ts +11 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +56 -56
- package/src/services/mps/v20190612/mps_models.ts +6 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
- package/src/services/ocr/v20181119/ocr_client.ts +901 -992
- package/src/services/ocr/v20181119/ocr_models.ts +73 -586
- package/src/services/organization/v20181225/organization_models.ts +20 -20
- package/src/services/organization/v20210331/organization_models.ts +42 -206
- package/src/services/privatedns/v20201028/privatedns_client.ts +49 -172
- package/src/services/privatedns/v20201028/privatedns_models.ts +547 -1012
- package/src/services/tke/v20220501/tke_models.ts +3 -1
- package/src/services/trtc/v20190722/trtc_client.ts +32 -7
- package/src/services/trtc/v20190722/trtc_models.ts +106 -42
- package/src/services/vod/v20180717/vod_models.ts +8 -0
- package/src/services/vpc/v20170312/vpc_models.ts +8 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +16 -8
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +22 -10
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +182 -81
- package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -6
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +11 -3
- package/tencentcloud/services/bi/v20220105/bi_client.js +15 -3
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +231 -46
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +42 -73
- package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +20 -20
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +27 -27
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +1 -1
- package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +40 -120
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -2
- package/tencentcloud/services/config/v20220802/config_client.d.ts +9 -1
- package/tencentcloud/services/config/v20220802/config_client.js +12 -0
- package/tencentcloud/services/config/v20220802/config_models.d.ts +219 -40
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +54 -54
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +11 -3
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +15 -3
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +112 -60
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -4
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +4 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +7 -2
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +0 -1
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +0 -1
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +240 -104
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -2
- package/tencentcloud/services/live/v20180801/live_client.d.ts +31 -3
- package/tencentcloud/services/live/v20180801/live_client.js +43 -3
- package/tencentcloud/services/live/v20180801/live_models.d.ts +440 -262
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +11 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +56 -56
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +6 -2
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +533 -567
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +688 -736
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +64 -562
- package/tencentcloud/services/organization/v20181225/organization_models.d.ts +20 -20
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +41 -205
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +3 -43
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +3 -63
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +548 -990
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +3 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +12 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +16 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +102 -42
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
- package/test/apigateway.v20180808.test.js +32 -12
- package/test/bi.v20220105.test.js +22 -2
- package/test/config.v20220802.test.js +20 -0
- package/test/dnspod.v20210323.test.js +22 -2
- package/test/lcic.v20220817.test.js +20 -0
- package/test/live.v20180801.test.js +62 -2
- package/test/ocr.v20181119.test.js +158 -228
- package/test/privatedns.v20201028.test.js +2 -102
- package/test/trtc.v20190722.test.js +22 -2
|
@@ -38,9 +38,9 @@ it("privatedns.v20201028.DescribePrivateZone", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("privatedns.v20201028.
|
|
41
|
+
it("privatedns.v20201028.DescribePrivateZoneRecordList", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.DescribePrivateZoneRecordList({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -78,16 +78,6 @@ it("privatedns.v20201028.CreatePrivateZoneRecord", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
-
it("privatedns.v20201028.DescribeEndPointList", async function () {
|
|
82
|
-
try {
|
|
83
|
-
const data = await client.DescribeEndPointList({})
|
|
84
|
-
expect(data).to.be.ok
|
|
85
|
-
} catch(error) {
|
|
86
|
-
expect(error.requestId).to.be.ok
|
|
87
|
-
expect(error.code).to.be.ok
|
|
88
|
-
}
|
|
89
|
-
})
|
|
90
|
-
|
|
91
81
|
it("privatedns.v20201028.CreatePrivateZone", async function () {
|
|
92
82
|
try {
|
|
93
83
|
const data = await client.CreatePrivateZone({})
|
|
@@ -108,16 +98,6 @@ it("privatedns.v20201028.DescribePrivateZoneList", async function () {
|
|
|
108
98
|
}
|
|
109
99
|
})
|
|
110
100
|
|
|
111
|
-
it("privatedns.v20201028.CreateEndPoint", async function () {
|
|
112
|
-
try {
|
|
113
|
-
const data = await client.CreateEndPoint({})
|
|
114
|
-
expect(data).to.be.ok
|
|
115
|
-
} catch(error) {
|
|
116
|
-
expect(error.requestId).to.be.ok
|
|
117
|
-
expect(error.code).to.be.ok
|
|
118
|
-
}
|
|
119
|
-
})
|
|
120
|
-
|
|
121
101
|
it("privatedns.v20201028.AddSpecifyPrivateZoneVpc", async function () {
|
|
122
102
|
try {
|
|
123
103
|
const data = await client.AddSpecifyPrivateZoneVpc({})
|
|
@@ -128,16 +108,6 @@ it("privatedns.v20201028.AddSpecifyPrivateZoneVpc", async function () {
|
|
|
128
108
|
}
|
|
129
109
|
})
|
|
130
110
|
|
|
131
|
-
it("privatedns.v20201028.DescribePrivateZoneRecordList", async function () {
|
|
132
|
-
try {
|
|
133
|
-
const data = await client.DescribePrivateZoneRecordList({})
|
|
134
|
-
expect(data).to.be.ok
|
|
135
|
-
} catch(error) {
|
|
136
|
-
expect(error.requestId).to.be.ok
|
|
137
|
-
expect(error.code).to.be.ok
|
|
138
|
-
}
|
|
139
|
-
})
|
|
140
|
-
|
|
141
111
|
it("privatedns.v20201028.QueryAsyncBindVpcStatus", async function () {
|
|
142
112
|
try {
|
|
143
113
|
const data = await client.QueryAsyncBindVpcStatus({})
|
|
@@ -178,16 +148,6 @@ it("privatedns.v20201028.DeletePrivateDNSAccount", async function () {
|
|
|
178
148
|
}
|
|
179
149
|
})
|
|
180
150
|
|
|
181
|
-
it("privatedns.v20201028.DeleteForwardRule", async function () {
|
|
182
|
-
try {
|
|
183
|
-
const data = await client.DeleteForwardRule({})
|
|
184
|
-
expect(data).to.be.ok
|
|
185
|
-
} catch(error) {
|
|
186
|
-
expect(error.requestId).to.be.ok
|
|
187
|
-
expect(error.code).to.be.ok
|
|
188
|
-
}
|
|
189
|
-
})
|
|
190
|
-
|
|
191
151
|
it("privatedns.v20201028.SubscribePrivateZoneService", async function () {
|
|
192
152
|
try {
|
|
193
153
|
const data = await client.SubscribePrivateZoneService({})
|
|
@@ -208,16 +168,6 @@ it("privatedns.v20201028.DescribeDashboard", async function () {
|
|
|
208
168
|
}
|
|
209
169
|
})
|
|
210
170
|
|
|
211
|
-
it("privatedns.v20201028.ModifyForwardRule", async function () {
|
|
212
|
-
try {
|
|
213
|
-
const data = await client.ModifyForwardRule({})
|
|
214
|
-
expect(data).to.be.ok
|
|
215
|
-
} catch(error) {
|
|
216
|
-
expect(error.requestId).to.be.ok
|
|
217
|
-
expect(error.code).to.be.ok
|
|
218
|
-
}
|
|
219
|
-
})
|
|
220
|
-
|
|
221
171
|
it("privatedns.v20201028.ModifyPrivateZoneVpc", async function () {
|
|
222
172
|
try {
|
|
223
173
|
const data = await client.ModifyPrivateZoneVpc({})
|
|
@@ -248,16 +198,6 @@ it("privatedns.v20201028.DescribeAccountVpcList", async function () {
|
|
|
248
198
|
}
|
|
249
199
|
})
|
|
250
200
|
|
|
251
|
-
it("privatedns.v20201028.CreateEndPointAndEndPointService", async function () {
|
|
252
|
-
try {
|
|
253
|
-
const data = await client.CreateEndPointAndEndPointService({})
|
|
254
|
-
expect(data).to.be.ok
|
|
255
|
-
} catch(error) {
|
|
256
|
-
expect(error.requestId).to.be.ok
|
|
257
|
-
expect(error.code).to.be.ok
|
|
258
|
-
}
|
|
259
|
-
})
|
|
260
|
-
|
|
261
201
|
it("privatedns.v20201028.ModifyRecordsStatus", async function () {
|
|
262
202
|
try {
|
|
263
203
|
const data = await client.ModifyRecordsStatus({})
|
|
@@ -278,26 +218,6 @@ it("privatedns.v20201028.DeleteSpecifyPrivateZoneVpc", async function () {
|
|
|
278
218
|
}
|
|
279
219
|
})
|
|
280
220
|
|
|
281
|
-
it("privatedns.v20201028.DescribeForwardRule", async function () {
|
|
282
|
-
try {
|
|
283
|
-
const data = await client.DescribeForwardRule({})
|
|
284
|
-
expect(data).to.be.ok
|
|
285
|
-
} catch(error) {
|
|
286
|
-
expect(error.requestId).to.be.ok
|
|
287
|
-
expect(error.code).to.be.ok
|
|
288
|
-
}
|
|
289
|
-
})
|
|
290
|
-
|
|
291
|
-
it("privatedns.v20201028.CreateForwardRule", async function () {
|
|
292
|
-
try {
|
|
293
|
-
const data = await client.CreateForwardRule({})
|
|
294
|
-
expect(data).to.be.ok
|
|
295
|
-
} catch(error) {
|
|
296
|
-
expect(error.requestId).to.be.ok
|
|
297
|
-
expect(error.code).to.be.ok
|
|
298
|
-
}
|
|
299
|
-
})
|
|
300
|
-
|
|
301
221
|
it("privatedns.v20201028.DescribePrivateZoneService", async function () {
|
|
302
222
|
try {
|
|
303
223
|
const data = await client.DescribePrivateZoneService({})
|
|
@@ -308,26 +228,6 @@ it("privatedns.v20201028.DescribePrivateZoneService", async function () {
|
|
|
308
228
|
}
|
|
309
229
|
})
|
|
310
230
|
|
|
311
|
-
it("privatedns.v20201028.DescribeEndPointRegion", async function () {
|
|
312
|
-
try {
|
|
313
|
-
const data = await client.DescribeEndPointRegion({})
|
|
314
|
-
expect(data).to.be.ok
|
|
315
|
-
} catch(error) {
|
|
316
|
-
expect(error.requestId).to.be.ok
|
|
317
|
-
expect(error.code).to.be.ok
|
|
318
|
-
}
|
|
319
|
-
})
|
|
320
|
-
|
|
321
|
-
it("privatedns.v20201028.DescribeForwardRuleList", async function () {
|
|
322
|
-
try {
|
|
323
|
-
const data = await client.DescribeForwardRuleList({})
|
|
324
|
-
expect(data).to.be.ok
|
|
325
|
-
} catch(error) {
|
|
326
|
-
expect(error.requestId).to.be.ok
|
|
327
|
-
expect(error.code).to.be.ok
|
|
328
|
-
}
|
|
329
|
-
})
|
|
330
|
-
|
|
331
231
|
it("privatedns.v20201028.DeletePrivateZoneRecord", async function () {
|
|
332
232
|
try {
|
|
333
233
|
const data = await client.DeletePrivateZoneRecord({})
|
|
@@ -48,6 +48,16 @@ it("trtc.v20190722.DescribeTrtcUsage", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("trtc.v20190722.CreateBasicModeration", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.CreateBasicModeration({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
51
61
|
it("trtc.v20190722.StopAIConversation", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.StopAIConversation({})
|
|
@@ -218,9 +228,9 @@ it("trtc.v20190722.RemoveUser", async function () {
|
|
|
218
228
|
}
|
|
219
229
|
})
|
|
220
230
|
|
|
221
|
-
it("trtc.v20190722.
|
|
231
|
+
it("trtc.v20190722.DeleteBasicModeration", async function () {
|
|
222
232
|
try {
|
|
223
|
-
const data = await client.
|
|
233
|
+
const data = await client.DeleteBasicModeration({})
|
|
224
234
|
expect(data).to.be.ok
|
|
225
235
|
} catch(error) {
|
|
226
236
|
expect(error.requestId).to.be.ok
|
|
@@ -568,4 +578,14 @@ it("trtc.v20190722.DescribeTRTCRealTimeScaleMetricData", async function () {
|
|
|
568
578
|
}
|
|
569
579
|
})
|
|
570
580
|
|
|
581
|
+
it("trtc.v20190722.StopMCUMixTranscode", async function () {
|
|
582
|
+
try {
|
|
583
|
+
const data = await client.StopMCUMixTranscode({})
|
|
584
|
+
expect(data).to.be.ok
|
|
585
|
+
} catch(error) {
|
|
586
|
+
expect(error.requestId).to.be.ok
|
|
587
|
+
expect(error.code).to.be.ok
|
|
588
|
+
}
|
|
589
|
+
})
|
|
590
|
+
|
|
571
591
|
})
|