tencentcloud-sdk-nodejs-essbasic 4.1.270 → 4.1.271

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.270",
3
+ "version": "4.1.271",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3463,17 +3463,11 @@ export interface OrganizationCommonInfo {
3463
3463
  */
3464
3464
  export interface JumpEvent {
3465
3465
  /**
3466
- * 跳转事件枚举,
3467
- * 1 - 企业收录。
3468
- * 2 - 超管授权书审核。
3469
- * 3 - 认证完成。
3466
+ * <p>跳转事件枚举</p><p>枚举值:</p><ul><li>1: 企业收录</li><li>2: 超管授权书审核</li><li>3: 企业认证完成</li><li>4: 员工加入完成</li></ul>
3470
3467
  */
3471
3468
  JumpEventType?: number;
3472
3469
  /**
3473
- * 为认证成功后页面进行回跳的URL,请确保回跳地址的可用性。
3474
- Endpoint如果是APP 类型,请传递<font color="red">"true"</font>
3475
- 如果 Endpoint 是 H5 类型,请参考文档[跳转电子签H5](https://qian.tencent.com/developers/partner/openqianh5)
3476
- p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
3470
+ * <p>为认证成功后页面进行回跳的URL,请确保回跳地址的可用性。<br>Endpoint如果是APP 类型,请传递<font color="red">&quot;true&quot;</font><br>如果 Endpoint 是 H5 类型,请参考文档<a href="https://qian.tencent.com/developers/partner/openqianh5">跳转电子签H5</a><br>p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。</p>
3477
3471
  */
3478
3472
  JumpUrl?: string;
3479
3473
  }
@@ -5305,6 +5299,10 @@ export interface OrganizationAuthorizationOptions {
5305
5299
  * <p>对方打开链接认证时,公司地址是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>p.s. 仅在公司地址(ProxyAddress)不为空时有效</p>
5306
5300
  */
5307
5301
  AddressSame?: boolean;
5302
+ /**
5303
+ * <p>对方打开链接认证时,公司营业执照是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>p.s. 仅在公司营业执照(BusinessLicense)不为空时有效</p>
5304
+ */
5305
+ BizLicenseSame?: boolean;
5308
5306
  }
5309
5307
  /**
5310
5308
  * 签署二维码的基本信息,用于创建二维码,用户可扫描该二维码进行签署操作。