magicbell-js 1.7.0 → 1.7.2

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 (124) hide show
  1. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  2. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  3. package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
  4. package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  5. package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  6. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  7. package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  8. package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
  9. package/dist/commonjs/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  10. package/dist/commonjs/project-client/services/channels/models/apns-token.d.ts +8 -8
  11. package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
  12. package/dist/commonjs/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  13. package/dist/commonjs/project-client/services/channels/models/expo-token.d.ts +8 -8
  14. package/dist/commonjs/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  15. package/dist/commonjs/project-client/services/channels/models/fcm-token.d.ts +8 -8
  16. package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  17. package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  18. package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  19. package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
  20. package/dist/commonjs/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  21. package/dist/commonjs/project-client/services/channels/models/teams-token.d.ts +8 -8
  22. package/dist/commonjs/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  23. package/dist/commonjs/project-client/services/channels/models/web-push-token.d.ts +8 -8
  24. package/dist/commonjs/project-client/services/common/user.d.ts +6 -6
  25. package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  26. package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  27. package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  28. package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
  29. package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
  30. package/dist/commonjs/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
  31. package/dist/commonjs/project-client/services/workflows/models/get-run-response.d.ts +41 -41
  32. package/dist/commonjs/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
  33. package/dist/commonjs/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
  34. package/dist/commonjs/project-client/services/workflows/models/workflow-run.d.ts +35 -35
  35. package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  36. package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
  37. package/dist/commonjs/user-client/services/channels/models/categories.d.ts +30 -30
  38. package/dist/commonjs/user-client/services/channels/models/channels.d.ts +8 -8
  39. package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
  40. package/dist/commonjs/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  41. package/dist/commonjs/user-client/services/channels/models/expo-token.d.ts +8 -8
  42. package/dist/commonjs/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  43. package/dist/commonjs/user-client/services/channels/models/fcm-token.d.ts +8 -8
  44. package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  45. package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  46. package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  47. package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
  48. package/dist/commonjs/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  49. package/dist/commonjs/user-client/services/channels/models/teams-token.d.ts +8 -8
  50. package/dist/commonjs/user-client/services/channels/models/user-preferences.d.ts +48 -48
  51. package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  52. package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
  53. package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
  54. package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  55. package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  56. package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  57. package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
  58. package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  59. package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
  60. package/dist/commonjs/user-client/services/notifications/models/notification.js +3 -3
  61. package/dist/commonjs/user-client/services/notifications/models/notification.js.map +1 -1
  62. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  63. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  64. package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
  65. package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  66. package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  67. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  68. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  69. package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
  70. package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  71. package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
  72. package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
  73. package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  74. package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
  75. package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  76. package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
  77. package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  78. package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  79. package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  80. package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
  81. package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  82. package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
  83. package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  84. package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
  85. package/dist/esm/project-client/services/common/user.d.ts +6 -6
  86. package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  87. package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  88. package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  89. package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
  90. package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
  91. package/dist/esm/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
  92. package/dist/esm/project-client/services/workflows/models/get-run-response.d.ts +41 -41
  93. package/dist/esm/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
  94. package/dist/esm/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
  95. package/dist/esm/project-client/services/workflows/models/workflow-run.d.ts +35 -35
  96. package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  97. package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
  98. package/dist/esm/user-client/services/channels/models/categories.d.ts +30 -30
  99. package/dist/esm/user-client/services/channels/models/channels.d.ts +8 -8
  100. package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
  101. package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  102. package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
  103. package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  104. package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
  105. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  106. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  107. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  108. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  109. package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  110. package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
  111. package/dist/esm/user-client/services/channels/models/user-preferences.d.ts +48 -48
  112. package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  113. package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
  114. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  115. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  116. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  117. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  118. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  119. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  120. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  121. package/dist/esm/user-client/services/notifications/models/notification.js +3 -3
  122. package/dist/esm/user-client/services/notifications/models/notification.js.map +1 -1
  123. package/package.json +2 -2
  124. package/src/user-client/services/notifications/models/notification.ts +3 -3
@@ -302,12 +302,22 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
302
302
  lastSeenAt?: string | null | undefined;
303
303
  updatedAt?: string | null | undefined;
304
304
  }[] | null;
305
- actionUrl?: string | null | undefined;
306
- category?: string | null | undefined;
307
- content?: string | null | undefined;
305
+ status?: {
306
+ errors: {
307
+ message?: string | undefined;
308
+ }[] | null;
309
+ status: string;
310
+ summary: {
311
+ failures: number;
312
+ total: number;
313
+ };
314
+ } | undefined;
308
315
  createdAt?: string | undefined;
309
316
  customAttributes?: any;
310
317
  id?: string | undefined;
318
+ actionUrl?: string | null | undefined;
319
+ content?: string | null | undefined;
320
+ category?: string | null | undefined;
311
321
  overrides?: {
312
322
  channels?: {
313
323
  email?: {
@@ -344,16 +354,6 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
344
354
  webPush?: any;
345
355
  } | undefined;
346
356
  } | null | undefined;
347
- status?: {
348
- errors: {
349
- message?: string | undefined;
350
- }[] | null;
351
- status: string;
352
- summary: {
353
- failures: number;
354
- total: number;
355
- };
356
- } | undefined;
357
357
  topic?: string | null | undefined;
358
358
  }, {
359
359
  title: string;
@@ -369,12 +369,22 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
369
369
  lastSeenAt?: string | null | undefined;
370
370
  updatedAt?: string | null | undefined;
371
371
  }[] | null;
