@edular/permissions 8.1.0 → 8.2.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.
- package/lib/permissions.d.ts +29 -27
- package/lib/permissions.js +29 -27
- package/package.json +1 -1
package/lib/permissions.d.ts
CHANGED
|
@@ -111,14 +111,6 @@ export declare const Permissions: {
|
|
|
111
111
|
Delete: number;
|
|
112
112
|
};
|
|
113
113
|
};
|
|
114
|
-
Reports: {
|
|
115
|
-
ClassAttendance: {
|
|
116
|
-
View: number;
|
|
117
|
-
PermissionsToAccessOthers: {
|
|
118
|
-
View: number;
|
|
119
|
-
};
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
114
|
Director: {
|
|
123
115
|
View: number;
|
|
124
116
|
};
|
|
@@ -319,12 +311,6 @@ export declare const Permissions: {
|
|
|
319
311
|
Delete: number;
|
|
320
312
|
};
|
|
321
313
|
};
|
|
322
|
-
Reports: {
|
|
323
|
-
View: number;
|
|
324
|
-
Add: number;
|
|
325
|
-
Edit: number;
|
|
326
|
-
Delete: number;
|
|
327
|
-
};
|
|
328
314
|
Director: {
|
|
329
315
|
View: number;
|
|
330
316
|
};
|
|
@@ -393,12 +379,6 @@ export declare const Permissions: {
|
|
|
393
379
|
Delete: number;
|
|
394
380
|
};
|
|
395
381
|
};
|
|
396
|
-
Reports: {
|
|
397
|
-
View: number;
|
|
398
|
-
Add: number;
|
|
399
|
-
Edit: number;
|
|
400
|
-
Delete: number;
|
|
401
|
-
};
|
|
402
382
|
Director: {
|
|
403
383
|
View: number;
|
|
404
384
|
};
|
|
@@ -666,6 +646,12 @@ export declare const Permissions: {
|
|
|
666
646
|
Edit: number;
|
|
667
647
|
Delete: number;
|
|
668
648
|
};
|
|
649
|
+
Ferpa: {
|
|
650
|
+
Add: number;
|
|
651
|
+
Delete: number;
|
|
652
|
+
Edit: number;
|
|
653
|
+
View: number;
|
|
654
|
+
};
|
|
669
655
|
};
|
|
670
656
|
Staff: {
|
|
671
657
|
Personal: {
|
|
@@ -832,6 +818,17 @@ export declare const Permissions: {
|
|
|
832
818
|
};
|
|
833
819
|
};
|
|
834
820
|
Reports: {
|
|
821
|
+
Academics: {
|
|
822
|
+
ClassAttendance: {
|
|
823
|
+
View: number;
|
|
824
|
+
PermissionsToAccessOthers: {
|
|
825
|
+
View: number;
|
|
826
|
+
};
|
|
827
|
+
};
|
|
828
|
+
General: {
|
|
829
|
+
View: number;
|
|
830
|
+
};
|
|
831
|
+
};
|
|
835
832
|
AdminReports: {
|
|
836
833
|
GeneralReports: {
|
|
837
834
|
View: number;
|
|
@@ -843,20 +840,25 @@ export declare const Permissions: {
|
|
|
843
840
|
View: number;
|
|
844
841
|
};
|
|
845
842
|
};
|
|
846
|
-
Academics: {
|
|
847
|
-
View: number;
|
|
848
|
-
};
|
|
849
843
|
Admissions: {
|
|
850
|
-
|
|
844
|
+
General: {
|
|
845
|
+
View: number;
|
|
846
|
+
};
|
|
851
847
|
};
|
|
852
848
|
FinancialAid: {
|
|
853
|
-
|
|
849
|
+
General: {
|
|
850
|
+
View: number;
|
|
851
|
+
};
|
|
854
852
|
};
|
|
855
853
|
StudentAccounts: {
|
|
856
|
-
|
|
854
|
+
General: {
|
|
855
|
+
View: number;
|
|
856
|
+
};
|
|
857
857
|
};
|
|
858
858
|
StudentServices: {
|
|
859
|
-
|
|
859
|
+
General: {
|
|
860
|
+
View: number;
|
|
861
|
+
};
|
|
860
862
|
};
|
|
861
863
|
};
|
|
862
864
|
};
|
package/lib/permissions.js
CHANGED
|
@@ -114,14 +114,6 @@ exports.Permissions = {
|
|
|
114
114
|
Delete: 1364
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
|
-
Reports: {
|
|
118
|
-
ClassAttendance: {
|
|
119
|
-
View: 6039,
|
|
120
|
-
PermissionsToAccessOthers: {
|
|
121
|
-
View: 6040
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
117
|
Director: {
|
|
126
118
|
View: 6074
|
|
127
119
|
}
|
|
@@ -322,12 +314,6 @@ exports.Permissions = {
|
|
|
322
314
|
Delete: 1874
|
|
323
315
|
}
|
|
324
316
|
},
|
|
325
|
-
Reports: {
|
|
326
|
-
View: 1881,
|
|
327
|
-
Add: 1882,
|
|
328
|
-
Edit: 1883,
|
|
329
|
-
Delete: 1884
|
|
330
|
-
},
|
|
331
317
|
Director: {
|
|
332
318
|
View: 6078
|
|
333
319
|
}
|
|
@@ -396,12 +382,6 @@ exports.Permissions = {
|
|
|
396
382
|
Delete: 1974
|
|
397
383
|
}
|
|
398
384
|
},
|
|
399
|
-
Reports: {
|
|
400
|
-
View: 1981,
|
|
401
|
-
Add: 1982,
|
|
402
|
-
Edit: 1983,
|
|
403
|
-
Delete: 1984
|
|
404
|
-
},
|
|
405
385
|
Director: {
|
|
406
386
|
View: 6079
|
|
407
387
|
}
|
|
@@ -668,6 +648,12 @@ exports.Permissions = {
|
|
|
668
648
|
Add: 2572,
|
|
669
649
|
Edit: 2573,
|
|
670
650
|
Delete: 2574
|
|
651
|
+
},
|
|
652
|
+
Ferpa: {
|
|
653
|
+
Add: 6101,
|
|
654
|
+
Delete: 6102,
|
|
655
|
+
Edit: 6103,
|
|
656
|
+
View: 6104
|
|
671
657
|
}
|
|
672
658
|
},
|
|
673
659
|
Staff: {
|
|
@@ -835,6 +821,17 @@ exports.Permissions = {
|
|
|
835
821
|
}
|
|
836
822
|
},
|
|
837
823
|
Reports: {
|
|
824
|
+
Academics: {
|
|
825
|
+
ClassAttendance: {
|
|
826
|
+
View: 6039,
|
|
827
|
+
PermissionsToAccessOthers: {
|
|
828
|
+
View: 6040
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
General: {
|
|
832
|
+
View: 6096
|
|
833
|
+
}
|
|
834
|
+
},
|
|
838
835
|
AdminReports: {
|
|
839
836
|
GeneralReports: {
|
|
840
837
|
View: 6093
|
|
@@ -846,20 +843,25 @@ exports.Permissions = {
|
|
|
846
843
|
View: 6095
|
|
847
844
|
}
|
|
848
845
|
},
|
|
849
|
-
Academics: {
|
|
850
|
-
View: 6096
|
|
851
|
-
},
|
|
852
846
|
Admissions: {
|
|
853
|
-
|
|
847
|
+
General: {
|
|
848
|
+
View: 6097
|
|
849
|
+
}
|
|
854
850
|
},
|
|
855
851
|
FinancialAid: {
|
|
856
|
-
|
|
852
|
+
General: {
|
|
853
|
+
View: 6098
|
|
854
|
+
}
|
|
857
855
|
},
|
|
858
856
|
StudentAccounts: {
|
|
859
|
-
|
|
857
|
+
General: {
|
|
858
|
+
View: 6099
|
|
859
|
+
}
|
|
860
860
|
},
|
|
861
861
|
StudentServices: {
|
|
862
|
-
|
|
862
|
+
General: {
|
|
863
|
+
View: 6100
|
|
864
|
+
}
|
|
863
865
|
}
|
|
864
866
|
}
|
|
865
867
|
},
|