@vrplatform/api 1.3.1-stage.1747 → 1.3.1-stage.1749
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
package/src/generated/v1.ts
CHANGED
|
@@ -1771,6 +1771,23 @@ export interface paths {
|
|
|
1771
1771
|
patch?: never;
|
|
1772
1772
|
trace?: never;
|
|
1773
1773
|
};
|
|
1774
|
+
"/statements/csv/detailed": {
|
|
1775
|
+
parameters: {
|
|
1776
|
+
query?: never;
|
|
1777
|
+
header?: never;
|
|
1778
|
+
path?: never;
|
|
1779
|
+
cookie?: never;
|
|
1780
|
+
};
|
|
1781
|
+
/** @description Get Owner Statement CSV export (detailed) */
|
|
1782
|
+
get: operations["getStatementsCsvDetailed"];
|
|
1783
|
+
put?: never;
|
|
1784
|
+
post?: never;
|
|
1785
|
+
delete?: never;
|
|
1786
|
+
options?: never;
|
|
1787
|
+
head?: never;
|
|
1788
|
+
patch?: never;
|
|
1789
|
+
trace?: never;
|
|
1790
|
+
};
|
|
1774
1791
|
"/statements/layouts": {
|
|
1775
1792
|
parameters: {
|
|
1776
1793
|
query?: never;
|
|
@@ -24972,8 +24989,6 @@ export interface operations {
|
|
|
24972
24989
|
ownerIds?: string;
|
|
24973
24990
|
/** @description comma separated owners */
|
|
24974
24991
|
listingCollectionIds?: string;
|
|
24975
|
-
/** @description statement layout id */
|
|
24976
|
-
layoutId?: string;
|
|
24977
24992
|
/** @description comma separated recurring fees */
|
|
24978
24993
|
recurringFeeIds?: string;
|
|
24979
24994
|
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
@@ -25191,6 +25206,136 @@ export interface operations {
|
|
|
25191
25206
|
};
|
|
25192
25207
|
};
|
|
25193
25208
|
};
|
|
25209
|
+
getStatementsCsvDetailed: {
|
|
25210
|
+
parameters: {
|
|
25211
|
+
query?: {
|
|
25212
|
+
limit?: number;
|
|
25213
|
+
page?: number;
|
|
25214
|
+
/** @description comma separated periods */
|
|
25215
|
+
periodIds?: string;
|
|
25216
|
+
/** @description Year in format YYYY */
|
|
25217
|
+
year?: number;
|
|
25218
|
+
/** @description comma separated listings */
|
|
25219
|
+
listingIds?: string;
|
|
25220
|
+
/** @description comma separated statements */
|
|
25221
|
+
statementIds?: string;
|
|
25222
|
+
/** @description Date in format YYYY-MM */
|
|
25223
|
+
month?: string;
|
|
25224
|
+
search?: string;
|
|
25225
|
+
status?: ("draft" | "inReview" | "published") | "all";
|
|
25226
|
+
/** @description comma separated owners */
|
|
25227
|
+
ownerIds?: string;
|
|
25228
|
+
/** @description comma separated owners */
|
|
25229
|
+
listingCollectionIds?: string;
|
|
25230
|
+
/** @description statement layout id */
|
|
25231
|
+
layoutId?: string;
|
|
25232
|
+
/** @description comma separated recurring fees */
|
|
25233
|
+
recurringFeeIds?: string;
|
|
25234
|
+
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
25235
|
+
dateRange?: string;
|
|
25236
|
+
/** @description Whether the end date is inclusive or exclusive */
|
|
25237
|
+
isDateRangeEndInclusive?: boolean;
|
|
25238
|
+
};
|
|
25239
|
+
header?: never;
|
|
25240
|
+
path?: never;
|
|
25241
|
+
cookie?: never;
|
|
25242
|
+
};
|
|
25243
|
+
requestBody?: never;
|
|
25244
|
+
responses: {
|
|
25245
|
+
/** @description Successful response */
|
|
25246
|
+
200: {
|
|
25247
|
+
headers: {
|
|
25248
|
+
[name: string]: unknown;
|
|
25249
|
+
};
|
|
25250
|
+
content: {
|
|
25251
|
+
"application/json": {
|
|
25252
|
+
url: string;
|
|
25253
|
+
expIn: number;
|
|
25254
|
+
};
|
|
25255
|
+
};
|
|
25256
|
+
};
|
|
25257
|
+
/** @description Bad request */
|
|
25258
|
+
400: {
|
|
25259
|
+
headers: {
|
|
25260
|
+
[name: string]: unknown;
|
|
25261
|
+
};
|
|
25262
|
+
content: {
|
|
25263
|
+
"application/json": {
|
|
25264
|
+
code: string;
|
|
25265
|
+
message: string;
|
|
25266
|
+
issues?: {
|
|
25267
|
+
message: string;
|
|
25268
|
+
}[];
|
|
25269
|
+
context?: unknown;
|
|
25270
|
+
};
|
|
25271
|
+
};
|
|
25272
|
+
};
|
|
25273
|
+
/** @description Unauthorized */
|
|
25274
|
+
401: {
|
|
25275
|
+
headers: {
|
|
25276
|
+
[name: string]: unknown;
|
|
25277
|
+
};
|
|
25278
|
+
content: {
|
|
25279
|
+
"application/json": {
|
|
25280
|
+
code: string;
|
|
25281
|
+
message: string;
|
|
25282
|
+
issues?: {
|
|
25283
|
+
message: string;
|
|
25284
|
+
}[];
|
|
25285
|
+
context?: unknown;
|
|
25286
|
+
};
|
|
25287
|
+
};
|
|
25288
|
+
};
|
|
25289
|
+
/** @description Forbidden */
|
|
25290
|
+
403: {
|
|
25291
|
+
headers: {
|
|
25292
|
+
[name: string]: unknown;
|
|
25293
|
+
};
|
|
25294
|
+
content: {
|
|
25295
|
+
"application/json": {
|
|
25296
|
+
code: string;
|
|
25297
|
+
message: string;
|
|
25298
|
+
issues?: {
|
|
25299
|
+
message: string;
|
|
25300
|
+
}[];
|
|
25301
|
+
context?: unknown;
|
|
25302
|
+
};
|
|
25303
|
+
};
|
|
25304
|
+
};
|
|
25305
|
+
/** @description Not found */
|
|
25306
|
+
404: {
|
|
25307
|
+
headers: {
|
|
25308
|
+
[name: string]: unknown;
|
|
25309
|
+
};
|
|
25310
|
+
content: {
|
|
25311
|
+
"application/json": {
|
|
25312
|
+
code: string;
|
|
25313
|
+
message: string;
|
|
25314
|
+
issues?: {
|
|
25315
|
+
message: string;
|
|
25316
|
+
}[];
|
|
25317
|
+
context?: unknown;
|
|
25318
|
+
};
|
|
25319
|
+
};
|
|
25320
|
+
};
|
|
25321
|
+
/** @description Internal server error */
|
|
25322
|
+
500: {
|
|
25323
|
+
headers: {
|
|
25324
|
+
[name: string]: unknown;
|
|
25325
|
+
};
|
|
25326
|
+
content: {
|
|
25327
|
+
"application/json": {
|
|
25328
|
+
code: string;
|
|
25329
|
+
message: string;
|
|
25330
|
+
issues?: {
|
|
25331
|
+
message: string;
|
|
25332
|
+
}[];
|
|
25333
|
+
context?: unknown;
|
|
25334
|
+
};
|
|
25335
|
+
};
|
|
25336
|
+
};
|
|
25337
|
+
};
|
|
25338
|
+
};
|
|
25194
25339
|
getStatementsLayouts: {
|
|
25195
25340
|
parameters: {
|
|
25196
25341
|
query?: {
|