@webitel/ui-sdk 25.10.12 → 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,173 +1,170 @@
1
- declare namespace _default {
2
- export namespace reusable {
3
- export let comment: string;
4
- export let replace: string;
5
- export let download: string;
6
- export let history: string;
7
- export function filter({ plural }: {
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 }: {
8
22
  plural: any;
9
- }): any;
10
- export let total: string;
11
- export let ok: string;
12
- export let object: string;
13
- export let save: string;
14
- export let saveAs: string;
15
- export let saved: string;
16
- export let send: string;
17
- export let start: string;
18
- export let close: string;
19
- export let add: string;
20
- export let cancel: string;
21
- let _import: string;
22
- export { _import as import };
23
- let _export: string;
24
- export { _export as export };
25
- let _true: string;
26
- export { _true as true };
27
- export let title: string;
28
- export let position: string;
29
- let _delete: string;
30
- export { _delete as delete };
31
- export let search: string;
32
- export let open: string;
33
- export let name: string;
34
- export let expand: string;
35
- export let collapse: string;
36
- export let generate: string;
37
- export namespace lang {
38
- let en: string;
39
- let es: string;
40
- let ru: string;
41
- let uk: string;
42
- let kz: string;
43
- }
44
- export let from: string;
45
- export let to: string;
46
- export let tts: string;
47
- export let state: string;
48
- export let refresh: string;
49
- export let retry: string;
50
- export let downloadAll: string;
51
- export let warning: string;
52
- export let doNotSave: string;
53
- export let required: string;
54
- export let copy: string;
55
- let _new: string;
56
- export { _new as new };
57
- export let createdAt: string;
58
- export let createdBy: string;
59
- export let modifiedAt: string;
60
- export let modifiedBy: string;
61
- export let general: string;
62
- export let generalInfo: string;
63
- export let all: string;
64
- export let upload: string;
65
- export let edit: string;
66
- export let back: string;
67
- export let step: string;
68
- export let more: string;
69
- export let read: string;
70
- export let create: string;
71
- export let update: string;
72
- export let draggable: string;
73
- export let unassigned: string;
74
- export let showUnassigned: string;
75
- export let group: string;
76
- export function updatedBy(): string;
77
- }
78
- export namespace vocabulary {
79
- let apply: string;
80
- let language: string;
81
- let voice: string;
82
- let format: string;
83
- let text: string;
84
- let yes: string;
85
- let no: string;
86
- let description: string;
87
- let login: string;
88
- let host: string;
89
- let time: string;
90
- let channel: string;
91
- let file: string;
92
- let logout: string;
93
- let priority: string;
94
- let color: string;
95
- let variables: string;
96
- let type: string;
97
- let tag: string;
98
- let output: string;
99
- let values: string;
100
- let keys: string;
101
- let duration: string;
102
- let reset: string;
103
- let errors: string;
104
- let labels: string;
105
- let permissions: string;
106
- let options: string;
107
- let emails: string;
108
- let phones: string;
109
- let messaging: string;
110
- let emptyResultSearch: string;
111
- let contact: string;
112
- let column: string;
113
- let notification: string;
114
- let screencast: string;
115
- }
116
- export namespace date {
117
- let sec: string;
118
- let timezone: string;
119
- }
120
- export namespace access {
121
- let ObAC: string;
122
- let RbAC: string;
123
- let operations: string;
124
- let rbacDefault: string;
125
- let accessMode: {
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: {
126
128
  1: string;
127
129
  2: string;
128
130
  3: string;
129
131
  };
130
- }
131
- export namespace objects {
132
- export let team: string;
133
- export let supervisor: string;
134
- export let auditor: string;
135
- export let region: string;
136
- export let communicationType: string;
137
- export let grantee: string;
138
- export let grantor: string;
139
- export let role: string;
140
- export let user: string;
141
- export let list: string;
142
- let contact_1: string;
143
- export { contact_1 as contact };
144
- let _case: string;
145
- export { _case as case };
146
- export namespace customLookup {
147
- let customLookup_1: string;
148
- export { customLookup_1 as customLookup };
149
- }
150
- export let calendar: string;
151
- export let direction: string;
152
- export let gateway: string;
153
- export let hangupCause: string;
154
- export let hasOption: string;
155
- export let hasRecording: string;
156
- export let amdResult: string;
157
- export let ratedBy: string;
158
- export let talkDuration: string;
159
- export let totalDuration: string;
160
- export let transcription: string;
161
- export let attachment: string;
162
- export let owner: string;
163
- export namespace customization {
164
- let customization_1: string;
165
- export { customization_1 as customization };
166
- }
167
- export namespace queue {
168
- let queue_1: string;
169
- export { queue_1 as queue };
170
- let type_1: {
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: {
171
168
  1: string;
172
169
  0: string;
173
170
  2: string;
@@ -178,47 +175,41 @@ declare namespace _default {
178
175
  7: string;
179
176
  8: string;
180
177
  };
181
- export { type_1 as type };
182
- }
183
- export namespace agent {
184
- let agent_1: string;
185
- export { agent_1 as agent };
186
- export let status: {
178
+ };
179
+ agent: {
180
+ agent: string;
181
+ status: {
187
182
  [x: number]: string;
188
183
  online: string;
189
184
  pause: string;
190
185
  offline: string;
191
186
  };
192
- }
193
- export namespace flow {
194
- let name_1: string;
195
- export { name_1 as name };
196
- export namespace type_2 {
197
- export let chat: string;
198
- let voice_1: string;
199
- export { voice_1 as voice };
200
- export let service: string;
201
- export let processing: string;
202
- }
203
- export { type_2 as type };
204
- }
205
- export namespace messengers {
206
- let telegram: string;
207
- let gotd: string;
208
- let messenger: string;
209
- let viber: string;
210
- let webchat: string;
211
- let infobip_whatsapp: string;
212
- let custom: string;
213
- }
214
- export namespace quickReplies {
215
- let quickReplies_1: string;
216
- export { quickReplies_1 as quickReplies };
217
- export let quickRepliesEmpty: string;
218
- }
219
- }
220
- export namespace channel_1 {
221
- let state_1: {
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: {
222
213
  [x: number]: string;
223
214
  waiting: string;
224
215
  distribute: string;
@@ -231,102 +222,49 @@ declare namespace _default {
231
222
  processing: string;
232
223
  transfer: string;
233
224
  };
234
- export { state_1 as state };
235
- export namespace type_3 {
236
- export let call: string;
237
- export let email: string;
238
- let chat_1: string;
239
- export { chat_1 as chat };
240
- export let task: string;
241
- }
242
- export { type_3 as type };
243
- }
244
- export { channel_1 as channel };
245
- export namespace calls {
246
- export namespace direction_1 {
247
- let inbound: string;
248
- let outbound: string;
249
- }
250
- export { direction_1 as direction };
251
- }
252
- export namespace cases {
253
- let status_1: string;
254
- export { status_1 as status };
255
- export let source: string;
256
- export let author: string;
257
- export let reporter: string;
258
- export let impacted: string;
259
- export let assignee: string;
260
- export let groupPerformers: string;
261
- export let reason: string;
262
- export let rating: string;
263
- let service_1: string;
264
- export { service_1 as service };
265
- export let selectAService: string;
266
- export let appliedSLA: string;
267
- export let appliedCondition: string;
268
- export let reactionTime: string;
269
- export let resolutionTime: string;
270
- export let actualReactionTime: string;
271
- export let actualResolutionTime: string;
272
- }
273
- export let WebitelApplications: {
274
- [x: number]: {
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]: {
275
259
  name: string;
276
- sections?: undefined;
277
- } | {
260
+ };
261
+ [WebitelApplications.AUDIT]: {
278
262
  name: string;
279
263
  sections: {
280
264
  scorecards: string;
281
- contacts?: undefined;
282
- cases?: undefined;
283
- priorities?: undefined;
284
- "close-reason-groups"?: undefined;
285
- statuses?: undefined;
286
- slas?: undefined;
287
- "service-catalogs"?: undefined;
288
- sources?: undefined;
289
- "contact-groups"?: undefined;
290
- queues?: undefined;
291
- agents?: undefined;
292
- activeCalls?: undefined;
293
- users?: undefined;
294
- license?: undefined;
295
- devices?: undefined;
296
- flow?: undefined;
297
- dialplan?: undefined;
298
- gateways?: undefined;
299
- chatplan?: undefined;
300
- "chat-gateways"?: undefined;
301
- skills?: undefined;
302
- buckets?: undefined;
303
- media?: undefined;
304
- "shift-templates"?: undefined;
305
- "pause-templates"?: undefined;
306
- "working-conditions"?: undefined;
307
- blacklist?: undefined;
308
- calendars?: undefined;
309
- regions?: undefined;
310
- communications?: undefined;
311
- "pause-cause"?: undefined;
312
- teams?: undefined;
313
- resources?: undefined;
314
- "resource-groups"?: undefined;
315
- storage?: undefined;
316
- "storage-policies"?: undefined;
317
- "cognitive-profiles"?: undefined;
318
- "email-profiles"?: undefined;
319
- "single-sign-on"?: undefined;
320
- "import-csv"?: undefined;
321
- triggers?: undefined;
322
- roles?: undefined;
323
- objects?: undefined;
324
- changelogs?: undefined;
325
- configuration?: undefined;
326
- "global-variables"?: undefined;
327
- "quick-replies"?: undefined;
328
265
  };
329
- } | {
266
+ };
267
+ [WebitelApplications.CRM]: {
330
268
  name: string;
331
269
  sections: {
332
270
  contacts: string;
@@ -338,99 +276,23 @@ declare namespace _default {
338
276
  "service-catalogs": string;
339
277
  sources: string;
340
278
  "contact-groups": string;
341
- scorecards?: undefined;
342
- queues?: undefined;
343
- agents?: undefined;
344
- activeCalls?: undefined;
345
- users?: undefined;
346
- license?: undefined;
347
- devices?: undefined;
348
- flow?: undefined;
349
- dialplan?: undefined;
350
- gateways?: undefined;
351
- chatplan?: undefined;
352
- "chat-gateways"?: undefined;
353
- skills?: undefined;
354
- buckets?: undefined;
355
- media?: undefined;
356
- "shift-templates"?: undefined;
357
- "pause-templates"?: undefined;
358
- "working-conditions"?: undefined;
359
- blacklist?: undefined;
360
- calendars?: undefined;
361
- regions?: undefined;
362
- communications?: undefined;
363
- "pause-cause"?: undefined;
364
- teams?: undefined;
365
- resources?: undefined;
366
- "resource-groups"?: undefined;
367
- storage?: undefined;
368
- "storage-policies"?: undefined;
369
- "cognitive-profiles"?: undefined;
370
- "email-profiles"?: undefined;
371
- "single-sign-on"?: undefined;
372
- "import-csv"?: undefined;
373
- triggers?: undefined;
374
- roles?: undefined;
375
- objects?: undefined;
376
- changelogs?: undefined;
377
- configuration?: undefined;
378
- "global-variables"?: undefined;
379
- "quick-replies"?: undefined;
380
279
  };
381
- } | {
280
+ };
281
+ [WebitelApplications.HISTORY]: {
282
+ name: string;
283
+ };
284
+ [WebitelApplications.ANALYTICS]: {
285
+ name: string;
286
+ };
287
+ [WebitelApplications.SUPERVISOR]: {
382
288
  name: string;
383
289
  sections: {
384
290
  queues: string;
385
291
  agents: string;
386
292
  activeCalls: string;
387
- scorecards?: undefined;
388
- contacts?: undefined;
389
- cases?: undefined;
390
- priorities?: undefined;
391
- "close-reason-groups"?: undefined;
392
- statuses?: undefined;
393
- slas?: undefined;
394
- "service-catalogs"?: undefined;
395
- sources?: undefined;
396
- "contact-groups"?: undefined;
397
- users?: undefined;
398
- license?: undefined;
399
- devices?: undefined;
400
- flow?: undefined;
401
- dialplan?: undefined;
402
- gateways?: undefined;
403
- chatplan?: undefined;
404
- "chat-gateways"?: undefined;
405
- skills?: undefined;
406
- buckets?: undefined;
407
- media?: undefined;
408
- "shift-templates"?: undefined;
409
- "pause-templates"?: undefined;
410
- "working-conditions"?: undefined;
411
- blacklist?: undefined;
412
- calendars?: undefined;
413
- regions?: undefined;
414
- communications?: undefined;
415
- "pause-cause"?: undefined;
416
- teams?: undefined;
417
- resources?: undefined;
418
- "resource-groups"?: undefined;
419
- storage?: undefined;
420
- "storage-policies"?: undefined;
421
- "cognitive-profiles"?: undefined;
422
- "email-profiles"?: undefined;
423
- "single-sign-on"?: undefined;
424
- "import-csv"?: undefined;
425
- triggers?: undefined;
426
- roles?: undefined;
427
- objects?: undefined;
428
- changelogs?: undefined;
429
- configuration?: undefined;
430
- "global-variables"?: undefined;
431
- "quick-replies"?: undefined;
432
293
  };
433
- } | {
294
+ };
295
+ [WebitelApplications.ADMIN]: {
434
296
  name: string;
435
297
  sections: {
436
298
  users: string;
@@ -470,21 +332,10 @@ declare namespace _default {
470
332
  configuration: string;
471
333
  "global-variables": string;
472
334
  "quick-replies": string;
473
- scorecards?: undefined;
474
- contacts?: undefined;
475
- cases?: undefined;
476
- priorities?: undefined;
477
- "close-reason-groups"?: undefined;
478
- statuses?: undefined;
479
- slas?: undefined;
480
- "service-catalogs"?: undefined;
481
- sources?: undefined;
482
- "contact-groups"?: undefined;
483
- activeCalls?: undefined;
484
335
  };
485
336
  };
486
337
  overrideApplicationsAccess: {
487
- [x: number]: {
338
+ [WebitelApplications.CRM]: {
488
339
  sections: {
489
340
  "ext-cases": ({ linked }: {
490
341
  linked: any;
@@ -499,102 +350,93 @@ declare namespace _default {
499
350
  };
500
351
  };
501
352
  };
502
- export namespace validation {
503
- let required_1: string;
504
- export { required_1 as required };
505
- export let numeric: string;
506
- let email_1: string;
507
- export { email_1 as email };
508
- export let gatewayHostValidator: string;
509
- export let sipAccountValidator: string;
510
- export let ipValidator: string;
511
- export let macValidator: string;
512
- export let sameAs: string;
513
- export let requiredArrayValue: string;
514
- export function minValue({ named }: {
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 }: {
515
364
  named: any;
516
- }): string;
517
- export function maxValue({ named }: {
365
+ }) => string;
366
+ maxValue: ({ named }: {
518
367
  named: any;
519
- }): string;
520
- export function minLength({ named }: {
368
+ }) => string;
369
+ minLength: ({ named }: {
521
370
  named: any;
522
- }): string;
523
- export function maxLength({ named }: {
371
+ }) => string;
372
+ maxLength: ({ named }: {
524
373
  named: any;
525
- }): string;
526
- export let url: string;
527
- export let websocketValidator: string;
528
- export let isRegExpMatched: string;
529
- export let regExpValidator: string;
530
- export let domainValidator: string;
531
- export let decimalValidator: string;
532
- export let latinWithNumber: string;
533
- export let integer: string;
534
- export let nameAlreadyInUse: string;
535
- }
536
- export namespace webitelUI {
537
- export namespace searchBar {
538
- let placeholder: string;
539
- let settingsHint: string;
540
- let variableSearchHint: string;
541
- }
542
- export namespace timepicker {
543
- export let day: string;
544
- export let hour: string;
545
- export let min: string;
546
- let sec_1: string;
547
- export { sec_1 as sec };
548
- }
549
- export namespace datetimepicker {
550
- let lastHour: string;
551
- let lastDay: string;
552
- }
553
- export namespace pagination {
554
- let sizeText: string;
555
- let prev: string;
556
- let next: string;
557
- }
558
- export namespace appNavigator {
559
- let title_1: string;
560
- export { title_1 as title };
561
- export let admin: string;
562
- let agent_2: string;
563
- export { agent_2 as agent };
564
- let supervisor_1: string;
565
- export { supervisor_1 as supervisor };
566
- export let audit: string;
567
- let history_1: string;
568
- export { history_1 as history };
569
- export let grafana: string;
570
- export let crm: string;
571
- }
572
- export namespace headerActions {
573
- export let account: string;
574
- export let docs: string;
575
- export let settings: string;
576
- let logout_1: string;
577
- export { logout_1 as logout };
578
- export let buildVersion: string;
579
- }
580
- export namespace tableActions {
581
- let filterReset: string;
582
- let columnSelect: string;
583
- let refreshTable: string;
584
- let expandFilters: string;
585
- }
586
- export namespace tableColumnSelect {
587
- let title_2: string;
588
- export { title_2 as title };
589
- }
590
- export namespace statusSelect {
591
- let online: string;
592
- let pause: string;
593
- let offline: string;
594
- let breakOut: string;
595
- }
596
- export namespace iconAction {
597
- let hints: {
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: {
598
440
  delete: ({ linked }: {
599
441
  linked: any;
600
442
  }) => any;
@@ -649,302 +491,251 @@ declare namespace _default {
649
491
  linked: any;
650
492
  }) => string;
651
493
  };
652
- }
653
- export namespace errorPages {
654
- let goBack: string;
655
- namespace page403 {
656
- let title_3: string;
657
- export { title_3 as title };
658
- let text_1: string;
659
- export { text_1 as text };
660
- }
661
- namespace page404 {
662
- let title_4: string;
663
- export { title_4 as title };
664
- let text_2: string;
665
- export { text_2 as text };
666
- }
667
- }
668
- export namespace copyAction {
669
- let copy_1: string;
670
- export { copy_1 as copy };
671
- export let copied: string;
672
- }
673
- export namespace auditForm {
674
- export let question: string;
675
- export let option: string;
676
- export let score: string;
677
- export let addQuestion: string;
678
- export let answerType: string;
679
- export namespace type_4 {
680
- let options_1: string;
681
- export { options_1 as options };
682
- let score_1: string;
683
- export { score_1 as score };
684
- }
685
- export { type_4 as type };
686
- export let clearSelection: string;
687
- }
688
- export namespace deleteConfirmationPopup {
689
- let title_5: string;
690
- export { title_5 as title };
691
- export let askingAlert: string;
692
- export let tableAskingAlert: string;
693
- export let deleteAll: string;
694
- }
695
- export namespace dummy {
696
- let text_3: string;
697
- export { text_3 as text };
698
- }
699
- export namespace empty {
700
- export namespace text_4 {
701
- let empty_1: string;
702
- export { empty_1 as empty };
703
- export let filters: string;
704
- }
705
- export { text_4 as text };
706
- }
707
- export namespace agentStatusSelect {
708
- namespace pauseCausePopup {
709
- let title_6: string;
710
- export { title_6 as title };
711
- let min_1: string;
712
- export { min_1 as min };
713
- export let unlimited: string;
714
- }
715
- namespace statusSelectErrorPopup {
716
- let title_7: string;
717
- export { title_7 as title };
718
- export let message: string;
719
- }
720
- }
721
- export namespace saveFailedPopup {
722
- let title_8: string;
723
- export { title_8 as title };
724
- export let label: string;
725
- export let exportToJson: string;
726
- }
727
- export namespace filters_1 {
728
- export namespace datetime {
729
- let rdt_today: string;
730
- let rdt_this_week: string;
731
- let rdt_this_month: string;
732
- let rdt_custom: string;
733
- }
734
- export function addFilter({ linked }: {
735
- linked: any;
736
- }): string;
737
- export function filterName({ linked }: {
738
- linked: any;
739
- }): any;
740
- export function filterValue({ linked }: {
741
- linked: any;
742
- }): any;
743
- export function filterValueFrom({ linked }: {
744
- linked: any;
745
- }): string;
746
- export function filterLabel({ linked }: {
747
- linked: any;
748
- }): any;
749
- export function actualReactionTime_1({ linked }: {
750
- linked: any;
751
- }): any;
752
- export { actualReactionTime_1 as actualReactionTime };
753
- export function actualResolutionTime_1({ linked }: {
754
- linked: any;
755
- }): any;
756
- export { actualResolutionTime_1 as actualResolutionTime };
757
- export function agent_3({ linked }: {
758
- linked: any;
759
- }): any;
760
- export { agent_3 as agent };
761
- export function amdResult_1({ linked }: {
762
- linked: any;
763
- }): any;
764
- export { amdResult_1 as amdResult };
765
- export function assignee_1({ linked }: {
766
- linked: any;
767
- }): any;
768
- export { assignee_1 as assignee };
769
- export function author_1({ linked }: {
770
- linked: any;
771
- }): any;
772
- export { author_1 as author };
773
- export function cause({ linked }: {
774
- linked: any;
775
- }): any;
776
- export function closeReasonGroups({ linked }: {
777
- linked: any;
778
- }): any;
779
- export function contact_2({ linked }: {
780
- linked: any;
781
- }): any;
782
- export { contact_2 as contact };
783
- export function contactGroup({ linked }: {
784
- linked: any;
785
- }): any;
786
- export function createdAt_1({ linked }: {
787
- linked: any;
788
- }): any;
789
- export { createdAt_1 as createdAt };
790
- export function createdAtFrom({ linked }: {
791
- linked: any;
792
- }): any;
793
- export function createdAtTo({ linked }: {
794
- linked: any;
795
- }): any;
796
- export function direction_2({ linked }: {
797
- linked: any;
798
- }): any;
799
- export { direction_2 as direction };
800
- export function gateway_1({ linked }: {
801
- linked: any;
802
- }): any;
803
- export { gateway_1 as gateway };
804
- export function grantee_1({ linked }: {
805
- linked: any;
806
- }): any;
807
- export { grantee_1 as grantee };
808
- export function hasAttachment({ linked }: {
809
- linked: any;
810
- }): any;
811
- export function hasFile({ linked }: {
812
- linked: any;
813
- }): any;
814
- export function hasTranscription({ linked }: {
815
- linked: any;
816
- }): any;
817
- export function hasUser({ linked }: {
818
- linked: any;
819
- }): any;
820
- export function impacted_1({ linked }: {
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 }: {
821
594
  linked: any;
822
- }): any;
823
- export { impacted_1 as impacted };
824
- export function contactLabel({ linked }: {
595
+ }) => any;
596
+ closeReasonGroups: ({ linked }: {
825
597
  linked: any;
826
- }): any;
827
- export function contactOwner({ linked }: {
598
+ }) => any;
599
+ contact: ({ linked }: {
828
600
  linked: any;
829
- }): any;
830
- export function priority_1({ linked }: {
601
+ }) => any;
602
+ contactGroup: ({ linked }: {
831
603
  linked: any;
832
- }): any;
833
- export { priority_1 as priority };
834
- export function queue_2({ linked }: {
604
+ }) => any;
605
+ createdAt: ({ linked }: {
835
606
  linked: any;
836
- }): any;
837
- export { queue_2 as queue };
838
- export let rated: string;
839
- export function ratedBy_1({ linked }: {
607
+ }) => any;
608
+ createdAtFrom: ({ linked }: {
840
609
  linked: any;
841
- }): any;
842
- export { ratedBy_1 as ratedBy };
843
- export function rating_1({ linked }: {
610
+ }) => any;
611
+ createdAtTo: ({ linked }: {
844
612
  linked: any;
845
- }): any;
846
- export { rating_1 as rating };
847
- export function reactionTime_1({ linked }: {
613
+ }) => any;
614
+ direction: ({ linked }: {
848
615
  linked: any;
849
- }): any;
850
- export { reactionTime_1 as reactionTime };
851
- export function reporter_1({ linked }: {
616
+ }) => any;
617
+ gateway: ({ linked }: {
852
618
  linked: any;
853
- }): any;
854
- export { reporter_1 as reporter };
855
- export function resolutionTime_1({ linked }: {
619
+ }) => any;
620
+ grantee: ({ linked }: {
856
621
  linked: any;
857
- }): any;
858
- export { resolutionTime_1 as resolutionTime };
859
- export function score_2({ linked }: {
622
+ }) => any;
623
+ hasAttachment: ({ linked }: {
860
624
  linked: any;
861
- }): any;
862
- export { score_2 as score };
863
- export function service_2({ linked }: {
625
+ }) => any;
626
+ hasFile: ({ linked }: {
864
627
  linked: any;
865
- }): any;
866
- export { service_2 as service };
867
- export function sla({ linked }: {
628
+ }) => any;
629
+ hasTranscription: ({ linked }: {
868
630
  linked: any;
869
- }): any;
870
- export function slaCondition({ linked }: {
631
+ }) => any;
632
+ hasUser: ({ linked }: {
871
633
  linked: any;
872
- }): any;
873
- export function source_1({ linked }: {
634
+ }) => any;
635
+ impacted: ({ linked }: {
874
636
  linked: any;
875
- }): any;
876
- export { source_1 as source };
877
- export function status_2({ linked }: {
637
+ }) => any;
638
+ contactLabel: ({ linked }: {
878
639
  linked: any;
879
- }): any;
880
- export { status_2 as status };
881
- export function tag_1({ linked }: {
640
+ }) => any;
641
+ contactOwner: ({ linked }: {
882
642
  linked: any;
883
- }): any;
884
- export { tag_1 as tag };
885
- export function talkDuration_1({ linked }: {
643
+ }) => any;
644
+ priority: ({ linked }: {
886
645
  linked: any;
887
- }): any;
888
- export { talkDuration_1 as talkDuration };
889
- export function team_1({ linked }: {
646
+ }) => any;
647
+ queue: ({ linked }: {
890
648
  linked: any;
891
- }): any;
892
- export { team_1 as team };
893
- export function totalDuration_1({ linked }: {
649
+ }) => any;
650
+ rated: string;
651
+ ratedBy: ({ linked }: {
894
652
  linked: any;
895
- }): any;
896
- export { totalDuration_1 as totalDuration };
897
- export function user_1({ linked }: {
653
+ }) => any;
654
+ rating: ({ linked }: {
898
655
  linked: any;
899
- }): any;
900
- export { user_1 as user };
901
- export function variable({ linked }: {
656
+ }) => any;
657
+ reactionTime: ({ linked }: {
902
658
  linked: any;
903
- }): any;
904
- export namespace presets {
905
- let preset: string;
906
- let overwritePresetTitle: string;
907
- let overwritePresetText: string;
908
- namespace notifications {
909
- namespace success {
910
- export function update_1({ linked }: {
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 }: {
911
709
  linked: any;
912
- }): any;
913
- export { update_1 as update };
914
- export function create_1({ linked }: {
710
+ }) => any;
711
+ create: ({ linked }: {
915
712
  linked: any;
916
- }): any;
917
- export { create_1 as create };
918
- export function _delete_1({ linked }: {
713
+ }) => any;
714
+ delete: ({ linked }: {
919
715
  linked: any;
920
- }): any;
921
- export { _delete_1 as delete };
922
- }
923
- }
924
- }
925
- }
926
- export { filters_1 as filters };
927
- }
928
- export namespace systemNotifications {
929
- export namespace success_1 {
930
- export function update_2({ named }: {
716
+ }) => any;
717
+ };
718
+ };
719
+ };
720
+ };
721
+ };
722
+ systemNotifications: {
723
+ success: {
724
+ update: ({ named }: {
931
725
  named: any;
932
- }): string;
933
- export { update_2 as update };
934
- export function create_2({ named }: {
726
+ }) => string;
727
+ create: ({ named }: {
935
728
  named: any;
936
- }): string;
937
- export { create_2 as create };
938
- export function _delete_2({ named }: {
729
+ }) => string;
730
+ delete: ({ named }: {
939
731
  named: any;
940
- }): string;
941
- export { _delete_2 as delete };
942
- }
943
- export { success_1 as success };
944
- }
945
- export namespace errorNotifications {
946
- let chatHistoryApi: string;
947
- let markChatProcessed: string;
948
- }
949
- }
732
+ }) => string;
733
+ };
734
+ };
735
+ errorNotifications: {
736
+ chatHistoryApi: string;
737
+ markChatProcessed: string;
738
+ };
739
+ };
950
740
  export default _default;
741
+ import { WebitelApplications } from '../../enums';