@campxdev/shared 1.9.3 → 1.9.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/shared",
3
- "version": "1.9.3",
3
+ "version": "1.9.4",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -874,6 +874,7 @@ export enum Permission {
874
874
  CAN_ADMISSIONS_DASHBOARD_VIEW = 'can_admission_dashboard_view',
875
875
  CAN_ADMISSIONS_LEAD_REMARKS = 'can_admission_lead_remarks',
876
876
  CAN_ADMISSIONS_GRAPH_VIEW = 'can_admission_graph_view',
877
+ CAN_ADMISSIONS_CONFIRMED_STUDENTS = 'can_admissions_confirmed_students',
877
878
  CAN_ENROLL_X_AUDIT_LOGS = 'can_enroll_x_view_audit_logs',
878
879
  CAN_ADMISSION_APPROVAL = 'can_admission_approvals',
879
880