@webitel/ui-sdk 25.10.97 → 25.10.98

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.
Files changed (39) hide show
  1. package/dist/{install-Bpa6DT7M.js → install-Dq0Lm0I9.js} +334 -326
  2. package/dist/ui-sdk.css +1 -1
  3. package/dist/ui-sdk.js +1 -1
  4. package/dist/ui-sdk.umd.cjs +5 -5
  5. package/dist/{vidstack-Bq6c3Bam-lhgdacan.js → vidstack-Bq6c3Bam-DkyyXAwo.js} +2 -2
  6. package/dist/{vidstack-D2pY00kU-g140a2PT.js → vidstack-D2pY00kU-Dk2nPGS-.js} +2 -2
  7. package/dist/{vidstack-DDXt6fpN-B60Ps1sl.js → vidstack-DDXt6fpN-BDtEYq5x.js} +1 -1
  8. package/dist/{vidstack-D_-9AA6_-0I8lNOun.js → vidstack-D_-9AA6_-CyEDvryK.js} +1 -1
  9. package/dist/{vidstack-DqAw8m9J-DGjQMjtu.js → vidstack-DqAw8m9J-MiDSjIWF.js} +1 -1
  10. package/dist/{vidstack-audio-DOuZRfiy.js → vidstack-audio-D_eLF80B.js} +2 -2
  11. package/dist/{vidstack-dash-D6p2XG3a.js → vidstack-dash-Djuu18NL.js} +3 -3
  12. package/dist/{vidstack-google-cast-Dp4TleWN.js → vidstack-google-cast-DQyBY_sd.js} +3 -3
  13. package/dist/{vidstack-hls-bog_GtW2.js → vidstack-hls-D16ReaTx.js} +3 -3
  14. package/dist/{vidstack-video-Cmd3MW4O.js → vidstack-video-Cy44pHC0.js} +2 -2
  15. package/dist/{vidstack-vimeo-B_G2kMhX.js → vidstack-vimeo-DSooRKEh.js} +3 -3
  16. package/dist/{vidstack-youtube-DGX4CUEn.js → vidstack-youtube-CXQ7CUgz.js} +2 -2
  17. package/package.json +2 -2
  18. package/src/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue +11 -5
  19. package/src/locale/en/en.js +27 -0
  20. package/src/locale/es/es.js +27 -0
  21. package/src/locale/kz/kz.js +27 -0
  22. package/src/locale/pl/pl.js +27 -0
  23. package/src/locale/ro/ro.js +27 -0
  24. package/src/locale/ru/ru.js +27 -0
  25. package/src/locale/uk/uk.js +27 -0
  26. package/src/locale/uz/uz.js +27 -1
  27. package/src/locale/vi/vi.js +27 -0
  28. package/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +10 -1
  29. package/types/locale/en/en.d.ts +27 -0
  30. package/types/locale/es/es.d.ts +33 -0
  31. package/types/locale/i18n.d.ts +243 -0
  32. package/types/locale/index.d.ts +243 -0
  33. package/types/locale/kz/kz.d.ts +33 -0
  34. package/types/locale/pl/pl.d.ts +33 -0
  35. package/types/locale/ro/ro.d.ts +33 -0
  36. package/types/locale/ru/ru.d.ts +33 -0
  37. package/types/locale/uk/uk.d.ts +33 -0
  38. package/types/locale/uz/uz.d.ts +33 -0
  39. package/types/locale/vi/vi.d.ts +33 -0
@@ -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;
@@ -172,6 +174,7 @@ export declare const messages: {
172
174
  };
