@campxdev/shared 2.0.9 → 2.0.10
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/exports.ts
CHANGED
|
@@ -17,6 +17,7 @@ export { default as ConfirmContextProvider } from './src/components/PopupConfirm
|
|
|
17
17
|
|
|
18
18
|
export { default as Providers } from './src/contexts/Providers'
|
|
19
19
|
export { default as PublicProviders } from './src/contexts/PublicProviders'
|
|
20
|
+
export * from './src/contexts/QueryClientProvider'
|
|
20
21
|
export { default as QueryClientProvider } from './src/contexts/QueryClientProvider'
|
|
21
22
|
export * from './src/hooks'
|
|
22
23
|
export * from './src/permissions'
|
package/package.json
CHANGED
|
@@ -436,7 +436,7 @@ export enum ExamsPermissions {
|
|
|
436
436
|
CAN_MANAGE_EXAMS_PROFILE_PERMISSIONS_DELETE = 'can_manage_exams_profile_permissions_delete',
|
|
437
437
|
|
|
438
438
|
// End Semester Examination
|
|
439
|
-
CAN_EXAM_RESULT_ISSUES_VIEW = '
|
|
439
|
+
CAN_EXAM_RESULT_ISSUES_VIEW = 'can_exam_results_issues_view',
|
|
440
440
|
CAN_END_SEMESTER_EXAMINATIONS_VIEW = 'can_end_semester_examinations_view',
|
|
441
441
|
CAN_END_SEMESTER_EXAMINATIONS_ADD = 'can_end_semester_examinations_add',
|
|
442
442
|
CAN_END_SEMESTER_EXAMINATIONS_EDIT = 'can_end_semester_examinations_edit',
|