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