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.
Files changed (120) hide show
  1. package/README.md +6 -6
  2. package/dist/commonjs/project-client/http/transport/request-builder.js.map +1 -1
  3. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  4. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  5. package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
  6. package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  7. package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  8. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  9. package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  10. package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
  11. package/dist/commonjs/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  12. package/dist/commonjs/project-client/services/channels/models/apns-token.d.ts +8 -8
  13. package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
  14. package/dist/commonjs/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  15. package/dist/commonjs/project-client/services/channels/models/expo-token.d.ts +8 -8
  16. package/dist/commonjs/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  17. package/dist/commonjs/project-client/services/channels/models/fcm-token.d.ts +8 -8
  18. package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  19. package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  20. package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  21. package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
  22. package/dist/commonjs/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  23. package/dist/commonjs/project-client/services/channels/models/teams-token.d.ts +8 -8
  24. package/dist/commonjs/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  25. package/dist/commonjs/project-client/services/channels/models/web-push-token.d.ts +8 -8
  26. package/dist/commonjs/project-client/services/common/user.d.ts +6 -6
  27. package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  28. package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  29. package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  30. package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
  31. package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
  32. package/dist/commonjs/socket.d.ts +11 -0
  33. package/dist/commonjs/socket.d.ts.map +1 -0
  34. package/dist/commonjs/socket.js +196 -0
  35. package/dist/commonjs/socket.js.map +1 -0
  36. package/dist/commonjs/user-client/http/transport/request-builder.js.map +1 -1
  37. package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  38. package/dist/commonjs/user-client/services/channels/models/apns-token.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/web-push-token-collection.d.ts +14 -14
  51. package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
  52. package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
  53. package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  54. package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  55. package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  56. package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
  57. package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  58. package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
  59. package/dist/esm/project-client/http/transport/request-builder.js.map +1 -1
  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/socket.d.ts +11 -0
  90. package/dist/esm/socket.d.ts.map +1 -0
  91. package/dist/esm/socket.js +192 -0
  92. package/dist/esm/socket.js.map +1 -0
  93. package/dist/esm/user-client/http/transport/request-builder.js.map +1 -1
  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/discard-result.d.ts +8 -8
  97. package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  98. package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
  99. package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  100. package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
  101. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  102. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  103. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  104. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  105. package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  106. package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
  107. package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  108. package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
  109. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  110. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  111. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  112. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  113. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  114. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  115. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  116. package/package.json +14 -3
  117. package/socket/package.json +4 -0
  118. package/src/project-client/http/transport/request-builder.ts +1 -1
  119. package/src/socket.ts +228 -0
  120. package/src/user-client/http/transport/request-builder.ts +1 -1
@@ -288,6 +288,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
288
288
  backgroundColor: string;
289
289
  }>>>;
