@vrplatform/api 1.3.1-stage.1701 → 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.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1701",
9
+ "version": "1.3.1-stage.1703",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -6524,8 +6524,7 @@ export interface operations {
6524
6524
  companyType?: ("c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate") | null;
6525
6525
  taxIdentifier?: string | null;
6526
6526
  uniqueRef?: string | null;
6527
- /** @enum {string} */
6528
- status: "active" | "inactive";
6527
+ status: ("active" | "inactive") | "pending";
6529
6528
  payoutAccountId?: string | null;
6530
6529
  /** Format: uuid */
6531
6530
  id: string;
@@ -6710,8 +6709,7 @@ export interface operations {
6710
6709
  companyType?: ("c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate") | null;
6711
6710
  taxIdentifier?: string | null;
6712
6711
  uniqueRef?: string | null;
6713
- /** @enum {string} */
6714
- status: "active" | "inactive";
6712
+ status: ("active" | "inactive") | "pending";
6715
6713
  payoutAccountId?: string | null;
6716
6714
  /** Format: uuid */
6717
6715
  id: string;
@@ -7117,8 +7115,7 @@ export interface operations {
7117
7115
  companyType?: ("c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate") | null;
7118
7116
  taxIdentifier?: string | null;
7119
7117
  uniqueRef?: string | null;
7120
- /** @enum {string} */
7121
- status: "active" | "inactive";
7118
+ status: ("active" | "inactive") | "pending";
7122
7119
  payoutAccountId?: string | null;
7123
7120
  /** Format: uuid */
7124
7121
  id: string;
@@ -7294,8 +7291,7 @@ export interface operations {
7294
7291
  companyType?: ("c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate") | null;
7295
7292
  taxIdentifier?: string | null;
7296
7293
  uniqueRef?: string | null;
7297
- /** @enum {string} */
7298
- status: "active" | "inactive";
7294
+ status: ("active" | "inactive") | "pending";
7299
7295
  payoutAccountId?: string | null;
7300
7296
  /** Format: uuid */
7301
7297
  id: string;