magicbell-js 1.7.0 → 1.7.1

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 (119) 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/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/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
  90. package/dist/esm/project-client/services/workflows/models/get-run-response.d.ts +41 -41
  91. package/dist/esm/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
  92. package/dist/esm/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
  93. package/dist/esm/project-client/services/workflows/models/workflow-run.d.ts +35 -35
  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/categories.d.ts +30 -30
  97. package/dist/esm/user-client/services/channels/models/channels.d.ts +8 -8
  98. package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
  99. package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  100. package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
  101. package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  102. package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
  103. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  104. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  105. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  106. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  107. package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  108. package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
  109. package/dist/esm/user-client/services/channels/models/user-preferences.d.ts +48 -48
  110. package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  111. package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
  112. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  113. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  114. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  115. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  116. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  117. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  118. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  119. package/package.json +2 -2
@@ -17,18 +17,18 @@ export declare const apnsTokenCollection: z.ZodLazy<z.ZodObject<{
17
17
  createdAt: string;
18
18
  id: string;
19
19
  deviceToken: string;
20
+ updatedAt?: string | null | undefined;
20
21
  appId?: string | undefined;
21
22
  discardedAt?: string | null | undefined;
22
23
  installationId?: string | undefined;
23
- updatedAt?: string | null | undefined;
24
24
  }, {
25
25
  createdAt: string;
26
26
  id: string;
27
27
  deviceToken: string;
28
+ updatedAt?: string | null | undefined;
28
29
  appId?: string | undefined;
29
30
  discardedAt?: string | null | undefined;
30
31
  installationId?: string | undefined;
31
- updatedAt?: string | null | undefined;
32
32
  }>>, "many">>;
33
33
  links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
34
34
  first: z.ZodOptional<z.ZodString>;
@@ -48,10 +48,10 @@ export declare const apnsTokenCollection: z.ZodLazy<z.ZodObject<{
48
48
  createdAt: string;
49
49
  id: string;
50
50
  deviceToken: string;
51
+ updatedAt?: string | null | undefined;
51
52
  appId?: string | undefined;
52
53
  discardedAt?: string | null | undefined;
53
54
  installationId?: string | undefined;
54
- updatedAt?: string | null | undefined;
55
55
  }[] | undefined;
56
56
  links?: {
57
57
  first?: string | undefined;
@@ -63,10 +63,10 @@ export declare const apnsTokenCollection: z.ZodLazy<z.ZodObject<{
63
63
  createdAt: string;
64
64
  id: string;
65
65
  deviceToken: string;
66
+ updatedAt?: string | null | undefined;
66
67
  appId?: string | undefined;
67
68
  discardedAt?: string | null | undefined;
68
69
  installationId?: string | undefined;
69
- updatedAt?: string | null | undefined;
70
70
  }[] | undefined;
71
71
  links?: {
72
72
  first?: string | undefined;
@@ -99,18 +99,18 @@ export declare const apnsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
99
99
  id: string;
100
100
  created_at: string;
101
101
  device_token: string;
102
+ updated_at?: string | null | undefined;
102
103
  app_id?: string | undefined;
103
104
  discarded_at?: string | null | undefined;
104
105
  installation_id?: string | undefined;
105
- updated_at?: string | null | undefined;
106
106
  }, {
107
107
  id: string;
108
108
  created_at: string;
109
109
  device_token: string;
110
+ updated_at?: string | null | undefined;
110
111
  app_id?: string | undefined;
111
112
  discarded_at?: string | null | undefined;
112
113
  installation_id?: string | undefined;
113
- updated_at?: string | null | undefined;
114
114
  }>, {
115
115
  appId: string | undefined;
116
116
  createdAt: string;
@@ -123,10 +123,10 @@ export declare const apnsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
123
123
  id: string;
124
124
  created_at: string;
125
125
  device_token: string;
126
+ updated_at?: string | null | undefined;
126
127
  app_id?: string | undefined;
127
128
  discarded_at?: string | null | undefined;
128
129
  installation_id?: string | undefined;
129
- updated_at?: string | null | undefined;
130
130
  }>>, "many">>;
131
131
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
132
132
  first: z.ZodOptional<z.ZodString>;
@@ -169,10 +169,10 @@ export declare const apnsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
169
169
  id: string;
170
170
  created_at: string;
171
171
  device_token: string;
172
+ updated_at?: string | null | undefined;
172
173
  app_id?: string | undefined;
173
174
  discarded_at?: string | null | undefined;
174
175
  installation_id?: string | undefined;
175
- updated_at?: string | null | undefined;
176
176
  }[] | undefined;
