@vrplatform/api 1.3.1-stage.1380 → 1.3.1-stage.1381
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 +19 -379
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +19 -379
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +19 -379
|
@@ -1850,66 +1850,15 @@ export interface paths {
|
|
|
1850
1850
|
patch?: never;
|
|
1851
1851
|
trace?: never;
|
|
1852
1852
|
};
|
|
1853
|
-
"/reports/owner-statement-summaries": {
|
|
1854
|
-
parameters: {
|
|
1855
|
-
query?: never;
|
|
1856
|
-
header?: never;
|
|
1857
|
-
path?: never;
|
|
1858
|
-
cookie?: never;
|
|
1859
|
-
};
|
|
1860
|
-
/** @description Owner statement summaries aggregated by contact */
|
|
1861
|
-
get: operations["getOwnerStatementSummariesReport"];
|
|
1862
|
-
put?: never;
|
|
1863
|
-
post?: never;
|
|
1864
|
-
delete?: never;
|
|
1865
|
-
options?: never;
|
|
1866
|
-
head?: never;
|
|
1867
|
-
patch?: never;
|
|
1868
|
-
trace?: never;
|
|
1869
|
-
};
|
|
1870
|
-
"/reports/owner-statement-summaries/csv": {
|
|
1871
|
-
parameters: {
|
|
1872
|
-
query?: never;
|
|
1873
|
-
header?: never;
|
|
1874
|
-
path?: never;
|
|
1875
|
-
cookie?: never;
|
|
1876
|
-
};
|
|
1877
|
-
/** @description Owner statement summaries aggregated by contact (CSV) */
|
|
1878
|
-
get: operations["getOwnerStatementSummariesReportCsv"];
|
|
1879
|
-
put?: never;
|
|
1880
|
-
post?: never;
|
|
1881
|
-
delete?: never;
|
|
1882
|
-
options?: never;
|
|
1883
|
-
head?: never;
|
|
1884
|
-
patch?: never;
|
|
1885
|
-
trace?: never;
|
|
1886
|
-
};
|
|
1887
|
-
"/reports/owner-statement-summaries/details/{contactId}": {
|
|
1888
|
-
parameters: {
|
|
1889
|
-
query?: never;
|
|
1890
|
-
header?: never;
|
|
1891
|
-
path?: never;
|
|
1892
|
-
cookie?: never;
|
|
1893
|
-
};
|
|
1894
|
-
/** @description Owner statement summary detail aggregated by listing, month, reservation, or booking channel */
|
|
1895
|
-
get: operations["getOwnerStatementSummaryDetailsReport"];
|
|
1896
|
-
put?: never;
|
|
1897
|
-
post?: never;
|
|
1898
|
-
delete?: never;
|
|
1899
|
-
options?: never;
|
|
1900
|
-
head?: never;
|
|
1901
|
-
patch?: never;
|
|
1902
|
-
trace?: never;
|
|
1903
|
-
};
|
|
1904
|
-
"/reports/owner-statement-summaries/details/{contactId}/csv": {
|
|
1853
|
+
"/reports/owner-statement-summaries-per-layout": {
|
|
1905
1854
|
parameters: {
|
|
1906
1855
|
query?: never;
|
|
1907
1856
|
header?: never;
|
|
1908
1857
|
path?: never;
|
|
1909
1858
|
cookie?: never;
|
|
1910
1859
|
};
|
|
1911
|
-
/** @description Owner statement
|
|
1912
|
-
get: operations["
|
|
1860
|
+
/** @description Owner statement summaries aggregated by contact (per layout) */
|
|
1861
|
+
get: operations["getOwnerStatementSummariesPerLayoutReport"];
|
|
1913
1862
|
put?: never;
|
|
1914
1863
|
post?: never;
|
|
1915
1864
|
delete?: never;
|
|
@@ -1918,15 +1867,15 @@ export interface paths {
|
|
|
1918
1867
|
patch?: never;
|
|
1919
1868
|
trace?: never;
|
|
1920
1869
|
};
|
|
1921
|
-
"/reports/owner-statement-summaries-per-layout": {
|
|
1870
|
+
"/reports/owner-statement-summaries-per-layout-v2": {
|
|
1922
1871
|
parameters: {
|
|
1923
1872
|
query?: never;
|
|
1924
1873
|
header?: never;
|
|
1925
1874
|
path?: never;
|
|
1926
1875
|
cookie?: never;
|
|
1927
1876
|
};
|
|
1928
|
-
/** @description Owner statement summaries aggregated by contact (per layout) */
|
|
1929
|
-
get: operations["
|
|
1877
|
+
/** @description Owner statement summaries aggregated by contact (per layout, v2) */
|
|
1878
|
+
get: operations["getOwnerStatementSummariesPerLayoutReportV2"];
|
|
1930
1879
|
put?: never;
|
|
1931
1880
|
post?: never;
|
|
1932
1881
|
delete?: never;
|
|
@@ -7227,7 +7176,7 @@ export interface operations {
|
|
|
7227
7176
|
data: {
|
|
7228
7177
|
/** Format: uuid */
|
|
7229
7178
|
listingId: string;
|
|
7230
|
-
/** @default 2025-12-
|
|
7179
|
+
/** @default 2025-12-24 */
|
|
7231
7180
|
startAt: string;
|
|
7232
7181
|
endAt?: string | null;
|
|
7233
7182
|
setListingInactive?: boolean | null;
|
|
@@ -7318,7 +7267,7 @@ export interface operations {
|
|
|
7318
7267
|
"application/json": {
|
|
7319
7268
|
/** Format: uuid */
|
|
7320
7269
|
listingId: string;
|
|
7321
|
-
/** @default 2025-12-
|
|
7270
|
+
/** @default 2025-12-24 */
|
|
7322
7271
|
startAt?: string;
|
|
7323
7272
|
endAt?: string | null;
|
|
7324
7273
|
members: {
|
|
@@ -7352,7 +7301,7 @@ export interface operations {
|
|
|
7352
7301
|
"application/json": {
|
|
7353
7302
|
/** Format: uuid */
|
|
7354
7303
|
listingId: string;
|
|
7355
|
-
/** @default 2025-12-
|
|
7304
|
+
/** @default 2025-12-24 */
|
|
7356
7305
|
startAt: string;
|
|
7357
7306
|
endAt?: string | null;
|
|
7358
7307
|
setListingInactive?: boolean | null;
|
|
@@ -7432,7 +7381,7 @@ export interface operations {
|
|
|
7432
7381
|
"application/json": {
|
|
7433
7382
|
/** Format: uuid */
|
|
7434
7383
|
listingId: string;
|
|
7435
|
-
/** @default 2025-12-
|
|
7384
|
+
/** @default 2025-12-24 */
|
|
7436
7385
|
startAt: string;
|
|
7437
7386
|
endAt?: string | null;
|
|
7438
7387
|
setListingInactive?: boolean | null;
|
|
@@ -7515,7 +7464,7 @@ export interface operations {
|
|
|
7515
7464
|
"application/json": {
|
|
7516
7465
|
/** Format: uuid */
|
|
7517
7466
|
listingId?: string;
|
|
7518
|
-
/** @default 2025-12-
|
|
7467
|
+
/** @default 2025-12-24 */
|
|
7519
7468
|
startAt?: string;
|
|
7520
7469
|
endAt?: string | null;
|
|
7521
7470
|
members?: {
|
|
@@ -7549,7 +7498,7 @@ export interface operations {
|
|
|
7549
7498
|
"application/json": {
|
|
7550
7499
|
/** Format: uuid */
|
|
7551
7500
|
listingId: string;
|
|
7552
|
-
/** @default 2025-12-
|
|
7501
|
+
/** @default 2025-12-24 */
|
|
7553
7502
|
startAt: string;
|
|
7554
7503
|
endAt?: string | null;
|
|
7555
7504
|
setListingInactive?: boolean | null;
|
|
@@ -25088,7 +25037,7 @@ export interface operations {
|
|
|
25088
25037
|
};
|
|
25089
25038
|
};
|
|
25090
25039
|
};
|
|
25091
|
-
|
|
25040
|
+
getOwnerStatementSummariesPerLayoutReport: {
|
|
25092
25041
|
parameters: {
|
|
25093
25042
|
query: {
|
|
25094
25043
|
startAt: string;
|
|
@@ -25181,316 +25130,7 @@ export interface operations {
|
|
|
25181
25130
|
};
|
|
25182
25131
|
};
|
|
25183
25132
|
};
|
|
25184
|
-
|
|
25185
|
-
parameters: {
|
|
25186
|
-
query: {
|
|
25187
|
-
startAt: string;
|
|
25188
|
-
endAt: string;
|
|
25189
|
-
/** @description comma separated listings */
|
|
25190
|
-
listingIds?: string;
|
|
25191
|
-
};
|
|
25192
|
-
header?: {
|
|
25193
|
-
"X-Team-Id"?: string;
|
|
25194
|
-
};
|
|
25195
|
-
path?: never;
|
|
25196
|
-
cookie?: never;
|
|
25197
|
-
};
|
|
25198
|
-
requestBody?: never;
|
|
25199
|
-
responses: {
|
|
25200
|
-
/** @description Successful response */
|
|
25201
|
-
200: {
|
|
25202
|
-
headers: {
|
|
25203
|
-
[name: string]: unknown;
|
|
25204
|
-
};
|
|
25205
|
-
content: {
|
|
25206
|
-
"application/json": {
|
|
25207
|
-
url: string;
|
|
25208
|
-
};
|
|
25209
|
-
};
|
|
25210
|
-
};
|
|
25211
|
-
/** @description Invalid input data */
|
|
25212
|
-
400: {
|
|
25213
|
-
headers: {
|
|
25214
|
-
[name: string]: unknown;
|
|
25215
|
-
};
|
|
25216
|
-
content: {
|
|
25217
|
-
"application/json": components["schemas"]["error.BAD_REQUEST"];
|
|
25218
|
-
};
|
|
25219
|
-
};
|
|
25220
|
-
/** @description Authorization not provided */
|
|
25221
|
-
401: {
|
|
25222
|
-
headers: {
|
|
25223
|
-
[name: string]: unknown;
|
|
25224
|
-
};
|
|
25225
|
-
content: {
|
|
25226
|
-
"application/json": components["schemas"]["error.UNAUTHORIZED"];
|
|
25227
|
-
};
|
|
25228
|
-
};
|
|
25229
|
-
/** @description Insufficient access */
|
|
25230
|
-
403: {
|
|
25231
|
-
headers: {
|
|
25232
|
-
[name: string]: unknown;
|
|
25233
|
-
};
|
|
25234
|
-
content: {
|
|
25235
|
-
"application/json": components["schemas"]["error.FORBIDDEN"];
|
|
25236
|
-
};
|
|
25237
|
-
};
|
|
25238
|
-
/** @description Not found */
|
|
25239
|
-
404: {
|
|
25240
|
-
headers: {
|
|
25241
|
-
[name: string]: unknown;
|
|
25242
|
-
};
|
|
25243
|
-
content: {
|
|
25244
|
-
"application/json": components["schemas"]["error.NOT_FOUND"];
|
|
25245
|
-
};
|
|
25246
|
-
};
|
|
25247
|
-
/** @description Internal server error */
|
|
25248
|
-
500: {
|
|
25249
|
-
headers: {
|
|
25250
|
-
[name: string]: unknown;
|
|
25251
|
-
};
|
|
25252
|
-
content: {
|
|
25253
|
-
"application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
|
|
25254
|
-
};
|
|
25255
|
-
};
|
|
25256
|
-
};
|
|
25257
|
-
};
|
|
25258
|
-
getOwnerStatementSummaryDetailsReport: {
|
|
25259
|
-
parameters: {
|
|
25260
|
-
query: {
|
|
25261
|
-
view: "listing" | "month" | "reservation" | "bookingChannel";
|
|
25262
|
-
startAt: string;
|
|
25263
|
-
endAt: string;
|
|
25264
|
-
/** @description comma separated listings */
|
|
25265
|
-
listingIds?: string;
|
|
25266
|
-
currency?: string;
|
|
25267
|
-
viewAs?: "owner" | "manager";
|
|
25268
|
-
};
|
|
25269
|
-
header?: {
|
|
25270
|
-
"X-Team-Id"?: string;
|
|
25271
|
-
};
|
|
25272
|
-
path: {
|
|
25273
|
-
contactId: string;
|
|
25274
|
-
};
|
|
25275
|
-
cookie?: never;
|
|
25276
|
-
};
|
|
25277
|
-
requestBody?: never;
|
|
25278
|
-
responses: {
|
|
25279
|
-
/** @description Successful response */
|
|
25280
|
-
200: {
|
|
25281
|
-
headers: {
|
|
25282
|
-
[name: string]: unknown;
|
|
25283
|
-
};
|
|
25284
|
-
content: {
|
|
25285
|
-
"application/json": {
|
|
25286
|
-
currency: string;
|
|
25287
|
-
contact: {
|
|
25288
|
-
contactId: string;
|
|
25289
|
-
name?: string;
|
|
25290
|
-
firstName?: string;
|
|
25291
|
-
/** Format: email */
|
|
25292
|
-
email?: string;
|
|
25293
|
-
phone?: string;
|
|
25294
|
-
};
|
|
25295
|
-
financials: {
|
|
25296
|
-
balanceStart: number;
|
|
25297
|
-
netRevenue: number;
|
|
25298
|
-
expenses: number;
|
|
25299
|
-
transfers: number;
|
|
25300
|
-
netIncome: number;
|
|
25301
|
-
currentBalance: number;
|
|
25302
|
-
balanceEnd: number;
|
|
25303
|
-
};
|
|
25304
|
-
netRevenueSection: {
|
|
25305
|
-
title: string;
|
|
25306
|
-
rows: {
|
|
25307
|
-
title: string;
|
|
25308
|
-
statementIds?: string[];
|
|
25309
|
-
columns: {
|
|
25310
|
-
title: string;
|
|
25311
|
-
value: number | string;
|
|
25312
|
-
formatted: string;
|
|
25313
|
-
}[];
|
|
25314
|
-
}[];
|
|
25315
|
-
subtotal?: {
|
|
25316
|
-
title: string;
|
|
25317
|
-
columns: {
|
|
25318
|
-
title: string;
|
|
25319
|
-
value: number | string;
|
|
25320
|
-
formatted: string;
|
|
25321
|
-
}[];
|
|
25322
|
-
};
|
|
25323
|
-
};
|
|
25324
|
-
otherSections: {
|
|
25325
|
-
title: string;
|
|
25326
|
-
rows: {
|
|
25327
|
-
title: string;
|
|
25328
|
-
statementIds?: string[];
|
|
25329
|
-
columns: {
|
|
25330
|
-
title: string;
|
|
25331
|
-
value: number | string;
|
|
25332
|
-
formatted: string;
|
|
25333
|
-
}[];
|
|
25334
|
-
}[];
|
|
25335
|
-
subtotal?: {
|
|
25336
|
-
title: string;
|
|
25337
|
-
columns: {
|
|
25338
|
-
title: string;
|
|
25339
|
-
value: number | string;
|
|
25340
|
-
formatted: string;
|
|
25341
|
-
}[];
|
|
25342
|
-
};
|
|
25343
|
-
}[];
|
|
25344
|
-
transfersSection?: {
|
|
25345
|
-
title: string;
|
|
25346
|
-
rows: {
|
|
25347
|
-
title: string;
|
|
25348
|
-
statementIds?: string[];
|
|
25349
|
-
columns: {
|
|
25350
|
-
title: string;
|
|
25351
|
-
value: number | string;
|
|
25352
|
-
formatted: string;
|
|
25353
|
-
}[];
|
|
25354
|
-
}[];
|
|
25355
|
-
subtotal?: {
|
|
25356
|
-
title: string;
|
|
25357
|
-
columns: {
|
|
25358
|
-
title: string;
|
|
25359
|
-
value: number | string;
|
|
25360
|
-
formatted: string;
|
|
25361
|
-
}[];
|
|
25362
|
-
};
|
|
25363
|
-
};
|
|
25364
|
-
};
|
|
25365
|
-
};
|
|
25366
|
-
};
|
|
25367
|
-
/** @description Invalid input data */
|
|
25368
|
-
400: {
|
|
25369
|
-
headers: {
|
|
25370
|
-
[name: string]: unknown;
|
|
25371
|
-
};
|
|
25372
|
-
content: {
|
|
25373
|
-
"application/json": components["schemas"]["error.BAD_REQUEST"];
|
|
25374
|
-
};
|
|
25375
|
-
};
|
|
25376
|
-
/** @description Authorization not provided */
|
|
25377
|
-
401: {
|
|
25378
|
-
headers: {
|
|
25379
|
-
[name: string]: unknown;
|
|
25380
|
-
};
|
|
25381
|
-
content: {
|
|
25382
|
-
"application/json": components["schemas"]["error.UNAUTHORIZED"];
|
|
25383
|
-
};
|
|
25384
|
-
};
|
|
25385
|
-
/** @description Insufficient access */
|
|
25386
|
-
403: {
|
|
25387
|
-
headers: {
|
|
25388
|
-
[name: string]: unknown;
|
|
25389
|
-
};
|
|
25390
|
-
content: {
|
|
25391
|
-
"application/json": components["schemas"]["error.FORBIDDEN"];
|
|
25392
|
-
};
|
|
25393
|
-
};
|
|
25394
|
-
/** @description Not found */
|
|
25395
|
-
404: {
|
|
25396
|
-
headers: {
|
|
25397
|
-
[name: string]: unknown;
|
|
25398
|
-
};
|
|
25399
|
-
content: {
|
|
25400
|
-
"application/json": components["schemas"]["error.NOT_FOUND"];
|
|
25401
|
-
};
|
|
25402
|
-
};
|
|
25403
|
-
/** @description Internal server error */
|
|
25404
|
-
500: {
|
|
25405
|
-
headers: {
|
|
25406
|
-
[name: string]: unknown;
|
|
25407
|
-
};
|
|
25408
|
-
content: {
|
|
25409
|
-
"application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
|
|
25410
|
-
};
|
|
25411
|
-
};
|
|
25412
|
-
};
|
|
25413
|
-
};
|
|
25414
|
-
getOwnerStatementSummaryDetailsReportCsv: {
|
|
25415
|
-
parameters: {
|
|
25416
|
-
query: {
|
|
25417
|
-
view: "listing" | "month" | "reservation" | "bookingChannel";
|
|
25418
|
-
startAt: string;
|
|
25419
|
-
endAt: string;
|
|
25420
|
-
/** @description comma separated listings */
|
|
25421
|
-
listingIds?: string;
|
|
25422
|
-
currency?: string;
|
|
25423
|
-
viewAs?: "owner" | "manager";
|
|
25424
|
-
};
|
|
25425
|
-
header?: {
|
|
25426
|
-
"X-Team-Id"?: string;
|
|
25427
|
-
};
|
|
25428
|
-
path: {
|
|
25429
|
-
contactId: string;
|
|
25430
|
-
};
|
|
25431
|
-
cookie?: never;
|
|
25432
|
-
};
|
|
25433
|
-
requestBody?: never;
|
|
25434
|
-
responses: {
|
|
25435
|
-
/** @description Successful response */
|
|
25436
|
-
200: {
|
|
25437
|
-
headers: {
|
|
25438
|
-
[name: string]: unknown;
|
|
25439
|
-
};
|
|
25440
|
-
content: {
|
|
25441
|
-
"application/json": {
|
|
25442
|
-
url: string;
|
|
25443
|
-
};
|
|
25444
|
-
};
|
|
25445
|
-
};
|
|
25446
|
-
/** @description Invalid input data */
|
|
25447
|
-
400: {
|
|
25448
|
-
headers: {
|
|
25449
|
-
[name: string]: unknown;
|
|
25450
|
-
};
|
|
25451
|
-
content: {
|
|
25452
|
-
"application/json": components["schemas"]["error.BAD_REQUEST"];
|
|
25453
|
-
};
|
|
25454
|
-
};
|
|
25455
|
-
/** @description Authorization not provided */
|
|
25456
|
-
401: {
|
|
25457
|
-
headers: {
|
|
25458
|
-
[name: string]: unknown;
|
|
25459
|
-
};
|
|
25460
|
-
content: {
|
|
25461
|
-
"application/json": components["schemas"]["error.UNAUTHORIZED"];
|
|
25462
|
-
};
|
|
25463
|
-
};
|
|
25464
|
-
/** @description Insufficient access */
|
|
25465
|
-
403: {
|
|
25466
|
-
headers: {
|
|
25467
|
-
[name: string]: unknown;
|
|
25468
|
-
};
|
|
25469
|
-
content: {
|
|
25470
|
-
"application/json": components["schemas"]["error.FORBIDDEN"];
|
|
25471
|
-
};
|
|
25472
|
-
};
|
|
25473
|
-
/** @description Not found */
|
|
25474
|
-
404: {
|
|
25475
|
-
headers: {
|
|
25476
|
-
[name: string]: unknown;
|
|
25477
|
-
};
|
|
25478
|
-
content: {
|
|
25479
|
-
"application/json": components["schemas"]["error.NOT_FOUND"];
|
|
25480
|
-
};
|
|
25481
|
-
};
|
|
25482
|
-
/** @description Internal server error */
|
|
25483
|
-
500: {
|
|
25484
|
-
headers: {
|
|
25485
|
-
[name: string]: unknown;
|
|
25486
|
-
};
|
|
25487
|
-
content: {
|
|
25488
|
-
"application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
|
|
25489
|
-
};
|
|
25490
|
-
};
|
|
25491
|
-
};
|
|
25492
|
-
};
|
|
25493
|
-
getOwnerStatementSummariesPerLayoutReport: {
|
|
25133
|
+
getOwnerStatementSummariesPerLayoutReportV2: {
|
|
25494
25134
|
parameters: {
|
|
25495
25135
|
query: {
|
|
25496
25136
|
startAt: string;
|
|
@@ -26235,7 +25875,7 @@ export interface operations {
|
|
|
26235
25875
|
date: string;
|
|
26236
25876
|
/** @enum {string} */
|
|
26237
25877
|
blockReason: "reserved" | "maintenance" | "ownerBlock" | "manualBlock" | "other";
|
|
26238
|
-
description?: string;
|
|
25878
|
+
description?: string | null;
|
|
26239
25879
|
user?: {
|
|
26240
25880
|
/** Format: email */
|
|
26241
25881
|
email: string;
|
|
@@ -26309,7 +25949,7 @@ export interface operations {
|
|
|
26309
25949
|
listingId: string;
|
|
26310
25950
|
startDate: string;
|
|
26311
25951
|
endDate: string;
|
|
26312
|
-
description?: string;
|
|
25952
|
+
description?: string | null;
|
|
26313
25953
|
};
|
|
26314
25954
|
};
|
|
26315
25955
|
};
|
|
@@ -26325,7 +25965,7 @@ export interface operations {
|
|
|
26325
25965
|
date: string;
|
|
26326
25966
|
/** @enum {string} */
|
|
26327
25967
|
blockReason: "reserved" | "maintenance" | "ownerBlock" | "manualBlock" | "other";
|
|
26328
|
-
description?: string;
|
|
25968
|
+
description?: string | null;
|
|
26329
25969
|
user?: {
|
|
26330
25970
|
/** Format: email */
|
|
26331
25971
|
email: string;
|
|
@@ -26381,7 +26021,7 @@ export interface operations {
|
|
|
26381
26021
|
listingId: string;
|
|
26382
26022
|
startDate: string;
|
|
26383
26023
|
endDate: string;
|
|
26384
|
-
description?: string;
|
|
26024
|
+
description?: string | null;
|
|
26385
26025
|
};
|
|
26386
26026
|
header?: {
|
|
26387
26027
|
"X-Team-Id"?: string;
|
|
@@ -26402,7 +26042,7 @@ export interface operations {
|
|
|
26402
26042
|
date: string;
|
|
26403
26043
|
/** @enum {string} */
|
|
26404
26044
|
blockReason: "reserved" | "maintenance" | "ownerBlock" | "manualBlock" | "other";
|
|
26405
|
-
description?: string;
|
|
26045
|
+
description?: string | null;
|
|
26406
26046
|
user?: {
|
|
26407
26047
|
/** Format: email */
|
|
26408
26048
|
email: string;
|