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