tencentcloud-sdk-nodejs-essbasic 4.0.613 → 4.0.615
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.
|
@@ -136,11 +136,11 @@ export interface ChannelCreateFlowSignReviewRequest {
|
|
|
136
136
|
*/
|
|
137
137
|
export interface AuthFailMessage {
|
|
138
138
|
/**
|
|
139
|
-
*
|
|
139
|
+
* 第三方应用平台的子客企业OpenId
|
|
140
140
|
*/
|
|
141
141
|
ProxyOrganizationOpenId: string;
|
|
142
142
|
/**
|
|
143
|
-
*
|
|
143
|
+
* 错误信息
|
|
144
144
|
*/
|
|
145
145
|
Message: string;
|
|
146
146
|
}
|
|
@@ -215,7 +215,7 @@ export interface DescribeResourceUrlsByFlowsRequest {
|
|
|
215
215
|
*/
|
|
216
216
|
export interface RemindFlowRecords {
|
|
217
217
|
/**
|
|
218
|
-
*
|
|
218
|
+
* 是否能够催办,true-是,false-否
|
|
219
219
|
*/
|
|
220
220
|
CanRemind: boolean;
|
|
221
221
|
/**
|
|
@@ -223,7 +223,7 @@ export interface RemindFlowRecords {
|
|
|
223
223
|
*/
|
|
224
224
|
FlowId: string;
|
|
225
225
|
/**
|
|
226
|
-
*
|
|
226
|
+
* 催办详情信息
|
|
227
227
|
*/
|
|
228
228
|
RemindMessage: string;
|
|
229
229
|
}
|
|
@@ -346,7 +346,7 @@ export interface FlowFileInfo {
|
|
|
346
346
|
*/
|
|
347
347
|
export interface CreateFlowOption {
|
|
348
348
|
/**
|
|
349
|
-
*
|
|
349
|
+
* 是否允许修改合同信息,true-是,false-否
|
|
350
350
|
*/
|
|
351
351
|
CanEditFlow?: boolean;
|
|
352
352
|
}
|
|
@@ -367,7 +367,7 @@ export interface BaseFlowInfo {
|
|
|
367
367
|
*/
|
|
368
368
|
FlowDescription: string;
|
|
369
369
|
/**
|
|
370
|
-
* 合同流程截止时间,unix
|
|
370
|
+
* 合同流程截止时间,unix时间戳,单位秒
|
|
371
371
|
*/
|
|
372
372
|
Deadline: number;
|
|
373
373
|
/**
|
|
@@ -375,7 +375,7 @@ export interface BaseFlowInfo {
|
|
|
375
375
|
*/
|
|
376
376
|
Unordered?: boolean;
|
|
377
377
|
/**
|
|
378
|
-
*
|
|
378
|
+
* 是否打开智能添加填写区(默认开启,打开:"OPEN" 关闭:"CLOSE")
|
|
379
379
|
*/
|
|
380
380
|
IntelligentStatus?: string;
|
|
381
381
|
/**
|
|
@@ -383,7 +383,7 @@ export interface BaseFlowInfo {
|
|
|
383
383
|
*/
|
|
384
384
|
FormFields?: Array<FormField>;
|
|
385
385
|
/**
|
|
386
|
-
* 本企业(发起方企业)是否需要签署审批,true
|
|
386
|
+
* 本企业(发起方企业)是否需要签署审批,true:开启本企业签署审批。使用ChannelCreateFlowSignReview接口提交审批结果,才能继续完成签署
|
|
387
387
|
*/
|
|
388
388
|
NeedSignReview?: boolean;
|
|
389
389
|
/**
|
|
@@ -800,7 +800,7 @@ export interface FlowApproverDetail {
|
|
|
800
800
|
*/
|
|
801
801
|
ApproveMessage: string;
|
|
802
802
|
/**
|
|
803
|
-
*
|
|
803
|
+
* 签署人签署时间戳,单位秒
|
|
804
804
|
*/
|
|
805
805
|
ApproveTime: number;
|
|
806
806
|
/**
|
|
@@ -964,7 +964,7 @@ export interface TemplateInfo {
|
|
|
964
964
|
*/
|
|
965
965
|
Description: string;
|
|
966
966
|
/**
|
|
967
|
-
*
|
|
967
|
+
* 模板的填充控件信息结构
|
|
968
968
|
*/
|
|
969
969
|
Components: Array<Component>;
|
|
970
970
|
/**
|
|
@@ -972,7 +972,7 @@ export interface TemplateInfo {
|
|
|
972
972
|
*/
|
|
973
973
|
Recipients: Array<Recipient>;
|
|
974
974
|
/**
|
|
975
|
-
*
|
|
975
|
+
* 模板中的签署控件信息结构
|
|
976
976
|
*/
|
|
977
977
|
SignComponents: Array<Component>;
|
|
978
978
|
/**
|
|
@@ -982,31 +982,31 @@ export interface TemplateInfo {
|
|
|
982
982
|
/**
|
|
983
983
|
* 是否是发起人 ,已弃用
|
|
984
984
|
*/
|
|
985
|
-
IsPromoter
|
|
985
|
+
IsPromoter?: boolean;
|
|
986
986
|
/**
|
|
987
|
-
*
|
|
987
|
+
* 模板的创建者信息,电子签系统用户ID
|
|
988
988
|
*/
|
|
989
989
|
Creator: string;
|
|
990
990
|
/**
|
|
991
|
-
*
|
|
991
|
+
* 模板创建的时间戳,单位秒
|
|
992
992
|
*/
|
|
993
993
|
CreatedOn: number;
|
|
994
994
|
/**
|
|
995
|
-
* 模板的H5预览链接,可以通过浏览器打开此链接预览模板,或者嵌入到iframe
|
|
995
|
+
* 模板的H5预览链接,可以通过浏览器打开此链接预览模板,或者嵌入到iframe中预览模板。请求参数WithPreviewUrl=true时返回,有效期5分钟。
|
|
996
996
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
997
997
|
*/
|
|
998
998
|
PreviewUrl: string;
|
|
999
999
|
/**
|
|
1000
|
-
* 第三方应用集成-模板PDF
|
|
1000
|
+
* 第三方应用集成-模板PDF文件链接。请求参数WithPdfUrl=true时返回(此功能开放需要联系客户经理),有效期5分钟。
|
|
1001
1001
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1002
1002
|
*/
|
|
1003
1003
|
PdfUrl: string;
|
|
1004
1004
|
/**
|
|
1005
|
-
*
|
|
1005
|
+
* 关联的第三方应用平台企业模板ID
|
|
1006
1006
|
*/
|
|
1007
1007
|
ChannelTemplateId: string;
|
|
1008
1008
|
/**
|
|
1009
|
-
*
|
|
1009
|
+
* 关联的三方应用平台平台企业模板名称
|
|
1010
1010
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1011
1011
|
*/
|
|
1012
1012
|
ChannelTemplateName: string;
|
|
@@ -1069,7 +1069,7 @@ export interface Agent {
|
|
|
1069
1069
|
*/
|
|
1070
1070
|
export interface Recipient {
|
|
1071
1071
|
/**
|
|
1072
|
-
*
|
|
1072
|
+
* 签署人唯一标识,在通过模板发起合同的时候对应签署方Id
|
|
1073
1073
|
*/
|
|
1074
1074
|
RecipientId?: string;
|
|
1075
1075
|
/**
|
|
@@ -1081,15 +1081,15 @@ export interface Recipient {
|
|
|
1081
1081
|
*/
|
|
1082
1082
|
Description?: string;
|
|
1083
1083
|
/**
|
|
1084
|
-
*
|
|
1084
|
+
* 签署方备注角色名
|
|
1085
1085
|
*/
|
|
1086
1086
|
RoleName?: string;
|
|
1087
1087
|
/**
|
|
1088
|
-
*
|
|
1088
|
+
* 是否需要校验,true-是,false-否
|
|
1089
1089
|
*/
|
|
1090
1090
|
RequireValidation?: boolean;
|
|
1091
1091
|
/**
|
|
1092
|
-
*
|
|
1092
|
+
* 是否必须填写,true-是,false-否
|
|
1093
1093
|
*/
|
|
1094
1094
|
RequireSign?: boolean;
|
|
1095
1095
|
/**
|
|
@@ -1254,14 +1254,6 @@ export interface OrganizationInfo {
|
|
|
1254
1254
|
* 用户在渠道的机构编号
|
|
1255
1255
|
*/
|
|
1256
1256
|
OrganizationOpenId: string;
|
|
1257
|
-
/**
|
|
1258
|
-
* 用户真实的IP
|
|
1259
|
-
*/
|
|
1260
|
-
ClientIp: string;
|
|
1261
|
-
/**
|
|
1262
|
-
* 机构的代理IP
|
|
1263
|
-
*/
|
|
1264
|
-
ProxyIp: string;
|
|
1265
1257
|
/**
|
|
1266
1258
|
* 机构在平台的编号
|
|
1267
1259
|
*/
|
|
@@ -1270,6 +1262,14 @@ export interface OrganizationInfo {
|
|
|
1270
1262
|
* 用户渠道
|
|
1271
1263
|
*/
|
|
1272
1264
|
Channel?: string;
|
|
1265
|
+
/**
|
|
1266
|
+
* 用户真实的IP
|
|
1267
|
+
*/
|
|
1268
|
+
ClientIp?: string;
|
|
1269
|
+
/**
|
|
1270
|
+
* 机构的代理IP
|
|
1271
|
+
*/
|
|
1272
|
+
ProxyIp?: string;
|
|
1273
1273
|
}
|
|
1274
1274
|
/**
|
|
1275
1275
|
* 签署链接内容
|
|
@@ -1281,7 +1281,7 @@ export interface SignUrlInfo {
|
|
|
1281
1281
|
*/
|
|
1282
1282
|
SignUrl: string;
|
|
1283
1283
|
/**
|
|
1284
|
-
*
|
|
1284
|
+
* 合同过期时间戳,单位秒
|
|
1285
1285
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1286
1286
|
*/
|
|
1287
1287
|
Deadline: number;
|
|
@@ -1299,7 +1299,7 @@ export interface SignUrlInfo {
|
|
|
1299
1299
|
* 自定义用户编号
|
|
1300
1300
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1301
1301
|
*/
|
|
1302
|
-
CustomUserId
|
|
1302
|
+
CustomUserId?: string;
|
|
1303
1303
|
/**
|
|
1304
1304
|
* 用户姓名
|
|
1305
1305
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1422,7 +1422,7 @@ export interface PdfVerifyResult {
|
|
|
1422
1422
|
*/
|
|
1423
1423
|
SignerName: string;
|
|
1424
1424
|
/**
|
|
1425
|
-
*
|
|
1425
|
+
* 签署时间戳,单位秒
|
|
1426
1426
|
*/
|
|
1427
1427
|
SignTime: number;
|
|
1428
1428
|
/**
|
|
@@ -1434,11 +1434,11 @@ export interface PdfVerifyResult {
|
|
|
1434
1434
|
*/
|
|
1435
1435
|
CertSn: string;
|
|
1436
1436
|
/**
|
|
1437
|
-
*
|
|
1437
|
+
* 证书起始时间戳,单位秒
|
|
1438
1438
|
*/
|
|
1439
1439
|
CertNotBefore: number;
|
|
1440
1440
|
/**
|
|
1441
|
-
*
|
|
1441
|
+
* 证书过期时间戳,单位秒
|
|
1442
1442
|
*/
|
|
1443
1443
|
CertNotAfter: number;
|
|
1444
1444
|
/**
|
|
@@ -1446,23 +1446,23 @@ export interface PdfVerifyResult {
|
|
|
1446
1446
|
*/
|
|
1447
1447
|
SignType: number;
|
|
1448
1448
|
/**
|
|
1449
|
-
*
|
|
1449
|
+
* 签名域横坐标,单位px
|
|
1450
1450
|
*/
|
|
1451
1451
|
ComponentPosX: number;
|
|
1452
1452
|
/**
|
|
1453
|
-
*
|
|
1453
|
+
* 签名域纵坐标,单位px
|
|
1454
1454
|
*/
|
|
1455
1455
|
ComponentPosY: number;
|
|
1456
1456
|
/**
|
|
1457
|
-
*
|
|
1457
|
+
* 签名域宽度,单位px
|
|
1458
1458
|
*/
|
|
1459
1459
|
ComponentWidth: number;
|
|
1460
1460
|
/**
|
|
1461
|
-
*
|
|
1461
|
+
* 签名域高度,单位px
|
|
1462
1462
|
*/
|
|
1463
1463
|
ComponentHeight: number;
|
|
1464
1464
|
/**
|
|
1465
|
-
*
|
|
1465
|
+
* 签名域所在页码,1~N
|
|
1466
1466
|
*/
|
|
1467
1467
|
ComponentPage: number;
|
|
1468
1468
|
}
|
|
@@ -1591,7 +1591,6 @@ export interface DescribeExtendedServiceAuthInfoRequest {
|
|
|
1591
1591
|
}
|
|
1592
1592
|
/**
|
|
1593
1593
|
* 此结构 (FormField) 用于描述内容控件填充结构。
|
|
1594
|
-
|
|
1595
1594
|
*/
|
|
1596
1595
|
export interface FormField {
|
|
1597
1596
|
/**
|
|
@@ -1601,7 +1600,7 @@ export interface FormField {
|
|
|
1601
1600
|
CHECK_BOX - true/false
|
|
1602
1601
|
FILL_IMAGE、ATTACHMENT - 附件的FileId,需要通过UploadFiles接口上传获取
|
|
1603
1602
|
SELECTOR - 选项值
|
|
1604
|
-
DYNAMIC_TABLE - 传入json格式的表格内容,具体见数据结构FlowInfo
|
|
1603
|
+
DYNAMIC_TABLE - 传入json格式的表格内容,具体见数据结构FlowInfo
|
|
1605
1604
|
*/
|
|
1606
1605
|
ComponentValue: string;
|
|
1607
1606
|
/**
|
|
@@ -1856,7 +1855,7 @@ export interface DescribeUsageResponse {
|
|
|
1856
1855
|
*/
|
|
1857
1856
|
export interface Staff {
|
|
1858
1857
|
/**
|
|
1859
|
-
*
|
|
1858
|
+
* 员工在电子签平台的用户ID
|
|
1860
1859
|
*/
|
|
1861
1860
|
UserId: string;
|
|
1862
1861
|
/**
|
|
@@ -1873,7 +1872,7 @@ export interface Staff {
|
|
|
1873
1872
|
*/
|
|
1874
1873
|
Email: string;
|
|
1875
1874
|
/**
|
|
1876
|
-
*
|
|
1875
|
+
* 员工在第三方应用平台的用户ID
|
|
1877
1876
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1878
1877
|
*/
|
|
1879
1878
|
OpenId: string;
|
|
@@ -1892,11 +1891,11 @@ export interface Staff {
|
|
|
1892
1891
|
*/
|
|
1893
1892
|
Verified: boolean;
|
|
1894
1893
|
/**
|
|
1895
|
-
*
|
|
1894
|
+
* 员工创建时间戳,单位秒
|
|
1896
1895
|
*/
|
|
1897
1896
|
CreatedOn: number;
|
|
1898
1897
|
/**
|
|
1899
|
-
*
|
|
1898
|
+
* 员工实名时间戳,单位秒
|
|
1900
1899
|
*/
|
|
1901
1900
|
VerifiedOn: number;
|
|
1902
1901
|
/**
|
|
@@ -1954,7 +1953,7 @@ export interface ChannelDescribeEmployeesRequest {
|
|
|
1954
1953
|
*/
|
|
1955
1954
|
export interface AuthorizedUser {
|
|
1956
1955
|
/**
|
|
1957
|
-
*
|
|
1956
|
+
* 第三方应用平台的用户openid
|
|
1958
1957
|
*/
|
|
1959
1958
|
OpenId: string;
|
|
1960
1959
|
}
|
|
@@ -2184,7 +2183,7 @@ export interface FlowApproverInfo {
|
|
|
2184
2183
|
*/
|
|
2185
2184
|
RecipientId?: string;
|
|
2186
2185
|
/**
|
|
2187
|
-
*
|
|
2186
|
+
* 签署截止时间戳,默认一年
|
|
2188
2187
|
*/
|
|
2189
2188
|
Deadline?: number;
|
|
2190
2189
|
/**
|
|
@@ -2205,7 +2204,7 @@ export interface FlowApproverInfo {
|
|
|
2205
2204
|
*/
|
|
2206
2205
|
PreReadTime?: number;
|
|
2207
2206
|
/**
|
|
2208
|
-
* 签署完前端跳转的url
|
|
2207
|
+
* 签署完前端跳转的url,此字段的用法场景请联系客户经理确认
|
|
2209
2208
|
*/
|
|
2210
2209
|
JumpUrl?: string;
|
|
2211
2210
|
/**
|
|
@@ -2282,11 +2281,11 @@ export interface FlowDetailInfo {
|
|
|
2282
2281
|
*/
|
|
2283
2282
|
FlowMessage: string;
|
|
2284
2283
|
/**
|
|
2285
|
-
* 合同(流程)
|
|
2284
|
+
* 合同(流程)的创建时间戳,单位秒
|
|
2286
2285
|
*/
|
|
2287
2286
|
CreateOn: number;
|
|
2288
2287
|
/**
|
|
2289
|
-
* 合同(流程)
|
|
2288
|
+
* 合同(流程)的签署截止时间戳,单位秒
|
|
2290
2289
|
*/
|
|
2291
2290
|
DeadLine: number;
|
|
2292
2291
|
/**
|
|
@@ -2428,7 +2427,7 @@ export interface ExtentServiceAuthInfo {
|
|
|
2428
2427
|
OVERSEA_SIGN 企业与港澳台居民*签署合同
|
|
2429
2428
|
MOBILE_CHECK_APPROVER 使用手机号验证签署方身份
|
|
2430
2429
|
PAGING_SEAL 骑缝章
|
|
2431
|
-
DOWNLOAD_FLOW
|
|
2430
|
+
DOWNLOAD_FLOW 授权平台企业下载合同
|
|
2432
2431
|
*/
|
|
2433
2432
|
Type?: string;
|
|
2434
2433
|
/**
|
|
@@ -2442,12 +2441,12 @@ export interface ExtentServiceAuthInfo {
|
|
|
2442
2441
|
*/
|
|
2443
2442
|
Status?: string;
|
|
2444
2443
|
/**
|
|
2445
|
-
*
|
|
2444
|
+
* 最近操作人第三方应用平台的用户openid
|
|
2446
2445
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2447
2446
|
*/
|
|
2448
2447
|
OperatorOpenId?: string;
|
|
2449
2448
|
/**
|
|
2450
|
-
*
|
|
2449
|
+
* 最近操作时间戳,单位秒
|
|
2451
2450
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2452
2451
|
*/
|
|
2453
2452
|
OperateOn?: number;
|
|
@@ -2487,6 +2486,7 @@ export interface ReleasedApprover {
|
|
|
2487
2486
|
/**
|
|
2488
2487
|
* 签署人类型,目前仅支持
|
|
2489
2488
|
ORGANIZATION-企业
|
|
2489
|
+
ENTERPRISESERVER-企业静默签
|
|
2490
2490
|
*/
|
|
2491
2491
|
ApproverType: string;
|
|
2492
2492
|
/**
|
|
@@ -2578,19 +2578,19 @@ export interface ChannelCreateBatchCancelFlowUrlRequest {
|
|
|
2578
2578
|
*/
|
|
2579
2579
|
export interface ApproverRestriction {
|
|
2580
2580
|
/**
|
|
2581
|
-
*
|
|
2581
|
+
* 指定签署人姓名
|
|
2582
2582
|
*/
|
|
2583
2583
|
Name?: string;
|
|
2584
2584
|
/**
|
|
2585
|
-
*
|
|
2585
|
+
* 指定签署人手机号,11位数字
|
|
2586
2586
|
*/
|
|
2587
2587
|
Mobile?: string;
|
|
2588
2588
|
/**
|
|
2589
|
-
*
|
|
2589
|
+
* 指定签署人证件类型,ID_CARD-身份证,HONGKONG_AND_MACAO-港澳居民来往内地通行证,HONGKONG_MACAO_AND_TAIWAN-港澳台居民居住证
|
|
2590
2590
|
*/
|
|
2591
2591
|
IdCardType?: string;
|
|
2592
2592
|
/**
|
|
2593
|
-
*
|
|
2593
|
+
* 指定签署人证件号码,其中字母大写
|
|
2594
2594
|
*/
|
|
2595
2595
|
IdCardNumber?: string;
|
|
2596
2596
|
}
|
|
@@ -3421,11 +3421,11 @@ export interface OccupiedSeal {
|
|
|
3421
3421
|
*/
|
|
3422
3422
|
SealName: string;
|
|
3423
3423
|
/**
|
|
3424
|
-
*
|
|
3424
|
+
* 电子印章授权时间戳,单位秒
|
|
3425
3425
|
*/
|
|
3426
3426
|
CreateOn: number;
|
|
3427
3427
|
/**
|
|
3428
|
-
*
|
|
3428
|
+
* 电子印章授权人,电子签的UserId
|
|
3429
3429
|
*/
|
|
3430
3430
|
Creator: string;
|
|
3431
3431
|
/**
|
|
@@ -3446,7 +3446,7 @@ export interface OccupiedSeal {
|
|
|
3446
3446
|
*/
|
|
3447
3447
|
Url: string;
|
|
3448
3448
|
/**
|
|
3449
|
-
*
|
|
3449
|
+
* 印章类型,OFFICIAL-企业公章,CONTRACT-合同专用章,LEGAL_PERSON_SEAL-法人章
|
|
3450
3450
|
*/
|
|
3451
3451
|
SealType: string;
|
|
3452
3452
|
/**
|
|
@@ -3598,7 +3598,7 @@ export interface CreateChannelFlowEvidenceReportResponse {
|
|
|
3598
3598
|
*/
|
|
3599
3599
|
export interface SyncFailReason {
|
|
3600
3600
|
/**
|
|
3601
|
-
*
|
|
3601
|
+
* 对应Agent-ProxyOperator-OpenId。第三方应用平台自定义,对子客企业员的唯一标识。一个OpenId在一个子客企业内唯一对应一个真实员工,不可在其他子客企业内重复使用。(例如,可以使用经办人企业名+员工身份证的hash值,需要第三方应用平台保存),最大64位字符串
|
|
3602
3602
|
*/
|
|
3603
3603
|
Id: string;
|
|
3604
3604
|
/**
|