@vrplatform/api 1.3.1-6224 → 1.3.1-6238

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-6224",
6
+ "version": "1.3.1-6238",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -77491,6 +77491,7 @@ export interface operations {
77491
77491
  getGuestBalancesReport: {
77492
77492
  parameters: {
77493
77493
  query: {
77494
+ /** @description As-of date or date range. For a range, the inclusive end is used. */
77494
77495
  date: string;
77495
77496
  occupancyStatus: "departed" | "inHouse" | "upcoming" | "cancelled" | "unassigned" | "all";
77496
77497
  channels?: string;
@@ -77869,6 +77870,7 @@ export interface operations {
77869
77870
  getGuestBalancesReportCsv: {
77870
77871
  parameters: {
77871
77872
  query: {
77873
+ /** @description As-of date or date range. For a range, the inclusive end is used. */
77872
77874
  date: string;
77873
77875
  occupancyStatus: "departed" | "inHouse" | "upcoming" | "cancelled" | "unassigned" | "all";
77874
77876
  channels?: string;
@@ -78121,6 +78123,7 @@ export interface operations {
78121
78123
  getGuestBalancesReportAggregated: {
78122
78124
  parameters: {
78123
78125
  query: {
78126
+ /** @description As-of date or date range. For a range, the inclusive end is used. */
78124
78127
  date: string;
78125
78128
  channels?: string;
78126
78129
  };