@webitel/ui-sdk 25.10.13 → 25.10.14

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,5 +1,733 @@
1
1
  declare const _default: import("vue-i18n").I18n<{
2
- en: any;
2
+ en: {
3
+ reusable: {
4
+ lang: {
5
+ en: string;
6
+ es: string;
7
+ ru: string;
8
+ uk: string;
9
+ kz: string;
10
+ vi: string;
11
+ pl: string;
12
+ ro: string;
13
+ uz: string;
14
+ };
15
+ };
16
+ } & {
17
+ reusable: {
18
+ comment: string;
19
+ replace: string;
20
+ download: string;
21
+ history: string;
22
+ filter: ({ plural }: {
23
+ plural: any;
24
+ }) => any;
25
+ total: string;
26
+ ok: string;
27
+ object: string;
28
+ save: string;
29
+ saveAs: string;
30
+ saved: string;
31
+ send: string;
32
+ start: string;
33
+ close: string;
34
+ add: string;
35
+ cancel: string;
36
+ import: string;
37
+ export: string;
38
+ true: string;
39
+ title: string;
40
+ position: string;
41
+ delete: string;
42
+ search: string;
43
+ open: string;
44
+ name: string;
45
+ expand: string;
46
+ collapse: string;
47
+ generate: string;
48
+ from: string;
49
+ to: string;
50
+ tts: string;
51
+ state: string;
52
+ refresh: string;
53
+ retry: string;
54
+ downloadAll: string;
55
+ warning: string;
56
+ doNotSave: string;
57
+ required: string;
58
+ copy: string;
59
+ new: string;
60
+ createdAt: string;
61
+ createdBy: string;
62
+ modifiedAt: string;
63
+ modifiedBy: string;
64
+ general: string;
65
+ generalInfo: string;
66
+ all: string;
67
+ upload: string;
68
+ edit: string;
69
+ back: string;
70
+ step: string;
71
+ more: string;
72
+ read: string;
73
+ create: string;
74
+ update: string;
75
+ draggable: string;
76
+ unassigned: string;
77
+ showUnassigned: string;
78
+ group: string;
79
+ updatedBy: () => "Edited";
80
+ };
81
+ vocabulary: {
82
+ apply: string;
83
+ language: string;
84
+ voice: string;
85
+ format: string;
86
+ text: string;
87
+ yes: string;
88
+ no: string;
89
+ description: string;
90
+ login: string;
91
+ host: string;
92
+ time: string;
93
+ channel: string;
94
+ file: string;
95
+ logout: string;
96
+ priority: string;
97
+ color: string;
98
+ variables: string;
99
+ type: string;
100
+ tag: string;
101
+ output: string;
102
+ values: string;
103
+ keys: string;
104
+ duration: string;
105
+ reset: string;
106
+ errors: string;
107
+ labels: string;
108
+ permissions: string;
109
+ options: string;
110
+ emails: string;
111
+ phones: string;
112
+ messaging: string;
113
+ emptyResultSearch: string;
114
+ contact: string;
115
+ column: string;
116
+ notification: string;
117
+ screencast: string;
118
+ };
119
+ date: {
120
+ sec: string;
121
+ timezone: string;
122
+ };
123
+ access: {
124
+ ObAC: string;
125
+ RbAC: string;
126
+ operations: string;
127
+ rbacDefault: string;
128
+ accessMode: {
129
+ 1: string;
130
+ 2: string;
131
+ 3: string;
132
+ };
133
+ };
134
+ objects: {
135
+ team: string;
136
+ supervisor: string;
137
+ auditor: string;
138
+ region: string;
139
+ communicationType: string;
140
+ grantee: string;
141
+ grantor: string;
142
+ role: string;
143
+ user: string;
144
+ list: string;
145
+ contact: string;
146
+ case: string;
147
+ customLookup: {
148
+ customLookup: string;
149
+ };
150
+ calendar: string;
151
+ direction: string;
152
+ gateway: string;
153
+ hangupCause: string;
154
+ hasOption: string;
155
+ hasRecording: string;
156
+ amdResult: string;
157
+ ratedBy: string;
158
+ talkDuration: string;
159
+ totalDuration: string;
160
+ transcription: string;
161
+ attachment: string;
162
+ owner: string;
163
+ customization: {
164
+ customization: string;
165
+ };
166
+ queue: {
167
+ queue: string;
168
+ type: {
169
+ 1: string;
170
+ 0: string;
171
+ 2: string;
172
+ 5: string;
173
+ 4: string;
174
+ 3: string;
175
+ 6: string;
176
+ 7: string;
177
+ 8: string;
178
+ };
179
+ };
180
+ agent: {
181
+ agent: string;
182
+ status: {
183
+ [x: number]: string;
184
+ online: string;
185
+ pause: string;
186
+ offline: string;
187
+ };
188
+ };
189
+ flow: {
190
+ name: string;
191
+ type: {
192
+ chat: string;
193
+ voice: string;
194
+ service: string;
195
+ processing: string;
196
+ };
197
+ };
198
+ messengers: {
199
+ telegram: string;
200
+ gotd: string;
201
+ messenger: string;
202
+ viber: string;
203
+ webchat: string;
204
+ infobip_whatsapp: string;
205
+ custom: string;
206
+ };
207
+ quickReplies: {
208
+ quickReplies: string;
209
+ quickRepliesEmpty: string;
210
+ };
211
+ };
212
+ channel: {
213
+ state: {
214
+ [x: number]: string;
215
+ waiting: string;
216
+ distribute: string;
217
+ offering: string;
218
+ answered: string;
219
+ active: string;
220
+ bridged: string;
221
+ hold: string;
222
+ missed: string;
223
+ processing: string;
224
+ transfer: string;
225
+ };
226
+ type: {
227
+ call: string;
228
+ email: string;
229
+ chat: string;
230
+ task: string;
231
+ };
232
+ };
233
+ calls: {
234
+ direction: {
235
+ inbound: string;
236
+ outbound: string;
237
+ };
238
+ };
239
+ cases: {
240
+ status: string;
241
+ source: string;
242
+ author: string;
243
+ reporter: string;
244
+ impacted: string;
245
+ assignee: string;
246
+ groupPerformers: string;
247
+ reason: string;
248
+ rating: string;
249
+ service: string;
250
+ selectAService: string;
251
+ appliedSLA: string;
252
+ appliedCondition: string;
253
+ reactionTime: string;
254
+ resolutionTime: string;
255
+ actualReactionTime: string;
256
+ actualResolutionTime: string;
257
+ };
258
+ WebitelApplications: {
259
+ [x: number]: {
260
+ name: string;
261
+ } | {
262
+ name: string;
263
+ sections: {
264
+ scorecards: string;
265
+ };
266
+ } | {
267
+ name: string;
268
+ sections: {
269
+ contacts: string;
270
+ cases: string;
271
+ priorities: string;
272
+ "close-reason-groups": string;
273
+ statuses: string;
274
+ slas: string;
275
+ "service-catalogs": string;
276
+ sources: string;
277
+ "contact-groups": string;
278
+ };
279
+ } | {
280
+ name: string;
281
+ sections: {
282
+ queues: string;
283
+ agents: string;
284
+ activeCalls: string;
285
+ };
286
+ } | {
287
+ name: string;
288
+ sections: {
289
+ users: string;
290
+ license: string;
291
+ devices: string;
292
+ flow: string;
293
+ dialplan: string;
294
+ gateways: string;
295
+ chatplan: string;
296
+ "chat-gateways": string;
297
+ skills: string;
298
+ buckets: string;
299
+ media: string;
300
+ "shift-templates": string;
301
+ "pause-templates": string;
302
+ "working-conditions": string;
303
+ blacklist: string;
304
+ calendars: string;
305
+ regions: string;
306
+ communications: string;
307
+ "pause-cause": string;
308
+ agents: string;
309
+ teams: string;
310
+ resources: string;
311
+ "resource-groups": string;
312
+ queues: string;
313
+ storage: string;
314
+ "storage-policies": string;
315
+ "cognitive-profiles": string;
316
+ "email-profiles": string;
317
+ "single-sign-on": string;
318
+ "import-csv": string;
319
+ triggers: string;
320
+ roles: string;
321
+ objects: string;
322
+ changelogs: string;
323
+ configuration: string;
324
+ "global-variables": string;
325
+ "quick-replies": string;
326
+ };
327
+ };
328
+ overrideApplicationsAccess: {
329
+ [x: number]: {
330
+ sections: {
331
+ "ext-cases": ({ linked }: {
332
+ linked: any;
333
+ }) => string;
334
+ "ext-contacts": ({ linked }: {
335
+ linked: any;
336
+ }) => string;
337
+ "custom-lookups": ({ linked }: {
338
+ linked: any;
339
+ }) => string;
340
+ };
341
+ };
342
+ };
343
+ };
344
+ validation: {
345
+ required: string;
346
+ numeric: string;
347
+ email: string;
348
+ gatewayHostValidator: string;
349
+ sipAccountValidator: string;
350
+ ipValidator: string;
351
+ macValidator: string;
352
+ sameAs: string;
353
+ requiredArrayValue: string;
354
+ minValue: ({ named }: {
355
+ named: any;
356
+ }) => string;
357
+ maxValue: ({ named }: {
358
+ named: any;
359
+ }) => string;
360
+ minLength: ({ named }: {
361
+ named: any;
362
+ }) => string;
363
+ maxLength: ({ named }: {
364
+ named: any;
365
+ }) => string;
366
+ url: string;
367
+ websocketValidator: string;
368
+ isRegExpMatched: string;
369
+ regExpValidator: string;
370
+ domainValidator: string;
371
+ decimalValidator: string;
372
+ latinWithNumber: string;
373
+ integer: string;
374
+ nameAlreadyInUse: string;
375
+ };
376
+ webitelUI: {
377
+ searchBar: {
378
+ placeholder: string;
379
+ settingsHint: string;
380
+ variableSearchHint: string;
381
+ };
382
+ timepicker: {
383
+ day: string;
384
+ hour: string;
385
+ min: string;
386
+ sec: string;
387
+ };
388
+ datetimepicker: {
389
+ lastHour: string;
390
+ lastDay: string;
391
+ };
392
+ pagination: {
393
+ sizeText: string;
394
+ prev: string;
395
+ next: string;
396
+ };
397
+ appNavigator: {
398
+ title: string;
399
+ admin: string;
400
+ agent: string;
401
+ supervisor: string;
402
+ audit: string;
403
+ history: string;
404
+ grafana: string;
405
+ crm: string;
406
+ };
407
+ headerActions: {
408
+ account: string;
409
+ docs: string;
410
+ settings: string;
411
+ logout: string;
412
+ buildVersion: string;
413
+ };
414
+ tableActions: {
415
+ filterReset: string;
416
+ columnSelect: string;
417
+ refreshTable: string;
418
+ expandFilters: string;
419
+ };
420
+ tableColumnSelect: {
421
+ title: string;
422
+ };
423
+ statusSelect: {
424
+ online: string;
425
+ pause: string;
426
+ offline: string;
427
+ breakOut: string;
428
+ };
429
+ iconAction: {
430
+ hints: {
431
+ delete: ({ linked }: {
432
+ linked: any;
433
+ }) => any;
434
+ edit: ({ linked }: {
435
+ linked: any;
436
+ }) => any;
437
+ add: ({ linked }: {
438
+ linked: any;
439
+ }) => any;
440
+ history: ({ linked }: {
441
+ linked: any;
442
+ }) => any;
443
+ download: ({ linked }: {
444
+ linked: any;
445
+ }) => any;
446
+ filters: ({ linked }: {
447
+ linked: any;
448
+ }) => any;
449
+ columns: string;
450
+ variables: string;
451
+ refresh: ({ linked }: {
452
+ linked: any;
453
+ }) => any;
454
+ expand: ({ linked }: {
455
+ linked: any;
456
+ }) => any;
457
+ collapse: ({ linked }: {
458
+ linked: any;
459
+ }) => any;
460
+ close: ({ linked }: {
461
+ linked: any;
462
+ }) => any;
463
+ clear: ({ linked }: {
464
+ linked: any;
465
+ }) => any;
466
+ "add-filter": ({ linked }: {
467
+ linked: any;
468
+ }) => any;
469
+ save: ({ linked }: {
470
+ linked: any;
471
+ }) => any;
472
+ cancel: ({ linked }: {
473
+ linked: any;
474
+ }) => any;
475
+ "save-preset": ({ linked }: {
476
+ linked: any;
477
+ }) => string;
478
+ "apply-preset": ({ linked }: {
479
+ linked: any;
480
+ }) => string;
481
+ "add-contact": ({ linked }: {
482
+ linked: any;
483
+ }) => string;
484
+ };
485
+ };
486
+ errorPages: {
487
+ goBack: string;
488
+ page403: {
489
+ title: string;
490
+ text: string;
491
+ };
492
+ page404: {
493
+ title: string;
494
+ text: string;
495
+ };
496
+ };
497
+ copyAction: {
498
+ copy: string;
499
+ copied: string;
500
+ };
501
+ auditForm: {
502
+ question: string;
503
+ option: string;
504
+ score: string;
505
+ addQuestion: string;
506
+ answerType: string;
507
+ type: {
508
+ options: string;
509
+ score: string;
510
+ };
511
+ clearSelection: string;
512
+ };
513
+ deleteConfirmationPopup: {
514
+ title: string;
515
+ askingAlert: string;
516
+ tableAskingAlert: string;
517
+ deleteAll: string;
518
+ };
519
+ dummy: {
520
+ text: string;
521
+ };
522
+ empty: {
523
+ text: {
524
+ empty: string;
525
+ filters: string;
526
+ };
527
+ };
528
+ agentStatusSelect: {
529
+ pauseCausePopup: {
530
+ title: string;
531
+ min: string;
532
+ unlimited: string;
533
+ };
534
+ statusSelectErrorPopup: {
535
+ title: string;
536
+ message: string;
537
+ };
538
+ };
539
+ saveFailedPopup: {
540
+ title: string;
541
+ label: string;
542
+ exportToJson: string;
543
+ };
544
+ filters: {
545
+ datetime: {
546
+ rdt_today: string;
547
+ rdt_this_week: string;
548
+ rdt_this_month: string;
549
+ rdt_custom: string;
550
+ };
551
+ addFilter: ({ linked }: {
552
+ linked: any;
553
+ }) => string;
554
+ filterName: ({ linked }: {
555
+ linked: any;
556
+ }) => any;
557
+ filterValue: ({ linked }: {
558
+ linked: any;
559
+ }) => any;
560
+ filterValueFrom: ({ linked }: {
561
+ linked: any;
562
+ }) => string;
563
+ filterLabel: ({ linked }: {
564
+ linked: any;
565
+ }) => any;
566
+ actualReactionTime: ({ linked }: {
567
+ linked: any;
568
+ }) => any;
569
+ actualResolutionTime: ({ linked }: {
570
+ linked: any;
571
+ }) => any;
572
+ agent: ({ linked }: {
573
+ linked: any;
574
+ }) => any;
575
+ amdResult: ({ linked }: {
576
+ linked: any;
577
+ }) => any;
578
+ assignee: ({ linked }: {
579
+ linked: any;
580
+ }) => any;
581
+ author: ({ linked }: {
582
+ linked: any;
583
+ }) => any;
584
+ cause: ({ linked }: {
585
+ linked: any;
586
+ }) => any;
587
+ closeReasonGroups: ({ linked }: {
588
+ linked: any;
589
+ }) => any;
590
+ contact: ({ linked }: {
591
+ linked: any;
592
+ }) => any;
593
+ contactGroup: ({ linked }: {
594
+ linked: any;
595
+ }) => any;
596
+ createdAt: ({ linked }: {
597
+ linked: any;
598
+ }) => any;
599
+ createdAtFrom: ({ linked }: {
600
+ linked: any;
601
+ }) => any;
602
+ createdAtTo: ({ linked }: {
603
+ linked: any;
604
+ }) => any;
605
+ direction: ({ linked }: {
606
+ linked: any;
607
+ }) => any;
608
+ gateway: ({ linked }: {
609
+ linked: any;
610
+ }) => any;
611
+ grantee: ({ linked }: {
612
+ linked: any;
613
+ }) => any;
614
+ hasAttachment: ({ linked }: {
615
+ linked: any;
616
+ }) => any;
617
+ hasFile: ({ linked }: {
618
+ linked: any;
619
+ }) => any;
620
+ hasTranscription: ({ linked }: {
621
+ linked: any;
622
+ }) => any;
623
+ hasUser: ({ linked }: {
624
+ linked: any;
625
+ }) => any;
626
+ impacted: ({ linked }: {
627
+ linked: any;
628
+ }) => any;
629
+ contactLabel: ({ linked }: {
630
+ linked: any;
631
+ }) => any;
632
+ contactOwner: ({ linked }: {
633
+ linked: any;
634
+ }) => any;
635
+ priority: ({ linked }: {
636
+ linked: any;
637
+ }) => any;
638
+ queue: ({ linked }: {
639
+ linked: any;
640
+ }) => any;
641
+ rated: string;
642
+ ratedBy: ({ linked }: {
643
+ linked: any;
644
+ }) => any;
645
+ rating: ({ linked }: {
646
+ linked: any;
647
+ }) => any;
648
+ reactionTime: ({ linked }: {
649
+ linked: any;
650
+ }) => any;
651
+ reporter: ({ linked }: {
652
+ linked: any;
653
+ }) => any;
654
+ resolutionTime: ({ linked }: {
655
+ linked: any;
656
+ }) => any;
657
+ score: ({ linked }: {
658
+ linked: any;
659
+ }) => any;
660
+ service: ({ linked }: {
661
+ linked: any;
662
+ }) => any;
663
+ sla: ({ linked }: {
664
+ linked: any;
665
+ }) => any;
666
+ slaCondition: ({ linked }: {
667
+ linked: any;
668
+ }) => any;
669
+ source: ({ linked }: {
670
+ linked: any;
671
+ }) => any;
672
+ status: ({ linked }: {
673
+ linked: any;
674
+ }) => any;
675
+ tag: ({ linked }: {
676
+ linked: any;
677
+ }) => any;
678
+ talkDuration: ({ linked }: {
679
+ linked: any;
680
+ }) => any;
681
+ team: ({ linked }: {
682
+ linked: any;
683
+ }) => any;
684
+ totalDuration: ({ linked }: {
685
+ linked: any;
686
+ }) => any;
687
+ user: ({ linked }: {
688
+ linked: any;
689
+ }) => any;
690
+ variable: ({ linked }: {
691
+ linked: any;
692
+ }) => any;
693
+ presets: {
694
+ preset: string;
695
+ overwritePresetTitle: string;
696
+ overwritePresetText: string;
697
+ notifications: {
698
+ success: {
699
+ update: ({ linked }: {
700
+ linked: any;
701
+ }) => any;
702
+ create: ({ linked }: {
703
+ linked: any;
704
+ }) => any;
705
+ delete: ({ linked }: {
706
+ linked: any;
707
+ }) => any;
708
+ };
709
+ };
710
+ };
711
+ };
712
+ };
713
+ systemNotifications: {
714
+ success: {
715
+ update: ({ named }: {
716
+ named: any;
717
+ }) => string;
718
+ create: ({ named }: {
719
+ named: any;
720
+ }) => string;
721
+ delete: ({ named }: {
722
+ named: any;
723
+ }) => string;
724
+ };
725
+ };
726
+ errorNotifications: {
727
+ chatHistoryApi: string;
728
+ markChatProcessed: string;
729
+ };
730
+ };
3
731
  es: {
4
732
  reusable: {
5
733
  comment: string;