tencentcloud-sdk-nodejs-ess 4.0.611 → 4.0.613

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.
@@ -94,11 +94,6 @@ export interface CreatePreparedPersonalEsignRequest {
94
94
  */
95
95
  SealName: string
96
96
 
97
- /**
98
- * 印章图片的base64,最大不超过 8M
99
- */
100
- SealImage: string
101
-
102
97
  /**
103
98
  * 调用方用户信息,userId 必填。支持填入集团子公司经办人 userId代发合同。
104
99
  */
@@ -114,6 +109,13 @@ HONGKONG_MACAO_AND_TAIWAN 中国台湾
114
109
  */
115
110
  IdCardType?: string
116
111
 
112
+ /**
113
+ * 印章图片的base64
114
+ 注:已废弃
115
+ 请先通过UploadFiles接口上传文件,获取 FileId
116
+ */
117
+ SealImage?: string
118
+
117
119
  /**
118
120
  * 是否开启印章图片压缩处理,默认不开启,如需开启请设置为 true。当印章超过 2M 时建议开启,开启后图片的 hash 将发生变化。
119
121
  */
@@ -146,6 +148,13 @@ BLUE 蓝色。
146
148
  true:做透明化处理和颜色增强。
147
149
  */
148
150
  ProcessSeal?: boolean
151
+
152
+ /**
153
+ * 印章图片文件 id
154
+ 取值:
155
+ 填写的FileId通过UploadFiles接口上传文件获取。
156
+ */
157
+ FileId?: string
149
158
  }
150
159
 
151
160
  /**
@@ -232,7 +241,7 @@ export interface FlowCreateApprover {
232
241
  0:企业
233
242
  1:个人
234
243
  3:企业静默签署
235
- 注:类型为3(企业静默签署)时,此接口会默认完成该签署方的签署。静默签署仅进行盖章操作,不能自动签名。
244
+ 注:类型为3(企业静默签署)时,会默认完成该签署方的签署。静默签署仅进行盖章操作,不能是手写签名。
236
245
  */
237
246
  ApproverType: number
238
247
 
@@ -264,7 +273,7 @@ HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
264
273
  ApproverIdCardNumber?: string
265
274
 
266
275
  /**
267
- * 签署方经办人在模板中的角色ID
276
+ * 签署方经办人在模板中的参与方ID
268
277
  */
269
278
  RecipientId?: string
270
279
 
