@openinc/parse-server-opendash 3.20.3 → 3.20.4
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.
|
@@ -33,6 +33,11 @@ var Permissions;
|
|
|
33
33
|
//Access
|
|
34
34
|
CORE["adminoverview"] = "opendash:can-access-admin-overview";
|
|
35
35
|
})(CORE = Permissions.CORE || (Permissions.CORE = {}));
|
|
36
|
+
let DOCUMENTATION;
|
|
37
|
+
(function (DOCUMENTATION) {
|
|
38
|
+
//access
|
|
39
|
+
DOCUMENTATION["see_app"] = "documentation:can-see-app";
|
|
40
|
+
})(DOCUMENTATION = Permissions.DOCUMENTATION || (Permissions.DOCUMENTATION = {}));
|
|
36
41
|
// can also be used for nested permissions
|
|
37
42
|
// Example:
|
|
38
43
|
// export namespace TestPlugin {
|