tencentcloud-sdk-nodejs-essbasic 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
|
@@ -3907,6 +3907,10 @@ export interface ModifyPartnerAutoSignAuthUrlRequest {
|
|
|
3907
3907
|
* <p>在设置印章授权时,可以指定特定的印章类型,以确保在授权过程中只使用相应类型的印章。</p><p>枚举值:</p><ul><li>OFFICIAL: 企业公章,用于代表企业对外的正式文件和重要事务的认证</li><li>CONTRACT: 合同专用章,专门用于签署各类合同。</li><li>FINANCE: 财务专用章,用于企业的财务相关文件,如发票、收据等财务凭证的认证</li><li>PERSONNEL: 人事专用章,用于人事管理相关文件,如劳动合同、人事任命等。</li><li>OTHER: 其他类型印章,包含子类型</li></ul>
|
|
3908
3908
|
*/
|
|
3909
3909
|
SealTypes?: Array<string>;
|
|
3910
|
+
/**
|
|
3911
|
+
* <p>限制授权方式</p><p>枚举值:</p><ul><li>0: 默认,授权页面展示全部授权方式 </li><li>1: 仅按印章类型授权 </li><li>3: 仅按印章id授权</li></ul><p>默认值:0</p>
|
|
3912
|
+
*/
|
|
3913
|
+
LimitAuthType?: string;
|
|
3910
3914
|
}
|
|
3911
3915
|
/**
|
|
3912
3916
|
* CreateEmployeeQualificationSealQrCode请求参数结构体
|
|
@@ -6907,6 +6911,10 @@ export interface CreatePartnerAutoSignAuthUrlRequest {
|
|
|
6907
6911
|
* <p>被授企业名称/授权方企业的名字,如果是企业之间授权和AuthorizedOrganizationIds二选一传入即可。请确认该名称与企业营业执照中注册的名称一致。注: 1. 如果名称中包含英文括号(),请使用中文括号()代替。2. 被授权企业必须和当前企业在同一应用号下 3. 数组最大长度50</p>
|
|
6908
6912
|
*/
|
|
6909
6913
|
AuthorizedOrganizationNames?: Array<string>;
|
|
6914
|
+
/**
|
|
6915
|
+
* <p>限制授权方式</p><p>枚举值:</p><ul><li>0: 默认,授权页面展示全部授权方式</li><li>1: 仅按印章类型授权</li><li>2: 仅按印章id授权</li></ul><p>默认值:0</p>
|
|
6916
|
+
*/
|
|
6917
|
+
LimitAuthType?: number;
|
|
6910
6918
|
}
|
|
6911
6919
|
/**
|
|
6912
6920
|
* DescribeBatchOrganizationRegistrationTasks返回参数结构体
|