@vrplatform/api 1.3.1-stage.1850 → 1.3.1-stage.1853

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.1850",
6
+ "version": "1.3.1-stage.1853",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -19766,6 +19766,7 @@ export interface operations {
19766
19766
  /** @description comma separated reservation short refs */
19767
19767
  shortRefs?: string;
19768
19768
  status?: "booked" | "canceled" | "inactive";
19769
+ generalLedgerStatus?: "active" | "inactive";
19769
19770
  listingId?: string;
19770
19771
  date?: string;
19771
19772
  dateField?: "bookedAt" | "checkIn" | "checkOut" | "payment" | "intersection";
@@ -20740,6 +20741,7 @@ export interface operations {
20740
20741
  /** @description comma separated reservation short refs */
20741
20742
  shortRefs?: string;
20742
20743
  status?: "booked" | "canceled" | "inactive";
20744
+ generalLedgerStatus?: "active" | "inactive";
20743
20745
  listingId?: string;
20744
20746
  date?: string;
20745
20747
  dateField?: "bookedAt" | "checkIn" | "checkOut" | "payment" | "intersection";