@webitel/ui-sdk 24.12.64 → 24.12.65

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": "@webitel/ui-sdk",
3
- "version": "24.12.64",
3
+ "version": "24.12.65",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -34,6 +34,7 @@ const AdminSections = Object.freeze({
34
34
 
35
35
  // INTEGRATIONS
36
36
  STORAGE: 'storage', // scope: storage_profile
37
+ STORAGE_POLICIES: 'storage-policies', // scope: storage_policies_profile
37
38
  COGNITIVE_PROFILES: 'cognitive-profiles', // scope: cognitive_profile
38
39
  EMAIL_PROFILES: 'email-profiles', // scope: email_profile
39
40
  SINGLE_SIGN_ON: 'single-sign-on', // scope: single-sign-on
@@ -139,6 +139,10 @@ const applicationsAccess = (value = true) => ({
139
139
  _enabled: value,
140
140
  _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.STORAGE}`,
141
141
  },
142
+ [AdminSections.STORAGE_POLICIES]: {
143
+ _enabled: value,
144
+ _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.STORAGE_POLICIES}`,
145
+ },
142
146
  [AdminSections.COGNITIVE_PROFILES]: {
143
147
  _enabled: value,
144
148
  _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.COGNITIVE_PROFILES}`,