@vuetify/one 2.4.0 → 2.5.0

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/dist/index.d.ts CHANGED
@@ -159,6 +159,7 @@ interface VOneIdentity {
159
159
  interface VOneUser {
160
160
  id: string;
161
161
  isAdmin: boolean;
162
+ role: 'super' | 'admin' | 'editor' | 'user';
162
163
  name: string;
163
164
  picture: string;
164
165
  settings: Record<string, any> | null;
@@ -38,6 +38,7 @@ interface VOneIdentity {
38
38
  interface VOneUser {
39
39
  id: string;
40
40
  isAdmin: boolean;
41
+ role: 'super' | 'admin' | 'editor' | 'user';
41
42
  name: string;
42
43
  picture: string;
43
44
  settings: Record<string, any> | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/one",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",