tencentcloud-sdk-nodejs 4.0.414 → 4.0.415
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 +497 -0
- package/SERVICE_CHANGELOG.md +871 -17
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +18 -0
- package/src/services/ccc/v20200210/ccc_client.ts +0 -14
- package/src/services/ccc/v20200210/ccc_models.ts +25 -40
- package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
- package/src/services/cls/v20201016/cls_models.ts +17 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +20 -0
- package/src/services/ess/v20201111/ess_models.ts +18 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +14 -1
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/gme/v20180711/gme_client.ts +179 -118
- package/src/services/gme/v20180711/gme_models.ts +264 -78
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +25 -3
- package/src/services/live/v20180801/live_models.ts +6 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +0 -15
- package/src/services/mongodb/v20190725/mongodb_models.ts +0 -55
- package/src/services/postgres/v20170312/postgres_client.ts +1 -1
- package/src/services/redis/v20180412/redis_client.ts +12 -0
- package/src/services/redis/v20180412/redis_models.ts +25 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +40 -0
- package/src/services/taf/v20200210/taf_client.ts +20 -37
- package/src/services/taf/v20200210/taf_models.ts +154 -224
- package/src/services/tbaas/v20180416/tbaas_client.ts +77 -175
- package/src/services/tbaas/v20180416/tbaas_models.ts +978 -1343
- package/src/services/tcss/v20201101/tcss_models.ts +44 -0
- package/src/services/tem/v20210701/tem_client.ts +14 -1
- package/src/services/tem/v20210701/tem_models.ts +183 -87
- package/src/services/teo/v20220106/teo_client.ts +8 -7
- package/src/services/teo/v20220106/teo_models.ts +536 -355
- package/src/services/vod/v20180717/vod_client.ts +45 -29
- package/src/services/vod/v20180717/vod_models.ts +52 -8
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -0
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -7
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +0 -8
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -34
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +17 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +66 -46
- package/tencentcloud/services/gme/v20180711/gme_client.js +91 -61
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +232 -72
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +22 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -7
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +0 -8
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +0 -47
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -11
- package/tencentcloud/services/taf/v20200210/taf_client.js +6 -14
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +136 -197
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -49
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -65
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +905 -1211
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +39 -0
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +151 -70
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -7
- package/tencentcloud/services/teo/v20220106/teo_client.js +7 -7
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +452 -288
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +19 -11
- package/tencentcloud/services/vod/v20180717/vod_client.js +24 -14
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +45 -7
- package/test/ccc.v20200210.test.js +0 -10
- package/test/gme.v20180711.test.js +82 -32
- package/test/mongodb.v20190725.test.js +0 -10
- package/test/redis.v20180412.test.js +10 -0
- package/test/taf.v20200210.test.js +8 -18
- package/test/tbaas.v20180416.test.js +6 -76
- package/test/tem.v20210701.test.js +10 -0
- package/test/vod.v20180717.test.js +18 -8
|
@@ -98,19 +98,9 @@ it("tbaas.v20180416.GetBcosBlockList", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("tbaas.v20180416.
|
|
102
|
-
try {
|
|
103
|
-
const data = await client.GetTransactionDetailForUser({})
|
|
104
|
-
expect(data).to.be.ok
|
|
105
|
-
} catch(error) {
|
|
106
|
-
expect(error.requestId).to.be.ok
|
|
107
|
-
expect(error.code).to.be.ok
|
|
108
|
-
}
|
|
109
|
-
})
|
|
110
|
-
|
|
111
|
-
it("tbaas.v20180416.GetTransListHandler", async function () {
|
|
101
|
+
it("tbaas.v20180416.QueryChainMakerDemoBlockTransaction", async function () {
|
|
112
102
|
try {
|
|
113
|
-
const data = await client.
|
|
103
|
+
const data = await client.QueryChainMakerDemoBlockTransaction({})
|
|
114
104
|
expect(data).to.be.ok
|
|
115
105
|
} catch(error) {
|
|
116
106
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +168,9 @@ it("tbaas.v20180416.CreateChaincodeAndInstallForUser", async function () {
|
|
|
178
168
|
}
|
|
179
169
|
})
|
|
180
170
|
|
|
181
|
-
it("tbaas.v20180416.
|
|
171
|
+
it("tbaas.v20180416.QueryChainMakerDemoTransaction", async function () {
|
|
182
172
|
try {
|
|
183
|
-
const data = await client.
|
|
173
|
+
const data = await client.QueryChainMakerDemoTransaction({})
|
|
184
174
|
expect(data).to.be.ok
|
|
185
175
|
} catch(error) {
|
|
186
176
|
expect(error.requestId).to.be.ok
|
|
@@ -218,26 +208,6 @@ it("tbaas.v20180416.InvokeChainMakerContract", async function () {
|
|
|
218
208
|
}
|
|
219
209
|
})
|
|
220
210
|
|
|
221
|
-
it("tbaas.v20180416.BlockByNumberHandler", async function () {
|
|
222
|
-
try {
|
|
223
|
-
const data = await client.BlockByNumberHandler({})
|
|
224
|
-
expect(data).to.be.ok
|
|
225
|
-
} catch(error) {
|
|
226
|
-
expect(error.requestId).to.be.ok
|
|
227
|
-
expect(error.code).to.be.ok
|
|
228
|
-
}
|
|
229
|
-
})
|
|
230
|
-
|
|
231
|
-
it("tbaas.v20180416.QueryChainMakerDemoTransaction", async function () {
|
|
232
|
-
try {
|
|
233
|
-
const data = await client.QueryChainMakerDemoTransaction({})
|
|
234
|
-
expect(data).to.be.ok
|
|
235
|
-
} catch(error) {
|
|
236
|
-
expect(error.requestId).to.be.ok
|
|
237
|
-
expect(error.code).to.be.ok
|
|
238
|
-
}
|
|
239
|
-
})
|
|
240
|
-
|
|
241
211
|
it("tbaas.v20180416.GetInvokeTx", async function () {
|
|
242
212
|
try {
|
|
243
213
|
const data = await client.GetInvokeTx({})
|
|
@@ -298,9 +268,9 @@ it("tbaas.v20180416.QueryChainMakerDemoContract", async function () {
|
|
|
298
268
|
}
|
|
299
269
|
})
|
|
300
270
|
|
|
301
|
-
it("tbaas.v20180416.
|
|
271
|
+
it("tbaas.v20180416.GetTransactionDetailForUser", async function () {
|
|
302
272
|
try {
|
|
303
|
-
const data = await client.
|
|
273
|
+
const data = await client.GetTransactionDetailForUser({})
|
|
304
274
|
expect(data).to.be.ok
|
|
305
275
|
} catch(error) {
|
|
306
276
|
expect(error.requestId).to.be.ok
|
|
@@ -328,26 +298,6 @@ it("tbaas.v20180416.GetBcosTransList", async function () {
|
|
|
328
298
|
}
|
|
329
299
|
})
|
|
330
300
|
|
|
331
|
-
it("tbaas.v20180416.TransByDynamicContractHandler", async function () {
|
|
332
|
-
try {
|
|
333
|
-
const data = await client.TransByDynamicContractHandler({})
|
|
334
|
-
expect(data).to.be.ok
|
|
335
|
-
} catch(error) {
|
|
336
|
-
expect(error.requestId).to.be.ok
|
|
337
|
-
expect(error.code).to.be.ok
|
|
338
|
-
}
|
|
339
|
-
})
|
|
340
|
-
|
|
341
|
-
it("tbaas.v20180416.SendTransactionHandler", async function () {
|
|
342
|
-
try {
|
|
343
|
-
const data = await client.SendTransactionHandler({})
|
|
344
|
-
expect(data).to.be.ok
|
|
345
|
-
} catch(error) {
|
|
346
|
-
expect(error.requestId).to.be.ok
|
|
347
|
-
expect(error.code).to.be.ok
|
|
348
|
-
}
|
|
349
|
-
})
|
|
350
|
-
|
|
351
301
|
it("tbaas.v20180416.InvokeChainMakerDemoContract", async function () {
|
|
352
302
|
try {
|
|
353
303
|
const data = await client.InvokeChainMakerDemoContract({})
|
|
@@ -398,24 +348,4 @@ it("tbaas.v20180416.Query", async function () {
|
|
|
398
348
|
}
|
|
399
349
|
})
|
|
400
350
|
|
|
401
|
-
it("tbaas.v20180416.QueryChainMakerDemoBlockTransaction", async function () {
|
|
402
|
-
try {
|
|
403
|
-
const data = await client.QueryChainMakerDemoBlockTransaction({})
|
|
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
|
-
|
|
411
|
-
it("tbaas.v20180416.GetBlockListHandler", async function () {
|
|
412
|
-
try {
|
|
413
|
-
const data = await client.GetBlockListHandler({})
|
|
414
|
-
expect(data).to.be.ok
|
|
415
|
-
} catch(error) {
|
|
416
|
-
expect(error.requestId).to.be.ok
|
|
417
|
-
expect(error.code).to.be.ok
|
|
418
|
-
}
|
|
419
|
-
})
|
|
420
|
-
|
|
421
351
|
})
|
|
@@ -178,6 +178,16 @@ it("tem.v20210701.ModifyEnvironment", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
+
it("tem.v20210701.DescribeEnvironment", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeEnvironment({})
|
|
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
|
+
|
|
181
191
|
it("tem.v20210701.DescribeLogConfig", async function () {
|
|
182
192
|
try {
|
|
183
193
|
const data = await client.DescribeLogConfig({})
|
|
@@ -218,9 +218,9 @@ it("vod.v20180717.CreateAdaptiveDynamicStreamingTemplate", async function () {
|
|
|
218
218
|
}
|
|
219
219
|
})
|
|
220
220
|
|
|
221
|
-
it("vod.v20180717.
|
|
221
|
+
it("vod.v20180717.DescribeSampleSnapshotTemplates", async function () {
|
|
222
222
|
try {
|
|
223
|
-
const data = await client.
|
|
223
|
+
const data = await client.DescribeSampleSnapshotTemplates({})
|
|
224
224
|
expect(data).to.be.ok
|
|
225
225
|
} catch(error) {
|
|
226
226
|
expect(error.requestId).to.be.ok
|
|
@@ -368,9 +368,9 @@ it("vod.v20180717.ExecuteFunction", async function () {
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
-
it("vod.v20180717.
|
|
371
|
+
it("vod.v20180717.DeleteVodDomain", async function () {
|
|
372
372
|
try {
|
|
373
|
-
const data = await client.
|
|
373
|
+
const data = await client.DeleteVodDomain({})
|
|
374
374
|
expect(data).to.be.ok
|
|
375
375
|
} catch(error) {
|
|
376
376
|
expect(error.requestId).to.be.ok
|
|
@@ -388,6 +388,16 @@ it("vod.v20180717.DescribeMediaProcessUsageData", async function () {
|
|
|
388
388
|
}
|
|
389
389
|
})
|
|
390
390
|
|
|
391
|
+
it("vod.v20180717.DescribeTranscodeTemplates", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.DescribeTranscodeTemplates({})
|
|
394
|
+
expect(data).to.be.ok
|
|
395
|
+
} catch(error) {
|
|
396
|
+
expect(error.requestId).to.be.ok
|
|
397
|
+
expect(error.code).to.be.ok
|
|
398
|
+
}
|
|
399
|
+
})
|
|
400
|
+
|
|
391
401
|
it("vod.v20180717.DescribePrepaidProducts", async function () {
|
|
392
402
|
try {
|
|
393
403
|
const data = await client.DescribePrepaidProducts({})
|
|
@@ -528,9 +538,9 @@ it("vod.v20180717.DescribeProcedureTemplates", async function () {
|
|
|
528
538
|
}
|
|
529
539
|
})
|
|
530
540
|
|
|
531
|
-
it("vod.v20180717.
|
|
541
|
+
it("vod.v20180717.DescribeClientUploadAccelerationUsageData", async function () {
|
|
532
542
|
try {
|
|
533
|
-
const data = await client.
|
|
543
|
+
const data = await client.DescribeClientUploadAccelerationUsageData({})
|
|
534
544
|
expect(data).to.be.ok
|
|
535
545
|
} catch(error) {
|
|
536
546
|
expect(error.requestId).to.be.ok
|
|
@@ -958,9 +968,9 @@ it("vod.v20180717.DescribeAdaptiveDynamicStreamingTemplates", async function ()
|
|
|
958
968
|
}
|
|
959
969
|
})
|
|
960
970
|
|
|
961
|
-
it("vod.v20180717.
|
|
971
|
+
it("vod.v20180717.DescribeDrmDataKey", async function () {
|
|
962
972
|
try {
|
|
963
|
-
const data = await client.
|
|
973
|
+
const data = await client.DescribeDrmDataKey({})
|
|
964
974
|
expect(data).to.be.ok
|
|
965
975
|
} catch(error) {
|
|
966
976
|
expect(error.requestId).to.be.ok
|