@vrplatform/api 1.3.1-stage.1850 → 1.3.1-stage.1851
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.
|
@@ -19765,6 +19765,7 @@ export interface operations {
|
|
|
19765
19765
|
/** @description comma separated reservation short refs */
|
|
19766
19766
|
shortRefs?: string;
|
|
19767
19767
|
status?: "booked" | "canceled" | "inactive";
|
|
19768
|
+
generalLedgerStatus?: "active" | "inactive";
|
|
19768
19769
|
listingId?: string;
|
|
19769
19770
|
date?: string;
|
|
19770
19771
|
dateField?: "bookedAt" | "checkIn" | "checkOut" | "payment" | "intersection";
|
|
@@ -20739,6 +20740,7 @@ export interface operations {
|
|
|
20739
20740
|
/** @description comma separated reservation short refs */
|
|
20740
20741
|
shortRefs?: string;
|
|
20741
20742
|
status?: "booked" | "canceled" | "inactive";
|
|
20743
|
+
generalLedgerStatus?: "active" | "inactive";
|
|
20742
20744
|
listingId?: string;
|
|
20743
20745
|
date?: string;
|
|
20744
20746
|
dateField?: "bookedAt" | "checkIn" | "checkOut" | "payment" | "intersection";
|