magicbell-js 1.7.0 → 1.7.1
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/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/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
- package/dist/commonjs/project-client/services/workflows/models/get-run-response.d.ts +41 -41
- package/dist/commonjs/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
- package/dist/commonjs/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
- package/dist/commonjs/project-client/services/workflows/models/workflow-run.d.ts +35 -35
- 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 +30 -30
- package/dist/commonjs/user-client/services/channels/models/channels.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/user-preferences.d.ts +48 -48
- 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 +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/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
- package/dist/esm/project-client/services/workflows/models/get-run-response.d.ts +41 -41
- package/dist/esm/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
- package/dist/esm/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
- package/dist/esm/project-client/services/workflows/models/workflow-run.d.ts +35 -35
- 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 +30 -30
- package/dist/esm/user-client/services/channels/models/channels.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/user-preferences.d.ts +48 -48
- 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 +2 -2
|
@@ -16,18 +16,18 @@ export declare const apnsToken: z.ZodLazy<z.ZodObject<{
|
|
|
16
16
|
createdAt: string;
|
|
17
17
|
id: string;
|
|
18
18
|
deviceToken: string;
|
|
19
|
+
updatedAt?: string | null | undefined;
|
|
19
20
|
appId?: string | undefined;
|
|
20
21
|
discardedAt?: string | null | undefined;
|
|
21
22
|
installationId?: string | undefined;
|
|
22
|
-
updatedAt?: string | null | undefined;
|
|
23
23
|
}, {
|
|
24
24
|
createdAt: string;
|
|
25
25
|
id: string;
|
|
26
26
|
deviceToken: string;
|
|
27
|
+
updatedAt?: string | null | undefined;
|
|
27
28
|
appId?: string | undefined;
|
|
28
29
|
discardedAt?: string | null | undefined;
|
|
29
30
|
installationId?: string | undefined;
|
|
30
|
-
updatedAt?: string | null | undefined;
|
|
31
31
|
}>>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
@@ -58,18 +58,18 @@ export declare const apnsTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
58
58
|
id: string;
|
|
59
59
|
created_at: string;
|
|
60
60
|
device_token: string;
|
|
61
|
+
updated_at?: string | null | undefined;
|
|
61
62
|
app_id?: string | undefined;
|
|
62
63
|
discarded_at?: string | null | undefined;
|
|
63
64
|
installation_id?: string | undefined;
|
|
64
|
-
updated_at?: string | null | undefined;
|
|
65
65
|
}, {
|
|
66
66
|
id: string;
|
|
67
67
|
created_at: string;
|
|
68
68
|
device_token: string;
|
|
69
|
+
updated_at?: string | null | undefined;
|
|
69
70
|
app_id?: string | undefined;
|
|
70
71
|
discarded_at?: string | null | undefined;
|
|
71
72
|
installation_id?: string | undefined;
|
|
72
|
-
updated_at?: string | null | undefined;
|
|
73
73
|
}>, {
|
|
74
74
|
appId: string | undefined;
|
|
75
75
|
createdAt: string;
|
|
@@ -82,10 +82,10 @@ export declare const apnsTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
82
82
|
id: string;
|
|
83
83
|
created_at: string;
|
|
84
84
|
device_token: string;
|
|
85
|
+
updated_at?: string | null | undefined;
|
|
85
86
|
app_id?: string | undefined;
|
|
86
87
|
discarded_at?: string | null | undefined;
|
|
87
88
|
installation_id?: string | undefined;
|
|
88
|
-
updated_at?: string | null | undefined;
|
|
89
89
|
}>>;
|
|
90
90
|
/**
|
|
91
91
|
* Zod schema for mapping the ApnsToken application shape to API requests.
|
|
@@ -104,18 +104,18 @@ export declare const apnsTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
104
104
|
createdAt: string;
|
|
105
105
|
id: string;
|
|
106
106
|
deviceToken: string;
|
|
107
|
+
updatedAt?: string | null | undefined;
|
|
107
108
|
appId?: string | undefined;
|
|
108
109
|
discardedAt?: string | null | undefined;
|
|
109
110
|
installationId?: string | undefined;
|
|
110
|
-
updatedAt?: string | null | undefined;
|
|
111
111
|
}, {
|
|
112
112
|
createdAt: string;
|
|
113
113
|
id: string;
|
|
114
114
|
deviceToken: string;
|
|
115
|
+
updatedAt?: string | null | undefined;
|
|
115
116
|
appId?: string | undefined;
|
|
116
117
|
discardedAt?: string | null | undefined;
|
|
117
118
|
installationId?: string | undefined;
|
|
118
|
-
updatedAt?: string | null | undefined;
|
|
119
119
|
}>, {
|
|
120
120
|
app_id: string | undefined;
|
|
121
121
|
created_at: string;
|
|
@@ -128,9 +128,9 @@ export declare const apnsTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
128
128
|
createdAt: string;
|
|
129
129
|
id: string;
|
|
130
130
|
deviceToken: string;
|
|
131
|
+
updatedAt?: string | null | undefined;
|
|
131
132
|
appId?: string | undefined;
|
|
132
133
|
discardedAt?: string | null | undefined;
|
|
133
134
|
installationId?: string | undefined;
|
|
134
|
-
updatedAt?: string | null | undefined;
|
|
135
135
|
}>>;
|
|
136
136
|
//# sourceMappingURL=apns-token.d.ts.map
|
|
@@ -8,11 +8,11 @@ export declare const discardResult: z.ZodLazy<z.ZodObject<{
|
|
|
8
8
|
discardedAt: z.ZodOptional<z.ZodString>;
|
|
9
9
|
id: z.ZodOptional<z.ZodString>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
discardedAt?: string | undefined;
|
|
12
11
|
id?: string | undefined;
|
|
13
|
-
}, {
|
|
14
12
|
discardedAt?: string | undefined;
|
|
13
|
+
}, {
|
|
15
14
|
id?: string | undefined;
|
|
15
|
+
discardedAt?: string | undefined;
|
|
16
16
|
}>>;
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
@@ -30,17 +30,17 @@ export declare const discardResultResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
30
30
|
discarded_at: z.ZodOptional<z.ZodString>;
|
|
31
31
|
id: z.ZodOptional<z.ZodString>;
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
|
-
discarded_at?: string | undefined;
|
|
34
33
|
id?: string | undefined;
|
|
35
|
-
}, {
|
|
36
34
|
discarded_at?: string | undefined;
|
|
35
|
+
}, {
|
|
37
36
|
id?: string | undefined;
|
|
37
|
+
discarded_at?: string | undefined;
|
|
38
38
|
}>, {
|
|
39
39
|
discardedAt: string | undefined;
|
|
40
40
|
id: string | undefined;
|
|
41
41
|
}, {
|
|
42
|
-
discarded_at?: string | undefined;
|
|
43
42
|
id?: string | undefined;
|
|
43
|
+
discarded_at?: string | undefined;
|
|
44
44
|
}>>;
|
|
45
45
|
/**
|
|
46
46
|
* Zod schema for mapping the DiscardResult application shape to API requests.
|
|
@@ -51,16 +51,16 @@ export declare const discardResultRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
51
51
|
discardedAt: z.ZodOptional<z.ZodString>;
|
|
52
52
|
id: z.ZodOptional<z.ZodString>;
|
|
53
53
|
}, "strip", z.ZodTypeAny, {
|
|
54
|
-
discardedAt?: string | undefined;
|
|
55
54
|
id?: string | undefined;
|
|
56
|
-
}, {
|
|
57
55
|
discardedAt?: string | undefined;
|
|
56
|
+
}, {
|
|
58
57
|
id?: string | undefined;
|
|
58
|
+
discardedAt?: string | undefined;
|
|
59
59
|
}>, {
|
|
60
60
|
discarded_at: string | undefined;
|
|
61
61
|
id: string | undefined;
|
|
62
62
|
}, {
|
|
63
|
-
discardedAt?: string | undefined;
|
|
64
63
|
id?: string | undefined;
|
|
64
|
+
discardedAt?: string | undefined;
|
|
65
65
|
}>>;
|
|
66
66
|
//# sourceMappingURL=discard-result.d.ts.map
|
|
@@ -15,14 +15,14 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
15
15
|
createdAt: string;
|
|
16
16
|
id: string;
|
|
17
17
|
deviceToken: string;
|
|
18
|
-
discardedAt?: string | null | undefined;
|
|
19
18
|
updatedAt?: string | null | undefined;
|
|
19
|
+
discardedAt?: string | null | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
createdAt: string;
|
|
22
22
|
id: string;
|
|
23
23
|
deviceToken: string;
|
|
24
|
-
discardedAt?: string | null | undefined;
|
|
25
24
|
updatedAt?: string | null | undefined;
|
|
25
|
+
discardedAt?: string | null | undefined;
|
|
26
26
|
}>>, "many">>;
|
|
27
27
|
links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
28
28
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -42,8 +42,8 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
42
42
|
createdAt: string;
|
|
43
43
|
id: string;
|
|
44
44
|
deviceToken: string;
|
|
45
|
-
discardedAt?: string | null | undefined;
|
|
46
45
|
updatedAt?: string | null | undefined;
|
|
46
|
+
discardedAt?: string | null | undefined;
|
|
47
47
|
}[] | undefined;
|
|
48
48
|
links?: {
|
|
49
49
|
first?: string | undefined;
|
|
@@ -55,8 +55,8 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
55
55
|
createdAt: string;
|
|
56
56
|
id: string;
|
|
57
57
|
deviceToken: string;
|
|
58
|
-
discardedAt?: string | null | undefined;
|
|
59
58
|
updatedAt?: string | null | undefined;
|
|
59
|
+
discardedAt?: string | null | undefined;
|
|
60
60
|
}[] | undefined;
|
|
61
61
|
links?: {
|
|
62
62
|
first?: string | undefined;
|
|
@@ -87,14 +87,14 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
87
87
|
id: string;
|
|
88
88
|
created_at: string;
|
|
89
89
|
device_token: string;
|
|
90
|
-
discarded_at?: string | null | undefined;
|
|
91
90
|
updated_at?: string | null | undefined;
|
|
91
|
+
discarded_at?: string | null | undefined;
|
|
92
92
|
}, {
|
|
93
93
|
id: string;
|
|
94
94
|
created_at: string;
|
|
95
95
|
device_token: string;
|
|
96
|
-
discarded_at?: string | null | undefined;
|
|
97
96
|
updated_at?: string | null | undefined;
|
|
97
|
+
discarded_at?: string | null | undefined;
|
|
98
98
|
}>, {
|
|
99
99
|
createdAt: string;
|
|
100
100
|
deviceToken: string;
|
|
@@ -105,8 +105,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
105
105
|
id: string;
|
|
106
106
|
created_at: string;
|
|
107
107
|
device_token: string;
|
|
108
|
-
discarded_at?: string | null | undefined;
|
|
109
108
|
updated_at?: string | null | undefined;
|
|
109
|
+
discarded_at?: string | null | undefined;
|
|
110
110
|
}>>, "many">>;
|
|
111
111
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
112
112
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -147,8 +147,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
147
147
|
id: string;
|
|
148
148
|
created_at: string;
|
|
149
149
|
device_token: string;
|
|
150
|
-
discarded_at?: string | null | undefined;
|
|
151
150
|
updated_at?: string | null | undefined;
|
|
151
|
+
discarded_at?: string | null | undefined;
|
|
152
152
|
}[] | undefined;
|
|
153
153
|
links?: {
|
|
154
154
|
first?: string | undefined;
|
|
@@ -173,8 +173,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
173
173
|
id: string;
|
|
174
174
|
created_at: string;
|
|
175
175
|
device_token: string;
|
|
176
|
-
discarded_at?: string | null | undefined;
|
|
177
176
|
updated_at?: string | null | undefined;
|
|
177
|
+
discarded_at?: string | null | undefined;
|
|
178
178
|
}[] | undefined;
|
|
179
179
|
links?: {
|
|
180
180
|
first?: string | undefined;
|
|
@@ -198,14 +198,14 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
198
198
|
createdAt: string;
|
|
199
199
|
id: string;
|
|
200
200
|
deviceToken: string;
|
|
201
|
-
discardedAt?: string | null | undefined;
|
|
202
201
|
updatedAt?: string | null | undefined;
|
|
202
|
+
discardedAt?: string | null | undefined;
|
|
203
203
|
}, {
|
|
204
204
|
createdAt: string;
|
|
205
205
|
id: string;
|
|
206
206
|
deviceToken: string;
|
|
207
|
-
discardedAt?: string | null | undefined;
|
|
208
207
|
updatedAt?: string | null | undefined;
|
|
208
|
+
discardedAt?: string | null | undefined;
|
|
209
209
|
}>, {
|
|
210
210
|
created_at: string;
|
|
211
211
|
device_token: string;
|
|
@@ -216,8 +216,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
216
216
|
createdAt: string;
|
|
217
217
|
id: string;
|
|
218
218
|
deviceToken: string;
|
|
219
|
-
discardedAt?: string | null | undefined;
|
|
220
219
|
updatedAt?: string | null | undefined;
|
|
220
|
+
discardedAt?: string | null | undefined;
|
|
221
221
|
}>>, "many">>;
|
|
222
222
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
223
223
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -258,8 +258,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
258
258
|
createdAt: string;
|
|
259
259
|
id: string;
|
|
260
260
|
deviceToken: string;
|
|
261
|
-
discardedAt?: string | null | undefined;
|
|
262
261
|
updatedAt?: string | null | undefined;
|
|
262
|
+
discardedAt?: string | null | undefined;
|
|
263
263
|
}[] | undefined;
|
|
264
264
|
links?: {
|
|
265
265
|
first?: string | undefined;
|
|
@@ -284,8 +284,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
284
284
|
createdAt: string;
|
|
285
285
|
id: string;
|
|
286
286
|
deviceToken: string;
|
|
287
|
-
discardedAt?: string | null | undefined;
|
|
288
287
|
updatedAt?: string | null | undefined;
|
|
288
|
+
discardedAt?: string | null | undefined;
|
|
289
289
|
}[] | undefined;
|
|
290
290
|
links?: {
|
|
291
291
|
first?: string | undefined;
|
|
@@ -14,14 +14,14 @@ export declare const expoToken: z.ZodLazy<z.ZodObject<{
|
|
|
14
14
|
createdAt: string;
|
|
15
15
|
id: string;
|
|
16
16
|
deviceToken: string;
|
|
17
|
-
discardedAt?: string | null | undefined;
|
|
18
17
|
updatedAt?: string | null | undefined;
|
|
18
|
+
discardedAt?: string | null | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
createdAt: string;
|
|
21
21
|
id: string;
|
|
22
22
|
deviceToken: string;
|
|
23
|
-
discardedAt?: string | null | undefined;
|
|
24
23
|
updatedAt?: string | null | undefined;
|
|
24
|
+
discardedAt?: string | null | undefined;
|
|
25
25
|
}>>;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
@@ -48,14 +48,14 @@ export declare const expoTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
48
48
|
id: string;
|
|
49
49
|
created_at: string;
|
|
50
50
|
device_token: string;
|
|
51
|
-
discarded_at?: string | null | undefined;
|
|
52
51
|
updated_at?: string | null | undefined;
|
|
52
|
+
discarded_at?: string | null | undefined;
|
|
53
53
|
}, {
|
|
54
54
|
id: string;
|
|
55
55
|
created_at: string;
|
|
56
56
|
device_token: string;
|
|
57
|
-
discarded_at?: string | null | undefined;
|
|
58
57
|
updated_at?: string | null | undefined;
|
|
58
|
+
discarded_at?: string | null | undefined;
|
|
59
59
|
}>, {
|
|
60
60
|
createdAt: string;
|
|
61
61
|
deviceToken: string;
|
|
@@ -66,8 +66,8 @@ export declare const expoTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
66
66
|
id: string;
|
|
67
67
|
created_at: string;
|
|
68
68
|
device_token: string;
|
|
69
|
-
discarded_at?: string | null | undefined;
|
|
70
69
|
updated_at?: string | null | undefined;
|
|
70
|
+
discarded_at?: string | null | undefined;
|
|
71
71
|
}>>;
|
|
72
72
|
/**
|
|
73
73
|
* Zod schema for mapping the ExpoToken application shape to API requests.
|
|
@@ -84,14 +84,14 @@ export declare const expoTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
84
84
|
createdAt: string;
|
|
85
85
|
id: string;
|
|
86
86
|
deviceToken: string;
|
|
87
|
-
discardedAt?: string | null | undefined;
|
|
88
87
|
updatedAt?: string | null | undefined;
|
|
88
|
+
discardedAt?: string | null | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
createdAt: string;
|
|
91
91
|
id: string;
|
|
92
92
|
deviceToken: string;
|
|
93
|
-
discardedAt?: string | null | undefined;
|
|
94
93
|
updatedAt?: string | null | undefined;
|
|
94
|
+
discardedAt?: string | null | undefined;
|
|
95
95
|
}>, {
|
|
96
96
|
created_at: string;
|
|
97
97
|
device_token: string;
|
|
@@ -102,7 +102,7 @@ export declare const expoTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
102
102
|
createdAt: string;
|
|
103
103
|
id: string;
|
|
104
104
|
deviceToken: string;
|
|
105
|
-
discardedAt?: string | null | undefined;
|
|
106
105
|
updatedAt?: string | null | undefined;
|
|
106
|
+
discardedAt?: string | null | undefined;
|
|
107
107
|
}>>;
|
|
108
108
|
//# sourceMappingURL=expo-token.d.ts.map
|
|
@@ -15,14 +15,14 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
15
15
|
createdAt: string;
|
|
16
16
|
id: string;
|
|
17
17
|
deviceToken: string;
|
|
18
|
-
discardedAt?: string | null | undefined;
|
|
19
18
|
updatedAt?: string | null | undefined;
|
|
19
|
+
discardedAt?: string | null | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
createdAt: string;
|
|
22
22
|
id: string;
|
|
23
23
|
deviceToken: string;
|
|
24
|
-
discardedAt?: string | null | undefined;
|
|
25
24
|
updatedAt?: string | null | undefined;
|
|
25
|
+
discardedAt?: string | null | undefined;
|
|
26
26
|
}>>, "many">>;
|
|
27
27
|
links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
28
28
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -42,8 +42,8 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
42
42
|
createdAt: string;
|
|
43
43
|
id: string;
|
|
44
44
|
deviceToken: string;
|
|
45
|
-
discardedAt?: string | null | undefined;
|
|
46
45
|
updatedAt?: string | null | undefined;
|
|
46
|
+
discardedAt?: string | null | undefined;
|
|
47
47
|
}[] | undefined;
|
|
48
48
|
links?: {
|
|
49
49
|
first?: string | undefined;
|
|
@@ -55,8 +55,8 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
55
55
|
createdAt: string;
|
|
56
56
|
id: string;
|
|
57
57
|
deviceToken: string;
|
|
58
|
-
discardedAt?: string | null | undefined;
|
|
59
58
|
updatedAt?: string | null | undefined;
|
|
59
|
+
discardedAt?: string | null | undefined;
|
|
60
60
|
}[] | undefined;
|
|
61
61
|
links?: {
|
|
62
62
|
first?: string | undefined;
|
|
@@ -87,14 +87,14 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
87
87
|
id: string;
|
|
88
88
|
created_at: string;
|
|
89
89
|
device_token: string;
|
|
90
|
-
discarded_at?: string | null | undefined;
|
|
91
90
|
updated_at?: string | null | undefined;
|
|
91
|
+
discarded_at?: string | null | undefined;
|
|
92
92
|
}, {
|
|
93
93
|
id: string;
|
|
94
94
|
created_at: string;
|
|
95
95
|
device_token: string;
|
|
96
|
-
discarded_at?: string | null | undefined;
|
|
97
96
|
updated_at?: string | null | undefined;
|
|
97
|
+
discarded_at?: string | null | undefined;
|
|
98
98
|
}>, {
|
|
99
99
|
createdAt: string;
|
|
100
100
|
deviceToken: string;
|
|
@@ -105,8 +105,8 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
105
105
|
id: string;
|
|
106
106
|
created_at: string;
|
|
107
107
|
device_token: string;
|
|
108
|
-
discarded_at?: string | null | undefined;
|
|
109
108
|
updated_at?: string | null | undefined;
|
|
109
|
+
discarded_at?: string | null | undefined;
|
|
110
110
|
}>>, "many">>;
|
|
111
111
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
112
112
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -147,8 +147,8 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
147
147
|
id: string;
|
|
148
148
|
created_at: string;
|
|
149
149
|
device_token: string;
|
|
150
|
-
discarded_at?: string | null | undefined;
|
|
151
150
|
updated_at?: string | null | undefined;
|
|
151
|
+
discarded_at?: string | null | undefined;
|
|
152
152
|
}[] | undefined;
|
|
153
153
|
links?: {
|
|
154
154
|
first?: string | undefined;
|
|
@@ -173,8 +173,8 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
173
173
|
id: string;
|
|
174
174
|
created_at: string;
|
|
175
175
|
device_token: string;
|
|
176
|
-
discarded_at?: string | null | undefined;
|
|
177
176
|
updated_at?: string | null | undefined;
|
|
177
|
+
discarded_at?: string | null | undefined;
|
|
178
178
|
}[] | undefined;
|
|
179
179
|
links?: {
|
|
180
180
|
first?: string | undefined;
|
|
@@ -198,14 +198,14 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
198
198
|
createdAt: string;
|
|
199
199
|
id: string;
|
|
200
200
|
deviceToken: string;
|
|
201
|
-
discardedAt?: string | null | undefined;
|
|
202
201
|
updatedAt?: string | null | undefined;
|
|
202
|
+
discardedAt?: string | null | undefined;
|
|
203
203
|
}, {
|
|
204
204
|
createdAt: string;
|
|
205
205
|
id: string;
|
|
206
206
|
deviceToken: string;
|
|
207
|
-
discardedAt?: string | null | undefined;
|
|
208
207
|
updatedAt?: string | null | undefined;
|
|
208
|
+
discardedAt?: string | null | undefined;
|
|
209
209
|
}>, {
|
|
210
210
|
created_at: string;
|
|
211
211
|
device_token: string;
|
|
@@ -216,8 +216,8 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
216
216
|
createdAt: string;
|
|
217
217
|
id: string;
|
|
218
218
|
deviceToken: string;
|
|
219
|
-
discardedAt?: string | null | undefined;
|
|
220
219
|
updatedAt?: string | null | undefined;
|
|
220
|
+
discardedAt?: string | null | undefined;
|
|
221
221
|
}>>, "many">>;
|
|
222
222
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
223
223
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -258,8 +258,8 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
258
258
|
createdAt: string;
|
|
259
259
|
id: string;
|
|
260
260
|
deviceToken: string;
|
|
261
|
-
discardedAt?: string | null | undefined;
|
|
262
261
|
updatedAt?: string | null | undefined;
|
|
262
|
+
discardedAt?: string | null | undefined;
|
|
263
263
|
}[] | undefined;
|
|
264
264
|
links?: {
|
|
265
265
|
first?: string | undefined;
|
|
@@ -284,8 +284,8 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
284
284
|
createdAt: string;
|
|
285
285
|
id: string;
|
|
286
286
|
deviceToken: string;
|
|
287
|
-
discardedAt?: string | null | undefined;
|
|
288
287
|
updatedAt?: string | null | undefined;
|
|
288
|
+
discardedAt?: string | null | undefined;
|
|
289
289
|
}[] | undefined;
|
|
290
290
|
links?: {
|
|
291
291
|
first?: string | undefined;
|
|
@@ -14,14 +14,14 @@ export declare const fcmToken: z.ZodLazy<z.ZodObject<{
|
|
|
14
14
|
createdAt: string;
|
|
15
15
|
id: string;
|
|
16
16
|
deviceToken: string;
|
|
17
|
-
discardedAt?: string | null | undefined;
|
|
18
17
|
updatedAt?: string | null | undefined;
|
|
18
|
+
discardedAt?: string | null | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
createdAt: string;
|
|
21
21
|
id: string;
|
|
22
22
|
deviceToken: string;
|
|
23
|
-
discardedAt?: string | null | undefined;
|
|
24
23
|
updatedAt?: string | null | undefined;
|
|
24
|
+
discardedAt?: string | null | undefined;
|
|
25
25
|
}>>;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
@@ -48,14 +48,14 @@ export declare const fcmTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
48
48
|
id: string;
|
|
49
49
|
created_at: string;
|
|
50
50
|
device_token: string;
|
|
51
|
-
discarded_at?: string | null | undefined;
|
|
52
51
|
updated_at?: string | null | undefined;
|
|
52
|
+
discarded_at?: string | null | undefined;
|
|
53
53
|
}, {
|
|
54
54
|
id: string;
|
|
55
55
|
created_at: string;
|
|
56
56
|
device_token: string;
|
|
57
|
-
discarded_at?: string | null | undefined;
|
|
58
57
|
updated_at?: string | null | undefined;
|
|
58
|
+
discarded_at?: string | null | undefined;
|
|
59
59
|
}>, {
|
|
60
60
|
createdAt: string;
|
|
61
61
|
deviceToken: string;
|
|
@@ -66,8 +66,8 @@ export declare const fcmTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
66
66
|
id: string;
|
|
67
67
|
created_at: string;
|
|
68
68
|
device_token: string;
|
|
69
|
-
discarded_at?: string | null | undefined;
|
|
70
69
|
updated_at?: string | null | undefined;
|
|
70
|
+
discarded_at?: string | null | undefined;
|
|
71
71
|
}>>;
|
|
72
72
|
/**
|
|
73
73
|
* Zod schema for mapping the FcmToken application shape to API requests.
|
|
@@ -84,14 +84,14 @@ export declare const fcmTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
84
84
|
createdAt: string;
|
|
85
85
|
id: string;
|
|
86
86
|
deviceToken: string;
|
|
87
|
-
discardedAt?: string | null | undefined;
|
|
88
87
|
updatedAt?: string | null | undefined;
|
|
88
|
+
discardedAt?: string | null | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
createdAt: string;
|
|
91
91
|
id: string;
|
|
92
92
|
deviceToken: string;
|
|
93
|
-
discardedAt?: string | null | undefined;
|
|
94
93
|
updatedAt?: string | null | undefined;
|
|
94
|
+
discardedAt?: string | null | undefined;
|
|
95
95
|
}>, {
|
|
96
96
|
created_at: string;
|
|
97
97
|
device_token: string;
|
|
@@ -102,7 +102,7 @@ export declare const fcmTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
102
102
|
createdAt: string;
|
|
103
103
|
id: string;
|
|
104
104
|
deviceToken: string;
|
|
105
|
-
discardedAt?: string | null | undefined;
|
|
106
105
|
updatedAt?: string | null | undefined;
|
|
106
|
+
discardedAt?: string | null | undefined;
|
|
107
107
|
}>>;
|
|
108
108
|
//# sourceMappingURL=fcm-token.d.ts.map
|
package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts
CHANGED
|
@@ -16,16 +16,16 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
|
|
|
16
16
|
createdAt: string;
|
|
17
17
|
id: string;
|
|
18
18
|
token: string;
|
|
19
|
-
connectionId?: string | null | undefined;
|
|
20
|
-
discardedAt?: string | null | undefined;
|
|
21
19
|
updatedAt?: string | null | undefined;
|
|
20
|
+
discardedAt?: string | null | undefined;
|
|
21
|
+
connectionId?: string | null | undefined;
|
|
22
22
|
}, {
|
|
23
23
|
createdAt: string;
|
|
24
24
|
id: string;
|
|
25
25
|
token: string;
|
|
26
|
-
connectionId?: string | null | undefined;
|
|
27
|
-
discardedAt?: string | null | undefined;
|
|
28
26
|
updatedAt?: string | null | undefined;
|
|
27
|
+
discardedAt?: string | null | undefined;
|
|
28
|
+
connectionId?: string | null | undefined;
|
|
29
29
|
}>>, "many">>;
|
|
30
30
|
links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
31
31
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -45,9 +45,9 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
|
|
|
45
45
|
createdAt: string;
|
|
46
46
|
id: string;
|
|
47
47
|
token: string;
|
|
48
|
-
connectionId?: string | null | undefined;
|
|
49
|
-
discardedAt?: string | null | undefined;
|
|
50
48
|
updatedAt?: string | null | undefined;
|
|
49
|
+
discardedAt?: string | null | undefined;
|
|
50
|
+
connectionId?: string | null | undefined;
|
|
51
51
|
}[] | undefined;
|
|
52
52
|
links?: {
|
|
53
53
|
first?: string | undefined;
|
|
@@ -59,9 +59,9 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
|
|
|
59
59
|
createdAt: string;
|
|
60
60
|
id: string;
|
|
61
61
|
token: string;
|
|
62
|
-
connectionId?: string | null | undefined;
|
|
63
|
-
discardedAt?: string | null | undefined;
|
|
64
62
|
updatedAt?: string | null | undefined;
|
|
63
|
+
discardedAt?: string | null | undefined;
|
|
64
|
+
connectionId?: string | null | undefined;
|
|
65
65
|
}[] | undefined;
|
|
66
66
|
links?: {
|
|
67
67
|
first?: string | undefined;
|
|
@@ -93,16 +93,16 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
|
|
|
93
93
|
id: string;
|
|
94
94
|
created_at: string;
|
|
95
95
|
token: string;
|
|
96
|
-
connection_id?: string | null | undefined;
|
|
97
|
-
discarded_at?: string | null | undefined;
|
|
98
96
|
updated_at?: string | null | undefined;
|
|
97
|
+
discarded_at?: string | null | undefined;
|
|
98
|
+
connection_id?: string | null | undefined;
|
|
99
99
|
}, {
|
|
100
100
|
id: string;
|
|
101
101
|
created_at: string;
|
|
102
102
|
token: string;
|
|
103
|
-
connection_id?: string | null | undefined;
|
|
104
|
-
discarded_at?: string | null | undefined;
|
|
105
103
|
updated_at?: string | null | undefined;
|
|
104
|
+
discarded_at?: string | null | undefined;
|
|
105
|
+
connection_id?: string | null | undefined;
|
|
106
106
|
}>, {
|
|
107
107
|
connectionId: string | null | undefined;
|
|
108
108
|
createdAt: string;
|
|
@@ -114,9 +114,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
|
|
|
114
114
|
id: string;
|
|
115
115
|
created_at: string;
|
|
116
116
|
token: string;
|
|
117
|
-
connection_id?: string | null | undefined;
|
|
118
|
-
discarded_at?: string | null | undefined;
|
|
119
117
|
updated_at?: string | null | undefined;
|
|
118
|
+
discarded_at?: string | null | undefined;
|
|
119
|
+
connection_id?: string | null | undefined;
|
|
120
120
|
}>>, "many">>;
|
|
121
121
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
122
122
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -158,9 +158,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
|
|
|
158
158
|
id: string;
|
|
159
159
|
created_at: string;
|
|
160
160
|
token: string;
|
|
161
|
-
connection_id?: string | null | undefined;
|
|
162
|
-
discarded_at?: string | null | undefined;
|
|
163
161
|
updated_at?: string | null | undefined;
|
|
162
|
+
discarded_at?: string | null | undefined;
|
|
163
|
+
connection_id?: string | null | undefined;
|
|
164
164
|
}[] | undefined;
|
|
165
165
|
links?: {
|
|
166
166
|
first?: string | undefined;
|
|
@@ -186,9 +186,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
|
|
|
186
186
|
id: string;
|
|
187
187
|
created_at: string;
|
|
188
188
|
token: string;
|
|
189
|
-
connection_id?: string | null | undefined;
|
|
190
|
-
discarded_at?: string | null | undefined;
|
|
191
189
|
updated_at?: string | null | undefined;
|
|
190
|
+
discarded_at?: string | null | undefined;
|
|
191
|
+
connection_id?: string | null | undefined;
|
|
192
192
|
}[] | undefined;
|
|
193
193
|
links?: {
|
|
194
194
|
first?: string | undefined;
|
|
@@ -213,16 +213,16 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
|
|
|
213
213
|
createdAt: string;
|
|
214
214
|
id: string;
|
|
215
215
|
token: string;
|
|
216
|
-
connectionId?: string | null | undefined;
|
|
217
|
-
discardedAt?: string | null | undefined;
|
|
218
216
|
updatedAt?: string | null | undefined;
|
|
217
|
+
discardedAt?: string | null | undefined;
|
|
218
|
+
connectionId?: string | null | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
createdAt: string;
|
|
221
221
|
id: string;
|
|
222
222
|
token: string;
|
|
223
|
-
connectionId?: string | null | undefined;
|
|
224
|
-
discardedAt?: string | null | undefined;
|
|
225
223
|
updatedAt?: string | null | undefined;
|
|
224
|
+
discardedAt?: string | null | undefined;
|
|
225
|
+
connectionId?: string | null | undefined;
|
|
226
226
|
}>, {
|
|
227
227
|
connection_id: string | null | undefined;
|
|
228
228
|
created_at: string;
|
|
@@ -234,9 +234,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
|
|
|
234
234
|
createdAt: string;
|
|
235
235
|
id: string;
|
|
236
236
|
token: string;
|
|
237
|
-
connectionId?: string | null | undefined;
|
|
238
|
-
discardedAt?: string | null | undefined;
|
|
239
237
|
updatedAt?: string | null | undefined;
|
|
238
|
+
discardedAt?: string | null | undefined;
|
|
239
|
+
connectionId?: string | null | undefined;
|
|
240
240
|
}>>, "many">>;
|
|
241
241
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
242
242
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -278,9 +278,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
|
|
|
278
278
|
createdAt: string;
|
|
279
279
|
id: string;
|
|
280
280
|
token: string;
|
|
281
|
-
connectionId?: string | null | undefined;
|
|
282
|
-
discardedAt?: string | null | undefined;
|
|
283
281
|
updatedAt?: string | null | undefined;
|
|
282
|
+
discardedAt?: string | null | undefined;
|
|
283
|
+
connectionId?: string | null | undefined;
|
|
284
284
|
}[] | undefined;
|
|
285
285
|
links?: {
|
|
286
286
|
first?: string | undefined;
|
|
@@ -306,9 +306,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
|
|
|
306
306
|
createdAt: string;
|
|
307
307
|
id: string;
|
|
308
308
|
token: string;
|
|
309
|
-
connectionId?: string | null | undefined;
|
|
310
|
-
discardedAt?: string | null | undefined;
|
|
311
309
|
updatedAt?: string | null | undefined;
|
|
310
|
+
discardedAt?: string | null | undefined;
|
|
311
|
+
connectionId?: string | null | undefined;
|
|
312
312
|
}[] | undefined;
|
|
313
313
|
links?: {
|
|
314
314
|
first?: string | undefined;
|