@vrplatform/api 1.3.1-stage.1618 → 1.3.1-stage.1619

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.
@@ -16553,6 +16553,7 @@ export interface operations {
16553
16553
  entityTypes?: string;
16554
16554
  /** @description comma separated booking channel refs */
16555
16555
  bookingChannels?: string;
16556
+ includeDetails?: boolean;
16556
16557
  limit?: number;
16557
16558
  page?: number;
16558
16559
  };