177
177
  links?: {
178
178
  first?: string | undefined;
@@ -199,10 +199,10 @@ export declare const apnsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
199
199
  id: string;
200
200
  created_at: string;
201
201
  device_token: string;
202
+ updated_at?: string | null | undefined;
202
203
  app_id?: string | undefined;
203
204
  discarded_at?: string | null | undefined;
204
205
  installation_id?: string | undefined;
205
- updated_at?: string | null | undefined;
206
206
  }[] | undefined;
207
207
  links?: {
208
208
  first?: string | undefined;
@@ -228,18 +228,18 @@ export declare const apnsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
228
228
  createdAt: string;
229
229
  id: string;
230
230
  deviceToken: string;
231
+ updatedAt?: string | null | undefined;
231
232
  appId?: string | undefined;
232
233
  discardedAt?: string | null | undefined;
233
234
  installationId?: string | undefined;
234
- updatedAt?: string | null | undefined;
235
235
  }, {
236
236
  createdAt: string;
237
237
  id: string;
238
238
  deviceToken: string;
239
+ updatedAt?: string | null | undefined;
239
240
  appId?: string | undefined;
240
241
  discardedAt?: string | null | undefined;
241
242
  installationId?: string | undefined;
242
- updatedAt?: string | null | undefined;
243
243
  }>, {
244
244
  app_id: string | undefined;
245
245
  created_at: string;
@@ -252,10 +252,10 @@ export declare const apnsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
252
252
  createdAt: string;
253
253
  id: string;
254
254
  deviceToken: string;
255
+ updatedAt?: string | null | undefined;
255
256
  appId?: string | undefined;
256
257
  discardedAt?: string | null | undefined;
257
258
  installationId?: string | undefined;
258
- updatedAt?: string | null | undefined;
259
259
  }>>, "many">>;
260
260
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
261
261
  first: z.ZodOptional<z.ZodString>;
@@ -298,10 +298,10 @@ export declare const apnsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
298
298
  createdAt: string;
299
299
  id: string;
300
300
  deviceToken: string;
301
+ updatedAt?: string | null | undefined;
301
302
  appId?: string | undefined;
302
303
  discardedAt?: string | null | undefined;
303
304
  installationId?: string | undefined;
304
- updatedAt?: string | null | undefined;
305
305
  }[] | undefined;
306
306
  links?: {
307
307
  first?: string | undefined;
@@ -328,10 +328,10 @@ export declare const apnsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
328
328
  createdAt: string;
329
329
  id: string;
330
330
  deviceToken: string;
331
+ updatedAt?: string | null | undefined;
331
332
  appId?: string | undefined;
332
333
  discardedAt?: string | null | undefined;
333
334
  installationId?: string | undefined;
334
- updatedAt?: string | null | undefined;
335
335
  }[] | undefined;
