tencentcloud-sdk-nodejs-ess 4.1.171 → 4.1.172

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ess",
3
- "version": "4.1.171",
3
+ "version": "4.1.172",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1306,7 +1306,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
1306
1306
  1. 如果合同流程中的参与方均已签署完毕,则无法通过该接口撤销合同,签署完毕的合同需要双方走解除流程将合同作废,可以参考<a href="https://qian.tencent.com/developers/companyApis/operateFlows/CreateReleaseFlow" target="_blank">发起解除合同流程</a>接口。
1307
1307
 
1308
1308
  2. 有对应合同撤销权限的人:
1309
- <img src=https://qcloudimg.tencent-cloud.cn/raw/37ac3b4ee65fb2ce6fba45ef7e192a65.png width = "300" height = "200" />
1309
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/5967e502c56c267b693c90a5da110b6c.png)
1310
1310
 
1311
1311
 
1312
1312
  - 发起人所在企业的**超管、法人**
@@ -1342,7 +1342,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
1342
1342
  1. 如果合同流程中的参与方均已签署完毕,则无法通过该接口撤销合同,签署完毕的合同需要双方走解除流程将合同作废,可以参考<a href="https://qian.tencent.com/developers/companyApis/operateFlows/CreateReleaseFlow" target="_blank">发起解除合同流程</a>接口。
1343
1343
 
1344
1344
  2. 有对应合同撤销权限的人:
1345
- <img src=https://qcloudimg.tencent-cloud.cn/raw/37ac3b4ee65fb2ce6fba45ef7e192a65.png width = "300" height = "200" />
1345
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/5967e502c56c267b693c90a5da110b6c.png)
1346
1346
 
1347
1347
 
1348
1348
  - 发起人所在企业的**超管、法人**
@@ -1540,7 +1540,7 @@ class Client extends TencentCloudCommon.AbstractClient {
1540
1540
  1. 如果合同流程中的参与方均已签署完毕,则无法通过该接口撤销合同,签署完毕的合同需要双方走解除流程将合同作废,可以参考<a href="https://qian.tencent.com/developers/companyApis/operateFlows/CreateReleaseFlow" target="_blank">发起解除合同流程</a>接口。
1541
1541
 
1542
1542
  2. 有对应合同撤销权限的人:
1543
- <img src=https://qcloudimg.tencent-cloud.cn/raw/37ac3b4ee65fb2ce6fba45ef7e192a65.png width = "300" height = "200" />
1543
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/5967e502c56c267b693c90a5da110b6c.png)
1544
1544
 
1545
1545
 
1546
1546
  - 发起人所在企业的**超管、法人**
@@ -1580,7 +1580,7 @@ class Client extends TencentCloudCommon.AbstractClient {
1580
1580
  1. 如果合同流程中的参与方均已签署完毕,则无法通过该接口撤销合同,签署完毕的合同需要双方走解除流程将合同作废,可以参考<a href="https://qian.tencent.com/developers/companyApis/operateFlows/CreateReleaseFlow" target="_blank">发起解除合同流程</a>接口。
1581
1581
 
1582
1582
  2. 有对应合同撤销权限的人:
1583
- <img src=https://qcloudimg.tencent-cloud.cn/raw/37ac3b4ee65fb2ce6fba45ef7e192a65.png width = "300" height = "200" />
1583
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/5967e502c56c267b693c90a5da110b6c.png)
1584
1584
 
1585
1585
 
1586
1586
  - 发起人所在企业的**超管、法人**
@@ -7186,7 +7186,7 @@ export interface CreateIntegrationRoleRequest {
7186
7186
  /**
7187
7187
  * 集团角色的话,需要传递集团子企业列表,如果是全选,则传1
7188
7188
  */
7189
- SubOrganizationIds?: string;
7189
+ SubOrganizationIds?: Array<string>;
7190
7190
  /**
7191
7191
  * 代理企业和员工的信息。
7192
7192
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。