tencentcloud-sdk-nodejs-ess 4.1.100 → 4.1.101

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.100",
3
+ "version": "4.1.101",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5238,6 +5238,15 @@ export interface EmbedUrlOption {
5238
5238
 
5239
5239
  */
5240
5240
  ForbidEditWatermark?: boolean;
5241
+ /**
5242
+ * 印章描述
5243
+ */
5244
+ SealDescription?: string;
5245
+ /**
5246
+ * 是否禁止编辑印章描述内容
5247
+ <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
5248
+ */
5249
+ ForbidEditSealDescription?: string;
5241
5250
  }
5242
5251
  /**
5243
5252
  * CreateModifyAdminAuthorizationUrl返回参数结构体