@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
@@ -207,6 +207,42 @@ declare namespace _default {
207
207
  };
208
208
  export { status_1 as status };
209
209
  }
210
+ export let bucket: string;
211
+ export let joinedAt: string;
212
+ export let leavingAt: string;
213
+ export let offeringAt: string;
214
+ export namespace stopCause {
215
+ let stopCause_1: string;
216
+ export { stopCause_1 as stopCause };
217
+ export let abandoned: string;
218
+ export let timeout: string;
219
+ let cancel_1: string;
220
+ export { cancel_1 as cancel };
221
+ export let success: string;
222
+ export let failed: string;
223
+ export let missed: string;
224
+ export let expired: string;
225
+ export let canceledByTimeout: string;
226
+ }
227
+ export let memberPriority: string;
228
+ export let attempts: string;
229
+ export namespace callReportingResult {
230
+ export let result: string;
231
+ let abandoned_1: string;
232
+ export { abandoned_1 as abandoned };
233
+ let cancel_2: string;
234
+ export { cancel_2 as cancel };
235
+ let success_1: string;
236
+ export { success_1 as success };
237
+ let failed_1: string;
238
+ export { failed_1 as failed };
239
+ let missed_1: string;
240
+ export { missed_1 as missed };
241
+ let timeout_1: string;
242
+ export { timeout_1 as timeout };
243
+ export let endless: string;
244
+ export let transferred: string;
245
+ }
210
246
  export namespace flow {
211
247
  let name_1: string;
212
248
  export { name_1 as name };
@@ -744,6 +780,10 @@ declare namespace _default {
744
780
  linked: any;
745
781
  }): any;
746
782
  export { author_1 as author };
783
+ export function bucket_1({ linked }: {
784
+ linked: any;
785
+ }): any;
786
+ export { bucket_1 as bucket };
747
787
  export function cause({ linked }: {
748
788
  linked: any;
749
789
  }): any;
@@ -791,6 +831,49 @@ declare namespace _default {
791
831
  export function hasUser({ linked }: {
792
832
  linked: any;
793
833
  }): any;
834
+ export function joinedAt_1({ linked }: {
835
+ linked: any;
836
+ }): any;
837
+ export { joinedAt_1 as joinedAt };
838
+ export function leavingAt_1({ linked }: {
839
+ linked: any;
840
+ }): any;
841
+ export { leavingAt_1 as leavingAt };
842
+ export function offeringAt_1({ linked }: {
843
+ linked: any;
844
+ }): any;
845
+ export { offeringAt_1 as offeringAt };
846
+ export function stopCause_2({ linked }: {
847
+ linked: any;
848
+ }): any;
849
+ export { stopCause_2 as stopCause };
850
+ export function memberPriority_1({ linked }: {
851
+ linked: any;
852
+ }): any;
853
+ export { memberPriority_1 as memberPriority };
854
+ export function attempts_1({ linked }: {
855
+ linked: any;
856
+ }): any;
857
+ export { attempts_1 as attempts };
858
+ export function name_10({ linked }: {
859
+ linked: any;
860
+ }): any;
861
+ export { name_10 as name };
862
+ export function destination_1({ linked }: {
863
+ linked: any;
864
+ }): any;
865
+ export { destination_1 as destination };
866
+ export function duration_1({ linked }: {
867
+ linked: any;
868
+ }): any;
869
+ export { duration_1 as duration };
870
+ export function result_1({ linked }: {
871
+ linked: any;
872
+ }): any;
873
+ export { result_1 as result };
874
+ export function tags({ linked }: {
875
+ linked: any;
876
+ }): any;
794
877
  export function impacted_1({ linked }: {
795
878
  linked: any;
796
879
  }): any;
@@ -911,7 +994,7 @@ declare namespace _default {
911
994
  let overwritePresetTitle: string;
912
995
  let overwritePresetText: string;
913
996
  namespace notifications {
914
- namespace success {
997
+ export namespace success_2 {
915
998
  export function update_1({ linked }: {
916
999
  linked: any;
917
1000
  }): any;
@@ -925,6 +1008,7 @@ declare namespace _default {
925
1008
  }): any;
926
1009
  export { _delete_1 as delete };
927
1010
  }
1011
+ export { success_2 as success };
928
1012
  }
929
1013
  }
930
1014
  }
