@vrplatform/api 1.3.1-stage.1702 → 1.3.1-stage.1703
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.
|
@@ -6523,8 +6523,7 @@ export interface operations {
|
|
|
6523
6523
|
companyType?: ("c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate") | null;
|
|
6524
6524
|
taxIdentifier?: string | null;
|
|
6525
6525
|
uniqueRef?: string | null;
|
|
6526
|
-
|
|
6527
|
-
status: "active" | "inactive";
|
|
6526
|
+
status: ("active" | "inactive") | "pending";
|
|
6528
6527
|
payoutAccountId?: string | null;
|
|
6529
6528
|
/** Format: uuid */
|
|
6530
6529
|
id: string;
|
|
@@ -6709,8 +6708,7 @@ export interface operations {
|
|
|
6709
6708
|
companyType?: ("c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate") | null;
|
|
6710
6709
|
taxIdentifier?: string | null;
|
|
6711
6710
|
uniqueRef?: string | null;
|
|
6712
|
-
|
|
6713
|
-
status: "active" | "inactive";
|
|
6711
|
+
status: ("active" | "inactive") | "pending";
|
|
6714
6712
|
payoutAccountId?: string | null;
|
|
6715
6713
|
/** Format: uuid */
|
|
6716
6714
|
id: string;
|
|
@@ -7116,8 +7114,7 @@ export interface operations {
|
|
|
7116
7114
|
companyType?: ("c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate") | null;
|
|
7117
7115
|
taxIdentifier?: string | null;
|
|
7118
7116
|
uniqueRef?: string | null;
|
|
7119
|
-
|
|
7120
|
-
status: "active" | "inactive";
|
|
7117
|
+
status: ("active" | "inactive") | "pending";
|
|
7121
7118
|
payoutAccountId?: string | null;
|
|
7122
7119
|
/** Format: uuid */
|
|
7123
7120
|
id: string;
|
|
@@ -7293,8 +7290,7 @@ export interface operations {
|
|
|
7293
7290
|
companyType?: ("c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate") | null;
|
|
7294
7291
|
taxIdentifier?: string | null;
|
|
7295
7292
|
uniqueRef?: string | null;
|
|
7296
|
-
|
|
7297
|
-
status: "active" | "inactive";
|
|
7293
|
+
status: ("active" | "inactive") | "pending";
|
|
7298
7294
|
payoutAccountId?: string | null;
|
|
7299
7295
|
/** Format: uuid */
|
|
7300
7296
|
id: string;
|