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.
- package/CHANGELOG.md +483 -0
- package/SERVICE_CHANGELOG.md +498 -119
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +8 -2
- package/src/services/bpaas/v20181217/bpaas_models.ts +26 -11
- package/src/services/cls/v20201016/cls_models.ts +10 -6
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +15 -15
- package/src/services/dcdb/v20180411/dcdb_models.ts +4 -0
- package/src/services/ess/v20201111/ess_client.ts +15 -0
- package/src/services/ess/v20201111/ess_models.ts +117 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/gme/v20180711/gme_models.ts +5 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +15 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +17 -2
- package/src/services/live/v20180801/live_models.ts +76 -48
- package/src/services/mariadb/v20170312/mariadb_models.ts +4 -0
- package/src/services/mps/v20190612/mps_models.ts +4 -4
- package/src/services/ocr/v20181119/ocr_client.ts +12 -1
- package/src/services/ocr/v20181119/ocr_models.ts +76 -13
- package/src/services/organization/v20210331/organization_client.ts +145 -106
- package/src/services/organization/v20210331/organization_models.ts +390 -165
- package/src/services/partners/v20180321/partners_client.ts +64 -122
- package/src/services/partners/v20180321/partners_models.ts +0 -356
- package/src/services/postgres/v20170312/postgres_client.ts +32 -32
- package/src/services/postgres/v20170312/postgres_models.ts +59 -55
- package/src/services/privatedns/v20201028/privatedns_client.ts +80 -68
- package/src/services/privatedns/v20201028/privatedns_models.ts +20 -0
- package/src/services/sms/v20190711/sms_models.ts +1 -4
- package/src/services/sms/v20210111/sms_models.ts +1 -1
- package/src/services/ssa/v20180608/ssa_client.ts +16 -2
- package/src/services/ssa/v20180608/ssa_models.ts +249 -24
- package/src/services/ssl/v20191205/ssl_models.ts +39 -12
- package/src/services/tdmq/v20200217/tdmq_client.ts +94 -20
- package/src/services/tdmq/v20200217/tdmq_models.ts +453 -111
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -0
- package/tencentcloud/services/as/v20180419/as_client.js +1 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +8 -2
- package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +26 -11
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -6
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +15 -15
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +112 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +15 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +9 -2
- package/tencentcloud/services/live/v20180801/live_client.js +10 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +74 -48
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +4 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +11 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +75 -13
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +48 -36
- package/tencentcloud/services/organization/v20210331/organization_client.js +70 -52
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +379 -163
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +25 -49
- package/tencentcloud/services/partners/v20180321/partners_client.js +36 -68
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +0 -346
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +32 -32
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +32 -32
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +59 -55
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +31 -27
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +45 -39
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +1 -4
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
- 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 +245 -24
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +39 -12
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +29 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +42 -8
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +435 -109
- package/test/ess.v20201111.test.js +10 -0
- package/test/live.v20180801.test.js +10 -0
- package/test/organization.v20210331.test.js +66 -36
- package/test/partners.v20180321.test.js +28 -68
- package/test/privatedns.v20201028.test.js +44 -34
- package/test/ssa.v20180608.test.js +10 -0
- 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.
|
|
31
|
+
it("organization.v20210331.UpdateOrganizationNode", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
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.
|
|
41
|
+
it("organization.v20210331.ListOrganizationIdentity", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
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.
|
|
51
|
+
it("organization.v20210331.DescribeOrganizationAuthNode", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
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.
|
|
61
|
+
it("organization.v20210331.AddOrganizationNode", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
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.
|
|
71
|
+
it("organization.v20210331.UpdateOrganizationMemberEmailBind", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
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.
|
|
81
|
+
it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
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.
|
|
91
|
+
it("organization.v20210331.DeleteOrganizationMembers", async function () {
|
|
92
92
|
try {
|
|
93
|
-
const data = await client.
|
|
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.
|
|
121
|
+
it("organization.v20210331.DescribeOrganizationMemberPolicies", async function () {
|
|
112
122
|
try {
|
|
113
|
-
const data = await client.
|
|
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.
|
|
131
|
+
it("organization.v20210331.CancelOrganizationMemberAuthAccount", async function () {
|
|
122
132
|
try {
|
|
123
|
-
const data = await client.
|
|
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.
|
|
141
|
+
it("organization.v20210331.DescribeOrganizationFinancialByMember", async function () {
|
|
132
142
|
try {
|
|
133
|
-
const data = await client.
|
|
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.
|
|
151
|
+
it("organization.v20210331.DescribeOrganization", async function () {
|
|
142
152
|
try {
|
|
143
|
-
const data = await client.
|
|
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.
|
|
161
|
+
it("organization.v20210331.MoveOrganizationNodeMembers", async function () {
|
|
152
162
|
try {
|
|
153
|
-
const data = await client.
|
|
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.
|
|
171
|
+
it("organization.v20210331.AddOrganizationMemberEmail", async function () {
|
|
162
172
|
try {
|
|
163
|
-
const data = await client.
|
|
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.
|
|
181
|
+
it("organization.v20210331.DescribeOrganizationMemberEmailBind", async function () {
|
|
172
182
|
try {
|
|
173
|
-
const data = await client.
|
|
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.
|
|
191
|
+
it("organization.v20210331.CreateOrganizationMember", async function () {
|
|
182
192
|
try {
|
|
183
|
-
const data = await client.
|
|
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.
|
|
201
|
+
it("organization.v20210331.BindOrganizationMemberAuthAccount", async function () {
|
|
192
202
|
try {
|
|
193
|
-
const data = await client.
|
|
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.
|
|
211
|
+
it("organization.v20210331.DescribeOrganizationFinancialByProduct", async function () {
|
|
202
212
|
try {
|
|
203
|
-
const data = await client.
|
|
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.
|
|
221
|
+
it("organization.v20210331.DescribeOrganizationMemberAuthAccounts", async function () {
|
|
212
222
|
try {
|
|
213
|
-
const data = await client.
|
|
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.
|
|
31
|
+
it("partners.v20180321.DescribeAgentSelfPayDealsV2", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
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.
|
|
41
|
+
it("partners.v20180321.ModifyClientRemark", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
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.
|
|
51
|
+
it("partners.v20180321.AgentPayDeals", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
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.
|
|
61
|
+
it("partners.v20180321.DescribeAgentBills", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
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.
|
|
71
|
+
it("partners.v20180321.DescribeRebateInfosNew", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
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.
|
|
81
|
+
it("partners.v20180321.AgentTransferMoney", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
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.
|
|
91
|
+
it("partners.v20180321.DescribeRebateInfos", async function () {
|
|
92
92
|
try {
|
|
93
|
-
const data = await client.
|
|
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.
|
|
101
|
+
it("partners.v20180321.DescribeSalesmans", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
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.
|
|
111
|
+
it("partners.v20180321.RemovePayRelationForClient", async function () {
|
|
112
112
|
try {
|
|
113
|
-
const data = await client.
|
|
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.
|
|
121
|
+
it("partners.v20180321.DescribeClientBalanceNew", async function () {
|
|
122
122
|
try {
|
|
123
|
-
const data = await client.
|
|
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.
|
|
131
|
+
it("partners.v20180321.DescribeUnbindClientList", async function () {
|
|
132
132
|
try {
|
|
133
|
-
const data = await client.
|
|
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.
|
|
141
|
+
it("partners.v20180321.DescribeAgentClients", async function () {
|
|
142
142
|
try {
|
|
143
|
-
const data = await client.
|
|
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.
|
|
151
|
+
it("partners.v20180321.DescribeAgentClientGrade", async function () {
|
|
152
152
|
try {
|
|
153
|
-
const data = await client.
|
|
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.
|
|
181
|
+
it("partners.v20180321.CreatePayRelationForClient", async function () {
|
|
182
182
|
try {
|
|
183
|
-
const data = await client.
|
|
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
|
})
|