@webitel/ui-sdk 25.10.12 → 25.10.13

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.
@@ -1,3 +1,4 @@
1
+ export * from './_enums/TranslationLocale.enum';
1
2
  import en from './en/en';
2
3
  import es from './es/es';
3
4
  import kz from './kz/kz';
@@ -8,871 +9,7 @@ import uk from './uk/uk';
8
9
  import uz from './uz/uz';
9
10
  import vi from './vi/vi';
10
11
  export declare const messages: {
11
- en: {
12
- reusable: {
13
- comment: string;
14
- replace: string;
15
- download: string;
16
- history: string;
17
- filter: ({ plural }: {
18
- plural: any;
19
- }) => any;
20
- total: string;
21
- ok: string;
22
- object: string;
23
- save: string;
24
- saveAs: string;
25
- saved: string;
26
- send: string;
27
- start: string;
28
- close: string;
29
- add: string;
30
- cancel: string;
31
- import: string;
32
- export: string;
33
- true: string;
34
- title: string;
35
- position: string;
36
- delete: string;
37
- search: string;
38
- open: string;
39
- name: string;
40
- expand: string;
41
- collapse: string;
42
- generate: string;
43
- lang: {
44
- en: string;
45
- es: string;
46
- ru: string;
47
- uk: string;
48
- kz: string;
49
- };
50
- from: string;
51
- to: string;
52
- tts: string;
53
- state: string;
54
- refresh: string;
55
- retry: string;
56
- downloadAll: string;
57
- warning: string;
58
- doNotSave: string;
59
- required: string;
60
- copy: string;
61
- new: string;
62
- createdAt: string;
63
- createdBy: string;
64
- modifiedAt: string;
65
- modifiedBy: string;
66
- general: string;
67
- generalInfo: string;
68
- all: string;
69
- upload: string;
70
- edit: string;
71
- back: string;
72
- step: string;
73
- more: string;
74
- read: string;
75
- create: string;
76
- update: string;
77
- draggable: string;
78
- unassigned: string;
79
- showUnassigned: string;
80
- group: string;
81
- updatedBy: () => string;
82
- };
83
- vocabulary: {
84
- apply: string;
85
- language: string;
86
- voice: string;
87
- format: string;
88
- text: string;
89
- yes: string;
90
- no: string;
91
- description: string;
92
- login: string;
93
- host: string;
94
- time: string;
95
- channel: string;
96
- file: string;
97
- logout: string;
98
- priority: string;
99
- color: string;
100
- variables: string;
101
- type: string;
102
- tag: string;
103
- output: string;
104
- values: string;
105
- keys: string;
106
- duration: string;
107
- reset: string;
108
- errors: string;
109
- labels: string;
110
- permissions: string;
111
- options: string;
112
- emails: string;
113
- phones: string;
114
- messaging: string;
115
- emptyResultSearch: string;
116
- contact: string;
117
- column: string;
118
- notification: string;
119
- screencast: string;
120
- };
121
- date: {
122
- sec: string;
123
- timezone: string;
124
- };
125
- access: {
126
- ObAC: string;
127
- RbAC: string;
128
- operations: string;
129
- rbacDefault: string;
130
- accessMode: {
131
- 1: string;
132
- 2: string;
133
- 3: string;
134
- };
135
- };
136
- objects: {
137
- team: string;
138
- supervisor: string;
139
- auditor: string;
140
- region: string;
141
- communicationType: string;
142
- grantee: string;
143
- grantor: string;
144
- role: string;
145
- user: string;
146
- list: string;
147
- contact: string;
148
- case: string;
149
- customLookup: {
150
- customLookup: string;
151
- };
152
- calendar: string;
153
- direction: string;
154
- gateway: string;
155
- hangupCause: string;
156
- hasOption: string;
157
- hasRecording: string;
158
- amdResult: string;
159
- ratedBy: string;
160
- talkDuration: string;
161
- totalDuration: string;
162
- transcription: string;
163
- attachment: string;
164
- owner: string;
165
- customization: {
166
- customization: string;
167
- };
168
- queue: {
169
- queue: string;
170
- type: {
171
- 1: string;
172
- 0: string;
173
- 2: string;
174
- 5: string;
175
- 4: string;
176
- 3: string;
177
- 6: string;
178
- 7: string;
179
- 8: string;
180
- };
181
- };
182
- agent: {
183
- agent: string;
184
- status: {
185
- [x: number]: string;
186
- online: string;
187
- pause: string;
188
- offline: string;
189
- };
190
- };
191
- flow: {
192
- name: string;
193
- type: {
194
- chat: string;
195
- voice: string;
196
- service: string;
197
- processing: string;
198
- };
199
- };
200
- messengers: {
201
- telegram: string;
202
- gotd: string;
203
- messenger: string;
204
- viber: string;
205
- webchat: string;
206
- infobip_whatsapp: string;
207
- custom: string;
208
- };
209
- quickReplies: {
210
- quickReplies: string;
211
- quickRepliesEmpty: string;
212
- };
213
- };
214
- channel: {
215
- state: {
216
- [x: number]: string;
217
- waiting: string;
218
- distribute: string;
219
- offering: string;
220
- answered: string;
221
- active: string;
222
- bridged: string;
223
- hold: string;
224
- missed: string;
225
- processing: string;
226
- transfer: string;
227
- };
228
- type: {
229
- call: string;
230
- email: string;
231
- chat: string;
232
- task: string;
233
- };
234
- };
235
- calls: {
236
- direction: {
237
- inbound: string;
238
- outbound: string;
239
- };
240
- };
241
- cases: {
242
- status: string;
243
- source: string;
244
- author: string;
245
- reporter: string;
246
- impacted: string;
247
- assignee: string;
248
- groupPerformers: string;
249
- reason: string;
250
- rating: string;
251
- service: string;
252
- selectAService: string;
253
- appliedSLA: string;
254
- appliedCondition: string;
255
- reactionTime: string;
256
- resolutionTime: string;
257
- actualReactionTime: string;
258
- actualResolutionTime: string;
259
- };
260
- WebitelApplications: {
261
- [x: number]: {
262
- name: string;
263
- sections?: undefined;
264
- } | {
265
- name: string;
266
- sections: {
267
- scorecards: string;
268
- contacts?: undefined;
269
- cases?: undefined;
270
- priorities?: undefined;
271
- "close-reason-groups"?: undefined;
272
- statuses?: undefined;
273
- slas?: undefined;
274
- "service-catalogs"?: undefined;
275
- sources?: undefined;
276
- "contact-groups"?: undefined;
277
- queues?: undefined;
278
- agents?: undefined;
279
- activeCalls?: undefined;
280
- users?: undefined;
281
- license?: undefined;
282
- devices?: undefined;
283
- flow?: undefined;
284
- dialplan?: undefined;
285
- gateways?: undefined;
286
- chatplan?: undefined;
287
- "chat-gateways"?: undefined;
288
- skills?: undefined;
289
- buckets?: undefined;
290
- media?: undefined;
291
- "shift-templates"?: undefined;
292
- "pause-templates"?: undefined;
293
- "working-conditions"?: undefined;
294
- blacklist?: undefined;
295
- calendars?: undefined;
296
- regions?: undefined;
297
- communications?: undefined;
298
- "pause-cause"?: undefined;
299
- teams?: undefined;
300
- resources?: undefined;
301
- "resource-groups"?: undefined;
302
- storage?: undefined;
303
- "storage-policies"?: undefined;
304
- "cognitive-profiles"?: undefined;
305
- "email-profiles"?: undefined;
306
- "single-sign-on"?: undefined;
307
- "import-csv"?: undefined;
308
- triggers?: undefined;
309
- roles?: undefined;
310
- objects?: undefined;
311
- changelogs?: undefined;
312
- configuration?: undefined;
313
- "global-variables"?: undefined;
314
- "quick-replies"?: undefined;
315
- };
316
- } | {
317
- name: string;
318
- sections: {
319
- contacts: string;
320
- cases: string;
321
- priorities: string;
322
- "close-reason-groups": string;
323
- statuses: string;
324
- slas: string;
325
- "service-catalogs": string;
326
- sources: string;
327
- "contact-groups": string;
328
- scorecards?: undefined;
329
- queues?: undefined;
330
- agents?: undefined;
331
- activeCalls?: undefined;
332
- users?: undefined;
333
- license?: undefined;
334
- devices?: undefined;
335
- flow?: undefined;
336
- dialplan?: undefined;
337
- gateways?: undefined;
338
- chatplan?: undefined;
339
- "chat-gateways"?: undefined;
340
- skills?: undefined;
341
- buckets?: undefined;
342
- media?: undefined;
343
- "shift-templates"?: undefined;
344
- "pause-templates"?: undefined;
345
- "working-conditions"?: undefined;
346
- blacklist?: undefined;
347
- calendars?: undefined;
348
- regions?: undefined;
349
- communications?: undefined;
350
- "pause-cause"?: undefined;
351
- teams?: undefined;
352
- resources?: undefined;
353
- "resource-groups"?: undefined;
354
- storage?: undefined;
355
- "storage-policies"?: undefined;
356
- "cognitive-profiles"?: undefined;
357
- "email-profiles"?: undefined;
358
- "single-sign-on"?: undefined;
359
- "import-csv"?: undefined;
360
- triggers?: undefined;
361
- roles?: undefined;
362
- objects?: undefined;
363
- changelogs?: undefined;
364
- configuration?: undefined;
365
- "global-variables"?: undefined;
366
- "quick-replies"?: undefined;
367
- };
368
- } | {
369
- name: string;
370
- sections: {
371
- queues: string;
372
- agents: string;
373
- activeCalls: string;
374
- scorecards?: undefined;
375
- contacts?: undefined;
376
- cases?: undefined;
377
- priorities?: undefined;
378
- "close-reason-groups"?: undefined;
379
- statuses?: undefined;
380
- slas?: undefined;
381
- "service-catalogs"?: undefined;
382
- sources?: undefined;
383
- "contact-groups"?: undefined;
384
- users?: undefined;
385
- license?: undefined;
386
- devices?: undefined;
387
- flow?: undefined;
388
- dialplan?: undefined;
389
- gateways?: undefined;
390
- chatplan?: undefined;
391
- "chat-gateways"?: undefined;
392
- skills?: undefined;
393
- buckets?: undefined;
394
- media?: undefined;
395
- "shift-templates"?: undefined;
396
- "pause-templates"?: undefined;
397
- "working-conditions"?: undefined;
398
- blacklist?: undefined;
399
- calendars?: undefined;
400
- regions?: undefined;
401
- communications?: undefined;
402
- "pause-cause"?: undefined;
403
- teams?: undefined;
404
- resources?: undefined;
405
- "resource-groups"?: undefined;
406
- storage?: undefined;
407
- "storage-policies"?: undefined;
408
- "cognitive-profiles"?: undefined;
409
- "email-profiles"?: undefined;
410
- "single-sign-on"?: undefined;
411
- "import-csv"?: undefined;
412
- triggers?: undefined;
413
- roles?: undefined;
414
- objects?: undefined;
415
- changelogs?: undefined;
416
- configuration?: undefined;
417
- "global-variables"?: undefined;
418
- "quick-replies"?: undefined;
419
- };
420
- } | {
421
- name: string;
422
- sections: {
423
- users: string;
424
- license: string;
425
- devices: string;
426
- flow: string;
427
- dialplan: string;
428
- gateways: string;
429
- chatplan: string;
430
- "chat-gateways": string;
431
- skills: string;
432
- buckets: string;
433
- media: string;
434
- "shift-templates": string;
435
- "pause-templates": string;
436
- "working-conditions": string;
437
- blacklist: string;
438
- calendars: string;
439
- regions: string;
440
- communications: string;
441
- "pause-cause": string;
442
- agents: string;
443
- teams: string;
444
- resources: string;
445
- "resource-groups": string;
446
- queues: string;
447
- storage: string;
448
- "storage-policies": string;
449
- "cognitive-profiles": string;
450
- "email-profiles": string;
451
- "single-sign-on": string;
452
- "import-csv": string;
453
- triggers: string;
454
- roles: string;
455
- objects: string;
456
- changelogs: string;
457
- configuration: string;
458
- "global-variables": string;
459
- "quick-replies": string;
460
- scorecards?: undefined;
461
- contacts?: undefined;
462
- cases?: undefined;
463
- priorities?: undefined;
464
- "close-reason-groups"?: undefined;
465
- statuses?: undefined;
466
- slas?: undefined;
467
- "service-catalogs"?: undefined;
468
- sources?: undefined;
469
- "contact-groups"?: undefined;
470
- activeCalls?: undefined;
471
- };
472
- };
473
- overrideApplicationsAccess: {
474
- [x: number]: {
475
- sections: {
476
- "ext-cases": ({ linked }: {
477
- linked: any;
478
- }) => string;
479
- "ext-contacts": ({ linked }: {
480
- linked: any;
481
- }) => string;
482
- "custom-lookups": ({ linked }: {
483
- linked: any;
484
- }) => string;
485
- };
486
- };
487
- };
488
- };
489
- validation: {
490
- required: string;
491
- numeric: string;
492
- email: string;
493
- gatewayHostValidator: string;
494
- sipAccountValidator: string;
495
- ipValidator: string;
496
- macValidator: string;
497
- sameAs: string;
498
- requiredArrayValue: string;
499
- minValue: ({ named }: {
500
- named: any;
501
- }) => string;
502
- maxValue: ({ named }: {
503
- named: any;
504
- }) => string;
505
- minLength: ({ named }: {
506
- named: any;
507
- }) => string;
508
- maxLength: ({ named }: {
509
- named: any;
510
- }) => string;
511
- url: string;
512
- websocketValidator: string;
513
- isRegExpMatched: string;
514
- regExpValidator: string;
515
- domainValidator: string;
516
- decimalValidator: string;
517
- latinWithNumber: string;
518
- integer: string;
519
- nameAlreadyInUse: string;
520
- };
521
- webitelUI: {
522
- searchBar: {
523
- placeholder: string;
524
- settingsHint: string;
525
- variableSearchHint: string;
526
- };
527
- timepicker: {
528
- day: string;
529
- hour: string;
530
- min: string;
531
- sec: string;
532
- };
533
- datetimepicker: {
534
- lastHour: string;
535
- lastDay: string;
536
- };
537
- pagination: {
538
- sizeText: string;
539
- prev: string;
540
- next: string;
541
- };
542
- appNavigator: {
543
- title: string;
544
- admin: string;
545
- agent: string;
546
- supervisor: string;
547
- audit: string;
548
- history: string;
549
- grafana: string;
550
- crm: string;
551
- };
552
- headerActions: {
553
- account: string;
554
- docs: string;
555
- settings: string;
556
- logout: string;
557
- buildVersion: string;
558
- };
559
- tableActions: {
560
- filterReset: string;
561
- columnSelect: string;
562
- refreshTable: string;
563
- expandFilters: string;
564
- };
565
- tableColumnSelect: {
566
- title: string;
567
- };
568
- statusSelect: {
569
- online: string;
570
- pause: string;
571
- offline: string;
572
- breakOut: string;
573
- };
574
- iconAction: {
575
- hints: {
576
- delete: ({ linked }: {
577
- linked: any;
578
- }) => any;
579
- edit: ({ linked }: {
580
- linked: any;
581
- }) => any;
582
- add: ({ linked }: {
583
- linked: any;
584
- }) => any;
585
- history: ({ linked }: {
586
- linked: any;
587
- }) => any;
588
- download: ({ linked }: {
589
- linked: any;
590
- }) => any;
591
- filters: ({ linked }: {
592
- linked: any;
593
- }) => any;
594
- columns: string;
595
- variables: string;
596
- refresh: ({ linked }: {
597
- linked: any;
598
- }) => any;
599
- expand: ({ linked }: {
600
- linked: any;
601
- }) => any;
602
- collapse: ({ linked }: {
603
- linked: any;
604
- }) => any;
605
- close: ({ linked }: {
606
- linked: any;
607
- }) => any;
608
- clear: ({ linked }: {
609
- linked: any;
610
- }) => any;
611
- "add-filter": ({ linked }: {
612
- linked: any;
613
- }) => any;
614
- save: ({ linked }: {
615
- linked: any;
616
- }) => any;
617
- cancel: ({ linked }: {
618
- linked: any;
619
- }) => any;
620
- "save-preset": ({ linked }: {
621
- linked: any;
622
- }) => string;
623
- "apply-preset": ({ linked }: {
624
- linked: any;
625
- }) => string;
626
- "add-contact": ({ linked }: {
627
- linked: any;
628
- }) => string;
629
- };
630
- };
631
- errorPages: {
632
- goBack: string;
633
- page403: {
634
- title: string;
635
- text: string;
636
- };
637
- page404: {
638
- title: string;
639
- text: string;
640
- };
641
- };
642
- copyAction: {
643
- copy: string;
644
- copied: string;
645
- };
646
- auditForm: {
647
- question: string;
648
- option: string;
649
- score: string;
650
- addQuestion: string;
651
- answerType: string;
652
- type: {
653
- options: string;
654
- score: string;
655
- };
656
- clearSelection: string;
657
- };
658
- deleteConfirmationPopup: {
659
- title: string;
660
- askingAlert: string;
661
- tableAskingAlert: string;
662
- deleteAll: string;
663
- };
664
- dummy: {
665
- text: string;
666
- };
667
- empty: {
668
- text: {
669
- empty: string;
670
- filters: string;
671
- };
672
- };
673
- agentStatusSelect: {
674
- pauseCausePopup: {
675
- title: string;
676
- min: string;
677
- unlimited: string;
678
- };
679
- statusSelectErrorPopup: {
680
- title: string;
681
- message: string;
682
- };
683
- };
684
- saveFailedPopup: {
685
- title: string;
686
- label: string;
687
- exportToJson: string;
688
- };
689
- filters: {
690
- datetime: {
691
- rdt_today: string;
692
- rdt_this_week: string;
693
- rdt_this_month: string;
694
- rdt_custom: string;
695
- };
696
- addFilter: ({ linked }: {
697
- linked: any;
698
- }) => string;
699
- filterName: ({ linked }: {
700
- linked: any;
701
- }) => any;
702
- filterValue: ({ linked }: {
703
- linked: any;
704
- }) => any;
705
- filterValueFrom: ({ linked }: {
706
- linked: any;
707
- }) => string;
708
- filterLabel: ({ linked }: {
709
- linked: any;
710
- }) => any;
711
- actualReactionTime: ({ linked }: {
712
- linked: any;
713
- }) => any;
714
- actualResolutionTime: ({ linked }: {
715
- linked: any;
716
- }) => any;
717
- agent: ({ linked }: {
718
- linked: any;
719
- }) => any;
720
- amdResult: ({ linked }: {
721
- linked: any;
722
- }) => any;
723
- assignee: ({ linked }: {
724
- linked: any;
725
- }) => any;
726
- author: ({ linked }: {
727
- linked: any;
728
- }) => any;
729
- cause: ({ linked }: {
730
- linked: any;
731
- }) => any;
732
- closeReasonGroups: ({ linked }: {
733
- linked: any;
734
- }) => any;
735
- contact: ({ linked }: {
736
- linked: any;
737
- }) => any;
738
- contactGroup: ({ linked }: {
739
- linked: any;
740
- }) => any;
741
- createdAt: ({ linked }: {
742
- linked: any;
743
- }) => any;
744
- createdAtFrom: ({ linked }: {
745
- linked: any;
746
- }) => any;
747
- createdAtTo: ({ linked }: {
748
- linked: any;
749
- }) => any;
750
- direction: ({ linked }: {
751
- linked: any;
752
- }) => any;
753
- gateway: ({ linked }: {
754
- linked: any;
755
- }) => any;
756
- grantee: ({ linked }: {
757
- linked: any;
758
- }) => any;
759
- hasAttachment: ({ linked }: {
760
- linked: any;
761
- }) => any;
762
- hasFile: ({ linked }: {
763
- linked: any;
764
- }) => any;
765
- hasTranscription: ({ linked }: {
766
- linked: any;
767
- }) => any;
768
- hasUser: ({ linked }: {
769
- linked: any;
770
- }) => any;
771
- impacted: ({ linked }: {
772
- linked: any;
773
- }) => any;
774
- contactLabel: ({ linked }: {
775
- linked: any;
776
- }) => any;
777
- contactOwner: ({ linked }: {
778
- linked: any;
779
- }) => any;
780
- priority: ({ linked }: {
781
- linked: any;
782
- }) => any;
783
- queue: ({ linked }: {
784
- linked: any;
785
- }) => any;
786
- rated: string;
787
- ratedBy: ({ linked }: {
788
- linked: any;
789
- }) => any;
790
- rating: ({ linked }: {
791
- linked: any;
792
- }) => any;
793
- reactionTime: ({ linked }: {
794
- linked: any;
795
- }) => any;
796
- reporter: ({ linked }: {
797
- linked: any;
798
- }) => any;
799
- resolutionTime: ({ linked }: {
800
- linked: any;
801
- }) => any;
802
- score: ({ linked }: {
803
- linked: any;
804
- }) => any;
805
- service: ({ linked }: {
806
- linked: any;
807
- }) => any;
808
- sla: ({ linked }: {
809
- linked: any;
810
- }) => any;
811
- slaCondition: ({ linked }: {
812
- linked: any;
813
- }) => any;
814
- source: ({ linked }: {
815
- linked: any;
816
- }) => any;
817
- status: ({ linked }: {
818
- linked: any;
819
- }) => any;
820
- tag: ({ linked }: {
821
- linked: any;
822
- }) => any;
823
- talkDuration: ({ linked }: {
824
- linked: any;
825
- }) => any;
826
- team: ({ linked }: {
827
- linked: any;
828
- }) => any;
829
- totalDuration: ({ linked }: {
830
- linked: any;
831
- }) => any;
832
- user: ({ linked }: {
833
- linked: any;
834
- }) => any;
835
- variable: ({ linked }: {
836
- linked: any;
837
- }) => any;
838
- presets: {
839
- preset: string;
840
- overwritePresetTitle: string;
841
- overwritePresetText: string;
842
- notifications: {
843
- success: {
844
- update: ({ linked }: {
845
- linked: any;
846
- }) => any;
847
- create: ({ linked }: {
848
- linked: any;
849
- }) => any;
850
- delete: ({ linked }: {
851
- linked: any;
852
- }) => any;
853
- };
854
- };
855
- };
856
- };
857
- };
858
- systemNotifications: {
859
- success: {
860
- update: ({ named }: {
861
- named: any;
862
- }) => string;
863
- create: ({ named }: {
864
- named: any;
865
- }) => string;
866
- delete: ({ named }: {
867
- named: any;
868
- }) => string;
869
- };
870
- };
871
- errorNotifications: {
872
- chatHistoryApi: string;
873
- markChatProcessed: string;
874
- };
875
- };
12
+ en: any;
876
13
  es: {
877
14
  reusable: {
878
15
  comment: string;
@@ -905,13 +42,6 @@ export declare const messages: {
905
42
  expand: string;
906
43
  collapse: string;
907
44
  generate: string;
908
- lang: {
909
- en: string;
910
- es: string;
911
- ru: string;
912
- uk: string;
913
- kz: string;
914
- };
915
45
  from: string;
916
46
  to: string;
917
47
  tts: string;
@@ -1768,13 +898,6 @@ export declare const messages: {
1768
898
  expand: string;
1769
899
  collapse: string;
1770
900
  generate: string;
1771
- lang: {
1772
- en: string;
1773
- es: string;
1774
- ru: string;
1775
- uk: string;
1776
- kz: string;
1777
- };
1778
901
  from: string;
1779
902
  to: string;
1780
903
  tts: string;
@@ -2633,13 +1756,6 @@ export declare const messages: {
2633
1756
  expand: string;
2634
1757
  collapse: string;
2635
1758
  generate: string;
2636
- lang: {
2637
- en: string;
2638
- es: string;
2639
- ru: string;
2640
- uk: string;
2641
- kz: string;
2642
- };
2643
1759
  from: string;
2644
1760
  to: string;
2645
1761
  tts: string;
@@ -3496,13 +2612,6 @@ export declare const messages: {
3496
2612
  expand: string;
3497
2613
  collapse: string;
3498
2614
  generate: string;
3499
- lang: {
3500
- en: string;
3501
- es: string;
3502
- ru: string;
3503
- uk: string;
3504
- kz: string;
3505
- };
3506
2615
  from: string;
3507
2616
  to: string;
3508
2617
  tts: string;
@@ -4361,13 +3470,6 @@ export declare const messages: {
4361
3470
  expand: string;
4362
3471
  collapse: string;
4363
3472
  generate: string;
4364
- lang: {
4365
- en: string;
4366
- es: string;
4367
- ru: string;
4368
- uk: string;
4369
- kz: string;
4370
- };
4371
3473
  from: string;
4372
3474
  to: string;
4373
3475
  tts: string;
@@ -5226,13 +4328,6 @@ export declare const messages: {
5226
4328
  expand: string;
5227
4329
  collapse: string;
5228
4330
  generate: string;
5229
- lang: {
5230
- en: string;
5231
- es: string;
5232
- ru: string;
5233
- uk: string;
5234
- kz: string;
5235
- };
5236
4331
  from: string;
5237
4332
  to: string;
5238
4333
  tts: string;
@@ -6091,13 +5186,6 @@ export declare const messages: {
6091
5186
  expand: string;
6092
5187
  collapse: string;
6093
5188
  generate: string;
6094
- lang: {
6095
- en: string;
6096
- es: string;
6097
- ru: string;
6098
- uk: string;
6099
- kz: string;
6100
- };
6101
5189
  from: string;
6102
5190
  to: string;
6103
5191
  tts: string;
@@ -6956,13 +6044,6 @@ export declare const messages: {
6956
6044
  expand: string;
6957
6045
  collapse: string;
6958
6046
  generate: string;
6959
- lang: {
6960
- en: string;
6961
- es: string;
6962
- ru: string;
6963
- uk: string;
6964
- kz: string;
6965
- };
6966
6047
  from: string;
6967
6048
  to: string;
6968
6049
  tts: string;