@campxdev/shared 1.11.4 → 1.11.5
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
|
@@ -8,9 +8,9 @@ export enum PaymentsPermission {
|
|
|
8
8
|
CAN_MANAGE_PAYMENTS_PROFILE_PERMISSIONS_EDIT = 'can_manage_payments_profile_permissions_edit',
|
|
9
9
|
CAN_MANAGE_PAYMENTS_PROFILE_PERMISSIONS_DELETE = 'can_manage_payments_profile_permissions_delete',
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
//Payments imports
|
|
12
|
+
CAN_IMPORT_RECEIPTS = 'can_import_receipts_view',
|
|
13
|
+
CAN_IMPORT_CREDITS = 'can_import_credits_view',
|
|
14
14
|
|
|
15
15
|
// Fee Counter
|
|
16
16
|
CAN_FEE_COUNTER_ACADEMIC_FEE = 'can_fee_counter_academic_fee',
|
|
@@ -218,6 +218,9 @@ export enum SquarePermissions {
|
|
|
218
218
|
CAN_CLASSROOM_SUBJECTS_VIEW = 'can_classroom_subjects_view',
|
|
219
219
|
CAN_CLASSROOM_SUBJECT_ATTENDANCE_EDIT = 'can_classroom_subject_attendance_edit',
|
|
220
220
|
|
|
221
|
+
//my subjects
|
|
222
|
+
CAN_VIEW_MY_SUBJECTS = 'can_view_my_subjects',
|
|
223
|
+
|
|
221
224
|
// Feed
|
|
222
225
|
CAN_ADD_FEED = 'can_feed_add',
|
|
223
226
|
|
|
@@ -563,9 +566,9 @@ export enum Permission {
|
|
|
563
566
|
CAN_FEE_COUNTER_ACADEMIC_FEE = 'can_fee_counter_academic_fee',
|
|
564
567
|
CAN_FEE_COUNTER_EXAM_FEE = 'can_fee_counter_exam_fee',
|
|
565
568
|
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
+
//Payments imports
|
|
570
|
+
CAN_IMPORT_RECEIPTS = 'can_import_receipts_view',
|
|
571
|
+
CAN_IMPORT_CREDITS = 'can_import_credits_view',
|
|
569
572
|
|
|
570
573
|
// Fee Groups
|
|
571
574
|
CAN_FEE_GROUP_VIEW = 'can_fee_groups_view',
|