@edular/permissions 13.9.0 → 13.10.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/README.md CHANGED
File without changes
@@ -1236,6 +1236,12 @@ export declare const Permissions: {
1236
1236
  Shift: {
1237
1237
  View: number;
1238
1238
  };
1239
+ NacasGradDate: {
1240
+ View: number;
1241
+ };
1242
+ SapStatus: {
1243
+ View: number;
1244
+ };
1239
1245
  };
1240
1246
  Ferpa: {
1241
1247
  View: number;
@@ -1238,6 +1238,12 @@ exports.Permissions = {
1238
1238
  },
1239
1239
  Shift: {
1240
1240
  View: 6208
1241
+ },
1242
+ NacasGradDate: {
1243
+ View: 6226
1244
+ },
1245
+ SapStatus: {
1246
+ View: 6227
1241
1247
  }
1242
1248
  },
1243
1249
  Ferpa: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "13.9.0",
3
+ "version": "13.10.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",