@webitel/ui-sdk 2.0.31 → 2.0.32-1
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 +2 -2
- package/src/locale/en/en.js +9 -0
- package/src/locale/ru/ru.js +9 -1
- package/src/locale/ua/ua.js +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webitel/ui-sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.32-1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"serve-lib": "vue-cli-service serve",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"vue-observe-visibility": "^1.0.0",
|
|
45
45
|
"vue-router": "^3.2.0",
|
|
46
46
|
"vuejs-datepicker": "^1.6.2",
|
|
47
|
-
"webitel-sdk": "^0.1.
|
|
47
|
+
"webitel-sdk": "^0.1.157"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@babel/eslint-parser": "^7.17.0",
|
package/src/locale/en/en.js
CHANGED
|
@@ -3,6 +3,7 @@ import {
|
|
|
3
3
|
CallDirection,
|
|
4
4
|
ChannelState,
|
|
5
5
|
ChannelType,
|
|
6
|
+
EngineRoutingSchemaType,
|
|
6
7
|
} from 'webitel-sdk';
|
|
7
8
|
import { QueueType } from 'webitel-sdk/esm2015/enums';
|
|
8
9
|
import AdminSections from '../../enums/WebitelApplications/AdminSections.enum';
|
|
@@ -91,6 +92,14 @@ export default {
|
|
|
91
92
|
[snakeToCamel(AgentStatus.BreakOut)]: 'Break out',
|
|
92
93
|
},
|
|
93
94
|
},
|
|
95
|
+
flow: {
|
|
96
|
+
type: {
|
|
97
|
+
[EngineRoutingSchemaType.Chat]: 'Chat',
|
|
98
|
+
[EngineRoutingSchemaType.Voice]: 'Voice',
|
|
99
|
+
[EngineRoutingSchemaType.Service]: 'Service',
|
|
100
|
+
[EngineRoutingSchemaType.Processing]: 'Processing',
|
|
101
|
+
},
|
|
102
|
+
},
|
|
94
103
|
},
|
|
95
104
|
channel: {
|
|
96
105
|
state: {
|
package/src/locale/ru/ru.js
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AgentStatus,
|
|
3
3
|
CallDirection,
|
|
4
4
|
ChannelState,
|
|
5
|
-
ChannelType,
|
|
5
|
+
ChannelType, EngineRoutingSchemaType,
|
|
6
6
|
} from 'webitel-sdk';
|
|
7
7
|
import { QueueType } from 'webitel-sdk/esm2015/enums';
|
|
8
8
|
import AdminSections from '../../enums/WebitelApplications/AdminSections.enum';
|
|
@@ -90,6 +90,14 @@ export default {
|
|
|
90
90
|
[snakeToCamel(AgentStatus.BreakOut)]: 'Принудительный перерыв',
|
|
91
91
|
},
|
|
92
92
|
},
|
|
93
|
+
flow: {
|
|
94
|
+
type: {
|
|
95
|
+
[EngineRoutingSchemaType.Chat]: 'Чат',
|
|
96
|
+
[EngineRoutingSchemaType.Voice]: 'Голос',
|
|
97
|
+
[EngineRoutingSchemaType.Service]: 'Сервис',
|
|
98
|
+
[EngineRoutingSchemaType.Processing]: 'Обработка',
|
|
99
|
+
},
|
|
100
|
+
},
|
|
93
101
|
},
|
|
94
102
|
channel: {
|
|
95
103
|
state: {
|
package/src/locale/ua/ua.js
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AgentStatus,
|
|
3
3
|
CallDirection,
|
|
4
4
|
ChannelState,
|
|
5
|
-
ChannelType,
|
|
5
|
+
ChannelType, EngineRoutingSchemaType,
|
|
6
6
|
} from 'webitel-sdk';
|
|
7
7
|
import { QueueType } from 'webitel-sdk/esm2015/enums';
|
|
8
8
|
import AdminSections from '../../enums/WebitelApplications/AdminSections.enum';
|
|
@@ -90,6 +90,14 @@ export default {
|
|
|
90
90
|
[snakeToCamel(AgentStatus.BreakOut)]: 'Примусова перерва',
|
|
91
91
|
},
|
|
92
92
|
},
|
|
93
|
+
flow: {
|
|
94
|
+
type: {
|
|
95
|
+
[EngineRoutingSchemaType.Chat]: 'Чат',
|
|
96
|
+
[EngineRoutingSchemaType.Voice]: 'Голос',
|
|
97
|
+
[EngineRoutingSchemaType.Service]: 'Сервіс',
|
|
98
|
+
[EngineRoutingSchemaType.Processing]: 'Обробка',
|
|
99
|
+
},
|
|
100
|
+
},
|
|
93
101
|
},
|
|
94
102
|
channel: {
|
|
95
103
|
state: {
|