tencentcloud-sdk-nodejs-essbasic 4.1.99 → 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-essbasic",
3
- "version": "4.1.99",
3
+ "version": "4.1.101",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -472,6 +472,14 @@ export interface OrganizationAuthUrl {
472
472
  * 企业批量注册的错误信息,例如:企业三要素不通过
473
473
  */
474
474
  ErrorMessage?: string;
475
+ /**
476
+ * 企业批量注册 传递过来的企业名称,方便客户定位企业
477
+ */
478
+ OrganizationName?: string;
479
+ /**
480
+ * 企业批量注册的唯一 Id, 此 Id 可以用在[创建企业批量认证链接-单链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)。
481
+ */
482
+ SubTaskId?: string;
475
483
  }
476
484
  /**
477
485
  * 合同组相关信息,指定合同组子合同和签署方的信息,用于补充动态签署人。
@@ -8975,6 +8983,18 @@ export interface OccupiedSeal {
8975
8983
  * 授权人列表
8976
8984
  */
8977
8985
  AuthorizedUsers?: Array<AuthorizedUser>;
8986
+ /**
8987
+ * 印章的真实宽度,单位毫米
8988
+ */
8989
+ RealWidth?: number;
8990
+ /**
8991
+ * 印章的真实高度,单位毫米
8992
+ */
8993
+ RealHeight?: number;
8994
+ /**
8995
+ * 印章描述
8996
+ */
8997
+ SealDescription?: string;
8978
8998
  }
8979
8999
  /**
8980
9000
  * CreateFlowsByTemplates请求参数结构体
@@ -9142,6 +9162,10 @@ export interface CreateSealByImageRequest {
9142
9162
  </ul>
9143
9163
  */
9144
9164
  TaxIdentifyCode?: string;
9165
+ /**
9166
+ * 印章描述内容
9167
+ */
9168
+ SealDescription?: string;
9145
9169
  }
9146
9170
  /**
9147
9171
  * DescribeChannelOrganizations返回参数结构体
@@ -9217,6 +9241,15 @@ export interface EmbedUrlOption {
9217
9241
  <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
9218
9242
  */
9219
9243
  ForbidEditWatermark?: boolean;
9244
+ /**
9245
+ * 印章描述
9246
+ */
9247
+ SealDescription?: string;
9248
+ /**
9249
+ * 是否禁止编辑印章描述内容
9250
+ <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
9251
+ */
9252
+ ForbidEditSealDescription?: string;
9220
9253
  }
9221
9254
  /**
9222
9255
  * CreateBatchOrganizationAuthorizationUrl请求参数结构体