tencentcloud-sdk-nodejs 4.0.860 → 4.0.862

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.
Files changed (75) hide show
  1. package/CHANGELOG.md +383 -0
  2. package/SERVICE_CHANGELOG.md +464 -100
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +1 -1
  7. package/src/services/cat/v20180409/cat_client.ts +3 -2
  8. package/src/services/cat/v20180409/cat_models.ts +1 -2
  9. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +4 -0
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +67 -18
  11. package/src/services/dasb/v20191018/dasb_client.ts +100 -25
  12. package/src/services/dasb/v20191018/dasb_models.ts +605 -128
  13. package/src/services/dbbrain/v20210527/dbbrain_client.ts +33 -8
  14. package/src/services/dbbrain/v20210527/dbbrain_models.ts +120 -8
  15. package/src/services/dlc/v20210125/dlc_client.ts +55 -19
  16. package/src/services/dlc/v20210125/dlc_models.ts +127 -30
  17. package/src/services/dsgc/v20190723/dsgc_models.ts +5 -0
  18. package/src/services/ess/v20201111/ess_client.ts +52 -21
  19. package/src/services/ess/v20201111/ess_models.ts +169 -80
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -1
  22. package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -0
  23. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  24. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +116 -40
  25. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +452 -149
  26. package/src/services/monitor/v20180724/monitor_models.ts +12 -0
  27. package/src/services/mps/v20190612/mps_client.ts +2 -1
  28. package/src/services/mps/v20190612/mps_models.ts +71 -40
  29. package/src/services/svp/v20240125/svp_client.ts +43 -1
  30. package/src/services/svp/v20240125/svp_models.ts +352 -0
  31. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -5
  32. package/src/services/tione/v20211111/tione_models.ts +5 -0
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  36. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +1 -0
  37. package/tencentcloud/services/cat/v20180409/cat_client.js +1 -0
  38. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -2
  39. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -0
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +67 -18
  41. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +31 -7
  42. package/tencentcloud/services/dasb/v20191018/dasb_client.js +45 -9
  43. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +565 -103
  44. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +12 -4
  45. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +16 -4
  46. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +115 -8
  47. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +19 -7
  48. package/tencentcloud/services/dlc/v20210125/dlc_client.js +27 -9
  49. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +121 -30
  50. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +5 -0
  51. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +28 -13
  52. package/tencentcloud/services/ess/v20201111/ess_client.js +32 -13
  53. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +165 -80
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -2
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -2
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -1
  57. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -0
  58. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -0
  59. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  60. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +35 -11
  61. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +51 -15
  62. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +436 -149
  63. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +12 -0
  64. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +70 -40
  65. package/tencentcloud/services/svp/v20240125/svp_client.d.ts +13 -1
  66. package/tencentcloud/services/svp/v20240125/svp_client.js +18 -0
  67. package/tencentcloud/services/svp/v20240125/svp_models.d.ts +343 -0
  68. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -5
  69. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +5 -0
  70. package/test/dasb.v20191018.test.js +66 -6
  71. package/test/dbbrain.v20210527.test.js +22 -2
  72. package/test/dlc.v20210125.test.js +42 -12
  73. package/test/ess.v20201111.test.js +22 -2
  74. package/test/iotexplorer.v20190423.test.js +76 -16
  75. package/test/svp.v20240125.test.js +30 -0
