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
|
@@ -32,21 +32,21 @@ export declare const emailResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
32
32
|
content: z.ZodOptional<z.ZodString>;
|
|
33
33
|
title: z.ZodOptional<z.ZodString>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
+
action_url?: string | null | undefined;
|
|
35
36
|
content?: string | undefined;
|
|
36
37
|
title?: string | undefined;
|
|
37
|
-
action_url?: string | null | undefined;
|
|
38
38
|
}, {
|
|
39
|
+
action_url?: string | null | undefined;
|
|
39
40
|
content?: string | undefined;
|
|
40
41
|
title?: string | undefined;
|
|
41
|
-
action_url?: string | null | undefined;
|
|
42
42
|
}>, {
|
|
43
43
|
actionUrl: string | null | undefined;
|
|
44
44
|
content: string | undefined;
|
|
45
45
|
title: string | undefined;
|
|
46
46
|
}, {
|
|
47
|
+
action_url?: string | null | undefined;
|
|
47
48
|
content?: string | undefined;
|
|
48
49
|
title?: string | undefined;
|
|
49
|
-
action_url?: string | null | undefined;
|
|
50
50
|
}>>;
|
|
51
51
|
/**
|
|
52
52
|
* The shape of the model mapping from the application shape into the api schema.
|
|
@@ -32,21 +32,21 @@ export declare const inAppResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
32
32
|
content: z.ZodOptional<z.ZodString>;
|
|
33
33
|
title: z.ZodOptional<z.ZodString>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
+
action_url?: string | null | undefined;
|
|
35
36
|
content?: string | undefined;
|
|
36
37
|
title?: string | undefined;
|
|
37
|
-
action_url?: string | null | undefined;
|
|
38
38
|
}, {
|
|
39
|
+
action_url?: string | null | undefined;
|
|
39
40
|
content?: string | undefined;
|
|
40
41
|
title?: string | undefined;
|
|
41
|
-
action_url?: string | null | undefined;
|
|
42
42
|
}>, {
|
|
43
43
|
actionUrl: string | null | undefined;
|
|
44
44
|
content: string | undefined;
|
|
45
45
|
title: string | undefined;
|
|
46
46
|
}, {
|
|
47
|
+
action_url?: string | null | undefined;
|
|
47
48
|
content?: string | undefined;
|
|
48
49
|
title?: string | undefined;
|
|
49
|
-
action_url?: string | null | undefined;
|
|
50
50
|
}>>;
|
|
51
51
|
/**
|
|
52
52
|
* The shape of the model mapping from the application shape into the api schema.
|
|
@@ -32,21 +32,21 @@ export declare const mobilePushResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
32
32
|
content: z.ZodOptional<z.ZodString>;
|
|
33
33
|
title: z.ZodOptional<z.ZodString>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
+
action_url?: string | null | undefined;
|
|
35
36
|
content?: string | undefined;
|
|
36
37
|
title?: string | undefined;
|
|
37
|
-
action_url?: string | null | undefined;
|
|
38
38
|
}, {
|
|
39
|
+
action_url?: string | null | undefined;
|
|
39
40
|
content?: string | undefined;
|
|
40
41
|
title?: string | undefined;
|
|
41
|
-
action_url?: string | null | undefined;
|
|
42
42
|
}>, {
|
|
43
43
|
actionUrl: string | null | undefined;
|
|
44
44
|
content: string | undefined;
|
|
45
45
|
title: string | undefined;
|
|
46
46
|
}, {
|
|
47
|
+
action_url?: string | null | undefined;
|
|
47
48
|
content?: string | undefined;
|
|
48
49
|
title?: string | undefined;
|
|
49
|
-
action_url?: string | null | undefined;
|
|
50
50
|
}>>;
|
|
51
51
|
/**
|
|
52
52
|
* The shape of the model mapping from the application shape into the api schema.
|
|
@@ -117,84 +117,84 @@ export declare const overridesChannelsResponse: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
117
117
|
content: z.ZodOptional<z.ZodString>;
|
|
118
118
|
title: z.ZodOptional<z.ZodString>;
|
|
119
119
|
}, "strip", z.ZodTypeAny, {
|
|
120
|
+
action_url?: string | null | undefined;
|
|
120
121
|
content?: string | undefined;
|
|
121
122
|
title?: string | undefined;
|
|
122
|
-
action_url?: string | null | undefined;
|
|
123
123
|
}, {
|
|
124
|
+
action_url?: string | null | undefined;
|
|
124
125
|
content?: string | undefined;
|
|
125
126
|
title?: string | undefined;
|
|
126
|
-
action_url?: string | null | undefined;
|
|
127
127
|
}>, {
|
|
128
128
|
actionUrl: string | null | undefined;
|
|
129
129
|
content: string | undefined;
|
|
130
130
|
title: string | undefined;
|
|
131
131
|
}, {
|
|
132
|
+
action_url?: string | null | undefined;
|
|
132
133
|
content?: string | undefined;
|
|
133
134
|
title?: string | undefined;
|
|
134
|
-
action_url?: string | null | undefined;
|
|
135
135
|
}>>>;
|
|
136
136
|
in_app: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
137
137
|
action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
138
138
|
content: z.ZodOptional<z.ZodString>;
|
|
139
139
|
title: z.ZodOptional<z.ZodString>;
|
|
140
140
|
}, "strip", z.ZodTypeAny, {
|
|
141
|
+
action_url?: string | null | undefined;
|
|
141
142
|
content?: string | undefined;
|
|
142
143
|
title?: string | undefined;
|
|
143
|
-
action_url?: string | null | undefined;
|
|
144
144
|
}, {
|
|
145
|
+
action_url?: string | null | undefined;
|
|
145
146
|
content?: string | undefined;
|
|
146
147
|
title?: string | undefined;
|
|
147
|
-
action_url?: string | null | undefined;
|
|
148
148
|
}>, {
|
|
149
149
|
actionUrl: string | null | undefined;
|
|
150
150
|
content: string | undefined;
|
|
151
151
|
title: string | undefined;
|
|
152
152
|
}, {
|
|
153
|
+
action_url?: string | null | undefined;
|
|
153
154
|
content?: string | undefined;
|
|
154
155
|
title?: string | undefined;
|
|
155
|
-
action_url?: string | null | undefined;
|
|
156
156
|
}>>>;
|
|
157
157
|
mobile_push: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
158
158
|
action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
159
159
|
content: z.ZodOptional<z.ZodString>;
|
|
160
160
|
title: z.ZodOptional<z.ZodString>;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
+
action_url?: string | null | undefined;
|
|
162
163
|
content?: string | undefined;
|
|
163
164
|
title?: string | undefined;
|
|
164
|
-
action_url?: string | null | undefined;
|
|
165
165
|
}, {
|
|
166
|
+
action_url?: string | null | undefined;
|
|
166
167
|
content?: string | undefined;
|
|
167
168
|
title?: string | undefined;
|
|
168
|
-
action_url?: string | null | undefined;
|
|
169
169
|
}>, {
|
|
170
170
|
actionUrl: string | null | undefined;
|
|
171
171
|
content: string | undefined;
|
|
172
172
|
title: string | undefined;
|
|
173
173
|
}, {
|
|
174
|
+
action_url?: string | null | undefined;
|
|
174
175
|
content?: string | undefined;
|
|
175
176
|
title?: string | undefined;
|
|
176
|
-
action_url?: string | null | undefined;
|
|
177
177
|
}>>>;
|
|
178
178
|
sms: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
179
179
|
action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
180
180
|
content: z.ZodOptional<z.ZodString>;
|
|
181
181
|
title: z.ZodOptional<z.ZodString>;
|
|
182
182
|
}, "strip", z.ZodTypeAny, {
|
|
183
|
+
action_url?: string | null | undefined;
|
|
183
184
|
content?: string | undefined;
|
|
184
185
|
title?: string | undefined;
|
|
185
|
-
action_url?: string | null | undefined;
|
|
186
186
|
}, {
|
|
187
|
+
action_url?: string | null | undefined;
|
|
187
188
|
content?: string | undefined;
|
|
188
189
|
title?: string | undefined;
|
|
189
|
-
action_url?: string | null | undefined;
|
|
190
190
|
}>, {
|
|
191
191
|
actionUrl: string | null | undefined;
|
|
192
192
|
content: string | undefined;
|
|
193
193
|
title: string | undefined;
|
|
194
194
|
}, {
|
|
195
|
+
action_url?: string | null | undefined;
|
|
195
196
|
content?: string | undefined;
|
|
196
197
|
title?: string | undefined;
|
|
197
|
-
action_url?: string | null | undefined;
|
|
198
198
|
}>>>;
|
|
199
199
|
}, "strip", z.ZodTypeAny, {
|
|
200
200
|
email?: {
|
|
@@ -202,41 +202,41 @@ export declare const overridesChannelsResponse: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
202
202
|
content: string | undefined;
|
|
203
203
|
title: string | undefined;
|
|
204
204
|
} | undefined;
|
|
205
|
-
|
|
205
|
+
in_app?: {
|
|
206
206
|
actionUrl: string | null | undefined;
|
|
207
207
|
content: string | undefined;
|
|
208
208
|
title: string | undefined;
|
|
209
209
|
} | undefined;
|
|
210
|
-
|
|
210
|
+
mobile_push?: {
|
|
211
211
|
actionUrl: string | null | undefined;
|
|
212
212
|
content: string | undefined;
|
|
213
213
|
title: string | undefined;
|
|
214
214
|
} | undefined;
|
|
215
|
-
|
|
215
|
+
sms?: {
|
|
216
216
|
actionUrl: string | null | undefined;
|
|
217
217
|
content: string | undefined;
|
|
218
218
|
title: string | undefined;
|
|
219
219
|
} | undefined;
|
|
220
220
|
}, {
|
|
221
221
|
email?: {
|
|
222
|
-
content?: string | undefined;
|
|
223
|
-
title?: string | undefined;
|
|
224
222
|
action_url?: string | null | undefined;
|
|
225
|
-
} | undefined;
|
|
226
|
-
sms?: {
|
|
227
223
|
content?: string | undefined;
|
|
228
224
|
title?: string | undefined;
|
|
229
|
-
action_url?: string | null | undefined;
|
|
230
225
|
} | undefined;
|
|
231
226
|
in_app?: {
|
|
227
|
+
action_url?: string | null | undefined;
|
|
232
228
|
content?: string | undefined;
|
|
233
229
|
title?: string | undefined;
|
|
234
|
-
action_url?: string | null | undefined;
|
|
235
230
|
} | undefined;
|
|
236
231
|
mobile_push?: {
|
|
232
|
+
action_url?: string | null | undefined;
|
|
237
233
|
content?: string | undefined;
|
|
238
234
|
title?: string | undefined;
|
|
235
|
+
} | undefined;
|
|
236
|
+
sms?: {
|
|
239
237
|
action_url?: string | null | undefined;
|
|
238
|
+
content?: string | undefined;
|
|
239
|
+
title?: string | undefined;
|
|
240
240
|
} | undefined;
|
|
241
241
|
}>, {
|
|
242
242
|
email: {
|
|
@@ -261,24 +261,24 @@ export declare const overridesChannelsResponse: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
261
261
|
} | undefined;
|
|
262
262
|
}, {
|
|
263
263
|
email?: {
|
|
264
|
-
content?: string | undefined;
|
|
265
|
-
title?: string | undefined;
|
|
266
264
|
action_url?: string | null | undefined;
|
|
267
|
-
} | undefined;
|
|
268
|
-
sms?: {
|
|
269
265
|
content?: string | undefined;
|
|
270
266
|
title?: string | undefined;
|
|
271
|
-
action_url?: string | null | undefined;
|
|
272
267
|
} | undefined;
|
|
273
268
|
in_app?: {
|
|
269
|
+
action_url?: string | null | undefined;
|
|
274
270
|
content?: string | undefined;
|
|
275
271
|
title?: string | undefined;
|
|
276
|
-
action_url?: string | null | undefined;
|
|
277
272
|
} | undefined;
|
|
278
273
|
mobile_push?: {
|
|
274
|
+
action_url?: string | null | undefined;
|
|
279
275
|
content?: string | undefined;
|
|
280
276
|
title?: string | undefined;
|
|
277
|
+
} | undefined;
|
|
278
|
+
sms?: {
|
|
281
279
|
action_url?: string | null | undefined;
|
|
280
|
+
content?: string | undefined;
|
|
281
|
+
title?: string | undefined;
|
|
282
282
|
} | undefined;
|
|
283
283
|
}>>;
|
|
284
284
|
/**
|
|
@@ -222,84 +222,84 @@ export declare const overridesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
222
222
|
content: z.ZodOptional<z.ZodString>;
|
|
223
223
|
title: z.ZodOptional<z.ZodString>;
|
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
|
225
|
+
action_url?: string | null | undefined;
|
|
225
226
|
content?: string | undefined;
|
|
226
227
|
title?: string | undefined;
|
|
227
|
-
action_url?: string | null | undefined;
|
|
228
228
|
}, {
|
|
229
|
+
action_url?: string | null | undefined;
|
|
229
230
|
content?: string | undefined;
|
|
230
231
|
title?: string | undefined;
|
|
231
|
-
action_url?: string | null | undefined;
|
|
232
232
|
}>, {
|
|
233
233
|
actionUrl: string | null | undefined;
|
|
234
234
|
content: string | undefined;
|
|
235
235
|
title: string | undefined;
|
|
236
236
|
}, {
|
|
237
|
+
action_url?: string | null | undefined;
|
|
237
238
|
content?: string | undefined;
|
|
238
239
|
title?: string | undefined;
|
|
239
|
-
action_url?: string | null | undefined;
|
|
240
240
|
}>>>;
|
|
241
241
|
in_app: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
242
242
|
action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
243
243
|
content: z.ZodOptional<z.ZodString>;
|
|
244
244
|
title: z.ZodOptional<z.ZodString>;
|
|
245
245
|
}, "strip", z.ZodTypeAny, {
|
|
246
|
+
action_url?: string | null | undefined;
|
|
246
247
|
content?: string | undefined;
|
|
247
248
|
title?: string | undefined;
|
|
248
|
-
action_url?: string | null | undefined;
|
|
249
249
|
}, {
|
|
250
|
+
action_url?: string | null | undefined;
|
|
250
251
|
content?: string | undefined;
|
|
251
252
|
title?: string | undefined;
|
|
252
|
-
action_url?: string | null | undefined;
|
|
253
253
|
}>, {
|
|
254
254
|
actionUrl: string | null | undefined;
|
|
255
255
|
content: string | undefined;
|
|
256
256
|
title: string | undefined;
|
|
257
257
|
}, {
|
|
258
|
+
action_url?: string | null | undefined;
|
|
258
259
|
content?: string | undefined;
|
|
259
260
|
title?: string | undefined;
|
|
260
|
-
action_url?: string | null | undefined;
|
|
261
261
|
}>>>;
|
|
262
262
|
mobile_push: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
263
263
|
action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
264
264
|
content: z.ZodOptional<z.ZodString>;
|
|
265
265
|
title: z.ZodOptional<z.ZodString>;
|
|
266
266
|
}, "strip", z.ZodTypeAny, {
|
|
267
|
+
action_url?: string | null | undefined;
|
|
267
268
|
content?: string | undefined;
|
|
268
269
|
title?: string | undefined;
|
|
269
|
-
action_url?: string | null | undefined;
|
|
270
270
|
}, {
|
|
271
|
+
action_url?: string | null | undefined;
|
|
271
272
|
content?: string | undefined;
|
|
272
273
|
title?: string | undefined;
|
|
273
|
-
action_url?: string | null | undefined;
|
|
274
274
|
}>, {
|
|
275
275
|
actionUrl: string | null | undefined;
|
|
276
276
|
content: string | undefined;
|
|
277
277
|
title: string | undefined;
|
|
278
278
|
}, {
|
|
279
|
+
action_url?: string | null | undefined;
|
|
279
280
|
content?: string | undefined;
|
|
280
281
|
title?: string | undefined;
|
|
281
|
-
action_url?: string | null | undefined;
|
|
282
282
|
}>>>;
|
|
283
283
|
sms: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
284
284
|
action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
285
285
|
content: z.ZodOptional<z.ZodString>;
|
|
286
286
|
title: z.ZodOptional<z.ZodString>;
|
|
287
287
|
}, "strip", z.ZodTypeAny, {
|
|
288
|
+
action_url?: string | null | undefined;
|
|
288
289
|
content?: string | undefined;
|
|
289
290
|
title?: string | undefined;
|
|
290
|
-
action_url?: string | null | undefined;
|
|
291
291
|
}, {
|
|
292
|
+
action_url?: string | null | undefined;
|
|
292
293
|
content?: string | undefined;
|
|
293
294
|
title?: string | undefined;
|
|
294
|
-
action_url?: string | null | undefined;
|
|
295
295
|
}>, {
|
|
296
296
|
actionUrl: string | null | undefined;
|
|
297
297
|
content: string | undefined;
|
|
298
298
|
title: string | undefined;
|
|
299
299
|
}, {
|
|
300
|
+
action_url?: string | null | undefined;
|
|
300
301
|
content?: string | undefined;
|
|
301
302
|
title?: string | undefined;
|
|
302
|
-
action_url?: string | null | undefined;
|
|
303
303
|
}>>>;
|
|
304
304
|
}, "strip", z.ZodTypeAny, {
|
|
305
305
|
email?: {
|
|
@@ -307,41 +307,41 @@ export declare const overridesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
307
307
|
content: string | undefined;
|
|
308
308
|
title: string | undefined;
|
|
309
309
|
} | undefined;
|
|
310
|
-
|
|
310
|
+
in_app?: {
|
|
311
311
|
actionUrl: string | null | undefined;
|
|
312
312
|
content: string | undefined;
|
|
313
313
|
title: string | undefined;
|
|
314
314
|
} | undefined;
|
|
315
|
-
|
|
315
|
+
mobile_push?: {
|
|
316
316
|
actionUrl: string | null | undefined;
|
|
317
317
|
content: string | undefined;
|
|
318
318
|
title: string | undefined;
|
|
319
319
|
} | undefined;
|
|
320
|
-
|
|
320
|
+
sms?: {
|
|
321
321
|
actionUrl: string | null | undefined;
|
|
322
322
|
content: string | undefined;
|
|
323
323
|
title: string | undefined;
|
|
324
324
|
} | undefined;
|
|
325
325
|
}, {
|
|
326
326
|
email?: {
|
|
327
|
-
content?: string | undefined;
|
|
328
|
-
title?: string | undefined;
|
|
329
327
|
action_url?: string | null | undefined;
|
|
330
|
-
} | undefined;
|
|
331
|
-
sms?: {
|
|
332
328
|
content?: string | undefined;
|
|
333
329
|
title?: string | undefined;
|
|
334
|
-
action_url?: string | null | undefined;
|
|
335
330
|
} | undefined;
|
|
336
331
|
in_app?: {
|
|
332
|
+
action_url?: string | null | undefined;
|
|
337
333
|
content?: string | undefined;
|
|
338
334
|
title?: string | undefined;
|
|
339
|
-
action_url?: string | null | undefined;
|
|
340
335
|
} | undefined;
|
|
341
336
|
mobile_push?: {
|
|
337
|
+
action_url?: string | null | undefined;
|
|
342
338
|
content?: string | undefined;
|
|
343
339
|
title?: string | undefined;
|
|
340
|
+
} | undefined;
|
|
341
|
+
sms?: {
|
|
344
342
|
action_url?: string | null | undefined;
|
|
343
|
+
content?: string | undefined;
|
|
344
|
+
title?: string | undefined;
|
|
345
345
|
} | undefined;
|
|
346
346
|
}>, {
|
|
347
347
|
email: {
|
|
@@ -366,24 +366,24 @@ export declare const overridesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
366
366
|
} | undefined;
|
|
367
367
|
}, {
|
|
368
368
|
email?: {
|
|
369
|
-
content?: string | undefined;
|
|
370
|
-
title?: string | undefined;
|
|
371
369
|
action_url?: string | null | undefined;
|
|
372
|
-
} | undefined;
|
|
373
|
-
sms?: {
|
|
374
370
|
content?: string | undefined;
|
|
375
371
|
title?: string | undefined;
|
|
376
|
-
action_url?: string | null | undefined;
|
|
377
372
|
} | undefined;
|
|
378
373
|
in_app?: {
|
|
374
|
+
action_url?: string | null | undefined;
|
|
379
375
|
content?: string | undefined;
|
|
380
376
|
title?: string | undefined;
|
|
381
|
-
action_url?: string | null | undefined;
|
|
382
377
|
} | undefined;
|
|
383
378
|
mobile_push?: {
|
|
379
|
+
action_url?: string | null | undefined;
|
|
384
380
|
content?: string | undefined;
|
|
385
381
|
title?: string | undefined;
|
|
382
|
+
} | undefined;
|
|
383
|
+
sms?: {
|
|
386
384
|
action_url?: string | null | undefined;
|
|
385
|
+
content?: string | undefined;
|
|
386
|
+
title?: string | undefined;
|
|
387
387
|
} | undefined;
|
|
388
388
|
}>>>;
|
|
389
389
|
providers: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
@@ -480,24 +480,24 @@ export declare const overridesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
480
480
|
}, {
|
|
481
481
|
channels?: {
|
|
482
482
|
email?: {
|
|
483
|
-
content?: string | undefined;
|
|
484
|
-
title?: string | undefined;
|
|
485
483
|
action_url?: string | null | undefined;
|
|
486
|
-
} | undefined;
|
|
487
|
-
sms?: {
|
|
488
484
|
content?: string | undefined;
|
|
489
485
|
title?: string | undefined;
|
|
490
|
-
action_url?: string | null | undefined;
|
|
491
486
|
} | undefined;
|
|
492
487
|
in_app?: {
|
|
488
|
+
action_url?: string | null | undefined;
|
|
493
489
|
content?: string | undefined;
|
|
494
490
|
title?: string | undefined;
|
|
495
|
-
action_url?: string | null | undefined;
|
|
496
491
|
} | undefined;
|
|
497
492
|
mobile_push?: {
|
|
493
|
+
action_url?: string | null | undefined;
|
|
498
494
|
content?: string | undefined;
|
|
499
495
|
title?: string | undefined;
|
|
496
|
+
} | undefined;
|
|
497
|
+
sms?: {
|
|
500
498
|
action_url?: string | null | undefined;
|
|
499
|
+
content?: string | undefined;
|
|
500
|
+
title?: string | undefined;
|
|
501
501
|
} | undefined;
|
|
502
502
|
} | undefined;
|
|
503
503
|
providers?: {
|
|
@@ -550,24 +550,24 @@ export declare const overridesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
550
550
|
}, {
|
|
551
551
|
channels?: {
|
|
552
552
|
email?: {
|
|
553
|
-
content?: string | undefined;
|
|
554
|
-
title?: string | undefined;
|
|
555
553
|
action_url?: string | null | undefined;
|
|
556
|
-
} | undefined;
|
|
557
|
-
sms?: {
|
|
558
554
|
content?: string | undefined;
|
|
559
555
|
title?: string | undefined;
|
|
560
|
-
action_url?: string | null | undefined;
|
|
561
556
|
} | undefined;
|
|
562
557
|
in_app?: {
|
|
558
|
+
action_url?: string | null | undefined;
|
|
563
559
|
content?: string | undefined;
|
|
564
560
|
title?: string | undefined;
|
|
565
|
-
action_url?: string | null | undefined;
|
|
566
561
|
} | undefined;
|
|
567
562
|
mobile_push?: {
|
|
563
|
+
action_url?: string | null | undefined;
|
|
568
564
|
content?: string | undefined;
|
|
569
565
|
title?: string | undefined;
|
|
566
|
+
} | undefined;
|
|
567
|
+
sms?: {
|
|
570
568
|
action_url?: string | null | undefined;
|
|
569
|
+
content?: string | undefined;
|
|
570
|
+
title?: string | undefined;
|
|
571
571
|
} | undefined;
|
|
572
572
|
} | undefined;
|
|
573
573
|
providers?: {
|
|
@@ -32,21 +32,21 @@ export declare const smsResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
32
32
|
content: z.ZodOptional<z.ZodString>;
|
|
33
33
|
title: z.ZodOptional<z.ZodString>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
+
action_url?: string | null | undefined;
|
|
35
36
|
content?: string | undefined;
|
|
36
37
|
title?: string | undefined;
|
|
37
|
-
action_url?: string | null | undefined;
|
|
38
38
|
}, {
|
|
39
|
+
action_url?: string | null | undefined;
|
|
39
40
|
content?: string | undefined;
|
|
40
41
|
title?: string | undefined;
|
|
41
|
-
action_url?: string | null | undefined;
|
|
42
42
|
}>, {
|
|
43
43
|
actionUrl: string | null | undefined;
|
|
44
44
|
content: string | undefined;
|
|
45
45
|
title: string | undefined;
|
|
46
46
|
}, {
|
|
47
|
+
action_url?: string | null | undefined;
|
|
47
48
|
content?: string | undefined;
|
|
48
49
|
title?: string | undefined;
|
|
49
|
-
action_url?: string | null | undefined;
|
|
50
50
|
}>>;
|
|
51
51
|
/**
|
|
52
52
|
* The shape of the model mapping from the application shape into the api schema.
|
|
@@ -15,18 +15,18 @@ export declare const apnsTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
15
15
|
createdAt: string;
|
|
16
16
|
id: string;
|
|
17
17
|
deviceToken: string;
|
|
18
|
-
updatedAt?: string | null | undefined;
|
|
19
18
|
appId?: string | undefined;
|
|
20
19
|
discardedAt?: string | null | undefined;
|
|
21
20
|
installationId?: string | undefined;
|
|
21
|
+
updatedAt?: string | null | undefined;
|
|
22
22
|
}, {
|
|
23
23
|
createdAt: string;
|
|
24
24
|
id: string;
|
|
25
25
|
deviceToken: string;
|
|
26
|
-
updatedAt?: string | null | undefined;
|
|
27
26
|
appId?: string | undefined;
|
|
28
27
|
discardedAt?: string | null | undefined;
|
|
29
28
|
installationId?: string | undefined;
|
|
29
|
+
updatedAt?: string | null | undefined;
|
|
30
30
|
}>>, "many">>;
|
|
31
31
|
links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
32
32
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -46,10 +46,10 @@ export declare const apnsTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
46
46
|
createdAt: string;
|
|
47
47
|
id: string;
|
|
48
48
|
deviceToken: string;
|
|
49
|
-
updatedAt?: string | null | undefined;
|
|
50
49
|
appId?: string | undefined;
|
|
51
50
|
discardedAt?: string | null | undefined;
|
|
52
51
|
installationId?: string | undefined;
|
|
52
|
+
updatedAt?: string | null | undefined;
|
|
53
53
|
}[] | undefined;
|
|
54
54
|
links?: {
|
|
55
55
|
first?: string | undefined;
|
|
@@ -61,10 +61,10 @@ export declare const apnsTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
61
61
|
createdAt: string;
|
|
62
62
|
id: string;
|
|
63
63
|
deviceToken: string;
|
|
64
|
-
updatedAt?: string | null | undefined;
|
|
65
64
|
appId?: string | undefined;
|
|
66
65
|
discardedAt?: string | null | undefined;
|
|
67
66
|
installationId?: string | undefined;
|
|
67
|
+
updatedAt?: string | null | undefined;
|
|
68
68
|
}[] | undefined;
|
|
69
69
|
links?: {
|
|
70
70
|
first?: string | undefined;
|
|
@@ -96,18 +96,18 @@ export declare const apnsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
96
96
|
id: string;
|
|
97
97
|
created_at: string;
|
|
98
98
|
device_token: string;
|
|
99
|
-
updated_at?: string | null | undefined;
|
|
100
99
|
app_id?: string | undefined;
|
|
101
100
|
discarded_at?: string | null | undefined;
|
|
102
101
|
installation_id?: string | undefined;
|
|
102
|
+
updated_at?: string | null | undefined;
|
|
103
103
|
}, {
|
|
104
104
|
id: string;
|
|
105
105
|
created_at: string;
|
|
106
106
|
device_token: string;
|
|
107
|
-
updated_at?: string | null | undefined;
|
|
108
107
|
app_id?: string | undefined;
|
|
109
108
|
discarded_at?: string | null | undefined;
|
|
110
109
|
installation_id?: string | undefined;
|
|
110
|
+
updated_at?: string | null | undefined;
|
|
111
111
|
}>, {
|
|
112
112
|
appId: string | undefined;
|
|
113
113
|
createdAt: string;
|
|
@@ -120,10 +120,10 @@ export declare const apnsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
120
120
|
id: string;
|
|
121
121
|
created_at: string;
|
|
122
122
|
device_token: string;
|
|
123
|
-
updated_at?: string | null | undefined;
|
|
124
123
|
app_id?: string | undefined;
|
|
125
124
|
discarded_at?: string | null | undefined;
|
|
126
125
|
installation_id?: string | undefined;
|
|
126
|
+
updated_at?: string | null | undefined;
|
|
127
127
|
}>>, "many">>;
|
|
128
128
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
129
129
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -166,10 +166,10 @@ export declare const apnsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
166
166
|
id: string;
|
|
167
167
|
created_at: string;
|
|
168
168
|
device_token: string;
|
|
169
|
-
updated_at?: string | null | undefined;
|
|
170
169
|
app_id?: string | undefined;
|
|
171
170
|
discarded_at?: string | null | undefined;
|
|
172
171
|
installation_id?: string | undefined;
|
|
172
|
+
updated_at?: string | null | undefined;
|
|
173
173
|
}[] | undefined;
|
|
174
174
|
links?: {
|
|
175
175
|
first?: string | undefined;
|
|
@@ -196,10 +196,10 @@ export declare const apnsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
196
196
|
id: string;
|
|
197
197
|
created_at: string;
|
|
198
198
|
device_token: string;
|
|
199
|
-
updated_at?: string | null | undefined;
|
|
200
199
|
app_id?: string | undefined;
|
|
201
200
|
discarded_at?: string | null | undefined;
|
|
202
201
|
installation_id?: string | undefined;
|
|
202
|
+
updated_at?: string | null | undefined;
|
|
203
203
|
}[] | undefined;
|
|
204
204
|
links?: {
|
|
205
205
|
first?: string | undefined;
|
|
@@ -224,18 +224,18 @@ export declare const apnsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
224
224
|
createdAt: string;
|
|
225
225
|
id: string;
|
|
226
226
|
deviceToken: string;
|
|
227
|
-
updatedAt?: string | null | undefined;
|
|
228
227
|
appId?: string | undefined;
|
|
229
228
|
discardedAt?: string | null | undefined;
|
|
230
229
|
installationId?: string | undefined;
|
|
230
|
+
updatedAt?: string | null | undefined;
|
|
231
231
|
}, {
|
|
232
232
|
createdAt: string;
|
|
233
233
|
id: string;
|
|
234
234
|
deviceToken: string;
|
|
235
|
-
updatedAt?: string | null | undefined;
|
|
236
235
|
appId?: string | undefined;
|
|
237
236
|
discardedAt?: string | null | undefined;
|
|
238
237
|
installationId?: string | undefined;
|
|
238
|
+
updatedAt?: string | null | undefined;
|
|
239
239
|
}>, {
|
|
240
240
|
app_id: string | undefined;
|
|
241
241
|
created_at: string;
|
|
@@ -248,10 +248,10 @@ export declare const apnsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
248
248
|
createdAt: string;
|
|
249
249
|
id: string;
|
|
250
250
|
deviceToken: string;
|
|
251
|
-
updatedAt?: string | null | undefined;
|
|
252
251
|
appId?: string | undefined;
|
|
253
252
|
discardedAt?: string | null | undefined;
|
|
254
253
|
installationId?: string | undefined;
|
|
254
|
+
updatedAt?: string | null | undefined;
|
|
255
255
|
}>>, "many">>;
|
|
256
256
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
257
257
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -294,10 +294,10 @@ export declare const apnsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
294
294
|
createdAt: string;
|
|
295
295
|
id: string;
|
|
296
296
|
deviceToken: string;
|
|
297
|
-
updatedAt?: string | null | undefined;
|
|
298
297
|
appId?: string | undefined;
|
|
299
298
|
discardedAt?: string | null | undefined;
|
|
300
299
|
installationId?: string | undefined;
|
|
300
|
+
updatedAt?: string | null | undefined;
|
|
301
301
|
}[] | undefined;
|
|
302
302
|
links?: {
|
|
303
303
|
first?: string | undefined;
|
|
@@ -324,10 +324,10 @@ export declare const apnsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
324
324
|
createdAt: string;
|
|
325
325
|
id: string;
|
|
326
326
|
deviceToken: string;
|
|
327
|
-
updatedAt?: string | null | undefined;
|
|
328
327
|
appId?: string | undefined;
|
|
329
328
|
discardedAt?: string | null | undefined;
|
|
330
329
|
installationId?: string | undefined;
|
|
330
|
+
updatedAt?: string | null | undefined;
|
|
331
331
|
}[] | undefined;
|
|
332
332
|
links?: {
|
|
333
333
|
first?: string | undefined;
|