magicbell-js 0.3.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/commonjs/project-client/http/transport/request-builder.js.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
- package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
- package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +39 -39
- package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
- package/dist/commonjs/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/common/user.d.ts +6 -6
- package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
- package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
- package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
- package/dist/commonjs/socket.d.ts +11 -0
- package/dist/commonjs/socket.d.ts.map +1 -0
- package/dist/commonjs/socket.js +196 -0
- package/dist/commonjs/socket.js.map +1 -0
- package/dist/commonjs/user-client/http/transport/request-builder.js.map +1 -1
- package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
- package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
- package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
- package/dist/esm/project-client/http/transport/request-builder.js.map +1 -1
- package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
- package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
- package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
- package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
- package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
- package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/esm/project-client/services/common/user.d.ts +6 -6
- package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
- package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
- package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
- package/dist/esm/socket.d.ts +11 -0
- package/dist/esm/socket.d.ts.map +1 -0
- package/dist/esm/socket.js +192 -0
- package/dist/esm/socket.js.map +1 -0
- package/dist/esm/user-client/http/transport/request-builder.js.map +1 -1
- package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
- package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
- package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
- package/package.json +14 -3
- package/socket/package.json +4 -0
- package/src/project-client/http/transport/request-builder.ts +1 -1
- package/src/socket.ts +228 -0
- package/src/user-client/http/transport/request-builder.ts +1 -1
|
@@ -300,12 +300,22 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
300
300
|
lastSeenAt?: string | null | undefined;
|
|
301
301
|
updatedAt?: string | null | undefined;
|
|
302
302
|
}[] | null;
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
303
|
+
status?: {
|
|
304
|
+
errors: {
|
|
305
|
+
message?: string | undefined;
|
|
306
|
+
}[] | null;
|
|
307
|
+
status: string;
|
|
308
|
+
summary: {
|
|
309
|
+
failures: number;
|
|
310
|
+
total: number;
|
|
311
|
+
};
|
|
312
|
+
} | undefined;
|
|
306
313
|
createdAt?: string | undefined;
|
|
307
314
|
customAttributes?: any;
|
|
308
315
|
id?: string | undefined;
|
|
316
|
+
actionUrl?: string | null | undefined;
|
|
317
|
+
content?: string | null | undefined;
|
|
318
|
+
category?: string | null | undefined;
|
|
309
319
|
overrides?: {
|
|
310
320
|
channels?: {
|
|
311
321
|
email?: {
|
|
@@ -342,16 +352,6 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
342
352
|
webPush?: any;
|
|
343
353
|
} | undefined;
|
|
344
354
|
} | null | undefined;
|
|
345
|
-
status?: {
|
|
346
|
-
errors: {
|
|
347
|
-
message?: string | undefined;
|
|
348
|
-
}[] | null;
|
|
349
|
-
status: string;
|
|
350
|
-
summary: {
|
|
351
|
-
failures: number;
|
|
352
|
-
total: number;
|
|
353
|
-
};
|
|
354
|
-
} | undefined;
|
|
355
355
|
topic?: string | null | undefined;
|
|
356
356
|
}, {
|
|
357
357
|
title: string;
|
|
@@ -367,12 +367,22 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
367
367
|
lastSeenAt?: string | null | undefined;
|
|
368
368
|
updatedAt?: string | null | undefined;
|
|
369
369
|
}[] | null;
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
370
|
+
status?: {
|
|
371
|
+
errors: {
|
|
372
|
+
message?: string | undefined;
|
|
373
|
+
}[] | null;
|
|
374
|
+
status: string;
|
|
375
|
+
summary: {
|
|
376
|
+
failures: number;
|
|
377
|
+
total: number;
|
|
378
|
+
};
|
|
379
|
+
} | undefined;
|
|
373
380
|
createdAt?: string | undefined;
|
|
374
381
|
customAttributes?: any;
|
|
375
382
|
id?: string | undefined;
|
|
383
|
+
actionUrl?: string | null | undefined;
|
|
384
|
+
content?: string | null | undefined;
|
|
385
|
+
category?: string | null | undefined;
|
|
376
386
|
overrides?: {
|
|
377
387
|
channels?: {
|
|
378
388
|
email?: {
|
|
@@ -409,16 +419,6 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
409
419
|
webPush?: any;
|
|
410
420
|
} | undefined;
|
|
411
421
|
} | null | undefined;
|
|
412
|
-
status?: {
|
|
413
|
-
errors: {
|
|
414
|
-
message?: string | undefined;
|
|
415
|
-
}[] | null;
|
|
416
|
-
status: string;
|
|
417
|
-
summary: {
|
|
418
|
-
failures: number;
|
|
419
|
-
total: number;
|
|
420
|
-
};
|
|
421
|
-
} | undefined;
|
|
422
422
|
topic?: string | null | undefined;
|
|
423
423
|
}>>, "many">>;
|
|
424
424
|
links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
@@ -449,12 +449,22 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
449
449
|
lastSeenAt?: string | null | undefined;
|
|
450
450
|
updatedAt?: string | null | undefined;
|
|
451
451
|
}[] | null;
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
452
|
+
status?: {
|
|
453
|
+
errors: {
|
|
454
|
+
message?: string | undefined;
|
|
455
|
+
}[] | null;
|
|
456
|
+
status: string;
|
|
457
|
+
summary: {
|
|
458
|
+
failures: number;
|
|
459
|
+
total: number;
|
|
460
|
+
};
|
|
461
|
+
} | undefined;
|
|
455
462
|
createdAt?: string | undefined;
|
|
456
463
|
customAttributes?: any;
|
|
457
464
|
id?: string | undefined;
|
|
465
|
+
actionUrl?: string | null | undefined;
|
|
466
|
+
content?: string | null | undefined;
|
|
467
|
+
category?: string | null | undefined;
|
|
458
468
|
overrides?: {
|
|
459
469
|
channels?: {
|
|
460
470
|
email?: {
|
|
@@ -491,16 +501,6 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
491
501
|
webPush?: any;
|
|
492
502
|
} | undefined;
|
|
493
503
|
} | null | undefined;
|
|
494
|
-
status?: {
|
|
495
|
-
errors: {
|
|
496
|
-
message?: string | undefined;
|
|
497
|
-
}[] | null;
|
|
498
|
-
status: string;
|
|
499
|
-
summary: {
|
|
500
|
-
failures: number;
|
|
501
|
-
total: number;
|
|
502
|
-
};
|
|
503
|
-
} | undefined;
|
|
504
504
|
topic?: string | null | undefined;
|
|
505
505
|
}[] | undefined;
|
|
506
506
|
links?: {
|
|
@@ -523,12 +523,22 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
523
523
|
lastSeenAt?: string | null | undefined;
|
|
524
524
|
updatedAt?: string | null | undefined;
|
|
525
525
|
}[] | null;
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
526
|
+
status?: {
|
|
527
|
+
errors: {
|
|
528
|
+
message?: string | undefined;
|
|
529
|
+
}[] | null;
|
|
530
|
+
status: string;
|
|
531
|
+
summary: {
|
|
532
|
+
failures: number;
|
|
533
|
+
total: number;
|
|
534
|
+
};
|
|
535
|
+
} | undefined;
|
|
529
536
|
createdAt?: string | undefined;
|
|
530
537
|
customAttributes?: any;
|
|
531
538
|
id?: string | undefined;
|
|
539
|
+
actionUrl?: string | null | undefined;
|
|
540
|
+
content?: string | null | undefined;
|
|
541
|
+
category?: string | null | undefined;
|
|
532
542
|
overrides?: {
|
|
533
543
|
channels?: {
|
|
534
544
|
email?: {
|
|
@@ -565,16 +575,6 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
565
575
|
webPush?: any;
|
|
566
576
|
} | undefined;
|
|
567
577
|
} | null | undefined;
|
|
568
|
-
status?: {
|
|
569
|
-
errors: {
|
|
570
|
-
message?: string | undefined;
|
|
571
|
-
}[] | null;
|
|
572
|
-
status: string;
|
|
573
|
-
summary: {
|
|
574
|
-
failures: number;
|
|
575
|
-
total: number;
|
|
576
|
-
};
|
|
577
|
-
} | undefined;
|
|
578
578
|
topic?: string | null | undefined;
|
|
579
579
|
}[] | undefined;
|
|
580
580
|
links?: {
|
|
@@ -609,84 +609,84 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
609
609
|
content: z.ZodOptional<z.ZodString>;
|
|
610
610
|
title: z.ZodOptional<z.ZodString>;
|
|
611
611
|
}, "strip", z.ZodTypeAny, {
|
|
612
|
-
action_url?: string | null | undefined;
|
|
613
612
|
content?: string | undefined;
|
|
614
613
|
title?: string | undefined;
|
|
615
|
-
}, {
|
|
616
614
|
action_url?: string | null | undefined;
|
|
615
|
+
}, {
|
|
617
616
|
content?: string | undefined;
|
|
618
617
|
title?: string | undefined;
|
|
618
|
+
action_url?: string | null | undefined;
|
|
619
619
|
}>, {
|
|
620
620
|
actionUrl: string | null | undefined;
|
|
621
621
|
content: string | undefined;
|
|
622
622
|
title: string | undefined;
|
|
623
623
|
}, {
|
|
624
|
-
action_url?: string | null | undefined;
|
|
625
624
|
content?: string | undefined;
|
|
626
625
|
title?: string | undefined;
|
|
626
|
+
action_url?: string | null | undefined;
|
|
627
627
|
}>>>;
|
|
628
628
|
in_app: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
629
629
|
action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
630
630
|
content: z.ZodOptional<z.ZodString>;
|
|
631
631
|
title: z.ZodOptional<z.ZodString>;
|
|
632
632
|
}, "strip", z.ZodTypeAny, {
|
|
633
|
-
action_url?: string | null | undefined;
|
|
634
633
|
content?: string | undefined;
|
|
635
634
|
title?: string | undefined;
|
|
636
|
-
}, {
|
|
637
635
|
action_url?: string | null | undefined;
|
|
636
|
+
}, {
|
|
638
637
|
content?: string | undefined;
|
|
639
638
|
title?: string | undefined;
|
|
639
|
+
action_url?: string | null | undefined;
|
|
640
640
|
}>, {
|
|
641
641
|
actionUrl: string | null | undefined;
|
|
642
642
|
content: string | undefined;
|
|
643
643
|
title: string | undefined;
|
|
644
644
|
}, {
|
|
645
|
-
action_url?: string | null | undefined;
|
|
646
645
|
content?: string | undefined;
|
|
647
646
|
title?: string | undefined;
|
|
647
|
+
action_url?: string | null | undefined;
|
|
648
648
|
}>>>;
|
|
649
649
|
mobile_push: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
650
650
|
action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
651
651
|
content: z.ZodOptional<z.ZodString>;
|
|
652
652
|
title: z.ZodOptional<z.ZodString>;
|
|
653
653
|
}, "strip", z.ZodTypeAny, {
|
|
654
|
-
action_url?: string | null | undefined;
|
|
655
654
|
content?: string | undefined;
|
|
656
655
|
title?: string | undefined;
|
|
657
|
-
}, {
|
|
658
656
|
action_url?: string | null | undefined;
|
|
657
|
+
}, {
|
|
659
658
|
content?: string | undefined;
|
|
660
659
|
title?: string | undefined;
|
|
660
|
+
action_url?: string | null | undefined;
|
|
661
661
|
}>, {
|
|
662
662
|
actionUrl: string | null | undefined;
|
|
663
663
|
content: string | undefined;
|
|
664
664
|
title: string | undefined;
|
|
665
665
|
}, {
|
|
666
|
-
action_url?: string | null | undefined;
|
|
667
666
|
content?: string | undefined;
|
|
668
667
|
title?: string | undefined;
|
|
668
|
+
action_url?: string | null | undefined;
|
|
669
669
|
}>>>;
|
|
670
670
|
sms: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
671
671
|
action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
672
672
|
content: z.ZodOptional<z.ZodString>;
|
|
673
673
|
title: z.ZodOptional<z.ZodString>;
|
|
674
674
|
}, "strip", z.ZodTypeAny, {
|
|
675
|
-
action_url?: string | null | undefined;
|
|
676
675
|
content?: string | undefined;
|
|
677
676
|
title?: string | undefined;
|
|
678
|
-
}, {
|
|
679
677
|
action_url?: string | null | undefined;
|
|
678
|
+
}, {
|
|
680
679
|
content?: string | undefined;
|
|
681
680
|
title?: string | undefined;
|
|
681
|
+
action_url?: string | null | undefined;
|
|
682
682
|
}>, {
|
|
683
683
|
actionUrl: string | null | undefined;
|
|
684
684
|
content: string | undefined;
|
|
685
685
|
title: string | undefined;
|
|
686
686
|
}, {
|
|
687
|
-
action_url?: string | null | undefined;
|
|
688
687
|
content?: string | undefined;
|
|
689
688
|
title?: string | undefined;
|
|
689
|
+
action_url?: string | null | undefined;
|
|
690
690
|
}>>>;
|
|
691
691
|
}, "strip", z.ZodTypeAny, {
|
|
692
692
|
email?: {
|
|
@@ -694,41 +694,41 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
694
694
|
content: string | undefined;
|
|
695
695
|
title: string | undefined;
|
|
696
696
|
} | undefined;
|
|
697
|
-
|
|
697
|
+
sms?: {
|
|
698
698
|
actionUrl: string | null | undefined;
|
|
699
699
|
content: string | undefined;
|
|
700
700
|
title: string | undefined;
|
|
701
701
|
} | undefined;
|
|
702
|
-
|
|
702
|
+
in_app?: {
|
|
703
703
|
actionUrl: string | null | undefined;
|
|
704
704
|
content: string | undefined;
|
|
705
705
|
title: string | undefined;
|
|
706
706
|
} | undefined;
|
|
707
|
-
|
|
707
|
+
mobile_push?: {
|
|
708
708
|
actionUrl: string | null | undefined;
|
|
709
709
|
content: string | undefined;
|
|
710
710
|
title: string | undefined;
|
|
711
711
|
} | undefined;
|
|
712
712
|
}, {
|
|
713
713
|
email?: {
|
|
714
|
+
content?: string | undefined;
|
|
715
|
+
title?: string | undefined;
|
|
714
716
|
action_url?: string | null | undefined;
|
|
717
|
+
} | undefined;
|
|
718
|
+
sms?: {
|
|
715
719
|
content?: string | undefined;
|
|
716
720
|
title?: string | undefined;
|
|
721
|
+
action_url?: string | null | undefined;
|
|
717
722
|
} | undefined;
|
|
718
723
|
in_app?: {
|
|
719
|
-
action_url?: string | null | undefined;
|
|
720
724
|
content?: string | undefined;
|
|
721
725
|
title?: string | undefined;
|
|
726
|
+
action_url?: string | null | undefined;
|
|
722
727
|
} | undefined;
|
|
723
728
|
mobile_push?: {
|
|
724
|
-
action_url?: string | null | undefined;
|
|
725
729
|
content?: string | undefined;
|
|
726
730
|
title?: string | undefined;
|
|
727
|
-
} | undefined;
|
|
728
|
-
sms?: {
|
|
729
731
|
action_url?: string | null | undefined;
|
|
730
|
-
content?: string | undefined;
|
|
731
|
-
title?: string | undefined;
|
|
732
732
|
} | undefined;
|
|
733
733
|
}>, {
|
|
734
734
|
email: {
|
|
@@ -753,24 +753,24 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
753
753
|
} | undefined;
|
|
754
754
|
}, {
|
|
755
755
|
email?: {
|
|
756
|
+
content?: string | undefined;
|
|
757
|
+
title?: string | undefined;
|
|
756
758
|
action_url?: string | null | undefined;
|
|
759
|
+
} | undefined;
|
|
760
|
+
sms?: {
|
|
757
761
|
content?: string | undefined;
|
|
758
762
|
title?: string | undefined;
|
|
763
|
+
action_url?: string | null | undefined;
|
|
759
764
|
} | undefined;
|
|
760
765
|
in_app?: {
|
|
761
|
-
action_url?: string | null | undefined;
|
|
762
766
|
content?: string | undefined;
|
|
763
767
|
title?: string | undefined;
|
|
768
|
+
action_url?: string | null | undefined;
|
|
764
769
|
} | undefined;
|
|
765
770
|
mobile_push?: {
|
|
766
|
-
action_url?: string | null | undefined;
|
|
767
771
|
content?: string | undefined;
|
|
768
772
|
title?: string | undefined;
|
|
769
|
-
} | undefined;
|
|
770
|
-
sms?: {
|
|
771
773
|
action_url?: string | null | undefined;
|
|
772
|
-
content?: string | undefined;
|
|
773
|
-
title?: string | undefined;
|
|
774
774
|
} | undefined;
|
|
775
775
|
}>>>;
|
|
776
776
|
providers: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
@@ -867,24 +867,24 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
867
867
|
}, {
|
|
868
868
|
channels?: {
|
|
869
869
|
email?: {
|
|
870
|
+
content?: string | undefined;
|
|
871
|
+
title?: string | undefined;
|
|
870
872
|
action_url?: string | null | undefined;
|
|
873
|
+
} | undefined;
|
|
874
|
+
sms?: {
|
|
871
875
|
content?: string | undefined;
|
|
872
876
|
title?: string | undefined;
|
|
877
|
+
action_url?: string | null | undefined;
|
|
873
878
|
} | undefined;
|
|
874
879
|
in_app?: {
|
|
875
|
-
action_url?: string | null | undefined;
|
|
876
880
|
content?: string | undefined;
|
|
877
881
|
title?: string | undefined;
|
|
882
|
+
action_url?: string | null | undefined;
|
|
878
883
|
} | undefined;
|
|
879
884
|
mobile_push?: {
|
|
880
|
-
action_url?: string | null | undefined;
|
|
881
885
|
content?: string | undefined;
|
|
882
886
|
title?: string | undefined;
|
|
883
|
-
} | undefined;
|
|
884
|
-
sms?: {
|
|
885
887
|
action_url?: string | null | undefined;
|
|
886
|
-
content?: string | undefined;
|
|
887
|
-
title?: string | undefined;
|
|
888
888
|
} | undefined;
|
|
889
889
|
} | undefined;
|
|
890
890
|
providers?: {
|
|
@@ -937,24 +937,24 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
937
937
|
}, {
|
|
938
938
|
channels?: {
|
|
939
939
|
email?: {
|
|
940
|
+
content?: string | undefined;
|
|
941
|
+
title?: string | undefined;
|
|
940
942
|
action_url?: string | null | undefined;
|
|
943
|
+
} | undefined;
|
|
944
|
+
sms?: {
|
|
941
945
|
content?: string | undefined;
|
|
942
946
|
title?: string | undefined;
|
|
947
|
+
action_url?: string | null | undefined;
|
|
943
948
|
} | undefined;
|
|
944
949
|
in_app?: {
|
|
945
|
-
action_url?: string | null | undefined;
|
|
946
950
|
content?: string | undefined;
|
|
947
951
|
title?: string | undefined;
|
|
952
|
+
action_url?: string | null | undefined;
|
|
948
953
|
} | undefined;
|
|
949
954
|
mobile_push?: {
|
|
950
|
-
action_url?: string | null | undefined;
|
|
951
955
|
content?: string | undefined;
|
|
952
956
|
title?: string | undefined;
|
|
953
|
-
} | undefined;
|
|
954
|
-
sms?: {
|
|
955
957
|
action_url?: string | null | undefined;
|
|
956
|
-
content?: string | undefined;
|
|
957
|
-
title?: string | undefined;
|
|
958
958
|
} | undefined;
|
|
959
959
|
} | undefined;
|
|
960
960
|
providers?: {
|
|
@@ -982,23 +982,23 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
982
982
|
last_seen_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
983
983
|
updated_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
984
984
|
}, "strip", z.ZodTypeAny, {
|
|
985
|
+
email?: string | null | undefined;
|
|
986
|
+
id?: string | undefined;
|
|
985
987
|
created_at?: string | null | undefined;
|
|
986
988
|
custom_attributes?: any;
|
|
987
|
-
email?: string | null | undefined;
|
|
988
989
|
external_id?: string | null | undefined;
|
|
989
990
|
first_name?: string | null | undefined;
|
|
990
|
-
id?: string | undefined;
|
|
991
991
|
last_name?: string | null | undefined;
|
|
992
992
|
last_notified_at?: string | null | undefined;
|
|
993
993
|
last_seen_at?: string | null | undefined;
|
|
994
994
|
updated_at?: string | null | undefined;
|
|
995
995
|
}, {
|
|
996
|
+
email?: string | null | undefined;
|
|
997
|
+
id?: string | undefined;
|
|
996
998
|
created_at?: string | null | undefined;
|
|
997
999
|
custom_attributes?: any;
|
|
998
|
-
email?: string | null | undefined;
|
|
999
1000
|
external_id?: string | null | undefined;
|
|
1000
1001
|
first_name?: string | null | undefined;
|
|
1001
|
-
id?: string | undefined;
|
|
1002
1002
|
last_name?: string | null | undefined;
|
|
1003
1003
|
last_notified_at?: string | null | undefined;
|
|
1004
1004
|
last_seen_at?: string | null | undefined;
|
|
@@ -1015,12 +1015,12 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1015
1015
|
lastSeenAt: string | null | undefined;
|
|
1016
1016
|
updatedAt: string | null | undefined;
|
|
1017
1017
|
}, {
|
|
1018
|
+
email?: string | null | undefined;
|
|
1019
|
+
id?: string | undefined;
|
|
1018
1020
|
created_at?: string | null | undefined;
|
|
1019
1021
|
custom_attributes?: any;
|
|
1020
|
-
email?: string | null | undefined;
|
|
1021
1022
|
external_id?: string | null | undefined;
|
|
1022
1023
|
first_name?: string | null | undefined;
|
|
1023
|
-
id?: string | undefined;
|
|
1024
1024
|
last_name?: string | null | undefined;
|
|
1025
1025
|
last_notified_at?: string | null | undefined;
|
|
1026
1026
|
last_seen_at?: string | null | undefined;
|
|
@@ -1108,12 +1108,22 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1108
1108
|
lastSeenAt: string | null | undefined;
|
|
1109
1109
|
updatedAt: string | null | undefined;
|
|
1110
1110
|
}[] | null;
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1111
|
+
status?: {
|
|
1112
|
+
errors: {
|
|
1113
|
+
message: string | undefined;
|
|
1114
|
+
}[] | null;
|
|
1115
|
+
status: string;
|
|
1116
|
+
summary: {
|
|
1117
|
+
failures: number;
|
|
1118
|
+
total: number;
|
|
1119
|
+
};
|
|
1120
|
+
} | undefined;
|
|
1121
|
+
id?: string | undefined;
|
|
1114
1122
|
created_at?: string | undefined;
|
|
1115
1123
|
custom_attributes?: any;
|
|
1116
|
-
|
|
1124
|
+
content?: string | null | undefined;
|
|
1125
|
+
action_url?: string | null | undefined;
|
|
1126
|
+
category?: string | null | undefined;
|
|
1117
1127
|
overrides?: {
|
|
1118
1128
|
channels: {
|
|
1119
1129
|
email: {
|
|
@@ -1150,58 +1160,58 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1150
1160
|
webPush: any;
|
|
1151
1161
|
} | undefined;
|
|
1152
1162
|
} | null | undefined;
|
|
1153
|
-
status?: {
|
|
1154
|
-
errors: {
|
|
1155
|
-
message: string | undefined;
|
|
1156
|
-
}[] | null;
|
|
1157
|
-
status: string;
|
|
1158
|
-
summary: {
|
|
1159
|
-
failures: number;
|
|
1160
|
-
total: number;
|
|
1161
|
-
};
|
|
1162
|
-
} | undefined;
|
|
1163
1163
|
topic?: string | null | undefined;
|
|
1164
1164
|
}, {
|
|
1165
1165
|
title: string;
|
|
1166
1166
|
recipients: {
|
|
1167
|
+
email?: string | null | undefined;
|
|
1168
|
+
id?: string | undefined;
|
|
1167
1169
|
created_at?: string | null | undefined;
|
|
1168
1170
|
custom_attributes?: any;
|
|
1169
|
-
email?: string | null | undefined;
|
|
1170
1171
|
external_id?: string | null | undefined;
|
|
1171
1172
|
first_name?: string | null | undefined;
|
|
1172
|
-
id?: string | undefined;
|
|
1173
1173
|
last_name?: string | null | undefined;
|
|
1174
1174
|
last_notified_at?: string | null | undefined;
|
|
1175
1175
|
last_seen_at?: string | null | undefined;
|
|
1176
1176
|
updated_at?: string | null | undefined;
|
|
1177
1177
|
}[] | null;
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1178
|
+
status?: {
|
|
1179
|
+
errors: {
|
|
1180
|
+
message?: string | undefined;
|
|
1181
|
+
}[] | null;
|
|
1182
|
+
status: string;
|
|
1183
|
+
summary: {
|
|
1184
|
+
failures: number;
|
|
1185
|
+
total: number;
|
|
1186
|
+
};
|
|
1187
|
+
} | undefined;
|
|
1188
|
+
id?: string | undefined;
|
|
1181
1189
|
created_at?: string | undefined;
|
|
1182
1190
|
custom_attributes?: any;
|
|
1183
|
-
|
|
1191
|
+
content?: string | null | undefined;
|
|
1192
|
+
action_url?: string | null | undefined;
|
|
1193
|
+
category?: string | null | undefined;
|
|
1184
1194
|
overrides?: {
|
|
1185
1195
|
channels?: {
|
|
1186
1196
|
email?: {
|
|
1197
|
+
content?: string | undefined;
|
|
1198
|
+
title?: string | undefined;
|
|
1187
1199
|
action_url?: string | null | undefined;
|
|
1200
|
+
} | undefined;
|
|
1201
|
+
sms?: {
|
|
1188
1202
|
content?: string | undefined;
|
|
1189
1203
|
title?: string | undefined;
|
|
1204
|
+
action_url?: string | null | undefined;
|
|
1190
1205
|
} | undefined;
|
|
1191
1206
|
in_app?: {
|
|
1192
|
-
action_url?: string | null | undefined;
|
|
1193
1207
|
content?: string | undefined;
|
|
1194
1208
|
title?: string | undefined;
|
|
1209
|
+
action_url?: string | null | undefined;
|
|
1195
1210
|
} | undefined;
|
|
1196
1211
|
mobile_push?: {
|
|
1197
|
-
action_url?: string | null | undefined;
|
|
1198
1212
|
content?: string | undefined;
|
|
1199
1213
|
title?: string | undefined;
|
|
1200
|
-
} | undefined;
|
|
1201
|
-
sms?: {
|
|
1202
1214
|
action_url?: string | null | undefined;
|
|
1203
|
-
content?: string | undefined;
|
|
1204
|
-
title?: string | undefined;
|
|
1205
1215
|
} | undefined;
|
|
1206
1216
|
} | undefined;
|
|
1207
1217
|
providers?: {
|
|
@@ -1217,16 +1227,6 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1217
1227
|
web_push?: any;
|
|
1218
1228
|
} | undefined;
|
|
1219
1229
|
} | null | undefined;
|
|
1220
|
-
status?: {
|
|
1221
|
-
errors: {
|
|
1222
|
-
message?: string | undefined;
|
|
1223
|
-
}[] | null;
|
|
1224
|
-
status: string;
|
|
1225
|
-
summary: {
|
|
1226
|
-
failures: number;
|
|
1227
|
-
total: number;
|
|
1228
|
-
};
|
|
1229
|
-
} | undefined;
|
|
1230
1230
|
topic?: string | null | undefined;
|
|
1231
1231
|
}>, {
|
|
1232
1232
|
actionUrl: string | null | undefined;
|
|
@@ -1298,44 +1298,54 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1298
1298
|
}, {
|
|
1299
1299
|
title: string;
|
|
1300
1300
|
recipients: {
|
|
1301
|
+
email?: string | null | undefined;
|
|
1302
|
+
id?: string | undefined;
|
|
1301
1303
|
created_at?: string | null | undefined;
|
|
1302
1304
|
custom_attributes?: any;
|
|
1303
|
-
email?: string | null | undefined;
|
|
1304
1305
|
external_id?: string | null | undefined;
|
|
1305
1306
|
first_name?: string | null | undefined;
|
|
1306
|
-
id?: string | undefined;
|
|
1307
1307
|
last_name?: string | null | undefined;
|
|
1308
1308
|
last_notified_at?: string | null | undefined;
|
|
1309
1309
|
last_seen_at?: string | null | undefined;
|
|
1310
1310
|
updated_at?: string | null | undefined;
|
|
1311
|
-
}[] | null;
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1311
|
+
}[] | null;
|
|
1312
|
+
status?: {
|
|
1313
|
+
errors: {
|
|
1314
|
+
message?: string | undefined;
|
|
1315
|
+
}[] | null;
|
|
1316
|
+
status: string;
|
|
1317
|
+
summary: {
|
|
1318
|
+
failures: number;
|
|
1319
|
+
total: number;
|
|
1320
|
+
};
|
|
1321
|
+
} | undefined;
|
|
1322
|
+
id?: string | undefined;
|
|
1315
1323
|
created_at?: string | undefined;
|
|
1316
1324
|
custom_attributes?: any;
|
|
1317
|
-
|
|
1325
|
+
content?: string | null | undefined;
|
|
1326
|
+
action_url?: string | null | undefined;
|
|
1327
|
+
category?: string | null | undefined;
|
|
1318
1328
|
overrides?: {
|
|
1319
1329
|
channels?: {
|
|
1320
1330
|
email?: {
|
|
1331
|
+
content?: string | undefined;
|
|
1332
|
+
title?: string | undefined;
|
|
1321
1333
|
action_url?: string | null | undefined;
|
|
1334
|
+
} | undefined;
|
|
1335
|
+
sms?: {
|
|
1322
1336
|
content?: string | undefined;
|
|
1323
1337
|
title?: string | undefined;
|
|
1338
|
+
action_url?: string | null | undefined;
|
|
1324
1339
|
} | undefined;
|
|
1325
1340
|
in_app?: {
|
|
1326
|
-
action_url?: string | null | undefined;
|
|
1327
1341
|
content?: string | undefined;
|
|
1328
1342
|
title?: string | undefined;
|
|
1343
|
+
action_url?: string | null | undefined;
|
|
1329
1344
|
} | undefined;
|
|
1330
1345
|
mobile_push?: {
|
|
1331
|
-
action_url?: string | null | undefined;
|
|
1332
1346
|
content?: string | undefined;
|
|
1333
1347
|
title?: string | undefined;
|
|
1334
|
-
} | undefined;
|
|
1335
|
-
sms?: {
|
|
1336
1348
|
action_url?: string | null | undefined;
|
|
1337
|
-
content?: string | undefined;
|
|
1338
|
-
title?: string | undefined;
|
|
1339
1349
|
} | undefined;
|
|
1340
1350
|
} | undefined;
|
|
1341
1351
|
providers?: {
|
|
@@ -1351,16 +1361,6 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1351
1361
|
web_push?: any;
|
|
1352
1362
|
} | undefined;
|
|
1353
1363
|
} | null | undefined;
|
|
1354
|
-
status?: {
|
|
1355
|
-
errors: {
|
|
1356
|
-
message?: string | undefined;
|
|
1357
|
-
}[] | null;
|
|
1358
|
-
status: string;
|
|
1359
|
-
summary: {
|
|
1360
|
-
failures: number;
|
|
1361
|
-
total: number;
|
|
1362
|
-
};
|
|
1363
|
-
} | undefined;
|
|
1364
1364
|
topic?: string | null | undefined;
|
|
1365
1365
|
}>>, "many">>;
|
|
1366
1366
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
@@ -1462,44 +1462,54 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1462
1462
|
data?: {
|
|
1463
1463
|
title: string;
|
|
1464
1464
|
recipients: {
|
|
1465
|
+
email?: string | null | undefined;
|
|
1466
|
+
id?: string | undefined;
|
|
1465
1467
|
created_at?: string | null | undefined;
|
|
1466
1468
|
custom_attributes?: any;
|
|
1467
|
-
email?: string | null | undefined;
|
|
1468
1469
|
external_id?: string | null | undefined;
|
|
1469
1470
|
first_name?: string | null | undefined;
|
|
1470
|
-
id?: string | undefined;
|
|
1471
1471
|
last_name?: string | null | undefined;
|
|
1472
1472
|
last_notified_at?: string | null | undefined;
|
|
1473
1473
|
last_seen_at?: string | null | undefined;
|
|
1474
1474
|
updated_at?: string | null | undefined;
|
|
1475
1475
|
}[] | null;
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1476
|
+
status?: {
|
|
1477
|
+
errors: {
|
|
1478
|
+
message?: string | undefined;
|
|
1479
|
+
}[] | null;
|
|
1480
|
+
status: string;
|
|
1481
|
+
summary: {
|
|
1482
|
+
failures: number;
|
|
1483
|
+
total: number;
|
|
1484
|
+
};
|
|
1485
|
+
} | undefined;
|
|
1486
|
+
id?: string | undefined;
|
|
1479
1487
|
created_at?: string | undefined;
|
|
1480
1488
|
custom_attributes?: any;
|
|
1481
|
-
|
|
1489
|
+
content?: string | null | undefined;
|
|
1490
|
+
action_url?: string | null | undefined;
|
|
1491
|
+
category?: string | null | undefined;
|
|
1482
1492
|
overrides?: {
|
|
1483
1493
|
channels?: {
|
|
1484
1494
|
email?: {
|
|
1495
|
+
content?: string | undefined;
|
|
1496
|
+
title?: string | undefined;
|
|
1485
1497
|
action_url?: string | null | undefined;
|
|
1498
|
+
} | undefined;
|
|
1499
|
+
sms?: {
|
|
1486
1500
|
content?: string | undefined;
|
|
1487
1501
|
title?: string | undefined;
|
|
1502
|
+
action_url?: string | null | undefined;
|
|
1488
1503
|
} | undefined;
|
|
1489
1504
|
in_app?: {
|
|
1490
|
-
action_url?: string | null | undefined;
|
|
1491
1505
|
content?: string | undefined;
|
|
1492
1506
|
title?: string | undefined;
|
|
1507
|
+
action_url?: string | null | undefined;
|
|
1493
1508
|
} | undefined;
|
|
1494
1509
|
mobile_push?: {
|
|
1495
|
-
action_url?: string | null | undefined;
|
|
1496
1510
|
content?: string | undefined;
|
|
1497
1511
|
title?: string | undefined;
|
|
1498
|
-
} | undefined;
|
|
1499
|
-
sms?: {
|
|
1500
1512
|
action_url?: string | null | undefined;
|
|
1501
|
-
content?: string | undefined;
|
|
1502
|
-
title?: string | undefined;
|
|
1503
1513
|
} | undefined;
|
|
1504
1514
|
} | undefined;
|
|
1505
1515
|
providers?: {
|
|
@@ -1515,16 +1525,6 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1515
1525
|
web_push?: any;
|
|
1516
1526
|
} | undefined;
|
|
1517
1527
|
} | null | undefined;
|
|
1518
|
-
status?: {
|
|
1519
|
-
errors: {
|
|
1520
|
-
message?: string | undefined;
|
|
1521
|
-
}[] | null;
|
|
1522
|
-
status: string;
|
|
1523
|
-
summary: {
|
|
1524
|
-
failures: number;
|
|
1525
|
-
total: number;
|
|
1526
|
-
};
|
|
1527
|
-
} | undefined;
|
|
1528
1528
|
topic?: string | null | undefined;
|
|
1529
1529
|
}[] | undefined;
|
|
1530
1530
|
links?: {
|
|
@@ -1610,44 +1610,54 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1610
1610
|
data?: {
|
|
1611
1611
|
title: string;
|
|
1612
1612
|
recipients: {
|
|
1613
|
+
email?: string | null | undefined;
|
|
1614
|
+
id?: string | undefined;
|
|
1613
1615
|
created_at?: string | null | undefined;
|
|
1614
1616
|
custom_attributes?: any;
|
|
1615
|
-
email?: string | null | undefined;
|
|
1616
1617
|
external_id?: string | null | undefined;
|
|
1617
1618
|
first_name?: string | null | undefined;
|
|
1618
|
-
id?: string | undefined;
|
|
1619
1619
|
last_name?: string | null | undefined;
|
|
1620
1620
|
last_notified_at?: string | null | undefined;
|
|
1621
1621
|
last_seen_at?: string | null | undefined;
|
|
1622
1622
|
updated_at?: string | null | undefined;
|
|
1623
1623
|
}[] | null;
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1624
|
+
status?: {
|
|
1625
|
+
errors: {
|
|
1626
|
+
message?: string | undefined;
|
|
1627
|
+
}[] | null;
|
|
1628
|
+
status: string;
|
|
1629
|
+
summary: {
|
|
1630
|
+
failures: number;
|
|
1631
|
+
total: number;
|
|
1632
|
+
};
|
|
1633
|
+
} | undefined;
|
|
1634
|
+
id?: string | undefined;
|
|
1627
1635
|
created_at?: string | undefined;
|
|
1628
1636
|
custom_attributes?: any;
|
|
1629
|
-
|
|
1637
|
+
content?: string | null | undefined;
|
|
1638
|
+
action_url?: string | null | undefined;
|
|
1639
|
+
category?: string | null | undefined;
|
|
1630
1640
|
overrides?: {
|
|
1631
1641
|
channels?: {
|
|
1632
1642
|
email?: {
|
|
1643
|
+
content?: string | undefined;
|
|
1644
|
+
title?: string | undefined;
|
|
1633
1645
|
action_url?: string | null | undefined;
|
|
1646
|
+
} | undefined;
|
|
1647
|
+
sms?: {
|
|
1634
1648
|
content?: string | undefined;
|
|
1635
1649
|
title?: string | undefined;
|
|
1650
|
+
action_url?: string | null | undefined;
|
|
1636
1651
|
} | undefined;
|
|
1637
1652
|
in_app?: {
|
|
1638
|
-
action_url?: string | null | undefined;
|
|
1639
1653
|
content?: string | undefined;
|
|
1640
1654
|
title?: string | undefined;
|
|
1655
|
+
action_url?: string | null | undefined;
|
|
1641
1656
|
} | undefined;
|
|
1642
1657
|
mobile_push?: {
|
|
1643
|
-
action_url?: string | null | undefined;
|
|
1644
1658
|
content?: string | undefined;
|
|
1645
1659
|
title?: string | undefined;
|
|
1646
|
-
} | undefined;
|
|
1647
|
-
sms?: {
|
|
1648
1660
|
action_url?: string | null | undefined;
|
|
1649
|
-
content?: string | undefined;
|
|
1650
|
-
title?: string | undefined;
|
|
1651
1661
|
} | undefined;
|
|
1652
1662
|
} | undefined;
|
|
1653
1663
|
providers?: {
|
|
@@ -1663,16 +1673,6 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1663
1673
|
web_push?: any;
|
|
1664
1674
|
} | undefined;
|
|
1665
1675
|
} | null | undefined;
|
|
1666
|
-
status?: {
|
|
1667
|
-
errors: {
|
|
1668
|
-
message?: string | undefined;
|
|
1669
|
-
}[] | null;
|
|
1670
|
-
status: string;
|
|
1671
|
-
summary: {
|
|
1672
|
-
failures: number;
|
|
1673
|
-
total: number;
|
|
1674
|
-
};
|
|
1675
|
-
} | undefined;
|
|
1676
1676
|
topic?: string | null | undefined;
|
|
1677
1677
|
}[] | undefined;
|
|
1678
1678
|
links?: {
|
|
@@ -2199,12 +2199,22 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2199
2199
|
last_seen_at: string | null | undefined;
|
|
2200
2200
|
updated_at: string | null | undefined;
|
|
2201
2201
|
}[] | null;
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2202
|
+
status?: {
|
|
2203
|
+
errors: {
|
|
2204
|
+
message: string | undefined;
|
|
2205
|
+
}[] | null;
|
|
2206
|
+
status: string;
|
|
2207
|
+
summary: {
|
|
2208
|
+
failures: number;
|
|
2209
|
+
total: number;
|
|
2210
|
+
};
|
|
2211
|
+
} | undefined;
|
|
2205
2212
|
createdAt?: string | undefined;
|
|
2206
2213
|
customAttributes?: any;
|
|
2207
2214
|
id?: string | undefined;
|
|
2215
|
+
actionUrl?: string | null | undefined;
|
|
2216
|
+
content?: string | null | undefined;
|
|
2217
|
+
category?: string | null | undefined;
|
|
2208
2218
|
overrides?: {
|
|
2209
2219
|
channels: {
|
|
2210
2220
|
email: {
|
|
@@ -2241,16 +2251,6 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2241
2251
|
web_push: any;
|
|
2242
2252
|
} | undefined;
|
|
2243
2253
|
} | null | undefined;
|
|
2244
|
-
status?: {
|
|
2245
|
-
errors: {
|
|
2246
|
-
message: string | undefined;
|
|
2247
|
-
}[] | null;
|
|
2248
|
-
status: string;
|
|
2249
|
-
summary: {
|
|
2250
|
-
failures: number;
|
|
2251
|
-
total: number;
|
|
2252
|
-
};
|
|
2253
|
-
} | undefined;
|
|
2254
2254
|
topic?: string | null | undefined;
|
|
2255
2255
|
}, {
|
|
2256
2256
|
title: string;
|
|
@@ -2266,12 +2266,22 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2266
2266
|
lastSeenAt?: string | null | undefined;
|
|
2267
2267
|
updatedAt?: string | null | undefined;
|
|
2268
2268
|
}[] | null;
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2269
|
+
status?: {
|
|
2270
|
+
errors: {
|
|
2271
|
+
message?: string | undefined;
|
|
2272
|
+
}[] | null;
|
|
2273
|
+
status: string;
|
|
2274
|
+
summary: {
|
|
2275
|
+
failures: number;
|
|
2276
|
+
total: number;
|
|
2277
|
+
};
|
|
2278
|
+
} | undefined;
|
|
2272
2279
|
createdAt?: string | undefined;
|
|
2273
2280
|
customAttributes?: any;
|
|
2274
2281
|
id?: string | undefined;
|
|
2282
|
+
actionUrl?: string | null | undefined;
|
|
2283
|
+
content?: string | null | undefined;
|
|
2284
|
+
category?: string | null | undefined;
|
|
2275
2285
|
overrides?: {
|
|
2276
2286
|
channels?: {
|
|
2277
2287
|
email?: {
|
|
@@ -2308,16 +2318,6 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2308
2318
|
webPush?: any;
|
|
2309
2319
|
} | undefined;
|
|
2310
2320
|
} | null | undefined;
|
|
2311
|
-
status?: {
|
|
2312
|
-
errors: {
|
|
2313
|
-
message?: string | undefined;
|
|
2314
|
-
}[] | null;
|
|
2315
|
-
status: string;
|
|
2316
|
-
summary: {
|
|
2317
|
-
failures: number;
|
|
2318
|
-
total: number;
|
|
2319
|
-
};
|
|
2320
|
-
} | undefined;
|
|
2321
2321
|
topic?: string | null | undefined;
|
|
2322
2322
|
}>, {
|
|
2323
2323
|
action_url: string | null | undefined;
|
|
@@ -2400,12 +2400,22 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2400
2400
|
lastSeenAt?: string | null | undefined;
|
|
2401
2401
|
updatedAt?: string | null | undefined;
|
|
2402
2402
|
}[] | null;
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2403
|
+
status?: {
|
|
2404
|
+
errors: {
|
|
2405
|
+
message?: string | undefined;
|
|
2406
|
+
}[] | null;
|
|
2407
|
+
status: string;
|
|
2408
|
+
summary: {
|
|
2409
|
+
failures: number;
|
|
2410
|
+
total: number;
|
|
2411
|
+
};
|
|
2412
|
+
} | undefined;
|
|
2406
2413
|
createdAt?: string | undefined;
|
|
2407
2414
|
customAttributes?: any;
|
|
2408
2415
|
id?: string | undefined;
|
|
2416
|
+
actionUrl?: string | null | undefined;
|
|
2417
|
+
content?: string | null | undefined;
|
|
2418
|
+
category?: string | null | undefined;
|
|
2409
2419
|
overrides?: {
|
|
2410
2420
|
channels?: {
|
|
2411
2421
|
email?: {
|
|
@@ -2442,16 +2452,6 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2442
2452
|
webPush?: any;
|
|
2443
2453
|
} | undefined;
|
|
2444
2454
|
} | null | undefined;
|
|
2445
|
-
status?: {
|
|
2446
|
-
errors: {
|
|
2447
|
-
message?: string | undefined;
|
|
2448
|
-
}[] | null;
|
|
2449
|
-
status: string;
|
|
2450
|
-
summary: {
|
|
2451
|
-
failures: number;
|
|
2452
|
-
total: number;
|
|
2453
|
-
};
|
|
2454
|
-
} | undefined;
|
|
2455
2455
|
topic?: string | null | undefined;
|
|
2456
2456
|
}>>, "many">>;
|
|
2457
2457
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
@@ -2564,12 +2564,22 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2564
2564
|
lastSeenAt?: string | null | undefined;
|
|
2565
2565
|
updatedAt?: string | null | undefined;
|
|
2566
2566
|
}[] | null;
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2567
|
+
status?: {
|
|
2568
|
+
errors: {
|
|
2569
|
+
message?: string | undefined;
|
|
2570
|
+
}[] | null;
|
|
2571
|
+
status: string;
|
|
2572
|
+
summary: {
|
|
2573
|
+
failures: number;
|
|
2574
|
+
total: number;
|
|
2575
|
+
};
|
|
2576
|
+
} | undefined;
|
|
2570
2577
|
createdAt?: string | undefined;
|
|
2571
2578
|
customAttributes?: any;
|
|
2572
2579
|
id?: string | undefined;
|
|
2580
|
+
actionUrl?: string | null | undefined;
|
|
2581
|
+
content?: string | null | undefined;
|
|
2582
|
+
category?: string | null | undefined;
|
|
2573
2583
|
overrides?: {
|
|
2574
2584
|
channels?: {
|
|
2575
2585
|
email?: {
|
|
@@ -2606,16 +2616,6 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2606
2616
|
webPush?: any;
|
|
2607
2617
|
} | undefined;
|
|
2608
2618
|
} | null | undefined;
|
|
2609
|
-
status?: {
|
|
2610
|
-
errors: {
|
|
2611
|
-
message?: string | undefined;
|
|
2612
|
-
}[] | null;
|
|
2613
|
-
status: string;
|
|
2614
|
-
summary: {
|
|
2615
|
-
failures: number;
|
|
2616
|
-
total: number;
|
|
2617
|
-
};
|
|
2618
|
-
} | undefined;
|
|
2619
2619
|
topic?: string | null | undefined;
|
|
2620
2620
|
}[] | undefined;
|
|
2621
2621
|
links?: {
|
|
@@ -2712,12 +2712,22 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2712
2712
|
lastSeenAt?: string | null | undefined;
|
|
2713
2713
|
updatedAt?: string | null | undefined;
|
|
2714
2714
|
}[] | null;
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2715
|
+
status?: {
|
|
2716
|
+
errors: {
|
|
2717
|
+
message?: string | undefined;
|
|
2718
|
+
}[] | null;
|
|
2719
|
+
status: string;
|
|
2720
|
+
summary: {
|
|
2721
|
+
failures: number;
|
|
2722
|
+
total: number;
|
|
2723
|
+
};
|
|
2724
|
+
} | undefined;
|
|
2718
2725
|
createdAt?: string | undefined;
|
|
2719
2726
|
customAttributes?: any;
|
|
2720
2727
|
id?: string | undefined;
|
|
2728
|
+
actionUrl?: string | null | undefined;
|
|
2729
|
+
content?: string | null | undefined;
|
|
2730
|
+
category?: string | null | undefined;
|
|
2721
2731
|
overrides?: {
|
|
2722
2732
|
channels?: {
|
|
2723
2733
|
email?: {
|
|
@@ -2754,16 +2764,6 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2754
2764
|
webPush?: any;
|
|
2755
2765
|
} | undefined;
|
|
2756
2766
|
} | null | undefined;
|
|
2757
|
-
status?: {
|
|
2758
|
-
errors: {
|
|
2759
|
-
message?: string | undefined;
|
|
2760
|
-
}[] | null;
|
|
2761
|
-
status: string;
|
|
2762
|
-
summary: {
|
|
2763
|
-
failures: number;
|
|
2764
|
-
total: number;
|
|
2765
|
-
};
|
|
2766
|
-
} | undefined;
|
|
2767
2767
|
topic?: string | null | undefined;
|
|
2768
2768
|
}[] | undefined;
|
|
2769
2769
|
links?: {
|