@plusscommunities/pluss-core-web 1.8.6-beta.0 → 1.8.7-beta.0
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/dist/index.js +17 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8713,5 +8713,21 @@ var Reducers = {
|
|
|
8713
8713
|
scheduledActions: ScheduledActionsReducer
|
|
8714
8714
|
};
|
|
8715
8715
|
|
|
8716
|
-
|
|
8716
|
+
var PERMISSION_CATEGORIES = {
|
|
8717
|
+
USER_MANAGEMENT: "User Management",
|
|
8718
|
+
EVENTS: "Events",
|
|
8719
|
+
COMMUNICATION: "Communication",
|
|
8720
|
+
FACILITIES_BOOKINGS: "Facilities & Bookings",
|
|
8721
|
+
SITE_ADMINISTRATION: "Site Administration",
|
|
8722
|
+
CONTENT: "Content",
|
|
8723
|
+
PAYMENTS: "Payments",
|
|
8724
|
+
PROFILE_SETTINGS: "Profile Settings"
|
|
8725
|
+
};
|
|
8726
|
+
var IMPORTANCE_LEVELS = {
|
|
8727
|
+
CRITICAL: "critical",
|
|
8728
|
+
IMPORTANT: "important",
|
|
8729
|
+
OPTIONAL: "optional"
|
|
8730
|
+
};
|
|
8731
|
+
|
|
8732
|
+
export { index$1 as Actions, analytics as Analytics, index$2 as Apis, colours as Colours, index as Components, CoreConfig as Config, index$3 as Helper, IMPORTANCE_LEVELS, PERMISSION_CATEGORIES, Reducers, session as Session, Urls };
|
|
8717
8733
|
//# sourceMappingURL=index.js.map
|