tencentcloud-sdk-nodejs-essbasic 4.1.103 → 4.1.111

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.103",
3
+ "version": "4.1.111",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7776,6 +7776,10 @@ export interface DeleteOrganizationAuthorizationsRequest {
7776
7776
 
7777
7777
  */
7778
7778
  Agent: Agent;
7779
+ /**
7780
+ * 认证流Ids数组 认证流 Id 是指在企业认证过程中,当前操作人的认证流程的唯一标识。每个企业在认证过程中只能有一条认证流认证成功。这意味着在同一认证过程内,一个企业只能有一个认证流程处于成功状态,以确保认证的唯一性和有效性。
7781
+ */
7782
+ AuthorizationIds?: Array<string>;
7779
7783
  /**
7780
7784
  * 认证人姓名,组织机构超管姓名。 在注册流程中,必须是超管本人进行操作。
7781
7785
  */