tencentcloud-sdk-nodejs-ess 4.0.686 → 4.0.687
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 +197 -0
- package/SERVICE_CHANGELOG.md +325 -396
- package/package.json +1 -1
- package/products.md +18 -17
- package/src/services/ess/v20201111/ess_client.ts +6 -22
- package/src/services/ess/v20201111/ess_models.ts +96 -114
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -13
- package/tencentcloud/services/ess/v20201111/ess_client.js +4 -14
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +96 -112
|
@@ -2621,19 +2621,6 @@ export interface FormField {
|
|
|
2621
2621
|
*/
|
|
2622
2622
|
ComponentName?: string;
|
|
2623
2623
|
}
|
|
2624
|
-
/**
|
|
2625
|
-
* CreateChannelSubOrganizationModifyQrCode请求参数结构体
|
|
2626
|
-
*/
|
|
2627
|
-
export interface CreateChannelSubOrganizationModifyQrCodeRequest {
|
|
2628
|
-
/**
|
|
2629
|
-
* 操作人信息,userId必填
|
|
2630
|
-
*/
|
|
2631
|
-
Operator: UserInfo;
|
|
2632
|
-
/**
|
|
2633
|
-
* 应用编号
|
|
2634
|
-
*/
|
|
2635
|
-
ApplicationId: string;
|
|
2636
|
-
}
|
|
2637
2624
|
/**
|
|
2638
2625
|
* 用户信息
|
|
2639
2626
|
*/
|
|
@@ -3224,65 +3211,23 @@ export interface CreateDocumentRequest {
|
|
|
3224
3211
|
ClientToken?: string;
|
|
3225
3212
|
}
|
|
3226
3213
|
/**
|
|
3227
|
-
*
|
|
3214
|
+
* 催办接口返回的详细信息。
|
|
3228
3215
|
*/
|
|
3229
|
-
export interface
|
|
3230
|
-
/**
|
|
3231
|
-
* 合同(流程)的ID
|
|
3232
|
-
*/
|
|
3233
|
-
FlowId?: string;
|
|
3234
|
-
/**
|
|
3235
|
-
* 合同(流程)的名字
|
|
3236
|
-
*/
|
|
3237
|
-
FlowName?: string;
|
|
3238
|
-
/**
|
|
3239
|
-
* 合同(流程)的类型
|
|
3240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3241
|
-
*/
|
|
3242
|
-
FlowType?: string;
|
|
3243
|
-
/**
|
|
3244
|
-
* 流程状态
|
|
3245
|
-
- 0 还没有发起
|
|
3246
|
-
- 1 待签署
|
|
3247
|
-
- 2 部分签署
|
|
3248
|
-
- 3 已拒签
|
|
3249
|
-
- 4 已签署
|
|
3250
|
-
- 5 已过期
|
|
3251
|
-
- 6 已撤销
|
|
3252
|
-
- 7 还没有预发起
|
|
3253
|
-
- 8 等待填写
|
|
3254
|
-
- 9 部分填写
|
|
3255
|
-
- 10 拒填
|
|
3256
|
-
- 21 已解除
|
|
3257
|
-
*/
|
|
3258
|
-
FlowStatus?: number;
|
|
3259
|
-
/**
|
|
3260
|
-
* 合同(流程)的信息
|
|
3261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3262
|
-
*/
|
|
3263
|
-
FlowMessage?: string;
|
|
3264
|
-
/**
|
|
3265
|
-
* 流程的描述
|
|
3266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3267
|
-
*/
|
|
3268
|
-
FlowDescription?: string;
|
|
3269
|
-
/**
|
|
3270
|
-
* 合同(流程)的创建时间戳,单位秒
|
|
3271
|
-
*/
|
|
3272
|
-
CreatedOn?: number;
|
|
3216
|
+
export interface RemindFlowRecords {
|
|
3273
3217
|
/**
|
|
3274
|
-
*
|
|
3218
|
+
* 合同流程是否可以催办:
|
|
3219
|
+
true - 可以,false - 不可以。
|
|
3220
|
+
若无法催办,将返回RemindMessage以解释原因。
|
|
3275
3221
|
*/
|
|
3276
|
-
|
|
3222
|
+
CanRemind?: boolean;
|
|
3277
3223
|
/**
|
|
3278
|
-
*
|
|
3224
|
+
* 合同流程ID,为32位字符串。
|
|
3279
3225
|
*/
|
|
3280
|
-
|
|
3226
|
+
FlowId?: string;
|
|
3281
3227
|
/**
|
|
3282
|
-
*
|
|
3283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3228
|
+
* 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。
|
|
3284
3229
|
*/
|
|
3285
|
-
|
|
3230
|
+
RemindMessage?: string;
|
|
3286
3231
|
}
|
|
3287
3232
|
/**
|
|
3288
3233
|
* CreatePreparedPersonalEsign返回参数结构体
|
|
@@ -3319,7 +3264,8 @@ export interface DescribeOrganizationSealsResponse {
|
|
|
3319
3264
|
*/
|
|
3320
3265
|
export interface CreateEmbedWebUrlRequest {
|
|
3321
3266
|
/**
|
|
3322
|
-
*
|
|
3267
|
+
* 执行本接口操作的员工信息。
|
|
3268
|
+
<br/>注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
|
|
3323
3269
|
*/
|
|
3324
3270
|
Operator: UserInfo;
|
|
3325
3271
|
/**
|
|
@@ -3344,7 +3290,8 @@ export interface CreateEmbedWebUrlRequest {
|
|
|
3344
3290
|
*/
|
|
3345
3291
|
BusinessId?: string;
|
|
3346
3292
|
/**
|
|
3347
|
-
*
|
|
3293
|
+
* 代理企业和员工的信息。
|
|
3294
|
+
<br/>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
3348
3295
|
*/
|
|
3349
3296
|
Agent?: Agent;
|
|
3350
3297
|
/**
|
|
@@ -3352,7 +3299,7 @@ export interface CreateEmbedWebUrlRequest {
|
|
|
3352
3299
|
*/
|
|
3353
3300
|
Reviewer?: ReviewerInfo;
|
|
3354
3301
|
/**
|
|
3355
|
-
*
|
|
3302
|
+
* 个性化参数,用于控制页面展示内容
|
|
3356
3303
|
*/
|
|
3357
3304
|
Option?: EmbedUrlOption;
|
|
3358
3305
|
}
|
|
@@ -3784,21 +3731,65 @@ export interface CreateIntegrationUserRolesRequest {
|
|
|
3784
3731
|
Agent?: Agent;
|
|
3785
3732
|
}
|
|
3786
3733
|
/**
|
|
3787
|
-
*
|
|
3734
|
+
* 此结构体(FlowDetailInfo)描述的是合同(流程)的详细信息
|
|
3788
3735
|
*/
|
|
3789
|
-
export interface
|
|
3736
|
+
export interface FlowDetailInfo {
|
|
3790
3737
|
/**
|
|
3791
|
-
*
|
|
3738
|
+
* 合同(流程)的ID
|
|
3792
3739
|
*/
|
|
3793
|
-
|
|
3740
|
+
FlowId?: string;
|
|
3794
3741
|
/**
|
|
3795
|
-
*
|
|
3742
|
+
* 合同(流程)的名字
|
|
3796
3743
|
*/
|
|
3797
|
-
|
|
3744
|
+
FlowName?: string;
|
|
3798
3745
|
/**
|
|
3799
|
-
*
|
|
3746
|
+
* 合同(流程)的类型
|
|
3747
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3800
3748
|
*/
|
|
3801
|
-
|
|
3749
|
+
FlowType?: string;
|
|
3750
|
+
/**
|
|
3751
|
+
* 流程状态
|
|
3752
|
+
- 0 还没有发起
|
|
3753
|
+
- 1 待签署
|
|
3754
|
+
- 2 部分签署
|
|
3755
|
+
- 3 已拒签
|
|
3756
|
+
- 4 已签署
|
|
3757
|
+
- 5 已过期
|
|
3758
|
+
- 6 已撤销
|
|
3759
|
+
- 7 还没有预发起
|
|
3760
|
+
- 8 等待填写
|
|
3761
|
+
- 9 部分填写
|
|
3762
|
+
- 10 拒填
|
|
3763
|
+
- 21 已解除
|
|
3764
|
+
*/
|
|
3765
|
+
FlowStatus?: number;
|
|
3766
|
+
/**
|
|
3767
|
+
* 合同(流程)的信息
|
|
3768
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3769
|
+
*/
|
|
3770
|
+
FlowMessage?: string;
|
|
3771
|
+
/**
|
|
3772
|
+
* 流程的描述
|
|
3773
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3774
|
+
*/
|
|
3775
|
+
FlowDescription?: string;
|
|
3776
|
+
/**
|
|
3777
|
+
* 合同(流程)的创建时间戳,单位秒
|
|
3778
|
+
*/
|
|
3779
|
+
CreatedOn?: number;
|
|
3780
|
+
/**
|
|
3781
|
+
* 合同(流程)的签署方数组
|
|
3782
|
+
*/
|
|
3783
|
+
FlowApproverInfos?: Array<FlowApproverDetail>;
|
|
3784
|
+
/**
|
|
3785
|
+
* 合同(流程)的关注方信息列表
|
|
3786
|
+
*/
|
|
3787
|
+
CcInfos?: Array<FlowApproverDetail>;
|
|
3788
|
+
/**
|
|
3789
|
+
* 合同发起人UserId
|
|
3790
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3791
|
+
*/
|
|
3792
|
+
Creator?: string;
|
|
3802
3793
|
}
|
|
3803
3794
|
/**
|
|
3804
3795
|
* 更新员工信息成功返回的数据信息
|
|
@@ -4282,11 +4273,11 @@ export interface CreateUserAutoSignEnableUrlRequest {
|
|
|
4282
4273
|
*/
|
|
4283
4274
|
export interface CreateOrganizationBatchSignUrlResponse {
|
|
4284
4275
|
/**
|
|
4285
|
-
*
|
|
4276
|
+
* 批量签署入口链接,用户可使用这个链接跳转到控制台页面对合同进行签署操作。
|
|
4286
4277
|
*/
|
|
4287
4278
|
SignUrl?: string;
|
|
4288
4279
|
/**
|
|
4289
|
-
*
|
|
4280
|
+
* 链接过期截止时间,格式为Unix标准时间戳(秒),默认为7天后截止。
|
|
4290
4281
|
*/
|
|
4291
4282
|
ExpiredTime?: number;
|
|
4292
4283
|
/**
|
|
@@ -4308,25 +4299,6 @@ export interface DescribeIntegrationMainOrganizationUserResponse {
|
|
|
4308
4299
|
*/
|
|
4309
4300
|
RequestId?: string;
|
|
4310
4301
|
}
|
|
4311
|
-
/**
|
|
4312
|
-
* 催办接口返回的详细信息。
|
|
4313
|
-
*/
|
|
4314
|
-
export interface RemindFlowRecords {
|
|
4315
|
-
/**
|
|
4316
|
-
* 合同流程是否可以催办:
|
|
4317
|
-
true - 可以,false - 不可以。
|
|
4318
|
-
若无法催办,将返回RemindMessage以解释原因。
|
|
4319
|
-
*/
|
|
4320
|
-
CanRemind?: boolean;
|
|
4321
|
-
/**
|
|
4322
|
-
* 合同流程ID,为32位字符串。
|
|
4323
|
-
*/
|
|
4324
|
-
FlowId?: string;
|
|
4325
|
-
/**
|
|
4326
|
-
* 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。
|
|
4327
|
-
*/
|
|
4328
|
-
RemindMessage?: string;
|
|
4329
|
-
}
|
|
4330
4302
|
/**
|
|
4331
4303
|
* CancelUserAutoSignEnableUrl请求参数结构体
|
|
4332
4304
|
*/
|
|
@@ -4449,27 +4421,37 @@ export interface DeleteSealPoliciesRequest {
|
|
|
4449
4421
|
*/
|
|
4450
4422
|
export interface CreateOrganizationBatchSignUrlRequest {
|
|
4451
4423
|
/**
|
|
4452
|
-
*
|
|
4424
|
+
* 执行本接口操作的员工信息。使用此接口时,必须填写userId。
|
|
4425
|
+
支持填入集团子公司经办人 userId 代发合同。
|
|
4426
|
+
|
|
4427
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
4453
4428
|
*/
|
|
4454
4429
|
Operator: UserInfo;
|
|
4455
4430
|
/**
|
|
4456
|
-
*
|
|
4431
|
+
* 请指定需执行批量签署的流程ID,数量范围为1-100。</br>
|
|
4432
|
+
您可登录腾讯电子签控制台,浏览 "合同"->"合同中心" 以查阅某一合同的FlowId(在页面中显示为合同ID)。</br>
|
|
4433
|
+
用户将利用链接对这些合同实施批量操作。
|
|
4457
4434
|
*/
|
|
4458
4435
|
FlowIds: Array<string>;
|
|
4459
4436
|
/**
|
|
4460
|
-
*
|
|
4437
|
+
* 代理企业和员工的信息。
|
|
4438
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
4461
4439
|
*/
|
|
4462
4440
|
Agent?: Agent;
|
|
4463
4441
|
/**
|
|
4464
|
-
*
|
|
4442
|
+
* 员工在腾讯电子签平台的独特身份标识,为32位字符串。</br>
|
|
4443
|
+
您可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查阅某位员工的UserId(在页面中显示为用户ID)。</br>
|
|
4444
|
+
UserId必须是传入合同(FlowId)中的签署人。
|
|
4445
|
+
- 1. 若UserId为空,Name和Mobile 必须提供。
|
|
4446
|
+
- 2. 若UserId 与 Name,Mobile均存在,将优先采用UserId对应的员工。
|
|
4465
4447
|
*/
|
|
4466
4448
|
UserId?: string;
|
|
4467
4449
|
/**
|
|
4468
|
-
*
|
|
4450
|
+
* 员工姓名,必须与手机号码一起使用。</br> 如果UserId为空,则此字段不能为空。同时,姓名和手机号码必须与传入合同(FlowId)中的签署人信息一致。
|
|
4469
4451
|
*/
|
|
4470
4452
|
Name?: string;
|
|
4471
4453
|
/**
|
|
4472
|
-
*
|
|
4454
|
+
* 员工手机号,必须与姓名一起使用。</br> 如果UserId为空,则此字段不能为空。同时,姓名和手机号码必须与传入合同(FlowId)中的签署人信息一致。
|
|
4473
4455
|
*/
|
|
4474
4456
|
Mobile?: string;
|
|
4475
4457
|
}
|
|
@@ -4605,10 +4587,11 @@ export interface DeleteIntegrationDepartmentRequest {
|
|
|
4605
4587
|
*/
|
|
4606
4588
|
export interface WebThemeConfig {
|
|
4607
4589
|
/**
|
|
4608
|
-
*
|
|
4609
|
-
<
|
|
4610
|
-
<
|
|
4611
|
-
<
|
|
4590
|
+
* 是否显示页面底部电子签logo,取值如下:
|
|
4591
|
+
<ul>
|
|
4592
|
+
<li> **true**:页面底部显示电子签logo</li>
|
|
4593
|
+
<li> **false**:页面底部不显示电子签logo(默认)</li>
|
|
4594
|
+
</ul>
|
|
4612
4595
|
*/
|
|
4613
4596
|
DisplaySignBrandLogo?: boolean;
|
|
4614
4597
|
/**
|
|
@@ -4827,7 +4810,7 @@ export interface ApproverOption {
|
|
|
4827
4810
|
export interface CreateEmbedWebUrlResponse {
|
|
4828
4811
|
/**
|
|
4829
4812
|
* 嵌入的web链接,有效期:5分钟
|
|
4830
|
-
EmbedType=PREVIEW_CC_FLOW,该url为h5链接
|
|
4813
|
+
<br/>EmbedType=PREVIEW_CC_FLOW,该url为h5链接
|
|
4831
4814
|
*/
|
|
4832
4815
|
WebUrl?: string;
|
|
4833
4816
|
/**
|
|
@@ -5661,17 +5644,18 @@ export interface EmbedUrlOption {
|
|
|
5661
5644
|
*/
|
|
5662
5645
|
export interface CreateBatchCancelFlowUrlRequest {
|
|
5663
5646
|
/**
|
|
5664
|
-
*
|
|
5647
|
+
* 执行本接口操作的员工信息。
|
|
5648
|
+
<br/>注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
|
|
5665
5649
|
*/
|
|
5666
5650
|
Operator: UserInfo;
|
|
5667
5651
|
/**
|
|
5668
5652
|
* 需要执行撤回的流程(合同)的编号列表,最多100个.
|
|
5669
|
-
|
|
5653
|
+
<br>列表中的流程(合同)编号不要重复.
|
|
5670
5654
|
*/
|
|
5671
5655
|
FlowIds: Array<string>;
|
|
5672
5656
|
/**
|
|
5673
|
-
*
|
|
5674
|
-
|
|
5657
|
+
* 代理企业和员工的信息。
|
|
5658
|
+
<br/>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
5675
5659
|
*/
|
|
5676
5660
|
Agent?: Agent;
|
|
5677
5661
|
}
|