tencentcloud-sdk-nodejs-ess 4.1.63 → 4.1.65
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/package.json
CHANGED
|
@@ -1037,6 +1037,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1037
1037
|
**使用条件**
|
|
1038
1038
|
- 在发起合同时,必须将OpenDynamicSignFlow参数设置为true,以确保合同以动态签署方2.0的方式处理,否则默认处理为普通合同。
|
|
1039
1039
|
- 此接口只能在合同处于非终态时调用。一旦合同进入终态(例如:过期、拒签或撤销),将无法通过此接口添加新的签署方。
|
|
1040
|
+
- 此接口补充的动态签署人暂不支持他方企业自动签署。
|
|
1040
1041
|
|
|
1041
1042
|
|
|
1042
1043
|
动态签署方2.0合同<font color="red">不会自动结束(整个合同变为签署完成)</font>,需要通过调用<a href="https://qian.tencent.com/developers/companyApis/operateFlows/ArchiveDynamicFlow/" target="_blank">结束动态签署合同</a>来手动结束签署流程。整体的流程如下图
|
|
@@ -1219,6 +1219,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1219
1219
|
**使用条件**
|
|
1220
1220
|
- 在发起合同时,必须将OpenDynamicSignFlow参数设置为true,以确保合同以动态签署方2.0的方式处理,否则默认处理为普通合同。
|
|
1221
1221
|
- 此接口只能在合同处于非终态时调用。一旦合同进入终态(例如:过期、拒签或撤销),将无法通过此接口添加新的签署方。
|
|
1222
|
+
- 此接口补充的动态签署人暂不支持他方企业自动签署。
|
|
1222
1223
|
|
|
1223
1224
|
|
|
1224
1225
|
动态签署方2.0合同<font color="red">不会自动结束(整个合同变为签署完成)</font>,需要通过调用<a href="https://qian.tencent.com/developers/companyApis/operateFlows/ArchiveDynamicFlow/" target="_blank">结束动态签署合同</a>来手动结束签署流程。整体的流程如下图
|
|
@@ -2669,7 +2669,7 @@ export interface DescribeIntegrationEmployeesRequest {
|
|
|
2669
2669
|
/**
|
|
2670
2670
|
* 指定分页每页返回的数据条数,单页最大支持 20。
|
|
2671
2671
|
*/
|
|
2672
|
-
Limit
|
|
2672
|
+
Limit?: number;
|
|
2673
2673
|
/**
|
|
2674
2674
|
* 代理企业和员工的信息。
|
|
2675
2675
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
@@ -4815,7 +4815,7 @@ export interface CreateFlowSignUrlResponse {
|
|
|
4815
4815
|
*/
|
|
4816
4816
|
export interface RegisterInfo {
|
|
4817
4817
|
/**
|
|
4818
|
-
*
|
|
4818
|
+
* <font color="red">字段不再使用</font>,法人姓名
|
|
4819
4819
|
*/
|
|
4820
4820
|
LegalName: string;
|
|
4821
4821
|
/**
|
|
@@ -4825,7 +4825,7 @@ export interface RegisterInfo {
|
|
|
4825
4825
|
*/
|
|
4826
4826
|
Uscc?: string;
|
|
4827
4827
|
/**
|
|
4828
|
-
*
|
|
4828
|
+
* <font color="red">字段不再使用</font>,社会统一信用代码
|
|
4829
4829
|
*/
|
|
4830
4830
|
UnifiedSocialCreditCode?: string;
|
|
4831
4831
|
/**
|
|
@@ -4835,8 +4835,18 @@ export interface RegisterInfo {
|
|
|
4835
4835
|
<li><strong>2</strong>: 法人授权方式</li>
|
|
4836
4836
|
<li><strong>5</strong>: 授权书+对公打款方式</li>
|
|
4837
4837
|
</ul>
|
|
4838
|
+
* @deprecated
|
|
4838
4839
|
*/
|
|
4839
4840
|
AuthorizationTypes?: Array<number | bigint>;
|
|
4841
|
+
/**
|
|
4842
|
+
* 指定企业认证的授权方式 支持多选:
|
|
4843
|
+
|
|
4844
|
+
<ul>
|
|
4845
|
+
<li><strong>2</strong>: 法人授权方式</li>
|
|
4846
|
+
<li><strong>5</strong>: 授权书+对公打款方式</li>
|
|
4847
|
+
</ul>
|
|
4848
|
+
*/
|
|
4849
|
+
AuthorizationType?: number;
|
|
4840
4850
|
}
|
|
4841
4851
|
/**
|
|
4842
4852
|
* DescribeFileUrls请求参数结构体
|