tencentcloud-sdk-nodejs-ess 4.1.265 → 4.1.266
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
|
@@ -212,22 +212,19 @@ export interface CreateDynamicFlowApproverRequest {
|
|
|
212
212
|
*/
|
|
213
213
|
export interface DisableUserAutoSignRequest {
|
|
214
214
|
/**
|
|
215
|
-
*
|
|
216
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
215
|
+
* <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
217
216
|
*/
|
|
218
217
|
Operator: UserInfo;
|
|
219
218
|
/**
|
|
220
|
-
*
|
|
221
|
-
<ul><li> **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景</li><li> **OTHER** : 通用场景</li></ul>
|
|
219
|
+
* <p>自动签使用的场景值, 可以选择的场景值如下:</p><ul><li> **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景</li><li> **OTHER** : 通用场景</li></ul>
|
|
222
220
|
*/
|
|
223
221
|
SceneKey: string;
|
|
224
222
|
/**
|
|
225
|
-
*
|
|
223
|
+
* <p>需要关闭自动签的个人的信息,如姓名,证件信息等。</p>
|
|
226
224
|
*/
|
|
227
225
|
UserInfo: UserThreeFactor;
|
|
228
226
|
/**
|
|
229
|
-
*
|
|
230
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
227
|
+
* <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
231
228
|
*/
|
|
232
229
|
Agent?: Agent;
|
|
233
230
|
}
|
|
@@ -586,27 +583,23 @@ export interface ArchiveFlowApproverInfo {
|
|
|
586
583
|
*/
|
|
587
584
|
export interface DescribeUserAutoSignStatusResponse {
|
|
588
585
|
/**
|
|
589
|
-
*
|
|
586
|
+
* <p>查询用户是否已开通自动签</p>
|
|
590
587
|
*/
|
|
591
588
|
IsOpen?: boolean;
|
|
592
589
|
/**
|
|
593
|
-
*
|
|
594
|
-
|
|
595
|
-
值为unix时间戳,单位为秒。
|
|
590
|
+
* <p>自动签许可生效时间。当且仅当已通过许可开通自动签时有值。</p><p>值为unix时间戳,单位为秒。</p>
|
|
596
591
|
*/
|
|
597
592
|
LicenseFrom?: number;
|
|
598
593
|
/**
|
|
599
|
-
*
|
|
600
|
-
|
|
601
|
-
值为unix时间戳,单位为秒。
|
|
594
|
+
* <p>自动签许可到期时间。当且仅当已通过许可开通自动签时有值。</p><p>值为unix时间戳,单位为秒。</p>
|
|
602
595
|
*/
|
|
603
596
|
LicenseTo?: number;
|
|
604
597
|
/**
|
|
605
|
-
*
|
|
598
|
+
* <p>设置用户开通自动签时是否绑定个人自动签账号许可。<ul><li><strong>0</strong>: 使用个人自动签账号许可进行开通,个人自动签账号许可有效期1年,注: <code>不可解绑释放更换他人</code></li><li><strong>1</strong>: 不绑定自动签账号许可开通,后续使用合同份额进行合同发起</li></ul></p>
|
|
606
599
|
*/
|
|
607
600
|
LicenseType?: number;
|
|
608
601
|
/**
|
|
609
|
-
*
|
|
602
|
+
* <p>用户开通自动签指定使用的印章,为空则未设置印章,需重新进入开通链接设置印章。</p>
|
|
610
603
|
*/
|
|
611
604
|
SealId?: string;
|
|
612
605
|
/**
|
|
@@ -2413,19 +2406,19 @@ export interface FailedCreateRoleData {
|
|
|
2413
2406
|
*/
|
|
2414
2407
|
export interface CreateEmployeeChangeUrlRequest {
|
|
2415
2408
|
/**
|
|
2416
|
-
*
|
|
2409
|
+
* <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
2417
2410
|
*/
|
|
2418
2411
|
Agent?: Agent;
|
|
2419
2412
|
/**
|
|
2420
|
-
*
|
|
2413
|
+
* <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
2421
2414
|
*/
|
|
2422
2415
|
Operator?: UserInfo;
|
|
2423
2416
|
/**
|
|
2424
|
-
*
|
|
2417
|
+
* <p>待修改的员工UserId</p>
|
|
2425
2418
|
*/
|
|
2426
2419
|
UserId?: string;
|
|
2427
2420
|
/**
|
|
2428
|
-
*
|
|
2421
|
+
* <p>待修改的员工手机号</p>
|
|
2429
2422
|
*/
|
|
2430
2423
|
NewMobile?: string;
|
|
2431
2424
|
}
|
|
@@ -2593,32 +2586,33 @@ export interface CreateBatchOrganizationRegistrationTasksRequest {
|
|
|
2593
2586
|
*/
|
|
2594
2587
|
export interface CreateContractComparisonTaskRequest {
|
|
2595
2588
|
/**
|
|
2596
|
-
*
|
|
2597
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
2589
|
+
* <p>执行合同审查任务的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
2598
2590
|
*/
|
|
2599
2591
|
Operator: UserInfo;
|
|
2600
2592
|
/**
|
|
2601
|
-
*
|
|
2593
|
+
* <p>原版文件ID,对比基准的旧版本文件唯一标识,通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles" target="_blank">UploadFiles</a>接口获取文件资源ID。</p>
|
|
2602
2594
|
*/
|
|
2603
2595
|
OriginFileResourceId: string;
|
|
2604
2596
|
/**
|
|
2605
|
-
*
|
|
2597
|
+
* <p>新版文件ID,与旧版进行对比的新版本文件唯一标识,通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles" target="_blank">UploadFiles</a>接口获取文件资源ID。</p>
|
|
2606
2598
|
*/
|
|
2607
2599
|
DiffFileResourceId: string;
|
|
2608
2600
|
/**
|
|
2609
|
-
*
|
|
2601
|
+
* <p>对比任务备注,长度不能超过50个字符。</p>
|
|
2610
2602
|
*/
|
|
2611
2603
|
Comment?: string;
|
|
2612
2604
|
/**
|
|
2613
|
-
*
|
|
2614
|
-
|
|
2615
|
-
在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。
|
|
2605
|
+
* <p>调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。</p><p>在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_v2">回调通知</a>模块。</p>
|
|
2616
2606
|
*/
|
|
2617
2607
|
UserData?: string;
|
|
2618
2608
|
/**
|
|
2619
|
-
*
|
|
2609
|
+
* <p>标签列表,用户自定义的键值对(Key-Value),可绑定到资源上,用于资源的分类、管理和访问控制。</p>
|
|
2620
2610
|
*/
|
|
2621
2611
|
Tags?: Array<Tag>;
|
|
2612
|
+
/**
|
|
2613
|
+
* <p>文档修订操作类型,对比任务执行前处理修订内容,适用于doc、docx存在修订情况。<br> 类型如下: <ul> <li> <strong>0</strong>:不做任何操作</li> <li> <strong>1</strong>:接受所有修订</li> </ul></p>
|
|
2614
|
+
*/
|
|
2615
|
+
RevisionOperation?: number;
|
|
2622
2616
|
}
|
|
2623
2617
|
/**
|
|
2624
2618
|
* DescribeBatchOrganizationRegistrationTasks返回参数结构体
|
|
@@ -3660,11 +3654,11 @@ export interface DescribeContractReviewChecklistsWebUrlRequest {
|
|
|
3660
3654
|
*/
|
|
3661
3655
|
export interface CreateContractComparisonTaskResponse {
|
|
3662
3656
|
/**
|
|
3663
|
-
*
|
|
3657
|
+
* <p>调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。</p>
|
|
3664
3658
|
*/
|
|
3665
3659
|
UserData?: string;
|
|
3666
3660
|
/**
|
|
3667
|
-
*
|
|
3661
|
+
* <p>合同对比任务ID,可以调用接口<a href="https://qian.tencent.com/developers/companyApis/%E5%90%88%E5%90%8C%E6%99%BA%E8%83%BD%E7%9B%B8%E5%85%B3%E6%8E%A5%E5%8F%A3/DescribeContractComparisonTask" target="_blank">查询合同对比任务结果</a>查看对比任务的结果。</p>
|
|
3668
3662
|
*/
|
|
3669
3663
|
TaskId?: string;
|
|
3670
3664
|
/**
|
|
@@ -5462,11 +5456,11 @@ export interface DescribeContractReviewChecklistsWebUrlResponse {
|
|
|
5462
5456
|
*/
|
|
5463
5457
|
export interface DescribeBillUsageResponse {
|
|
5464
5458
|
/**
|
|
5465
|
-
*
|
|
5459
|
+
* <p>企业套餐余额及使用情况</p>
|
|
5466
5460
|
*/
|
|
5467
5461
|
Summary?: Array<OrgBillSummary>;
|
|
5468
5462
|
/**
|
|
5469
|
-
*
|
|
5463
|
+
* <p>集团子企业套餐使用情况</p>
|
|
5470
5464
|
*/
|
|
5471
5465
|
SubOrgSummary?: Array<SubOrgBillSummary>;
|
|
5472
5466
|
/**
|
|
@@ -6380,11 +6374,11 @@ export interface Caller {
|
|
|
6380
6374
|
*/
|
|
6381
6375
|
export interface ExportContractComparisonTaskResponse {
|
|
6382
6376
|
/**
|
|
6383
|
-
*
|
|
6377
|
+
* <p>对比任务详情下载链接。</p>
|
|
6384
6378
|
*/
|
|
6385
6379
|
ResourceUrl?: string;
|
|
6386
6380
|
/**
|
|
6387
|
-
*
|
|
6381
|
+
* <p>下载链接有效截止时间。</p>
|
|
6388
6382
|
*/
|
|
6389
6383
|
ExpireTime?: number;
|
|
6390
6384
|
/**
|
|
@@ -6832,7 +6826,7 @@ export interface ExtractionField {
|
|
|
6832
6826
|
*/
|
|
6833
6827
|
export interface DescribeUserFlowTypeResponse {
|
|
6834
6828
|
/**
|
|
6835
|
-
*
|
|
6829
|
+
* <p>查询到的所有用户合同类型列表</p>
|
|
6836
6830
|
*/
|
|
6837
6831
|
AllUserFlowTypes?: Array<TemplateUserFlowType>;
|
|
6838
6832
|
/**
|
|
@@ -10415,22 +10409,19 @@ export interface DescribeFlowInfoResponse {
|
|
|
10415
10409
|
*/
|
|
10416
10410
|
export interface DescribeUserAutoSignStatusRequest {
|
|
10417
10411
|
/**
|
|
10418
|
-
*
|
|
10419
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
10412
|
+
* <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
10420
10413
|
*/
|
|
10421
10414
|
Operator: UserInfo;
|
|
10422
10415
|
/**
|
|
10423
|
-
*
|
|
10424
|
-
<ul><li> **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景</li><li> **OTHER** : 通用场景</li></ul>
|
|
10416
|
+
* <p>自动签使用的场景值, 可以选择的场景值如下:</p><ul><li> **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景</li><li> **OTHER** : 通用场景</li></ul>
|
|
10425
10417
|
*/
|
|
10426
10418
|
SceneKey: string;
|
|
10427
10419
|
/**
|
|
10428
|
-
*
|
|
10420
|
+
* <p>要查询状态的用户信息, 包括名字,身份证等</p>
|
|
10429
10421
|
*/
|
|
10430
10422
|
UserInfo: UserThreeFactor;
|
|
10431
10423
|
/**
|
|
10432
|
-
*
|
|
10433
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
10424
|
+
* <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
10434
10425
|
*/
|
|
10435
10426
|
Agent?: Agent;
|
|
10436
10427
|
}
|
|
@@ -11700,13 +11691,11 @@ export interface OutputRisk {
|
|
|
11700
11691
|
*/
|
|
11701
11692
|
export interface CreateEmployeeChangeUrlResponse {
|
|
11702
11693
|
/**
|
|
11703
|
-
*
|
|
11694
|
+
* <p>修改员工信息的小程序链接<br>跳转到腾讯电子签小程序的实现可以参考微信的官方文档:<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html" target="_blank">开放能力/打开 App</a></p>
|
|
11704
11695
|
*/
|
|
11705
11696
|
MiniAppPath?: string;
|
|
11706
11697
|
/**
|
|
11707
|
-
*
|
|
11708
|
-
|
|
11709
|
-
|
|
11698
|
+
* <p>链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。</p>
|
|
11710
11699
|
*/
|
|
11711
11700
|
ExpireTime?: number;
|
|
11712
11701
|
/**
|
|
@@ -11936,29 +11925,19 @@ export interface CreateFlowApproversRequest {
|
|
|
11936
11925
|
*/
|
|
11937
11926
|
export interface ExportContractComparisonTaskRequest {
|
|
11938
11927
|
/**
|
|
11939
|
-
*
|
|
11940
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
11928
|
+
* <p>执行合同审查任务的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
11941
11929
|
*/
|
|
11942
11930
|
Operator: UserInfo;
|
|
11943
11931
|
/**
|
|
11944
|
-
*
|
|
11932
|
+
* <p>合同对比任务ID,该参数通过调用接口CreateContractComparisonTask获取。</p>
|
|
11945
11933
|
*/
|
|
11946
11934
|
TaskId: string;
|
|
11947
11935
|
/**
|
|
11948
|
-
*
|
|
11949
|
-
类型如下:
|
|
11950
|
-
<ul>
|
|
11951
|
-
<li> **0**:【PDF】以新合同文件为基础,导出带有可视化对比点标注的PDF文件。</li>
|
|
11952
|
-
<li> **1**:【EXCEL】导出结构化的对比点明细表格,以列表形式罗列每一个差异点,包含改动位置、类型、标签及修改前后的完整内容。</li>
|
|
11953
|
-
</ul>
|
|
11936
|
+
* <p>导出对比结果文件类型。<br>类型如下:</p><ul><li> **0**:【PDF】以新合同文件为基础,导出带有可视化对比点标注的PDF文件。</li><li> **1**:【EXCEL】导出结构化的对比点明细表格,以列表形式罗列每一个差异点,包含改动位置、类型、标签及修改前后的完整内容。</li></ul>
|
|
11954
11937
|
*/
|
|
11955
11938
|
ExportType?: number;
|
|
11956
11939
|
/**
|
|
11957
|
-
*
|
|
11958
|
-
<ul>
|
|
11959
|
-
<li> **true**:导出文件标注去掉忽略项。</li>
|
|
11960
|
-
<li> **false**:导出文件包含所有对比点。</li>
|
|
11961
|
-
</ul>
|
|
11940
|
+
* <p>是否忽略,适用于PDF。</p><ul><li> **true**:导出文件标注去掉忽略项。</li><li> **false**:导出文件包含所有对比点。</li></ul>
|
|
11962
11941
|
*/
|
|
11963
11942
|
Ignore?: boolean;
|
|
11964
11943
|
}
|
|
@@ -13109,19 +13088,19 @@ export interface SubOrgBillSummary {
|
|
|
13109
13088
|
*/
|
|
13110
13089
|
export interface DescribeBillUsageRequest {
|
|
13111
13090
|
/**
|
|
13112
|
-
*
|
|
13091
|
+
* <p>查询开始时间字符串,格式为yyyymmdd,时间跨度不能大于90天</p>
|
|
13113
13092
|
*/
|
|
13114
13093
|
StartTime: string;
|
|
13115
13094
|
/**
|
|
13116
|
-
*
|
|
13095
|
+
* <p>查询结束时间字符串,格式为yyyymmdd,时间跨度不能大于90天</p>
|
|
13117
13096
|
*/
|
|
13118
13097
|
EndTime: string;
|
|
13119
13098
|
/**
|
|
13120
|
-
*
|
|
13099
|
+
* <p>查询的套餐类型 (选填 )不传则查询所有套餐;目前支持:<ul><li><strong>CloudEnterprise</strong>: 企业版合同</li><li><strong>SingleSignature</strong>: 单方签章</li><li><strong>CloudProve</strong>: 签署报告</li><li><strong>CloudOnlineSign</strong>: 腾讯会议在线签约</li><li><strong>ChannelWeCard</strong>: 微工卡</li><li><strong>SignFlow</strong>: 合同套餐</li><li><strong>SignFace</strong>: 签署意愿(人脸识别)</li><li><strong>SignPassword</strong>: 签署意愿(密码)</li><li><strong>SignSMS</strong>: 签署意愿(短信)</li><li><strong>PersonalEssAuth</strong>: 签署人实名(腾讯电子签认证)</li><li><strong>PersonalThirdAuth</strong>: 签署人实名(信任第三方认证)</li><li><strong>OrgEssAuth</strong>: 签署企业实名</li><li><strong>FlowNotify</strong>: 短信通知</li><li><strong>AuthService</strong>: 企业工商信息查询</li></ul></p>
|
|
13121
13100
|
*/
|
|
13122
13101
|
QuotaType?: string;
|
|
13123
13102
|
/**
|
|
13124
|
-
*
|
|
13103
|
+
* <p>是否展示集团子企业的明细,默认否</p>
|
|
13125
13104
|
*/
|
|
13126
13105
|
DisplaySubEnterprise?: boolean;
|
|
13127
13106
|
}
|
|
@@ -13641,22 +13620,19 @@ export interface ReleasedApprover {
|
|
|
13641
13620
|
*/
|
|
13642
13621
|
export interface DescribeUserFlowTypeRequest {
|
|
13643
13622
|
/**
|
|
13644
|
-
*
|
|
13645
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
13623
|
+
* <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
13646
13624
|
*/
|
|
13647
13625
|
Operator: UserInfo;
|
|
13648
13626
|
/**
|
|
13649
|
-
*
|
|
13650
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
13627
|
+
* <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
13651
13628
|
*/
|
|
13652
13629
|
Agent?: Agent;
|
|
13653
13630
|
/**
|
|
13654
|
-
*
|
|
13655
|
-
<ul><li><strong>模板 ID</strong>:<strong>Key</strong>设置为 <code>template-id</code> ,<strong>Values</strong>为您想要查询的 <a href="https://qcloudimg.tencent-cloud.cn/raw/5c27b917b2bbe8c341566c78ca6f8782.png" target="_blank">模板 ID </a>列表。</li> <li><strong>主企业模板 ID</strong>:<strong>Key</strong>设置为 <code>share-template-id</code> ,<strong>Values</strong>为您想要查询的 <a href="https://qcloudimg.tencent-cloud.cn/raw/5c27b917b2bbe8c341566c78ca6f8782.png" target="_blank">主企业模板 ID </a>列表。用来查询主企业分享模板到子企业场景下,子企业的模板信息,在此情境下,参数 <strong>Agent.ProxyOrganizationId</strong>(子企业的组织ID)为必填项。</li> <li><strong>模板名称</strong>:<strong>Key</strong>设置为 <code>template-name</code> ,<strong>Values</strong>为您想要查询的<a href="https://qcloudimg.tencent-cloud.cn/raw/03a924ee0a53d86575f8067d1c97876d.png" target="_blank">模板名称</a>列表。</li><li><strong>模板的用户合同类型</strong>:<strong>Key</strong>设置为 <code>user-flow-type-id</code> ,<strong>Values</strong>为您想要查询的用户模板类型id列表。</li></ul>
|
|
13631
|
+
* <p>搜索过滤的条件,本字段允许您通过指定模板 ID 或模板名称来进行查询。</p><ul><li><strong>模板 ID</strong>:<strong>Key</strong>设置为 <code>template-id</code> ,<strong>Values</strong>为您想要查询的 <a href="https://qcloudimg.tencent-cloud.cn/raw/5c27b917b2bbe8c341566c78ca6f8782.png" target="_blank">模板 ID </a>列表。</li> <li><strong>主企业模板 ID</strong>:<strong>Key</strong>设置为 <code>share-template-id</code> ,<strong>Values</strong>为您想要查询的 <a href="https://qcloudimg.tencent-cloud.cn/raw/5c27b917b2bbe8c341566c78ca6f8782.png" target="_blank">主企业模板 ID </a>列表。用来查询主企业分享模板到子企业场景下,子企业的模板信息,在此情境下,参数 <strong>Agent.ProxyOrganizationId</strong>(子企业的组织ID)为必填项。</li> <li><strong>模板名称</strong>:<strong>Key</strong>设置为 <code>template-name</code> ,<strong>Values</strong>为您想要查询的<a href="https://qcloudimg.tencent-cloud.cn/raw/03a924ee0a53d86575f8067d1c97876d.png" target="_blank">模板名称</a>列表。</li><li><strong>模板的用户合同类型</strong>:<strong>Key</strong>设置为 <code>user-flow-type-id</code> ,<strong>Values</strong>为您想要查询的用户模板类型id列表。</li></ul>
|
|
13656
13632
|
*/
|
|
13657
13633
|
Filters?: Array<Filter>;
|
|
13658
13634
|
/**
|
|
13659
|
-
*
|
|
13635
|
+
* <p>查询绑定了模板的用户合同类型 <ul> <li>false(默认值),查询用户合同类型</li> <li>true,查询绑定了模板的用户合同类型</li> </ul></p>
|
|
13660
13636
|
*/
|
|
13661
13637
|
QueryBindTemplate?: boolean;
|
|
13662
13638
|
}
|