@vrplatform/api 1.3.1-stage.2340 → 1.3.1-stage.2343

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.
@@ -9563,7 +9563,9 @@ export interface operations {
9563
9563
  };
9564
9564
  getBookingChannels: {
9565
9565
  parameters: {
9566
- query?: never;
9566
+ query?: {
9567
+ includeFeeReferenced?: boolean;
9568
+ };
9567
9569
  header?: never;
9568
9570
  path?: never;
9569
9571
  cookie?: never;
@@ -9582,6 +9584,7 @@ export interface operations {
9582
9584
  icon: string | null;
9583
9585
  color: string | null;
9584
9586
  iconProvider: ("cloudflare" | "logo_dev") | null;
9587
+ reservationCount: number;
9585
9588
  }[];
9586
9589
  };
9587
9590
  };