tencentcloud-sdk-nodejs 4.0.540 → 4.0.541
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 +272 -0
- package/SERVICE_CHANGELOG.md +347 -250
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/captcha/v20190722/captcha_client.ts +25 -1
- package/src/services/captcha/v20190722/captcha_models.ts +94 -64
- package/src/services/cbs/v20170312/cbs_client.ts +7 -3
- package/src/services/cdb/v20170320/cdb_client.ts +0 -14
- package/src/services/cdb/v20170320/cdb_models.ts +4 -60
- package/src/services/cme/v20191029/cme_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +40 -0
- package/src/services/lcic/v20220817/lcic_client.ts +204 -58
- package/src/services/lcic/v20220817/lcic_models.ts +1350 -828
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
- package/src/services/organization/v20210331/organization_client.ts +2 -1
- package/src/services/organization/v20210331/organization_models.ts +33 -5
- package/src/services/partners/v20180321/partners_client.ts +15 -0
- package/src/services/partners/v20180321/partners_models.ts +55 -8
- package/src/services/redis/v20180412/redis_client.ts +3 -3
- package/src/services/redis/v20180412/redis_models.ts +2 -2
- package/src/services/rum/v20210622/rum_models.ts +3 -3
- package/src/services/ssa/v20180608/ssa_client.ts +16 -2
- package/src/services/ssa/v20180608/ssa_models.ts +183 -33
- package/src/services/teo/v20220901/teo_models.ts +8 -0
- package/src/services/tsf/v20180326/tsf_models.ts +90 -0
- package/src/services/vod/v20180717/vod_client.ts +12 -0
- package/src/services/vod/v20180717/vod_models.ts +164 -26
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +9 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +12 -0
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +78 -52
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +6 -2
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +6 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -7
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -8
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -51
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +34 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +53 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +78 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1191 -744
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +29 -5
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +8 -1
- package/tencentcloud/services/partners/v20180321/partners_client.js +9 -0
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +48 -8
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_client.js +3 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +2 -2
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +3 -3
- 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 +152 -28
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +75 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +140 -26
- package/test/captcha.v20190722.test.js +20 -0
- package/test/cdb.v20170320.test.js +0 -10
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/lcic.v20220817.test.js +124 -4
- package/test/partners.v20180321.test.js +10 -0
- package/test/ssa.v20180608.test.js +10 -0
- package/test/vod.v20180717.test.js +10 -0
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.lcic.v20220817.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("lcic.v20220817.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("lcic.v20220817.AddGroupMember", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.AddGroupMember({})
|
|
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
|
+
|
|
21
31
|
it("lcic.v20220817.SetWatermark", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.SetWatermark({})
|
|
@@ -38,6 +48,16 @@ it("lcic.v20220817.DescribeDocumentsByRoom", async function () {
|
|
|
38
48
|
}
|
|
39
49
|
})
|
|
40
50
|
|
|
51
|
+
it("lcic.v20220817.ModifyRoom", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.ModifyRoom({})
|
|
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
|
+
|
|
41
61
|
it("lcic.v20220817.GetWatermark", async function () {
|
|
42
62
|
try {
|
|
43
63
|
const data = await client.GetWatermark({})
|
|
@@ -48,6 +68,16 @@ it("lcic.v20220817.GetWatermark", async function () {
|
|
|
48
68
|
}
|
|
49
69
|
})
|
|
50
70
|
|
|
71
|
+
it("lcic.v20220817.DescribeGroup", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeGroup({})
|
|
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
|
+
|
|
51
81
|
it("lcic.v20220817.ModifyApp", async function () {
|
|
52
82
|
try {
|
|
53
83
|
const data = await client.ModifyApp({})
|
|
@@ -78,6 +108,16 @@ it("lcic.v20220817.DescribeSdkAppIdUsers", async function () {
|
|
|
78
108
|
}
|
|
79
109
|
})
|
|
80
110
|
|
|
111
|
+
it("lcic.v20220817.DeleteGroupMember", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.DeleteGroupMember({})
|
|
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
|
+
|
|
81
121
|
it("lcic.v20220817.CreateDocument", async function () {
|
|
82
122
|
try {
|
|
83
123
|
const data = await client.CreateDocument({})
|
|
@@ -88,9 +128,9 @@ it("lcic.v20220817.CreateDocument", async function () {
|
|
|
88
128
|
}
|
|
89
129
|
})
|
|
90
130
|
|
|
91
|
-
it("lcic.v20220817.
|
|
131
|
+
it("lcic.v20220817.DeleteGroup", async function () {
|
|
92
132
|
try {
|
|
93
|
-
const data = await client.
|
|
133
|
+
const data = await client.DeleteGroup({})
|
|
94
134
|
expect(data).to.be.ok
|
|
95
135
|
} catch(error) {
|
|
96
136
|
expect(error.requestId).to.be.ok
|
|
@@ -108,6 +148,16 @@ it("lcic.v20220817.DescribeUser", async function () {
|
|
|
108
148
|
}
|
|
109
149
|
})
|
|
110
150
|
|
|
151
|
+
it("lcic.v20220817.ModifyGroup", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.ModifyGroup({})
|
|
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
|
+
|
|
111
161
|
it("lcic.v20220817.BatchRegister", async function () {
|
|
112
162
|
try {
|
|
113
163
|
const data = await client.BatchRegister({})
|
|
@@ -118,9 +168,19 @@ it("lcic.v20220817.BatchRegister", async function () {
|
|
|
118
168
|
}
|
|
119
169
|
})
|
|
120
170
|
|
|
121
|
-
it("lcic.v20220817.
|
|
171
|
+
it("lcic.v20220817.BatchAddGroupMember", async function () {
|
|
122
172
|
try {
|
|
123
|
-
const data = await client.
|
|
173
|
+
const data = await client.BatchAddGroupMember({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
181
|
+
it("lcic.v20220817.BatchDeleteGroupMember", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.BatchDeleteGroupMember({})
|
|
124
184
|
expect(data).to.be.ok
|
|
125
185
|
} catch(error) {
|
|
126
186
|
expect(error.requestId).to.be.ok
|
|
@@ -148,6 +208,26 @@ it("lcic.v20220817.DeleteRecord", async function () {
|
|
|
148
208
|
}
|
|
149
209
|
})
|
|
150
210
|
|
|
211
|
+
it("lcic.v20220817.DescribeGroupList", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeGroupList({})
|
|
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("lcic.v20220817.ModifyUserProfile", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.ModifyUserProfile({})
|
|
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
|
+
|
|
151
231
|
it("lcic.v20220817.BatchCreateRoom", async function () {
|
|
152
232
|
try {
|
|
153
233
|
const data = await client.BatchCreateRoom({})
|
|
@@ -208,6 +288,16 @@ it("lcic.v20220817.LoginUser", async function () {
|
|
|
208
288
|
}
|
|
209
289
|
})
|
|
210
290
|
|
|
291
|
+
it("lcic.v20220817.CreateGroupWithMembers", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.CreateGroupWithMembers({})
|
|
294
|
+
expect(data).to.be.ok
|
|
295
|
+
} catch(error) {
|
|
296
|
+
expect(error.requestId).to.be.ok
|
|
297
|
+
expect(error.code).to.be.ok
|
|
298
|
+
}
|
|
299
|
+
})
|
|
300
|
+
|
|
211
301
|
it("lcic.v20220817.CreateSupervisor", async function () {
|
|
212
302
|
try {
|
|
213
303
|
const data = await client.CreateSupervisor({})
|
|
@@ -228,6 +318,16 @@ it("lcic.v20220817.SetAppCustomContent", async function () {
|
|
|
228
318
|
}
|
|
229
319
|
})
|
|
230
320
|
|
|
321
|
+
it("lcic.v20220817.DescribeGroupMemberList", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.DescribeGroupMemberList({})
|
|
324
|
+
expect(data).to.be.ok
|
|
325
|
+
} catch(error) {
|
|
326
|
+
expect(error.requestId).to.be.ok
|
|
327
|
+
expect(error.code).to.be.ok
|
|
328
|
+
}
|
|
329
|
+
})
|
|
330
|
+
|
|
231
331
|
it("lcic.v20220817.DescribeCurrentMemberList", async function () {
|
|
232
332
|
try {
|
|
233
333
|
const data = await client.DescribeCurrentMemberList({})
|
|
@@ -288,6 +388,26 @@ it("lcic.v20220817.DescribeDocument", async function () {
|
|
|
288
388
|
}
|
|
289
389
|
})
|
|
290
390
|
|
|
391
|
+
it("lcic.v20220817.CreateGroupWithSubGroup", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.CreateGroupWithSubGroup({})
|
|
394
|
+
expect(data).to.be.ok
|
|
395
|
+
} catch(error) {
|
|
396
|
+
expect(error.requestId).to.be.ok
|
|
397
|
+
expect(error.code).to.be.ok
|
|
398
|
+
}
|
|
399
|
+
})
|
|
400
|
+
|
|
401
|
+
it("lcic.v20220817.BatchCreateGroupWithMembers", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.BatchCreateGroupWithMembers({})
|
|
404
|
+
expect(data).to.be.ok
|
|
405
|
+
} catch(error) {
|
|
406
|
+
expect(error.requestId).to.be.ok
|
|
407
|
+
expect(error.code).to.be.ok
|
|
408
|
+
}
|
|
409
|
+
})
|
|
410
|
+
|
|
291
411
|
it("lcic.v20220817.CreateRoom", async function () {
|
|
292
412
|
try {
|
|
293
413
|
const data = await client.CreateRoom({})
|
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.partners.v20180321.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("partners.v20180321.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("partners.v20180321.AssignClientsToSales", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.AssignClientsToSales({})
|
|
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
|
+
|
|
21
31
|
it("partners.v20180321.DescribeAgentDealsCache", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.DescribeAgentDealsCache({})
|
|
@@ -108,6 +108,16 @@ it("ssa.v20180608.DescribeAssetDetail", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
+
it("ssa.v20180608.SaEventPub", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.SaEventPub({})
|
|
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
|
+
|
|
111
121
|
it("ssa.v20180608.DescribeSafetyEventList", async function () {
|
|
112
122
|
try {
|
|
113
123
|
const data = await client.DescribeSafetyEventList({})
|
|
@@ -478,6 +478,16 @@ it("vod.v20180717.CreateContentReviewTemplate", async function () {
|
|
|
478
478
|
}
|
|
479
479
|
})
|
|
480
480
|
|
|
481
|
+
it("vod.v20180717.RebuildMedia", async function () {
|
|
482
|
+
try {
|
|
483
|
+
const data = await client.RebuildMedia({})
|
|
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
|
+
|
|
481
491
|
it("vod.v20180717.CreateSampleSnapshotTemplate", async function () {
|
|
482
492
|
try {
|
|
483
493
|
const data = await client.CreateSampleSnapshotTemplate({})
|