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