372
- actionUrl?: string | null | undefined;
373
- category?: string | null | undefined;
374
- content?: string | null | undefined;
372
+ status?: {
373
+ errors: {
374
+ message?: string | undefined;
375
+ }[] | null;
376
+ status: string;
377
+ summary: {
378
+ failures: number;
379
+ total: number;
380
+ };
381
+ } | undefined;
375
382
  createdAt?: string | undefined;
376
383
  customAttributes?: any;
377
384
  id?: string | undefined;
385
+ actionUrl?: string | null | undefined;
386
+ content?: string | null | undefined;
387
+ category?: string | null | undefined;
378
388
  overrides?: {
379
389
  channels?: {
380
390
  email?: {
@@ -411,16 +421,6 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
411
421
  webPush?: any;
412
422
  } | undefined;
413
423
  } | null | undefined;
414
- status?: {
415
- errors: {
416
- message?: string | undefined;
417
- }[] | null;
418
- status: string;
419
- summary: {
420
- failures: number;
421
- total: number;
422
- };
423
- } | undefined;
424
424
  topic?: string | null | undefined;
425
425
  }>>, "many">>;
426
426
  links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
@@ -451,12 +451,22 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
451
451
  lastSeenAt?: string | null | undefined;
452
452
  updatedAt?: string | null | undefined;
453
453
  }[] | null;
454
- actionUrl?: string | null | undefined;
455
- category?: string | null | undefined;
456
- content?: string | null | undefined;
454
+ status?: {
455
+ errors: {
456
+ message?: string | undefined;
457
+ }[] | null;
458
+ status: string;
459
+ summary: {
460
+ failures: number;
461
+ total: number;
462
+ };
463
+ } | undefined;
457
464
  createdAt?: string | undefined;
458
465
  customAttributes?: any;
459
466
  id?: string | undefined;
467
+ actionUrl?: string | null | undefined;
468
+ content?: string | null | undefined;
469
+ category?: string | null | undefined;
460
470
  overrides?: {
461
471
  channels?: {
462
472
  email?: {
@@ -493,16 +503,6 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
493
503
  webPush?: any;
494
504
  } | undefined;
495
505
  } | null | undefined;
496
- status?: {
497
- errors: {
498
- message?: string | undefined;
499
- }[] | null;
500
- status: string;
501
- summary: {
502
- failures: number;
503
- total: number;
504
- };
505
- } | undefined;
506
506
  topic?: string | null | undefined;
507
507
  }[] | undefined;
508
508
  links?: {
@@ -525,12 +525,22 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
525
525
  lastSeenAt?: string | null | undefined;
526
526
  updatedAt?: string | null | undefined;
527
527
  }[] | null;
528
- actionUrl?: string | null | undefined;
529
- category?: string | null | undefined;
530
- content?: string | null | undefined;
528
+ status?: {
529
+ errors: {
530
+ message?: string | undefined;
531
+ }[] | null;
532
+ status: string;
533
+ summary: {
534
+ failures: number;
535
+ total: number;
536
+ };
537
+ } | undefined;
531
538
  createdAt?: string | undefined;
532
539
  customAttributes?: any;
533
540
  id?: string | undefined;
541
+ actionUrl?: string | null | undefined;
542
+ content?: string | null | undefined;
543
+ category?: string | null | undefined;
534
544
  overrides?: {
535
545
  channels?: {
536
546
  email?: {
@@ -567,16 +577,6 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
567
577
  webPush?: any;
568
578
  } | undefined;
569
579
  } | null | undefined;
570
- status?: {
571
- errors: {
572
- message?: string | undefined;
573
- }[] | null;
574
- status: string;
575
- summary: {
576
- failures: number;
577
- total: number;
578
- };
579
- } | undefined;
580
580
  topic?: string | null | undefined;
581
581
  }[] | undefined;
582
582
  links?: {
@@ -612,84 +612,84 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
612
612
  content: z.ZodOptional<z.ZodString>;
613
613
  title: z.ZodOptional<z.ZodString>;
614
614
  }, "strip", z.ZodTypeAny, {
615
- action_url?: string | null | undefined;
616
615
  content?: string | undefined;
617
616
  title?: string | undefined;
618
- }, {
619
617
  action_url?: string | null | undefined;
618
+ }, {
620
619
  content?: string | undefined;
621
620
  title?: string | undefined;
621
+ action_url?: string | null | undefined;
622
622
  }>, {
623
623
  actionUrl: string | null | undefined;
624
624
  content: string | undefined;
625
625
  title: string | undefined;
626
626
  }, {
627
- action_url?: string | null | undefined;
628
627
  content?: string | undefined;
629
628
  title?: string | undefined;
629
+ action_url?: string | null | undefined;
630
630
  }>>>;
631
631
  in_app: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
632
632
  action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
