@vrplatform/api 1.3.1-1665 → 1.3.1-1697
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;
|
|
@@ -10284,6 +10284,8 @@ export interface operations {
|
|
|
10284
10284
|
shortRefs?: string;
|
|
10285
10285
|
activeOwnership?: boolean;
|
|
10286
10286
|
activeRecurringFeePeriods?: string;
|
|
10287
|
+
/** @description Filter listings that have (true) or lack (false) opening balances */
|
|
10288
|
+
openingBalance?: boolean;
|
|
10287
10289
|
limit?: number;
|
|
10288
10290
|
page?: number;
|
|
10289
10291
|
};
|
|
@@ -10859,6 +10861,8 @@ export interface operations {
|
|
|
10859
10861
|
shortRefs?: string;
|
|
10860
10862
|
activeOwnership?: boolean;
|
|
10861
10863
|
activeRecurringFeePeriods?: string;
|
|
10864
|
+
/** @description Filter listings that have (true) or lack (false) opening balances */
|
|
10865
|
+
openingBalance?: boolean;
|
|
10862
10866
|
};
|
|
10863
10867
|
header?: never;
|
|
10864
10868
|
path?: never;
|
|
@@ -28588,7 +28592,8 @@ export interface operations {
|
|
|
28588
28592
|
countryCode?: string | null;
|
|
28589
28593
|
} | null;
|
|
28590
28594
|
phone?: string | null;
|
|
28591
|
-
|
|
28595
|
+
/** Format: email */
|
|
28596
|
+
email: string;
|
|
28592
28597
|
taxId?: string | null;
|
|
28593
28598
|
companyName?: string | null;
|
|
28594
28599
|
/** @enum {string} */
|
|
@@ -29178,6 +29183,7 @@ export interface operations {
|
|
|
29178
29183
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
29179
29184
|
currency: string;
|
|
29180
29185
|
updatedAt?: string | null;
|
|
29186
|
+
transactionId?: string | null;
|
|
29181
29187
|
};
|
|
29182
29188
|
};
|
|
29183
29189
|
};
|
|
@@ -29292,6 +29298,7 @@ export interface operations {
|
|
|
29292
29298
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
29293
29299
|
currency: string;
|
|
29294
29300
|
updatedAt?: string | null;
|
|
29301
|
+
transactionId?: string | null;
|
|
29295
29302
|
};
|
|
29296
29303
|
};
|
|
29297
29304
|
};
|
|
@@ -29592,7 +29599,8 @@ export interface operations {
|
|
|
29592
29599
|
countryCode?: string | null;
|
|
29593
29600
|
} | null;
|
|
29594
29601
|
phone?: string | null;
|
|
29595
|
-
|
|
29602
|
+
/** Format: email */
|
|
29603
|
+
email?: string;
|
|
29596
29604
|
taxId?: string | null;
|
|
29597
29605
|
companyName?: string | null;
|
|
29598
29606
|
/** @enum {string} */
|