tencentcloud-sdk-nodejs 4.0.879 → 4.0.880
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 +321 -0
- package/SERVICE_CHANGELOG.md +408 -160
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +5 -0
- package/src/services/cam/v20190116/cam_models.ts +22 -8
- package/src/services/cls/v20201016/cls_models.ts +9 -1
- package/src/services/cmq/v20190304/cmq_client.ts +1 -1
- package/src/services/cmq/v20190304/cmq_models.ts +16 -16
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +57 -0
- package/src/services/dlc/v20210125/dlc_client.ts +20 -7
- package/src/services/dlc/v20210125/dlc_models.ts +80 -2
- package/src/services/dsgc/v20190723/dsgc_models.ts +6 -6
- package/src/services/dts/v20180330/dts_client.ts +3 -18
- package/src/services/dts/v20180330/dts_models.ts +63 -117
- package/src/services/emr/v20190103/emr_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +864 -827
- package/src/services/ess/v20201111/ess_models.ts +162 -84
- package/src/services/essbasic/v20210526/essbasic_client.ts +37 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +191 -114
- package/src/services/mongodb/v20190725/mongodb_client.ts +19 -6
- package/src/services/mongodb/v20190725/mongodb_models.ts +56 -0
- package/src/services/mps/v20190612/mps_models.ts +69 -8
- package/src/services/ocr/v20181119/ocr_client.ts +13 -10
- package/src/services/ocr/v20181119/ocr_models.ts +361 -169
- package/src/services/organization/v20210331/organization_client.ts +32 -8
- package/src/services/organization/v20210331/organization_models.ts +70 -30
- package/src/services/tdmq/v20200217/tdmq_client.ts +115 -19
- package/src/services/tdmq/v20200217/tdmq_models.ts +381 -86
- package/src/services/trro/v20220325/trro_models.ts +6 -6
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +32 -27
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +22 -8
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
- package/tencentcloud/services/cmq/v20190304/cmq_client.d.ts +1 -1
- package/tencentcloud/services/cmq/v20190304/cmq_client.js +1 -1
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +16 -16
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +55 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +8 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +9 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +77 -2
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +6 -6
- package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -7
- package/tencentcloud/services/dts/v20180330/dts_client.js +0 -8
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +63 -114
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +517 -496
- package/tencentcloud/services/ess/v20201111/ess_client.js +620 -595
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +158 -84
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +22 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +187 -114
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +7 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +9 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +53 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -8
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +356 -167
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +11 -3
- package/tencentcloud/services/organization/v20210331/organization_client.js +15 -3
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +66 -30
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +38 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +55 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +365 -86
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +32 -27
- package/test/cynosdb.v20190107.test.js +12 -2
- package/test/dlc.v20210125.test.js +12 -2
- package/test/dts.v20180330.test.js +0 -10
- package/test/ess.v20201111.test.js +182 -162
- package/test/essbasic.v20210526.test.js +20 -0
- package/test/mongodb.v20190725.test.js +12 -2
- package/test/organization.v20210331.test.js +22 -2
- package/test/tdmq.v20200217.test.js +84 -4
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.ess.v20201111.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("ess.v20201111.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("ess.v20201111.
|
|
21
|
+
it("ess.v20201111.StartFlow", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.StartFlow({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -28,9 +28,9 @@ it("ess.v20201111.CreateBatchQuickSignUrl", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("ess.v20201111.
|
|
31
|
+
it("ess.v20201111.DescribeFlowTemplates", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.DescribeFlowTemplates({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("ess.v20201111.DescribeFlowInfo", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("ess.v20201111.
|
|
41
|
+
it("ess.v20201111.CreateUserAutoSignEnableUrl", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.CreateUserAutoSignEnableUrl({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,9 @@ it("ess.v20201111.ModifyApplicationCallbackInfo", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("ess.v20201111.
|
|
51
|
+
it("ess.v20201111.CreateFlowGroupSignReview", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.CreateFlowGroupSignReview({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +58,9 @@ it("ess.v20201111.StartFlow", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("ess.v20201111.
|
|
61
|
+
it("ess.v20201111.CreateUserVerifyUrl", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.CreateUserVerifyUrl({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +68,9 @@ it("ess.v20201111.CreateUserMobileChangeUrl", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
-
it("ess.v20201111.
|
|
71
|
+
it("ess.v20201111.CreateEmbedWebUrl", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
73
|
+
const data = await client.CreateEmbedWebUrl({})
|
|
74
74
|
expect(data).to.be.ok
|
|
75
75
|
} catch(error) {
|
|
76
76
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +78,9 @@ it("ess.v20201111.CancelFlow", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
-
it("ess.v20201111.
|
|
81
|
+
it("ess.v20201111.DescribeBatchOrganizationRegistrationUrls", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
83
|
+
const data = await client.DescribeBatchOrganizationRegistrationUrls({})
|
|
84
84
|
expect(data).to.be.ok
|
|
85
85
|
} catch(error) {
|
|
86
86
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +88,9 @@ it("ess.v20201111.DescribeFlowTemplates", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
-
it("ess.v20201111.
|
|
91
|
+
it("ess.v20201111.CreatePreparedPersonalEsign", async function () {
|
|
92
92
|
try {
|
|
93
|
-
const data = await client.
|
|
93
|
+
const data = await client.CreatePreparedPersonalEsign({})
|
|
94
94
|
expect(data).to.be.ok
|
|
95
95
|
} catch(error) {
|
|
96
96
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,9 @@ it("ess.v20201111.DeleteSealPolicies", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("ess.v20201111.
|
|
101
|
+
it("ess.v20201111.CreateFlowSignReview", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.CreateFlowSignReview({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +108,9 @@ it("ess.v20201111.DescribeFileUrls", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
-
it("ess.v20201111.
|
|
111
|
+
it("ess.v20201111.CreateDocument", async function () {
|
|
112
112
|
try {
|
|
113
|
-
const data = await client.
|
|
113
|
+
const data = await client.CreateDocument({})
|
|
114
114
|
expect(data).to.be.ok
|
|
115
115
|
} catch(error) {
|
|
116
116
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +118,9 @@ it("ess.v20201111.CreateUserAutoSignSealUrl", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
-
it("ess.v20201111.
|
|
121
|
+
it("ess.v20201111.DescribeExtendedServiceAuthInfos", async function () {
|
|
122
122
|
try {
|
|
123
|
-
const data = await client.
|
|
123
|
+
const data = await client.DescribeExtendedServiceAuthInfos({})
|
|
124
124
|
expect(data).to.be.ok
|
|
125
125
|
} catch(error) {
|
|
126
126
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +128,9 @@ it("ess.v20201111.CreateUserAutoSignEnableUrl", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
-
it("ess.v20201111.
|
|
131
|
+
it("ess.v20201111.DescribeUserAutoSignStatus", async function () {
|
|
132
132
|
try {
|
|
133
|
-
const data = await client.
|
|
133
|
+
const data = await client.DescribeUserAutoSignStatus({})
|
|
134
134
|
expect(data).to.be.ok
|
|
135
135
|
} catch(error) {
|
|
136
136
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +138,9 @@ it("ess.v20201111.CreateFlowGroupSignReview", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
-
it("ess.v20201111.
|
|
141
|
+
it("ess.v20201111.CreateFlowGroupByTemplates", async function () {
|
|
142
142
|
try {
|
|
143
|
-
const data = await client.
|
|
143
|
+
const data = await client.CreateFlowGroupByTemplates({})
|
|
144
144
|
expect(data).to.be.ok
|
|
145
145
|
} catch(error) {
|
|
146
146
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +148,9 @@ it("ess.v20201111.UnbindEmployeeUserIdWithClientOpenId", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
-
it("ess.v20201111.
|
|
151
|
+
it("ess.v20201111.CreateFlowByFiles", async function () {
|
|
152
152
|
try {
|
|
153
|
-
const data = await client.
|
|
153
|
+
const data = await client.CreateFlowByFiles({})
|
|
154
154
|
expect(data).to.be.ok
|
|
155
155
|
} catch(error) {
|
|
156
156
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +158,9 @@ it("ess.v20201111.CreateUserVerifyUrl", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
-
it("ess.v20201111.
|
|
161
|
+
it("ess.v20201111.DescribeIntegrationRoles", async function () {
|
|
162
162
|
try {
|
|
163
|
-
const data = await client.
|
|
163
|
+
const data = await client.DescribeIntegrationRoles({})
|
|
164
164
|
expect(data).to.be.ok
|
|
165
165
|
} catch(error) {
|
|
166
166
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +168,9 @@ it("ess.v20201111.CreateEmbedWebUrl", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("ess.v20201111.
|
|
171
|
+
it("ess.v20201111.DescribeIntegrationEmployees", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeIntegrationEmployees({})
|
|
174
174
|
expect(data).to.be.ok
|
|
175
175
|
} catch(error) {
|
|
176
176
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +178,9 @@ it("ess.v20201111.VerifyPdf", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
-
it("ess.v20201111.
|
|
181
|
+
it("ess.v20201111.CreatePersonAuthCertificateImage", async function () {
|
|
182
182
|
try {
|
|
183
|
-
const data = await client.
|
|
183
|
+
const data = await client.CreatePersonAuthCertificateImage({})
|
|
184
184
|
expect(data).to.be.ok
|
|
185
185
|
} catch(error) {
|
|
186
186
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +188,9 @@ it("ess.v20201111.ModifyExtendedService", async function () {
|
|
|
188
188
|
}
|
|
189
189
|
})
|
|
190
190
|
|
|
191
|
-
it("ess.v20201111.
|
|
191
|
+
it("ess.v20201111.CreateIntegrationUserRoles", async function () {
|
|
192
192
|
try {
|
|
193
|
-
const data = await client.
|
|
193
|
+
const data = await client.CreateIntegrationUserRoles({})
|
|
194
194
|
expect(data).to.be.ok
|
|
195
195
|
} catch(error) {
|
|
196
196
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +198,9 @@ it("ess.v20201111.DescribeBatchOrganizationRegistrationUrls", async function ()
|
|
|
198
198
|
}
|
|
199
199
|
})
|
|
200
200
|
|
|
201
|
-
it("ess.v20201111.
|
|
201
|
+
it("ess.v20201111.CreateBatchSignUrl", async function () {
|
|
202
202
|
try {
|
|
203
|
-
const data = await client.
|
|
203
|
+
const data = await client.CreateBatchSignUrl({})
|
|
204
204
|
expect(data).to.be.ok
|
|
205
205
|
} catch(error) {
|
|
206
206
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +208,9 @@ it("ess.v20201111.CreateBatchCancelFlowUrl", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
-
it("ess.v20201111.
|
|
211
|
+
it("ess.v20201111.CreateFlowReminds", async function () {
|
|
212
212
|
try {
|
|
213
|
-
const data = await client.
|
|
213
|
+
const data = await client.CreateFlowReminds({})
|
|
214
214
|
expect(data).to.be.ok
|
|
215
215
|
} catch(error) {
|
|
216
216
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +218,9 @@ it("ess.v20201111.DeleteIntegrationDepartment", async function () {
|
|
|
218
218
|
}
|
|
219
219
|
})
|
|
220
220
|
|
|
221
|
-
it("ess.v20201111.
|
|
221
|
+
it("ess.v20201111.DescribePersonCertificate", async function () {
|
|
222
222
|
try {
|
|
223
|
-
const data = await client.
|
|
223
|
+
const data = await client.DescribePersonCertificate({})
|
|
224
224
|
expect(data).to.be.ok
|
|
225
225
|
} catch(error) {
|
|
226
226
|
expect(error.requestId).to.be.ok
|
|
@@ -228,9 +228,9 @@ it("ess.v20201111.BindEmployeeUserIdWithClientOpenId", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
-
it("ess.v20201111.
|
|
231
|
+
it("ess.v20201111.DisableUserAutoSign", async function () {
|
|
232
232
|
try {
|
|
233
|
-
const data = await client.
|
|
233
|
+
const data = await client.DisableUserAutoSign({})
|
|
234
234
|
expect(data).to.be.ok
|
|
235
235
|
} catch(error) {
|
|
236
236
|
expect(error.requestId).to.be.ok
|
|
@@ -238,9 +238,9 @@ it("ess.v20201111.CreatePreparedPersonalEsign", async function () {
|
|
|
238
238
|
}
|
|
239
239
|
})
|
|
240
240
|
|
|
241
|
-
it("ess.v20201111.
|
|
241
|
+
it("ess.v20201111.DeleteIntegrationEmployees", async function () {
|
|
242
242
|
try {
|
|
243
|
-
const data = await client.
|
|
243
|
+
const data = await client.DeleteIntegrationEmployees({})
|
|
244
244
|
expect(data).to.be.ok
|
|
245
245
|
} catch(error) {
|
|
246
246
|
expect(error.requestId).to.be.ok
|
|
@@ -248,9 +248,9 @@ it("ess.v20201111.CreateFlowApprovers", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
-
it("ess.v20201111.
|
|
251
|
+
it("ess.v20201111.CreateUserAutoSignSealUrl", async function () {
|
|
252
252
|
try {
|
|
253
|
-
const data = await client.
|
|
253
|
+
const data = await client.CreateUserAutoSignSealUrl({})
|
|
254
254
|
expect(data).to.be.ok
|
|
255
255
|
} catch(error) {
|
|
256
256
|
expect(error.requestId).to.be.ok
|
|
@@ -258,9 +258,9 @@ it("ess.v20201111.DescribeCancelFlowsTask", async function () {
|
|
|
258
258
|
}
|
|
259
259
|
})
|
|
260
260
|
|
|
261
|
-
it("ess.v20201111.
|
|
261
|
+
it("ess.v20201111.RenewAutoSignLicense", async function () {
|
|
262
262
|
try {
|
|
263
|
-
const data = await client.
|
|
263
|
+
const data = await client.RenewAutoSignLicense({})
|
|
264
264
|
expect(data).to.be.ok
|
|
265
265
|
} catch(error) {
|
|
266
266
|
expect(error.requestId).to.be.ok
|
|
@@ -268,9 +268,9 @@ it("ess.v20201111.CreateOrganizationAuthUrl", async function () {
|
|
|
268
268
|
}
|
|
269
269
|
})
|
|
270
270
|
|
|
271
|
-
it("ess.v20201111.
|
|
271
|
+
it("ess.v20201111.VerifyPdf", async function () {
|
|
272
272
|
try {
|
|
273
|
-
const data = await client.
|
|
273
|
+
const data = await client.VerifyPdf({})
|
|
274
274
|
expect(data).to.be.ok
|
|
275
275
|
} catch(error) {
|
|
276
276
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +278,9 @@ it("ess.v20201111.DeleteIntegrationRoleUsers", async function () {
|
|
|
278
278
|
}
|
|
279
279
|
})
|
|
280
280
|
|
|
281
|
-
it("ess.v20201111.
|
|
281
|
+
it("ess.v20201111.BindEmployeeUserIdWithClientOpenId", async function () {
|
|
282
282
|
try {
|
|
283
|
-
const data = await client.
|
|
283
|
+
const data = await client.BindEmployeeUserIdWithClientOpenId({})
|
|
284
284
|
expect(data).to.be.ok
|
|
285
285
|
} catch(error) {
|
|
286
286
|
expect(error.requestId).to.be.ok
|
|
@@ -288,9 +288,9 @@ it("ess.v20201111.CreateFlowSignReview", async function () {
|
|
|
288
288
|
}
|
|
289
289
|
})
|
|
290
290
|
|
|
291
|
-
it("ess.v20201111.
|
|
291
|
+
it("ess.v20201111.DeleteIntegrationRoleUsers", async function () {
|
|
292
292
|
try {
|
|
293
|
-
const data = await client.
|
|
293
|
+
const data = await client.DeleteIntegrationRoleUsers({})
|
|
294
294
|
expect(data).to.be.ok
|
|
295
295
|
} catch(error) {
|
|
296
296
|
expect(error.requestId).to.be.ok
|
|
@@ -298,9 +298,9 @@ it("ess.v20201111.CreatePrepareFlow", async function () {
|
|
|
298
298
|
}
|
|
299
299
|
})
|
|
300
300
|
|
|
301
|
-
it("ess.v20201111.
|
|
301
|
+
it("ess.v20201111.CreateFlowGroupByFiles", async function () {
|
|
302
302
|
try {
|
|
303
|
-
const data = await client.
|
|
303
|
+
const data = await client.CreateFlowGroupByFiles({})
|
|
304
304
|
expect(data).to.be.ok
|
|
305
305
|
} catch(error) {
|
|
306
306
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +308,9 @@ it("ess.v20201111.CreateDocument", async function () {
|
|
|
308
308
|
}
|
|
309
309
|
})
|
|
310
310
|
|
|
311
|
-
it("ess.v20201111.
|
|
311
|
+
it("ess.v20201111.CreateIntegrationDepartment", async function () {
|
|
312
312
|
try {
|
|
313
|
-
const data = await client.
|
|
313
|
+
const data = await client.CreateIntegrationDepartment({})
|
|
314
314
|
expect(data).to.be.ok
|
|
315
315
|
} catch(error) {
|
|
316
316
|
expect(error.requestId).to.be.ok
|
|
@@ -338,9 +338,9 @@ it("ess.v20201111.CreateFlow", async function () {
|
|
|
338
338
|
}
|
|
339
339
|
})
|
|
340
340
|
|
|
341
|
-
it("ess.v20201111.
|
|
341
|
+
it("ess.v20201111.CreateReleaseFlow", async function () {
|
|
342
342
|
try {
|
|
343
|
-
const data = await client.
|
|
343
|
+
const data = await client.CreateReleaseFlow({})
|
|
344
344
|
expect(data).to.be.ok
|
|
345
345
|
} catch(error) {
|
|
346
346
|
expect(error.requestId).to.be.ok
|
|
@@ -348,9 +348,9 @@ it("ess.v20201111.CreateBatchOrganizationRegistrationTasks", async function () {
|
|
|
348
348
|
}
|
|
349
349
|
})
|
|
350
350
|
|
|
351
|
-
it("ess.v20201111.
|
|
351
|
+
it("ess.v20201111.CreateLegalSealQrCode", async function () {
|
|
352
352
|
try {
|
|
353
|
-
const data = await client.
|
|
353
|
+
const data = await client.CreateLegalSealQrCode({})
|
|
354
354
|
expect(data).to.be.ok
|
|
355
355
|
} catch(error) {
|
|
356
356
|
expect(error.requestId).to.be.ok
|
|
@@ -358,9 +358,9 @@ it("ess.v20201111.DescribeUserVerifyStatus", async function () {
|
|
|
358
358
|
}
|
|
359
359
|
})
|
|
360
360
|
|
|
361
|
-
it("ess.v20201111.
|
|
361
|
+
it("ess.v20201111.CreateSeal", async function () {
|
|
362
362
|
try {
|
|
363
|
-
const data = await client.
|
|
363
|
+
const data = await client.CreateSeal({})
|
|
364
364
|
expect(data).to.be.ok
|
|
365
365
|
} catch(error) {
|
|
366
366
|
expect(error.requestId).to.be.ok
|
|
@@ -368,9 +368,9 @@ it("ess.v20201111.CreateReleaseFlow", async function () {
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
-
it("ess.v20201111.
|
|
371
|
+
it("ess.v20201111.CreateMultiFlowSignQRCode", async function () {
|
|
372
372
|
try {
|
|
373
|
-
const data = await client.
|
|
373
|
+
const data = await client.CreateMultiFlowSignQRCode({})
|
|
374
374
|
expect(data).to.be.ok
|
|
375
375
|
} catch(error) {
|
|
376
376
|
expect(error.requestId).to.be.ok
|
|
@@ -378,9 +378,9 @@ it("ess.v20201111.CreateSchemeUrl", async function () {
|
|
|
378
378
|
}
|
|
379
379
|
})
|
|
380
380
|
|
|
381
|
-
it("ess.v20201111.
|
|
381
|
+
it("ess.v20201111.DescribeExtendedServiceAuthDetail", async function () {
|
|
382
382
|
try {
|
|
383
|
-
const data = await client.
|
|
383
|
+
const data = await client.DescribeExtendedServiceAuthDetail({})
|
|
384
384
|
expect(data).to.be.ok
|
|
385
385
|
} catch(error) {
|
|
386
386
|
expect(error.requestId).to.be.ok
|
|
@@ -388,9 +388,9 @@ it("ess.v20201111.DescribeUserAutoSignStatus", async function () {
|
|
|
388
388
|
}
|
|
389
389
|
})
|
|
390
390
|
|
|
391
|
-
it("ess.v20201111.
|
|
391
|
+
it("ess.v20201111.CancelMultiFlowSignQRCode", async function () {
|
|
392
392
|
try {
|
|
393
|
-
const data = await client.
|
|
393
|
+
const data = await client.CancelMultiFlowSignQRCode({})
|
|
394
394
|
expect(data).to.be.ok
|
|
395
395
|
} catch(error) {
|
|
396
396
|
expect(error.requestId).to.be.ok
|
|
@@ -398,9 +398,9 @@ it("ess.v20201111.CreateFlowGroupByTemplates", async function () {
|
|
|
398
398
|
}
|
|
399
399
|
})
|
|
400
400
|
|
|
401
|
-
it("ess.v20201111.
|
|
401
|
+
it("ess.v20201111.DescribeFlowBriefs", async function () {
|
|
402
402
|
try {
|
|
403
|
-
const data = await client.
|
|
403
|
+
const data = await client.DescribeFlowBriefs({})
|
|
404
404
|
expect(data).to.be.ok
|
|
405
405
|
} catch(error) {
|
|
406
406
|
expect(error.requestId).to.be.ok
|
|
@@ -408,9 +408,9 @@ it("ess.v20201111.DescribeExtendedServiceAuthInfos", async function () {
|
|
|
408
408
|
}
|
|
409
409
|
})
|
|
410
410
|
|
|
411
|
-
it("ess.v20201111.
|
|
411
|
+
it("ess.v20201111.DescribeSignFaceVideo", async function () {
|
|
412
412
|
try {
|
|
413
|
-
const data = await client.
|
|
413
|
+
const data = await client.DescribeSignFaceVideo({})
|
|
414
414
|
expect(data).to.be.ok
|
|
415
415
|
} catch(error) {
|
|
416
416
|
expect(error.requestId).to.be.ok
|
|
@@ -418,9 +418,9 @@ it("ess.v20201111.CreateOrganizationGroupInvitationLink", async function () {
|
|
|
418
418
|
}
|
|
419
419
|
})
|
|
420
420
|
|
|
421
|
-
it("ess.v20201111.
|
|
421
|
+
it("ess.v20201111.CreateFlowSignUrl", async function () {
|
|
422
422
|
try {
|
|
423
|
-
const data = await client.
|
|
423
|
+
const data = await client.CreateFlowSignUrl({})
|
|
424
424
|
expect(data).to.be.ok
|
|
425
425
|
} catch(error) {
|
|
426
426
|
expect(error.requestId).to.be.ok
|
|
@@ -428,9 +428,9 @@ it("ess.v20201111.UploadFiles", async function () {
|
|
|
428
428
|
}
|
|
429
429
|
})
|
|
430
430
|
|
|
431
|
-
it("ess.v20201111.
|
|
431
|
+
it("ess.v20201111.CancelUserAutoSignEnableUrl", async function () {
|
|
432
432
|
try {
|
|
433
|
-
const data = await client.
|
|
433
|
+
const data = await client.CancelUserAutoSignEnableUrl({})
|
|
434
434
|
expect(data).to.be.ok
|
|
435
435
|
} catch(error) {
|
|
436
436
|
expect(error.requestId).to.be.ok
|
|
@@ -438,9 +438,9 @@ it("ess.v20201111.DescribeFlowEvidenceReport", async function () {
|
|
|
438
438
|
}
|
|
439
439
|
})
|
|
440
440
|
|
|
441
|
-
it("ess.v20201111.
|
|
441
|
+
it("ess.v20201111.DescribeBillUsageDetail", async function () {
|
|
442
442
|
try {
|
|
443
|
-
const data = await client.
|
|
443
|
+
const data = await client.DescribeBillUsageDetail({})
|
|
444
444
|
expect(data).to.be.ok
|
|
445
445
|
} catch(error) {
|
|
446
446
|
expect(error.requestId).to.be.ok
|
|
@@ -448,9 +448,9 @@ it("ess.v20201111.CreateFlowByFiles", async function () {
|
|
|
448
448
|
}
|
|
449
449
|
})
|
|
450
450
|
|
|
451
|
-
it("ess.v20201111.
|
|
451
|
+
it("ess.v20201111.DescribeIntegrationDepartments", async function () {
|
|
452
452
|
try {
|
|
453
|
-
const data = await client.
|
|
453
|
+
const data = await client.DescribeIntegrationDepartments({})
|
|
454
454
|
expect(data).to.be.ok
|
|
455
455
|
} catch(error) {
|
|
456
456
|
expect(error.requestId).to.be.ok
|
|
@@ -458,9 +458,9 @@ it("ess.v20201111.CreateIntegrationSubOrganizationActiveRecord", async function
|
|
|
458
458
|
}
|
|
459
459
|
})
|
|
460
460
|
|
|
461
|
-
it("ess.v20201111.
|
|
461
|
+
it("ess.v20201111.ModifyIntegrationDepartment", async function () {
|
|
462
462
|
try {
|
|
463
|
-
const data = await client.
|
|
463
|
+
const data = await client.ModifyIntegrationDepartment({})
|
|
464
464
|
expect(data).to.be.ok
|
|
465
465
|
} catch(error) {
|
|
466
466
|
expect(error.requestId).to.be.ok
|
|
@@ -468,9 +468,9 @@ it("ess.v20201111.CreateSeal", async function () {
|
|
|
468
468
|
}
|
|
469
469
|
})
|
|
470
470
|
|
|
471
|
-
it("ess.v20201111.
|
|
471
|
+
it("ess.v20201111.DescribeOrganizationGroupOrganizations", async function () {
|
|
472
472
|
try {
|
|
473
|
-
const data = await client.
|
|
473
|
+
const data = await client.DescribeOrganizationGroupOrganizations({})
|
|
474
474
|
expect(data).to.be.ok
|
|
475
475
|
} catch(error) {
|
|
476
476
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +478,9 @@ it("ess.v20201111.DescribeIntegrationRoles", async function () {
|
|
|
478
478
|
}
|
|
479
479
|
})
|
|
480
480
|
|
|
481
|
-
it("ess.v20201111.
|
|
481
|
+
it("ess.v20201111.CreateUserMobileChangeUrl", async function () {
|
|
482
482
|
try {
|
|
483
|
-
const data = await client.
|
|
483
|
+
const data = await client.CreateUserMobileChangeUrl({})
|
|
484
484
|
expect(data).to.be.ok
|
|
485
485
|
} catch(error) {
|
|
486
486
|
expect(error.requestId).to.be.ok
|
|
@@ -488,9 +488,9 @@ it("ess.v20201111.CreateIntegrationDepartment", async function () {
|
|
|
488
488
|
}
|
|
489
489
|
})
|
|
490
490
|
|
|
491
|
-
it("ess.v20201111.
|
|
491
|
+
it("ess.v20201111.DeleteSealPolicies", async function () {
|
|
492
492
|
try {
|
|
493
|
-
const data = await client.
|
|
493
|
+
const data = await client.DeleteSealPolicies({})
|
|
494
494
|
expect(data).to.be.ok
|
|
495
495
|
} catch(error) {
|
|
496
496
|
expect(error.requestId).to.be.ok
|
|
@@ -498,9 +498,9 @@ it("ess.v20201111.GetTaskResultApi", async function () {
|
|
|
498
498
|
}
|
|
499
499
|
})
|
|
500
500
|
|
|
501
|
-
it("ess.v20201111.
|
|
501
|
+
it("ess.v20201111.DescribeFileUrls", async function () {
|
|
502
502
|
try {
|
|
503
|
-
const data = await client.
|
|
503
|
+
const data = await client.DescribeFileUrls({})
|
|
504
504
|
expect(data).to.be.ok
|
|
505
505
|
} catch(error) {
|
|
506
506
|
expect(error.requestId).to.be.ok
|
|
@@ -508,9 +508,9 @@ it("ess.v20201111.DescribeExtendedServiceAuthDetail", async function () {
|
|
|
508
508
|
}
|
|
509
509
|
})
|
|
510
510
|
|
|
511
|
-
it("ess.v20201111.
|
|
511
|
+
it("ess.v20201111.CreateIntegrationRole", async function () {
|
|
512
512
|
try {
|
|
513
|
-
const data = await client.
|
|
513
|
+
const data = await client.CreateIntegrationRole({})
|
|
514
514
|
expect(data).to.be.ok
|
|
515
515
|
} catch(error) {
|
|
516
516
|
expect(error.requestId).to.be.ok
|
|
@@ -518,9 +518,9 @@ it("ess.v20201111.DescribeBillUsage", async function () {
|
|
|
518
518
|
}
|
|
519
519
|
})
|
|
520
520
|
|
|
521
|
-
it("ess.v20201111.
|
|
521
|
+
it("ess.v20201111.ModifyExtendedService", async function () {
|
|
522
522
|
try {
|
|
523
|
-
const data = await client.
|
|
523
|
+
const data = await client.ModifyExtendedService({})
|
|
524
524
|
expect(data).to.be.ok
|
|
525
525
|
} catch(error) {
|
|
526
526
|
expect(error.requestId).to.be.ok
|
|
@@ -528,9 +528,9 @@ it("ess.v20201111.ModifyIntegrationDepartment", async function () {
|
|
|
528
528
|
}
|
|
529
529
|
})
|
|
530
530
|
|
|
531
|
-
it("ess.v20201111.
|
|
531
|
+
it("ess.v20201111.ModifyFlowDeadline", async function () {
|
|
532
532
|
try {
|
|
533
|
-
const data = await client.
|
|
533
|
+
const data = await client.ModifyFlowDeadline({})
|
|
534
534
|
expect(data).to.be.ok
|
|
535
535
|
} catch(error) {
|
|
536
536
|
expect(error.requestId).to.be.ok
|
|
@@ -538,9 +538,9 @@ it("ess.v20201111.CreateExtendedServiceAuthInfos", async function () {
|
|
|
538
538
|
}
|
|
539
539
|
})
|
|
540
540
|
|
|
541
|
-
it("ess.v20201111.
|
|
541
|
+
it("ess.v20201111.CreateFlowBlockchainEvidenceUrl", async function () {
|
|
542
542
|
try {
|
|
543
|
-
const data = await client.
|
|
543
|
+
const data = await client.CreateFlowBlockchainEvidenceUrl({})
|
|
544
544
|
expect(data).to.be.ok
|
|
545
545
|
} catch(error) {
|
|
546
546
|
expect(error.requestId).to.be.ok
|
|
@@ -548,9 +548,9 @@ it("ess.v20201111.CancelMultiFlowSignQRCode", async function () {
|
|
|
548
548
|
}
|
|
549
549
|
})
|
|
550
550
|
|
|
551
|
-
it("ess.v20201111.
|
|
551
|
+
it("ess.v20201111.DescribeUserVerifyStatus", async function () {
|
|
552
552
|
try {
|
|
553
|
-
const data = await client.
|
|
553
|
+
const data = await client.DescribeUserVerifyStatus({})
|
|
554
554
|
expect(data).to.be.ok
|
|
555
555
|
} catch(error) {
|
|
556
556
|
expect(error.requestId).to.be.ok
|
|
@@ -558,9 +558,9 @@ it("ess.v20201111.DescribeIntegrationEmployees", async function () {
|
|
|
558
558
|
}
|
|
559
559
|
})
|
|
560
560
|
|
|
561
|
-
it("ess.v20201111.
|
|
561
|
+
it("ess.v20201111.ModifyIntegrationRole", async function () {
|
|
562
562
|
try {
|
|
563
|
-
const data = await client.
|
|
563
|
+
const data = await client.ModifyIntegrationRole({})
|
|
564
564
|
expect(data).to.be.ok
|
|
565
565
|
} catch(error) {
|
|
566
566
|
expect(error.requestId).to.be.ok
|
|
@@ -568,9 +568,29 @@ it("ess.v20201111.CreateFlowSignUrl", async function () {
|
|
|
568
568
|
}
|
|
569
569
|
})
|
|
570
570
|
|
|
571
|
-
it("ess.v20201111.
|
|
571
|
+
it("ess.v20201111.CreateBatchOrganizationRegistrationTasks", async function () {
|
|
572
572
|
try {
|
|
573
|
-
const data = await client.
|
|
573
|
+
const data = await client.CreateBatchOrganizationRegistrationTasks({})
|
|
574
|
+
expect(data).to.be.ok
|
|
575
|
+
} catch(error) {
|
|
576
|
+
expect(error.requestId).to.be.ok
|
|
577
|
+
expect(error.code).to.be.ok
|
|
578
|
+
}
|
|
579
|
+
})
|
|
580
|
+
|
|
581
|
+
it("ess.v20201111.CreateExtendedServiceAuthInfos", async function () {
|
|
582
|
+
try {
|
|
583
|
+
const data = await client.CreateExtendedServiceAuthInfos({})
|
|
584
|
+
expect(data).to.be.ok
|
|
585
|
+
} catch(error) {
|
|
586
|
+
expect(error.requestId).to.be.ok
|
|
587
|
+
expect(error.code).to.be.ok
|
|
588
|
+
}
|
|
589
|
+
})
|
|
590
|
+
|
|
591
|
+
it("ess.v20201111.CreateOrganizationInfoChangeUrl", async function () {
|
|
592
|
+
try {
|
|
593
|
+
const data = await client.CreateOrganizationInfoChangeUrl({})
|
|
574
594
|
expect(data).to.be.ok
|
|
575
595
|
} catch(error) {
|
|
576
596
|
expect(error.requestId).to.be.ok
|
|
@@ -588,9 +608,9 @@ it("ess.v20201111.CreateConvertTaskApi", async function () {
|
|
|
588
608
|
}
|
|
589
609
|
})
|
|
590
610
|
|
|
591
|
-
it("ess.v20201111.
|
|
611
|
+
it("ess.v20201111.CreateOrganizationAuthUrl", async function () {
|
|
592
612
|
try {
|
|
593
|
-
const data = await client.
|
|
613
|
+
const data = await client.CreateOrganizationAuthUrl({})
|
|
594
614
|
expect(data).to.be.ok
|
|
595
615
|
} catch(error) {
|
|
596
616
|
expect(error.requestId).to.be.ok
|
|
@@ -598,9 +618,9 @@ it("ess.v20201111.DescribeFlowBriefs", async function () {
|
|
|
598
618
|
}
|
|
599
619
|
})
|
|
600
620
|
|
|
601
|
-
it("ess.v20201111.
|
|
621
|
+
it("ess.v20201111.UploadFiles", async function () {
|
|
602
622
|
try {
|
|
603
|
-
const data = await client.
|
|
623
|
+
const data = await client.UploadFiles({})
|
|
604
624
|
expect(data).to.be.ok
|
|
605
625
|
} catch(error) {
|
|
606
626
|
expect(error.requestId).to.be.ok
|
|
@@ -608,9 +628,9 @@ it("ess.v20201111.CreateIntegrationRole", async function () {
|
|
|
608
628
|
}
|
|
609
629
|
})
|
|
610
630
|
|
|
611
|
-
it("ess.v20201111.
|
|
631
|
+
it("ess.v20201111.CreateIntegrationSubOrganizationActiveRecord", async function () {
|
|
612
632
|
try {
|
|
613
|
-
const data = await client.
|
|
633
|
+
const data = await client.CreateIntegrationSubOrganizationActiveRecord({})
|
|
614
634
|
expect(data).to.be.ok
|
|
615
635
|
} catch(error) {
|
|
616
636
|
expect(error.requestId).to.be.ok
|
|
@@ -618,9 +638,9 @@ it("ess.v20201111.CreateIntegrationUserRoles", async function () {
|
|
|
618
638
|
}
|
|
619
639
|
})
|
|
620
640
|
|
|
621
|
-
it("ess.v20201111.
|
|
641
|
+
it("ess.v20201111.DescribeFlowComponents", async function () {
|
|
622
642
|
try {
|
|
623
|
-
const data = await client.
|
|
643
|
+
const data = await client.DescribeFlowComponents({})
|
|
624
644
|
expect(data).to.be.ok
|
|
625
645
|
} catch(error) {
|
|
626
646
|
expect(error.requestId).to.be.ok
|
|
@@ -628,9 +648,9 @@ it("ess.v20201111.DescribeSignFaceVideo", async function () {
|
|
|
628
648
|
}
|
|
629
649
|
})
|
|
630
650
|
|
|
631
|
-
it("ess.v20201111.
|
|
651
|
+
it("ess.v20201111.CreateWebThemeConfig", async function () {
|
|
632
652
|
try {
|
|
633
|
-
const data = await client.
|
|
653
|
+
const data = await client.CreateWebThemeConfig({})
|
|
634
654
|
expect(data).to.be.ok
|
|
635
655
|
} catch(error) {
|
|
636
656
|
expect(error.requestId).to.be.ok
|
|
@@ -638,9 +658,9 @@ it("ess.v20201111.ModifyIntegrationRole", async function () {
|
|
|
638
658
|
}
|
|
639
659
|
})
|
|
640
660
|
|
|
641
|
-
it("ess.v20201111.
|
|
661
|
+
it("ess.v20201111.CreateIntegrationEmployees", async function () {
|
|
642
662
|
try {
|
|
643
|
-
const data = await client.
|
|
663
|
+
const data = await client.CreateIntegrationEmployees({})
|
|
644
664
|
expect(data).to.be.ok
|
|
645
665
|
} catch(error) {
|
|
646
666
|
expect(error.requestId).to.be.ok
|
|
@@ -648,9 +668,9 @@ it("ess.v20201111.CreateBatchSignUrl", async function () {
|
|
|
648
668
|
}
|
|
649
669
|
})
|
|
650
670
|
|
|
651
|
-
it("ess.v20201111.
|
|
671
|
+
it("ess.v20201111.CreateBatchQuickSignUrl", async function () {
|
|
652
672
|
try {
|
|
653
|
-
const data = await client.
|
|
673
|
+
const data = await client.CreateBatchQuickSignUrl({})
|
|
654
674
|
expect(data).to.be.ok
|
|
655
675
|
} catch(error) {
|
|
656
676
|
expect(error.requestId).to.be.ok
|
|
@@ -658,9 +678,9 @@ it("ess.v20201111.CreateOrganizationBatchSignUrl", async function () {
|
|
|
658
678
|
}
|
|
659
679
|
})
|
|
660
680
|
|
|
661
|
-
it("ess.v20201111.
|
|
681
|
+
it("ess.v20201111.ModifyApplicationCallbackInfo", async function () {
|
|
662
682
|
try {
|
|
663
|
-
const data = await client.
|
|
683
|
+
const data = await client.ModifyApplicationCallbackInfo({})
|
|
664
684
|
expect(data).to.be.ok
|
|
665
685
|
} catch(error) {
|
|
666
686
|
expect(error.requestId).to.be.ok
|
|
@@ -668,9 +688,9 @@ it("ess.v20201111.CreateFlowReminds", async function () {
|
|
|
668
688
|
}
|
|
669
689
|
})
|
|
670
690
|
|
|
671
|
-
it("ess.v20201111.
|
|
691
|
+
it("ess.v20201111.CancelFlow", async function () {
|
|
672
692
|
try {
|
|
673
|
-
const data = await client.
|
|
693
|
+
const data = await client.CancelFlow({})
|
|
674
694
|
expect(data).to.be.ok
|
|
675
695
|
} catch(error) {
|
|
676
696
|
expect(error.requestId).to.be.ok
|
|
@@ -678,9 +698,9 @@ it("ess.v20201111.DescribeFlowComponents", async function () {
|
|
|
678
698
|
}
|
|
679
699
|
})
|
|
680
700
|
|
|
681
|
-
it("ess.v20201111.
|
|
701
|
+
it("ess.v20201111.UnbindEmployeeUserIdWithClientOpenId", async function () {
|
|
682
702
|
try {
|
|
683
|
-
const data = await client.
|
|
703
|
+
const data = await client.UnbindEmployeeUserIdWithClientOpenId({})
|
|
684
704
|
expect(data).to.be.ok
|
|
685
705
|
} catch(error) {
|
|
686
706
|
expect(error.requestId).to.be.ok
|
|
@@ -688,9 +708,9 @@ it("ess.v20201111.DisableUserAutoSign", async function () {
|
|
|
688
708
|
}
|
|
689
709
|
})
|
|
690
710
|
|
|
691
|
-
it("ess.v20201111.
|
|
711
|
+
it("ess.v20201111.CreateBatchCancelFlowUrl", async function () {
|
|
692
712
|
try {
|
|
693
|
-
const data = await client.
|
|
713
|
+
const data = await client.CreateBatchCancelFlowUrl({})
|
|
694
714
|
expect(data).to.be.ok
|
|
695
715
|
} catch(error) {
|
|
696
716
|
expect(error.requestId).to.be.ok
|
|
@@ -698,9 +718,9 @@ it("ess.v20201111.DescribePersonCertificate", async function () {
|
|
|
698
718
|
}
|
|
699
719
|
})
|
|
700
720
|
|
|
701
|
-
it("ess.v20201111.
|
|
721
|
+
it("ess.v20201111.DeleteIntegrationDepartment", async function () {
|
|
702
722
|
try {
|
|
703
|
-
const data = await client.
|
|
723
|
+
const data = await client.DeleteIntegrationDepartment({})
|
|
704
724
|
expect(data).to.be.ok
|
|
705
725
|
} catch(error) {
|
|
706
726
|
expect(error.requestId).to.be.ok
|
|
@@ -708,9 +728,9 @@ it("ess.v20201111.DescribeThirdPartyAuthCode", async function () {
|
|
|
708
728
|
}
|
|
709
729
|
})
|
|
710
730
|
|
|
711
|
-
it("ess.v20201111.
|
|
731
|
+
it("ess.v20201111.CreateFlowApprovers", async function () {
|
|
712
732
|
try {
|
|
713
|
-
const data = await client.
|
|
733
|
+
const data = await client.CreateFlowApprovers({})
|
|
714
734
|
expect(data).to.be.ok
|
|
715
735
|
} catch(error) {
|
|
716
736
|
expect(error.requestId).to.be.ok
|
|
@@ -718,9 +738,9 @@ it("ess.v20201111.RenewAutoSignLicense", async function () {
|
|
|
718
738
|
}
|
|
719
739
|
})
|
|
720
740
|
|
|
721
|
-
it("ess.v20201111.
|
|
741
|
+
it("ess.v20201111.CreatePrepareFlow", async function () {
|
|
722
742
|
try {
|
|
723
|
-
const data = await client.
|
|
743
|
+
const data = await client.CreatePrepareFlow({})
|
|
724
744
|
expect(data).to.be.ok
|
|
725
745
|
} catch(error) {
|
|
726
746
|
expect(error.requestId).to.be.ok
|
|
@@ -728,9 +748,9 @@ it("ess.v20201111.CreateWebThemeConfig", async function () {
|
|
|
728
748
|
}
|
|
729
749
|
})
|
|
730
750
|
|
|
731
|
-
it("ess.v20201111.
|
|
751
|
+
it("ess.v20201111.DescribeBillUsage", async function () {
|
|
732
752
|
try {
|
|
733
|
-
const data = await client.
|
|
753
|
+
const data = await client.DescribeBillUsage({})
|
|
734
754
|
expect(data).to.be.ok
|
|
735
755
|
} catch(error) {
|
|
736
756
|
expect(error.requestId).to.be.ok
|
|
@@ -738,9 +758,9 @@ it("ess.v20201111.DescribeOrganizationSeals", async function () {
|
|
|
738
758
|
}
|
|
739
759
|
})
|
|
740
760
|
|
|
741
|
-
it("ess.v20201111.
|
|
761
|
+
it("ess.v20201111.DescribeFlowInfo", async function () {
|
|
742
762
|
try {
|
|
743
|
-
const data = await client.
|
|
763
|
+
const data = await client.DescribeFlowInfo({})
|
|
744
764
|
expect(data).to.be.ok
|
|
745
765
|
} catch(error) {
|
|
746
766
|
expect(error.requestId).to.be.ok
|
|
@@ -748,9 +768,9 @@ it("ess.v20201111.DeleteIntegrationEmployees", async function () {
|
|
|
748
768
|
}
|
|
749
769
|
})
|
|
750
770
|
|
|
751
|
-
it("ess.v20201111.
|
|
771
|
+
it("ess.v20201111.CreateSealPolicy", async function () {
|
|
752
772
|
try {
|
|
753
|
-
const data = await client.
|
|
773
|
+
const data = await client.CreateSealPolicy({})
|
|
754
774
|
expect(data).to.be.ok
|
|
755
775
|
} catch(error) {
|
|
756
776
|
expect(error.requestId).to.be.ok
|
|
@@ -758,9 +778,9 @@ it("ess.v20201111.CreateOrganizationInfoChangeUrl", async function () {
|
|
|
758
778
|
}
|
|
759
779
|
})
|
|
760
780
|
|
|
761
|
-
it("ess.v20201111.
|
|
781
|
+
it("ess.v20201111.DescribeCancelFlowsTask", async function () {
|
|
762
782
|
try {
|
|
763
|
-
const data = await client.
|
|
783
|
+
const data = await client.DescribeCancelFlowsTask({})
|
|
764
784
|
expect(data).to.be.ok
|
|
765
785
|
} catch(error) {
|
|
766
786
|
expect(error.requestId).to.be.ok
|
|
@@ -768,9 +788,9 @@ it("ess.v20201111.CancelUserAutoSignEnableUrl", async function () {
|
|
|
768
788
|
}
|
|
769
789
|
})
|
|
770
790
|
|
|
771
|
-
it("ess.v20201111.
|
|
791
|
+
it("ess.v20201111.CreateOrganizationGroupInvitationLink", async function () {
|
|
772
792
|
try {
|
|
773
|
-
const data = await client.
|
|
793
|
+
const data = await client.CreateOrganizationGroupInvitationLink({})
|
|
774
794
|
expect(data).to.be.ok
|
|
775
795
|
} catch(error) {
|
|
776
796
|
expect(error.requestId).to.be.ok
|
|
@@ -778,9 +798,9 @@ it("ess.v20201111.DescribeBillUsageDetail", async function () {
|
|
|
778
798
|
}
|
|
779
799
|
})
|
|
780
800
|
|
|
781
|
-
it("ess.v20201111.
|
|
801
|
+
it("ess.v20201111.DescribeFlowEvidenceReport", async function () {
|
|
782
802
|
try {
|
|
783
|
-
const data = await client.
|
|
803
|
+
const data = await client.DescribeFlowEvidenceReport({})
|
|
784
804
|
expect(data).to.be.ok
|
|
785
805
|
} catch(error) {
|
|
786
806
|
expect(error.requestId).to.be.ok
|
|
@@ -788,9 +808,9 @@ it("ess.v20201111.DescribeIntegrationDepartments", async function () {
|
|
|
788
808
|
}
|
|
789
809
|
})
|
|
790
810
|
|
|
791
|
-
it("ess.v20201111.
|
|
811
|
+
it("ess.v20201111.GetTaskResultApi", async function () {
|
|
792
812
|
try {
|
|
793
|
-
const data = await client.
|
|
813
|
+
const data = await client.GetTaskResultApi({})
|
|
794
814
|
expect(data).to.be.ok
|
|
795
815
|
} catch(error) {
|
|
796
816
|
expect(error.requestId).to.be.ok
|
|
@@ -798,9 +818,9 @@ it("ess.v20201111.CreateFlowGroupByFiles", async function () {
|
|
|
798
818
|
}
|
|
799
819
|
})
|
|
800
820
|
|
|
801
|
-
it("ess.v20201111.
|
|
821
|
+
it("ess.v20201111.UpdateIntegrationEmployees", async function () {
|
|
802
822
|
try {
|
|
803
|
-
const data = await client.
|
|
823
|
+
const data = await client.UpdateIntegrationEmployees({})
|
|
804
824
|
expect(data).to.be.ok
|
|
805
825
|
} catch(error) {
|
|
806
826
|
expect(error.requestId).to.be.ok
|
|
@@ -808,9 +828,9 @@ it("ess.v20201111.DescribeOrganizationGroupOrganizations", async function () {
|
|
|
808
828
|
}
|
|
809
829
|
})
|
|
810
830
|
|
|
811
|
-
it("ess.v20201111.
|
|
831
|
+
it("ess.v20201111.CreateOrganizationBatchSignUrl", async function () {
|
|
812
832
|
try {
|
|
813
|
-
const data = await client.
|
|
833
|
+
const data = await client.CreateOrganizationBatchSignUrl({})
|
|
814
834
|
expect(data).to.be.ok
|
|
815
835
|
} catch(error) {
|
|
816
836
|
expect(error.requestId).to.be.ok
|
|
@@ -818,9 +838,9 @@ it("ess.v20201111.CreateSealPolicy", async function () {
|
|
|
818
838
|
}
|
|
819
839
|
})
|
|
820
840
|
|
|
821
|
-
it("ess.v20201111.
|
|
841
|
+
it("ess.v20201111.DescribeThirdPartyAuthCode", async function () {
|
|
822
842
|
try {
|
|
823
|
-
const data = await client.
|
|
843
|
+
const data = await client.DescribeThirdPartyAuthCode({})
|
|
824
844
|
expect(data).to.be.ok
|
|
825
845
|
} catch(error) {
|
|
826
846
|
expect(error.requestId).to.be.ok
|
|
@@ -828,9 +848,9 @@ it("ess.v20201111.DeleteExtendedServiceAuthInfos", async function () {
|
|
|
828
848
|
}
|
|
829
849
|
})
|
|
830
850
|
|
|
831
|
-
it("ess.v20201111.
|
|
851
|
+
it("ess.v20201111.DescribeOrganizationSeals", async function () {
|
|
832
852
|
try {
|
|
833
|
-
const data = await client.
|
|
853
|
+
const data = await client.DescribeOrganizationSeals({})
|
|
834
854
|
expect(data).to.be.ok
|
|
835
855
|
} catch(error) {
|
|
836
856
|
expect(error.requestId).to.be.ok
|
|
@@ -838,9 +858,9 @@ it("ess.v20201111.CreateIntegrationEmployees", async function () {
|
|
|
838
858
|
}
|
|
839
859
|
})
|
|
840
860
|
|
|
841
|
-
it("ess.v20201111.
|
|
861
|
+
it("ess.v20201111.CreateSchemeUrl", async function () {
|
|
842
862
|
try {
|
|
843
|
-
const data = await client.
|
|
863
|
+
const data = await client.CreateSchemeUrl({})
|
|
844
864
|
expect(data).to.be.ok
|
|
845
865
|
} catch(error) {
|
|
846
866
|
expect(error.requestId).to.be.ok
|
|
@@ -848,9 +868,9 @@ it("ess.v20201111.UpdateIntegrationEmployees", async function () {
|
|
|
848
868
|
}
|
|
849
869
|
})
|
|
850
870
|
|
|
851
|
-
it("ess.v20201111.
|
|
871
|
+
it("ess.v20201111.DeleteExtendedServiceAuthInfos", async function () {
|
|
852
872
|
try {
|
|
853
|
-
const data = await client.
|
|
873
|
+
const data = await client.DeleteExtendedServiceAuthInfos({})
|
|
854
874
|
expect(data).to.be.ok
|
|
855
875
|
} catch(error) {
|
|
856
876
|
expect(error.requestId).to.be.ok
|