tencentcloud-sdk-nodejs 4.0.667 → 4.0.668
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 +184 -0
- package/SERVICE_CHANGELOG.md +225 -54
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +11 -11
- package/src/services/cdb/v20170320/cdb_client.ts +13 -30
- package/src/services/cdb/v20170320/cdb_models.ts +0 -54
- package/src/services/cls/v20201016/cls_client.ts +4 -2
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +5 -3
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/ecm/v20190719/ecm_models.ts +4 -0
- package/src/services/ess/v20201111/ess_client.ts +2 -3
- package/src/services/ess/v20201111/ess_models.ts +107 -139
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +44 -20
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +24 -12
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +42 -0
- package/src/services/lcic/v20220817/lcic_client.ts +15 -3
- package/src/services/lcic/v20220817/lcic_models.ts +32 -12
- package/src/services/mps/v20190612/mps_client.ts +1 -0
- package/src/services/mps/v20190612/mps_models.ts +45 -13
- package/src/services/nlp/v20190408/nlp_client.ts +15 -0
- package/src/services/nlp/v20190408/nlp_models.ts +117 -0
- package/src/services/privatedns/v20201028/privatedns_models.ts +5 -5
- package/src/services/vpc/v20170312/vpc_models.ts +5 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -11
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -13
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -16
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +0 -51
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -0
- package/tencentcloud/services/cls/v20201016/cls_client.js +2 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +0 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +0 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +107 -139
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +43 -20
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +9 -5
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +12 -6
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +40 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +30 -12
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +44 -13
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +5 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +6 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +112 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +5 -5
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -1
- package/test/cdb.v20170320.test.js +4 -14
- package/test/iotvideo.v20211125.test.js +14 -4
- package/test/lcic.v20220817.test.js +10 -0
- package/test/nlp.v20190408.test.js +10 -0
|
@@ -488,9 +488,9 @@ it("iotvideo.v20211125.DescribeDataForwardList", async function () {
|
|
|
488
488
|
}
|
|
489
489
|
})
|
|
490
490
|
|
|
491
|
-
it("iotvideo.v20211125.
|
|
491
|
+
it("iotvideo.v20211125.DescribeCloudStorageTime", async function () {
|
|
492
492
|
try {
|
|
493
|
-
const data = await client.
|
|
493
|
+
const data = await client.DescribeCloudStorageTime({})
|
|
494
494
|
expect(data).to.be.ok
|
|
495
495
|
} catch(error) {
|
|
496
496
|
expect(error.requestId).to.be.ok
|
|
@@ -668,9 +668,9 @@ it("iotvideo.v20211125.CreateCloudStorage", async function () {
|
|
|
668
668
|
}
|
|
669
669
|
})
|
|
670
670
|
|
|
671
|
-
it("iotvideo.v20211125.
|
|
671
|
+
it("iotvideo.v20211125.DescribeProductDynamicRegister", async function () {
|
|
672
672
|
try {
|
|
673
|
-
const data = await client.
|
|
673
|
+
const data = await client.DescribeProductDynamicRegister({})
|
|
674
674
|
expect(data).to.be.ok
|
|
675
675
|
} catch(error) {
|
|
676
676
|
expect(error.requestId).to.be.ok
|
|
@@ -798,6 +798,16 @@ it("iotvideo.v20211125.DeleteCloudStorageEvent", async function () {
|
|
|
798
798
|
}
|
|
799
799
|
})
|
|
800
800
|
|
|
801
|
+
it("iotvideo.v20211125.DescribeCloudStorageOrder", async function () {
|
|
802
|
+
try {
|
|
803
|
+
const data = await client.DescribeCloudStorageOrder({})
|
|
804
|
+
expect(data).to.be.ok
|
|
805
|
+
} catch(error) {
|
|
806
|
+
expect(error.requestId).to.be.ok
|
|
807
|
+
expect(error.code).to.be.ok
|
|
808
|
+
}
|
|
809
|
+
})
|
|
810
|
+
|
|
801
811
|
it("iotvideo.v20211125.DescribeBalanceTransactions", async function () {
|
|
802
812
|
try {
|
|
803
813
|
const data = await client.DescribeBalanceTransactions({})
|
|
@@ -278,6 +278,16 @@ it("lcic.v20220817.GetRoomEvent", async function () {
|
|
|
278
278
|
}
|
|
279
279
|
})
|
|
280
280
|
|
|
281
|
+
it("lcic.v20220817.DeleteUser", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.DeleteUser({})
|
|
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
|
+
|
|
281
291
|
it("lcic.v20220817.DescribeRoom", async function () {
|
|
282
292
|
try {
|
|
283
293
|
const data = await client.DescribeRoom({})
|
|
@@ -138,4 +138,14 @@ it("nlp.v20190408.ParseWords", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
+
it("nlp.v20190408.TestingTextGeneration", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.TestingTextGeneration({})
|
|
144
|
+
expect(data).to.be.ok
|
|
145
|
+
} catch(error) {
|
|
146
|
+
expect(error.requestId).to.be.ok
|
|
147
|
+
expect(error.code).to.be.ok
|
|
148
|
+
}
|
|
149
|
+
})
|
|
150
|
+
|
|
141
151
|
})
|