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