@edular/permissions 12.3.0 → 12.4.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.
@@ -1100,6 +1100,9 @@ export declare const Permissions: {
1100
1100
  View: number;
1101
1101
  };
1102
1102
  };
1103
+ Ferpa: {
1104
+ View: number;
1105
+ };
1103
1106
  };
1104
1107
  Resources: {
1105
1108
  MediaLibrary: {
@@ -1102,6 +1102,9 @@ exports.Permissions = {
1102
1102
  RankingCgpa: {
1103
1103
  View: 6161
1104
1104
  }
1105
+ },
1106
+ Ferpa: {
1107
+ View: 6168
1105
1108
  }
1106
1109
  },
1107
1110
  Resources: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "12.3.0",
3
+ "version": "12.4.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",