utopia-ui 3.0.3 → 3.0.5
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.js +12 -8
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
@@ -106,7 +106,7 @@ export interface UserApi {
|
|
106
106
|
}
|
107
107
|
export declare type UserItem = {
|
108
108
|
id?: string;
|
109
|
-
role?:
|
109
|
+
role?: any;
|
110
110
|
email?: string;
|
111
111
|
password?: string;
|
112
112
|
profile?: Profile;
|
@@ -130,7 +130,7 @@ export declare type PermissionCondition = {
|
|
130
130
|
};
|
131
131
|
export declare type Permission = {
|
132
132
|
id?: string;
|
133
|
-
policy:
|
133
|
+
policy: any;
|
134
134
|
collection: string;
|
135
135
|
action: PermissionAction;
|
136
136
|
permissions?: {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "utopia-ui",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.5",
|
4
4
|
"description": "Reuseable React Components to build mapping apps for real life communities and networks",
|
5
5
|
"repository": "https://github.com/utopia-os/utopia-ui",
|
6
6
|
"homepage:": "https://utopia-os.org/",
|