academe-kit 0.4.1 → 0.4.2

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.
@@ -1,2 +1,6 @@
1
1
  export declare enum BACKOFFICE_ROLES {
2
+ ACCESS_APPLICATION = "Acessar aplica\u00E7\u00E3o",
3
+ VIEW_USERS = "Visualizar usu\u00E1rios",
4
+ VIEW_INSTITUTIONS = "Visualizar institui\u00E7\u00F5es",
5
+ VIEW_ORGANIZATIONS = "Visualizar organiza\u00E7\u00F5es"
2
6
  }
@@ -1,3 +1,4 @@
1
1
  export declare enum DASHBOARD_ROLES {
2
- VIEW_ALL_INSTITUTIONS = "Visualizar todas as institui\u00E7\u00F5es"
2
+ VIEW_ALL_INSTITUTIONS = "Visualizar todas as institui\u00E7\u00F5es",
3
+ ACCESS_APPLICATION = "Acessar aplica\u00E7\u00E3o"
3
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "academe-kit",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "type": "module",
5
5
  "description": "Official React SDK for Academe ecosystem - Authentication, protected routes, API services, and UI components for educational management applications",
6
6
  "main": "dist/index.cjs",