@@ -934,7 +1018,7 @@ declare namespace _default {
934
1018
  }
935
1019
  }
936
1020
  export namespace systemNotifications {
937
- export namespace success_1 {
1021
+ export namespace success_3 {
938
1022
  export function update_2({ named }: {
939
1023
  named: any;
940
1024
  }): string;
@@ -948,7 +1032,7 @@ declare namespace _default {
948
1032
  }): string;
949
1033
  export { _delete_2 as delete };
950
1034
  }
951
- export { success_1 as success };
1035
+ export { success_3 as success };
952
1036
  export namespace warnings {
953
1037
  let passwordExpirationMessageDays: string;
954
1038
  let passwordExpirationMessageHours: string;
@@ -207,6 +207,42 @@ declare namespace _default {
207
207
  };
208
208
  export { status_1 as status };
209
209
  }
210
+ export let bucket: string;
211
+ export let joinedAt: string;
212
+ export let leavingAt: string;
213
+ export let offeringAt: string;
214
+ export namespace stopCause {
215
+ let stopCause_1: string;
216
+ export { stopCause_1 as stopCause };
217
+ export let abandoned: string;
218
+ export let timeout: string;
219
+ let cancel_1: string;
220
+ export { cancel_1 as cancel };
221
+ export let success: string;
222
+ export let failed: string;
223
+ export let missed: string;
224
+ export let expired: string;
225
+ export let canceledByTimeout: string;
226
+ }
227
+ export let memberPriority: string;
228
+ export let attempts: string;
229
+ export namespace callReportingResult {
230
+ export let result: string;
231
+ let abandoned_1: string;
232
+ export { abandoned_1 as abandoned };
233
+ let cancel_2: string;
234
+ export { cancel_2 as cancel };
235
+ let success_1: string;
236
+ export { success_1 as success };
237
+ let failed_1: string;
238
+ export { failed_1 as failed };
239
+ let missed_1: string;
240
+ export { missed_1 as missed };
241
+ let timeout_1: string;
242
+ export { timeout_1 as timeout };
243
+ export let endless: string;
244
+ export let transferred: string;
245
+ }
210
246
  export namespace flow {
211
247
  let name_1: string;
212
248
  export { name_1 as name };
@@ -744,6 +780,10 @@ declare namespace _default {
744
780
  linked: any;
745
781
  }): any;
746
782
  export { author_1 as author };
783
+ export function bucket_1({ linked }: {
784
+ linked: any;
785
+ }): any;
786
+ export { bucket_1 as bucket };
747
787
  export function cause({ linked }: {
748
788
  linked: any;
749
789
  }): any;
@@ -791,6 +831,49 @@ declare namespace _default {
791
831
  export function hasUser({ linked }: {
792
832
  linked: any;
793
833
  }): any;
834
+ export function joinedAt_1({ linked }: {
835
+ linked: any;
836
+ }): any;
837
+ export { joinedAt_1 as joinedAt };
838
+ export function leavingAt_1({ linked }: {
839
+ linked: any;
840
+ }): any;
841
+ export { leavingAt_1 as leavingAt };
842
+ export function offeringAt_1({ linked }: {
843
+ linked: any;
844
+ }): any;
845
+ export { offeringAt_1 as offeringAt };
846
+ export function stopCause_2({ linked }: {
847
+ linked: any;
848
+ }): any;
849
+ export { stopCause_2 as stopCause };
850
+ export function memberPriority_1({ linked }: {
851
+ linked: any;
852
+ }): any;
853
+ export { memberPriority_1 as memberPriority };
854
+ export function attempts_1({ linked }: {
855
+ linked: any;
856
+ }): any;
857
+ export { attempts_1 as attempts };
858
+ export function name_10({ linked }: {
859
+ linked: any;
860
+ }): any;
861
+ export { name_10 as name };
862
+ export function destination_1({ linked }: {
863
+ linked: any;
864
+ }): any;
865
+ export { destination_1 as destination };
866
+ export function duration_1({ linked }: {
867
+ linked: any;
868
+ }): any;
869
+ export { duration_1 as duration };
870
+ export function result_1({ linked }: {
871
+ linked: any;
872
+ }): any;
873
+ export { result_1 as result };
874
+ export function tags({ linked }: {
875
+ linked: any;
876
+ }): any;
794
877
  export function impacted_1({ linked }: {
795
878
  linked: any;
796
879
  }): any;
@@ -911,7 +994,7 @@ declare namespace _default {
911
994
  let overwritePresetTitle: string;
912
995
  let overwritePresetText: string;
913
996
  namespace notifications {
914
- namespace success {
997
+ export namespace success_2 {
915
998
  export function update_1({ linked }: {
916
999
  linked: any;
917
1000
  }): any;
@@ -925,6 +1008,7 @@ declare namespace _default {
925
1008
  }): any;
926
1009
  export { _delete_1 as delete };
927
1010
  }
1011
+ export { success_2 as success };
928
1012
  }
929
1013
  }
930
1014
  }
@@ -934,7 +1018,7 @@ declare namespace _default {
934
1018
  }
935
1019
  }
