@webitel/ui-sdk 25.8.40 → 25.8.41

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