magicbell-js 1.1.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +66 -5
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +274 -274
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
- package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
- package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +39 -39
- package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
- package/dist/commonjs/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/common/user.d.ts +6 -6
- package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts +43 -1
- package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/integrations/integrations-service.js +168 -0
- package/dist/commonjs/project-client/services/integrations/integrations-service.js.map +1 -1
- package/dist/commonjs/project-client/services/integrations/models/github-config-collection.d.ts +312 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-collection.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-collection.js +46 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-collection.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-payload.d.ts +48 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-payload.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-payload.js +39 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-payload.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config.d.ts +122 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config.js +50 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
- package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
- package/dist/commonjs/project-client/services/integrations/models/index.d.ts +6 -0
- package/dist/commonjs/project-client/services/integrations/models/index.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/integrations/models/index.js.map +1 -1
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.d.ts +312 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.js +46 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.d.ts +48 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.js +39 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config.d.ts +122 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config.js +50 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/commonjs/project-client/services/integrations/request-params.d.ts +6 -0
- package/dist/commonjs/project-client/services/integrations/request-params.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
- package/dist/commonjs/{socket.d.ts → realtime.d.ts} +2 -2
- package/dist/commonjs/realtime.d.ts.map +1 -0
- package/dist/commonjs/realtime.js +200 -0
- package/dist/commonjs/realtime.js.map +1 -0
- package/dist/commonjs/user-client/services/channels/channels-service.d.ts +13 -0
- package/dist/commonjs/user-client/services/channels/channels-service.d.ts.map +1 -1
- package/dist/commonjs/user-client/services/channels/channels-service.js +53 -0
- package/dist/commonjs/user-client/services/channels/channels-service.js.map +1 -1
- package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/categories.d.ts +145 -0
- package/dist/commonjs/user-client/services/channels/models/categories.d.ts.map +1 -0
- package/dist/commonjs/user-client/services/channels/models/categories.js +62 -0
- package/dist/commonjs/user-client/services/channels/models/categories.js.map +1 -0
- package/dist/commonjs/user-client/services/channels/models/channels.d.ts +62 -0
- package/dist/commonjs/user-client/services/channels/models/channels.d.ts.map +1 -0
- package/dist/commonjs/user-client/services/channels/models/channels.js +44 -0
- package/dist/commonjs/user-client/services/channels/models/channels.js.map +1 -0
- package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/commonjs/user-client/services/channels/models/index.d.ts +3 -0
- package/dist/commonjs/user-client/services/channels/models/index.d.ts.map +1 -1
- package/dist/commonjs/user-client/services/channels/models/index.js.map +1 -1
- package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/user-preferences.d.ts +239 -0
- package/dist/commonjs/user-client/services/channels/models/user-preferences.d.ts.map +1 -0
- package/dist/commonjs/user-client/services/channels/models/user-preferences.js +40 -0
- package/dist/commonjs/user-client/services/channels/models/user-preferences.js.map +1 -0
- package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
- package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
- package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
- package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +274 -274
- package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
- package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
- package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
- package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
- package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/esm/project-client/services/common/user.d.ts +6 -6
- package/dist/esm/project-client/services/integrations/integrations-service.d.ts +43 -1
- package/dist/esm/project-client/services/integrations/integrations-service.d.ts.map +1 -1
- package/dist/esm/project-client/services/integrations/integrations-service.js +168 -0
- package/dist/esm/project-client/services/integrations/integrations-service.js.map +1 -1
- package/dist/esm/project-client/services/integrations/models/github-config-collection.d.ts +312 -0
- package/dist/esm/project-client/services/integrations/models/github-config-collection.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/github-config-collection.js +43 -0
- package/dist/esm/project-client/services/integrations/models/github-config-collection.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/github-config-payload.d.ts +48 -0
- package/dist/esm/project-client/services/integrations/models/github-config-payload.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/github-config-payload.js +36 -0
- package/dist/esm/project-client/services/integrations/models/github-config-payload.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/github-config.d.ts +122 -0
- package/dist/esm/project-client/services/integrations/models/github-config.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/github-config.js +47 -0
- package/dist/esm/project-client/services/integrations/models/github-config.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
- package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
- package/dist/esm/project-client/services/integrations/models/index.d.ts +6 -0
- package/dist/esm/project-client/services/integrations/models/index.d.ts.map +1 -1
- package/dist/esm/project-client/services/integrations/models/index.js.map +1 -1
- package/dist/esm/project-client/services/integrations/models/stripe-config-collection.d.ts +312 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-collection.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-collection.js +43 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-collection.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-payload.d.ts +48 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-payload.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-payload.js +36 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-payload.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config.d.ts +122 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config.js +47 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/esm/project-client/services/integrations/request-params.d.ts +6 -0
- package/dist/esm/project-client/services/integrations/request-params.d.ts.map +1 -1
- package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
- package/dist/esm/{socket.d.ts → realtime.d.ts} +2 -2
- package/dist/esm/realtime.d.ts.map +1 -0
- package/dist/esm/realtime.js +196 -0
- package/dist/esm/realtime.js.map +1 -0
- package/dist/esm/user-client/services/channels/channels-service.d.ts +13 -0
- package/dist/esm/user-client/services/channels/channels-service.d.ts.map +1 -1
- package/dist/esm/user-client/services/channels/channels-service.js +53 -0
- package/dist/esm/user-client/services/channels/channels-service.js.map +1 -1
- package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/categories.d.ts +145 -0
- package/dist/esm/user-client/services/channels/models/categories.d.ts.map +1 -0
- package/dist/esm/user-client/services/channels/models/categories.js +59 -0
- package/dist/esm/user-client/services/channels/models/categories.js.map +1 -0
- package/dist/esm/user-client/services/channels/models/channels.d.ts +62 -0
- package/dist/esm/user-client/services/channels/models/channels.d.ts.map +1 -0
- package/dist/esm/user-client/services/channels/models/channels.js +41 -0
- package/dist/esm/user-client/services/channels/models/channels.js.map +1 -0
- package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/esm/user-client/services/channels/models/index.d.ts +3 -0
- package/dist/esm/user-client/services/channels/models/index.d.ts.map +1 -1
- package/dist/esm/user-client/services/channels/models/index.js.map +1 -1
- package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/user-preferences.d.ts +239 -0
- package/dist/esm/user-client/services/channels/models/user-preferences.d.ts.map +1 -0
- package/dist/esm/user-client/services/channels/models/user-preferences.js +37 -0
- package/dist/esm/user-client/services/channels/models/user-preferences.js.map +1 -0
- package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
- package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
- package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
- package/package.json +9 -9
- package/realtime/package.json +4 -0
- package/src/project-client/services/integrations/integrations-service.ts +196 -0
- package/src/project-client/services/integrations/models/github-config-collection.ts +54 -0
- package/src/project-client/services/integrations/models/github-config-payload.ts +45 -0
- package/src/project-client/services/integrations/models/github-config.ts +64 -0
- package/src/project-client/services/integrations/models/index.ts +6 -0
- package/src/project-client/services/integrations/models/stripe-config-collection.ts +54 -0
- package/src/project-client/services/integrations/models/stripe-config-payload.ts +45 -0
- package/src/project-client/services/integrations/models/stripe-config.ts +64 -0
- package/src/project-client/services/integrations/request-params.ts +8 -0
- package/src/{socket.ts → realtime.ts} +1 -1
- package/src/user-client/services/channels/channels-service.ts +55 -0
- package/src/user-client/services/channels/models/categories.ts +71 -0
- package/src/user-client/services/channels/models/channels.ts +51 -0
- package/src/user-client/services/channels/models/index.ts +3 -0
- package/src/user-client/services/channels/models/user-preferences.ts +47 -0
- package/dist/commonjs/socket.d.ts.map +0 -1
- package/dist/commonjs/socket.js +0 -200
- package/dist/commonjs/socket.js.map +0 -1
- package/dist/esm/socket.d.ts.map +0 -1
- package/dist/esm/socket.js +0 -196
- package/dist/esm/socket.js.map +0 -1
- package/socket/package.json +0 -4
|
@@ -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
|
-
updatedAt?: string | null | undefined;
|
|
17
|
-
discardedAt?: string | null | undefined;
|
|
18
16
|
connectionId?: string | null | undefined;
|
|
17
|
+
discardedAt?: string | null | undefined;
|
|
18
|
+
updatedAt?: string | null | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
createdAt: string;
|
|
21
21
|
id: string;
|
|
22
22
|
token: string;
|
|
23
|
-
updatedAt?: string | null | undefined;
|
|
24
|
-
discardedAt?: string | null | undefined;
|
|
25
23
|
connectionId?: string | null | undefined;
|
|
24
|
+
discardedAt?: string | null | undefined;
|
|
25
|
+
updatedAt?: 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
|
-
updated_at?: string | null | undefined;
|
|
54
|
-
discarded_at?: string | null | undefined;
|
|
55
53
|
connection_id?: string | null | undefined;
|
|
54
|
+
discarded_at?: string | null | undefined;
|
|
55
|
+
updated_at?: string | null | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
id: string;
|
|
58
58
|
created_at: string;
|
|
59
59
|
token: string;
|
|
60
|
-
updated_at?: string | null | undefined;
|
|
61
|
-
discarded_at?: string | null | undefined;
|
|
62
60
|
connection_id?: string | null | undefined;
|
|
61
|
+
discarded_at?: string | null | undefined;
|
|
62
|
+
updated_at?: 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
|
-
updated_at?: string | null | undefined;
|
|
75
|
-
discarded_at?: string | null | undefined;
|
|
76
74
|
connection_id?: string | null | undefined;
|
|
75
|
+
discarded_at?: string | null | 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 inboxTokenResponseRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
90
90
|
createdAt: string;
|
|
91
91
|
id: string;
|
|
92
92
|
token: string;
|
|
93
|
-
updatedAt?: string | null | undefined;
|
|
94
|
-
discardedAt?: string | null | undefined;
|
|
95
93
|
connectionId?: string | null | undefined;
|
|
94
|
+
discardedAt?: string | null | undefined;
|
|
95
|
+
updatedAt?: string | null | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
createdAt: string;
|
|
98
98
|
id: string;
|
|
99
99
|
token: string;
|
|
100
|
-
updatedAt?: string | null | undefined;
|
|
101
|
-
discardedAt?: string | null | undefined;
|
|
102
100
|
connectionId?: string | null | undefined;
|
|
101
|
+
discardedAt?: string | null | undefined;
|
|
102
|
+
updatedAt?: 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
|
-
updatedAt?: string | null | undefined;
|
|
115
|
-
discardedAt?: string | null | undefined;
|
|
116
114
|
connectionId?: string | null | undefined;
|
|
115
|
+
discardedAt?: string | null | undefined;
|
|
116
|
+
updatedAt?: string | null | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
//# sourceMappingURL=inbox-token-response.d.ts.map
|
|
@@ -3,6 +3,8 @@ export type { ApnsTokenCollection } from './apns-token-collection.js';
|
|
|
3
3
|
export { ApnsTokenInstallationId } from './apns-token-installation-id.js';
|
|
4
4
|
export type { ApnsTokenPayload } from './apns-token-payload.js';
|
|
5
5
|
export { ApnsTokenPayloadInstallationId } from './apns-token-payload-installation-id.js';
|
|
6
|
+
export type { Categories } from './categories.js';
|
|
7
|
+
export type { Channels } from './channels.js';
|
|
6
8
|
export type { DiscardResult } from './discard-result.js';
|
|
7
9
|
export type { ExpoToken } from './expo-token.js';
|
|
8
10
|
export type { ExpoTokenCollection } from './expo-token-collection.js';
|
|
@@ -27,6 +29,7 @@ export type { TeamsTokenCollection } from './teams-token-collection.js';
|
|
|
27
29
|
export type { TeamsTokenPayload } from './teams-token-payload.js';
|
|
28
30
|
export type { TeamsTokenPayloadWebhook } from './teams-token-payload-webhook.js';
|
|
29
31
|
export type { TeamsTokenWebhook } from './teams-token-webhook.js';
|
|
32
|
+
export type { UserPreferences } from './user-preferences.js';
|
|
30
33
|
export type { WebPushToken } from './web-push-token.js';
|
|
31
34
|
export type { WebPushTokenCollection } from './web-push-token-collection.js';
|
|
32
35
|
export type { WebPushTokenKeys } from './web-push-token-keys.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/user-client/services/channels/models/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,YAAY,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AACzF,YAAY,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,YAAY,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAChE,YAAY,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C,YAAY,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AACvF,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,YAAY,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,YAAY,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACzF,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,YAAY,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,YAAY,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AACjF,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,YAAY,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AACjF,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,YAAY,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/user-client/services/channels/models/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,YAAY,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AACzF,YAAY,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,YAAY,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,YAAY,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,YAAY,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAChE,YAAY,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C,YAAY,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AACvF,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,YAAY,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,YAAY,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACzF,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,YAAY,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,YAAY,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AACjF,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,YAAY,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AACjF,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,YAAY,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,YAAY,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/user-client/services/channels/models/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAE1E,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/user-client/services/channels/models/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAE1E,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AASzF,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAExE,OAAO,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC"}
|
|
@@ -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;
|
|
35
34
|
discardedAt?: string | null | undefined;
|
|
36
35
|
oauth?: {
|
|
37
36
|
installationId: string;
|
|
38
37
|
channelId: string;
|
|
39
38
|
scope?: string | undefined;
|
|
40
39
|
} | 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;
|
|
48
47
|
discardedAt?: string | null | undefined;
|
|
49
48
|
oauth?: {
|
|
50
49
|
installationId: string;
|
|
51
50
|
channelId: string;
|
|
52
51
|
scope?: string | undefined;
|
|
53
52
|
} | 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;
|
|
76
75
|
discardedAt?: string | null | undefined;
|
|
77
76
|
oauth?: {
|
|
78
77
|
installationId: string;
|
|
79
78
|
channelId: string;
|
|
80
79
|
scope?: string | undefined;
|
|
81
80
|
} | 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;
|
|
96
95
|
discardedAt?: string | null | undefined;
|
|
97
96
|
oauth?: {
|
|
98
97
|
installationId: string;
|
|
99
98
|
channelId: string;
|
|
100
99
|
scope?: string | undefined;
|
|
101
100
|
} | 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;
|
|
165
164
|
discarded_at?: string | null | undefined;
|
|
166
165
|
oauth?: {
|
|
167
166
|
channelId: string;
|
|
168
167
|
installationId: string;
|
|
169
168
|
scope: string | undefined;
|
|
170
169
|
} | 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;
|
|
178
177
|
discarded_at?: string | null | undefined;
|
|
179
178
|
oauth?: {
|
|
180
179
|
installation_id: string;
|
|
181
180
|
channel_id: string;
|
|
182
181
|
scope?: string | undefined;
|
|
183
182
|
} | 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;
|
|
204
203
|
discarded_at?: string | null | undefined;
|
|
205
204
|
oauth?: {
|
|
206
205
|
installation_id: string;
|
|
207
206
|
channel_id: string;
|
|
208
207
|
scope?: string | undefined;
|
|
209
208
|
} | 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;
|
|
260
259
|
discarded_at?: string | null | undefined;
|
|
261
260
|
oauth?: {
|
|
262
261
|
installation_id: string;
|
|
263
262
|
channel_id: string;
|
|
264
263
|
scope?: string | undefined;
|
|
265
264
|
} | 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;
|
|
300
299
|
discarded_at?: string | null | undefined;
|
|
301
300
|
oauth?: {
|
|
302
301
|
installation_id: string;
|
|
303
302
|
channel_id: string;
|
|
304
303
|
scope?: string | undefined;
|
|
305
304
|
} | 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;
|
|
362
361
|
discardedAt?: string | null | undefined;
|
|
363
362
|
oauth?: {
|
|
364
363
|
channel_id: string;
|
|
365
364
|
installation_id: string;
|
|
366
365
|
scope: string | undefined;
|
|
367
366
|
} | 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;
|
|
375
374
|
discardedAt?: string | null | undefined;
|
|
376
375
|
oauth?: {
|
|
377
376
|
installationId: string;
|
|
378
377
|
channelId: string;
|
|
379
378
|
scope?: string | undefined;
|
|
380
379
|
} | 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;
|
|
401
400
|
discardedAt?: string | null | undefined;
|
|
402
401
|
oauth?: {
|
|
403
402
|
installationId: string;
|
|
404
403
|
channelId: string;
|
|
405
404
|
scope?: string | undefined;
|
|
406
405
|
} | 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;
|
|
457
456
|
discardedAt?: string | null | undefined;
|
|
458
457
|
oauth?: {
|
|
459
458
|
installationId: string;
|
|
460
459
|
channelId: string;
|
|
461
460
|
scope?: string | undefined;
|
|
462
461
|
} | 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;
|
|
497
496
|
discardedAt?: string | null | undefined;
|
|
498
497
|
oauth?: {
|
|
499
498
|
installationId: string;
|
|
500
499
|
channelId: string;
|
|
501
500
|
scope?: string | undefined;
|
|
502
501
|
} | 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;
|
|
34
33
|
discardedAt?: string | null | undefined;
|
|
35
34
|
oauth?: {
|
|
36
35
|
installationId: string;
|
|
37
36
|
channelId: string;
|
|
38
37
|
scope?: string | undefined;
|
|
39
38
|
} | 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;
|
|
47
46
|
discardedAt?: string | null | undefined;
|
|
48
47
|
oauth?: {
|
|
49
48
|
installationId: string;
|
|
50
49
|
channelId: string;
|
|
51
50
|
scope?: string | undefined;
|
|
52
51
|
} | 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;
|
|
113
112
|
discarded_at?: string | null | undefined;
|
|
114
113
|
oauth?: {
|
|
115
114
|
channelId: string;
|
|
116
115
|
installationId: string;
|
|
117
116
|
scope: string | undefined;
|
|
118
117
|
} | 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;
|
|
126
125
|
discarded_at?: string | null | undefined;
|
|
127
126
|
oauth?: {
|
|
128
127
|
installation_id: string;
|
|
129
128
|
channel_id: string;
|
|
130
129
|
scope?: string | undefined;
|
|
131
130
|
} | 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;
|
|
152
151
|
discarded_at?: string | null | undefined;
|
|
153
152
|
oauth?: {
|
|
154
153
|
installation_id: string;
|
|
155
154
|
channel_id: string;
|
|
156
155
|
scope?: string | undefined;
|
|
157
156
|
} | 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;
|
|
207
206
|
discardedAt?: string | null | undefined;
|
|
208
207
|
oauth?: {
|
|
209
208
|
channel_id: string;
|
|
210
209
|
installation_id: string;
|
|
211
210
|
scope: string | undefined;
|
|
212
211
|
} | 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;
|
|
220
219
|
discardedAt?: string | null | undefined;
|
|
221
220
|
oauth?: {
|
|
222
221
|
installationId: string;
|
|
223
222
|
channelId: string;
|
|
224
223
|
scope?: string | undefined;
|
|
225
224
|
} | 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;
|
|
246
245
|
discardedAt?: string | null | undefined;
|
|
247
246
|
oauth?: {
|
|
248
247
|
installationId: string;
|
|
249
248
|
channelId: string;
|
|
250
249
|
scope?: string | undefined;
|
|
251
250
|
} | 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
|
-
updatedAt?: string | null | undefined;
|
|
22
21
|
discardedAt?: string | null | undefined;
|
|
22
|
+
updatedAt?: 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
|
-
updatedAt?: string | null | undefined;
|
|
30
29
|
discardedAt?: string | null | undefined;
|
|
30
|
+
updatedAt?: 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
|
-
updatedAt?: string | null | undefined;
|
|
53
52
|
discardedAt?: string | null | undefined;
|
|
53
|
+
updatedAt?: 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
|
-
updatedAt?: string | null | undefined;
|
|
68
67
|
discardedAt?: string | null | undefined;
|
|
68
|
+
updatedAt?: 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
|
-
updated_at?: string | null | undefined;
|
|
111
110
|
discarded_at?: string | null | undefined;
|
|
111
|
+
updated_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
|
-
updated_at?: string | null | undefined;
|
|
119
118
|
discarded_at?: string | null | undefined;
|
|
119
|
+
updated_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
|
-
updated_at?: string | null | undefined;
|
|
135
134
|
discarded_at?: string | null | undefined;
|
|
135
|
+
updated_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
|
-
updated_at?: string | null | undefined;
|
|
181
180
|
discarded_at?: string | null | undefined;
|
|
181
|
+
updated_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
|
-
updated_at?: string | null | undefined;
|
|
211
210
|
discarded_at?: string | null | undefined;
|
|
211
|
+
updated_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
|
-
updatedAt?: string | null | undefined;
|
|
247
246
|
discardedAt?: string | null | undefined;
|
|
247
|
+
updatedAt?: 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
|
-
updatedAt?: string | null | undefined;
|
|
255
254
|
discardedAt?: string | null | undefined;
|
|
255
|
+
updatedAt?: 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
|
-
updatedAt?: string | null | undefined;
|
|
271
270
|
discardedAt?: string | null | undefined;
|
|
271
|
+
updatedAt?: 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
|
-
updatedAt?: string | null | undefined;
|
|
317
316
|
discardedAt?: string | null | undefined;
|
|
317
|
+
updatedAt?: 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
|
-
updatedAt?: string | null | undefined;
|
|
347
346
|
discardedAt?: string | null | undefined;
|
|
347
|
+
updatedAt?: string | null | undefined;
|
|
348
348
|
webhook?: {
|
|
349
349
|
url?: string | undefined;
|
|
350
350
|
} | undefined;
|
|
@@ -17,16 +17,16 @@ export declare const teamsToken: z.ZodLazy<z.ZodObject<{
|
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
18
|
createdAt: string;
|
|
19
19
|
id: string;
|
|
20
|
-
updatedAt?: string | null | undefined;
|
|
21
20
|
discardedAt?: string | null | undefined;
|
|
21
|
+
updatedAt?: string | null | undefined;
|
|
22
22
|
webhook?: {
|
|
23
23
|
url?: string | undefined;
|
|
24
24
|
} | undefined;
|
|
25
25
|
}, {
|
|
26
26
|
createdAt: string;
|
|
27
27
|
id: string;
|
|
28
|
-
updatedAt?: string | null | undefined;
|
|
29
28
|
discardedAt?: string | null | undefined;
|
|
29
|
+
updatedAt?: string | null | undefined;
|
|
30
30
|
webhook?: {
|
|
31
31
|
url?: string | undefined;
|
|
32
32
|
} | undefined;
|
|
@@ -64,16 +64,16 @@ export declare const teamsTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
64
64
|
}, "strip", z.ZodTypeAny, {
|
|
65
65
|
id: string;
|
|
66
66
|
created_at: string;
|
|
67
|
-
updated_at?: string | null | undefined;
|
|
68
67
|
discarded_at?: string | null | undefined;
|
|
68
|
+
updated_at?: string | null | undefined;
|
|
69
69
|
webhook?: {
|
|
70
70
|
url: string | undefined;
|
|
71
71
|
} | undefined;
|
|
72
72
|
}, {
|
|
73
73
|
id: string;
|
|
74
74
|
created_at: string;
|
|
75
|
-
updated_at?: string | null | undefined;
|
|
76
75
|
discarded_at?: string | null | undefined;
|
|
76
|
+
updated_at?: string | null | undefined;
|
|
77
77
|
webhook?: {
|
|
78
78
|
url?: string | undefined;
|
|
79
79
|
} | undefined;
|
|
@@ -88,8 +88,8 @@ export declare const teamsTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
88
88
|
}, {
|
|
89
89
|
id: string;
|
|
90
90
|
created_at: string;
|
|
91
|
-
updated_at?: string | null | undefined;
|
|
92
91
|
discarded_at?: string | null | undefined;
|
|
92
|
+
updated_at?: string | null | undefined;
|
|
93
93
|
webhook?: {
|
|
94
94
|
url?: string | undefined;
|
|
95
95
|
} | undefined;
|
|
@@ -117,16 +117,16 @@ export declare const teamsTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
118
|
createdAt: string;
|
|
119
119
|
id: string;
|
|
120
|
-
updatedAt?: string | null | undefined;
|
|
121
120
|
discardedAt?: string | null | undefined;
|
|
121
|
+
updatedAt?: string | null | undefined;
|
|
122
122
|
webhook?: {
|
|
123
123
|
url: string | undefined;
|
|
124
124
|
} | undefined;
|
|
125
125
|
}, {
|
|
126
126
|
createdAt: string;
|
|
127
127
|
id: string;
|
|
128
|
-
updatedAt?: string | null | undefined;
|
|
129
128
|
discardedAt?: string | null | undefined;
|
|
129
|
+
updatedAt?: string | null | undefined;
|
|
130
130
|
webhook?: {
|
|
131
131
|
url?: string | undefined;
|
|
132
132
|
} | undefined;
|
|
@@ -141,8 +141,8 @@ export declare const teamsTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
141
141
|
}, {
|
|
142
142
|
createdAt: string;
|
|
143
143
|
id: string;
|
|
144
|
-
updatedAt?: string | null | undefined;
|
|
145
144
|
discardedAt?: string | null | undefined;
|
|
145
|
+
updatedAt?: string | null | undefined;
|
|
146
146
|
webhook?: {
|
|
147
147
|
url?: string | undefined;
|
|
148
148
|
} | undefined;
|