tencentcloud-sdk-nodejs-ess 4.1.270 → 4.1.272
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
|
@@ -2971,11 +2971,11 @@ export interface CreateBatchAdminChangeInvitationsRequest {
|
|
|
2971
2971
|
*/
|
|
2972
2972
|
export interface DescribeFlowTemplatesResponse {
|
|
2973
2973
|
/**
|
|
2974
|
-
*
|
|
2974
|
+
* <p>模板详情列表数据</p>
|
|
2975
2975
|
*/
|
|
2976
2976
|
Templates?: Array<TemplateInfo>;
|
|
2977
2977
|
/**
|
|
2978
|
-
*
|
|
2978
|
+
* <p>查询到的模板总数</p>
|
|
2979
2979
|
*/
|
|
2980
2980
|
TotalCount?: number;
|
|
2981
2981
|
/**
|
|
@@ -4123,67 +4123,50 @@ export interface CreateUserMobileChangeUrlResponse {
|
|
|
4123
4123
|
*/
|
|
4124
4124
|
export interface DescribeFlowTemplatesRequest {
|
|
4125
4125
|
/**
|
|
4126
|
-
*
|
|
4127
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
4126
|
+
* <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
4128
4127
|
*/
|
|
4129
4128
|
Operator: UserInfo;
|
|
4130
4129
|
/**
|
|
4131
|
-
*
|
|
4132
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
4130
|
+
* <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
4133
4131
|
*/
|
|
4134
4132
|
Agent?: Agent;
|
|
4135
4133
|
/**
|
|
4136
|
-
*
|
|
4137
|
-
|
|
4138
|
-
<ul><li>**0**:模板列表及详情(默认)</li>
|
|
4139
|
-
<li>**1**:仅模板列表</li></ul>
|
|
4134
|
+
* <p>查询内容控制</p><ul><li>**0**:模板列表及详情(默认)</li><li>**1**:仅模板列表</li></ul>
|
|
4140
4135
|
*/
|
|
4141
4136
|
ContentType?: number;
|
|
4142
4137
|
/**
|
|
4143
|
-
*
|
|
4138
|
+
* <p>搜索过滤的条件,本字段允许您通过指定模板 ID 或模板名称来进行查询。<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></p>
|
|
4144
4139
|
*/
|
|
4145
4140
|
Filters?: Array<Filter>;
|
|
4146
4141
|
/**
|
|
4147
|
-
*
|
|
4148
|
-
|
|
4149
|
-
注:`1.offset从0开始,即第一页为0。`
|
|
4150
|
-
`2.默认从第一页返回。`
|
|
4142
|
+
* <p>偏移量:从 0 开始,最大20000。</p>
|
|
4151
4143
|
*/
|
|
4152
4144
|
Offset?: number;
|
|
4153
4145
|
/**
|
|
4154
|
-
*
|
|
4155
|
-
|
|
4156
|
-
注:`1.默认值为20,单页做大值为200。`
|
|
4146
|
+
* <p>指定每页返回的数据条数,和Offset参数配合使用。</p><p>注:<code>1.默认值为20,单页做大值为200。</code></p>
|
|
4157
4147
|
*/
|
|
4158
4148
|
Limit?: number;
|
|
4159
4149
|
/**
|
|
4160
|
-
*
|
|
4161
|
-
|
|
4162
|
-
<p><strong>注意事项:</strong></p>
|
|
4163
|
-
<ul><li>当 <strong>ApplicationId</strong> 为空时(默认),系统将查询<a href="https://qcloudimg.tencent-cloud.cn/raw/376943a1d472393dd5388592f2e85ee5.png" target="_blank">平台企业的所有模板</a>(自建应用使用的模板)。</li><li>当 <strong>ApplicationId</strong> 不为空时,系统将从<a href="https://qcloudimg.tencent-cloud.cn/raw/18319e5e77f7d47eab493d43d47827d3.png" target="_blank">【应用模板库管理】</a>中查询该特定应用下的模板(分享给第三方应用子企业的模板)。</li></ul>
|
|
4150
|
+
* <p>通过指定<a href="https://qcloudimg.tencent-cloud.cn/raw/60efa1e9049732e5246b20a268882b1a.png">第三方应用的应用号(ApplicationId)</a>,您可以查询<a href="https://qcloudimg.tencent-cloud.cn/raw/18319e5e77f7d47eab493d43d47827d3.png" target="_blank">【应用模板库管理】</a>中某个第三方应用下的模板。</p><p><strong>注意事项:</strong></p><ul><li>当 <strong>ApplicationId</strong> 为空时(默认),系统将查询<a href="https://qcloudimg.tencent-cloud.cn/raw/376943a1d472393dd5388592f2e85ee5.png" target="_blank">平台企业的所有模板</a>(自建应用使用的模板)。</li><li>当 <strong>ApplicationId</strong> 不为空时,系统将从<a href="https://qcloudimg.tencent-cloud.cn/raw/18319e5e77f7d47eab493d43d47827d3.png" target="_blank">【应用模板库管理】</a>中查询该特定应用下的模板(分享给第三方应用子企业的模板)。</li></ul>
|
|
4164
4151
|
*/
|
|
4165
4152
|
ApplicationId?: string;
|
|
4166
4153
|
/**
|
|
4167
|
-
*
|
|
4168
|
-
为true,查询第三方应用集成平台企业模板库管理列表
|
|
4154
|
+
* <p>默认为false,查询SaaS模板库列表;<br>为true,查询第三方应用集成平台企业模板库管理列表</p>
|
|
4169
4155
|
* @deprecated
|
|
4170
4156
|
*/
|
|
4171
4157
|
IsChannel?: boolean;
|
|
4172
4158
|
/**
|
|
4173
|
-
*
|
|
4159
|
+
* <p>暂未开放</p>
|
|
4174
4160
|
* @deprecated
|
|
4175
4161
|
*/
|
|
4176
4162
|
Organization?: OrganizationInfo;
|
|
4177
4163
|
/**
|
|
4178
|
-
*
|
|
4164
|
+
* <p>暂未开放</p>
|
|
4179
4165
|
* @deprecated
|
|
4180
4166
|
*/
|
|
4181
4167
|
GenerateSource?: number;
|
|
4182
4168
|
/**
|
|
4183
|
-
*
|
|
4184
|
-
|
|
4185
|
-
<ul><li><strong>false</strong>:不获取(默认)</li><li><strong>true</strong>:需要获取</li></ul>
|
|
4186
|
-
设置为true之后, 返回参数PreviewUrl,为模板的H5预览链接, 有效期5分钟。可以通过浏览器打开此链接预览模板,或者嵌入到iframe中预览模板。
|
|
4169
|
+
* <p>是否获取模板预览链接。</p><ul><li><strong>false</strong>:不获取(默认)</li><li><strong>true</strong>:需要获取</li></ul>设置为true之后, 返回参数PreviewUrl,为模板的H5预览链接, 有效期5分钟。可以通过浏览器打开此链接预览模板,或者嵌入到iframe中预览模板。
|
|
4187
4170
|
*/
|
|
4188
4171
|
WithPreviewUrl?: boolean;
|
|
4189
4172
|
}
|
|
@@ -4738,18 +4721,11 @@ export interface CreateIntegrationDepartmentResponse {
|
|
|
4738
4721
|
*/
|
|
4739
4722
|
export interface JumpEvent {
|
|
4740
4723
|
/**
|
|
4741
|
-
*
|
|
4742
|
-
* 1 - 企业收录。
|
|
4743
|
-
* 2 - 超管授权书审核。
|
|
4744
|
-
* 3 - 认证完成。
|
|
4724
|
+
* <p>跳转事件枚举</p><p>枚举值:</p><ul><li>1: 企业收录</li><li>2: 超管授权书审核</li><li>3: 企业认证完成</li></ul>
|
|
4745
4725
|
*/
|
|
4746
4726
|
JumpEventType?: number;
|
|
4747
4727
|
/**
|
|
4748
|
-
*
|
|
4749
|
-
Endpoint如果是APP 类型,请传递<font color="red">"true"</font>
|
|
4750
|
-
如果 Endpoint 是 H5 类型,请参考文档[跳转电子签H5](https://qian.tencent.com/developers/company/openqianh5/)
|
|
4751
|
-
|
|
4752
|
-
p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
|
|
4728
|
+
* <p>为认证成功后页面进行回跳的URL,请确保回跳地址的可用性。<br>Endpoint如果是APP 类型,请传递<font color="red">"true"</font><br>如果 Endpoint 是 H5 类型,请参考文档<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a></p><p>p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。</p>
|
|
4753
4729
|
*/
|
|
4754
4730
|
JumpUrl?: string;
|
|
4755
4731
|
}
|
|
@@ -7581,9 +7557,13 @@ export interface CreateOrganizationAuthUrlRequest {
|
|
|
7581
7557
|
*/
|
|
7582
7558
|
HideBizLicense?: boolean;
|
|
7583
7559
|
/**
|
|
7584
|
-
* <p>对方打开链接认证时,公司地址是否要与接口传递上来的保持一致。</p><ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b
|
|
7560
|
+
* <p>对方打开链接认证时,公司地址是否要与接口传递上来的保持一致。</p><ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时会回显接口传递的值,且不可更改</li></ul>p.s. 仅在公司地址(OrganizationAddress)不为空时有效<p>如下图所示:<br><img src="https://qcloudimg.tencent-cloud.cn/raw/4aa67a434cdf522c04e32f2e1de0382b.png" alt="示例"><p></p></p>
|
|
7585
7561
|
*/
|
|
7586
7562
|
AddressSame?: boolean;
|
|
7563
|
+
/**
|
|
7564
|
+
* <p>对方打开链接认证时,公司营业执照是否要与接口传递上来的保持一致。</p><ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致,用户可以进行修改</li><li><b>true</b>:启用状态,实际认证时回填的信息就是用户传递的值,并且不能修改</li></ul><p></p><p>p.s. 仅在公司营业执照(BusinessLicense)不为空时有效</p>如下图<img src="https://qcloudimg.tencent-cloud.cn/raw/7159637d5a8ac3d92b35813b1fc9660a.png" alt="示例">
|
|
7565
|
+
*/
|
|
7566
|
+
BizLicenseSame?: boolean;
|
|
7587
7567
|
}
|
|
7588
7568
|
/**
|
|
7589
7569
|
* CreateIntegrationRole请求参数结构体
|