@edular/permissions 9.2.0 → 9.3.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.
@@ -671,6 +671,23 @@ export declare const Permissions: {
671
671
  AcademicProgress: {
672
672
  View: number;
673
673
  };
674
+ StatusesOf: {
675
+ Prospect: {
676
+ Edit: number;
677
+ };
678
+ Applicant: {
679
+ Edit: number;
680
+ };
681
+ Student: {
682
+ Edit: number;
683
+ };
684
+ Alumni: {
685
+ Edit: number;
686
+ };
687
+ };
688
+ ActivityLogs: {
689
+ View: number;
690
+ };
674
691
  };
675
692
  Staff: {
676
693
  Personal: {
@@ -673,6 +673,23 @@ exports.Permissions = {
673
673
  },
674
674
  AcademicProgress: {
675
675
  View: 6109
676
+ },
677
+ StatusesOf: {
678
+ Prospect: {
679
+ Edit: 6126
680
+ },
681
+ Applicant: {
682
+ Edit: 6127
683
+ },
684
+ Student: {
685
+ Edit: 6128
686
+ },
687
+ Alumni: {
688
+ Edit: 6129
689
+ }
690
+ },
691
+ ActivityLogs: {
692
+ View: 6131
676
693
  }
677
694
  },
678
695
  Staff: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "9.2.0",
3
+ "version": "9.3.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",