magicbell-js 1.0.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.
Files changed (113) hide show
  1. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  2. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  3. package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
  4. package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  5. package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  6. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  7. package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  8. package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
  9. package/dist/commonjs/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  10. package/dist/commonjs/project-client/services/channels/models/apns-token.d.ts +8 -8
  11. package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
  12. package/dist/commonjs/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  13. package/dist/commonjs/project-client/services/channels/models/expo-token.d.ts +8 -8
  14. package/dist/commonjs/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  15. package/dist/commonjs/project-client/services/channels/models/fcm-token.d.ts +8 -8
  16. package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  17. package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  18. package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  19. package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
  20. package/dist/commonjs/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  21. package/dist/commonjs/project-client/services/channels/models/teams-token.d.ts +8 -8
  22. package/dist/commonjs/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  23. package/dist/commonjs/project-client/services/channels/models/web-push-token.d.ts +8 -8
  24. package/dist/commonjs/project-client/services/common/user.d.ts +6 -6
  25. package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  26. package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  27. package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  28. package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
  29. package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
  30. package/dist/commonjs/socket.d.ts +11 -0
  31. package/dist/commonjs/socket.d.ts.map +1 -0
  32. package/dist/commonjs/socket.js +196 -0
  33. package/dist/commonjs/socket.js.map +1 -0
  34. package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  35. package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
  36. package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
  37. package/dist/commonjs/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  38. package/dist/commonjs/user-client/services/channels/models/expo-token.d.ts +8 -8
  39. package/dist/commonjs/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  40. package/dist/commonjs/user-client/services/channels/models/fcm-token.d.ts +8 -8
  41. package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  42. package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  43. package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  44. package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
  45. package/dist/commonjs/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  46. package/dist/commonjs/user-client/services/channels/models/teams-token.d.ts +8 -8
  47. package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  48. package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
  49. package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
  50. package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  51. package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  52. package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  53. package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
  54. package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  55. package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
  56. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  57. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  58. package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
  59. package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  60. package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  61. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  62. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  63. package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
  64. package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  65. package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
  66. package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
  67. package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  68. package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
  69. package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  70. package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
  71. package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  72. package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  73. package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  74. package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
  75. package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  76. package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
  77. package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  78. package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
  79. package/dist/esm/project-client/services/common/user.d.ts +6 -6
  80. package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  81. package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  82. package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  83. package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
  84. package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
  85. package/dist/esm/socket.d.ts +11 -0
  86. package/dist/esm/socket.d.ts.map +1 -0
  87. package/dist/esm/socket.js +192 -0
  88. package/dist/esm/socket.js.map +1 -0
  89. package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  90. package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
  91. package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
  92. package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  93. package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
  94. package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  95. package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
  96. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  97. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  98. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  99. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  100. package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  101. package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
  102. package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  103. package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
  104. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  105. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  106. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  107. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  108. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  109. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  110. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  111. package/package.json +14 -3
  112. package/socket/package.json +4 -0
  113. package/src/socket.ts +228 -0
@@ -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
- discardedAt?: string | null | undefined;
21
20
  updatedAt?: string | null | undefined;
21
+ discardedAt?: 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
- discardedAt?: string | null | undefined;
29
28
  updatedAt?: string | null | undefined;
29
+ discardedAt?: 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
- discarded_at?: string | null | undefined;
68
67
  updated_at?: string | null | undefined;
68
+ discarded_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
- discarded_at?: string | null | undefined;
76
75
  updated_at?: string | null | undefined;
76
+ discarded_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
- discarded_at?: string | null | undefined;
92
91
  updated_at?: string | null | undefined;
92
+ discarded_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
- discardedAt?: string | null | undefined;
121
120
  updatedAt?: string | null | undefined;
121
+ discardedAt?: 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
- discardedAt?: string | null | undefined;
129
128
  updatedAt?: string | null | undefined;
129
+ discardedAt?: 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
- discardedAt?: string | null | undefined;
145
144
  updatedAt?: string | null | undefined;
145
+ discardedAt?: string | null | undefined;
146
146
  webhook?: {
147
147
  url?: string | undefined;
148
148
  } | undefined;
