@campxdev/shared 2.0.32 → 2.0.33

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": "2.0.32",
3
+ "version": "2.0.33",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -214,6 +214,7 @@ export enum SquarePermissions {
214
214
  CAN_EDIT_MENTOR_SESSIONS_COMMENTS = 'can_edit_mentor_sessions_comments',
215
215
  CAN_DELETE_MENTOR_SESSIONS_COMMENTS = 'can_delete_mentor_sessions_comments',
216
216
 
217
+
217
218
  // Extra Cirricular activities
218
219
  EXTRA_CURRICULAR_ACTIVITIES_NEWS_FEED = 'can_extra_curricular_activities_news_feed',
219
220
  EXTRA_CURRICULAR_ACTIVITIES_CLUBS = 'can_extra_curricular_activities_clubs',
@@ -237,6 +238,8 @@ export enum SquarePermissions {
237
238
 
238
239
  // Feed
239
240
  CAN_ADD_FEED = 'can_feed_add',
241
+ CAN_VIEW_OBE = "can_view_obe",
242
+
240
243
 
241
244
  // Degrees
242
245
  CAN_DEGRESS_ADD = 'can_degrees_add',