@webitel/ui-sdk 25.12.62 → 25.12.63

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 (44) hide show
  1. package/dist/{install-4TPf0Jxn.js → install-Dl55T7ER.js} +13 -11
  2. package/dist/{plyr-B7Jh9mzS.js → plyr-DeNXNsnl.js} +1 -1
  3. package/dist/ui-sdk.css +1 -1
  4. package/dist/ui-sdk.js +1 -1
  5. package/dist/ui-sdk.umd.cjs +2 -2
  6. package/dist/{vidstack-Bq6c3Bam-xtVxhIy-.js → vidstack-Bq6c3Bam-e32p9jBa.js} +2 -2
  7. package/dist/{vidstack-D2pY00kU-C7drnFyz.js → vidstack-D2pY00kU-BfedE-Ok.js} +2 -2
  8. package/dist/{vidstack-DDXt6fpN-DXoEOMmU.js → vidstack-DDXt6fpN-JD5ed8Q9.js} +1 -1
  9. package/dist/{vidstack-D_-9AA6_-BjCqxi4h.js → vidstack-D_-9AA6_-CYkv9V-x.js} +1 -1
  10. package/dist/{vidstack-DqAw8m9J-Da06JyEn.js → vidstack-DqAw8m9J-DCsCFYl_.js} +1 -1
  11. package/dist/{vidstack-audio-BBK6l_vu.js → vidstack-audio-Bo7VqglF.js} +2 -2
  12. package/dist/{vidstack-dash-fRRxLyL-.js → vidstack-dash-DFQBODJY.js} +3 -3
  13. package/dist/{vidstack-google-cast-B7rk3CYb.js → vidstack-google-cast-BqH58CNa.js} +3 -3
  14. package/dist/{vidstack-hls-BAnHgdLK.js → vidstack-hls-D2Gck8uA.js} +3 -3
  15. package/dist/{vidstack-video-JxNT0GGC.js → vidstack-video-BjcixzQN.js} +2 -2
  16. package/dist/{vidstack-vimeo-Ce-EibYf.js → vidstack-vimeo-p6Odxs_3.js} +3 -3
  17. package/dist/{vidstack-youtube-Bf0GP9xX.js → vidstack-youtube-ta55oeo3.js} +2 -2
  18. package/dist/{vuex.esm-bundler-gjCYMqnI.js → vuex.esm-bundler-Btqm_q36.js} +1 -1
  19. package/package.json +2 -2
  20. package/src/enums/WebitelApplications/WtApplication.ts +2 -1
  21. package/src/locale/en/en.js +3 -0
  22. package/src/locale/es/es.js +3 -0
  23. package/src/locale/kz/kz.js +3 -0
  24. package/src/locale/pl/pl.js +3 -0
  25. package/src/locale/ro/ro.js +3 -0
  26. package/src/locale/ru/ru.js +3 -0
  27. package/src/locale/uk/uk.js +3 -0
  28. package/src/locale/uz/uz.js +4 -0
  29. package/src/locale/vi/vi.js +3 -0
  30. package/src/modules/AgentPdfs/components/agent-pdfs-tab.vue +1 -1
  31. package/src/modules/CallSession/modules/VideoCall/video-call.vue +59 -10
  32. package/types/enums/WebitelApplications/WtApplication.d.ts +1 -0
  33. package/types/locale/en/en.d.ts +3 -0
  34. package/types/locale/es/es.d.ts +9 -0
  35. package/types/locale/i18n.d.ts +75 -0
  36. package/types/locale/index.d.ts +75 -0
  37. package/types/locale/kz/kz.d.ts +9 -0
  38. package/types/locale/pl/pl.d.ts +9 -0
  39. package/types/locale/ro/ro.d.ts +9 -0
  40. package/types/locale/ru/ru.d.ts +9 -0
  41. package/types/locale/uk/uk.d.ts +9 -0
  42. package/types/locale/uz/uz.d.ts +10 -0
  43. package/types/locale/vi/vi.d.ts +9 -0
  44. package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +1 -1
