@webitel/ui-sdk 25.12.7 → 25.12.9
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-6z747IGw.js → install-Del5dljh.js} +1699 -1697
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +5 -5
- package/dist/{vidstack-Bq6c3Bam-DhFb9GR8.js → vidstack-Bq6c3Bam-Bp5KShrn.js} +2 -2
- package/dist/{vidstack-D2pY00kU-rpD1A0lF.js → vidstack-D2pY00kU-Bxz2ak0x.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-B5-4os_J.js → vidstack-DDXt6fpN-DAnNQpWz.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-D5M8vYiN.js → vidstack-D_-9AA6_-BbhomSRW.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-CexjIcNF.js → vidstack-DqAw8m9J-CqRk91yd.js} +1 -1
- package/dist/{vidstack-audio-HGBpXuuY.js → vidstack-audio-Ck_jHWve.js} +2 -2
- package/dist/{vidstack-dash-BA9d1U95.js → vidstack-dash-tBgxlbtk.js} +3 -3
- package/dist/{vidstack-google-cast-f8iGTYuc.js → vidstack-google-cast-CKCnNRm8.js} +3 -3
- package/dist/{vidstack-hls-CnNrOk4-.js → vidstack-hls-CLJGBRHC.js} +3 -3
- package/dist/{vidstack-video-C-ktNXqK.js → vidstack-video-DrDl3ZAI.js} +2 -2
- package/dist/{vidstack-vimeo-DJhnLVOz.js → vidstack-vimeo-Bf6apfXM.js} +3 -3
- package/dist/{vidstack-youtube-DRvBTTmz.js → vidstack-youtube-Dfy2RI0l.js} +2 -2
- package/package.json +1 -1
- package/src/components/wt-tree-table/wt-tree-table.vue +5 -3
- package/src/locale/en/en.js +20 -0
- package/src/locale/es/es.js +20 -0
- package/src/locale/kz/kz.js +20 -0
- package/src/locale/pl/pl.js +20 -0
- package/src/locale/ro/ro.js +20 -0
- package/src/locale/ru/ru.js +20 -0
- package/src/locale/uk/uk.js +20 -0
- package/src/locale/uz/uz.js +20 -1
- package/src/locale/vi/vi.js +20 -0
- package/types/components/wt-tree-table/wt-tree-table.vue.d.ts +1 -1
- package/types/locale/en/en.d.ts +20 -0
- package/types/locale/es/es.d.ts +25 -0
- package/types/locale/i18n.d.ts +180 -0
- package/types/locale/index.d.ts +180 -0
- package/types/locale/kz/kz.d.ts +25 -0
- package/types/locale/pl/pl.d.ts +25 -0
- package/types/locale/ro/ro.d.ts +25 -0
- package/types/locale/ru/ru.d.ts +25 -0
- package/types/locale/uk/uk.d.ts +25 -0
- package/types/locale/uz/uz.d.ts +25 -0
- package/types/locale/vi/vi.d.ts +25 -0
package/types/locale/index.d.ts
CHANGED
|
@@ -117,6 +117,7 @@ export declare const messages: {
|
|
|
117
117
|
number: string;
|
|
118
118
|
expireAt: string;
|
|
119
119
|
destination: string;
|
|
120
|
+
utilizationProgress: string;
|
|
120
121
|
};
|
|
121
122
|
date: {
|
|
122
123
|
sec: string;
|
|
@@ -138,6 +139,7 @@ export declare const messages: {
|
|
|
138
139
|
supervisor: string;
|
|
139
140
|
auditor: string;
|
|
140
141
|
region: string;
|
|
142
|
+
skill: string;
|
|
141
143
|
communicationType: string;
|
|
142
144
|
grantee: string;
|
|
143
145
|
grantor: string;
|
|
@@ -713,6 +715,24 @@ export declare const messages: {
|
|
|
713
715
|
queuePeriod: ({ linked }: {
|
|
714
716
|
linked: any;
|
|
715
717
|
}) => any;
|
|
718
|
+
agentStatus: ({ linked }: {
|
|
719
|
+
linked: any;
|
|
720
|
+
}) => any;
|
|
721
|
+
auditor: ({ linked }: {
|
|
722
|
+
linked: any;
|
|
723
|
+
}) => any;
|
|
724
|
+
skill: ({ linked }: {
|
|
725
|
+
linked: any;
|
|
726
|
+
}) => any;
|
|
727
|
+
supervisor: ({ linked }: {
|
|
728
|
+
linked: any;
|
|
729
|
+
}) => any;
|
|
730
|
+
utilizationProgress: ({ linked }: {
|
|
731
|
+
linked: any;
|
|
732
|
+
}) => any;
|
|
733
|
+
region: ({ linked }: {
|
|
734
|
+
linked: any;
|
|
735
|
+
}) => any;
|
|
716
736
|
presets: {
|
|
717
737
|
preset: string;
|
|
718
738
|
overwritePresetTitle: string;
|
|
@@ -876,6 +896,7 @@ export declare const messages: {
|
|
|
876
896
|
number: string;
|
|
877
897
|
expireAt: string;
|
|
878
898
|
destination: string;
|
|
899
|
+
utilizationProgress: string;
|
|
879
900
|
};
|
|
880
901
|
date: {
|
|
881
902
|
sec: string;
|
|
@@ -921,6 +942,7 @@ export declare const messages: {
|
|
|
921
942
|
transcription: string;
|
|
922
943
|
attachment: string;
|
|
923
944
|
owner: string;
|
|
945
|
+
skill: string;
|
|
924
946
|
customization: {
|
|
925
947
|
customization: string;
|
|
926
948
|
};
|
|
@@ -1615,6 +1637,24 @@ export declare const messages: {
|
|
|
1615
1637
|
queuePeriod: ({ linked }: {
|
|
1616
1638
|
linked: any;
|
|
1617
1639
|
}) => any;
|
|
1640
|
+
agentStatus: ({ linked }: {
|
|
1641
|
+
linked: any;
|
|
1642
|
+
}) => any;
|
|
1643
|
+
auditor: ({ linked }: {
|
|
1644
|
+
linked: any;
|
|
1645
|
+
}) => any;
|
|
1646
|
+
skill: ({ linked }: {
|
|
1647
|
+
linked: any;
|
|
1648
|
+
}) => any;
|
|
1649
|
+
supervisor: ({ linked }: {
|
|
1650
|
+
linked: any;
|
|
1651
|
+
}) => any;
|
|
1652
|
+
utilizationProgress: ({ linked }: {
|
|
1653
|
+
linked: any;
|
|
1654
|
+
}) => any;
|
|
1655
|
+
region: ({ linked }: {
|
|
1656
|
+
linked: any;
|
|
1657
|
+
}) => any;
|
|
1618
1658
|
presets: {
|
|
1619
1659
|
preset: string;
|
|
1620
1660
|
overwritePresetTitle: string;
|
|
@@ -1762,6 +1802,7 @@ export declare const messages: {
|
|
|
1762
1802
|
number: string;
|
|
1763
1803
|
expireAt: string;
|
|
1764
1804
|
destination: string;
|
|
1805
|
+
utilizationProgress: string;
|
|
1765
1806
|
};
|
|
1766
1807
|
date: {
|
|
1767
1808
|
sec: string;
|
|
@@ -1804,6 +1845,7 @@ export declare const messages: {
|
|
|
1804
1845
|
transcription: string;
|
|
1805
1846
|
attachment: string;
|
|
1806
1847
|
owner: string;
|
|
1848
|
+
skill: string;
|
|
1807
1849
|
customization: {
|
|
1808
1850
|
customization: string;
|
|
1809
1851
|
};
|
|
@@ -2501,6 +2543,24 @@ export declare const messages: {
|
|
|
2501
2543
|
queuePeriod: ({ linked }: {
|
|
2502
2544
|
linked: any;
|
|
2503
2545
|
}) => any;
|
|
2546
|
+
agentStatus: ({ linked }: {
|
|
2547
|
+
linked: any;
|
|
2548
|
+
}) => any;
|
|
2549
|
+
auditor: ({ linked }: {
|
|
2550
|
+
linked: any;
|
|
2551
|
+
}) => any;
|
|
2552
|
+
skill: ({ linked }: {
|
|
2553
|
+
linked: any;
|
|
2554
|
+
}) => any;
|
|
2555
|
+
supervisor: ({ linked }: {
|
|
2556
|
+
linked: any;
|
|
2557
|
+
}) => any;
|
|
2558
|
+
utilizationProgress: ({ linked }: {
|
|
2559
|
+
linked: any;
|
|
2560
|
+
}) => any;
|
|
2561
|
+
region: ({ linked }: {
|
|
2562
|
+
linked: any;
|
|
2563
|
+
}) => any;
|
|
2504
2564
|
presets: {
|
|
2505
2565
|
preset: string;
|
|
2506
2566
|
overwritePresetTitle: string;
|
|
@@ -2650,6 +2710,7 @@ export declare const messages: {
|
|
|
2650
2710
|
number: string;
|
|
2651
2711
|
expireAt: string;
|
|
2652
2712
|
destination: string;
|
|
2713
|
+
utilizationProgress: string;
|
|
2653
2714
|
};
|
|
2654
2715
|
date: {
|
|
2655
2716
|
sec: string;
|
|
@@ -2692,6 +2753,7 @@ export declare const messages: {
|
|
|
2692
2753
|
transcription: string;
|
|
2693
2754
|
attachment: string;
|
|
2694
2755
|
owner: string;
|
|
2756
|
+
skill: string;
|
|
2695
2757
|
customization: {
|
|
2696
2758
|
customization: string;
|
|
2697
2759
|
};
|
|
@@ -3389,6 +3451,24 @@ export declare const messages: {
|
|
|
3389
3451
|
queuePeriod: ({ linked }: {
|
|
3390
3452
|
linked: any;
|
|
3391
3453
|
}) => any;
|
|
3454
|
+
agentStatus: ({ linked }: {
|
|
3455
|
+
linked: any;
|
|
3456
|
+
}) => any;
|
|
3457
|
+
auditor: ({ linked }: {
|
|
3458
|
+
linked: any;
|
|
3459
|
+
}) => any;
|
|
3460
|
+
skill: ({ linked }: {
|
|
3461
|
+
linked: any;
|
|
3462
|
+
}) => any;
|
|
3463
|
+
supervisor: ({ linked }: {
|
|
3464
|
+
linked: any;
|
|
3465
|
+
}) => any;
|
|
3466
|
+
utilizationProgress: ({ linked }: {
|
|
3467
|
+
linked: any;
|
|
3468
|
+
}) => any;
|
|
3469
|
+
region: ({ linked }: {
|
|
3470
|
+
linked: any;
|
|
3471
|
+
}) => any;
|
|
3392
3472
|
presets: {
|
|
3393
3473
|
preset: string;
|
|
3394
3474
|
overwritePresetTitle: string;
|
|
@@ -3536,6 +3616,7 @@ export declare const messages: {
|
|
|
3536
3616
|
number: string;
|
|
3537
3617
|
expireAt: string;
|
|
3538
3618
|
destination: string;
|
|
3619
|
+
utilizationProgress: string;
|
|
3539
3620
|
};
|
|
3540
3621
|
date: {
|
|
3541
3622
|
sec: string;
|
|
@@ -3578,6 +3659,7 @@ export declare const messages: {
|
|
|
3578
3659
|
transcription: string;
|
|
3579
3660
|
attachment: string;
|
|
3580
3661
|
owner: string;
|
|
3662
|
+
skill: string;
|
|
3581
3663
|
customization: {
|
|
3582
3664
|
customization: string;
|
|
3583
3665
|
};
|
|
@@ -4275,6 +4357,24 @@ export declare const messages: {
|
|
|
4275
4357
|
queuePeriod: ({ linked }: {
|
|
4276
4358
|
linked: any;
|
|
4277
4359
|
}) => any;
|
|
4360
|
+
agentStatus: ({ linked }: {
|
|
4361
|
+
linked: any;
|
|
4362
|
+
}) => any;
|
|
4363
|
+
auditor: ({ linked }: {
|
|
4364
|
+
linked: any;
|
|
4365
|
+
}) => any;
|
|
4366
|
+
skill: ({ linked }: {
|
|
4367
|
+
linked: any;
|
|
4368
|
+
}) => any;
|
|
4369
|
+
supervisor: ({ linked }: {
|
|
4370
|
+
linked: any;
|
|
4371
|
+
}) => any;
|
|
4372
|
+
utilizationProgress: ({ linked }: {
|
|
4373
|
+
linked: any;
|
|
4374
|
+
}) => any;
|
|
4375
|
+
region: ({ linked }: {
|
|
4376
|
+
linked: any;
|
|
4377
|
+
}) => any;
|
|
4278
4378
|
presets: {
|
|
4279
4379
|
preset: string;
|
|
4280
4380
|
overwritePresetTitle: string;
|
|
@@ -4424,6 +4524,7 @@ export declare const messages: {
|
|
|
4424
4524
|
number: string;
|
|
4425
4525
|
expireAt: string;
|
|
4426
4526
|
destination: string;
|
|
4527
|
+
utilizationProgress: string;
|
|
4427
4528
|
};
|
|
4428
4529
|
date: {
|
|
4429
4530
|
sec: string;
|
|
@@ -4466,6 +4567,7 @@ export declare const messages: {
|
|
|
4466
4567
|
transcription: string;
|
|
4467
4568
|
attachment: string;
|
|
4468
4569
|
owner: string;
|
|
4570
|
+
skill: string;
|
|
4469
4571
|
customization: {
|
|
4470
4572
|
customization: string;
|
|
4471
4573
|
};
|
|
@@ -5163,6 +5265,24 @@ export declare const messages: {
|
|
|
5163
5265
|
queuePeriod: ({ linked }: {
|
|
5164
5266
|
linked: any;
|
|
5165
5267
|
}) => any;
|
|
5268
|
+
agentStatus: ({ linked }: {
|
|
5269
|
+
linked: any;
|
|
5270
|
+
}) => any;
|
|
5271
|
+
auditor: ({ linked }: {
|
|
5272
|
+
linked: any;
|
|
5273
|
+
}) => any;
|
|
5274
|
+
skill: ({ linked }: {
|
|
5275
|
+
linked: any;
|
|
5276
|
+
}) => any;
|
|
5277
|
+
supervisor: ({ linked }: {
|
|
5278
|
+
linked: any;
|
|
5279
|
+
}) => any;
|
|
5280
|
+
utilizationProgress: ({ linked }: {
|
|
5281
|
+
linked: any;
|
|
5282
|
+
}) => any;
|
|
5283
|
+
region: ({ linked }: {
|
|
5284
|
+
linked: any;
|
|
5285
|
+
}) => any;
|
|
5166
5286
|
presets: {
|
|
5167
5287
|
preset: string;
|
|
5168
5288
|
overwritePresetTitle: string;
|
|
@@ -5312,6 +5432,7 @@ export declare const messages: {
|
|
|
5312
5432
|
number: string;
|
|
5313
5433
|
expireAt: string;
|
|
5314
5434
|
destination: string;
|
|
5435
|
+
utilizationProgress: string;
|
|
5315
5436
|
};
|
|
5316
5437
|
date: {
|
|
5317
5438
|
sec: string;
|
|
@@ -5354,6 +5475,7 @@ export declare const messages: {
|
|
|
5354
5475
|
transcription: string;
|
|
5355
5476
|
attachment: string;
|
|
5356
5477
|
owner: string;
|
|
5478
|
+
skill: string;
|
|
5357
5479
|
customization: {
|
|
5358
5480
|
customization: string;
|
|
5359
5481
|
};
|
|
@@ -6051,6 +6173,24 @@ export declare const messages: {
|
|
|
6051
6173
|
queuePeriod: ({ linked }: {
|
|
6052
6174
|
linked: any;
|
|
6053
6175
|
}) => any;
|
|
6176
|
+
agentStatus: ({ linked }: {
|
|
6177
|
+
linked: any;
|
|
6178
|
+
}) => any;
|
|
6179
|
+
auditor: ({ linked }: {
|
|
6180
|
+
linked: any;
|
|
6181
|
+
}) => any;
|
|
6182
|
+
skill: ({ linked }: {
|
|
6183
|
+
linked: any;
|
|
6184
|
+
}) => any;
|
|
6185
|
+
supervisor: ({ linked }: {
|
|
6186
|
+
linked: any;
|
|
6187
|
+
}) => any;
|
|
6188
|
+
utilizationProgress: ({ linked }: {
|
|
6189
|
+
linked: any;
|
|
6190
|
+
}) => any;
|
|
6191
|
+
region: ({ linked }: {
|
|
6192
|
+
linked: any;
|
|
6193
|
+
}) => any;
|
|
6054
6194
|
presets: {
|
|
6055
6195
|
preset: string;
|
|
6056
6196
|
overwritePresetTitle: string;
|
|
@@ -6200,6 +6340,7 @@ export declare const messages: {
|
|
|
6200
6340
|
number: string;
|
|
6201
6341
|
expireAt: string;
|
|
6202
6342
|
destination: string;
|
|
6343
|
+
utilizationProgress: string;
|
|
6203
6344
|
};
|
|
6204
6345
|
date: {
|
|
6205
6346
|
sec: string;
|
|
@@ -6242,6 +6383,7 @@ export declare const messages: {
|
|
|
6242
6383
|
transcription: string;
|
|
6243
6384
|
attachment: string;
|
|
6244
6385
|
owner: string;
|
|
6386
|
+
skill: string;
|
|
6245
6387
|
customization: {
|
|
6246
6388
|
customization: string;
|
|
6247
6389
|
};
|
|
@@ -6939,6 +7081,24 @@ export declare const messages: {
|
|
|
6939
7081
|
queuePeriod: ({ linked }: {
|
|
6940
7082
|
linked: any;
|
|
6941
7083
|
}) => any;
|
|
7084
|
+
agentStatus: ({ linked }: {
|
|
7085
|
+
linked: any;
|
|
7086
|
+
}) => any;
|
|
7087
|
+
auditor: ({ linked }: {
|
|
7088
|
+
linked: any;
|
|
7089
|
+
}) => any;
|
|
7090
|
+
skill: ({ linked }: {
|
|
7091
|
+
linked: any;
|
|
7092
|
+
}) => any;
|
|
7093
|
+
supervisor: ({ linked }: {
|
|
7094
|
+
linked: any;
|
|
7095
|
+
}) => any;
|
|
7096
|
+
utilizationProgress: ({ linked }: {
|
|
7097
|
+
linked: any;
|
|
7098
|
+
}) => any;
|
|
7099
|
+
region: ({ linked }: {
|
|
7100
|
+
linked: any;
|
|
7101
|
+
}) => any;
|
|
6942
7102
|
presets: {
|
|
6943
7103
|
preset: string;
|
|
6944
7104
|
overwritePresetTitle: string;
|
|
@@ -7088,6 +7248,7 @@ export declare const messages: {
|
|
|
7088
7248
|
number: string;
|
|
7089
7249
|
expireAt: string;
|
|
7090
7250
|
destination: string;
|
|
7251
|
+
utilizationProgress: string;
|
|
7091
7252
|
};
|
|
7092
7253
|
date: {
|
|
7093
7254
|
sec: string;
|
|
@@ -7130,6 +7291,7 @@ export declare const messages: {
|
|
|
7130
7291
|
transcription: string;
|
|
7131
7292
|
attachment: string;
|
|
7132
7293
|
owner: string;
|
|
7294
|
+
skill: string;
|
|
7133
7295
|
customization: {
|
|
7134
7296
|
customization: string;
|
|
7135
7297
|
};
|
|
@@ -7827,6 +7989,24 @@ export declare const messages: {
|
|
|
7827
7989
|
queuePeriod: ({ linked }: {
|
|
7828
7990
|
linked: any;
|
|
7829
7991
|
}) => any;
|
|
7992
|
+
agentStatus: ({ linked }: {
|
|
7993
|
+
linked: any;
|
|
7994
|
+
}) => any;
|
|
7995
|
+
auditor: ({ linked }: {
|
|
7996
|
+
linked: any;
|
|
7997
|
+
}) => any;
|
|
7998
|
+
skill: ({ linked }: {
|
|
7999
|
+
linked: any;
|
|
8000
|
+
}) => any;
|
|
8001
|
+
supervisor: ({ linked }: {
|
|
8002
|
+
linked: any;
|
|
8003
|
+
}) => any;
|
|
8004
|
+
utilizationProgress: ({ linked }: {
|
|
8005
|
+
linked: any;
|
|
8006
|
+
}) => any;
|
|
8007
|
+
region: ({ linked }: {
|
|
8008
|
+
linked: any;
|
|
8009
|
+
}) => any;
|
|
7830
8010
|
presets: {
|
|
7831
8011
|
preset: string;
|
|
7832
8012
|
overwritePresetTitle: string;
|
package/types/locale/kz/kz.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ declare namespace _default {
|
|
|
111
111
|
let number: string;
|
|
112
112
|
let expireAt: string;
|
|
113
113
|
let destination: string;
|
|
114
|
+
let utilizationProgress: string;
|
|
114
115
|
}
|
|
115
116
|
export namespace date {
|
|
116
117
|
let sec: string;
|
|
@@ -155,6 +156,7 @@ declare namespace _default {
|
|
|
155
156
|
export let transcription: string;
|
|
156
157
|
export let attachment: string;
|
|
157
158
|
export let owner: string;
|
|
159
|
+
export let skill: string;
|
|
158
160
|
export namespace customization {
|
|
159
161
|
let customization_1: string;
|
|
160
162
|
export { customization_1 as customization };
|
|
@@ -924,6 +926,29 @@ declare namespace _default {
|
|
|
924
926
|
export function queuePeriod({ linked }: {
|
|
925
927
|
linked: any;
|
|
926
928
|
}): any;
|
|
929
|
+
export function agentStatus({ linked }: {
|
|
930
|
+
linked: any;
|
|
931
|
+
}): any;
|
|
932
|
+
export function auditor_1({ linked }: {
|
|
933
|
+
linked: any;
|
|
934
|
+
}): any;
|
|
935
|
+
export { auditor_1 as auditor };
|
|
936
|
+
export function skill_1({ linked }: {
|
|
937
|
+
linked: any;
|
|
938
|
+
}): any;
|
|
939
|
+
export { skill_1 as skill };
|
|
940
|
+
export function supervisor_2({ linked }: {
|
|
941
|
+
linked: any;
|
|
942
|
+
}): any;
|
|
943
|
+
export { supervisor_2 as supervisor };
|
|
944
|
+
export function utilizationProgress_1({ linked }: {
|
|
945
|
+
linked: any;
|
|
946
|
+
}): any;
|
|
947
|
+
export { utilizationProgress_1 as utilizationProgress };
|
|
948
|
+
export function region_1({ linked }: {
|
|
949
|
+
linked: any;
|
|
950
|
+
}): any;
|
|
951
|
+
export { region_1 as region };
|
|
927
952
|
export namespace presets {
|
|
928
953
|
let preset: string;
|
|
929
954
|
let overwritePresetTitle: string;
|
package/types/locale/pl/pl.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ declare namespace _default {
|
|
|
111
111
|
let number: string;
|
|
112
112
|
let expireAt: string;
|
|
113
113
|
let destination: string;
|
|
114
|
+
let utilizationProgress: string;
|
|
114
115
|
}
|
|
115
116
|
export namespace date {
|
|
116
117
|
let sec: string;
|
|
@@ -155,6 +156,7 @@ declare namespace _default {
|
|
|
155
156
|
export let transcription: string;
|
|
156
157
|
export let attachment: string;
|
|
157
158
|
export let owner: string;
|
|
159
|
+
export let skill: string;
|
|
158
160
|
export namespace customization {
|
|
159
161
|
let customization_1: string;
|
|
160
162
|
export { customization_1 as customization };
|
|
@@ -924,6 +926,29 @@ declare namespace _default {
|
|
|
924
926
|
export function queuePeriod({ linked }: {
|
|
925
927
|
linked: any;
|
|
926
928
|
}): any;
|
|
929
|
+
export function agentStatus({ linked }: {
|
|
930
|
+
linked: any;
|
|
931
|
+
}): any;
|
|
932
|
+
export function auditor_1({ linked }: {
|
|
933
|
+
linked: any;
|
|
934
|
+
}): any;
|
|
935
|
+
export { auditor_1 as auditor };
|
|
936
|
+
export function skill_1({ linked }: {
|
|
937
|
+
linked: any;
|
|
938
|
+
}): any;
|
|
939
|
+
export { skill_1 as skill };
|
|
940
|
+
export function supervisor_2({ linked }: {
|
|
941
|
+
linked: any;
|
|
942
|
+
}): any;
|
|
943
|
+
export { supervisor_2 as supervisor };
|
|
944
|
+
export function utilizationProgress_1({ linked }: {
|
|
945
|
+
linked: any;
|
|
946
|
+
}): any;
|
|
947
|
+
export { utilizationProgress_1 as utilizationProgress };
|
|
948
|
+
export function region_1({ linked }: {
|
|
949
|
+
linked: any;
|
|
950
|
+
}): any;
|
|
951
|
+
export { region_1 as region };
|
|
927
952
|
export namespace presets {
|
|
928
953
|
let preset: string;
|
|
929
954
|
let overwritePresetTitle: string;
|
package/types/locale/ro/ro.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ declare namespace _default {
|
|
|
111
111
|
let number: string;
|
|
112
112
|
let expireAt: string;
|
|
113
113
|
let destination: string;
|
|
114
|
+
let utilizationProgress: string;
|
|
114
115
|
}
|
|
115
116
|
export namespace date {
|
|
116
117
|
let sec: string;
|
|
@@ -155,6 +156,7 @@ declare namespace _default {
|
|
|
155
156
|
export let transcription: string;
|
|
156
157
|
export let attachment: string;
|
|
157
158
|
export let owner: string;
|
|
159
|
+
export let skill: string;
|
|
158
160
|
export namespace customization {
|
|
159
161
|
let customization_1: string;
|
|
160
162
|
export { customization_1 as customization };
|
|
@@ -924,6 +926,29 @@ declare namespace _default {
|
|
|
924
926
|
export function queuePeriod({ linked }: {
|
|
925
927
|
linked: any;
|
|
926
928
|
}): any;
|
|
929
|
+
export function agentStatus({ linked }: {
|
|
930
|
+
linked: any;
|
|
931
|
+
}): any;
|
|
932
|
+
export function auditor_1({ linked }: {
|
|
933
|
+
linked: any;
|
|
934
|
+
}): any;
|
|
935
|
+
export { auditor_1 as auditor };
|
|
936
|
+
export function skill_1({ linked }: {
|
|
937
|
+
linked: any;
|
|
938
|
+
}): any;
|
|
939
|
+
export { skill_1 as skill };
|
|
940
|
+
export function supervisor_2({ linked }: {
|
|
941
|
+
linked: any;
|
|
942
|
+
}): any;
|
|
943
|
+
export { supervisor_2 as supervisor };
|
|
944
|
+
export function utilizationProgress_1({ linked }: {
|
|
945
|
+
linked: any;
|
|
946
|
+
}): any;
|
|
947
|
+
export { utilizationProgress_1 as utilizationProgress };
|
|
948
|
+
export function region_1({ linked }: {
|
|
949
|
+
linked: any;
|
|
950
|
+
}): any;
|
|
951
|
+
export { region_1 as region };
|
|
927
952
|
export namespace presets {
|
|
928
953
|
let preset: string;
|
|
929
954
|
let overwritePresetTitle: string;
|
package/types/locale/ru/ru.d.ts
CHANGED
|
@@ -109,6 +109,7 @@ declare namespace _default {
|
|
|
109
109
|
let number: string;
|
|
110
110
|
let expireAt: string;
|
|
111
111
|
let destination: string;
|
|
112
|
+
let utilizationProgress: string;
|
|
112
113
|
}
|
|
113
114
|
export namespace date {
|
|
114
115
|
let sec: string;
|
|
@@ -153,6 +154,7 @@ declare namespace _default {
|
|
|
153
154
|
export let transcription: string;
|
|
154
155
|
export let attachment: string;
|
|
155
156
|
export let owner: string;
|
|
157
|
+
export let skill: string;
|
|
156
158
|
export namespace customization {
|
|
157
159
|
let customization_1: string;
|
|
158
160
|
export { customization_1 as customization };
|
|
@@ -922,6 +924,29 @@ declare namespace _default {
|
|
|
922
924
|
export function queuePeriod({ linked }: {
|
|
923
925
|
linked: any;
|
|
924
926
|
}): any;
|
|
927
|
+
export function agentStatus({ linked }: {
|
|
928
|
+
linked: any;
|
|
929
|
+
}): any;
|
|
930
|
+
export function auditor_1({ linked }: {
|
|
931
|
+
linked: any;
|
|
932
|
+
}): any;
|
|
933
|
+
export { auditor_1 as auditor };
|
|
934
|
+
export function skill_1({ linked }: {
|
|
935
|
+
linked: any;
|
|
936
|
+
}): any;
|
|
937
|
+
export { skill_1 as skill };
|
|
938
|
+
export function supervisor_2({ linked }: {
|
|
939
|
+
linked: any;
|
|
940
|
+
}): any;
|
|
941
|
+
export { supervisor_2 as supervisor };
|
|
942
|
+
export function utilizationProgress_1({ linked }: {
|
|
943
|
+
linked: any;
|
|
944
|
+
}): any;
|
|
945
|
+
export { utilizationProgress_1 as utilizationProgress };
|
|
946
|
+
export function region_1({ linked }: {
|
|
947
|
+
linked: any;
|
|
948
|
+
}): any;
|
|
949
|
+
export { region_1 as region };
|
|
925
950
|
export namespace presets {
|
|
926
951
|
let preset: string;
|
|
927
952
|
let overwritePresetTitle: string;
|
package/types/locale/uk/uk.d.ts
CHANGED
|
@@ -109,6 +109,7 @@ declare namespace _default {
|
|
|
109
109
|
let number: string;
|
|
110
110
|
let expireAt: string;
|
|
111
111
|
let destination: string;
|
|
112
|
+
let utilizationProgress: string;
|
|
112
113
|
}
|
|
113
114
|
export namespace date {
|
|
114
115
|
let sec: string;
|
|
@@ -153,6 +154,7 @@ declare namespace _default {
|
|
|
153
154
|
export let transcription: string;
|
|
154
155
|
export let attachment: string;
|
|
155
156
|
export let owner: string;
|
|
157
|
+
export let skill: string;
|
|
156
158
|
export namespace customization {
|
|
157
159
|
let customization_1: string;
|
|
158
160
|
export { customization_1 as customization };
|
|
@@ -922,6 +924,29 @@ declare namespace _default {
|
|
|
922
924
|
export function queuePeriod({ linked }: {
|
|
923
925
|
linked: any;
|
|
924
926
|
}): any;
|
|
927
|
+
export function agentStatus({ linked }: {
|
|
928
|
+
linked: any;
|
|
929
|
+
}): any;
|
|
930
|
+
export function auditor_1({ linked }: {
|
|
931
|
+
linked: any;
|
|
932
|
+
}): any;
|
|
933
|
+
export { auditor_1 as auditor };
|
|
934
|
+
export function skill_1({ linked }: {
|
|
935
|
+
linked: any;
|
|
936
|
+
}): any;
|
|
937
|
+
export { skill_1 as skill };
|
|
938
|
+
export function supervisor_2({ linked }: {
|
|
939
|
+
linked: any;
|
|
940
|
+
}): any;
|
|
941
|
+
export { supervisor_2 as supervisor };
|
|
942
|
+
export function utilizationProgress_1({ linked }: {
|
|
943
|
+
linked: any;
|
|
944
|
+
}): any;
|
|
945
|
+
export { utilizationProgress_1 as utilizationProgress };
|
|
946
|
+
export function region_1({ linked }: {
|
|
947
|
+
linked: any;
|
|
948
|
+
}): any;
|
|
949
|
+
export { region_1 as region };
|
|
925
950
|
export namespace presets {
|
|
926
951
|
let preset: string;
|
|
927
952
|
let overwritePresetTitle: string;
|
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ declare namespace _default {
|
|
|
111
111
|
let number: string;
|
|
112
112
|
let expireAt: string;
|
|
113
113
|
let destination: string;
|
|
114
|
+
let utilizationProgress: string;
|
|
114
115
|
}
|
|
115
116
|
export namespace date {
|
|
116
117
|
let sec: string;
|
|
@@ -155,6 +156,7 @@ declare namespace _default {
|
|
|
155
156
|
export let transcription: string;
|
|
156
157
|
export let attachment: string;
|
|
157
158
|
export let owner: string;
|
|
159
|
+
export let skill: string;
|
|
158
160
|
export namespace customization {
|
|
159
161
|
let customization_1: string;
|
|
160
162
|
export { customization_1 as customization };
|
|
@@ -924,6 +926,29 @@ declare namespace _default {
|
|
|
924
926
|
export function queuePeriod({ linked }: {
|
|
925
927
|
linked: any;
|
|
926
928
|
}): any;
|
|
929
|
+
export function agentStatus({ linked }: {
|
|
930
|
+
linked: any;
|
|
931
|
+
}): any;
|
|
932
|
+
export function auditor_1({ linked }: {
|
|
933
|
+
linked: any;
|
|
934
|
+
}): any;
|
|
935
|
+
export { auditor_1 as auditor };
|
|
936
|
+
export function skill_1({ linked }: {
|
|
937
|
+
linked: any;
|
|
938
|
+
}): any;
|
|
939
|
+
export { skill_1 as skill };
|
|
940
|
+
export function supervisor_2({ linked }: {
|
|
941
|
+
linked: any;
|
|
942
|
+
}): any;
|
|
943
|
+
export { supervisor_2 as supervisor };
|
|
944
|
+
export function utilizationProgress_1({ linked }: {
|
|
945
|
+
linked: any;
|
|
946
|
+
}): any;
|
|
947
|
+
export { utilizationProgress_1 as utilizationProgress };
|
|
948
|
+
export function region_1({ linked }: {
|
|
949
|
+
linked: any;
|
|
950
|
+
}): any;
|
|
951
|
+
export { region_1 as region };
|
|
927
952
|
export namespace presets {
|
|
928
953
|
let preset: string;
|
|
929
954
|
let overwritePresetTitle: string;
|
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ declare namespace _default {
|
|
|
111
111
|
let number: string;
|
|
112
112
|
let expireAt: string;
|
|
113
113
|
let destination: string;
|
|
114
|
+
let utilizationProgress: string;
|
|
114
115
|
}
|
|
115
116
|
export namespace date {
|
|
116
117
|
let sec: string;
|
|
@@ -155,6 +156,7 @@ declare namespace _default {
|
|
|
155
156
|
export let transcription: string;
|
|
156
157
|
export let attachment: string;
|
|
157
158
|
export let owner: string;
|
|
159
|
+
export let skill: string;
|
|
158
160
|
export namespace customization {
|
|
159
161
|
let customization_1: string;
|
|
160
162
|
export { customization_1 as customization };
|
|
@@ -924,6 +926,29 @@ declare namespace _default {
|
|
|
924
926
|
export function queuePeriod({ linked }: {
|
|
925
927
|
linked: any;
|
|
926
928
|
}): any;
|
|
929
|
+
export function agentStatus({ linked }: {
|
|
930
|
+
linked: any;
|
|
931
|
+
}): any;
|
|
932
|
+
export function auditor_1({ linked }: {
|
|
933
|
+
linked: any;
|
|
934
|
+
}): any;
|
|
935
|
+
export { auditor_1 as auditor };
|
|
936
|
+
export function skill_1({ linked }: {
|
|
937
|
+
linked: any;
|
|
938
|
+
}): any;
|
|
939
|
+
export { skill_1 as skill };
|
|
940
|
+
export function supervisor_2({ linked }: {
|
|
941
|
+
linked: any;
|
|
942
|
+
}): any;
|
|
943
|
+
export { supervisor_2 as supervisor };
|
|
944
|
+
export function utilizationProgress_1({ linked }: {
|
|
945
|
+
linked: any;
|
|
946
|
+
}): any;
|
|
947
|
+
export { utilizationProgress_1 as utilizationProgress };
|
|
948
|
+
export function region_1({ linked }: {
|
|
949
|
+
linked: any;
|
|
950
|
+
}): any;
|
|
951
|
+
export { region_1 as region };
|
|
927
952
|
export namespace presets {
|
|
928
953
|
let preset: string;
|
|
929
954
|
let overwritePresetTitle: string;
|