tencentcloud-sdk-nodejs-ess 4.1.98 → 4.1.100

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.98",
3
+ "version": "4.1.100",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -138,6 +138,10 @@ export interface CreateSealRequest {
138
138
  </ul>
139
139
  */
140
140
  TaxIdentifyCode?: string;
141
+ /**
142
+ * 印章描述内容
143
+ */
144
+ SealDescription?: string;
141
145
  }
142
146
  /**
143
147
  * ModifyIntegrationDepartment返回参数结构体
@@ -822,6 +826,10 @@ export interface OrganizationAuthUrl {
822
826
  * 企业批量注册的唯一 Id, 此 Id 可以用在[创建企业批量认证链接-单链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationAuthorizationUrl)。
823
827
  */
824
828
  SubTaskId?: string;
829
+ /**
830
+ * 企业批量注册 传递过来的企业名称,方便客户定位企业
831
+ */
832
+ OrganizationName?: string;
825
833
  }
826
834
  /**
827
835
  * 企业授权书信息参数, 需要保证这些参数跟营业执照中的信息一致。
@@ -5176,6 +5184,26 @@ export interface OccupiedSeal {
5176
5184
  * 印章扩展数据信息
5177
5185
  */
5178
5186
  ExtendScene?: ExtendScene;
5187
+ /**
5188
+ * 印章的真实宽度,单位毫米
5189
+ */
5190
+ RealWidth?: number;
5191
+ /**
5192
+ * 印章的真实高度,单位毫米
5193
+ */
5194
+ RealHeight?: number;
5195
+ /**
5196
+ * 自定义子类型印章
5197
+ */
5198
+ SubSealType?: string;
5199
+ /**
5200
+ * 自定义子类型印章名称
5201
+ */
5202
+ SubSealName?: string;
5203
+ /**
5204
+ * 印章描述
5205
+ */
5206
+ SealDescription?: string;
5179
5207
  }
5180
5208
  /**
5181
5209
  * 个性化参数