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.
Files changed (120) hide show
  1. package/README.md +6 -6
  2. package/dist/commonjs/project-client/http/transport/request-builder.js.map +1 -1
  3. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  4. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  5. package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
  6. package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  7. package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  8. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  9. package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  10. package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
  11. package/dist/commonjs/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  12. package/dist/commonjs/project-client/services/channels/models/apns-token.d.ts +8 -8
  13. package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
  14. package/dist/commonjs/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  15. package/dist/commonjs/project-client/services/channels/models/expo-token.d.ts +8 -8
  16. package/dist/commonjs/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  17. package/dist/commonjs/project-client/services/channels/models/fcm-token.d.ts +8 -8
  18. package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  19. package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  20. package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  21. package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
  22. package/dist/commonjs/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  23. package/dist/commonjs/project-client/services/channels/models/teams-token.d.ts +8 -8
  24. package/dist/commonjs/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  25. package/dist/commonjs/project-client/services/channels/models/web-push-token.d.ts +8 -8
  26. package/dist/commonjs/project-client/services/common/user.d.ts +6 -6
  27. package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  28. package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  29. package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  30. package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
  31. package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
  32. package/dist/commonjs/socket.d.ts +11 -0
  33. package/dist/commonjs/socket.d.ts.map +1 -0
  34. package/dist/commonjs/socket.js +196 -0
  35. package/dist/commonjs/socket.js.map +1 -0
  36. package/dist/commonjs/user-client/http/transport/request-builder.js.map +1 -1
  37. package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  38. package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
  39. package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
  40. package/dist/commonjs/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  41. package/dist/commonjs/user-client/services/channels/models/expo-token.d.ts +8 -8
  42. package/dist/commonjs/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  43. package/dist/commonjs/user-client/services/channels/models/fcm-token.d.ts +8 -8
  44. package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  45. package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  46. package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  47. package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
  48. package/dist/commonjs/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  49. package/dist/commonjs/user-client/services/channels/models/teams-token.d.ts +8 -8
  50. package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  51. package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
  52. package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
  53. package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  54. package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  55. package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  56. package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
  57. package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  58. package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
  59. package/dist/esm/project-client/http/transport/request-builder.js.map +1 -1
  60. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  61. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  62. package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
  63. package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  64. package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  65. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  66. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  67. package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
  68. package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  69. package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
  70. package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
  71. package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  72. package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
  73. package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  74. package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
  75. package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  76. package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  77. package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  78. package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
  79. package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  80. package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
  81. package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  82. package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
  83. package/dist/esm/project-client/services/common/user.d.ts +6 -6
  84. package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  85. package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  86. package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  87. package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
  88. package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
  89. package/dist/esm/socket.d.ts +11 -0
  90. package/dist/esm/socket.d.ts.map +1 -0
  91. package/dist/esm/socket.js +192 -0
  92. package/dist/esm/socket.js.map +1 -0
  93. package/dist/esm/user-client/http/transport/request-builder.js.map +1 -1
  94. package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  95. package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
  96. package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
  97. package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  98. package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
  99. package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  100. package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
  101. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  102. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  103. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  104. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  105. package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  106. package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
  107. package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  108. package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
  109. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  110. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  111. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  112. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  113. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  114. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  115. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  116. package/package.json +14 -3
  117. package/socket/package.json +4 -0
  118. package/src/project-client/http/transport/request-builder.ts +1 -1
  119. package/src/socket.ts +228 -0
  120. package/src/user-client/http/transport/request-builder.ts +1 -1
@@ -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;
@@ -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