@webitel/ui-sdk 25.8.40 → 25.8.42
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.
- package/package.json +2 -2
- package/src/locale/kz/kz.js +556 -301
- package/src/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue +2 -0
- package/src/modules/Notifications/assets/audio/chat-end.wav +0 -0
- package/src/modules/Notifications/assets/audio/chat-new-message.wav +0 -0
- package/src/modules/Notifications/assets/audio/chat-new.wav +0 -0
- package/src/modules/Notifications/assets/audio/end-call.wav +0 -0
- package/src/modules/Notifications/assets/audio/task-end.wav +0 -0
- package/src/modules/Notifications/assets/audio/task-new.wav +0 -0
- package/src/modules/Notifications/store/NotificationsStoreModule.js +15 -9
- package/src/modules/QueryFilters/mixins/enumFilterMixin.js +2 -4
- package/types/locale/i18n.d.ts +676 -289
- package/types/locale/index.d.ts +676 -289
- package/types/locale/kz/kz.d.ts +762 -331
- package/types/modules/Notifications/store/NotificationsStoreModule.d.ts +1 -7
package/types/locale/kz/kz.d.ts
CHANGED
|
@@ -112,363 +112,794 @@ declare namespace _default {
|
|
|
112
112
|
let column: string;
|
|
113
113
|
let notification: string;
|
|
114
114
|
}
|
|
115
|
-
export namespace
|
|
116
|
-
let
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
115
|
+
export namespace date {
|
|
116
|
+
let sec: string;
|
|
117
|
+
let timezone: string;
|
|
118
|
+
}
|
|
119
|
+
export namespace access {
|
|
120
|
+
let ObAC: string;
|
|
121
|
+
let RbAC: string;
|
|
122
|
+
let operations: string;
|
|
123
|
+
let rbacDefault: string;
|
|
124
|
+
let accessMode: {
|
|
125
|
+
1: string;
|
|
126
|
+
2: string;
|
|
127
|
+
3: string;
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
export namespace objects {
|
|
131
|
+
export let team: string;
|
|
120
132
|
export let supervisor: string;
|
|
121
|
-
export let
|
|
122
|
-
let
|
|
123
|
-
export
|
|
124
|
-
export let
|
|
125
|
-
export let
|
|
133
|
+
export let auditor: string;
|
|
134
|
+
export let region: string;
|
|
135
|
+
export let communicationType: string;
|
|
136
|
+
export let grantee: string;
|
|
137
|
+
export let grantor: string;
|
|
138
|
+
export let role: string;
|
|
139
|
+
export let user: string;
|
|
140
|
+
export let list: string;
|
|
141
|
+
let contact_1: string;
|
|
142
|
+
export { contact_1 as contact };
|
|
143
|
+
let _case: string;
|
|
144
|
+
export { _case as case };
|
|
145
|
+
export let calendar: string;
|
|
146
|
+
export let direction: string;
|
|
147
|
+
export let gateway: string;
|
|
148
|
+
export let hangupCause: string;
|
|
149
|
+
export let hasOption: string;
|
|
150
|
+
export let hasRecording: string;
|
|
151
|
+
export let amdResult: string;
|
|
152
|
+
export let ratedBy: string;
|
|
153
|
+
export let talkDuration: string;
|
|
154
|
+
export let totalDuration: string;
|
|
155
|
+
export let transcription: string;
|
|
156
|
+
export let attachment: string;
|
|
157
|
+
export let owner: string;
|
|
158
|
+
export namespace queue {
|
|
159
|
+
let queue_1: string;
|
|
160
|
+
export { queue_1 as queue };
|
|
161
|
+
let type_1: {
|
|
162
|
+
1: string;
|
|
163
|
+
0: string;
|
|
164
|
+
2: string;
|
|
165
|
+
5: string;
|
|
166
|
+
4: string;
|
|
167
|
+
3: string;
|
|
168
|
+
6: string;
|
|
169
|
+
7: string;
|
|
170
|
+
8: string;
|
|
171
|
+
};
|
|
172
|
+
export { type_1 as type };
|
|
173
|
+
}
|
|
174
|
+
export namespace agent {
|
|
175
|
+
let agent_1: string;
|
|
176
|
+
export { agent_1 as agent };
|
|
177
|
+
export let status: {
|
|
178
|
+
[x: number]: string;
|
|
179
|
+
online: string;
|
|
180
|
+
pause: string;
|
|
181
|
+
offline: string;
|
|
182
|
+
};
|
|
183
|
+
}
|
|
184
|
+
export namespace flow {
|
|
185
|
+
let name_1: string;
|
|
186
|
+
export { name_1 as name };
|
|
187
|
+
export namespace type_2 {
|
|
188
|
+
export let chat: string;
|
|
189
|
+
let voice_1: string;
|
|
190
|
+
export { voice_1 as voice };
|
|
191
|
+
export let service: string;
|
|
192
|
+
export let processing: string;
|
|
193
|
+
}
|
|
194
|
+
export { type_2 as type };
|
|
195
|
+
}
|
|
196
|
+
export namespace messengers {
|
|
197
|
+
let telegram: string;
|
|
198
|
+
let gotd: string;
|
|
199
|
+
let messenger: string;
|
|
200
|
+
let viber: string;
|
|
201
|
+
let webchat: string;
|
|
202
|
+
let infobip_whatsapp: string;
|
|
203
|
+
let custom: string;
|
|
204
|
+
}
|
|
205
|
+
export namespace quickReplies {
|
|
206
|
+
let quickReplies_1: string;
|
|
207
|
+
export { quickReplies_1 as quickReplies };
|
|
208
|
+
export let quickRepliesEmpty: string;
|
|
209
|
+
}
|
|
126
210
|
}
|
|
127
|
-
export namespace
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
211
|
+
export namespace channel_1 {
|
|
212
|
+
let state_1: {
|
|
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
|
+
export { state_1 as state };
|
|
226
|
+
export namespace type_3 {
|
|
227
|
+
export let call: string;
|
|
228
|
+
export let email: string;
|
|
229
|
+
let chat_1: string;
|
|
230
|
+
export { chat_1 as chat };
|
|
231
|
+
export let task: string;
|
|
232
|
+
}
|
|
233
|
+
export { type_3 as type };
|
|
134
234
|
}
|
|
135
|
-
export
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
235
|
+
export { channel_1 as channel };
|
|
236
|
+
export namespace calls {
|
|
237
|
+
export namespace direction_1 {
|
|
238
|
+
let inbound: string;
|
|
239
|
+
let outbound: string;
|
|
240
|
+
}
|
|
241
|
+
export { direction_1 as direction };
|
|
140
242
|
}
|
|
141
|
-
export namespace
|
|
142
|
-
let
|
|
143
|
-
export {
|
|
243
|
+
export namespace cases {
|
|
244
|
+
let status_1: string;
|
|
245
|
+
export { status_1 as status };
|
|
246
|
+
export let source: string;
|
|
247
|
+
export let author: string;
|
|
248
|
+
export let reporter: string;
|
|
249
|
+
export let impacted: string;
|
|
250
|
+
export let assignee: string;
|
|
251
|
+
export let groupPerformers: string;
|
|
252
|
+
export let reason: string;
|
|
253
|
+
export let rating: string;
|
|
254
|
+
let service_1: string;
|
|
255
|
+
export { service_1 as service };
|
|
256
|
+
export let selectAService: string;
|
|
257
|
+
export let appliedSLA: string;
|
|
258
|
+
export let appliedCondition: string;
|
|
259
|
+
export let reactionTime: string;
|
|
260
|
+
export let resolutionTime: string;
|
|
261
|
+
export let actualReactionTime: string;
|
|
262
|
+
export let actualResolutionTime: string;
|
|
144
263
|
}
|
|
145
|
-
export
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
264
|
+
export let WebitelApplications: {
|
|
265
|
+
[x: number]: {
|
|
266
|
+
name: string;
|
|
267
|
+
sections?: undefined;
|
|
268
|
+
} | {
|
|
269
|
+
name: string;
|
|
270
|
+
sections: {
|
|
271
|
+
scorecards: string;
|
|
272
|
+
contacts?: undefined;
|
|
273
|
+
cases?: undefined;
|
|
274
|
+
priorities?: undefined;
|
|
275
|
+
"close-reason-groups"?: undefined;
|
|
276
|
+
statuses?: undefined;
|
|
277
|
+
slas?: undefined;
|
|
278
|
+
"service-catalogs"?: undefined;
|
|
279
|
+
sources?: undefined;
|
|
280
|
+
"contact-groups"?: undefined;
|
|
281
|
+
queues?: undefined;
|
|
282
|
+
agents?: undefined;
|
|
283
|
+
activeCalls?: undefined;
|
|
284
|
+
users?: undefined;
|
|
285
|
+
license?: undefined;
|
|
286
|
+
devices?: undefined;
|
|
287
|
+
flow?: undefined;
|
|
288
|
+
dialplan?: undefined;
|
|
289
|
+
gateways?: undefined;
|
|
290
|
+
chatplan?: undefined;
|
|
291
|
+
"chat-gateways"?: undefined;
|
|
292
|
+
skills?: undefined;
|
|
293
|
+
buckets?: undefined;
|
|
294
|
+
media?: undefined;
|
|
295
|
+
"shift-templates"?: undefined;
|
|
296
|
+
"pause-templates"?: undefined;
|
|
297
|
+
"working-conditions"?: undefined;
|
|
298
|
+
blacklist?: undefined;
|
|
299
|
+
calendars?: undefined;
|
|
300
|
+
regions?: undefined;
|
|
301
|
+
communications?: undefined;
|
|
302
|
+
"pause-cause"?: undefined;
|
|
303
|
+
teams?: undefined;
|
|
304
|
+
resources?: undefined;
|
|
305
|
+
"resource-groups"?: undefined;
|
|
306
|
+
storage?: undefined;
|
|
307
|
+
"storage-policies"?: undefined;
|
|
308
|
+
"cognitive-profiles"?: undefined;
|
|
309
|
+
"email-profiles"?: undefined;
|
|
310
|
+
"single-sign-on"?: undefined;
|
|
311
|
+
"import-csv"?: undefined;
|
|
312
|
+
triggers?: undefined;
|
|
313
|
+
roles?: undefined;
|
|
314
|
+
objects?: undefined;
|
|
315
|
+
changelogs?: undefined;
|
|
316
|
+
configuration?: undefined;
|
|
317
|
+
"global-variables"?: undefined;
|
|
318
|
+
"quick-replies"?: undefined;
|
|
319
|
+
};
|
|
320
|
+
} | {
|
|
321
|
+
name: string;
|
|
322
|
+
sections: {
|
|
323
|
+
contacts: string;
|
|
324
|
+
cases: string;
|
|
325
|
+
priorities: string;
|
|
326
|
+
"close-reason-groups": string;
|
|
327
|
+
statuses: string;
|
|
328
|
+
slas: string;
|
|
329
|
+
"service-catalogs": string;
|
|
330
|
+
sources: string;
|
|
331
|
+
"contact-groups": string;
|
|
332
|
+
scorecards?: undefined;
|
|
333
|
+
queues?: undefined;
|
|
334
|
+
agents?: undefined;
|
|
335
|
+
activeCalls?: undefined;
|
|
336
|
+
users?: undefined;
|
|
337
|
+
license?: undefined;
|
|
338
|
+
devices?: undefined;
|
|
339
|
+
flow?: undefined;
|
|
340
|
+
dialplan?: undefined;
|
|
341
|
+
gateways?: undefined;
|
|
342
|
+
chatplan?: undefined;
|
|
343
|
+
"chat-gateways"?: undefined;
|
|
344
|
+
skills?: undefined;
|
|
345
|
+
buckets?: undefined;
|
|
346
|
+
media?: undefined;
|
|
347
|
+
"shift-templates"?: undefined;
|
|
348
|
+
"pause-templates"?: undefined;
|
|
349
|
+
"working-conditions"?: undefined;
|
|
350
|
+
blacklist?: undefined;
|
|
351
|
+
calendars?: undefined;
|
|
352
|
+
regions?: undefined;
|
|
353
|
+
communications?: undefined;
|
|
354
|
+
"pause-cause"?: undefined;
|
|
355
|
+
teams?: undefined;
|
|
356
|
+
resources?: undefined;
|
|
357
|
+
"resource-groups"?: undefined;
|
|
358
|
+
storage?: undefined;
|
|
359
|
+
"storage-policies"?: undefined;
|
|
360
|
+
"cognitive-profiles"?: undefined;
|
|
361
|
+
"email-profiles"?: undefined;
|
|
362
|
+
"single-sign-on"?: undefined;
|
|
363
|
+
"import-csv"?: undefined;
|
|
364
|
+
triggers?: undefined;
|
|
365
|
+
roles?: undefined;
|
|
366
|
+
objects?: undefined;
|
|
367
|
+
changelogs?: undefined;
|
|
368
|
+
configuration?: undefined;
|
|
369
|
+
"global-variables"?: undefined;
|
|
370
|
+
"quick-replies"?: undefined;
|
|
371
|
+
};
|
|
372
|
+
} | {
|
|
373
|
+
name: string;
|
|
374
|
+
sections: {
|
|
375
|
+
queues: string;
|
|
376
|
+
agents: string;
|
|
377
|
+
activeCalls: string;
|
|
378
|
+
scorecards?: undefined;
|
|
379
|
+
contacts?: undefined;
|
|
380
|
+
cases?: undefined;
|
|
381
|
+
priorities?: undefined;
|
|
382
|
+
"close-reason-groups"?: undefined;
|
|
383
|
+
statuses?: undefined;
|
|
384
|
+
slas?: undefined;
|
|
385
|
+
"service-catalogs"?: undefined;
|
|
386
|
+
sources?: undefined;
|
|
387
|
+
"contact-groups"?: undefined;
|
|
388
|
+
users?: undefined;
|
|
389
|
+
license?: undefined;
|
|
390
|
+
devices?: undefined;
|
|
391
|
+
flow?: undefined;
|
|
392
|
+
dialplan?: undefined;
|
|
393
|
+
gateways?: undefined;
|
|
394
|
+
chatplan?: undefined;
|
|
395
|
+
"chat-gateways"?: undefined;
|
|
396
|
+
skills?: undefined;
|
|
397
|
+
buckets?: undefined;
|
|
398
|
+
media?: undefined;
|
|
399
|
+
"shift-templates"?: undefined;
|
|
400
|
+
"pause-templates"?: undefined;
|
|
401
|
+
"working-conditions"?: undefined;
|
|
402
|
+
blacklist?: undefined;
|
|
403
|
+
calendars?: undefined;
|
|
404
|
+
regions?: undefined;
|
|
405
|
+
communications?: undefined;
|
|
406
|
+
"pause-cause"?: undefined;
|
|
407
|
+
teams?: undefined;
|
|
408
|
+
resources?: undefined;
|
|
409
|
+
"resource-groups"?: undefined;
|
|
410
|
+
storage?: undefined;
|
|
411
|
+
"storage-policies"?: undefined;
|
|
412
|
+
"cognitive-profiles"?: undefined;
|
|
413
|
+
"email-profiles"?: undefined;
|
|
414
|
+
"single-sign-on"?: undefined;
|
|
415
|
+
"import-csv"?: undefined;
|
|
416
|
+
triggers?: undefined;
|
|
417
|
+
roles?: undefined;
|
|
418
|
+
objects?: undefined;
|
|
419
|
+
changelogs?: undefined;
|
|
420
|
+
configuration?: undefined;
|
|
421
|
+
"global-variables"?: undefined;
|
|
422
|
+
"quick-replies"?: undefined;
|
|
423
|
+
};
|
|
424
|
+
} | {
|
|
425
|
+
name: string;
|
|
426
|
+
sections: {
|
|
427
|
+
users: string;
|
|
428
|
+
license: string;
|
|
429
|
+
devices: string;
|
|
430
|
+
flow: string;
|
|
431
|
+
dialplan: string;
|
|
432
|
+
gateways: string;
|
|
433
|
+
chatplan: string;
|
|
434
|
+
"chat-gateways": string;
|
|
435
|
+
skills: string;
|
|
436
|
+
buckets: string;
|
|
437
|
+
media: string;
|
|
438
|
+
"shift-templates": string;
|
|
439
|
+
"pause-templates": string;
|
|
440
|
+
"working-conditions": string;
|
|
441
|
+
blacklist: string;
|
|
442
|
+
calendars: string;
|
|
443
|
+
regions: string;
|
|
444
|
+
communications: string;
|
|
445
|
+
"pause-cause": string;
|
|
446
|
+
agents: string;
|
|
447
|
+
teams: string;
|
|
448
|
+
resources: string;
|
|
449
|
+
"resource-groups": string;
|
|
450
|
+
queues: string;
|
|
451
|
+
storage: string;
|
|
452
|
+
"storage-policies": string;
|
|
453
|
+
"cognitive-profiles": string;
|
|
454
|
+
"email-profiles": string;
|
|
455
|
+
"single-sign-on": string;
|
|
456
|
+
"import-csv": string;
|
|
457
|
+
triggers: string;
|
|
458
|
+
roles: string;
|
|
459
|
+
objects: string;
|
|
460
|
+
changelogs: string;
|
|
461
|
+
configuration: string;
|
|
462
|
+
"global-variables": string;
|
|
463
|
+
"quick-replies": string;
|
|
464
|
+
scorecards?: undefined;
|
|
465
|
+
contacts?: undefined;
|
|
466
|
+
cases?: undefined;
|
|
467
|
+
priorities?: undefined;
|
|
468
|
+
"close-reason-groups"?: undefined;
|
|
469
|
+
statuses?: undefined;
|
|
470
|
+
slas?: undefined;
|
|
471
|
+
"service-catalogs"?: undefined;
|
|
472
|
+
sources?: undefined;
|
|
473
|
+
"contact-groups"?: undefined;
|
|
474
|
+
activeCalls?: undefined;
|
|
475
|
+
};
|
|
476
|
+
};
|
|
477
|
+
};
|
|
478
|
+
export namespace validation {
|
|
479
|
+
let required_1: string;
|
|
480
|
+
export { required_1 as required };
|
|
481
|
+
export let numeric: string;
|
|
482
|
+
let email_1: string;
|
|
483
|
+
export { email_1 as email };
|
|
484
|
+
export let gatewayHostValidator: string;
|
|
485
|
+
export let sipAccountValidator: string;
|
|
486
|
+
export let ipValidator: string;
|
|
487
|
+
export let macValidator: string;
|
|
488
|
+
export let sameAs: string;
|
|
489
|
+
export let requiredArrayValue: string;
|
|
490
|
+
export function minValue({ named }: {
|
|
491
|
+
named: any;
|
|
492
|
+
}): string;
|
|
493
|
+
export function maxValue({ named }: {
|
|
494
|
+
named: any;
|
|
495
|
+
}): string;
|
|
496
|
+
export function minLength({ named }: {
|
|
497
|
+
named: any;
|
|
498
|
+
}): string;
|
|
499
|
+
export function maxLength({ named }: {
|
|
500
|
+
named: any;
|
|
501
|
+
}): string;
|
|
502
|
+
export let url: string;
|
|
503
|
+
export let websocketValidator: string;
|
|
504
|
+
export let isRegExpMatched: string;
|
|
505
|
+
export let regExpValidator: string;
|
|
506
|
+
export let domainValidator: string;
|
|
507
|
+
export let decimalValidator: string;
|
|
508
|
+
export let latinWithNumber: string;
|
|
509
|
+
export let integer: string;
|
|
510
|
+
export let nameAlreadyInUse: string;
|
|
150
511
|
}
|
|
151
|
-
export namespace
|
|
152
|
-
|
|
153
|
-
|
|
512
|
+
export namespace webitelUI {
|
|
513
|
+
export namespace searchBar {
|
|
514
|
+
let placeholder: string;
|
|
515
|
+
let settingsHint: string;
|
|
516
|
+
let variableSearchHint: string;
|
|
517
|
+
}
|
|
518
|
+
export namespace timepicker {
|
|
519
|
+
export let day: string;
|
|
520
|
+
export let hour: string;
|
|
521
|
+
export let min: string;
|
|
522
|
+
let sec_1: string;
|
|
523
|
+
export { sec_1 as sec };
|
|
524
|
+
}
|
|
525
|
+
export namespace datetimepicker {
|
|
526
|
+
let lastHour: string;
|
|
527
|
+
let lastDay: string;
|
|
528
|
+
}
|
|
529
|
+
export namespace pagination {
|
|
530
|
+
let sizeText: string;
|
|
531
|
+
let prev: string;
|
|
532
|
+
let next: string;
|
|
533
|
+
}
|
|
534
|
+
export namespace appNavigator {
|
|
535
|
+
let title_1: string;
|
|
536
|
+
export { title_1 as title };
|
|
537
|
+
export let admin: string;
|
|
538
|
+
let agent_2: string;
|
|
539
|
+
export { agent_2 as agent };
|
|
540
|
+
let supervisor_1: string;
|
|
541
|
+
export { supervisor_1 as supervisor };
|
|
542
|
+
export let audit: string;
|
|
543
|
+
let history_1: string;
|
|
544
|
+
export { history_1 as history };
|
|
545
|
+
export let grafana: string;
|
|
546
|
+
export let crm: string;
|
|
547
|
+
}
|
|
548
|
+
export namespace headerActions {
|
|
549
|
+
export let account: string;
|
|
550
|
+
export let docs: string;
|
|
551
|
+
export let settings: string;
|
|
552
|
+
let logout_1: string;
|
|
553
|
+
export { logout_1 as logout };
|
|
554
|
+
export let buildVersion: string;
|
|
555
|
+
}
|
|
556
|
+
export namespace tableActions {
|
|
557
|
+
let filterReset: string;
|
|
558
|
+
let columnSelect: string;
|
|
559
|
+
let refreshTable: string;
|
|
560
|
+
let expandFilters: string;
|
|
561
|
+
}
|
|
562
|
+
export namespace tableColumnSelect {
|
|
563
|
+
let title_2: string;
|
|
564
|
+
export { title_2 as title };
|
|
565
|
+
}
|
|
566
|
+
export namespace statusSelect {
|
|
567
|
+
let online: string;
|
|
568
|
+
let pause: string;
|
|
569
|
+
let offline: string;
|
|
570
|
+
let breakOut: string;
|
|
571
|
+
}
|
|
572
|
+
export namespace iconAction {
|
|
573
|
+
let hints: {
|
|
574
|
+
delete: ({ linked }: {
|
|
575
|
+
linked: any;
|
|
576
|
+
}) => any;
|
|
577
|
+
edit: ({ linked }: {
|
|
578
|
+
linked: any;
|
|
579
|
+
}) => any;
|
|
580
|
+
add: ({ linked }: {
|
|
581
|
+
linked: any;
|
|
582
|
+
}) => any;
|
|
583
|
+
history: ({ linked }: {
|
|
584
|
+
linked: any;
|
|
585
|
+
}) => any;
|
|
586
|
+
download: ({ linked }: {
|
|
587
|
+
linked: any;
|
|
588
|
+
}) => any;
|
|
589
|
+
filters: ({ linked }: {
|
|
590
|
+
linked: any;
|
|
591
|
+
}) => any;
|
|
592
|
+
columns: string;
|
|
593
|
+
variables: string;
|
|
594
|
+
refresh: ({ linked }: {
|
|
595
|
+
linked: any;
|
|
596
|
+
}) => any;
|
|
597
|
+
expand: ({ linked }: {
|
|
598
|
+
linked: any;
|
|
599
|
+
}) => any;
|
|
600
|
+
collapse: ({ linked }: {
|
|
601
|
+
linked: any;
|
|
602
|
+
}) => any;
|
|
603
|
+
close: ({ linked }: {
|
|
604
|
+
linked: any;
|
|
605
|
+
}) => any;
|
|
606
|
+
clear: ({ linked }: {
|
|
607
|
+
linked: any;
|
|
608
|
+
}) => any;
|
|
609
|
+
"add-filter": ({ linked }: {
|
|
610
|
+
linked: any;
|
|
611
|
+
}) => any;
|
|
612
|
+
save: ({ linked }: {
|
|
613
|
+
linked: any;
|
|
614
|
+
}) => any;
|
|
615
|
+
cancel: ({ linked }: {
|
|
616
|
+
linked: any;
|
|
617
|
+
}) => any;
|
|
618
|
+
"save-preset": ({ linked }: {
|
|
619
|
+
linked: any;
|
|
620
|
+
}) => string;
|
|
621
|
+
"apply-preset": ({ linked }: {
|
|
622
|
+
linked: any;
|
|
623
|
+
}) => string;
|
|
624
|
+
"add-contact": ({ linked }: {
|
|
625
|
+
linked: any;
|
|
626
|
+
}) => string;
|
|
627
|
+
};
|
|
628
|
+
}
|
|
629
|
+
export namespace errorPages {
|
|
630
|
+
let goBack: string;
|
|
631
|
+
namespace page403 {
|
|
632
|
+
let title_3: string;
|
|
633
|
+
export { title_3 as title };
|
|
634
|
+
let text_1: string;
|
|
635
|
+
export { text_1 as text };
|
|
636
|
+
}
|
|
637
|
+
namespace page404 {
|
|
638
|
+
let title_4: string;
|
|
639
|
+
export { title_4 as title };
|
|
640
|
+
let text_2: string;
|
|
641
|
+
export { text_2 as text };
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
export namespace copyAction {
|
|
645
|
+
let copy_1: string;
|
|
646
|
+
export { copy_1 as copy };
|
|
647
|
+
export let copied: string;
|
|
648
|
+
}
|
|
649
|
+
export namespace auditForm {
|
|
650
|
+
export let question: string;
|
|
651
|
+
export let option: string;
|
|
652
|
+
export let score: string;
|
|
653
|
+
export let addQuestion: string;
|
|
654
|
+
export let answerType: string;
|
|
655
|
+
export namespace type_4 {
|
|
656
|
+
let options_1: string;
|
|
657
|
+
export { options_1 as options };
|
|
658
|
+
let score_1: string;
|
|
659
|
+
export { score_1 as score };
|
|
660
|
+
}
|
|
661
|
+
export { type_4 as type };
|
|
662
|
+
export let clearSelection: string;
|
|
663
|
+
}
|
|
664
|
+
export namespace deleteConfirmationPopup {
|
|
665
|
+
let title_5: string;
|
|
666
|
+
export { title_5 as title };
|
|
667
|
+
export let askingAlert: string;
|
|
668
|
+
export let tableAskingAlert: string;
|
|
669
|
+
export let deleteAll: string;
|
|
670
|
+
}
|
|
671
|
+
export namespace dummy {
|
|
672
|
+
let text_3: string;
|
|
673
|
+
export { text_3 as text };
|
|
674
|
+
}
|
|
675
|
+
export namespace empty {
|
|
676
|
+
export namespace text_4 {
|
|
677
|
+
let empty_1: string;
|
|
678
|
+
export { empty_1 as empty };
|
|
679
|
+
export let filters: string;
|
|
680
|
+
}
|
|
681
|
+
export { text_4 as text };
|
|
682
|
+
}
|
|
683
|
+
export namespace agentStatusSelect {
|
|
684
|
+
namespace pauseCausePopup {
|
|
685
|
+
let title_6: string;
|
|
686
|
+
export { title_6 as title };
|
|
687
|
+
let min_1: string;
|
|
688
|
+
export { min_1 as min };
|
|
689
|
+
export let unlimited: string;
|
|
690
|
+
}
|
|
691
|
+
namespace statusSelectErrorPopup {
|
|
692
|
+
let title_7: string;
|
|
693
|
+
export { title_7 as title };
|
|
694
|
+
export let message: string;
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
export namespace saveFailedPopup {
|
|
698
|
+
let title_8: string;
|
|
699
|
+
export { title_8 as title };
|
|
700
|
+
export let label: string;
|
|
701
|
+
export let exportToJson: string;
|
|
702
|
+
}
|
|
703
|
+
export namespace filters_1 {
|
|
704
|
+
export namespace datetime {
|
|
705
|
+
let rdt_today: string;
|
|
706
|
+
let rdt_this_week: string;
|
|
707
|
+
let rdt_this_month: string;
|
|
708
|
+
let rdt_custom: string;
|
|
709
|
+
}
|
|
710
|
+
export function addFilter({ linked }: {
|
|
154
711
|
linked: any;
|
|
155
|
-
})
|
|
156
|
-
|
|
712
|
+
}): string;
|
|
713
|
+
export function filterName({ linked }: {
|
|
157
714
|
linked: any;
|
|
158
|
-
})
|
|
159
|
-
|
|
715
|
+
}): any;
|
|
716
|
+
export function filterValue({ linked }: {
|
|
160
717
|
linked: any;
|
|
161
|
-
})
|
|
162
|
-
|
|
718
|
+
}): any;
|
|
719
|
+
export function filterValueFrom({ linked }: {
|
|
163
720
|
linked: any;
|
|
164
|
-
})
|
|
165
|
-
|
|
721
|
+
}): string;
|
|
722
|
+
export function filterLabel({ linked }: {
|
|
166
723
|
linked: any;
|
|
167
|
-
})
|
|
168
|
-
|
|
724
|
+
}): any;
|
|
725
|
+
export function actualReactionTime_1({ linked }: {
|
|
169
726
|
linked: any;
|
|
170
|
-
})
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
refresh: ({ linked }: {
|
|
727
|
+
}): any;
|
|
728
|
+
export { actualReactionTime_1 as actualReactionTime };
|
|
729
|
+
export function actualResolutionTime_1({ linked }: {
|
|
174
730
|
linked: any;
|
|
175
|
-
})
|
|
176
|
-
|
|
731
|
+
}): any;
|
|
732
|
+
export { actualResolutionTime_1 as actualResolutionTime };
|
|
733
|
+
export function agent_3({ linked }: {
|
|
177
734
|
linked: any;
|
|
178
|
-
})
|
|
179
|
-
|
|
735
|
+
}): any;
|
|
736
|
+
export { agent_3 as agent };
|
|
737
|
+
export function amdResult_1({ linked }: {
|
|
180
738
|
linked: any;
|
|
181
|
-
})
|
|
182
|
-
|
|
739
|
+
}): any;
|
|
740
|
+
export { amdResult_1 as amdResult };
|
|
741
|
+
export function assignee_1({ linked }: {
|
|
183
742
|
linked: any;
|
|
184
|
-
})
|
|
185
|
-
|
|
743
|
+
}): any;
|
|
744
|
+
export { assignee_1 as assignee };
|
|
745
|
+
export function author_1({ linked }: {
|
|
186
746
|
linked: any;
|
|
187
|
-
})
|
|
188
|
-
|
|
747
|
+
}): any;
|
|
748
|
+
export { author_1 as author };
|
|
749
|
+
export function cause({ linked }: {
|
|
189
750
|
linked: any;
|
|
190
|
-
})
|
|
191
|
-
|
|
751
|
+
}): any;
|
|
752
|
+
export function closeReasonGroups({ linked }: {
|
|
192
753
|
linked: any;
|
|
193
|
-
})
|
|
194
|
-
|
|
754
|
+
}): any;
|
|
755
|
+
export function contact_2({ linked }: {
|
|
195
756
|
linked: any;
|
|
196
|
-
})
|
|
197
|
-
|
|
757
|
+
}): any;
|
|
758
|
+
export { contact_2 as contact };
|
|
759
|
+
export function contactGroup({ linked }: {
|
|
198
760
|
linked: any;
|
|
199
|
-
})
|
|
200
|
-
|
|
761
|
+
}): any;
|
|
762
|
+
export function createdAt_1({ linked }: {
|
|
201
763
|
linked: any;
|
|
202
|
-
})
|
|
203
|
-
|
|
764
|
+
}): any;
|
|
765
|
+
export { createdAt_1 as createdAt };
|
|
766
|
+
export function createdAtFrom({ linked }: {
|
|
204
767
|
linked: any;
|
|
205
|
-
})
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
export {
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
export {
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
export {
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
export
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
export {
|
|
272
|
-
export
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
linked:
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
linked:
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
linked:
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
linked: any;
|
|
337
|
-
}): any;
|
|
338
|
-
export { createdAt_1 as createdAt };
|
|
339
|
-
export function createdAtFrom({ linked }: {
|
|
340
|
-
linked: any;
|
|
341
|
-
}): any;
|
|
342
|
-
export function createdAtTo({ linked }: {
|
|
343
|
-
linked: any;
|
|
344
|
-
}): any;
|
|
345
|
-
export function direction({ linked }: {
|
|
346
|
-
linked: any;
|
|
347
|
-
}): any;
|
|
348
|
-
export function gateway({ linked }: {
|
|
349
|
-
linked: any;
|
|
350
|
-
}): any;
|
|
351
|
-
export function grantee({ linked }: {
|
|
352
|
-
linked: any;
|
|
353
|
-
}): any;
|
|
354
|
-
export function hasAttachment({ linked }: {
|
|
355
|
-
linked: any;
|
|
356
|
-
}): any;
|
|
357
|
-
export function hasFile({ linked }: {
|
|
358
|
-
linked: any;
|
|
359
|
-
}): any;
|
|
360
|
-
export function hasTranscription({ linked }: {
|
|
361
|
-
linked: any;
|
|
362
|
-
}): any;
|
|
363
|
-
export function hasUser({ linked }: {
|
|
364
|
-
linked: any;
|
|
365
|
-
}): any;
|
|
366
|
-
export function impacted({ linked }: {
|
|
367
|
-
linked: any;
|
|
368
|
-
}): any;
|
|
369
|
-
export function contactLabel({ linked }: {
|
|
370
|
-
linked: any;
|
|
371
|
-
}): any;
|
|
372
|
-
export function contactOwner({ linked }: {
|
|
373
|
-
linked: any;
|
|
374
|
-
}): any;
|
|
375
|
-
export function priority_1({ linked }: {
|
|
376
|
-
linked: any;
|
|
377
|
-
}): any;
|
|
378
|
-
export { priority_1 as priority };
|
|
379
|
-
export function queue({ linked }: {
|
|
380
|
-
linked: any;
|
|
381
|
-
}): any;
|
|
382
|
-
export let rated: string;
|
|
383
|
-
export function ratedBy({ linked }: {
|
|
384
|
-
linked: any;
|
|
385
|
-
}): any;
|
|
386
|
-
export function rating({ linked }: {
|
|
387
|
-
linked: any;
|
|
388
|
-
}): any;
|
|
389
|
-
export function reactionTime({ linked }: {
|
|
390
|
-
linked: any;
|
|
391
|
-
}): any;
|
|
392
|
-
export function reporter({ linked }: {
|
|
393
|
-
linked: any;
|
|
394
|
-
}): any;
|
|
395
|
-
export function resolutionTime({ linked }: {
|
|
396
|
-
linked: any;
|
|
397
|
-
}): any;
|
|
398
|
-
export function score_2({ linked }: {
|
|
399
|
-
linked: any;
|
|
400
|
-
}): any;
|
|
401
|
-
export { score_2 as score };
|
|
402
|
-
export function service({ linked }: {
|
|
403
|
-
linked: any;
|
|
404
|
-
}): any;
|
|
405
|
-
export function sla({ linked }: {
|
|
406
|
-
linked: any;
|
|
407
|
-
}): any;
|
|
408
|
-
export function slaCondition({ linked }: {
|
|
409
|
-
linked: any;
|
|
410
|
-
}): any;
|
|
411
|
-
export function source({ linked }: {
|
|
412
|
-
linked: any;
|
|
413
|
-
}): any;
|
|
414
|
-
export function status({ linked }: {
|
|
415
|
-
linked: any;
|
|
416
|
-
}): any;
|
|
417
|
-
export function tag_1({ linked }: {
|
|
418
|
-
linked: any;
|
|
419
|
-
}): any;
|
|
420
|
-
export { tag_1 as tag };
|
|
421
|
-
export function talkDuration({ linked }: {
|
|
422
|
-
linked: any;
|
|
423
|
-
}): any;
|
|
424
|
-
export function team({ linked }: {
|
|
425
|
-
linked: any;
|
|
426
|
-
}): any;
|
|
427
|
-
export function totalDuration({ linked }: {
|
|
428
|
-
linked: any;
|
|
429
|
-
}): any;
|
|
430
|
-
export function user({ linked }: {
|
|
431
|
-
linked: any;
|
|
432
|
-
}): any;
|
|
433
|
-
export function variable({ linked }: {
|
|
434
|
-
linked: any;
|
|
435
|
-
}): any;
|
|
436
|
-
export namespace presets {
|
|
437
|
-
let preset: string;
|
|
438
|
-
let overwritePresetTitle: string;
|
|
439
|
-
let overwritePresetText: string;
|
|
440
|
-
namespace notifications {
|
|
441
|
-
namespace success {
|
|
442
|
-
export function update_1({ linked }: {
|
|
443
|
-
linked: any;
|
|
444
|
-
}): any;
|
|
445
|
-
export { update_1 as update };
|
|
446
|
-
export function create_1({ linked }: {
|
|
447
|
-
linked: any;
|
|
448
|
-
}): any;
|
|
449
|
-
export { create_1 as create };
|
|
450
|
-
export function _delete_1({ linked }: {
|
|
451
|
-
linked: any;
|
|
452
|
-
}): any;
|
|
453
|
-
export { _delete_1 as delete };
|
|
768
|
+
}): any;
|
|
769
|
+
export function createdAtTo({ linked }: {
|
|
770
|
+
linked: any;
|
|
771
|
+
}): any;
|
|
772
|
+
export function direction_2({ linked }: {
|
|
773
|
+
linked: any;
|
|
774
|
+
}): any;
|
|
775
|
+
export { direction_2 as direction };
|
|
776
|
+
export function gateway_1({ linked }: {
|
|
777
|
+
linked: any;
|
|
778
|
+
}): any;
|
|
779
|
+
export { gateway_1 as gateway };
|
|
780
|
+
export function grantee_1({ linked }: {
|
|
781
|
+
linked: any;
|
|
782
|
+
}): any;
|
|
783
|
+
export { grantee_1 as grantee };
|
|
784
|
+
export function hasAttachment({ linked }: {
|
|
785
|
+
linked: any;
|
|
786
|
+
}): any;
|
|
787
|
+
export function hasFile({ linked }: {
|
|
788
|
+
linked: any;
|
|
789
|
+
}): any;
|
|
790
|
+
export function hasTranscription({ linked }: {
|
|
791
|
+
linked: any;
|
|
792
|
+
}): any;
|
|
793
|
+
export function hasUser({ linked }: {
|
|
794
|
+
linked: any;
|
|
795
|
+
}): any;
|
|
796
|
+
export function impacted_1({ linked }: {
|
|
797
|
+
linked: any;
|
|
798
|
+
}): any;
|
|
799
|
+
export { impacted_1 as impacted };
|
|
800
|
+
export function contactLabel({ linked }: {
|
|
801
|
+
linked: any;
|
|
802
|
+
}): any;
|
|
803
|
+
export function contactOwner({ linked }: {
|
|
804
|
+
linked: any;
|
|
805
|
+
}): any;
|
|
806
|
+
export function priority_1({ linked }: {
|
|
807
|
+
linked: any;
|
|
808
|
+
}): any;
|
|
809
|
+
export { priority_1 as priority };
|
|
810
|
+
export function queue_2({ linked }: {
|
|
811
|
+
linked: any;
|
|
812
|
+
}): any;
|
|
813
|
+
export { queue_2 as queue };
|
|
814
|
+
export let rated: string;
|
|
815
|
+
export function ratedBy_1({ linked }: {
|
|
816
|
+
linked: any;
|
|
817
|
+
}): any;
|
|
818
|
+
export { ratedBy_1 as ratedBy };
|
|
819
|
+
export function rating_1({ linked }: {
|
|
820
|
+
linked: any;
|
|
821
|
+
}): any;
|
|
822
|
+
export { rating_1 as rating };
|
|
823
|
+
export function reactionTime_1({ linked }: {
|
|
824
|
+
linked: any;
|
|
825
|
+
}): any;
|
|
826
|
+
export { reactionTime_1 as reactionTime };
|
|
827
|
+
export function reporter_1({ linked }: {
|
|
828
|
+
linked: any;
|
|
829
|
+
}): any;
|
|
830
|
+
export { reporter_1 as reporter };
|
|
831
|
+
export function resolutionTime_1({ linked }: {
|
|
832
|
+
linked: any;
|
|
833
|
+
}): any;
|
|
834
|
+
export { resolutionTime_1 as resolutionTime };
|
|
835
|
+
export function score_2({ linked }: {
|
|
836
|
+
linked: any;
|
|
837
|
+
}): any;
|
|
838
|
+
export { score_2 as score };
|
|
839
|
+
export function service_2({ linked }: {
|
|
840
|
+
linked: any;
|
|
841
|
+
}): any;
|
|
842
|
+
export { service_2 as service };
|
|
843
|
+
export function sla({ linked }: {
|
|
844
|
+
linked: any;
|
|
845
|
+
}): any;
|
|
846
|
+
export function slaCondition({ linked }: {
|
|
847
|
+
linked: any;
|
|
848
|
+
}): any;
|
|
849
|
+
export function source_1({ linked }: {
|
|
850
|
+
linked: any;
|
|
851
|
+
}): any;
|
|
852
|
+
export { source_1 as source };
|
|
853
|
+
export function status_2({ linked }: {
|
|
854
|
+
linked: any;
|
|
855
|
+
}): any;
|
|
856
|
+
export { status_2 as status };
|
|
857
|
+
export function tag_1({ linked }: {
|
|
858
|
+
linked: any;
|
|
859
|
+
}): any;
|
|
860
|
+
export { tag_1 as tag };
|
|
861
|
+
export function talkDuration_1({ linked }: {
|
|
862
|
+
linked: any;
|
|
863
|
+
}): any;
|
|
864
|
+
export { talkDuration_1 as talkDuration };
|
|
865
|
+
export function team_1({ linked }: {
|
|
866
|
+
linked: any;
|
|
867
|
+
}): any;
|
|
868
|
+
export { team_1 as team };
|
|
869
|
+
export function totalDuration_1({ linked }: {
|
|
870
|
+
linked: any;
|
|
871
|
+
}): any;
|
|
872
|
+
export { totalDuration_1 as totalDuration };
|
|
873
|
+
export function user_1({ linked }: {
|
|
874
|
+
linked: any;
|
|
875
|
+
}): any;
|
|
876
|
+
export { user_1 as user };
|
|
877
|
+
export function variable({ linked }: {
|
|
878
|
+
linked: any;
|
|
879
|
+
}): any;
|
|
880
|
+
export namespace presets {
|
|
881
|
+
let preset: string;
|
|
882
|
+
let overwritePresetTitle: string;
|
|
883
|
+
let overwritePresetText: string;
|
|
884
|
+
namespace notifications {
|
|
885
|
+
namespace success {
|
|
886
|
+
export function update_1({ linked }: {
|
|
887
|
+
linked: any;
|
|
888
|
+
}): any;
|
|
889
|
+
export { update_1 as update };
|
|
890
|
+
export function create_1({ linked }: {
|
|
891
|
+
linked: any;
|
|
892
|
+
}): any;
|
|
893
|
+
export { create_1 as create };
|
|
894
|
+
export function _delete_1({ linked }: {
|
|
895
|
+
linked: any;
|
|
896
|
+
}): any;
|
|
897
|
+
export { _delete_1 as delete };
|
|
898
|
+
}
|
|
454
899
|
}
|
|
455
900
|
}
|
|
456
901
|
}
|
|
457
|
-
|
|
458
|
-
export { filters_1 as filters };
|
|
459
|
-
export namespace validation {
|
|
460
|
-
function minValue({ named }: {
|
|
461
|
-
named: any;
|
|
462
|
-
}): string;
|
|
463
|
-
function maxValue({ named }: {
|
|
464
|
-
named: any;
|
|
465
|
-
}): string;
|
|
466
|
-
function minLength({ named }: {
|
|
467
|
-
named: any;
|
|
468
|
-
}): string;
|
|
469
|
-
function maxLength({ named }: {
|
|
470
|
-
named: any;
|
|
471
|
-
}): string;
|
|
902
|
+
export { filters_1 as filters };
|
|
472
903
|
}
|
|
473
904
|
export namespace systemNotifications {
|
|
474
905
|
export namespace success_1 {
|