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
|
@@ -14,18 +14,18 @@ export declare const apnsToken: z.ZodLazy<z.ZodObject<{
|
|
|
14
14
|
createdAt: string;
|
|
15
15
|
id: string;
|
|
16
16
|
deviceToken: string;
|
|
17
|
-
updatedAt?: string | null | undefined;
|
|
18
17
|
appId?: string | undefined;
|
|
19
18
|
discardedAt?: string | null | undefined;
|
|
20
19
|
installationId?: string | undefined;
|
|
20
|
+
updatedAt?: string | null | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
createdAt: string;
|
|
23
23
|
id: string;
|
|
24
24
|
deviceToken: string;
|
|
25
|
-
updatedAt?: string | null | undefined;
|
|
26
25
|
appId?: string | undefined;
|
|
27
26
|
discardedAt?: string | null | undefined;
|
|
28
27
|
installationId?: string | undefined;
|
|
28
|
+
updatedAt?: string | null | undefined;
|
|
29
29
|
}>>;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
@@ -55,18 +55,18 @@ export declare const apnsTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
55
55
|
id: string;
|
|
56
56
|
created_at: string;
|
|
57
57
|
device_token: string;
|
|
58
|
-
updated_at?: string | null | undefined;
|
|
59
58
|
app_id?: string | undefined;
|
|
60
59
|
discarded_at?: string | null | undefined;
|
|
61
60
|
installation_id?: string | undefined;
|
|
61
|
+
updated_at?: string | null | undefined;
|
|
62
62
|
}, {
|
|
63
63
|
id: string;
|
|
64
64
|
created_at: string;
|
|
65
65
|
device_token: string;
|
|
66
|
-
updated_at?: string | null | undefined;
|
|
67
66
|
app_id?: string | undefined;
|
|
68
67
|
discarded_at?: string | null | undefined;
|
|
69
68
|
installation_id?: string | undefined;
|
|
69
|
+
updated_at?: string | null | undefined;
|
|
70
70
|
}>, {
|
|
71
71
|
appId: string | undefined;
|
|
72
72
|
createdAt: string;
|
|
@@ -79,10 +79,10 @@ export declare const apnsTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
79
79
|
id: string;
|
|
80
80
|
created_at: string;
|
|
81
81
|
device_token: string;
|
|
82
|
-
updated_at?: string | null | undefined;
|
|
83
82
|
app_id?: string | undefined;
|
|
84
83
|
discarded_at?: string | null | undefined;
|
|
85
84
|
installation_id?: string | undefined;
|
|
85
|
+
updated_at?: string | null | undefined;
|
|
86
86
|
}>>;
|
|
87
87
|
/**
|
|
88
88
|
* The shape of the model mapping from the application shape into the api schema.
|
|
@@ -100,18 +100,18 @@ export declare const apnsTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
100
100
|
createdAt: string;
|
|
101
101
|
id: string;
|
|
102
102
|
deviceToken: string;
|
|
103
|
-
updatedAt?: string | null | undefined;
|
|
104
103
|
appId?: string | undefined;
|
|
105
104
|
discardedAt?: string | null | undefined;
|
|
106
105
|
installationId?: string | undefined;
|
|
106
|
+
updatedAt?: string | null | undefined;
|
|
107
107
|
}, {
|
|
108
108
|
createdAt: string;
|
|
109
109
|
id: string;
|
|
110
110
|
deviceToken: string;
|
|
111
|
-
updatedAt?: string | null | undefined;
|
|
112
111
|
appId?: string | undefined;
|
|
113
112
|
discardedAt?: string | null | undefined;
|
|
114
113
|
installationId?: string | undefined;
|
|
114
|
+
updatedAt?: string | null | undefined;
|
|
115
115
|
}>, {
|
|
116
116
|
app_id: string | undefined;
|
|
117
117
|
created_at: string;
|
|
@@ -124,9 +124,9 @@ export declare const apnsTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
124
124
|
createdAt: string;
|
|
125
125
|
id: string;
|
|
126
126
|
deviceToken: string;
|
|
127
|
-
updatedAt?: string | null | undefined;
|
|
128
127
|
appId?: string | undefined;
|
|
129
128
|
discardedAt?: string | null | undefined;
|
|
130
129
|
installationId?: string | undefined;
|
|
130
|
+
updatedAt?: string | null | undefined;
|
|
131
131
|
}>>;
|
|
132
132
|
//# sourceMappingURL=apns-token.d.ts.map
|
|
@@ -6,11 +6,11 @@ export declare const discardResult: z.ZodLazy<z.ZodObject<{
|
|
|
6
6
|
discardedAt: z.ZodOptional<z.ZodString>;
|
|
7
7
|
id: z.ZodOptional<z.ZodString>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
id?: string | undefined;
|
|
10
9
|
discardedAt?: string | undefined;
|
|
11
|
-
}, {
|
|
12
10
|
id?: string | undefined;
|
|
11
|
+
}, {
|
|
13
12
|
discardedAt?: string | undefined;
|
|
13
|
+
id?: string | undefined;
|
|
14
14
|
}>>;
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
@@ -27,17 +27,17 @@ export declare const discardResultResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
27
27
|
discarded_at: z.ZodOptional<z.ZodString>;
|
|
28
28
|
id: z.ZodOptional<z.ZodString>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
id?: string | undefined;
|
|
31
30
|
discarded_at?: string | undefined;
|
|
32
|
-
}, {
|
|
33
31
|
id?: string | undefined;
|
|
32
|
+
}, {
|
|
34
33
|
discarded_at?: string | undefined;
|
|
34
|
+
id?: string | undefined;
|
|
35
35
|
}>, {
|
|
36
36
|
discardedAt: string | undefined;
|
|
37
37
|
id: string | undefined;
|
|
38
38
|
}, {
|
|
39
|
-
id?: string | undefined;
|
|
40
39
|
discarded_at?: string | undefined;
|
|
40
|
+
id?: string | undefined;
|
|
41
41
|
}>>;
|
|
42
42
|
/**
|
|
43
43
|
* The shape of the model mapping from the application shape into the api schema.
|
|
@@ -47,16 +47,16 @@ export declare const discardResultRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
47
47
|
discardedAt: z.ZodOptional<z.ZodString>;
|
|
48
48
|
id: z.ZodOptional<z.ZodString>;
|
|
49
49
|
}, "strip", z.ZodTypeAny, {
|
|
50
|
-
id?: string | undefined;
|
|
51
50
|
discardedAt?: string | undefined;
|
|
52
|
-
}, {
|
|
53
51
|
id?: string | undefined;
|
|
52
|
+
}, {
|
|
54
53
|
discardedAt?: string | undefined;
|
|
54
|
+
id?: string | undefined;
|
|
55
55
|
}>, {
|
|
56
56
|
discarded_at: string | undefined;
|
|
57
57
|
id: string | undefined;
|
|
58
58
|
}, {
|
|
59
|
-
id?: string | undefined;
|
|
60
59
|
discardedAt?: string | undefined;
|
|
60
|
+
id?: string | undefined;
|
|
61
61
|
}>>;
|
|
62
62
|
//# sourceMappingURL=discard-result.d.ts.map
|
|
@@ -13,14 +13,14 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
13
13
|
createdAt: string;
|
|
14
14
|
id: string;
|
|
15
15
|
deviceToken: string;
|
|
16
|
-
updatedAt?: string | null | undefined;
|
|
17
16
|
discardedAt?: string | null | undefined;
|
|
17
|
+
updatedAt?: string | null | undefined;
|
|
18
18
|
}, {
|
|
19
19
|
createdAt: string;
|
|
20
20
|
id: string;
|
|
21
21
|
deviceToken: string;
|
|
22
|
-
updatedAt?: string | null | undefined;
|
|
23
22
|
discardedAt?: string | null | undefined;
|
|
23
|
+
updatedAt?: string | null | undefined;
|
|
24
24
|
}>>, "many">>;
|
|
25
25
|
links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
26
26
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -40,8 +40,8 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
40
40
|
createdAt: string;
|
|
41
41
|
id: string;
|
|
42
42
|
deviceToken: string;
|
|
43
|
-
updatedAt?: string | null | undefined;
|
|
44
43
|
discardedAt?: string | null | undefined;
|
|
44
|
+
updatedAt?: string | null | undefined;
|
|
45
45
|
}[] | undefined;
|
|
46
46
|
links?: {
|
|
47
47
|
first?: string | undefined;
|
|
@@ -53,8 +53,8 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
53
53
|
createdAt: string;
|
|
54
54
|
id: string;
|
|
55
55
|
deviceToken: string;
|
|
56
|
-
updatedAt?: string | null | undefined;
|
|
57
56
|
discardedAt?: string | null | undefined;
|
|
57
|
+
updatedAt?: string | null | undefined;
|
|
58
58
|
}[] | undefined;
|
|
59
59
|
links?: {
|
|
60
60
|
first?: string | undefined;
|
|
@@ -84,14 +84,14 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
84
84
|
id: string;
|
|
85
85
|
created_at: string;
|
|
86
86
|
device_token: string;
|
|
87
|
-
updated_at?: string | null | undefined;
|
|
88
87
|
discarded_at?: string | null | undefined;
|
|
88
|
+
updated_at?: string | null | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
id: string;
|
|
91
91
|
created_at: string;
|
|
92
92
|
device_token: string;
|
|
93
|
-
updated_at?: string | null | undefined;
|
|
94
93
|
discarded_at?: string | null | undefined;
|
|
94
|
+
updated_at?: string | null | undefined;
|
|
95
95
|
}>, {
|
|
96
96
|
createdAt: string;
|
|
97
97
|
deviceToken: string;
|
|
@@ -102,8 +102,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
102
102
|
id: string;
|
|
103
103
|
created_at: string;
|
|
104
104
|
device_token: string;
|
|
105
|
-
updated_at?: string | null | undefined;
|
|
106
105
|
discarded_at?: string | null | undefined;
|
|
106
|
+
updated_at?: string | null | undefined;
|
|
107
107
|
}>>, "many">>;
|
|
108
108
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
109
109
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -144,8 +144,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
144
144
|
id: string;
|
|
145
145
|
created_at: string;
|
|
146
146
|
device_token: string;
|
|
147
|
-
updated_at?: string | null | undefined;
|
|
148
147
|
discarded_at?: string | null | undefined;
|
|
148
|
+
updated_at?: string | null | undefined;
|
|
149
149
|
}[] | undefined;
|
|
150
150
|
links?: {
|
|
151
151
|
first?: string | undefined;
|
|
@@ -170,8 +170,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
170
170
|
id: string;
|
|
171
171
|
created_at: string;
|
|
172
172
|
device_token: string;
|
|
173
|
-
updated_at?: string | null | undefined;
|
|
174
173
|
discarded_at?: string | null | undefined;
|
|
174
|
+
updated_at?: string | null | undefined;
|
|
175
175
|
}[] | undefined;
|
|
176
176
|
links?: {
|
|
177
177
|
first?: string | undefined;
|
|
@@ -194,14 +194,14 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
194
194
|
createdAt: string;
|
|
195
195
|
id: string;
|
|
196
196
|
deviceToken: string;
|
|
197
|
-
updatedAt?: string | null | undefined;
|
|
198
197
|
discardedAt?: string | null | undefined;
|
|
198
|
+
updatedAt?: string | null | undefined;
|
|
199
199
|
}, {
|
|
200
200
|
createdAt: string;
|
|
201
201
|
id: string;
|
|
202
202
|
deviceToken: string;
|
|
203
|
-
updatedAt?: string | null | undefined;
|
|
204
203
|
discardedAt?: string | null | undefined;
|
|
204
|
+
updatedAt?: string | null | undefined;
|
|
205
205
|
}>, {
|
|
206
206
|
created_at: string;
|
|
207
207
|
device_token: string;
|
|
@@ -212,8 +212,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
212
212
|
createdAt: string;
|
|
213
213
|
id: string;
|
|
214
214
|
deviceToken: string;
|
|
215
|
-
updatedAt?: string | null | undefined;
|
|
216
215
|
discardedAt?: string | null | undefined;
|
|
216
|
+
updatedAt?: string | null | undefined;
|
|
217
217
|
}>>, "many">>;
|
|
218
218
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
219
219
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -254,8 +254,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
254
254
|
createdAt: string;
|
|
255
255
|
id: string;
|
|
256
256
|
deviceToken: string;
|
|
257
|
-
updatedAt?: string | null | undefined;
|
|
258
257
|
discardedAt?: string | null | undefined;
|
|
258
|
+
updatedAt?: string | null | undefined;
|
|
259
259
|
}[] | undefined;
|
|
260
260
|
links?: {
|
|
261
261
|
first?: string | undefined;
|
|
@@ -280,8 +280,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
280
280
|
createdAt: string;
|
|
281
281
|
id: string;
|
|
282
282
|
deviceToken: string;
|
|
283
|
-
updatedAt?: string | null | undefined;
|
|
284
283
|
discardedAt?: string | null | undefined;
|
|
284
|
+
updatedAt?: string | null | undefined;
|
|
285
285
|
}[] | undefined;
|
|
286
286
|
links?: {
|
|
287
287
|
first?: string | undefined;
|
|
@@ -12,14 +12,14 @@ export declare const expoToken: z.ZodLazy<z.ZodObject<{
|
|
|
12
12
|
createdAt: string;
|
|
13
13
|
id: string;
|
|
14
14
|
deviceToken: string;
|
|
15
|
-
updatedAt?: string | null | undefined;
|
|
16
15
|
discardedAt?: string | null | undefined;
|
|
16
|
+
updatedAt?: string | null | undefined;
|
|
17
17
|
}, {
|
|
18
18
|
createdAt: string;
|
|
19
19
|
id: string;
|
|
20
20
|
deviceToken: string;
|
|
21
|
-
updatedAt?: string | null | undefined;
|
|
22
21
|
discardedAt?: string | null | undefined;
|
|
22
|
+
updatedAt?: string | null | undefined;
|
|
23
23
|
}>>;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
@@ -45,14 +45,14 @@ export declare const expoTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
45
45
|
id: string;
|
|
46
46
|
created_at: string;
|
|
47
47
|
device_token: string;
|
|
48
|
-
updated_at?: string | null | undefined;
|
|
49
48
|
discarded_at?: string | null | undefined;
|
|
49
|
+
updated_at?: string | null | undefined;
|
|
50
50
|
}, {
|
|
51
51
|
id: string;
|
|
52
52
|
created_at: string;
|
|
53
53
|
device_token: string;
|
|
54
|
-
updated_at?: string | null | undefined;
|
|
55
54
|
discarded_at?: string | null | undefined;
|
|
55
|
+
updated_at?: string | null | undefined;
|
|
56
56
|
}>, {
|
|
57
57
|
createdAt: string;
|
|
58
58
|
deviceToken: string;
|
|
@@ -63,8 +63,8 @@ export declare const expoTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
63
63
|
id: string;
|
|
64
64
|
created_at: string;
|
|
65
65
|
device_token: string;
|
|
66
|
-
updated_at?: string | null | undefined;
|
|
67
66
|
discarded_at?: string | null | undefined;
|
|
67
|
+
updated_at?: string | null | undefined;
|
|
68
68
|
}>>;
|
|
69
69
|
/**
|
|
70
70
|
* The shape of the model mapping from the application shape into the api schema.
|
|
@@ -80,14 +80,14 @@ export declare const expoTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
80
80
|
createdAt: string;
|
|
81
81
|
id: string;
|
|
82
82
|
deviceToken: string;
|
|
83
|
-
updatedAt?: string | null | undefined;
|
|
84
83
|
discardedAt?: string | null | undefined;
|
|
84
|
+
updatedAt?: string | null | undefined;
|
|
85
85
|
}, {
|
|
86
86
|
createdAt: string;
|
|
87
87
|
id: string;
|
|
88
88
|
deviceToken: string;
|
|
89
|
-
updatedAt?: string | null | undefined;
|
|
90
89
|
discardedAt?: string | null | undefined;
|
|
90
|
+
updatedAt?: string | null | undefined;
|
|
91
91
|
}>, {
|
|
92
92
|
created_at: string;
|
|
93
93
|
device_token: string;
|
|
@@ -98,7 +98,7 @@ export declare const expoTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
98
98
|
createdAt: string;
|
|
99
99
|
id: string;
|
|
100
100
|
deviceToken: string;
|
|
101
|
-
updatedAt?: string | null | undefined;
|
|
102
101
|
discardedAt?: string | null | undefined;
|
|
102
|
+
updatedAt?: string | null | undefined;
|
|
103
103
|
}>>;
|
|
104
104
|
//# sourceMappingURL=expo-token.d.ts.map
|
|
@@ -14,16 +14,16 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
14
14
|
createdAt: string;
|
|
15
15
|
id: string;
|
|
16
16
|
deviceToken: string;
|
|
17
|
-
updatedAt?: string | null | undefined;
|
|
18
17
|
discardedAt?: string | null | undefined;
|
|
19
18
|
installationId?: string | undefined;
|
|
19
|
+
updatedAt?: string | null | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
createdAt: string;
|
|
22
22
|
id: string;
|
|
23
23
|
deviceToken: string;
|
|
24
|
-
updatedAt?: string | null | undefined;
|
|
25
24
|
discardedAt?: string | null | undefined;
|
|
26
25
|
installationId?: string | undefined;
|
|
26
|
+
updatedAt?: string | null | undefined;
|
|
27
27
|
}>>, "many">>;
|
|
28
28
|
links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
29
29
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -43,9 +43,9 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
43
43
|
createdAt: string;
|
|
44
44
|
id: string;
|
|
45
45
|
deviceToken: string;
|
|
46
|
-
updatedAt?: string | null | undefined;
|
|
47
46
|
discardedAt?: string | null | undefined;
|
|
48
47
|
installationId?: string | undefined;
|
|
48
|
+
updatedAt?: string | null | undefined;
|
|
49
49
|
}[] | undefined;
|
|
50
50
|
links?: {
|
|
51
51
|
first?: string | undefined;
|
|
@@ -57,9 +57,9 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
57
57
|
createdAt: string;
|
|
58
58
|
id: string;
|
|
59
59
|
deviceToken: string;
|
|
60
|
-
updatedAt?: string | null | undefined;
|
|
61
60
|
discardedAt?: string | null | undefined;
|
|
62
61
|
installationId?: string | undefined;
|
|
62
|
+
updatedAt?: string | null | undefined;
|
|
63
63
|
}[] | undefined;
|
|
64
64
|
links?: {
|
|
65
65
|
first?: string | undefined;
|
|
@@ -90,16 +90,16 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
90
90
|
id: string;
|
|
91
91
|
created_at: string;
|
|
92
92
|
device_token: string;
|
|
93
|
-
updated_at?: string | null | undefined;
|
|
94
93
|
discarded_at?: string | null | undefined;
|
|
95
94
|
installation_id?: string | undefined;
|
|
95
|
+
updated_at?: string | null | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
id: string;
|
|
98
98
|
created_at: string;
|
|
99
99
|
device_token: string;
|
|
100
|
-
updated_at?: string | null | undefined;
|
|
101
100
|
discarded_at?: string | null | undefined;
|
|
102
101
|
installation_id?: string | undefined;
|
|
102
|
+
updated_at?: string | null | undefined;
|
|
103
103
|
}>, {
|
|
104
104
|
createdAt: string;
|
|
105
105
|
deviceToken: string;
|
|
@@ -111,9 +111,9 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
111
111
|
id: string;
|
|
112
112
|
created_at: string;
|
|
113
113
|
device_token: string;
|
|
114
|
-
updated_at?: string | null | undefined;
|
|
115
114
|
discarded_at?: string | null | undefined;
|
|
116
115
|
installation_id?: string | undefined;
|
|
116
|
+
updated_at?: string | null | undefined;
|
|
117
117
|
}>>, "many">>;
|
|
118
118
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
119
119
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -155,9 +155,9 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
155
155
|
id: string;
|
|
156
156
|
created_at: string;
|
|
157
157
|
device_token: string;
|
|
158
|
-
updated_at?: string | null | undefined;
|
|
159
158
|
discarded_at?: string | null | undefined;
|
|
160
159
|
installation_id?: string | undefined;
|
|
160
|
+
updated_at?: string | null | undefined;
|
|
161
161
|
}[] | undefined;
|
|
162
162
|
links?: {
|
|
163
163
|
first?: string | undefined;
|
|
@@ -183,9 +183,9 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
183
183
|
id: string;
|
|
184
184
|
created_at: string;
|
|
185
185
|
device_token: string;
|
|
186
|
-
updated_at?: string | null | undefined;
|
|
187
186
|
discarded_at?: string | null | undefined;
|
|
188
187
|
installation_id?: string | undefined;
|
|
188
|
+
updated_at?: string | null | undefined;
|
|
189
189
|
}[] | undefined;
|
|
190
190
|
links?: {
|
|
191
191
|
first?: string | undefined;
|
|
@@ -209,16 +209,16 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
209
209
|
createdAt: string;
|
|
210
210
|
id: string;
|
|
211
211
|
deviceToken: string;
|
|
212
|
-
updatedAt?: string | null | undefined;
|
|
213
212
|
discardedAt?: string | null | undefined;
|
|
214
213
|
installationId?: string | undefined;
|
|
214
|
+
updatedAt?: string | null | undefined;
|
|
215
215
|
}, {
|
|
216
216
|
createdAt: string;
|
|
217
217
|
id: string;
|
|
218
218
|
deviceToken: string;
|
|
219
|
-
updatedAt?: string | null | undefined;
|
|
220
219
|
discardedAt?: string | null | undefined;
|
|
221
220
|
installationId?: string | undefined;
|
|
221
|
+
updatedAt?: string | null | undefined;
|
|
222
222
|
}>, {
|
|
223
223
|
created_at: string;
|
|
224
224
|
device_token: string;
|
|
@@ -230,9 +230,9 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
230
230
|
createdAt: string;
|
|
231
231
|
id: string;
|
|
232
232
|
deviceToken: string;
|
|
233
|
-
updatedAt?: string | null | undefined;
|
|
234
233
|
discardedAt?: string | null | undefined;
|
|
235
234
|
installationId?: string | undefined;
|
|
235
|
+
updatedAt?: string | null | undefined;
|
|
236
236
|
}>>, "many">>;
|
|
237
237
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
238
238
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -274,9 +274,9 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
274
274
|
createdAt: string;
|
|
275
275
|
id: string;
|
|
276
276
|
deviceToken: string;
|
|
277
|
-
updatedAt?: string | null | undefined;
|
|
278
277
|
discardedAt?: string | null | undefined;
|
|
279
278
|
installationId?: string | undefined;
|
|
279
|
+
updatedAt?: string | null | undefined;
|
|
280
280
|
}[] | undefined;
|
|
281
281
|
links?: {
|
|
282
282
|
first?: string | undefined;
|
|
@@ -302,9 +302,9 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
302
302
|
createdAt: string;
|
|
303
303
|
id: string;
|
|
304
304
|
deviceToken: string;
|
|
305
|
-
updatedAt?: string | null | undefined;
|
|
306
305
|
discardedAt?: string | null | undefined;
|
|
307
306
|
installationId?: string | undefined;
|
|
307
|
+
updatedAt?: string | null | undefined;
|
|
308
308
|
}[] | undefined;
|
|
309
309
|
links?: {
|
|
310
310
|
first?: string | undefined;
|
|
@@ -13,16 +13,16 @@ export declare const fcmToken: z.ZodLazy<z.ZodObject<{
|
|
|
13
13
|
createdAt: string;
|
|
14
14
|
id: string;
|
|
15
15
|
deviceToken: string;
|
|
16
|
-
updatedAt?: string | null | undefined;
|
|
17
16
|
discardedAt?: string | null | undefined;
|
|
18
17
|
installationId?: string | undefined;
|
|
18
|
+
updatedAt?: string | null | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
createdAt: string;
|
|
21
21
|
id: string;
|
|
22
22
|
deviceToken: string;
|
|
23
|
-
updatedAt?: string | null | undefined;
|
|
24
23
|
discardedAt?: string | null | undefined;
|
|
25
24
|
installationId?: string | undefined;
|
|
25
|
+
updatedAt?: string | null | undefined;
|
|
26
26
|
}>>;
|
|
27
27
|
/**
|
|
28
28
|
*
|
|
@@ -50,16 +50,16 @@ export declare const fcmTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
50
50
|
id: string;
|
|
51
51
|
created_at: string;
|
|
52
52
|
device_token: string;
|
|
53
|
-
updated_at?: string | null | undefined;
|
|
54
53
|
discarded_at?: string | null | undefined;
|
|
55
54
|
installation_id?: string | undefined;
|
|
55
|
+
updated_at?: string | null | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
id: string;
|
|
58
58
|
created_at: string;
|
|
59
59
|
device_token: string;
|
|
60
|
-
updated_at?: string | null | undefined;
|
|
61
60
|
discarded_at?: string | null | undefined;
|
|
62
61
|
installation_id?: string | undefined;
|
|
62
|
+
updated_at?: string | null | undefined;
|
|
63
63
|
}>, {
|
|
64
64
|
createdAt: string;
|
|
65
65
|
deviceToken: string;
|
|
@@ -71,9 +71,9 @@ export declare const fcmTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
71
71
|
id: string;
|
|
72
72
|
created_at: string;
|
|
73
73
|
device_token: string;
|
|
74
|
-
updated_at?: string | null | undefined;
|
|
75
74
|
discarded_at?: string | null | undefined;
|
|
76
75
|
installation_id?: string | undefined;
|
|
76
|
+
updated_at?: string | null | undefined;
|
|
77
77
|
}>>;
|
|
78
78
|
/**
|
|
79
79
|
* The shape of the model mapping from the application shape into the api schema.
|
|
@@ -90,16 +90,16 @@ export declare const fcmTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
90
90
|
createdAt: string;
|
|
91
91
|
id: string;
|
|
92
92
|
deviceToken: string;
|
|
93
|
-
updatedAt?: string | null | undefined;
|
|
94
93
|
discardedAt?: string | null | undefined;
|
|
95
94
|
installationId?: string | undefined;
|
|
95
|
+
updatedAt?: string | null | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
createdAt: string;
|
|
98
98
|
id: string;
|
|
99
99
|
deviceToken: string;
|
|
100
|
-
updatedAt?: string | null | undefined;
|
|
101
100
|
discardedAt?: string | null | undefined;
|
|
102
101
|
installationId?: string | undefined;
|
|
102
|
+
updatedAt?: string | null | undefined;
|
|
103
103
|
}>, {
|
|
104
104
|
created_at: string;
|
|
105
105
|
device_token: string;
|
|
@@ -111,8 +111,8 @@ export declare const fcmTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
111
111
|
createdAt: string;
|
|
112
112
|
id: string;
|
|
113
113
|
deviceToken: string;
|
|
114
|
-
updatedAt?: string | null | undefined;
|
|
115
114
|
discardedAt?: string | null | undefined;
|
|
116
115
|
installationId?: string | undefined;
|
|
116
|
+
updatedAt?: string | null | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
//# sourceMappingURL=fcm-token.d.ts.map
|