@edular/permissions 13.2.0 → 13.3.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.
@@ -141,6 +141,12 @@ export declare const Permissions: {
141
141
  AttendanceTerminal: {
142
142
  View: number;
143
143
  };
144
+ StudentSuccess: {
145
+ View: number;
146
+ };
147
+ EducatorSuccess: {
148
+ View: number;
149
+ };
144
150
  };
145
151
  Admissions: {
146
152
  AdmissionsStaff: {
@@ -143,6 +143,12 @@ exports.Permissions = {
143
143
  },
144
144
  AttendanceTerminal: {
145
145
  View: 6200
146
+ },
147
+ StudentSuccess: {
148
+ View: 6205
149
+ },
150
+ EducatorSuccess: {
151
+ View: 6206
146
152
  }
147
153
  },
148
154
  Admissions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "13.2.0",
3
+ "version": "13.3.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",