336
336
  links?: {
337
337
  first?: string | undefined;
@@ -16,18 +16,18 @@ export declare const apnsToken: z.ZodLazy<z.ZodObject<{
16
16
  createdAt: string;
17
17
  id: string;
18
18
  deviceToken: string;
19
+ updatedAt?: string | null | undefined;
19
20
  appId?: string | undefined;
20
21
  discardedAt?: string | null | undefined;
21
22
  installationId?: string | undefined;
22
- updatedAt?: string | null | undefined;
23
23
  }, {
24
24
  createdAt: string;
25
25
  id: string;
26
26
  deviceToken: string;
27
+ updatedAt?: string | null | undefined;
27
28
  appId?: string | undefined;
28
29
  discardedAt?: string | null | undefined;
29
30
  installationId?: string | undefined;
30
- updatedAt?: string | null | undefined;
31
31
  }>>;
32
32
  /**
33
33
  *
@@ -58,18 +58,18 @@ export declare const apnsTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
58
58
  id: string;
59
59
  created_at: string;
60
60
  device_token: string;
61
+ updated_at?: string | null | undefined;
61
62
  app_id?: string | undefined;
62
63
  discarded_at?: string | null | undefined;
63
64
  installation_id?: string | undefined;
64
- updated_at?: string | null | undefined;
65
65
  }, {
66
66
  id: string;
67
67
  created_at: string;
68
68
  device_token: string;
69
+ updated_at?: string | null | undefined;
69
70
  app_id?: string | undefined;
70
71
  discarded_at?: string | null | undefined;
71
72
  installation_id?: string | undefined;
72
- updated_at?: string | null | undefined;
73
73
  }>, {
74
74
  appId: string | undefined;
75
75
  createdAt: string;
@@ -82,10 +82,10 @@ export declare const apnsTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
82
82
  id: string;
83
83
  created_at: string;
84
84
  device_token: string;
85
+ updated_at?: string | null | undefined;
85
86
  app_id?: string | undefined;
86
87
  discarded_at?: string | null | undefined;
87
88
  installation_id?: string | undefined;
88
- updated_at?: string | null | undefined;
89
89
  }>>;
90
90
  /**
91
91
  * Zod schema for mapping the ApnsToken application shape to API requests.
@@ -104,18 +104,18 @@ export declare const apnsTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
104
104
  createdAt: string;
105
105
  id: string;
106
106
  deviceToken: string;
107
+ updatedAt?: string | null | undefined;
107
108
  appId?: string | undefined;
108
109
  discardedAt?: string | null | undefined;
109
110
  installationId?: string | undefined;
110
- updatedAt?: string | null | undefined;
111
111
  }, {
112
112
  createdAt: string;
113
113
  id: string;
114
114
  deviceToken: string;
115
+ updatedAt?: string | null | undefined;
115
116
  appId?: string | undefined;
116
117
  discardedAt?: string | null | undefined;
117
118
  installationId?: string | undefined;
118
- updatedAt?: string | null | undefined;
119
119
  }>, {
120
120
  app_id: string | undefined;
121
121
  created_at: string;
@@ -128,9 +128,9 @@ export declare const apnsTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
128
128
  createdAt: string;
129
129
  id: string;
130
130
  deviceToken: string;
131
+ updatedAt?: string | null | undefined;
131
132
  appId?: string | undefined;
132
133
  discardedAt?: string | null | undefined;
133
134
  installationId?: string | undefined;
134
- updatedAt?: string | null | undefined;
135
135
  }>>;
136
136
  //# sourceMappingURL=apns-token.d.ts.map
@@ -9,28 +9,28 @@ export declare const categories: z.ZodLazy<z.ZodObject<{
9
9
  enabled: z.ZodOptional<z.ZodBoolean>;
10
10
  name: z.ZodOptional<z.ZodString>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- enabled?: boolean | undefined;
13
12
  name?: string | undefined;
14
- }, {
15
13
  enabled?: boolean | undefined;
14
+ }, {
16
15
  name?: string | undefined;
16
+ enabled?: boolean | undefined;
17
17
  }>>, "many">>;
18
18
  key: z.ZodOptional<z.ZodString>;
19
19
  label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20
20
  }, "strip", z.ZodTypeAny, {
21
+ label?: string | null | undefined;
22
+ key?: string | undefined;
21
23
  channels?: {
22
- enabled?: boolean | undefined;
23
24
  name?: string | undefined;
25
+ enabled?: boolean | undefined;
24
26
  }[] | undefined;
25
- key?: string | undefined;
26
- label?: string | null | undefined;
27
27
  }, {
28
+ label?: string | null | undefined;
29
+ key?: string | undefined;
28
30
  channels?: {
29
- enabled?: boolean | undefined;
30
31
  name?: string | undefined;
32
+ enabled?: boolean | undefined;
31
33
  }[] | undefined;
32
- key?: string | undefined;
33
- label?: string | null | undefined;
34
34
  }>>;
35
35
  /**
36
36
  *
@@ -50,34 +50,34 @@ export declare const categoriesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
50
50
  enabled: z.ZodOptional<z.ZodBoolean>;
51
51
  name: z.ZodOptional<z.ZodString>;
52
52
  }, "strip", z.ZodTypeAny, {
53
- enabled?: boolean | undefined;
54
53
  name?: string | undefined;
55
- }, {
56
54
  enabled?: boolean | undefined;
55
+ }, {
57
56
  name?: string | undefined;
57
+ enabled?: boolean | undefined;
58
58
  }>, {
59
59
  enabled: boolean | undefined;
60
60
  name: string | undefined;
61
61
  }, {
62
- enabled?: boolean | undefined;
63
62
  name?: string | undefined;
63
+ enabled?: boolean | undefined;
64
64
  }>>, "many">>;
65
65
  key: z.ZodOptional<z.ZodString>;
66
66
  label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
67
67
  }, "strip", z.ZodTypeAny, {
68
+ label?: string | null | undefined;
69
+ key?: string | undefined;
68
70
  channels?: {
69
71
  enabled: boolean | undefined;
70
72
  name: string | undefined;
71
73
  }[] | undefined;
72
- key?: string | undefined;
73
- label?: string | null | undefined;
74
74
  }, {
75
+ label?: string | null | undefined;
76
+ key?: string | undefined;
75
77
  channels?: {
76
- enabled?: boolean | undefined;
77
78
  name?: string | undefined;
79
+ enabled?: boolean | undefined;
78
80
  }[] | undefined;
79
- key?: string | undefined;
80
- label?: string | null | undefined;
81
81
  }>, {
82
82
  channels: {
83
83
  enabled: boolean | undefined;
@@ -86,12 +86,12 @@ export declare const categoriesResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
86
86
  key: string | undefined;
87
87
  label: string | null | undefined;
88
88
  }, {
89
+ label?: string | null | undefined;
90
+ key?: string | undefined;
89
91
  channels?: {
90
- enabled?: boolean | undefined;
91
92
  name?: string | undefined;
93
+ enabled?: boolean | undefined;
92
94
  }[] | undefined;
93
- key?: string | undefined;
94
- label?: string | null | undefined;
95
95
  }>>;
96
96
  /**
97
97
  * Zod schema for mapping the Categories application shape to API requests.
@@ -103,34 +103,34 @@ export declare const categoriesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
103
103
  enabled: z.ZodOptional<z.ZodBoolean>;
104
104
  name: z.ZodOptional<z.ZodString>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- enabled?: boolean | undefined;
107
106
  name?: string | undefined;
108
- }, {
109
107
  enabled?: boolean | undefined;
108
+ }, {
110
109
  name?: string | undefined;
110
+ enabled?: boolean | undefined;
111
111
  }>, {
112
112
  enabled: boolean | undefined;
113
113
  name: string | undefined;
114
114
  }, {
115
- enabled?: boolean | undefined;
116
115
  name?: string | undefined;
116
+ enabled?: boolean | undefined;
117
117
  }>>, "many">>;
118
118
  key: z.ZodOptional<z.ZodString>;
119
119
  label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
120
120
  }, "strip", z.ZodTypeAny, {
121
+ label?: string | null | undefined;
122
+ key?: string | undefined;
121
123
  channels?: {
122
124
  enabled: boolean | undefined;
123
125
  name: string | undefined;
124
126
  }[] | undefined;
125
- key?: string | undefined;
126
- label?: string | null | undefined;
127
127
  }, {
128
+ label?: string | null | undefined;
129
+ key?: string | undefined;
128
130
  channels?: {
129
- enabled?: boolean | undefined;
130
131
  name?: string | undefined;
132
+ enabled?: boolean | undefined;
131
133
  }[] | undefined;
132
- key?: string | undefined;
133
- label?: string | null | undefined;
134
134
  }>, {
135
135
  channels: {
136
136
  enabled: boolean | undefined;
@@ -139,11 +139,11 @@ export declare const categoriesRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
139
139
  key: string | undefined;
140
140
  label: string | null | undefined;
141
141
  }, {
142
+ label?: string | null | undefined;
143
+ key?: string | undefined;
142
144
  channels?: {
143
- enabled?: boolean | undefined;
144
145
  name?: string | undefined;
146
+ enabled?: boolean | undefined;
145
147
  }[] | undefined;
146
- key?: string | undefined;
147
- label?: string | null | undefined;
148
148
  }>>;
149
149
  //# sourceMappingURL=categories.d.ts.map
@@ -8,11 +8,11 @@ export declare const channels: z.ZodLazy<z.ZodObject<{
8
8
  enabled: z.ZodOptional<z.ZodBoolean>;
9
9
  name: z.ZodOptional<z.ZodString>;
10
10
  }, "strip", z.ZodTypeAny, {
11
- enabled?: boolean | undefined;
12
11
  name?: string | undefined;
13
- }, {
14
12
  enabled?: boolean | undefined;
13
+ }, {
15
14
  name?: string | undefined;
15
+ enabled?: boolean | undefined;
16
16
  }>>;
17
17
  /**
18
18
  *
@@ -30,17 +30,17 @@ export declare const channelsResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
30
30
  enabled: z.ZodOptional<z.ZodBoolean>;
31
31
  name: z.ZodOptional<z.ZodString>;
32
32
  }, "strip", z.ZodTypeAny, {
33
- enabled?: boolean | undefined;
34
33
  name?: string | undefined;
35
- }, {
36
34
  enabled?: boolean | undefined;
35
+ }, {
37
36
  name?: string | undefined;
37
+ enabled?: boolean | undefined;
38
38
  }>, {
39
39
  enabled: boolean | undefined;
40
40
  name: string | undefined;
41
41
  }, {
42
- enabled?: boolean | undefined;
43
42
  name?: string | undefined;
43
+ enabled?: boolean | undefined;
44
44
  }>>;
45
45
  /**
46
46
  * Zod schema for mapping the Channels application shape to API requests.
@@ -51,16 +51,16 @@ export declare const channelsRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
51
51
  enabled: z.ZodOptional<z.ZodBoolean>;
52
52
  name: z.ZodOptional<z.ZodString>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- enabled?: boolean | undefined;
55
54
  name?: string | undefined;
56
- }, {
57
55
  enabled?: boolean | undefined;
56
+ }, {
58
57
  name?: string | undefined;
58
+ enabled?: boolean | undefined;
59
59
  }>, {
60
60
  enabled: boolean | undefined;
61
61
  name: string | undefined;
62
62
  }, {
63
- enabled?: boolean | undefined;
64
63
  name?: string | undefined;
64
+ enabled?: boolean | undefined;
65
65
  }>>;
66
66
  //# sourceMappingURL=channels.d.ts.map
@@ -8,11 +8,11 @@ export declare const discardResult: z.ZodLazy<z.ZodObject<{
8
8
  discardedAt: z.ZodOptional<z.ZodString>;
9
9
  id: z.ZodOptional<z.ZodString>;
10
10
  }, "strip", z.ZodTypeAny, {
11
- discardedAt?: string | undefined;
12
11
  id?: string | undefined;
13
- }, {
14
12
  discardedAt?: string | undefined;
13
+ }, {
15
14
  id?: string | undefined;
15
+ discardedAt?: string | undefined;
16
16
  }>>;
17
17
  /**
18
18
  *
@@ -30,17 +30,17 @@ export declare const discardResultResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
30
30
  discarded_at: z.ZodOptional<z.ZodString>;
31
31
  id: z.ZodOptional<z.ZodString>;
32
32
  }, "strip", z.ZodTypeAny, {
33
- discarded_at?: string | undefined;
34
33
  id?: string | undefined;
35
- }, {
36
34
  discarded_at?: string | undefined;
35
+ }, {
37
36
  id?: string | undefined;
37
+ discarded_at?: string | undefined;
38
38
  }>, {
39
39
  discardedAt: string | undefined;
40
40
  id: string | undefined;
41
41
  }, {
42
- discarded_at?: string | undefined;
43
42
  id?: string | undefined;
43
+ discarded_at?: string | undefined;
44
44
  }>>;
45
45
  /**
46
46
  * Zod schema for mapping the DiscardResult application shape to API requests.
@@ -51,16 +51,16 @@ export declare const discardResultRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
51
51
  discardedAt: z.ZodOptional<z.ZodString>;
52
52
  id: z.ZodOptional<z.ZodString>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- discardedAt?: string | undefined;
55
54
  id?: string | undefined;
56
- }, {
57
55
  discardedAt?: string | undefined;
56
+ }, {
58
57
  id?: string | undefined;
58
+ discardedAt?: string | undefined;
59
59
  }>, {
60
60
  discarded_at: string | undefined;
61
61
  id: string | undefined;
62
62
  }, {
63
- discardedAt?: string | undefined;
64
63
  id?: string | undefined;
64
+ discardedAt?: string | undefined;
65
65
  }>>;
66
66
  //# sourceMappingURL=discard-result.d.ts.map
@@ -15,14 +15,14 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
15
15
  createdAt: string;
16
16
  id: string;
17
17
  deviceToken: string;
18
- discardedAt?: string | null | undefined;
19
18
  updatedAt?: string | null | undefined;
19
+ discardedAt?: string | null | undefined;
20
20
  }, {
21
21
  createdAt: string;
22
22
  id: string;
23
23
  deviceToken: string;
24
- discardedAt?: string | null | undefined;
25
24
  updatedAt?: string | null | undefined;
25
+ discardedAt?: string | null | undefined;
26
26
  }>>, "many">>;
27
27
  links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
28
28
  first: z.ZodOptional<z.ZodString>;
@@ -42,8 +42,8 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
42
42
  createdAt: string;
43
43
  id: string;
44
44
  deviceToken: string;
45
- discardedAt?: string | null | undefined;
46
45
  updatedAt?: string | null | undefined;
46
+ discardedAt?: string | null | undefined;
47
47
  }[] | undefined;
48
48
  links?: {
49
49
  first?: string | undefined;
@@ -55,8 +55,8 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
55
55
  createdAt: string;
56
56
  id: string;
57
57
  deviceToken: string;
58
- discardedAt?: string | null | undefined;
59
58
  updatedAt?: string | null | undefined;
59
+ discardedAt?: string | null | undefined;
60
60
  }[] | undefined;
61
61
  links?: {
62
62
  first?: string | undefined;
@@ -87,14 +87,14 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
87
87
  id: string;
88
88
  created_at: string;
89
89
  device_token: string;
90
- discarded_at?: string | null | undefined;
91
90
  updated_at?: string | null | undefined;
91
+ discarded_at?: string | null | undefined;
92
92
  }, {
93
93
  id: string;
94
94
  created_at: string;
95
95
  device_token: string;
96
- discarded_at?: string | null | undefined;
97
96
  updated_at?: string | null | undefined;
97
+ discarded_at?: string | null | undefined;
98
98
  }>, {
99
99
  createdAt: string;
100
100
  deviceToken: string;
@@ -105,8 +105,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
105
105
  id: string;
106
106
  created_at: string;
107
107
  device_token: string;
108
- discarded_at?: string | null | undefined;
109
108
  updated_at?: string | null | undefined;
109
+ discarded_at?: string | null | undefined;
110
110
  }>>, "many">>;
111
111
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
112
112
  first: z.ZodOptional<z.ZodString>;
@@ -147,8 +147,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
147
147
  id: string;
148
148
  created_at: string;
149
149
  device_token: string;
150
- discarded_at?: string | null | undefined;
151
150
  updated_at?: string | null | undefined;
151
+ discarded_at?: string | null | undefined;
152
152
  }[] | undefined;
153
153
  links?: {
154
154
  first?: string | undefined;
@@ -173,8 +173,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
173
173
  id: string;
174
174
  created_at: string;
175
175
  device_token: string;
176
- discarded_at?: string | null | undefined;
177
176
  updated_at?: string | null | undefined;
177
+ discarded_at?: string | null | undefined;
178
178
  }[] | undefined;
179
179
  links?: {
180
180
  first?: string | undefined;
@@ -198,14 +198,14 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
198
198
  createdAt: string;
199
199
  id: string;
200
200
  deviceToken: string;
201
- discardedAt?: string | null | undefined;
202
201
  updatedAt?: string | null | undefined;
202
+ discardedAt?: string | null | undefined;
203
203
  }, {
204
204
  createdAt: string;
205
205
  id: string;
206
206
  deviceToken: string;
207
- discardedAt?: string | null | undefined;
208
207
  updatedAt?: string | null | undefined;
208
+ discardedAt?: string | null | undefined;
209
209
  }>, {
210
210
  created_at: string;
211
211
  device_token: string;
@@ -216,8 +216,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
216
216
  createdAt: string;
217
217
  id: string;
218
218
  deviceToken: string;
219
- discardedAt?: string | null | undefined;
220
219
  updatedAt?: string | null | undefined;
220
+ discardedAt?: string | null | undefined;
221
221
  }>>, "many">>;
222
222
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
223
223
  first: z.ZodOptional<z.ZodString>;
@@ -258,8 +258,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
258
258
  createdAt: string;
259
259
  id: string;
260
260
  deviceToken: string;
261
- discardedAt?: string | null | undefined;
262
261
  updatedAt?: string | null | undefined;
262
+ discardedAt?: string | null | undefined;
263
263
  }[] | undefined;
264
264
  links?: {
265
265
  first?: string | undefined;
@@ -284,8 +284,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
284
284
  createdAt: string;
285
285
  id: string;
286
286
  deviceToken: string;
287
- discardedAt?: string | null | undefined;
288
287
  updatedAt?: string | null | undefined;
288
+ discardedAt?: string | null | undefined;
289
289
  }[] | undefined;
290
290
  links?: {
291
291
  first?: string | undefined;
@@ -14,14 +14,14 @@ export declare const expoToken: z.ZodLazy<z.ZodObject<{
14
14
  createdAt: string;
15
15
  id: string;
16
16
  deviceToken: string;
17
- discardedAt?: string | null | undefined;
18
17
  updatedAt?: string | null | undefined;
18
+ discardedAt?: string | null | undefined;
19
19
  }, {
20
20
  createdAt: string;
21
21
  id: string;
22
22
  deviceToken: string;
23
- discardedAt?: string | null | undefined;
24
23
  updatedAt?: string | null | undefined;
24
+ discardedAt?: string | null | undefined;
25
25
  }>>;
26
26
  /**
27
27
  *
@@ -48,14 +48,14 @@ export declare const expoTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
48
48
  id: string;
49
49
  created_at: string;
50
50
  device_token: string;
51
- discarded_at?: string | null | undefined;
52
51
  updated_at?: string | null | undefined;
52
+ discarded_at?: string | null | undefined;
53
53
  }, {
54
54
  id: string;
55
55
  created_at: string;
56
56
  device_token: string;
57
- discarded_at?: string | null | undefined;
58
57
  updated_at?: string | null | undefined;
58
+ discarded_at?: string | null | undefined;
59
59
  }>, {
60
60
  createdAt: string;
61
61
  deviceToken: string;
@@ -66,8 +66,8 @@ export declare const expoTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
66
66
  id: string;
67
67
  created_at: string;
68
68
  device_token: string;
69
- discarded_at?: string | null | undefined;
70
69
  updated_at?: string | null | undefined;
70
+ discarded_at?: string | null | undefined;
71
71
  }>>;
72
72
  /**
73
73
  * Zod schema for mapping the ExpoToken application shape to API requests.
@@ -84,14 +84,14 @@ export declare const expoTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
84
84
  createdAt: string;
85
85
  id: string;
86
86
  deviceToken: string;
87
- discardedAt?: string | null | undefined;
88
87
  updatedAt?: string | null | undefined;
88
+ discardedAt?: string | null | undefined;
89
89
  }, {
90
90
  createdAt: string;
91
91
  id: string;
92
92
  deviceToken: string;
93
- discardedAt?: string | null | undefined;
94
93
  updatedAt?: string | null | undefined;
94
+ discardedAt?: string | null | undefined;
95
95
  }>, {
96
96
  created_at: string;
97
97
  device_token: string;
@@ -102,7 +102,7 @@ export declare const expoTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
102
102
  createdAt: string;
103
103
  id: string;
104
104
  deviceToken: string;
105
- discardedAt?: string | null | undefined;
106
105
  updatedAt?: string | null | undefined;
106
+ discardedAt?: string | null | undefined;
107
107
  }>>;
108
108
  //# sourceMappingURL=expo-token.d.ts.map