@edular/permissions 12.12.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: {
@@ -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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "12.12.0",
3
+ "version": "12.13.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",