@campxdev/shared 1.11.0 → 1.11.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/shared",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -9,8 +9,8 @@ export enum PaymentsPermission {
9
9
  CAN_MANAGE_PAYMENTS_PROFILE_PERMISSIONS_DELETE = 'can_manage_payments_profile_permissions_delete',
10
10
 
11
11
  //Payments imports
12
- CAN_IMPORT_RECEIPTS='can_import_receipts',
13
- CAN_IMPORT_CREDITS='can_import_credits',
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',
@@ -564,8 +564,8 @@ export enum Permission {
564
564
  CAN_FEE_COUNTER_EXAM_FEE = 'can_fee_counter_exam_fee',
565
565
 
566
566
  //Payments imports
567
- CAN_IMPORT_RECEIPTS='can_import_receipts',
568
- CAN_IMPORT_CREDITS='can_import_credits',
567
+ CAN_IMPORT_RECEIPTS='can_import_receipts_view',
568
+ CAN_IMPORT_CREDITS='can_import_credits_view',
569
569
 
570
570
  // Fee Groups
571
571
  CAN_FEE_GROUP_VIEW = 'can_fee_groups_view',