magicbell-js 1.7.0 → 1.7.1

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 (119) 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/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  61. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  62. package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
  63. package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  64. package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  65. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  66. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  67. package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
  68. package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  69. package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
  70. package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
  71. package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  72. package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
  73. package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  74. package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
  75. package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  76. package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  77. package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  78. package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
  79. package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  80. package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
  81. package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  82. package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
  83. package/dist/esm/project-client/services/common/user.d.ts +6 -6
  84. package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  85. package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  86. package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  87. package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
  88. package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
  89. package/dist/esm/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
  90. package/dist/esm/project-client/services/workflows/models/get-run-response.d.ts +41 -41
  91. package/dist/esm/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
  92. package/dist/esm/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
  93. package/dist/esm/project-client/services/workflows/models/workflow-run.d.ts +35 -35
  94. package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  95. package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
  96. package/dist/esm/user-client/services/channels/models/categories.d.ts +30 -30
  97. package/dist/esm/user-client/services/channels/models/channels.d.ts +8 -8
  98. package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
  99. package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  100. package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
  101. package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  102. package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
  103. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  104. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  105. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  106. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  107. package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  108. package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
  109. package/dist/esm/user-client/services/channels/models/user-preferences.d.ts +48 -48
  110. package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  111. package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
  112. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  113. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  114. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  115. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  116. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  117. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  118. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  119. package/package.json +2 -2
@@ -290,6 +290,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
290
290
  backgroundColor: string;
291
291
  }>>>;
