@vrplatform/api 1.3.1-stage.4045 → 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.
@@ -38563,6 +38563,7 @@ export interface operations {
38563
38563
  status: "mapped" | "unmapped" | "excluded";
38564
38564
  revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
38565
38565
  type: string;
38566
+ appId?: string | null;
38566
38567
  description?: string | null;
38567
38568
  /** @enum {string} */
38568
38569
  source: "manual" | "synced";
@@ -38708,6 +38709,7 @@ export interface operations {
38708
38709
  status: "mapped" | "unmapped" | "excluded";
38709
38710
  revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
38710
38711
  type: string;
38712
+ appId?: string | null;
38711
38713
  description?: string | null;
38712
38714
  /** @enum {string} */
38713
38715
  source: "manual" | "synced";
@@ -38957,6 +38959,7 @@ export interface operations {
38957
38959
  status: "mapped" | "unmapped" | "excluded";
38958
38960
  revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
38959
38961
  type: string;
38962
+ appId?: string | null;
38960
38963
  description?: string | null;
38961
38964
  /** @enum {string} */
38962
38965
  source: "manual" | "synced";