@webitel/ui-sdk 23.12.118 → 23.12.119

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": "23.12.118",
3
+ "version": "23.12.119",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -142,7 +142,7 @@ export default {
142
142
  [EngineRoutingSchemaType.Chat]: 'Chat',
143
143
  [EngineRoutingSchemaType.Voice]: 'Voice',
144
144
  [EngineRoutingSchemaType.Service]: 'Service',
145
- [EngineRoutingSchemaType.Processing]: 'Processing',
145
+ [EngineRoutingSchemaType.Processing]: 'Forms',
146
146
  },
147
147
  },
148
148
  },
@@ -138,10 +138,10 @@ export default {
138
138
  },
139
139
  flow: {
140
140
  type: {
141
- [EngineRoutingSchemaType.Chat]: 'Чат',
142
- [EngineRoutingSchemaType.Voice]: 'Голос',
143
- [EngineRoutingSchemaType.Service]: 'Сервис',
144
- [EngineRoutingSchemaType.Processing]: 'Обработка',
141
+ [EngineRoutingSchemaType.Chat]: 'Текстовая',
142
+ [EngineRoutingSchemaType.Voice]: 'Голосовая',
143
+ [EngineRoutingSchemaType.Service]: 'Служебная',
144
+ [EngineRoutingSchemaType.Processing]: 'Формы',
145
145
  },
146
146
  },
147
147
  },
@@ -138,10 +138,10 @@ export default {
138
138
  },
139
139
  flow: {
140
140
  type: {
141
- [EngineRoutingSchemaType.Chat]: 'Чат',
142
- [EngineRoutingSchemaType.Voice]: 'Голос',
143
- [EngineRoutingSchemaType.Service]: 'Сервіс',
144
- [EngineRoutingSchemaType.Processing]: 'Обробка',
141
+ [EngineRoutingSchemaType.Chat]: 'Текстова',
142
+ [EngineRoutingSchemaType.Voice]: 'Голосова',
143
+ [EngineRoutingSchemaType.Service]: 'Службова',
144
+ [EngineRoutingSchemaType.Processing]: 'Форми',
145
145
  },
146
146
  },
147
147
  },