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
@@ -288,6 +288,13 @@ export declare const inboxConfigPayload: 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 inboxConfigPayload: 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 inboxConfigPayload: 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 inboxConfigPayload: 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 inboxConfigPayload: 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 inboxConfigPayload: 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 inboxConfigPayload: 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 inboxConfigPayload: 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;
@@ -1080,6 +1080,13 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
1080
1080
  backgroundColor: string;
1081
1081
  }>>>;
1082
1082
  }, "strip", z.ZodTypeAny, {
1083
+ header?: {
1084
+ backgroundColor: string;
1085
+ borderRadius: string;
1086
+ fontFamily: string;
1087
+ fontSize: string;
1088
+ textColor: string;
1089
+ } | undefined;
1083
1090
  banner?: {
1084
1091
  backgroundColor: string;
1085
1092
  backgroundOpacity: number | undefined;
@@ -1097,13 +1104,6 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
1097
1104
  fontSize: string;
1098
1105
  textColor: string;
1099
1106
  } | undefined;
1100
- header?: {
1101
- backgroundColor: string;
1102
- borderRadius: string;
1103
- fontFamily: string;
1104
- fontSize: string;
1105
- textColor: string;
1106
- } | undefined;
1107
1107
  icon?: {
1108
1108
  borderColor: string;
1109
1109
  width: string;
@@ -1148,6 +1148,13 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
1148
1148
  backgroundColor: string;
1149
1149
  } | undefined;
1150
1150
  }, {
1151
+ header?: {
1152
+ backgroundColor: string;
1153
+ fontSize: string;
1154
+ textColor: string;
1155
+ borderRadius: string;
1156
+ fontFamily: string;
1157
+ } | undefined;
1151
1158
  banner?: {
1152
1159
  backgroundColor: string;
1153
1160
  fontSize: string;
@@ -1165,13 +1172,6 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
1165
1172
  textColor: string;
1166
1173
  borderRadius: string;
1167
1174
  } | undefined;
1168
- header?: {
1169
- backgroundColor: string;
1170
- fontSize: string;
1171
- textColor: string;
1172
- borderRadius: string;
1173
- fontFamily: string;
1174
- } | undefined;
1175
1175
  icon?: {
1176
1176
  borderColor: string;
1177
1177
  width: string;
@@ -1284,6 +1284,13 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
1284
1284
  backgroundColor: string;
1285
1285
  } | undefined;
1286
1286
  }, {
1287
+ header?: {
1288
+ backgroundColor: string;
1289
+ fontSize: string;
1290
+ textColor: string;
1291
+ borderRadius: string;
1292
+ fontFamily: string;
1293
+ } | undefined;
1287
1294
  banner?: {
1288
1295
  backgroundColor: string;
1289
1296
  fontSize: string;
@@ -1301,13 +1308,6 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
1301
1308
  textColor: string;
1302
1309
  borderRadius: string;
1303
1310
  } | undefined;
1304
- header?: {
1305
- backgroundColor: string;
1306
- fontSize: string;
1307
- textColor: string;
1308
- borderRadius: string;
1309
- fontFamily: string;
1310
- } | undefined;
1311
1311
  icon?: {
1312
1312
  borderColor: string;
1313
1313
  width: string;
@@ -1432,6 +1432,13 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
1432
1432
  } | null;
1433
1433
  locale: string | null;
1434
1434
  theme: {
1435
+ header?: {
1436
+ backgroundColor: string;
1437
+ fontSize: string;
1438
+ textColor: string;
1439
+ borderRadius: string;
1440
+ fontFamily: string;
1441
+ } | undefined;
1435
1442
  banner?: {
1436
1443
  backgroundColor: string;
1437
1444
  fontSize: string;
@@ -1449,13 +1456,6 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
1449
1456
  textColor: string;
1450
1457
  borderRadius: string;
1451
1458
  } | undefined;
1452
- header?: {
1453
- backgroundColor: string;
1454
- fontSize: string;
1455
- textColor: string;
1456
- borderRadius: string;
1457
- fontFamily: string;
1458
- } | undefined;
1459
1459
  icon?: {
1460
1460
  borderColor: string;
1461
1461
  width: string;
@@ -1580,6 +1580,13 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
1580
1580
  } | null;
1581
1581
  locale: string | null;
1582
1582
  theme: {
1583
+ header?: {
1584
+ backgroundColor: string;
1585
+ fontSize: string;
1586
+ textColor: string;
1587
+ borderRadius: string;
1588
+ fontFamily: string;
1589
+ } | undefined;
1583
1590
  banner?: {
1584
1591
  backgroundColor: string;
1585
1592
  fontSize: string;
@@ -1597,13 +1604,6 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
1597
1604
  textColor: string;
1598
1605
  borderRadius: string;
1599
1606
  } | undefined;
1600
- header?: {
1601
- backgroundColor: string;
1602
- fontSize: string;
1603
- textColor: string;
1604
- borderRadius: string;
1605
- fontFamily: string;
1606
- } | undefined;
1607
1607
  icon?: {
1608
1608
  borderColor: string;
1609
1609
  width: string;
@@ -2148,6 +2148,13 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
2148
2148
  backgroundColor: string;
2149
2149
  }>>>;
2150
2150
  }, "strip", z.ZodTypeAny, {
2151
+ header?: {
2152
+ backgroundColor: string;
2153
+ borderRadius: string;
2154
+ fontFamily: string;
2155
+ fontSize: string;
2156
+ textColor: string;
2157
+ } | undefined;
2151
2158
  banner?: {
2152
2159
  backgroundColor: string;
2153
2160
  backgroundOpacity: number | undefined;
@@ -2165,13 +2172,6 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
2165
2172
  fontSize: string;
2166
2173
  textColor: string;
2167
2174
  } | undefined;
2168
- header?: {
2169
- backgroundColor: string;
2170
- borderRadius: string;
2171
- fontFamily: string;
2172
- fontSize: string;
2173
- textColor: string;
2174
- } | undefined;
2175
2175
  icon?: {
2176
2176
  borderColor: string;
2177
2177
  width: string;
@@ -2216,6 +2216,13 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
2216
2216
  backgroundColor: string;
2217
2217
  } | undefined;
2218
2218
  }, {
2219
+ header?: {
2220
+ backgroundColor: string;
2221
+ fontSize: string;
2222
+ textColor: string;
2223
+ borderRadius: string;
2224
+ fontFamily: string;
2225
+ } | undefined;
2219
2226
  banner?: {
2220
2227
  backgroundColor: string;
2221
2228
  fontSize: string;
@@ -2233,13 +2240,6 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
2233
2240
  textColor: string;
2234
2241
  borderRadius: string;
2235
2242
  } | undefined;
2236
- header?: {
2237
- backgroundColor: string;
2238
- fontSize: string;
2239
- textColor: string;
2240
- borderRadius: string;
2241
- fontFamily: string;
2242
- } | undefined;
2243
2243
  icon?: {
2244
2244
  borderColor: string;
2245
2245
  width: string;
@@ -2352,6 +2352,13 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
2352
2352
  backgroundColor: string;
2353
2353
  } | undefined;
2354
2354
  }, {
2355
+ header?: {
2356
+ backgroundColor: string;
2357
+ fontSize: string;
2358
+ textColor: string;
2359
+ borderRadius: string;
2360
+ fontFamily: string;
2361
+ } | undefined;
2355
2362
  banner?: {
2356
2363
  backgroundColor: string;
2357
2364
  fontSize: string;
@@ -2369,13 +2376,6 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
2369
2376
  textColor: string;
2370
2377
  borderRadius: string;
2371
2378
  } | undefined;
2372
- header?: {
2373
- backgroundColor: string;
2374
- fontSize: string;
2375
- textColor: string;
2376
- borderRadius: string;
2377
- fontFamily: string;
2378
- } | undefined;
2379
2379
  icon?: {
2380
2380
  borderColor: string;
2381
2381
  width: string;
@@ -2500,6 +2500,13 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
2500
2500
  } | null;
2501
2501
  locale: string | null;
2502
2502
  theme: {
2503
+ header?: {
2504
+ backgroundColor: string;
2505
+ fontSize: string;
2506
+ textColor: string;
2507
+ borderRadius: string;
2508
+ fontFamily: string;
2509
+ } | undefined;
2503
2510
  banner?: {
2504
2511
  backgroundColor: string;
2505
2512
  fontSize: string;
@@ -2517,13 +2524,6 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
2517
2524
  textColor: string;
2518
2525
  borderRadius: string;
2519
2526
  } | undefined;
2520
- header?: {
2521
- backgroundColor: string;
2522
- fontSize: string;
2523
- textColor: string;
2524
- borderRadius: string;
2525
- fontFamily: string;
2526
- } | undefined;
2527
2527
  icon?: {
2528
2528
  borderColor: string;
2529
2529
  width: string;
@@ -2648,6 +2648,13 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
2648
2648
  } | null;
2649
2649
  locale: string | null;
2650
2650
  theme: {
2651
+ header?: {
2652
+ backgroundColor: string;
2653
+ fontSize: string;
2654
+ textColor: string;
2655
+ borderRadius: string;
2656
+ fontFamily: string;
2657
+ } | undefined;
2651
2658
  banner?: {
2652
2659
  backgroundColor: string;
2653
2660
  fontSize: string;
@@ -2665,13 +2672,6 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
2665
2672
  textColor: string;
2666
2673
  borderRadius: string;
2667
2674
  } | undefined;
2668
- header?: {
2669
- backgroundColor: string;
2670
- fontSize: string;
2671
- textColor: string;
2672
- borderRadius: string;
2673
- fontFamily: string;
2674
- } | undefined;
2675
2675
  icon?: {
2676
2676
  borderColor: string;
2677
2677
  width: string;