tencentcloud-sdk-nodejs-ess 4.0.582 → 4.0.584
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 +414 -0
- package/SERVICE_CHANGELOG.md +364 -106
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/ess/v20201111/ess_models.ts +44 -34
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +41 -33
|
@@ -265,7 +265,7 @@ export interface BindEmployeeUserIdWithClientOpenIdResponse {
|
|
|
265
265
|
/**
|
|
266
266
|
* 绑定是否成功,1表示成功,0表示失败
|
|
267
267
|
*/
|
|
268
|
-
Status
|
|
268
|
+
Status?: number;
|
|
269
269
|
/**
|
|
270
270
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
271
271
|
*/
|
|
@@ -458,7 +458,7 @@ export interface DescribeOrganizationGroupOrganizationsRequest {
|
|
|
458
458
|
*/
|
|
459
459
|
Status?: number;
|
|
460
460
|
/**
|
|
461
|
-
*
|
|
461
|
+
* 是否导出当前成员企业数据
|
|
462
462
|
*/
|
|
463
463
|
Export?: boolean;
|
|
464
464
|
/**
|
|
@@ -569,10 +569,6 @@ export interface DescribeFlowTemplatesRequest {
|
|
|
569
569
|
* 调用方用户信息,userId 必填
|
|
570
570
|
*/
|
|
571
571
|
Operator: UserInfo;
|
|
572
|
-
/**
|
|
573
|
-
* 企业组织相关信息,一般不用填
|
|
574
|
-
*/
|
|
575
|
-
Organization?: OrganizationInfo;
|
|
576
572
|
/**
|
|
577
573
|
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
578
574
|
*/
|
|
@@ -601,14 +597,18 @@ export interface DescribeFlowTemplatesRequest {
|
|
|
601
597
|
为true,查询第三方应用集成平台企业模板库管理列表
|
|
602
598
|
*/
|
|
603
599
|
IsChannel?: boolean;
|
|
600
|
+
/**
|
|
601
|
+
* 查询内容:0-模板列表及详情(默认),1-仅模板列表
|
|
602
|
+
*/
|
|
603
|
+
ContentType?: number;
|
|
604
604
|
/**
|
|
605
605
|
* 暂未开放
|
|
606
606
|
*/
|
|
607
|
-
|
|
607
|
+
Organization?: OrganizationInfo;
|
|
608
608
|
/**
|
|
609
|
-
*
|
|
609
|
+
* 暂未开放
|
|
610
610
|
*/
|
|
611
|
-
|
|
611
|
+
GenerateSource?: number;
|
|
612
612
|
}
|
|
613
613
|
/**
|
|
614
614
|
* DescribeFlowEvidenceReport返回参数结构体
|
|
@@ -704,7 +704,7 @@ export interface TemplateInfo {
|
|
|
704
704
|
*/
|
|
705
705
|
Promoter?: Recipient;
|
|
706
706
|
/**
|
|
707
|
-
* 模板可用状态,取值:
|
|
707
|
+
* 模板可用状态,取值:1启用(默认),2停用
|
|
708
708
|
*/
|
|
709
709
|
Available?: number;
|
|
710
710
|
/**
|
|
@@ -942,7 +942,7 @@ export interface UnbindEmployeeUserIdWithClientOpenIdResponse {
|
|
|
942
942
|
/**
|
|
943
943
|
* 解绑是否成功,1表示成功,0表示失败
|
|
944
944
|
*/
|
|
945
|
-
Status
|
|
945
|
+
Status?: number;
|
|
946
946
|
/**
|
|
947
947
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
948
948
|
*/
|
|
@@ -967,7 +967,7 @@ export interface CreateReleaseFlowResponse {
|
|
|
967
967
|
*/
|
|
968
968
|
export interface BindEmployeeUserIdWithClientOpenIdRequest {
|
|
969
969
|
/**
|
|
970
|
-
* OpenId与UserId
|
|
970
|
+
* 用户信息,OpenId与UserId二选一必填一个,OpenId是第三方客户ID,userId是用户实名后的电子签生成的ID,当传入客户系统openId,传入的openId需与电子签员工userId绑定,且参数Channel必填,Channel值为INTEGRATE;当传入参数UserId,Channel无需指定
|
|
971
971
|
*/
|
|
972
972
|
Operator: UserInfo;
|
|
973
973
|
/**
|
|
@@ -993,23 +993,23 @@ export interface DeleteSealPoliciesResponse {
|
|
|
993
993
|
*/
|
|
994
994
|
export interface OrganizationInfo {
|
|
995
995
|
/**
|
|
996
|
-
*
|
|
996
|
+
* 机构在平台的编号,内部字段,暂未开放
|
|
997
997
|
*/
|
|
998
998
|
OrganizationId?: string;
|
|
999
999
|
/**
|
|
1000
|
-
*
|
|
1000
|
+
* 用户渠道,内部字段,暂未开放
|
|
1001
1001
|
*/
|
|
1002
1002
|
Channel?: string;
|
|
1003
1003
|
/**
|
|
1004
|
-
*
|
|
1004
|
+
* 用户在渠道的机构编号,内部字段,暂未开放
|
|
1005
1005
|
*/
|
|
1006
1006
|
OrganizationOpenId?: string;
|
|
1007
1007
|
/**
|
|
1008
|
-
* 用户真实的IP
|
|
1008
|
+
* 用户真实的IP,内部字段,暂未开放
|
|
1009
1009
|
*/
|
|
1010
1010
|
ClientIp?: string;
|
|
1011
1011
|
/**
|
|
1012
|
-
* 机构的代理IP
|
|
1012
|
+
* 机构的代理IP,内部字段,暂未开放
|
|
1013
1013
|
*/
|
|
1014
1014
|
ProxyIp?: string;
|
|
1015
1015
|
}
|
|
@@ -1120,11 +1120,11 @@ export interface FailedDeleteStaffData {
|
|
|
1120
1120
|
*/
|
|
1121
1121
|
export interface PdfVerifyResult {
|
|
1122
1122
|
/**
|
|
1123
|
-
*
|
|
1123
|
+
* 验签结果。0-签名域未签名;1-验签成功; 3-验签失败;4-未找到签名域:文件内没有签名域;5-签名值格式不正确。
|
|
1124
1124
|
*/
|
|
1125
1125
|
VerifyResult: number;
|
|
1126
1126
|
/**
|
|
1127
|
-
*
|
|
1127
|
+
* 签署平台,如果文件是在腾讯电子签平台签署,则返回腾讯电子签,如果文件不在腾讯电子签平台签署,则返回其他平台。
|
|
1128
1128
|
*/
|
|
1129
1129
|
SignPlatform: string;
|
|
1130
1130
|
/**
|
|
@@ -1351,7 +1351,7 @@ export interface CreateFlowSignReviewRequest {
|
|
|
1351
1351
|
*/
|
|
1352
1352
|
export interface UnbindEmployeeUserIdWithClientOpenIdRequest {
|
|
1353
1353
|
/**
|
|
1354
|
-
* OpenId与UserId
|
|
1354
|
+
* 用户信息,OpenId与UserId二选一必填一个,OpenId是第三方客户ID,userId是用户实名后的电子签生成的ID,当传入客户系统openId,传入的openId需与电子签员工userId绑定,且参数Channel必填,Channel值为INTEGRATE;当传入参数UserId,Channel无需指定
|
|
1355
1355
|
*/
|
|
1356
1356
|
Operator: UserInfo;
|
|
1357
1357
|
/**
|
|
@@ -1618,19 +1618,19 @@ export interface UserInfo {
|
|
|
1618
1618
|
*/
|
|
1619
1619
|
UserId?: string;
|
|
1620
1620
|
/**
|
|
1621
|
-
*
|
|
1621
|
+
* 用户的来源渠道,一般不用传,特定场景根据接口说明传值
|
|
1622
1622
|
*/
|
|
1623
1623
|
Channel?: string;
|
|
1624
1624
|
/**
|
|
1625
|
-
*
|
|
1625
|
+
* 用户在渠道的编号,一般不用传,特定场景根据接口说明传值
|
|
1626
1626
|
*/
|
|
1627
1627
|
OpenId?: string;
|
|
1628
1628
|
/**
|
|
1629
|
-
* 用户真实IP
|
|
1629
|
+
* 用户真实IP,内部字段,暂未开放
|
|
1630
1630
|
*/
|
|
1631
1631
|
ClientIp?: string;
|
|
1632
1632
|
/**
|
|
1633
|
-
* 用户代理IP
|
|
1633
|
+
* 用户代理IP,内部字段,暂未开放
|
|
1634
1634
|
*/
|
|
1635
1635
|
ProxyIp?: string;
|
|
1636
1636
|
}
|
|
@@ -1785,7 +1785,7 @@ export interface GroupOrganization {
|
|
|
1785
1785
|
*/
|
|
1786
1786
|
UpdateTime?: number;
|
|
1787
1787
|
/**
|
|
1788
|
-
*
|
|
1788
|
+
* 成员企业加入集团的当前状态:1-待授权;2-已授权待激活;3-拒绝授权;4-已解除;5-已加入
|
|
1789
1789
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1790
1790
|
*/
|
|
1791
1791
|
Status?: number;
|
|
@@ -1855,7 +1855,7 @@ export interface CreateDocumentRequest {
|
|
|
1855
1855
|
*/
|
|
1856
1856
|
TemplateId: string;
|
|
1857
1857
|
/**
|
|
1858
|
-
* 文件名列表,单个文件名最大长度200
|
|
1858
|
+
* 文件名列表,单个文件名最大长度200个字符,暂时仅支持单文件发起。设置后流程对应的文件名称当前设置的值。
|
|
1859
1859
|
*/
|
|
1860
1860
|
FileNames: Array<string>;
|
|
1861
1861
|
/**
|
|
@@ -1940,7 +1940,7 @@ export interface DeleteIntegrationEmployeesRequest {
|
|
|
1940
1940
|
*/
|
|
1941
1941
|
Employees: Array<Staff>;
|
|
1942
1942
|
/**
|
|
1943
|
-
*
|
|
1943
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId需填充子企业Id
|
|
1944
1944
|
*/
|
|
1945
1945
|
Agent?: Agent;
|
|
1946
1946
|
}
|
|
@@ -2244,7 +2244,7 @@ export interface Recipient {
|
|
|
2244
2244
|
*/
|
|
2245
2245
|
RecipientId?: string;
|
|
2246
2246
|
/**
|
|
2247
|
-
*
|
|
2247
|
+
* 参与者类型。默认为空。ENTERPRISE-企业;INDIVIDUAL-个人;PROMOTER-发起方
|
|
2248
2248
|
*/
|
|
2249
2249
|
RecipientType?: string;
|
|
2250
2250
|
/**
|
|
@@ -2284,7 +2284,7 @@ export interface Recipient {
|
|
|
2284
2284
|
*/
|
|
2285
2285
|
UserId?: string;
|
|
2286
2286
|
/**
|
|
2287
|
-
*
|
|
2287
|
+
* 发送方式。默认为EMAIL。EMAIL-邮件;MOBILE-手机短信;WECHAT-微信通知
|
|
2288
2288
|
*/
|
|
2289
2289
|
DeliveryMethod?: string;
|
|
2290
2290
|
/**
|
|
@@ -2462,6 +2462,14 @@ export interface CreateUserAutoSignEnableUrlRequest {
|
|
|
2462
2462
|
* 链接类型,空-默认小程序端链接,H5SIGN-h5端链接
|
|
2463
2463
|
*/
|
|
2464
2464
|
UrlType?: string;
|
|
2465
|
+
/**
|
|
2466
|
+
* 通知类型,默认不填为不通知开通方,填写 SMS 为短息通知。
|
|
2467
|
+
*/
|
|
2468
|
+
NotifyType?: string;
|
|
2469
|
+
/**
|
|
2470
|
+
* 若上方填写为 SMS,则此处为手机号
|
|
2471
|
+
*/
|
|
2472
|
+
NotifyAddress?: string;
|
|
2465
2473
|
}
|
|
2466
2474
|
/**
|
|
2467
2475
|
* DescribeIntegrationMainOrganizationUser返回参数结构体
|
|
@@ -3224,14 +3232,14 @@ export interface UpdateIntegrationEmployeesRequest {
|
|
|
3224
3232
|
* 操作人信息
|
|
3225
3233
|
*/
|
|
3226
3234
|
Operator: UserInfo;
|
|
3227
|
-
/**
|
|
3228
|
-
* 代理信息
|
|
3229
|
-
*/
|
|
3230
|
-
Agent: Agent;
|
|
3231
3235
|
/**
|
|
3232
3236
|
* 员工信息
|
|
3233
3237
|
*/
|
|
3234
3238
|
Employees: Array<Staff>;
|
|
3239
|
+
/**
|
|
3240
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId需填充子企业Id
|
|
3241
|
+
*/
|
|
3242
|
+
Agent?: Agent;
|
|
3235
3243
|
}
|
|
3236
3244
|
/**
|
|
3237
3245
|
* DescribeFlowBriefs请求参数结构体
|