@@ -108,9 +108,9 @@ it("dasb.v20191018.DeleteDevices", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("dasb.v20191018.AddUserGroupMembers", async function () {
111
+ it("dasb.v20191018.CreateChangePwdTask", async function () {
112
112
  try {
113
- const data = await client.AddUserGroupMembers({})
113
+ const data = await client.CreateChangePwdTask({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -218,6 +218,16 @@ it("dasb.v20191018.DeleteUserGroupMembers", async function () {
218
218
  }
219
219
  })
220
220
 
221
+ it("dasb.v20191018.ModifyChangePwdTask", async function () {
222
+ try {
223
+ const data = await client.ModifyChangePwdTask({})
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
+
221
231
  it("dasb.v20191018.CreateAssetSyncJob", async function () {
222
232
  try {
223
233
  const data = await client.CreateAssetSyncJob({})
@@ -238,6 +248,16 @@ it("dasb.v20191018.DescribeAcls", async function () {
238
248
  }
239
249
  })
240
250
 
251
+ it("dasb.v20191018.RunChangePwdTask", async function () {
252
+ try {
253
+ const data = await client.RunChangePwdTask({})
254
+ expect(data).to.be.ok
255
+ } catch(error) {
256
+ expect(error.requestId).to.be.ok
257
+ expect(error.code).to.be.ok
258
+ }
259
+ })
260
+
241
261
  it("dasb.v20191018.ResetDeviceAccountPassword", async function () {
242
262
  try {
243
263
  const data = await client.ResetDeviceAccountPassword({})
@@ -328,6 +348,16 @@ it("dasb.v20191018.ResetDeviceAccountPrivateKey", async function () {
328
348
  }
329
349
  })
330
350
 
351
+ it("dasb.v20191018.DescribeAssetSyncStatus", async function () {
352
+ try {
353
+ const data = await client.DescribeAssetSyncStatus({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
331
361
  it("dasb.v20191018.CreateDeviceAccount", async function () {
332
362
  try {
333
363
  const data = await client.CreateDeviceAccount({})
@@ -338,9 +368,9 @@ it("dasb.v20191018.CreateDeviceAccount", async function () {
338
368
  }
339
369
  })
340
370
 
341
- it("dasb.v20191018.SearchAuditLog", async function () {
371
+ it("dasb.v20191018.DescribeChangePwdTaskDetail", async function () {
342
372
  try {
343
- const data = await client.SearchAuditLog({})
373
+ const data = await client.DescribeChangePwdTaskDetail({})
344
374
  expect(data).to.be.ok
345
375
  } catch(error) {
346
376
  expect(error.requestId).to.be.ok
@@ -358,6 +388,16 @@ it("dasb.v20191018.DeleteDeviceGroupMembers", async function () {
358
388
  }
359
389
  })
360
390
 
391
+ it("dasb.v20191018.DeleteChangePwdTask", async function () {
392
+ try {
393
+ const data = await client.DeleteChangePwdTask({})
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
+
361
401
  it("dasb.v20191018.DescribeOperationEvent", async function () {
362
402
  try {
363
403
  const data = await client.DescribeOperationEvent({})
@@ -408,6 +448,16 @@ it("dasb.v20191018.ModifyResource", async function () {
408
448
  }
409
449
  })
410
450
 
451
+ it("dasb.v20191018.SearchAuditLog", async function () {
452
+ try {
453
+ const data = await client.SearchAuditLog({})
454
+ expect(data).to.be.ok
455
+ } catch(error) {
456
+ expect(error.requestId).to.be.ok
457
+ expect(error.code).to.be.ok
458
+ }
459
+ })
460
+
411
461
  it("dasb.v20191018.ModifyUser", async function () {
412
462
  try {
413
463
  const data = await client.ModifyUser({})
@@ -438,9 +488,9 @@ it("dasb.v20191018.DeleteCmdTemplates", async function () {
438
488
  }
439
489
  })
440
490
 
441
- it("dasb.v20191018.DescribeAssetSyncStatus", async function () {
491
+ it("dasb.v20191018.AddUserGroupMembers", async function () {
442
492
  try {
443
- const data = await client.DescribeAssetSyncStatus({})
493
+ const data = await client.AddUserGroupMembers({})
444
494
  expect(data).to.be.ok
445
495
  } catch(error) {
446
496
  expect(error.requestId).to.be.ok
@@ -508,6 +558,16 @@ it("dasb.v20191018.ImportExternalDevice", async function () {
508
558
  }
509
559
  })
510
560
 
561
+ it("dasb.v20191018.DescribeChangePwdTask", async function () {
562
+ try {
563
+ const data = await client.DescribeChangePwdTask({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
511
571
  it("dasb.v20191018.AddDeviceGroupMembers", async function () {
512
572
  try {
513
573
  const data = await client.AddDeviceGroupMembers({})
@@ -188,6 +188,16 @@ it("dbbrain.v20210527.DescribeAuditInstanceList", async function () {
188
188
  }
189
189
  })
190
190
 
191
+ it("dbbrain.v20210527.DeleteRedisBigKeyAnalysisTasks", async function () {
192
+ try {
193
+ const data = await client.DeleteRedisBigKeyAnalysisTasks({})
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
+
191
201
  it("dbbrain.v20210527.DescribeTopSpaceSchemaTimeSeries", async function () {
192
202
  try {
193
203
  const data = await client.DescribeTopSpaceSchemaTimeSeries({})
@@ -338,9 +348,9 @@ it("dbbrain.v20210527.ModifySqlFilters", async function () {
338
348
  }
339
349
  })
340
350
 
341
- it("dbbrain.v20210527.ModifyAuditService", async function () {
351
+ it("dbbrain.v20210527.DescribeRedisBigKeyAnalysisTasks", async function () {
342
352
  try {
343
- const data = await client.ModifyAuditService({})
353
+ const data = await client.DescribeRedisBigKeyAnalysisTasks({})
344
354
  expect(data).to.be.ok
345
355
  } catch(error) {
346
356
  expect(error.requestId).to.be.ok
@@ -508,6 +518,16 @@ it("dbbrain.v20210527.DescribeIndexRecommendInfo", async function () {
508
518
  }
509
519
  })
510
520
 
521
+ it("dbbrain.v20210527.ModifyAuditService", async function () {
522
+ try {
523
+ const data = await client.ModifyAuditService({})
524
+ expect(data).to.be.ok
525
+ } catch(error) {
526
+ expect(error.requestId).to.be.ok
527
+ expect(error.code).to.be.ok
528
+ }
529
+ })
530
+
511
531
  it("dbbrain.v20210527.DescribeIndexRecommendAggregationSlowLogs", async function () {
512
532
  try {
513
533
  const data = await client.DescribeIndexRecommendAggregationSlowLogs({})
@@ -88,6 +88,16 @@ it("dlc.v20210125.DescribeWorkGroupInfo", async function () {
88
88
  }
89
89
  })
90
90
 
91
+ it("dlc.v20210125.ListTaskJobLogName", async function () {
92
+ try {
93
+ const data = await client.ListTaskJobLogName({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
91
101
  it("dlc.v20210125.DescribeNotebookSession", async function () {
92
102
  try {
93
103
  const data = await client.DescribeNotebookSession({})
@@ -158,6 +168,16 @@ it("dlc.v20210125.CreateNotebookSessionStatementSupportBatchSQL", async function
158
168
  }
159
169
  })
160
170
 
171
+ it("dlc.v20210125.DescribeSparkSessionBatchSqlLog", async function () {
172
+ try {
173
+ const data = await client.DescribeSparkSessionBatchSqlLog({})
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
+
161
181
  it("dlc.v20210125.SwitchDataEngine", async function () {
162
182
  try {
163
183
  const data = await client.SwitchDataEngine({})
@@ -338,6 +358,16 @@ it("dlc.v20210125.DescribeLakeFsTaskResult", async function () {
338
358
  }
339
359
  })
340
360
 
361
+ it("dlc.v20210125.AddOptimizerEngines", async function () {
362
+ try {
363
+ const data = await client.AddOptimizerEngines({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
341
371
  it("dlc.v20210125.UpdateRowFilter", async function () {
342
372
  try {
343
373
  const data = await client.UpdateRowFilter({})
@@ -698,6 +728,16 @@ it("dlc.v20210125.DescribeNotebookSessionLog", async function () {
698
728
  }
699
729
  })
700
730
 
731
+ it("dlc.v20210125.DescribeTasksCostInfo", async function () {
732
+ try {
733
+ const data = await client.DescribeTasksCostInfo({})
734
+ expect(data).to.be.ok
735
+ } catch(error) {
736
+ expect(error.requestId).to.be.ok
737
+ expect(error.code).to.be.ok
738
+ }
739
+ })
740
+
701
741
  it("dlc.v20210125.DescribeResultDownload", async function () {
702
742
  try {
703
743
  const data = await client.DescribeResultDownload({})
@@ -788,9 +828,9 @@ it("dlc.v20210125.ModifyUser", async function () {
788
828
  }
789
829
  })
790
830
 
791
- it("dlc.v20210125.DescribeSparkSessionBatchSqlLog", async function () {
831
+ it("dlc.v20210125.CancelTask", async function () {
792
832
  try {
793
- const data = await client.DescribeSparkSessionBatchSqlLog({})
833
+ const data = await client.CancelTask({})
794
834
  expect(data).to.be.ok
795
835
  } catch(error) {
796
836
  expect(error.requestId).to.be.ok
@@ -1028,16 +1068,6 @@ it("dlc.v20210125.CreateExportTask", async function () {
1028
1068
  }
1029
1069
  })
1030
1070
 
1031
- it("dlc.v20210125.CancelTask", async function () {
1032
- try {
1033
- const data = await client.CancelTask({})
1034
- expect(data).to.be.ok
1035
- } catch(error) {
1036
- expect(error.requestId).to.be.ok
1037
- expect(error.code).to.be.ok
1038
- }
1039
- })
1040
-
1041
1071
  it("dlc.v20210125.DeleteUsersFromWorkGroup", async function () {
1042
1072
  try {
1043
1073
  const data = await client.DeleteUsersFromWorkGroup({})
@@ -398,9 +398,9 @@ it("ess.v20201111.DescribeExtendedServiceAuthInfos", async function () {
398
398
  }
399
399
  })
400
400
 
401
- it("ess.v20201111.ModifyFlowDeadline", async function () {
401
+ it("ess.v20201111.CreateOrganizationGroupInvitationLink", async function () {
402
402
  try {
403
- const data = await client.ModifyFlowDeadline({})
403
+ const data = await client.CreateOrganizationGroupInvitationLink({})
404
404
  expect(data).to.be.ok
405
405
  } catch(error) {
406
406
  expect(error.requestId).to.be.ok
@@ -438,6 +438,16 @@ it("ess.v20201111.CreateFlowByFiles", async function () {
438
438
  }
439
439
  })
440
440
 
441
+ it("ess.v20201111.CreateIntegrationSubOrganizationActiveRecord", async function () {
442
+ try {
443
+ const data = await client.CreateIntegrationSubOrganizationActiveRecord({})
444
+ expect(data).to.be.ok
445
+ } catch(error) {
446
+ expect(error.requestId).to.be.ok
447
+ expect(error.code).to.be.ok
448
+ }
449
+ })
450
+
441
451
  it("ess.v20201111.CreateSeal", async function () {
442
452
  try {
443
453
  const data = await client.CreateSeal({})
@@ -828,4 +838,14 @@ it("ess.v20201111.UpdateIntegrationEmployees", async function () {
828
838
  }
829
839
  })
830
840
 
841
+ it("ess.v20201111.ModifyFlowDeadline", async function () {
842
+ try {
843
+ const data = await client.ModifyFlowDeadline({})
844
+ expect(data).to.be.ok
845
+ } catch(error) {
846
+ expect(error.requestId).to.be.ok
847
+ expect(error.code).to.be.ok
848
+ }
849
+ })
850
+
831
851
  })
@@ -48,9 +48,9 @@ it("iotexplorer.v20190423.DescribeDevicePackages", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("iotexplorer.v20190423.GetBatchProductionsList", async function () {
51
+ it("iotexplorer.v20190423.DescribeDevice", async function () {
52
52
  try {
53
- const data = await client.GetBatchProductionsList({})
53
+ const data = await client.DescribeDevice({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -158,9 +158,9 @@ it("iotexplorer.v20190423.ListEventHistory", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("iotexplorer.v20190423.DescribeStudioProduct", async function () {
161
+ it("iotexplorer.v20190423.DeleteDevice", async function () {
162
162
  try {
163
- const data = await client.DescribeStudioProduct({})
163
+ const data = await client.DeleteDevice({})
164
164
  expect(data).to.be.ok
165
165
  } catch(error) {
166
166
  expect(error.requestId).to.be.ok
@@ -188,6 +188,16 @@ it("iotexplorer.v20190423.ReleaseStudioProduct", async function () {
188
188
  }
189
189
  })
190
190
 
191
+ it("iotexplorer.v20190423.GetBatchProductionsList", async function () {
192
+ try {
193
+ const data = await client.GetBatchProductionsList({})
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
+
191
201
  it("iotexplorer.v20190423.DescribeCloudStorageThumbnailList", async function () {
192
202
  try {
193
203
  const data = await client.DescribeCloudStorageThumbnailList({})
@@ -278,16 +288,6 @@ it("iotexplorer.v20190423.ModifyLoRaGateway", async function () {
278
288
  }
279
289
  })
280
290
 
281
- it("iotexplorer.v20190423.DescribeDevice", async function () {
282
- try {
283
- const data = await client.DescribeDevice({})
284
- expect(data).to.be.ok
285
- } catch(error) {
286
- expect(error.requestId).to.be.ok
287
- expect(error.code).to.be.ok
288
- }
289
- })
290
-
291
291
  it("iotexplorer.v20190423.DescribeFenceEventList", async function () {
292
292
  try {
293
293
  const data = await client.DescribeFenceEventList({})
@@ -348,6 +348,16 @@ it("iotexplorer.v20190423.DeleteLoRaGateway", async function () {
348
348
  }
349
349
  })
350
350
 
351
+ it("iotexplorer.v20190423.CancelAssignTWeCallLicense", async function () {
352
+ try {
353
+ const data = await client.CancelAssignTWeCallLicense({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
351
361
  it("iotexplorer.v20190423.CreateStudioProduct", async function () {
352
362
  try {
353
363
  const data = await client.CreateStudioProduct({})
@@ -768,6 +778,16 @@ it("iotexplorer.v20190423.UploadFirmware", async function () {
768
778
  }
769
779
  })
770
780
 
781
+ it("iotexplorer.v20190423.GetTWeCallPkgList", async function () {
782
+ try {
783
+ const data = await client.GetTWeCallPkgList({})
784
+ expect(data).to.be.ok
785
+ } catch(error) {
786
+ expect(error.requestId).to.be.ok
787
+ expect(error.code).to.be.ok
788
+ }
789
+ })
790
+
771
791
  it("iotexplorer.v20190423.UpdateDevicesEnableState", async function () {
772
792
  try {
773
793
  const data = await client.UpdateDevicesEnableState({})
@@ -818,6 +838,16 @@ it("iotexplorer.v20190423.SearchPositionSpace", async function () {
818
838
  }
819
839
  })
820
840
 
841
+ it("iotexplorer.v20190423.AssignTWeCallLicense", async function () {
842
+ try {
843
+ const data = await client.AssignTWeCallLicense({})
844
+ expect(data).to.be.ok
845
+ } catch(error) {
846
+ expect(error.requestId).to.be.ok
847
+ expect(error.code).to.be.ok
848
+ }
849
+ })
850
+
821
851
  it("iotexplorer.v20190423.ModifyTopicPolicy", async function () {
822
852
  try {
823
853
  const data = await client.ModifyTopicPolicy({})
@@ -848,6 +878,16 @@ it("iotexplorer.v20190423.UpdateFirmware", async function () {
848
878
  }
849
879
  })
850
880
 
881
+ it("iotexplorer.v20190423.GetTWeCallActiveStatus", async function () {
882
+ try {
883
+ const data = await client.GetTWeCallActiveStatus({})
884
+ expect(data).to.be.ok
885
+ } catch(error) {
886
+ expect(error.requestId).to.be.ok
887
+ expect(error.code).to.be.ok
888
+ }
889
+ })
890
+
851
891
  it("iotexplorer.v20190423.DescribeGatewaySubProducts", async function () {
852
892
  try {
853
893
  const data = await client.DescribeGatewaySubProducts({})
@@ -968,6 +1008,16 @@ it("iotexplorer.v20190423.DescribeBatchProduction", async function () {
968
1008
  }
969
1009
  })
970
1010
 
1011
+ it("iotexplorer.v20190423.ActivateTWeCallLicense", async function () {
1012
+ try {
1013
+ const data = await client.ActivateTWeCallLicense({})
1014
+ expect(data).to.be.ok
1015
+ } catch(error) {
1016
+ expect(error.requestId).to.be.ok
1017
+ expect(error.code).to.be.ok
1018
+ }
1019
+ })
1020
+
971
1021
  it("iotexplorer.v20190423.UpdateDeviceTWeCallAuthorizeStatus", async function () {
972
1022
  try {
973
1023
  const data = await client.UpdateDeviceTWeCallAuthorizeStatus({})
@@ -1058,9 +1108,9 @@ it("iotexplorer.v20190423.ModifyPositionFence", async function () {
1058
1108
  }
1059
1109
  })
1060
1110
 
1061
- it("iotexplorer.v20190423.DeleteDevice", async function () {
1111
+ it("iotexplorer.v20190423.DescribeStudioProduct", async function () {
1062
1112
  try {
1063
- const data = await client.DeleteDevice({})
1113
+ const data = await client.DescribeStudioProduct({})
1064
1114
  expect(data).to.be.ok
1065
1115
  } catch(error) {
1066
1116
  expect(error.requestId).to.be.ok
@@ -1188,6 +1238,16 @@ it("iotexplorer.v20190423.DescribeCloudStorageStreamData", async function () {
1188
1238
  }
1189
1239
  })
1190
1240
 
1241
+ it("iotexplorer.v20190423.GetAuthMiniProgramAppList", async function () {
1242
+ try {
1243
+ const data = await client.GetAuthMiniProgramAppList({})
1244
+ expect(data).to.be.ok
1245
+ } catch(error) {
1246
+ expect(error.requestId).to.be.ok
1247
+ expect(error.code).to.be.ok
1248
+ }
1249
+ })
1250
+
1191
1251
  it("iotexplorer.v20190423.DeletePositionFence", async function () {
1192
1252
  try {
1193
1253
  const data = await client.DeletePositionFence({})
@@ -18,6 +18,26 @@ const client = new tencentcloud.svp.v20240125.Client({
18
18
  })
19
19
  describe("svp.v20240125.test.js", function () {
20
20
 
21
+ it("svp.v20240125.DescribeSavingPlanUsage", async function () {
22
+ try {
23
+ const data = await client.DescribeSavingPlanUsage({})
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
+ it("svp.v20240125.DescribeSavingPlanOverview", async function () {
32
+ try {
33
+ const data = await client.DescribeSavingPlanOverview({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
21
41
  it("svp.v20240125.CreateSavingPlanOrder", async function () {
22
42
  try {
23
43
  const data = await client.CreateSavingPlanOrder({})
@@ -28,4 +48,14 @@ it("svp.v20240125.CreateSavingPlanOrder", async function () {
28
48
  }
29
49
  })
30
50
 
51
+ it("svp.v20240125.DescribeSavingPlanDeduct", async function () {
52
+ try {
53
+ const data = await client.DescribeSavingPlanDeduct({})
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
+
31
61
  })