@edular/permissions 12.11.0 → 12.12.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.
@@ -1026,6 +1026,9 @@ export declare const Permissions: {
1026
1026
  Edit: number;
1027
1027
  Delete: number;
1028
1028
  };
1029
+ DegreeAudit: {
1030
+ View: number;
1031
+ };
1029
1032
  };
1030
1033
  Admissions: {
1031
1034
  View: number;
@@ -1028,6 +1028,9 @@ exports.Permissions = {
1028
1028
  Add: 5032,
1029
1029
  Edit: 5033,
1030
1030
  Delete: 5034
1031
+ },
1032
+ DegreeAudit: {
1033
+ View: 6199
1031
1034
  }
1032
1035
  },
1033
1036
  Admissions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "12.11.0",
3
+ "version": "12.12.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",