936
1020
  export namespace systemNotifications {
937
- export namespace success_1 {
1021
+ export namespace success_3 {
938
1022
  export function update_2({ named }: {
939
1023
  named: any;
940
1024
  }): string;
@@ -948,7 +1032,7 @@ declare namespace _default {
948
1032
  }): string;
949
1033
  export { _delete_2 as delete };
950
1034
  }
951
- export { success_1 as success };
1035
+ export { success_3 as success };
952
1036
  export namespace warnings {
953
1037
  let passwordExpirationMessageDays: string;
954
1038
  let passwordExpirationMessageHours: string;
@@ -207,6 +207,42 @@ declare namespace _default {
207
207
  };
208
208
  export { status_1 as status };
209
209
  }
210
+ export let bucket: string;
211
+ export let joinedAt: string;
212
+ export let leavingAt: string;
213
+ export let offeringAt: string;
214
+ export namespace stopCause {
215
+ let stopCause_1: string;
216
+ export { stopCause_1 as stopCause };
217
+ export let abandoned: string;
218
+ export let timeout: string;
219
+ let cancel_1: string;
220
+ export { cancel_1 as cancel };
221
+ export let success: string;
222
+ export let failed: string;
223
+ export let missed: string;
224
+ export let expired: string;
225
+ export let canceledByTimeout: string;
226
+ }
227
+ export let memberPriority: string;
228
+ export let attempts: string;
229
+ export namespace callReportingResult {
230
+ export let result: string;
231
+ let abandoned_1: string;
232
+ export { abandoned_1 as abandoned };
233
+ let cancel_2: string;
234
+ export { cancel_2 as cancel };
235
+ let success_1: string;
236
+ export { success_1 as success };
237
+ let failed_1: string;
238
+ export { failed_1 as failed };
239
+ let missed_1: string;
240
+ export { missed_1 as missed };
241
+ let timeout_1: string;
242
+ export { timeout_1 as timeout };
243
+ export let endless: string;
244
+ export let transferred: string;
245
+ }
210
246
  export namespace flow {
211
247
  let name_1: string;
212
248
  export { name_1 as name };
@@ -744,6 +780,10 @@ declare namespace _default {
744
780
  linked: any;
745
781
  }): any;
746
782
  export { author_1 as author };
783
+ export function bucket_1({ linked }: {
784
+ linked: any;
785
+ }): any;
786
+ export { bucket_1 as bucket };
747
787
  export function cause({ linked }: {
748
788
  linked: any;
749
789
  }): any;
@@ -791,6 +831,49 @@ declare namespace _default {
791
831
  export function hasUser({ linked }: {
792
832
  linked: any;
793
833
  }): any;
834
+ export function joinedAt_1({ linked }: {
835
+ linked: any;
836
+ }): any;
837
+ export { joinedAt_1 as joinedAt };
838
+ export function leavingAt_1({ linked }: {
839
+ linked: any;
840
+ }): any;
841
+ export { leavingAt_1 as leavingAt };
842
+ export function offeringAt_1({ linked }: {
843
+ linked: any;
844
+ }): any;
845
+ export { offeringAt_1 as offeringAt };
846
+ export function stopCause_2({ linked }: {
847
+ linked: any;
848
+ }): any;
849
+ export { stopCause_2 as stopCause };
850
+ export function memberPriority_1({ linked }: {
851
+ linked: any;
852
+ }): any;
853
+ export { memberPriority_1 as memberPriority };
854
+ export function attempts_1({ linked }: {
855
+ linked: any;
856
+ }): any;
857
+ export { attempts_1 as attempts };
858
+ export function name_10({ linked }: {
859
+ linked: any;
860
+ }): any;
861
+ export { name_10 as name };
862
+ export function destination_1({ linked }: {
863
+ linked: any;
864
+ }): any;
865
+ export { destination_1 as destination };
866
+ export function duration_1({ linked }: {
867
+ linked: any;
868
+ }): any;
869
+ export { duration_1 as duration };
870
+ export function result_1({ linked }: {
871
+ linked: any;
872
+ }): any;
873
+ export { result_1 as result };
874
+ export function tags({ linked }: {
875
+ linked: any;
876
+ }): any;
794
877
  export function impacted_1({ linked }: {
795
878
  linked: any;
796
879
  }): any;
@@ -911,7 +994,7 @@ declare namespace _default {
911
994
  let overwritePresetTitle: string;
912
995
  let overwritePresetText: string;
913
996
  namespace notifications {
914
- namespace success {
997
+ export namespace success_2 {
915
998
  export function update_1({ linked }: {
916
999
  linked: any;
917
1000
  }): any;
@@ -925,6 +1008,7 @@ declare namespace _default {
925
1008
  }): any;
926
1009
  export { _delete_1 as delete };
927
1010
  }
1011
+ export { success_2 as success };
928
1012
  }
929
1013
  }
930
1014
  }
@@ -934,7 +1018,7 @@ declare namespace _default {
934
1018
  }
935
1019
  }
