magicbell-js 0.3.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/commonjs/project-client/http/transport/request-builder.js.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
- package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
- package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +39 -39
- package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
- package/dist/commonjs/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/common/user.d.ts +6 -6
- package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
- package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
- package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
- package/dist/commonjs/socket.d.ts +11 -0
- package/dist/commonjs/socket.d.ts.map +1 -0
- package/dist/commonjs/socket.js +196 -0
- package/dist/commonjs/socket.js.map +1 -0
- package/dist/commonjs/user-client/http/transport/request-builder.js.map +1 -1
- package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
- package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
- package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
- package/dist/esm/project-client/http/transport/request-builder.js.map +1 -1
- package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
- package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
- package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
- package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
- package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
- package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/esm/project-client/services/common/user.d.ts +6 -6
- package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
- package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
- package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
- package/dist/esm/socket.d.ts +11 -0
- package/dist/esm/socket.d.ts.map +1 -0
- package/dist/esm/socket.js +192 -0
- package/dist/esm/socket.js.map +1 -0
- package/dist/esm/user-client/http/transport/request-builder.js.map +1 -1
- package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
- package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
- package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
- package/package.json +14 -3
- package/socket/package.json +4 -0
- package/src/project-client/http/transport/request-builder.ts +1 -1
- package/src/socket.ts +228 -0
- package/src/user-client/http/transport/request-builder.ts +1 -1
|
@@ -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;
|
|
18
19
|
appId?: string | undefined;
|
|
19
20
|
discardedAt?: string | null | undefined;
|
|
20
21
|
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;
|
|
26
27
|
appId?: string | undefined;
|
|
27
28
|
discardedAt?: string | null | undefined;
|
|
28
29
|
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;
|
|
49
50
|
appId?: string | undefined;
|
|
50
51
|
discardedAt?: string | null | undefined;
|
|
51
52
|
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;
|
|
64
65
|
appId?: string | undefined;
|
|
65
66
|
discardedAt?: string | null | undefined;
|
|
66
67
|
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;
|
|
99
100
|
app_id?: string | undefined;
|
|
100
101
|
discarded_at?: string | null | undefined;
|
|
101
102
|
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;
|
|
107
108
|
app_id?: string | undefined;
|
|
108
109
|
discarded_at?: string | null | undefined;
|
|
109
110
|
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;
|
|
123
124
|
app_id?: string | undefined;
|
|
124
125
|
discarded_at?: string | null | undefined;
|
|
125
126
|
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;
|
|
169
170
|
app_id?: string | undefined;
|
|
170
171
|
discarded_at?: string | null | undefined;
|
|
171
172
|
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;
|
|
199
200
|
app_id?: string | undefined;
|
|
200
201
|
discarded_at?: string | null | undefined;
|
|
201
202
|
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;
|
|
227
228
|
appId?: string | undefined;
|
|
228
229
|
discardedAt?: string | null | undefined;
|
|
229
230
|
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;
|
|
235
236
|
appId?: string | undefined;
|
|
236
237
|
discardedAt?: string | null | undefined;
|
|
237
238
|
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;
|
|
251
252
|
appId?: string | undefined;
|
|
252
253
|
discardedAt?: string | null | undefined;
|
|
253
254
|
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;
|
|
297
298
|
appId?: string | undefined;
|
|
298
299
|
discardedAt?: string | null | undefined;
|
|
299
300
|
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;
|
|
327
328
|
appId?: string | undefined;
|
|
328
329
|
discardedAt?: string | null | undefined;
|
|
329
330
|
installationId?: string | undefined;
|
|
330
|
-
updatedAt?: string | null | undefined;
|
|
331
331
|
}[] | undefined;
|
|
332
332
|
links?: {
|
|
333
333
|
first?: string | undefined;
|
|
@@ -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;
|
|
17
18
|
appId?: string | undefined;
|
|
18
19
|
discardedAt?: string | null | undefined;
|
|
19
20
|
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;
|
|
25
26
|
appId?: string | undefined;
|
|
26
27
|
discardedAt?: string | null | undefined;
|
|
27
28
|
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;
|
|
58
59
|
app_id?: string | undefined;
|
|
59
60
|
discarded_at?: string | null | undefined;
|
|
60
61
|
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;
|
|
66
67
|
app_id?: string | undefined;
|
|
67
68
|
discarded_at?: string | null | undefined;
|
|
68
69
|
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;
|
|
82
83
|
app_id?: string | undefined;
|
|
83
84
|
discarded_at?: string | null | undefined;
|
|
84
85
|
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;
|
|
103
104
|
appId?: string | undefined;
|
|
104
105
|
discardedAt?: string | null | undefined;
|
|
105
106
|
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;
|
|
111
112
|
appId?: string | undefined;
|
|
112
113
|
discardedAt?: string | null | undefined;
|
|
113
114
|
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;
|
|
127
128
|
appId?: string | undefined;
|
|
128
129
|
discardedAt?: string | null | undefined;
|
|
129
130
|
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
|
-
discardedAt?: string | undefined;
|
|
10
9
|
id?: string | undefined;
|
|
11
|
-
}, {
|
|
12
10
|
discardedAt?: string | undefined;
|
|
11
|
+
}, {
|
|
13
12
|
id?: string | undefined;
|
|
13
|
+
discardedAt?: 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
|
-
discarded_at?: string | undefined;
|
|
31
30
|
id?: string | undefined;
|
|
32
|
-
}, {
|
|
33
31
|
discarded_at?: string | undefined;
|
|
32
|
+
}, {
|
|
34
33
|
id?: string | undefined;
|
|
34
|
+
discarded_at?: string | undefined;
|
|
35
35
|
}>, {
|
|
36
36
|
discardedAt: string | undefined;
|
|
37
37
|
id: string | undefined;
|
|
38
38
|
}, {
|
|
39
|
-
discarded_at?: string | undefined;
|
|
40
39
|
id?: string | undefined;
|
|
40
|
+
discarded_at?: 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
|
-
discardedAt?: string | undefined;
|
|
51
50
|
id?: string | undefined;
|
|
52
|
-
}, {
|
|
53
51
|
discardedAt?: string | undefined;
|
|
52
|
+
}, {
|
|
54
53
|
id?: string | undefined;
|
|
54
|
+
discardedAt?: string | undefined;
|
|
55
55
|
}>, {
|
|
56
56
|
discarded_at: string | undefined;
|
|
57
57
|
id: string | undefined;
|
|
58
58
|
}, {
|
|
59
|
-
discardedAt?: string | undefined;
|
|
60
59
|
id?: string | undefined;
|
|
60
|
+
discardedAt?: 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
|
-
discardedAt?: string | null | undefined;
|
|
17
16
|
updatedAt?: string | null | undefined;
|
|
17
|
+
discardedAt?: string | null | undefined;
|
|
18
18
|
}, {
|
|
19
19
|
createdAt: string;
|
|
20
20
|
id: string;
|
|
21
21
|
deviceToken: string;
|
|
22
|
-
discardedAt?: string | null | undefined;
|
|
23
22
|
updatedAt?: string | null | undefined;
|
|
23
|
+
discardedAt?: 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
|
-
discardedAt?: string | null | undefined;
|
|
44
43
|
updatedAt?: string | null | undefined;
|
|
44
|
+
discardedAt?: 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
|
-
discardedAt?: string | null | undefined;
|
|
57
56
|
updatedAt?: string | null | undefined;
|
|
57
|
+
discardedAt?: 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
|
-
discarded_at?: string | null | undefined;
|
|
88
87
|
updated_at?: string | null | undefined;
|
|
88
|
+
discarded_at?: string | null | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
id: string;
|
|
91
91
|
created_at: string;
|
|
92
92
|
device_token: string;
|
|
93
|
-
discarded_at?: string | null | undefined;
|
|
94
93
|
updated_at?: string | null | undefined;
|
|
94
|
+
discarded_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
|
-
discarded_at?: string | null | undefined;
|
|
106
105
|
updated_at?: string | null | undefined;
|
|
106
|
+
discarded_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
|
-
discarded_at?: string | null | undefined;
|
|
148
147
|
updated_at?: string | null | undefined;
|
|
148
|
+
discarded_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
|
-
discarded_at?: string | null | undefined;
|
|
174
173
|
updated_at?: string | null | undefined;
|
|
174
|
+
discarded_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
|
-
discardedAt?: string | null | undefined;
|
|
198
197
|
updatedAt?: string | null | undefined;
|
|
198
|
+
discardedAt?: string | null | undefined;
|
|
199
199
|
}, {
|
|
200
200
|
createdAt: string;
|
|
201
201
|
id: string;
|
|
202
202
|
deviceToken: string;
|
|
203
|
-
discardedAt?: string | null | undefined;
|
|
204
203
|
updatedAt?: string | null | undefined;
|
|
204
|
+
discardedAt?: 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
|
-
discardedAt?: string | null | undefined;
|
|
216
215
|
updatedAt?: string | null | undefined;
|
|
216
|
+
discardedAt?: 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
|
-
discardedAt?: string | null | undefined;
|
|
258
257
|
updatedAt?: string | null | undefined;
|
|
258
|
+
discardedAt?: 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
|
-
discardedAt?: string | null | undefined;
|
|
284
283
|
updatedAt?: string | null | undefined;
|
|
284
|
+
discardedAt?: 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
|
-
discardedAt?: string | null | undefined;
|
|
16
15
|
updatedAt?: string | null | undefined;
|
|
16
|
+
discardedAt?: string | null | undefined;
|
|
17
17
|
}, {
|
|
18
18
|
createdAt: string;
|
|
19
19
|
id: string;
|
|
20
20
|
deviceToken: string;
|
|
21
|
-
discardedAt?: string | null | undefined;
|
|
22
21
|
updatedAt?: string | null | undefined;
|
|
22
|
+
discardedAt?: 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
|
-
discarded_at?: string | null | undefined;
|
|
49
48
|
updated_at?: string | null | undefined;
|
|
49
|
+
discarded_at?: string | null | undefined;
|
|
50
50
|
}, {
|
|
51
51
|
id: string;
|
|
52
52
|
created_at: string;
|
|
53
53
|
device_token: string;
|
|
54
|
-
discarded_at?: string | null | undefined;
|
|
55
54
|
updated_at?: string | null | undefined;
|
|
55
|
+
discarded_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
|
-
discarded_at?: string | null | undefined;
|
|
67
66
|
updated_at?: string | null | undefined;
|
|
67
|
+
discarded_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
|
-
discardedAt?: string | null | undefined;
|
|
84
83
|
updatedAt?: string | null | undefined;
|
|
84
|
+
discardedAt?: string | null | undefined;
|
|
85
85
|
}, {
|
|
86
86
|
createdAt: string;
|
|
87
87
|
id: string;
|
|
88
88
|
deviceToken: string;
|
|
89
|
-
discardedAt?: string | null | undefined;
|
|
90
89
|
updatedAt?: string | null | undefined;
|
|
90
|
+
discardedAt?: 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
|
-
discardedAt?: string | null | undefined;
|
|
102
101
|
updatedAt?: string | null | undefined;
|
|
102
|
+
discardedAt?: 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;
|
|
17
18
|
discardedAt?: string | null | undefined;
|
|
18
19
|
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;
|
|
24
25
|
discardedAt?: string | null | undefined;
|
|
25
26
|
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;
|
|
46
47
|
discardedAt?: string | null | undefined;
|
|
47
48
|
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;
|
|
60
61
|
discardedAt?: string | null | undefined;
|
|
61
62
|
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;
|
|
93
94
|
discarded_at?: string | null | undefined;
|
|
94
95
|
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;
|
|
100
101
|
discarded_at?: string | null | undefined;
|
|
101
102
|
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;
|
|
114
115
|
discarded_at?: string | null | undefined;
|
|
115
116
|
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;
|
|
158
159
|
discarded_at?: string | null | undefined;
|
|
159
160
|
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;
|
|
186
187
|
discarded_at?: string | null | undefined;
|
|
187
188
|
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;
|
|
212
213
|
discardedAt?: string | null | undefined;
|
|
213
214
|
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;
|
|
219
220
|
discardedAt?: string | null | undefined;
|
|
220
221
|
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;
|
|
233
234
|
discardedAt?: string | null | undefined;
|
|
234
235
|
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;
|
|
277
278
|
discardedAt?: string | null | undefined;
|
|
278
279
|
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;
|
|
305
306
|
discardedAt?: string | null | undefined;
|
|
306
307
|
installationId?: string | undefined;
|
|
307
|
-
updatedAt?: string | null | undefined;
|
|
308
308
|
}[] | undefined;
|
|
309
309
|
links?: {
|
|
310
310
|
first?: string | undefined;
|