@aristid/leav-types 1.6.0-720c24f0 → 1.6.0-9e3d23c8
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.
|
@@ -35,12 +35,13 @@ export declare enum AttributePermissionsActions {
|
|
|
35
35
|
}
|
|
36
36
|
export declare enum TreePermissionsActions {
|
|
37
37
|
ACCESS_TREE = "access_tree",
|
|
38
|
-
EDIT_CHILDREN = "edit_children"
|
|
38
|
+
EDIT_CHILDREN = "edit_children",
|
|
39
|
+
DETACH = "detach"
|
|
39
40
|
}
|
|
40
41
|
export declare enum TreeNodePermissionsActions {
|
|
41
42
|
ACCESS_TREE = "access_tree",
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
EDIT_CHILDREN = "edit_children",
|
|
44
|
+
DETACH = "detach"
|
|
44
45
|
}
|
|
45
46
|
export declare enum ApplicationPermissionsActions {
|
|
46
47
|
ADMIN_APPLICATION = "admin_application",
|
package/package.json
CHANGED
|
File without changes
|