@edular/permissions 12.0.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: {
@@ -660,6 +668,9 @@ export declare const Permissions: {
660
668
  Edit: number;
661
669
  Delete: number;
662
670
  };
671
+ Photo: {
672
+ Edit: number;
673
+ };
663
674
  };
664
675
  Profile: {
665
676
  View: number;
@@ -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: {
@@ -662,6 +670,9 @@ exports.Permissions = {
662
670
  Add: 5712,
663
671
  Edit: 5713,
664
672
  Delete: 5714
673
+ },
674
+ Photo: {
675
+ Edit: 6162
665
676
  }
666
677
  },
667
678
  Profile: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "12.0.0",
3
+ "version": "12.2.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",