@@ -347,6 +347,8 @@ export declare const messages: {
347
347
  "global-variables": string;
348
348
  "quick-replies": string;
349
349
  };
350
+ } | {
351
+ theCameraIsTurnedOff: string;
350
352
  };
351
353
  overrideApplicationsAccess: {
352
354
  [x: number]: {
@@ -1072,6 +1074,7 @@ export declare const messages: {
1072
1074
  [x: number]: {
1073
1075
  name: string;
1074
1076
  sections?: undefined;
1077
+ theCameraIsTurnedOff?: undefined;
1075
1078
  } | {
1076
1079
  name: string;
1077
1080
  sections: {
@@ -1124,6 +1127,7 @@ export declare const messages: {
1124
1127
  "global-variables"?: undefined;
1125
1128
  "quick-replies"?: undefined;
1126
1129
  };
1130
+ theCameraIsTurnedOff?: undefined;
1127
1131
  } | {
1128
1132
  name: string;
1129
1133
  sections: {
@@ -1176,6 +1180,7 @@ export declare const messages: {
1176
1180
  "global-variables"?: undefined;
1177
1181
  "quick-replies"?: undefined;
1178
1182
  };
1183
+ theCameraIsTurnedOff?: undefined;
1179
1184
  } | {
1180
1185
  name: string;
1181
1186
  sections: {
@@ -1228,6 +1233,7 @@ export declare const messages: {
1228
1233
  "global-variables"?: undefined;
1229
1234
  "quick-replies"?: undefined;
1230
1235
  };
1236
+ theCameraIsTurnedOff?: undefined;
1231
1237
  } | {
1232
1238
  name: string;
1233
1239
  sections: {
@@ -1280,6 +1286,11 @@ export declare const messages: {
1280
1286
  "contact-groups"?: undefined;
1281
1287
  activeCalls?: undefined;
1282
1288
  };
1289
+ theCameraIsTurnedOff?: undefined;
1290
+ } | {
1291
+ theCameraIsTurnedOff: string;
1292
+ name?: undefined;
1293
+ sections?: undefined;
1283
1294
  };
1284
1295
  overrideApplicationsAccess: {
1285
1296
  [x: number]: {
@@ -1989,6 +2000,7 @@ export declare const messages: {
1989
2000
  [x: number]: {
1990
2001
  name: string;
1991
2002
  sections?: undefined;
2003
+ theCameraIsTurnedOff?: undefined;
1992
2004
  } | {
1993
2005
  name: string;
1994
2006
  sections: {
@@ -2041,6 +2053,7 @@ export declare const messages: {
2041
2053
  "global-variables"?: undefined;
2042
2054
  "quick-replies"?: undefined;
2043
2055
  };
2056
+ theCameraIsTurnedOff?: undefined;
2044
2057
  } | {
2045
2058
  name: string;
2046
2059
  sections: {
@@ -2093,6 +2106,7 @@ export declare const messages: {
2093
2106
  "global-variables"?: undefined;
2094
2107
  "quick-replies"?: undefined;
2095
2108
  };
2109
+ theCameraIsTurnedOff?: undefined;
2096
2110
  } | {
2097
2111
  name: string;
2098
2112
  sections: {
@@ -2145,6 +2159,7 @@ export declare const messages: {
2145
2159
  "global-variables"?: undefined;
2146
2160
  "quick-replies"?: undefined;
2147
2161
  };
2162
+ theCameraIsTurnedOff?: undefined;
2148
2163
  } | {
2149
2164
  name: string;
2150
2165
  sections: {
@@ -2197,6 +2212,11 @@ export declare const messages: {
2197
2212
  "contact-groups"?: undefined;
2198
2213
  activeCalls?: undefined;
2199
2214
  };
2215
+ theCameraIsTurnedOff?: undefined;
2216
+ } | {
2217
+ theCameraIsTurnedOff: string;
2218
+ name?: undefined;
2219
+ sections?: undefined;
2200
2220
  };
2201
2221
  overrideApplicationsAccess: {
2202
2222
  [x: number]: {
@@ -2908,6 +2928,7 @@ export declare const messages: {
2908
2928
  [x: number]: {
2909
2929
  name: string;
2910
2930
  sections?: undefined;
2931
+ theCameraIsTurnedOff?: undefined;
2911
2932
  } | {
2912
2933
  name: string;
2913
2934
  sections: {
@@ -2960,6 +2981,7 @@ export declare const messages: {
2960
2981
  "global-variables"?: undefined;
2961
2982
  "quick-replies"?: undefined;
2962
2983
  };
2984
+ theCameraIsTurnedOff?: undefined;
2963
2985
  } | {
2964
2986
  name: string;
2965
2987
  sections: {
@@ -3012,6 +3034,7 @@ export declare const messages: {
3012
3034
  "global-variables"?: undefined;
3013
3035
  "quick-replies"?: undefined;
3014
3036
  };
3037
+ theCameraIsTurnedOff?: undefined;
3015
3038
  } | {
3016
3039
  name: string;
3017
3040
  sections: {
@@ -3064,6 +3087,7 @@ export declare const messages: {
3064
3087
  "global-variables"?: undefined;
3065
3088
  "quick-replies"?: undefined;
3066
3089
  };
3090
+ theCameraIsTurnedOff?: undefined;
3067
3091
  } | {
3068
3092
  name: string;
3069
3093
  sections: {
@@ -3116,6 +3140,11 @@ export declare const messages: {
3116
3140
  "contact-groups"?: undefined;
3117
3141
  activeCalls?: undefined;
3118
3142
  };
3143
+ theCameraIsTurnedOff?: undefined;
3144
+ } | {
3145
+ theCameraIsTurnedOff: string;
3146
+ name?: undefined;
3147
+ sections?: undefined;
3119
3148
  };
3120
3149
  overrideApplicationsAccess: {
3121
3150
  [x: number]: {
@@ -3825,6 +3854,7 @@ export declare const messages: {
3825
3854
  [x: number]: {
3826
3855
  name: string;
3827
3856
  sections?: undefined;
3857
+ theCameraIsTurnedOff?: undefined;
3828
3858
  } | {
3829
3859
  name: string;
3830
3860
  sections: {
@@ -3877,6 +3907,7 @@ export declare const messages: {
3877
3907
  "global-variables"?: undefined;
3878
3908
  "quick-replies"?: undefined;
3879
3909
  };
3910
+ theCameraIsTurnedOff?: undefined;
3880
3911
  } | {
3881
3912
  name: string;
3882
3913
  sections: {
@@ -3929,6 +3960,7 @@ export declare const messages: {
3929
3960
  "global-variables"?: undefined;
3930
3961
  "quick-replies"?: undefined;
3931
3962
  };
3963
+ theCameraIsTurnedOff?: undefined;
3932
3964
  } | {
3933
3965
  name: string;
3934
3966
  sections: {
@@ -3981,6 +4013,7 @@ export declare const messages: {
3981
4013
  "global-variables"?: undefined;
3982
4014
  "quick-replies"?: undefined;
3983
4015
  };
4016
+ theCameraIsTurnedOff?: undefined;
3984
4017
  } | {
3985
4018
  name: string;
3986
4019
  sections: {
@@ -4033,6 +4066,11 @@ export declare const messages: {
4033
4066
  "contact-groups"?: undefined;
4034
4067
  activeCalls?: undefined;
4035
4068
  };
4069
+ theCameraIsTurnedOff?: undefined;
4070
+ } | {
4071
+ theCameraIsTurnedOff: string;
4072
+ name?: undefined;
4073
+ sections?: undefined;
4036
4074
  };
4037
4075
  overrideApplicationsAccess: {
4038
4076
  [x: number]: {
@@ -4744,6 +4782,7 @@ export declare const messages: {
4744
4782
  [x: number]: {
4745
4783
  name: string;
4746
4784
  sections?: undefined;
4785
+ theCameraIsTurnedOff?: undefined;
4747
4786
  } | {
4748
4787
  name: string;
4749
4788
  sections: {
@@ -4796,6 +4835,7 @@ export declare const messages: {
4796
4835
  "global-variables"?: undefined;
4797
4836
  "quick-replies"?: undefined;
4798
4837
  };
4838
+ theCameraIsTurnedOff?: undefined;
4799
4839
  } | {
4800
4840
  name: string;
4801
4841
  sections: {
@@ -4848,6 +4888,7 @@ export declare const messages: {
4848
4888
  "global-variables"?: undefined;
4849
4889
  "quick-replies"?: undefined;
4850
4890
  };
4891
+ theCameraIsTurnedOff?: undefined;
4851
4892
  } | {
4852
4893
  name: string;
4853
4894
  sections: {
@@ -4900,6 +4941,7 @@ export declare const messages: {
4900
4941
  "global-variables"?: undefined;
4901
4942
  "quick-replies"?: undefined;
4902
4943
  };
4944
+ theCameraIsTurnedOff?: undefined;
4903
4945
  } | {
4904
4946
  name: string;
4905
4947
  sections: {
@@ -4952,6 +4994,11 @@ export declare const messages: {
4952
4994
  "contact-groups"?: undefined;
4953
4995
  activeCalls?: undefined;
4954
4996
  };
4997
+ theCameraIsTurnedOff?: undefined;
4998
+ } | {
4999
+ theCameraIsTurnedOff: string;
5000
+ name?: undefined;
5001
+ sections?: undefined;
4955
5002
  };
4956
5003
  overrideApplicationsAccess: {
4957
5004
  [x: number]: {
@@ -5663,6 +5710,7 @@ export declare const messages: {
5663
5710
  [x: number]: {
5664
5711
  name: string;
5665
5712
  sections?: undefined;
5713
+ theCameraIsTurnedOff?: undefined;
5666
5714
  } | {
5667
5715
  name: string;
5668
5716
  sections: {
@@ -5715,6 +5763,7 @@ export declare const messages: {
5715
5763
  "global-variables"?: undefined;
5716
5764
  "quick-replies"?: undefined;
5717
5765
  };
5766
+ theCameraIsTurnedOff?: undefined;
5718
5767
  } | {
5719
5768
  name: string;
5720
5769
  sections: {
@@ -5767,6 +5816,7 @@ export declare const messages: {
5767
5816
  "global-variables"?: undefined;
5768
5817
  "quick-replies"?: undefined;
5769
5818
  };
5819
+ theCameraIsTurnedOff?: undefined;
5770
5820
  } | {
5771
5821
  name: string;
5772
5822
  sections: {
@@ -5819,6 +5869,7 @@ export declare const messages: {
5819
5869
  "global-variables"?: undefined;
5820
5870
  "quick-replies"?: undefined;
5821
5871
  };
5872
+ theCameraIsTurnedOff?: undefined;
5822
5873
  } | {
5823
5874
  name: string;
5824
5875
  sections: {
@@ -5871,6 +5922,11 @@ export declare const messages: {
5871
5922
  "contact-groups"?: undefined;
5872
5923
  activeCalls?: undefined;
5873
5924
  };
5925
+ theCameraIsTurnedOff?: undefined;
5926
+ } | {
5927
+ theCameraIsTurnedOff: string;
5928
+ name?: undefined;
5929
+ sections?: undefined;
5874
5930
  };
5875
5931
  overrideApplicationsAccess: {
5876
5932
  [x: number]: {
@@ -6524,6 +6580,7 @@ export declare const messages: {
6524
6580
  screenshots: string;
6525
6581
  agentPdfs: {
6526
6582
  pdfs: string;
6583
+ preview: string;
6527
6584
  status: {
6528
6585
  PENDING: string;
6529
6586
  PROCESSING: string;
@@ -6582,6 +6639,7 @@ export declare const messages: {
6582
6639
  [x: number]: {
6583
6640
  name: string;
6584
6641
  sections?: undefined;
6642
+ theCameraIsTurnedOff?: undefined;
6585
6643
  } | {
6586
6644
  name: string;
6587
6645
  sections: {
@@ -6634,6 +6692,7 @@ export declare const messages: {
6634
6692
  "global-variables"?: undefined;
6635
6693
  "quick-replies"?: undefined;
6636
6694
  };
6695
+ theCameraIsTurnedOff?: undefined;
6637
6696
  } | {
6638
6697
  name: string;
6639
6698
  sections: {
@@ -6686,6 +6745,7 @@ export declare const messages: {
6686
6745
  "global-variables"?: undefined;
6687
6746
  "quick-replies"?: undefined;
6688
6747
  };
6748
+ theCameraIsTurnedOff?: undefined;
6689
6749
  } | {
6690
6750
  name: string;
6691
6751
  sections: {
@@ -6738,6 +6798,7 @@ export declare const messages: {
6738
6798
  "global-variables"?: undefined;
6739
6799
  "quick-replies"?: undefined;
6740
6800
  };
6801
+ theCameraIsTurnedOff?: undefined;
6741
6802
  } | {
6742
6803
  name: string;
6743
6804
  sections: {
@@ -6790,6 +6851,11 @@ export declare const messages: {
6790
6851
  "contact-groups"?: undefined;
6791
6852
  activeCalls?: undefined;
6792
6853
  };
6854
+ theCameraIsTurnedOff?: undefined;
6855
+ } | {
6856
+ theCameraIsTurnedOff: string;
6857
+ name?: undefined;
6858
+ sections?: undefined;
6793
6859
  };
6794
6860
  overrideApplicationsAccess: {
6795
6861
  [x: number]: {
@@ -7501,6 +7567,7 @@ export declare const messages: {
7501
7567
  [x: number]: {
7502
7568
  name: string;
7503
7569
  sections?: undefined;
7570
+ theCameraIsTurnedOff?: undefined;
7504
7571
  } | {
7505
7572
  name: string;
7506
7573
  sections: {
@@ -7553,6 +7620,7 @@ export declare const messages: {
7553
7620
  "global-variables"?: undefined;
7554
7621
  "quick-replies"?: undefined;
7555
7622
  };
7623
+ theCameraIsTurnedOff?: undefined;
7556
7624
  } | {
7557
7625
  name: string;
7558
7626
  sections: {
@@ -7605,6 +7673,7 @@ export declare const messages: {
7605
7673
  "global-variables"?: undefined;
7606
7674
  "quick-replies"?: undefined;
7607
7675
  };
7676
+ theCameraIsTurnedOff?: undefined;
7608
7677
  } | {
7609
7678
  name: string;
7610
7679
  sections: {
@@ -7657,6 +7726,7 @@ export declare const messages: {
7657
7726
  "global-variables"?: undefined;
7658
7727
  "quick-replies"?: undefined;
7659
7728
  };
7729
+ theCameraIsTurnedOff?: undefined;
7660
7730
  } | {
7661
7731
  name: string;
7662
7732
  sections: {
@@ -7709,6 +7779,11 @@ export declare const messages: {
7709
7779
  "contact-groups"?: undefined;
7710
7780
  activeCalls?: undefined;
7711
7781
  };
7782
+ theCameraIsTurnedOff?: undefined;
7783
+ } | {
7784
+ theCameraIsTurnedOff: string;
7785
+ name?: undefined;
7786
+ sections?: undefined;
7712
7787
  };
7713
7788
  overrideApplicationsAccess: {
7714
7789
  [x: number]: {
@@ -298,6 +298,7 @@ declare namespace _default {
298
298
  [x: number]: {
299
299
  name: string;
300
300
  sections?: undefined;
301
+ theCameraIsTurnedOff?: undefined;
301
302
  } | {
302
303
  name: string;
303
304
  sections: {
@@ -350,6 +351,7 @@ declare namespace _default {
350
351
  "global-variables"?: undefined;
351
352
  "quick-replies"?: undefined;
352
353
  };
354
+ theCameraIsTurnedOff?: undefined;
353
355
  } | {
354
356
  name: string;
355
357
  sections: {
@@ -402,6 +404,7 @@ declare namespace _default {
402
404
  "global-variables"?: undefined;
403
405
  "quick-replies"?: undefined;
404
406
  };
407
+ theCameraIsTurnedOff?: undefined;
405
408
  } | {
406
409
  name: string;
407
410
  sections: {
@@ -454,6 +457,7 @@ declare namespace _default {
454
457
  "global-variables"?: undefined;
455
458
  "quick-replies"?: undefined;
456
459
  };
460
+ theCameraIsTurnedOff?: undefined;
457
461
  } | {
458
462
  name: string;
459
463
  sections: {
@@ -506,6 +510,11 @@ declare namespace _default {
506
510
  "contact-groups"?: undefined;
507
511
  activeCalls?: undefined;
508
512
  };
513
+ theCameraIsTurnedOff?: undefined;
514
+ } | {
515
+ theCameraIsTurnedOff: string;
516
+ name?: undefined;
517
+ sections?: undefined;
509
518
  };
510
519
  overrideApplicationsAccess: {
511
520
  [x: number]: {
@@ -298,6 +298,7 @@ declare namespace _default {
298
298
  [x: number]: {
299
299
  name: string;
300
300
  sections?: undefined;
301
+ theCameraIsTurnedOff?: undefined;
301
302
  } | {
302
303
  name: string;
303
304
  sections: {
@@ -350,6 +351,7 @@ declare namespace _default {
350
351
  "global-variables"?: undefined;
351
352
  "quick-replies"?: undefined;
352
353
  };
354
+ theCameraIsTurnedOff?: undefined;
353
355
  } | {
354
356
  name: string;
355
357
  sections: {
@@ -402,6 +404,7 @@ declare namespace _default {
402
404
  "global-variables"?: undefined;
403
405
  "quick-replies"?: undefined;
404
406
  };
407
+ theCameraIsTurnedOff?: undefined;
405
408
  } | {
406
409
  name: string;
407
410
  sections: {
@@ -454,6 +457,7 @@ declare namespace _default {
454
457
  "global-variables"?: undefined;
455
458
  "quick-replies"?: undefined;
456
459
  };
460
+ theCameraIsTurnedOff?: undefined;
457
461
  } | {
458
462
  name: string;
459
463
  sections: {
@@ -506,6 +510,11 @@ declare namespace _default {
506
510
  "contact-groups"?: undefined;
507
511
  activeCalls?: undefined;
508
512
  };
513
+ theCameraIsTurnedOff?: undefined;
514
+ } | {
515
+ theCameraIsTurnedOff: string;
516
+ name?: undefined;
517
+ sections?: undefined;
509
518
  };
510
519
  overrideApplicationsAccess: {
511
520
  [x: number]: {
@@ -298,6 +298,7 @@ declare namespace _default {
298
298
  [x: number]: {
299
299
  name: string;
300
300
  sections?: undefined;
301
+ theCameraIsTurnedOff?: undefined;
301
302
  } | {
302
303
  name: string;
303
304
  sections: {
@@ -350,6 +351,7 @@ declare namespace _default {
350
351
  "global-variables"?: undefined;
351
352
  "quick-replies"?: undefined;
352
353
  };
354
+ theCameraIsTurnedOff?: undefined;
353
355
  } | {
354
356
  name: string;
355
357
  sections: {
@@ -402,6 +404,7 @@ declare namespace _default {
402
404
  "global-variables"?: undefined;
403
405
  "quick-replies"?: undefined;
404
406
  };
407
+ theCameraIsTurnedOff?: undefined;
405
408
  } | {
406
409
  name: string;
407
410
  sections: {
@@ -454,6 +457,7 @@ declare namespace _default {
454
457
  "global-variables"?: undefined;
455
458
  "quick-replies"?: undefined;
456
459
  };
460
+ theCameraIsTurnedOff?: undefined;
457
461
  } | {
458
462
  name: string;
459
463
  sections: {
@@ -506,6 +510,11 @@ declare namespace _default {
506
510
  "contact-groups"?: undefined;
507
511
  activeCalls?: undefined;
508
512
  };
513
+ theCameraIsTurnedOff?: undefined;
514
+ } | {
515
+ theCameraIsTurnedOff: string;
516
+ name?: undefined;
517
+ sections?: undefined;
509
518
  };
510
519
  overrideApplicationsAccess: {
511
520
  [x: number]: {
@@ -296,6 +296,7 @@ declare namespace _default {
296
296
  [x: number]: {
297
297
  name: string;
298
298
  sections?: undefined;
299
+ theCameraIsTurnedOff?: undefined;
299
300
  } | {
300
301
  name: string;
301
302
  sections: {
@@ -348,6 +349,7 @@ declare namespace _default {
348
349
  "global-variables"?: undefined;
349
350
  "quick-replies"?: undefined;
350
351
  };
352
+ theCameraIsTurnedOff?: undefined;
351
353
  } | {
352
354
  name: string;
353
355
  sections: {
@@ -400,6 +402,7 @@ declare namespace _default {
400
402
  "global-variables"?: undefined;
401
403
  "quick-replies"?: undefined;
402
404
  };
405
+ theCameraIsTurnedOff?: undefined;
403
406
  } | {
404
407
  name: string;
405
408
  sections: {
@@ -452,6 +455,7 @@ declare namespace _default {
452
455
  "global-variables"?: undefined;
453
456
  "quick-replies"?: undefined;
454
457
  };
458
+ theCameraIsTurnedOff?: undefined;
455
459
  } | {
456
460
  name: string;
457
461
  sections: {
@@ -504,6 +508,11 @@ declare namespace _default {
504
508
  "contact-groups"?: undefined;
505
509
  activeCalls?: undefined;
506
510
  };
511
+ theCameraIsTurnedOff?: undefined;
512
+ } | {
513
+ theCameraIsTurnedOff: string;
514
+ name?: undefined;
515
+ sections?: undefined;
507
516
  };
508
517
  overrideApplicationsAccess: {
509
518
  [x: number]: {
@@ -296,6 +296,7 @@ declare namespace _default {
296
296
  [x: number]: {
297
297
  name: string;
298
298
  sections?: undefined;
299
+ theCameraIsTurnedOff?: undefined;
299
300
  } | {
300
301
  name: string;
301
302
  sections: {
@@ -348,6 +349,7 @@ declare namespace _default {
348
349
  "global-variables"?: undefined;
349
350
  "quick-replies"?: undefined;
350
351
  };
352
+ theCameraIsTurnedOff?: undefined;
351
353
  } | {
352
354
  name: string;
353
355
  sections: {
@@ -400,6 +402,7 @@ declare namespace _default {
400
402
  "global-variables"?: undefined;
401
403
  "quick-replies"?: undefined;
402
404
  };
405
+ theCameraIsTurnedOff?: undefined;
403
406
  } | {
404
407
  name: string;
405
408
  sections: {
@@ -452,6 +455,7 @@ declare namespace _default {
452
455
  "global-variables"?: undefined;
453
456
  "quick-replies"?: undefined;
454
457
  };
458
+ theCameraIsTurnedOff?: undefined;
455
459
  } | {
456
460
  name: string;
457
461
  sections: {
@@ -504,6 +508,11 @@ declare namespace _default {
504
508
  "contact-groups"?: undefined;
505
509
  activeCalls?: undefined;
506
510
  };
511
+ theCameraIsTurnedOff?: undefined;
512
+ } | {
513
+ theCameraIsTurnedOff: string;
514
+ name?: undefined;
515
+ sections?: undefined;
507
516
  };
508
517
  overrideApplicationsAccess: {
509
518
  [x: number]: {
@@ -232,6 +232,7 @@ declare namespace _default {
232
232
  export let screenshots: string;
233
233
  export namespace agentPdfs {
234
234
  export let pdfs: string;
235
+ export let preview: string;
235
236
  export namespace status_2 {
236
237
  let PENDING: string;
237
238
  let PROCESSING: string;
@@ -298,6 +299,7 @@ declare namespace _default {
298
299
  [x: number]: {
299
300
  name: string;
300
301
  sections?: undefined;
302
+ theCameraIsTurnedOff?: undefined;
301
303
  } | {
302
304
  name: string;
303
305
  sections: {
@@ -350,6 +352,7 @@ declare namespace _default {
350
352
  "global-variables"?: undefined;
351
353
  "quick-replies"?: undefined;
352
354
  };
355
+ theCameraIsTurnedOff?: undefined;
353
356
  } | {
354
357
  name: string;
355
358
  sections: {
@@ -402,6 +405,7 @@ declare namespace _default {
402
405
  "global-variables"?: undefined;
403
406
  "quick-replies"?: undefined;
404
407
  };
408
+ theCameraIsTurnedOff?: undefined;
405
409
  } | {
406
410
  name: string;
407
411
  sections: {
@@ -454,6 +458,7 @@ declare namespace _default {
454
458
  "global-variables"?: undefined;
455
459
  "quick-replies"?: undefined;
456
460
  };
461
+ theCameraIsTurnedOff?: undefined;
457
462
  } | {
458
463
  name: string;
459
464
  sections: {
@@ -506,6 +511,11 @@ declare namespace _default {
506
511
  "contact-groups"?: undefined;
507
512
  activeCalls?: undefined;
508
513
  };
514
+ theCameraIsTurnedOff?: undefined;
515
+ } | {
516
+ theCameraIsTurnedOff: string;
517
+ name?: undefined;
518
+ sections?: undefined;
509
519
  };
510
520
  overrideApplicationsAccess: {
511
521
  [x: number]: {
@@ -298,6 +298,7 @@ declare namespace _default {
298
298
  [x: number]: {
299
299
  name: string;
300
300
  sections?: undefined;
301
+ theCameraIsTurnedOff?: undefined;
301
302
  } | {
302
303
  name: string;
303
304
  sections: {
@@ -350,6 +351,7 @@ declare namespace _default {
350
351
  "global-variables"?: undefined;
351
352
  "quick-replies"?: undefined;
352
353
  };
354
+ theCameraIsTurnedOff?: undefined;
353
355
  } | {
354
356
  name: string;
355
357
  sections: {
@@ -402,6 +404,7 @@ declare namespace _default {
402
404
  "global-variables"?: undefined;
403
405
  "quick-replies"?: undefined;
404
406
  };
407
+ theCameraIsTurnedOff?: undefined;
405
408
  } | {
406
409
  name: string;
407
410
  sections: {
@@ -454,6 +457,7 @@ declare namespace _default {
454
457
  "global-variables"?: undefined;
455
458
  "quick-replies"?: undefined;
456
459
  };
460
+ theCameraIsTurnedOff?: undefined;
457
461
  } | {
458
462
  name: string;
459
463
  sections: {
@@ -506,6 +510,11 @@ declare namespace _default {
506
510
  "contact-groups"?: undefined;
507
511
  activeCalls?: undefined;
508
512
  };
513
+ theCameraIsTurnedOff?: undefined;
514
+ } | {
515
+ theCameraIsTurnedOff: string;
516
+ name?: undefined;
517
+ sections?: undefined;
509
518
  };
510
519
  overrideApplicationsAccess: {
511
520
  [x: number]: {
@@ -1,4 +1,4 @@
1
- import { ComponentSize } from "../../../../enums";
1
+ import { ComponentSize } from '../../../../enums';
2
2
  import { ScreenshotStatus } from '../../types';
3
3
  import { VideoCallAction } from './enums/VideoCallAction.enum';
4
4
  type __VLS_Props = {