tencentcloud-sdk-nodejs-ess 4.1.215 → 4.1.216

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.215",
3
+ "version": "4.1.216",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7328,7 +7328,7 @@ export interface CreateOrganizationAuthUrlRequest {
7328
7328
  */
7329
7329
  AdminIdCardNumberSame?: boolean;
7330
7330
  /**
7331
- * <p>对方打开链接认证时,认证人手机号是否要与接口传递上来的保持一致。<ul></p><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul><p>p.s. 仅在认证人手机号不为空时有效</p>
7331
+ * <p>对方打开链接认证时,认证人手机号是否要与接口传递上来的保持一致。</p><ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul><p>p.s. 仅在认证人手机号不为空时有效</p>
7332
7332
  */
7333
7333
  AdminMobileSame?: boolean;
7334
7334
  /**