@vrplatform/api 1.3.1-stage.1743 → 1.3.1-stage.1744

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-stage.1743",
9
+ "version": "1.3.1-stage.1744",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -1280,7 +1280,7 @@ export interface paths {
1280
1280
  path?: never;
1281
1281
  cookie?: never;
1282
1282
  };
1283
- /** @description Owner statement summary CSV (per statement layout, combined rows) */
1283
+ /** @description Owner statement summary CSV */
1284
1284
  get: operations["getOwnerStatementSummariesPerLayoutReportCsv"];
1285
1285
  put?: never;
1286
1286
  post?: never;
@@ -1290,6 +1290,23 @@ export interface paths {
1290
1290
  patch?: never;
1291
1291
  trace?: never;
1292
1292
  };
1293
+ "/reports/owner-statement-summaries-per-layout/csv/detailed": {
1294
+ parameters: {
1295
+ query?: never;
1296
+ header?: never;
1297
+ path?: never;
1298
+ cookie?: never;
1299
+ };
1300
+ /** @description Owner statement summary detailed CSV (aggregated by listing/month) */
1301
+ get: operations["getOwnerStatementSummariesPerLayoutReportCsvDetailed"];
1302
+ put?: never;
1303
+ post?: never;
1304
+ delete?: never;
1305
+ options?: never;
1306
+ head?: never;
1307
+ patch?: never;
1308
+ trace?: never;
1309
+ };
1293
1310
  "/reports/owner-statement-summaries-per-layout/details/{contactId}": {
1294
1311
  parameters: {
1295
1312
  query?: never;
@@ -17497,6 +17514,115 @@ export interface operations {
17497
17514
  };
17498
17515
  };
17499
17516
  };
17517
+ getOwnerStatementSummariesPerLayoutReportCsvDetailed: {
17518
+ parameters: {
17519
+ query: {
17520
+ startAt: string;
17521
+ endAt: string;
17522
+ /** @description comma separated listings */
17523
+ listingIds?: string;
17524
+ currency?: string;
17525
+ viewAs?: "owner" | "manager";
17526
+ };
17527
+ header?: never;
17528
+ path?: never;
17529
+ cookie?: never;
17530
+ };
17531
+ requestBody?: never;
17532
+ responses: {
17533
+ /** @description Successful response */
17534
+ 200: {
17535
+ headers: {
17536
+ [name: string]: unknown;
17537
+ };
17538
+ content: {
17539
+ "application/json": {
17540
+ url: string;
17541
+ };
17542
+ };
17543
+ };
17544
+ /** @description Bad request */
17545
+ 400: {
17546
+ headers: {
17547
+ [name: string]: unknown;
17548
+ };
17549
+ content: {
17550
+ "application/json": {
17551
+ code: string;
17552
+ message: string;
17553
+ issues?: {
17554
+ message: string;
17555
+ }[];
17556
+ context?: unknown;
17557
+ };
17558
+ };
17559
+ };
17560
+ /** @description Unauthorized */
17561
+ 401: {
17562
+ headers: {
17563
+ [name: string]: unknown;
17564
+ };
17565
+ content: {
17566
+ "application/json": {
17567
+ code: string;
17568
+ message: string;
17569
+ issues?: {
17570
+ message: string;
17571
+ }[];
17572
+ context?: unknown;
17573
+ };
17574
+ };
17575
+ };
17576
+ /** @description Forbidden */
17577
+ 403: {
17578
+ headers: {
17579
+ [name: string]: unknown;
17580
+ };
17581
+ content: {
17582
+ "application/json": {
17583
+ code: string;
17584
+ message: string;
17585
+ issues?: {
17586
+ message: string;
17587
+ }[];
17588
+ context?: unknown;
17589
+ };
17590
+ };
17591
+ };
17592
+ /** @description Not found */
17593
+ 404: {
17594
+ headers: {
17595
+ [name: string]: unknown;
17596
+ };
17597
+ content: {
17598
+ "application/json": {
17599
+ code: string;
17600
+ message: string;
17601
+ issues?: {
17602
+ message: string;
17603
+ }[];
17604
+ context?: unknown;
17605
+ };
17606
+ };
17607
+ };
17608
+ /** @description Internal server error */
17609
+ 500: {
17610
+ headers: {
17611
+ [name: string]: unknown;
17612
+ };
17613
+ content: {
17614
+ "application/json": {
17615
+ code: string;
17616
+ message: string;
17617
+ issues?: {
17618
+ message: string;
17619
+ }[];
17620
+ context?: unknown;
17621
+ };
17622
+ };
17623
+ };
17624
+ };
17625
+ };
17500
17626
  getOwnerStatementSummaryPerLayoutDetailsReport: {
17501
17627
  parameters: {
17502
17628
  query: {
@@ -24753,6 +24879,8 @@ export interface operations {
24753
24879
  ownerIds?: string;
24754
24880
  /** @description comma separated owners */
24755
24881
  listingCollectionIds?: string;
24882
+ /** @description statement layout id */
24883
+ layoutId?: string;
24756
24884
  /** @description comma separated recurring fees */
24757
24885
  recurringFeeIds?: string;
24758
24886
  /** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */