@vrplatform/api 1.3.1-stage.4394 → 1.3.1-stage.4397

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.
@@ -26887,7 +26887,7 @@ export interface operations {
26887
26887
  /** @enum {string} */
26888
26888
  role?: "admin" | "user" | "owner";
26889
26889
  /** @enum {string} */
26890
- status?: "active" | "inactive";
26890
+ status?: "active" | "inactive" | "unconfirmed";
26891
26891
  };
26892
26892
  };
26893
26893
  };
@@ -26902,7 +26902,7 @@ export interface operations {
26902
26902
  /** Format: uuid */
26903
26903
  id: string;
26904
26904
  lastInvitedAt: string | null;
26905
- status: ("active" | "inactive") | null;
26905
+ status: ("active" | "inactive" | "unconfirmed") | null;
26906
26906
  /** Format: uuid */
26907
26907
  tenantId: string;
26908
26908
  role: string | null;