tencentcloud-sdk-nodejs 4.0.619 → 4.0.621

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 (90) hide show
  1. package/CHANGELOG.md +483 -0
  2. package/SERVICE_CHANGELOG.md +498 -119
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_client.ts +1 -0
  7. package/src/services/as/v20180419/as_models.ts +8 -2
  8. package/src/services/bpaas/v20181217/bpaas_models.ts +26 -11
  9. package/src/services/cls/v20201016/cls_models.ts +10 -6
  10. package/src/services/dbbrain/v20210527/dbbrain_models.ts +15 -15
  11. package/src/services/dcdb/v20180411/dcdb_models.ts +4 -0
  12. package/src/services/ess/v20201111/ess_client.ts +15 -0
  13. package/src/services/ess/v20201111/ess_models.ts +117 -8
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
  15. package/src/services/gme/v20180711/gme_models.ts +5 -0
  16. package/src/services/iotcloud/v20210408/iotcloud_models.ts +15 -0
  17. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  18. package/src/services/live/v20180801/live_client.ts +17 -2
  19. package/src/services/live/v20180801/live_models.ts +76 -48
  20. package/src/services/mariadb/v20170312/mariadb_models.ts +4 -0
  21. package/src/services/mps/v20190612/mps_models.ts +4 -4
  22. package/src/services/ocr/v20181119/ocr_client.ts +12 -1
  23. package/src/services/ocr/v20181119/ocr_models.ts +76 -13
  24. package/src/services/organization/v20210331/organization_client.ts +145 -106
  25. package/src/services/organization/v20210331/organization_models.ts +390 -165
  26. package/src/services/partners/v20180321/partners_client.ts +64 -122
  27. package/src/services/partners/v20180321/partners_models.ts +0 -356
  28. package/src/services/postgres/v20170312/postgres_client.ts +32 -32
  29. package/src/services/postgres/v20170312/postgres_models.ts +59 -55
  30. package/src/services/privatedns/v20201028/privatedns_client.ts +80 -68
  31. package/src/services/privatedns/v20201028/privatedns_models.ts +20 -0
  32. package/src/services/sms/v20190711/sms_models.ts +1 -4
  33. package/src/services/sms/v20210111/sms_models.ts +1 -1
  34. package/src/services/ssa/v20180608/ssa_client.ts +16 -2
  35. package/src/services/ssa/v20180608/ssa_models.ts +249 -24
  36. package/src/services/ssl/v20191205/ssl_models.ts +39 -12
  37. package/src/services/tdmq/v20200217/tdmq_client.ts +94 -20
  38. package/src/services/tdmq/v20200217/tdmq_models.ts +453 -111
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -0
  42. package/tencentcloud/services/as/v20180419/as_client.js +1 -0
  43. package/tencentcloud/services/as/v20180419/as_models.d.ts +8 -2
  44. package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +26 -11
  45. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -6
  46. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +15 -15
  47. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +4 -0
  48. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  49. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  50. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +112 -8
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
  52. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -0
  53. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +15 -0
  54. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  55. package/tencentcloud/services/live/v20180801/live_client.d.ts +9 -2
  56. package/tencentcloud/services/live/v20180801/live_client.js +10 -1
  57. package/tencentcloud/services/live/v20180801/live_models.d.ts +74 -48
  58. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +4 -0
  59. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -4
  60. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +11 -1
  61. package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -1
  62. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +75 -13
  63. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +48 -36
  64. package/tencentcloud/services/organization/v20210331/organization_client.js +70 -52
  65. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +379 -163
  66. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +25 -49
  67. package/tencentcloud/services/partners/v20180321/partners_client.js +36 -68
  68. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +0 -346
  69. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +32 -32
  70. package/tencentcloud/services/postgres/v20170312/postgres_client.js +32 -32
  71. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +59 -55
  72. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +31 -27
  73. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +45 -39
  74. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
  75. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +1 -4
  76. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  77. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
  78. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  79. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +245 -24
  80. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +39 -12
  81. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +29 -7
  82. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +42 -8
  83. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +435 -109
  84. package/test/ess.v20201111.test.js +10 -0
  85. package/test/live.v20180801.test.js +10 -0
  86. package/test/organization.v20210331.test.js +66 -36
  87. package/test/partners.v20180321.test.js +28 -68
  88. package/test/privatedns.v20201028.test.js +44 -34
  89. package/test/ssa.v20180608.test.js +10 -0
  90. package/test/tdmq.v20200217.test.js +70 -10
