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
|
@@ -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;
|
|
@@ -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;
|
|
16
17
|
discardedAt?: string | null | undefined;
|
|
17
18
|
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;
|
|
23
24
|
discardedAt?: string | null | undefined;
|
|
24
25
|
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;
|
|
53
54
|
discarded_at?: string | null | undefined;
|
|
54
55
|
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;
|
|
60
61
|
discarded_at?: string | null | undefined;
|
|
61
62
|
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;
|
|
74
75
|
discarded_at?: string | null | undefined;
|
|
75
76
|
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;
|
|
93
94
|
discardedAt?: string | null | undefined;
|
|
94
95
|
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;
|
|
100
101
|
discardedAt?: string | null | undefined;
|
|
101
102
|
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;
|
|
114
115
|
discardedAt?: string | null | undefined;
|
|
115
116
|
installationId?: string | undefined;
|
|
116
|
-
updatedAt?: string | null | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
//# sourceMappingURL=fcm-token.d.ts.map
|