tencentcloud-sdk-nodejs 4.0.200 → 4.0.204

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 (105) hide show
  1. package/CHANGELOG.md +504 -56
  2. package/package.json +1 -1
  3. package/products.md +153 -152
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/af/v20200226/af_client.ts +24 -1
  6. package/src/services/af/v20200226/af_models.ts +243 -0
  7. package/src/services/billing/v20180709/billing_models.ts +34 -4
  8. package/src/services/cdn/v20180606/cdn_models.ts +14 -6
  9. package/src/services/cfw/v20190904/cfw_client.ts +15 -2
  10. package/src/services/cfw/v20190904/cfw_models.ts +138 -37
  11. package/src/services/clb/v20180317/clb_client.ts +17 -0
  12. package/src/services/clb/v20180317/clb_models.ts +165 -0
  13. package/src/services/cme/v20191029/cme_models.ts +11 -3
  14. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  15. package/src/services/cwp/v20180228/cwp_models.ts +5 -6
  16. package/src/services/dcdb/v20180411/dcdb_models.ts +1 -1
  17. package/src/services/ecm/v20190719/ecm_client.ts +401 -290
  18. package/src/services/ecm/v20190719/ecm_models.ts +4533 -3879
  19. package/src/services/essbasic/index.ts +7 -0
  20. package/src/services/essbasic/v20201222/essbasic_client.ts +736 -0
  21. package/src/services/essbasic/v20201222/essbasic_models.ts +3792 -0
  22. package/src/services/essbasic/v20201222/index.ts +6 -0
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +139 -0
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +822 -0
  25. package/src/services/essbasic/v20210526/index.ts +6 -0
  26. package/src/services/gme/v20180711/gme_models.ts +5 -0
  27. package/src/services/ims/v20201229/ims_client.ts +0 -12
  28. package/src/services/ims/v20201229/ims_models.ts +0 -150
  29. package/src/services/index.ts +1 -0
  30. package/src/services/mariadb/v20170312/mariadb_models.ts +7 -7
  31. package/src/services/partners/v20180321/partners_client.ts +80 -95
  32. package/src/services/partners/v20180321/partners_models.ts +31 -91
  33. package/src/services/rum/v20210622/rum_client.ts +14 -0
  34. package/src/services/rum/v20210622/rum_models.ts +142 -0
  35. package/src/services/sqlserver/v20180328/sqlserver_client.ts +31 -18
  36. package/src/services/sqlserver/v20180328/sqlserver_models.ts +208 -86
  37. package/src/services/tcb/v20180608/tcb_client.ts +1 -0
  38. package/src/services/tcb/v20180608/tcb_models.ts +33 -0
  39. package/src/services/vod/v20180717/vod_client.ts +97 -45
  40. package/src/services/vod/v20180717/vod_models.ts +148 -10
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/af/v20200226/af_client.d.ts +7 -1
  44. package/tencentcloud/services/af/v20200226/af_client.js +8 -0
  45. package/tencentcloud/services/af/v20200226/af_models.d.ts +204 -0
  46. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +31 -1
  47. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +13 -6
  48. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  49. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  50. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +117 -33
  51. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +5 -1
  52. package/tencentcloud/services/clb/v20180317/clb_client.js +6 -0
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +140 -0
  54. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -3
  55. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  56. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -6
  57. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +1 -1
  58. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +65 -14
  59. package/tencentcloud/services/ecm/v20190719/ecm_client.js +84 -19
  60. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4147 -3602
  61. package/tencentcloud/services/essbasic/index.d.ts +10 -0
  62. package/tencentcloud/services/essbasic/index.js +9 -0
  63. package/tencentcloud/services/essbasic/v20201222/essbasic_client.d.ts +271 -0
  64. package/tencentcloud/services/essbasic/v20201222/essbasic_client.js +398 -0
  65. package/tencentcloud/services/essbasic/v20201222/essbasic_models.d.ts +3212 -0
  66. package/tencentcloud/services/essbasic/v20201222/essbasic_models.js +18 -0
  67. package/tencentcloud/services/essbasic/v20201222/index.d.ts +6 -0
  68. package/tencentcloud/services/essbasic/v20201222/index.js +9 -0
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +44 -0
  70. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -0
  71. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +683 -0
  72. package/tencentcloud/services/essbasic/v20210526/essbasic_models.js +18 -0
  73. package/tencentcloud/services/essbasic/v20210526/index.d.ts +6 -0
  74. package/tencentcloud/services/essbasic/v20210526/index.js +9 -0
  75. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +4 -0
  76. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -5
  77. package/tencentcloud/services/ims/v20201229/ims_client.js +0 -6
  78. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +0 -124
  79. package/tencentcloud/services/index.d.ts +1 -0
  80. package/tencentcloud/services/index.js +2 -0
  81. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +7 -7
  82. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +29 -35
  83. package/tencentcloud/services/partners/v20180321/partners_client.js +42 -50
  84. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +29 -80
  85. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +5 -1
  86. package/tencentcloud/services/rum/v20210622/rum_client.js +6 -0
  87. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +119 -0
  88. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +10 -6
  89. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +13 -7
  90. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +183 -82
  91. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +28 -0
  92. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +36 -16
  93. package/tencentcloud/services/vod/v20180717/vod_client.js +50 -22
  94. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +129 -8
  95. package/test/af.v20200226.test.js +10 -0
  96. package/test/cfw.v20190904.test.js +10 -0
  97. package/test/clb.v20180317.test.js +10 -0
  98. package/test/ecm.v20190719.test.js +88 -18
  99. package/test/essbasic.v20201222.test.js +551 -0
  100. package/test/essbasic.v20210526.test.js +101 -0
  101. package/test/ims.v20201229.test.js +0 -10
  102. package/test/partners.v20180321.test.js +42 -52
  103. package/test/rum.v20210622.test.js +10 -0
  104. package/test/sqlserver.v20180328.test.js +14 -4
  105. package/test/vod.v20180717.test.js +60 -20
