@edular/permissions 8.0.0 → 8.1.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.
@@ -831,6 +831,34 @@ export declare const Permissions: {
831
831
  View: number;
832
832
  };
833
833
  };
834
+ Reports: {
835
+ AdminReports: {
836
+ GeneralReports: {
837
+ View: number;
838
+ };
839
+ ComplianceReports: {
840
+ View: number;
841
+ };
842
+ IpedsReports: {
843
+ View: number;
844
+ };
845
+ };
846
+ Academics: {
847
+ View: number;
848
+ };
849
+ Admissions: {
850
+ View: number;
851
+ };
852
+ FinancialAid: {
853
+ View: number;
854
+ };
855
+ StudentAccounts: {
856
+ View: number;
857
+ };
858
+ StudentServices: {
859
+ View: number;
860
+ };
861
+ };
834
862
  };
835
863
  Student: {
836
864
  Academics: {
@@ -833,6 +833,34 @@ exports.Permissions = {
833
833
  Director: {
834
834
  View: 6080
835
835
  }
836
+ },
837
+ Reports: {
838
+ AdminReports: {
839
+ GeneralReports: {
840
+ View: 6093
841
+ },
842
+ ComplianceReports: {
843
+ View: 6094
844
+ },
845
+ IpedsReports: {
846
+ View: 6095
847
+ }
848
+ },
849
+ Academics: {
850
+ View: 6096
851
+ },
852
+ Admissions: {
853
+ View: 6097
854
+ },
855
+ FinancialAid: {
856
+ View: 6098
857
+ },
858
+ StudentAccounts: {
859
+ View: 6099
860
+ },
861
+ StudentServices: {
862
+ View: 6100
863
+ }
836
864
  }
837
865
  },
838
866
  Student: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",