@vrplatform/api 1.3.1-stage.3762 → 1.3.1-stage.3766

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.
@@ -13590,6 +13590,9 @@ export interface operations {
13590
13590
  status: "active" | "inactive" | "unconfirmed";
13591
13591
  lastInvitedAt: string | null;
13592
13592
  lastSeen: string | null;
13593
+ notifications: {
13594
+ ownerStatementPublished: boolean;
13595
+ };
13593
13596
  }[];
13594
13597
  };
13595
13598
  };
@@ -13713,6 +13716,9 @@ export interface operations {
13713
13716
  status: "active" | "inactive" | "unconfirmed";
13714
13717
  lastInvitedAt: string | null;
13715
13718
  lastSeen: string | null;
13719
+ notifications: {
13720
+ ownerStatementPublished: boolean;
13721
+ };
13716
13722
  };
13717
13723
  };
13718
13724
  };
@@ -13942,6 +13948,9 @@ export interface operations {
13942
13948
  status: "active" | "inactive" | "unconfirmed";
13943
13949
  lastInvitedAt: string | null;
13944
13950
  lastSeen: string | null;
13951
+ notifications: {
13952
+ ownerStatementPublished: boolean;
13953
+ };
13945
13954
  };
13946
13955
  };
13947
13956
  };
@@ -27549,6 +27558,7 @@ export interface operations {
27549
27558
  bookingChannel?: string;
27550
27559
  transactionReference?: string;
27551
27560
  reservationLineReference?: string;
27561
+ contact?: string;
27552
27562
  classification?: string;
27553
27563
  category?: string;
27554
27564
  };
@@ -28712,6 +28722,7 @@ export interface operations {
28712
28722
  bookingChannel?: string;
28713
28723
  transactionReference?: string;
28714
28724
  reservationLineReference?: string;
28725
+ contact?: string;
28715
28726
  classification?: string;
28716
28727
  category?: string;
28717
28728
  };