@edular/permissions 13.0.0 → 13.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.
@@ -130,6 +130,9 @@ export declare const Permissions: {
130
130
  FacialData: {
131
131
  View: number;
132
132
  };
133
+ AllowAddManualAttendance: {
134
+ Add: number;
135
+ };
133
136
  };
134
137
  };
135
138
  Director: {
@@ -132,6 +132,9 @@ exports.Permissions = {
132
132
  },
133
133
  FacialData: {
134
134
  View: 6203
135
+ },
136
+ AllowAddManualAttendance: {
137
+ Add: 6204
135
138
  }
136
139
  }
137
140
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "13.0.0",
3
+ "version": "13.2.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",