290
290
  }, "strip", z.ZodTypeAny, {
291
+ header?: {
292
+ backgroundColor: string;
293
+ fontSize: string;
294
+ textColor: string;
295
+ borderRadius: string;
296
+ fontFamily: string;
297
+ } | undefined;
291
298
  banner?: {
292
299
  backgroundColor: string;
293
300
  fontSize: string;
@@ -305,13 +312,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
305
312
  textColor: string;
306
313
  borderRadius: string;
307
314
  } | undefined;
308
- header?: {
309
- backgroundColor: string;
310
- fontSize: string;
311
- textColor: string;
312
- borderRadius: string;
313
- fontFamily: string;
314
- } | undefined;
315
315
  icon?: {
316
316
  borderColor: string;
317
317
  width: string;
@@ -356,6 +356,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
356
356
  backgroundColor: string;
357
357
  } | undefined;
358
358
  }, {
359
+ header?: {
360
+ backgroundColor: string;
361
+ fontSize: string;
362
+ textColor: string;
363
+ borderRadius: string;
364
+ fontFamily: string;
365
+ } | undefined;
359
366
  banner?: {
360
367
  backgroundColor: string;
361
368
  fontSize: string;
@@ -373,13 +380,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
373
380
  textColor: string;
374
381
  borderRadius: string;
375
382
  } | undefined;
376
- header?: {
377
- backgroundColor: string;
378
- fontSize: string;
379
- textColor: string;
380
- borderRadius: string;
381
- fontFamily: string;
382
- } | undefined;
383
383
  icon?: {
384
384
  borderColor: string;
385
385
  width: string;
@@ -430,6 +430,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
430
430
  } | null;
431
431
  locale: string | null;
432
432
  theme: {
433
+ header?: {
434
+ backgroundColor: string;
435
+ fontSize: string;
436
+ textColor: string;
437
+ borderRadius: string;
438
+ fontFamily: string;
439
+ } | undefined;
433
440
  banner?: {
434
441
  backgroundColor: string;
435
442
  fontSize: string;
@@ -447,13 +454,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
447
454
  textColor: string;
448
455
  borderRadius: string;
449
456
  } | undefined;
450
- header?: {
451
- backgroundColor: string;
452
- fontSize: string;
453
- textColor: string;
454
- borderRadius: string;
455
- fontFamily: string;
456
- } | undefined;
457
457
  icon?: {
458
458
  borderColor: string;
459
459
  width: string;
@@ -504,6 +504,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
504
504
  } | null;
505
505
  locale: string | null;
506
506
  theme: {
507
+ header?: {
508
+ backgroundColor: string;
509
+ fontSize: string;
510
+ textColor: string;
511
+ borderRadius: string;
512
+ fontFamily: string;
513
+ } | undefined;
507
514
  banner?: {
508
515
  backgroundColor: string;
509
516
  fontSize: string;
@@ -521,13 +528,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
521
528
  textColor: string;
522
529
  borderRadius: string;
523
530
  } | undefined;
524
- header?: {
525
- backgroundColor: string;
526
- fontSize: string;
527
- textColor: string;
528
- borderRadius: string;
529
- fontFamily: string;
530
- } | undefined;
531
531
  icon?: {
532
532
  borderColor: string;
533
533
  width: string;
@@ -582,6 +582,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
582
582
  } | null;
583
583
  locale: string | null;
584
584
  theme: {
585
+ header?: {
586
+ backgroundColor: string;
587
+ fontSize: string;
588
+ textColor: string;
589
+ borderRadius: string;
590
+ fontFamily: string;
591
+ } | undefined;
585
592
  banner?: {
586
593
  backgroundColor: string;
587
594
  fontSize: string;
@@ -599,13 +606,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
599
606
  textColor: string;
600
607
  borderRadius: string;
601
608
  } | undefined;
602
- header?: {
603
- backgroundColor: string;
604
- fontSize: string;
605
- textColor: string;
606
- borderRadius: string;
607
- fontFamily: string;
608
- } | undefined;
609
609
  icon?: {
610
610
  borderColor: string;
611
611
  width: string;
@@ -660,6 +660,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
660
660
  } | null;
661
661
  locale: string | null;
662
662
  theme: {
663
+ header?: {
664
+ backgroundColor: string;
665
+ fontSize: string;
666
+ textColor: string;
667
+ borderRadius: string;
668
+ fontFamily: string;
669
+ } | undefined;
663
670
  banner?: {
664
671
  backgroundColor: string;
665
672
  fontSize: string;
@@ -677,13 +684,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
677
684
  textColor: string;
678
685
  borderRadius: string;
679
686
  } | undefined;
680
- header?: {
681
- backgroundColor: string;
682
- fontSize: string;
683
- textColor: string;
684
- borderRadius: string;
685
- fontFamily: string;
686
- } | undefined;
687
687
  icon?: {
688
688
  borderColor: string;
689
689
  width: string;
@@ -753,6 +753,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
753
753
  } | null;
754
754
  locale: string | null;
755
755
  theme: {
756
+ header?: {
757
+ backgroundColor: string;
758
+ fontSize: string;
759
+ textColor: string;
760
+ borderRadius: string;
761
+ fontFamily: string;
762
+ } | undefined;
756
763
  banner?: {
757
764
  backgroundColor: string;
758
765
  fontSize: string;
@@ -770,13 +777,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
770
777
  textColor: string;
771
778
  borderRadius: string;
772
779
  } | undefined;
773
- header?: {
774
- backgroundColor: string;
775
- fontSize: string;
776
- textColor: string;
777
- borderRadius: string;
778
- fontFamily: string;
779
- } | undefined;
780
780
  icon?: {
781
781
  borderColor: string;
782
782
  width: string;
@@ -838,6 +838,13 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
838
838
  } | null;
839
839
  locale: string | null;
840
840
  theme: {
841
+ header?: {
842
+ backgroundColor: string;
843
+ fontSize: string;
844
+ textColor: string;
845
+ borderRadius: string;
846
+ fontFamily: string;
847
+ } | undefined;
841
848
  banner?: {
842
849
  backgroundColor: string;
843
850
  fontSize: string;
@@ -855,13 +862,6 @@ export declare const inboxConfigCollection: z.ZodLazy<z.ZodObject<{
855
862
  textColor: string;
856
863
  borderRadius: string;
857
864
  } | undefined;
858
- header?: {
859
- backgroundColor: string;
860
- fontSize: string;
861
- textColor: string;
862
- borderRadius: string;
863
- fontFamily: string;
864
- } | undefined;
865
865
  icon?: {
866
866
  borderColor: string;
867
867
  width: string;
@@ -1423,6 +1423,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1423
1423
  backgroundColor: string;
1424
1424
  }>>>;
1425
1425
  }, "strip", z.ZodTypeAny, {
1426
+ header?: {
1427
+ backgroundColor: string;
1428
+ borderRadius: string;
1429
+ fontFamily: string;
1430
+ fontSize: string;
1431
+ textColor: string;
1432
+ } | undefined;
1426
1433
  banner?: {
1427
1434
  backgroundColor: string;
1428
1435
  backgroundOpacity: number | undefined;
@@ -1440,13 +1447,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1440
1447
  fontSize: string;
1441
1448
  textColor: string;
1442
1449
  } | undefined;
1443
- header?: {
1444
- backgroundColor: string;
1445
- borderRadius: string;
1446
- fontFamily: string;
1447
- fontSize: string;
1448
- textColor: string;
1449
- } | undefined;
1450
1450
  icon?: {
1451
1451
  borderColor: string;
1452
1452
  width: string;
@@ -1491,6 +1491,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1491
1491
  backgroundColor: string;
1492
1492
  } | undefined;
1493
1493
  }, {
1494
+ header?: {
1495
+ backgroundColor: string;
1496
+ fontSize: string;
1497
+ textColor: string;
1498
+ borderRadius: string;
1499
+ fontFamily: string;
1500
+ } | undefined;
1494
1501
  banner?: {
1495
1502
  backgroundColor: string;
1496
1503
  fontSize: string;
@@ -1508,13 +1515,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1508
1515
  textColor: string;
1509
1516
  borderRadius: string;
1510
1517
  } | undefined;
1511
- header?: {
1512
- backgroundColor: string;
1513
- fontSize: string;
1514
- textColor: string;
1515
- borderRadius: string;
1516
- fontFamily: string;
1517
- } | undefined;
1518
1518
  icon?: {
1519
1519
  borderColor: string;
1520
1520
  width: string;
@@ -1627,6 +1627,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1627
1627
  backgroundColor: string;
1628
1628
  } | undefined;
1629
1629
  }, {
1630
+ header?: {
1631
+ backgroundColor: string;
1632
+ fontSize: string;
1633
+ textColor: string;
1634
+ borderRadius: string;
1635
+ fontFamily: string;
1636
+ } | undefined;
1630
1637
  banner?: {
1631
1638
  backgroundColor: string;
1632
1639
  fontSize: string;
@@ -1644,13 +1651,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1644
1651
  textColor: string;
1645
1652
  borderRadius: string;
1646
1653
  } | undefined;
1647
- header?: {
1648
- backgroundColor: string;
1649
- fontSize: string;
1650
- textColor: string;
1651
- borderRadius: string;
1652
- fontFamily: string;
1653
- } | undefined;
1654
1654
  icon?: {
1655
1655
  borderColor: string;
1656
1656
  width: string;
@@ -1775,6 +1775,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1775
1775
  } | null;
1776
1776
  locale: string | null;
1777
1777
  theme: {
1778
+ header?: {
1779
+ backgroundColor: string;
1780
+ fontSize: string;
1781
+ textColor: string;
1782
+ borderRadius: string;
1783
+ fontFamily: string;
1784
+ } | undefined;
1778
1785
  banner?: {
1779
1786
  backgroundColor: string;
1780
1787
  fontSize: string;
@@ -1792,13 +1799,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1792
1799
  textColor: string;
1793
1800
  borderRadius: string;
1794
1801
  } | undefined;
1795
- header?: {
1796
- backgroundColor: string;
1797
- fontSize: string;
1798
- textColor: string;
1799
- borderRadius: string;
1800
- fontFamily: string;
1801
- } | undefined;
1802
1802
  icon?: {
1803
1803
  borderColor: string;
1804
1804
  width: string;
@@ -1923,6 +1923,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1923
1923
  } | null;
1924
1924
  locale: string | null;
1925
1925
  theme: {
1926
+ header?: {
1927
+ backgroundColor: string;
1928
+ fontSize: string;
1929
+ textColor: string;
1930
+ borderRadius: string;
1931
+ fontFamily: string;
1932
+ } | undefined;
1926
1933
  banner?: {
1927
1934
  backgroundColor: string;
1928
1935
  fontSize: string;
@@ -1940,13 +1947,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
1940
1947
  textColor: string;
1941
1948
  borderRadius: string;
1942
1949
  } | undefined;
1943
- header?: {
1944
- backgroundColor: string;
1945
- fontSize: string;
1946
- textColor: string;
1947
- borderRadius: string;
1948
- fontFamily: string;
1949
- } | undefined;
1950
1950
  icon?: {
1951
1951
  borderColor: string;
1952
1952
  width: string;
@@ -2079,6 +2079,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2079
2079
  } | null;
2080
2080
  locale: string | null;
2081
2081
  theme: {
2082
+ header?: {
2083
+ backgroundColor: string;
2084
+ fontSize: string;
2085
+ textColor: string;
2086
+ borderRadius: string;
2087
+ fontFamily: string;
2088
+ } | undefined;
2082
2089
  banner?: {
2083
2090
  backgroundColor: string;
2084
2091
  fontSize: string;
@@ -2096,13 +2103,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2096
2103
  textColor: string;
2097
2104
  borderRadius: string;
2098
2105
  } | undefined;
2099
- header?: {
2100
- backgroundColor: string;
2101
- fontSize: string;
2102
- textColor: string;
2103
- borderRadius: string;
2104
- fontFamily: string;
2105
- } | undefined;
2106
2106
  icon?: {
2107
2107
  borderColor: string;
2108
2108
  width: string;
@@ -2235,6 +2235,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2235
2235
  } | null;
2236
2236
  locale: string | null;
2237
2237
  theme: {
2238
+ header?: {
2239
+ backgroundColor: string;
2240
+ fontSize: string;
2241
+ textColor: string;
2242
+ borderRadius: string;
2243
+ fontFamily: string;
2244
+ } | undefined;
2238
2245
  banner?: {
2239
2246
  backgroundColor: string;
2240
2247
  fontSize: string;
@@ -2252,13 +2259,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2252
2259
  textColor: string;
2253
2260
  borderRadius: string;
2254
2261
  } | undefined;
2255
- header?: {
2256
- backgroundColor: string;
2257
- fontSize: string;
2258
- textColor: string;
2259
- borderRadius: string;
2260
- fontFamily: string;
2261
- } | undefined;
2262
2262
  icon?: {
2263
2263
  borderColor: string;
2264
2264
  width: string;
@@ -2421,6 +2421,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2421
2421
  } | null;
2422
2422
  locale: string | null;
2423
2423
  theme: {
2424
+ header?: {
2425
+ backgroundColor: string;
2426
+ fontSize: string;
2427
+ textColor: string;
2428
+ borderRadius: string;
2429
+ fontFamily: string;
2430
+ } | undefined;
2424
2431
  banner?: {
2425
2432
  backgroundColor: string;
2426
2433
  fontSize: string;
@@ -2438,13 +2445,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2438
2445
  textColor: string;
2439
2446
  borderRadius: string;
2440
2447
  } | undefined;
2441
- header?: {
2442
- backgroundColor: string;
2443
- fontSize: string;
2444
- textColor: string;
2445
- borderRadius: string;
2446
- fontFamily: string;
2447
- } | undefined;
2448
2448
  icon?: {
2449
2449
  borderColor: string;
2450
2450
  width: string;
@@ -2591,6 +2591,13 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2591
2591
  } | null;
2592
2592
  locale: string | null;
2593
2593
  theme: {
2594
+ header?: {
2595
+ backgroundColor: string;
2596
+ fontSize: string;
2597
+ textColor: string;
2598
+ borderRadius: string;
2599
+ fontFamily: string;
2600
+ } | undefined;
2594
2601
  banner?: {
2595
2602
  backgroundColor: string;
2596
2603
  fontSize: string;
@@ -2608,13 +2615,6 @@ export declare const inboxConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zod
2608
2615
  textColor: string;
2609
2616
  borderRadius: string;
2610
2617
  } | undefined;
2611
- header?: {
2612
- backgroundColor: string;
2613
- fontSize: string;
2614
- textColor: string;
2615
- borderRadius: string;
2616
- fontFamily: string;
2617
- } | undefined;
2618
2618
  icon?: {
2619
2619
  borderColor: string;
2620
2620
  width: string;
@@ -3169,6 +3169,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3169
3169
  backgroundColor: string;
3170
3170
  }>>>;
3171
3171
  }, "strip", z.ZodTypeAny, {
3172
+ header?: {
3173
+ backgroundColor: string;
3174
+ borderRadius: string;
3175
+ fontFamily: string;
3176
+ fontSize: string;
3177
+ textColor: string;
3178
+ } | undefined;
3172
3179
  banner?: {
3173
3180
  backgroundColor: string;
3174
3181
  backgroundOpacity: number | undefined;
@@ -3186,13 +3193,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3186
3193
  fontSize: string;
3187
3194
  textColor: string;
3188
3195
  } | undefined;
3189
- header?: {
3190
- backgroundColor: string;
3191
- borderRadius: string;
3192
- fontFamily: string;
3193
- fontSize: string;
3194
- textColor: string;
3195
- } | undefined;
3196
3196
  icon?: {
3197
3197
  borderColor: string;
3198
3198
  width: string;
@@ -3237,6 +3237,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3237
3237
  backgroundColor: string;
3238
3238
  } | undefined;
3239
3239
  }, {
3240
+ header?: {
3241
+ backgroundColor: string;
3242
+ fontSize: string;
3243
+ textColor: string;
3244
+ borderRadius: string;
3245
+ fontFamily: string;
3246
+ } | undefined;
3240
3247
  banner?: {
3241
3248
  backgroundColor: string;
3242
3249
  fontSize: string;
@@ -3254,13 +3261,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3254
3261
  textColor: string;
3255
3262
  borderRadius: string;
3256
3263
  } | undefined;
3257
- header?: {
3258
- backgroundColor: string;
3259
- fontSize: string;
3260
- textColor: string;
3261
- borderRadius: string;
3262
- fontFamily: string;
3263
- } | undefined;
3264
3264
  icon?: {
3265
3265
  borderColor: string;
3266
3266
  width: string;
@@ -3373,6 +3373,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3373
3373
  backgroundColor: string;
3374
3374
  } | undefined;
3375
3375
  }, {
3376
+ header?: {
3377
+ backgroundColor: string;
3378
+ fontSize: string;
3379
+ textColor: string;
3380
+ borderRadius: string;
3381
+ fontFamily: string;
3382
+ } | undefined;
3376
3383
  banner?: {
3377
3384
  backgroundColor: string;
3378
3385
  fontSize: string;
@@ -3390,13 +3397,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3390
3397
  textColor: string;
3391
3398
  borderRadius: string;
3392
3399
  } | undefined;
3393
- header?: {
3394
- backgroundColor: string;
3395
- fontSize: string;
3396
- textColor: string;
3397
- borderRadius: string;
3398
- fontFamily: string;
3399
- } | undefined;
3400
3400
  icon?: {
3401
3401
  borderColor: string;
3402
3402
  width: string;
@@ -3521,6 +3521,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3521
3521
  } | null;
3522
3522
  locale: string | null;
3523
3523
  theme: {
3524
+ header?: {
3525
+ backgroundColor: string;
3526
+ fontSize: string;
3527
+ textColor: string;
3528
+ borderRadius: string;
3529
+ fontFamily: string;
3530
+ } | undefined;
3524
3531
  banner?: {
3525
3532
  backgroundColor: string;
3526
3533
  fontSize: string;
@@ -3538,13 +3545,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3538
3545
  textColor: string;
3539
3546
  borderRadius: string;
3540
3547
  } | undefined;
3541
- header?: {
3542
- backgroundColor: string;
3543
- fontSize: string;
3544
- textColor: string;
3545
- borderRadius: string;
3546
- fontFamily: string;
3547
- } | undefined;
3548
3548
  icon?: {
3549
3549
  borderColor: string;
3550
3550
  width: string;
@@ -3669,6 +3669,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3669
3669
  } | null;
3670
3670
  locale: string | null;
3671
3671
  theme: {
3672
+ header?: {
3673
+ backgroundColor: string;
3674
+ fontSize: string;
3675
+ textColor: string;
3676
+ borderRadius: string;
3677
+ fontFamily: string;
3678
+ } | undefined;
3672
3679
  banner?: {
3673
3680
  backgroundColor: string;
3674
3681
  fontSize: string;
@@ -3686,13 +3693,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3686
3693
  textColor: string;
3687
3694
  borderRadius: string;
3688
3695
  } | undefined;
3689
- header?: {
3690
- backgroundColor: string;
3691
- fontSize: string;
3692
- textColor: string;
3693
- borderRadius: string;
3694
- fontFamily: string;
3695
- } | undefined;
3696
3696
  icon?: {
3697
3697
  borderColor: string;
3698
3698
  width: string;
@@ -3825,6 +3825,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3825
3825
  } | null;
3826
3826
  locale: string | null;
3827
3827
  theme: {
3828
+ header?: {
3829
+ backgroundColor: string;
3830
+ fontSize: string;
3831
+ textColor: string;
3832
+ borderRadius: string;
3833
+ fontFamily: string;
3834
+ } | undefined;
3828
3835
  banner?: {
3829
3836
  backgroundColor: string;
3830
3837
  fontSize: string;
@@ -3842,13 +3849,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3842
3849
  textColor: string;
3843
3850
  borderRadius: string;
3844
3851
  } | undefined;
3845
- header?: {
3846
- backgroundColor: string;
3847
- fontSize: string;
3848
- textColor: string;
3849
- borderRadius: string;
3850
- fontFamily: string;
3851
- } | undefined;
3852
3852
  icon?: {
3853
3853
  borderColor: string;
3854
3854
  width: string;
@@ -3981,6 +3981,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3981
3981
  } | null;
3982
3982
  locale: string | null;
3983
3983
  theme: {
3984
+ header?: {
3985
+ backgroundColor: string;
3986
+ fontSize: string;
3987
+ textColor: string;
3988
+ borderRadius: string;
3989
+ fontFamily: string;
3990
+ } | undefined;
3984
3991
  banner?: {
3985
3992
  backgroundColor: string;
3986
3993
  fontSize: string;
@@ -3998,13 +4005,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
3998
4005
  textColor: string;
3999
4006
  borderRadius: string;
4000
4007
  } | undefined;
4001
- header?: {
4002
- backgroundColor: string;
4003
- fontSize: string;
4004
- textColor: string;
4005
- borderRadius: string;
4006
- fontFamily: string;
4007
- } | undefined;
4008
4008
  icon?: {
4009
4009
  borderColor: string;
4010
4010
  width: string;
@@ -4167,6 +4167,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
4167
4167
  } | null;
4168
4168
  locale: string | null;
4169
4169
  theme: {
4170
+ header?: {
4171
+ backgroundColor: string;
4172
+ fontSize: string;
4173
+ textColor: string;
4174
+ borderRadius: string;
4175
+ fontFamily: string;
4176
+ } | undefined;
4170
4177
  banner?: {
4171
4178
  backgroundColor: string;
4172
4179
  fontSize: string;
@@ -4184,13 +4191,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
4184
4191
  textColor: string;
4185
4192
  borderRadius: string;
4186
4193
  } | undefined;
4187
- header?: {
4188
- backgroundColor: string;
4189
- fontSize: string;
4190
- textColor: string;
4191
- borderRadius: string;
4192
- fontFamily: string;
4193
- } | undefined;
4194
4194
  icon?: {
4195
4195
  borderColor: string;
4196
4196
  width: string;
@@ -4337,6 +4337,13 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
4337
4337
  } | null;
4338
4338
  locale: string | null;
4339
4339
  theme: {
4340
+ header?: {
4341
+ backgroundColor: string;
4342
+ fontSize: string;
4343
+ textColor: string;
4344
+ borderRadius: string;
4345
+ fontFamily: string;
4346
+ } | undefined;
4340
4347
  banner?: {
4341
4348
  backgroundColor: string;
4342
4349
  fontSize: string;
@@ -4354,13 +4361,6 @@ export declare const inboxConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodO
4354
4361
  textColor: string;
4355
4362
  borderRadius: string;
4356
4363
  } | undefined;
4357
- header?: {
4358
- backgroundColor: string;
4359
- fontSize: string;
4360
- textColor: string;
4361
- borderRadius: string;
4362
- fontFamily: string;
4363
- } | undefined;
4364
4364
  icon?: {
4365
4365
  borderColor: string;
4366
4366
  width: string;