@vrplatform/api 1.3.1-stage.1758 → 1.3.1-stage.1761
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/build/main/generated/v1.d.ts +10 -157
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +10 -157
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +10 -157
|
@@ -1736,32 +1736,15 @@ export interface paths {
|
|
|
1736
1736
|
patch?: never;
|
|
1737
1737
|
trace?: never;
|
|
1738
1738
|
};
|
|
1739
|
-
"/statements/csv": {
|
|
1740
|
-
parameters: {
|
|
1741
|
-
query?: never;
|
|
1742
|
-
header?: never;
|
|
1743
|
-
path?: never;
|
|
1744
|
-
cookie?: never;
|
|
1745
|
-
};
|
|
1746
|
-
/** @description Get Owner Statement CSV export */
|
|
1747
|
-
get: operations["getStatementsCsv"];
|
|
1748
|
-
put?: never;
|
|
1749
|
-
post?: never;
|
|
1750
|
-
delete?: never;
|
|
1751
|
-
options?: never;
|
|
1752
|
-
head?: never;
|
|
1753
|
-
patch?: never;
|
|
1754
|
-
trace?: never;
|
|
1755
|
-
};
|
|
1756
|
-
"/statements/csv/batch": {
|
|
1739
|
+
"/statements/batch/csv": {
|
|
1757
1740
|
parameters: {
|
|
1758
1741
|
query?: never;
|
|
1759
1742
|
header?: never;
|
|
1760
1743
|
path?: never;
|
|
1761
1744
|
cookie?: never;
|
|
1762
1745
|
};
|
|
1763
|
-
/** @description Get Owner Statement CSV
|
|
1764
|
-
get: operations["
|
|
1746
|
+
/** @description Get Owner Statement CSV export (detailed) */
|
|
1747
|
+
get: operations["getStatementsBatchCsv"];
|
|
1765
1748
|
put?: never;
|
|
1766
1749
|
post?: never;
|
|
1767
1750
|
delete?: never;
|
|
@@ -1770,15 +1753,15 @@ export interface paths {
|
|
|
1770
1753
|
patch?: never;
|
|
1771
1754
|
trace?: never;
|
|
1772
1755
|
};
|
|
1773
|
-
"/statements/csv
|
|
1756
|
+
"/statements/csv": {
|
|
1774
1757
|
parameters: {
|
|
1775
1758
|
query?: never;
|
|
1776
1759
|
header?: never;
|
|
1777
1760
|
path?: never;
|
|
1778
1761
|
cookie?: never;
|
|
1779
1762
|
};
|
|
1780
|
-
/** @description Get Owner Statement CSV export
|
|
1781
|
-
get: operations["
|
|
1763
|
+
/** @description Get Owner Statement CSV export */
|
|
1764
|
+
get: operations["getStatementsCsv"];
|
|
1782
1765
|
put?: never;
|
|
1783
1766
|
post?: never;
|
|
1784
1767
|
delete?: never;
|
|
@@ -24967,139 +24950,11 @@ export interface operations {
|
|
|
24967
24950
|
};
|
|
24968
24951
|
};
|
|
24969
24952
|
};
|
|
24970
|
-
|
|
24971
|
-
parameters: {
|
|
24972
|
-
query?: {
|
|
24973
|
-
limit?: number;
|
|
24974
|
-
page?: number;
|
|
24975
|
-
/** @description comma separated periods */
|
|
24976
|
-
periodIds?: string;
|
|
24977
|
-
/** @description Year in format YYYY */
|
|
24978
|
-
year?: number;
|
|
24979
|
-
/** @description comma separated listings */
|
|
24980
|
-
listingIds?: string;
|
|
24981
|
-
/** @description comma separated statements */
|
|
24982
|
-
statementIds?: string;
|
|
24983
|
-
/** @description Date in format YYYY-MM */
|
|
24984
|
-
month?: string;
|
|
24985
|
-
search?: string;
|
|
24986
|
-
status?: ("draft" | "inReview" | "published") | "all";
|
|
24987
|
-
/** @description comma separated owners */
|
|
24988
|
-
ownerIds?: string;
|
|
24989
|
-
/** @description comma separated owners */
|
|
24990
|
-
listingCollectionIds?: string;
|
|
24991
|
-
/** @description comma separated recurring fees */
|
|
24992
|
-
recurringFeeIds?: string;
|
|
24993
|
-
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
24994
|
-
dateRange?: string;
|
|
24995
|
-
/** @description Whether the end date is inclusive or exclusive */
|
|
24996
|
-
isDateRangeEndInclusive?: boolean;
|
|
24997
|
-
};
|
|
24998
|
-
header?: never;
|
|
24999
|
-
path?: never;
|
|
25000
|
-
cookie?: never;
|
|
25001
|
-
};
|
|
25002
|
-
requestBody?: never;
|
|
25003
|
-
responses: {
|
|
25004
|
-
/** @description Successful response */
|
|
25005
|
-
200: {
|
|
25006
|
-
headers: {
|
|
25007
|
-
[name: string]: unknown;
|
|
25008
|
-
};
|
|
25009
|
-
content: {
|
|
25010
|
-
"application/json": {
|
|
25011
|
-
url: string;
|
|
25012
|
-
expIn: number;
|
|
25013
|
-
};
|
|
25014
|
-
};
|
|
25015
|
-
};
|
|
25016
|
-
/** @description Bad request */
|
|
25017
|
-
400: {
|
|
25018
|
-
headers: {
|
|
25019
|
-
[name: string]: unknown;
|
|
25020
|
-
};
|
|
25021
|
-
content: {
|
|
25022
|
-
"application/json": {
|
|
25023
|
-
code: string;
|
|
25024
|
-
message: string;
|
|
25025
|
-
issues?: {
|
|
25026
|
-
message: string;
|
|
25027
|
-
}[];
|
|
25028
|
-
context?: unknown;
|
|
25029
|
-
};
|
|
25030
|
-
};
|
|
25031
|
-
};
|
|
25032
|
-
/** @description Unauthorized */
|
|
25033
|
-
401: {
|
|
25034
|
-
headers: {
|
|
25035
|
-
[name: string]: unknown;
|
|
25036
|
-
};
|
|
25037
|
-
content: {
|
|
25038
|
-
"application/json": {
|
|
25039
|
-
code: string;
|
|
25040
|
-
message: string;
|
|
25041
|
-
issues?: {
|
|
25042
|
-
message: string;
|
|
25043
|
-
}[];
|
|
25044
|
-
context?: unknown;
|
|
25045
|
-
};
|
|
25046
|
-
};
|
|
25047
|
-
};
|
|
25048
|
-
/** @description Forbidden */
|
|
25049
|
-
403: {
|
|
25050
|
-
headers: {
|
|
25051
|
-
[name: string]: unknown;
|
|
25052
|
-
};
|
|
25053
|
-
content: {
|
|
25054
|
-
"application/json": {
|
|
25055
|
-
code: string;
|
|
25056
|
-
message: string;
|
|
25057
|
-
issues?: {
|
|
25058
|
-
message: string;
|
|
25059
|
-
}[];
|
|
25060
|
-
context?: unknown;
|
|
25061
|
-
};
|
|
25062
|
-
};
|
|
25063
|
-
};
|
|
25064
|
-
/** @description Not found */
|
|
25065
|
-
404: {
|
|
25066
|
-
headers: {
|
|
25067
|
-
[name: string]: unknown;
|
|
25068
|
-
};
|
|
25069
|
-
content: {
|
|
25070
|
-
"application/json": {
|
|
25071
|
-
code: string;
|
|
25072
|
-
message: string;
|
|
25073
|
-
issues?: {
|
|
25074
|
-
message: string;
|
|
25075
|
-
}[];
|
|
25076
|
-
context?: unknown;
|
|
25077
|
-
};
|
|
25078
|
-
};
|
|
25079
|
-
};
|
|
25080
|
-
/** @description Internal server error */
|
|
25081
|
-
500: {
|
|
25082
|
-
headers: {
|
|
25083
|
-
[name: string]: unknown;
|
|
25084
|
-
};
|
|
25085
|
-
content: {
|
|
25086
|
-
"application/json": {
|
|
25087
|
-
code: string;
|
|
25088
|
-
message: string;
|
|
25089
|
-
issues?: {
|
|
25090
|
-
message: string;
|
|
25091
|
-
}[];
|
|
25092
|
-
context?: unknown;
|
|
25093
|
-
};
|
|
25094
|
-
};
|
|
25095
|
-
};
|
|
25096
|
-
};
|
|
25097
|
-
};
|
|
25098
|
-
getStatementsCsvBatch: {
|
|
24953
|
+
getStatementsBatchCsv: {
|
|
25099
24954
|
parameters: {
|
|
25100
24955
|
query: {
|
|
25101
|
-
|
|
25102
|
-
|
|
24956
|
+
viewAs?: "owner" | "manager";
|
|
24957
|
+
ownershipPeriodId: string;
|
|
25103
24958
|
/** @description Date in format YYYY-MM */
|
|
25104
24959
|
month: string;
|
|
25105
24960
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
@@ -25205,7 +25060,7 @@ export interface operations {
|
|
|
25205
25060
|
};
|
|
25206
25061
|
};
|
|
25207
25062
|
};
|
|
25208
|
-
|
|
25063
|
+
getStatementsCsv: {
|
|
25209
25064
|
parameters: {
|
|
25210
25065
|
query?: {
|
|
25211
25066
|
limit?: number;
|
|
@@ -25226,8 +25081,6 @@ export interface operations {
|
|
|
25226
25081
|
ownerIds?: string;
|
|
25227
25082
|
/** @description comma separated owners */
|
|
25228
25083
|
listingCollectionIds?: string;
|
|
25229
|
-
/** @description statement layout id */
|
|
25230
|
-
layoutId?: string;
|
|
25231
25084
|
/** @description comma separated recurring fees */
|
|
25232
25085
|
recurringFeeIds?: string;
|
|
25233
25086
|
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|