tencentcloud-sdk-nodejs-ess 4.1.216 → 4.1.217

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.216",
3
+ "version": "4.1.217",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -13378,7 +13378,7 @@ export interface ApproverOption {
13378
13378
  */
13379
13379
  ForbidAddSignDate?: boolean;
13380
13380
  /**
13381
- * <p>签署人手机号传参模式</p><p>枚举值:</p><ul><li>REPLACE: 接受已有认证手机号并替换</li><li>GIVEN: 以客户入参输入手机号为主</li><li>VALIDATE: 若与认证手机号不一致则报错</li></ul><p>默认值:REPLACE</p><p>会触发手机号传参模式的前提是:签署人是指定了具体身份信息的</p><ul><li>在指定签署人姓名,证件号的情况下会触发</li></ul>
13381
+ * <p>签署人手机号传参模式</p><p>枚举值:</p><ul><li>REPLACE: 接受已有认证手机号并替换</li><li>GIVEN: 以客户入参输入手机号为主</li><li>VALIDATE: 若与认证手机号不一致则报错</li><li>&quot;&quot;: 不走手机号传参模式</li></ul><p>默认值:&quot;&quot;</p><p>会触发手机号传参模式的前提是:签署人是指定了具体身份信息的</p><ul><li>在指定签署人姓名,证件号的情况下会触发</li></ul>
13382
13382
  */
13383
13383
  ApproverMobileMode?: string;
13384
13384
  }