@webitel/ui-sdk 1.0.37 → 1.0.38

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": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -33,6 +33,7 @@ const AdminSections = Object.freeze({
33
33
 
34
34
  // INTEGRATIONS
35
35
  STORAGE: 'storage', // scope: storage_profile
36
+ COGNITIVE_PROFILES: 'cognitive-profiles', // scope: cognitive_profile
36
37
 
37
38
  // PERMISSIONS
38
39
  OBJECTS: 'objects', // permissions: add
@@ -130,6 +130,7 @@ export default {
130
130
  [AdminSections.RESOURCE_GROUPS]: 'Resource groups',
131
131
  [AdminSections.QUEUES]: 'Queues',
132
132
  [AdminSections.STORAGE]: 'Storage',
133
+ [AdminSections.STORAGE]: 'Cognitive profiles',
133
134
  [AdminSections.MEDIA]: 'Media',
134
135
  [AdminSections.BLACKLIST]: 'Call lists',
135
136
  [AdminSections.ROLES]: 'Roles',
@@ -130,6 +130,7 @@ export default {
130
130
  [AdminSections.RESOURCE_GROUPS]: 'Группы ресурсов',
131
131
  [AdminSections.QUEUES]: 'Очереди',
132
132
  [AdminSections.STORAGE]: 'Хранилища',
133
+ [AdminSections.COGNITIVE_PROFILES]: 'Языковые профили',
133
134
  [AdminSections.ROLES]: 'Роли',
134
135
  [AdminSections.OBJECTS]: 'Разделы',
135
136
  },
@@ -130,6 +130,7 @@ export default {
130
130
  [AdminSections.RESOURCE_GROUPS]: 'Групи ресурсів',
131
131
  [AdminSections.QUEUES]: 'Черги',
132
132
  [AdminSections.STORAGE]: 'Сховища',
133
+ [AdminSections.COGNITIVE_PROFILES]: 'Мовні профілі',
133
134
  [AdminSections.ROLES]: 'Ролі',
134
135
  [AdminSections.OBJECTS]: 'Розділи',
135
136
  },