tencentcloud-sdk-nodejs 4.0.616 → 4.0.618
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 +353 -0
- package/SERVICE_CHANGELOG.md +398 -196
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +3 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +132 -5
- package/src/services/ccc/v20200210/ccc_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +9 -0
- package/src/services/cdwch/v20200915/cdwch_client.ts +21 -8
- package/src/services/cdwch/v20200915/cdwch_models.ts +131 -61
- package/src/services/ckafka/v20190819/ckafka_client.ts +3 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +55 -27
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +10 -4
- package/src/services/dbbrain/v20191016/dbbrain_models.ts +5 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +42 -0
- package/src/services/dts/v20180330/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +110 -49
- package/src/services/ess/v20201111/ess_models.ts +292 -61
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +26 -13
- package/src/services/mariadb/v20170312/mariadb_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +10 -0
- package/src/services/mps/v20190612/mps_client.ts +2 -0
- package/src/services/mps/v20190612/mps_models.ts +72 -5
- package/src/services/ocr/v20181119/ocr_models.ts +5 -4
- package/src/services/organization/v20210331/organization_client.ts +39 -3
- package/src/services/organization/v20210331/organization_models.ts +163 -14
- package/src/services/postgres/v20170312/postgres_models.ts +14 -6
- package/src/services/ses/v20201002/ses_models.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +111 -5
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +7 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +9 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +111 -52
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +47 -23
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +9 -4
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +4 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +35 -0
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +42 -22
- package/tencentcloud/services/ess/v20201111/ess_client.js +56 -26
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +252 -55
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +19 -8
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +62 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -4
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +13 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +18 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +141 -14
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +12 -5
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/test/cdwch.v20200915.test.js +12 -2
- package/test/ess.v20201111.test.js +60 -10
- package/test/organization.v20210331.test.js +30 -0
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.ess.v20201111.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("ess.v20201111.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("ess.v20201111.
|
|
21
|
+
it("ess.v20201111.DescribeFlowInfo", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribeFlowInfo({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,19 @@ it("ess.v20201111.CreateUserAutoSignEnableUrl", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("ess.v20201111.
|
|
101
|
+
it("ess.v20201111.CreateSealPolicy", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.CreateSealPolicy({})
|
|
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("ess.v20201111.DescribeOrganizationGroupOrganizations", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.DescribeOrganizationGroupOrganizations({})
|
|
104
114
|
expect(data).to.be.ok
|
|
105
115
|
} catch(error) {
|
|
106
116
|
expect(error.requestId).to.be.ok
|
|
@@ -138,6 +148,16 @@ it("ess.v20201111.CreateBatchCancelFlowUrl", async function () {
|
|
|
138
148
|
}
|
|
139
149
|
})
|
|
140
150
|
|
|
151
|
+
it("ess.v20201111.DeleteIntegrationDepartment", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DeleteIntegrationDepartment({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
141
161
|
it("ess.v20201111.BindEmployeeUserIdWithClientOpenId", async function () {
|
|
142
162
|
try {
|
|
143
163
|
const data = await client.BindEmployeeUserIdWithClientOpenId({})
|
|
@@ -218,9 +238,9 @@ it("ess.v20201111.CreateDocument", async function () {
|
|
|
218
238
|
}
|
|
219
239
|
})
|
|
220
240
|
|
|
221
|
-
it("ess.v20201111.
|
|
241
|
+
it("ess.v20201111.CreateMultiFlowSignQRCode", async function () {
|
|
222
242
|
try {
|
|
223
|
-
const data = await client.
|
|
243
|
+
const data = await client.CreateMultiFlowSignQRCode({})
|
|
224
244
|
expect(data).to.be.ok
|
|
225
245
|
} catch(error) {
|
|
226
246
|
expect(error.requestId).to.be.ok
|
|
@@ -228,9 +248,9 @@ it("ess.v20201111.DescribeFlowInfo", async function () {
|
|
|
228
248
|
}
|
|
229
249
|
})
|
|
230
250
|
|
|
231
|
-
it("ess.v20201111.
|
|
251
|
+
it("ess.v20201111.CreateFlowEvidenceReport", async function () {
|
|
232
252
|
try {
|
|
233
|
-
const data = await client.
|
|
253
|
+
const data = await client.CreateFlowEvidenceReport({})
|
|
234
254
|
expect(data).to.be.ok
|
|
235
255
|
} catch(error) {
|
|
236
256
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +328,9 @@ it("ess.v20201111.DescribeIntegrationRoles", async function () {
|
|
|
308
328
|
}
|
|
309
329
|
})
|
|
310
330
|
|
|
311
|
-
it("ess.v20201111.
|
|
331
|
+
it("ess.v20201111.CreateIntegrationDepartment", async function () {
|
|
312
332
|
try {
|
|
313
|
-
const data = await client.
|
|
333
|
+
const data = await client.CreateIntegrationDepartment({})
|
|
314
334
|
expect(data).to.be.ok
|
|
315
335
|
} catch(error) {
|
|
316
336
|
expect(error.requestId).to.be.ok
|
|
@@ -458,6 +478,36 @@ it("ess.v20201111.CreateSchemeUrl", async function () {
|
|
|
458
478
|
}
|
|
459
479
|
})
|
|
460
480
|
|
|
481
|
+
it("ess.v20201111.CancelUserAutoSignEnableUrl", async function () {
|
|
482
|
+
try {
|
|
483
|
+
const data = await client.CancelUserAutoSignEnableUrl({})
|
|
484
|
+
expect(data).to.be.ok
|
|
485
|
+
} catch(error) {
|
|
486
|
+
expect(error.requestId).to.be.ok
|
|
487
|
+
expect(error.code).to.be.ok
|
|
488
|
+
}
|
|
489
|
+
})
|
|
490
|
+
|
|
491
|
+
it("ess.v20201111.DescribeIntegrationDepartments", async function () {
|
|
492
|
+
try {
|
|
493
|
+
const data = await client.DescribeIntegrationDepartments({})
|
|
494
|
+
expect(data).to.be.ok
|
|
495
|
+
} catch(error) {
|
|
496
|
+
expect(error.requestId).to.be.ok
|
|
497
|
+
expect(error.code).to.be.ok
|
|
498
|
+
}
|
|
499
|
+
})
|
|
500
|
+
|
|
501
|
+
it("ess.v20201111.ModifyIntegrationDepartment", async function () {
|
|
502
|
+
try {
|
|
503
|
+
const data = await client.ModifyIntegrationDepartment({})
|
|
504
|
+
expect(data).to.be.ok
|
|
505
|
+
} catch(error) {
|
|
506
|
+
expect(error.requestId).to.be.ok
|
|
507
|
+
expect(error.code).to.be.ok
|
|
508
|
+
}
|
|
509
|
+
})
|
|
510
|
+
|
|
461
511
|
it("ess.v20201111.CreateIntegrationEmployees", async function () {
|
|
462
512
|
try {
|
|
463
513
|
const data = await client.CreateIntegrationEmployees({})
|
|
@@ -128,6 +128,16 @@ it("organization.v20210331.DescribeOrganizationNodes", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
+
it("organization.v20210331.UpdateOrganizationMemberEmailBind", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.UpdateOrganizationMemberEmailBind({})
|
|
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
|
+
|
|
131
141
|
it("organization.v20210331.AddOrganizationNode", async function () {
|
|
132
142
|
try {
|
|
133
143
|
const data = await client.AddOrganizationNode({})
|
|
@@ -188,4 +198,24 @@ it("organization.v20210331.ListOrganizationIdentity", async function () {
|
|
|
188
198
|
}
|
|
189
199
|
})
|
|
190
200
|
|
|
201
|
+
it("organization.v20210331.AddOrganizationMemberEmail", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.AddOrganizationMemberEmail({})
|
|
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
|
+
it("organization.v20210331.DescribeOrganizationMemberEmailBind", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeOrganizationMemberEmailBind({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
191
221
|
})
|