tencentcloud-sdk-nodejs 4.0.452 → 4.0.453
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 +103 -0
- package/SERVICE_CHANGELOG.md +141 -76
- package/package.json +1 -1
- package/products.md +2 -2
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +1 -1
- package/src/services/teo/v20220901/teo_client.ts +6 -15
- package/src/services/teo/v20220901/teo_models.ts +294 -173
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -5
- package/tencentcloud/services/teo/v20220901/teo_client.js +0 -6
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +250 -148
- package/test/teo.v20220901.test.js +0 -10
|
@@ -658,16 +658,6 @@ it("teo.v20220901.DescribeTimingL7AnalysisData", async function () {
|
|
|
658
658
|
}
|
|
659
659
|
})
|
|
660
660
|
|
|
661
|
-
it("teo.v20220901.DescribeHostCertificates", async function () {
|
|
662
|
-
try {
|
|
663
|
-
const data = await client.DescribeHostCertificates({})
|
|
664
|
-
expect(data).to.be.ok
|
|
665
|
-
} catch(error) {
|
|
666
|
-
expect(error.requestId).to.be.ok
|
|
667
|
-
expect(error.code).to.be.ok
|
|
668
|
-
}
|
|
669
|
-
})
|
|
670
|
-
|
|
671
661
|
it("teo.v20220901.DescribeApplicationProxies", async function () {
|
|
672
662
|
try {
|
|
673
663
|
const data = await client.DescribeApplicationProxies({})
|