tencentcloud-sdk-nodejs-essbasic 4.1.102 → 4.1.103

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.102",
3
+ "version": "4.1.103",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2520,7 +2520,7 @@ export interface ApproverItem {
2520
2520
  ApproverRoleName?: string;
2521
2521
  }
2522
2522
  /**
2523
- * 批量认证企业任务详情信息,其中包括 TaskId,状态信息等等
2523
+ * 批量认证企业任务详情信息,其中包括 TaskId,状态信息等
2524
2524
  */
2525
2525
  export interface BatchOrganizationRegistrationTasksDetails {
2526
2526
  /**
@@ -2801,7 +2801,7 @@ export interface TemplateInfo {
2801
2801
  */
2802
2802
  Available?: number;
2803
2803
  /**
2804
- * 模版的用户合同类型
2804
+ * 模板的用户合同类型
2805
2805
  */
2806
2806
  UserFlowType?: UserFlowType;
2807
2807
  }
@@ -4350,7 +4350,7 @@ export interface UserThreeFactor {
4350
4350
  IdCardNumber: string;
4351
4351
  }
4352
4352
  /**
4353
- * 模版对应的合同类型
4353
+ * 模板对应的合同类型
4354
4354
  */
4355
4355
  export interface TemplateUserFlowType {
4356
4356
  /**
@@ -4362,7 +4362,7 @@ export interface TemplateUserFlowType {
4362
4362
  */
4363
4363
  Name?: string;
4364
4364
  /**
4365
- * 每个合同类型绑定的模版数量
4365
+ * 每个合同类型绑定的模板数量
4366
4366
  */
4367
4367
  TemplateNum?: number;
4368
4368
  /**
@@ -9246,7 +9246,7 @@ export interface EmbedUrlOption {
9246
9246
  * 是否禁止编辑印章描述内容
9247
9247
  <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
9248
9248
  */
9249
- ForbidEditSealDescription?: string;
9249
+ ForbidEditSealDescription?: boolean;
9250
9250
  }
9251
9251
  /**
9252
9252
  * CreateBatchOrganizationAuthorizationUrl请求参数结构体