tencentcloud-sdk-nodejs-essbasic 4.1.59 → 4.1.61

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-essbasic",
3
- "version": "4.1.59",
3
+ "version": "4.1.61",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -237,6 +237,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
237
237
  /**
238
238
  * 提交申请出证报告任务并返回报告ID。
239
239
 
240
+ 出证报告的示例样式可以参考 [出征报告.PDF](https://qcloudimg.tencent-cloud.cn/raw/a55214fcddaebbd1582cc9c57cc6cf1b.pdf)
241
+
240
242
  注意:
241
243
  - 使用此功能**需搭配出证套餐** ,使用前请联系对接的客户经理沟通。
242
244
  - 操作人必须是**发起方或者签署方企业的(非走授权书认证)法人或者超管**。
@@ -293,6 +293,8 @@ class Client extends TencentCloudCommon.AbstractClient {
293
293
  /**
294
294
  * 提交申请出证报告任务并返回报告ID。
295
295
 
296
+ 出证报告的示例样式可以参考 [出征报告.PDF](https://qcloudimg.tencent-cloud.cn/raw/a55214fcddaebbd1582cc9c57cc6cf1b.pdf)
297
+
296
298
  注意:
297
299
  - 使用此功能**需搭配出证套餐** ,使用前请联系对接的客户经理沟通。
298
300
  - 操作人必须是**发起方或者签署方企业的(非走授权书认证)法人或者超管**。
@@ -5054,7 +5054,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
5054
5054
  /**
5055
5055
  * 操作类型,对应的操作
5056
5056
  <ul><li> **CREATE** :新增员工</li>
5057
- <li> **UPDATE** :修改员工</li>
5057
+ <li> **UPDATE** :修改员工(仅支持修改未实名员工的信息,如果已经实名并加入企业的员工基础信息修改需要到小程序中进行)</li>
5058
5058
  <li> **RESIGN** :离职员工</li></ul>
5059
5059
  */
5060
5060
  OperatorType: string;
@@ -7047,6 +7047,10 @@ export interface CreateBatchOrganizationRegistrationTasksRequest {
7047
7047
 
7048
7048
  */
7049
7049
  Endpoint?: string;
7050
+ /**
7051
+ * 认证链接使用单链接还是多链接模式<ul><li>0 - 多链接(默认),指批量生成链接, 每一个企业会拥有一个认证链接,然后分别认证</li><li>1 - 单链接 , 指批量生成链接,然后会将多个链接聚合成一个链接,进行认证</li></ul>p.s.请注意, 如果使用单链接的模式并且认证方式是授权书方式的时候,必须在接口中传递超管授权书。
7052
+ */
7053
+ BatchAuthMethod?: number;
7050
7054
  }
7051
7055
  /**
7052
7056
  * ChannelCreateBatchQuickSignUrl返回参数结构体