@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
package/src/generated/v1.ts
CHANGED
|
@@ -9564,7 +9564,9 @@ export interface operations {
|
|
|
9564
9564
|
};
|
|
9565
9565
|
getBookingChannels: {
|
|
9566
9566
|
parameters: {
|
|
9567
|
-
query?:
|
|
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
|
};
|