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
package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts
CHANGED
|
@@ -14,16 +14,16 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
|
|
|
14
14
|
createdAt: string;
|
|
15
15
|
id: string;
|
|
16
16
|
token: string;
|
|
17
|
-
connectionId?: string | null | undefined;
|
|
18
|
-
discardedAt?: string | null | undefined;
|
|
19
17
|
updatedAt?: string | null | undefined;
|
|
18
|
+
discardedAt?: string | null | undefined;
|
|
19
|
+
connectionId?: string | null | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
createdAt: string;
|
|
22
22
|
id: string;
|
|
23
23
|
token: string;
|
|
24
|
-
connectionId?: string | null | undefined;
|
|
25
|
-
discardedAt?: string | null | undefined;
|
|
26
24
|
updatedAt?: string | null | undefined;
|
|
25
|
+
discardedAt?: string | null | undefined;
|
|
26
|
+
connectionId?: 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 inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
|
|
|
43
43
|
createdAt: string;
|
|
44
44
|
id: string;
|
|
45
45
|
token: string;
|
|
46
|
-
connectionId?: string | null | undefined;
|
|
47
|
-
discardedAt?: string | null | undefined;
|
|
48
46
|
updatedAt?: string | null | undefined;
|
|
47
|
+
discardedAt?: string | null | undefined;
|
|
48
|
+
connectionId?: string | null | undefined;
|
|
49
49
|
}[] | undefined;
|
|
50
50
|
links?: {
|
|
51
51
|
first?: string | undefined;
|
|
@@ -57,9 +57,9 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
|
|
|
57
57
|
createdAt: string;
|
|
58
58
|
id: string;
|
|
59
59
|
token: string;
|
|
60
|
-
connectionId?: string | null | undefined;
|
|
61
|
-
discardedAt?: string | null | undefined;
|
|
62
60
|
updatedAt?: string | null | undefined;
|
|
61
|
+
discardedAt?: string | null | undefined;
|
|
62
|
+
connectionId?: string | null | undefined;
|
|
63
63
|
}[] | undefined;
|
|
64
64
|
links?: {
|
|
65
65
|
first?: string | undefined;
|
|
@@ -90,16 +90,16 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
|
|
|
90
90
|
id: string;
|
|
91
91
|
created_at: string;
|
|
92
92
|
token: string;
|
|
93
|
-
connection_id?: string | null | undefined;
|
|
94
|
-
discarded_at?: string | null | undefined;
|
|
95
93
|
updated_at?: string | null | undefined;
|
|
94
|
+
discarded_at?: string | null | undefined;
|
|
95
|
+
connection_id?: string | null | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
id: string;
|
|
98
98
|
created_at: string;
|
|
99
99
|
token: string;
|
|
100
|
-
connection_id?: string | null | undefined;
|
|
101
|
-
discarded_at?: string | null | undefined;
|
|
102
100
|
updated_at?: string | null | undefined;
|
|
101
|
+
discarded_at?: string | null | undefined;
|
|
102
|
+
connection_id?: string | null | undefined;
|
|
103
103
|
}>, {
|
|
104
104
|
connectionId: string | null | undefined;
|
|
105
105
|
createdAt: string;
|
|
@@ -111,9 +111,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
|
|
|
111
111
|
id: string;
|
|
112
112
|
created_at: string;
|
|
113
113
|
token: string;
|
|
114
|
-
connection_id?: string | null | undefined;
|
|
115
|
-
discarded_at?: string | null | undefined;
|
|
116
114
|
updated_at?: string | null | undefined;
|
|
115
|
+
discarded_at?: string | null | undefined;
|
|
116
|
+
connection_id?: 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 inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
|
|
|
155
155
|
id: string;
|
|
156
156
|
created_at: string;
|
|
157
157
|
token: string;
|
|
158
|
-
connection_id?: string | null | undefined;
|
|
159
|
-
discarded_at?: string | null | undefined;
|
|
160
158
|
updated_at?: string | null | undefined;
|
|
159
|
+
discarded_at?: string | null | undefined;
|
|
160
|
+
connection_id?: string | null | undefined;
|
|
161
161
|
}[] | undefined;
|
|
162
162
|
links?: {
|
|
163
163
|
first?: string | undefined;
|
|
@@ -183,9 +183,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
|
|
|
183
183
|
id: string;
|
|
184
184
|
created_at: string;
|
|
185
185
|
token: string;
|
|
186
|
-
connection_id?: string | null | undefined;
|
|
187
|
-
discarded_at?: string | null | undefined;
|
|
188
186
|
updated_at?: string | null | undefined;
|
|
187
|
+
discarded_at?: string | null | undefined;
|
|
188
|
+
connection_id?: string | null | undefined;
|
|
189
189
|
}[] | undefined;
|
|
190
190
|
links?: {
|
|
191
191
|
first?: string | undefined;
|
|
@@ -209,16 +209,16 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
|
|
|
209
209
|
createdAt: string;
|
|
210
210
|
id: string;
|
|
211
211
|
token: string;
|
|
212
|
-
connectionId?: string | null | undefined;
|
|
213
|
-
discardedAt?: string | null | undefined;
|
|
214
212
|
updatedAt?: string | null | undefined;
|
|
213
|
+
discardedAt?: string | null | undefined;
|
|
214
|
+
connectionId?: string | null | undefined;
|
|
215
215
|
}, {
|
|
216
216
|
createdAt: string;
|
|
217
217
|
id: string;
|
|
218
218
|
token: string;
|
|
219
|
-
connectionId?: string | null | undefined;
|
|
220
|
-
discardedAt?: string | null | undefined;
|
|
221
219
|
updatedAt?: string | null | undefined;
|
|
220
|
+
discardedAt?: string | null | undefined;
|
|
221
|
+
connectionId?: string | null | undefined;
|
|
222
222
|
}>, {
|
|
223
223
|
connection_id: string | null | undefined;
|
|
224
224
|
created_at: string;
|
|
@@ -230,9 +230,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
|
|
|
230
230
|
createdAt: string;
|
|
231
231
|
id: string;
|
|
232
232
|
token: string;
|
|
233
|
-
connectionId?: string | null | undefined;
|
|
234
|
-
discardedAt?: string | null | undefined;
|
|
235
233
|
updatedAt?: string | null | undefined;
|
|
234
|
+
discardedAt?: string | null | undefined;
|
|
235
|
+
connectionId?: 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 inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
|
|
|
274
274
|
createdAt: string;
|
|
275
275
|
id: string;
|
|
276
276
|
token: string;
|
|
277
|
-
connectionId?: string | null | undefined;
|
|
278
|
-
discardedAt?: string | null | undefined;
|
|
279
277
|
updatedAt?: string | null | undefined;
|
|
278
|
+
discardedAt?: string | null | undefined;
|
|
279
|
+
connectionId?: string | null | undefined;
|
|
280
280
|
}[] | undefined;
|
|
281
281
|
links?: {
|
|
282
282
|
first?: string | undefined;
|
|
@@ -302,9 +302,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
|
|
|
302
302
|
createdAt: string;
|
|
303
303
|
id: string;
|
|
304
304
|
token: string;
|
|
305
|
-
connectionId?: string | null | undefined;
|
|
306
|
-
discardedAt?: string | null | undefined;
|
|
307
305
|
updatedAt?: string | null | undefined;
|
|
306
|
+
discardedAt?: string | null | undefined;
|
|
307
|
+
connectionId?: string | null | undefined;
|
|
308
308
|
}[] | undefined;
|
|
309
309
|
links?: {
|
|
310
310
|
first?: string | undefined;
|
|
@@ -13,16 +13,16 @@ export declare const inboxTokenResponse: z.ZodLazy<z.ZodObject<{
|
|
|
13
13
|
createdAt: string;
|
|
14
14
|
id: string;
|
|
15
15
|
token: string;
|
|
16
|
-
connectionId?: string | null | undefined;
|
|
17
|
-
discardedAt?: string | null | undefined;
|
|
18
16
|
updatedAt?: string | null | undefined;
|
|
17
|
+
discardedAt?: string | null | undefined;
|
|
18
|
+
connectionId?: string | null | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
createdAt: string;
|
|
21
21
|
id: string;
|
|
22
22
|
token: string;
|
|
23
|
-
connectionId?: string | null | undefined;
|
|
24
|
-
discardedAt?: string | null | undefined;
|
|
25
23
|
updatedAt?: string | null | undefined;
|
|
24
|
+
discardedAt?: string | null | undefined;
|
|
25
|
+
connectionId?: string | null | undefined;
|
|
26
26
|
}>>;
|
|
27
27
|
/**
|
|
28
28
|
*
|
|
@@ -50,16 +50,16 @@ export declare const inboxTokenResponseResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
50
50
|
id: string;
|
|
51
51
|
created_at: string;
|
|
52
52
|
token: string;
|
|
53
|
-
connection_id?: string | null | undefined;
|
|
54
|
-
discarded_at?: string | null | undefined;
|
|
55
53
|
updated_at?: string | null | undefined;
|
|
54
|
+
discarded_at?: string | null | undefined;
|
|
55
|
+
connection_id?: string | null | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
id: string;
|
|
58
58
|
created_at: string;
|
|
59
59
|
token: string;
|
|
60
|
-
connection_id?: string | null | undefined;
|
|
61
|
-
discarded_at?: string | null | undefined;
|
|
62
60
|
updated_at?: string | null | undefined;
|
|
61
|
+
discarded_at?: string | null | undefined;
|
|
62
|
+
connection_id?: string | null | undefined;
|
|
63
63
|
}>, {
|
|
64
64
|
connectionId: string | null | undefined;
|
|
65
65
|
createdAt: string;
|
|
@@ -71,9 +71,9 @@ export declare const inboxTokenResponseResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
71
71
|
id: string;
|
|
72
72
|
created_at: string;
|
|
73
73
|
token: string;
|
|
74
|
-
connection_id?: string | null | undefined;
|
|
75
|
-
discarded_at?: string | null | undefined;
|
|
76
74
|
updated_at?: string | null | undefined;
|
|
75
|
+
discarded_at?: string | null | undefined;
|
|
76
|
+
connection_id?: 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 inboxTokenResponseRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
90
90
|
createdAt: string;
|
|
91
91
|
id: string;
|
|
92
92
|
token: string;
|
|
93
|
-
connectionId?: string | null | undefined;
|
|
94
|
-
discardedAt?: string | null | undefined;
|
|
95
93
|
updatedAt?: string | null | undefined;
|
|
94
|
+
discardedAt?: string | null | undefined;
|
|
95
|
+
connectionId?: string | null | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
createdAt: string;
|
|
98
98
|
id: string;
|
|
99
99
|
token: string;
|
|
100
|
-
connectionId?: string | null | undefined;
|
|
101
|
-
discardedAt?: string | null | undefined;
|
|
102
100
|
updatedAt?: string | null | undefined;
|
|
101
|
+
discardedAt?: string | null | undefined;
|
|
102
|
+
connectionId?: string | null | undefined;
|
|
103
103
|
}>, {
|
|
104
104
|
connection_id: string | null | undefined;
|
|
105
105
|
created_at: string;
|
|
@@ -111,8 +111,8 @@ export declare const inboxTokenResponseRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
111
111
|
createdAt: string;
|
|
112
112
|
id: string;
|
|
113
113
|
token: string;
|
|
114
|
-
connectionId?: string | null | undefined;
|
|
115
|
-
discardedAt?: string | null | undefined;
|
|
116
114
|
updatedAt?: string | null | undefined;
|
|
115
|
+
discardedAt?: string | null | undefined;
|
|
116
|
+
connectionId?: string | null | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
//# sourceMappingURL=inbox-token-response.d.ts.map
|
|
@@ -31,26 +31,26 @@ export declare const slackTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
32
|
createdAt: string;
|
|
33
33
|
id: string;
|
|
34
|
+
updatedAt?: string | null | undefined;
|
|
34
35
|
discardedAt?: string | null | undefined;
|
|
35
36
|
oauth?: {
|
|
36
37
|
installationId: string;
|
|
37
38
|
channelId: string;
|
|
38
39
|
scope?: string | undefined;
|
|
39
40
|
} | undefined;
|
|
40
|
-
updatedAt?: string | null | undefined;
|
|
41
41
|
webhook?: {
|
|
42
42
|
url: string;
|
|
43
43
|
} | undefined;
|
|
44
44
|
}, {
|
|
45
45
|
createdAt: string;
|
|
46
46
|
id: string;
|
|
47
|
+
updatedAt?: string | null | undefined;
|
|
47
48
|
discardedAt?: string | null | undefined;
|
|
48
49
|
oauth?: {
|
|
49
50
|
installationId: string;
|
|
50
51
|
channelId: string;
|
|
51
52
|
scope?: string | undefined;
|
|
52
53
|
} | undefined;
|
|
53
|
-
updatedAt?: string | null | undefined;
|
|
54
54
|
webhook?: {
|
|
55
55
|
url: string;
|
|
56
56
|
} | undefined;
|
|
@@ -72,13 +72,13 @@ export declare const slackTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
72
72
|
data?: {
|
|
73
73
|
createdAt: string;
|
|
74
74
|
id: string;
|
|
75
|
+
updatedAt?: string | null | undefined;
|
|
75
76
|
discardedAt?: string | null | undefined;
|
|
76
77
|
oauth?: {
|
|
77
78
|
installationId: string;
|
|
78
79
|
channelId: string;
|
|
79
80
|
scope?: string | undefined;
|
|
80
81
|
} | undefined;
|
|
81
|
-
updatedAt?: string | null | undefined;
|
|
82
82
|
webhook?: {
|
|
83
83
|
url: string;
|
|
84
84
|
} | undefined;
|
|
@@ -92,13 +92,13 @@ export declare const slackTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
92
92
|
data?: {
|
|
93
93
|
createdAt: string;
|
|
94
94
|
id: string;
|
|
95
|
+
updatedAt?: string | null | undefined;
|
|
95
96
|
discardedAt?: string | null | undefined;
|
|
96
97
|
oauth?: {
|
|
97
98
|
installationId: string;
|
|
98
99
|
channelId: string;
|
|
99
100
|
scope?: string | undefined;
|
|
100
101
|
} | undefined;
|
|
101
|
-
updatedAt?: string | null | undefined;
|
|
102
102
|
webhook?: {
|
|
103
103
|
url: string;
|
|
104
104
|
} | undefined;
|
|
@@ -161,26 +161,26 @@ export declare const slackTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
|
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
162
|
id: string;
|
|
163
163
|
created_at: string;
|
|
164
|
+
updated_at?: string | null | undefined;
|
|
164
165
|
discarded_at?: string | null | undefined;
|
|
165
166
|
oauth?: {
|
|
166
167
|
channelId: string;
|
|
167
168
|
installationId: string;
|
|
168
169
|
scope: string | undefined;
|
|
169
170
|
} | undefined;
|
|
170
|
-
updated_at?: string | null | undefined;
|
|
171
171
|
webhook?: {
|
|
172
172
|
url: string;
|
|
173
173
|
} | undefined;
|
|
174
174
|
}, {
|
|
175
175
|
id: string;
|
|
176
176
|
created_at: string;
|
|
177
|
+
updated_at?: string | null | undefined;
|
|
177
178
|
discarded_at?: string | null | undefined;
|
|
178
179
|
oauth?: {
|
|
179
180
|
installation_id: string;
|
|
180
181
|
channel_id: string;
|
|
181
182
|
scope?: string | undefined;
|
|
182
183
|
} | undefined;
|
|
183
|
-
updated_at?: string | null | undefined;
|
|
184
184
|
webhook?: {
|
|
185
185
|
url: string;
|
|
186
186
|
} | undefined;
|
|
@@ -200,13 +200,13 @@ export declare const slackTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
|
|
|
200
200
|
}, {
|
|
201
201
|
id: string;
|
|
202
202
|
created_at: string;
|
|
203
|
+
updated_at?: string | null | undefined;
|
|
203
204
|
discarded_at?: string | null | undefined;
|
|
204
205
|
oauth?: {
|
|
205
206
|
installation_id: string;
|
|
206
207
|
channel_id: string;
|
|
207
208
|
scope?: string | undefined;
|
|
208
209
|
} | undefined;
|
|
209
|
-
updated_at?: string | null | undefined;
|
|
210
210
|
webhook?: {
|
|
211
211
|
url: string;
|
|
212
212
|
} | undefined;
|
|
@@ -256,13 +256,13 @@ export declare const slackTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
|
|
|
256
256
|
data?: {
|
|
257
257
|
id: string;
|
|
258
258
|
created_at: string;
|
|
259
|
+
updated_at?: string | null | undefined;
|
|
259
260
|
discarded_at?: string | null | undefined;
|
|
260
261
|
oauth?: {
|
|
261
262
|
installation_id: string;
|
|
262
263
|
channel_id: string;
|
|
263
264
|
scope?: string | undefined;
|
|
264
265
|
} | undefined;
|
|
265
|
-
updated_at?: string | null | undefined;
|
|
266
266
|
webhook?: {
|
|
267
267
|
url: string;
|
|
268
268
|
} | undefined;
|
|
@@ -296,13 +296,13 @@ export declare const slackTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
|
|
|
296
296
|
data?: {
|
|
297
297
|
id: string;
|
|
298
298
|
created_at: string;
|
|
299
|
+
updated_at?: string | null | undefined;
|
|
299
300
|
discarded_at?: string | null | undefined;
|
|
300
301
|
oauth?: {
|
|
301
302
|
installation_id: string;
|
|
302
303
|
channel_id: string;
|
|
303
304
|
scope?: string | undefined;
|
|
304
305
|
} | undefined;
|
|
305
|
-
updated_at?: string | null | undefined;
|
|
306
306
|
webhook?: {
|
|
307
307
|
url: string;
|
|
308
308
|
} | undefined;
|
|
@@ -358,26 +358,26 @@ export declare const slackTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
358
358
|
}, "strip", z.ZodTypeAny, {
|
|
359
359
|
createdAt: string;
|
|
360
360
|
id: string;
|
|
361
|
+
updatedAt?: string | null | undefined;
|
|
361
362
|
discardedAt?: string | null | undefined;
|
|
362
363
|
oauth?: {
|
|
363
364
|
channel_id: string;
|
|
364
365
|
installation_id: string;
|
|
365
366
|
scope: string | undefined;
|
|
366
367
|
} | undefined;
|
|
367
|
-
updatedAt?: string | null | undefined;
|
|
368
368
|
webhook?: {
|
|
369
369
|
url: string;
|
|
370
370
|
} | undefined;
|
|
371
371
|
}, {
|
|
372
372
|
createdAt: string;
|
|
373
373
|
id: string;
|
|
374
|
+
updatedAt?: string | null | undefined;
|
|
374
375
|
discardedAt?: string | null | undefined;
|
|
375
376
|
oauth?: {
|
|
376
377
|
installationId: string;
|
|
377
378
|
channelId: string;
|
|
378
379
|
scope?: string | undefined;
|
|
379
380
|
} | undefined;
|
|
380
|
-
updatedAt?: string | null | undefined;
|
|
381
381
|
webhook?: {
|
|
382
382
|
url: string;
|
|
383
383
|
} | undefined;
|
|
@@ -397,13 +397,13 @@ export declare const slackTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
397
397
|
}, {
|
|
398
398
|
createdAt: string;
|
|
399
399
|
id: string;
|
|
400
|
+
updatedAt?: string | null | undefined;
|
|
400
401
|
discardedAt?: string | null | undefined;
|
|
401
402
|
oauth?: {
|
|
402
403
|
installationId: string;
|
|
403
404
|
channelId: string;
|
|
404
405
|
scope?: string | undefined;
|
|
405
406
|
} | undefined;
|
|
406
|
-
updatedAt?: string | null | undefined;
|
|
407
407
|
webhook?: {
|
|
408
408
|
url: string;
|
|
409
409
|
} | undefined;
|
|
@@ -453,13 +453,13 @@ export declare const slackTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
453
453
|
data?: {
|
|
454
454
|
createdAt: string;
|
|
455
455
|
id: string;
|
|
456
|
+
updatedAt?: string | null | undefined;
|
|
456
457
|
discardedAt?: string | null | undefined;
|
|
457
458
|
oauth?: {
|
|
458
459
|
installationId: string;
|
|
459
460
|
channelId: string;
|
|
460
461
|
scope?: string | undefined;
|
|
461
462
|
} | undefined;
|
|
462
|
-
updatedAt?: string | null | undefined;
|
|
463
463
|
webhook?: {
|
|
464
464
|
url: string;
|
|
465
465
|
} | undefined;
|
|
@@ -493,13 +493,13 @@ export declare const slackTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
493
493
|
data?: {
|
|
494
494
|
createdAt: string;
|
|
495
495
|
id: string;
|
|
496
|
+
updatedAt?: string | null | undefined;
|
|
496
497
|
discardedAt?: string | null | undefined;
|
|
497
498
|
oauth?: {
|
|
498
499
|
installationId: string;
|
|
499
500
|
channelId: string;
|
|
500
501
|
scope?: string | undefined;
|
|
501
502
|
} | undefined;
|
|
502
|
-
updatedAt?: string | null | undefined;
|
|
503
503
|
webhook?: {
|
|
504
504
|
url: string;
|
|
505
505
|
} | undefined;
|
|
@@ -30,26 +30,26 @@ export declare const slackToken: z.ZodLazy<z.ZodObject<{
|
|
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
|
31
31
|
createdAt: string;
|
|
32
32
|
id: string;
|
|
33
|
+
updatedAt?: string | null | undefined;
|
|
33
34
|
discardedAt?: string | null | undefined;
|
|
34
35
|
oauth?: {
|
|
35
36
|
installationId: string;
|
|
36
37
|
channelId: string;
|
|
37
38
|
scope?: string | undefined;
|
|
38
39
|
} | undefined;
|
|
39
|
-
updatedAt?: string | null | undefined;
|
|
40
40
|
webhook?: {
|
|
41
41
|
url: string;
|
|
42
42
|
} | undefined;
|
|
43
43
|
}, {
|
|
44
44
|
createdAt: string;
|
|
45
45
|
id: string;
|
|
46
|
+
updatedAt?: string | null | undefined;
|
|
46
47
|
discardedAt?: string | null | undefined;
|
|
47
48
|
oauth?: {
|
|
48
49
|
installationId: string;
|
|
49
50
|
channelId: string;
|
|
50
51
|
scope?: string | undefined;
|
|
51
52
|
} | undefined;
|
|
52
|
-
updatedAt?: string | null | undefined;
|
|
53
53
|
webhook?: {
|
|
54
54
|
url: string;
|
|
55
55
|
} | undefined;
|
|
@@ -109,26 +109,26 @@ export declare const slackTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
110
|
id: string;
|
|
111
111
|
created_at: string;
|
|
112
|
+
updated_at?: string | null | undefined;
|
|
112
113
|
discarded_at?: string | null | undefined;
|
|
113
114
|
oauth?: {
|
|
114
115
|
channelId: string;
|
|
115
116
|
installationId: string;
|
|
116
117
|
scope: string | undefined;
|
|
117
118
|
} | undefined;
|
|
118
|
-
updated_at?: string | null | undefined;
|
|
119
119
|
webhook?: {
|
|
120
120
|
url: string;
|
|
121
121
|
} | undefined;
|
|
122
122
|
}, {
|
|
123
123
|
id: string;
|
|
124
124
|
created_at: string;
|
|
125
|
+
updated_at?: string | null | undefined;
|
|
125
126
|
discarded_at?: string | null | undefined;
|
|
126
127
|
oauth?: {
|
|
127
128
|
installation_id: string;
|
|
128
129
|
channel_id: string;
|
|
129
130
|
scope?: string | undefined;
|
|
130
131
|
} | undefined;
|
|
131
|
-
updated_at?: string | null | undefined;
|
|
132
132
|
webhook?: {
|
|
133
133
|
url: string;
|
|
134
134
|
} | undefined;
|
|
@@ -148,13 +148,13 @@ export declare const slackTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
148
148
|
}, {
|
|
149
149
|
id: string;
|
|
150
150
|
created_at: string;
|
|
151
|
+
updated_at?: string | null | undefined;
|
|
151
152
|
discarded_at?: string | null | undefined;
|
|
152
153
|
oauth?: {
|
|
153
154
|
installation_id: string;
|
|
154
155
|
channel_id: string;
|
|
155
156
|
scope?: string | undefined;
|
|
156
157
|
} | undefined;
|
|
157
|
-
updated_at?: string | null | undefined;
|
|
158
158
|
webhook?: {
|
|
159
159
|
url: string;
|
|
160
160
|
} | undefined;
|
|
@@ -203,26 +203,26 @@ export declare const slackTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
203
203
|
}, "strip", z.ZodTypeAny, {
|
|
204
204
|
createdAt: string;
|
|
205
205
|
id: string;
|
|
206
|
+
updatedAt?: string | null | undefined;
|
|
206
207
|
discardedAt?: string | null | undefined;
|
|
207
208
|
oauth?: {
|
|
208
209
|
channel_id: string;
|
|
209
210
|
installation_id: string;
|
|
210
211
|
scope: string | undefined;
|
|
211
212
|
} | undefined;
|
|
212
|
-
updatedAt?: string | null | undefined;
|
|
213
213
|
webhook?: {
|
|
214
214
|
url: string;
|
|
215
215
|
} | undefined;
|
|
216
216
|
}, {
|
|
217
217
|
createdAt: string;
|
|
218
218
|
id: string;
|
|
219
|
+
updatedAt?: string | null | undefined;
|
|
219
220
|
discardedAt?: string | null | undefined;
|
|
220
221
|
oauth?: {
|
|
221
222
|
installationId: string;
|
|
222
223
|
channelId: string;
|
|
223
224
|
scope?: string | undefined;
|
|
224
225
|
} | undefined;
|
|
225
|
-
updatedAt?: string | null | undefined;
|
|
226
226
|
webhook?: {
|
|
227
227
|
url: string;
|
|
228
228
|
} | undefined;
|
|
@@ -242,13 +242,13 @@ export declare const slackTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
242
242
|
}, {
|
|
243
243
|
createdAt: string;
|
|
244
244
|
id: string;
|
|
245
|
+
updatedAt?: string | null | undefined;
|
|
245
246
|
discardedAt?: string | null | undefined;
|
|
246
247
|
oauth?: {
|
|
247
248
|
installationId: string;
|
|
248
249
|
channelId: string;
|
|
249
250
|
scope?: string | undefined;
|
|
250
251
|
} | undefined;
|
|
251
|
-
updatedAt?: string | null | undefined;
|
|
252
252
|
webhook?: {
|
|
253
253
|
url: string;
|
|
254
254
|
} | undefined;
|
|
@@ -18,16 +18,16 @@ export declare const teamsTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
19
|
createdAt: string;
|
|
20
20
|
id: string;
|
|
21
|
-
discardedAt?: string | null | undefined;
|
|
22
21
|
updatedAt?: string | null | undefined;
|
|
22
|
+
discardedAt?: string | null | undefined;
|
|
23
23
|
webhook?: {
|
|
24
24
|
url?: string | undefined;
|
|
25
25
|
} | undefined;
|
|
26
26
|
}, {
|
|
27
27
|
createdAt: string;
|
|
28
28
|
id: string;
|
|
29
|
-
discardedAt?: string | null | undefined;
|
|
30
29
|
updatedAt?: string | null | undefined;
|
|
30
|
+
discardedAt?: string | null | undefined;
|
|
31
31
|
webhook?: {
|
|
32
32
|
url?: string | undefined;
|
|
33
33
|
} | undefined;
|
|
@@ -49,8 +49,8 @@ export declare const teamsTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
49
49
|
data?: {
|
|
50
50
|
createdAt: string;
|
|
51
51
|
id: string;
|
|
52
|
-
discardedAt?: string | null | undefined;
|
|
53
52
|
updatedAt?: string | null | undefined;
|
|
53
|
+
discardedAt?: string | null | undefined;
|
|
54
54
|
webhook?: {
|
|
55
55
|
url?: string | undefined;
|
|
56
56
|
} | undefined;
|
|
@@ -64,8 +64,8 @@ export declare const teamsTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
64
64
|
data?: {
|
|
65
65
|
createdAt: string;
|
|
66
66
|
id: string;
|
|
67
|
-
discardedAt?: string | null | undefined;
|
|
68
67
|
updatedAt?: string | null | undefined;
|
|
68
|
+
discardedAt?: string | null | undefined;
|
|
69
69
|
webhook?: {
|
|
70
70
|
url?: string | undefined;
|
|
71
71
|
} | undefined;
|
|
@@ -107,16 +107,16 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
|
|
|
107
107
|
}, "strip", z.ZodTypeAny, {
|
|
108
108
|
id: string;
|
|
109
109
|
created_at: string;
|
|
110
|
-
discarded_at?: string | null | undefined;
|
|
111
110
|
updated_at?: string | null | undefined;
|
|
111
|
+
discarded_at?: string | null | undefined;
|
|
112
112
|
webhook?: {
|
|
113
113
|
url: string | undefined;
|
|
114
114
|
} | undefined;
|
|
115
115
|
}, {
|
|
116
116
|
id: string;
|
|
117
117
|
created_at: string;
|
|
118
|
-
discarded_at?: string | null | undefined;
|
|
119
118
|
updated_at?: string | null | undefined;
|
|
119
|
+
discarded_at?: string | null | undefined;
|
|
120
120
|
webhook?: {
|
|
121
121
|
url?: string | undefined;
|
|
122
122
|
} | undefined;
|
|
@@ -131,8 +131,8 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
|
|
|
131
131
|
}, {
|
|
132
132
|
id: string;
|
|
133
133
|
created_at: string;
|
|
134
|
-
discarded_at?: string | null | undefined;
|
|
135
134
|
updated_at?: string | null | undefined;
|
|
135
|
+
discarded_at?: string | null | undefined;
|
|
136
136
|
webhook?: {
|
|
137
137
|
url?: string | undefined;
|
|
138
138
|
} | undefined;
|
|
@@ -177,8 +177,8 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
|
|
|
177
177
|
data?: {
|
|
178
178
|
id: string;
|
|
179
179
|
created_at: string;
|
|
180
|
-
discarded_at?: string | null | undefined;
|
|
181
180
|
updated_at?: string | null | undefined;
|
|
181
|
+
discarded_at?: string | null | undefined;
|
|
182
182
|
webhook?: {
|
|
183
183
|
url?: string | undefined;
|
|
184
184
|
} | undefined;
|
|
@@ -207,8 +207,8 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
|
|
|
207
207
|
data?: {
|
|
208
208
|
id: string;
|
|
209
209
|
created_at: string;
|
|
210
|
-
discarded_at?: string | null | undefined;
|
|
211
210
|
updated_at?: string | null | undefined;
|
|
211
|
+
discarded_at?: string | null | undefined;
|
|
212
212
|
webhook?: {
|
|
213
213
|
url?: string | undefined;
|
|
214
214
|
} | undefined;
|
|
@@ -243,16 +243,16 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
243
243
|
}, "strip", z.ZodTypeAny, {
|
|
244
244
|
createdAt: string;
|
|
245
245
|
id: string;
|
|
246
|
-
discardedAt?: string | null | undefined;
|
|
247
246
|
updatedAt?: string | null | undefined;
|
|
247
|
+
discardedAt?: string | null | undefined;
|
|
248
248
|
webhook?: {
|
|
249
249
|
url: string | undefined;
|
|
250
250
|
} | undefined;
|
|
251
251
|
}, {
|
|
252
252
|
createdAt: string;
|
|
253
253
|
id: string;
|
|
254
|
-
discardedAt?: string | null | undefined;
|
|
255
254
|
updatedAt?: string | null | undefined;
|
|
255
|
+
discardedAt?: string | null | undefined;
|
|
256
256
|
webhook?: {
|
|
257
257
|
url?: string | undefined;
|
|
258
258
|
} | undefined;
|
|
@@ -267,8 +267,8 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
267
267
|
}, {
|
|
268
268
|
createdAt: string;
|
|
269
269
|
id: string;
|
|
270
|
-
discardedAt?: string | null | undefined;
|
|
271
270
|
updatedAt?: string | null | undefined;
|
|
271
|
+
discardedAt?: string | null | undefined;
|
|
272
272
|
webhook?: {
|
|
273
273
|
url?: string | undefined;
|
|
274
274
|
} | undefined;
|
|
@@ -313,8 +313,8 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
313
313
|
data?: {
|
|
314
314
|
createdAt: string;
|
|
315
315
|
id: string;
|
|
316
|
-
discardedAt?: string | null | undefined;
|
|
317
316
|
updatedAt?: string | null | undefined;
|
|
317
|
+
discardedAt?: string | null | undefined;
|
|
318
318
|
webhook?: {
|
|
319
319
|
url?: string | undefined;
|
|
320
320
|
} | undefined;
|
|
@@ -343,8 +343,8 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
343
343
|
data?: {
|
|
344
344
|
createdAt: string;
|
|
345
345
|
id: string;
|
|
346
|
-
discardedAt?: string | null | undefined;
|
|
347
346
|
updatedAt?: string | null | undefined;
|
|
347
|
+
discardedAt?: string | null | undefined;
|
|
348
348
|
webhook?: {
|
|
349
349
|
url?: string | undefined;
|
|
350
350
|
} | undefined;
|