@vrplatform/api 1.3.1-stage.2461 → 1.3.1-stage.2462
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.
|
@@ -23443,6 +23443,7 @@ export interface operations {
|
|
|
23443
23443
|
date: string;
|
|
23444
23444
|
occupancyStatus: "departed" | "inHouse" | "upcoming" | "cancelled" | "unassigned" | "all";
|
|
23445
23445
|
channels?: string;
|
|
23446
|
+
search?: string;
|
|
23446
23447
|
};
|
|
23447
23448
|
header?: never;
|
|
23448
23449
|
path?: never;
|
|
@@ -23691,6 +23692,7 @@ export interface operations {
|
|
|
23691
23692
|
date: string;
|
|
23692
23693
|
occupancyStatus: "departed" | "inHouse" | "upcoming" | "cancelled" | "unassigned" | "all";
|
|
23693
23694
|
channels?: string;
|
|
23695
|
+
search?: string;
|
|
23694
23696
|
};
|
|
23695
23697
|
header?: never;
|
|
23696
23698
|
path?: never;
|