@webitel/ui-sdk 25.12.53 → 25.12.55
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-BZWlQbtL.js → install-DHbnzyTA.js} +4868 -4819
- package/dist/{plyr-BjhPLHtl.js → plyr-DDl8uj6I.js} +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +24 -10
- package/dist/{vidstack-Bq6c3Bam-CaQgJvtD.js → vidstack-Bq6c3Bam-c8LF9HSj.js} +2 -2
- package/dist/{vidstack-D2pY00kU-C1K9yBS0.js → vidstack-D2pY00kU-b0T6CwgN.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-BrNWY994.js → vidstack-DDXt6fpN-NIc6oG3j.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-BjQmEj99.js → vidstack-D_-9AA6_-B_Nw0nF1.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-cD1m6YSL.js → vidstack-DqAw8m9J-j4x4rCsZ.js} +1 -1
- package/dist/{vidstack-audio-DrJ7GLQb.js → vidstack-audio-Dc0lAw8g.js} +2 -2
- package/dist/{vidstack-dash-D4-KCoOl.js → vidstack-dash-CTi0XXFj.js} +3 -3
- package/dist/{vidstack-google-cast-DpYHSpib.js → vidstack-google-cast-BTfcCr2M.js} +3 -3
- package/dist/{vidstack-hls-C0h3iDtC.js → vidstack-hls-Bp1b8Iwo.js} +3 -3
- package/dist/{vidstack-video-CPU-Wksg.js → vidstack-video-DZg31EmF.js} +2 -2
- package/dist/{vidstack-vimeo-DbZ3Laio.js → vidstack-vimeo-DXQzsSgO.js} +3 -3
- package/dist/{vidstack-youtube-BMCERdW-.js → vidstack-youtube-BReczNxo.js} +2 -2
- package/dist/{vuex.esm-bundler-CnR5yCWV.js → vuex.esm-bundler-BTTiQ4iy.js} +1 -1
- package/package.json +2 -2
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +2 -2
- package/src/enums/MimeTypes/MimeTypes.enum.ts +21 -0
- package/src/enums/index.ts +2 -0
- package/src/locale/en/en.js +12 -0
- package/src/locale/es/es.js +12 -0
- package/src/locale/kz/kz.js +12 -0
- package/src/locale/pl/pl.js +12 -0
- package/src/locale/ro/ro.js +12 -0
- package/src/locale/ru/ru.js +12 -0
- package/src/locale/uk/uk.js +12 -0
- package/src/locale/uz/uz.js +12 -0
- package/src/locale/vi/vi.js +12 -0
- package/src/modules/AgentPdfs/assets/pdf-done.png +0 -0
- package/src/modules/AgentPdfs/assets/pdf-error.png +0 -0
- package/src/modules/AgentPdfs/assets/pdf-pending.png +0 -0
- package/src/modules/AgentPdfs/assets/pdf-processing.png +0 -0
- package/src/modules/AgentPdfs/components/agent-pdfs-tab.vue +257 -0
- package/src/modules/AgentPdfs/components/pdf-status-preview.vue +55 -0
- package/src/modules/AgentPdfs/components/pdf-status.vue +67 -0
- package/types/enums/MimeTypes/MimeTypes.enum.d.ts +16 -0
- package/types/enums/index.d.ts +2 -1
- package/types/locale/en/en.d.ts +11 -0
- package/types/locale/es/es.d.ts +18 -5
- package/types/locale/i18n.d.ts +99 -0
- package/types/locale/index.d.ts +99 -0
- package/types/locale/kz/kz.d.ts +18 -5
- package/types/locale/pl/pl.d.ts +18 -5
- package/types/locale/ro/ro.d.ts +18 -5
- package/types/locale/ru/ru.d.ts +18 -5
- package/types/locale/uk/uk.d.ts +18 -5
- package/types/locale/uz/uz.d.ts +18 -5
- package/types/locale/vi/vi.d.ts +18 -5
- package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +29 -0
- package/types/modules/AgentPdfs/components/pdf-status-preview.vue.d.ts +12 -0
- package/types/modules/AgentPdfs/components/pdf-status.vue.d.ts +7 -0
package/types/locale/i18n.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
35
35
|
to: string;
|
|
36
36
|
tts: string;
|
|
37
37
|
state: string;
|
|
38
|
+
status: string;
|
|
38
39
|
refresh: string;
|
|
39
40
|
retry: string;
|
|
40
41
|
downloadAll: string;
|
|
@@ -211,6 +212,16 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
211
212
|
};
|
|
212
213
|
screenRecordings: string;
|
|
213
214
|
screenshots: string;
|
|
215
|
+
agentPdfs: {
|
|
216
|
+
pdfs: string;
|
|
217
|
+
preview: string;
|
|
218
|
+
status: {
|
|
219
|
+
PENDING: string;
|
|
220
|
+
PROCESSING: string;
|
|
221
|
+
DONE: string;
|
|
222
|
+
FAILED: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
214
225
|
};
|
|
215
226
|
channel: {
|
|
216
227
|
state: {
|
|
@@ -815,6 +826,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
815
826
|
to: string;
|
|
816
827
|
tts: string;
|
|
817
828
|
state: string;
|
|
829
|
+
status: string;
|
|
818
830
|
refresh: string;
|
|
819
831
|
retry: string;
|
|
820
832
|
downloadAll: string;
|
|
@@ -991,6 +1003,16 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
991
1003
|
};
|
|
992
1004
|
screenRecordings: string;
|
|
993
1005
|
screenshots: string;
|
|
1006
|
+
agentPdfs: {
|
|
1007
|
+
pdfs: string;
|
|
1008
|
+
preview: string;
|
|
1009
|
+
status: {
|
|
1010
|
+
PENDING: string;
|
|
1011
|
+
PROCESSING: string;
|
|
1012
|
+
DONE: string;
|
|
1013
|
+
FAILED: string;
|
|
1014
|
+
};
|
|
1015
|
+
};
|
|
994
1016
|
};
|
|
995
1017
|
channel: {
|
|
996
1018
|
state: {
|
|
@@ -1722,6 +1744,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1722
1744
|
to: string;
|
|
1723
1745
|
tts: string;
|
|
1724
1746
|
state: string;
|
|
1747
|
+
status: string;
|
|
1725
1748
|
refresh: string;
|
|
1726
1749
|
retry: string;
|
|
1727
1750
|
downloadAll: string;
|
|
@@ -1898,6 +1921,16 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1898
1921
|
};
|
|
1899
1922
|
screenRecordings: string;
|
|
1900
1923
|
screenshots: string;
|
|
1924
|
+
agentPdfs: {
|
|
1925
|
+
pdfs: string;
|
|
1926
|
+
preview: string;
|
|
1927
|
+
status: {
|
|
1928
|
+
PENDING: string;
|
|
1929
|
+
PROCESSING: string;
|
|
1930
|
+
DONE: string;
|
|
1931
|
+
FAILED: string;
|
|
1932
|
+
};
|
|
1933
|
+
};
|
|
1901
1934
|
};
|
|
1902
1935
|
channel: {
|
|
1903
1936
|
state: {
|
|
@@ -2631,6 +2664,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2631
2664
|
to: string;
|
|
2632
2665
|
tts: string;
|
|
2633
2666
|
state: string;
|
|
2667
|
+
status: string;
|
|
2634
2668
|
refresh: string;
|
|
2635
2669
|
retry: string;
|
|
2636
2670
|
downloadAll: string;
|
|
@@ -2807,6 +2841,16 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2807
2841
|
};
|
|
2808
2842
|
screenRecordings: string;
|
|
2809
2843
|
screenshots: string;
|
|
2844
|
+
agentPdfs: {
|
|
2845
|
+
pdfs: string;
|
|
2846
|
+
preview: string;
|
|
2847
|
+
status: {
|
|
2848
|
+
PENDING: string;
|
|
2849
|
+
PROCESSING: string;
|
|
2850
|
+
DONE: string;
|
|
2851
|
+
FAILED: string;
|
|
2852
|
+
};
|
|
2853
|
+
};
|
|
2810
2854
|
};
|
|
2811
2855
|
channel: {
|
|
2812
2856
|
state: {
|
|
@@ -3538,6 +3582,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3538
3582
|
to: string;
|
|
3539
3583
|
tts: string;
|
|
3540
3584
|
state: string;
|
|
3585
|
+
status: string;
|
|
3541
3586
|
refresh: string;
|
|
3542
3587
|
retry: string;
|
|
3543
3588
|
downloadAll: string;
|
|
@@ -3714,6 +3759,16 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3714
3759
|
};
|
|
3715
3760
|
screenRecordings: string;
|
|
3716
3761
|
screenshots: string;
|
|
3762
|
+
agentPdfs: {
|
|
3763
|
+
pdfs: string;
|
|
3764
|
+
preview: string;
|
|
3765
|
+
status: {
|
|
3766
|
+
PENDING: string;
|
|
3767
|
+
PROCESSING: string;
|
|
3768
|
+
DONE: string;
|
|
3769
|
+
FAILED: string;
|
|
3770
|
+
};
|
|
3771
|
+
};
|
|
3717
3772
|
};
|
|
3718
3773
|
channel: {
|
|
3719
3774
|
state: {
|
|
@@ -4447,6 +4502,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4447
4502
|
to: string;
|
|
4448
4503
|
tts: string;
|
|
4449
4504
|
state: string;
|
|
4505
|
+
status: string;
|
|
4450
4506
|
refresh: string;
|
|
4451
4507
|
retry: string;
|
|
4452
4508
|
downloadAll: string;
|
|
@@ -4623,6 +4679,16 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4623
4679
|
};
|
|
4624
4680
|
screenRecordings: string;
|
|
4625
4681
|
screenshots: string;
|
|
4682
|
+
agentPdfs: {
|
|
4683
|
+
pdfs: string;
|
|
4684
|
+
preview: string;
|
|
4685
|
+
status: {
|
|
4686
|
+
PENDING: string;
|
|
4687
|
+
PROCESSING: string;
|
|
4688
|
+
DONE: string;
|
|
4689
|
+
FAILED: string;
|
|
4690
|
+
};
|
|
4691
|
+
};
|
|
4626
4692
|
};
|
|
4627
4693
|
channel: {
|
|
4628
4694
|
state: {
|
|
@@ -5356,6 +5422,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5356
5422
|
to: string;
|
|
5357
5423
|
tts: string;
|
|
5358
5424
|
state: string;
|
|
5425
|
+
status: string;
|
|
5359
5426
|
refresh: string;
|
|
5360
5427
|
retry: string;
|
|
5361
5428
|
downloadAll: string;
|
|
@@ -5532,6 +5599,16 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5532
5599
|
};
|
|
5533
5600
|
screenRecordings: string;
|
|
5534
5601
|
screenshots: string;
|
|
5602
|
+
agentPdfs: {
|
|
5603
|
+
pdfs: string;
|
|
5604
|
+
preview: string;
|
|
5605
|
+
status: {
|
|
5606
|
+
PENDING: string;
|
|
5607
|
+
PROCESSING: string;
|
|
5608
|
+
DONE: string;
|
|
5609
|
+
FAILED: string;
|
|
5610
|
+
};
|
|
5611
|
+
};
|
|
5535
5612
|
};
|
|
5536
5613
|
channel: {
|
|
5537
5614
|
state: {
|
|
@@ -6265,6 +6342,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6265
6342
|
to: string;
|
|
6266
6343
|
tts: string;
|
|
6267
6344
|
state: string;
|
|
6345
|
+
status: string;
|
|
6268
6346
|
refresh: string;
|
|
6269
6347
|
retry: string;
|
|
6270
6348
|
downloadAll: string;
|
|
@@ -6441,6 +6519,16 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6441
6519
|
};
|
|
6442
6520
|
screenRecordings: string;
|
|
6443
6521
|
screenshots: string;
|
|
6522
|
+
agentPdfs: {
|
|
6523
|
+
pdfs: string;
|
|
6524
|
+
preview: string;
|
|
6525
|
+
status: {
|
|
6526
|
+
PENDING: string;
|
|
6527
|
+
PROCESSING: string;
|
|
6528
|
+
DONE: string;
|
|
6529
|
+
FAILED: string;
|
|
6530
|
+
};
|
|
6531
|
+
};
|
|
6444
6532
|
};
|
|
6445
6533
|
channel: {
|
|
6446
6534
|
state: {
|
|
@@ -7174,6 +7262,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7174
7262
|
to: string;
|
|
7175
7263
|
tts: string;
|
|
7176
7264
|
state: string;
|
|
7265
|
+
status: string;
|
|
7177
7266
|
refresh: string;
|
|
7178
7267
|
retry: string;
|
|
7179
7268
|
downloadAll: string;
|
|
@@ -7350,6 +7439,16 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7350
7439
|
};
|
|
7351
7440
|
screenRecordings: string;
|
|
7352
7441
|
screenshots: string;
|
|
7442
|
+
agentPdfs: {
|
|
7443
|
+
pdfs: string;
|
|
7444
|
+
preview: string;
|
|
7445
|
+
status: {
|
|
7446
|
+
PENDING: string;
|
|
7447
|
+
PROCESSING: string;
|
|
7448
|
+
DONE: string;
|
|
7449
|
+
FAILED: string;
|
|
7450
|
+
};
|
|
7451
|
+
};
|
|
7353
7452
|
};
|
|
7354
7453
|
channel: {
|
|
7355
7454
|
state: {
|
package/types/locale/index.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ export declare const messages: {
|
|
|
45
45
|
to: string;
|
|
46
46
|
tts: string;
|
|
47
47
|
state: string;
|
|
48
|
+
status: string;
|
|
48
49
|
refresh: string;
|
|
49
50
|
retry: string;
|
|
50
51
|
downloadAll: string;
|
|
@@ -221,6 +222,16 @@ export declare const messages: {
|
|
|
221
222
|
};
|
|
222
223
|
screenRecordings: string;
|
|
223
224
|
screenshots: string;
|
|
225
|
+
agentPdfs: {
|
|
226
|
+
pdfs: string;
|
|
227
|
+
preview: string;
|
|
228
|
+
status: {
|
|
229
|
+
PENDING: string;
|
|
230
|
+
PROCESSING: string;
|
|
231
|
+
DONE: string;
|
|
232
|
+
FAILED: string;
|
|
233
|
+
};
|
|
234
|
+
};
|
|
224
235
|
};
|
|
225
236
|
channel: {
|
|
226
237
|
state: {
|
|
@@ -825,6 +836,7 @@ export declare const messages: {
|
|
|
825
836
|
to: string;
|
|
826
837
|
tts: string;
|
|
827
838
|
state: string;
|
|
839
|
+
status: string;
|
|
828
840
|
refresh: string;
|
|
829
841
|
retry: string;
|
|
830
842
|
downloadAll: string;
|
|
@@ -1001,6 +1013,16 @@ export declare const messages: {
|
|
|
1001
1013
|
};
|
|
1002
1014
|
screenRecordings: string;
|
|
1003
1015
|
screenshots: string;
|
|
1016
|
+
agentPdfs: {
|
|
1017
|
+
pdfs: string;
|
|
1018
|
+
preview: string;
|
|
1019
|
+
status: {
|
|
1020
|
+
PENDING: string;
|
|
1021
|
+
PROCESSING: string;
|
|
1022
|
+
DONE: string;
|
|
1023
|
+
FAILED: string;
|
|
1024
|
+
};
|
|
1025
|
+
};
|
|
1004
1026
|
};
|
|
1005
1027
|
channel: {
|
|
1006
1028
|
state: {
|
|
@@ -1732,6 +1754,7 @@ export declare const messages: {
|
|
|
1732
1754
|
to: string;
|
|
1733
1755
|
tts: string;
|
|
1734
1756
|
state: string;
|
|
1757
|
+
status: string;
|
|
1735
1758
|
refresh: string;
|
|
1736
1759
|
retry: string;
|
|
1737
1760
|
downloadAll: string;
|
|
@@ -1908,6 +1931,16 @@ export declare const messages: {
|
|
|
1908
1931
|
};
|
|
1909
1932
|
screenRecordings: string;
|
|
1910
1933
|
screenshots: string;
|
|
1934
|
+
agentPdfs: {
|
|
1935
|
+
pdfs: string;
|
|
1936
|
+
preview: string;
|
|
1937
|
+
status: {
|
|
1938
|
+
PENDING: string;
|
|
1939
|
+
PROCESSING: string;
|
|
1940
|
+
DONE: string;
|
|
1941
|
+
FAILED: string;
|
|
1942
|
+
};
|
|
1943
|
+
};
|
|
1911
1944
|
};
|
|
1912
1945
|
channel: {
|
|
1913
1946
|
state: {
|
|
@@ -2641,6 +2674,7 @@ export declare const messages: {
|
|
|
2641
2674
|
to: string;
|
|
2642
2675
|
tts: string;
|
|
2643
2676
|
state: string;
|
|
2677
|
+
status: string;
|
|
2644
2678
|
refresh: string;
|
|
2645
2679
|
retry: string;
|
|
2646
2680
|
downloadAll: string;
|
|
@@ -2817,6 +2851,16 @@ export declare const messages: {
|
|
|
2817
2851
|
};
|
|
2818
2852
|
screenRecordings: string;
|
|
2819
2853
|
screenshots: string;
|
|
2854
|
+
agentPdfs: {
|
|
2855
|
+
pdfs: string;
|
|
2856
|
+
preview: string;
|
|
2857
|
+
status: {
|
|
2858
|
+
PENDING: string;
|
|
2859
|
+
PROCESSING: string;
|
|
2860
|
+
DONE: string;
|
|
2861
|
+
FAILED: string;
|
|
2862
|
+
};
|
|
2863
|
+
};
|
|
2820
2864
|
};
|
|
2821
2865
|
channel: {
|
|
2822
2866
|
state: {
|
|
@@ -3548,6 +3592,7 @@ export declare const messages: {
|
|
|
3548
3592
|
to: string;
|
|
3549
3593
|
tts: string;
|
|
3550
3594
|
state: string;
|
|
3595
|
+
status: string;
|
|
3551
3596
|
refresh: string;
|
|
3552
3597
|
retry: string;
|
|
3553
3598
|
downloadAll: string;
|
|
@@ -3724,6 +3769,16 @@ export declare const messages: {
|
|
|
3724
3769
|
};
|
|
3725
3770
|
screenRecordings: string;
|
|
3726
3771
|
screenshots: string;
|
|
3772
|
+
agentPdfs: {
|
|
3773
|
+
pdfs: string;
|
|
3774
|
+
preview: string;
|
|
3775
|
+
status: {
|
|
3776
|
+
PENDING: string;
|
|
3777
|
+
PROCESSING: string;
|
|
3778
|
+
DONE: string;
|
|
3779
|
+
FAILED: string;
|
|
3780
|
+
};
|
|
3781
|
+
};
|
|
3727
3782
|
};
|
|
3728
3783
|
channel: {
|
|
3729
3784
|
state: {
|
|
@@ -4457,6 +4512,7 @@ export declare const messages: {
|
|
|
4457
4512
|
to: string;
|
|
4458
4513
|
tts: string;
|
|
4459
4514
|
state: string;
|
|
4515
|
+
status: string;
|
|
4460
4516
|
refresh: string;
|
|
4461
4517
|
retry: string;
|
|
4462
4518
|
downloadAll: string;
|
|
@@ -4633,6 +4689,16 @@ export declare const messages: {
|
|
|
4633
4689
|
};
|
|
4634
4690
|
screenRecordings: string;
|
|
4635
4691
|
screenshots: string;
|
|
4692
|
+
agentPdfs: {
|
|
4693
|
+
pdfs: string;
|
|
4694
|
+
preview: string;
|
|
4695
|
+
status: {
|
|
4696
|
+
PENDING: string;
|
|
4697
|
+
PROCESSING: string;
|
|
4698
|
+
DONE: string;
|
|
4699
|
+
FAILED: string;
|
|
4700
|
+
};
|
|
4701
|
+
};
|
|
4636
4702
|
};
|
|
4637
4703
|
channel: {
|
|
4638
4704
|
state: {
|
|
@@ -5366,6 +5432,7 @@ export declare const messages: {
|
|
|
5366
5432
|
to: string;
|
|
5367
5433
|
tts: string;
|
|
5368
5434
|
state: string;
|
|
5435
|
+
status: string;
|
|
5369
5436
|
refresh: string;
|
|
5370
5437
|
retry: string;
|
|
5371
5438
|
downloadAll: string;
|
|
@@ -5542,6 +5609,16 @@ export declare const messages: {
|
|
|
5542
5609
|
};
|
|
5543
5610
|
screenRecordings: string;
|
|
5544
5611
|
screenshots: string;
|
|
5612
|
+
agentPdfs: {
|
|
5613
|
+
pdfs: string;
|
|
5614
|
+
preview: string;
|
|
5615
|
+
status: {
|
|
5616
|
+
PENDING: string;
|
|
5617
|
+
PROCESSING: string;
|
|
5618
|
+
DONE: string;
|
|
5619
|
+
FAILED: string;
|
|
5620
|
+
};
|
|
5621
|
+
};
|
|
5545
5622
|
};
|
|
5546
5623
|
channel: {
|
|
5547
5624
|
state: {
|
|
@@ -6275,6 +6352,7 @@ export declare const messages: {
|
|
|
6275
6352
|
to: string;
|
|
6276
6353
|
tts: string;
|
|
6277
6354
|
state: string;
|
|
6355
|
+
status: string;
|
|
6278
6356
|
refresh: string;
|
|
6279
6357
|
retry: string;
|
|
6280
6358
|
downloadAll: string;
|
|
@@ -6451,6 +6529,16 @@ export declare const messages: {
|
|
|
6451
6529
|
};
|
|
6452
6530
|
screenRecordings: string;
|
|
6453
6531
|
screenshots: string;
|
|
6532
|
+
agentPdfs: {
|
|
6533
|
+
pdfs: string;
|
|
6534
|
+
preview: string;
|
|
6535
|
+
status: {
|
|
6536
|
+
PENDING: string;
|
|
6537
|
+
PROCESSING: string;
|
|
6538
|
+
DONE: string;
|
|
6539
|
+
FAILED: string;
|
|
6540
|
+
};
|
|
6541
|
+
};
|
|
6454
6542
|
};
|
|
6455
6543
|
channel: {
|
|
6456
6544
|
state: {
|
|
@@ -7184,6 +7272,7 @@ export declare const messages: {
|
|
|
7184
7272
|
to: string;
|
|
7185
7273
|
tts: string;
|
|
7186
7274
|
state: string;
|
|
7275
|
+
status: string;
|
|
7187
7276
|
refresh: string;
|
|
7188
7277
|
retry: string;
|
|
7189
7278
|
downloadAll: string;
|
|
@@ -7360,6 +7449,16 @@ export declare const messages: {
|
|
|
7360
7449
|
};
|
|
7361
7450
|
screenRecordings: string;
|
|
7362
7451
|
screenshots: string;
|
|
7452
|
+
agentPdfs: {
|
|
7453
|
+
pdfs: string;
|
|
7454
|
+
preview: string;
|
|
7455
|
+
status: {
|
|
7456
|
+
PENDING: string;
|
|
7457
|
+
PROCESSING: string;
|
|
7458
|
+
DONE: string;
|
|
7459
|
+
FAILED: string;
|
|
7460
|
+
};
|
|
7461
|
+
};
|
|
7363
7462
|
};
|
|
7364
7463
|
channel: {
|
|
7365
7464
|
state: {
|
package/types/locale/kz/kz.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ declare namespace _default {
|
|
|
38
38
|
export let to: string;
|
|
39
39
|
export let tts: string;
|
|
40
40
|
export let state: string;
|
|
41
|
+
export let status: string;
|
|
41
42
|
export let refresh: string;
|
|
42
43
|
export let retry: string;
|
|
43
44
|
export let downloadAll: string;
|
|
@@ -192,12 +193,13 @@ declare namespace _default {
|
|
|
192
193
|
export namespace agent {
|
|
193
194
|
let agent_1: string;
|
|
194
195
|
export { agent_1 as agent };
|
|
195
|
-
|
|
196
|
+
let status_1: {
|
|
196
197
|
[x: number]: string;
|
|
197
198
|
online: string;
|
|
198
199
|
pause: string;
|
|
199
200
|
offline: string;
|
|
200
201
|
};
|
|
202
|
+
export { status_1 as status };
|
|
201
203
|
}
|
|
202
204
|
export namespace flow {
|
|
203
205
|
let name_1: string;
|
|
@@ -228,6 +230,17 @@ declare namespace _default {
|
|
|
228
230
|
}
|
|
229
231
|
export let screenRecordings: string;
|
|
230
232
|
export let screenshots: string;
|
|
233
|
+
export namespace agentPdfs {
|
|
234
|
+
export let pdfs: string;
|
|
235
|
+
export let preview: string;
|
|
236
|
+
export namespace status_2 {
|
|
237
|
+
let PENDING: string;
|
|
238
|
+
let PROCESSING: string;
|
|
239
|
+
let DONE: string;
|
|
240
|
+
let FAILED: string;
|
|
241
|
+
}
|
|
242
|
+
export { status_2 as status };
|
|
243
|
+
}
|
|
231
244
|
}
|
|
232
245
|
export namespace channel_1 {
|
|
233
246
|
let state_1: {
|
|
@@ -262,8 +275,8 @@ declare namespace _default {
|
|
|
262
275
|
export { direction_1 as direction };
|
|
263
276
|
}
|
|
264
277
|
export namespace cases {
|
|
265
|
-
let
|
|
266
|
-
export {
|
|
278
|
+
let status_3: string;
|
|
279
|
+
export { status_3 as status };
|
|
267
280
|
export let source: string;
|
|
268
281
|
export let author: string;
|
|
269
282
|
export let reporter: string;
|
|
@@ -894,10 +907,10 @@ declare namespace _default {
|
|
|
894
907
|
linked: any;
|
|
895
908
|
}): any;
|
|
896
909
|
export { source_1 as source };
|
|
897
|
-
export function
|
|
910
|
+
export function status_4({ linked }: {
|
|
898
911
|
linked: any;
|
|
899
912
|
}): any;
|
|
900
|
-
export {
|
|
913
|
+
export { status_4 as status };
|
|
901
914
|
export function tag_1({ linked }: {
|
|
902
915
|
linked: any;
|
|
903
916
|
}): any;
|
package/types/locale/pl/pl.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ declare namespace _default {
|
|
|
38
38
|
export let to: string;
|
|
39
39
|
export let tts: string;
|
|
40
40
|
export let state: string;
|
|
41
|
+
export let status: string;
|
|
41
42
|
export let refresh: string;
|
|
42
43
|
export let retry: string;
|
|
43
44
|
export let downloadAll: string;
|
|
@@ -192,12 +193,13 @@ declare namespace _default {
|
|
|
192
193
|
export namespace agent {
|
|
193
194
|
let agent_1: string;
|
|
194
195
|
export { agent_1 as agent };
|
|
195
|
-
|
|
196
|
+
let status_1: {
|
|
196
197
|
[x: number]: string;
|
|
197
198
|
online: string;
|
|
198
199
|
pause: string;
|
|
199
200
|
offline: string;
|
|
200
201
|
};
|
|
202
|
+
export { status_1 as status };
|
|
201
203
|
}
|
|
202
204
|
export namespace flow {
|
|
203
205
|
let name_1: string;
|
|
@@ -228,6 +230,17 @@ declare namespace _default {
|
|
|
228
230
|
}
|
|
229
231
|
export let screenRecordings: string;
|
|
230
232
|
export let screenshots: string;
|
|
233
|
+
export namespace agentPdfs {
|
|
234
|
+
export let pdfs: string;
|
|
235
|
+
export let preview: string;
|
|
236
|
+
export namespace status_2 {
|
|
237
|
+
let PENDING: string;
|
|
238
|
+
let PROCESSING: string;
|
|
239
|
+
let DONE: string;
|
|
240
|
+
let FAILED: string;
|
|
241
|
+
}
|
|
242
|
+
export { status_2 as status };
|
|
243
|
+
}
|
|
231
244
|
}
|
|
232
245
|
export namespace channel_1 {
|
|
233
246
|
let state_1: {
|
|
@@ -262,8 +275,8 @@ declare namespace _default {
|
|
|
262
275
|
export { direction_1 as direction };
|
|
263
276
|
}
|
|
264
277
|
export namespace cases {
|
|
265
|
-
let
|
|
266
|
-
export {
|
|
278
|
+
let status_3: string;
|
|
279
|
+
export { status_3 as status };
|
|
267
280
|
export let source: string;
|
|
268
281
|
export let author: string;
|
|
269
282
|
export let reporter: string;
|
|
@@ -894,10 +907,10 @@ declare namespace _default {
|
|
|
894
907
|
linked: any;
|
|
895
908
|
}): any;
|
|
896
909
|
export { source_1 as source };
|
|
897
|
-
export function
|
|
910
|
+
export function status_4({ linked }: {
|
|
898
911
|
linked: any;
|
|
899
912
|
}): any;
|
|
900
|
-
export {
|
|
913
|
+
export { status_4 as status };
|
|
901
914
|
export function tag_1({ linked }: {
|
|
902
915
|
linked: any;
|
|
903
916
|
}): any;
|
package/types/locale/ro/ro.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ declare namespace _default {
|
|
|
38
38
|
export let to: string;
|
|
39
39
|
export let tts: string;
|
|
40
40
|
export let state: string;
|
|
41
|
+
export let status: string;
|
|
41
42
|
export let refresh: string;
|
|
42
43
|
export let retry: string;
|
|
43
44
|
export let downloadAll: string;
|
|
@@ -192,12 +193,13 @@ declare namespace _default {
|
|
|
192
193
|
export namespace agent {
|
|
193
194
|
let agent_1: string;
|
|
194
195
|
export { agent_1 as agent };
|
|
195
|
-
|
|
196
|
+
let status_1: {
|
|
196
197
|
[x: number]: string;
|
|
197
198
|
online: string;
|
|
198
199
|
pause: string;
|
|
199
200
|
offline: string;
|
|
200
201
|
};
|
|
202
|
+
export { status_1 as status };
|
|
201
203
|
}
|
|
202
204
|
export namespace flow {
|
|
203
205
|
let name_1: string;
|
|
@@ -228,6 +230,17 @@ declare namespace _default {
|
|
|
228
230
|
}
|
|
229
231
|
export let screenRecordings: string;
|
|
230
232
|
export let screenshots: string;
|
|
233
|
+
export namespace agentPdfs {
|
|
234
|
+
export let pdfs: string;
|
|
235
|
+
export let preview: string;
|
|
236
|
+
export namespace status_2 {
|
|
237
|
+
let PENDING: string;
|
|
238
|
+
let PROCESSING: string;
|
|
239
|
+
let DONE: string;
|
|
240
|
+
let FAILED: string;
|
|
241
|
+
}
|
|
242
|
+
export { status_2 as status };
|
|
243
|
+
}
|
|
231
244
|
}
|
|
232
245
|
export namespace channel_1 {
|
|
233
246
|
let state_1: {
|
|
@@ -262,8 +275,8 @@ declare namespace _default {
|
|
|
262
275
|
export { direction_1 as direction };
|
|
263
276
|
}
|
|
264
277
|
export namespace cases {
|
|
265
|
-
let
|
|
266
|
-
export {
|
|
278
|
+
let status_3: string;
|
|
279
|
+
export { status_3 as status };
|
|
267
280
|
export let source: string;
|
|
268
281
|
export let author: string;
|
|
269
282
|
export let reporter: string;
|
|
@@ -894,10 +907,10 @@ declare namespace _default {
|
|
|
894
907
|
linked: any;
|
|
895
908
|
}): any;
|
|
896
909
|
export { source_1 as source };
|
|
897
|
-
export function
|
|
910
|
+
export function status_4({ linked }: {
|
|
898
911
|
linked: any;
|
|
899
912
|
}): any;
|
|
900
|
-
export {
|
|
913
|
+
export { status_4 as status };
|
|
901
914
|
export function tag_1({ linked }: {
|
|
902
915
|
linked: any;
|
|
903
916
|
}): any;
|
package/types/locale/ru/ru.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ declare namespace _default {
|
|
|
36
36
|
export let to: string;
|
|
37
37
|
export let tts: string;
|
|
38
38
|
export let state: string;
|
|
39
|
+
export let status: string;
|
|
39
40
|
export let refresh: string;
|
|
40
41
|
export let retry: string;
|
|
41
42
|
export let downloadAll: string;
|
|
@@ -190,12 +191,13 @@ declare namespace _default {
|
|
|
190
191
|
export namespace agent {
|
|
191
192
|
let agent_1: string;
|
|
192
193
|
export { agent_1 as agent };
|
|
193
|
-
|
|
194
|
+
let status_1: {
|
|
194
195
|
[x: number]: string;
|
|
195
196
|
online: string;
|
|
196
197
|
pause: string;
|
|
197
198
|
offline: string;
|
|
198
199
|
};
|
|
200
|
+
export { status_1 as status };
|
|
199
201
|
}
|
|
200
202
|
export namespace flow {
|
|
201
203
|
let name_1: string;
|
|
@@ -226,6 +228,17 @@ declare namespace _default {
|
|
|
226
228
|
}
|
|
227
229
|
export let screenRecordings: string;
|
|
228
230
|
export let screenshots: string;
|
|
231
|
+
export namespace agentPdfs {
|
|
232
|
+
export let pdfs: string;
|
|
233
|
+
export let preview: string;
|
|
234
|
+
export namespace status_2 {
|
|
235
|
+
let PENDING: string;
|
|
236
|
+
let PROCESSING: string;
|
|
237
|
+
let DONE: string;
|
|
238
|
+
let FAILED: string;
|
|
239
|
+
}
|
|
240
|
+
export { status_2 as status };
|
|
241
|
+
}
|
|
229
242
|
}
|
|
230
243
|
export namespace channel_1 {
|
|
231
244
|
let state_1: {
|
|
@@ -253,8 +266,8 @@ declare namespace _default {
|
|
|
253
266
|
}
|
|
254
267
|
export { channel_1 as channel };
|
|
255
268
|
export namespace cases {
|
|
256
|
-
let
|
|
257
|
-
export {
|
|
269
|
+
let status_3: string;
|
|
270
|
+
export { status_3 as status };
|
|
258
271
|
export let source: string;
|
|
259
272
|
export let author: string;
|
|
260
273
|
export let reporter: string;
|
|
@@ -892,10 +905,10 @@ declare namespace _default {
|
|
|
892
905
|
linked: any;
|
|
893
906
|
}): any;
|
|
894
907
|
export { source_1 as source };
|
|
895
|
-
export function
|
|
908
|
+
export function status_4({ linked }: {
|
|
896
909
|
linked: any;
|
|
897
910
|
}): any;
|
|
898
|
-
export {
|
|
911
|
+
export { status_4 as status };
|
|
899
912
|
export function tag_1({ linked }: {
|
|
900
913
|
linked: any;
|
|
901
914
|
}): any;
|