@vrplatform/api 1.3.1-stage.1735 → 1.3.1-stage.1738

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.
@@ -1279,7 +1279,7 @@ export interface paths {
1279
1279
  path?: never;
1280
1280
  cookie?: never;
1281
1281
  };
1282
- /** @description Owner statement summaries aggregated by contact (per layout, CSV) */
1282
+ /** @description Owner statement summary CSV (per statement layout, combined rows) */
1283
1283
  get: operations["getOwnerStatementSummariesPerLayoutReportCsv"];
1284
1284
  put?: never;
1285
1285
  post?: never;
@@ -1313,7 +1313,7 @@ export interface paths {
1313
1313
  path?: never;
1314
1314
  cookie?: never;
1315
1315
  };
1316
- /** @description Owner statement summary detail aggregated by listing, month, reservation, or booking channel (per layout, CSV) */
1316
+ /** @description Owner statement summary detail CSV (per statement layout, combined rows) */
1317
1317
  get: operations["getOwnerStatementSummaryPerLayoutDetailsReportCsv"];
1318
1318
  put?: never;
1319
1319
  post?: never;
@@ -17189,6 +17189,7 @@ export interface operations {
17189
17189
  endAt: string;
17190
17190
  /** @description comma separated listings */
17191
17191
  listingIds?: string;
17192
+ currency?: string;
17192
17193
  viewAs?: "owner" | "manager";
17193
17194
  };
17194
17195
  header?: never;
@@ -17317,6 +17318,7 @@ export interface operations {
17317
17318
  endAt: string;
17318
17319
  /** @description comma separated listings */
17319
17320
  listingIds?: string;
17321
+ currency?: string;
17320
17322
  viewAs?: "owner" | "manager";
17321
17323
  };
17322
17324
  header?: never;