@edular/permissions 11.0.0 → 11.2.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.
@@ -108,6 +108,12 @@ export declare const Permissions: {
108
108
  UpdateAdvisor: {
109
109
  Edit: number;
110
110
  };
111
+ OfficialTranscript: {
112
+ View: number;
113
+ Add: number;
114
+ Edit: number;
115
+ Delete: number;
116
+ };
111
117
  };
112
118
  Attendance: {
113
119
  View: number;
@@ -695,6 +701,18 @@ export declare const Permissions: {
695
701
  Alumni: {
696
702
  Edit: number;
697
703
  };
704
+ Enrollment: {
705
+ Edit: number;
706
+ };
707
+ TemporaryOut: {
708
+ Edit: number;
709
+ };
710
+ PermanentOut: {
711
+ Edit: number;
712
+ };
713
+ NeverAttended: {
714
+ Edit: number;
715
+ };
698
716
  };
699
717
  ActivityLog: {
700
718
  General: {
@@ -707,6 +725,9 @@ export declare const Permissions: {
707
725
  View: number;
708
726
  };
709
727
  };
728
+ CancelAndDrop: {
729
+ Edit: number;
730
+ };
710
731
  };
711
732
  Staff: {
712
733
  Personal: {
@@ -110,6 +110,12 @@ exports.Permissions = {
110
110
  },
111
111
  UpdateAdvisor: {
112
112
  Edit: 1373
113
+ },
114
+ OfficialTranscript: {
115
+ View: 6144,
116
+ Add: 6145,
117
+ Edit: 6146,
118
+ Delete: 6147
113
119
  }
114
120
  },
115
121
  Attendance: {
@@ -697,6 +703,18 @@ exports.Permissions = {
697
703
  },
698
704
  Alumni: {
699
705
  Edit: 6129
706
+ },
707
+ Enrollment: {
708
+ Edit: 6148
709
+ },
710
+ TemporaryOut: {
711
+ Edit: 6149
712
+ },
713
+ PermanentOut: {
714
+ Edit: 6150
715
+ },
716
+ NeverAttended: {
717
+ Edit: 6151
700
718
  }
701
719
  },
702
720
  ActivityLog: {
@@ -709,6 +727,9 @@ exports.Permissions = {
709
727
  Communication: {
710
728
  View: 6137
711
729
  }
730
+ },
731
+ CancelAndDrop: {
732
+ Edit: 6143
712
733
  }
713
734
  },
714
735
  Staff: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "11.0.0",
3
+ "version": "11.2.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",