@webitel/ui-sdk 25.10.97 → 25.10.99
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/{install-Bpa6DT7M.js → install-f2-g2b-k.js} +985 -977
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +6 -6
- package/dist/{vidstack-Bq6c3Bam-lhgdacan.js → vidstack-Bq6c3Bam-CTlUqzOI.js} +2 -2
- package/dist/{vidstack-D2pY00kU-g140a2PT.js → vidstack-D2pY00kU-DatAdOYd.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-B60Ps1sl.js → vidstack-DDXt6fpN-_orull1X.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-0I8lNOun.js → vidstack-D_-9AA6_-Dnsi9F9a.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-DGjQMjtu.js → vidstack-DqAw8m9J-ByVQa6b8.js} +1 -1
- package/dist/{vidstack-audio-DOuZRfiy.js → vidstack-audio-DG-Brvbx.js} +2 -2
- package/dist/{vidstack-dash-D6p2XG3a.js → vidstack-dash-CHRSs7-Y.js} +3 -3
- package/dist/{vidstack-google-cast-Dp4TleWN.js → vidstack-google-cast-DQRV80AZ.js} +3 -3
- package/dist/{vidstack-hls-bog_GtW2.js → vidstack-hls-Bdxjfu1e.js} +3 -3
- package/dist/{vidstack-video-Cmd3MW4O.js → vidstack-video-BjT_GcQ2.js} +2 -2
- package/dist/{vidstack-vimeo-B_G2kMhX.js → vidstack-vimeo-PWHxA8Bz.js} +3 -3
- package/dist/{vidstack-youtube-DGX4CUEn.js → vidstack-youtube-Co_3nO12.js} +2 -2
- package/package.json +2 -2
- package/src/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue +11 -5
- package/src/components/wt-tree-table/wt-tree-table.vue +3 -2
- package/src/composables/useWtTable/useWtTable.ts +2 -2
- package/src/enums/QueueType/QueueType.enum.ts +29 -0
- package/src/enums/index.ts +2 -1
- package/src/locale/en/en.js +27 -0
- package/src/locale/es/es.js +27 -0
- package/src/locale/kz/kz.js +27 -0
- package/src/locale/pl/pl.js +27 -0
- package/src/locale/ro/ro.js +27 -0
- package/src/locale/ru/ru.js +27 -0
- package/src/locale/uk/uk.js +27 -0
- package/src/locale/uz/uz.js +27 -1
- package/src/locale/vi/vi.js +27 -0
- package/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +10 -1
- package/types/enums/QueueType/QueueType.enum.d.ts +15 -2
- package/types/enums/index.d.ts +2 -2
- package/types/locale/en/en.d.ts +27 -0
- package/types/locale/es/es.d.ts +33 -0
- package/types/locale/i18n.d.ts +243 -0
- package/types/locale/index.d.ts +243 -0
- package/types/locale/kz/kz.d.ts +33 -0
- package/types/locale/pl/pl.d.ts +33 -0
- package/types/locale/ro/ro.d.ts +33 -0
- package/types/locale/ru/ru.d.ts +33 -0
- package/types/locale/uk/uk.d.ts +33 -0
- package/types/locale/uz/uz.d.ts +33 -0
- package/types/locale/vi/vi.d.ts +33 -0
- package/src/enums/QueueType/QueueType.enum.js +0 -13
package/types/locale/i18n.d.ts
CHANGED
|
@@ -107,6 +107,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
107
107
|
number: string;
|
|
108
108
|
expireAt: string;
|
|
109
109
|
destination: string;
|
|
110
|
+
utilizationProgress: string;
|
|
110
111
|
};
|
|
111
112
|
date: {
|
|
112
113
|
sec: string;
|
|
@@ -128,6 +129,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
128
129
|
supervisor: string;
|
|
129
130
|
auditor: string;
|
|
130
131
|
region: string;
|
|
132
|
+
skill: string;
|
|
131
133
|
communicationType: string;
|
|
132
134
|
grantee: string;
|
|
133
135
|
grantor: string;
|
|
@@ -162,6 +164,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
162
164
|
};
|
|
163
165
|
queue: {
|
|
164
166
|
queue: string;
|
|
167
|
+
queueType: string;
|
|
165
168
|
type: {
|
|
166
169
|
1: string;
|
|
167
170
|
0: string;
|
|
@@ -696,6 +699,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
696
699
|
variable: ({ linked }: {
|
|
697
700
|
linked: any;
|
|
698
701
|
}) => any;
|
|
702
|
+
queueType: ({ linked }: {
|
|
703
|
+
linked: any;
|
|
704
|
+
}) => any;
|
|
705
|
+
queuePeriod: ({ linked }: {
|
|
706
|
+
linked: any;
|
|
707
|
+
}) => any;
|
|
708
|
+
agentStatus: ({ linked }: {
|
|
709
|
+
linked: any;
|
|
710
|
+
}) => any;
|
|
711
|
+
auditor: ({ linked }: {
|
|
712
|
+
linked: any;
|
|
713
|
+
}) => any;
|
|
714
|
+
skill: ({ linked }: {
|
|
715
|
+
linked: any;
|
|
716
|
+
}) => any;
|
|
717
|
+
supervisor: ({ linked }: {
|
|
718
|
+
linked: any;
|
|
719
|
+
}) => any;
|
|
720
|
+
utilizationProgress: ({ linked }: {
|
|
721
|
+
linked: any;
|
|
722
|
+
}) => any;
|
|
723
|
+
region: ({ linked }: {
|
|
724
|
+
linked: any;
|
|
725
|
+
}) => any;
|
|
699
726
|
presets: {
|
|
700
727
|
preset: string;
|
|
701
728
|
overwritePresetTitle: string;
|
|
@@ -859,6 +886,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
859
886
|
number: string;
|
|
860
887
|
expireAt: string;
|
|
861
888
|
destination: string;
|
|
889
|
+
utilizationProgress: string;
|
|
862
890
|
};
|
|
863
891
|
date: {
|
|
864
892
|
sec: string;
|
|
@@ -904,6 +932,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
904
932
|
transcription: string;
|
|
905
933
|
attachment: string;
|
|
906
934
|
owner: string;
|
|
935
|
+
skill: string;
|
|
907
936
|
customization: {
|
|
908
937
|
customization: string;
|
|
909
938
|
};
|
|
@@ -914,6 +943,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
914
943
|
};
|
|
915
944
|
queue: {
|
|
916
945
|
queue: string;
|
|
946
|
+
queueType: string;
|
|
917
947
|
type: {
|
|
918
948
|
1: string;
|
|
919
949
|
0: string;
|
|
@@ -1591,6 +1621,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1591
1621
|
variable: ({ linked }: {
|
|
1592
1622
|
linked: any;
|
|
1593
1623
|
}) => any;
|
|
1624
|
+
queueType: ({ linked }: {
|
|
1625
|
+
linked: any;
|
|
1626
|
+
}) => any;
|
|
1627
|
+
queuePeriod: ({ linked }: {
|
|
1628
|
+
linked: any;
|
|
1629
|
+
}) => any;
|
|
1630
|
+
agentStatus: ({ linked }: {
|
|
1631
|
+
linked: any;
|
|
1632
|
+
}) => any;
|
|
1633
|
+
auditor: ({ linked }: {
|
|
1634
|
+
linked: any;
|
|
1635
|
+
}) => any;
|
|
1636
|
+
skill: ({ linked }: {
|
|
1637
|
+
linked: any;
|
|
1638
|
+
}) => any;
|
|
1639
|
+
supervisor: ({ linked }: {
|
|
1640
|
+
linked: any;
|
|
1641
|
+
}) => any;
|
|
1642
|
+
utilizationProgress: ({ linked }: {
|
|
1643
|
+
linked: any;
|
|
1644
|
+
}) => any;
|
|
1645
|
+
region: ({ linked }: {
|
|
1646
|
+
linked: any;
|
|
1647
|
+
}) => any;
|
|
1594
1648
|
presets: {
|
|
1595
1649
|
preset: string;
|
|
1596
1650
|
overwritePresetTitle: string;
|
|
@@ -1738,6 +1792,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1738
1792
|
number: string;
|
|
1739
1793
|
expireAt: string;
|
|
1740
1794
|
destination: string;
|
|
1795
|
+
utilizationProgress: string;
|
|
1741
1796
|
};
|
|
1742
1797
|
date: {
|
|
1743
1798
|
sec: string;
|
|
@@ -1780,6 +1835,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1780
1835
|
transcription: string;
|
|
1781
1836
|
attachment: string;
|
|
1782
1837
|
owner: string;
|
|
1838
|
+
skill: string;
|
|
1783
1839
|
customization: {
|
|
1784
1840
|
customization: string;
|
|
1785
1841
|
};
|
|
@@ -1793,6 +1849,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1793
1849
|
};
|
|
1794
1850
|
queue: {
|
|
1795
1851
|
queue: string;
|
|
1852
|
+
queueType: string;
|
|
1796
1853
|
type: {
|
|
1797
1854
|
1: string;
|
|
1798
1855
|
0: string;
|
|
@@ -2470,6 +2527,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2470
2527
|
variable: ({ linked }: {
|
|
2471
2528
|
linked: any;
|
|
2472
2529
|
}) => any;
|
|
2530
|
+
queueType: ({ linked }: {
|
|
2531
|
+
linked: any;
|
|
2532
|
+
}) => any;
|
|
2533
|
+
queuePeriod: ({ linked }: {
|
|
2534
|
+
linked: any;
|
|
2535
|
+
}) => any;
|
|
2536
|
+
agentStatus: ({ linked }: {
|
|
2537
|
+
linked: any;
|
|
2538
|
+
}) => any;
|
|
2539
|
+
auditor: ({ linked }: {
|
|
2540
|
+
linked: any;
|
|
2541
|
+
}) => any;
|
|
2542
|
+
skill: ({ linked }: {
|
|
2543
|
+
linked: any;
|
|
2544
|
+
}) => any;
|
|
2545
|
+
supervisor: ({ linked }: {
|
|
2546
|
+
linked: any;
|
|
2547
|
+
}) => any;
|
|
2548
|
+
utilizationProgress: ({ linked }: {
|
|
2549
|
+
linked: any;
|
|
2550
|
+
}) => any;
|
|
2551
|
+
region: ({ linked }: {
|
|
2552
|
+
linked: any;
|
|
2553
|
+
}) => any;
|
|
2473
2554
|
presets: {
|
|
2474
2555
|
preset: string;
|
|
2475
2556
|
overwritePresetTitle: string;
|
|
@@ -2619,6 +2700,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2619
2700
|
number: string;
|
|
2620
2701
|
expireAt: string;
|
|
2621
2702
|
destination: string;
|
|
2703
|
+
utilizationProgress: string;
|
|
2622
2704
|
};
|
|
2623
2705
|
date: {
|
|
2624
2706
|
sec: string;
|
|
@@ -2661,6 +2743,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2661
2743
|
transcription: string;
|
|
2662
2744
|
attachment: string;
|
|
2663
2745
|
owner: string;
|
|
2746
|
+
skill: string;
|
|
2664
2747
|
customization: {
|
|
2665
2748
|
customization: string;
|
|
2666
2749
|
};
|
|
@@ -2674,6 +2757,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2674
2757
|
};
|
|
2675
2758
|
queue: {
|
|
2676
2759
|
queue: string;
|
|
2760
|
+
queueType: string;
|
|
2677
2761
|
type: {
|
|
2678
2762
|
1: string;
|
|
2679
2763
|
0: string;
|
|
@@ -3351,6 +3435,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3351
3435
|
variable: ({ linked }: {
|
|
3352
3436
|
linked: any;
|
|
3353
3437
|
}) => any;
|
|
3438
|
+
queueType: ({ linked }: {
|
|
3439
|
+
linked: any;
|
|
3440
|
+
}) => any;
|
|
3441
|
+
queuePeriod: ({ linked }: {
|
|
3442
|
+
linked: any;
|
|
3443
|
+
}) => any;
|
|
3444
|
+
agentStatus: ({ linked }: {
|
|
3445
|
+
linked: any;
|
|
3446
|
+
}) => any;
|
|
3447
|
+
auditor: ({ linked }: {
|
|
3448
|
+
linked: any;
|
|
3449
|
+
}) => any;
|
|
3450
|
+
skill: ({ linked }: {
|
|
3451
|
+
linked: any;
|
|
3452
|
+
}) => any;
|
|
3453
|
+
supervisor: ({ linked }: {
|
|
3454
|
+
linked: any;
|
|
3455
|
+
}) => any;
|
|
3456
|
+
utilizationProgress: ({ linked }: {
|
|
3457
|
+
linked: any;
|
|
3458
|
+
}) => any;
|
|
3459
|
+
region: ({ linked }: {
|
|
3460
|
+
linked: any;
|
|
3461
|
+
}) => any;
|
|
3354
3462
|
presets: {
|
|
3355
3463
|
preset: string;
|
|
3356
3464
|
overwritePresetTitle: string;
|
|
@@ -3498,6 +3606,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3498
3606
|
number: string;
|
|
3499
3607
|
expireAt: string;
|
|
3500
3608
|
destination: string;
|
|
3609
|
+
utilizationProgress: string;
|
|
3501
3610
|
};
|
|
3502
3611
|
date: {
|
|
3503
3612
|
sec: string;
|
|
@@ -3540,6 +3649,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3540
3649
|
transcription: string;
|
|
3541
3650
|
attachment: string;
|
|
3542
3651
|
owner: string;
|
|
3652
|
+
skill: string;
|
|
3543
3653
|
customization: {
|
|
3544
3654
|
customization: string;
|
|
3545
3655
|
};
|
|
@@ -3553,6 +3663,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3553
3663
|
};
|
|
3554
3664
|
queue: {
|
|
3555
3665
|
queue: string;
|
|
3666
|
+
queueType: string;
|
|
3556
3667
|
type: {
|
|
3557
3668
|
1: string;
|
|
3558
3669
|
0: string;
|
|
@@ -4230,6 +4341,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4230
4341
|
variable: ({ linked }: {
|
|
4231
4342
|
linked: any;
|
|
4232
4343
|
}) => any;
|
|
4344
|
+
queueType: ({ linked }: {
|
|
4345
|
+
linked: any;
|
|
4346
|
+
}) => any;
|
|
4347
|
+
queuePeriod: ({ linked }: {
|
|
4348
|
+
linked: any;
|
|
4349
|
+
}) => any;
|
|
4350
|
+
agentStatus: ({ linked }: {
|
|
4351
|
+
linked: any;
|
|
4352
|
+
}) => any;
|
|
4353
|
+
auditor: ({ linked }: {
|
|
4354
|
+
linked: any;
|
|
4355
|
+
}) => any;
|
|
4356
|
+
skill: ({ linked }: {
|
|
4357
|
+
linked: any;
|
|
4358
|
+
}) => any;
|
|
4359
|
+
supervisor: ({ linked }: {
|
|
4360
|
+
linked: any;
|
|
4361
|
+
}) => any;
|
|
4362
|
+
utilizationProgress: ({ linked }: {
|
|
4363
|
+
linked: any;
|
|
4364
|
+
}) => any;
|
|
4365
|
+
region: ({ linked }: {
|
|
4366
|
+
linked: any;
|
|
4367
|
+
}) => any;
|
|
4233
4368
|
presets: {
|
|
4234
4369
|
preset: string;
|
|
4235
4370
|
overwritePresetTitle: string;
|
|
@@ -4379,6 +4514,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4379
4514
|
number: string;
|
|
4380
4515
|
expireAt: string;
|
|
4381
4516
|
destination: string;
|
|
4517
|
+
utilizationProgress: string;
|
|
4382
4518
|
};
|
|
4383
4519
|
date: {
|
|
4384
4520
|
sec: string;
|
|
@@ -4421,6 +4557,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4421
4557
|
transcription: string;
|
|
4422
4558
|
attachment: string;
|
|
4423
4559
|
owner: string;
|
|
4560
|
+
skill: string;
|
|
4424
4561
|
customization: {
|
|
4425
4562
|
customization: string;
|
|
4426
4563
|
};
|
|
@@ -4434,6 +4571,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4434
4571
|
};
|
|
4435
4572
|
queue: {
|
|
4436
4573
|
queue: string;
|
|
4574
|
+
queueType: string;
|
|
4437
4575
|
type: {
|
|
4438
4576
|
1: string;
|
|
4439
4577
|
0: string;
|
|
@@ -5111,6 +5249,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5111
5249
|
variable: ({ linked }: {
|
|
5112
5250
|
linked: any;
|
|
5113
5251
|
}) => any;
|
|
5252
|
+
queueType: ({ linked }: {
|
|
5253
|
+
linked: any;
|
|
5254
|
+
}) => any;
|
|
5255
|
+
queuePeriod: ({ linked }: {
|
|
5256
|
+
linked: any;
|
|
5257
|
+
}) => any;
|
|
5258
|
+
agentStatus: ({ linked }: {
|
|
5259
|
+
linked: any;
|
|
5260
|
+
}) => any;
|
|
5261
|
+
auditor: ({ linked }: {
|
|
5262
|
+
linked: any;
|
|
5263
|
+
}) => any;
|
|
5264
|
+
skill: ({ linked }: {
|
|
5265
|
+
linked: any;
|
|
5266
|
+
}) => any;
|
|
5267
|
+
supervisor: ({ linked }: {
|
|
5268
|
+
linked: any;
|
|
5269
|
+
}) => any;
|
|
5270
|
+
utilizationProgress: ({ linked }: {
|
|
5271
|
+
linked: any;
|
|
5272
|
+
}) => any;
|
|
5273
|
+
region: ({ linked }: {
|
|
5274
|
+
linked: any;
|
|
5275
|
+
}) => any;
|
|
5114
5276
|
presets: {
|
|
5115
5277
|
preset: string;
|
|
5116
5278
|
overwritePresetTitle: string;
|
|
@@ -5260,6 +5422,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5260
5422
|
number: string;
|
|
5261
5423
|
expireAt: string;
|
|
5262
5424
|
destination: string;
|
|
5425
|
+
utilizationProgress: string;
|
|
5263
5426
|
};
|
|
5264
5427
|
date: {
|
|
5265
5428
|
sec: string;
|
|
@@ -5302,6 +5465,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5302
5465
|
transcription: string;
|
|
5303
5466
|
attachment: string;
|
|
5304
5467
|
owner: string;
|
|
5468
|
+
skill: string;
|
|
5305
5469
|
customization: {
|
|
5306
5470
|
customization: string;
|
|
5307
5471
|
};
|
|
@@ -5315,6 +5479,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5315
5479
|
};
|
|
5316
5480
|
queue: {
|
|
5317
5481
|
queue: string;
|
|
5482
|
+
queueType: string;
|
|
5318
5483
|
type: {
|
|
5319
5484
|
1: string;
|
|
5320
5485
|
0: string;
|
|
@@ -5992,6 +6157,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5992
6157
|
variable: ({ linked }: {
|
|
5993
6158
|
linked: any;
|
|
5994
6159
|
}) => any;
|
|
6160
|
+
queueType: ({ linked }: {
|
|
6161
|
+
linked: any;
|
|
6162
|
+
}) => any;
|
|
6163
|
+
queuePeriod: ({ linked }: {
|
|
6164
|
+
linked: any;
|
|
6165
|
+
}) => any;
|
|
6166
|
+
agentStatus: ({ linked }: {
|
|
6167
|
+
linked: any;
|
|
6168
|
+
}) => any;
|
|
6169
|
+
auditor: ({ linked }: {
|
|
6170
|
+
linked: any;
|
|
6171
|
+
}) => any;
|
|
6172
|
+
skill: ({ linked }: {
|
|
6173
|
+
linked: any;
|
|
6174
|
+
}) => any;
|
|
6175
|
+
supervisor: ({ linked }: {
|
|
6176
|
+
linked: any;
|
|
6177
|
+
}) => any;
|
|
6178
|
+
utilizationProgress: ({ linked }: {
|
|
6179
|
+
linked: any;
|
|
6180
|
+
}) => any;
|
|
6181
|
+
region: ({ linked }: {
|
|
6182
|
+
linked: any;
|
|
6183
|
+
}) => any;
|
|
5995
6184
|
presets: {
|
|
5996
6185
|
preset: string;
|
|
5997
6186
|
overwritePresetTitle: string;
|
|
@@ -6141,6 +6330,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6141
6330
|
number: string;
|
|
6142
6331
|
expireAt: string;
|
|
6143
6332
|
destination: string;
|
|
6333
|
+
utilizationProgress: string;
|
|
6144
6334
|
};
|
|
6145
6335
|
date: {
|
|
6146
6336
|
sec: string;
|
|
@@ -6183,6 +6373,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6183
6373
|
transcription: string;
|
|
6184
6374
|
attachment: string;
|
|
6185
6375
|
owner: string;
|
|
6376
|
+
skill: string;
|
|
6186
6377
|
customization: {
|
|
6187
6378
|
customization: string;
|
|
6188
6379
|
};
|
|
@@ -6196,6 +6387,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6196
6387
|
};
|
|
6197
6388
|
queue: {
|
|
6198
6389
|
queue: string;
|
|
6390
|
+
queueType: string;
|
|
6199
6391
|
type: {
|
|
6200
6392
|
1: string;
|
|
6201
6393
|
0: string;
|
|
@@ -6873,6 +7065,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6873
7065
|
variable: ({ linked }: {
|
|
6874
7066
|
linked: any;
|
|
6875
7067
|
}) => any;
|
|
7068
|
+
queueType: ({ linked }: {
|
|
7069
|
+
linked: any;
|
|
7070
|
+
}) => any;
|
|
7071
|
+
queuePeriod: ({ linked }: {
|
|
7072
|
+
linked: any;
|
|
7073
|
+
}) => any;
|
|
7074
|
+
agentStatus: ({ linked }: {
|
|
7075
|
+
linked: any;
|
|
7076
|
+
}) => any;
|
|
7077
|
+
auditor: ({ linked }: {
|
|
7078
|
+
linked: any;
|
|
7079
|
+
}) => any;
|
|
7080
|
+
skill: ({ linked }: {
|
|
7081
|
+
linked: any;
|
|
7082
|
+
}) => any;
|
|
7083
|
+
supervisor: ({ linked }: {
|
|
7084
|
+
linked: any;
|
|
7085
|
+
}) => any;
|
|
7086
|
+
utilizationProgress: ({ linked }: {
|
|
7087
|
+
linked: any;
|
|
7088
|
+
}) => any;
|
|
7089
|
+
region: ({ linked }: {
|
|
7090
|
+
linked: any;
|
|
7091
|
+
}) => any;
|
|
6876
7092
|
presets: {
|
|
6877
7093
|
preset: string;
|
|
6878
7094
|
overwritePresetTitle: string;
|
|
@@ -7022,6 +7238,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7022
7238
|
number: string;
|
|
7023
7239
|
expireAt: string;
|
|
7024
7240
|
destination: string;
|
|
7241
|
+
utilizationProgress: string;
|
|
7025
7242
|
};
|
|
7026
7243
|
date: {
|
|
7027
7244
|
sec: string;
|
|
@@ -7064,6 +7281,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7064
7281
|
transcription: string;
|
|
7065
7282
|
attachment: string;
|
|
7066
7283
|
owner: string;
|
|
7284
|
+
skill: string;
|
|
7067
7285
|
customization: {
|
|
7068
7286
|
customization: string;
|
|
7069
7287
|
};
|
|
@@ -7077,6 +7295,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7077
7295
|
};
|
|
7078
7296
|
queue: {
|
|
7079
7297
|
queue: string;
|
|
7298
|
+
queueType: string;
|
|
7080
7299
|
type: {
|
|
7081
7300
|
1: string;
|
|
7082
7301
|
0: string;
|
|
@@ -7754,6 +7973,30 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7754
7973
|
variable: ({ linked }: {
|
|
7755
7974
|
linked: any;
|
|
7756
7975
|
}) => any;
|
|
7976
|
+
queueType: ({ linked }: {
|
|
7977
|
+
linked: any;
|
|
7978
|
+
}) => any;
|
|
7979
|
+
queuePeriod: ({ linked }: {
|
|
7980
|
+
linked: any;
|
|
7981
|
+
}) => any;
|
|
7982
|
+
agentStatus: ({ linked }: {
|
|
7983
|
+
linked: any;
|
|
7984
|
+
}) => any;
|
|
7985
|
+
auditor: ({ linked }: {
|
|
7986
|
+
linked: any;
|
|
7987
|
+
}) => any;
|
|
7988
|
+
skill: ({ linked }: {
|
|
7989
|
+
linked: any;
|
|
7990
|
+
}) => any;
|
|
7991
|
+
supervisor: ({ linked }: {
|
|
7992
|
+
linked: any;
|
|
7993
|
+
}) => any;
|
|
7994
|
+
utilizationProgress: ({ linked }: {
|
|
7995
|
+
linked: any;
|
|
7996
|
+
}) => any;
|
|
7997
|
+
region: ({ linked }: {
|
|
7998
|
+
linked: any;
|
|
7999
|
+
}) => any;
|
|
7757
8000
|
presets: {
|
|
7758
8001
|
preset: string;
|
|
7759
8002
|
overwritePresetTitle: string;
|