@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/index.d.ts
CHANGED
|
@@ -4328,335 +4328,722 @@ export declare const messages: {
|
|
|
4328
4328
|
column: string;
|
|
4329
4329
|
notification: string;
|
|
4330
4330
|
};
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
agent: string;
|
|
4335
|
-
supervisor: string;
|
|
4336
|
-
audit: string;
|
|
4337
|
-
history: string;
|
|
4338
|
-
grafana: string;
|
|
4339
|
-
crm: string;
|
|
4331
|
+
date: {
|
|
4332
|
+
sec: string;
|
|
4333
|
+
timezone: string;
|
|
4340
4334
|
};
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4335
|
+
access: {
|
|
4336
|
+
ObAC: string;
|
|
4337
|
+
RbAC: string;
|
|
4338
|
+
operations: string;
|
|
4339
|
+
rbacDefault: string;
|
|
4340
|
+
accessMode: {
|
|
4341
|
+
1: string;
|
|
4342
|
+
2: string;
|
|
4343
|
+
3: string;
|
|
4344
|
+
};
|
|
4345
|
+
};
|
|
4346
|
+
objects: {
|
|
4347
|
+
team: string;
|
|
4348
|
+
supervisor: string;
|
|
4349
|
+
auditor: string;
|
|
4350
|
+
region: string;
|
|
4351
|
+
communicationType: string;
|
|
4352
|
+
grantee: string;
|
|
4353
|
+
grantor: string;
|
|
4354
|
+
role: string;
|
|
4355
|
+
user: string;
|
|
4356
|
+
list: string;
|
|
4357
|
+
contact: string;
|
|
4358
|
+
case: string;
|
|
4359
|
+
calendar: string;
|
|
4360
|
+
direction: string;
|
|
4361
|
+
gateway: string;
|
|
4362
|
+
hangupCause: string;
|
|
4363
|
+
hasOption: string;
|
|
4364
|
+
hasRecording: string;
|
|
4365
|
+
amdResult: string;
|
|
4366
|
+
ratedBy: string;
|
|
4367
|
+
talkDuration: string;
|
|
4368
|
+
totalDuration: string;
|
|
4369
|
+
transcription: string;
|
|
4370
|
+
attachment: string;
|
|
4371
|
+
owner: string;
|
|
4372
|
+
queue: {
|
|
4373
|
+
queue: string;
|
|
4374
|
+
type: {
|
|
4375
|
+
1: string;
|
|
4376
|
+
0: string;
|
|
4377
|
+
2: string;
|
|
4378
|
+
5: string;
|
|
4379
|
+
4: string;
|
|
4380
|
+
3: string;
|
|
4381
|
+
6: string;
|
|
4382
|
+
7: string;
|
|
4383
|
+
8: string;
|
|
4384
|
+
};
|
|
4385
|
+
};
|
|
4386
|
+
agent: {
|
|
4387
|
+
agent: string;
|
|
4388
|
+
status: {
|
|
4389
|
+
[x: number]: string;
|
|
4390
|
+
online: string;
|
|
4391
|
+
pause: string;
|
|
4392
|
+
offline: string;
|
|
4393
|
+
};
|
|
4394
|
+
};
|
|
4395
|
+
flow: {
|
|
4396
|
+
name: string;
|
|
4397
|
+
type: {
|
|
4398
|
+
chat: string;
|
|
4399
|
+
voice: string;
|
|
4400
|
+
service: string;
|
|
4401
|
+
processing: string;
|
|
4402
|
+
};
|
|
4403
|
+
};
|
|
4404
|
+
messengers: {
|
|
4405
|
+
telegram: string;
|
|
4406
|
+
gotd: string;
|
|
4407
|
+
messenger: string;
|
|
4408
|
+
viber: string;
|
|
4409
|
+
webchat: string;
|
|
4410
|
+
infobip_whatsapp: string;
|
|
4411
|
+
custom: string;
|
|
4412
|
+
};
|
|
4413
|
+
quickReplies: {
|
|
4414
|
+
quickReplies: string;
|
|
4415
|
+
quickRepliesEmpty: string;
|
|
4416
|
+
};
|
|
4347
4417
|
};
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4418
|
+
channel: {
|
|
4419
|
+
state: {
|
|
4420
|
+
[x: number]: string;
|
|
4421
|
+
waiting: string;
|
|
4422
|
+
distribute: string;
|
|
4423
|
+
offering: string;
|
|
4424
|
+
answered: string;
|
|
4425
|
+
active: string;
|
|
4426
|
+
bridged: string;
|
|
4427
|
+
hold: string;
|
|
4428
|
+
missed: string;
|
|
4429
|
+
processing: string;
|
|
4430
|
+
transfer: string;
|
|
4431
|
+
};
|
|
4432
|
+
type: {
|
|
4433
|
+
call: string;
|
|
4434
|
+
email: string;
|
|
4435
|
+
chat: string;
|
|
4436
|
+
task: string;
|
|
4437
|
+
};
|
|
4353
4438
|
};
|
|
4354
|
-
|
|
4355
|
-
|
|
4439
|
+
calls: {
|
|
4440
|
+
direction: {
|
|
4441
|
+
inbound: string;
|
|
4442
|
+
outbound: string;
|
|
4443
|
+
};
|
|
4356
4444
|
};
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4445
|
+
cases: {
|
|
4446
|
+
status: string;
|
|
4447
|
+
source: string;
|
|
4448
|
+
author: string;
|
|
4449
|
+
reporter: string;
|
|
4450
|
+
impacted: string;
|
|
4451
|
+
assignee: string;
|
|
4452
|
+
groupPerformers: string;
|
|
4453
|
+
reason: string;
|
|
4454
|
+
rating: string;
|
|
4455
|
+
service: string;
|
|
4456
|
+
selectAService: string;
|
|
4457
|
+
appliedSLA: string;
|
|
4458
|
+
appliedCondition: string;
|
|
4459
|
+
reactionTime: string;
|
|
4460
|
+
resolutionTime: string;
|
|
4461
|
+
actualReactionTime: string;
|
|
4462
|
+
actualResolutionTime: string;
|
|
4362
4463
|
};
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4464
|
+
WebitelApplications: {
|
|
4465
|
+
[x: number]: {
|
|
4466
|
+
name: string;
|
|
4467
|
+
sections?: undefined;
|
|
4468
|
+
} | {
|
|
4469
|
+
name: string;
|
|
4470
|
+
sections: {
|
|
4471
|
+
scorecards: string;
|
|
4472
|
+
contacts?: undefined;
|
|
4473
|
+
cases?: undefined;
|
|
4474
|
+
priorities?: undefined;
|
|
4475
|
+
"close-reason-groups"?: undefined;
|
|
4476
|
+
statuses?: undefined;
|
|
4477
|
+
slas?: undefined;
|
|
4478
|
+
"service-catalogs"?: undefined;
|
|
4479
|
+
sources?: undefined;
|
|
4480
|
+
"contact-groups"?: undefined;
|
|
4481
|
+
queues?: undefined;
|
|
4482
|
+
agents?: undefined;
|
|
4483
|
+
activeCalls?: undefined;
|
|
4484
|
+
users?: undefined;
|
|
4485
|
+
license?: undefined;
|
|
4486
|
+
devices?: undefined;
|
|
4487
|
+
flow?: undefined;
|
|
4488
|
+
dialplan?: undefined;
|
|
4489
|
+
gateways?: undefined;
|
|
4490
|
+
chatplan?: undefined;
|
|
4491
|
+
"chat-gateways"?: undefined;
|
|
4492
|
+
skills?: undefined;
|
|
4493
|
+
buckets?: undefined;
|
|
4494
|
+
media?: undefined;
|
|
4495
|
+
"shift-templates"?: undefined;
|
|
4496
|
+
"pause-templates"?: undefined;
|
|
4497
|
+
"working-conditions"?: undefined;
|
|
4498
|
+
blacklist?: undefined;
|
|
4499
|
+
calendars?: undefined;
|
|
4500
|
+
regions?: undefined;
|
|
4501
|
+
communications?: undefined;
|
|
4502
|
+
"pause-cause"?: undefined;
|
|
4503
|
+
teams?: undefined;
|
|
4504
|
+
resources?: undefined;
|
|
4505
|
+
"resource-groups"?: undefined;
|
|
4506
|
+
storage?: undefined;
|
|
4507
|
+
"storage-policies"?: undefined;
|
|
4508
|
+
"cognitive-profiles"?: undefined;
|
|
4509
|
+
"email-profiles"?: undefined;
|
|
4510
|
+
"single-sign-on"?: undefined;
|
|
4511
|
+
"import-csv"?: undefined;
|
|
4512
|
+
triggers?: undefined;
|
|
4513
|
+
roles?: undefined;
|
|
4514
|
+
objects?: undefined;
|
|
4515
|
+
changelogs?: undefined;
|
|
4516
|
+
configuration?: undefined;
|
|
4517
|
+
"global-variables"?: undefined;
|
|
4518
|
+
"quick-replies"?: undefined;
|
|
4519
|
+
};
|
|
4520
|
+
} | {
|
|
4521
|
+
name: string;
|
|
4522
|
+
sections: {
|
|
4523
|
+
contacts: string;
|
|
4524
|
+
cases: string;
|
|
4525
|
+
priorities: string;
|
|
4526
|
+
"close-reason-groups": string;
|
|
4527
|
+
statuses: string;
|
|
4528
|
+
slas: string;
|
|
4529
|
+
"service-catalogs": string;
|
|
4530
|
+
sources: string;
|
|
4531
|
+
"contact-groups": string;
|
|
4532
|
+
scorecards?: undefined;
|
|
4533
|
+
queues?: undefined;
|
|
4534
|
+
agents?: undefined;
|
|
4535
|
+
activeCalls?: undefined;
|
|
4536
|
+
users?: undefined;
|
|
4537
|
+
license?: undefined;
|
|
4538
|
+
devices?: undefined;
|
|
4539
|
+
flow?: undefined;
|
|
4540
|
+
dialplan?: undefined;
|
|
4541
|
+
gateways?: undefined;
|
|
4542
|
+
chatplan?: undefined;
|
|
4543
|
+
"chat-gateways"?: undefined;
|
|
4544
|
+
skills?: undefined;
|
|
4545
|
+
buckets?: undefined;
|
|
4546
|
+
media?: undefined;
|
|
4547
|
+
"shift-templates"?: undefined;
|
|
4548
|
+
"pause-templates"?: undefined;
|
|
4549
|
+
"working-conditions"?: undefined;
|
|
4550
|
+
blacklist?: undefined;
|
|
4551
|
+
calendars?: undefined;
|
|
4552
|
+
regions?: undefined;
|
|
4553
|
+
communications?: undefined;
|
|
4554
|
+
"pause-cause"?: undefined;
|
|
4555
|
+
teams?: undefined;
|
|
4556
|
+
resources?: undefined;
|
|
4557
|
+
"resource-groups"?: undefined;
|
|
4558
|
+
storage?: undefined;
|
|
4559
|
+
"storage-policies"?: undefined;
|
|
4560
|
+
"cognitive-profiles"?: undefined;
|
|
4561
|
+
"email-profiles"?: undefined;
|
|
4562
|
+
"single-sign-on"?: undefined;
|
|
4563
|
+
"import-csv"?: undefined;
|
|
4564
|
+
triggers?: undefined;
|
|
4565
|
+
roles?: undefined;
|
|
4566
|
+
objects?: undefined;
|
|
4567
|
+
changelogs?: undefined;
|
|
4568
|
+
configuration?: undefined;
|
|
4569
|
+
"global-variables"?: undefined;
|
|
4570
|
+
"quick-replies"?: undefined;
|
|
4571
|
+
};
|
|
4572
|
+
} | {
|
|
4573
|
+
name: string;
|
|
4574
|
+
sections: {
|
|
4575
|
+
queues: string;
|
|
4576
|
+
agents: string;
|
|
4577
|
+
activeCalls: string;
|
|
4578
|
+
scorecards?: undefined;
|
|
4579
|
+
contacts?: undefined;
|
|
4580
|
+
cases?: undefined;
|
|
4581
|
+
priorities?: undefined;
|
|
4582
|
+
"close-reason-groups"?: undefined;
|
|
4583
|
+
statuses?: undefined;
|
|
4584
|
+
slas?: undefined;
|
|
4585
|
+
"service-catalogs"?: undefined;
|
|
4586
|
+
sources?: undefined;
|
|
4587
|
+
"contact-groups"?: undefined;
|
|
4588
|
+
users?: undefined;
|
|
4589
|
+
license?: undefined;
|
|
4590
|
+
devices?: undefined;
|
|
4591
|
+
flow?: undefined;
|
|
4592
|
+
dialplan?: undefined;
|
|
4593
|
+
gateways?: undefined;
|
|
4594
|
+
chatplan?: undefined;
|
|
4595
|
+
"chat-gateways"?: undefined;
|
|
4596
|
+
skills?: undefined;
|
|
4597
|
+
buckets?: undefined;
|
|
4598
|
+
media?: undefined;
|
|
4599
|
+
"shift-templates"?: undefined;
|
|
4600
|
+
"pause-templates"?: undefined;
|
|
4601
|
+
"working-conditions"?: undefined;
|
|
4602
|
+
blacklist?: undefined;
|
|
4603
|
+
calendars?: undefined;
|
|
4604
|
+
regions?: undefined;
|
|
4605
|
+
communications?: undefined;
|
|
4606
|
+
"pause-cause"?: undefined;
|
|
4607
|
+
teams?: undefined;
|
|
4608
|
+
resources?: undefined;
|
|
4609
|
+
"resource-groups"?: undefined;
|
|
4610
|
+
storage?: undefined;
|
|
4611
|
+
"storage-policies"?: undefined;
|
|
4612
|
+
"cognitive-profiles"?: undefined;
|
|
4613
|
+
"email-profiles"?: undefined;
|
|
4614
|
+
"single-sign-on"?: undefined;
|
|
4615
|
+
"import-csv"?: undefined;
|
|
4616
|
+
triggers?: undefined;
|
|
4617
|
+
roles?: undefined;
|
|
4618
|
+
objects?: undefined;
|
|
4619
|
+
changelogs?: undefined;
|
|
4620
|
+
configuration?: undefined;
|
|
4621
|
+
"global-variables"?: undefined;
|
|
4622
|
+
"quick-replies"?: undefined;
|
|
4623
|
+
};
|
|
4624
|
+
} | {
|
|
4625
|
+
name: string;
|
|
4626
|
+
sections: {
|
|
4627
|
+
users: string;
|
|
4628
|
+
license: string;
|
|
4629
|
+
devices: string;
|
|
4630
|
+
flow: string;
|
|
4631
|
+
dialplan: string;
|
|
4632
|
+
gateways: string;
|
|
4633
|
+
chatplan: string;
|
|
4634
|
+
"chat-gateways": string;
|
|
4635
|
+
skills: string;
|
|
4636
|
+
buckets: string;
|
|
4637
|
+
media: string;
|
|
4638
|
+
"shift-templates": string;
|
|
4639
|
+
"pause-templates": string;
|
|
4640
|
+
"working-conditions": string;
|
|
4641
|
+
blacklist: string;
|
|
4642
|
+
calendars: string;
|
|
4643
|
+
regions: string;
|
|
4644
|
+
communications: string;
|
|
4645
|
+
"pause-cause": string;
|
|
4646
|
+
agents: string;
|
|
4647
|
+
teams: string;
|
|
4648
|
+
resources: string;
|
|
4649
|
+
"resource-groups": string;
|
|
4650
|
+
queues: string;
|
|
4651
|
+
storage: string;
|
|
4652
|
+
"storage-policies": string;
|
|
4653
|
+
"cognitive-profiles": string;
|
|
4654
|
+
"email-profiles": string;
|
|
4655
|
+
"single-sign-on": string;
|
|
4656
|
+
"import-csv": string;
|
|
4657
|
+
triggers: string;
|
|
4658
|
+
roles: string;
|
|
4659
|
+
objects: string;
|
|
4660
|
+
changelogs: string;
|
|
4661
|
+
configuration: string;
|
|
4662
|
+
"global-variables": string;
|
|
4663
|
+
"quick-replies": string;
|
|
4664
|
+
scorecards?: undefined;
|
|
4665
|
+
contacts?: undefined;
|
|
4666
|
+
cases?: undefined;
|
|
4667
|
+
priorities?: undefined;
|
|
4668
|
+
"close-reason-groups"?: undefined;
|
|
4669
|
+
statuses?: undefined;
|
|
4670
|
+
slas?: undefined;
|
|
4671
|
+
"service-catalogs"?: undefined;
|
|
4672
|
+
sources?: undefined;
|
|
4673
|
+
"contact-groups"?: undefined;
|
|
4674
|
+
activeCalls?: undefined;
|
|
4675
|
+
};
|
|
4676
|
+
};
|
|
4677
|
+
};
|
|
4678
|
+
validation: {
|
|
4679
|
+
required: string;
|
|
4680
|
+
numeric: string;
|
|
4681
|
+
email: string;
|
|
4682
|
+
gatewayHostValidator: string;
|
|
4683
|
+
sipAccountValidator: string;
|
|
4684
|
+
ipValidator: string;
|
|
4685
|
+
macValidator: string;
|
|
4686
|
+
sameAs: string;
|
|
4687
|
+
requiredArrayValue: string;
|
|
4688
|
+
minValue: ({ named }: {
|
|
4689
|
+
named: any;
|
|
4690
|
+
}) => string;
|
|
4691
|
+
maxValue: ({ named }: {
|
|
4692
|
+
named: any;
|
|
4693
|
+
}) => string;
|
|
4694
|
+
minLength: ({ named }: {
|
|
4695
|
+
named: any;
|
|
4696
|
+
}) => string;
|
|
4697
|
+
maxLength: ({ named }: {
|
|
4698
|
+
named: any;
|
|
4699
|
+
}) => string;
|
|
4700
|
+
url: string;
|
|
4701
|
+
websocketValidator: string;
|
|
4702
|
+
isRegExpMatched: string;
|
|
4703
|
+
regExpValidator: string;
|
|
4704
|
+
domainValidator: string;
|
|
4705
|
+
decimalValidator: string;
|
|
4706
|
+
latinWithNumber: string;
|
|
4707
|
+
integer: string;
|
|
4708
|
+
nameAlreadyInUse: string;
|
|
4709
|
+
};
|
|
4710
|
+
webitelUI: {
|
|
4711
|
+
searchBar: {
|
|
4712
|
+
placeholder: string;
|
|
4713
|
+
settingsHint: string;
|
|
4714
|
+
variableSearchHint: string;
|
|
4715
|
+
};
|
|
4716
|
+
timepicker: {
|
|
4717
|
+
day: string;
|
|
4718
|
+
hour: string;
|
|
4719
|
+
min: string;
|
|
4720
|
+
sec: string;
|
|
4721
|
+
};
|
|
4722
|
+
datetimepicker: {
|
|
4723
|
+
lastHour: string;
|
|
4724
|
+
lastDay: string;
|
|
4725
|
+
};
|
|
4726
|
+
pagination: {
|
|
4727
|
+
sizeText: string;
|
|
4728
|
+
prev: string;
|
|
4729
|
+
next: string;
|
|
4730
|
+
};
|
|
4731
|
+
appNavigator: {
|
|
4732
|
+
title: string;
|
|
4733
|
+
admin: string;
|
|
4734
|
+
agent: string;
|
|
4735
|
+
supervisor: string;
|
|
4736
|
+
audit: string;
|
|
4737
|
+
history: string;
|
|
4738
|
+
grafana: string;
|
|
4739
|
+
crm: string;
|
|
4740
|
+
};
|
|
4741
|
+
headerActions: {
|
|
4742
|
+
account: string;
|
|
4743
|
+
docs: string;
|
|
4744
|
+
settings: string;
|
|
4745
|
+
logout: string;
|
|
4746
|
+
buildVersion: string;
|
|
4747
|
+
};
|
|
4748
|
+
tableActions: {
|
|
4749
|
+
filterReset: string;
|
|
4750
|
+
columnSelect: string;
|
|
4751
|
+
refreshTable: string;
|
|
4752
|
+
expandFilters: string;
|
|
4753
|
+
};
|
|
4754
|
+
tableColumnSelect: {
|
|
4755
|
+
title: string;
|
|
4756
|
+
};
|
|
4757
|
+
statusSelect: {
|
|
4758
|
+
online: string;
|
|
4759
|
+
pause: string;
|
|
4760
|
+
offline: string;
|
|
4761
|
+
breakOut: string;
|
|
4762
|
+
};
|
|
4763
|
+
iconAction: {
|
|
4764
|
+
hints: {
|
|
4765
|
+
delete: ({ linked }: {
|
|
4766
|
+
linked: any;
|
|
4767
|
+
}) => any;
|
|
4768
|
+
edit: ({ linked }: {
|
|
4769
|
+
linked: any;
|
|
4770
|
+
}) => any;
|
|
4771
|
+
add: ({ linked }: {
|
|
4772
|
+
linked: any;
|
|
4773
|
+
}) => any;
|
|
4774
|
+
history: ({ linked }: {
|
|
4775
|
+
linked: any;
|
|
4776
|
+
}) => any;
|
|
4777
|
+
download: ({ linked }: {
|
|
4778
|
+
linked: any;
|
|
4779
|
+
}) => any;
|
|
4780
|
+
filters: ({ linked }: {
|
|
4781
|
+
linked: any;
|
|
4782
|
+
}) => any;
|
|
4783
|
+
columns: string;
|
|
4784
|
+
variables: string;
|
|
4785
|
+
refresh: ({ linked }: {
|
|
4786
|
+
linked: any;
|
|
4787
|
+
}) => any;
|
|
4788
|
+
expand: ({ linked }: {
|
|
4789
|
+
linked: any;
|
|
4790
|
+
}) => any;
|
|
4791
|
+
collapse: ({ linked }: {
|
|
4792
|
+
linked: any;
|
|
4793
|
+
}) => any;
|
|
4794
|
+
close: ({ linked }: {
|
|
4795
|
+
linked: any;
|
|
4796
|
+
}) => any;
|
|
4797
|
+
clear: ({ linked }: {
|
|
4798
|
+
linked: any;
|
|
4799
|
+
}) => any;
|
|
4800
|
+
"add-filter": ({ linked }: {
|
|
4801
|
+
linked: any;
|
|
4802
|
+
}) => any;
|
|
4803
|
+
save: ({ linked }: {
|
|
4804
|
+
linked: any;
|
|
4805
|
+
}) => any;
|
|
4806
|
+
cancel: ({ linked }: {
|
|
4807
|
+
linked: any;
|
|
4808
|
+
}) => any;
|
|
4809
|
+
"save-preset": ({ linked }: {
|
|
4810
|
+
linked: any;
|
|
4811
|
+
}) => string;
|
|
4812
|
+
"apply-preset": ({ linked }: {
|
|
4813
|
+
linked: any;
|
|
4814
|
+
}) => string;
|
|
4815
|
+
"add-contact": ({ linked }: {
|
|
4816
|
+
linked: any;
|
|
4817
|
+
}) => string;
|
|
4818
|
+
};
|
|
4819
|
+
};
|
|
4820
|
+
errorPages: {
|
|
4821
|
+
goBack: string;
|
|
4822
|
+
page403: {
|
|
4823
|
+
title: string;
|
|
4824
|
+
text: string;
|
|
4825
|
+
};
|
|
4826
|
+
page404: {
|
|
4827
|
+
title: string;
|
|
4828
|
+
text: string;
|
|
4829
|
+
};
|
|
4830
|
+
};
|
|
4831
|
+
copyAction: {
|
|
4832
|
+
copy: string;
|
|
4833
|
+
copied: string;
|
|
4834
|
+
};
|
|
4835
|
+
auditForm: {
|
|
4836
|
+
question: string;
|
|
4837
|
+
option: string;
|
|
4838
|
+
score: string;
|
|
4839
|
+
addQuestion: string;
|
|
4840
|
+
answerType: string;
|
|
4841
|
+
type: {
|
|
4842
|
+
options: string;
|
|
4843
|
+
score: string;
|
|
4844
|
+
};
|
|
4845
|
+
clearSelection: string;
|
|
4846
|
+
};
|
|
4847
|
+
deleteConfirmationPopup: {
|
|
4848
|
+
title: string;
|
|
4849
|
+
askingAlert: string;
|
|
4850
|
+
tableAskingAlert: string;
|
|
4851
|
+
deleteAll: string;
|
|
4852
|
+
};
|
|
4853
|
+
dummy: {
|
|
4854
|
+
text: string;
|
|
4855
|
+
};
|
|
4856
|
+
empty: {
|
|
4857
|
+
text: {
|
|
4858
|
+
empty: string;
|
|
4859
|
+
filters: string;
|
|
4860
|
+
};
|
|
4861
|
+
};
|
|
4862
|
+
agentStatusSelect: {
|
|
4863
|
+
pauseCausePopup: {
|
|
4864
|
+
title: string;
|
|
4865
|
+
min: string;
|
|
4866
|
+
unlimited: string;
|
|
4867
|
+
};
|
|
4868
|
+
statusSelectErrorPopup: {
|
|
4869
|
+
title: string;
|
|
4870
|
+
message: string;
|
|
4871
|
+
};
|
|
4872
|
+
};
|
|
4873
|
+
saveFailedPopup: {
|
|
4874
|
+
title: string;
|
|
4875
|
+
label: string;
|
|
4876
|
+
exportToJson: string;
|
|
4877
|
+
};
|
|
4878
|
+
filters: {
|
|
4879
|
+
datetime: {
|
|
4880
|
+
rdt_today: string;
|
|
4881
|
+
rdt_this_week: string;
|
|
4882
|
+
rdt_this_month: string;
|
|
4883
|
+
rdt_custom: string;
|
|
4884
|
+
};
|
|
4885
|
+
addFilter: ({ linked }: {
|
|
4886
|
+
linked: any;
|
|
4887
|
+
}) => string;
|
|
4888
|
+
filterName: ({ linked }: {
|
|
4366
4889
|
linked: any;
|
|
4367
4890
|
}) => any;
|
|
4368
|
-
|
|
4891
|
+
filterValue: ({ linked }: {
|
|
4369
4892
|
linked: any;
|
|
4370
4893
|
}) => any;
|
|
4371
|
-
|
|
4894
|
+
filterValueFrom: ({ linked }: {
|
|
4895
|
+
linked: any;
|
|
4896
|
+
}) => string;
|
|
4897
|
+
filterLabel: ({ linked }: {
|
|
4372
4898
|
linked: any;
|
|
4373
4899
|
}) => any;
|
|
4374
|
-
|
|
4900
|
+
actualReactionTime: ({ linked }: {
|
|
4375
4901
|
linked: any;
|
|
4376
4902
|
}) => any;
|
|
4377
|
-
|
|
4903
|
+
actualResolutionTime: ({ linked }: {
|
|
4378
4904
|
linked: any;
|
|
4379
4905
|
}) => any;
|
|
4380
|
-
|
|
4906
|
+
agent: ({ linked }: {
|
|
4381
4907
|
linked: any;
|
|
4382
4908
|
}) => any;
|
|
4383
|
-
|
|
4384
|
-
variables: string;
|
|
4385
|
-
refresh: ({ linked }: {
|
|
4909
|
+
amdResult: ({ linked }: {
|
|
4386
4910
|
linked: any;
|
|
4387
4911
|
}) => any;
|
|
4388
|
-
|
|
4912
|
+
assignee: ({ linked }: {
|
|
4389
4913
|
linked: any;
|
|
4390
4914
|
}) => any;
|
|
4391
|
-
|
|
4915
|
+
author: ({ linked }: {
|
|
4392
4916
|
linked: any;
|
|
4393
4917
|
}) => any;
|
|
4394
|
-
|
|
4918
|
+
cause: ({ linked }: {
|
|
4395
4919
|
linked: any;
|
|
4396
4920
|
}) => any;
|
|
4397
|
-
|
|
4921
|
+
closeReasonGroups: ({ linked }: {
|
|
4398
4922
|
linked: any;
|
|
4399
4923
|
}) => any;
|
|
4400
|
-
|
|
4924
|
+
contact: ({ linked }: {
|
|
4401
4925
|
linked: any;
|
|
4402
4926
|
}) => any;
|
|
4403
|
-
|
|
4927
|
+
contactGroup: ({ linked }: {
|
|
4404
4928
|
linked: any;
|
|
4405
4929
|
}) => any;
|
|
4406
|
-
|
|
4930
|
+
createdAt: ({ linked }: {
|
|
4407
4931
|
linked: any;
|
|
4408
4932
|
}) => any;
|
|
4409
|
-
|
|
4933
|
+
createdAtFrom: ({ linked }: {
|
|
4410
4934
|
linked: any;
|
|
4411
|
-
}) =>
|
|
4412
|
-
|
|
4935
|
+
}) => any;
|
|
4936
|
+
createdAtTo: ({ linked }: {
|
|
4413
4937
|
linked: any;
|
|
4414
|
-
}) =>
|
|
4415
|
-
|
|
4938
|
+
}) => any;
|
|
4939
|
+
direction: ({ linked }: {
|
|
4416
4940
|
linked: any;
|
|
4417
|
-
}) =>
|
|
4418
|
-
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
linked: any;
|
|
4520
|
-
}) => any;
|
|
4521
|
-
closeReasonGroups: ({ linked }: {
|
|
4522
|
-
linked: any;
|
|
4523
|
-
}) => any;
|
|
4524
|
-
contact: ({ linked }: {
|
|
4525
|
-
linked: any;
|
|
4526
|
-
}) => any;
|
|
4527
|
-
contactGroup: ({ linked }: {
|
|
4528
|
-
linked: any;
|
|
4529
|
-
}) => any;
|
|
4530
|
-
createdAt: ({ linked }: {
|
|
4531
|
-
linked: any;
|
|
4532
|
-
}) => any;
|
|
4533
|
-
createdAtFrom: ({ linked }: {
|
|
4534
|
-
linked: any;
|
|
4535
|
-
}) => any;
|
|
4536
|
-
createdAtTo: ({ linked }: {
|
|
4537
|
-
linked: any;
|
|
4538
|
-
}) => any;
|
|
4539
|
-
direction: ({ linked }: {
|
|
4540
|
-
linked: any;
|
|
4541
|
-
}) => any;
|
|
4542
|
-
gateway: ({ linked }: {
|
|
4543
|
-
linked: any;
|
|
4544
|
-
}) => any;
|
|
4545
|
-
grantee: ({ linked }: {
|
|
4546
|
-
linked: any;
|
|
4547
|
-
}) => any;
|
|
4548
|
-
hasAttachment: ({ linked }: {
|
|
4549
|
-
linked: any;
|
|
4550
|
-
}) => any;
|
|
4551
|
-
hasFile: ({ linked }: {
|
|
4552
|
-
linked: any;
|
|
4553
|
-
}) => any;
|
|
4554
|
-
hasTranscription: ({ linked }: {
|
|
4555
|
-
linked: any;
|
|
4556
|
-
}) => any;
|
|
4557
|
-
hasUser: ({ linked }: {
|
|
4558
|
-
linked: any;
|
|
4559
|
-
}) => any;
|
|
4560
|
-
impacted: ({ linked }: {
|
|
4561
|
-
linked: any;
|
|
4562
|
-
}) => any;
|
|
4563
|
-
contactLabel: ({ linked }: {
|
|
4564
|
-
linked: any;
|
|
4565
|
-
}) => any;
|
|
4566
|
-
contactOwner: ({ linked }: {
|
|
4567
|
-
linked: any;
|
|
4568
|
-
}) => any;
|
|
4569
|
-
priority: ({ linked }: {
|
|
4570
|
-
linked: any;
|
|
4571
|
-
}) => any;
|
|
4572
|
-
queue: ({ linked }: {
|
|
4573
|
-
linked: any;
|
|
4574
|
-
}) => any;
|
|
4575
|
-
rated: string;
|
|
4576
|
-
ratedBy: ({ linked }: {
|
|
4577
|
-
linked: any;
|
|
4578
|
-
}) => any;
|
|
4579
|
-
rating: ({ linked }: {
|
|
4580
|
-
linked: any;
|
|
4581
|
-
}) => any;
|
|
4582
|
-
reactionTime: ({ linked }: {
|
|
4583
|
-
linked: any;
|
|
4584
|
-
}) => any;
|
|
4585
|
-
reporter: ({ linked }: {
|
|
4586
|
-
linked: any;
|
|
4587
|
-
}) => any;
|
|
4588
|
-
resolutionTime: ({ linked }: {
|
|
4589
|
-
linked: any;
|
|
4590
|
-
}) => any;
|
|
4591
|
-
score: ({ linked }: {
|
|
4592
|
-
linked: any;
|
|
4593
|
-
}) => any;
|
|
4594
|
-
service: ({ linked }: {
|
|
4595
|
-
linked: any;
|
|
4596
|
-
}) => any;
|
|
4597
|
-
sla: ({ linked }: {
|
|
4598
|
-
linked: any;
|
|
4599
|
-
}) => any;
|
|
4600
|
-
slaCondition: ({ linked }: {
|
|
4601
|
-
linked: any;
|
|
4602
|
-
}) => any;
|
|
4603
|
-
source: ({ linked }: {
|
|
4604
|
-
linked: any;
|
|
4605
|
-
}) => any;
|
|
4606
|
-
status: ({ linked }: {
|
|
4607
|
-
linked: any;
|
|
4608
|
-
}) => any;
|
|
4609
|
-
tag: ({ linked }: {
|
|
4610
|
-
linked: any;
|
|
4611
|
-
}) => any;
|
|
4612
|
-
talkDuration: ({ linked }: {
|
|
4613
|
-
linked: any;
|
|
4614
|
-
}) => any;
|
|
4615
|
-
team: ({ linked }: {
|
|
4616
|
-
linked: any;
|
|
4617
|
-
}) => any;
|
|
4618
|
-
totalDuration: ({ linked }: {
|
|
4619
|
-
linked: any;
|
|
4620
|
-
}) => any;
|
|
4621
|
-
user: ({ linked }: {
|
|
4622
|
-
linked: any;
|
|
4623
|
-
}) => any;
|
|
4624
|
-
variable: ({ linked }: {
|
|
4625
|
-
linked: any;
|
|
4626
|
-
}) => any;
|
|
4627
|
-
presets: {
|
|
4628
|
-
preset: string;
|
|
4629
|
-
overwritePresetTitle: string;
|
|
4630
|
-
overwritePresetText: string;
|
|
4631
|
-
notifications: {
|
|
4632
|
-
success: {
|
|
4633
|
-
update: ({ linked }: {
|
|
4634
|
-
linked: any;
|
|
4635
|
-
}) => any;
|
|
4636
|
-
create: ({ linked }: {
|
|
4637
|
-
linked: any;
|
|
4638
|
-
}) => any;
|
|
4639
|
-
delete: ({ linked }: {
|
|
4640
|
-
linked: any;
|
|
4641
|
-
}) => any;
|
|
4941
|
+
}) => any;
|
|
4942
|
+
gateway: ({ linked }: {
|
|
4943
|
+
linked: any;
|
|
4944
|
+
}) => any;
|
|
4945
|
+
grantee: ({ linked }: {
|
|
4946
|
+
linked: any;
|
|
4947
|
+
}) => any;
|
|
4948
|
+
hasAttachment: ({ linked }: {
|
|
4949
|
+
linked: any;
|
|
4950
|
+
}) => any;
|
|
4951
|
+
hasFile: ({ linked }: {
|
|
4952
|
+
linked: any;
|
|
4953
|
+
}) => any;
|
|
4954
|
+
hasTranscription: ({ linked }: {
|
|
4955
|
+
linked: any;
|
|
4956
|
+
}) => any;
|
|
4957
|
+
hasUser: ({ linked }: {
|
|
4958
|
+
linked: any;
|
|
4959
|
+
}) => any;
|
|
4960
|
+
impacted: ({ linked }: {
|
|
4961
|
+
linked: any;
|
|
4962
|
+
}) => any;
|
|
4963
|
+
contactLabel: ({ linked }: {
|
|
4964
|
+
linked: any;
|
|
4965
|
+
}) => any;
|
|
4966
|
+
contactOwner: ({ linked }: {
|
|
4967
|
+
linked: any;
|
|
4968
|
+
}) => any;
|
|
4969
|
+
priority: ({ linked }: {
|
|
4970
|
+
linked: any;
|
|
4971
|
+
}) => any;
|
|
4972
|
+
queue: ({ linked }: {
|
|
4973
|
+
linked: any;
|
|
4974
|
+
}) => any;
|
|
4975
|
+
rated: string;
|
|
4976
|
+
ratedBy: ({ linked }: {
|
|
4977
|
+
linked: any;
|
|
4978
|
+
}) => any;
|
|
4979
|
+
rating: ({ linked }: {
|
|
4980
|
+
linked: any;
|
|
4981
|
+
}) => any;
|
|
4982
|
+
reactionTime: ({ linked }: {
|
|
4983
|
+
linked: any;
|
|
4984
|
+
}) => any;
|
|
4985
|
+
reporter: ({ linked }: {
|
|
4986
|
+
linked: any;
|
|
4987
|
+
}) => any;
|
|
4988
|
+
resolutionTime: ({ linked }: {
|
|
4989
|
+
linked: any;
|
|
4990
|
+
}) => any;
|
|
4991
|
+
score: ({ linked }: {
|
|
4992
|
+
linked: any;
|
|
4993
|
+
}) => any;
|
|
4994
|
+
service: ({ linked }: {
|
|
4995
|
+
linked: any;
|
|
4996
|
+
}) => any;
|
|
4997
|
+
sla: ({ linked }: {
|
|
4998
|
+
linked: any;
|
|
4999
|
+
}) => any;
|
|
5000
|
+
slaCondition: ({ linked }: {
|
|
5001
|
+
linked: any;
|
|
5002
|
+
}) => any;
|
|
5003
|
+
source: ({ linked }: {
|
|
5004
|
+
linked: any;
|
|
5005
|
+
}) => any;
|
|
5006
|
+
status: ({ linked }: {
|
|
5007
|
+
linked: any;
|
|
5008
|
+
}) => any;
|
|
5009
|
+
tag: ({ linked }: {
|
|
5010
|
+
linked: any;
|
|
5011
|
+
}) => any;
|
|
5012
|
+
talkDuration: ({ linked }: {
|
|
5013
|
+
linked: any;
|
|
5014
|
+
}) => any;
|
|
5015
|
+
team: ({ linked }: {
|
|
5016
|
+
linked: any;
|
|
5017
|
+
}) => any;
|
|
5018
|
+
totalDuration: ({ linked }: {
|
|
5019
|
+
linked: any;
|
|
5020
|
+
}) => any;
|
|
5021
|
+
user: ({ linked }: {
|
|
5022
|
+
linked: any;
|
|
5023
|
+
}) => any;
|
|
5024
|
+
variable: ({ linked }: {
|
|
5025
|
+
linked: any;
|
|
5026
|
+
}) => any;
|
|
5027
|
+
presets: {
|
|
5028
|
+
preset: string;
|
|
5029
|
+
overwritePresetTitle: string;
|
|
5030
|
+
overwritePresetText: string;
|
|
5031
|
+
notifications: {
|
|
5032
|
+
success: {
|
|
5033
|
+
update: ({ linked }: {
|
|
5034
|
+
linked: any;
|
|
5035
|
+
}) => any;
|
|
5036
|
+
create: ({ linked }: {
|
|
5037
|
+
linked: any;
|
|
5038
|
+
}) => any;
|
|
5039
|
+
delete: ({ linked }: {
|
|
5040
|
+
linked: any;
|
|
5041
|
+
}) => any;
|
|
5042
|
+
};
|
|
4642
5043
|
};
|
|
4643
5044
|
};
|
|
4644
5045
|
};
|
|
4645
5046
|
};
|
|
4646
|
-
validation: {
|
|
4647
|
-
minValue: ({ named }: {
|
|
4648
|
-
named: any;
|
|
4649
|
-
}) => string;
|
|
4650
|
-
maxValue: ({ named }: {
|
|
4651
|
-
named: any;
|
|
4652
|
-
}) => string;
|
|
4653
|
-
minLength: ({ named }: {
|
|
4654
|
-
named: any;
|
|
4655
|
-
}) => string;
|
|
4656
|
-
maxLength: ({ named }: {
|
|
4657
|
-
named: any;
|
|
4658
|
-
}) => string;
|
|
4659
|
-
};
|
|
4660
5047
|
systemNotifications: {
|
|
4661
5048
|
success: {
|
|
4662
5049
|
update: ({ named }: {
|