@webitel/ui-sdk 25.10.12 → 25.10.14
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/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +18 -19
- package/dist/ui-sdk.umd.cjs +2 -1
- package/package.json +1 -1
- package/src/components/wt-table/wt-table.vue +23 -13
- package/src/locale/_enums/TranslationLocale.enum.ts +22 -0
- package/src/locale/en/en.js +4 -9
- package/src/locale/en/notTranslatable.en.ts +27 -0
- package/src/locale/es/es.js +0 -7
- package/src/locale/index.ts +2 -0
- package/src/locale/kz/kz.js +0 -7
- package/src/locale/pl/pl.js +0 -7
- package/src/locale/ro/ro.js +0 -7
- package/src/locale/ru/ru.js +0 -7
- package/src/locale/uk/uk.js +0 -7
- package/src/locale/uz/uz.js +0 -7
- package/src/locale/vi/vi.js +0 -7
- package/src/plugins/primevue/theme/components/table/table.js +1 -0
- package/types/components/wt-table/wt-table.vue.d.ts +2 -2
- package/types/locale/_enums/TranslationLocale.enum.d.ts +18 -0
- package/types/locale/en/en.d.ts +543 -752
- package/types/locale/en/notTranslatable.en.d.ts +25 -0
- package/types/locale/es/es.d.ts +0 -7
- package/types/locale/i18n.d.ts +15 -207
- package/types/locale/index.d.ts +16 -207
- package/types/locale/kz/kz.d.ts +0 -7
- package/types/locale/pl/pl.d.ts +0 -7
- package/types/locale/ro/ro.d.ts +0 -7
- package/types/locale/ru/ru.d.ts +0 -7
- package/types/locale/uk/uk.d.ts +0 -7
- package/types/locale/uz/uz.d.ts +0 -7
- package/types/locale/vi/vi.d.ts +0 -7
package/types/locale/en/en.d.ts
CHANGED
|
@@ -1,173 +1,170 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
declare const _default: {
|
|
2
|
+
reusable: {
|
|
3
|
+
lang: {
|
|
4
|
+
en: string;
|
|
5
|
+
es: string;
|
|
6
|
+
ru: string;
|
|
7
|
+
uk: string;
|
|
8
|
+
kz: string;
|
|
9
|
+
vi: string;
|
|
10
|
+
pl: string;
|
|
11
|
+
ro: string;
|
|
12
|
+
uz: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
} & {
|
|
16
|
+
reusable: {
|
|
17
|
+
comment: string;
|
|
18
|
+
replace: string;
|
|
19
|
+
download: string;
|
|
20
|
+
history: string;
|
|
21
|
+
filter: ({ plural }: {
|
|
8
22
|
plural: any;
|
|
9
|
-
})
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
export
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
let screencast: string;
|
|
115
|
-
}
|
|
116
|
-
export namespace date {
|
|
117
|
-
let sec: string;
|
|
118
|
-
let timezone: string;
|
|
119
|
-
}
|
|
120
|
-
export namespace access {
|
|
121
|
-
let ObAC: string;
|
|
122
|
-
let RbAC: string;
|
|
123
|
-
let operations: string;
|
|
124
|
-
let rbacDefault: string;
|
|
125
|
-
let accessMode: {
|
|
23
|
+
}) => any;
|
|
24
|
+
total: string;
|
|
25
|
+
ok: string;
|
|
26
|
+
object: string;
|
|
27
|
+
save: string;
|
|
28
|
+
saveAs: string;
|
|
29
|
+
saved: string;
|
|
30
|
+
send: string;
|
|
31
|
+
start: string;
|
|
32
|
+
close: string;
|
|
33
|
+
add: string;
|
|
34
|
+
cancel: string;
|
|
35
|
+
import: string;
|
|
36
|
+
export: string;
|
|
37
|
+
true: string;
|
|
38
|
+
title: string;
|
|
39
|
+
position: string;
|
|
40
|
+
delete: string;
|
|
41
|
+
search: string;
|
|
42
|
+
open: string;
|
|
43
|
+
name: string;
|
|
44
|
+
expand: string;
|
|
45
|
+
collapse: string;
|
|
46
|
+
generate: string;
|
|
47
|
+
from: string;
|
|
48
|
+
to: string;
|
|
49
|
+
tts: string;
|
|
50
|
+
state: string;
|
|
51
|
+
refresh: string;
|
|
52
|
+
retry: string;
|
|
53
|
+
downloadAll: string;
|
|
54
|
+
warning: string;
|
|
55
|
+
doNotSave: string;
|
|
56
|
+
required: string;
|
|
57
|
+
copy: string;
|
|
58
|
+
new: string;
|
|
59
|
+
createdAt: string;
|
|
60
|
+
createdBy: string;
|
|
61
|
+
modifiedAt: string;
|
|
62
|
+
modifiedBy: string;
|
|
63
|
+
general: string;
|
|
64
|
+
generalInfo: string;
|
|
65
|
+
all: string;
|
|
66
|
+
upload: string;
|
|
67
|
+
edit: string;
|
|
68
|
+
back: string;
|
|
69
|
+
step: string;
|
|
70
|
+
more: string;
|
|
71
|
+
read: string;
|
|
72
|
+
create: string;
|
|
73
|
+
update: string;
|
|
74
|
+
draggable: string;
|
|
75
|
+
unassigned: string;
|
|
76
|
+
showUnassigned: string;
|
|
77
|
+
group: string;
|
|
78
|
+
updatedBy: () => "Edited";
|
|
79
|
+
};
|
|
80
|
+
vocabulary: {
|
|
81
|
+
apply: string;
|
|
82
|
+
language: string;
|
|
83
|
+
voice: string;
|
|
84
|
+
format: string;
|
|
85
|
+
text: string;
|
|
86
|
+
yes: string;
|
|
87
|
+
no: string;
|
|
88
|
+
description: string;
|
|
89
|
+
login: string;
|
|
90
|
+
host: string;
|
|
91
|
+
time: string;
|
|
92
|
+
channel: string;
|
|
93
|
+
file: string;
|
|
94
|
+
logout: string;
|
|
95
|
+
priority: string;
|
|
96
|
+
color: string;
|
|
97
|
+
variables: string;
|
|
98
|
+
type: string;
|
|
99
|
+
tag: string;
|
|
100
|
+
output: string;
|
|
101
|
+
values: string;
|
|
102
|
+
keys: string;
|
|
103
|
+
duration: string;
|
|
104
|
+
reset: string;
|
|
105
|
+
errors: string;
|
|
106
|
+
labels: string;
|
|
107
|
+
permissions: string;
|
|
108
|
+
options: string;
|
|
109
|
+
emails: string;
|
|
110
|
+
phones: string;
|
|
111
|
+
messaging: string;
|
|
112
|
+
emptyResultSearch: string;
|
|
113
|
+
contact: string;
|
|
114
|
+
column: string;
|
|
115
|
+
notification: string;
|
|
116
|
+
screencast: string;
|
|
117
|
+
};
|
|
118
|
+
date: {
|
|
119
|
+
sec: string;
|
|
120
|
+
timezone: string;
|
|
121
|
+
};
|
|
122
|
+
access: {
|
|
123
|
+
ObAC: string;
|
|
124
|
+
RbAC: string;
|
|
125
|
+
operations: string;
|
|
126
|
+
rbacDefault: string;
|
|
127
|
+
accessMode: {
|
|
126
128
|
1: string;
|
|
127
129
|
2: string;
|
|
128
130
|
3: string;
|
|
129
131
|
};
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
}
|
|
167
|
-
export namespace queue {
|
|
168
|
-
let queue_1: string;
|
|
169
|
-
export { queue_1 as queue };
|
|
170
|
-
let type_1: {
|
|
132
|
+
};
|
|
133
|
+
objects: {
|
|
134
|
+
team: string;
|
|
135
|
+
supervisor: string;
|
|
136
|
+
auditor: string;
|
|
137
|
+
region: string;
|
|
138
|
+
communicationType: string;
|
|
139
|
+
grantee: string;
|
|
140
|
+
grantor: string;
|
|
141
|
+
role: string;
|
|
142
|
+
user: string;
|
|
143
|
+
list: string;
|
|
144
|
+
contact: string;
|
|
145
|
+
case: string;
|
|
146
|
+
customLookup: {
|
|
147
|
+
customLookup: string;
|
|
148
|
+
};
|
|
149
|
+
calendar: string;
|
|
150
|
+
direction: string;
|
|
151
|
+
gateway: string;
|
|
152
|
+
hangupCause: string;
|
|
153
|
+
hasOption: string;
|
|
154
|
+
hasRecording: string;
|
|
155
|
+
amdResult: string;
|
|
156
|
+
ratedBy: string;
|
|
157
|
+
talkDuration: string;
|
|
158
|
+
totalDuration: string;
|
|
159
|
+
transcription: string;
|
|
160
|
+
attachment: string;
|
|
161
|
+
owner: string;
|
|
162
|
+
customization: {
|
|
163
|
+
customization: string;
|
|
164
|
+
};
|
|
165
|
+
queue: {
|
|
166
|
+
queue: string;
|
|
167
|
+
type: {
|
|
171
168
|
1: string;
|
|
172
169
|
0: string;
|
|
173
170
|
2: string;
|
|
@@ -178,47 +175,41 @@ declare namespace _default {
|
|
|
178
175
|
7: string;
|
|
179
176
|
8: string;
|
|
180
177
|
};
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
export { agent_1 as agent };
|
|
186
|
-
export let status: {
|
|
178
|
+
};
|
|
179
|
+
agent: {
|
|
180
|
+
agent: string;
|
|
181
|
+
status: {
|
|
187
182
|
[x: number]: string;
|
|
188
183
|
online: string;
|
|
189
184
|
pause: string;
|
|
190
185
|
offline: string;
|
|
191
186
|
};
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
export namespace channel_1 {
|
|
221
|
-
let state_1: {
|
|
187
|
+
};
|
|
188
|
+
flow: {
|
|
189
|
+
name: string;
|
|
190
|
+
type: {
|
|
191
|
+
chat: string;
|
|
192
|
+
voice: string;
|
|
193
|
+
service: string;
|
|
194
|
+
processing: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
messengers: {
|
|
198
|
+
telegram: string;
|
|
199
|
+
gotd: string;
|
|
200
|
+
messenger: string;
|
|
201
|
+
viber: string;
|
|
202
|
+
webchat: string;
|
|
203
|
+
infobip_whatsapp: string;
|
|
204
|
+
custom: string;
|
|
205
|
+
};
|
|
206
|
+
quickReplies: {
|
|
207
|
+
quickReplies: string;
|
|
208
|
+
quickRepliesEmpty: string;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
channel: {
|
|
212
|
+
state: {
|
|
222
213
|
[x: number]: string;
|
|
223
214
|
waiting: string;
|
|
224
215
|
distribute: string;
|
|
@@ -231,102 +222,49 @@ declare namespace _default {
|
|
|
231
222
|
processing: string;
|
|
232
223
|
transfer: string;
|
|
233
224
|
};
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
export let reactionTime: string;
|
|
269
|
-
export let resolutionTime: string;
|
|
270
|
-
export let actualReactionTime: string;
|
|
271
|
-
export let actualResolutionTime: string;
|
|
272
|
-
}
|
|
273
|
-
export let WebitelApplications: {
|
|
274
|
-
[x: number]: {
|
|
225
|
+
type: {
|
|
226
|
+
call: string;
|
|
227
|
+
email: string;
|
|
228
|
+
chat: string;
|
|
229
|
+
task: string;
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
calls: {
|
|
233
|
+
direction: {
|
|
234
|
+
inbound: string;
|
|
235
|
+
outbound: string;
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
cases: {
|
|
239
|
+
status: string;
|
|
240
|
+
source: string;
|
|
241
|
+
author: string;
|
|
242
|
+
reporter: string;
|
|
243
|
+
impacted: string;
|
|
244
|
+
assignee: string;
|
|
245
|
+
groupPerformers: string;
|
|
246
|
+
reason: string;
|
|
247
|
+
rating: string;
|
|
248
|
+
service: string;
|
|
249
|
+
selectAService: string;
|
|
250
|
+
appliedSLA: string;
|
|
251
|
+
appliedCondition: string;
|
|
252
|
+
reactionTime: string;
|
|
253
|
+
resolutionTime: string;
|
|
254
|
+
actualReactionTime: string;
|
|
255
|
+
actualResolutionTime: string;
|
|
256
|
+
};
|
|
257
|
+
WebitelApplications: {
|
|
258
|
+
[WebitelApplications.AGENT]: {
|
|
275
259
|
name: string;
|
|
276
|
-
|
|
277
|
-
|
|
260
|
+
};
|
|
261
|
+
[WebitelApplications.AUDIT]: {
|
|
278
262
|
name: string;
|
|
279
263
|
sections: {
|
|
280
264
|
scorecards: string;
|
|
281
|
-
contacts?: undefined;
|
|
282
|
-
cases?: undefined;
|
|
283
|
-
priorities?: undefined;
|
|
284
|
-
"close-reason-groups"?: undefined;
|
|
285
|
-
statuses?: undefined;
|
|
286
|
-
slas?: undefined;
|
|
287
|
-
"service-catalogs"?: undefined;
|
|
288
|
-
sources?: undefined;
|
|
289
|
-
"contact-groups"?: undefined;
|
|
290
|
-
queues?: undefined;
|
|
291
|
-
agents?: undefined;
|
|
292
|
-
activeCalls?: undefined;
|
|
293
|
-
users?: undefined;
|
|
294
|
-
license?: undefined;
|
|
295
|
-
devices?: undefined;
|
|
296
|
-
flow?: undefined;
|
|
297
|
-
dialplan?: undefined;
|
|
298
|
-
gateways?: undefined;
|
|
299
|
-
chatplan?: undefined;
|
|
300
|
-
"chat-gateways"?: undefined;
|
|
301
|
-
skills?: undefined;
|
|
302
|
-
buckets?: undefined;
|
|
303
|
-
media?: undefined;
|
|
304
|
-
"shift-templates"?: undefined;
|
|
305
|
-
"pause-templates"?: undefined;
|
|
306
|
-
"working-conditions"?: undefined;
|
|
307
|
-
blacklist?: undefined;
|
|
308
|
-
calendars?: undefined;
|
|
309
|
-
regions?: undefined;
|
|
310
|
-
communications?: undefined;
|
|
311
|
-
"pause-cause"?: undefined;
|
|
312
|
-
teams?: undefined;
|
|
313
|
-
resources?: undefined;
|
|
314
|
-
"resource-groups"?: undefined;
|
|
315
|
-
storage?: undefined;
|
|
316
|
-
"storage-policies"?: undefined;
|
|
317
|
-
"cognitive-profiles"?: undefined;
|
|
318
|
-
"email-profiles"?: undefined;
|
|
319
|
-
"single-sign-on"?: undefined;
|
|
320
|
-
"import-csv"?: undefined;
|
|
321
|
-
triggers?: undefined;
|
|
322
|
-
roles?: undefined;
|
|
323
|
-
objects?: undefined;
|
|
324
|
-
changelogs?: undefined;
|
|
325
|
-
configuration?: undefined;
|
|
326
|
-
"global-variables"?: undefined;
|
|
327
|
-
"quick-replies"?: undefined;
|
|
328
265
|
};
|
|
329
|
-
}
|
|
266
|
+
};
|
|
267
|
+
[WebitelApplications.CRM]: {
|
|
330
268
|
name: string;
|
|
331
269
|
sections: {
|
|
332
270
|
contacts: string;
|
|
@@ -338,99 +276,23 @@ declare namespace _default {
|
|
|
338
276
|
"service-catalogs": string;
|
|
339
277
|
sources: string;
|
|
340
278
|
"contact-groups": string;
|
|
341
|
-
scorecards?: undefined;
|
|
342
|
-
queues?: undefined;
|
|
343
|
-
agents?: undefined;
|
|
344
|
-
activeCalls?: undefined;
|
|
345
|
-
users?: undefined;
|
|
346
|
-
license?: undefined;
|
|
347
|
-
devices?: undefined;
|
|
348
|
-
flow?: undefined;
|
|
349
|
-
dialplan?: undefined;
|
|
350
|
-
gateways?: undefined;
|
|
351
|
-
chatplan?: undefined;
|
|
352
|
-
"chat-gateways"?: undefined;
|
|
353
|
-
skills?: undefined;
|
|
354
|
-
buckets?: undefined;
|
|
355
|
-
media?: undefined;
|
|
356
|
-
"shift-templates"?: undefined;
|
|
357
|
-
"pause-templates"?: undefined;
|
|
358
|
-
"working-conditions"?: undefined;
|
|
359
|
-
blacklist?: undefined;
|
|
360
|
-
calendars?: undefined;
|
|
361
|
-
regions?: undefined;
|
|
362
|
-
communications?: undefined;
|
|
363
|
-
"pause-cause"?: undefined;
|
|
364
|
-
teams?: undefined;
|
|
365
|
-
resources?: undefined;
|
|
366
|
-
"resource-groups"?: undefined;
|
|
367
|
-
storage?: undefined;
|
|
368
|
-
"storage-policies"?: undefined;
|
|
369
|
-
"cognitive-profiles"?: undefined;
|
|
370
|
-
"email-profiles"?: undefined;
|
|
371
|
-
"single-sign-on"?: undefined;
|
|
372
|
-
"import-csv"?: undefined;
|
|
373
|
-
triggers?: undefined;
|
|
374
|
-
roles?: undefined;
|
|
375
|
-
objects?: undefined;
|
|
376
|
-
changelogs?: undefined;
|
|
377
|
-
configuration?: undefined;
|
|
378
|
-
"global-variables"?: undefined;
|
|
379
|
-
"quick-replies"?: undefined;
|
|
380
279
|
};
|
|
381
|
-
}
|
|
280
|
+
};
|
|
281
|
+
[WebitelApplications.HISTORY]: {
|
|
282
|
+
name: string;
|
|
283
|
+
};
|
|
284
|
+
[WebitelApplications.ANALYTICS]: {
|
|
285
|
+
name: string;
|
|
286
|
+
};
|
|
287
|
+
[WebitelApplications.SUPERVISOR]: {
|
|
382
288
|
name: string;
|
|
383
289
|
sections: {
|
|
384
290
|
queues: string;
|
|
385
291
|
agents: string;
|
|
386
292
|
activeCalls: string;
|
|
387
|
-
scorecards?: undefined;
|
|
388
|
-
contacts?: undefined;
|
|
389
|
-
cases?: undefined;
|
|
390
|
-
priorities?: undefined;
|
|
391
|
-
"close-reason-groups"?: undefined;
|
|
392
|
-
statuses?: undefined;
|
|
393
|
-
slas?: undefined;
|
|
394
|
-
"service-catalogs"?: undefined;
|
|
395
|
-
sources?: undefined;
|
|
396
|
-
"contact-groups"?: undefined;
|
|
397
|
-
users?: undefined;
|
|
398
|
-
license?: undefined;
|
|
399
|
-
devices?: undefined;
|
|
400
|
-
flow?: undefined;
|
|
401
|
-
dialplan?: undefined;
|
|
402
|
-
gateways?: undefined;
|
|
403
|
-
chatplan?: undefined;
|
|
404
|
-
"chat-gateways"?: undefined;
|
|
405
|
-
skills?: undefined;
|
|
406
|
-
buckets?: undefined;
|
|
407
|
-
media?: undefined;
|
|
408
|
-
"shift-templates"?: undefined;
|
|
409
|
-
"pause-templates"?: undefined;
|
|
410
|
-
"working-conditions"?: undefined;
|
|
411
|
-
blacklist?: undefined;
|
|
412
|
-
calendars?: undefined;
|
|
413
|
-
regions?: undefined;
|
|
414
|
-
communications?: undefined;
|
|
415
|
-
"pause-cause"?: undefined;
|
|
416
|
-
teams?: undefined;
|
|
417
|
-
resources?: undefined;
|
|
418
|
-
"resource-groups"?: undefined;
|
|
419
|
-
storage?: undefined;
|
|
420
|
-
"storage-policies"?: undefined;
|
|
421
|
-
"cognitive-profiles"?: undefined;
|
|
422
|
-
"email-profiles"?: undefined;
|
|
423
|
-
"single-sign-on"?: undefined;
|
|
424
|
-
"import-csv"?: undefined;
|
|
425
|
-
triggers?: undefined;
|
|
426
|
-
roles?: undefined;
|
|
427
|
-
objects?: undefined;
|
|
428
|
-
changelogs?: undefined;
|
|
429
|
-
configuration?: undefined;
|
|
430
|
-
"global-variables"?: undefined;
|
|
431
|
-
"quick-replies"?: undefined;
|
|
432
293
|
};
|
|
433
|
-
}
|
|
294
|
+
};
|
|
295
|
+
[WebitelApplications.ADMIN]: {
|
|
434
296
|
name: string;
|
|
435
297
|
sections: {
|
|
436
298
|
users: string;
|
|
@@ -470,21 +332,10 @@ declare namespace _default {
|
|
|
470
332
|
configuration: string;
|
|
471
333
|
"global-variables": string;
|
|
472
334
|
"quick-replies": string;
|
|
473
|
-
scorecards?: undefined;
|
|
474
|
-
contacts?: undefined;
|
|
475
|
-
cases?: undefined;
|
|
476
|
-
priorities?: undefined;
|
|
477
|
-
"close-reason-groups"?: undefined;
|
|
478
|
-
statuses?: undefined;
|
|
479
|
-
slas?: undefined;
|
|
480
|
-
"service-catalogs"?: undefined;
|
|
481
|
-
sources?: undefined;
|
|
482
|
-
"contact-groups"?: undefined;
|
|
483
|
-
activeCalls?: undefined;
|
|
484
335
|
};
|
|
485
336
|
};
|
|
486
337
|
overrideApplicationsAccess: {
|
|
487
|
-
[
|
|
338
|
+
[WebitelApplications.CRM]: {
|
|
488
339
|
sections: {
|
|
489
340
|
"ext-cases": ({ linked }: {
|
|
490
341
|
linked: any;
|
|
@@ -499,102 +350,93 @@ declare namespace _default {
|
|
|
499
350
|
};
|
|
500
351
|
};
|
|
501
352
|
};
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
export let requiredArrayValue: string;
|
|
514
|
-
export function minValue({ named }: {
|
|
353
|
+
validation: {
|
|
354
|
+
required: string;
|
|
355
|
+
numeric: string;
|
|
356
|
+
email: string;
|
|
357
|
+
gatewayHostValidator: string;
|
|
358
|
+
sipAccountValidator: string;
|
|
359
|
+
ipValidator: string;
|
|
360
|
+
macValidator: string;
|
|
361
|
+
sameAs: string;
|
|
362
|
+
requiredArrayValue: string;
|
|
363
|
+
minValue: ({ named }: {
|
|
515
364
|
named: any;
|
|
516
|
-
})
|
|
517
|
-
|
|
365
|
+
}) => string;
|
|
366
|
+
maxValue: ({ named }: {
|
|
518
367
|
named: any;
|
|
519
|
-
})
|
|
520
|
-
|
|
368
|
+
}) => string;
|
|
369
|
+
minLength: ({ named }: {
|
|
521
370
|
named: any;
|
|
522
|
-
})
|
|
523
|
-
|
|
371
|
+
}) => string;
|
|
372
|
+
maxLength: ({ named }: {
|
|
524
373
|
named: any;
|
|
525
|
-
})
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
let online: string;
|
|
592
|
-
let pause: string;
|
|
593
|
-
let offline: string;
|
|
594
|
-
let breakOut: string;
|
|
595
|
-
}
|
|
596
|
-
export namespace iconAction {
|
|
597
|
-
let hints: {
|
|
374
|
+
}) => string;
|
|
375
|
+
url: string;
|
|
376
|
+
websocketValidator: string;
|
|
377
|
+
isRegExpMatched: string;
|
|
378
|
+
regExpValidator: string;
|
|
379
|
+
domainValidator: string;
|
|
380
|
+
decimalValidator: string;
|
|
381
|
+
latinWithNumber: string;
|
|
382
|
+
integer: string;
|
|
383
|
+
nameAlreadyInUse: string;
|
|
384
|
+
};
|
|
385
|
+
webitelUI: {
|
|
386
|
+
searchBar: {
|
|
387
|
+
placeholder: string;
|
|
388
|
+
settingsHint: string;
|
|
389
|
+
variableSearchHint: string;
|
|
390
|
+
};
|
|
391
|
+
timepicker: {
|
|
392
|
+
day: string;
|
|
393
|
+
hour: string;
|
|
394
|
+
min: string;
|
|
395
|
+
sec: string;
|
|
396
|
+
};
|
|
397
|
+
datetimepicker: {
|
|
398
|
+
lastHour: string;
|
|
399
|
+
lastDay: string;
|
|
400
|
+
};
|
|
401
|
+
pagination: {
|
|
402
|
+
sizeText: string;
|
|
403
|
+
prev: string;
|
|
404
|
+
next: string;
|
|
405
|
+
};
|
|
406
|
+
appNavigator: {
|
|
407
|
+
title: string;
|
|
408
|
+
admin: string;
|
|
409
|
+
agent: string;
|
|
410
|
+
supervisor: string;
|
|
411
|
+
audit: string;
|
|
412
|
+
history: string;
|
|
413
|
+
grafana: string;
|
|
414
|
+
crm: string;
|
|
415
|
+
};
|
|
416
|
+
headerActions: {
|
|
417
|
+
account: string;
|
|
418
|
+
docs: string;
|
|
419
|
+
settings: string;
|
|
420
|
+
logout: string;
|
|
421
|
+
buildVersion: string;
|
|
422
|
+
};
|
|
423
|
+
tableActions: {
|
|
424
|
+
filterReset: string;
|
|
425
|
+
columnSelect: string;
|
|
426
|
+
refreshTable: string;
|
|
427
|
+
expandFilters: string;
|
|
428
|
+
};
|
|
429
|
+
tableColumnSelect: {
|
|
430
|
+
title: string;
|
|
431
|
+
};
|
|
432
|
+
statusSelect: {
|
|
433
|
+
online: string;
|
|
434
|
+
pause: string;
|
|
435
|
+
offline: string;
|
|
436
|
+
breakOut: string;
|
|
437
|
+
};
|
|
438
|
+
iconAction: {
|
|
439
|
+
hints: {
|
|
598
440
|
delete: ({ linked }: {
|
|
599
441
|
linked: any;
|
|
600
442
|
}) => any;
|
|
@@ -649,302 +491,251 @@ declare namespace _default {
|
|
|
649
491
|
linked: any;
|
|
650
492
|
}) => string;
|
|
651
493
|
};
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
}
|
|
752
|
-
export { actualReactionTime_1 as actualReactionTime };
|
|
753
|
-
export function actualResolutionTime_1({ linked }: {
|
|
754
|
-
linked: any;
|
|
755
|
-
}): any;
|
|
756
|
-
export { actualResolutionTime_1 as actualResolutionTime };
|
|
757
|
-
export function agent_3({ linked }: {
|
|
758
|
-
linked: any;
|
|
759
|
-
}): any;
|
|
760
|
-
export { agent_3 as agent };
|
|
761
|
-
export function amdResult_1({ linked }: {
|
|
762
|
-
linked: any;
|
|
763
|
-
}): any;
|
|
764
|
-
export { amdResult_1 as amdResult };
|
|
765
|
-
export function assignee_1({ linked }: {
|
|
766
|
-
linked: any;
|
|
767
|
-
}): any;
|
|
768
|
-
export { assignee_1 as assignee };
|
|
769
|
-
export function author_1({ linked }: {
|
|
770
|
-
linked: any;
|
|
771
|
-
}): any;
|
|
772
|
-
export { author_1 as author };
|
|
773
|
-
export function cause({ linked }: {
|
|
774
|
-
linked: any;
|
|
775
|
-
}): any;
|
|
776
|
-
export function closeReasonGroups({ linked }: {
|
|
777
|
-
linked: any;
|
|
778
|
-
}): any;
|
|
779
|
-
export function contact_2({ linked }: {
|
|
780
|
-
linked: any;
|
|
781
|
-
}): any;
|
|
782
|
-
export { contact_2 as contact };
|
|
783
|
-
export function contactGroup({ linked }: {
|
|
784
|
-
linked: any;
|
|
785
|
-
}): any;
|
|
786
|
-
export function createdAt_1({ linked }: {
|
|
787
|
-
linked: any;
|
|
788
|
-
}): any;
|
|
789
|
-
export { createdAt_1 as createdAt };
|
|
790
|
-
export function createdAtFrom({ linked }: {
|
|
791
|
-
linked: any;
|
|
792
|
-
}): any;
|
|
793
|
-
export function createdAtTo({ linked }: {
|
|
794
|
-
linked: any;
|
|
795
|
-
}): any;
|
|
796
|
-
export function direction_2({ linked }: {
|
|
797
|
-
linked: any;
|
|
798
|
-
}): any;
|
|
799
|
-
export { direction_2 as direction };
|
|
800
|
-
export function gateway_1({ linked }: {
|
|
801
|
-
linked: any;
|
|
802
|
-
}): any;
|
|
803
|
-
export { gateway_1 as gateway };
|
|
804
|
-
export function grantee_1({ linked }: {
|
|
805
|
-
linked: any;
|
|
806
|
-
}): any;
|
|
807
|
-
export { grantee_1 as grantee };
|
|
808
|
-
export function hasAttachment({ linked }: {
|
|
809
|
-
linked: any;
|
|
810
|
-
}): any;
|
|
811
|
-
export function hasFile({ linked }: {
|
|
812
|
-
linked: any;
|
|
813
|
-
}): any;
|
|
814
|
-
export function hasTranscription({ linked }: {
|
|
815
|
-
linked: any;
|
|
816
|
-
}): any;
|
|
817
|
-
export function hasUser({ linked }: {
|
|
818
|
-
linked: any;
|
|
819
|
-
}): any;
|
|
820
|
-
export function impacted_1({ linked }: {
|
|
494
|
+
};
|
|
495
|
+
errorPages: {
|
|
496
|
+
goBack: string;
|
|
497
|
+
page403: {
|
|
498
|
+
title: string;
|
|
499
|
+
text: string;
|
|
500
|
+
};
|
|
501
|
+
page404: {
|
|
502
|
+
title: string;
|
|
503
|
+
text: string;
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
copyAction: {
|
|
507
|
+
copy: string;
|
|
508
|
+
copied: string;
|
|
509
|
+
};
|
|
510
|
+
auditForm: {
|
|
511
|
+
question: string;
|
|
512
|
+
option: string;
|
|
513
|
+
score: string;
|
|
514
|
+
addQuestion: string;
|
|
515
|
+
answerType: string;
|
|
516
|
+
type: {
|
|
517
|
+
options: string;
|
|
518
|
+
score: string;
|
|
519
|
+
};
|
|
520
|
+
clearSelection: string;
|
|
521
|
+
};
|
|
522
|
+
deleteConfirmationPopup: {
|
|
523
|
+
title: string;
|
|
524
|
+
askingAlert: string;
|
|
525
|
+
tableAskingAlert: string;
|
|
526
|
+
deleteAll: string;
|
|
527
|
+
};
|
|
528
|
+
dummy: {
|
|
529
|
+
text: string;
|
|
530
|
+
};
|
|
531
|
+
empty: {
|
|
532
|
+
text: {
|
|
533
|
+
empty: string;
|
|
534
|
+
filters: string;
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
agentStatusSelect: {
|
|
538
|
+
pauseCausePopup: {
|
|
539
|
+
title: string;
|
|
540
|
+
min: string;
|
|
541
|
+
unlimited: string;
|
|
542
|
+
};
|
|
543
|
+
statusSelectErrorPopup: {
|
|
544
|
+
title: string;
|
|
545
|
+
message: string;
|
|
546
|
+
};
|
|
547
|
+
};
|
|
548
|
+
saveFailedPopup: {
|
|
549
|
+
title: string;
|
|
550
|
+
label: string;
|
|
551
|
+
exportToJson: string;
|
|
552
|
+
};
|
|
553
|
+
filters: {
|
|
554
|
+
datetime: {
|
|
555
|
+
rdt_today: string;
|
|
556
|
+
rdt_this_week: string;
|
|
557
|
+
rdt_this_month: string;
|
|
558
|
+
rdt_custom: string;
|
|
559
|
+
};
|
|
560
|
+
addFilter: ({ linked }: {
|
|
561
|
+
linked: any;
|
|
562
|
+
}) => string;
|
|
563
|
+
filterName: ({ linked }: {
|
|
564
|
+
linked: any;
|
|
565
|
+
}) => any;
|
|
566
|
+
filterValue: ({ linked }: {
|
|
567
|
+
linked: any;
|
|
568
|
+
}) => any;
|
|
569
|
+
filterValueFrom: ({ linked }: {
|
|
570
|
+
linked: any;
|
|
571
|
+
}) => string;
|
|
572
|
+
filterLabel: ({ linked }: {
|
|
573
|
+
linked: any;
|
|
574
|
+
}) => any;
|
|
575
|
+
actualReactionTime: ({ linked }: {
|
|
576
|
+
linked: any;
|
|
577
|
+
}) => any;
|
|
578
|
+
actualResolutionTime: ({ linked }: {
|
|
579
|
+
linked: any;
|
|
580
|
+
}) => any;
|
|
581
|
+
agent: ({ linked }: {
|
|
582
|
+
linked: any;
|
|
583
|
+
}) => any;
|
|
584
|
+
amdResult: ({ linked }: {
|
|
585
|
+
linked: any;
|
|
586
|
+
}) => any;
|
|
587
|
+
assignee: ({ linked }: {
|
|
588
|
+
linked: any;
|
|
589
|
+
}) => any;
|
|
590
|
+
author: ({ linked }: {
|
|
591
|
+
linked: any;
|
|
592
|
+
}) => any;
|
|
593
|
+
cause: ({ linked }: {
|
|
821
594
|
linked: any;
|
|
822
|
-
})
|
|
823
|
-
|
|
824
|
-
export function contactLabel({ linked }: {
|
|
595
|
+
}) => any;
|
|
596
|
+
closeReasonGroups: ({ linked }: {
|
|
825
597
|
linked: any;
|
|
826
|
-
})
|
|
827
|
-
|
|
598
|
+
}) => any;
|
|
599
|
+
contact: ({ linked }: {
|
|
828
600
|
linked: any;
|
|
829
|
-
})
|
|
830
|
-
|
|
601
|
+
}) => any;
|
|
602
|
+
contactGroup: ({ linked }: {
|
|
831
603
|
linked: any;
|
|
832
|
-
})
|
|
833
|
-
|
|
834
|
-
export function queue_2({ linked }: {
|
|
604
|
+
}) => any;
|
|
605
|
+
createdAt: ({ linked }: {
|
|
835
606
|
linked: any;
|
|
836
|
-
})
|
|
837
|
-
|
|
838
|
-
export let rated: string;
|
|
839
|
-
export function ratedBy_1({ linked }: {
|
|
607
|
+
}) => any;
|
|
608
|
+
createdAtFrom: ({ linked }: {
|
|
840
609
|
linked: any;
|
|
841
|
-
})
|
|
842
|
-
|
|
843
|
-
export function rating_1({ linked }: {
|
|
610
|
+
}) => any;
|
|
611
|
+
createdAtTo: ({ linked }: {
|
|
844
612
|
linked: any;
|
|
845
|
-
})
|
|
846
|
-
|
|
847
|
-
export function reactionTime_1({ linked }: {
|
|
613
|
+
}) => any;
|
|
614
|
+
direction: ({ linked }: {
|
|
848
615
|
linked: any;
|
|
849
|
-
})
|
|
850
|
-
|
|
851
|
-
export function reporter_1({ linked }: {
|
|
616
|
+
}) => any;
|
|
617
|
+
gateway: ({ linked }: {
|
|
852
618
|
linked: any;
|
|
853
|
-
})
|
|
854
|
-
|
|
855
|
-
export function resolutionTime_1({ linked }: {
|
|
619
|
+
}) => any;
|
|
620
|
+
grantee: ({ linked }: {
|
|
856
621
|
linked: any;
|
|
857
|
-
})
|
|
858
|
-
|
|
859
|
-
export function score_2({ linked }: {
|
|
622
|
+
}) => any;
|
|
623
|
+
hasAttachment: ({ linked }: {
|
|
860
624
|
linked: any;
|
|
861
|
-
})
|
|
862
|
-
|
|
863
|
-
export function service_2({ linked }: {
|
|
625
|
+
}) => any;
|
|
626
|
+
hasFile: ({ linked }: {
|
|
864
627
|
linked: any;
|
|
865
|
-
})
|
|
866
|
-
|
|
867
|
-
export function sla({ linked }: {
|
|
628
|
+
}) => any;
|
|
629
|
+
hasTranscription: ({ linked }: {
|
|
868
630
|
linked: any;
|
|
869
|
-
})
|
|
870
|
-
|
|
631
|
+
}) => any;
|
|
632
|
+
hasUser: ({ linked }: {
|
|
871
633
|
linked: any;
|
|
872
|
-
})
|
|
873
|
-
|
|
634
|
+
}) => any;
|
|
635
|
+
impacted: ({ linked }: {
|
|
874
636
|
linked: any;
|
|
875
|
-
})
|
|
876
|
-
|
|
877
|
-
export function status_2({ linked }: {
|
|
637
|
+
}) => any;
|
|
638
|
+
contactLabel: ({ linked }: {
|
|
878
639
|
linked: any;
|
|
879
|
-
})
|
|
880
|
-
|
|
881
|
-
export function tag_1({ linked }: {
|
|
640
|
+
}) => any;
|
|
641
|
+
contactOwner: ({ linked }: {
|
|
882
642
|
linked: any;
|
|
883
|
-
})
|
|
884
|
-
|
|
885
|
-
export function talkDuration_1({ linked }: {
|
|
643
|
+
}) => any;
|
|
644
|
+
priority: ({ linked }: {
|
|
886
645
|
linked: any;
|
|
887
|
-
})
|
|
888
|
-
|
|
889
|
-
export function team_1({ linked }: {
|
|
646
|
+
}) => any;
|
|
647
|
+
queue: ({ linked }: {
|
|
890
648
|
linked: any;
|
|
891
|
-
})
|
|
892
|
-
|
|
893
|
-
|
|
649
|
+
}) => any;
|
|
650
|
+
rated: string;
|
|
651
|
+
ratedBy: ({ linked }: {
|
|
894
652
|
linked: any;
|
|
895
|
-
})
|
|
896
|
-
|
|
897
|
-
export function user_1({ linked }: {
|
|
653
|
+
}) => any;
|
|
654
|
+
rating: ({ linked }: {
|
|
898
655
|
linked: any;
|
|
899
|
-
})
|
|
900
|
-
|
|
901
|
-
export function variable({ linked }: {
|
|
656
|
+
}) => any;
|
|
657
|
+
reactionTime: ({ linked }: {
|
|
902
658
|
linked: any;
|
|
903
|
-
})
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
659
|
+
}) => any;
|
|
660
|
+
reporter: ({ linked }: {
|
|
661
|
+
linked: any;
|
|
662
|
+
}) => any;
|
|
663
|
+
resolutionTime: ({ linked }: {
|
|
664
|
+
linked: any;
|
|
665
|
+
}) => any;
|
|
666
|
+
score: ({ linked }: {
|
|
667
|
+
linked: any;
|
|
668
|
+
}) => any;
|
|
669
|
+
service: ({ linked }: {
|
|
670
|
+
linked: any;
|
|
671
|
+
}) => any;
|
|
672
|
+
sla: ({ linked }: {
|
|
673
|
+
linked: any;
|
|
674
|
+
}) => any;
|
|
675
|
+
slaCondition: ({ linked }: {
|
|
676
|
+
linked: any;
|
|
677
|
+
}) => any;
|
|
678
|
+
source: ({ linked }: {
|
|
679
|
+
linked: any;
|
|
680
|
+
}) => any;
|
|
681
|
+
status: ({ linked }: {
|
|
682
|
+
linked: any;
|
|
683
|
+
}) => any;
|
|
684
|
+
tag: ({ linked }: {
|
|
685
|
+
linked: any;
|
|
686
|
+
}) => any;
|
|
687
|
+
talkDuration: ({ linked }: {
|
|
688
|
+
linked: any;
|
|
689
|
+
}) => any;
|
|
690
|
+
team: ({ linked }: {
|
|
691
|
+
linked: any;
|
|
692
|
+
}) => any;
|
|
693
|
+
totalDuration: ({ linked }: {
|
|
694
|
+
linked: any;
|
|
695
|
+
}) => any;
|
|
696
|
+
user: ({ linked }: {
|
|
697
|
+
linked: any;
|
|
698
|
+
}) => any;
|
|
699
|
+
variable: ({ linked }: {
|
|
700
|
+
linked: any;
|
|
701
|
+
}) => any;
|
|
702
|
+
presets: {
|
|
703
|
+
preset: string;
|
|
704
|
+
overwritePresetTitle: string;
|
|
705
|
+
overwritePresetText: string;
|
|
706
|
+
notifications: {
|
|
707
|
+
success: {
|
|
708
|
+
update: ({ linked }: {
|
|
911
709
|
linked: any;
|
|
912
|
-
})
|
|
913
|
-
|
|
914
|
-
export function create_1({ linked }: {
|
|
710
|
+
}) => any;
|
|
711
|
+
create: ({ linked }: {
|
|
915
712
|
linked: any;
|
|
916
|
-
})
|
|
917
|
-
|
|
918
|
-
export function _delete_1({ linked }: {
|
|
713
|
+
}) => any;
|
|
714
|
+
delete: ({ linked }: {
|
|
919
715
|
linked: any;
|
|
920
|
-
})
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
export namespace success_1 {
|
|
930
|
-
export function update_2({ named }: {
|
|
716
|
+
}) => any;
|
|
717
|
+
};
|
|
718
|
+
};
|
|
719
|
+
};
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
systemNotifications: {
|
|
723
|
+
success: {
|
|
724
|
+
update: ({ named }: {
|
|
931
725
|
named: any;
|
|
932
|
-
})
|
|
933
|
-
|
|
934
|
-
export function create_2({ named }: {
|
|
726
|
+
}) => string;
|
|
727
|
+
create: ({ named }: {
|
|
935
728
|
named: any;
|
|
936
|
-
})
|
|
937
|
-
|
|
938
|
-
export function _delete_2({ named }: {
|
|
729
|
+
}) => string;
|
|
730
|
+
delete: ({ named }: {
|
|
939
731
|
named: any;
|
|
940
|
-
})
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
}
|
|
949
|
-
}
|
|
732
|
+
}) => string;
|
|
733
|
+
};
|
|
734
|
+
};
|
|
735
|
+
errorNotifications: {
|
|
736
|
+
chatHistoryApi: string;
|
|
737
|
+
markChatProcessed: string;
|
|
738
|
+
};
|
|
739
|
+
};
|
|
950
740
|
export default _default;
|
|
741
|
+
import { WebitelApplications } from '../../enums';
|