tencentcloud-sdk-nodejs-ess 4.0.567 → 4.0.568
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 +160 -0
- package/SERVICE_CHANGELOG.md +259 -296
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/services/ess/v20201111/ess_client.ts +57 -5
- package/src/services/ess/v20201111/ess_models.ts +335 -50
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +17 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +24 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +291 -49
|
@@ -20,6 +20,23 @@ export interface DescribeFlowEvidenceReportRequest {
|
|
|
20
20
|
*/
|
|
21
21
|
ReportId: string;
|
|
22
22
|
}
|
|
23
|
+
/**
|
|
24
|
+
* UpdateIntegrationEmployees返回参数结构体
|
|
25
|
+
*/
|
|
26
|
+
export interface UpdateIntegrationEmployeesResponse {
|
|
27
|
+
/**
|
|
28
|
+
* 更新成功的用户列表
|
|
29
|
+
*/
|
|
30
|
+
SuccessEmployeeData?: Array<SuccessUpdateStaffData>;
|
|
31
|
+
/**
|
|
32
|
+
* 更新失败的用户列表
|
|
33
|
+
*/
|
|
34
|
+
FailedEmployeeData?: Array<FailedUpdateStaffData>;
|
|
35
|
+
/**
|
|
36
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
37
|
+
*/
|
|
38
|
+
RequestId?: string;
|
|
39
|
+
}
|
|
23
40
|
/**
|
|
24
41
|
* 集成版员工部门信息
|
|
25
42
|
*/
|
|
@@ -258,6 +275,35 @@ export interface CreateIntegrationEmployeesRequest {
|
|
|
258
275
|
*/
|
|
259
276
|
Agent?: Agent;
|
|
260
277
|
}
|
|
278
|
+
/**
|
|
279
|
+
* CreateConvertTaskApi请求参数结构体
|
|
280
|
+
*/
|
|
281
|
+
export interface CreateConvertTaskApiRequest {
|
|
282
|
+
/**
|
|
283
|
+
* 资源类型 取值范围doc,docx,html,xls,xlsx之一
|
|
284
|
+
*/
|
|
285
|
+
ResourceType: string;
|
|
286
|
+
/**
|
|
287
|
+
* 资源名称,长度限制为256字符
|
|
288
|
+
*/
|
|
289
|
+
ResourceName: string;
|
|
290
|
+
/**
|
|
291
|
+
* 资源Id,通过UploadFiles获取
|
|
292
|
+
*/
|
|
293
|
+
ResourceId: string;
|
|
294
|
+
/**
|
|
295
|
+
* 调用方用户信息,userId 必填
|
|
296
|
+
*/
|
|
297
|
+
Operator?: UserInfo;
|
|
298
|
+
/**
|
|
299
|
+
* 应用号信息
|
|
300
|
+
*/
|
|
301
|
+
Agent?: Agent;
|
|
302
|
+
/**
|
|
303
|
+
* 暂未开放
|
|
304
|
+
*/
|
|
305
|
+
Organization?: OrganizationInfo;
|
|
306
|
+
}
|
|
261
307
|
/**
|
|
262
308
|
* CreateFlowEvidenceReport请求参数结构体
|
|
263
309
|
*/
|
|
@@ -325,33 +371,41 @@ export interface FlowApproverUrlInfo {
|
|
|
325
371
|
ApproverType?: number;
|
|
326
372
|
}
|
|
327
373
|
/**
|
|
328
|
-
*
|
|
374
|
+
* 授权用户
|
|
329
375
|
*/
|
|
330
|
-
export interface
|
|
331
|
-
/**
|
|
332
|
-
* 资源类型 取值范围doc,docx,html,xls,xlsx之一
|
|
333
|
-
*/
|
|
334
|
-
ResourceType: string;
|
|
376
|
+
export interface AuthorizedUser {
|
|
335
377
|
/**
|
|
336
|
-
*
|
|
378
|
+
* 用户id
|
|
337
379
|
*/
|
|
338
|
-
|
|
380
|
+
UserId: string;
|
|
381
|
+
}
|
|
382
|
+
/**
|
|
383
|
+
* DescribeIntegrationRoles请求参数结构体
|
|
384
|
+
*/
|
|
385
|
+
export interface DescribeIntegrationRolesRequest {
|
|
339
386
|
/**
|
|
340
|
-
*
|
|
387
|
+
* 操作人信息
|
|
341
388
|
*/
|
|
342
|
-
|
|
389
|
+
Operator: UserInfo;
|
|
343
390
|
/**
|
|
344
|
-
*
|
|
391
|
+
* 返回最大数量,最大为200
|
|
345
392
|
*/
|
|
346
|
-
|
|
393
|
+
Limit: number;
|
|
347
394
|
/**
|
|
348
|
-
*
|
|
395
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
349
396
|
*/
|
|
350
397
|
Agent?: Agent;
|
|
351
398
|
/**
|
|
352
|
-
|
|
399
|
+
* 查询的关键字段:
|
|
400
|
+
Key:"RoleType",Vales:["1"]查询系统角色,Values:["2]查询自定义角色
|
|
401
|
+
Key:"RoleStatus",Values:["1"]查询启用角色,Values:["2"]查询禁用角色
|
|
402
|
+
Key:"IsGroupRole",Values:["0"],查询非集团角色,Values:["1"]表示查询集团角色
|
|
403
|
+
*/
|
|
404
|
+
Filters?: Array<Filter>;
|
|
405
|
+
/**
|
|
406
|
+
* 偏移量,默认为0,最大为2000
|
|
353
407
|
*/
|
|
354
|
-
|
|
408
|
+
Offset?: number;
|
|
355
409
|
}
|
|
356
410
|
/**
|
|
357
411
|
* CreateFlowReminds返回参数结构体
|
|
@@ -525,13 +579,13 @@ export interface DescribeFlowTemplatesRequest {
|
|
|
525
579
|
/**
|
|
526
580
|
* 这个参数跟下面的IsChannel参数配合使用。
|
|
527
581
|
IsChannel=false时,ApplicationId参数不起任何作用。
|
|
528
|
-
IsChannel=true时,ApplicationId
|
|
529
|
-
ApplicationId
|
|
582
|
+
IsChannel=true时,ApplicationId为空,查询所有第三方应用集成平台企业模板列表;ApplicationId不为空,查询指定应用下的模板列表
|
|
583
|
+
ApplicationId为空,查询所有应用下的模板列表
|
|
530
584
|
*/
|
|
531
585
|
ApplicationId?: string;
|
|
532
586
|
/**
|
|
533
587
|
* 默认为false,查询SaaS模板库列表;
|
|
534
|
-
为true
|
|
588
|
+
为true,查询第三方应用集成平台企业模板库管理列表
|
|
535
589
|
*/
|
|
536
590
|
IsChannel?: boolean;
|
|
537
591
|
/**
|
|
@@ -683,6 +737,19 @@ export interface DescribeIntegrationEmployeesRequest {
|
|
|
683
737
|
*/
|
|
684
738
|
Offset?: number;
|
|
685
739
|
}
|
|
740
|
+
/**
|
|
741
|
+
* CreateIntegrationUserRoles返回参数结构体
|
|
742
|
+
*/
|
|
743
|
+
export interface CreateIntegrationUserRolesResponse {
|
|
744
|
+
/**
|
|
745
|
+
* 绑定角色失败列表信息
|
|
746
|
+
*/
|
|
747
|
+
FailedCreateRoleData?: Array<FailedCreateRoleData>;
|
|
748
|
+
/**
|
|
749
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
750
|
+
*/
|
|
751
|
+
RequestId?: string;
|
|
752
|
+
}
|
|
686
753
|
/**
|
|
687
754
|
* CreateFlow请求参数结构体
|
|
688
755
|
*/
|
|
@@ -1103,6 +1170,23 @@ export interface UserThreeFactor {
|
|
|
1103
1170
|
*/
|
|
1104
1171
|
IdCardNumber: string;
|
|
1105
1172
|
}
|
|
1173
|
+
/**
|
|
1174
|
+
* 一码多扫签署二维码对象
|
|
1175
|
+
*/
|
|
1176
|
+
export interface SignQrCode {
|
|
1177
|
+
/**
|
|
1178
|
+
* 二维码id
|
|
1179
|
+
*/
|
|
1180
|
+
QrCodeId: string;
|
|
1181
|
+
/**
|
|
1182
|
+
* 二维码url
|
|
1183
|
+
*/
|
|
1184
|
+
QrCodeUrl: string;
|
|
1185
|
+
/**
|
|
1186
|
+
* 二维码过期时间
|
|
1187
|
+
*/
|
|
1188
|
+
ExpiredTime: number;
|
|
1189
|
+
}
|
|
1106
1190
|
/**
|
|
1107
1191
|
* CreateSealPolicy返回参数结构体
|
|
1108
1192
|
*/
|
|
@@ -1220,21 +1304,17 @@ export interface CreateFlowSignReviewRequest {
|
|
|
1220
1304
|
Agent?: Agent;
|
|
1221
1305
|
}
|
|
1222
1306
|
/**
|
|
1223
|
-
*
|
|
1307
|
+
* CreateSchemeUrl返回参数结构体
|
|
1224
1308
|
*/
|
|
1225
|
-
export interface
|
|
1226
|
-
/**
|
|
1227
|
-
* 员工名
|
|
1228
|
-
*/
|
|
1229
|
-
DisplayName: string;
|
|
1309
|
+
export interface CreateSchemeUrlResponse {
|
|
1230
1310
|
/**
|
|
1231
|
-
*
|
|
1311
|
+
* 小程序链接地址
|
|
1232
1312
|
*/
|
|
1233
|
-
|
|
1313
|
+
SchemeUrl?: string;
|
|
1234
1314
|
/**
|
|
1235
|
-
*
|
|
1315
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1236
1316
|
*/
|
|
1237
|
-
|
|
1317
|
+
RequestId?: string;
|
|
1238
1318
|
}
|
|
1239
1319
|
/**
|
|
1240
1320
|
* CreateUserAutoSignEnableUrl返回参数结构体
|
|
@@ -1340,7 +1420,7 @@ export interface DescribeFileUrlsRequest {
|
|
|
1340
1420
|
* 电子文档的控件填充信息。按照控件类型进行相应的填充。
|
|
1341
1421
|
|
|
1342
1422
|
【数据表格传参说明】
|
|
1343
|
-
当模板的 ComponentType='DYNAMIC_TABLE'
|
|
1423
|
+
当模板的 ComponentType='DYNAMIC_TABLE'时,FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充数据表格(支持内容的单元格合并)
|
|
1344
1424
|
输入示例1:
|
|
1345
1425
|
|
|
1346
1426
|
```
|
|
@@ -1686,13 +1766,17 @@ export interface GroupOrganization {
|
|
|
1686
1766
|
FlowEngineEnable?: boolean;
|
|
1687
1767
|
}
|
|
1688
1768
|
/**
|
|
1689
|
-
*
|
|
1769
|
+
* DeleteIntegrationRoleUsers返回参数结构体
|
|
1690
1770
|
*/
|
|
1691
|
-
export interface
|
|
1771
|
+
export interface DeleteIntegrationRoleUsersResponse {
|
|
1692
1772
|
/**
|
|
1693
|
-
*
|
|
1773
|
+
* 角色id
|
|
1694
1774
|
*/
|
|
1695
|
-
|
|
1775
|
+
RoleId?: string;
|
|
1776
|
+
/**
|
|
1777
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1778
|
+
*/
|
|
1779
|
+
RequestId?: string;
|
|
1696
1780
|
}
|
|
1697
1781
|
/**
|
|
1698
1782
|
* CreateDocument请求参数结构体
|
|
@@ -1801,21 +1885,29 @@ export interface DeleteIntegrationEmployeesRequest {
|
|
|
1801
1885
|
Agent?: Agent;
|
|
1802
1886
|
}
|
|
1803
1887
|
/**
|
|
1804
|
-
*
|
|
1888
|
+
* 更新员工信息失败返回的数据信息
|
|
1805
1889
|
*/
|
|
1806
|
-
export interface
|
|
1890
|
+
export interface FailedUpdateStaffData {
|
|
1807
1891
|
/**
|
|
1808
|
-
*
|
|
1892
|
+
* 用户传入的名称
|
|
1809
1893
|
*/
|
|
1810
|
-
|
|
1894
|
+
DisplayName?: string;
|
|
1811
1895
|
/**
|
|
1812
|
-
*
|
|
1896
|
+
* 用户传入的手机号
|
|
1813
1897
|
*/
|
|
1814
|
-
|
|
1898
|
+
Mobile?: string;
|
|
1815
1899
|
/**
|
|
1816
|
-
*
|
|
1900
|
+
* 失败原因
|
|
1817
1901
|
*/
|
|
1818
|
-
|
|
1902
|
+
Reason?: string;
|
|
1903
|
+
/**
|
|
1904
|
+
* 用户Id
|
|
1905
|
+
*/
|
|
1906
|
+
UserId?: string;
|
|
1907
|
+
/**
|
|
1908
|
+
* 用户OpenId
|
|
1909
|
+
*/
|
|
1910
|
+
OpenId?: string;
|
|
1819
1911
|
}
|
|
1820
1912
|
/**
|
|
1821
1913
|
* GetTaskResultApi请求参数结构体
|
|
@@ -1864,6 +1956,27 @@ export interface CreateIntegrationEmployeesResponse {
|
|
|
1864
1956
|
*/
|
|
1865
1957
|
RequestId?: string;
|
|
1866
1958
|
}
|
|
1959
|
+
/**
|
|
1960
|
+
* DeleteIntegrationRoleUsers请求参数结构体
|
|
1961
|
+
*/
|
|
1962
|
+
export interface DeleteIntegrationRoleUsersRequest {
|
|
1963
|
+
/**
|
|
1964
|
+
* 操作人
|
|
1965
|
+
*/
|
|
1966
|
+
Operator: UserInfo;
|
|
1967
|
+
/**
|
|
1968
|
+
* 角色id
|
|
1969
|
+
*/
|
|
1970
|
+
RoleId: string;
|
|
1971
|
+
/**
|
|
1972
|
+
* 用户信息
|
|
1973
|
+
*/
|
|
1974
|
+
Users: Array<UserInfo>;
|
|
1975
|
+
/**
|
|
1976
|
+
* 代理信息
|
|
1977
|
+
*/
|
|
1978
|
+
Agent?: Agent;
|
|
1979
|
+
}
|
|
1867
1980
|
/**
|
|
1868
1981
|
* CreateFlowSignUrl请求参数结构体
|
|
1869
1982
|
*/
|
|
@@ -1908,6 +2021,27 @@ export interface CreateReleaseFlowRequest {
|
|
|
1908
2021
|
*/
|
|
1909
2022
|
ReleasedApprovers?: Array<ReleasedApprover>;
|
|
1910
2023
|
}
|
|
2024
|
+
/**
|
|
2025
|
+
* CreateIntegrationUserRoles请求参数结构体
|
|
2026
|
+
*/
|
|
2027
|
+
export interface CreateIntegrationUserRolesRequest {
|
|
2028
|
+
/**
|
|
2029
|
+
* 操作人信息
|
|
2030
|
+
*/
|
|
2031
|
+
Operator: UserInfo;
|
|
2032
|
+
/**
|
|
2033
|
+
* 绑定角色的用户id列表
|
|
2034
|
+
*/
|
|
2035
|
+
UserIds: Array<string>;
|
|
2036
|
+
/**
|
|
2037
|
+
* 绑定角色的角色id列表
|
|
2038
|
+
*/
|
|
2039
|
+
RoleIds: Array<string>;
|
|
2040
|
+
/**
|
|
2041
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
2042
|
+
*/
|
|
2043
|
+
Agent?: Agent;
|
|
2044
|
+
}
|
|
1911
2045
|
/**
|
|
1912
2046
|
* 此结构体(FlowDetailInfo)描述的是合同(流程)的详细信息
|
|
1913
2047
|
*/
|
|
@@ -1954,6 +2088,23 @@ export interface FlowDetailInfo {
|
|
|
1954
2088
|
*/
|
|
1955
2089
|
FlowApproverInfos: Array<FlowApproverDetail>;
|
|
1956
2090
|
}
|
|
2091
|
+
/**
|
|
2092
|
+
* 更新员工信息成功返回的数据信息
|
|
2093
|
+
*/
|
|
2094
|
+
export interface SuccessUpdateStaffData {
|
|
2095
|
+
/**
|
|
2096
|
+
* 传入的用户名称
|
|
2097
|
+
*/
|
|
2098
|
+
DisplayName?: string;
|
|
2099
|
+
/**
|
|
2100
|
+
* 传入的手机号
|
|
2101
|
+
*/
|
|
2102
|
+
Mobile?: string;
|
|
2103
|
+
/**
|
|
2104
|
+
* 用户Id
|
|
2105
|
+
*/
|
|
2106
|
+
UserId?: string;
|
|
2107
|
+
}
|
|
1957
2108
|
/**
|
|
1958
2109
|
* CreateFlowByFiles返回参数结构体
|
|
1959
2110
|
*/
|
|
@@ -2085,6 +2236,21 @@ export interface VerifyPdfRequest {
|
|
|
2085
2236
|
*/
|
|
2086
2237
|
Operator?: UserInfo;
|
|
2087
2238
|
}
|
|
2239
|
+
/**
|
|
2240
|
+
* 绑定角色失败信息
|
|
2241
|
+
*/
|
|
2242
|
+
export interface FailedCreateRoleData {
|
|
2243
|
+
/**
|
|
2244
|
+
* 用户userId
|
|
2245
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2246
|
+
*/
|
|
2247
|
+
UserId?: string;
|
|
2248
|
+
/**
|
|
2249
|
+
* 角色id列表
|
|
2250
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2251
|
+
*/
|
|
2252
|
+
RoleIds?: Array<string>;
|
|
2253
|
+
}
|
|
2088
2254
|
/**
|
|
2089
2255
|
* 参与者信息
|
|
2090
2256
|
*/
|
|
@@ -2243,17 +2409,21 @@ export interface DescribeIntegrationMainOrganizationUserResponse {
|
|
|
2243
2409
|
RequestId?: string;
|
|
2244
2410
|
}
|
|
2245
2411
|
/**
|
|
2246
|
-
*
|
|
2412
|
+
* 创建员工的失败数据
|
|
2247
2413
|
*/
|
|
2248
|
-
export interface
|
|
2414
|
+
export interface FailedCreateStaffData {
|
|
2249
2415
|
/**
|
|
2250
|
-
*
|
|
2416
|
+
* 员工名
|
|
2251
2417
|
*/
|
|
2252
|
-
|
|
2418
|
+
DisplayName: string;
|
|
2253
2419
|
/**
|
|
2254
|
-
*
|
|
2420
|
+
* 员工手机号
|
|
2255
2421
|
*/
|
|
2256
|
-
|
|
2422
|
+
Mobile: string;
|
|
2423
|
+
/**
|
|
2424
|
+
* 失败原因
|
|
2425
|
+
*/
|
|
2426
|
+
Reason: string;
|
|
2257
2427
|
}
|
|
2258
2428
|
/**
|
|
2259
2429
|
* 指定签署人限制项
|
|
@@ -2396,6 +2566,36 @@ export interface CreateFlowByFilesRequest {
|
|
|
2396
2566
|
*/
|
|
2397
2567
|
CcNotifyType?: number;
|
|
2398
2568
|
}
|
|
2569
|
+
/**
|
|
2570
|
+
* 企业角色数据信息
|
|
2571
|
+
*/
|
|
2572
|
+
export interface IntegrateRole {
|
|
2573
|
+
/**
|
|
2574
|
+
* 角色id
|
|
2575
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2576
|
+
*/
|
|
2577
|
+
RoleId?: string;
|
|
2578
|
+
/**
|
|
2579
|
+
* 角色名
|
|
2580
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2581
|
+
*/
|
|
2582
|
+
RoleName?: string;
|
|
2583
|
+
/**
|
|
2584
|
+
* 角色类型:1-系统角色,2-自定义角色
|
|
2585
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2586
|
+
*/
|
|
2587
|
+
RoleStatus?: number;
|
|
2588
|
+
/**
|
|
2589
|
+
* 是否是集团角色
|
|
2590
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2591
|
+
*/
|
|
2592
|
+
IsGroupRole?: boolean;
|
|
2593
|
+
/**
|
|
2594
|
+
* 管辖的子企业列表
|
|
2595
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2596
|
+
*/
|
|
2597
|
+
SubOrgIdList?: Array<string>;
|
|
2598
|
+
}
|
|
2399
2599
|
/**
|
|
2400
2600
|
* CreatePrepareFlow返回参数结构体
|
|
2401
2601
|
*/
|
|
@@ -2863,7 +3063,7 @@ export interface Component {
|
|
|
2863
3063
|
*/
|
|
2864
3064
|
ComponentDateFontSize?: number;
|
|
2865
3065
|
/**
|
|
2866
|
-
*
|
|
3066
|
+
* 平台模板控件 id 标识
|
|
2867
3067
|
*/
|
|
2868
3068
|
ChannelComponentId?: string;
|
|
2869
3069
|
/**
|
|
@@ -2875,7 +3075,7 @@ export interface Component {
|
|
|
2875
3075
|
*/
|
|
2876
3076
|
OffsetY?: number;
|
|
2877
3077
|
/**
|
|
2878
|
-
*
|
|
3078
|
+
* //子客控件来源。0-平台指定;1-用户自定义
|
|
2879
3079
|
*/
|
|
2880
3080
|
ChannelComponentSource?: number;
|
|
2881
3081
|
/**
|
|
@@ -2896,6 +3096,31 @@ export interface Component {
|
|
|
2896
3096
|
*/
|
|
2897
3097
|
KeywordIndexes?: Array<number>;
|
|
2898
3098
|
}
|
|
3099
|
+
/**
|
|
3100
|
+
* DescribeIntegrationRoles返回参数结构体
|
|
3101
|
+
*/
|
|
3102
|
+
export interface DescribeIntegrationRolesResponse {
|
|
3103
|
+
/**
|
|
3104
|
+
* 偏移量,默认为0,最大为2000
|
|
3105
|
+
*/
|
|
3106
|
+
Offset?: number;
|
|
3107
|
+
/**
|
|
3108
|
+
* 返回最大数量,最大为200
|
|
3109
|
+
*/
|
|
3110
|
+
Limit?: number;
|
|
3111
|
+
/**
|
|
3112
|
+
* 符合查询条件的总的角色数
|
|
3113
|
+
*/
|
|
3114
|
+
TotalCount?: number;
|
|
3115
|
+
/**
|
|
3116
|
+
* 企业角色信息列表
|
|
3117
|
+
*/
|
|
3118
|
+
IntegrateRoles?: Array<IntegrateRole>;
|
|
3119
|
+
/**
|
|
3120
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3121
|
+
*/
|
|
3122
|
+
RequestId?: string;
|
|
3123
|
+
}
|
|
2899
3124
|
/**
|
|
2900
3125
|
* CreateFlowReminds请求参数结构体
|
|
2901
3126
|
*/
|
|
@@ -2909,6 +3134,23 @@ export interface CreateFlowRemindsRequest {
|
|
|
2909
3134
|
*/
|
|
2910
3135
|
FlowIds: Array<string>;
|
|
2911
3136
|
}
|
|
3137
|
+
/**
|
|
3138
|
+
* UpdateIntegrationEmployees请求参数结构体
|
|
3139
|
+
*/
|
|
3140
|
+
export interface UpdateIntegrationEmployeesRequest {
|
|
3141
|
+
/**
|
|
3142
|
+
* 操作人信息
|
|
3143
|
+
*/
|
|
3144
|
+
Operator: UserInfo;
|
|
3145
|
+
/**
|
|
3146
|
+
* 代理信息
|
|
3147
|
+
*/
|
|
3148
|
+
Agent: Agent;
|
|
3149
|
+
/**
|
|
3150
|
+
* 员工信息
|
|
3151
|
+
*/
|
|
3152
|
+
Employees: Array<Staff>;
|
|
3153
|
+
}
|
|
2912
3154
|
/**
|
|
2913
3155
|
* DescribeFlowBriefs请求参数结构体
|
|
2914
3156
|
*/
|