@webitel/ui-sdk 26.8.49 → 26.8.51

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.
Files changed (63) hide show
  1. package/dist/clients-rgtvDufW.js +39250 -0
  2. package/dist/{components-gG_-DJ10.js → components-9JJurJkY.js} +639 -631
  3. package/dist/{enums-De8CDKZ1.js → enums-DY3jIXFF.js} +50 -29
  4. package/dist/ui-sdk.css +1 -1
  5. package/dist/ui-sdk.js +3 -3
  6. package/dist/ui-sdk.umd.cjs +394 -394
  7. package/dist/{useValidation-D6P-wRwq.js → useValidation-BD4S-sEW.js} +1 -1
  8. package/dist/{wt-action-bar-HBm22ay5.js → wt-action-bar-C4JukltF.js} +2 -2
  9. package/dist/{wt-button-B7B7qITq.js → wt-button-2_aOV7LX.js} +4 -4
  10. package/dist/{wt-chat-emoji-mH3xAWyP.js → wt-chat-emoji-D2VNcMWj.js} +4 -4
  11. package/dist/{wt-datepicker-D5Af57PB.js → wt-datepicker-H4E0JyRE.js} +78 -51
  12. package/dist/{wt-display-chip-items-DnL_Twmy.js → wt-display-chip-items-Dk-8hhAU.js} +1 -1
  13. package/dist/{wt-dual-panel-BEGLGU7F.js → wt-dual-panel-C98aGU8o.js} +1 -1
  14. package/dist/{wt-expansion-card-CpmnVJ03.js → wt-expansion-card-CEMaWXCy.js} +1 -1
  15. package/dist/{wt-expansion-panel-Br7JPc5X.js → wt-expansion-panel-BjeXHSay.js} +1 -1
  16. package/dist/{wt-icon-09f_Vpk_.js → wt-icon-Ct0E7k_d.js} +1 -1
  17. package/dist/{wt-icon-action-BBmutGsL.js → wt-icon-action-DB6P4E4K.js} +1 -1
  18. package/dist/{wt-icon-btn-DvrrxhWx.js → wt-icon-btn-DZa_qsai.js} +1 -1
  19. package/dist/{wt-notifications-bar-0o0yhR7P.js → wt-notifications-bar-BEomlIrN.js} +2 -2
  20. package/dist/{wt-player-D_kVPIdJ.js → wt-player-1-8X7Uo8.js} +3 -3
  21. package/dist/{wt-search-bar-Dnjkgro3.js → wt-search-bar-DzzSQyB3.js} +1 -1
  22. package/dist/{wt-send-message-popup-C-fqzFxG.js → wt-send-message-popup-BYV75cZf.js} +2 -2
  23. package/dist/{wt-status-select-DL1bOn9G.js → wt-status-select-BuojqV_1.js} +9 -9
  24. package/dist/{wt-timepicker-CAkO0jFY.js → wt-timepicker-RhM7Sln_.js} +2 -2
  25. package/dist/{wt-toast-DrfbAfTj.js → wt-toast-eWzfeYuz.js} +2 -2
  26. package/dist/{wt-tree-table-DJGISZ65.js → wt-tree-table-DvG6KLLB.js} +1 -1
  27. package/dist/{wt-type-extension-value-input-jb7TbSvV.js → wt-type-extension-value-input-BYoxNwD4.js} +3 -3
  28. package/dist/{wt-vidstack-player-BrDmQ4dp.js → wt-vidstack-player-B-vb7PqO.js} +4 -4
  29. package/package.json +3 -1
  30. package/src/components/wt-datepicker/_internals/composables/useCloseOnAnchorHidden.ts +51 -0
  31. package/src/components/wt-datepicker/_internals/composables/useDatepicker.ts +17 -1
  32. package/src/components/wt-datepicker/wt-datepicker.vue +1 -0
  33. package/src/enums/QueueType/QueueType.enum.ts +12 -31
  34. package/src/enums/RelativeDatetimeValue/RelativeDatetimeValue.ts +1 -11
  35. package/src/locale/en/en.js +64 -0
  36. package/src/locale/es/es.js +64 -0
  37. package/src/locale/kz/kz.js +64 -0
  38. package/src/locale/pl/pl.js +64 -0
  39. package/src/locale/ro/ro.js +64 -0
  40. package/src/locale/ru/ru.js +64 -0
  41. package/src/locale/uk/uk.js +64 -0
  42. package/src/locale/uz/uz.js +64 -0
  43. package/src/locale/vi/vi.js +64 -0
  44. package/src/scripts/normalizeDatetime.ts +7 -88
  45. package/types/.tsbuildinfo +1 -1
  46. package/types/components/wt-datepicker/_internals/composables/useCloseOnAnchorHidden.d.ts +21 -0
  47. package/types/components/wt-datepicker/_internals/composables/useDatepicker.d.ts +1 -0
  48. package/types/enums/QueueType/QueueType.enum.d.ts +9 -28
  49. package/types/enums/RelativeDatetimeValue/RelativeDatetimeValue.d.ts +1 -7
  50. package/types/locale/en/en.d.ts +64 -0
  51. package/types/locale/es/es.d.ts +87 -3
  52. package/types/locale/i18n.d.ts +576 -0
  53. package/types/locale/index.d.ts +576 -0
  54. package/types/locale/kz/kz.d.ts +87 -3
  55. package/types/locale/pl/pl.d.ts +87 -3
  56. package/types/locale/ro/ro.d.ts +87 -3
  57. package/types/locale/ru/ru.d.ts +87 -3
  58. package/types/locale/uk/uk.d.ts +87 -3
  59. package/types/locale/uz/uz.d.ts +87 -3
  60. package/types/locale/vi/vi.d.ts +87 -3
  61. package/types/modules/Flow/lookups/FlowTypeApplications.lookup.d.ts +1 -1
  62. package/types/scripts/normalizeDatetime.d.ts +1 -8
  63. package/dist/clients-DBqdsc05.js +0 -38757