633
633
  content: z.ZodOptional<z.ZodString>;
634
634
  title: z.ZodOptional<z.ZodString>;
635
635
  }, "strip", z.ZodTypeAny, {
636
- action_url?: string | null | undefined;
637
636
  content?: string | undefined;
638
637
  title?: string | undefined;
639
- }, {
640
638
  action_url?: string | null | undefined;
639
+ }, {
641
640
  content?: string | undefined;
642
641
  title?: string | undefined;
642
+ action_url?: string | null | undefined;
643
643
  }>, {
644
644
  actionUrl: string | null | undefined;
645
645
  content: string | undefined;
646
646
  title: string | undefined;
647
647
  }, {
648
- action_url?: string | null | undefined;
649
648
  content?: string | undefined;
650
649
  title?: string | undefined;
650
+ action_url?: string | null | undefined;
651
651
  }>>>;
652
652
  mobile_push: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
653
653
  action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
654
654
  content: z.ZodOptional<z.ZodString>;
655
655
  title: z.ZodOptional<z.ZodString>;
656
656
  }, "strip", z.ZodTypeAny, {
657
- action_url?: string | null | undefined;
658
657
  content?: string | undefined;
659
658
  title?: string | undefined;
660
- }, {
661
659
  action_url?: string | null | undefined;
660
+ }, {
662
661
  content?: string | undefined;
663
662
  title?: string | undefined;
663
+ action_url?: string | null | undefined;
664
664
  }>, {
665
665
  actionUrl: string | null | undefined;
666
666
  content: string | undefined;
667
667
  title: string | undefined;
668
668
  }, {
669
- action_url?: string | null | undefined;
670
669
  content?: string | undefined;
671
670
  title?: string | undefined;
671
+ action_url?: string | null | undefined;
672
672
  }>>>;
673
673
  sms: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
674
674
  action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
675
675
  content: z.ZodOptional<z.ZodString>;
676
676
  title: z.ZodOptional<z.ZodString>;
677
677
  }, "strip", z.ZodTypeAny, {
678
- action_url?: string | null | undefined;
679
678
  content?: string | undefined;
680
679
  title?: string | undefined;
681
- }, {
682
680
  action_url?: string | null | undefined;
681
+ }, {
683
682
  content?: string | undefined;
684
683
  title?: string | undefined;
684
+ action_url?: string | null | undefined;
685
685
  }>, {
686
686
  actionUrl: string | null | undefined;
687
687
  content: string | undefined;
688
688
  title: string | undefined;
689
689
  }, {
690
- action_url?: string | null | undefined;
691
690
  content?: string | undefined;
692
691
  title?: string | undefined;
692
+ action_url?: string | null | undefined;
693
693
  }>>>;