936
1020
  export namespace systemNotifications {
937
- export namespace success_1 {
1021
+ export namespace success_3 {
938
1022
  export function update_2({ named }: {
939
1023
  named: any;
940
1024
  }): string;
@@ -948,7 +1032,7 @@ declare namespace _default {
948
1032
  }): string;
949
1033
  export { _delete_2 as delete };
950
1034
  }
951
- export { success_1 as success };
1035
+ export { success_3 as success };
952
1036
  export namespace warnings {
953
1037
  let passwordExpirationMessageDays: string;
954
1038
  let passwordExpirationMessageHours: string;
@@ -205,6 +205,42 @@ declare namespace _default {
205
205
  };
206
206
  export { status_1 as status };
207
207
  }
208
+ export let bucket: string;
209
+ export let joinedAt: string;
210
+ export let leavingAt: string;
211
+ export let offeringAt: string;
212
+ export namespace stopCause {
213
+ let stopCause_1: string;
214
+ export { stopCause_1 as stopCause };
215
+ export let abandoned: string;
216
+ export let timeout: string;
217
+ let cancel_1: string;
218
+ export { cancel_1 as cancel };
219
+ export let success: string;
220
+ export let failed: string;
221
+ export let missed: string;
222
+ export let expired: string;
223
+ export let canceledByTimeout: string;
224
+ }
225
+ export let memberPriority: string;
226
+ export let attempts: string;
227
+ export namespace callReportingResult {
228
+ export let result: string;
229
+ let abandoned_1: string;
230
+ export { abandoned_1 as abandoned };
231
+ let cancel_2: string;
232
+ export { cancel_2 as cancel };
233
+ let success_1: string;
234
+ export { success_1 as success };
235
+ let failed_1: string;
236
+ export { failed_1 as failed };
237
+ let missed_1: string;
238
+ export { missed_1 as missed };
239
+ let timeout_1: string;
240
+ export { timeout_1 as timeout };
241
+ export let endless: string;
242
+ export let transferred: string;
243
+ }
208
244
  export namespace flow {
209
245
  let name_1: string;
210
246
  export { name_1 as name };
@@ -742,6 +778,10 @@ declare namespace _default {
742
778
  linked: any;
743
779
  }): any;
744
780
  export { author_1 as author };
781
+ export function bucket_1({ linked }: {
782
+ linked: any;
783
+ }): any;
784
+ export { bucket_1 as bucket };
745
785
  export function cause({ linked }: {
746
786
  linked: any;
747
787
  }): any;
@@ -789,6 +829,49 @@ declare namespace _default {
789
829
  export function hasUser({ linked }: {
790
830
  linked: any;
791
831
  }): any;
832
+ export function joinedAt_1({ linked }: {
833
+ linked: any;
834
+ }): any;
835
+ export { joinedAt_1 as joinedAt };
836
+ export function leavingAt_1({ linked }: {
837
+ linked: any;
838
+ }): any;
839
+ export { leavingAt_1 as leavingAt };
840
+ export function offeringAt_1({ linked }: {
841
+ linked: any;
842
+ }): any;
843
+ export { offeringAt_1 as offeringAt };
844
+ export function stopCause_2({ linked }: {
845
+ linked: any;
846
+ }): any;
847
+ export { stopCause_2 as stopCause };
848
+ export function memberPriority_1({ linked }: {
849
+ linked: any;
850
+ }): any;
851
+ export { memberPriority_1 as memberPriority };
852
+ export function attempts_1({ linked }: {
853
+ linked: any;
854
+ }): any;
855
+ export { attempts_1 as attempts };
856
+ export function name_10({ linked }: {
857
+ linked: any;
858
+ }): any;
859
+ export { name_10 as name };
860
+ export function destination_1({ linked }: {
861
+ linked: any;
862
+ }): any;
863
+ export { destination_1 as destination };
864
+ export function duration_1({ linked }: {
865
+ linked: any;
866
+ }): any;
867
+ export { duration_1 as duration };
868
+ export function result_1({ linked }: {
869
+ linked: any;
870
+ }): any;
871
+ export { result_1 as result };
872
+ export function tags({ linked }: {
873
+ linked: any;
874
+ }): any;
792
875
  export function impacted_1({ linked }: {
793
876
  linked: any;
794
877
  }): any;
@@ -909,7 +992,7 @@ declare namespace _default {
909
992
  let overwritePresetTitle: string;
910
993
  let overwritePresetText: string;
911
994
  namespace notifications {
912
- namespace success {
995
+ export namespace success_2 {
913
996
  export function update_1({ linked }: {
914
997
  linked: any;
915
998
  }): any;
@@ -923,6 +1006,7 @@ declare namespace _default {
923
1006
  }): any;
924
1007
  export { _delete_1 as delete };
925
1008
  }
1009
+ export { success_2 as success };
926
1010
  }
927
1011
  }
928
1012
  }
@@ -932,7 +1016,7 @@ declare namespace _default {
932
1016
  }
933
1017
  }
