@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.
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-
|
|
9
|
+
"version": "1.3.1-1697",
|
|
10
10
|
"description": "",
|
|
11
11
|
"main": "build/main/index.js",
|
|
12
12
|
"module": "build/module/index.js",
|
|
@@ -36,9 +36,7 @@
|
|
|
36
36
|
"@sentry/core": "*"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@vrplatform/
|
|
40
|
-
"@vrplatform/common": "1.1.0",
|
|
41
|
-
"@vrplatform/bin": "1.0.0"
|
|
39
|
+
"@vrplatform/bin": "*"
|
|
42
40
|
},
|
|
43
41
|
"files": [
|
|
44
42
|
"build/main",
|
package/src/generated/v1.ts
CHANGED
|
@@ -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;
|
|
@@ -10285,6 +10285,8 @@ export interface operations {
|
|
|
10285
10285
|
shortRefs?: string;
|
|
10286
10286
|
activeOwnership?: boolean;
|
|
10287
10287
|
activeRecurringFeePeriods?: string;
|
|
10288
|
+
/** @description Filter listings that have (true) or lack (false) opening balances */
|
|
10289
|
+
openingBalance?: boolean;
|
|
10288
10290
|
limit?: number;
|
|
10289
10291
|
page?: number;
|
|
10290
10292
|
};
|
|
@@ -10860,6 +10862,8 @@ export interface operations {
|
|
|
10860
10862
|
shortRefs?: string;
|
|
10861
10863
|
activeOwnership?: boolean;
|
|
10862
10864
|
activeRecurringFeePeriods?: string;
|
|
10865
|
+
/** @description Filter listings that have (true) or lack (false) opening balances */
|
|
10866
|
+
openingBalance?: boolean;
|
|
10863
10867
|
};
|
|
10864
10868
|
header?: never;
|
|
10865
10869
|
path?: never;
|
|
@@ -28589,7 +28593,8 @@ export interface operations {
|
|
|
28589
28593
|
countryCode?: string | null;
|
|
28590
28594
|
} | null;
|
|
28591
28595
|
phone?: string | null;
|
|
28592
|
-
|
|
28596
|
+
/** Format: email */
|
|
28597
|
+
email: string;
|
|
28593
28598
|
taxId?: string | null;
|
|
28594
28599
|
companyName?: string | null;
|
|
28595
28600
|
/** @enum {string} */
|
|
@@ -29179,6 +29184,7 @@ export interface operations {
|
|
|
29179
29184
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
29180
29185
|
currency: string;
|
|
29181
29186
|
updatedAt?: string | null;
|
|
29187
|
+
transactionId?: string | null;
|
|
29182
29188
|
};
|
|
29183
29189
|
};
|
|
29184
29190
|
};
|
|
@@ -29293,6 +29299,7 @@ export interface operations {
|
|
|
29293
29299
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
29294
29300
|
currency: string;
|
|
29295
29301
|
updatedAt?: string | null;
|
|
29302
|
+
transactionId?: string | null;
|
|
29296
29303
|
};
|
|
29297
29304
|
};
|
|
29298
29305
|
};
|
|
@@ -29593,7 +29600,8 @@ export interface operations {
|
|
|
29593
29600
|
countryCode?: string | null;
|
|
29594
29601
|
} | null;
|
|
29595
29602
|
phone?: string | null;
|
|
29596
|
-
|
|
29603
|
+
/** Format: email */
|
|
29604
|
+
email?: string;
|
|
29597
29605
|
taxId?: string | null;
|
|
29598
29606
|
companyName?: string | null;
|
|
29599
29607
|
/** @enum {string} */
|