@edular/permissions 13.3.0 → 13.4.1

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.
@@ -1195,6 +1195,12 @@ export declare const Permissions: {
1195
1195
  RankingCgpa: {
1196
1196
  View: number;
1197
1197
  };
1198
+ Phase: {
1199
+ View: number;
1200
+ };
1201
+ Shift: {
1202
+ View: number;
1203
+ };
1198
1204
  };
1199
1205
  Ferpa: {
1200
1206
  View: number;
@@ -1197,6 +1197,12 @@ exports.Permissions = {
1197
1197
  },
1198
1198
  RankingCgpa: {
1199
1199
  View: 6161
1200
+ },
1201
+ Phase: {
1202
+ View: 6207
1203
+ },
1204
+ Shift: {
1205
+ View: 6208
1200
1206
  }
1201
1207
  },
1202
1208
  Ferpa: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "13.3.0",
3
+ "version": "13.4.1",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",