@edular/permissions 8.2.1 → 8.2.2

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.
package/README.md CHANGED
File without changes
File without changes
package/lib/constants.js CHANGED
File without changes
package/lib/helpers.d.ts CHANGED
File without changes
package/lib/helpers.js CHANGED
File without changes
package/lib/index.d.ts CHANGED
File without changes
package/lib/index.js CHANGED
File without changes
@@ -646,6 +646,12 @@ export declare const Permissions: {
646
646
  Edit: number;
647
647
  Delete: number;
648
648
  };
649
+ Ferpa: {
650
+ Add: number;
651
+ Delete: number;
652
+ Edit: number;
653
+ View: number;
654
+ };
649
655
  };
650
656
  Staff: {
651
657
  Personal: {
@@ -648,6 +648,12 @@ exports.Permissions = {
648
648
  Add: 2572,
649
649
  Edit: 2573,
650
650
  Delete: 2574
651
+ },
652
+ Ferpa: {
653
+ Add: 6101,
654
+ Delete: 6102,
655
+ Edit: 6103,
656
+ View: 6104
651
657
  }
652
658
  },
653
659
  Staff: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "8.2.1",
3
+ "version": "8.2.2",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",