173
175
  queue: {
174
176
  queue: string;
177
+ queueType: string;
175
178
  type: {
176
179
  1: string;
177
180
  0: string;
@@ -706,6 +709,30 @@ export declare const messages: {
706
709
  variable: ({ linked }: {
707
710
  linked: any;
708
711
  }) => any;
712
+ queueType: ({ linked }: {
713
+ linked: any;
714
+ }) => any;
715
+ queuePeriod: ({ linked }: {
716
+ linked: any;
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;
709
736
  presets: {
710
737
  preset: string;
711
738
  overwritePresetTitle: string;
@@ -869,6 +896,7 @@ export declare const messages: {
869
896
  number: string;
870
897
  expireAt: string;
871
898
  destination: string;
899
+ utilizationProgress: string;
872
900
  };
873
901
  date: {
874
902
  sec: string;
@@ -914,6 +942,7 @@ export declare const messages: {
914
942
  transcription: string;
915
943
  attachment: string;
916
944
  owner: string;
945
+ skill: string;
917
946
  customization: {
918
947
  customization: string;
919
948
  };
@@ -924,6 +953,7 @@ export declare const messages: {
924
953
  };
925
954
  queue: {
926
955
  queue: string;
956
+ queueType: string;
927
957
  type: {
928
958
  1: string;
929
959
  0: string;
@@ -1601,6 +1631,30 @@ export declare const messages: {
1601
1631
  variable: ({ linked }: {
1602
1632
  linked: any;
1603
1633
  }) => any;
1634
+ queueType: ({ linked }: {
1635
+ linked: any;
1636
+ }) => any;
1637
+ queuePeriod: ({ linked }: {
1638
+ linked: any;
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;
1604
1658
  presets: {
1605
1659
  preset: string;
1606
1660
  overwritePresetTitle: string;
@@ -1748,6 +1802,7 @@ export declare const messages: {
1748
1802
  number: string;
1749
1803
  expireAt: string;
1750
1804
  destination: string;
1805
+ utilizationProgress: string;
1751
1806
  };
1752
1807
  date: {
1753
1808
  sec: string;
@@ -1790,6 +1845,7 @@ export declare const messages: {
1790
1845
  transcription: string;
1791
1846
  attachment: string;
1792
1847
  owner: string;
1848
+ skill: string;
1793
1849
  customization: {
1794
1850
  customization: string;
1795
1851
  };
@@ -1803,6 +1859,7 @@ export declare const messages: {
1803
1859
  };
1804
1860
  queue: {
1805
1861
  queue: string;
1862
+ queueType: string;
1806
1863
  type: {
1807
1864
  1: string;
1808
1865
  0: string;
@@ -2480,6 +2537,30 @@ export declare const messages: {
2480
2537
  variable: ({ linked }: {
2481
2538
  linked: any;
2482
2539
  }) => any;
2540
+ queueType: ({ linked }: {
2541
+ linked: any;
2542
+ }) => any;
2543
+ queuePeriod: ({ linked }: {
2544
+ linked: any;
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;
2483
2564
  presets: {
2484
2565
  preset: string;
2485
2566
  overwritePresetTitle: string;
@@ -2629,6 +2710,7 @@ export declare const messages: {
2629
2710
  number: string;
2630
2711
  expireAt: string;
2631
2712
  destination: string;
2713
+ utilizationProgress: string;
2632
2714
  };
2633
2715
  date: {
2634
2716
  sec: string;
@@ -2671,6 +2753,7 @@ export declare const messages: {
2671
2753
  transcription: string;
2672
2754
  attachment: string;
2673
2755
  owner: string;
2756
+ skill: string;
2674
2757
  customization: {
2675
2758
  customization: string;
2676
2759
  };
@@ -2684,6 +2767,7 @@ export declare const messages: {
2684
2767
  };
2685
2768
  queue: {
2686
2769
  queue: string;
2770
+ queueType: string;
2687
2771
  type: {
2688
2772
  1: string;
2689
2773
  0: string;
@@ -3361,6 +3445,30 @@ export declare const messages: {
3361
3445
  variable: ({ linked }: {
3362
3446
  linked: any;
3363
3447
  }) => any;
3448
+ queueType: ({ linked }: {
3449
+ linked: any;
3450
+ }) => any;
3451
+ queuePeriod: ({ linked }: {
3452
+ linked: any;
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;
3364
3472
  presets: {
3365
3473
  preset: string;
3366
3474
  overwritePresetTitle: string;
@@ -3508,6 +3616,7 @@ export declare const messages: {
3508
3616
  number: string;
3509
3617
  expireAt: string;
3510
3618
  destination: string;
3619
+ utilizationProgress: string;
3511
3620
  };
3512
3621
  date: {
3513
3622
  sec: string;
@@ -3550,6 +3659,7 @@ export declare const messages: {
3550
3659
  transcription: string;
3551
3660
  attachment: string;
3552
3661
  owner: string;
3662
+ skill: string;
3553
3663
  customization: {
3554
3664
  customization: string;
3555
3665
  };
@@ -3563,6 +3673,7 @@ export declare const messages: {
3563
3673
  };
3564
3674
  queue: {
3565
3675
  queue: string;
3676
+ queueType: string;
3566
3677
  type: {
3567
3678
  1: string;
3568
3679
  0: string;
@@ -4240,6 +4351,30 @@ export declare const messages: {
4240
4351
  variable: ({ linked }: {
4241
4352
  linked: any;
4242
4353
  }) => any;
4354
+ queueType: ({ linked }: {
4355
+ linked: any;
4356
+ }) => any;
4357
+ queuePeriod: ({ linked }: {
4358
+ linked: any;
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;
4243
4378
  presets: {
4244
4379
  preset: string;
4245
4380
  overwritePresetTitle: string;
@@ -4389,6 +4524,7 @@ export declare const messages: {
4389
4524
  number: string;
4390
4525
  expireAt: string;
4391
4526
  destination: string;
4527
+ utilizationProgress: string;
4392
4528
  };
4393
4529
  date: {
4394
4530
  sec: string;
@@ -4431,6 +4567,7 @@ export declare const messages: {
4431
4567
  transcription: string;
4432
4568
  attachment: string;
4433
4569
  owner: string;
4570
+ skill: string;
4434
4571
  customization: {
4435
4572
  customization: string;
4436
4573
  };
@@ -4444,6 +4581,7 @@ export declare const messages: {
4444
4581
  };
4445
4582
  queue: {
4446
4583
  queue: string;
4584
+ queueType: string;
4447
4585
  type: {
4448
4586
  1: string;
4449
4587
  0: string;
@@ -5121,6 +5259,30 @@ export declare const messages: {
5121
5259
  variable: ({ linked }: {
5122
5260
  linked: any;
5123
5261
  }) => any;
5262
+ queueType: ({ linked }: {
5263
+ linked: any;
5264
+ }) => any;
5265
+ queuePeriod: ({ linked }: {
5266
+ linked: any;
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;
5124
5286
  presets: {
5125
5287
  preset: string;
5126
5288
  overwritePresetTitle: string;
@@ -5270,6 +5432,7 @@ export declare const messages: {
5270
5432
  number: string;
5271
5433
  expireAt: string;
5272
5434
  destination: string;
5435
+ utilizationProgress: string;
5273
5436
  };
5274
5437
  date: {
5275
5438
  sec: string;
@@ -5312,6 +5475,7 @@ export declare const messages: {
5312
5475
  transcription: string;
5313
5476
  attachment: string;
5314
5477
  owner: string;
5478
+ skill: string;
5315
5479
  customization: {
5316
5480
  customization: string;
5317
5481
  };
@@ -5325,6 +5489,7 @@ export declare const messages: {
5325
5489
  };
5326
5490
  queue: {
5327
5491
  queue: string;
5492
+ queueType: string;
5328
5493
  type: {
5329
5494
  1: string;
5330
5495
  0: string;
@@ -6002,6 +6167,30 @@ export declare const messages: {
6002
6167
  variable: ({ linked }: {
6003
6168
  linked: any;
6004
6169
  }) => any;
6170
+ queueType: ({ linked }: {
6171
+ linked: any;
6172
+ }) => any;
6173
+ queuePeriod: ({ linked }: {
6174
+ linked: any;
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;
6005
6194
  presets: {
6006
6195
  preset: string;
6007
6196
  overwritePresetTitle: string;
@@ -6151,6 +6340,7 @@ export declare const messages: {
6151
6340
  number: string;
6152
6341
  expireAt: string;
6153
6342
  destination: string;
6343
+ utilizationProgress: string;
6154
6344
  };
6155
6345
  date: {
6156
6346
  sec: string;
@@ -6193,6 +6383,7 @@ export declare const messages: {
6193
6383
  transcription: string;
6194
6384
  attachment: string;
6195
6385
  owner: string;
6386
+ skill: string;
6196
6387
  customization: {
6197
6388
  customization: string;
6198
6389
  };
@@ -6206,6 +6397,7 @@ export declare const messages: {
6206
6397
  };
6207
6398
  queue: {
6208
6399
  queue: string;
6400
+ queueType: string;
6209
6401
  type: {
6210
6402
  1: string;
6211
6403
  0: string;
@@ -6883,6 +7075,30 @@ export declare const messages: {
6883
7075
  variable: ({ linked }: {
6884
7076
  linked: any;
6885
7077
  }) => any;
7078
+ queueType: ({ linked }: {
7079
+ linked: any;
7080
+ }) => any;
7081
+ queuePeriod: ({ linked }: {
7082
+ linked: any;
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;
6886
7102
  presets: {
6887
7103
  preset: string;
6888
7104
  overwritePresetTitle: string;
@@ -7032,6 +7248,7 @@ export declare const messages: {
7032
7248
  number: string;
7033
7249
  expireAt: string;
7034
7250
  destination: string;
7251
+ utilizationProgress: string;
7035
7252
  };
7036
7253
  date: {
7037
7254
  sec: string;
@@ -7074,6 +7291,7 @@ export declare const messages: {
7074
7291
  transcription: string;
7075
7292
  attachment: string;
7076
7293
  owner: string;
7294
+ skill: string;
7077
7295
  customization: {
7078
7296
  customization: string;
7079
7297
  };
@@ -7087,6 +7305,7 @@ export declare const messages: {
7087
7305
  };
7088
7306
  queue: {
7089
7307
  queue: string;
7308
+ queueType: string;
7090
7309
  type: {
7091
7310
  1: string;
7092
7311
  0: string;
@@ -7764,6 +7983,30 @@ export declare const messages: {
7764
7983
  variable: ({ linked }: {
7765
7984
  linked: any;
7766
7985
  }) => any;
7986
+ queueType: ({ linked }: {
7987
+ linked: any;
7988
+ }) => any;
7989
+ queuePeriod: ({ linked }: {
7990
+ linked: any;
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;
7767
8010
  presets: {
7768
8011
  preset: string;
7769
8012
  overwritePresetTitle: string;
@@ -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 };
@@ -172,6 +174,7 @@ declare namespace _default {
172
174
  export namespace queue {
173
175
  let queue_1: string;
174
176
  export { queue_1 as queue };
177
+ export let queueType: string;
175
178
  let type_1: {
176
179
  1: string;
177
180
  0: string;
@@ -916,6 +919,36 @@ declare namespace _default {
916
919
  export function variable({ linked }: {
917
920
  linked: any;
918
921
  }): any;
922
+ export function queueType_1({ linked }: {
923
+ linked: any;
924
+ }): any;
925
+ export { queueType_1 as queueType };
926
+ export function queuePeriod({ linked }: {
927
+ linked: any;
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 };
919
952
  export namespace presets {
920
953
  let preset: string;
921
954
  let overwritePresetTitle: string;
@@ -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 };
@@ -172,6 +174,7 @@ declare namespace _default {
172
174
  export namespace queue {
173
175
  let queue_1: string;
174
176
  export { queue_1 as queue };
177
+ export let queueType: string;
175
178
  let type_1: {
176
179
  1: string;
177
180
  0: string;
@@ -916,6 +919,36 @@ declare namespace _default {
916
919
  export function variable({ linked }: {
917
920
  linked: any;
918
921
  }): any;
922
+ export function queueType_1({ linked }: {
923
+ linked: any;
924
+ }): any;
925
+ export { queueType_1 as queueType };
926
+ export function queuePeriod({ linked }: {
927
+ linked: any;
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 };
919
952
  export namespace presets {
920
953
  let preset: string;
921
954
  let overwritePresetTitle: string;
@@ -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 };
@@ -172,6 +174,7 @@ declare namespace _default {
172
174
  export namespace queue {
173
175
  let queue_1: string;
174
176
  export { queue_1 as queue };
177
+ export let queueType: string;
175
178
  let type_1: {
176
179
  1: string;
177
180
  0: string;
@@ -916,6 +919,36 @@ declare namespace _default {
916
919
  export function variable({ linked }: {
917
920
  linked: any;
918
921
  }): any;
922
+ export function queueType_1({ linked }: {
923
+ linked: any;
924
+ }): any;
925
+ export { queueType_1 as queueType };
926
+ export function queuePeriod({ linked }: {
927
+ linked: any;
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 };
919
952
  export namespace presets {
920
953
  let preset: string;
921
954
  let overwritePresetTitle: string;