tencentcloud-sdk-nodejs 4.0.660 → 4.0.662
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 +517 -0
- package/SERVICE_CHANGELOG.md +457 -205
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/bi/v20220105/bi_models.ts +6 -6
- package/src/services/cdb/v20170320/cdb_models.ts +8 -3
- package/src/services/cls/v20201016/cls_client.ts +4 -4
- package/src/services/cme/v20191029/cme_models.ts +4 -0
- package/src/services/csip/v20221121/csip_client.ts +13 -0
- package/src/services/csip/v20221121/csip_models.ts +96 -0
- package/src/services/cvm/v20170312/cvm_client.ts +3 -3
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +11 -7
- package/src/services/dlc/v20210125/dlc_models.ts +8 -0
- package/src/services/dts/v20211206/dts_client.ts +6 -4
- package/src/services/dts/v20211206/dts_models.ts +308 -168
- package/src/services/eis/v20210601/eis_models.ts +14 -4
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +22 -9
- package/src/services/essbasic/v20210526/essbasic_client.ts +53 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +269 -22
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +79 -59
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +18 -6
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +28 -0
- package/src/services/live/v20180801/live_client.ts +43 -30
- package/src/services/live/v20180801/live_models.ts +123 -82
- package/src/services/ms/v20180408/ms_client.ts +9 -19
- package/src/services/ocr/v20181119/ocr_client.ts +3 -38
- package/src/services/ocr/v20181119/ocr_models.ts +42 -381
- package/src/services/organization/v20210331/organization_client.ts +52 -16
- package/src/services/organization/v20210331/organization_models.ts +180 -112
- package/src/services/rum/v20210622/rum_models.ts +6 -1
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +76 -42
- package/src/services/tdmq/v20200217/tdmq_models.ts +32 -0
- package/src/services/tione/v20211111/tione_client.ts +20 -5
- package/src/services/tione/v20211111/tione_models.ts +182 -72
- package/src/services/vpc/v20170312/vpc_client.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +12 -2
- package/src/services/wedata/v20210820/wedata_models.ts +106 -16
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +9 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +6 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -3
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +4 -4
- package/tencentcloud/services/cls/v20201016/cls_client.js +4 -4
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +93 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +11 -7
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +305 -167
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +14 -4
- 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 +22 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +18 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +25 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +259 -22
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +79 -59
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +7 -3
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +9 -3
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +26 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +30 -17
- package/tencentcloud/services/live/v20180801/live_client.js +30 -17
- package/tencentcloud/services/live/v20180801/live_models.d.ts +123 -82
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +6 -16
- package/tencentcloud/services/ms/v20180408/ms_client.js +6 -16
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -19
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -22
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +42 -376
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +17 -5
- package/tencentcloud/services/organization/v20210331/organization_client.js +24 -6
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +174 -112
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +76 -42
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +32 -0
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +177 -72
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -2
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +106 -16
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +9 -0
- package/test/csip.v20221121.test.js +10 -0
- package/test/essbasic.v20210526.test.js +40 -0
- package/test/iotvideo.v20211125.test.js +12 -2
- package/test/ocr.v20181119.test.js +0 -20
- package/test/organization.v20210331.test.js +34 -4
- package/test/tione.v20211111.test.js +10 -0
|
@@ -148,6 +148,16 @@ it("essbasic.v20210526.ChannelCreateSealPolicy", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
+
it("essbasic.v20210526.ChannelDisableUserAutoSign", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.ChannelDisableUserAutoSign({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
151
161
|
it("essbasic.v20210526.ChannelDescribeOrganizationSeals", async function () {
|
|
152
162
|
try {
|
|
153
163
|
const data = await client.ChannelDescribeOrganizationSeals({})
|
|
@@ -268,6 +278,16 @@ it("essbasic.v20210526.ChannelCreateBoundFlows", async function () {
|
|
|
268
278
|
}
|
|
269
279
|
})
|
|
270
280
|
|
|
281
|
+
it("essbasic.v20210526.ChannelDescribeUserAutoSignStatus", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.ChannelDescribeUserAutoSignStatus({})
|
|
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
|
+
|
|
271
291
|
it("essbasic.v20210526.ChannelVerifyPdf", async function () {
|
|
272
292
|
try {
|
|
273
293
|
const data = await client.ChannelVerifyPdf({})
|
|
@@ -378,6 +398,16 @@ it("essbasic.v20210526.ChannelCreateUserRoles", async function () {
|
|
|
378
398
|
}
|
|
379
399
|
})
|
|
380
400
|
|
|
401
|
+
it("essbasic.v20210526.ChannelCancelUserAutoSignEnableUrl", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.ChannelCancelUserAutoSignEnableUrl({})
|
|
404
|
+
expect(data).to.be.ok
|
|
405
|
+
} catch(error) {
|
|
406
|
+
expect(error.requestId).to.be.ok
|
|
407
|
+
expect(error.code).to.be.ok
|
|
408
|
+
}
|
|
409
|
+
})
|
|
410
|
+
|
|
381
411
|
it("essbasic.v20210526.UploadFiles", async function () {
|
|
382
412
|
try {
|
|
383
413
|
const data = await client.UploadFiles({})
|
|
@@ -478,6 +508,16 @@ it("essbasic.v20210526.DescribeFlowDetailInfo", async function () {
|
|
|
478
508
|
}
|
|
479
509
|
})
|
|
480
510
|
|
|
511
|
+
it("essbasic.v20210526.ChannelCreateUserAutoSignEnableUrl", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.ChannelCreateUserAutoSignEnableUrl({})
|
|
514
|
+
expect(data).to.be.ok
|
|
515
|
+
} catch(error) {
|
|
516
|
+
expect(error.requestId).to.be.ok
|
|
517
|
+
expect(error.code).to.be.ok
|
|
518
|
+
}
|
|
519
|
+
})
|
|
520
|
+
|
|
481
521
|
it("essbasic.v20210526.ChannelDescribeFlowComponents", async function () {
|
|
482
522
|
try {
|
|
483
523
|
const data = await client.ChannelDescribeFlowComponents({})
|
|
@@ -298,6 +298,16 @@ it("iotvideo.v20211125.DescribeCloudStorageDate", async function () {
|
|
|
298
298
|
}
|
|
299
299
|
})
|
|
300
300
|
|
|
301
|
+
it("iotvideo.v20211125.SetForwardAuth", async function () {
|
|
302
|
+
try {
|
|
303
|
+
const data = await client.SetForwardAuth({})
|
|
304
|
+
expect(data).to.be.ok
|
|
305
|
+
} catch(error) {
|
|
306
|
+
expect(error.requestId).to.be.ok
|
|
307
|
+
expect(error.code).to.be.ok
|
|
308
|
+
}
|
|
309
|
+
})
|
|
310
|
+
|
|
301
311
|
it("iotvideo.v20211125.DescribeCloudStorageUsers", async function () {
|
|
302
312
|
try {
|
|
303
313
|
const data = await client.DescribeCloudStorageUsers({})
|
|
@@ -848,9 +858,9 @@ it("iotvideo.v20211125.DescribePackageConsumeTask", async function () {
|
|
|
848
858
|
}
|
|
849
859
|
})
|
|
850
860
|
|
|
851
|
-
it("iotvideo.v20211125.
|
|
861
|
+
it("iotvideo.v20211125.ResetCloudStorageEvent", async function () {
|
|
852
862
|
try {
|
|
853
|
-
const data = await client.
|
|
863
|
+
const data = await client.ResetCloudStorageEvent({})
|
|
854
864
|
expect(data).to.be.ok
|
|
855
865
|
} catch(error) {
|
|
856
866
|
expect(error.requestId).to.be.ok
|
|
@@ -28,16 +28,6 @@ it("ocr.v20181119.InsuranceBillOCR", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("ocr.v20181119.VerifyBasicBizLicense", async function () {
|
|
32
|
-
try {
|
|
33
|
-
const data = await client.VerifyBasicBizLicense({})
|
|
34
|
-
expect(data).to.be.ok
|
|
35
|
-
} catch(error) {
|
|
36
|
-
expect(error.requestId).to.be.ok
|
|
37
|
-
expect(error.code).to.be.ok
|
|
38
|
-
}
|
|
39
|
-
})
|
|
40
|
-
|
|
41
31
|
it("ocr.v20181119.ImageEnhancement", async function () {
|
|
42
32
|
try {
|
|
43
33
|
const data = await client.ImageEnhancement({})
|
|
@@ -728,16 +718,6 @@ it("ocr.v20181119.PassportOCR", async function () {
|
|
|
728
718
|
}
|
|
729
719
|
})
|
|
730
720
|
|
|
731
|
-
it("ocr.v20181119.VerifyBizLicense", async function () {
|
|
732
|
-
try {
|
|
733
|
-
const data = await client.VerifyBizLicense({})
|
|
734
|
-
expect(data).to.be.ok
|
|
735
|
-
} catch(error) {
|
|
736
|
-
expect(error.requestId).to.be.ok
|
|
737
|
-
expect(error.code).to.be.ok
|
|
738
|
-
}
|
|
739
|
-
})
|
|
740
|
-
|
|
741
721
|
it("ocr.v20181119.FinanBillOCR", async function () {
|
|
742
722
|
try {
|
|
743
723
|
const data = await client.FinanBillOCR({})
|
|
@@ -58,9 +58,19 @@ it("organization.v20210331.UpdateOrganizationMember", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("organization.v20210331.
|
|
61
|
+
it("organization.v20210331.DescribeOrganizationMemberAuthAccounts", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.DescribeOrganizationMemberAuthAccounts({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
71
|
+
it("organization.v20210331.DeleteOrganizationMembersPolicy", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DeleteOrganizationMembersPolicy({})
|
|
64
74
|
expect(data).to.be.ok
|
|
65
75
|
} catch(error) {
|
|
66
76
|
expect(error.requestId).to.be.ok
|
|
@@ -98,6 +108,16 @@ it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async func
|
|
|
98
108
|
}
|
|
99
109
|
})
|
|
100
110
|
|
|
111
|
+
it("organization.v20210331.CreateOrganizationMemberAuthIdentity", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.CreateOrganizationMemberAuthIdentity({})
|
|
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
|
+
|
|
101
121
|
it("organization.v20210331.DeleteOrganizationMembers", async function () {
|
|
102
122
|
try {
|
|
103
123
|
const data = await client.DeleteOrganizationMembers({})
|
|
@@ -228,9 +248,9 @@ it("organization.v20210331.DescribeOrganizationFinancialByProduct", async functi
|
|
|
228
248
|
}
|
|
229
249
|
})
|
|
230
250
|
|
|
231
|
-
it("organization.v20210331.
|
|
251
|
+
it("organization.v20210331.DescribeOrganizationAuthNode", async function () {
|
|
232
252
|
try {
|
|
233
|
-
const data = await client.
|
|
253
|
+
const data = await client.DescribeOrganizationAuthNode({})
|
|
234
254
|
expect(data).to.be.ok
|
|
235
255
|
} catch(error) {
|
|
236
256
|
expect(error.requestId).to.be.ok
|
|
@@ -258,4 +278,14 @@ it("organization.v20210331.CreateOrganizationMemberPolicy", async function () {
|
|
|
258
278
|
}
|
|
259
279
|
})
|
|
260
280
|
|
|
281
|
+
it("organization.v20210331.DeleteOrganizationMemberAuthIdentity", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.DeleteOrganizationMemberAuthIdentity({})
|
|
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
|
+
|
|
261
291
|
})
|
|
@@ -238,6 +238,16 @@ it("tione.v20211111.DescribeModelAccelerateTask", async function () {
|
|
|
238
238
|
}
|
|
239
239
|
})
|
|
240
240
|
|
|
241
|
+
it("tione.v20211111.ChatCompletion", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.ChatCompletion({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
241
251
|
it("tione.v20211111.DescribeTrainingMetrics", async function () {
|
|
242
252
|
try {
|
|
243
253
|
const data = await client.DescribeTrainingMetrics({})
|