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

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
  };