@vrplatform/api 1.3.1-stage.4046 → 1.3.1-stage.4047

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.4046",
6
+ "version": "1.3.1-stage.4047",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -38564,6 +38564,7 @@ export interface operations {
38564
38564
  status: "mapped" | "unmapped" | "excluded";
38565
38565
  revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
38566
38566
  type: string;
38567
+ appId?: string | null;
38567
38568
  description?: string | null;
38568
38569
  /** @enum {string} */
38569
38570
  source: "manual" | "synced";
@@ -38709,6 +38710,7 @@ export interface operations {
38709
38710
  status: "mapped" | "unmapped" | "excluded";
38710
38711
  revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
38711
38712
  type: string;
38713
+ appId?: string | null;
38712
38714
  description?: string | null;
38713
38715
  /** @enum {string} */
38714
38716
  source: "manual" | "synced";
@@ -38958,6 +38960,7 @@ export interface operations {
38958
38960
  status: "mapped" | "unmapped" | "excluded";
38959
38961
  revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
38960
38962
  type: string;
38963
+ appId?: string | null;
38961
38964
  description?: string | null;
38962
38965
  /** @enum {string} */
38963
38966
  source: "manual" | "synced";