@@ -27,8 +27,8 @@ export declare const webPushTokenCollection: z.ZodLazy<z.ZodObject<{
27
27
  createdAt: string;
28
28
  id: string;
29
29
  endpoint: string;
30
- discardedAt?: string | null | undefined;
31
30
  updatedAt?: string | null | undefined;
31
+ discardedAt?: string | null | undefined;
32
32
  }, {
33
33
  keys: {
34
34
  auth: string;
@@ -37,8 +37,8 @@ export declare const webPushTokenCollection: z.ZodLazy<z.ZodObject<{
37
37
  createdAt: string;
38
38
  id: string;
39
39
  endpoint: string;
40
- discardedAt?: string | null | undefined;
41
40
  updatedAt?: string | null | undefined;
41
+ discardedAt?: string | null | undefined;
42
42
  }>>, "many">>;
43
43
  links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
44
44
  first: z.ZodOptional<z.ZodString>;
@@ -62,8 +62,8 @@ export declare const webPushTokenCollection: z.ZodLazy<z.ZodObject<{
62
62
  createdAt: string;
63
63
  id: string;
64
64
  endpoint: string;
65
- discardedAt?: string | null | undefined;
66
65
  updatedAt?: string | null | undefined;
66
+ discardedAt?: string | null | undefined;
67
67
  }[] | undefined;
68
68
  links?: {
69
69
  first?: string | undefined;
@@ -79,8 +79,8 @@ export declare const webPushTokenCollection: z.ZodLazy<z.ZodObject<{
79
79
  createdAt: string;
80
80
  id: string;
81
81
  endpoint: string;
82
- discardedAt?: string | null | undefined;
83
82
  updatedAt?: string | null | undefined;
83
+ discardedAt?: string | null | undefined;
84
84
  }[] | undefined;
85
85
  links?: {
86
86
  first?: string | undefined;
@@ -130,8 +130,8 @@ export declare const webPushTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
130
130
  id: string;
131
131
  created_at: string;
132
132
  endpoint: string;
133
- discarded_at?: string | null | undefined;
134
133
  updated_at?: string | null | undefined;
134
+ discarded_at?: string | null | undefined;
135
135
  }, {
136
136
  keys: {
137
137
  auth: string;
@@ -140,8 +140,8 @@ export declare const webPushTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
140
140
  id: string;
141
141
  created_at: string;
142
142
  endpoint: string;
143
- discarded_at?: string | null | undefined;
144
143
  updated_at?: string | null | undefined;
144
+ discarded_at?: string | null | undefined;
145
145
  }>, {
146
146
  createdAt: string;
147
147
  discardedAt: string | null | undefined;
@@ -160,8 +160,8 @@ export declare const webPushTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
160
160
  id: string;
161
161
  created_at: string;
162
162
  endpoint: string;
163
- discarded_at?: string | null | undefined;
164
163
  updated_at?: string | null | undefined;
164
+ discarded_at?: string | null | undefined;
165
165
  }>>, "many">>;
166
166
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
167
167
  first: z.ZodOptional<z.ZodString>;
@@ -210,8 +210,8 @@ export declare const webPushTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
210
210
  id: string;
211
211
  created_at: string;
212
212
  endpoint: string;
213
- discarded_at?: string | null | undefined;
214
213
  updated_at?: string | null | undefined;
214
+ discarded_at?: string | null | undefined;
215
215
  }[] | undefined;
216
216
  links?: {
217
217
  first?: string | undefined;
@@ -244,8 +244,8 @@ export declare const webPushTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
244
244
  id: string;
245
245
  created_at: string;
246
246
  endpoint: string;
247
- discarded_at?: string | null | undefined;
248
247
  updated_at?: string | null | undefined;
248
+ discarded_at?: string | null | undefined;
249
249
  }[] | undefined;
250
250
  links?: {
251
251
  first?: string | undefined;
@@ -288,8 +288,8 @@ export declare const webPushTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
288
288
  createdAt: string;
289
289
  id: string;
290
290
  endpoint: string;
291
- discardedAt?: string | null | undefined;
292
291
  updatedAt?: string | null | undefined;
292
+ discardedAt?: string | null | undefined;
293
293
  }, {
294
294
  keys: {
295
295
  auth: string;
@@ -298,8 +298,8 @@ export declare const webPushTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
298
298
  createdAt: string;
299
299
  id: string;
300
300
  endpoint: string;
301
- discardedAt?: string | null | undefined;
302
301
  updatedAt?: string | null | undefined;
302
+ discardedAt?: string | null | undefined;
303
303
  }>, {
304
304
  created_at: string;
305
305
  discarded_at: string | null | undefined;
@@ -318,8 +318,8 @@ export declare const webPushTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
318
318
  createdAt: string;
319
319
  id: string;
320
320
  endpoint: string;
321
- discardedAt?: string | null | undefined;
322
321
  updatedAt?: string | null | undefined;
322
+ discardedAt?: string | null | undefined;
323
323
  }>>, "many">>;
324
324
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
325
325
  first: z.ZodOptional<z.ZodString>;
@@ -368,8 +368,8 @@ export declare const webPushTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
368
368
  createdAt: string;
369
369
  id: string;
370
370
  endpoint: string;
371
- discardedAt?: string | null | undefined;
372
371
  updatedAt?: string | null | undefined;
372
+ discardedAt?: string | null | undefined;
373
373
  }[] | undefined;
374
374
  links?: {
375
375
  first?: string | undefined;
@@ -402,8 +402,8 @@ export declare const webPushTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
402
402
  createdAt: string;
403
403
  id: string;
404
404
  endpoint: string;
405
- discardedAt?: string | null | undefined;
406
405
  updatedAt?: string | null | undefined;
406
+ discardedAt?: string | null | undefined;
407
407
  }[] | undefined;
408
408
  links?: {
409
409
  first?: string | undefined;
@@ -26,8 +26,8 @@ export declare const webPushToken: z.ZodLazy<z.ZodObject<{
26
26
  createdAt: string;
27
27
  id: string;
28
28
  endpoint: string;
29
- discardedAt?: string | null | undefined;
30
29
  updatedAt?: string | null | undefined;
30
+ discardedAt?: string | null | undefined;
31
31
  }, {
32
32
  keys: {
33
33
  auth: string;
@@ -36,8 +36,8 @@ export declare const webPushToken: z.ZodLazy<z.ZodObject<{
36
36
  createdAt: string;
37
37
  id: string;
38
38
  endpoint: string;
39
- discardedAt?: string | null | undefined;
40
39
  updatedAt?: string | null | undefined;
40
+ discardedAt?: string | null | undefined;
41
41
  }>>;
42
42
  /**
43
43
  *
@@ -84,8 +84,8 @@ export declare const webPushTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
84
84
  id: string;
85
85
  created_at: string;
86
86
  endpoint: string;
87
- discarded_at?: string | null | undefined;
88
87
  updated_at?: string | null | undefined;
88
+ discarded_at?: string | null | undefined;
89
89
  }, {
90
90
  keys: {
91
91
  auth: string;
@@ -94,8 +94,8 @@ export declare const webPushTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
94
94
  id: string;
95
95
  created_at: string;
96
96
  endpoint: string;
97
- discarded_at?: string | null | undefined;
98
97
  updated_at?: string | null | undefined;
98
+ discarded_at?: string | null | undefined;
99
99
  }>, {
100
100
  createdAt: string;
101
101
  discardedAt: string | null | undefined;
@@ -114,8 +114,8 @@ export declare const webPushTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
114
114
  id: string;
115
115
  created_at: string;
116
116
  endpoint: string;
117
- discarded_at?: string | null | undefined;
118
117
  updated_at?: string | null | undefined;
118
+ discarded_at?: string | null | undefined;
119
119
  }>>;
120
120
  /**
121
121
  * The shape of the model mapping from the application shape into the api schema.
@@ -151,8 +151,8 @@ export declare const webPushTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
151
151
  createdAt: string;
152
152
  id: string;
153
153
  endpoint: string;
154
- discardedAt?: string | null | undefined;
155
154
  updatedAt?: string | null | undefined;
155
+ discardedAt?: string | null | undefined;
156
156
  }, {
157
157
  keys: {
158
158
  auth: string;
@@ -161,8 +161,8 @@ export declare const webPushTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
161
161
  createdAt: string;
162
162
  id: string;
163
163
  endpoint: string;
164
- discardedAt?: string | null | undefined;
165
164
  updatedAt?: string | null | undefined;
165
+ discardedAt?: string | null | undefined;
166
166
  }>, {
167
167
  created_at: string;
168
168
  discarded_at: string | null | undefined;
@@ -181,7 +181,7 @@ export declare const webPushTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
181
181
  createdAt: string;
182
182
  id: string;
183
183
  endpoint: string;
184
- discardedAt?: string | null | undefined;
185
184
  updatedAt?: string | null | undefined;
185
+ discardedAt?: string | null | undefined;
186
186
  }>>;
187
187
  //# sourceMappingURL=web-push-token.d.ts.map
@@ -11,17 +11,17 @@ export declare const authedUser: z.ZodLazy<z.ZodObject<{
11
11
  tokenType: z.ZodOptional<z.ZodString>;
12
12
  }, "strip", z.ZodTypeAny, {
13
13
  id: string;
14
+ scope?: string | undefined;
14
15
  accessToken?: string | undefined;
15
16
  expiresIn?: number | undefined;
16
17
  refreshToken?: string | undefined;
17
- scope?: string | undefined;
18
18
  tokenType?: string | undefined;
19
19
  }, {
20
20
  id: string;
21
+ scope?: string | undefined;
21
22
  accessToken?: string | undefined;
22
23
  expiresIn?: number | undefined;
23
24
  refreshToken?: string | undefined;
24
- scope?: string | undefined;
25
25
  tokenType?: string | undefined;
26
26
  }>>;
27
27
  /**
@@ -48,17 +48,17 @@ export declare const authedUserResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
48
48
  token_type: z.ZodOptional<z.ZodString>;
49
49
  }, "strip", z.ZodTypeAny, {
50
50
  id: string;
51
+ scope?: string | undefined;
51
52
  access_token?: string | undefined;
52
53
  expires_in?: number | undefined;
53
54
  refresh_token?: string | undefined;
54
- scope?: string | undefined;
55
55
  token_type?: string | undefined;
56
56
  }, {
57
57
  id: string;
58
+ scope?: string | undefined;
58
59
  access_token?: string | undefined;
59
60
  expires_in?: number | undefined;
60
61
  refresh_token?: string | undefined;
61
- scope?: string | undefined;
62
62
  token_type?: string | undefined;
63
63
  }>, {
64
64
  accessToken: string | undefined;
@@ -69,10 +69,10 @@ export declare const authedUserResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
69
69
  tokenType: string | undefined;
70
70
  }, {
71
71
  id: string;
72
+ scope?: string | undefined;
72
73
  access_token?: string | undefined;
73
74
  expires_in?: number | undefined;
74
75
  refresh_token?: string | undefined;
75
- scope?: string | undefined;
76
76
  token_type?: string | undefined;
77
77
  }>>;
78
78
  /**
@@ -88,17 +88,17 @@ export declare const authedUserRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
88
88
  tokenType: z.ZodOptional<z.ZodString>;
89
89
  }, "strip", z.ZodTypeAny, {
90
90
  id: string;
91
+ scope?: string | undefined;
91
92
  accessToken?: string | undefined;
92
93
  expiresIn?: number | undefined;
93
94
  refreshToken?: string | undefined;
94
- scope?: string | undefined;
95
95
  tokenType?: string | undefined;
96
96
  }, {
97
97
  id: string;
98
+ scope?: string | undefined;
98
99
  accessToken?: string | undefined;
99
100
  expiresIn?: number | undefined;
100
101
  refreshToken?: string | undefined;
101
- scope?: string | undefined;
102
102
  tokenType?: string | undefined;
103
103
  }>, {
104
104
  access_token: string | undefined;
@@ -109,10 +109,10 @@ export declare const authedUserRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
109
109
  token_type: string | undefined;
110
110
  }, {
111
111
  id: string;
112
+ scope?: string | undefined;
112
113
  accessToken?: string | undefined;
113
114
  expiresIn?: number | undefined;
114
115
  refreshToken?: string | undefined;
115
- scope?: string | undefined;
116
116
  tokenType?: string | undefined;
117
117
  }>>;
118
118
  //# sourceMappingURL=authed-user.d.ts.map