@@ -288,6 +288,16 @@ it("ess.v20201111.DescribeUserAutoSignStatus", async function () {
288
288
  }
289
289
  })
290
290
 
291
+ it("ess.v20201111.DescribeExtendedServiceAuthInfos", async function () {
292
+ try {
293
+ const data = await client.DescribeExtendedServiceAuthInfos({})
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
+
291
301
  it("ess.v20201111.CreateChannelSubOrganizationModifyQrCode", async function () {
292
302
  try {
293
303
  const data = await client.CreateChannelSubOrganizationModifyQrCode({})
@@ -1108,6 +1108,16 @@ it("live.v20180801.DeleteLiveTimeShiftRule", async function () {
1108
1108
  }
1109
1109
  })
1110
1110
 
1111
+ it("live.v20180801.RestartLivePullStreamTask", async function () {
1112
+ try {
1113
+ const data = await client.RestartLivePullStreamTask({})
1114
+ expect(data).to.be.ok
1115
+ } catch(error) {
1116
+ expect(error.requestId).to.be.ok
1117
+ expect(error.code).to.be.ok
1118
+ }
1119
+ })
1120
+
1111
1121
  it("live.v20180801.DescribeLiveWatermarkRules", async function () {
1112
1122
  try {
1113
1123
  const data = await client.DescribeLiveWatermarkRules({})
@@ -28,9 +28,9 @@ it("organization.v20210331.DescribeOrganizationMembers", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("organization.v20210331.MoveOrganizationNodeMembers", async function () {
31
+ it("organization.v20210331.UpdateOrganizationNode", async function () {
32
32
  try {
33
- const data = await client.MoveOrganizationNodeMembers({})
33
+ const data = await client.UpdateOrganizationNode({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("organization.v20210331.MoveOrganizationNodeMembers", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("organization.v20210331.UpdateOrganizationNode", async function () {
41
+ it("organization.v20210331.ListOrganizationIdentity", async function () {
42
42
  try {
43
- const data = await client.UpdateOrganizationNode({})
43
+ const data = await client.ListOrganizationIdentity({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("organization.v20210331.UpdateOrganizationNode", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("organization.v20210331.CreateOrganizationMember", async function () {
51
+ it("organization.v20210331.DescribeOrganizationAuthNode", async function () {
52
52
  try {
53
- const data = await client.CreateOrganizationMember({})
53
+ const data = await client.DescribeOrganizationAuthNode({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("organization.v20210331.CreateOrganizationMember", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("organization.v20210331.BindOrganizationMemberAuthAccount", async function () {
61
+ it("organization.v20210331.AddOrganizationNode", async function () {
62
62
  try {
63
- const data = await client.BindOrganizationMemberAuthAccount({})
63
+ const data = await client.AddOrganizationNode({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("organization.v20210331.BindOrganizationMemberAuthAccount", async function ()
68
68
  }
69
69
  })
70
70
 
71
- it("organization.v20210331.DescribeOrganizationMemberAuthAccounts", async function () {
71
+ it("organization.v20210331.UpdateOrganizationMemberEmailBind", async function () {
72
72
  try {
73
- const data = await client.DescribeOrganizationMemberAuthAccounts({})
73
+ const data = await client.UpdateOrganizationMemberEmailBind({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("organization.v20210331.DescribeOrganizationMemberAuthAccounts", async functi
78
78
  }
79
79
  })
80
80
 
81
- it("organization.v20210331.DescribeOrganizationAuthNode", async function () {
81
+ it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async function () {
82
82
  try {
83
- const data = await client.DescribeOrganizationAuthNode({})
83
+ const data = await client.DescribeOrganizationMemberAuthIdentities({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,19 @@ it("organization.v20210331.DescribeOrganizationAuthNode", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("organization.v20210331.CancelOrganizationMemberAuthAccount", async function () {
91
+ it("organization.v20210331.DeleteOrganizationMembers", async function () {
92
92
  try {
93
- const data = await client.CancelOrganizationMemberAuthAccount({})
93
+ const data = await client.DeleteOrganizationMembers({})
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("organization.v20210331.DescribeOrganizationFinancialByMonth", async function () {
102
+ try {
103
+ const data = await client.DescribeOrganizationFinancialByMonth({})
94
104
  expect(data).to.be.ok
95
105
  } catch(error) {
96
106
  expect(error.requestId).to.be.ok
@@ -108,9 +118,9 @@ it("organization.v20210331.DeleteOrganizationNodes", async function () {
108
118
  }
109
119
  })
110
120
 
111
- it("organization.v20210331.DescribeOrganization", async function () {
121
+ it("organization.v20210331.DescribeOrganizationMemberPolicies", async function () {
112
122
  try {
113
- const data = await client.DescribeOrganization({})
123
+ const data = await client.DescribeOrganizationMemberPolicies({})
114
124
  expect(data).to.be.ok
115
125
  } catch(error) {
116
126
  expect(error.requestId).to.be.ok
@@ -118,9 +128,9 @@ it("organization.v20210331.DescribeOrganization", async function () {
118
128
  }
119
129
  })
120
130
 
121
- it("organization.v20210331.DescribeOrganizationNodes", async function () {
131
+ it("organization.v20210331.CancelOrganizationMemberAuthAccount", async function () {
122
132
  try {
123
- const data = await client.DescribeOrganizationNodes({})
133
+ const data = await client.CancelOrganizationMemberAuthAccount({})
124
134
  expect(data).to.be.ok
125
135
  } catch(error) {
126
136
  expect(error.requestId).to.be.ok
@@ -128,9 +138,9 @@ it("organization.v20210331.DescribeOrganizationNodes", async function () {
128
138
  }
129
139
  })
130
140
 
131
- it("organization.v20210331.UpdateOrganizationMemberEmailBind", async function () {
141
+ it("organization.v20210331.DescribeOrganizationFinancialByMember", async function () {
132
142
  try {
133
- const data = await client.UpdateOrganizationMemberEmailBind({})
143
+ const data = await client.DescribeOrganizationFinancialByMember({})
134
144
  expect(data).to.be.ok
135
145
  } catch(error) {
136
146
  expect(error.requestId).to.be.ok
@@ -138,9 +148,9 @@ it("organization.v20210331.UpdateOrganizationMemberEmailBind", async function ()
138
148
  }
139
149
  })
140
150
 
141
- it("organization.v20210331.AddOrganizationNode", async function () {
151
+ it("organization.v20210331.DescribeOrganization", async function () {
142
152
  try {
143
- const data = await client.AddOrganizationNode({})
153
+ const data = await client.DescribeOrganization({})
144
154
  expect(data).to.be.ok
145
155
  } catch(error) {
146
156
  expect(error.requestId).to.be.ok
@@ -148,9 +158,9 @@ it("organization.v20210331.AddOrganizationNode", async function () {
148
158
  }
149
159
  })
150
160
 
151
- it("organization.v20210331.DescribeOrganizationMemberPolicies", async function () {
161
+ it("organization.v20210331.MoveOrganizationNodeMembers", async function () {
152
162
  try {
153
- const data = await client.DescribeOrganizationMemberPolicies({})
163
+ const data = await client.MoveOrganizationNodeMembers({})
154
164
  expect(data).to.be.ok
155
165
  } catch(error) {
156
166
  expect(error.requestId).to.be.ok
@@ -158,9 +168,9 @@ it("organization.v20210331.DescribeOrganizationMemberPolicies", async function (
158
168
  }
159
169
  })
160
170
 
161
- it("organization.v20210331.CreateOrganizationMemberPolicy", async function () {
171
+ it("organization.v20210331.AddOrganizationMemberEmail", async function () {
162
172
  try {
163
- const data = await client.CreateOrganizationMemberPolicy({})
173
+ const data = await client.AddOrganizationMemberEmail({})
164
174
  expect(data).to.be.ok
165
175
  } catch(error) {
166
176
  expect(error.requestId).to.be.ok
@@ -168,9 +178,9 @@ it("organization.v20210331.CreateOrganizationMemberPolicy", async function () {
168
178
  }
169
179
  })
170
180
 
171
- it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async function () {
181
+ it("organization.v20210331.DescribeOrganizationMemberEmailBind", async function () {
172
182
  try {
173
- const data = await client.DescribeOrganizationMemberAuthIdentities({})
183
+ const data = await client.DescribeOrganizationMemberEmailBind({})
174
184
  expect(data).to.be.ok
175
185
  } catch(error) {
176
186
  expect(error.requestId).to.be.ok
@@ -178,9 +188,9 @@ it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async func
178
188
  }
179
189
  })
180
190
 
181
- it("organization.v20210331.DeleteOrganizationMembers", async function () {
191
+ it("organization.v20210331.CreateOrganizationMember", async function () {
182
192
  try {
183
- const data = await client.DeleteOrganizationMembers({})
193
+ const data = await client.CreateOrganizationMember({})
184
194
  expect(data).to.be.ok
185
195
  } catch(error) {
186
196
  expect(error.requestId).to.be.ok
@@ -188,9 +198,9 @@ it("organization.v20210331.DeleteOrganizationMembers", async function () {
188
198
  }
189
199
  })
190
200
 
191
- it("organization.v20210331.ListOrganizationIdentity", async function () {
201
+ it("organization.v20210331.BindOrganizationMemberAuthAccount", async function () {
192
202
  try {
193
- const data = await client.ListOrganizationIdentity({})
203
+ const data = await client.BindOrganizationMemberAuthAccount({})
194
204
  expect(data).to.be.ok
195
205
  } catch(error) {
196
206
  expect(error.requestId).to.be.ok
@@ -198,9 +208,9 @@ it("organization.v20210331.ListOrganizationIdentity", async function () {
198
208
  }
199
209
  })
200
210
 
201
- it("organization.v20210331.AddOrganizationMemberEmail", async function () {
211
+ it("organization.v20210331.DescribeOrganizationFinancialByProduct", async function () {
202
212
  try {
203
- const data = await client.AddOrganizationMemberEmail({})
213
+ const data = await client.DescribeOrganizationFinancialByProduct({})
204
214
  expect(data).to.be.ok
205
215
  } catch(error) {
206
216
  expect(error.requestId).to.be.ok
@@ -208,9 +218,29 @@ it("organization.v20210331.AddOrganizationMemberEmail", async function () {
208
218
  }
209
219
  })
210
220
 
211
- it("organization.v20210331.DescribeOrganizationMemberEmailBind", async function () {
221
+ it("organization.v20210331.DescribeOrganizationMemberAuthAccounts", async function () {
212
222
  try {
213
- const data = await client.DescribeOrganizationMemberEmailBind({})
223
+ const data = await client.DescribeOrganizationMemberAuthAccounts({})
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("organization.v20210331.DescribeOrganizationNodes", async function () {
232
+ try {
233
+ const data = await client.DescribeOrganizationNodes({})
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("organization.v20210331.CreateOrganizationMemberPolicy", async function () {
242
+ try {
243
+ const data = await client.CreateOrganizationMemberPolicy({})
214
244
  expect(data).to.be.ok
215
245
  } catch(error) {
216
246
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("partners.v20180321.AssignClientsToSales", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("partners.v20180321.DescribeAgentDealsCache", async function () {
31
+ it("partners.v20180321.DescribeAgentSelfPayDealsV2", async function () {
32
32
  try {
33
- const data = await client.DescribeAgentDealsCache({})
33
+ const data = await client.DescribeAgentSelfPayDealsV2({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("partners.v20180321.DescribeAgentDealsCache", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("partners.v20180321.DescribeAgentBills", async function () {
41
+ it("partners.v20180321.ModifyClientRemark", async function () {
42
42
  try {
43
- const data = await client.DescribeAgentBills({})
43
+ const data = await client.ModifyClientRemark({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("partners.v20180321.DescribeAgentBills", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("partners.v20180321.AgentTransferMoney", async function () {
51
+ it("partners.v20180321.AgentPayDeals", async function () {
52
52
  try {
53
- const data = await client.AgentTransferMoney({})
53
+ const data = await client.AgentPayDeals({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("partners.v20180321.AgentTransferMoney", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("partners.v20180321.DescribeRebateInfos", async function () {
61
+ it("partners.v20180321.DescribeAgentBills", async function () {
62
62
  try {
63
- const data = await client.DescribeRebateInfos({})
63
+ const data = await client.DescribeAgentBills({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("partners.v20180321.DescribeRebateInfos", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("partners.v20180321.RemovePayRelationForClient", async function () {
71
+ it("partners.v20180321.DescribeRebateInfosNew", async function () {
72
72
  try {
73
- const data = await client.RemovePayRelationForClient({})
73
+ const data = await client.DescribeRebateInfosNew({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("partners.v20180321.RemovePayRelationForClient", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("partners.v20180321.ModifyClientRemark", async function () {
81
+ it("partners.v20180321.AgentTransferMoney", async function () {
82
82
  try {
83
- const data = await client.ModifyClientRemark({})
83
+ const data = await client.AgentTransferMoney({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("partners.v20180321.ModifyClientRemark", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("partners.v20180321.DescribeClientBalance", async function () {
91
+ it("partners.v20180321.DescribeRebateInfos", async function () {
92
92
  try {
93
- const data = await client.DescribeClientBalance({})
93
+ const data = await client.DescribeRebateInfos({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("partners.v20180321.DescribeClientBalance", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("partners.v20180321.DescribeClientBalanceNew", async function () {
101
+ it("partners.v20180321.DescribeSalesmans", async function () {
102
102
  try {
103
- const data = await client.DescribeClientBalanceNew({})
103
+ const data = await client.DescribeSalesmans({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("partners.v20180321.DescribeClientBalanceNew", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("partners.v20180321.DescribeAgentClientGrade", async function () {
111
+ it("partners.v20180321.RemovePayRelationForClient", async function () {
112
112
  try {
113
- const data = await client.DescribeAgentClientGrade({})
113
+ const data = await client.RemovePayRelationForClient({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("partners.v20180321.DescribeAgentClientGrade", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("partners.v20180321.DescribeUnbindClientList", async function () {
121
+ it("partners.v20180321.DescribeClientBalanceNew", async function () {
122
122
  try {
123
- const data = await client.DescribeUnbindClientList({})
123
+ const data = await client.DescribeClientBalanceNew({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,9 @@ it("partners.v20180321.DescribeUnbindClientList", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("partners.v20180321.AgentPayDeals", async function () {
131
+ it("partners.v20180321.DescribeUnbindClientList", async function () {
132
132
  try {
133
- const data = await client.AgentPayDeals({})
133
+ const data = await client.DescribeUnbindClientList({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -138,9 +138,9 @@ it("partners.v20180321.AgentPayDeals", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("partners.v20180321.DescribeSalesmans", async function () {
141
+ it("partners.v20180321.DescribeAgentClients", async function () {
142
142
  try {
143
- const data = await client.DescribeSalesmans({})
143
+ const data = await client.DescribeAgentClients({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("partners.v20180321.DescribeSalesmans", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("partners.v20180321.DescribeAgentPayDeals", async function () {
151
+ it("partners.v20180321.DescribeAgentClientGrade", async function () {
152
152
  try {
153
- const data = await client.DescribeAgentPayDeals({})
153
+ const data = await client.DescribeAgentClientGrade({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -178,9 +178,9 @@ it("partners.v20180321.DescribeAgentAuditedClients", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("partners.v20180321.DescribeAgentSelfPayDealsV2", async function () {
181
+ it("partners.v20180321.CreatePayRelationForClient", async function () {
182
182
  try {
183
- const data = await client.DescribeAgentSelfPayDealsV2({})
183
+ const data = await client.CreatePayRelationForClient({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -208,44 +208,4 @@ it("partners.v20180321.DescribeAgentDealsByCache", async function () {
208
208
  }
209
209
  })
210
210
 
211
- it("partners.v20180321.DescribeAgentSelfPayDeals", async function () {
212
- try {
213
- const data = await client.DescribeAgentSelfPayDeals({})
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("partners.v20180321.DescribeRebateInfosNew", async function () {
222
- try {
223
- const data = await client.DescribeRebateInfosNew({})
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("partners.v20180321.DescribeAgentClients", async function () {
232
- try {
233
- const data = await client.DescribeAgentClients({})
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("partners.v20180321.CreatePayRelationForClient", async function () {
242
- try {
243
- const data = await client.CreatePayRelationForClient({})
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
211
  })