@vrplatform/api 1.3.1-6223 → 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.
@@ -77490,6 +77490,7 @@ export interface operations {
77490
77490
  getGuestBalancesReport: {
77491
77491
  parameters: {
77492
77492
  query: {
77493
+ /** @description As-of date or date range. For a range, the inclusive end is used. */
77493
77494
  date: string;
77494
77495
  occupancyStatus: "departed" | "inHouse" | "upcoming" | "cancelled" | "unassigned" | "all";
77495
77496
  channels?: string;
@@ -77868,6 +77869,7 @@ export interface operations {
77868
77869
  getGuestBalancesReportCsv: {
77869
77870
  parameters: {
77870
77871
  query: {
77872
+ /** @description As-of date or date range. For a range, the inclusive end is used. */
77871
77873
  date: string;
77872
77874
  occupancyStatus: "departed" | "inHouse" | "upcoming" | "cancelled" | "unassigned" | "all";
77873
77875
  channels?: string;
@@ -78120,6 +78122,7 @@ export interface operations {
78120
78122
  getGuestBalancesReportAggregated: {
78121
78123
  parameters: {
78122
78124
  query: {
78125
+ /** @description As-of date or date range. For a range, the inclusive end is used. */
78123
78126
  date: string;
78124
78127
  channels?: string;
78125
78128
  };