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