tencentcloud-sdk-nodejs-ess 4.1.38 → 4.1.41

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.38",
3
+ "version": "4.1.41",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -378,9 +378,7 @@ export interface CreatePreparedPersonalEsignRequest {
378
378
  */
379
379
  IdCardType?: string;
380
380
  /**
381
- * 印章图片的base64
382
- 注:已废弃
383
- 请先通过UploadFiles接口上传文件,获取 FileId
381
+ * 该字段已不再使用
384
382
  * @deprecated
385
383
  */
386
384
  SealImage?: string;
@@ -393,7 +391,7 @@ export interface CreatePreparedPersonalEsignRequest {
393
391
  */
394
392
  Mobile?: string;
395
393
  /**
396
- * 此字段已废弃,请勿继续使用。
394
+ * 该字段已不再使用
397
395
  */
398
396
  EnableAutoSign?: boolean;
399
397
  /**
@@ -1246,6 +1244,11 @@ export interface CreateFlowOption {
1246
1244
  - 签署控件 是否默认展示日期.
1247
1245
  */
1248
1246
  SignComponentConfig?: SignComponentConfig;
1247
+ /**
1248
+ * 是否禁止编辑(展示)水印控件属性
1249
+ <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
1250
+ */
1251
+ ForbidEditWatermark?: boolean;
1249
1252
  }
1250
1253
  /**
1251
1254
  * CreateOrganizationAuthFile返回参数结构体
@@ -2751,7 +2754,7 @@ export interface CreateFlowRequest {
2751
2754
  */
2752
2755
  FlowType?: string;
2753
2756
  /**
2754
- * 已经废弃字段,客户端Token,保持接口幂等性,最大长度64个字符
2757
+ * 该字段已不再使用
2755
2758
  */
2756
2759
  ClientToken?: string;
2757
2760
  /**
@@ -6133,7 +6136,7 @@ export interface CreateDocumentRequest {
6133
6136
  */
6134
6137
  Agent?: Agent;
6135
6138
  /**
6136
- * 已废弃字段,客户端Token,保持接口幂等性,最大长度64个字符
6139
+ * 该字段已不再使用
6137
6140
  */
6138
6141
  ClientToken?: string;
6139
6142
  }
@@ -7180,9 +7183,9 @@ export interface ApproverInfo {
7180
7183
  */
7181
7184
  ApproverRoleName?: string;
7182
7185
  /**
7183
- * <font coloe="red">【已废弃】</font>签署意愿确认渠道,默认为WEIXINAPP:人脸识别
7186
+ * <font color="red">【已不再使用】</font>签署意愿确认渠道,默认为WEIXINAPP:人脸识别
7184
7187
 
7185
- 注: 将要废弃, ApproverSignTypes签署人签署合同时的认证方式代替, 新客户可请用ApproverSignTypes来设置
7188
+ 注: 该字段已不再使用, 请用ApproverSignTypes签署人签署合同时的认证方式代替, 新客户可请用ApproverSignTypes来设置
7186
7189
  */
7187
7190
  VerifyChannel?: Array<string>;
7188
7191
  /**
@@ -8301,7 +8304,7 @@ export interface CreatePrepareFlowRequest {
8301
8304
  */
8302
8305
  IntelligentStatus?: string;
8303
8306
  /**
8304
- * 该字段已废弃,请使用InitiatorComponents
8307
+ * 该字段已不再使用,请使用InitiatorComponents
8305
8308
  */
8306
8309
  Components?: Component;
8307
8310
  /**
@@ -8359,7 +8362,7 @@ export interface CreatePrepareFlowRequest {
8359
8362
  */
8360
8363
  FlowDisplayType?: number;
8361
8364
  /**
8362
- * <font color="red">此参数已经废弃,请使用 CreateFlowOption 里面的 SignComponentConfig</font>
8365
+ * <font color="red">此字段已不再使用,请使用 CreateFlowOption 里面的 SignComponentConfig</font>
8363
8366
  签署控件的配置信息,用在嵌入式发起的页面配置,
8364
8367
  包括
8365
8368
 
@@ -9778,9 +9781,7 @@ export interface UploadFilesRequest {
9778
9781
  */
9779
9782
  CoverRect?: boolean;
9780
9783
  /**
9781
- * 用户自定义ID数组,与上传文件一一对应
9782
-
9783
- 注: `历史遗留问题,已经废弃,调用接口时不用赋值`
9784
+ * 该字段已不再使用
9784
9785
  */
9785
9786
  CustomIds?: Array<string>;
9786
9787
  /**
@@ -9945,6 +9946,12 @@ export interface EmbedUrlOption {
9945
9946
  注意: 此参数仅针对**EmbedType=CREATE_TEMPLATE(创建模板)和EmbedType=CREATE_CONTRACT_DRAFT_COOPEDIT(创建起草合同)有效**,
9946
9947
  */
9947
9948
  SkipUploadFile?: boolean;
9949
+ /**
9950
+ * 是否禁止编辑(展示)水印控件属性
9951
+ <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
9952
+
9953
+ */
9954
+ ForbidEditWatermark?: boolean;
9948
9955
  }
9949
9956
  /**
9950
9957
  * CreateBatchOrganizationAuthorizationUrl请求参数结构体