@vrplatform/api 1.3.1-stage.1677 → 1.3.1-stage.1679

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.1677",
9
+ "version": "1.3.1-stage.1679",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -6446,7 +6446,7 @@ export interface operations {
6446
6446
  parameters: {
6447
6447
  query?: {
6448
6448
  search?: string;
6449
- status?: "active" | "inactive";
6449
+ status?: ("active" | "inactive") | "pending";
6450
6450
  type?: "owner" | "vendor";
6451
6451
  companyType?: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
6452
6452
  isIndividual?: boolean;
@@ -6938,7 +6938,7 @@ export interface operations {
6938
6938
  parameters: {
6939
6939
  query?: {
6940
6940
  search?: string;
6941
- status?: "active" | "inactive";
6941
+ status?: ("active" | "inactive") | "pending";
6942
6942
  type?: "owner" | "vendor";
6943
6943
  companyType?: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
6944
6944
  isIndividual?: boolean;