@edular/permissions 12.9.0 → 12.9.1

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.
@@ -744,6 +744,9 @@ export declare const Permissions: {
744
744
  CancelAndDrop: {
745
745
  Edit: number;
746
746
  };
747
+ ActivitiesDeleteOthers: {
748
+ Delete: number;
749
+ };
747
750
  };
748
751
  Staff: {
749
752
  Personal: {
@@ -896,6 +899,9 @@ export declare const Permissions: {
896
899
  PinnedItems: {
897
900
  Edit: number;
898
901
  };
902
+ SequenceOfItems: {
903
+ Edit: number;
904
+ };
899
905
  };
900
906
  Resources: {
901
907
  View: number;
@@ -746,6 +746,9 @@ exports.Permissions = {
746
746
  },
747
747
  CancelAndDrop: {
748
748
  Edit: 6143
749
+ },
750
+ ActivitiesDeleteOthers: {
751
+ Delete: 6186
749
752
  }
750
753
  },
751
754
  Staff: {
@@ -898,6 +901,9 @@ exports.Permissions = {
898
901
  },
899
902
  PinnedItems: {
900
903
  Edit: 6142
904
+ },
905
+ SequenceOfItems: {
906
+ Edit: 6185
901
907
  }
902
908
  },
903
909
  Resources: {
@@ -1031,22 +1037,22 @@ exports.Permissions = {
1031
1037
  },
1032
1038
  Students: {
1033
1039
  FinAid: {
1034
- View: 6181,
1035
- Add: 6182,
1036
- Edit: 6183,
1037
- Delete: 6184
1040
+ View: 6173,
1041
+ Add: 6174,
1042
+ Edit: 6175,
1043
+ Delete: 6176
1038
1044
  },
1039
1045
  PaymentPlan: {
1040
- View: 6185,
1041
- Add: 6186,
1042
- Edit: 6187,
1043
- Delete: 6188
1046
+ View: 6177,
1047
+ Add: 6178,
1048
+ Edit: 6179,
1049
+ Delete: 6180
1044
1050
  },
1045
1051
  StudentLedger: {
1046
- View: 6189,
1047
- Add: 6190,
1048
- Edit: 6191,
1049
- Delete: 6192
1052
+ View: 6181,
1053
+ Add: 6182,
1054
+ Edit: 6183,
1055
+ Delete: 6184
1050
1056
  }
1051
1057
  }
1052
1058
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "12.9.0",
3
+ "version": "12.9.1",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -25,5 +25,6 @@
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"
28
- }
28
+ },
29
+ "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
29
30
  }