@edular/permissions 12.10.0 → 12.11.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.
@@ -747,6 +747,32 @@ export declare const Permissions: {
747
747
  ActivitiesDeleteOthers: {
748
748
  Delete: number;
749
749
  };
750
+ Profiles: {
751
+ Prospect: {
752
+ Add: number;
753
+ };
754
+ Applicant: {
755
+ Add: number;
756
+ };
757
+ Enrollment: {
758
+ Add: number;
759
+ };
760
+ Student: {
761
+ Add: number;
762
+ };
763
+ TemporaryOut: {
764
+ Add: number;
765
+ };
766
+ PermanentOut: {
767
+ Add: number;
768
+ };
769
+ Alumni: {
770
+ Add: number;
771
+ };
772
+ NeverAttended: {
773
+ Add: number;
774
+ };
775
+ };
750
776
  };
751
777
  Staff: {
752
778
  Personal: {
@@ -749,6 +749,32 @@ exports.Permissions = {
749
749
  },
750
750
  ActivitiesDeleteOthers: {
751
751
  Delete: 6186
752
+ },
753
+ Profiles: {
754
+ Prospect: {
755
+ Add: 6191
756
+ },
757
+ Applicant: {
758
+ Add: 6192
759
+ },
760
+ Enrollment: {
761
+ Add: 6193
762
+ },
763
+ Student: {
764
+ Add: 6194
765
+ },
766
+ TemporaryOut: {
767
+ Add: 6195
768
+ },
769
+ PermanentOut: {
770
+ Add: 6196
771
+ },
772
+ Alumni: {
773
+ Add: 6197
774
+ },
775
+ NeverAttended: {
776
+ Add: 6198
777
+ }
752
778
  }
753
779
  },
754
780
  Staff: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edular/permissions",
3
- "version": "12.10.0",
3
+ "version": "12.11.0",
4
4
  "author": "Edular",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",