694
694
  }, "strip", z.ZodTypeAny, {
695
695
  email?: {
@@ -697,41 +697,41 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
697
697
  content: string | undefined;
698
698
  title: string | undefined;
699
699
  } | undefined;
700
- in_app?: {
700
+ sms?: {
701
701
  actionUrl: string | null | undefined;
702
702
  content: string | undefined;
703
703
  title: string | undefined;
704
704
  } | undefined;
705
- mobile_push?: {
705
+ in_app?: {
706
706
  actionUrl: string | null | undefined;
707
707
  content: string | undefined;
708
708
  title: string | undefined;
709
709
  } | undefined;
710
- sms?: {
710
+ mobile_push?: {
711
711
  actionUrl: string | null | undefined;
712
712
  content: string | undefined;
713
713
  title: string | undefined;
714
714
  } | undefined;
715
715
  }, {
716
716
  email?: {
717
+ content?: string | undefined;
718
+ title?: string | undefined;
717
719
  action_url?: string | null | undefined;
720
+ } | undefined;
721
+ sms?: {
718
722
  content?: string | undefined;
719
723
  title?: string | undefined;
724
+ action_url?: string | null | undefined;
720
725
  } | undefined;
721
726
  in_app?: {
722
- action_url?: string | null | undefined;
723
727
  content?: string | undefined;
724
728
  title?: string | undefined;
729
+ action_url?: string | null | undefined;
725
730
  } | undefined;
726
731
  mobile_push?: {
727
- action_url?: string | null | undefined;
728
732
  content?: string | undefined;
729
733
  title?: string | undefined;
730
- } | undefined;
731
- sms?: {
732
734
  action_url?: string | null | undefined;
733
- content?: string | undefined;
734
- title?: string | undefined;
735
735
  } | undefined;
736
736
  }>, {
737
737
  email: {
@@ -756,24 +756,24 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
756
756
  } | undefined;
757
757
  }, {
758
758
  email?: {
759
+ content?: string | undefined;
760
+ title?: string | undefined;
759
761
  action_url?: string | null | undefined;
762
+ } | undefined;
763
+ sms?: {
760
764
  content?: string | undefined;
761
765
  title?: string | undefined;
766
+ action_url?: string | null | undefined;
762
767
  } | undefined;
763
768
  in_app?: {
764
- action_url?: string | null | undefined;
765
769
  content?: string | undefined;
766
770
  title?: string | undefined;
771
+ action_url?: string | null | undefined;
767
772
  } | undefined;
768
773
  mobile_push?: {
769
- action_url?: string | null | undefined;
770
774
  content?: string | undefined;
771
775
  title?: string | undefined;
772
- } | undefined;
773
- sms?: {
774
776
  action_url?: string | null | undefined;
775
- content?: string | undefined;
776
- title?: string | undefined;
777
777
  } | undefined;
778
778
  }>>>;
779
779
  providers: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
@@ -870,24 +870,24 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
870
870
  }, {
871
871
  channels?: {
872
872
  email?: {
873
+ content?: string | undefined;
874
+ title?: string | undefined;
873
875
  action_url?: string | null | undefined;
876
+ } | undefined;
877
+ sms?: {
874
878
  content?: string | undefined;
875
879
  title?: string | undefined;
880
+ action_url?: string | null | undefined;
876
881
  } | undefined;
877
882
  in_app?: {
878
- action_url?: string | null | undefined;
879
883
  content?: string | undefined;
880
884
  title?: string | undefined;
885
+ action_url?: string | null | undefined;
881
886
  } | undefined;
882
887
  mobile_push?: {
883
- action_url?: string | null | undefined;
884
888
  content?: string | undefined;
885
889
  title?: string | undefined;
886
- } | undefined;
887
- sms?: {
888
890
  action_url?: string | null | undefined;
889
- content?: string | undefined;
890
- title?: string | undefined;
891
891
  } | undefined;
892
892
  } | undefined;
893
893
  providers?: {
@@ -940,24 +940,24 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
940
940
  }, {
941
941
  channels?: {
942
942
  email?: {
943
+ content?: string | undefined;
944
+ title?: string | undefined;
943
945
  action_url?: string | null | undefined;
946
+ } | undefined;
947
+ sms?: {
944
948
  content?: string | undefined;
945
949
  title?: string | undefined;
950
+ action_url?: string | null | undefined;
946
951
  } | undefined;
947
952
  in_app?: {
948
- action_url?: string | null | undefined;
949
953
  content?: string | undefined;
950
954
  title?: string | undefined;
955
+ action_url?: string | null | undefined;
951
956
  } | undefined;
952
957
  mobile_push?: {
953
- action_url?: string | null | undefined;
954
958
  content?: string | undefined;
955
959
  title?: string | undefined;
956
- } | undefined;
957
- sms?: {
958
960
  action_url?: string | null | undefined;
959
- content?: string | undefined;
960
- title?: string | undefined;
961
961
  } | undefined;
962
962
  } | undefined;
963
963
  providers?: {
@@ -985,23 +985,23 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
985
985
  last_seen_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
986
986
  updated_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
987
987
  }, "strip", z.ZodTypeAny, {
988
+ email?: string | null | undefined;
989
+ id?: string | undefined;
988
990
  created_at?: string | null | undefined;
989
991
  custom_attributes?: any;
990
- email?: string | null | undefined;
991
992
  external_id?: string | null | undefined;
992
993
  first_name?: string | null | undefined;
993
- id?: string | undefined;
994
994
  last_name?: string | null | undefined;
995
995
  last_notified_at?: string | null | undefined;
996
996
  last_seen_at?: string | null | undefined;
997
997
  updated_at?: string | null | undefined;
998
998
  }, {
999
+ email?: string | null | undefined;
1000
+ id?: string | undefined;
999
1001
  created_at?: string | null | undefined;
1000
1002
  custom_attributes?: any;
1001
- email?: string | null | undefined;
1002
1003
  external_id?: string | null | undefined;
1003
1004
  first_name?: string | null | undefined;
1004
- id?: string | undefined;
1005
1005
  last_name?: string | null | undefined;
1006
1006
  last_notified_at?: string | null | undefined;
1007
1007
  last_seen_at?: string | null | undefined;
@@ -1018,12 +1018,12 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1018
1018
  lastSeenAt: string | null | undefined;
1019
1019
  updatedAt: string | null | undefined;
1020
1020
  }, {
1021
+ email?: string | null | undefined;
1022
+ id?: string | undefined;
1021
1023
  created_at?: string | null | undefined;
1022
1024
  custom_attributes?: any;
1023
- email?: string | null | undefined;
1024
1025
  external_id?: string | null | undefined;
1025
1026
  first_name?: string | null | undefined;
1026
- id?: string | undefined;
1027
1027
  last_name?: string | null | undefined;
1028
1028
  last_notified_at?: string | null | undefined;
1029
1029
  last_seen_at?: string | null | undefined;
@@ -1111,12 +1111,22 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1111
1111
  lastSeenAt: string | null | undefined;
1112
1112
  updatedAt: string | null | undefined;
1113
1113
  }[] | null;
1114
- action_url?: string | null | undefined;
1115
- category?: string | null | undefined;
1116
- content?: string | null | undefined;
1114
+ status?: {
1115
+ errors: {
1116
+ message: string | undefined;
1117
+ }[] | null;
1118
+ status: string;
1119
+ summary: {
1120
+ failures: number;
1121
+ total: number;
1122
+ };
1123
+ } | undefined;
1124
+ id?: string | undefined;
1117
1125
  created_at?: string | undefined;
1118
1126
  custom_attributes?: any;
1119
- id?: string | undefined;
1127
+ content?: string | null | undefined;
1128
+ action_url?: string | null | undefined;
1129
+ category?: string | null | undefined;
1120
1130
  overrides?: {
1121
1131
  channels: {
1122
1132
  email: {
@@ -1153,58 +1163,58 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1153
1163
  webPush: any;
1154
1164
  } | undefined;
1155
1165
  } | null | undefined;
1156
- status?: {
1157
- errors: {
1158
- message: string | undefined;
1159
- }[] | null;
1160
- status: string;
1161
- summary: {
1162
- failures: number;
1163
- total: number;
1164
- };
1165
- } | undefined;
1166
1166
  topic?: string | null | undefined;
1167
1167
  }, {
1168
1168
  title: string;
1169
1169
  recipients: {
1170
+ email?: string | null | undefined;
1171
+ id?: string | undefined;
1170
1172
  created_at?: string | null | undefined;
1171
1173
  custom_attributes?: any;
1172
- email?: string | null | undefined;
1173
1174
  external_id?: string | null | undefined;
1174
1175
  first_name?: string | null | undefined;
1175
- id?: string | undefined;
1176
1176
  last_name?: string | null | undefined;
1177
1177
  last_notified_at?: string | null | undefined;
1178
1178
  last_seen_at?: string | null | undefined;
1179
1179
  updated_at?: string | null | undefined;
1180
1180
  }[] | null;
1181
- action_url?: string | null | undefined;
1182
- category?: string | null | undefined;
1183
- content?: string | null | undefined;
1181
+ status?: {
1182
+ errors: {
1183
+ message?: string | undefined;
1184
+ }[] | null;
1185
+ status: string;
1186
+ summary: {
1187
+ failures: number;
1188
+ total: number;
1189
+ };
1190
+ } | undefined;
1191
+ id?: string | undefined;
1184
1192
  created_at?: string | undefined;
1185
1193
  custom_attributes?: any;
1186
- id?: string | undefined;
1194
+ content?: string | null | undefined;
1195
+ action_url?: string | null | undefined;
1196
+ category?: string | null | undefined;
1187
1197
  overrides?: {
1188
1198
  channels?: {
1189
1199
  email?: {
1200
+ content?: string | undefined;
1201
+ title?: string | undefined;
1190
1202
  action_url?: string | null | undefined;
1203
+ } | undefined;
1204
+ sms?: {
1191
1205
  content?: string | undefined;
1192
1206
  title?: string | undefined;
1207
+ action_url?: string | null | undefined;
1193
1208
  } | undefined;
1194
1209
  in_app?: {
1195
- action_url?: string | null | undefined;
1196
1210
  content?: string | undefined;
1197
1211
  title?: string | undefined;
1212
+ action_url?: string | null | undefined;
1198
1213
  } | undefined;
1199
1214
  mobile_push?: {
1200
- action_url?: string | null | undefined;
1201
1215
  content?: string | undefined;
1202
1216
  title?: string | undefined;
1203
- } | undefined;
1204
- sms?: {
1205
1217
  action_url?: string | null | undefined;
1206
- content?: string | undefined;
1207
- title?: string | undefined;
1208
1218
  } | undefined;
1209
1219
  } | undefined;
1210
1220
  providers?: {
@@ -1220,16 +1230,6 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1220
1230
  web_push?: any;
1221
1231
  } | undefined;
1222
1232
  } | null | undefined;
1223
- status?: {
1224
- errors: {
1225
- message?: string | undefined;
1226
- }[] | null;
1227
- status: string;
1228
- summary: {
1229
- failures: number;
1230
- total: number;
1231
- };
1232
- } | undefined;
1233
1233
  topic?: string | null | undefined;
1234
1234
  }>, {
1235
1235
  actionUrl: string | null | undefined;
@@ -1301,44 +1301,54 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1301
1301
  }, {
1302
1302
  title: string;
1303
1303
  recipients: {
1304
+ email?: string | null | undefined;
1305
+ id?: string | undefined;
1304
1306
  created_at?: string | null | undefined;
1305
1307
  custom_attributes?: any;
1306
- email?: string | null | undefined;
1307
1308
  external_id?: string | null | undefined;
1308
1309
  first_name?: string | null | undefined;
1309
- id?: string | undefined;
1310
1310
  last_name?: string | null | undefined;
1311
1311
  last_notified_at?: string | null | undefined;
1312
1312
  last_seen_at?: string | null | undefined;
1313
1313
  updated_at?: string | null | undefined;
1314
- }[] | null;
1315
- action_url?: string | null | undefined;
1316
- category?: string | null | undefined;
1317
- content?: string | null | undefined;
1314
+ }[] | null;
1315
+ status?: {
1316
+ errors: {
1317
+ message?: string | undefined;
1318
+ }[] | null;
1319
+ status: string;
1320
+ summary: {
1321
+ failures: number;
1322
+ total: number;
1323
+ };
1324
+ } | undefined;
1325
+ id?: string | undefined;
1318
1326
  created_at?: string | undefined;
1319
1327
  custom_attributes?: any;
1320
- id?: string | undefined;
1328
+ content?: string | null | undefined;
1329
+ action_url?: string | null | undefined;
1330
+ category?: string | null | undefined;
1321
1331
  overrides?: {
1322
1332
  channels?: {
1323
1333
  email?: {
1334
+ content?: string | undefined;
1335
+ title?: string | undefined;
1324
1336
  action_url?: string | null | undefined;
1337
+ } | undefined;
1338
+ sms?: {
1325
1339
  content?: string | undefined;
1326
1340
  title?: string | undefined;
1341
+ action_url?: string | null | undefined;
1327
1342
  } | undefined;
1328
1343
  in_app?: {
1329
- action_url?: string | null | undefined;
1330
1344
  content?: string | undefined;
1331
1345
  title?: string | undefined;
1346
+ action_url?: string | null | undefined;
1332
1347
  } | undefined;
1333
1348
  mobile_push?: {
1334
- action_url?: string | null | undefined;
1335
1349
  content?: string | undefined;
1336
1350
  title?: string | undefined;
1337
- } | undefined;
1338
- sms?: {
1339
1351
  action_url?: string | null | undefined;
1340
- content?: string | undefined;
1341
- title?: string | undefined;
1342
1352
  } | undefined;
1343
1353
  } | undefined;
1344
1354
  providers?: {
@@ -1354,16 +1364,6 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1354
1364
  web_push?: any;
1355
1365
  } | undefined;
1356
1366
  } | null | undefined;
1357
- status?: {
1358
- errors: {
1359
- message?: string | undefined;
1360
- }[] | null;
1361
- status: string;
1362
- summary: {
1363
- failures: number;
1364
- total: number;
1365
- };
1366
- } | undefined;
1367
1367
  topic?: string | null | undefined;
1368
1368
  }>>, "many">>;
1369
1369
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
@@ -1465,44 +1465,54 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1465
1465
  data?: {
1466
1466
  title: string;
1467
1467
  recipients: {
1468
+ email?: string | null | undefined;
1469
+ id?: string | undefined;
1468
1470
  created_at?: string | null | undefined;
1469
1471
  custom_attributes?: any;
1470
- email?: string | null | undefined;
1471
1472
  external_id?: string | null | undefined;
1472
1473
  first_name?: string | null | undefined;
1473
- id?: string | undefined;
1474
1474
  last_name?: string | null | undefined;
1475
1475
  last_notified_at?: string | null | undefined;
1476
1476
  last_seen_at?: string | null | undefined;
1477
1477
  updated_at?: string | null | undefined;
1478
1478
  }[] | null;
1479
- action_url?: string | null | undefined;
1480
- category?: string | null | undefined;
1481
- content?: string | null | undefined;
1479
+ status?: {
1480
+ errors: {
1481
+ message?: string | undefined;
1482
+ }[] | null;
1483
+ status: string;
1484
+ summary: {
1485
+ failures: number;
1486
+ total: number;
1487
+ };
1488
+ } | undefined;
1489
+ id?: string | undefined;
1482
1490
  created_at?: string | undefined;
1483
1491
  custom_attributes?: any;
1484
- id?: string | undefined;
1492
+ content?: string | null | undefined;
1493
+ action_url?: string | null | undefined;
1494
+ category?: string | null | undefined;
1485
1495
  overrides?: {
1486
1496
  channels?: {
1487
1497
  email?: {
1498
+ content?: string | undefined;
1499
+ title?: string | undefined;
1488
1500
  action_url?: string | null | undefined;
1501
+ } | undefined;
1502
+ sms?: {
1489
1503
  content?: string | undefined;
1490
1504
  title?: string | undefined;
1505
+ action_url?: string | null | undefined;
1491
1506
  } | undefined;
1492
1507
  in_app?: {
1493
- action_url?: string | null | undefined;
1494
1508
  content?: string | undefined;
1495
1509
  title?: string | undefined;
1510
+ action_url?: string | null | undefined;
1496
1511
  } | undefined;
1497
1512
  mobile_push?: {
1498
- action_url?: string | null | undefined;
1499
1513
  content?: string | undefined;
1500
1514
  title?: string | undefined;
1501
- } | undefined;
1502
- sms?: {
1503
1515
  action_url?: string | null | undefined;
1504
- content?: string | undefined;
1505
- title?: string | undefined;
1506
1516
  } | undefined;
1507
1517
  } | undefined;
1508
1518
  providers?: {
@@ -1518,16 +1528,6 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1518
1528
  web_push?: any;
1519
1529
  } | undefined;
1520
1530
  } | null | undefined;
1521
- status?: {
1522
- errors: {
1523
- message?: string | undefined;
1524
- }[] | null;
1525
- status: string;
1526
- summary: {
1527
- failures: number;
1528
- total: number;
1529
- };
1530
- } | undefined;
1531
1531
  topic?: string | null | undefined;
1532
1532
  }[] | undefined;
1533
1533
  links?: {
@@ -1613,44 +1613,54 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1613
1613
  data?: {
1614
1614
  title: string;
1615
1615
  recipients: {
1616
+ email?: string | null | undefined;
1617
+ id?: string | undefined;
1616
1618
  created_at?: string | null | undefined;
1617
1619
  custom_attributes?: any;
1618
- email?: string | null | undefined;
1619
1620
  external_id?: string | null | undefined;
1620
1621
  first_name?: string | null | undefined;
1621
- id?: string | undefined;
1622
1622
  last_name?: string | null | undefined;
1623
1623
  last_notified_at?: string | null | undefined;
1624
1624
  last_seen_at?: string | null | undefined;
1625
1625
  updated_at?: string | null | undefined;
1626
1626
  }[] | null;
1627
- action_url?: string | null | undefined;
1628
- category?: string | null | undefined;
1629
- content?: string | null | undefined;
1627
+ status?: {
1628
+ errors: {
1629
+ message?: string | undefined;
1630
+ }[] | null;
1631
+ status: string;
1632
+ summary: {
1633
+ failures: number;
1634
+ total: number;
1635
+ };
1636
+ } | undefined;
1637
+ id?: string | undefined;
1630
1638
  created_at?: string | undefined;
1631
1639
  custom_attributes?: any;
1632
- id?: string | undefined;
1640
+ content?: string | null | undefined;
1641
+ action_url?: string | null | undefined;
1642
+ category?: string | null | undefined;
1633
1643
  overrides?: {
1634
1644
  channels?: {
1635
1645
  email?: {
1646
+ content?: string | undefined;
1647
+ title?: string | undefined;
1636
1648
  action_url?: string | null | undefined;
1649
+ } | undefined;
1650
+ sms?: {
1637
1651
  content?: string | undefined;
1638
1652
  title?: string | undefined;
1653
+ action_url?: string | null | undefined;
1639
1654
  } | undefined;
1640
1655
  in_app?: {
1641
- action_url?: string | null | undefined;
1642
1656
  content?: string | undefined;
1643
1657
  title?: string | undefined;
1658
+ action_url?: string | null | undefined;
1644
1659
  } | undefined;
1645
1660
  mobile_push?: {
1646
- action_url?: string | null | undefined;
1647
1661
  content?: string | undefined;
1648
1662
  title?: string | undefined;
1649
- } | undefined;
1650
- sms?: {
1651
1663
  action_url?: string | null | undefined;
1652
- content?: string | undefined;
1653
- title?: string | undefined;
1654
1664
  } | undefined;
1655
1665
  } | undefined;
1656
1666
  providers?: {
@@ -1666,16 +1676,6 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
1666
1676
  web_push?: any;
1667
1677
  } | undefined;
1668
1678
  } | null | undefined;
1669
- status?: {
1670
- errors: {
1671
- message?: string | undefined;
1672
- }[] | null;
1673
- status: string;
1674
- summary: {
1675
- failures: number;
1676
- total: number;
1677
- };
1678
- } | undefined;
1679
1679
  topic?: string | null | undefined;
1680
1680
  }[] | undefined;
1681
1681
  links?: {
@@ -2203,12 +2203,22 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2203
2203
  last_seen_at: string | null | undefined;
2204
2204
  updated_at: string | null | undefined;
2205
2205
  }[] | null;
2206
- actionUrl?: string | null | undefined;
2207
- category?: string | null | undefined;
2208
- content?: string | null | undefined;
2206
+ status?: {
2207
+ errors: {
2208
+ message: string | undefined;
2209
+ }[] | null;
2210
+ status: string;
2211
+ summary: {
2212
+ failures: number;
2213
+ total: number;
2214
+ };
2215
+ } | undefined;
2209
2216
  createdAt?: string | undefined;
2210
2217
  customAttributes?: any;
2211
2218
  id?: string | undefined;
2219
+ actionUrl?: string | null | undefined;
2220
+ content?: string | null | undefined;
2221
+ category?: string | null | undefined;
2212
2222
  overrides?: {
2213
2223
  channels: {
2214
2224
  email: {
@@ -2245,16 +2255,6 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2245
2255
  web_push: any;
2246
2256
  } | undefined;
2247
2257
  } | null | undefined;
2248
- status?: {
2249
- errors: {
2250
- message: string | undefined;
2251
- }[] | null;
2252
- status: string;
2253
- summary: {
2254
- failures: number;
2255
- total: number;
2256
- };
2257
- } | undefined;
2258
2258
  topic?: string | null | undefined;
2259
2259
  }, {
2260
2260
  title: string;
@@ -2270,12 +2270,22 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2270
2270
  lastSeenAt?: string | null | undefined;
2271
2271
  updatedAt?: string | null | undefined;
2272
2272
  }[] | null;
2273
- actionUrl?: string | null | undefined;
2274
- category?: string | null | undefined;
2275
- content?: string | null | undefined;
2273
+ status?: {
2274
+ errors: {
2275
+ message?: string | undefined;
2276
+ }[] | null;
2277
+ status: string;
2278
+ summary: {
2279
+ failures: number;
2280
+ total: number;
2281
+ };
2282
+ } | undefined;
2276
2283
  createdAt?: string | undefined;
2277
2284
  customAttributes?: any;
2278
2285
  id?: string | undefined;
2286
+ actionUrl?: string | null | undefined;
2287
+ content?: string | null | undefined;
2288
+ category?: string | null | undefined;
2279
2289
  overrides?: {
2280
2290
  channels?: {
2281
2291
  email?: {
@@ -2312,16 +2322,6 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2312
2322
  webPush?: any;
2313
2323
  } | undefined;
2314
2324
  } | null | undefined;
2315
- status?: {
2316
- errors: {
2317
- message?: string | undefined;
2318
- }[] | null;
2319
- status: string;
2320
- summary: {
2321
- failures: number;
2322
- total: number;
2323
- };
2324
- } | undefined;
2325
2325
  topic?: string | null | undefined;
2326
2326
  }>, {
2327
2327
  action_url: string | null | undefined;
@@ -2404,12 +2404,22 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2404
2404
  lastSeenAt?: string | null | undefined;
2405
2405
  updatedAt?: string | null | undefined;
2406
2406
  }[] | null;
2407
- actionUrl?: string | null | undefined;
2408
- category?: string | null | undefined;
2409
- content?: string | null | undefined;
2407
+ status?: {
2408
+ errors: {
2409
+ message?: string | undefined;
2410
+ }[] | null;
2411
+ status: string;
2412
+ summary: {
2413
+ failures: number;
2414
+ total: number;
2415
+ };
2416
+ } | undefined;
2410
2417
  createdAt?: string | undefined;
2411
2418
  customAttributes?: any;
2412
2419
  id?: string | undefined;
2420
+ actionUrl?: string | null | undefined;
2421
+ content?: string | null | undefined;
2422
+ category?: string | null | undefined;
2413
2423
  overrides?: {
2414
2424
  channels?: {
2415
2425
  email?: {
@@ -2446,16 +2456,6 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2446
2456
  webPush?: any;
2447
2457
  } | undefined;
2448
2458
  } | null | undefined;
2449
- status?: {
2450
- errors: {
2451
- message?: string | undefined;
2452
- }[] | null;
2453
- status: string;
2454
- summary: {
2455
- failures: number;
2456
- total: number;
2457
- };
2458
- } | undefined;
2459
2459
  topic?: string | null | undefined;
2460
2460
  }>>, "many">>;
2461
2461
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
@@ -2568,12 +2568,22 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2568
2568
  lastSeenAt?: string | null | undefined;
2569
2569
  updatedAt?: string | null | undefined;
2570
2570
  }[] | null;
2571
- actionUrl?: string | null | undefined;
2572
- category?: string | null | undefined;
2573
- content?: string | null | undefined;
2571
+ status?: {
2572
+ errors: {
2573
+ message?: string | undefined;
2574
+ }[] | null;
2575
+ status: string;
2576
+ summary: {
2577
+ failures: number;
2578
+ total: number;
2579
+ };
2580
+ } | undefined;
2574
2581
  createdAt?: string | undefined;
2575
2582
  customAttributes?: any;
2576
2583
  id?: string | undefined;
2584
+ actionUrl?: string | null | undefined;
2585
+ content?: string | null | undefined;
2586
+ category?: string | null | undefined;
2577
2587
  overrides?: {
2578
2588
  channels?: {
2579
2589
  email?: {
@@ -2610,16 +2620,6 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2610
2620
  webPush?: any;
2611
2621
  } | undefined;
2612
2622
  } | null | undefined;
2613
- status?: {
2614
- errors: {
2615
- message?: string | undefined;
2616
- }[] | null;
2617
- status: string;
2618
- summary: {
2619
- failures: number;
2620
- total: number;
2621
- };
2622
- } | undefined;
2623
2623
  topic?: string | null | undefined;
2624
2624
  }[] | undefined;
2625
2625
  links?: {
@@ -2716,12 +2716,22 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2716
2716
  lastSeenAt?: string | null | undefined;
2717
2717
  updatedAt?: string | null | undefined;
2718
2718
  }[] | null;
2719
- actionUrl?: string | null | undefined;
2720
- category?: string | null | undefined;
2721
- content?: string | null | undefined;
2719
+ status?: {
2720
+ errors: {
2721
+ message?: string | undefined;
2722
+ }[] | null;
2723
+ status: string;
2724
+ summary: {
2725
+ failures: number;
2726
+ total: number;
2727
+ };
2728
+ } | undefined;
2722
2729
  createdAt?: string | undefined;
2723
2730
  customAttributes?: any;
2724
2731
  id?: string | undefined;
2732
+ actionUrl?: string | null | undefined;
2733
+ content?: string | null | undefined;
2734
+ category?: string | null | undefined;
2725
2735
  overrides?: {
2726
2736
  channels?: {
2727
2737
  email?: {
@@ -2758,16 +2768,6 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
2758
2768
  webPush?: any;
2759
2769
  } | undefined;
2760
2770
  } | null | undefined;
2761
- status?: {
2762
- errors: {
2763
- message?: string | undefined;
2764
- }[] | null;
2765
- status: string;
2766
- summary: {
2767
- failures: number;
2768
- total: number;
2769
- };
2770
- } | undefined;
2771
2771
  topic?: string | null | undefined;
2772
2772
  }[] | undefined;
2773
2773
  links?: {