@edular/permissions 8.3.0 → 8.4.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.
@@ -658,6 +658,9 @@ export declare const Permissions: {
658
658
  Edit: number;
659
659
  View: number;
660
660
  };
661
+ AcademicProgress: {
662
+ View: number;
663
+ };
661
664
  };
662
665
  Staff: {
663
666
  Personal: {
@@ -660,6 +660,9 @@ exports.Permissions = {
660
660
  Delete: 6102,
661
661
  Edit: 6103,
662
662
  View: 6104
663
+ },
664
+ AcademicProgress: {
665
+ View: 6109
663
666
  }
664
667
  },
665
668
  Staff: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "8.3.0",
3
+ "version": "8.4.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",