@edular/permissions 5.0.0 → 6.0.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 +6 -4
- package/lib/permissions.js +6 -4
- package/package.json +1 -1
package/lib/permissions.d.ts
CHANGED
|
@@ -112,10 +112,12 @@ export declare const Permissions: {
|
|
|
112
112
|
};
|
|
113
113
|
};
|
|
114
114
|
Reports: {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
115
|
+
ClassAttendance: {
|
|
116
|
+
View: number;
|
|
117
|
+
PermissionsToAccessOthers: {
|
|
118
|
+
View: number;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
119
121
|
};
|
|
120
122
|
};
|
|
121
123
|
Admissions: {
|
package/lib/permissions.js
CHANGED
|
@@ -115,10 +115,12 @@ exports.Permissions = {
|
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
Reports: {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
118
|
+
ClassAttendance: {
|
|
119
|
+
View: 6039,
|
|
120
|
+
PermissionsToAccessOthers: {
|
|
121
|
+
View: 6040
|
|
122
|
+
}
|
|
123
|
+
}
|
|
122
124
|
}
|
|
123
125
|
},
|
|
124
126
|
Admissions: {
|