tencentcloud-sdk-nodejs 4.0.688 → 4.0.689
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 +264 -0
- package/SERVICE_CHANGELOG.md +381 -364
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cvm/v20170312/cvm_client.ts +6 -3
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +8 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +190 -74
- package/src/services/dlc/v20210125/dlc_client.ts +13 -1
- package/src/services/dlc/v20210125/dlc_models.ts +80 -39
- package/src/services/es/v20180416/es_models.ts +5 -5
- package/src/services/ess/v20201111/ess_client.ts +43 -43
- package/src/services/ess/v20201111/ess_models.ts +102 -124
- package/src/services/essbasic/v20210526/essbasic_client.ts +52 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +203 -9
- package/src/services/lcic/v20220817/lcic_models.ts +4 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +23 -19
- package/src/services/mongodb/v20190725/mongodb_models.ts +46 -46
- package/src/services/monitor/v20180724/monitor_models.ts +6 -2
- package/src/services/nlp/v20190408/nlp_client.ts +0 -17
- package/src/services/nlp/v20190408/nlp_models.ts +0 -117
- package/src/services/omics/v20221128/omics_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +33 -30
- package/src/services/ssa/v20180608/ssa_client.ts +16 -3
- package/src/services/ssa/v20180608/ssa_models.ts +94 -24
- package/src/services/ssl/v20191205/ssl_client.ts +26 -2
- package/src/services/ssl/v20191205/ssl_models.ts +64 -16
- package/src/services/vod/v20180717/vod_client.ts +3 -9
- package/src/services/vod/v20180717/vod_models.ts +243 -239
- package/src/services/vpc/v20170312/vpc_models.ts +40 -22
- package/src/services/waf/v20180125/waf_client.ts +41 -26
- package/src/services/waf/v20180125/waf_models.ts +212 -45
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +4 -4
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +185 -71
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +78 -39
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +36 -27
- package/tencentcloud/services/ess/v20201111/ess_client.js +36 -29
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +102 -121
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +26 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +31 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +195 -9
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +23 -19
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +46 -46
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +6 -2
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -7
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -8
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +0 -112
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +33 -30
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +91 -24
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +9 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +12 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +60 -16
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -7
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -7
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +243 -239
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +40 -22
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -9
- package/tencentcloud/services/waf/v20180125/waf_client.js +18 -12
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +207 -45
- package/test/dlc.v20210125.test.js +10 -0
- package/test/ess.v20201111.test.js +2 -12
- package/test/essbasic.v20210526.test.js +30 -0
- package/test/nlp.v20190408.test.js +0 -10
- package/test/ssa.v20180608.test.js +10 -0
- package/test/ssl.v20191205.test.js +20 -0
- package/test/waf.v20180125.test.js +18 -8
|
@@ -198,16 +198,6 @@ it("ess.v20201111.ModifyIntegrationDepartment", async function () {
|
|
|
198
198
|
}
|
|
199
199
|
})
|
|
200
200
|
|
|
201
|
-
it("ess.v20201111.DisableUserAutoSign", async function () {
|
|
202
|
-
try {
|
|
203
|
-
const data = await client.DisableUserAutoSign({})
|
|
204
|
-
expect(data).to.be.ok
|
|
205
|
-
} catch(error) {
|
|
206
|
-
expect(error.requestId).to.be.ok
|
|
207
|
-
expect(error.code).to.be.ok
|
|
208
|
-
}
|
|
209
|
-
})
|
|
210
|
-
|
|
211
201
|
it("ess.v20201111.DeleteIntegrationRoleUsers", async function () {
|
|
212
202
|
try {
|
|
213
203
|
const data = await client.DeleteIntegrationRoleUsers({})
|
|
@@ -508,9 +498,9 @@ it("ess.v20201111.DescribeFlowComponents", async function () {
|
|
|
508
498
|
}
|
|
509
499
|
})
|
|
510
500
|
|
|
511
|
-
it("ess.v20201111.
|
|
501
|
+
it("ess.v20201111.DisableUserAutoSign", async function () {
|
|
512
502
|
try {
|
|
513
|
-
const data = await client.
|
|
503
|
+
const data = await client.DisableUserAutoSign({})
|
|
514
504
|
expect(data).to.be.ok
|
|
515
505
|
} catch(error) {
|
|
516
506
|
expect(error.requestId).to.be.ok
|
|
@@ -48,6 +48,16 @@ it("essbasic.v20210526.ChannelCreateMultiFlowSignQRCode", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("essbasic.v20210526.ChannelModifyRole", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.ChannelModifyRole({})
|
|
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("essbasic.v20210526.ChannelCreateFlowByFiles", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.ChannelCreateFlowByFiles({})
|
|
@@ -148,6 +158,16 @@ it("essbasic.v20210526.ChannelCreateSealPolicy", async function () {
|
|
|
148
158
|
}
|
|
149
159
|
})
|
|
150
160
|
|
|
161
|
+
it("essbasic.v20210526.ChannelCreateRole", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.ChannelCreateRole({})
|
|
164
|
+
expect(data).to.be.ok
|
|
165
|
+
} catch(error) {
|
|
166
|
+
expect(error.requestId).to.be.ok
|
|
167
|
+
expect(error.code).to.be.ok
|
|
168
|
+
}
|
|
169
|
+
})
|
|
170
|
+
|
|
151
171
|
it("essbasic.v20210526.ChannelDisableUserAutoSign", async function () {
|
|
152
172
|
try {
|
|
153
173
|
const data = await client.ChannelDisableUserAutoSign({})
|
|
@@ -238,6 +258,16 @@ it("essbasic.v20210526.ChannelCreateBatchCancelFlowUrl", async function () {
|
|
|
238
258
|
}
|
|
239
259
|
})
|
|
240
260
|
|
|
261
|
+
it("essbasic.v20210526.ChannelDeleteRole", async function () {
|
|
262
|
+
try {
|
|
263
|
+
const data = await client.ChannelDeleteRole({})
|
|
264
|
+
expect(data).to.be.ok
|
|
265
|
+
} catch(error) {
|
|
266
|
+
expect(error.requestId).to.be.ok
|
|
267
|
+
expect(error.code).to.be.ok
|
|
268
|
+
}
|
|
269
|
+
})
|
|
270
|
+
|
|
241
271
|
it("essbasic.v20210526.ChannelGetTaskResultApi", async function () {
|
|
242
272
|
try {
|
|
243
273
|
const data = await client.ChannelGetTaskResultApi({})
|
|
@@ -138,14 +138,4 @@ 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
|
-
|
|
151
141
|
})
|
|
@@ -138,6 +138,16 @@ it("ssa.v20180608.DescribeSafetyEventList", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
+
it("ssa.v20180608.SaDivulgeScanRuleMutate", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.SaDivulgeScanRuleMutate({})
|
|
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
|
it("ssa.v20180608.DescribeComplianceList", async function () {
|
|
142
152
|
try {
|
|
143
153
|
const data = await client.DescribeComplianceList({})
|
|
@@ -368,6 +368,16 @@ it("ssl.v20191205.DescribeCertificateBindResourceTaskResult", async function ()
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
+
it("ssl.v20191205.CancelAuditCertificate", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.CancelAuditCertificate({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
371
381
|
it("ssl.v20191205.DescribeHostDeployRecord", async function () {
|
|
372
382
|
try {
|
|
373
383
|
const data = await client.DescribeHostDeployRecord({})
|
|
@@ -568,4 +578,14 @@ it("ssl.v20191205.DescribeCertificateBindResourceTaskDetail", async function ()
|
|
|
568
578
|
}
|
|
569
579
|
})
|
|
570
580
|
|
|
581
|
+
it("ssl.v20191205.ModifyCertificateResubmit", async function () {
|
|
582
|
+
try {
|
|
583
|
+
const data = await client.ModifyCertificateResubmit({})
|
|
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
|
})
|
|
@@ -248,6 +248,16 @@ it("waf.v20180125.DescribeIpHitItems", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
+
it("waf.v20180125.DescribeDomainWhiteRules", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.DescribeDomainWhiteRules({})
|
|
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
|
+
|
|
251
261
|
it("waf.v20180125.DeleteAntiInfoLeakRule", async function () {
|
|
252
262
|
try {
|
|
253
263
|
const data = await client.DeleteAntiInfoLeakRule({})
|
|
@@ -328,9 +338,9 @@ it("waf.v20180125.ModifyWafAutoDenyStatus", async function () {
|
|
|
328
338
|
}
|
|
329
339
|
})
|
|
330
340
|
|
|
331
|
-
it("waf.v20180125.
|
|
341
|
+
it("waf.v20180125.ModifyAccessPeriod", async function () {
|
|
332
342
|
try {
|
|
333
|
-
const data = await client.
|
|
343
|
+
const data = await client.ModifyAccessPeriod({})
|
|
334
344
|
expect(data).to.be.ok
|
|
335
345
|
} catch(error) {
|
|
336
346
|
expect(error.requestId).to.be.ok
|
|
@@ -338,9 +348,9 @@ it("waf.v20180125.ModifyAntiInfoLeakRuleStatus", async function () {
|
|
|
338
348
|
}
|
|
339
349
|
})
|
|
340
350
|
|
|
341
|
-
it("waf.v20180125.
|
|
351
|
+
it("waf.v20180125.ModifyDomainsCLSStatus", async function () {
|
|
342
352
|
try {
|
|
343
|
-
const data = await client.
|
|
353
|
+
const data = await client.ModifyDomainsCLSStatus({})
|
|
344
354
|
expect(data).to.be.ok
|
|
345
355
|
} catch(error) {
|
|
346
356
|
expect(error.requestId).to.be.ok
|
|
@@ -758,9 +768,9 @@ it("waf.v20180125.DeleteSession", async function () {
|
|
|
758
768
|
}
|
|
759
769
|
})
|
|
760
770
|
|
|
761
|
-
it("waf.v20180125.
|
|
771
|
+
it("waf.v20180125.GenerateDealsAndPayNew", async function () {
|
|
762
772
|
try {
|
|
763
|
-
const data = await client.
|
|
773
|
+
const data = await client.GenerateDealsAndPayNew({})
|
|
764
774
|
expect(data).to.be.ok
|
|
765
775
|
} catch(error) {
|
|
766
776
|
expect(error.requestId).to.be.ok
|
|
@@ -768,9 +778,9 @@ it("waf.v20180125.DescribeDomainWhiteRules", async function () {
|
|
|
768
778
|
}
|
|
769
779
|
})
|
|
770
780
|
|
|
771
|
-
it("waf.v20180125.
|
|
781
|
+
it("waf.v20180125.ModifyAntiInfoLeakRuleStatus", async function () {
|
|
772
782
|
try {
|
|
773
|
-
const data = await client.
|
|
783
|
+
const data = await client.ModifyAntiInfoLeakRuleStatus({})
|
|
774
784
|
expect(data).to.be.ok
|
|
775
785
|
} catch(error) {
|
|
776
786
|
expect(error.requestId).to.be.ok
|