tencentcloud-sdk-nodejs-ess 4.1.71 → 4.1.73

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.71",
3
+ "version": "4.1.73",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1689,6 +1689,12 @@ export interface CreateOrganizationAuthUrlRequest {
1689
1689
  2. 认证方式AuthorizationTypes必须只能是上传授权书方式
1690
1690
  */
1691
1691
  PowerOfAttorneys?: Array<string>;
1692
+ /**
1693
+ * 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 4096长度。
1694
+
1695
+ 在. 企业引导企业实名认证后回调中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_staffs" target="_blank">回调通知</a>模块。
1696
+ */
1697
+ UserData?: string;
1692
1698
  }
1693
1699
  /**
1694
1700
  * CreateBatchQuickSignUrl返回参数结构体