@@ -205,6 +205,34 @@ export declare const messages: {
205
205
  offline: string;
206
206
  };
207
207
  };
208
+ bucket: string;
209
+ joinedAt: string;
210
+ leavingAt: string;
211
+ offeringAt: string;
212
+ stopCause: {
213
+ stopCause: string;
214
+ abandoned: string;
215
+ timeout: string;
216
+ cancel: string;
217
+ success: string;
218
+ failed: string;
219
+ missed: string;
220
+ expired: string;
221
+ canceledByTimeout: string;
222
+ };
223
+ memberPriority: string;
224
+ attempts: string;
225
+ callReportingResult: {
226
+ result: string;
227
+ abandoned: string;
228
+ cancel: string;
229
+ success: string;
230
+ failed: string;
231
+ missed: string;
232
+ timeout: string;
233
+ endless: string;
234
+ transferred: string;
235
+ };
208
236
  flow: {
209
237
  name: string;
210
238
  type: {
@@ -673,6 +701,9 @@ export declare const messages: {
673
701
  author: ({ linked }: {
674
702
  linked: any;
675
703
  }) => any;
704
+ bucket: ({ linked }: {
705
+ linked: any;
706
+ }) => any;
676
707
  cause: ({ linked }: {
677
708
  linked: any;
678
709
  }) => any;
@@ -715,6 +746,39 @@ export declare const messages: {
715
746
  hasUser: ({ linked }: {
716
747
  linked: any;
717
748
  }) => any;
749
+ joinedAt: ({ linked }: {
750
+ linked: any;
751
+ }) => any;
752
+ leavingAt: ({ linked }: {
753
+ linked: any;
754
+ }) => any;
755
+ offeringAt: ({ linked }: {
756
+ linked: any;
757
+ }) => any;
758
+ stopCause: ({ linked }: {
759
+ linked: any;
760
+ }) => any;
761
+ memberPriority: ({ linked }: {
762
+ linked: any;
763
+ }) => any;
764
+ attempts: ({ linked }: {
765
+ linked: any;
766
+ }) => any;
767
+ name: ({ linked }: {
768
+ linked: any;
769
+ }) => any;
770
+ destination: ({ linked }: {
771
+ linked: any;
772
+ }) => any;
773
+ duration: ({ linked }: {
774
+ linked: any;
775
+ }) => any;
776
+ result: ({ linked }: {
777
+ linked: any;
778
+ }) => any;
779
+ tags: ({ linked }: {
780
+ linked: any;
781
+ }) => any;
718
782
  impacted: ({ linked }: {
719
783
  linked: any;
720
784
  }) => any;
@@ -1069,6 +1133,34 @@ export declare const messages: {
1069
1133
  offline: string;
1070
1134
  };
1071
1135
  };
1136
+ bucket: string;
1137
+ joinedAt: string;
1138
+ leavingAt: string;
1139
+ offeringAt: string;
1140
+ stopCause: {
1141
+ stopCause: string;
1142
+ abandoned: string;
1143
+ timeout: string;
1144
+ cancel: string;
1145
+ success: string;
1146
+ failed: string;
1147
+ missed: string;
1148
+ expired: string;
1149
+ canceledByTimeout: string;
1150
+ };
1151
+ memberPriority: string;
1152
+ attempts: string;
1153
+ callReportingResult: {
1154
+ result: string;
1155
+ abandoned: string;
1156
+ cancel: string;
1157
+ success: string;
1158
+ failed: string;
1159
+ missed: string;
1160
+ timeout: string;
1161
+ endless: string;
1162
+ transferred: string;
1163
+ };
1072
1164
  flow: {
1073
1165
  name: string;
1074
1166
  type: {
@@ -1537,6 +1629,9 @@ export declare const messages: {
1537
1629
  author: ({ linked }: {
1538
1630
  linked: any;
1539
1631
  }) => any;
1632
+ bucket: ({ linked }: {
1633
+ linked: any;
1634
+ }) => any;
1540
1635
  cause: ({ linked }: {
1541
1636
  linked: any;
1542
1637
  }) => any;
@@ -1579,6 +1674,39 @@ export declare const messages: {
1579
1674
  hasUser: ({ linked }: {
1580
1675
  linked: any;
1581
1676
  }) => any;
1677
+ joinedAt: ({ linked }: {
1678
+ linked: any;
1679
+ }) => any;
1680
+ leavingAt: ({ linked }: {
1681
+ linked: any;
1682
+ }) => any;
1683
+ offeringAt: ({ linked }: {
1684
+ linked: any;
1685
+ }) => any;
1686
+ stopCause: ({ linked }: {
1687
+ linked: any;
1688
+ }) => any;
1689
+ memberPriority: ({ linked }: {
1690
+ linked: any;
1691
+ }) => any;
1692
+ attempts: ({ linked }: {
1693
+ linked: any;
1694
+ }) => any;
1695
+ name: ({ linked }: {
1696
+ linked: any;
1697
+ }) => any;
1698
+ destination: ({ linked }: {
1699
+ linked: any;
1700
+ }) => any;
1701
+ duration: ({ linked }: {
1702
+ linked: any;
1703
+ }) => any;
1704
+ result: ({ linked }: {
1705
+ linked: any;
1706
+ }) => any;
1707
+ tags: ({ linked }: {
1708
+ linked: any;
1709
+ }) => any;
1582
1710
  impacted: ({ linked }: {
1583
1711
  linked: any;
1584
1712
  }) => any;
@@ -1917,6 +2045,34 @@ export declare const messages: {
1917
2045
  offline: string;
1918
2046
  };
1919
2047
  };
2048
+ bucket: string;
2049
+ joinedAt: string;
2050
+ leavingAt: string;
2051
+ offeringAt: string;
2052
+ stopCause: {
2053
+ stopCause: string;
2054
+ abandoned: string;
2055
+ timeout: string;
2056
+ cancel: string;
2057
+ success: string;
2058
+ failed: string;
2059
+ missed: string;
2060
+ expired: string;
2061
+ canceledByTimeout: string;
2062
+ };
2063
+ memberPriority: string;
2064
+ attempts: string;
2065
+ callReportingResult: {
2066
+ result: string;
2067
+ abandoned: string;
2068
+ cancel: string;
2069
+ success: string;
2070
+ failed: string;
2071
+ missed: string;
2072
+ timeout: string;
2073
+ endless: string;
2074
+ transferred: string;
2075
+ };
1920
2076
  flow: {
1921
2077
  name: string;
1922
2078
  type: {
@@ -2385,6 +2541,9 @@ export declare const messages: {
2385
2541
  author: ({ linked }: {
2386
2542
  linked: any;
2387
2543
  }) => any;
2544
+ bucket: ({ linked }: {
2545
+ linked: any;
2546
+ }) => any;
2388
2547
  cause: ({ linked }: {
2389
2548
  linked: any;
2390
2549
  }) => any;
@@ -2427,6 +2586,39 @@ export declare const messages: {
2427
2586
  hasUser: ({ linked }: {
2428
2587
  linked: any;
2429
2588
  }) => any;
2589
+ joinedAt: ({ linked }: {
2590
+ linked: any;
2591
+ }) => any;
2592
+ leavingAt: ({ linked }: {
2593
+ linked: any;
2594
+ }) => any;
2595
+ offeringAt: ({ linked }: {
2596
+ linked: any;
2597
+ }) => any;
2598
+ stopCause: ({ linked }: {
2599
+ linked: any;
2600
+ }) => any;
2601
+ memberPriority: ({ linked }: {
2602
+ linked: any;
2603
+ }) => any;
2604
+ attempts: ({ linked }: {
2605
+ linked: any;
2606
+ }) => any;
2607
+ name: ({ linked }: {
2608
+ linked: any;
2609
+ }) => any;
2610
+ destination: ({ linked }: {
2611
+ linked: any;
2612
+ }) => any;
2613
+ duration: ({ linked }: {
2614
+ linked: any;
2615
+ }) => any;
2616
+ result: ({ linked }: {
2617
+ linked: any;
2618
+ }) => any;
2619
+ tags: ({ linked }: {
2620
+ linked: any;
2621
+ }) => any;
2430
2622
  impacted: ({ linked }: {
2431
2623
  linked: any;
2432
2624
  }) => any;
@@ -2767,6 +2959,34 @@ export declare const messages: {
2767
2959
  offline: string;
2768
2960
  };
2769
2961
  };
2962
+ bucket: string;
2963
+ joinedAt: string;
2964
+ leavingAt: string;
2965
+ offeringAt: string;
2966
+ stopCause: {
2967
+ stopCause: string;
2968
+ abandoned: string;
2969
+ timeout: string;
2970
+ cancel: string;
2971
+ success: string;
2972
+ failed: string;
2973
+ missed: string;
2974
+ expired: string;
2975
+ canceledByTimeout: string;
2976
+ };
2977
+ memberPriority: string;
2978
+ attempts: string;
2979
+ callReportingResult: {
2980
+ result: string;
2981
+ abandoned: string;
2982
+ cancel: string;
2983
+ success: string;
2984
+ failed: string;
2985
+ missed: string;
2986
+ timeout: string;
2987
+ endless: string;
2988
+ transferred: string;
2989
+ };
2770
2990
  flow: {
2771
2991
  name: string;
2772
2992
  type: {
@@ -3235,6 +3455,9 @@ export declare const messages: {
3235
3455
  author: ({ linked }: {
3236
3456
  linked: any;
3237
3457
  }) => any;
3458
+ bucket: ({ linked }: {
3459
+ linked: any;
3460
+ }) => any;
3238
3461
  cause: ({ linked }: {
3239
3462
  linked: any;
3240
3463
  }) => any;
@@ -3277,6 +3500,39 @@ export declare const messages: {
3277
3500
  hasUser: ({ linked }: {
3278
3501
  linked: any;
3279
3502
  }) => any;
3503
+ joinedAt: ({ linked }: {
3504
+ linked: any;
3505
+ }) => any;
3506
+ leavingAt: ({ linked }: {
3507
+ linked: any;
3508
+ }) => any;
3509
+ offeringAt: ({ linked }: {
3510
+ linked: any;
3511
+ }) => any;
3512
+ stopCause: ({ linked }: {
3513
+ linked: any;
3514
+ }) => any;
3515
+ memberPriority: ({ linked }: {
3516
+ linked: any;
3517
+ }) => any;
3518
+ attempts: ({ linked }: {
3519
+ linked: any;
3520
+ }) => any;
3521
+ name: ({ linked }: {
3522
+ linked: any;
3523
+ }) => any;
3524
+ destination: ({ linked }: {
3525
+ linked: any;
3526
+ }) => any;
3527
+ duration: ({ linked }: {
3528
+ linked: any;
3529
+ }) => any;
3530
+ result: ({ linked }: {
3531
+ linked: any;
3532
+ }) => any;
3533
+ tags: ({ linked }: {
3534
+ linked: any;
3535
+ }) => any;
3280
3536
  impacted: ({ linked }: {
3281
3537
  linked: any;
3282
3538
  }) => any;
@@ -3615,6 +3871,34 @@ export declare const messages: {
3615
3871
  offline: string;
3616
3872
  };
3617
3873
  };
3874
+ bucket: string;
3875
+ joinedAt: string;
3876
+ leavingAt: string;
3877
+ offeringAt: string;
3878
+ stopCause: {
3879
+ stopCause: string;
3880
+ abandoned: string;
3881
+ timeout: string;
3882
+ cancel: string;
3883
+ success: string;
3884
+ failed: string;
3885
+ missed: string;
3886
+ expired: string;
3887
+ canceledByTimeout: string;
3888
+ };
3889
+ memberPriority: string;
3890
+ attempts: string;
3891
+ callReportingResult: {
3892
+ result: string;
3893
+ abandoned: string;
3894
+ cancel: string;
3895
+ success: string;
3896
+ failed: string;
3897
+ missed: string;
3898
+ timeout: string;
3899
+ endless: string;
3900
+ transferred: string;
3901
+ };
3618
3902
  flow: {
3619
3903
  name: string;
3620
3904
  type: {
@@ -4083,6 +4367,9 @@ export declare const messages: {
4083
4367
  author: ({ linked }: {
4084
4368
  linked: any;
4085
4369
  }) => any;
4370
+ bucket: ({ linked }: {
4371
+ linked: any;
4372
+ }) => any;
4086
4373
  cause: ({ linked }: {
4087
4374
  linked: any;
4088
4375
  }) => any;
@@ -4125,6 +4412,39 @@ export declare const messages: {
4125
4412
  hasUser: ({ linked }: {
4126
4413
  linked: any;
4127
4414
  }) => any;
4415
+ joinedAt: ({ linked }: {
4416
+ linked: any;
4417
+ }) => any;
4418
+ leavingAt: ({ linked }: {
4419
+ linked: any;
4420
+ }) => any;
4421
+ offeringAt: ({ linked }: {
4422
+ linked: any;
4423
+ }) => any;
4424
+ stopCause: ({ linked }: {
4425
+ linked: any;
4426
+ }) => any;
4427
+ memberPriority: ({ linked }: {
4428
+ linked: any;
4429
+ }) => any;
4430
+ attempts: ({ linked }: {
4431
+ linked: any;
4432
+ }) => any;
4433
+ name: ({ linked }: {
4434
+ linked: any;
4435
+ }) => any;
4436
+ destination: ({ linked }: {
4437
+ linked: any;
4438
+ }) => any;
4439
+ duration: ({ linked }: {
4440
+ linked: any;
4441
+ }) => any;
4442
+ result: ({ linked }: {
4443
+ linked: any;
4444
+ }) => any;
4445
+ tags: ({ linked }: {
4446
+ linked: any;
4447
+ }) => any;
4128
4448
  impacted: ({ linked }: {
4129
4449
  linked: any;
4130
4450
  }) => any;
@@ -4465,6 +4785,34 @@ export declare const messages: {
4465
4785
  offline: string;
4466
4786
  };
4467
4787
  };
4788
+ bucket: string;
4789
+ joinedAt: string;
4790
+ leavingAt: string;
4791
+ offeringAt: string;
4792
+ stopCause: {
4793
+ stopCause: string;
4794
+ abandoned: string;
4795
+ timeout: string;
4796
+ cancel: string;
4797
+ success: string;
4798
+ failed: string;
4799
+ missed: string;
4800
+ expired: string;
4801
+ canceledByTimeout: string;
4802
+ };
4803
+ memberPriority: string;
4804
+ attempts: string;
4805
+ callReportingResult: {
4806
+ result: string;
4807
+ abandoned: string;
4808
+ cancel: string;
4809
+ success: string;
4810
+ failed: string;
4811
+ missed: string;
4812
+ timeout: string;
4813
+ endless: string;
4814
+ transferred: string;
4815
+ };
4468
4816
  flow: {
4469
4817
  name: string;
4470
4818
  type: {
@@ -4933,6 +5281,9 @@ export declare const messages: {
4933
5281
  author: ({ linked }: {
4934
5282
  linked: any;
4935
5283
  }) => any;
5284
+ bucket: ({ linked }: {
5285
+ linked: any;
5286
+ }) => any;
4936
5287
  cause: ({ linked }: {
4937
5288
  linked: any;
4938
5289
  }) => any;
@@ -4975,6 +5326,39 @@ export declare const messages: {
4975
5326
  hasUser: ({ linked }: {
4976
5327
  linked: any;
4977
5328
  }) => any;
5329
+ joinedAt: ({ linked }: {
5330
+ linked: any;
5331
+ }) => any;
5332
+ leavingAt: ({ linked }: {
5333
+ linked: any;
5334
+ }) => any;
5335
+ offeringAt: ({ linked }: {
5336
+ linked: any;
5337
+ }) => any;
5338
+ stopCause: ({ linked }: {
5339
+ linked: any;
5340
+ }) => any;
5341
+ memberPriority: ({ linked }: {
5342
+ linked: any;
5343
+ }) => any;
5344
+ attempts: ({ linked }: {
5345
+ linked: any;
5346
+ }) => any;
5347
+ name: ({ linked }: {
5348
+ linked: any;
5349
+ }) => any;
5350
+ destination: ({ linked }: {
5351
+ linked: any;
5352
+ }) => any;
5353
+ duration: ({ linked }: {
5354
+ linked: any;
5355
+ }) => any;
5356
+ result: ({ linked }: {
5357
+ linked: any;
5358
+ }) => any;
5359
+ tags: ({ linked }: {
5360
+ linked: any;
5361
+ }) => any;
4978
5362
  impacted: ({ linked }: {
4979
5363
  linked: any;
4980
5364
  }) => any;
@@ -5315,6 +5699,34 @@ export declare const messages: {
5315
5699
  offline: string;
5316
5700
  };
5317
5701
  };
5702
+ bucket: string;
5703
+ joinedAt: string;
5704
+ leavingAt: string;
5705
+ offeringAt: string;
5706
+ stopCause: {
5707
+ stopCause: string;
5708
+ abandoned: string;
5709
+ timeout: string;
5710
+ cancel: string;
5711
+ success: string;
5712
+ failed: string;
5713
+ missed: string;
5714
+ expired: string;
5715
+ canceledByTimeout: string;
5716
+ };
5717
+ memberPriority: string;
5718
+ attempts: string;
5719
+ callReportingResult: {
5720
+ result: string;
5721
+ abandoned: string;
5722
+ cancel: string;
5723
+ success: string;
5724
+ failed: string;
5725
+ missed: string;
5726
+ timeout: string;
5727
+ endless: string;
5728
+ transferred: string;
5729
+ };
5318
5730
  flow: {
5319
5731
  name: string;
5320
5732
  type: {
@@ -5783,6 +6195,9 @@ export declare const messages: {
5783
6195
  author: ({ linked }: {
5784
6196
  linked: any;
5785
6197
  }) => any;
6198
+ bucket: ({ linked }: {
6199
+ linked: any;
6200
+ }) => any;
5786
6201
  cause: ({ linked }: {
5787
6202
  linked: any;
5788
6203
  }) => any;
@@ -5825,6 +6240,39 @@ export declare const messages: {
5825
6240
  hasUser: ({ linked }: {
5826
6241
  linked: any;
5827
6242
  }) => any;
6243
+ joinedAt: ({ linked }: {
6244
+ linked: any;
6245
+ }) => any;
6246
+ leavingAt: ({ linked }: {
6247
+ linked: any;
6248
+ }) => any;
6249
+ offeringAt: ({ linked }: {
6250
+ linked: any;
6251
+ }) => any;
6252
+ stopCause: ({ linked }: {
6253
+ linked: any;
6254
+ }) => any;
6255
+ memberPriority: ({ linked }: {
6256
+ linked: any;
6257
+ }) => any;
6258
+ attempts: ({ linked }: {
6259
+ linked: any;
6260
+ }) => any;
6261
+ name: ({ linked }: {
6262
+ linked: any;
6263
+ }) => any;
6264
+ destination: ({ linked }: {
6265
+ linked: any;
6266
+ }) => any;
6267
+ duration: ({ linked }: {
6268
+ linked: any;
6269
+ }) => any;
6270
+ result: ({ linked }: {
6271
+ linked: any;
6272
+ }) => any;
6273
+ tags: ({ linked }: {
6274
+ linked: any;
6275
+ }) => any;
5828
6276
  impacted: ({ linked }: {
5829
6277
  linked: any;
5830
6278
  }) => any;
@@ -6165,6 +6613,34 @@ export declare const messages: {
6165
6613
  offline: string;
6166
6614
  };
6167
6615
  };
6616
+ bucket: string;
6617
+ joinedAt: string;
6618
+ leavingAt: string;
6619
+ offeringAt: string;
6620
+ stopCause: {
6621
+ stopCause: string;
6622
+ abandoned: string;
6623
+ timeout: string;
6624
+ cancel: string;
6625
+ success: string;
6626
+ failed: string;
6627
+ missed: string;
6628
+ expired: string;
6629
+ canceledByTimeout: string;
6630
+ };
6631
+ memberPriority: string;
6632
+ attempts: string;
6633
+ callReportingResult: {
6634
+ result: string;
6635
+ abandoned: string;
6636
+ cancel: string;
6637
+ success: string;
6638
+ failed: string;
6639
+ missed: string;
6640
+ timeout: string;
6641
+ endless: string;
6642
+ transferred: string;
6643
+ };
6168
6644
  flow: {
6169
6645
  name: string;
6170
6646
  type: {
@@ -6634,6 +7110,9 @@ export declare const messages: {
6634
7110
  author: ({ linked }: {
6635
7111
  linked: any;
6636
7112
  }) => any;
7113
+ bucket: ({ linked }: {
7114
+ linked: any;
7115
+ }) => any;
6637
7116
  cause: ({ linked }: {
6638
7117
  linked: any;
6639
7118
  }) => any;
@@ -6676,6 +7155,39 @@ export declare const messages: {
6676
7155
  hasUser: ({ linked }: {
6677
7156
  linked: any;
6678
7157
  }) => any;
7158
+ joinedAt: ({ linked }: {
7159
+ linked: any;
7160
+ }) => any;
7161
+ leavingAt: ({ linked }: {
7162
+ linked: any;
7163
+ }) => any;
7164
+ offeringAt: ({ linked }: {
7165
+ linked: any;
7166
+ }) => any;
7167
+ stopCause: ({ linked }: {
7168
+ linked: any;
7169
+ }) => any;
7170
+ memberPriority: ({ linked }: {
7171
+ linked: any;
7172
+ }) => any;
7173
+ attempts: ({ linked }: {
7174
+ linked: any;
7175
+ }) => any;
7176
+ name: ({ linked }: {
7177
+ linked: any;
7178
+ }) => any;
7179
+ destination: ({ linked }: {
7180
+ linked: any;
7181
+ }) => any;
7182
+ duration: ({ linked }: {
7183
+ linked: any;
7184
+ }) => any;
7185
+ result: ({ linked }: {
7186
+ linked: any;
7187
+ }) => any;
7188
+ tags: ({ linked }: {
7189
+ linked: any;
7190
+ }) => any;
6679
7191
  impacted: ({ linked }: {
6680
7192
  linked: any;
6681
7193
  }) => any;
@@ -7016,6 +7528,34 @@ export declare const messages: {
7016
7528
  offline: string;
7017
7529
  };
7018
7530
  };
7531
+ bucket: string;
7532
+ joinedAt: string;
7533
+ leavingAt: string;
7534
+ offeringAt: string;
7535
+ stopCause: {
7536
+ stopCause: string;
7537
+ abandoned: string;
7538
+ timeout: string;
7539
+ cancel: string;
7540
+ success: string;
7541
+ failed: string;
7542
+ missed: string;
7543
+ expired: string;
7544
+ canceledByTimeout: string;
7545
+ };
7546
+ memberPriority: string;
7547
+ attempts: string;
7548
+ callReportingResult: {
7549
+ result: string;
7550
+ abandoned: string;
7551
+ cancel: string;
7552
+ success: string;
7553
+ failed: string;
7554
+ missed: string;
7555
+ timeout: string;
7556
+ endless: string;
7557
+ transferred: string;
7558
+ };
7019
7559
  flow: {
7020
7560
  name: string;
7021
7561
  type: {
@@ -7484,6 +8024,9 @@ export declare const messages: {
7484
8024
  author: ({ linked }: {
7485
8025
  linked: any;
7486
8026
  }) => any;
8027
+ bucket: ({ linked }: {
8028
+ linked: any;
8029
+ }) => any;
7487
8030
  cause: ({ linked }: {
7488
8031
  linked: any;
7489
8032
  }) => any;
@@ -7526,6 +8069,39 @@ export declare const messages: {
7526
8069
  hasUser: ({ linked }: {
7527
8070
  linked: any;
7528
8071
  }) => any;
8072
+ joinedAt: ({ linked }: {
8073
+ linked: any;
8074
+ }) => any;
8075
+ leavingAt: ({ linked }: {
8076
+ linked: any;
8077
+ }) => any;
8078
+ offeringAt: ({ linked }: {
8079
+ linked: any;
8080
+ }) => any;
8081
+ stopCause: ({ linked }: {
8082
+ linked: any;
8083
+ }) => any;
8084
+ memberPriority: ({ linked }: {
8085
+ linked: any;
8086
+ }) => any;
8087
+ attempts: ({ linked }: {
8088
+ linked: any;
8089
+ }) => any;
8090
+ name: ({ linked }: {
8091
+ linked: any;
8092
+ }) => any;
8093
+ destination: ({ linked }: {
8094
+ linked: any;
8095
+ }) => any;
8096
+ duration: ({ linked }: {
8097
+ linked: any;
8098
+ }) => any;
8099
+ result: ({ linked }: {
8100
+ linked: any;
8101
+ }) => any;
8102
+ tags: ({ linked }: {
8103
+ linked: any;
8104
+ }) => any;
7529
8105
  impacted: ({ linked }: {
7530
8106
  linked: any;
7531
8107
  }) => any;