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

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