@@ -629,38 +638,41 @@ export interface Agent {
629
638
  */
630
639
  export interface FlowApproverDetail {
631
640
  /**
632
- * 签署人信息
641
+ * 签署时的相关信息
633
642
  注意:此字段可能返回 null,表示取不到有效值。
634
643
  */
635
644
  ApproveMessage?: string
636
645
 
637
646
  /**
638
- * 签署人名字
647
+ * 签署方姓名
639
648
  */
640
649
  ApproveName: string
641
650
 
642
651
  /**
643
- * 签署人的状态
652
+ * 签署方的签署状态
644
653
  0:还没有发起
645
654
  1:流程中 没有开始处理
646
- 2:待处理
647
- 3:签署态
648
- 4:拒绝态
649
- 5:过期没人处理
650
- 6:取消态
655
+ 2:待签署
656
+ 3:已签署
657
+ 4:已拒绝
658
+ 5:已过期
659
+ 6:已撤销
651
660
  7:还没有预发起
652
661
  8:待填写
653
662
  9:因为各种原因而终止
663
+ 10:填写完成
664
+ 15:已解除
665
+ 19:转他人处理
654
666
  */
655
667
  ApproveStatus: number
656
668
 
657
669
  /**
658
- * 模板配置时候的签署人id,与控件绑定
670
+ * 模板配置中的参与方ID,与控件绑定
659
671
  */
660
672
  ReceiptId: string
661
673
 
662
674
  /**
663
- * 客户自定义userId
675
+ * 客户自定义的用户ID
664
676
  注意:此字段可能返回 null,表示取不到有效值。
665
677
  */
666
678
  CustomUserId: string
@@ -671,41 +683,41 @@ export interface FlowApproverDetail {
671
683
  Mobile: string
672
684
 
673
685
  /**
674
- * 签署顺序
686
+ * 签署顺序,如果是有序签署,签署顺序从小到大
675
687
  */
676
688
  SignOrder: number
677
689
 
678
690
  /**
679
- * 签署人签署时间
691
+ * 签署人签署时间,时间戳,单位秒
680
692
  */
681
693
  ApproveTime: number
682
694
 
683
695
  /**
684
- * 参与者类型
696
+ * 签署方类型,ORGANIZATION-企业员工,PERSON-个人,ENTERPRISESERVER-企业静默签
685
697
  注意:此字段可能返回 null,表示取不到有效值。
686
698
  */
687
699
  ApproveType: string
688
700
 
689
701
  /**
690
- * 签署人侧用户来源
702
+ * 签署方侧用户来源,如WEWORKAPP-企业微信等
691
703
  注意:此字段可能返回 null,表示取不到有效值。
692
704
  */
693
705
  ApproverSource: string
694
706
 
695
707
  /**
696
- * 客户自定义签署人标识
708
+ * 客户自定义签署方标识
697
709
  注意:此字段可能返回 null,表示取不到有效值。
698
710
  */
699
711
  CustomApproverTag: string
700
712
 
701
713
  /**
702
- * 签署人企业Id
714
+ * 签署方企业Id
703
715
  注意:此字段可能返回 null,表示取不到有效值。
704
716
  */
705
717
  OrganizationId: string
706
718
 
707
719
  /**
708
- * 签署人企业名称
720
+ * 签署方企业名称
709
721
  注意:此字段可能返回 null,表示取不到有效值。
710
722
  */
711
723
  OrganizationName: string
@@ -725,6 +737,16 @@ export interface DescribeFlowTemplatesRequest {
725
737
  */
726
738
  Agent?: Agent
727
739
 
740
+ /**
741
+ * 查询内容:0-模板列表及详情(默认),1-仅模板列表
742
+ */
743
+ ContentType?: number
744
+
745
+ /**
746
+ * 搜索条件,具体参考Filter结构体。本接口取值:template-id:按照【 **模板唯一标识** 】进行过滤
747
+ */
748
+ Filters?: Array<Filter>
749
+
728
750
  /**
729
751
  * 查询偏移位置,默认0
730
752
  */
@@ -735,11 +757,6 @@ export interface DescribeFlowTemplatesRequest {
735
757
  */
736
758
  Limit?: number
737
759
 
738
- /**
739
- * 搜索条件,具体参考Filter结构体。本接口取值:template-id:按照【 **模板唯一标识** 】进行过滤
740
- */
741
- Filters?: Array<Filter>
742
-
743
760
  /**
744
761
  * 这个参数跟下面的IsChannel参数配合使用。
745
762
  IsChannel=false时,ApplicationId参数不起任何作用。
@@ -754,11 +771,6 @@ ApplicationId为空,查询所有应用下的模板列表
754
771
  */
755
772
  IsChannel?: boolean
756
773
 
757
- /**
758
- * 查询内容:0-模板列表及详情(默认),1-仅模板列表
759
- */
760
- ContentType?: number
761
-
762
774
  /**
763
775
  * 暂未开放
764
776
  */
@@ -803,13 +815,23 @@ export interface CallbackInfo {
803
815
  CallbackUrl: string
804
816
 
805
817
  /**
806
- * 回调加密token
818
+ * 回调加密key,已废弃
819
+ */
820
+ Token?: string
821
+
822
+ /**
823
+ * 回调加密key
807
824
  */
808
- Token: string
825
+ CallbackKey?: string
826
+
827
+ /**
828
+ * 回调验签token
829
+ */
830
+ CallbackToken?: string
809
831
  }
810
832
 
811
833
  /**
812
- * 二期接口返回的模板的信息结构
834
+ * 企业模板的信息结构
813
835
  */
814
836
  export interface TemplateInfo {
815
837
  /**
@@ -828,7 +850,7 @@ export interface TemplateInfo {
828
850
  Description?: string
829
851
 
830
852
  /**
831
- * 模板关联的资源IDs
853
+ * 模板关联的资源ID列表
832
854
  */
833
855
  DocumentResourceIds?: Array<string>
834
856
 
@@ -838,7 +860,7 @@ export interface TemplateInfo {
838
860
  FileInfos?: Array<FileInfo>
839
861
 
840
862
  /**
841
- * 附件关联的资源ID
863
+ * 附件关联的资源ID
842
864
  */
843
865
  AttachmentResourceIds?: Array<string>
844
866
 
@@ -868,12 +890,12 @@ export interface TemplateInfo {
868
890
  Status?: number
869
891
 
870
892
  /**
871
- * 模板的创建人
893
+ * 模板的创建人UserId
872
894
  */
873
895
  Creator?: string
874
896
 
875
897
  /**
876
- * 模板创建的时间戳(精确到秒)
898
+ * 模板创建的时间戳,单位秒
877
899
  */
878
900
  CreatedOn?: number
879
901
 
@@ -896,12 +918,12 @@ export interface TemplateInfo {
896
918
  Available?: number
897
919
 
898
920
  /**
899
- * 模板创建组织id
921
+ * 创建模板的机构id
900
922
  */
901
923
  OrganizationId?: string
902
924
 
903
925
  /**
904
- * 模板预览链接
926
+ * 模板预览链接,有效时间5分钟
905
927
  注意:此字段可能返回 null,表示取不到有效值。
906
928
  */
907
929
  PreviewUrl?: string
@@ -954,6 +976,11 @@ export interface DescribeIntegrationEmployeesRequest {
954
976
  */
955
977
  Limit: number
956
978
 
979
+ /**
980
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
981
+ */
982
+ Agent?: Agent
983
+
957
984
  /**
958
985
  * 查询过滤实名用户,Key为Status,Values为["IsVerified"]
959
986
  根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
@@ -1208,7 +1235,7 @@ export interface CreateReleaseFlowResponse {
1208
1235
  */
1209
1236
  export interface BindEmployeeUserIdWithClientOpenIdRequest {
1210
1237
  /**
1211
- * 用户信息,OpenId与UserId二选一必填一个,OpenId是第三方客户ID,userId是用户实名后的电子签生成的ID,当传入客户系统openId,传入的openId需与电子签员工userId绑定,且参数Channel必填,Channel值为INTEGRATE;当传入参数UserId,Channel无需指定
1238
+ * 用户信息,OpenId与UserId二选一必填一个,OpenId是第三方客户ID,userId是用户实名后的电子签生成的ID,当传入客户系统openId,传入的openId需与电子签员工userId绑定,且参数Channel必填,Channel值为INTEGRATE;当传入参数UserId,Channel无需指定。(参数参考示例)
1212
1239
  */
1213
1240
  Operator: UserInfo
1214
1241
 
@@ -1293,7 +1320,7 @@ export interface DescribeUserAutoSignStatusResponse {
1293
1320
  */
1294
1321
  export interface FillApproverInfo {
1295
1322
  /**
1296
- * 签署人签署Id
1323
+ * 对应模板中的参与方ID
1297
1324
  */
1298
1325
  RecipientId: string
1299
1326
 
@@ -1304,7 +1331,7 @@ WEWORKAPP: 企业微信
1304
1331
  ApproverSource: string
1305
1332
 
1306
1333
  /**
1307
- * 企业自定义账号Id
1334
+ * 企业自定义账号ID
1308
1335
  WEWORKAPP场景下指企业自有应用获取企微明文的userid
1309
1336
  */
1310
1337
  CustomUserId: string
@@ -1325,12 +1352,12 @@ export interface OccupiedSeal {
1325
1352
  SealName: string
1326
1353
 
1327
1354
  /**
1328
- * 电子印章授权时间戳
1355
+ * 电子印章授权时间戳,单位秒
1329
1356
  */
1330
1357
  CreateOn: number
1331
1358
 
1332
1359
  /**
1333
- * 电子印章授权人
1360
+ * 电子印章授权人的UserId
1334
1361
  */
1335
1362
  Creator: string
1336
1363
 
@@ -1356,12 +1383,12 @@ export interface OccupiedSeal {
1356
1383
  Url: string
1357
1384
 
1358
1385
  /**
1359
- * 印章类型
1386
+ * 印章类型,OFFICIAL-企业公章, CONTRACT-合同专用章,ORGANIZATIONSEAL-企业印章(本地上传印章类型),LEGAL_PERSON_SEAL-法人印章
1360
1387
  */
1361
1388
  SealType: string
1362
1389
 
1363
1390
  /**
1364
- * 用印申请是否为永久授权
1391
+ * 用印申请是否为永久授权,true-是,false-否
1365
1392
  */
1366
1393
  IsAllTime: boolean
1367
1394
 
@@ -1414,7 +1441,7 @@ export interface PdfVerifyResult {
1414
1441
  SignerName: string
1415
1442
 
1416
1443
  /**
1417
- * 签署时间
1444
+ * 签署时间戳,单位秒
1418
1445
  */
1419
1446
  SignTime: number
1420
1447
 
@@ -1429,37 +1456,37 @@ export interface PdfVerifyResult {
1429
1456
  CertSn: string
1430
1457
 
1431
1458
  /**
1432
- * 证书起始时间
1459
+ * 证书起始时间戳,单位秒
1433
1460
  */
1434
1461
  CertNotBefore: number
1435
1462
 
1436
1463
  /**
1437
- * 证书过期时间
1464
+ * 证书过期时间戳,单位秒
1438
1465
  */
1439
1466
  CertNotAfter: number
1440
1467
 
1441
1468
  /**
1442
- * 签名域横坐标
1469
+ * 签名域横坐标,单位pt
1443
1470
  */
1444
1471
  ComponentPosX: number
1445
1472
 
1446
1473
  /**
1447
- * 签名域纵坐标
1474
+ * 签名域纵坐标,单位pt
1448
1475
  */
1449
1476
  ComponentPosY: number
1450
1477
 
1451
1478
  /**
1452
- * 签名域宽度
1479
+ * 签名域宽度,单位pt
1453
1480
  */
1454
1481
  ComponentWidth: number
1455
1482
 
1456
1483
  /**
1457
- * 签名域高度
1484
+ * 签名域高度,单位pt
1458
1485
  */
1459
1486
  ComponentHeight: number
1460
1487
 
1461
1488
  /**
1462
- * 签名域所在页码
1489
+ * 签名域所在页码,1~N
1463
1490
  */
1464
1491
  ComponentPage: number
1465
1492
  }
@@ -1527,7 +1554,7 @@ export interface SignQrCode {
1527
1554
  QrCodeUrl: string
1528
1555
 
1529
1556
  /**
1530
- * 二维码过期时间
1557
+ * 二维码过期时间戳,单位秒
1531
1558
  */
1532
1559
  ExpiredTime: number
1533
1560
  }
@@ -1552,7 +1579,7 @@ export interface CreateSealPolicyResponse {
1552
1579
  */
1553
1580
  export interface DisableUserAutoSignRequest {
1554
1581
  /**
1555
- * 操作人信息
1582
+ * 操作人信息,UserId必填
1556
1583
  */
1557
1584
  Operator: UserInfo
1558
1585
 
@@ -1663,7 +1690,7 @@ REJECT: 拒绝
1663
1690
  ReviewMessage?: string
1664
1691
 
1665
1692
  /**
1666
- * 应用相关信息
1693
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
1667
1694
  */
1668
1695
  Agent?: Agent
1669
1696
  }
@@ -1693,7 +1720,7 @@ export interface UnbindEmployeeUserIdWithClientOpenIdRequest {
1693
1720
  */
1694
1721
  export interface CreateSchemeUrlResponse {
1695
1722
  /**
1696
- * 小程序链接地址
1723
+ * 小程序链接地址,有效期5分钟
1697
1724
  */
1698
1725
  SchemeUrl?: string
1699
1726
 
@@ -1964,7 +1991,7 @@ DYNAMIC_TABLE - 传入json格式的表格内容,具体见数据结构FlowInfo
1964
1991
  */
1965
1992
  export interface CreateChannelSubOrganizationModifyQrCodeRequest {
1966
1993
  /**
1967
- * 操作人
1994
+ * 操作人信息,userId必填
1968
1995
  */
1969
1996
  Operator: UserInfo
1970
1997
 
@@ -2078,12 +2105,12 @@ export interface Staff {
2078
2105
  Verified?: boolean
2079
2106
 
2080
2107
  /**
2081
- * 员工创建时间戳
2108
+ * 员工创建时间戳,单位秒
2082
2109
  */
2083
2110
  CreatedOn?: number
2084
2111
 
2085
2112
  /**
2086
- * 员工实名时间戳
2113
+ * 员工实名时间戳,单位秒
2087
2114
  注意:此字段可能返回 null,表示取不到有效值。
2088
2115
  */
2089
2116
  VerifiedOn?: number
@@ -2178,7 +2205,7 @@ export interface GroupOrganization {
2178
2205
  OrganizationId?: string
2179
2206
 
2180
2207
  /**
2181
- * 更新时间
2208
+ * 更新时间,时间戳,单位秒
2182
2209
  注意:此字段可能返回 null,表示取不到有效值。
2183
2210
  */
2184
2211
  UpdateTime?: number
@@ -2214,19 +2241,19 @@ export interface GroupOrganization {
2214
2241
  License?: string
2215
2242
 
2216
2243
  /**
2217
- * 企业许可证过期时间
2244
+ * 企业许可证过期时间,时间戳,单位秒
2218
2245
  注意:此字段可能返回 null,表示取不到有效值。
2219
2246
  */
2220
2247
  LicenseExpireTime?: number
2221
2248
 
2222
2249
  /**
2223
- * 成员企业加入集团时间
2250
+ * 成员企业加入集团时间,时间戳,单位秒
2224
2251
  注意:此字段可能返回 null,表示取不到有效值。
2225
2252
  */
2226
2253
  JoinTime?: number
2227
2254
 
2228
2255
  /**
2229
- * 是否可以使用审批流引擎
2256
+ * 是否使用审批流引擎,true-是,false-否
2230
2257
  注意:此字段可能返回 null,表示取不到有效值。
2231
2258
  */
2232
2259
  FlowEngineEnable?: boolean
@@ -2303,7 +2330,7 @@ export interface CreateDocumentRequest {
2303
2330
  */
2304
2331
  export interface FlowDetailInfo {
2305
2332
  /**
2306
- * 合同(流程)的Id
2333
+ * 合同(流程)的ID
2307
2334
  */
2308
2335
  FlowId: string
2309
2336
 
@@ -2321,16 +2348,17 @@ export interface FlowDetailInfo {
2321
2348
  /**
2322
2349
  * 流程状态
2323
2350
  - 0 还没有发起
2324
- - 1 未签署
2351
+ - 1 待签署
2325
2352
  - 2 部分签署
2326
- - 3 已退回
2327
- - 4 完成签署
2353
+ - 3 已拒签
2354
+ - 4 已签署
2328
2355
  - 5 已过期
2329
- - 6 已取消
2356
+ - 6 已撤销
2330
2357
  - 7 还没有预发起
2331
2358
  - 8 等待填写
2332
2359
  - 9 部分填写
2333
2360
  - 10 拒填
2361
+ - 21 已解除
2334
2362
  */
2335
2363
  FlowStatus: number
2336
2364
 
@@ -2347,12 +2375,12 @@ export interface FlowDetailInfo {
2347
2375
  FlowDescription: string
2348
2376
 
2349
2377
  /**
2350
- * 合同(流程)的创建时间戳
2378
+ * 合同(流程)的创建时间戳,单位秒
2351
2379
  */
2352
2380
  CreatedOn: number
2353
2381
 
2354
2382
  /**
2355
- * 合同(流程)的签署人数组
2383
+ * 合同(流程)的签署方数组
2356
2384
  */
2357
2385
  FlowApproverInfos: Array<FlowApproverDetail>
2358
2386
 
@@ -2463,7 +2491,7 @@ export interface GetTaskResultApiRequest {
2463
2491
  TaskId: string
2464
2492
 
2465
2493
  /**
2466
- * 操作人信息
2494
+ * 操作人信息,UserId必填
2467
2495
  */
2468
2496
  Operator?: UserInfo
2469
2497
 
@@ -2513,7 +2541,7 @@ export interface CreateIntegrationEmployeesResponse {
2513
2541
  */
2514
2542
  export interface DeleteIntegrationRoleUsersRequest {
2515
2543
  /**
2516
- * 操作人
2544
+ * 操作人信息,userId必填
2517
2545
  */
2518
2546
  Operator: UserInfo
2519
2547
 
@@ -2528,7 +2556,7 @@ export interface DeleteIntegrationRoleUsersRequest {
2528
2556
  Users: Array<UserInfo>
2529
2557
 
2530
2558
  /**
2531
- * 代理信息
2559
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
2532
2560
  */
2533
2561
  Agent?: Agent
2534
2562
  }
@@ -2595,7 +2623,7 @@ export interface CreateReleaseFlowRequest {
2595
2623
  */
2596
2624
  export interface CreateIntegrationUserRolesRequest {
2597
2625
  /**
2598
- * 操作人信息
2626
+ * 操作人信息,UserId必填
2599
2627
  */
2600
2628
  Operator: UserInfo
2601
2629
 
@@ -2761,7 +2789,7 @@ export interface Recipient {
2761
2789
  RequireSign?: boolean
2762
2790
 
2763
2791
  /**
2764
- * 添加序列
2792
+ * 添加序列,0~N
2765
2793
  */
2766
2794
  RoutingOrder?: number
2767
2795
 
@@ -2976,7 +3004,7 @@ export interface CreateStaffResult {
2976
3004
  */
2977
3005
  export interface CreateUserAutoSignEnableUrlRequest {
2978
3006
  /**
2979
- * 操作人信息
3007
+ * 操作人信息,UserId必填
2980
3008
  */
2981
3009
  Operator: UserInfo
2982
3010
 
@@ -3033,7 +3061,7 @@ export interface DescribeIntegrationMainOrganizationUserResponse {
3033
3061
  */
3034
3062
  export interface RemindFlowRecords {
3035
3063
  /**
3036
- * 是否能够催办
3064
+ * 是否能够催办,true-是,false-否
3037
3065
  */
3038
3066
  CanRemind: boolean
3039
3067
 
@@ -3043,7 +3071,7 @@ export interface RemindFlowRecords {
3043
3071
  FlowId: string
3044
3072
 
3045
3073
  /**
3046
- * 催办详情
3074
+ * 催办详情信息
3047
3075
  */
3048
3076
  RemindMessage: string
3049
3077
  }
@@ -3098,7 +3126,7 @@ export interface ApproverRestriction {
3098
3126
  */
3099
3127
  export interface DeleteSealPoliciesRequest {
3100
3128
  /**
3101
- * 操作撤销的用户信息
3129
+ * 调用方用户信息,userId 必填
3102
3130
  */
3103
3131
  Operator: UserInfo
3104
3132
 
@@ -3107,11 +3135,6 @@ export interface DeleteSealPoliciesRequest {
3107
3135
  */
3108
3136
  PolicyIds?: Array<string>
3109
3137
 
3110
- /**
3111
- * 应用相关
3112
- */
3113
- Agent?: Agent
3114
-
3115
3138
  /**
3116
3139
  * 印章ID。这个参数跟上面的PolicyIds其中一个必填,另外一个可选填
3117
3140
  */
@@ -3121,6 +3144,11 @@ export interface DeleteSealPoliciesRequest {
3121
3144
  * 待授权的员工ID
3122
3145
  */
3123
3146
  UserIds?: Array<string>
3147
+
3148
+ /**
3149
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
3150
+ */
3151
+ Agent?: Agent
3124
3152
  }
3125
3153
 
3126
3154
  /**
@@ -3265,7 +3293,7 @@ export interface IntegrateRole {
3265
3293
  RoleStatus?: number
3266
3294
 
3267
3295
  /**
3268
- * 是否是集团角色
3296
+ * 是否是集团角色,true-是,false-否
3269
3297
  注意:此字段可能返回 null,表示取不到有效值。
3270
3298
  */
3271
3299
  IsGroupRole?: boolean
@@ -3282,7 +3310,7 @@ export interface IntegrateRole {
3282
3310
  */
3283
3311
  export interface CreatePrepareFlowResponse {
3284
3312
  /**
3285
- * 快速发起预览链接
3313
+ * 快速发起预览链接,有效期5分钟
3286
3314
  */
3287
3315
  Url?: string
3288
3316
 
@@ -3339,7 +3367,7 @@ ProcessTimeout - 转换文件超时
3339
3367
  */
3340
3368
  export interface CancelMultiFlowSignQRCodeRequest {
3341
3369
  /**
3342
- * 用户信息
3370
+ * 调用方用户信息,userId 必填
3343
3371
  */
3344
3372
  Operator: UserInfo
3345
3373
 
@@ -3349,7 +3377,7 @@ export interface CancelMultiFlowSignQRCodeRequest {
3349
3377
  QrCodeId: string
3350
3378
 
3351
3379
  /**
3352
- * 应用信息
3380
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
3353
3381
  */
3354
3382
  Agent?: Agent
3355
3383
  }
@@ -3493,12 +3521,12 @@ export interface ApproverOption {
3493
3521
  */
3494
3522
  export interface FileUrl {
3495
3523
  /**
3496
- * 下载文件的URL
3524
+ * 下载文件的URL,有效期为输入的UrlTtl,默认5分钟
3497
3525
  */
3498
3526
  Url: string
3499
3527
 
3500
3528
  /**
3501
- * 下载文件的附加信息
3529
+ * 下载文件的附加信息。如果是pdf文件,会返回pdf文件每页的有效高宽
3502
3530
  注意:此字段可能返回 null,表示取不到有效值。
3503
3531
  */
3504
3532
  Option: string
@@ -3509,7 +3537,7 @@ export interface FileUrl {
3509
3537
  */
3510
3538
  export interface CreateSealPolicyRequest {
3511
3539
  /**
3512
- * 授权发起人在平台信息,具体参考UserInfo结构体
3540
+ * 调用方用户信息,userId 必填
3513
3541
  */
3514
3542
  Operator: UserInfo
3515
3543
 
@@ -3529,19 +3557,19 @@ export interface CreateSealPolicyRequest {
3529
3557
  Expired: number
3530
3558
 
3531
3559
  /**
3532
- * 印章授权内容
3560
+ * 需要授权的用户UserId集合。跟上面的SealId参数配合使用。选填,跟上面的Users同时起作用
3533
3561
  */
3534
- Policy?: string
3562
+ UserIds?: Array<string>
3535
3563
 
3536
3564
  /**
3537
- * 应用相关
3565
+ * 印章授权内容
3538
3566
  */
3539
- Agent?: Agent
3567
+ Policy?: string
3540
3568
 
3541
3569
  /**
3542
- * 需要授权的用户UserId集合。跟上面的SealId参数配合使用。选填,跟上面的Users同时起作用
3570
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
3543
3571
  */
3544
- UserIds?: Array<string>
3572
+ Agent?: Agent
3545
3573
  }
3546
3574
 
3547
3575
  /**
@@ -3610,7 +3638,7 @@ export interface CancelFlowRequest {
3610
3638
  CancelMessage: string
3611
3639
 
3612
3640
  /**
3613
- * 应用相关信息
3641
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
3614
3642
  */
3615
3643
  Agent?: Agent
3616
3644
  }
@@ -3953,12 +3981,12 @@ export interface DescribeFlowBriefsRequest {
3953
3981
  Operator: UserInfo
3954
3982
 
3955
3983
  /**
3956
- * 需要查询的流程ID列表,限制最大20
3984
+ * 需要查询的流程ID列表,限制最大100
3957
3985
  */
3958
3986
  FlowIds: Array<string>
3959
3987
 
3960
3988
  /**
3961
- * 应用相关信息
3989
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
3962
3990
  */
3963
3991
  Agent?: Agent
3964
3992
  }
@@ -4047,7 +4075,7 @@ export interface DescribeFlowBriefsResponse {
4047
4075
  /**
4048
4076
  * 流程列表
4049
4077
  */
4050
- FlowBriefs: Array<FlowBrief>
4078
+ FlowBriefs?: Array<FlowBrief>
4051
4079
 
4052
4080
  /**
4053
4081
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4087,7 +4115,7 @@ export interface Caller {
4087
4115
  OrganizationId?: string
4088
4116
 
4089
4117
  /**
4090
- * 经办人的用户ID
4118
+ * 经办人的用户ID,同UserId
4091
4119
  */
4092
4120
  OperatorId?: string
4093
4121
 
@@ -4107,7 +4135,7 @@ export interface DescribeFlowTemplatesResponse {
4107
4135
  Templates?: Array<TemplateInfo>
4108
4136
 
4109
4137
  /**
4110
- * 查询到的总个数
4138
+ * 查询到的总数
4111
4139
  */
4112
4140
  TotalCount?: number
4113
4141
 
@@ -4217,7 +4245,7 @@ export interface CreateBatchCancelFlowUrlRequest {
4217
4245
  */
4218
4246
  export interface CreateMultiFlowSignQRCodeRequest {
4219
4247
  /**
4220
- * 用户信息
4248
+ * 用户信息,其中UserId为必填参数
4221
4249
  */
4222
4250
  Operator: UserInfo
4223
4251
 
@@ -4285,7 +4313,7 @@ export interface DescribeFlowInfoRequest {
4285
4313
  FlowIds: Array<string>
4286
4314
 
4287
4315
  /**
4288
- * 调用方用户信息
4316
+ * 调用方用户信息,userId 必填
4289
4317
  */
4290
4318
  Operator?: UserInfo
4291
4319
 
@@ -4359,7 +4387,7 @@ export interface CreateFlowResponse {
4359
4387
  */
4360
4388
  export interface DescribeUserAutoSignStatusRequest {
4361
4389
  /**
4362
- * 操作人信息
4390
+ * 操作人信息,UserId必填
4363
4391
  */
4364
4392
  Operator: UserInfo
4365
4393
 
@@ -4402,7 +4430,7 @@ export interface ReleasedApprover {
4402
4430
  */
4403
4431
  export interface FlowBrief {
4404
4432
  /**
4405
- * 流程的编号
4433
+ * 流程的编号ID
4406
4434
  */
4407
4435
  FlowId: string
4408
4436
 
@@ -4412,7 +4440,7 @@ export interface FlowBrief {
4412
4440
  FlowName: string
4413
4441
 
4414
4442
  /**
4415
- * 流程的描述
4443
+ * 流程的描述信息
4416
4444
  注意:此字段可能返回 null,表示取不到有效值。
4417
4445
  */
4418
4446
  FlowDescription: string
@@ -4424,23 +4452,24 @@ export interface FlowBrief {
4424
4452
 
4425
4453
  /**
4426
4454
  * 流程状态
4427
- - `0` 还没有发起
4428
- - `1` 未签署
4429
- - `2` 部分签署
4430
- - `3` 已退回
4431
- - `4` 完成签署
4432
- - `5` 已过期
4433
- - `6` 已取消
4434
- - `7` 还没有预发起
4435
- - `8` 等待填写
4436
- - `9` 部分填写
4437
- - `10` 拒填
4455
+ - 0 还没有发起
4456
+ - 1 待签署
4457
+ - 2 部分签署
4458
+ - 3 已拒签
4459
+ - 4 已签署
4460
+ - 5 已过期
4461
+ - 6 已撤销
4462
+ - 7 还没有预发起
4463
+ - 8 等待填写
4464
+ - 9 部分填写
4465
+ - 10 拒填
4466
+ - 21 已解除
4438
4467
  注意:此字段可能返回 null,表示取不到有效值。
4439
4468
  */
4440
4469
  FlowStatus: number
4441
4470
 
4442
4471
  /**
4443
- * 流程创建的时间戳
4472
+ * 流程创建的时间戳,单位秒
4444
4473
  注意:此字段可能返回 null,表示取不到有效值。
4445
4474
  */
4446
4475
  CreatedOn: number