tencentcloud-sdk-nodejs-essbasic 4.0.614 → 4.0.616

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.
@@ -70,7 +70,7 @@ export interface ChannelDeleteSealPoliciesRequest {
70
70
  SealId: string
71
71
 
72
72
  /**
73
- * 指定用户ID数组
73
+ * 指定用户ID数组,电子签系统用户ID
74
74
  */
75
75
  UserIds: Array<string>
76
76
 
@@ -174,12 +174,12 @@ SIGN_REJECT:拒签(流程结束)
174
174
  */
175
175
  export interface AuthFailMessage {
176
176
  /**
177
- * 合作企业Id
177
+ * 第三方应用平台的子客企业OpenId
178
178
  */
179
179
  ProxyOrganizationOpenId: string
180
180
 
181
181
  /**
182
- * 出错信息
182
+ * 错误信息
183
183
  */
184
184
  Message: string
185
185
  }
@@ -265,7 +265,7 @@ export interface DescribeResourceUrlsByFlowsRequest {
265
265
  */
266
266
  export interface RemindFlowRecords {
267
267
  /**
268
- * 是否能够催办
268
+ * 是否能够催办,true-是,false-否
269
269
  */
270
270
  CanRemind: boolean
271
271
 
@@ -275,7 +275,7 @@ export interface RemindFlowRecords {
275
275
  FlowId: string
276
276
 
277
277
  /**
278
- * 催办详情
278
+ * 催办详情信息
279
279
  */
280
280
  RemindMessage: string
281
281
  }
@@ -421,7 +421,7 @@ export interface FlowFileInfo {
421
421
  */
422
422
  export interface CreateFlowOption {
423
423
  /**
424
- * 是否允许修改合同信息
424
+ * 是否允许修改合同信息,true-是,false-否
425
425
  */
426
426
  CanEditFlow?: boolean
427
427
  }
@@ -446,7 +446,7 @@ export interface BaseFlowInfo {
446
446
  FlowDescription: string
447
447
 
448
448
  /**
449
- * 合同流程截止时间,unix时间戳
449
+ * 合同流程截止时间,unix时间戳,单位秒
450
450
  */
451
451
  Deadline: number
452
452
 
@@ -456,7 +456,7 @@ export interface BaseFlowInfo {
456
456
  Unordered?: boolean
457
457
 
458
458
  /**
459
- * 打开智能添加填写区(默认开启,打开:"OPEN" 关闭:"CLOSE")
459
+ * 是否打开智能添加填写区(默认开启,打开:"OPEN" 关闭:"CLOSE")
460
460
  */
461
461
  IntelligentStatus?: string
462
462
 
@@ -466,7 +466,7 @@ export interface BaseFlowInfo {
466
466
  FormFields?: Array<FormField>
467
467
 
468
468
  /**
469
- * 本企业(发起方企业)是否需要签署审批,true:开启本企业签署审批
469
+ * 本企业(发起方企业)是否需要签署审批,true:开启本企业签署审批。使用ChannelCreateFlowSignReview接口提交审批结果,才能继续完成签署
470
470
  */
471
471
  NeedSignReview?: boolean
472
472
 
@@ -501,7 +501,7 @@ export interface CreateConsoleLoginUrlResponse {
501
501
  ConsoleUrl?: string
502
502
 
503
503
  /**
504
- * 子客企业是否已开通腾讯电子签
504
+ * 子客企业是否已开通腾讯电子签,true-是,false-否
505
505
  */
506
506
  IsActivated?: boolean
507
507
 
@@ -531,7 +531,7 @@ export interface ChannelDeleteRoleUsersRequest {
531
531
  RoleId: string
532
532
 
533
533
  /**
534
- * 用户列表
534
+ * 用户列表,电子签系统的UserId
535
535
  */
536
536
  UserIds: Array<string>
537
537
 
@@ -667,7 +667,7 @@ export interface ChannelCreateFlowRemindsRequest {
667
667
  */
668
668
  export interface ChannelCreateSealPolicyResponse {
669
669
  /**
670
- * 最终授权成功的用户ID数组。其他的跳过的是已经授权了的
670
+ * 最终授权成功的电子签系统用户ID数组。其他的跳过的是已经授权了的
671
671
  */
672
672
  UserIds?: Array<string>
673
673
 
@@ -850,11 +850,6 @@ MobileCheck:手机号验证
850
850
  */
851
851
  SignBeanTag?: number
852
852
 
853
- /**
854
- * 操作者的信息,不用传
855
- */
856
- Operator?: UserInfo
857
-
858
853
  /**
859
854
  * 被抄送人信息列表
860
855
  */
@@ -869,6 +864,11 @@ MobileCheck:手机号验证
869
864
  * 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
870
865
  */
871
866
  AutoSignScene?: string
867
+
868
+ /**
869
+ * 操作者的信息,不用传
870
+ */
871
+ Operator?: UserInfo
872
872
  }
873
873
 
874
874
  /**
@@ -962,7 +962,7 @@ RELIEVED 已经解除
962
962
  ApproveMessage: string
963
963
 
964
964
  /**
965
- * 签署人签署时间
965
+ * 签署人签署时间戳,单位秒
966
966
  */
967
967
  ApproveTime: number
968
968
 
@@ -1155,7 +1155,7 @@ export interface TemplateInfo {
1155
1155
  Description: string
1156
1156
 
1157
1157
  /**
1158
- * 模板控件信息结构
1158
+ * 模板的填充控件信息结构
1159
1159
  */
1160
1160
  Components: Array<Component>
1161
1161
 
@@ -1165,7 +1165,7 @@ export interface TemplateInfo {
1165
1165
  Recipients: Array<Recipient>
1166
1166
 
1167
1167
  /**
1168
- * 签署区模板信息结构
1168
+ * 模板中的签署控件信息结构
1169
1169
  */
1170
1170
  SignComponents: Array<Component>
1171
1171
 
@@ -1177,37 +1177,37 @@ export interface TemplateInfo {
1177
1177
  /**
1178
1178
  * 是否是发起人 ,已弃用
1179
1179
  */
1180
- IsPromoter: boolean
1180
+ IsPromoter?: boolean
1181
1181
 
1182
1182
  /**
1183
- * 模板的创建者信息
1183
+ * 模板的创建者信息,电子签系统用户ID
1184
1184
  */
1185
1185
  Creator: string
1186
1186
 
1187
1187
  /**
1188
- * 模板创建的时间戳(精确到秒)
1188
+ * 模板创建的时间戳,单位秒
1189
1189
  */
1190
1190
  CreatedOn: number
1191
1191
 
1192
1192
  /**
1193
- * 模板的H5预览链接,可以通过浏览器打开此链接预览模板,或者嵌入到iframe中预览模板。
1193
+ * 模板的H5预览链接,可以通过浏览器打开此链接预览模板,或者嵌入到iframe中预览模板。请求参数WithPreviewUrl=true时返回,有效期5分钟。
1194
1194
  注意:此字段可能返回 null,表示取不到有效值。
1195
1195
  */
1196
1196
  PreviewUrl: string
1197
1197
 
1198
1198
  /**
1199
- * 第三方应用集成-模板PDF文件链接
1199
+ * 第三方应用集成-模板PDF文件链接。请求参数WithPdfUrl=true时返回(此功能开放需要联系客户经理),有效期5分钟。
1200
1200
  注意:此字段可能返回 null,表示取不到有效值。
1201
1201
  */
1202
1202
  PdfUrl: string
1203
1203
 
1204
1204
  /**
1205
- * 关联的平台企业模板ID
1205
+ * 关联的第三方应用平台企业模板ID
1206
1206
  */
1207
1207
  ChannelTemplateId: string
1208
1208
 
1209
1209
  /**
1210
- * 关联的平台企业模板名称
1210
+ * 关联的三方应用平台平台企业模板名称
1211
1211
  注意:此字段可能返回 null,表示取不到有效值。
1212
1212
  */
1213
1213
  ChannelTemplateName: string
@@ -1281,7 +1281,7 @@ export interface Agent {
1281
1281
  */
1282
1282
  export interface Recipient {
1283
1283
  /**
1284
- * 签署人唯一标识
1284
+ * 签署人唯一标识,在通过模板发起合同的时候对应签署方Id
1285
1285
  */
1286
1286
  RecipientId?: string
1287
1287
 
@@ -1296,17 +1296,17 @@ export interface Recipient {
1296
1296
  Description?: string
1297
1297
 
1298
1298
  /**
1299
- * 签署方备注信息
1299
+ * 签署方备注角色名
1300
1300
  */
1301
1301
  RoleName?: string
1302
1302
 
1303
1303
  /**
1304
- * 是否需要校验
1304
+ * 是否需要校验,true-是,false-否
1305
1305
  */
1306
1306
  RequireValidation?: boolean
1307
1307
 
1308
1308
  /**
1309
- * 是否必须填写
1309
+ * 是否必须填写,true-是,false-否
1310
1310
  */
1311
1311
  RequireSign?: boolean
1312
1312
 
@@ -1504,24 +1504,24 @@ export interface OrganizationInfo {
1504
1504
  OrganizationOpenId: string
1505
1505
 
1506
1506
  /**
1507
- * 用户真实的IP
1507
+ * 机构在平台的编号
1508
1508
  */
1509
- ClientIp: string
1509
+ OrganizationId?: string
1510
1510
 
1511
1511
  /**
1512
- * 机构的代理IP
1512
+ * 用户渠道
1513
1513
  */
1514
- ProxyIp: string
1514
+ Channel?: string
1515
1515
 
1516
1516
  /**
1517
- * 机构在平台的编号
1517
+ * 用户真实的IP
1518
1518
  */
1519
- OrganizationId?: string
1519
+ ClientIp?: string
1520
1520
 
1521
1521
  /**
1522
- * 用户渠道
1522
+ * 机构的代理IP
1523
1523
  */
1524
- Channel?: string
1524
+ ProxyIp?: string
1525
1525
  }
1526
1526
 
1527
1527
  /**
@@ -1535,7 +1535,7 @@ export interface SignUrlInfo {
1535
1535
  SignUrl: string
1536
1536
 
1537
1537
  /**
1538
- * 合同过期时间
1538
+ * 合同过期时间戳,单位秒
1539
1539
  注意:此字段可能返回 null,表示取不到有效值。
1540
1540
  */
1541
1541
  Deadline: number
@@ -1556,7 +1556,7 @@ export interface SignUrlInfo {
1556
1556
  * 自定义用户编号
1557
1557
  注意:此字段可能返回 null,表示取不到有效值。
1558
1558
  */
1559
- CustomUserId: string
1559
+ CustomUserId?: string
1560
1560
 
1561
1561
  /**
1562
1562
  * 用户姓名
@@ -1629,7 +1629,7 @@ export interface CommonFlowApprover {
1629
1629
  OrganizationId?: string
1630
1630
 
1631
1631
  /**
1632
- * 企业OpenId,第三方应用集成非静默签子客企业签署人发起合同毕传
1632
+ * 企业OpenId,第三方应用集成非静默签子客企业签署人发起合同必传
1633
1633
  */
1634
1634
  OrganizationOpenId?: string
1635
1635
 
@@ -1705,7 +1705,7 @@ export interface PdfVerifyResult {
1705
1705
  SignerName: string
1706
1706
 
1707
1707
  /**
1708
- * 签署时间
1708
+ * 签署时间戳,单位秒
1709
1709
  */
1710
1710
  SignTime: number
1711
1711
 
@@ -1720,12 +1720,12 @@ export interface PdfVerifyResult {
1720
1720
  CertSn: string
1721
1721
 
1722
1722
  /**
1723
- * 证书起始时间
1723
+ * 证书起始时间戳,单位秒
1724
1724
  */
1725
1725
  CertNotBefore: number
1726
1726
 
1727
1727
  /**
1728
- * 证书过期时间
1728
+ * 证书过期时间戳,单位秒
1729
1729
  */
1730
1730
  CertNotAfter: number
1731
1731
 
@@ -1735,27 +1735,27 @@ export interface PdfVerifyResult {
1735
1735
  SignType: number
1736
1736
 
1737
1737
  /**
1738
- * 签名域横坐标
1738
+ * 签名域横坐标,单位px
1739
1739
  */
1740
1740
  ComponentPosX: number
1741
1741
 
1742
1742
  /**
1743
- * 签名域纵坐标
1743
+ * 签名域纵坐标,单位px
1744
1744
  */
1745
1745
  ComponentPosY: number
1746
1746
 
1747
1747
  /**
1748
- * 签名域宽度
1748
+ * 签名域宽度,单位px
1749
1749
  */
1750
1750
  ComponentWidth: number
1751
1751
 
1752
1752
  /**
1753
- * 签名域高度
1753
+ * 签名域高度,单位px
1754
1754
  */
1755
1755
  ComponentHeight: number
1756
1756
 
1757
1757
  /**
1758
- * 签名域所在页码
1758
+ * 签名域所在页码,1~N
1759
1759
  */
1760
1760
  ComponentPage: number
1761
1761
  }
@@ -1906,7 +1906,6 @@ export interface DescribeExtendedServiceAuthInfoRequest {
1906
1906
 
1907
1907
  /**
1908
1908
  * 此结构 (FormField) 用于描述内容控件填充结构。
1909
-
1910
1909
  */
1911
1910
  export interface FormField {
1912
1911
  /**
@@ -1916,7 +1915,7 @@ MULTI_LINE_TEXT - 文本内容
1916
1915
  CHECK_BOX - true/false
1917
1916
  FILL_IMAGE、ATTACHMENT - 附件的FileId,需要通过UploadFiles接口上传获取
1918
1917
  SELECTOR - 选项值
1919
- DYNAMIC_TABLE - 传入json格式的表格内容,具体见数据结构FlowInfo:https://cloud.tencent.com/document/api/1420/61525#FlowInfo
1918
+ DYNAMIC_TABLE - 传入json格式的表格内容,具体见数据结构FlowInfo
1920
1919
  */
1921
1920
  ComponentValue: string
1922
1921
 
@@ -2198,7 +2197,7 @@ export interface DescribeUsageResponse {
2198
2197
  */
2199
2198
  export interface Staff {
2200
2199
  /**
2201
- * 员工在电子签平台的id
2200
+ * 员工在电子签平台的用户ID
2202
2201
  */
2203
2202
  UserId: string
2204
2203
 
@@ -2219,7 +2218,7 @@ export interface Staff {
2219
2218
  Email: string
2220
2219
 
2221
2220
  /**
2222
- * 员工在第三方平台id
2221
+ * 员工在第三方应用平台的用户ID
2223
2222
  注意:此字段可能返回 null,表示取不到有效值。
2224
2223
  */
2225
2224
  OpenId: string
@@ -2242,12 +2241,12 @@ export interface Staff {
2242
2241
  Verified: boolean
2243
2242
 
2244
2243
  /**
2245
- * 员工创建时间戳
2244
+ * 员工创建时间戳,单位秒
2246
2245
  */
2247
2246
  CreatedOn: number
2248
2247
 
2249
2248
  /**
2250
- * 员工实名时间戳
2249
+ * 员工实名时间戳,单位秒
2251
2250
  */
2252
2251
  VerifiedOn: number
2253
2252
 
@@ -2315,7 +2314,7 @@ export interface ChannelDescribeEmployeesRequest {
2315
2314
  */
2316
2315
  export interface AuthorizedUser {
2317
2316
  /**
2318
- * 用户openid
2317
+ * 第三方应用平台的用户openid
2319
2318
  */
2320
2319
  OpenId: string
2321
2320
  }
@@ -2588,7 +2587,7 @@ ENTERPRISESERVER-企业静默签(文件发起时的企业静默签字)。
2588
2587
  RecipientId?: string
2589
2588
 
2590
2589
  /**
2591
- * 签署截止时间,默认一年
2590
+ * 签署截止时间戳,默认一年
2592
2591
  */
2593
2592
  Deadline?: number
2594
2593
 
@@ -2614,7 +2613,7 @@ HANDWRITE -手写签名
2614
2613
  PreReadTime?: number
2615
2614
 
2616
2615
  /**
2617
- * 签署完前端跳转的url,暂未使用
2616
+ * 签署完前端跳转的url,此字段的用法场景请联系客户经理确认
2618
2617
  */
2619
2618
  JumpUrl?: string
2620
2619
 
@@ -2639,6 +2638,13 @@ HANDWRITE -手写签名
2639
2638
  1-人脸认证 2-签署密码 3-运营商三要素(默认为1,2)
2640
2639
  */
2641
2640
  ApproverSignTypes?: Array<number>
2641
+
2642
+ /**
2643
+ * 签署ID
2644
+ - 发起流程时系统自动补充
2645
+ - 创建签署链接时,可以通过查询详情接口获得签署人的SignId,然后可传入此值为该签署人创建签署链接,无需再传姓名、手机号、证件号等其他信息
2646
+ */
2647
+ SignId?: string
2642
2648
  }
2643
2649
 
2644
2650
  /**
@@ -2705,12 +2711,12 @@ RELIEVED 解除
2705
2711
  FlowMessage: string
2706
2712
 
2707
2713
  /**
2708
- * 合同(流程)的创建时间戳
2714
+ * 合同(流程)的创建时间戳,单位秒
2709
2715
  */
2710
2716
  CreateOn: number
2711
2717
 
2712
2718
  /**
2713
- * 合同(流程)的签署截止时间戳
2719
+ * 合同(流程)的签署截止时间戳,单位秒
2714
2720
  */
2715
2721
  DeadLine: number
2716
2722
 
@@ -2875,7 +2881,7 @@ export interface ExtentServiceAuthInfo {
2875
2881
  OVERSEA_SIGN 企业与港澳台居民*签署合同
2876
2882
  MOBILE_CHECK_APPROVER 使用手机号验证签署方身份
2877
2883
  PAGING_SEAL 骑缝章
2878
- DOWNLOAD_FLOW 授权渠道下载合同
2884
+ DOWNLOAD_FLOW 授权平台企业下载合同
2879
2885
  */
2880
2886
  Type?: string
2881
2887
 
@@ -2892,13 +2898,13 @@ DISABLE 关闭
2892
2898
  Status?: string
2893
2899
 
2894
2900
  /**
2895
- * 最近操作人openid(经办人openid)
2901
+ * 最近操作人第三方应用平台的用户openid
2896
2902
  注意:此字段可能返回 null,表示取不到有效值。
2897
2903
  */
2898
2904
  OperatorOpenId?: string
2899
2905
 
2900
2906
  /**
2901
- * 最近操作时间
2907
+ * 最近操作时间戳,单位秒
2902
2908
  注意:此字段可能返回 null,表示取不到有效值。
2903
2909
  */
2904
2910
  OperateOn?: number
@@ -2943,6 +2949,7 @@ export interface ReleasedApprover {
2943
2949
  /**
2944
2950
  * 签署人类型,目前仅支持
2945
2951
  ORGANIZATION-企业
2952
+ ENTERPRISESERVER-企业静默签
2946
2953
  */
2947
2954
  ApproverType: string
2948
2955
 
@@ -3051,22 +3058,22 @@ export interface ChannelCreateBatchCancelFlowUrlRequest {
3051
3058
  */
3052
3059
  export interface ApproverRestriction {
3053
3060
  /**
3054
- * 指定签署人名字
3061
+ * 指定签署人姓名
3055
3062
  */
3056
3063
  Name?: string
3057
3064
 
3058
3065
  /**
3059
- * 指定签署人手机号
3066
+ * 指定签署人手机号,11位数字
3060
3067
  */
3061
3068
  Mobile?: string
3062
3069
 
3063
3070
  /**
3064
- * 指定签署人证件类型
3071
+ * 指定签署人证件类型,ID_CARD-身份证,HONGKONG_AND_MACAO-港澳居民来往内地通行证,HONGKONG_MACAO_AND_TAIWAN-港澳台居民居住证
3065
3072
  */
3066
3073
  IdCardType?: string
3067
3074
 
3068
3075
  /**
3069
- * 指定签署人证件号码
3076
+ * 指定签署人证件号码,其中字母大写
3070
3077
  */
3071
3078
  IdCardNumber?: string
3072
3079
  }
@@ -3375,7 +3382,7 @@ export interface ChannelCreateUserRolesRequest {
3375
3382
  Agent: Agent
3376
3383
 
3377
3384
  /**
3378
- * 绑定角色的员工id列表
3385
+ * 绑定角色的员工id列表,电子签的UserId
3379
3386
  */
3380
3387
  UserIds: Array<string>
3381
3388
 
@@ -3823,14 +3830,14 @@ export interface ChannelUpdateSealStatusRequest {
3823
3830
  SealId: string
3824
3831
 
3825
3832
  /**
3826
- * 操作者的信息
3833
+ * 更新印章状态原因说明
3827
3834
  */
3828
- Operator?: UserInfo
3835
+ Reason?: string
3829
3836
 
3830
3837
  /**
3831
- * 更新印章状态原因说明
3838
+ * 操作者的信息
3832
3839
  */
3833
- Reason?: string
3840
+ Operator?: UserInfo
3834
3841
  }
3835
3842
 
3836
3843
  /**
@@ -3926,11 +3933,6 @@ export interface DescribeTemplatesRequest {
3926
3933
  */
3927
3934
  TemplateName?: string
3928
3935
 
3929
- /**
3930
- * 操作者的信息
3931
- */
3932
- Operator?: UserInfo
3933
-
3934
3936
  /**
3935
3937
  * 是否获取模板预览链接
3936
3938
  */
@@ -3942,9 +3944,14 @@ export interface DescribeTemplatesRequest {
3942
3944
  WithPdfUrl?: boolean
3943
3945
 
3944
3946
  /**
3945
- * 模板ID
3947
+ * 对应第三方应用平台企业的模板ID
3946
3948
  */
3947
3949
  ChannelTemplateId?: string
3950
+
3951
+ /**
3952
+ * 操作者的信息
3953
+ */
3954
+ Operator?: UserInfo
3948
3955
  }
3949
3956
 
3950
3957
  /**
@@ -3992,19 +3999,19 @@ export interface ChannelCreateSealPolicyRequest {
3992
3999
  SealId: string
3993
4000
 
3994
4001
  /**
3995
- * 指定待授权的用户ID数组
4002
+ * 指定待授权的用户ID数组,电子签的用户ID
3996
4003
  */
3997
4004
  UserIds: Array<string>
3998
4005
 
3999
4006
  /**
4000
- * 企业机构信息,不用传
4007
+ * 操作人(用户)信息,不用传
4001
4008
  */
4002
- Organization?: OrganizationInfo
4009
+ Operator?: UserInfo
4003
4010
 
4004
4011
  /**
4005
- * 操作人(用户)信息,不用传
4012
+ * 企业机构信息,不用传
4006
4013
  */
4007
- Operator?: UserInfo
4014
+ Organization?: OrganizationInfo
4008
4015
  }
4009
4016
 
4010
4017
  /**
@@ -4022,12 +4029,12 @@ export interface OccupiedSeal {
4022
4029
  SealName: string
4023
4030
 
4024
4031
  /**
4025
- * 电子印章授权时间戳
4032
+ * 电子印章授权时间戳,单位秒
4026
4033
  */
4027
4034
  CreateOn: number
4028
4035
 
4029
4036
  /**
4030
- * 电子印章授权人
4037
+ * 电子印章授权人,电子签的UserId
4031
4038
  */
4032
4039
  Creator: string
4033
4040
 
@@ -4053,7 +4060,7 @@ export interface OccupiedSeal {
4053
4060
  Url: string
4054
4061
 
4055
4062
  /**
4056
- * 印章类型
4063
+ * 印章类型,OFFICIAL-企业公章,CONTRACT-合同专用章,LEGAL_PERSON_SEAL-法人章
4057
4064
  */
4058
4065
  SealType: string
4059
4066
 
@@ -4233,7 +4240,7 @@ export interface CreateChannelFlowEvidenceReportResponse {
4233
4240
  */
4234
4241
  export interface SyncFailReason {
4235
4242
  /**
4236
- * 经办人Id
4243
+ * 对应Agent-ProxyOperator-OpenId。第三方应用平台自定义,对子客企业员的唯一标识。一个OpenId在一个子客企业内唯一对应一个真实员工,不可在其他子客企业内重复使用。(例如,可以使用经办人企业名+员工身份证的hash值,需要第三方应用平台保存),最大64位字符串
4237
4244
  */
4238
4245
  Id: string
4239
4246
 
@@ -4400,20 +4407,15 @@ export interface DescribeExtendedServiceAuthInfoResponse {
4400
4407
  * ChannelCreateEmbedWebUrl请求参数结构体
4401
4408
  */
4402
4409
  export interface ChannelCreateEmbedWebUrlRequest {
4403
- /**
4404
- * WEB嵌入资源类型,取值范围:CREATE_SEAL创建印章,CREATE_TEMPLATE创建模板,MODIFY_TEMPLATE修改模板,PREVIEW_TEMPLATE预览模板,PREVIEW_FLOW预览流程
4405
- */
4406
- EmbedType: string
4407
-
4408
4410
  /**
4409
4411
  * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
4410
4412
  */
4411
4413
  Agent: Agent
4412
4414
 
4413
4415
  /**
4414
- * 渠道操作者信息
4416
+ * WEB嵌入资源类型,取值范围:CREATE_SEAL创建印章,CREATE_TEMPLATE创建模板,MODIFY_TEMPLATE修改模板,PREVIEW_TEMPLATE预览模板,PREVIEW_FLOW预览流程
4415
4417
  */
4416
- Operator?: UserInfo
4418
+ EmbedType: string
4417
4419
 
4418
4420
  /**
4419
4421
  * WEB嵌入的业务资源ID,EmbedType取值MODIFY_TEMPLATE或PREVIEW_TEMPLATE或 PREVIEW_FLOW时BusinessId必填
@@ -4424,6 +4426,11 @@ export interface ChannelCreateEmbedWebUrlRequest {
4424
4426
  * 是否隐藏控件,只有预览模板时生效
4425
4427
  */
4426
4428
  HiddenComponents?: boolean
4429
+
4430
+ /**
4431
+ * 渠道操作者信息
4432
+ */
4433
+ Operator?: UserInfo
4427
4434
  }
4428
4435
 
4429
4436
  /**
@@ -156,6 +156,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
156
156
  /**
157
157
  * 此接口(GetDownloadFlowUrl)用于创建电子签批量下载地址,让合作企业进入控制台直接下载,支持客户合同(流程)按照自定义文件夹形式 分类下载。
158
158
  当前接口限制最多合同(流程)50个.
159
+ 返回的链接只能使用一次
159
160
  */
160
161
  GetDownloadFlowUrl(req: GetDownloadFlowUrlRequest, cb?: (error: string, rep: GetDownloadFlowUrlResponse) => void): Promise<GetDownloadFlowUrlResponse>;
161
162
  /**
@@ -225,6 +225,7 @@ class Client extends TencentCloudCommon.AbstractClient {
225
225
  /**
226
226
  * 此接口(GetDownloadFlowUrl)用于创建电子签批量下载地址,让合作企业进入控制台直接下载,支持客户合同(流程)按照自定义文件夹形式 分类下载。
227
227
  当前接口限制最多合同(流程)50个.
228
+ 返回的链接只能使用一次
228
229
  */
229
230
  async GetDownloadFlowUrl(req, cb) {
230
231
  return this.request("GetDownloadFlowUrl", req, cb);