@vrplatform/api 1.3.1-stage.4255 → 1.3.1-stage.4259
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.
|
@@ -22703,6 +22703,8 @@ export interface operations {
|
|
|
22703
22703
|
* @enum {string}
|
|
22704
22704
|
*/
|
|
22705
22705
|
role?: "admin" | "user" | "owner";
|
|
22706
|
+
/** @enum {string} */
|
|
22707
|
+
status?: "active" | "inactive" | "unconfirmed";
|
|
22706
22708
|
};
|
|
22707
22709
|
};
|
|
22708
22710
|
};
|
|
@@ -22724,6 +22726,7 @@ export interface operations {
|
|
|
22724
22726
|
/** Format: uuid */
|
|
22725
22727
|
tenantId: string;
|
|
22726
22728
|
role: string | null;
|
|
22729
|
+
status: string | null;
|
|
22727
22730
|
}[];
|
|
22728
22731
|
};
|
|
22729
22732
|
};
|
|
@@ -22871,6 +22874,8 @@ export interface operations {
|
|
|
22871
22874
|
* @enum {string}
|
|
22872
22875
|
*/
|
|
22873
22876
|
role?: "admin" | "user" | "owner";
|
|
22877
|
+
/** @enum {string} */
|
|
22878
|
+
status?: "active" | "inactive" | "unconfirmed";
|
|
22874
22879
|
};
|
|
22875
22880
|
};
|
|
22876
22881
|
};
|
|
@@ -22892,6 +22897,7 @@ export interface operations {
|
|
|
22892
22897
|
/** Format: uuid */
|
|
22893
22898
|
tenantId: string;
|
|
22894
22899
|
role: string | null;
|
|
22900
|
+
status: string | null;
|
|
22895
22901
|
}[];
|
|
22896
22902
|
};
|
|
22897
22903
|
};
|