@vrplatform/api 1.3.1-stage.1879 → 1.3.1-stage.1882

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.
@@ -16126,7 +16126,7 @@ export interface operations {
16126
16126
  parameters: {
16127
16127
  query: {
16128
16128
  date: string;
16129
- occupancyStatus: "departed" | "inHouse" | "upcoming";
16129
+ occupancyStatus: "departed" | "inHouse" | "upcoming" | "cancelled" | "unassigned" | "all";
16130
16130
  channels?: string;
16131
16131
  };
16132
16132
  header?: never;
@@ -16144,7 +16144,7 @@ export interface operations {
16144
16144
  "application/json": {
16145
16145
  data: {
16146
16146
  /** @enum {string} */
16147
- status: "booked" | "cancelled";
16147
+ status: "booked" | "cancelled" | "unassigned";
16148
16148
  total: number;
16149
16149
  charges: number;
16150
16150
  payments: number;
@@ -16279,6 +16279,9 @@ export interface operations {
16279
16279
  departed: number;
16280
16280
  inHouse: number;
16281
16281
  upcoming: number;
16282
+ cancelled: number;
16283
+ unassigned: number;
16284
+ all: number;
16282
16285
  };
16283
16286
  };
16284
16287
  };
@@ -16368,7 +16371,7 @@ export interface operations {
16368
16371
  parameters: {
16369
16372
  query: {
16370
16373
  date: string;
16371
- occupancyStatus: "departed" | "inHouse" | "upcoming";
16374
+ occupancyStatus: "departed" | "inHouse" | "upcoming" | "cancelled" | "unassigned" | "all";
16372
16375
  channels?: string;
16373
16376
  };
16374
16377
  header?: never;