@webitel/ui-sdk 2.1.8 → 2.1.10

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": "2.1.8",
3
+ "version": "2.1.10",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -36,6 +36,7 @@ const AdminSections = Object.freeze({
36
36
  COGNITIVE_PROFILES: 'cognitive-profiles', // scope: cognitive_profile
37
37
  EMAIL_PROFILES: 'email-profiles', // scope: email_profile
38
38
  IMPORT_CSV: 'import-csv',
39
+ TRIGGERS: 'triggers',
39
40
 
40
41
  // PERMISSIONS
41
42
  OBJECTS: 'objects', // permissions: add
@@ -61,6 +61,7 @@ export default {
61
61
  variables: 'Variable | Variables',
62
62
  type: 'Type',
63
63
  tag: 'Tag | Tags',
64
+ output: 'Output | Outputs',
64
65
  },
65
66
  // date-related texts
66
67
  date: {
@@ -170,6 +171,7 @@ export default {
170
171
  [AdminSections.COGNITIVE_PROFILES]: 'Cognitive profiles',
171
172
  [AdminSections.EMAIL_PROFILES]: 'Email profiles',
172
173
  [AdminSections.IMPORT_CSV]: 'Import data from CSV file',
174
+ [AdminSections.TRIGGERS]: 'Triggers',
173
175
  [AdminSections.MEDIA]: 'Media',
174
176
  [AdminSections.BLACKLIST]: 'Call lists',
175
177
  [AdminSections.ROLES]: 'Roles',
@@ -59,6 +59,7 @@ export default {
59
59
  variables: 'Переменная | Переменные',
60
60
  type: 'Тип',
61
61
  tag: 'Тег | Теги',
62
+ output: 'Выход | Выходы',
62
63
  },
63
64
  // date-related texts
64
65
  date: {
@@ -168,6 +169,7 @@ export default {
168
169
  [AdminSections.COGNITIVE_PROFILES]: 'Голосовые профили',
169
170
  [AdminSections.EMAIL_PROFILES]: 'Email профили',
170
171
  [AdminSections.IMPORT_CSV]: 'Импорт данных из CSV файла',
172
+ [AdminSections.TRIGGERS]: 'Триггеры',
171
173
  [AdminSections.ROLES]: 'Роли',
172
174
  [AdminSections.OBJECTS]: 'Разделы',
173
175
  },
@@ -59,6 +59,7 @@ export default {
59
59
  variables: 'Змінна | Змінні',
60
60
  type: 'Тип',
61
61
  tag: 'Тег | Теги',
62
+ output: 'Вихід | Виходи',
62
63
  },
63
64
  // date-related texts
64
65
  date: {
@@ -168,6 +169,7 @@ export default {
168
169
  [AdminSections.COGNITIVE_PROFILES]: 'Голосові профілі',
169
170
  [AdminSections.EMAIL_PROFILES]: 'Email профілі',
170
171
  [AdminSections.IMPORT_CSV]: 'Імпорт даних з CSV файлу',
172
+ [AdminSections.TRIGGERS]: 'Тригери',
171
173
  [AdminSections.ROLES]: 'Ролі',
172
174
  [AdminSections.OBJECTS]: 'Розділи',
173
175
  },
@@ -136,6 +136,10 @@ const applicationsAccess = (value = true) => ({
136
136
  _enabled: value,
137
137
  _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.IMPORT_CSV}`,
138
138
  },
139
+ [AdminSections.TRIGGERS]: {
140
+ _enabled: value,
141
+ _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.TRIGGERS}`,
142
+ },
139
143
  [AdminSections.ROLES]: {
140
144
  _enabled: value,
141
145
  _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.ROLES}`,