magicbell-js 1.7.0 → 1.7.2

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 (124) 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/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
  31. package/dist/commonjs/project-client/services/workflows/models/get-run-response.d.ts +41 -41
  32. package/dist/commonjs/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
  33. package/dist/commonjs/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
  34. package/dist/commonjs/project-client/services/workflows/models/workflow-run.d.ts +35 -35
  35. package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  36. package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
  37. package/dist/commonjs/user-client/services/channels/models/categories.d.ts +30 -30
  38. package/dist/commonjs/user-client/services/channels/models/channels.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/user-preferences.d.ts +48 -48
  51. package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  52. package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
  53. package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
  54. package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  55. package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  56. package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  57. package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
  58. package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  59. package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
  60. package/dist/commonjs/user-client/services/notifications/models/notification.js +3 -3
  61. package/dist/commonjs/user-client/services/notifications/models/notification.js.map +1 -1
  62. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  63. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  64. package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
  65. package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  66. package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  67. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  68. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  69. package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
  70. package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  71. package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
  72. package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
  73. package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  74. package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
  75. package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  76. package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
  77. package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  78. package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  79. package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  80. package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
  81. package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  82. package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
  83. package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  84. package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
  85. package/dist/esm/project-client/services/common/user.d.ts +6 -6
  86. package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  87. package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  88. package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  89. package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
  90. package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
  91. package/dist/esm/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
  92. package/dist/esm/project-client/services/workflows/models/get-run-response.d.ts +41 -41
  93. package/dist/esm/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
  94. package/dist/esm/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
  95. package/dist/esm/project-client/services/workflows/models/workflow-run.d.ts +35 -35
  96. package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  97. package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
  98. package/dist/esm/user-client/services/channels/models/categories.d.ts +30 -30
  99. package/dist/esm/user-client/services/channels/models/channels.d.ts +8 -8
  100. package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
  101. package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  102. package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
  103. package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  104. package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
  105. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  106. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  107. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  108. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  109. package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  110. package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
  111. package/dist/esm/user-client/services/channels/models/user-preferences.d.ts +48 -48
  112. package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  113. package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
  114. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  115. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  116. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  117. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  118. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  119. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  120. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  121. package/dist/esm/user-client/services/notifications/models/notification.js +3 -3
  122. package/dist/esm/user-client/services/notifications/models/notification.js.map +1 -1
  123. package/package.json +2 -2
  124. package/src/user-client/services/notifications/models/notification.ts +3 -3
