@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
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author @dlohvinov
|
|
3
|
+
*
|
|
4
|
+
* @description
|
|
5
|
+
* These keys should not be translated to different langs,
|
|
6
|
+
* but moved to separate file to avoid main lang file lines
|
|
7
|
+
* count increase related to other langs so that it's easier
|
|
8
|
+
* to compare any missing translations between langs
|
|
9
|
+
*/
|
|
10
|
+
declare const _default: {
|
|
11
|
+
reusable: {
|
|
12
|
+
lang: {
|
|
13
|
+
en: string;
|
|
14
|
+
es: string;
|
|
15
|
+
ru: string;
|
|
16
|
+
uk: string;
|
|
17
|
+
kz: string;
|
|
18
|
+
vi: string;
|
|
19
|
+
pl: string;
|
|
20
|
+
ro: string;
|
|
21
|
+
uz: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export default _default;
|
package/types/locale/es/es.d.ts
CHANGED
|
@@ -34,13 +34,6 @@ declare namespace _default {
|
|
|
34
34
|
export let expand: string;
|
|
35
35
|
export let collapse: string;
|
|
36
36
|
export let generate: string;
|
|
37
|
-
export namespace lang {
|
|
38
|
-
let en: string;
|
|
39
|
-
let es: string;
|
|
40
|
-
let ru: string;
|
|
41
|
-
let uk: string;
|
|
42
|
-
let kz: string;
|
|
43
|
-
}
|
|
44
37
|
export let from: string;
|
|
45
38
|
export let to: string;
|
|
46
39
|
export let tts: string;
|
package/types/locale/i18n.d.ts
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
declare const _default: import("vue-i18n").I18n<{
|
|
2
2
|
en: {
|
|
3
|
+
reusable: {
|
|
4
|
+
lang: {
|
|
5
|
+
en: string;
|
|
6
|
+
es: string;
|
|
7
|
+
ru: string;
|
|
8
|
+
uk: string;
|
|
9
|
+
kz: string;
|
|
10
|
+
vi: string;
|
|
11
|
+
pl: string;
|
|
12
|
+
ro: string;
|
|
13
|
+
uz: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
} & {
|
|
3
17
|
reusable: {
|
|
4
18
|
comment: string;
|
|
5
19
|
replace: string;
|
|
@@ -31,13 +45,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
31
45
|
expand: string;
|
|
32
46
|
collapse: string;
|
|
33
47
|
generate: string;
|
|
34
|
-
lang: {
|
|
35
|
-
en: string;
|
|
36
|
-
es: string;
|
|
37
|
-
ru: string;
|
|
38
|
-
uk: string;
|
|
39
|
-
kz: string;
|
|
40
|
-
};
|
|
41
48
|
from: string;
|
|
42
49
|
to: string;
|
|
43
50
|
tts: string;
|
|
@@ -69,7 +76,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
69
76
|
unassigned: string;
|
|
70
77
|
showUnassigned: string;
|
|
71
78
|
group: string;
|
|
72
|
-
updatedBy: () =>
|
|
79
|
+
updatedBy: () => "Edited";
|
|
73
80
|
};
|
|
74
81
|
vocabulary: {
|
|
75
82
|
apply: string;
|
|
@@ -251,58 +258,10 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
251
258
|
WebitelApplications: {
|
|
252
259
|
[x: number]: {
|
|
253
260
|
name: string;
|
|
254
|
-
sections?: undefined;
|
|
255
261
|
} | {
|
|
256
262
|
name: string;
|
|
257
263
|
sections: {
|
|
258
264
|
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
265
|
};
|
|
307
266
|
} | {
|
|
308
267
|
name: string;
|
|
@@ -316,45 +275,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
316
275
|
"service-catalogs": string;
|
|
317
276
|
sources: string;
|
|
318
277
|
"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
278
|
};
|
|
359
279
|
} | {
|
|
360
280
|
name: string;
|
|
@@ -362,51 +282,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
362
282
|
queues: string;
|
|
363
283
|
agents: string;
|
|
364
284
|
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
285
|
};
|
|
411
286
|
} | {
|
|
412
287
|
name: string;
|
|
@@ -448,17 +323,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
448
323
|
configuration: string;
|
|
449
324
|
"global-variables": string;
|
|
450
325
|
"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
326
|
};
|
|
463
327
|
};
|
|
464
328
|
overrideApplicationsAccess: {
|
|
@@ -896,13 +760,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
896
760
|
expand: string;
|
|
897
761
|
collapse: string;
|
|
898
762
|
generate: string;
|
|
899
|
-
lang: {
|
|
900
|
-
en: string;
|
|
901
|
-
es: string;
|
|
902
|
-
ru: string;
|
|
903
|
-
uk: string;
|
|
904
|
-
kz: string;
|
|
905
|
-
};
|
|
906
763
|
from: string;
|
|
907
764
|
to: string;
|
|
908
765
|
tts: string;
|
|
@@ -1759,13 +1616,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1759
1616
|
expand: string;
|
|
1760
1617
|
collapse: string;
|
|
1761
1618
|
generate: string;
|
|
1762
|
-
lang: {
|
|
1763
|
-
en: string;
|
|
1764
|
-
es: string;
|
|
1765
|
-
ru: string;
|
|
1766
|
-
uk: string;
|
|
1767
|
-
kz: string;
|
|
1768
|
-
};
|
|
1769
1619
|
from: string;
|
|
1770
1620
|
to: string;
|
|
1771
1621
|
tts: string;
|
|
@@ -2624,13 +2474,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2624
2474
|
expand: string;
|
|
2625
2475
|
collapse: string;
|
|
2626
2476
|
generate: string;
|
|
2627
|
-
lang: {
|
|
2628
|
-
en: string;
|
|
2629
|
-
es: string;
|
|
2630
|
-
ru: string;
|
|
2631
|
-
uk: string;
|
|
2632
|
-
kz: string;
|
|
2633
|
-
};
|
|
2634
2477
|
from: string;
|
|
2635
2478
|
to: string;
|
|
2636
2479
|
tts: string;
|
|
@@ -3487,13 +3330,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3487
3330
|
expand: string;
|
|
3488
3331
|
collapse: string;
|
|
3489
3332
|
generate: string;
|
|
3490
|
-
lang: {
|
|
3491
|
-
en: string;
|
|
3492
|
-
es: string;
|
|
3493
|
-
ru: string;
|
|
3494
|
-
uk: string;
|
|
3495
|
-
kz: string;
|
|
3496
|
-
};
|
|
3497
3333
|
from: string;
|
|
3498
3334
|
to: string;
|
|
3499
3335
|
tts: string;
|
|
@@ -4352,13 +4188,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4352
4188
|
expand: string;
|
|
4353
4189
|
collapse: string;
|
|
4354
4190
|
generate: string;
|
|
4355
|
-
lang: {
|
|
4356
|
-
en: string;
|
|
4357
|
-
es: string;
|
|
4358
|
-
ru: string;
|
|
4359
|
-
uk: string;
|
|
4360
|
-
kz: string;
|
|
4361
|
-
};
|
|
4362
4191
|
from: string;
|
|
4363
4192
|
to: string;
|
|
4364
4193
|
tts: string;
|
|
@@ -5217,13 +5046,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5217
5046
|
expand: string;
|
|
5218
5047
|
collapse: string;
|
|
5219
5048
|
generate: string;
|
|
5220
|
-
lang: {
|
|
5221
|
-
en: string;
|
|
5222
|
-
es: string;
|
|
5223
|
-
ru: string;
|
|
5224
|
-
uk: string;
|
|
5225
|
-
kz: string;
|
|
5226
|
-
};
|
|
5227
5049
|
from: string;
|
|
5228
5050
|
to: string;
|
|
5229
5051
|
tts: string;
|
|
@@ -6082,13 +5904,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6082
5904
|
expand: string;
|
|
6083
5905
|
collapse: string;
|
|
6084
5906
|
generate: string;
|
|
6085
|
-
lang: {
|
|
6086
|
-
en: string;
|
|
6087
|
-
es: string;
|
|
6088
|
-
ru: string;
|
|
6089
|
-
uk: string;
|
|
6090
|
-
kz: string;
|
|
6091
|
-
};
|
|
6092
5907
|
from: string;
|
|
6093
5908
|
to: string;
|
|
6094
5909
|
tts: string;
|
|
@@ -6947,13 +6762,6 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6947
6762
|
expand: string;
|
|
6948
6763
|
collapse: string;
|
|
6949
6764
|
generate: string;
|
|
6950
|
-
lang: {
|
|
6951
|
-
en: string;
|
|
6952
|
-
es: string;
|
|
6953
|
-
ru: string;
|
|
6954
|
-
uk: string;
|
|
6955
|
-
kz: string;
|
|
6956
|
-
};
|
|
6957
6765
|
from: string;
|
|
6958
6766
|
to: string;
|
|
6959
6767
|
tts: string;
|
package/types/locale/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './_enums/TranslationLocale.enum';
|
|
1
2
|
import en from './en/en';
|
|
2
3
|
import es from './es/es';
|
|
3
4
|
import kz from './kz/kz';
|
|
@@ -9,6 +10,20 @@ import uz from './uz/uz';
|
|
|
9
10
|
import vi from './vi/vi';
|
|
10
11
|
export declare const messages: {
|
|
11
12
|
en: {
|
|
13
|
+
reusable: {
|
|
14
|
+
lang: {
|
|
15
|
+
en: string;
|
|
16
|
+
es: string;
|
|
17
|
+
ru: string;
|
|
18
|
+
uk: string;
|
|
19
|
+
kz: string;
|
|
20
|
+
vi: string;
|
|
21
|
+
pl: string;
|
|
22
|
+
ro: string;
|
|
23
|
+
uz: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
} & {
|
|
12
27
|
reusable: {
|
|
13
28
|
comment: string;
|
|
14
29
|
replace: string;
|
|
@@ -40,13 +55,6 @@ export declare const messages: {
|
|
|
40
55
|
expand: string;
|
|
41
56
|
collapse: string;
|
|
42
57
|
generate: string;
|
|
43
|
-
lang: {
|
|
44
|
-
en: string;
|
|
45
|
-
es: string;
|
|
46
|
-
ru: string;
|
|
47
|
-
uk: string;
|
|
48
|
-
kz: string;
|
|
49
|
-
};
|
|
50
58
|
from: string;
|
|
51
59
|
to: string;
|
|
52
60
|
tts: string;
|
|
@@ -78,7 +86,7 @@ export declare const messages: {
|
|
|
78
86
|
unassigned: string;
|
|
79
87
|
showUnassigned: string;
|
|
80
88
|
group: string;
|
|
81
|
-
updatedBy: () =>
|
|
89
|
+
updatedBy: () => "Edited";
|
|
82
90
|
};
|
|
83
91
|
vocabulary: {
|
|
84
92
|
apply: string;
|
|
@@ -260,58 +268,10 @@ export declare const messages: {
|
|
|
260
268
|
WebitelApplications: {
|
|
261
269
|
[x: number]: {
|
|
262
270
|
name: string;
|
|
263
|
-
sections?: undefined;
|
|
264
271
|
} | {
|
|
265
272
|
name: string;
|
|
266
273
|
sections: {
|
|
267
274
|
scorecards: string;
|
|
268
|
-
contacts?: undefined;
|
|
269
|
-
cases?: undefined;
|
|
270
|
-
priorities?: undefined;
|
|
271
|
-
"close-reason-groups"?: undefined;
|
|
272
|
-
statuses?: undefined;
|
|
273
|
-
slas?: undefined;
|
|
274
|
-
"service-catalogs"?: undefined;
|
|
275
|
-
sources?: undefined;
|
|
276
|
-
"contact-groups"?: undefined;
|
|
277
|
-
queues?: undefined;
|
|
278
|
-
agents?: undefined;
|
|
279
|
-
activeCalls?: undefined;
|
|
280
|
-
users?: undefined;
|
|
281
|
-
license?: undefined;
|
|
282
|
-
devices?: undefined;
|
|
283
|
-
flow?: undefined;
|
|
284
|
-
dialplan?: undefined;
|
|
285
|
-
gateways?: undefined;
|
|
286
|
-
chatplan?: undefined;
|
|
287
|
-
"chat-gateways"?: undefined;
|
|
288
|
-
skills?: undefined;
|
|
289
|
-
buckets?: undefined;
|
|
290
|
-
media?: undefined;
|
|
291
|
-
"shift-templates"?: undefined;
|
|
292
|
-
"pause-templates"?: undefined;
|
|
293
|
-
"working-conditions"?: undefined;
|
|
294
|
-
blacklist?: undefined;
|
|
295
|
-
calendars?: undefined;
|
|
296
|
-
regions?: undefined;
|
|
297
|
-
communications?: undefined;
|
|
298
|
-
"pause-cause"?: undefined;
|
|
299
|
-
teams?: undefined;
|
|
300
|
-
resources?: undefined;
|
|
301
|
-
"resource-groups"?: undefined;
|
|
302
|
-
storage?: undefined;
|
|
303
|
-
"storage-policies"?: undefined;
|
|
304
|
-
"cognitive-profiles"?: undefined;
|
|
305
|
-
"email-profiles"?: undefined;
|
|
306
|
-
"single-sign-on"?: undefined;
|
|
307
|
-
"import-csv"?: undefined;
|
|
308
|
-
triggers?: undefined;
|
|
309
|
-
roles?: undefined;
|
|
310
|
-
objects?: undefined;
|
|
311
|
-
changelogs?: undefined;
|
|
312
|
-
configuration?: undefined;
|
|
313
|
-
"global-variables"?: undefined;
|
|
314
|
-
"quick-replies"?: undefined;
|
|
315
275
|
};
|
|
316
276
|
} | {
|
|
317
277
|
name: string;
|
|
@@ -325,45 +285,6 @@ export declare const messages: {
|
|
|
325
285
|
"service-catalogs": string;
|
|
326
286
|
sources: string;
|
|
327
287
|
"contact-groups": string;
|
|
328
|
-
scorecards?: undefined;
|
|
329
|
-
queues?: undefined;
|
|
330
|
-
agents?: undefined;
|
|
331
|
-
activeCalls?: undefined;
|
|
332
|
-
users?: undefined;
|
|
333
|
-
license?: undefined;
|
|
334
|
-
devices?: undefined;
|
|
335
|
-
flow?: undefined;
|
|
336
|
-
dialplan?: undefined;
|
|
337
|
-
gateways?: undefined;
|
|
338
|
-
chatplan?: undefined;
|
|
339
|
-
"chat-gateways"?: undefined;
|
|
340
|
-
skills?: undefined;
|
|
341
|
-
buckets?: undefined;
|
|
342
|
-
media?: undefined;
|
|
343
|
-
"shift-templates"?: undefined;
|
|
344
|
-
"pause-templates"?: undefined;
|
|
345
|
-
"working-conditions"?: undefined;
|
|
346
|
-
blacklist?: undefined;
|
|
347
|
-
calendars?: undefined;
|
|
348
|
-
regions?: undefined;
|
|
349
|
-
communications?: undefined;
|
|
350
|
-
"pause-cause"?: undefined;
|
|
351
|
-
teams?: undefined;
|
|
352
|
-
resources?: undefined;
|
|
353
|
-
"resource-groups"?: undefined;
|
|
354
|
-
storage?: undefined;
|
|
355
|
-
"storage-policies"?: undefined;
|
|
356
|
-
"cognitive-profiles"?: undefined;
|
|
357
|
-
"email-profiles"?: undefined;
|
|
358
|
-
"single-sign-on"?: undefined;
|
|
359
|
-
"import-csv"?: undefined;
|
|
360
|
-
triggers?: undefined;
|
|
361
|
-
roles?: undefined;
|
|
362
|
-
objects?: undefined;
|
|
363
|
-
changelogs?: undefined;
|
|
364
|
-
configuration?: undefined;
|
|
365
|
-
"global-variables"?: undefined;
|
|
366
|
-
"quick-replies"?: undefined;
|
|
367
288
|
};
|
|
368
289
|
} | {
|
|
369
290
|
name: string;
|
|
@@ -371,51 +292,6 @@ export declare const messages: {
|
|
|
371
292
|
queues: string;
|
|
372
293
|
agents: string;
|
|
373
294
|
activeCalls: string;
|
|
374
|
-
scorecards?: undefined;
|
|
375
|
-
contacts?: undefined;
|
|
376
|
-
cases?: undefined;
|
|
377
|
-
priorities?: undefined;
|
|
378
|
-
"close-reason-groups"?: undefined;
|
|
379
|
-
statuses?: undefined;
|
|
380
|
-
slas?: undefined;
|
|
381
|
-
"service-catalogs"?: undefined;
|
|
382
|
-
sources?: undefined;
|
|
383
|
-
"contact-groups"?: undefined;
|
|
384
|
-
users?: undefined;
|
|
385
|
-
license?: undefined;
|
|
386
|
-
devices?: undefined;
|
|
387
|
-
flow?: undefined;
|
|
388
|
-
dialplan?: undefined;
|
|
389
|
-
gateways?: undefined;
|
|
390
|
-
chatplan?: undefined;
|
|
391
|
-
"chat-gateways"?: undefined;
|
|
392
|
-
skills?: undefined;
|
|
393
|
-
buckets?: undefined;
|
|
394
|
-
media?: undefined;
|
|
395
|
-
"shift-templates"?: undefined;
|
|
396
|
-
"pause-templates"?: undefined;
|
|
397
|
-
"working-conditions"?: undefined;
|
|
398
|
-
blacklist?: undefined;
|
|
399
|
-
calendars?: undefined;
|
|
400
|
-
regions?: undefined;
|
|
401
|
-
communications?: undefined;
|
|
402
|
-
"pause-cause"?: undefined;
|
|
403
|
-
teams?: undefined;
|
|
404
|
-
resources?: undefined;
|
|
405
|
-
"resource-groups"?: undefined;
|
|
406
|
-
storage?: undefined;
|
|
407
|
-
"storage-policies"?: undefined;
|
|
408
|
-
"cognitive-profiles"?: undefined;
|
|
409
|
-
"email-profiles"?: undefined;
|
|
410
|
-
"single-sign-on"?: undefined;
|
|
411
|
-
"import-csv"?: undefined;
|
|
412
|
-
triggers?: undefined;
|
|
413
|
-
roles?: undefined;
|
|
414
|
-
objects?: undefined;
|
|
415
|
-
changelogs?: undefined;
|
|
416
|
-
configuration?: undefined;
|
|
417
|
-
"global-variables"?: undefined;
|
|
418
|
-
"quick-replies"?: undefined;
|
|
419
295
|
};
|
|
420
296
|
} | {
|
|
421
297
|
name: string;
|
|
@@ -457,17 +333,6 @@ export declare const messages: {
|
|
|
457
333
|
configuration: string;
|
|
458
334
|
"global-variables": string;
|
|
459
335
|
"quick-replies": string;
|
|
460
|
-
scorecards?: undefined;
|
|
461
|
-
contacts?: undefined;
|
|
462
|
-
cases?: undefined;
|
|
463
|
-
priorities?: undefined;
|
|
464
|
-
"close-reason-groups"?: undefined;
|
|
465
|
-
statuses?: undefined;
|
|
466
|
-
slas?: undefined;
|
|
467
|
-
"service-catalogs"?: undefined;
|
|
468
|
-
sources?: undefined;
|
|
469
|
-
"contact-groups"?: undefined;
|
|
470
|
-
activeCalls?: undefined;
|
|
471
336
|
};
|
|
472
337
|
};
|
|
473
338
|
overrideApplicationsAccess: {
|
|
@@ -905,13 +770,6 @@ export declare const messages: {
|
|
|
905
770
|
expand: string;
|
|
906
771
|
collapse: string;
|
|
907
772
|
generate: string;
|
|
908
|
-
lang: {
|
|
909
|
-
en: string;
|
|
910
|
-
es: string;
|
|
911
|
-
ru: string;
|
|
912
|
-
uk: string;
|
|
913
|
-
kz: string;
|
|
914
|
-
};
|
|
915
773
|
from: string;
|
|
916
774
|
to: string;
|
|
917
775
|
tts: string;
|
|
@@ -1768,13 +1626,6 @@ export declare const messages: {
|
|
|
1768
1626
|
expand: string;
|
|
1769
1627
|
collapse: string;
|
|
1770
1628
|
generate: string;
|
|
1771
|
-
lang: {
|
|
1772
|
-
en: string;
|
|
1773
|
-
es: string;
|
|
1774
|
-
ru: string;
|
|
1775
|
-
uk: string;
|
|
1776
|
-
kz: string;
|
|
1777
|
-
};
|
|
1778
1629
|
from: string;
|
|
1779
1630
|
to: string;
|
|
1780
1631
|
tts: string;
|
|
@@ -2633,13 +2484,6 @@ export declare const messages: {
|
|
|
2633
2484
|
expand: string;
|
|
2634
2485
|
collapse: string;
|
|
2635
2486
|
generate: string;
|
|
2636
|
-
lang: {
|
|
2637
|
-
en: string;
|
|
2638
|
-
es: string;
|
|
2639
|
-
ru: string;
|
|
2640
|
-
uk: string;
|
|
2641
|
-
kz: string;
|
|
2642
|
-
};
|
|
2643
2487
|
from: string;
|
|
2644
2488
|
to: string;
|
|
2645
2489
|
tts: string;
|
|
@@ -3496,13 +3340,6 @@ export declare const messages: {
|
|
|
3496
3340
|
expand: string;
|
|
3497
3341
|
collapse: string;
|
|
3498
3342
|
generate: string;
|
|
3499
|
-
lang: {
|
|
3500
|
-
en: string;
|
|
3501
|
-
es: string;
|
|
3502
|
-
ru: string;
|
|
3503
|
-
uk: string;
|
|
3504
|
-
kz: string;
|
|
3505
|
-
};
|
|
3506
3343
|
from: string;
|
|
3507
3344
|
to: string;
|
|
3508
3345
|
tts: string;
|
|
@@ -4361,13 +4198,6 @@ export declare const messages: {
|
|
|
4361
4198
|
expand: string;
|
|
4362
4199
|
collapse: string;
|
|
4363
4200
|
generate: string;
|
|
4364
|
-
lang: {
|
|
4365
|
-
en: string;
|
|
4366
|
-
es: string;
|
|
4367
|
-
ru: string;
|
|
4368
|
-
uk: string;
|
|
4369
|
-
kz: string;
|
|
4370
|
-
};
|
|
4371
4201
|
from: string;
|
|
4372
4202
|
to: string;
|
|
4373
4203
|
tts: string;
|
|
@@ -5226,13 +5056,6 @@ export declare const messages: {
|
|
|
5226
5056
|
expand: string;
|
|
5227
5057
|
collapse: string;
|
|
5228
5058
|
generate: string;
|
|
5229
|
-
lang: {
|
|
5230
|
-
en: string;
|
|
5231
|
-
es: string;
|
|
5232
|
-
ru: string;
|
|
5233
|
-
uk: string;
|
|
5234
|
-
kz: string;
|
|
5235
|
-
};
|
|
5236
5059
|
from: string;
|
|
5237
5060
|
to: string;
|
|
5238
5061
|
tts: string;
|
|
@@ -6091,13 +5914,6 @@ export declare const messages: {
|
|
|
6091
5914
|
expand: string;
|
|
6092
5915
|
collapse: string;
|
|
6093
5916
|
generate: string;
|
|
6094
|
-
lang: {
|
|
6095
|
-
en: string;
|
|
6096
|
-
es: string;
|
|
6097
|
-
ru: string;
|
|
6098
|
-
uk: string;
|
|
6099
|
-
kz: string;
|
|
6100
|
-
};
|
|
6101
5917
|
from: string;
|
|
6102
5918
|
to: string;
|
|
6103
5919
|
tts: string;
|
|
@@ -6956,13 +6772,6 @@ export declare const messages: {
|
|
|
6956
6772
|
expand: string;
|
|
6957
6773
|
collapse: string;
|
|
6958
6774
|
generate: string;
|
|
6959
|
-
lang: {
|
|
6960
|
-
en: string;
|
|
6961
|
-
es: string;
|
|
6962
|
-
ru: string;
|
|
6963
|
-
uk: string;
|
|
6964
|
-
kz: string;
|
|
6965
|
-
};
|
|
6966
6775
|
from: string;
|
|
6967
6776
|
to: string;
|
|
6968
6777
|
tts: string;
|