@vrplatform/api 1.3.1-stage.2339 → 1.3.1-stage.2342

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-stage.2339",
6
+ "version": "1.3.1-stage.2342",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -9564,7 +9564,9 @@ export interface operations {
9564
9564
  };
9565
9565
  getBookingChannels: {
9566
9566
  parameters: {
9567
- query?: never;
9567
+ query?: {
9568
+ includeFeeReferenced?: boolean;
9569
+ };
9568
9570
  header?: never;
9569
9571
  path?: never;
9570
9572
  cookie?: never;
@@ -9583,6 +9585,7 @@ export interface operations {
9583
9585
  icon: string | null;
9584
9586
  color: string | null;
9585
9587
  iconProvider: ("cloudflare" | "logo_dev") | null;
9588
+ reservationCount: number;
9586
9589
  }[];
9587
9590
  };
9588
9591
  };