@webitel/ui-sdk 3.2.121 → 3.2.123

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": "3.2.121",
3
+ "version": "3.2.123",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -41,6 +41,9 @@ const AdminSections = Object.freeze({
41
41
  // PERMISSIONS
42
42
  OBJECTS: 'objects', // permissions: add
43
43
  ROLES: 'roles', // scope: roles
44
+
45
+ // SYSTEM
46
+ CHANGELOGS: 'changelogs',
44
47
  });
45
48
 
46
49
  export default AdminSections;
@@ -227,6 +227,7 @@ export default {
227
227
  [AdminSections.MEDIA]: 'Media files',
228
228
  [AdminSections.ROLES]: 'Roles',
229
229
  [AdminSections.OBJECTS]: 'Objects',
230
+ [AdminSections.CHANGELOGS]: 'Change logs',
230
231
  },
231
232
  },
232
233
  },
@@ -225,6 +225,7 @@ export default {
225
225
  [AdminSections.TRIGGERS]: 'Триггеры',
226
226
  [AdminSections.ROLES]: 'Роли',
227
227
  [AdminSections.OBJECTS]: 'Разделы',
228
+ [AdminSections.CHANGELOGS]: 'Журналы изменений',
228
229
  },
229
230
  },
230
231
  },
@@ -225,6 +225,7 @@ export default {
225
225
  [AdminSections.TRIGGERS]: 'Тригери',
226
226
  [AdminSections.ROLES]: 'Ролі',
227
227
  [AdminSections.OBJECTS]: 'Розділи',
228
+ [AdminSections.CHANGELOGS]: 'Журнали змін',
228
229
  },
229
230
  },
230
231
  },
@@ -151,6 +151,10 @@ const applicationsAccess = (value = true) => ({
151
151
  _enabled: value,
152
152
  _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.OBJECTS}`,
153
153
  },
154
+ [AdminSections.CHANGELOGS]: {
155
+ _enabled: value,
156
+ _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.CHANGELOGS}`,
157
+ },
154
158
  },
155
159
  [WebitelApplications.AUDIT]: {
156
160
  _enabled: value,