@@ -28,4 +28,14 @@ it("af.v20200226.QueryAntiFraud", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("af.v20200226.DescribeAntiFraud", async function () {
32
+ try {
33
+ const data = await client.DescribeAntiFraud({})
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
+
31
41
  })
@@ -208,6 +208,16 @@ it("cfw.v20190904.DescribeSwitchLists", async function () {
208
208
  }
209
209
  })
210
210
 
211
+ it("cfw.v20190904.CreateDatabaseWhiteListRules", async function () {
212
+ try {
213
+ const data = await client.CreateDatabaseWhiteListRules({})
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
+
211
221
  it("cfw.v20190904.DeleteSecurityGroupAllRule", async function () {
212
222
  try {
213
223
  const data = await client.DeleteSecurityGroupAllRule({})
@@ -318,6 +318,16 @@ it("clb.v20180317.AssociateTargetGroups", async function () {
318
318
  }
319
319
  })
320
320
 
321
+ it("clb.v20180317.DescribeLBListeners", async function () {
322
+ try {
323
+ const data = await client.DescribeLBListeners({})
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
+
321
331
  it("clb.v20180317.DeregisterTargetGroupInstances", async function () {
322
332
  try {
323
333
  const data = await client.DeregisterTargetGroupInstances({})
@@ -128,9 +128,9 @@ it("ecm.v20190719.RunInstances", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("ecm.v20190719.DescribeCustomImageTask", async function () {
131
+ it("ecm.v20190719.ImportImage", async function () {
132
132
  try {
133
- const data = await client.DescribeCustomImageTask({})
133
+ const data = await client.ImportImage({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -188,9 +188,9 @@ it("ecm.v20190719.DescribeNode", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("ecm.v20190719.ImportImage", async function () {
191
+ it("ecm.v20190719.DescribeCustomImageTask", async function () {
192
192
  try {
193
- const data = await client.ImportImage({})
193
+ const data = await client.DescribeCustomImageTask({})
194
194
  expect(data).to.be.ok
195
195
  } catch(error) {
196
196
  expect(error.requestId).to.be.ok
@@ -368,6 +368,16 @@ it("ecm.v20190719.ModifyLoadBalancerAttributes", async function () {
368
368
  }
369
369
  })
370
370
 
371
+ it("ecm.v20190719.AttachDisks", async function () {
372
+ try {
373
+ const data = await client.AttachDisks({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
371
381
  it("ecm.v20190719.SetLoadBalancerSecurityGroups", async function () {
372
382
  try {
373
383
  const data = await client.SetLoadBalancerSecurityGroups({})
@@ -418,16 +428,6 @@ it("ecm.v20190719.AssociateAddress", async function () {
418
428
  }
419
429
  })
420
430
 
421
- it("ecm.v20190719.ModifyDefaultSubnet", async function () {
422
- try {
423
- const data = await client.ModifyDefaultSubnet({})
424
- expect(data).to.be.ok
425
- } catch(error) {
426
- expect(error.requestId).to.be.ok
427
- expect(error.code).to.be.ok
428
- }
429
- })
430
-
431
431
  it("ecm.v20190719.DeleteSubnet", async function () {
432
432
  try {
433
433
  const data = await client.DeleteSubnet({})
@@ -518,6 +518,16 @@ it("ecm.v20190719.ResetInstances", async function () {
518
518
  }
519
519
  })
520
520
 
521
+ it("ecm.v20190719.TerminateDisks", async function () {
522
+ try {
523
+ const data = await client.TerminateDisks({})
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
+
521
531
  it("ecm.v20190719.ModifyTargetPort", async function () {
522
532
  try {
523
533
  const data = await client.ModifyTargetPort({})
@@ -588,9 +598,9 @@ it("ecm.v20190719.DescribeRouteConflicts", async function () {
588
598
  }
589
599
  })
590
600
 
591
- it("ecm.v20190719.RemovePrivateIpAddresses", async function () {
601
+ it("ecm.v20190719.DetachDisks", async function () {
592
602
  try {
593
- const data = await client.RemovePrivateIpAddresses({})
603
+ const data = await client.DetachDisks({})
594
604
  expect(data).to.be.ok
595
605
  } catch(error) {
596
606
  expect(error.requestId).to.be.ok
@@ -608,6 +618,16 @@ it("ecm.v20190719.DisableRoutes", async function () {
608
618
  }
609
619
  })
610
620
 
621
+ it("ecm.v20190719.ModifyIpv6AddressesAttribute", async function () {
622
+ try {
623
+ const data = await client.ModifyIpv6AddressesAttribute({})
624
+ expect(data).to.be.ok
625
+ } catch(error) {
626
+ expect(error.requestId).to.be.ok
627
+ expect(error.code).to.be.ok
628
+ }
629
+ })
630
+
611
631
  it("ecm.v20190719.DescribeBaseOverview", async function () {
612
632
  try {
613
633
  const data = await client.DescribeBaseOverview({})
@@ -728,6 +748,16 @@ it("ecm.v20190719.DescribeNetworkInterfaces", async function () {
728
748
  }
729
749
  })
730
750
 
751
+ it("ecm.v20190719.CreateDisks", async function () {
752
+ try {
753
+ const data = await client.CreateDisks({})
754
+ expect(data).to.be.ok
755
+ } catch(error) {
756
+ expect(error.requestId).to.be.ok
757
+ expect(error.code).to.be.ok
758
+ }
759
+ })
760
+
731
761
  it("ecm.v20190719.AssociateSecurityGroups", async function () {
732
762
  try {
733
763
  const data = await client.AssociateSecurityGroups({})
@@ -788,6 +818,16 @@ it("ecm.v20190719.ImportCustomImage", async function () {
788
818
  }
789
819
  })
790
820
 
821
+ it("ecm.v20190719.DescribeSnapshots", async function () {
822
+ try {
823
+ const data = await client.DescribeSnapshots({})
824
+ expect(data).to.be.ok
825
+ } catch(error) {
826
+ expect(error.requestId).to.be.ok
827
+ expect(error.code).to.be.ok
828
+ }
829
+ })
830
+
791
831
  it("ecm.v20190719.TerminateInstances", async function () {
792
832
  try {
793
833
  const data = await client.TerminateInstances({})
@@ -838,9 +878,9 @@ it("ecm.v20190719.SetSecurityGroupForLoadbalancers", async function () {
838
878
  }
839
879
  })
840
880
 
841
- it("ecm.v20190719.ModifyIpv6AddressesAttribute", async function () {
881
+ it("ecm.v20190719.ModifyDefaultSubnet", async function () {
842
882
  try {
843
- const data = await client.ModifyIpv6AddressesAttribute({})
883
+ const data = await client.ModifyDefaultSubnet({})
844
884
  expect(data).to.be.ok
845
885
  } catch(error) {
846
886
  expect(error.requestId).to.be.ok
@@ -1048,6 +1088,16 @@ it("ecm.v20190719.CreateHaVip", async function () {
1048
1088
  }
1049
1089
  })
1050
1090
 
1091
+ it("ecm.v20190719.DescribeDisks", async function () {
1092
+ try {
1093
+ const data = await client.DescribeDisks({})
1094
+ expect(data).to.be.ok
1095
+ } catch(error) {
1096
+ expect(error.requestId).to.be.ok
1097
+ expect(error.code).to.be.ok
1098
+ }
1099
+ })
1100
+
1051
1101
  it("ecm.v20190719.MigrateNetworkInterface", async function () {
1052
1102
  try {
1053
1103
  const data = await client.MigrateNetworkInterface({})
@@ -1068,6 +1118,16 @@ it("ecm.v20190719.CreateListener", async function () {
1068
1118
  }
1069
1119
  })
1070
1120
 
1121
+ it("ecm.v20190719.DeleteSnapshots", async function () {
1122
+ try {
1123
+ const data = await client.DeleteSnapshots({})
1124
+ expect(data).to.be.ok
1125
+ } catch(error) {
1126
+ expect(error.requestId).to.be.ok
1127
+ expect(error.code).to.be.ok
1128
+ }
1129
+ })
1130
+
1071
1131
  it("ecm.v20190719.ModifyRouteTableAttribute", async function () {
1072
1132
  try {
1073
1133
  const data = await client.ModifyRouteTableAttribute({})
@@ -1188,6 +1248,16 @@ it("ecm.v20190719.ModifyAddressAttribute", async function () {
1188
1248
  }
1189
1249
  })
1190
1250
 
1251
+ it("ecm.v20190719.RemovePrivateIpAddresses", async function () {
1252
+ try {
1253
+ const data = await client.RemovePrivateIpAddresses({})
1254
+ expect(data).to.be.ok
1255
+ } catch(error) {
1256
+ expect(error.requestId).to.be.ok
1257
+ expect(error.code).to.be.ok
1258
+ }
1259
+ })
1260
+
1191
1261
  it("ecm.v20190719.CreateSecurityGroupPolicies", async function () {
1192
1262
  try {
1193
1263
  const data = await client.CreateSecurityGroupPolicies({})
@@ -0,0 +1,551 @@
1
+
2
+ const expect = require("chai").expect
3
+ const tencentcloud = require("../../tencentcloud-sdk-nodejs")
4
+ const client = new tencentcloud.essbasic.v20201222.Client({
5
+ credential: {
6
+ secretId: process.env.secretId,
7
+ secretKey: process.env.secretKey,
8
+ },
9
+ region: "ap-shanghai",
10
+ profile: {
11
+ signMethod: "TC3-HMAC-SHA256",
12
+ httpProfile: {
13
+ reqMethod: "POST",
14
+ reqTimeout: 30,
15
+ endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
16
+ },
17
+ },
18
+ })
19
+ describe("essbasic.v20201222.test.js", function () {
20
+
21
+ it("essbasic.v20201222.CheckMobileVerification", async function () {
22
+ try {
23
+ const data = await client.CheckMobileVerification({})
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("essbasic.v20201222.CreateSubOrganization", async function () {
32
+ try {
33
+ const data = await client.CreateSubOrganization({})
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
+
41
+ it("essbasic.v20201222.CancelFlow", async function () {
42
+ try {
43
+ const data = await client.CancelFlow({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
51
+ it("essbasic.v20201222.DescribeFileUrls", async function () {
52
+ try {
53
+ const data = await client.DescribeFileUrls({})
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("essbasic.v20201222.CreateH5FaceIdUrl", async function () {
62
+ try {
63
+ const data = await client.CreateH5FaceIdUrl({})
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("essbasic.v20201222.DescribeFlowApprovers", async function () {
72
+ try {
73
+ const data = await client.DescribeFlowApprovers({})
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("essbasic.v20201222.CheckBankCard4EVerification", async function () {
82
+ try {
83
+ const data = await client.CheckBankCard4EVerification({})
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("essbasic.v20201222.DeleteSeal", async function () {
92
+ try {
93
+ const data = await client.DeleteSeal({})
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
+
101
+ it("essbasic.v20201222.CreateSignUrl", async function () {
102
+ try {
103
+ const data = await client.CreateSignUrl({})
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("essbasic.v20201222.DescribeUsers", async function () {
112
+ try {
113
+ const data = await client.DescribeUsers({})
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
+
121
+ it("essbasic.v20201222.SendFlowUrl", async function () {
122
+ try {
123
+ const data = await client.SendFlowUrl({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
131
+ it("essbasic.v20201222.SendSignInnerVerifyCode", async function () {
132
+ try {
133
+ const data = await client.SendSignInnerVerifyCode({})
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("essbasic.v20201222.DescribeFlowFiles", async function () {
142
+ try {
143
+ const data = await client.DescribeFlowFiles({})
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("essbasic.v20201222.CreateSeal", async function () {
152
+ try {
153
+ const data = await client.CreateSeal({})
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("essbasic.v20201222.ModifyUserDefaultSeal", async function () {
162
+ try {
163
+ const data = await client.ModifyUserDefaultSeal({})
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("essbasic.v20201222.CreatePreviewSignUrl", async function () {
172
+ try {
173
+ const data = await client.CreatePreviewSignUrl({})
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("essbasic.v20201222.CheckVerifyCodeMatchFlowId", async function () {
182
+ try {
183
+ const data = await client.CheckVerifyCodeMatchFlowId({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
191
+ it("essbasic.v20201222.CheckFaceIdentify", async function () {
192
+ try {
193
+ const data = await client.CheckFaceIdentify({})
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("essbasic.v20201222.GenerateUserSeal", async function () {
202
+ try {
203
+ const data = await client.GenerateUserSeal({})
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("essbasic.v20201222.UploadFiles", async function () {
212
+ try {
213
+ const data = await client.UploadFiles({})
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("essbasic.v20201222.DescribeCustomFlowIds", async function () {
222
+ try {
223
+ const data = await client.DescribeCustomFlowIds({})
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("essbasic.v20201222.CreateSubOrganizationAndSeal", async function () {
232
+ try {
233
+ const data = await client.CreateSubOrganizationAndSeal({})
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
+
241
+ it("essbasic.v20201222.DescribeFlow", async function () {
242
+ try {
243
+ const data = await client.DescribeFlow({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
251
+ it("essbasic.v20201222.CreateFlowByFiles", async function () {
252
+ try {
253
+ const data = await client.CreateFlowByFiles({})
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
+
261
+ it("essbasic.v20201222.DescribeCatalogApprovers", async function () {
262
+ try {
263
+ const data = await client.DescribeCatalogApprovers({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
271
+ it("essbasic.v20201222.DescribeSubOrganizations", async function () {
272
+ try {
273
+ const data = await client.DescribeSubOrganizations({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
281
+ it("essbasic.v20201222.CheckBankCard2EVerification", async function () {
282
+ try {
283
+ const data = await client.CheckBankCard2EVerification({})
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
+ it("essbasic.v20201222.ArchiveFlow", async function () {
292
+ try {
293
+ const data = await client.ArchiveFlow({})
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
+
301
+ it("essbasic.v20201222.CheckMobileAndName", async function () {
302
+ try {
303
+ const data = await client.CheckMobileAndName({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
311
+ it("essbasic.v20201222.GenerateOrganizationSeal", async function () {
312
+ try {
313
+ const data = await client.GenerateOrganizationSeal({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
321
+ it("essbasic.v20201222.ModifySubOrganizationInfo", async function () {
322
+ try {
323
+ const data = await client.ModifySubOrganizationInfo({})
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
+
331
+ it("essbasic.v20201222.CreateUserAndSeal", async function () {
332
+ try {
333
+ const data = await client.CreateUserAndSeal({})
334
+ expect(data).to.be.ok
335
+ } catch(error) {
336
+ expect(error.requestId).to.be.ok
337
+ expect(error.code).to.be.ok
338
+ }
339
+ })
340
+
341
+ it("essbasic.v20201222.DestroyFlowFile", async function () {
342
+ try {
343
+ const data = await client.DestroyFlowFile({})
344
+ expect(data).to.be.ok
345
+ } catch(error) {
346
+ expect(error.requestId).to.be.ok
347
+ expect(error.code).to.be.ok
348
+ }
349
+ })
350
+
351
+ it("essbasic.v20201222.ModifySeal", async function () {
352
+ try {
353
+ const data = await client.ModifySeal({})
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
+
361
+ it("essbasic.v20201222.DescribeFileIdsByCustomIds", async function () {
362
+ try {
363
+ const data = await client.DescribeFileIdsByCustomIds({})
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
+
371
+ it("essbasic.v20201222.SignFlow", async function () {
372
+ try {
373
+ const data = await client.SignFlow({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
381
+ it("essbasic.v20201222.DescribeFaceIdResults", async function () {
382
+ try {
383
+ const data = await client.DescribeFaceIdResults({})
384
+ expect(data).to.be.ok
385
+ } catch(error) {
386
+ expect(error.requestId).to.be.ok
387
+ expect(error.code).to.be.ok
388
+ }
389
+ })
390
+
391
+ it("essbasic.v20201222.DescribeCatalogSignComponents", async function () {
392
+ try {
393
+ const data = await client.DescribeCatalogSignComponents({})
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("essbasic.v20201222.RejectFlow", async function () {
402
+ try {
403
+ const data = await client.RejectFlow({})
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
+
411
+ it("essbasic.v20201222.ModifyUser", async function () {
412
+ try {
413
+ const data = await client.ModifyUser({})
414
+ expect(data).to.be.ok
415
+ } catch(error) {
416
+ expect(error.requestId).to.be.ok
417
+ expect(error.code).to.be.ok
418
+ }
419
+ })
420
+
421
+ it("essbasic.v20201222.VerifySubOrganization", async function () {
422
+ try {
423
+ const data = await client.VerifySubOrganization({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
431
+ it("essbasic.v20201222.VerifyUser", async function () {
432
+ try {
433
+ const data = await client.VerifyUser({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
441
+ it("essbasic.v20201222.DescribeCustomFlowIdsByFlowId", async function () {
442
+ try {
443
+ const data = await client.DescribeCustomFlowIdsByFlowId({})
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
+
451
+ it("essbasic.v20201222.DescribeFaceIdPhotos", async function () {
452
+ try {
453
+ const data = await client.DescribeFaceIdPhotos({})
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
+
461
+ it("essbasic.v20201222.CreateFaceIdSign", async function () {
462
+ try {
463
+ const data = await client.CreateFaceIdSign({})
464
+ expect(data).to.be.ok
465
+ } catch(error) {
466
+ expect(error.requestId).to.be.ok
467
+ expect(error.code).to.be.ok
468
+ }
469
+ })
470
+
471
+ it("essbasic.v20201222.CheckIdCardVerification", async function () {
472
+ try {
473
+ const data = await client.CheckIdCardVerification({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
481
+ it("essbasic.v20201222.CheckBankCard3EVerification", async function () {
482
+ try {
483
+ const data = await client.CheckBankCard3EVerification({})
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("essbasic.v20201222.SendFlow", async function () {
492
+ try {
493
+ const data = await client.SendFlow({})
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("essbasic.v20201222.CreateUser", async function () {
502
+ try {
503
+ const data = await client.CreateUser({})
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
+
511
+ it("essbasic.v20201222.ModifyOrganizationDefaultSeal", async function () {
512
+ try {
513
+ const data = await client.ModifyOrganizationDefaultSeal({})
514
+ expect(data).to.be.ok
515
+ } catch(error) {
516
+ expect(error.requestId).to.be.ok
517
+ expect(error.code).to.be.ok
518
+ }
519
+ })
520
+
521
+ it("essbasic.v20201222.DescribeSeals", async function () {
522
+ try {
523
+ const data = await client.DescribeSeals({})
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
+
531
+ it("essbasic.v20201222.CheckBankCardVerification", async function () {
532
+ try {
533
+ const data = await client.CheckBankCardVerification({})
534
+ expect(data).to.be.ok
535
+ } catch(error) {
536
+ expect(error.requestId).to.be.ok
537
+ expect(error.code).to.be.ok
538
+ }
539
+ })
540
+
541
+ it("essbasic.v20201222.CreateServerFlowSign", async function () {
542
+ try {
543
+ const data = await client.CreateServerFlowSign({})
544
+ expect(data).to.be.ok
545
+ } catch(error) {
546
+ expect(error.requestId).to.be.ok
547
+ expect(error.code).to.be.ok
548
+ }
549
+ })
550
+
551
+ })