tencentcloud-sdk-nodejs-ess 4.1.64 → 4.1.66
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
|
@@ -4815,7 +4815,7 @@ export interface CreateFlowSignUrlResponse {
|
|
|
4815
4815
|
*/
|
|
4816
4816
|
export interface RegisterInfo {
|
|
4817
4817
|
/**
|
|
4818
|
-
*
|
|
4818
|
+
* <font color="red">字段不再使用</font>,法人姓名
|
|
4819
4819
|
*/
|
|
4820
4820
|
LegalName: string;
|
|
4821
4821
|
/**
|
|
@@ -4825,7 +4825,7 @@ export interface RegisterInfo {
|
|
|
4825
4825
|
*/
|
|
4826
4826
|
Uscc?: string;
|
|
4827
4827
|
/**
|
|
4828
|
-
*
|
|
4828
|
+
* <font color="red">字段不再使用</font>,社会统一信用代码
|
|
4829
4829
|
*/
|
|
4830
4830
|
UnifiedSocialCreditCode?: string;
|
|
4831
4831
|
/**
|
|
@@ -4835,8 +4835,18 @@ export interface RegisterInfo {
|
|
|
4835
4835
|
<li><strong>2</strong>: 法人授权方式</li>
|
|
4836
4836
|
<li><strong>5</strong>: 授权书+对公打款方式</li>
|
|
4837
4837
|
</ul>
|
|
4838
|
+
* @deprecated
|
|
4838
4839
|
*/
|
|
4839
4840
|
AuthorizationTypes?: Array<number | bigint>;
|
|
4841
|
+
/**
|
|
4842
|
+
* 指定企业认证的授权方式 支持多选:
|
|
4843
|
+
|
|
4844
|
+
<ul>
|
|
4845
|
+
<li><strong>2</strong>: 法人授权方式</li>
|
|
4846
|
+
<li><strong>5</strong>: 授权书+对公打款方式</li>
|
|
4847
|
+
</ul>
|
|
4848
|
+
*/
|
|
4849
|
+
AuthorizationType?: number;
|
|
4840
4850
|
}
|
|
4841
4851
|
/**
|
|
4842
4852
|
* DescribeFileUrls请求参数结构体
|