@edular/permissions 13.12.0 → 13.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.
@@ -133,6 +133,10 @@ export declare const Permissions: {
133
133
  AllowAddManualAttendance: {
134
134
  Add: number;
135
135
  };
136
+ LockedAttendance: {
137
+ Edit: number;
138
+ Delete: number;
139
+ };
136
140
  };
137
141
  };
138
142
  Director: {
@@ -135,6 +135,10 @@ exports.Permissions = {
135
135
  },
136
136
  AllowAddManualAttendance: {
137
137
  Add: 6204
138
+ },
139
+ LockedAttendance: {
140
+ Edit: 6234,
141
+ Delete: 6235
138
142
  }
139
143
  }
140
144
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "13.12.0",
3
+ "version": "13.13.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",