@edular/permissions 12.11.0 → 12.13.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.
@@ -130,6 +130,9 @@ export declare const Permissions: {
130
130
  Director: {
131
131
  View: number;
132
132
  };
133
+ AttendanceTerminal: {
134
+ View: number;
135
+ };
133
136
  };
134
137
  Admissions: {
135
138
  AdmissionsStaff: {
@@ -1026,6 +1029,9 @@ export declare const Permissions: {
1026
1029
  Edit: number;
1027
1030
  Delete: number;
1028
1031
  };
1032
+ DegreeAudit: {
1033
+ View: number;
1034
+ };
1029
1035
  };
1030
1036
  Admissions: {
1031
1037
  View: number;
@@ -132,6 +132,9 @@ exports.Permissions = {
132
132
  },
133
133
  Director: {
134
134
  View: 6074
135
+ },
136
+ AttendanceTerminal: {
137
+ View: 6200
135
138
  }
136
139
  },
137
140
  Admissions: {
@@ -1028,6 +1031,9 @@ exports.Permissions = {
1028
1031
  Add: 5032,
1029
1032
  Edit: 5033,
1030
1033
  Delete: 5034
1034
+ },
1035
+ DegreeAudit: {
1036
+ View: 6199
1031
1037
  }
1032
1038
  },
1033
1039
  Admissions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "12.11.0",
3
+ "version": "12.13.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",