tencentcloud-sdk-nodejs-essbasic 4.1.153 → 4.1.155
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
|
@@ -4315,6 +4315,11 @@ export interface CreateEmployeeQualificationSealQrCodeRequest {
|
|
|
4315
4315
|

|
|
4316
4316
|
*/
|
|
4317
4317
|
HintText?: string;
|
|
4318
|
+
/**
|
|
4319
|
+
* 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 2000长度。在执业章授权完成后的回调场景,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/partner/callback_types_seals#%E5%9B%9B-%E5%91%98%E5%B7%A5%E6%89%A7%E4%B8%9A%E7%AB%A0%E5%9B%9E%E8%B0%83%E9%80%9A%E7%9F%A5">回调通知</a>模块。
|
|
4320
|
+
示例值:QmFzZTYOIEJhc2U2NCA=
|
|
4321
|
+
*/
|
|
4322
|
+
UserData?: string;
|
|
4318
4323
|
}
|
|
4319
4324
|
/**
|
|
4320
4325
|
* 动态签署2.0合同参与人信息
|
|
@@ -4614,9 +4619,9 @@ export interface ChannelDescribeOrganizationSealsRequest {
|
|
|
4614
4619
|
*/
|
|
4615
4620
|
Agent: Agent;
|
|
4616
4621
|
/**
|
|
4617
|
-
* 指定分页每页返回的数据条数,单页最大支持 100
|
|
4622
|
+
* 指定分页每页返回的数据条数,单页最大支持 100。默认值为20
|
|
4618
4623
|
*/
|
|
4619
|
-
Limit
|
|
4624
|
+
Limit?: number;
|
|
4620
4625
|
/**
|
|
4621
4626
|
* 分页查询偏移量,默认为0,最大为20000
|
|
4622
4627
|
*/
|
|
@@ -6258,7 +6263,7 @@ export interface ChannelCreatePreparedPersonalEsignRequest {
|
|
|
6258
6263
|
|
|
6259
6264
|
|
|
6260
6265
|
*/
|
|
6261
|
-
SealImage
|
|
6266
|
+
SealImage?: string;
|
|
6262
6267
|
/**
|
|
6263
6268
|
* 执行本接口操作的员工信息。
|
|
6264
6269
|
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
@@ -6294,6 +6299,10 @@ export interface ChannelCreatePreparedPersonalEsignRequest {
|
|
|
6294
6299
|
* <ul><li> **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景</li><li> **OTHER** : 通用场景</li></ul>
|
|
6295
6300
|
*/
|
|
6296
6301
|
SceneKey?: string;
|
|
6302
|
+
/**
|
|
6303
|
+
* 印章图片文件 id取值:填写的FileId通过UploadFiles接口上传文件获取。
|
|
6304
|
+
*/
|
|
6305
|
+
FileId?: string;
|
|
6297
6306
|
}
|
|
6298
6307
|
/**
|
|
6299
6308
|
* 意愿核身点头确认模式结果
|