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
|
@@ -286,6 +286,13 @@ export declare const inboxConfigPayload: z.ZodLazy<z.ZodObject<{
|
|
|
286
286
|
backgroundColor: string;
|
|
287
287
|
}>>>;
|
|
288
288
|
}, "strip", z.ZodTypeAny, {
|
|
289
|
+
header?: {
|
|
290
|
+
backgroundColor: string;
|
|
291
|
+
fontSize: string;
|
|
292
|
+
textColor: string;
|
|
293
|
+
borderRadius: string;
|
|
294
|
+
fontFamily: string;
|
|
295
|
+
} | undefined;
|
|
289
296
|
banner?: {
|
|
290
297
|
backgroundColor: string;
|
|
291
298
|
fontSize: string;
|
|
@@ -303,13 +310,6 @@ export declare const inboxConfigPayload: z.ZodLazy<z.ZodObject<{
|
|
|
303
310
|
textColor: string;
|
|
304
311
|
borderRadius: string;
|
|
305
312
|
} | undefined;
|
|
306
|
-
header?: {
|
|
307
|
-
backgroundColor: string;
|
|
308
|
-
fontSize: string;
|
|
309
|
-
textColor: string;
|
|
310
|
-
borderRadius: string;
|
|
311
|
-
fontFamily: string;
|
|
312
|
-
} | undefined;
|
|
313
313
|
icon?: {
|
|
314
314
|
borderColor: string;
|
|
315
315
|
width: string;
|
|
@@ -354,6 +354,13 @@ export declare const inboxConfigPayload: z.ZodLazy<z.ZodObject<{
|
|
|
354
354
|
backgroundColor: string;
|
|
355
355
|
} | undefined;
|
|
356
356
|
}, {
|
|
357
|
+
header?: {
|
|
358
|
+
backgroundColor: string;
|
|
359
|
+
fontSize: string;
|
|
360
|
+
textColor: string;
|
|
361
|
+
borderRadius: string;
|
|
362
|
+
fontFamily: string;
|
|
363
|
+
} | undefined;
|
|
357
364
|
banner?: {
|
|
358
365
|
backgroundColor: string;
|
|
359
366
|
fontSize: string;
|
|
@@ -371,13 +378,6 @@ export declare const inboxConfigPayload: z.ZodLazy<z.ZodObject<{
|
|
|
371
378
|
textColor: string;
|
|
372
379
|
borderRadius: string;
|
|
373
380
|
} | undefined;
|
|
374
|
-
header?: {
|
|
375
|
-
backgroundColor: string;
|
|
376
|
-
fontSize: string;
|
|
377
|
-
textColor: string;
|
|
378
|
-
borderRadius: string;
|
|
379
|
-
fontFamily: string;
|
|
380
|
-
} | undefined;
|
|
381
381
|
icon?: {
|
|
382
382
|
borderColor: string;
|
|
383
383
|
width: string;
|
|
@@ -428,6 +428,13 @@ export declare const inboxConfigPayload: z.ZodLazy<z.ZodObject<{
|
|
|
428
428
|
} | null;
|
|
429
429
|
locale: string | null;
|
|
430
430
|
theme: {
|
|
431
|
+
header?: {
|
|
432
|
+
backgroundColor: string;
|
|
433
|
+
fontSize: string;
|
|
434
|
+
textColor: string;
|
|
435
|
+
borderRadius: string;
|
|
436
|
+
fontFamily: string;
|
|
437
|
+
} | undefined;
|
|
431
438
|
banner?: {
|
|
432
439
|
backgroundColor: string;
|
|
433
440
|
fontSize: string;
|
|
@@ -445,13 +452,6 @@ export declare const inboxConfigPayload: z.ZodLazy<z.ZodObject<{
|
|
|
445
452
|
textColor: string;
|
|
446
453
|
borderRadius: string;
|
|
447
454
|
} | undefined;
|
|
448
|
-
header?: {
|
|
449
|
-
backgroundColor: string;
|
|
450
|
-
fontSize: string;
|
|
451
|
-
textColor: string;
|
|
452
|
-
borderRadius: string;
|
|
453
|
-
fontFamily: string;
|
|
454
|
-
} | undefined;
|
|
455
455
|
icon?: {
|
|
456
456
|
borderColor: string;
|
|
457
457
|
width: string;
|
|
@@ -502,6 +502,13 @@ export declare const inboxConfigPayload: z.ZodLazy<z.ZodObject<{
|
|
|
502
502
|
} | null;
|
|
503
503
|
locale: string | null;
|
|
504
504
|
theme: {
|
|
505
|
+
header?: {
|
|
506
|
+
backgroundColor: string;
|
|
507
|
+
fontSize: string;
|
|
508
|
+
textColor: string;
|
|
509
|
+
borderRadius: string;
|
|
510
|
+
fontFamily: string;
|
|
511
|
+
} | undefined;
|
|
505
512
|
banner?: {
|
|
506
513
|
backgroundColor: string;
|
|
507
514
|
fontSize: string;
|
|
@@ -519,13 +526,6 @@ export declare const inboxConfigPayload: z.ZodLazy<z.ZodObject<{
|
|
|
519
526
|
textColor: string;
|
|
520
527
|
borderRadius: string;
|
|
521
528
|
} | undefined;
|
|
522
|
-
header?: {
|
|
523
|
-
backgroundColor: string;
|
|
524
|
-
fontSize: string;
|
|
525
|
-
textColor: string;
|
|
526
|
-
borderRadius: string;
|
|
527
|
-
fontFamily: string;
|
|
528
|
-
} | undefined;
|
|
529
529
|
icon?: {
|
|
530
530
|
borderColor: string;
|
|
531
531
|
width: string;
|
|
@@ -1077,6 +1077,13 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
1077
1077
|
backgroundColor: string;
|
|
1078
1078
|
}>>>;
|
|
1079
1079
|
}, "strip", z.ZodTypeAny, {
|
|
1080
|
+
header?: {
|
|
1081
|
+
backgroundColor: string;
|
|
1082
|
+
borderRadius: string;
|
|
1083
|
+
fontFamily: string;
|
|
1084
|
+
fontSize: string;
|
|
1085
|
+
textColor: string;
|
|
1086
|
+
} | undefined;
|
|
1080
1087
|
banner?: {
|
|
1081
1088
|
backgroundColor: string;
|
|
1082
1089
|
backgroundOpacity: number | undefined;
|
|
@@ -1094,13 +1101,6 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
1094
1101
|
fontSize: string;
|
|
1095
1102
|
textColor: string;
|
|
1096
1103
|
} | undefined;
|
|
1097
|
-
header?: {
|
|
1098
|
-
backgroundColor: string;
|
|
1099
|
-
borderRadius: string;
|
|
1100
|
-
fontFamily: string;
|
|
1101
|
-
fontSize: string;
|
|
1102
|
-
textColor: string;
|
|
1103
|
-
} | undefined;
|
|
1104
1104
|
icon?: {
|
|
1105
1105
|
borderColor: string;
|
|
1106
1106
|
width: string;
|
|
@@ -1145,6 +1145,13 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
1145
1145
|
backgroundColor: string;
|
|
1146
1146
|
} | undefined;
|
|
1147
1147
|
}, {
|
|
1148
|
+
header?: {
|
|
1149
|
+
backgroundColor: string;
|
|
1150
|
+
fontSize: string;
|
|
1151
|
+
textColor: string;
|
|
1152
|
+
borderRadius: string;
|
|
1153
|
+
fontFamily: string;
|
|
1154
|
+
} | undefined;
|
|
1148
1155
|
banner?: {
|
|
1149
1156
|
backgroundColor: string;
|
|
1150
1157
|
fontSize: string;
|
|
@@ -1162,13 +1169,6 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
1162
1169
|
textColor: string;
|
|
1163
1170
|
borderRadius: string;
|
|
1164
1171
|
} | undefined;
|
|
1165
|
-
header?: {
|
|
1166
|
-
backgroundColor: string;
|
|
1167
|
-
fontSize: string;
|
|
1168
|
-
textColor: string;
|
|
1169
|
-
borderRadius: string;
|
|
1170
|
-
fontFamily: string;
|
|
1171
|
-
} | undefined;
|
|
1172
1172
|
icon?: {
|
|
1173
1173
|
borderColor: string;
|
|
1174
1174
|
width: string;
|
|
@@ -1281,6 +1281,13 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
1281
1281
|
backgroundColor: string;
|
|
1282
1282
|
} | undefined;
|
|
1283
1283
|
}, {
|
|
1284
|
+
header?: {
|
|
1285
|
+
backgroundColor: string;
|
|
1286
|
+
fontSize: string;
|
|
1287
|
+
textColor: string;
|
|
1288
|
+
borderRadius: string;
|
|
1289
|
+
fontFamily: string;
|
|
1290
|
+
} | undefined;
|
|
1284
1291
|
banner?: {
|
|
1285
1292
|
backgroundColor: string;
|
|
1286
1293
|
fontSize: string;
|
|
@@ -1298,13 +1305,6 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
1298
1305
|
textColor: string;
|
|
1299
1306
|
borderRadius: string;
|
|
1300
1307
|
} | undefined;
|
|
1301
|
-
header?: {
|
|
1302
|
-
backgroundColor: string;
|
|
1303
|
-
fontSize: string;
|
|
1304
|
-
textColor: string;
|
|
1305
|
-
borderRadius: string;
|
|
1306
|
-
fontFamily: string;
|
|
1307
|
-
} | undefined;
|
|
1308
1308
|
icon?: {
|
|
1309
1309
|
borderColor: string;
|
|
1310
1310
|
width: string;
|
|
@@ -1429,6 +1429,13 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
1429
1429
|
} | null;
|
|
1430
1430
|
locale: string | null;
|
|
1431
1431
|
theme: {
|
|
1432
|
+
header?: {
|
|
1433
|
+
backgroundColor: string;
|
|
1434
|
+
fontSize: string;
|
|
1435
|
+
textColor: string;
|
|
1436
|
+
borderRadius: string;
|
|
1437
|
+
fontFamily: string;
|
|
1438
|
+
} | undefined;
|
|
1432
1439
|
banner?: {
|
|
1433
1440
|
backgroundColor: string;
|
|
1434
1441
|
fontSize: string;
|
|
@@ -1446,13 +1453,6 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
1446
1453
|
textColor: string;
|
|
1447
1454
|
borderRadius: string;
|
|
1448
1455
|
} | undefined;
|
|
1449
|
-
header?: {
|
|
1450
|
-
backgroundColor: string;
|
|
1451
|
-
fontSize: string;
|
|
1452
|
-
textColor: string;
|
|
1453
|
-
borderRadius: string;
|
|
1454
|
-
fontFamily: string;
|
|
1455
|
-
} | undefined;
|
|
1456
1456
|
icon?: {
|
|
1457
1457
|
borderColor: string;
|
|
1458
1458
|
width: string;
|
|
@@ -1577,6 +1577,13 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
1577
1577
|
} | null;
|
|
1578
1578
|
locale: string | null;
|
|
1579
1579
|
theme: {
|
|
1580
|
+
header?: {
|
|
1581
|
+
backgroundColor: string;
|
|
1582
|
+
fontSize: string;
|
|
1583
|
+
textColor: string;
|
|
1584
|
+
borderRadius: string;
|
|
1585
|
+
fontFamily: string;
|
|
1586
|
+
} | undefined;
|
|
1580
1587
|
banner?: {
|
|
1581
1588
|
backgroundColor: string;
|
|
1582
1589
|
fontSize: string;
|
|
@@ -1594,13 +1601,6 @@ export declare const inboxConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
1594
1601
|
textColor: string;
|
|
1595
1602
|
borderRadius: string;
|
|
1596
1603
|
} | undefined;
|
|
1597
|
-
header?: {
|
|
1598
|
-
backgroundColor: string;
|
|
1599
|
-
fontSize: string;
|
|
1600
|
-
textColor: string;
|
|
1601
|
-
borderRadius: string;
|
|
1602
|
-
fontFamily: string;
|
|
1603
|
-
} | undefined;
|
|
1604
1604
|
icon?: {
|
|
1605
1605
|
borderColor: string;
|
|
1606
1606
|
width: string;
|
|
@@ -2144,6 +2144,13 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
2144
2144
|
backgroundColor: string;
|
|
2145
2145
|
}>>>;
|
|
2146
2146
|
}, "strip", z.ZodTypeAny, {
|
|
2147
|
+
header?: {
|
|
2148
|
+
backgroundColor: string;
|
|
2149
|
+
borderRadius: string;
|
|
2150
|
+
fontFamily: string;
|
|
2151
|
+
fontSize: string;
|
|
2152
|
+
textColor: string;
|
|
2153
|
+
} | undefined;
|
|
2147
2154
|
banner?: {
|
|
2148
2155
|
backgroundColor: string;
|
|
2149
2156
|
backgroundOpacity: number | undefined;
|
|
@@ -2161,13 +2168,6 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
2161
2168
|
fontSize: string;
|
|
2162
2169
|
textColor: string;
|
|
2163
2170
|
} | undefined;
|
|
2164
|
-
header?: {
|
|
2165
|
-
backgroundColor: string;
|
|
2166
|
-
borderRadius: string;
|
|
2167
|
-
fontFamily: string;
|
|
2168
|
-
fontSize: string;
|
|
2169
|
-
textColor: string;
|
|
2170
|
-
} | undefined;
|
|
2171
2171
|
icon?: {
|
|
2172
2172
|
borderColor: string;
|
|
2173
2173
|
width: string;
|
|
@@ -2212,6 +2212,13 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
2212
2212
|
backgroundColor: string;
|
|
2213
2213
|
} | undefined;
|
|
2214
2214
|
}, {
|
|
2215
|
+
header?: {
|
|
2216
|
+
backgroundColor: string;
|
|
2217
|
+
fontSize: string;
|
|
2218
|
+
textColor: string;
|
|
2219
|
+
borderRadius: string;
|
|
2220
|
+
fontFamily: string;
|
|
2221
|
+
} | undefined;
|
|
2215
2222
|
banner?: {
|
|
2216
2223
|
backgroundColor: string;
|
|
2217
2224
|
fontSize: string;
|
|
@@ -2229,13 +2236,6 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
2229
2236
|
textColor: string;
|
|
2230
2237
|
borderRadius: string;
|
|
2231
2238
|
} | undefined;
|
|
2232
|
-
header?: {
|
|
2233
|
-
backgroundColor: string;
|
|
2234
|
-
fontSize: string;
|
|
2235
|
-
textColor: string;
|
|
2236
|
-
borderRadius: string;
|
|
2237
|
-
fontFamily: string;
|
|
2238
|
-
} | undefined;
|
|
2239
2239
|
icon?: {
|
|
2240
2240
|
borderColor: string;
|
|
2241
2241
|
width: string;
|
|
@@ -2348,6 +2348,13 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
2348
2348
|
backgroundColor: string;
|
|
2349
2349
|
} | undefined;
|
|
2350
2350
|
}, {
|
|
2351
|
+
header?: {
|
|
2352
|
+
backgroundColor: string;
|
|
2353
|
+
fontSize: string;
|
|
2354
|
+
textColor: string;
|
|
2355
|
+
borderRadius: string;
|
|
2356
|
+
fontFamily: string;
|
|
2357
|
+
} | undefined;
|
|
2351
2358
|
banner?: {
|
|
2352
2359
|
backgroundColor: string;
|
|
2353
2360
|
fontSize: string;
|
|
@@ -2365,13 +2372,6 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
2365
2372
|
textColor: string;
|
|
2366
2373
|
borderRadius: string;
|
|
2367
2374
|
} | undefined;
|
|
2368
|
-
header?: {
|
|
2369
|
-
backgroundColor: string;
|
|
2370
|
-
fontSize: string;
|
|
2371
|
-
textColor: string;
|
|
2372
|
-
borderRadius: string;
|
|
2373
|
-
fontFamily: string;
|
|
2374
|
-
} | undefined;
|
|
2375
2375
|
icon?: {
|
|
2376
2376
|
borderColor: string;
|
|
2377
2377
|
width: string;
|
|
@@ -2496,6 +2496,13 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
2496
2496
|
} | null;
|
|
2497
2497
|
locale: string | null;
|
|
2498
2498
|
theme: {
|
|
2499
|
+
header?: {
|
|
2500
|
+
backgroundColor: string;
|
|
2501
|
+
fontSize: string;
|
|
2502
|
+
textColor: string;
|
|
2503
|
+
borderRadius: string;
|
|
2504
|
+
fontFamily: string;
|
|
2505
|
+
} | undefined;
|
|
2499
2506
|
banner?: {
|
|
2500
2507
|
backgroundColor: string;
|
|
2501
2508
|
fontSize: string;
|
|
@@ -2513,13 +2520,6 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
2513
2520
|
textColor: string;
|
|
2514
2521
|
borderRadius: string;
|
|
2515
2522
|
} | undefined;
|
|
2516
|
-
header?: {
|
|
2517
|
-
backgroundColor: string;
|
|
2518
|
-
fontSize: string;
|
|
2519
|
-
textColor: string;
|
|
2520
|
-
borderRadius: string;
|
|
2521
|
-
fontFamily: string;
|
|
2522
|
-
} | undefined;
|
|
2523
2523
|
icon?: {
|
|
2524
2524
|
borderColor: string;
|
|
2525
2525
|
width: string;
|
|
@@ -2644,6 +2644,13 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
2644
2644
|
} | null;
|
|
2645
2645
|
locale: string | null;
|
|
2646
2646
|
theme: {
|
|
2647
|
+
header?: {
|
|
2648
|
+
backgroundColor: string;
|
|
2649
|
+
fontSize: string;
|
|
2650
|
+
textColor: string;
|
|
2651
|
+
borderRadius: string;
|
|
2652
|
+
fontFamily: string;
|
|
2653
|
+
} | undefined;
|
|
2647
2654
|
banner?: {
|
|
2648
2655
|
backgroundColor: string;
|
|
2649
2656
|
fontSize: string;
|
|
@@ -2661,13 +2668,6 @@ export declare const inboxConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
2661
2668
|
textColor: string;
|
|
2662
2669
|
borderRadius: string;
|
|
2663
2670
|
} | undefined;
|
|
2664
|
-
header?: {
|
|
2665
|
-
backgroundColor: string;
|
|
2666
|
-
fontSize: string;
|
|
2667
|
-
textColor: string;
|
|
2668
|
-
borderRadius: string;
|
|
2669
|
-
fontFamily: string;
|
|
2670
|
-
} | undefined;
|
|
2671
2671
|
icon?: {
|
|
2672
2672
|
borderColor: string;
|
|
2673
2673
|
width: string;
|