@edular/permissions 9.3.0 → 10.0.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.
@@ -21,6 +21,11 @@ export declare const Permissions: {
21
21
  Edit: number;
22
22
  Delete: number;
23
23
  };
24
+ LessonDetails: {
25
+ Add: number;
26
+ Edit: number;
27
+ Delete: number;
28
+ };
24
29
  };
25
30
  AttendanceOverview: {
26
31
  View: number;
@@ -685,8 +690,16 @@ export declare const Permissions: {
685
690
  Edit: number;
686
691
  };
687
692
  };
688
- ActivityLogs: {
689
- View: number;
693
+ ActivityLog: {
694
+ General: {
695
+ View: number;
696
+ };
697
+ StatusHistory: {
698
+ View: number;
699
+ };
700
+ Communication: {
701
+ View: number;
702
+ };
690
703
  };
691
704
  };
692
705
  Staff: {
@@ -23,6 +23,11 @@ exports.Permissions = {
23
23
  Add: 1132,
24
24
  Edit: 1133,
25
25
  Delete: 1134
26
+ },
27
+ LessonDetails: {
28
+ Add: 6132,
29
+ Edit: 6133,
30
+ Delete: 6134
26
31
  }
27
32
  },
28
33
  AttendanceOverview: {
@@ -688,8 +693,16 @@ exports.Permissions = {
688
693
  Edit: 6129
689
694
  }
690
695
  },
691
- ActivityLogs: {
692
- View: 6131
696
+ ActivityLog: {
697
+ General: {
698
+ View: 6135
699
+ },
700
+ StatusHistory: {
701
+ View: 6136
702
+ },
703
+ Communication: {
704
+ View: 6137
705
+ }
693
706
  }
694
707
  },
695
708
  Staff: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "9.3.0",
3
+ "version": "10.0.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",