tencentcloud-sdk-nodejs-ess 4.1.286 → 4.1.289
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
|
@@ -5567,6 +5567,10 @@ export interface CreatePartnerAutoSignAuthUrlRequest {
|
|
|
5567
5567
|
* <p>在处理授权关系时,授权的方向</p><ul><li><strong>false</strong>(默认值):表示我方授权他方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【被授权方】的企业名称,即接收授权的企业。</li><li><strong>true</strong>:表示他方授权我方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【授权方】的企业名称,即提供授权的企业。</li></ul>
|
|
5568
5568
|
*/
|
|
5569
5569
|
AuthToMe?: boolean;
|
|
5570
|
+
/**
|
|
5571
|
+
* <p>限制授权方式</p><p>枚举值:</p><ul><li>0: 默认,授权页面展示全部授权方式</li><li>1: 仅按印章类型授权</li><li>2: 仅按印章id授权</li></ul>
|
|
5572
|
+
*/
|
|
5573
|
+
LimitAuthType?: number;
|
|
5570
5574
|
}
|
|
5571
5575
|
/**
|
|
5572
5576
|
* CreatePartnerAuthorizationLink返回参数结构体
|
|
@@ -10671,6 +10675,10 @@ export interface ModifyPartnerAutoSignAuthUrlRequest {
|
|
|
10671
10675
|
* <p>在设置印章授权时,可以指定特定的印章类型,以确保在授权过程中只使用相应类型的印章。</p><p>枚举值:</p><ul><li>OFFICIAL: 企业公章,用于代表企业对外的正式文件和重要事务的认证</li><li>CONTRACT: 合同专用章,专门用于签署各类合同。</li><li>FINANCE: 财务专用章,用于企业的财务相关文件,如发票、收据等财务凭证的认证</li><li>PERSONNEL: 人事专用章,用于人事管理相关文件,如劳动合同、人事任命等。</li><li>OTHER: 其他类型印章,包含子类型</li></ul>
|
|
10672
10676
|
*/
|
|
10673
10677
|
SealTypes?: Array<string>;
|
|
10678
|
+
/**
|
|
10679
|
+
* <p>限制授权方式</p><p>枚举值:</p><ul><li>0: 默认,授权页面展示全部授权方式 </li><li>1: 仅按印章类型授权</li><li>2: 仅按印章id授权</li></ul>
|
|
10680
|
+
*/
|
|
10681
|
+
LimitAuthType?: number;
|
|
10674
10682
|
}
|
|
10675
10683
|
/**
|
|
10676
10684
|
* DescribeInformationExtractionWebUrl返回参数结构体
|