tencentcloud-sdk-nodejs-ess 4.1.276 → 4.1.277

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.276",
3
+ "version": "4.1.277",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -13194,6 +13194,10 @@ export interface ApproverOption {
13194
13194
  * <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>
13195
13195
  */
13196
13196
  ApproverMobileMode?: string;
13197
+ /**
13198
+ * <p>在嵌入式文件发起下,若合同是通过文件,当签署人控件指定了印章类型(或印章Id),在嵌入页面上是否能修改</p>
13199
+ */
13200
+ ForbidModifySealInfos?: boolean;
13197
13201
  }
13198
13202
  /**
13199
13203
  * DeleteIntegrationEmployees返回参数结构体