@edular/permissions 12.1.0 → 12.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.
@@ -393,6 +393,14 @@ export declare const Permissions: {
393
393
  Director: {
394
394
  View: number;
395
395
  };
396
+ MakeUpAttendance: {
397
+ MakeUpAttendanceSignOff: {
398
+ Edit: number;
399
+ };
400
+ MakeUpAttendanceVerification: {
401
+ Edit: number;
402
+ };
403
+ };
396
404
  };
397
405
  Settings: {
398
406
  General: {
@@ -395,6 +395,14 @@ exports.Permissions = {
395
395
  },
396
396
  Director: {
397
397
  View: 6079
398
+ },
399
+ MakeUpAttendance: {
400
+ MakeUpAttendanceSignOff: {
401
+ Edit: 6163
402
+ },
403
+ MakeUpAttendanceVerification: {
404
+ Edit: 6164
405
+ }
398
406
  }
399
407
  },
400
408
  Settings: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "12.1.0",
3
+ "version": "12.2.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",