292
292
  }, "strip", z.ZodTypeAny, {
293
+ header?: {
294
+ backgroundColor: string;
295
+ fontSize: string;
296
+ textColor: string;
297
+ borderRadius: string;
298
+ fontFamily: string;
299
+ } | undefined;
293
300
  banner?: {
294
301
  backgroundColor: string;
295
302
  fontSize: string;
@@ -307,13 +314,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
307
314
  textColor: string;
308
315
  borderRadius: string;
309
316
  } | undefined;
310
- header?: {
311
- backgroundColor: string;
312
- fontSize: string;
313
- textColor: string;
314
- borderRadius: string;
315
- fontFamily: string;
316
- } | undefined;
317
317
  icon?: {
318
318
  borderColor: string;
319
319
  width: string;
@@ -358,6 +358,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
358
358
  backgroundColor: string;
359
359
  } | undefined;
360
360
  }, {
361
+ header?: {
362
+ backgroundColor: string;
363
+ fontSize: string;
364
+ textColor: string;
365
+ borderRadius: string;
366
+ fontFamily: string;
367
+ } | undefined;
361
368
  banner?: {
362
369
  backgroundColor: string;
363
370
  fontSize: string;
@@ -375,13 +382,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
375
382
  textColor: string;
376
383
  borderRadius: string;
377
384
  } | undefined;
378
- header?: {
379
- backgroundColor: string;
380
- fontSize: string;
381
- textColor: string;
382
- borderRadius: string;
383
- fontFamily: string;
384
- } | undefined;
385
385
  icon?: {
386
386
  borderColor: string;
387
387
  width: string;
@@ -432,6 +432,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
432
432
  } | null;
433
433
  locale: string | null;
434
434
  theme: {
435
+ header?: {
436
+ backgroundColor: string;
437
+ fontSize: string;
438
+ textColor: string;
439
+ borderRadius: string;
440
+ fontFamily: string;
441
+ } | undefined;
435
442
  banner?: {
436
443
  backgroundColor: string;
437
444
  fontSize: string;
@@ -449,13 +456,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
449
456
  textColor: string;
450
457
  borderRadius: string;
451
458
  } | undefined;
452
- header?: {
453
- backgroundColor: string;
454
- fontSize: string;
455
- textColor: string;
456
- borderRadius: string;
457
- fontFamily: string;
458
- } | undefined;
459
459
  icon?: {
460
460
  borderColor: string;
461
461
  width: string;
@@ -506,6 +506,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
506
506
  } | null;
507
507
  locale: string | null;
508
508
  theme: {
509
+ header?: {
510
+ backgroundColor: string;
511
+ fontSize: string;
512
+ textColor: string;
513
+ borderRadius: string;
514
+ fontFamily: string;
515
+ } | undefined;
509
516
  banner?: {
510
517
  backgroundColor: string;
511
518
  fontSize: string;
@@ -523,13 +530,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
523
530
  textColor: string;
524
531
  borderRadius: string;
525
532
  } | undefined;
526
- header?: {
527
- backgroundColor: string;
528
- fontSize: string;
529
- textColor: string;
530
- borderRadius: string;
531
- fontFamily: string;
532
- } | undefined;
533
533
  icon?: {
534
534
  borderColor: string;
535
535
  width: string;
@@ -584,6 +584,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
584
584
  } | null;
585
585
  locale: string | null;
586
586
  theme: {
587
+ header?: {
588
+ backgroundColor: string;
589
+ fontSize: string;
590
+ textColor: string;
591
+ borderRadius: string;
592
+ fontFamily: string;
593
+ } | undefined;
587
594
  banner?: {
588
595
  backgroundColor: string;
589
596
  fontSize: string;
@@ -601,13 +608,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
601
608
  textColor: string;
602
609
  borderRadius: string;
603
610
  } | undefined;
604
- header?: {
605
- backgroundColor: string;
606
- fontSize: string;
607
- textColor: string;
608
- borderRadius: string;
609
- fontFamily: string;
610
- } | undefined;
611
611
  icon?: {
612
612
  borderColor: string;
613
613
  width: string;
@@ -662,6 +662,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
662
662
  } | null;
663
663
  locale: string | null;
664
664
  theme: {
665
+ header?: {
666
+ backgroundColor: string;
667
+ fontSize: string;
668
+ textColor: string;
669
+ borderRadius: string;
670
+ fontFamily: string;
671
+ } | undefined;
665
672
  banner?: {
666
673
  backgroundColor: string;
667
674
  fontSize: string;
@@ -679,13 +686,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
679
686
  textColor: string;
680
687
  borderRadius: string;
681
688
  } | undefined;
682
- header?: {
683
- backgroundColor: string;
684
- fontSize: string;
685
- textColor: string;
686
- borderRadius: string;
687
- fontFamily: string;
688
- } | undefined;
689
689
  icon?: {
690
690
  borderColor: string;
691
691
  width: string;
@@ -755,6 +755,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
755
755
  } | null;
756
756
  locale: string | null;
757
757
  theme: {
758
+ header?: {
759
+ backgroundColor: string;
760
+ fontSize: string;
761
+ textColor: string;
762
+ borderRadius: string;
763
+ fontFamily: string;
764
+ } | undefined;
758
765
  banner?: {
759
766
  backgroundColor: string;
760
767
  fontSize: string;
@@ -772,13 +779,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
772
779
  textColor: string;
773
780
  borderRadius: string;
774
781
  } | undefined;
775
- header?: {
776
- backgroundColor: string;
777
- fontSize: string;
778
- textColor: string;
779
- borderRadius: string;
780
- fontFamily: string;
781
- } | undefined;
782
782
  icon?: {
783
783
  borderColor: string;
784
784
  width: string;
@@ -840,6 +840,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
840
840
  } | null;
841
841
  locale: string | null;
842
842
  theme: {
843
+ header?: {
844
+ backgroundColor: string;
845
+ fontSize: string;
846
+ textColor: string;
847
+ borderRadius: string;
848
+ fontFamily: string;
849
+ } | undefined;
843
850
  banner?: {
844
851
  backgroundColor: string;
845
852
  fontSize: string;
@@ -857,13 +864,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
857
864
  textColor: string;
858
865
  borderRadius: string;
859
866
  } | undefined;
860
- header?: {
861
- backgroundColor: string;
862
- fontSize: string;
863
- textColor: string;
864
- borderRadius: string;
865
- fontFamily: string;
866
- } | undefined;
867
867
  icon?: {
868
868
  borderColor: string;
869
869
  width: string;
@@ -1426,6 +1426,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1426
1426
  backgroundColor: string;
1427
1427
  }>>>;
1428
1428
  }, "strip", z.ZodTypeAny, {
1429
+ header?: {
1430
+ backgroundColor: string;
1431
+ borderRadius: string;
1432
+ fontFamily: string;
1433
+ fontSize: string;
1434
+ textColor: string;
1435
+ } | undefined;
1429
1436
  banner?: {
1430
1437
  backgroundColor: string;
1431
1438
  backgroundOpacity: number | undefined;
@@ -1443,13 +1450,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1443
1450
  fontSize: string;
1444
1451
  textColor: string;
1445
1452
  } | undefined;
1446
- header?: {
1447
- backgroundColor: string;
1448
- borderRadius: string;
1449
- fontFamily: string;
1450
- fontSize: string;
1451
- textColor: string;
1452
- } | undefined;
1453
1453
  icon?: {
1454
1454
  borderColor: string;
1455
1455
  width: string;
@@ -1494,6 +1494,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1494
1494
  backgroundColor: string;
1495
1495
  } | undefined;
1496
1496
  }, {
1497
+ header?: {
1498
+ backgroundColor: string;
1499
+ fontSize: string;
1500
+ textColor: string;
1501
+ borderRadius: string;
1502
+ fontFamily: string;
1503
+ } | undefined;
1497
1504
  banner?: {
1498
1505
  backgroundColor: string;
1499
1506
  fontSize: string;
@@ -1511,13 +1518,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1511
1518
  textColor: string;
1512
1519
  borderRadius: string;
1513
1520
  } | undefined;
1514
- header?: {
1515
- backgroundColor: string;
1516
- fontSize: string;
1517
- textColor: string;
1518
- borderRadius: string;
1519
- fontFamily: string;
1520
- } | undefined;
1521
1521
  icon?: {
1522
1522
  borderColor: string;
1523
1523
  width: string;
@@ -1630,6 +1630,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1630
1630
  backgroundColor: string;
1631
1631
  } | undefined;
1632
1632
  }, {
1633
+ header?: {
1634
+ backgroundColor: string;
1635
+ fontSize: string;
1636
+ textColor: string;
1637
+ borderRadius: string;
1638
+ fontFamily: string;
1639
+ } | undefined;
1633
1640
  banner?: {
1634
1641
  backgroundColor: string;
1635
1642
  fontSize: string;
@@ -1647,13 +1654,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1647
1654
  textColor: string;
1648
1655
  borderRadius: string;
1649
1656
  } | undefined;
1650
- header?: {
1651
- backgroundColor: string;
1652
- fontSize: string;
1653
- textColor: string;
1654
- borderRadius: string;
1655
- fontFamily: string;
1656
- } | undefined;
1657
1657
  icon?: {
1658
1658
  borderColor: string;
1659
1659
  width: string;
@@ -1778,6 +1778,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1778
1778
  } | null;
1779
1779
  locale: string | null;
1780
1780
  theme: {
1781
+ header?: {
1782
+ backgroundColor: string;
1783
+ fontSize: string;
1784
+ textColor: string;
1785
+ borderRadius: string;
1786
+ fontFamily: string;
1787
+ } | undefined;
1781
1788
  banner?: {
1782
1789
  backgroundColor: string;
1783
1790
  fontSize: string;
@@ -1795,13 +1802,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1795
1802
  textColor: string;
1796
1803
  borderRadius: string;
1797
1804
  } | undefined;
1798
- header?: {
1799
- backgroundColor: string;
1800
- fontSize: string;
1801
- textColor: string;
1802
- borderRadius: string;
1803
- fontFamily: string;
1804
- } | undefined;
1805
1805
  icon?: {
1806
1806
  borderColor: string;
1807
1807
  width: string;
@@ -1926,6 +1926,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1926
1926
  } | null;
1927
1927
  locale: string | null;
1928
1928
  theme: {
1929
+ header?: {
1930
+ backgroundColor: string;
1931
+ fontSize: string;
1932
+ textColor: string;
1933
+ borderRadius: string;
1934
+ fontFamily: string;
1935
+ } | undefined;
1929
1936
  banner?: {
1930
1937
  backgroundColor: string;
1931
1938
  fontSize: string;
@@ -1943,13 +1950,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1943
1950
  textColor: string;
1944
1951
  borderRadius: string;
1945
1952
  } | undefined;
1946
- header?: {
1947
- backgroundColor: string;
1948
- fontSize: string;
1949
- textColor: string;
1950
- borderRadius: string;
1951
- fontFamily: string;
1952
- } | undefined;
1953
1953
  icon?: {
1954
1954
  borderColor: string;
1955
1955
  width: string;
@@ -2082,6 +2082,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2082
2082
  } | null;
2083
2083
  locale: string | null;
2084
2084
  theme: {
2085
+ header?: {
2086
+ backgroundColor: string;
2087
+ fontSize: string;
2088
+ textColor: string;
2089
+ borderRadius: string;
2090
+ fontFamily: string;
2091
+ } | undefined;
2085
2092
  banner?: {
2086
2093
  backgroundColor: string;
2087
2094
  fontSize: string;
@@ -2099,13 +2106,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2099
2106
  textColor: string;
2100
2107
  borderRadius: string;
2101
2108
  } | undefined;
2102
- header?: {
2103
- backgroundColor: string;
2104
- fontSize: string;
2105
- textColor: string;
2106
- borderRadius: string;
2107
- fontFamily: string;
2108
- } | undefined;
2109
2109
  icon?: {
2110
2110
  borderColor: string;
2111
2111
  width: string;
@@ -2238,6 +2238,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2238
2238
  } | null;
2239
2239
  locale: string | null;
2240
2240
  theme: {
2241
+ header?: {
2242
+ backgroundColor: string;
2243
+ fontSize: string;
2244
+ textColor: string;
2245
+ borderRadius: string;
2246
+ fontFamily: string;
2247
+ } | undefined;
2241
2248
  banner?: {
2242
2249
  backgroundColor: string;
2243
2250
  fontSize: string;
@@ -2255,13 +2262,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2255
2262
  textColor: string;
2256
2263
  borderRadius: string;
2257
2264
  } | undefined;
2258
- header?: {
2259
- backgroundColor: string;
2260
- fontSize: string;
2261
- textColor: string;
2262
- borderRadius: string;
2263
- fontFamily: string;
2264
- } | undefined;
2265
2265
  icon?: {
2266
2266
  borderColor: string;
2267
2267
  width: string;
@@ -2424,6 +2424,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2424
2424
  } | null;
2425
2425
  locale: string | null;
2426
2426
  theme: {
2427
+ header?: {
2428
+ backgroundColor: string;
2429
+ fontSize: string;
2430
+ textColor: string;
2431
+ borderRadius: string;
2432
+ fontFamily: string;
2433
+ } | undefined;
2427
2434
  banner?: {
2428
2435
  backgroundColor: string;
2429
2436
  fontSize: string;
@@ -2441,13 +2448,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2441
2448
  textColor: string;
2442
2449
  borderRadius: string;
2443
2450
  } | undefined;
2444
- header?: {
2445
- backgroundColor: string;
2446
- fontSize: string;
2447
- textColor: string;
2448
- borderRadius: string;
2449
- fontFamily: string;
2450
- } | undefined;
2451
2451
  icon?: {
2452
2452
  borderColor: string;
2453
2453
  width: string;
@@ -2594,6 +2594,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2594
2594
  } | null;
2595
2595
  locale: string | null;
2596
2596
  theme: {
2597
+ header?: {
2598
+ backgroundColor: string;
2599
+ fontSize: string;
2600
+ textColor: string;
2601
+ borderRadius: string;
2602
+ fontFamily: string;
2603
+ } | undefined;
2597
2604
  banner?: {
2598
2605
  backgroundColor: string;
2599
2606
  fontSize: string;
@@ -2611,13 +2618,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2611
2618
  textColor: string;
2612
2619
  borderRadius: string;
2613
2620
  } | undefined;
2614
- header?: {
2615
- backgroundColor: string;
2616
- fontSize: string;
2617
- textColor: string;
2618
- borderRadius: string;
2619
- fontFamily: string;
2620
- } | undefined;
2621
2621
  icon?: {
2622
2622
  borderColor: string;
2623
2623
  width: string;
@@ -3173,6 +3173,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3173
3173
  backgroundColor: string;
3174
3174
  }>>>;
3175
3175
  }, "strip", z.ZodTypeAny, {
3176
+ header?: {
3177
+ backgroundColor: string;
3178
+ borderRadius: string;
3179
+ fontFamily: string;
3180
+ fontSize: string;
3181
+ textColor: string;
3182
+ } | undefined;
3176
3183
  banner?: {
3177
3184
  backgroundColor: string;
3178
3185
  backgroundOpacity: number | undefined;
@@ -3190,13 +3197,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3190
3197
  fontSize: string;
3191
3198
  textColor: string;
3192
3199
  } | undefined;
3193
- header?: {
3194
- backgroundColor: string;
3195
- borderRadius: string;
3196
- fontFamily: string;
3197
- fontSize: string;
3198
- textColor: string;
3199
- } | undefined;
3200
3200
  icon?: {
3201
3201
  borderColor: string;
3202
3202
  width: string;
@@ -3241,6 +3241,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3241
3241
  backgroundColor: string;
3242
3242
  } | undefined;
3243
3243
  }, {
3244
+ header?: {
3245
+ backgroundColor: string;
3246
+ fontSize: string;
3247
+ textColor: string;
3248
+ borderRadius: string;
3249
+ fontFamily: string;
3250
+ } | undefined;
3244
3251
  banner?: {
3245
3252
  backgroundColor: string;
3246
3253
  fontSize: string;
@@ -3258,13 +3265,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3258
3265
  textColor: string;
3259
3266
  borderRadius: string;
3260
3267
  } | undefined;
3261
- header?: {
3262
- backgroundColor: string;
3263
- fontSize: string;
3264
- textColor: string;
3265
- borderRadius: string;
3266
- fontFamily: string;
3267
- } | undefined;
3268
3268
  icon?: {
3269
3269
  borderColor: string;
3270
3270
  width: string;
@@ -3377,6 +3377,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3377
3377
  backgroundColor: string;
3378
3378
  } | undefined;
3379
3379
  }, {
3380
+ header?: {
3381
+ backgroundColor: string;
3382
+ fontSize: string;
3383
+ textColor: string;
3384
+ borderRadius: string;
3385
+ fontFamily: string;
3386
+ } | undefined;
3380
3387
  banner?: {
3381
3388
  backgroundColor: string;
3382
3389
  fontSize: string;
@@ -3394,13 +3401,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3394
3401
  textColor: string;
3395
3402
  borderRadius: string;
3396
3403
  } | undefined;
3397
- header?: {
3398
- backgroundColor: string;
3399
- fontSize: string;
3400
- textColor: string;
3401
- borderRadius: string;
3402
- fontFamily: string;
3403
- } | undefined;
3404
3404
  icon?: {
3405
3405
  borderColor: string;
3406
3406
  width: string;
@@ -3525,6 +3525,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3525
3525
  } | null;
3526
3526
  locale: string | null;
3527
3527
  theme: {
3528
+ header?: {
3529
+ backgroundColor: string;
3530
+ fontSize: string;
3531
+ textColor: string;
3532
+ borderRadius: string;
3533
+ fontFamily: string;
3534
+ } | undefined;
3528
3535
  banner?: {
3529
3536
  backgroundColor: string;
3530
3537
  fontSize: string;
@@ -3542,13 +3549,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3542
3549
  textColor: string;
3543
3550
  borderRadius: string;
3544
3551
  } | undefined;
3545
- header?: {
3546
- backgroundColor: string;
3547
- fontSize: string;
3548
- textColor: string;
3549
- borderRadius: string;
3550
- fontFamily: string;
3551
- } | undefined;
3552
3552
  icon?: {
3553
3553
  borderColor: string;
3554
3554
  width: string;
@@ -3673,6 +3673,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3673
3673
  } | null;
3674
3674
  locale: string | null;
3675
3675
  theme: {
3676
+ header?: {
3677
+ backgroundColor: string;
3678
+ fontSize: string;
3679
+ textColor: string;
3680
+ borderRadius: string;
3681
+ fontFamily: string;
3682
+ } | undefined;
3676
3683
  banner?: {
3677
3684
  backgroundColor: string;
3678
3685
  fontSize: string;
@@ -3690,13 +3697,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3690
3697
  textColor: string;
3691
3698
  borderRadius: string;
3692
3699
  } | undefined;
3693
- header?: {
3694
- backgroundColor: string;
3695
- fontSize: string;
3696
- textColor: string;
3697
- borderRadius: string;
3698
- fontFamily: string;
3699
- } | undefined;
3700
3700
  icon?: {
3701
3701
  borderColor: string;
3702
3702
  width: string;
@@ -3829,6 +3829,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3829
3829
  } | null;
3830
3830
  locale: string | null;
3831
3831
  theme: {
3832
+ header?: {
3833
+ backgroundColor: string;
3834
+ fontSize: string;
3835
+ textColor: string;
3836
+ borderRadius: string;
3837
+ fontFamily: string;
3838
+ } | undefined;
3832
3839
  banner?: {
3833
3840
  backgroundColor: string;
3834
3841
  fontSize: string;
@@ -3846,13 +3853,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3846
3853
  textColor: string;
3847
3854
  borderRadius: string;
3848
3855
  } | undefined;
3849
- header?: {
3850
- backgroundColor: string;
3851
- fontSize: string;
3852
- textColor: string;
3853
- borderRadius: string;
3854
- fontFamily: string;
3855
- } | undefined;
3856
3856
  icon?: {
3857
3857
  borderColor: string;
3858
3858
  width: string;
@@ -3985,6 +3985,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3985
3985
  } | null;
3986
3986
  locale: string | null;
3987
3987
  theme: {
3988
+ header?: {
3989
+ backgroundColor: string;
3990
+ fontSize: string;
3991
+ textColor: string;
3992
+ borderRadius: string;
3993
+ fontFamily: string;
3994
+ } | undefined;
3988
3995
  banner?: {
3989
3996
  backgroundColor: string;
3990
3997
  fontSize: string;
@@ -4002,13 +4009,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
4002
4009
  textColor: string;
4003
4010
  borderRadius: string;
4004
4011
  } | undefined;
4005
- header?: {
4006
- backgroundColor: string;
4007
- fontSize: string;
4008
- textColor: string;
4009
- borderRadius: string;
4010
- fontFamily: string;
4011
- } | undefined;
4012
4012
  icon?: {
4013
4013
  borderColor: string;
4014
4014
  width: string;
@@ -4171,6 +4171,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
4171
4171
  } | null;
4172
4172
  locale: string | null;
4173
4173
  theme: {
4174
+ header?: {
4175
+ backgroundColor: string;
4176
+ fontSize: string;
4177
+ textColor: string;
4178
+ borderRadius: string;
4179
+ fontFamily: string;
4180
+ } | undefined;
4174
4181
  banner?: {
4175
4182
  backgroundColor: string;
4176
4183
  fontSize: string;
@@ -4188,13 +4195,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
4188
4195
  textColor: string;
4189
4196
  borderRadius: string;
4190
4197
  } | undefined;
4191
- header?: {
4192
- backgroundColor: string;
4193
- fontSize: string;
4194
- textColor: string;
4195
- borderRadius: string;
4196
- fontFamily: string;
4197
- } | undefined;
4198
4198
  icon?: {
4199
4199
  borderColor: string;
4200
4200
  width: string;
@@ -4341,6 +4341,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
4341
4341
  } | null;
4342
4342
  locale: string | null;
4343
4343
  theme: {
4344
+ header?: {
4345
+ backgroundColor: string;
4346
+ fontSize: string;
4347
+ textColor: string;
4348
+ borderRadius: string;
4349
+ fontFamily: string;
4350
+ } | undefined;
4344
4351
  banner?: {
4345
4352
  backgroundColor: string;
4346
4353
  fontSize: string;
@@ -4358,13 +4365,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
4358
4365
  textColor: string;
4359
4366
  borderRadius: string;
4360
4367
  } | undefined;
4361
- header?: {
4362
- backgroundColor: string;
4363
- fontSize: string;
4364
- textColor: string;
4365
- borderRadius: string;
4366
- fontFamily: string;
4367
- } | undefined;
4368
4368
  icon?: {
4369
4369
  borderColor: string;
4370
4370
  width: string;