@vrplatform/api 1.3.1-stage.1678 → 1.3.1-stage.1680
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.
|
@@ -6445,7 +6445,7 @@ export interface operations {
|
|
|
6445
6445
|
parameters: {
|
|
6446
6446
|
query?: {
|
|
6447
6447
|
search?: string;
|
|
6448
|
-
status?: "active" | "inactive";
|
|
6448
|
+
status?: ("active" | "inactive") | "pending";
|
|
6449
6449
|
type?: "owner" | "vendor";
|
|
6450
6450
|
companyType?: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
6451
6451
|
isIndividual?: boolean;
|
|
@@ -6937,7 +6937,7 @@ export interface operations {
|
|
|
6937
6937
|
parameters: {
|
|
6938
6938
|
query?: {
|
|
6939
6939
|
search?: string;
|
|
6940
|
-
status?: "active" | "inactive";
|
|
6940
|
+
status?: ("active" | "inactive") | "pending";
|
|
6941
6941
|
type?: "owner" | "vendor";
|
|
6942
6942
|
companyType?: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
6943
6943
|
isIndividual?: boolean;
|