tencentcloud-sdk-nodejs 4.0.278 → 4.0.282
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 +425 -0
- package/SERVICE_CHANGELOG.md +464 -176
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +108 -62
- package/src/services/ame/v20190916/ame_models.ts +1112 -824
- package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +19 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -2
- package/src/services/cam/v20190116/cam_models.ts +6 -0
- package/src/services/cbs/v20170312/cbs_client.ts +16 -0
- package/src/services/cbs/v20170312/cbs_models.ts +61 -1
- package/src/services/ccc/v20200210/ccc_client.ts +31 -6
- package/src/services/ccc/v20200210/ccc_models.ts +270 -113
- package/src/services/chdfs/v20201112/chdfs_models.ts +10 -10
- package/src/services/cii/v20210408/cii_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cme/v20191029/cme_client.ts +17 -7
- package/src/services/cme/v20191029/cme_models.ts +415 -139
- package/src/services/cvm/v20170312/cvm_client.ts +1 -0
- package/src/services/cvm/v20170312/cvm_models.ts +30 -1
- package/src/services/gme/v20180711/gme_client.ts +2 -2
- package/src/services/ims/v20201229/ims_models.ts +1 -1
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +5 -5
- package/src/services/ivld/v20210903/ivld_client.ts +227 -29
- package/src/services/ivld/v20210903/ivld_models.ts +643 -107
- package/src/services/live/v20180801/live_models.ts +4 -4
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +2 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +5 -0
- package/src/services/ocr/v20181119/ocr_client.ts +13 -1
- package/src/services/ocr/v20181119/ocr_models.ts +49 -2
- package/src/services/organization/v20210331/organization_models.ts +12 -0
- package/src/services/partners/v20180321/partners_models.ts +4 -4
- package/src/services/ses/v20201002/ses_models.ts +4 -4
- package/src/services/sms/v20190711/sms_client.ts +7 -7
- package/src/services/soe/v20180724/soe_models.ts +4 -12
- package/src/services/tcm/v20210413/tcm_models.ts +7 -1
- package/src/services/tcss/v20201101/tcss_models.ts +33 -8
- package/src/services/tke/v20180525/tke_client.ts +21 -8
- package/src/services/tke/v20180525/tke_models.ts +104 -10
- package/src/services/tms/v20201229/tms_models.ts +1 -1
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +38 -4
- package/src/services/vpc/v20170312/vpc_client.ts +2 -1
- package/src/services/vpc/v20170312/vpc_models.ts +87 -42
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.d.ts +20 -5
- package/tencentcloud/services/ame/v20190916/ame_client.js +27 -6
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +956 -710
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -2
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +8 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +9 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +52 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +233 -100
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +10 -10
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +359 -123
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -1
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +2 -2
- package/tencentcloud/services/gme/v20180711/gme_client.js +2 -2
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +5 -5
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +93 -11
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +123 -13
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +529 -71
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -4
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +43 -2
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +10 -0
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +4 -4
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -4
- package/tencentcloud/services/sms/v20190711/sms_client.d.ts +7 -7
- package/tencentcloud/services/sms/v20190711/sms_client.js +7 -7
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +4 -12
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +6 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +28 -8
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +7 -3
- package/tencentcloud/services/tke/v20180525/tke_client.js +9 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +89 -10
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +32 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +75 -37
- package/test/ame.v20190916.test.js +34 -4
- package/test/cbs.v20170312.test.js +10 -0
- package/test/ccc.v20200210.test.js +20 -0
- package/test/ivld.v20210903.test.js +146 -6
- package/test/ocr.v20181119.test.js +10 -0
- package/test/tke.v20180525.test.js +12 -2
|
@@ -38,9 +38,9 @@ it("ivld.v20210903.ImportMedia", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("ivld.v20210903.
|
|
41
|
+
it("ivld.v20210903.CreateCustomPerson", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.CreateCustomPerson({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,49 @@ it("ivld.v20210903.DescribeMedias", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("ivld.v20210903.
|
|
51
|
+
it("ivld.v20210903.DeleteCustomPersonImage", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.DeleteCustomPersonImage({})
|
|
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
|
+
|
|
61
|
+
it("ivld.v20210903.UpdateCustomCategory", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.UpdateCustomCategory({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
71
|
+
it("ivld.v20210903.UpdateCustomPerson", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.UpdateCustomPerson({})
|
|
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
|
+
it("ivld.v20210903.DeleteCustomCategory", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.DeleteCustomCategory({})
|
|
84
|
+
expect(data).to.be.ok
|
|
85
|
+
} catch(error) {
|
|
86
|
+
expect(error.requestId).to.be.ok
|
|
87
|
+
expect(error.code).to.be.ok
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
|
|
91
|
+
it("ivld.v20210903.AddCustomPersonImage", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.AddCustomPersonImage({})
|
|
54
94
|
expect(data).to.be.ok
|
|
55
95
|
} catch(error) {
|
|
56
96
|
expect(error.requestId).to.be.ok
|
|
@@ -68,6 +108,16 @@ it("ivld.v20210903.DescribeTaskDetail", async function () {
|
|
|
68
108
|
}
|
|
69
109
|
})
|
|
70
110
|
|
|
111
|
+
it("ivld.v20210903.CreateDefaultCategories", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.CreateDefaultCategories({})
|
|
114
|
+
expect(data).to.be.ok
|
|
115
|
+
} catch(error) {
|
|
116
|
+
expect(error.requestId).to.be.ok
|
|
117
|
+
expect(error.code).to.be.ok
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
71
121
|
it("ivld.v20210903.DescribeTask", async function () {
|
|
72
122
|
try {
|
|
73
123
|
const data = await client.DescribeTask({})
|
|
@@ -78,9 +128,49 @@ it("ivld.v20210903.DescribeTask", async function () {
|
|
|
78
128
|
}
|
|
79
129
|
})
|
|
80
130
|
|
|
81
|
-
it("ivld.v20210903.
|
|
131
|
+
it("ivld.v20210903.DescribeCustomPersonDetail", async function () {
|
|
82
132
|
try {
|
|
83
|
-
const data = await client.
|
|
133
|
+
const data = await client.DescribeCustomPersonDetail({})
|
|
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("ivld.v20210903.CreateCustomCategory", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.CreateCustomCategory({})
|
|
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
|
+
it("ivld.v20210903.DescribeCustomPersons", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DescribeCustomPersons({})
|
|
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
|
+
|
|
161
|
+
it("ivld.v20210903.DeleteCustomPerson", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.DeleteCustomPerson({})
|
|
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
|
+
|
|
171
|
+
it("ivld.v20210903.DescribeMedia", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.DescribeMedia({})
|
|
84
174
|
expect(data).to.be.ok
|
|
85
175
|
} catch(error) {
|
|
86
176
|
expect(error.requestId).to.be.ok
|
|
@@ -98,4 +188,54 @@ it("ivld.v20210903.DeleteMedia", async function () {
|
|
|
98
188
|
}
|
|
99
189
|
})
|
|
100
190
|
|
|
191
|
+
it("ivld.v20210903.DescribeTasks", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.DescribeTasks({})
|
|
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
|
+
it("ivld.v20210903.CreateCustomGroup", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.CreateCustomGroup({})
|
|
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("ivld.v20210903.DescribeCustomCategories", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeCustomCategories({})
|
|
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
|
+
|
|
221
|
+
it("ivld.v20210903.DescribeCustomGroup", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.DescribeCustomGroup({})
|
|
224
|
+
expect(data).to.be.ok
|
|
225
|
+
} catch(error) {
|
|
226
|
+
expect(error.requestId).to.be.ok
|
|
227
|
+
expect(error.code).to.be.ok
|
|
228
|
+
}
|
|
229
|
+
})
|
|
230
|
+
|
|
231
|
+
it("ivld.v20210903.DescribeMedias", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.DescribeMedias({})
|
|
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
|
+
|
|
101
241
|
})
|
|
@@ -668,6 +668,16 @@ it("ocr.v20181119.MixedInvoiceOCR", async function () {
|
|
|
668
668
|
}
|
|
669
669
|
})
|
|
670
670
|
|
|
671
|
+
it("ocr.v20181119.RecognizeHealthCodeOCR", async function () {
|
|
672
|
+
try {
|
|
673
|
+
const data = await client.RecognizeHealthCodeOCR({})
|
|
674
|
+
expect(data).to.be.ok
|
|
675
|
+
} catch(error) {
|
|
676
|
+
expect(error.requestId).to.be.ok
|
|
677
|
+
expect(error.code).to.be.ok
|
|
678
|
+
}
|
|
679
|
+
})
|
|
680
|
+
|
|
671
681
|
it("ocr.v20181119.EduPaperOCR", async function () {
|
|
672
682
|
try {
|
|
673
683
|
const data = await client.EduPaperOCR({})
|
|
@@ -228,9 +228,9 @@ it("tke.v20180525.DescribeClusterAuthenticationOptions", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
-
it("tke.v20180525.
|
|
231
|
+
it("tke.v20180525.DescribeClusterStatus", async function () {
|
|
232
232
|
try {
|
|
233
|
-
const data = await client.
|
|
233
|
+
const data = await client.DescribeClusterStatus({})
|
|
234
234
|
expect(data).to.be.ok
|
|
235
235
|
} catch(error) {
|
|
236
236
|
expect(error.requestId).to.be.ok
|
|
@@ -658,6 +658,16 @@ it("tke.v20180525.CreateClusterEndpoint", async function () {
|
|
|
658
658
|
}
|
|
659
659
|
})
|
|
660
660
|
|
|
661
|
+
it("tke.v20180525.ForwardApplicationRequestV3", async function () {
|
|
662
|
+
try {
|
|
663
|
+
const data = await client.ForwardApplicationRequestV3({})
|
|
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
|
+
|
|
661
671
|
it("tke.v20180525.DescribePrometheusAgentInstances", async function () {
|
|
662
672
|
try {
|
|
663
673
|
const data = await client.DescribePrometheusAgentInstances({})
|