@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.
@@ -21,4 +21,7 @@ export declare namespace Permissions {
21
21
  enum CORE {
22
22
  adminoverview = "opendash:can-access-admin-overview"
23
23
  }
24
+ enum DOCUMENTATION {
25
+ see_app = "documentation:can-see-app"
26
+ }
24
27
  }
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openinc/parse-server-opendash",
3
- "version": "3.20.3",
3
+ "version": "3.20.4",
4
4
  "description": "Parse Server Cloud Code for open.INC Stack.",
5
5
  "packageManager": "pnpm@10.15.0",
6
6
  "keywords": [