934
1018
  export namespace systemNotifications {
935
- export namespace success_1 {
1019
+ export namespace success_3 {
936
1020
  export function update_2({ named }: {
937
1021
  named: any;
938
1022
  }): string;
@@ -946,7 +1030,7 @@ declare namespace _default {
946
1030
  }): string;
947
1031
  export { _delete_2 as delete };
948
1032
  }
949
- export { success_1 as success };
1033
+ export { success_3 as success };
950
1034
  export namespace warnings {
951
1035
  let passwordExpirationMessageDays: string;
952
1036
  let passwordExpirationMessageHours: string;
@@ -205,6 +205,42 @@ declare namespace _default {
205
205
  };
206
206
  export { status_1 as status };
207
207
  }
208
+ export let bucket: string;
209
+ export let joinedAt: string;
210
+ export let leavingAt: string;
211
+ export let offeringAt: string;
212
+ export namespace stopCause {
213
+ let stopCause_1: string;
214
+ export { stopCause_1 as stopCause };
215
+ export let abandoned: string;
216
+ export let timeout: string;
217
+ let cancel_1: string;
218
+ export { cancel_1 as cancel };
219
+ export let success: string;
220
+ export let failed: string;
221
+ export let missed: string;
222
+ export let expired: string;
223
+ export let canceledByTimeout: string;
224
+ }
225
+ export let memberPriority: string;
226
+ export let attempts: string;
227
+ export namespace callReportingResult {
228
+ export let result: string;
229
+ let abandoned_1: string;
230
+ export { abandoned_1 as abandoned };
231
+ let cancel_2: string;
232
+ export { cancel_2 as cancel };
233
+ let success_1: string;
234
+ export { success_1 as success };
235
+ let failed_1: string;
236
+ export { failed_1 as failed };
237
+ let missed_1: string;
238
+ export { missed_1 as missed };
239
+ let timeout_1: string;
240
+ export { timeout_1 as timeout };
241
+ export let endless: string;
242
+ export let transferred: string;
243
+ }
208
244
  export namespace flow {
209
245
  let name_1: string;
210
246
  export { name_1 as name };
@@ -742,6 +778,10 @@ declare namespace _default {
742
778
  linked: any;
743
779
  }): any;
744
780
  export { author_1 as author };
781
+ export function bucket_1({ linked }: {
782
+ linked: any;
783
+ }): any;
784
+ export { bucket_1 as bucket };
745
785
  export function cause({ linked }: {
746
786
  linked: any;
747
787
  }): any;
@@ -789,6 +829,49 @@ declare namespace _default {
789
829
  export function hasUser({ linked }: {
790
830
  linked: any;
791
831
  }): any;
832
+ export function joinedAt_1({ linked }: {
833
+ linked: any;
834
+ }): any;
835
+ export { joinedAt_1 as joinedAt };
836
+ export function leavingAt_1({ linked }: {
837
+ linked: any;
838
+ }): any;
839
+ export { leavingAt_1 as leavingAt };
840
+ export function offeringAt_1({ linked }: {
841
+ linked: any;
842
+ }): any;
843
+ export { offeringAt_1 as offeringAt };
844
+ export function stopCause_2({ linked }: {
845
+ linked: any;
846
+ }): any;
847
+ export { stopCause_2 as stopCause };
848
+ export function memberPriority_1({ linked }: {
849
+ linked: any;
850
+ }): any;
851
+ export { memberPriority_1 as memberPriority };
852
+ export function attempts_1({ linked }: {
853
+ linked: any;
854
+ }): any;
855
+ export { attempts_1 as attempts };
856
+ export function name_10({ linked }: {
857
+ linked: any;
858
+ }): any;
859
+ export { name_10 as name };
860
+ export function destination_1({ linked }: {
861
+ linked: any;
862
+ }): any;
863
+ export { destination_1 as destination };
864
+ export function duration_1({ linked }: {
865
+ linked: any;
866
+ }): any;
867
+ export { duration_1 as duration };
868
+ export function result_1({ linked }: {
869
+ linked: any;
870
+ }): any;
871
+ export { result_1 as result };
872
+ export function tags({ linked }: {
873
+ linked: any;
874
+ }): any;
792
875
  export function impacted_1({ linked }: {
793
876
  linked: any;
794
877
  }): any;
@@ -909,7 +992,7 @@ declare namespace _default {
909
992
  let overwritePresetTitle: string;
910
993
  let overwritePresetText: string;
911
994
  namespace notifications {
912
- namespace success {
995
+ export namespace success_2 {
913
996
  export function update_1({ linked }: {
914
997
  linked: any;
915
998
  }): any;
@@ -923,6 +1006,7 @@ declare namespace _default {
923
1006
  }): any;
924
1007
  export { _delete_1 as delete };
925
1008
  }
1009
+ export { success_2 as success };
926
1010
  }
927
1011
  }
928
1012
  }
@@ -932,7 +1016,7 @@ declare namespace _default {
932
1016
  }
933
1017
  }
934
1018
  export namespace systemNotifications {
935
- export namespace success_1 {
1019
+ export namespace success_3 {
936
1020
  export function update_2({ named }: {
937
1021
  named: any;
938
1022
  }): string;
@@ -946,7 +1030,7 @@ declare namespace _default {
946
1030
  }): string;
947
1031
  export { _delete_2 as delete };
948
1032
  }
949
- export { success_1 as success };
1033
+ export { success_3 as success };
950
1034
  export namespace warnings {
951
1035
  let passwordExpirationMessageDays: string;
952
1036
  let passwordExpirationMessageHours: string;