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
@@ -289,6 +289,13 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
289
289
  backgroundColor: string;
290
290
  }>>>;
291
291
  }, "strip", z.ZodTypeAny, {
292
+ header?: {
293
+ backgroundColor: string;
294
+ fontSize: string;
295
+ textColor: string;
296
+ borderRadius: string;
297
+ fontFamily: string;
298
+ } | undefined;
292
299
  banner?: {
293
300
  backgroundColor: string;
294
301
  fontSize: string;
@@ -306,13 +313,6 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
306
313
  textColor: string;
307
314
  borderRadius: string;
308
315
  } | undefined;
309
- header?: {
310
- backgroundColor: string;
311
- fontSize: string;
312
- textColor: string;
313
- borderRadius: string;
314
- fontFamily: string;
315
- } | undefined;
316
316
  icon?: {
317
317
  borderColor: string;
318
318
  width: string;
@@ -357,6 +357,13 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
357
357
  backgroundColor: string;
358
358
  } | undefined;
359
359
  }, {
360
+ header?: {
361
+ backgroundColor: string;
362
+ fontSize: string;
363
+ textColor: string;
364
+ borderRadius: string;
365
+ fontFamily: string;
366
+ } | undefined;
360
367
  banner?: {
361
368
  backgroundColor: string;
362
369
  fontSize: string;
@@ -374,13 +381,6 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
374
381
  textColor: string;
375
382
  borderRadius: string;
376
383
  } | undefined;
377
- header?: {
378
- backgroundColor: string;
379
- fontSize: string;
380
- textColor: string;
381
- borderRadius: string;
382
- fontFamily: string;
383
- } | undefined;
384
384
  icon?: {
385
385
  borderColor: string;
386
386
  width: string;
@@ -431,6 +431,13 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
431
431
  } | null;
432
432
  locale: string | null;
433
433
  theme: {
434
+ header?: {
435
+ backgroundColor: string;
436
+ fontSize: string;
437
+ textColor: string;
438
+ borderRadius: string;
439
+ fontFamily: string;
440
+ } | undefined;
434
441
  banner?: {
435
442
  backgroundColor: string;
436
443
  fontSize: string;
@@ -448,13 +455,6 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
448
455
  textColor: string;
449
456
  borderRadius: string;
450
457
  } | undefined;
451
- header?: {
452
- backgroundColor: string;
453
- fontSize: string;
454
- textColor: string;
455
- borderRadius: string;
456
- fontFamily: string;
457
- } | undefined;
458
458
  icon?: {
459
459
  borderColor: string;
460
460
  width: string;
@@ -505,6 +505,13 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
505
505
  } | null;
506
506
  locale: string | null;
507
507
  theme: {
508
+ header?: {
509
+ backgroundColor: string;
510
+ fontSize: string;
511
+ textColor: string;
512
+ borderRadius: string;
513
+ fontFamily: string;
514
+ } | undefined;
508
515
  banner?: {
509
516
  backgroundColor: string;
510
517
  fontSize: string;
@@ -522,13 +529,6 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
522
529
  textColor: string;
523
530
  borderRadius: string;
524
531
  } | undefined;
525
- header?: {
526
- backgroundColor: string;
527
- fontSize: string;
528
- textColor: string;
529
- borderRadius: string;
530
- fontFamily: string;
531
- } | undefined;
532
532
  icon?: {
533
533
  borderColor: string;
534
534
  width: string;
@@ -583,6 +583,13 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
583
583
  } | null;
584
584
  locale: string | null;
585
585
  theme: {
586
+ header?: {
587
+ backgroundColor: string;
588
+ fontSize: string;
589
+ textColor: string;
590
+ borderRadius: string;
591
+ fontFamily: string;
592
+ } | undefined;
586
593
  banner?: {
587
594
  backgroundColor: string;
588
595
  fontSize: string;
@@ -600,13 +607,6 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
600
607
  textColor: string;
601
608
  borderRadius: string;
602
609
  } | undefined;
603
- header?: {
604
- backgroundColor: string;
605
- fontSize: string;
606
- textColor: string;
607
- borderRadius: string;
608
- fontFamily: string;
609
- } | undefined;
610
610
  icon?: {
611
611
  borderColor: string;
612
612
  width: string;
@@ -661,6 +661,13 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
661
661
  } | null;
662
662
  locale: string | null;
663
663
  theme: {
664
+ header?: {
665
+ backgroundColor: string;
666
+ fontSize: string;
667
+ textColor: string;
668
+ borderRadius: string;
669
+ fontFamily: string;
670
+ } | undefined;
664
671
  banner?: {
665
672
  backgroundColor: string;
666
673
  fontSize: string;
@@ -678,13 +685,6 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
678
685
  textColor: string;
679
686
  borderRadius: string;
680
687
  } | undefined;
681
- header?: {
682
- backgroundColor: string;
683
- fontSize: string;
684
- textColor: string;
685
- borderRadius: string;
686
- fontFamily: string;
687
- } | undefined;
688
688
  icon?: {
689
689
  borderColor: string;
690
690
  width: string;
@@ -1241,6 +1241,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1241
1241
  backgroundColor: string;
1242
1242
  }>>>;
1243
1243
  }, "strip", z.ZodTypeAny, {
1244
+ header?: {
1245
+ backgroundColor: string;
1246
+ borderRadius: string;
1247
+ fontFamily: string;
1248
+ fontSize: string;
1249
+ textColor: string;
1250
+ } | undefined;
1244
1251
  banner?: {
1245
1252
  backgroundColor: string;
1246
1253
  backgroundOpacity: number | undefined;
@@ -1258,13 +1265,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1258
1265
  fontSize: string;
1259
1266
  textColor: string;
1260
1267
  } | undefined;
1261
- header?: {
1262
- backgroundColor: string;
1263
- borderRadius: string;
1264
- fontFamily: string;
1265
- fontSize: string;
1266
- textColor: string;
1267
- } | undefined;
1268
1268
  icon?: {
1269
1269
  borderColor: string;
1270
1270
  width: string;
@@ -1309,6 +1309,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1309
1309
  backgroundColor: string;
1310
1310
  } | undefined;
1311
1311
  }, {
1312
+ header?: {
1313
+ backgroundColor: string;
1314
+ fontSize: string;
1315
+ textColor: string;
1316
+ borderRadius: string;
1317
+ fontFamily: string;
1318
+ } | undefined;
1312
1319
  banner?: {
1313
1320
  backgroundColor: string;
1314
1321
  fontSize: string;
@@ -1326,13 +1333,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1326
1333
  textColor: string;
1327
1334
  borderRadius: string;
1328
1335
  } | undefined;
1329
- header?: {
1330
- backgroundColor: string;
1331
- fontSize: string;
1332
- textColor: string;
1333
- borderRadius: string;
1334
- fontFamily: string;
1335
- } | undefined;
1336
1336
  icon?: {
1337
1337
  borderColor: string;
1338
1338
  width: string;
@@ -1445,6 +1445,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1445
1445
  backgroundColor: string;
1446
1446
  } | undefined;
1447
1447
  }, {
1448
+ header?: {
1449
+ backgroundColor: string;
1450
+ fontSize: string;
1451
+ textColor: string;
1452
+ borderRadius: string;
1453
+ fontFamily: string;
1454
+ } | undefined;
1448
1455
  banner?: {
1449
1456
  backgroundColor: string;
1450
1457
  fontSize: string;
@@ -1462,13 +1469,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1462
1469
  textColor: string;
1463
1470
  borderRadius: string;
1464
1471
  } | undefined;
1465
- header?: {
1466
- backgroundColor: string;
1467
- fontSize: string;
1468
- textColor: string;
1469
- borderRadius: string;
1470
- fontFamily: string;
1471
- } | undefined;
1472
1472
  icon?: {
1473
1473
  borderColor: string;
1474
1474
  width: string;
@@ -1593,6 +1593,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1593
1593
  } | null;
1594
1594
  locale: string | null;
1595
1595
  theme: {
1596
+ header?: {
1597
+ backgroundColor: string;
1598
+ fontSize: string;
1599
+ textColor: string;
1600
+ borderRadius: string;
1601
+ fontFamily: string;
1602
+ } | undefined;
1596
1603
  banner?: {
1597
1604
  backgroundColor: string;
1598
1605
  fontSize: string;
@@ -1610,13 +1617,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1610
1617
  textColor: string;
1611
1618
  borderRadius: string;
1612
1619
  } | undefined;
1613
- header?: {
1614
- backgroundColor: string;
1615
- fontSize: string;
1616
- textColor: string;
1617
- borderRadius: string;
1618
- fontFamily: string;
1619
- } | undefined;
1620
1620
  icon?: {
1621
1621
  borderColor: string;
1622
1622
  width: string;
@@ -1741,6 +1741,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1741
1741
  } | null;
1742
1742
  locale: string | null;
1743
1743
  theme: {
1744
+ header?: {
1745
+ backgroundColor: string;
1746
+ fontSize: string;
1747
+ textColor: string;
1748
+ borderRadius: string;
1749
+ fontFamily: string;
1750
+ } | undefined;
1744
1751
  banner?: {
1745
1752
  backgroundColor: string;
1746
1753
  fontSize: string;
@@ -1758,13 +1765,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1758
1765
  textColor: string;
1759
1766
  borderRadius: string;
1760
1767
  } | undefined;
1761
- header?: {
1762
- backgroundColor: string;
1763
- fontSize: string;
1764
- textColor: string;
1765
- borderRadius: string;
1766
- fontFamily: string;
1767
- } | undefined;
1768
1768
  icon?: {
1769
1769
  borderColor: string;
1770
1770
  width: string;
@@ -1897,6 +1897,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1897
1897
  } | null;
1898
1898
  locale: string | null;
1899
1899
  theme: {
1900
+ header?: {
1901
+ backgroundColor: string;
1902
+ fontSize: string;
1903
+ textColor: string;
1904
+ borderRadius: string;
1905
+ fontFamily: string;
1906
+ } | undefined;
1900
1907
  banner?: {
1901
1908
  backgroundColor: string;
1902
1909
  fontSize: string;
@@ -1914,13 +1921,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
1914
1921
  textColor: string;
1915
1922
  borderRadius: string;
1916
1923
  } | undefined;
1917
- header?: {
1918
- backgroundColor: string;
1919
- fontSize: string;
1920
- textColor: string;
1921
- borderRadius: string;
1922
- fontFamily: string;
1923
- } | undefined;
1924
1924
  icon?: {
1925
1925
  borderColor: string;
1926
1926
  width: string;
@@ -2053,6 +2053,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
2053
2053
  } | null;
2054
2054
  locale: string | null;
2055
2055
  theme: {
2056
+ header?: {
2057
+ backgroundColor: string;
2058
+ fontSize: string;
2059
+ textColor: string;
2060
+ borderRadius: string;
2061
+ fontFamily: string;
2062
+ } | undefined;
2056
2063
  banner?: {
2057
2064
  backgroundColor: string;
2058
2065
  fontSize: string;
@@ -2070,13 +2077,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
2070
2077
  textColor: string;
2071
2078
  borderRadius: string;
2072
2079
  } | undefined;
2073
- header?: {
2074
- backgroundColor: string;
2075
- fontSize: string;
2076
- textColor: string;
2077
- borderRadius: string;
2078
- fontFamily: string;
2079
- } | undefined;
2080
2080
  icon?: {
2081
2081
  borderColor: string;
2082
2082
  width: string;
@@ -2625,6 +2625,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
2625
2625
  backgroundColor: string;
2626
2626
  }>>>;
2627
2627
  }, "strip", z.ZodTypeAny, {
2628
+ header?: {
2629
+ backgroundColor: string;
2630
+ borderRadius: string;
2631
+ fontFamily: string;
2632
+ fontSize: string;
2633
+ textColor: string;
2634
+ } | undefined;
2628
2635
  banner?: {
2629
2636
  backgroundColor: string;
2630
2637
  backgroundOpacity: number | undefined;
@@ -2642,13 +2649,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
2642
2649
  fontSize: string;
2643
2650
  textColor: string;
2644
2651
  } | undefined;
2645
- header?: {
2646
- backgroundColor: string;
2647
- borderRadius: string;
2648
- fontFamily: string;
2649
- fontSize: string;
2650
- textColor: string;
2651
- } | undefined;
2652
2652
  icon?: {
2653
2653
  borderColor: string;
2654
2654
  width: string;
@@ -2693,6 +2693,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
2693
2693
  backgroundColor: string;
2694
2694
  } | undefined;
2695
2695
  }, {
2696
+ header?: {
2697
+ backgroundColor: string;
2698
+ fontSize: string;
2699
+ textColor: string;
2700
+ borderRadius: string;
2701
+ fontFamily: string;
2702
+ } | undefined;
2696
2703
  banner?: {
2697
2704
  backgroundColor: string;
2698
2705
  fontSize: string;
@@ -2710,13 +2717,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
2710
2717
  textColor: string;
2711
2718
  borderRadius: string;
2712
2719
  } | undefined;
2713
- header?: {
2714
- backgroundColor: string;
2715
- fontSize: string;
2716
- textColor: string;
2717
- borderRadius: string;
2718
- fontFamily: string;
2719
- } | undefined;
2720
2720
  icon?: {
2721
2721
  borderColor: string;
2722
2722
  width: string;
@@ -2829,6 +2829,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
2829
2829
  backgroundColor: string;
2830
2830
  } | undefined;
2831
2831
  }, {
2832
+ header?: {
2833
+ backgroundColor: string;
2834
+ fontSize: string;
2835
+ textColor: string;
2836
+ borderRadius: string;
2837
+ fontFamily: string;
2838
+ } | undefined;
2832
2839
  banner?: {
2833
2840
  backgroundColor: string;
2834
2841
  fontSize: string;
@@ -2846,13 +2853,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
2846
2853
  textColor: string;
2847
2854
  borderRadius: string;
2848
2855
  } | undefined;
2849
- header?: {
2850
- backgroundColor: string;
2851
- fontSize: string;
2852
- textColor: string;
2853
- borderRadius: string;
2854
- fontFamily: string;
2855
- } | undefined;
2856
2856
  icon?: {
2857
2857
  borderColor: string;
2858
2858
  width: string;
@@ -2977,6 +2977,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
2977
2977
  } | null;
2978
2978
  locale: string | null;
2979
2979
  theme: {
2980
+ header?: {
2981
+ backgroundColor: string;
2982
+ fontSize: string;
2983
+ textColor: string;
2984
+ borderRadius: string;
2985
+ fontFamily: string;
2986
+ } | undefined;
2980
2987
  banner?: {
2981
2988
  backgroundColor: string;
2982
2989
  fontSize: string;
@@ -2994,13 +3001,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
2994
3001
  textColor: string;
2995
3002
  borderRadius: string;
2996
3003
  } | undefined;
2997
- header?: {
2998
- backgroundColor: string;
2999
- fontSize: string;
3000
- textColor: string;
3001
- borderRadius: string;
3002
- fontFamily: string;
3003
- } | undefined;
3004
3004
  icon?: {
3005
3005
  borderColor: string;
3006
3006
  width: string;
@@ -3125,6 +3125,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
3125
3125
  } | null;
3126
3126
  locale: string | null;
3127
3127
  theme: {
3128
+ header?: {
3129
+ backgroundColor: string;
3130
+ fontSize: string;
3131
+ textColor: string;
3132
+ borderRadius: string;
3133
+ fontFamily: string;
3134
+ } | undefined;
3128
3135
  banner?: {
3129
3136
  backgroundColor: string;
3130
3137
  fontSize: string;
@@ -3142,13 +3149,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
3142
3149
  textColor: string;
3143
3150
  borderRadius: string;
3144
3151
  } | undefined;
3145
- header?: {
3146
- backgroundColor: string;
3147
- fontSize: string;
3148
- textColor: string;
3149
- borderRadius: string;
3150
- fontFamily: string;
3151
- } | undefined;
3152
3152
  icon?: {
3153
3153
  borderColor: string;
3154
3154
  width: string;
@@ -3281,6 +3281,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
3281
3281
  } | null;
3282
3282
  locale: string | null;
3283
3283
  theme: {
3284
+ header?: {
3285
+ backgroundColor: string;
3286
+ fontSize: string;
3287
+ textColor: string;
3288
+ borderRadius: string;
3289
+ fontFamily: string;
3290
+ } | undefined;
3284
3291
  banner?: {
3285
3292
  backgroundColor: string;
3286
3293
  fontSize: string;
@@ -3298,13 +3305,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
3298
3305
  textColor: string;
3299
3306
  borderRadius: string;
3300
3307
  } | undefined;
3301
- header?: {
3302
- backgroundColor: string;
3303
- fontSize: string;
3304
- textColor: string;
3305
- borderRadius: string;
3306
- fontFamily: string;
3307
- } | undefined;
3308
3308
  icon?: {
3309
3309
  borderColor: string;
3310
3310
  width: string;
@@ -3437,6 +3437,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
3437
3437
  } | null;
3438
3438
  locale: string | null;
3439
3439
  theme: {
3440
+ header?: {
3441
+ backgroundColor: string;
3442
+ fontSize: string;
3443
+ textColor: string;
3444
+ borderRadius: string;
3445
+ fontFamily: string;
3446
+ } | undefined;
3440
3447
  banner?: {
3441
3448
  backgroundColor: string;
3442
3449
  fontSize: string;
@@ -3454,13 +3461,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
3454
3461
  textColor: string;
3455
3462
  borderRadius: string;
3456
3463
  } | undefined;
3457
- header?: {
3458
- backgroundColor: string;
3459
- fontSize: string;
3460
- textColor: string;
3461
- borderRadius: string;
3462
- fontFamily: string;
3463
- } | undefined;
3464
3464
  icon?: {
3465
3465
  borderColor: string;
3466
3466
  width: string;