tencentcloud-sdk-nodejs 4.0.646 → 4.0.648
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 +384 -0
- package/SERVICE_CHANGELOG.md +814 -684
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +3 -0
- package/src/services/cbs/v20170312/cbs_client.ts +20 -51
- package/src/services/cbs/v20170312/cbs_models.ts +16 -165
- package/src/services/cdb/v20170320/cdb_client.ts +4 -84
- package/src/services/cdb/v20170320/cdb_models.ts +41 -568
- package/src/services/cdn/v20180606/cdn_models.ts +3 -3
- package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +4 -0
- package/src/services/cme/v20191029/cme_models.ts +4 -0
- package/src/services/domain/v20180808/domain_client.ts +13 -1
- package/src/services/domain/v20180808/domain_models.ts +40 -20
- package/src/services/ess/v20201111/ess_client.ts +6 -5
- package/src/services/ess/v20201111/ess_models.ts +63 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +9 -0
- package/src/services/faceid/v20180301/faceid_models.ts +31 -26
- package/src/services/gme/v20180711/gme_models.ts +1 -1
- package/src/services/iai/v20180301/iai_models.ts +20 -20
- package/src/services/lcic/v20220817/lcic_models.ts +12 -0
- package/src/services/ocr/v20181119/ocr_models.ts +8 -8
- package/src/services/partners/v20180321/partners_client.ts +1 -0
- package/src/services/partners/v20180321/partners_models.ts +49 -28
- package/src/services/postgres/v20170312/postgres_client.ts +4 -2
- package/src/services/postgres/v20170312/postgres_models.ts +237 -149
- package/src/services/tdid/v20210519/tdid_client.ts +25 -100
- package/src/services/tdid/v20210519/tdid_models.ts +64 -323
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/tiw/v20190919/tiw_client.ts +17 -5
- package/src/services/tiw/v20190919/tiw_models.ts +120 -65
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/trtc/v20190722/trtc_client.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +7 -7
- package/src/services/waf/v20180125/waf_models.ts +8 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +10 -23
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +11 -28
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +16 -159
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -31
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -40
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +41 -548
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +3 -3
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +4 -0
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +38 -20
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +63 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +31 -26
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +20 -20
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +12 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -8
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +48 -28
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +2 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +2 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +237 -149
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +9 -40
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +11 -52
- package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +63 -308
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +5 -1
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +6 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +118 -65
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +7 -7
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +8 -7
- package/test/cbs.v20170312.test.js +4 -24
- package/test/cdb.v20170320.test.js +0 -50
- package/test/domain.v20180808.test.js +10 -0
- package/test/tdid.v20210519.test.js +6 -56
- package/test/tiw.v20190919.test.js +10 -0
|
@@ -18,16 +18,6 @@ const client = new tencentcloud.tdid.v20210519.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("tdid.v20210519.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("tdid.v20210519.CheckChain", async function () {
|
|
22
|
-
try {
|
|
23
|
-
const data = await client.CheckChain({})
|
|
24
|
-
expect(data).to.be.ok
|
|
25
|
-
} catch(error) {
|
|
26
|
-
expect(error.requestId).to.be.ok
|
|
27
|
-
expect(error.code).to.be.ok
|
|
28
|
-
}
|
|
29
|
-
})
|
|
30
|
-
|
|
31
21
|
it("tdid.v20210519.GetCptInfo", async function () {
|
|
32
22
|
try {
|
|
33
23
|
const data = await client.GetCptInfo({})
|
|
@@ -68,16 +58,6 @@ it("tdid.v20210519.CreateTDid", async function () {
|
|
|
68
58
|
}
|
|
69
59
|
})
|
|
70
60
|
|
|
71
|
-
it("tdid.v20210519.GetCredentialCptRank", async function () {
|
|
72
|
-
try {
|
|
73
|
-
const data = await client.GetCredentialCptRank({})
|
|
74
|
-
expect(data).to.be.ok
|
|
75
|
-
} catch(error) {
|
|
76
|
-
expect(error.requestId).to.be.ok
|
|
77
|
-
expect(error.code).to.be.ok
|
|
78
|
-
}
|
|
79
|
-
})
|
|
80
|
-
|
|
81
61
|
it("tdid.v20210519.CreateCredential", async function () {
|
|
82
62
|
try {
|
|
83
63
|
const data = await client.CreateCredential({})
|
|
@@ -98,19 +78,9 @@ it("tdid.v20210519.CreateTDidByPublicKey", async function () {
|
|
|
98
78
|
}
|
|
99
79
|
})
|
|
100
80
|
|
|
101
|
-
it("tdid.v20210519.
|
|
102
|
-
try {
|
|
103
|
-
const data = await client.GetConsortiumList({})
|
|
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("tdid.v20210519.GetAgencyTDid", async function () {
|
|
81
|
+
it("tdid.v20210519.GetCredentialStatus", async function () {
|
|
112
82
|
try {
|
|
113
|
-
const data = await client.
|
|
83
|
+
const data = await client.GetCredentialStatus({})
|
|
114
84
|
expect(data).to.be.ok
|
|
115
85
|
} catch(error) {
|
|
116
86
|
expect(error.requestId).to.be.ok
|
|
@@ -128,19 +98,9 @@ it("tdid.v20210519.CreateTDidByPrivateKey", async function () {
|
|
|
128
98
|
}
|
|
129
99
|
})
|
|
130
100
|
|
|
131
|
-
it("tdid.v20210519.
|
|
132
|
-
try {
|
|
133
|
-
const data = await client.AddLabel({})
|
|
134
|
-
expect(data).to.be.ok
|
|
135
|
-
} catch(error) {
|
|
136
|
-
expect(error.requestId).to.be.ok
|
|
137
|
-
expect(error.code).to.be.ok
|
|
138
|
-
}
|
|
139
|
-
})
|
|
140
|
-
|
|
141
|
-
it("tdid.v20210519.GetCredentialStatus", async function () {
|
|
101
|
+
it("tdid.v20210519.CheckChain", async function () {
|
|
142
102
|
try {
|
|
143
|
-
const data = await client.
|
|
103
|
+
const data = await client.CheckChain({})
|
|
144
104
|
expect(data).to.be.ok
|
|
145
105
|
} catch(error) {
|
|
146
106
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +108,9 @@ it("tdid.v20210519.GetCredentialStatus", async function () {
|
|
|
148
108
|
}
|
|
149
109
|
})
|
|
150
110
|
|
|
151
|
-
it("tdid.v20210519.
|
|
111
|
+
it("tdid.v20210519.RegisterCpt", async function () {
|
|
152
112
|
try {
|
|
153
|
-
const data = await client.
|
|
113
|
+
const data = await client.RegisterCpt({})
|
|
154
114
|
expect(data).to.be.ok
|
|
155
115
|
} catch(error) {
|
|
156
116
|
expect(error.requestId).to.be.ok
|
|
@@ -188,14 +148,4 @@ it("tdid.v20210519.SetCredentialStatus", async function () {
|
|
|
188
148
|
}
|
|
189
149
|
})
|
|
190
150
|
|
|
191
|
-
it("tdid.v20210519.RegisterCpt", async function () {
|
|
192
|
-
try {
|
|
193
|
-
const data = await client.RegisterCpt({})
|
|
194
|
-
expect(data).to.be.ok
|
|
195
|
-
} catch(error) {
|
|
196
|
-
expect(error.requestId).to.be.ok
|
|
197
|
-
expect(error.code).to.be.ok
|
|
198
|
-
}
|
|
199
|
-
})
|
|
200
|
-
|
|
201
151
|
})
|
|
@@ -228,6 +228,16 @@ it("tiw.v20190919.SetPPTCheckCallback", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
+
it("tiw.v20190919.DescribeTranscodeByUrl", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.DescribeTranscodeByUrl({})
|
|
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
|
+
|
|
231
241
|
it("tiw.v20190919.DescribeVideoGenerationTaskCallback", async function () {
|
|
232
242
|
try {
|
|
233
243
|
const data = await client.DescribeVideoGenerationTaskCallback({})
|