tencentcloud-sdk-nodejs-ess 4.1.117 → 4.1.118
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
|
@@ -7479,7 +7479,7 @@ export interface FlowGroupOptions {
|
|
|
7479
7479
|
*/
|
|
7480
7480
|
export interface RegisterInfo {
|
|
7481
7481
|
/**
|
|
7482
|
-
*
|
|
7482
|
+
* 法人姓名
|
|
7483
7483
|
*/
|
|
7484
7484
|
LegalName: string;
|
|
7485
7485
|
/**
|
|
@@ -7489,7 +7489,7 @@ export interface RegisterInfo {
|
|
|
7489
7489
|
*/
|
|
7490
7490
|
Uscc?: string;
|
|
7491
7491
|
/**
|
|
7492
|
-
*
|
|
7492
|
+
* 社会统一信用代码
|
|
7493
7493
|
*/
|
|
7494
7494
|
UnifiedSocialCreditCode?: string;
|
|
7495
7495
|
/**
|