@@ -32,26 +32,26 @@ export declare const slackToken: z.ZodLazy<z.ZodObject<{
32
32
  }, "strip", z.ZodTypeAny, {
33
33
  createdAt: string;
34
34
  id: string;
35
+ updatedAt?: string | null | undefined;
35
36
  discardedAt?: string | null | undefined;
36
37
  oauth?: {
37
38
  installationId: string;
38
39
  channelId: string;
39
40
  scope?: string | undefined;
40
41
  } | undefined;
41
- updatedAt?: string | null | undefined;
42
42
  webhook?: {
43
43
  url: string;
44
44
  } | undefined;
45
45
  }, {
46
46
  createdAt: string;
47
47
  id: string;
48
+ updatedAt?: string | null | undefined;
48
49
  discardedAt?: string | null | undefined;
49
50
  oauth?: {
50
51
  installationId: string;
51
52
  channelId: string;
52
53
  scope?: string | undefined;
53
54
  } | undefined;
54
- updatedAt?: string | null | undefined;
55
55
  webhook?: {
56
56
  url: string;
57
57
  } | undefined;
@@ -112,26 +112,26 @@ export declare const slackTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
112
112
  }, "strip", z.ZodTypeAny, {
113
113
  id: string;
114
114
  created_at: string;
115
+ updated_at?: string | null | undefined;
115
116
  discarded_at?: string | null | undefined;
116
117
  oauth?: {
117
118
  channelId: string;
118
119
  installationId: string;
119
120
  scope: string | undefined;
120
121
  } | undefined;
121
- updated_at?: string | null | undefined;
122
122
  webhook?: {
123
123
  url: string;
124
124
  } | undefined;
125
125
  }, {
126
126
  id: string;
127
127
  created_at: string;
128
+ updated_at?: string | null | undefined;
128
129
  discarded_at?: string | null | undefined;
129
130
  oauth?: {
130
131
  installation_id: string;
131
132
  channel_id: string;
132
133
  scope?: string | undefined;
133
134
  } | undefined;
134
- updated_at?: string | null | undefined;
135
135
  webhook?: {
136
136
  url: string;
137
137
  } | undefined;
@@ -151,13 +151,13 @@ export declare const slackTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
151
151
  }, {
152
152
  id: string;
153
153
  created_at: string;
154
+ updated_at?: string | null | undefined;
154
155
  discarded_at?: string | null | undefined;
155
156
  oauth?: {
156
157
  installation_id: string;
157
158
  channel_id: string;
158
159
  scope?: string | undefined;
159
160
  } | undefined;
160
- updated_at?: string | null | undefined;
161
161
  webhook?: {
162
162
  url: string;
163
163
  } | undefined;
@@ -207,26 +207,26 @@ export declare const slackTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
207
207
  }, "strip", z.ZodTypeAny, {
208
208
  createdAt: string;
209
209
  id: string;
210
+ updatedAt?: string | null | undefined;
210
211
  discardedAt?: string | null | undefined;
211
212
  oauth?: {
212
213
  channel_id: string;
213
214
  installation_id: string;
214
215
  scope: string | undefined;
215
216
  } | undefined;
216
- updatedAt?: string | null | undefined;
217
217
  webhook?: {
218
218
  url: string;
219
219
  } | undefined;
220
220
  }, {
221
221
  createdAt: string;
222
222
  id: string;
223
+ updatedAt?: string | null | undefined;
223
224
  discardedAt?: string | null | undefined;
224
225
  oauth?: {
225
226
  installationId: string;
226
227
  channelId: string;
227
228
  scope?: string | undefined;
228
229
  } | undefined;
229
- updatedAt?: string | null | undefined;
230
230
  webhook?: {
231
231
  url: string;
232
232
  } | undefined;
@@ -246,13 +246,13 @@ export declare const slackTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
246
246
  }, {
247
247
  createdAt: string;
248
248
  id: string;
249
+ updatedAt?: string | null | undefined;
249
250
  discardedAt?: string | null | undefined;
250
251
  oauth?: {
251
252
  installationId: string;
252
253
  channelId: string;
253
254
  scope?: string | undefined;
254
255
  } | undefined;
255
- updatedAt?: string | null | undefined;
256
256
  webhook?: {
257
257
  url: string;
258
258
  } | undefined;
@@ -20,16 +20,16 @@ export declare const teamsTokenCollection: z.ZodLazy<z.ZodObject<{
20
20
  }, "strip", z.ZodTypeAny, {
21
21
  createdAt: string;
22
22
  id: string;
23
- discardedAt?: string | null | undefined;
24
23
  updatedAt?: string | null | undefined;
24
+ discardedAt?: string | null | undefined;
25
25
  webhook?: {
26
26
  url?: string | undefined;
27
27
  } | undefined;
28
28
  }, {
29
29
  createdAt: string;
30
30
  id: string;
31
- discardedAt?: string | null | undefined;
32
31
  updatedAt?: string | null | undefined;
32
+ discardedAt?: string | null | undefined;
33
33
  webhook?: {
34
34
  url?: string | undefined;
35
35
  } | undefined;
@@ -51,8 +51,8 @@ export declare const teamsTokenCollection: z.ZodLazy<z.ZodObject<{
51
51
  data?: {
52
52
  createdAt: string;
53
53
  id: string;
54
- discardedAt?: string | null | undefined;
55
54
  updatedAt?: string | null | undefined;
55
+ discardedAt?: string | null | undefined;
56
56
  webhook?: {
57
57
  url?: string | undefined;
58
58
  } | undefined;
@@ -66,8 +66,8 @@ export declare const teamsTokenCollection: z.ZodLazy<z.ZodObject<{
66
66
  data?: {
67
67
  createdAt: string;
68
68
  id: string;
69
- discardedAt?: string | null | undefined;
70
69
  updatedAt?: string | null | undefined;
70
+ discardedAt?: string | null | undefined;
71
71
  webhook?: {
72
72
  url?: string | undefined;
73
73
  } | undefined;
@@ -110,16 +110,16 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
110
110
  }, "strip", z.ZodTypeAny, {
111
111
  id: string;
112
112
  created_at: string;
113
- discarded_at?: string | null | undefined;
114
113
  updated_at?: string | null | undefined;
114
+ discarded_at?: string | null | undefined;
115
115
  webhook?: {
116
116
  url: string | undefined;
117
117
  } | undefined;
118
118
  }, {
119
119
  id: string;
120
120
  created_at: string;
121
- discarded_at?: string | null | undefined;
122
121
  updated_at?: string | null | undefined;
122
+ discarded_at?: string | null | undefined;
123
123
  webhook?: {
124
124
  url?: string | undefined;
125
125
  } | undefined;
@@ -134,8 +134,8 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
134
134
  }, {
135
135
  id: string;
136
136
  created_at: string;
137
- discarded_at?: string | null | undefined;
138
137
  updated_at?: string | null | undefined;
138
+ discarded_at?: string | null | undefined;
139
139
  webhook?: {
140
140
  url?: string | undefined;
141
141
  } | undefined;
@@ -180,8 +180,8 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
180
180
  data?: {
181
181
  id: string;
182
182
  created_at: string;
183
- discarded_at?: string | null | undefined;
184
183
  updated_at?: string | null | undefined;
184
+ discarded_at?: string | null | undefined;
185
185
  webhook?: {
186
186
  url?: string | undefined;
187
187
  } | undefined;
@@ -210,8 +210,8 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
210
210
  data?: {
211
211
  id: string;
212
212
  created_at: string;
213
- discarded_at?: string | null | undefined;
214
213
  updated_at?: string | null | undefined;
214
+ discarded_at?: string | null | undefined;
215
215
  webhook?: {
216
216
  url?: string | undefined;
217
217
  } | undefined;
@@ -247,16 +247,16 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
247
247
  }, "strip", z.ZodTypeAny, {
248
248
  createdAt: string;
249
249
  id: string;
250
- discardedAt?: string | null | undefined;
251
250
  updatedAt?: string | null | undefined;
251
+ discardedAt?: string | null | undefined;
252
252
  webhook?: {
253
253
  url: string | undefined;
254
254
  } | undefined;
255
255
  }, {
256
256
  createdAt: string;
257
257
  id: string;
258
- discardedAt?: string | null | undefined;
259
258
  updatedAt?: string | null | undefined;
259
+ discardedAt?: string | null | undefined;
260
260
  webhook?: {
261
261
  url?: string | undefined;
262
262
  } | undefined;
@@ -271,8 +271,8 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
271
271
  }, {
272
272
  createdAt: string;
273
273
  id: string;
274
- discardedAt?: string | null | undefined;
275
274
  updatedAt?: string | null | undefined;
275
+ discardedAt?: string | null | undefined;
276
276
  webhook?: {
277
277
  url?: string | undefined;
278
278
  } | undefined;
@@ -317,8 +317,8 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
317
317
  data?: {
318
318
  createdAt: string;
319
319
  id: string;
320
- discardedAt?: string | null | undefined;
321
320
  updatedAt?: string | null | undefined;
321
+ discardedAt?: string | null | undefined;
322
322
  webhook?: {
323
323
  url?: string | undefined;
324
324
  } | undefined;
@@ -347,8 +347,8 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
347
347
  data?: {
348
348
  createdAt: string;
349
349
  id: string;
350
- discardedAt?: string | null | undefined;
351
350
  updatedAt?: string | null | undefined;
351
+ discardedAt?: string | null | undefined;
352
352
  webhook?: {
353
353
  url?: string | undefined;
354
354
  } | undefined;
@@ -19,16 +19,16 @@ export declare const teamsToken: z.ZodLazy<z.ZodObject<{
19
19
  }, "strip", z.ZodTypeAny, {
20
20
  createdAt: string;
21
21
  id: string;
22
- discardedAt?: string | null | undefined;
23
22
  updatedAt?: string | null | undefined;
23
+ discardedAt?: string | null | undefined;
24
24
  webhook?: {
25
25
  url?: string | undefined;
26
26
  } | undefined;
27
27
  }, {
28
28
  createdAt: string;
29
29
  id: string;
30
- discardedAt?: string | null | undefined;
31
30
  updatedAt?: string | null | undefined;
31
+ discardedAt?: string | null | undefined;
32
32
  webhook?: {
33
33
  url?: string | undefined;
34
34
  } | undefined;
@@ -67,16 +67,16 @@ export declare const teamsTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
67
67
  }, "strip", z.ZodTypeAny, {
68
68
  id: string;
69
69
  created_at: string;
70
- discarded_at?: string | null | undefined;
71
70
  updated_at?: string | null | undefined;
71
+ discarded_at?: string | null | undefined;
72
72
  webhook?: {
73
73
  url: string | undefined;
74
74
  } | undefined;
75
75
  }, {
76
76
  id: string;
77
77
  created_at: string;
78
- discarded_at?: string | null | undefined;
79
78
  updated_at?: string | null | undefined;
79
+ discarded_at?: string | null | undefined;
80
80
  webhook?: {
81
81
  url?: string | undefined;
82
82
  } | undefined;
@@ -91,8 +91,8 @@ export declare const teamsTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
91
91
  }, {
92
92
  id: string;
93
93
  created_at: string;
94
- discarded_at?: string | null | undefined;
95
94
  updated_at?: string | null | undefined;
95
+ discarded_at?: string | null | undefined;
96
96
  webhook?: {
97
97
  url?: string | undefined;
98
98
  } | undefined;
@@ -121,16 +121,16 @@ export declare const teamsTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
121
121
  }, "strip", z.ZodTypeAny, {
122
122
  createdAt: string;
123
123
  id: string;
124
- discardedAt?: string | null | undefined;
125
124
  updatedAt?: string | null | undefined;
125
+ discardedAt?: string | null | undefined;
126
126
  webhook?: {
127
127
  url: string | undefined;
128
128
  } | undefined;
129
129
  }, {
130
130
  createdAt: string;
131
131
  id: string;
132
- discardedAt?: string | null | undefined;
133
132
  updatedAt?: string | null | undefined;
133
+ discardedAt?: string | null | undefined;
134
134
  webhook?: {
135
135
  url?: string | undefined;
136
136
  } | undefined;
@@ -145,8 +145,8 @@ export declare const teamsTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
145
145
  }, {
146
146
  createdAt: string;
147
147
  id: string;
148
- discardedAt?: string | null | undefined;
149
148
  updatedAt?: string | null | undefined;
149
+ discardedAt?: string | null | undefined;
150
150
  webhook?: {
151
151
  url?: string | undefined;
152
152
  } | undefined;
@@ -10,46 +10,46 @@ export declare const userPreferences: z.ZodLazy<z.ZodObject<{
10
10
  enabled: z.ZodOptional<z.ZodBoolean>;
11
11
  name: z.ZodOptional<z.ZodString>;
12
12
  }, "strip", z.ZodTypeAny, {
13
- enabled?: boolean | undefined;
14
13
  name?: string | undefined;
15
- }, {
16
14
  enabled?: boolean | undefined;
15
+ }, {
17
16
  name?: string | undefined;
17
+ enabled?: boolean | undefined;
18
18
  }>>, "many">>;
19
19
  key: z.ZodOptional<z.ZodString>;
20
20
  label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21
21
  }, "strip", z.ZodTypeAny, {
22
+ label?: string | null | undefined;
23
+ key?: string | undefined;
22
24
  channels?: {
23
- enabled?: boolean | undefined;
24
25
  name?: string | undefined;
26
+ enabled?: boolean | undefined;
25
27
  }[] | undefined;
26
- key?: string | undefined;
27
- label?: string | null | undefined;
28
28
  }, {
29
+ label?: string | null | undefined;
30
+ key?: string | undefined;
29
31
  channels?: {
30
- enabled?: boolean | undefined;
31
32
  name?: string | undefined;
33
+ enabled?: boolean | undefined;
32
34
  }[] | undefined;
33
- key?: string | undefined;
34
- label?: string | null | undefined;
35
35
  }>>, "many">>;
36
36
  }, "strip", z.ZodTypeAny, {
37
37
  categories?: {
38
+ label?: string | null | undefined;
39
+ key?: string | undefined;
38
40
  channels?: {
39
- enabled?: boolean | undefined;
40
41
  name?: string | undefined;
42
+ enabled?: boolean | undefined;
41
43
  }[] | undefined;
42
- key?: string | undefined;
43
- label?: string | null | undefined;
44
44
  }[] | undefined;
45
45
  }, {
46
46
  categories?: {
47
+ label?: string | null | undefined;
48
+ key?: string | undefined;
47
49
  channels?: {
48
- enabled?: boolean | undefined;
49
50
  name?: string | undefined;
51
+ enabled?: boolean | undefined;
50
52
  }[] | undefined;
51
- key?: string | undefined;
52
- label?: string | null | undefined;
53
53
  }[] | undefined;
54
54
  }>>;
55
55
  /**
@@ -69,34 +69,34 @@ export declare const userPreferencesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject
69
69
  enabled: z.ZodOptional<z.ZodBoolean>;
70
70
  name: z.ZodOptional<z.ZodString>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- enabled?: boolean | undefined;
73
72
  name?: string | undefined;
74
- }, {
75
73
  enabled?: boolean | undefined;
74
+ }, {
76
75
  name?: string | undefined;
76
+ enabled?: boolean | undefined;
77
77
  }>, {
78
78
  enabled: boolean | undefined;
79
79
  name: string | undefined;
80
80
  }, {
81
- enabled?: boolean | undefined;
82
81
  name?: string | undefined;
82
+ enabled?: boolean | undefined;
83
83
  }>>, "many">>;
84
84
  key: z.ZodOptional<z.ZodString>;
85
85
  label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
86
86
  }, "strip", z.ZodTypeAny, {
87
+ label?: string | null | undefined;
88
+ key?: string | undefined;
87
89
  channels?: {
88
90
  enabled: boolean | undefined;
89
91
  name: string | undefined;
90
92
  }[] | undefined;
91
- key?: string | undefined;
92
- label?: string | null | undefined;
93
93
  }, {
94
+ label?: string | null | undefined;
95
+ key?: string | undefined;
94
96
  channels?: {
95
- enabled?: boolean | undefined;
96
97
  name?: string | undefined;
98
+ enabled?: boolean | undefined;
97
99
  }[] | undefined;
98
- key?: string | undefined;
99
- label?: string | null | undefined;
100
100
  }>, {
101
101
  channels: {
102
102
  enabled: boolean | undefined;
@@ -105,12 +105,12 @@ export declare const userPreferencesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject
105
105
  key: string | undefined;
106
106
  label: string | null | undefined;
107
107
  }, {
108
+ label?: string | null | undefined;
109
+ key?: string | undefined;
108
110
  channels?: {
109
- enabled?: boolean | undefined;
110
111
  name?: string | undefined;
112
+ enabled?: boolean | undefined;
111
113
  }[] | undefined;
112
- key?: string | undefined;
113
- label?: string | null | undefined;
114
114
  }>>, "many">>;
115
115
  }, "strip", z.ZodTypeAny, {
116
116
  categories?: {
@@ -123,12 +123,12 @@ export declare const userPreferencesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject
123
123
  }[] | undefined;
124
124
  }, {
125
125
  categories?: {
126
+ label?: string | null | undefined;
127
+ key?: string | undefined;
126
128
  channels?: {
127
- enabled?: boolean | undefined;
128
129
  name?: string | undefined;
130
+ enabled?: boolean | undefined;
129
131
  }[] | undefined;
130
- key?: string | undefined;
131
- label?: string | null | undefined;
132
132
  }[] | undefined;
133
133
  }>, {
134
134
  categories: {
@@ -141,12 +141,12 @@ export declare const userPreferencesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject
141
141
  }[] | undefined;
142
142
  }, {
143
143
  categories?: {
144
+ label?: string | null | undefined;
145
+ key?: string | undefined;
144
146
  channels?: {
145
- enabled?: boolean | undefined;
146
147
  name?: string | undefined;
148
+ enabled?: boolean | undefined;
147
149
  }[] | undefined;
148
- key?: string | undefined;
149
- label?: string | null | undefined;
150
150
  }[] | undefined;
151
151
  }>>;
152
152
  /**
@@ -160,34 +160,34 @@ export declare const userPreferencesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<
160
160
  enabled: z.ZodOptional<z.ZodBoolean>;
161
161
  name: z.ZodOptional<z.ZodString>;
162
162
  }, "strip", z.ZodTypeAny, {
163
- enabled?: boolean | undefined;
164
163
  name?: string | undefined;
165
- }, {
166
164
  enabled?: boolean | undefined;
165
+ }, {
167
166
  name?: string | undefined;
167
+ enabled?: boolean | undefined;
168
168
  }>, {
169
169
  enabled: boolean | undefined;
170
170
  name: string | undefined;
171
171
  }, {
172
- enabled?: boolean | undefined;
173
172
  name?: string | undefined;
173
+ enabled?: boolean | undefined;
174
174
  }>>, "many">>;
175
175
  key: z.ZodOptional<z.ZodString>;
176
176
  label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
177
177
  }, "strip", z.ZodTypeAny, {
178
+ label?: string | null | undefined;
179
+ key?: string | undefined;
178
180
  channels?: {
179
181
  enabled: boolean | undefined;
180
182
  name: string | undefined;
181
183
  }[] | undefined;
182
- key?: string | undefined;
183
- label?: string | null | undefined;
184
184
  }, {
185
+ label?: string | null | undefined;
186
+ key?: string | undefined;
185
187
  channels?: {
186
- enabled?: boolean | undefined;
187
188
  name?: string | undefined;
189
+ enabled?: boolean | undefined;
188
190
  }[] | undefined;
189
- key?: string | undefined;
190
- label?: string | null | undefined;
191
191
  }>, {
192
192
  channels: {
193
193
  enabled: boolean | undefined;
@@ -196,12 +196,12 @@ export declare const userPreferencesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<
196
196
  key: string | undefined;
197
197
  label: string | null | undefined;
198
198
  }, {
199
+ label?: string | null | undefined;
200
+ key?: string | undefined;
199
201
  channels?: {
200
- enabled?: boolean | undefined;
201
202
  name?: string | undefined;
203
+ enabled?: boolean | undefined;
202
204
  }[] | undefined;
203
- key?: string | undefined;
204
- label?: string | null | undefined;
205
205
  }>>, "many">>;
206
206
  }, "strip", z.ZodTypeAny, {
207
207
  categories?: {
@@ -214,12 +214,12 @@ export declare const userPreferencesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<
214
214
  }[] | undefined;
215
215
  }, {
216
216
  categories?: {
217
+ label?: string | null | undefined;
218
+ key?: string | undefined;
217
219
  channels?: {
218
- enabled?: boolean | undefined;
219
220
  name?: string | undefined;
221
+ enabled?: boolean | undefined;
220
222
  }[] | undefined;
221
- key?: string | undefined;
222
- label?: string | null | undefined;
223
223
  }[] | undefined;
224
224
  }>, {
225
225
  categories: {
@@ -232,12 +232,12 @@ export declare const userPreferencesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<
232
232
  }[] | undefined;
233
233
  }, {
234
234
  categories?: {
235
+ label?: string | null | undefined;
236
+ key?: string | undefined;
235
237
  channels?: {
236
- enabled?: boolean | undefined;
237
238
  name?: string | undefined;
239
+ enabled?: boolean | undefined;
238
240
  }[] | undefined;
239
- key?: string | undefined;
240
- label?: string | null | undefined;
241
241
  }[] | undefined;
242
242
  }>>;
243
243
  //# sourceMappingURL=user-preferences.d.ts.map
@@ -29,8 +29,8 @@ export declare const webPushTokenCollection: z.ZodLazy<z.ZodObject<{
29
29
  createdAt: string;
30
30
  id: string;
31
31
  endpoint: string;
32
- discardedAt?: string | null | undefined;
33
32
  updatedAt?: string | null | undefined;
33
+ discardedAt?: string | null | undefined;
34
34
  }, {
35
35
  keys: {
36
36
  auth: string;
@@ -39,8 +39,8 @@ export declare const webPushTokenCollection: z.ZodLazy<z.ZodObject<{
39
39
  createdAt: string;
40
40
  id: string;
41
41
  endpoint: string;
42
- discardedAt?: string | null | undefined;
43
42
  updatedAt?: string | null | undefined;
43
+ discardedAt?: string | null | undefined;
44
44
  }>>, "many">>;
45
45
  links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
46
46
  first: z.ZodOptional<z.ZodString>;
@@ -64,8 +64,8 @@ export declare const webPushTokenCollection: z.ZodLazy<z.ZodObject<{
64
64
  createdAt: string;
65
65
  id: string;
66
66
  endpoint: string;
67
- discardedAt?: string | null | undefined;
68
67
  updatedAt?: string | null | undefined;
68
+ discardedAt?: string | null | undefined;
69
69
  }[] | undefined;
70
70
  links?: {
71
71
  first?: string | undefined;
@@ -81,8 +81,8 @@ export declare const webPushTokenCollection: z.ZodLazy<z.ZodObject<{
81
81
  createdAt: string;
82
82
  id: string;
83
83
  endpoint: string;
84
- discardedAt?: string | null | undefined;
85
84
  updatedAt?: string | null | undefined;
85
+ discardedAt?: string | null | undefined;
86
86
  }[] | undefined;
87
87
  links?: {
88
88
  first?: string | undefined;
@@ -133,8 +133,8 @@ export declare const webPushTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
133
133
  id: string;
134
134
  created_at: string;
135
135
  endpoint: string;
136
- discarded_at?: string | null | undefined;
137
136
  updated_at?: string | null | undefined;
137
+ discarded_at?: string | null | undefined;
138
138
  }, {
139
139
  keys: {
140
140
  auth: string;
@@ -143,8 +143,8 @@ export declare const webPushTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
143
143
  id: string;
144
144
  created_at: string;
145
145
  endpoint: string;
146
- discarded_at?: string | null | undefined;
147
146
  updated_at?: string | null | undefined;
147
+ discarded_at?: string | null | undefined;
148
148
  }>, {
149
149
  createdAt: string;
150
150
  discardedAt: string | null | undefined;
@@ -163,8 +163,8 @@ export declare const webPushTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
163
163
  id: string;
164
164
  created_at: string;
165
165
  endpoint: string;
166
- discarded_at?: string | null | undefined;
167
166
  updated_at?: string | null | undefined;
167
+ discarded_at?: string | null | undefined;
168
168
  }>>, "many">>;
169
169
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
170
170
  first: z.ZodOptional<z.ZodString>;
@@ -213,8 +213,8 @@ export declare const webPushTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
213
213
  id: string;
214
214
  created_at: string;
215
215
  endpoint: string;
216
- discarded_at?: string | null | undefined;
217
216
  updated_at?: string | null | undefined;
217
+ discarded_at?: string | null | undefined;
218
218
  }[] | undefined;
219
219
  links?: {
220
220
  first?: string | undefined;
@@ -247,8 +247,8 @@ export declare const webPushTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
247
247
  id: string;
248
248
  created_at: string;
249
249
  endpoint: string;
250
- discarded_at?: string | null | undefined;
251
250
  updated_at?: string | null | undefined;
251
+ discarded_at?: string | null | undefined;
252
252
  }[] | undefined;
253
253
  links?: {
254
254
  first?: string | undefined;
@@ -292,8 +292,8 @@ export declare const webPushTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
292
292
  createdAt: string;
293
293
  id: string;
294
294
  endpoint: string;
295
- discardedAt?: string | null | undefined;
296
295
  updatedAt?: string | null | undefined;
296
+ discardedAt?: string | null | undefined;
297
297
  }, {
298
298
  keys: {
299
299
  auth: string;
@@ -302,8 +302,8 @@ export declare const webPushTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
302
302
  createdAt: string;
303
303
  id: string;
304
304
  endpoint: string;
305
- discardedAt?: string | null | undefined;
306
305
  updatedAt?: string | null | undefined;
306
+ discardedAt?: string | null | undefined;
307
307
  }>, {
308
308
  created_at: string;
309
309
  discarded_at: string | null | undefined;
@@ -322,8 +322,8 @@ export declare const webPushTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
322
322
  createdAt: string;
323
323
  id: string;
324
324
  endpoint: string;
325
- discardedAt?: string | null | undefined;
326
325
  updatedAt?: string | null | undefined;
326
+ discardedAt?: string | null | undefined;
327
327
  }>>, "many">>;
328
328
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
329
329
  first: z.ZodOptional<z.ZodString>;
@@ -372,8 +372,8 @@ export declare const webPushTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
372
372
  createdAt: string;
373
373
  id: string;
374
374
  endpoint: string;
375
- discardedAt?: string | null | undefined;
376
375
  updatedAt?: string | null | undefined;
376
+ discardedAt?: string | null | undefined;
377
377
  }[] | undefined;
378
378
  links?: {
379
379
  first?: string | undefined;
@@ -406,8 +406,8 @@ export declare const webPushTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
406
406
  createdAt: string;
407
407
  id: string;
408
408
  endpoint: string;
409
- discardedAt?: string | null | undefined;
410
409
  updatedAt?: string | null | undefined;
410
+ discardedAt?: string | null | undefined;
411
411
  }[] | undefined;
412
412
  links?: {
413
413
  first?: string | undefined;