magicbell-js 0.3.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/commonjs/project-client/http/transport/request-builder.js.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
- package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
- package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +39 -39
- package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
- package/dist/commonjs/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/common/user.d.ts +6 -6
- package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
- package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
- package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
- package/dist/commonjs/socket.d.ts +11 -0
- package/dist/commonjs/socket.d.ts.map +1 -0
- package/dist/commonjs/socket.js +196 -0
- package/dist/commonjs/socket.js.map +1 -0
- package/dist/commonjs/user-client/http/transport/request-builder.js.map +1 -1
- package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
- package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
- package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
- package/dist/esm/project-client/http/transport/request-builder.js.map +1 -1
- package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
- package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
- package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
- package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
- package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
- package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/esm/project-client/services/common/user.d.ts +6 -6
- package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
- package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
- package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
- package/dist/esm/socket.d.ts +11 -0
- package/dist/esm/socket.d.ts.map +1 -0
- package/dist/esm/socket.js +192 -0
- package/dist/esm/socket.js.map +1 -0
- package/dist/esm/user-client/http/transport/request-builder.js.map +1 -1
- package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
- package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
- package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
- package/package.json +14 -3
- package/socket/package.json +4 -0
- package/src/project-client/http/transport/request-builder.ts +1 -1
- package/src/socket.ts +228 -0
- package/src/user-client/http/transport/request-builder.ts +1 -1
|
@@ -287,6 +287,13 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
|
|
|
287
287
|
backgroundColor: string;
|
|
288
288
|
}>>>;
|
|
289
289
|
}, "strip", z.ZodTypeAny, {
|
|
290
|
+
header?: {
|
|
291
|
+
backgroundColor: string;
|
|
292
|
+
fontSize: string;
|
|
293
|
+
textColor: string;
|
|
294
|
+
borderRadius: string;
|
|
295
|
+
fontFamily: string;
|
|
296
|
+
} | undefined;
|
|
290
297
|
banner?: {
|
|
291
298
|
backgroundColor: string;
|
|
292
299
|
fontSize: string;
|
|
@@ -304,13 +311,6 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
|
|
|
304
311
|
textColor: string;
|
|
305
312
|
borderRadius: string;
|
|
306
313
|
} | undefined;
|
|
307
|
-
header?: {
|
|
308
|
-
backgroundColor: string;
|
|
309
|
-
fontSize: string;
|
|
310
|
-
textColor: string;
|
|
311
|
-
borderRadius: string;
|
|
312
|
-
fontFamily: string;
|
|
313
|
-
} | undefined;
|
|
314
314
|
icon?: {
|
|
315
315
|
borderColor: string;
|
|
316
316
|
width: string;
|
|
@@ -355,6 +355,13 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
|
|
|
355
355
|
backgroundColor: string;
|
|
356
356
|
} | undefined;
|
|
357
357
|
}, {
|
|
358
|
+
header?: {
|
|
359
|
+
backgroundColor: string;
|
|
360
|
+
fontSize: string;
|
|
361
|
+
textColor: string;
|
|
362
|
+
borderRadius: string;
|
|
363
|
+
fontFamily: string;
|
|
364
|
+
} | undefined;
|
|
358
365
|
banner?: {
|
|
359
366
|
backgroundColor: string;
|
|
360
367
|
fontSize: string;
|
|
@@ -372,13 +379,6 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
|
|
|
372
379
|
textColor: string;
|
|
373
380
|
borderRadius: string;
|
|
374
381
|
} | undefined;
|
|
375
|
-
header?: {
|
|
376
|
-
backgroundColor: string;
|
|
377
|
-
fontSize: string;
|
|
378
|
-
textColor: string;
|
|
379
|
-
borderRadius: string;
|
|
380
|
-
fontFamily: string;
|
|
381
|
-
} | undefined;
|
|
382
382
|
icon?: {
|
|
383
383
|
borderColor: string;
|
|
384
384
|
width: string;
|
|
@@ -429,6 +429,13 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
|
|
|
429
429
|
} | null;
|
|
430
430
|
locale: string | null;
|
|
431
431
|
theme: {
|
|
432
|
+
header?: {
|
|
433
|
+
backgroundColor: string;
|
|
434
|
+
fontSize: string;
|
|
435
|
+
textColor: string;
|
|
436
|
+
borderRadius: string;
|
|
437
|
+
fontFamily: string;
|
|
438
|
+
} | undefined;
|
|
432
439
|
banner?: {
|
|
433
440
|
backgroundColor: string;
|
|
434
441
|
fontSize: string;
|
|
@@ -446,13 +453,6 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
|
|
|
446
453
|
textColor: string;
|
|
447
454
|
borderRadius: string;
|
|
448
455
|
} | undefined;
|
|
449
|
-
header?: {
|
|
450
|
-
backgroundColor: string;
|
|
451
|
-
fontSize: string;
|
|
452
|
-
textColor: string;
|
|
453
|
-
borderRadius: string;
|
|
454
|
-
fontFamily: string;
|
|
455
|
-
} | undefined;
|
|
456
456
|
icon?: {
|
|
457
457
|
borderColor: string;
|
|
458
458
|
width: string;
|
|
@@ -503,6 +503,13 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
|
|
|
503
503
|
} | null;
|
|
504
504
|
locale: string | null;
|
|
505
505
|
theme: {
|
|
506
|
+
header?: {
|
|
507
|
+
backgroundColor: string;
|
|
508
|
+
fontSize: string;
|
|
509
|
+
textColor: string;
|
|
510
|
+
borderRadius: string;
|
|
511
|
+
fontFamily: string;
|
|
512
|
+
} | undefined;
|
|
506
513
|
banner?: {
|
|
507
514
|
backgroundColor: string;
|
|
508
515
|
fontSize: string;
|
|
@@ -520,13 +527,6 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
|
|
|
520
527
|
textColor: string;
|
|
521
528
|
borderRadius: string;
|
|
522
529
|
} | undefined;
|
|
523
|
-
header?: {
|
|
524
|
-
backgroundColor: string;
|
|
525
|
-
fontSize: string;
|
|
526
|
-
textColor: string;
|
|
527
|
-
borderRadius: string;
|
|
528
|
-
fontFamily: string;
|
|
529
|
-
} | undefined;
|
|
530
530
|
icon?: {
|
|
531
531
|
borderColor: string;
|
|
532
532
|
width: string;
|
|
@@ -581,6 +581,13 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
|
|
|
581
581
|
} | null;
|
|
582
582
|
locale: string | null;
|
|
583
583
|
theme: {
|
|
584
|
+
header?: {
|
|
585
|
+
backgroundColor: string;
|
|
586
|
+
fontSize: string;
|
|
587
|
+
textColor: string;
|
|
588
|
+
borderRadius: string;
|
|
589
|
+
fontFamily: string;
|
|
590
|
+
} | undefined;
|
|
584
591
|
banner?: {
|
|
585
592
|
backgroundColor: string;
|
|
586
593
|
fontSize: string;
|
|
@@ -598,13 +605,6 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
|
|
|
598
605
|
textColor: string;
|
|
599
606
|
borderRadius: string;
|
|
600
607
|
} | undefined;
|
|
601
|
-
header?: {
|
|
602
|
-
backgroundColor: string;
|
|
603
|
-
fontSize: string;
|
|
604
|
-
textColor: string;
|
|
605
|
-
borderRadius: string;
|
|
606
|
-
fontFamily: string;
|
|
607
|
-
} | undefined;
|
|
608
608
|
icon?: {
|
|
609
609
|
borderColor: string;
|
|
610
610
|
width: string;
|
|
@@ -659,6 +659,13 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
|
|
|
659
659
|
} | null;
|
|
660
660
|
locale: string | null;
|
|
661
661
|
theme: {
|
|
662
|
+
header?: {
|
|
663
|
+
backgroundColor: string;
|
|
664
|
+
fontSize: string;
|
|
665
|
+
textColor: string;
|
|
666
|
+
borderRadius: string;
|
|
667
|
+
fontFamily: string;
|
|
668
|
+
} | undefined;
|
|
662
669
|
banner?: {
|
|
663
670
|
backgroundColor: string;
|
|
664
671
|
fontSize: string;
|
|
@@ -676,13 +683,6 @@ export declare const inboxConfig: z.ZodLazy<z.ZodObject<{
|
|
|
676
683
|
textColor: string;
|
|
677
684
|
borderRadius: string;
|
|
678
685
|
} | undefined;
|
|
679
|
-
header?: {
|
|
680
|
-
backgroundColor: string;
|
|
681
|
-
fontSize: string;
|
|
682
|
-
textColor: string;
|
|
683
|
-
borderRadius: string;
|
|
684
|
-
fontFamily: string;
|
|
685
|
-
} | undefined;
|
|
686
686
|
icon?: {
|
|
687
687
|
borderColor: string;
|
|
688
688
|
width: string;
|
|
@@ -1238,6 +1238,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
1238
1238
|
backgroundColor: string;
|
|
1239
1239
|
}>>>;
|
|
1240
1240
|
}, "strip", z.ZodTypeAny, {
|
|
1241
|
+
header?: {
|
|
1242
|
+
backgroundColor: string;
|
|
1243
|
+
borderRadius: string;
|
|
1244
|
+
fontFamily: string;
|
|
1245
|
+
fontSize: string;
|
|
1246
|
+
textColor: string;
|
|
1247
|
+
} | undefined;
|
|
1241
1248
|
banner?: {
|
|
1242
1249
|
backgroundColor: string;
|
|
1243
1250
|
backgroundOpacity: number | undefined;
|
|
@@ -1255,13 +1262,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
1255
1262
|
fontSize: string;
|
|
1256
1263
|
textColor: string;
|
|
1257
1264
|
} | undefined;
|
|
1258
|
-
header?: {
|
|
1259
|
-
backgroundColor: string;
|
|
1260
|
-
borderRadius: string;
|
|
1261
|
-
fontFamily: string;
|
|
1262
|
-
fontSize: string;
|
|
1263
|
-
textColor: string;
|
|
1264
|
-
} | undefined;
|
|
1265
1265
|
icon?: {
|
|
1266
1266
|
borderColor: string;
|
|
1267
1267
|
width: string;
|
|
@@ -1306,6 +1306,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
1306
1306
|
backgroundColor: string;
|
|
1307
1307
|
} | undefined;
|
|
1308
1308
|
}, {
|
|
1309
|
+
header?: {
|
|
1310
|
+
backgroundColor: string;
|
|
1311
|
+
fontSize: string;
|
|
1312
|
+
textColor: string;
|
|
1313
|
+
borderRadius: string;
|
|
1314
|
+
fontFamily: string;
|
|
1315
|
+
} | undefined;
|
|
1309
1316
|
banner?: {
|
|
1310
1317
|
backgroundColor: string;
|
|
1311
1318
|
fontSize: string;
|
|
@@ -1323,13 +1330,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
1323
1330
|
textColor: string;
|
|
1324
1331
|
borderRadius: string;
|
|
1325
1332
|
} | undefined;
|
|
1326
|
-
header?: {
|
|
1327
|
-
backgroundColor: string;
|
|
1328
|
-
fontSize: string;
|
|
1329
|
-
textColor: string;
|
|
1330
|
-
borderRadius: string;
|
|
1331
|
-
fontFamily: string;
|
|
1332
|
-
} | undefined;
|
|
1333
1333
|
icon?: {
|
|
1334
1334
|
borderColor: string;
|
|
1335
1335
|
width: string;
|
|
@@ -1442,6 +1442,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
1442
1442
|
backgroundColor: string;
|
|
1443
1443
|
} | undefined;
|
|
1444
1444
|
}, {
|
|
1445
|
+
header?: {
|
|
1446
|
+
backgroundColor: string;
|
|
1447
|
+
fontSize: string;
|
|
1448
|
+
textColor: string;
|
|
1449
|
+
borderRadius: string;
|
|
1450
|
+
fontFamily: string;
|
|
1451
|
+
} | undefined;
|
|
1445
1452
|
banner?: {
|
|
1446
1453
|
backgroundColor: string;
|
|
1447
1454
|
fontSize: string;
|
|
@@ -1459,13 +1466,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
1459
1466
|
textColor: string;
|
|
1460
1467
|
borderRadius: string;
|
|
1461
1468
|
} | undefined;
|
|
1462
|
-
header?: {
|
|
1463
|
-
backgroundColor: string;
|
|
1464
|
-
fontSize: string;
|
|
1465
|
-
textColor: string;
|
|
1466
|
-
borderRadius: string;
|
|
1467
|
-
fontFamily: string;
|
|
1468
|
-
} | undefined;
|
|
1469
1469
|
icon?: {
|
|
1470
1470
|
borderColor: string;
|
|
1471
1471
|
width: string;
|
|
@@ -1590,6 +1590,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
1590
1590
|
} | null;
|
|
1591
1591
|
locale: string | null;
|
|
1592
1592
|
theme: {
|
|
1593
|
+
header?: {
|
|
1594
|
+
backgroundColor: string;
|
|
1595
|
+
fontSize: string;
|
|
1596
|
+
textColor: string;
|
|
1597
|
+
borderRadius: string;
|
|
1598
|
+
fontFamily: string;
|
|
1599
|
+
} | undefined;
|
|
1593
1600
|
banner?: {
|
|
1594
1601
|
backgroundColor: string;
|
|
1595
1602
|
fontSize: string;
|
|
@@ -1607,13 +1614,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
1607
1614
|
textColor: string;
|
|
1608
1615
|
borderRadius: string;
|
|
1609
1616
|
} | undefined;
|
|
1610
|
-
header?: {
|
|
1611
|
-
backgroundColor: string;
|
|
1612
|
-
fontSize: string;
|
|
1613
|
-
textColor: string;
|
|
1614
|
-
borderRadius: string;
|
|
1615
|
-
fontFamily: string;
|
|
1616
|
-
} | undefined;
|
|
1617
1617
|
icon?: {
|
|
1618
1618
|
borderColor: string;
|
|
1619
1619
|
width: string;
|
|
@@ -1738,6 +1738,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
1738
1738
|
} | null;
|
|
1739
1739
|
locale: string | null;
|
|
1740
1740
|
theme: {
|
|
1741
|
+
header?: {
|
|
1742
|
+
backgroundColor: string;
|
|
1743
|
+
fontSize: string;
|
|
1744
|
+
textColor: string;
|
|
1745
|
+
borderRadius: string;
|
|
1746
|
+
fontFamily: string;
|
|
1747
|
+
} | undefined;
|
|
1741
1748
|
banner?: {
|
|
1742
1749
|
backgroundColor: string;
|
|
1743
1750
|
fontSize: string;
|
|
@@ -1755,13 +1762,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
1755
1762
|
textColor: string;
|
|
1756
1763
|
borderRadius: string;
|
|
1757
1764
|
} | undefined;
|
|
1758
|
-
header?: {
|
|
1759
|
-
backgroundColor: string;
|
|
1760
|
-
fontSize: string;
|
|
1761
|
-
textColor: string;
|
|
1762
|
-
borderRadius: string;
|
|
1763
|
-
fontFamily: string;
|
|
1764
|
-
} | undefined;
|
|
1765
1765
|
icon?: {
|
|
1766
1766
|
borderColor: string;
|
|
1767
1767
|
width: string;
|
|
@@ -1894,6 +1894,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
1894
1894
|
} | null;
|
|
1895
1895
|
locale: string | null;
|
|
1896
1896
|
theme: {
|
|
1897
|
+
header?: {
|
|
1898
|
+
backgroundColor: string;
|
|
1899
|
+
fontSize: string;
|
|
1900
|
+
textColor: string;
|
|
1901
|
+
borderRadius: string;
|
|
1902
|
+
fontFamily: string;
|
|
1903
|
+
} | undefined;
|
|
1897
1904
|
banner?: {
|
|
1898
1905
|
backgroundColor: string;
|
|
1899
1906
|
fontSize: string;
|
|
@@ -1911,13 +1918,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
1911
1918
|
textColor: string;
|
|
1912
1919
|
borderRadius: string;
|
|
1913
1920
|
} | undefined;
|
|
1914
|
-
header?: {
|
|
1915
|
-
backgroundColor: string;
|
|
1916
|
-
fontSize: string;
|
|
1917
|
-
textColor: string;
|
|
1918
|
-
borderRadius: string;
|
|
1919
|
-
fontFamily: string;
|
|
1920
|
-
} | undefined;
|
|
1921
1921
|
icon?: {
|
|
1922
1922
|
borderColor: string;
|
|
1923
1923
|
width: string;
|
|
@@ -2050,6 +2050,13 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
2050
2050
|
} | null;
|
|
2051
2051
|
locale: string | null;
|
|
2052
2052
|
theme: {
|
|
2053
|
+
header?: {
|
|
2054
|
+
backgroundColor: string;
|
|
2055
|
+
fontSize: string;
|
|
2056
|
+
textColor: string;
|
|
2057
|
+
borderRadius: string;
|
|
2058
|
+
fontFamily: string;
|
|
2059
|
+
} | undefined;
|
|
2053
2060
|
banner?: {
|
|
2054
2061
|
backgroundColor: string;
|
|
2055
2062
|
fontSize: string;
|
|
@@ -2067,13 +2074,6 @@ export declare const inboxConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
2067
2074
|
textColor: string;
|
|
2068
2075
|
borderRadius: string;
|
|
2069
2076
|
} | undefined;
|
|
2070
|
-
header?: {
|
|
2071
|
-
backgroundColor: string;
|
|
2072
|
-
fontSize: string;
|
|
2073
|
-
textColor: string;
|
|
2074
|
-
borderRadius: string;
|
|
2075
|
-
fontFamily: string;
|
|
2076
|
-
} | undefined;
|
|
2077
2077
|
icon?: {
|
|
2078
2078
|
borderColor: string;
|
|
2079
2079
|
width: string;
|
|
@@ -2621,6 +2621,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
2621
2621
|
backgroundColor: string;
|
|
2622
2622
|
}>>>;
|
|
2623
2623
|
}, "strip", z.ZodTypeAny, {
|
|
2624
|
+
header?: {
|
|
2625
|
+
backgroundColor: string;
|
|
2626
|
+
borderRadius: string;
|
|
2627
|
+
fontFamily: string;
|
|
2628
|
+
fontSize: string;
|
|
2629
|
+
textColor: string;
|
|
2630
|
+
} | undefined;
|
|
2624
2631
|
banner?: {
|
|
2625
2632
|
backgroundColor: string;
|
|
2626
2633
|
backgroundOpacity: number | undefined;
|
|
@@ -2638,13 +2645,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
2638
2645
|
fontSize: string;
|
|
2639
2646
|
textColor: string;
|
|
2640
2647
|
} | undefined;
|
|
2641
|
-
header?: {
|
|
2642
|
-
backgroundColor: string;
|
|
2643
|
-
borderRadius: string;
|
|
2644
|
-
fontFamily: string;
|
|
2645
|
-
fontSize: string;
|
|
2646
|
-
textColor: string;
|
|
2647
|
-
} | undefined;
|
|
2648
2648
|
icon?: {
|
|
2649
2649
|
borderColor: string;
|
|
2650
2650
|
width: string;
|
|
@@ -2689,6 +2689,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
2689
2689
|
backgroundColor: string;
|
|
2690
2690
|
} | undefined;
|
|
2691
2691
|
}, {
|
|
2692
|
+
header?: {
|
|
2693
|
+
backgroundColor: string;
|
|
2694
|
+
fontSize: string;
|
|
2695
|
+
textColor: string;
|
|
2696
|
+
borderRadius: string;
|
|
2697
|
+
fontFamily: string;
|
|
2698
|
+
} | undefined;
|
|
2692
2699
|
banner?: {
|
|
2693
2700
|
backgroundColor: string;
|
|
2694
2701
|
fontSize: string;
|
|
@@ -2706,13 +2713,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
2706
2713
|
textColor: string;
|
|
2707
2714
|
borderRadius: string;
|
|
2708
2715
|
} | undefined;
|
|
2709
|
-
header?: {
|
|
2710
|
-
backgroundColor: string;
|
|
2711
|
-
fontSize: string;
|
|
2712
|
-
textColor: string;
|
|
2713
|
-
borderRadius: string;
|
|
2714
|
-
fontFamily: string;
|
|
2715
|
-
} | undefined;
|
|
2716
2716
|
icon?: {
|
|
2717
2717
|
borderColor: string;
|
|
2718
2718
|
width: string;
|
|
@@ -2825,6 +2825,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
2825
2825
|
backgroundColor: string;
|
|
2826
2826
|
} | undefined;
|
|
2827
2827
|
}, {
|
|
2828
|
+
header?: {
|
|
2829
|
+
backgroundColor: string;
|
|
2830
|
+
fontSize: string;
|
|
2831
|
+
textColor: string;
|
|
2832
|
+
borderRadius: string;
|
|
2833
|
+
fontFamily: string;
|
|
2834
|
+
} | undefined;
|
|
2828
2835
|
banner?: {
|
|
2829
2836
|
backgroundColor: string;
|
|
2830
2837
|
fontSize: string;
|
|
@@ -2842,13 +2849,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
2842
2849
|
textColor: string;
|
|
2843
2850
|
borderRadius: string;
|
|
2844
2851
|
} | undefined;
|
|
2845
|
-
header?: {
|
|
2846
|
-
backgroundColor: string;
|
|
2847
|
-
fontSize: string;
|
|
2848
|
-
textColor: string;
|
|
2849
|
-
borderRadius: string;
|
|
2850
|
-
fontFamily: string;
|
|
2851
|
-
} | undefined;
|
|
2852
2852
|
icon?: {
|
|
2853
2853
|
borderColor: string;
|
|
2854
2854
|
width: string;
|
|
@@ -2973,6 +2973,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
2973
2973
|
} | null;
|
|
2974
2974
|
locale: string | null;
|
|
2975
2975
|
theme: {
|
|
2976
|
+
header?: {
|
|
2977
|
+
backgroundColor: string;
|
|
2978
|
+
fontSize: string;
|
|
2979
|
+
textColor: string;
|
|
2980
|
+
borderRadius: string;
|
|
2981
|
+
fontFamily: string;
|
|
2982
|
+
} | undefined;
|
|
2976
2983
|
banner?: {
|
|
2977
2984
|
backgroundColor: string;
|
|
2978
2985
|
fontSize: string;
|
|
@@ -2990,13 +2997,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
2990
2997
|
textColor: string;
|
|
2991
2998
|
borderRadius: string;
|
|
2992
2999
|
} | undefined;
|
|
2993
|
-
header?: {
|
|
2994
|
-
backgroundColor: string;
|
|
2995
|
-
fontSize: string;
|
|
2996
|
-
textColor: string;
|
|
2997
|
-
borderRadius: string;
|
|
2998
|
-
fontFamily: string;
|
|
2999
|
-
} | undefined;
|
|
3000
3000
|
icon?: {
|
|
3001
3001
|
borderColor: string;
|
|
3002
3002
|
width: string;
|
|
@@ -3121,6 +3121,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
3121
3121
|
} | null;
|
|
3122
3122
|
locale: string | null;
|
|
3123
3123
|
theme: {
|
|
3124
|
+
header?: {
|
|
3125
|
+
backgroundColor: string;
|
|
3126
|
+
fontSize: string;
|
|
3127
|
+
textColor: string;
|
|
3128
|
+
borderRadius: string;
|
|
3129
|
+
fontFamily: string;
|
|
3130
|
+
} | undefined;
|
|
3124
3131
|
banner?: {
|
|
3125
3132
|
backgroundColor: string;
|
|
3126
3133
|
fontSize: string;
|
|
@@ -3138,13 +3145,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
3138
3145
|
textColor: string;
|
|
3139
3146
|
borderRadius: string;
|
|
3140
3147
|
} | undefined;
|
|
3141
|
-
header?: {
|
|
3142
|
-
backgroundColor: string;
|
|
3143
|
-
fontSize: string;
|
|
3144
|
-
textColor: string;
|
|
3145
|
-
borderRadius: string;
|
|
3146
|
-
fontFamily: string;
|
|
3147
|
-
} | undefined;
|
|
3148
3148
|
icon?: {
|
|
3149
3149
|
borderColor: string;
|
|
3150
3150
|
width: string;
|
|
@@ -3277,6 +3277,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
3277
3277
|
} | null;
|
|
3278
3278
|
locale: string | null;
|
|
3279
3279
|
theme: {
|
|
3280
|
+
header?: {
|
|
3281
|
+
backgroundColor: string;
|
|
3282
|
+
fontSize: string;
|
|
3283
|
+
textColor: string;
|
|
3284
|
+
borderRadius: string;
|
|
3285
|
+
fontFamily: string;
|
|
3286
|
+
} | undefined;
|
|
3280
3287
|
banner?: {
|
|
3281
3288
|
backgroundColor: string;
|
|
3282
3289
|
fontSize: string;
|
|
@@ -3294,13 +3301,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
3294
3301
|
textColor: string;
|
|
3295
3302
|
borderRadius: string;
|
|
3296
3303
|
} | undefined;
|
|
3297
|
-
header?: {
|
|
3298
|
-
backgroundColor: string;
|
|
3299
|
-
fontSize: string;
|
|
3300
|
-
textColor: string;
|
|
3301
|
-
borderRadius: string;
|
|
3302
|
-
fontFamily: string;
|
|
3303
|
-
} | undefined;
|
|
3304
3304
|
icon?: {
|
|
3305
3305
|
borderColor: string;
|
|
3306
3306
|
width: string;
|
|
@@ -3433,6 +3433,13 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
3433
3433
|
} | null;
|
|
3434
3434
|
locale: string | null;
|
|
3435
3435
|
theme: {
|
|
3436
|
+
header?: {
|
|
3437
|
+
backgroundColor: string;
|
|
3438
|
+
fontSize: string;
|
|
3439
|
+
textColor: string;
|
|
3440
|
+
borderRadius: string;
|
|
3441
|
+
fontFamily: string;
|
|
3442
|
+
} | undefined;
|
|
3436
3443
|
banner?: {
|
|
3437
3444
|
backgroundColor: string;
|
|
3438
3445
|
fontSize: string;
|
|
@@ -3450,13 +3457,6 @@ export declare const inboxConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
3450
3457
|
textColor: string;
|
|
3451
3458
|
borderRadius: string;
|
|
3452
3459
|
} | undefined;
|
|
3453
|
-
header?: {
|
|
3454
|
-
backgroundColor: string;
|
|
3455
|
-
fontSize: string;
|
|
3456
|
-
textColor: string;
|
|
3457
|
-
borderRadius: string;
|
|
3458
|
-
fontFamily: string;
|
|
3459
|
-
} | undefined;
|
|
3460
3460
|
icon?: {
|
|
3461
3461
|
borderColor: string;
|
|
3462
3462
|
width: string;
|