magicbell-js 1.6.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 (125) hide show
  1. package/README.md +1 -1
  2. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  3. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  4. package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
  5. package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  6. package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  7. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  8. package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  9. package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
  10. package/dist/commonjs/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  11. package/dist/commonjs/project-client/services/channels/models/apns-token.d.ts +8 -8
  12. package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
  13. package/dist/commonjs/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  14. package/dist/commonjs/project-client/services/channels/models/expo-token.d.ts +8 -8
  15. package/dist/commonjs/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  16. package/dist/commonjs/project-client/services/channels/models/fcm-token.d.ts +8 -8
  17. package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  18. package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  19. package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  20. package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
  21. package/dist/commonjs/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  22. package/dist/commonjs/project-client/services/channels/models/teams-token.d.ts +8 -8
  23. package/dist/commonjs/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  24. package/dist/commonjs/project-client/services/channels/models/web-push-token.d.ts +8 -8
  25. package/dist/commonjs/project-client/services/common/user.d.ts +6 -6
  26. package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  27. package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  28. package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  29. package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
  30. package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
  31. package/dist/commonjs/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
  32. package/dist/commonjs/project-client/services/workflows/models/get-run-response.d.ts +41 -41
  33. package/dist/commonjs/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
  34. package/dist/commonjs/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
  35. package/dist/commonjs/project-client/services/workflows/models/workflow-run.d.ts +35 -35
  36. package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  37. package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
  38. package/dist/commonjs/user-client/services/channels/models/categories.d.ts +30 -30
  39. package/dist/commonjs/user-client/services/channels/models/channels.d.ts +8 -8
  40. package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
  41. package/dist/commonjs/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  42. package/dist/commonjs/user-client/services/channels/models/expo-token.d.ts +8 -8
  43. package/dist/commonjs/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  44. package/dist/commonjs/user-client/services/channels/models/fcm-token.d.ts +8 -8
  45. package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  46. package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  47. package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  48. package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
  49. package/dist/commonjs/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  50. package/dist/commonjs/user-client/services/channels/models/teams-token.d.ts +8 -8
  51. package/dist/commonjs/user-client/services/channels/models/user-preferences.d.ts +48 -48
  52. package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  53. package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
  54. package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
  55. package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  56. package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  57. package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  58. package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
  59. package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  60. package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
  61. package/dist/commonjs/user-client/services/notifications/models/notification.js +3 -3
  62. package/dist/commonjs/user-client/services/notifications/models/notification.js.map +1 -1
  63. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  64. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  65. package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
  66. package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  67. package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  68. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  69. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  70. package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
  71. package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  72. package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
  73. package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
  74. package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  75. package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
  76. package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  77. package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
  78. package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  79. package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  80. package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  81. package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
  82. package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  83. package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
  84. package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  85. package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
  86. package/dist/esm/project-client/services/common/user.d.ts +6 -6
  87. package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  88. package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  89. package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  90. package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
  91. package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
  92. package/dist/esm/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
  93. package/dist/esm/project-client/services/workflows/models/get-run-response.d.ts +41 -41
  94. package/dist/esm/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
  95. package/dist/esm/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
  96. package/dist/esm/project-client/services/workflows/models/workflow-run.d.ts +35 -35
  97. package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  98. package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
  99. package/dist/esm/user-client/services/channels/models/categories.d.ts +30 -30
  100. package/dist/esm/user-client/services/channels/models/channels.d.ts +8 -8
  101. package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
  102. package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  103. package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
  104. package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  105. package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
  106. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  107. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  108. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  109. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  110. package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  111. package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
  112. package/dist/esm/user-client/services/channels/models/user-preferences.d.ts +48 -48
  113. package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  114. package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
  115. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  116. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  117. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  118. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  119. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  120. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  121. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  122. package/dist/esm/user-client/services/notifications/models/notification.js +3 -3
  123. package/dist/esm/user-client/services/notifications/models/notification.js.map +1 -1
  124. package/package.json +6 -6
  125. package/src/user-client/services/notifications/models/notification.ts +3 -3
@@ -27,32 +27,32 @@ export declare const notificationCollection: z.ZodLazy<z.ZodObject<{
27
27
  updatedAt: string;
28
28
  title: string;
29
29
  userId: string;
30
+ customAttributes?: any;
30
31
  actionUrl?: string | null | undefined;
31
- archivedAt?: string | null | undefined;
32
- category?: string | null | undefined;
33
32
  content?: string | null | undefined;
34
- customAttributes?: any;
33
+ category?: string | null | undefined;
34
+ topic?: string | null | undefined;
35
35
  discardedAt?: string | null | undefined;
36
+ archivedAt?: string | null | undefined;
36
37
  readAt?: string | null | undefined;
37
38
  seenAt?: string | null | undefined;
38
39
  sentAt?: string | null | undefined;
39
- topic?: string | null | undefined;
40
40
  }, {
41
41
  createdAt: string;
42
42
  id: string;
43
43
  updatedAt: string;
44
44
  title: string;
45
45
  userId: string;
46
+ customAttributes?: any;
46
47
  actionUrl?: string | null | undefined;
47
- archivedAt?: string | null | undefined;
48
- category?: string | null | undefined;
49
48
  content?: string | null | undefined;
50
- customAttributes?: any;
49
+ category?: string | null | undefined;
50
+ topic?: string | null | undefined;
51
51
  discardedAt?: string | null | undefined;
52
+ archivedAt?: string | null | undefined;
52
53
  readAt?: string | null | undefined;
53
54
  seenAt?: string | null | undefined;
54
55
  sentAt?: string | null | undefined;
55
- topic?: string | null | undefined;
56
56
  }>>, "many">>;
57
57
  links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
58
58
  first: z.ZodOptional<z.ZodString>;
@@ -74,16 +74,16 @@ export declare const notificationCollection: z.ZodLazy<z.ZodObject<{
74
74
  updatedAt: string;
75
75
  title: string;
76
76
  userId: string;
77
+ customAttributes?: any;
77
78
  actionUrl?: string | null | undefined;
78
- archivedAt?: string | null | undefined;
79
- category?: string | null | undefined;
80
79
  content?: string | null | undefined;
81
- customAttributes?: any;
80
+ category?: string | null | undefined;
81
+ topic?: string | null | undefined;
82
82
  discardedAt?: string | null | undefined;
83
+ archivedAt?: string | null | undefined;
83
84
  readAt?: string | null | undefined;
84
85
  seenAt?: string | null | undefined;
85
86
  sentAt?: string | null | undefined;
86
- topic?: string | null | undefined;
87
87
  }[] | undefined;
88
88
  links?: {
89
89
  first?: string | undefined;
@@ -97,16 +97,16 @@ export declare const notificationCollection: z.ZodLazy<z.ZodObject<{
97
97
  updatedAt: string;
98
98
  title: string;
99
99
  userId: string;
100
+ customAttributes?: any;
100
101
  actionUrl?: string | null | undefined;
101
- archivedAt?: string | null | undefined;
102
- category?: string | null | undefined;
103
102
  content?: string | null | undefined;
104
- customAttributes?: any;
103
+ category?: string | null | undefined;
104
+ topic?: string | null | undefined;
105
105
  discardedAt?: string | null | undefined;
106
+ archivedAt?: string | null | undefined;
106
107
  readAt?: string | null | undefined;
107
108
  seenAt?: string | null | undefined;
108
109
  sentAt?: string | null | undefined;
109
- topic?: string | null | undefined;
110
110
  }[] | undefined;
111
111
  links?: {
112
112
  first?: string | undefined;
@@ -149,32 +149,32 @@ export declare const notificationCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
149
149
  updated_at: string;
150
150
  title: string;
151
151
  user_id: string;
152
+ custom_attributes?: any;
153
+ content?: string | null | undefined;
152
154
  action_url?: string | null | undefined;
153
- archived_at?: string | null | undefined;
154
155
  category?: string | null | undefined;
155
- content?: string | null | undefined;
156
- custom_attributes?: any;
156
+ topic?: string | null | undefined;
157
157
  discarded_at?: string | null | undefined;
158
+ archived_at?: string | null | undefined;
158
159
  read_at?: string | null | undefined;
159
160
  seen_at?: string | null | undefined;
160
161
  sent_at?: string | null | undefined;
161
- topic?: string | null | undefined;
162
162
  }, {
163
163
  id: string;
164
164
  created_at: string;
165
165
  updated_at: string;
166
166
  title: string;
167
167
  user_id: string;
168
+ custom_attributes?: any;
169
+ content?: string | null | undefined;
168
170
  action_url?: string | null | undefined;
169
- archived_at?: string | null | undefined;
170
171
  category?: string | null | undefined;
171
- content?: string | null | undefined;
172
- custom_attributes?: any;
172
+ topic?: string | null | undefined;
173
173
  discarded_at?: string | null | undefined;
174
+ archived_at?: string | null | undefined;
174
175
  read_at?: string | null | undefined;
175
176
  seen_at?: string | null | undefined;
176
177
  sent_at?: string | null | undefined;
177
- topic?: string | null | undefined;
178
178
  }>, {
179
179
  actionUrl: string | null | undefined;
180
180
  archivedAt: string | null | undefined;
@@ -197,16 +197,16 @@ export declare const notificationCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
197
197
  updated_at: string;
198
198
  title: string;
199
199
  user_id: string;
200
+ custom_attributes?: any;
201
+ content?: string | null | undefined;
200
202
  action_url?: string | null | undefined;
201
- archived_at?: string | null | undefined;
202
203
  category?: string | null | undefined;
203
- content?: string | null | undefined;
204
- custom_attributes?: any;
204
+ topic?: string | null | undefined;
205
205
  discarded_at?: string | null | undefined;
206
+ archived_at?: string | null | undefined;
206
207
  read_at?: string | null | undefined;
207
208
  seen_at?: string | null | undefined;
208
209
  sent_at?: string | null | undefined;
209
- topic?: string | null | undefined;
210
210
  }>>, "many">>;
211
211
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
212
212
  first: z.ZodOptional<z.ZodString>;
@@ -259,16 +259,16 @@ export declare const notificationCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
259
259
  updated_at: string;
260
260
  title: string;
261
261
  user_id: string;
262
+ custom_attributes?: any;
263
+ content?: string | null | undefined;
262
264
  action_url?: string | null | undefined;
263
- archived_at?: string | null | undefined;
264
265
  category?: string | null | undefined;
265
- content?: string | null | undefined;
266
- custom_attributes?: any;
266
+ topic?: string | null | undefined;
267
267
  discarded_at?: string | null | undefined;
268
+ archived_at?: string | null | undefined;
268
269
  read_at?: string | null | undefined;
269
270
  seen_at?: string | null | undefined;
270
271
  sent_at?: string | null | undefined;
271
- topic?: string | null | undefined;
272
272
  }[] | undefined;
273
273
  links?: {
274
274
  first?: string | undefined;
@@ -305,16 +305,16 @@ export declare const notificationCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
305
305
  updated_at: string;
306
306
  title: string;
307
307
  user_id: string;
308
+ custom_attributes?: any;
309
+ content?: string | null | undefined;
308
310
  action_url?: string | null | undefined;
309
- archived_at?: string | null | undefined;
310
311
  category?: string | null | undefined;
311
- content?: string | null | undefined;
312
- custom_attributes?: any;
312
+ topic?: string | null | undefined;
313
313
  discarded_at?: string | null | undefined;
314
+ archived_at?: string | null | undefined;
314
315
  read_at?: string | null | undefined;
315
316
  seen_at?: string | null | undefined;
316
317
  sent_at?: string | null | undefined;
317
- topic?: string | null | undefined;
318
318
  }[] | undefined;
319
319
  links?: {
320
320
  first?: string | undefined;
@@ -350,32 +350,32 @@ export declare const notificationCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
350
350
  updatedAt: string;
351
351
  title: string;
352
352
  userId: string;
353
+ customAttributes?: any;
353
354
  actionUrl?: string | null | undefined;
354
- archivedAt?: string | null | undefined;
355
- category?: string | null | undefined;
356
355
  content?: string | null | undefined;
357
- customAttributes?: any;
356
+ category?: string | null | undefined;
357
+ topic?: string | null | undefined;
358
358
  discardedAt?: string | null | undefined;
359
+ archivedAt?: string | null | undefined;
359
360
  readAt?: string | null | undefined;
360
361
  seenAt?: string | null | undefined;
361
362
  sentAt?: string | null | undefined;
362
- topic?: string | null | undefined;
363
363
  }, {
364
364
  createdAt: string;
365
365
  id: string;
366
366
  updatedAt: string;
367
367
  title: string;
368
368
  userId: string;
369
+ customAttributes?: any;
369
370
  actionUrl?: string | null | undefined;
370
- archivedAt?: string | null | undefined;
371
- category?: string | null | undefined;
372
371
  content?: string | null | undefined;
373
- customAttributes?: any;
372
+ category?: string | null | undefined;
373
+ topic?: string | null | undefined;
374
374
  discardedAt?: string | null | undefined;
375
+ archivedAt?: string | null | undefined;
375
376
  readAt?: string | null | undefined;
376
377
  seenAt?: string | null | undefined;
377
378
  sentAt?: string | null | undefined;
378
- topic?: string | null | undefined;
379
379
  }>, {
380
380
  action_url: string | null | undefined;
381
381
  archived_at: string | null | undefined;
@@ -398,16 +398,16 @@ export declare const notificationCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
398
398
  updatedAt: string;
399
399
  title: string;
400
400
  userId: string;
401
+ customAttributes?: any;
401
402
  actionUrl?: string | null | undefined;
402
- archivedAt?: string | null | undefined;
403
- category?: string | null | undefined;
404
403
  content?: string | null | undefined;
405
- customAttributes?: any;
404
+ category?: string | null | undefined;
405
+ topic?: string | null | undefined;
406
406
  discardedAt?: string | null | undefined;
407
+ archivedAt?: string | null | undefined;
407
408
  readAt?: string | null | undefined;
408
409
  seenAt?: string | null | undefined;
409
410
  sentAt?: string | null | undefined;
410
- topic?: string | null | undefined;
411
411
  }>>, "many">>;
412
412
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
413
413
  first: z.ZodOptional<z.ZodString>;
@@ -460,16 +460,16 @@ export declare const notificationCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
460
460
  updatedAt: string;
461
461
  title: string;
462
462
  userId: string;
463
+ customAttributes?: any;
463
464
  actionUrl?: string | null | undefined;
464
- archivedAt?: string | null | undefined;
465
- category?: string | null | undefined;
466
465
  content?: string | null | undefined;
467
- customAttributes?: any;
466
+ category?: string | null | undefined;
467
+ topic?: string | null | undefined;
468
468
  discardedAt?: string | null | undefined;
469
+ archivedAt?: string | null | undefined;
469
470
  readAt?: string | null | undefined;
470
471
  seenAt?: string | null | undefined;
471
472
  sentAt?: string | null | undefined;
472
- topic?: string | null | undefined;
473
473
  }[] | undefined;
474
474
  links?: {
475
475
  first?: string | undefined;
@@ -506,16 +506,16 @@ export declare const notificationCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
506
506
  updatedAt: string;
507
507
  title: string;
508
508
  userId: string;
509
+ customAttributes?: any;
509
510
  actionUrl?: string | null | undefined;
510
- archivedAt?: string | null | undefined;
511
- category?: string | null | undefined;
512
511
  content?: string | null | undefined;
513
- customAttributes?: any;
512
+ category?: string | null | undefined;
513
+ topic?: string | null | undefined;
514
514
  discardedAt?: string | null | undefined;
515
+ archivedAt?: string | null | undefined;
515
516
  readAt?: string | null | undefined;
516
517
  seenAt?: string | null | undefined;
517
518
  sentAt?: string | null | undefined;
518
- topic?: string | null | undefined;
519
519
  }[] | undefined;
520
520
  links?: {
521
521
  first?: string | undefined;
@@ -26,32 +26,32 @@ export declare const notification: z.ZodLazy<z.ZodObject<{
26
26
  updatedAt: string;
27
27
  title: string;
28
28
  userId: string;
29
+ customAttributes?: any;
29
30
  actionUrl?: string | null | undefined;
30
- archivedAt?: string | null | undefined;
31
- category?: string | null | undefined;
32
31
  content?: string | null | undefined;
33
- customAttributes?: any;
32
+ category?: string | null | undefined;
33
+ topic?: string | null | undefined;
34
34
  discardedAt?: string | null | undefined;
35
+ archivedAt?: string | null | undefined;
35
36
  readAt?: string | null | undefined;
36
37
  seenAt?: string | null | undefined;
37
38
  sentAt?: string | null | undefined;
38
- topic?: string | null | undefined;
39
39
  }, {
40
40
  createdAt: string;
41
41
  id: string;
42
42
  updatedAt: string;
43
43
  title: string;
44
44
  userId: string;
45
+ customAttributes?: any;
45
46
  actionUrl?: string | null | undefined;
46
- archivedAt?: string | null | undefined;
47
- category?: string | null | undefined;
48
47
  content?: string | null | undefined;
49
- customAttributes?: any;
48
+ category?: string | null | undefined;
49
+ topic?: string | null | undefined;
50
50
  discardedAt?: string | null | undefined;
51
+ archivedAt?: string | null | undefined;
51
52
  readAt?: string | null | undefined;
52
53
  seenAt?: string | null | undefined;
53
54
  sentAt?: string | null | undefined;
54
- topic?: string | null | undefined;
55
55
  }>>;
56
56
  /**
57
57
  *
@@ -100,32 +100,32 @@ export declare const notificationResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
100
100
  updated_at: string;
101
101
  title: string;
102
102
  user_id: string;
103
+ custom_attributes?: any;
104
+ content?: string | null | undefined;
103
105
  action_url?: string | null | undefined;
104
- archived_at?: string | null | undefined;
105
106
  category?: string | null | undefined;
106
- content?: string | null | undefined;
107
- custom_attributes?: any;
107
+ topic?: string | null | undefined;
108
108
  discarded_at?: string | null | undefined;
109
+ archived_at?: string | null | undefined;
109
110
  read_at?: string | null | undefined;
110
111
  seen_at?: string | null | undefined;
111
112
  sent_at?: string | null | undefined;
112
- topic?: string | null | undefined;
113
113
  }, {
114
114
  id: string;
115
115
  created_at: string;
116
116
  updated_at: string;
117
117
  title: string;
118
118
  user_id: string;
119
+ custom_attributes?: any;
120
+ content?: string | null | undefined;
119
121
  action_url?: string | null | undefined;
120
- archived_at?: string | null | undefined;
121
122
  category?: string | null | undefined;
122
- content?: string | null | undefined;
123
- custom_attributes?: any;
123
+ topic?: string | null | undefined;
124
124
  discarded_at?: string | null | undefined;
125
+ archived_at?: string | null | undefined;
125
126
  read_at?: string | null | undefined;
126
127
  seen_at?: string | null | undefined;
127
128
  sent_at?: string | null | undefined;
128
- topic?: string | null | undefined;
129
129
  }>, {
130
130
  actionUrl: string | null | undefined;
131
131
  archivedAt: string | null | undefined;
@@ -148,16 +148,16 @@ export declare const notificationResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
148
148
  updated_at: string;
149
149
  title: string;
150
150
  user_id: string;
151
+ custom_attributes?: any;
152
+ content?: string | null | undefined;
151
153
  action_url?: string | null | undefined;
152
- archived_at?: string | null | undefined;
153
154
  category?: string | null | undefined;
154
- content?: string | null | undefined;
155
- custom_attributes?: any;
155
+ topic?: string | null | undefined;
156
156
  discarded_at?: string | null | undefined;
157
+ archived_at?: string | null | undefined;
157
158
  read_at?: string | null | undefined;
158
159
  seen_at?: string | null | undefined;
159
160
  sent_at?: string | null | undefined;
160
- topic?: string | null | undefined;
161
161
  }>>;
162
162
  /**
163
163
  * Zod schema for mapping the Notification application shape to API requests.
@@ -186,32 +186,32 @@ export declare const notificationRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
186
186
  updatedAt: string;
187
187
  title: string;
188
188
  userId: string;
189
+ customAttributes?: any;
189
190
  actionUrl?: string | null | undefined;
190
- archivedAt?: string | null | undefined;
191
- category?: string | null | undefined;
192
191
  content?: string | null | undefined;
193
- customAttributes?: any;
192
+ category?: string | null | undefined;
193
+ topic?: string | null | undefined;
194
194
  discardedAt?: string | null | undefined;
195
+ archivedAt?: string | null | undefined;
195
196
  readAt?: string | null | undefined;
196
197
  seenAt?: string | null | undefined;
197
198
  sentAt?: string | null | undefined;
198
- topic?: string | null | undefined;
199
199
  }, {
200
200
  createdAt: string;
201
201
  id: string;
202
202
  updatedAt: string;
203
203
  title: string;
204
204
  userId: string;
205
+ customAttributes?: any;
205
206
  actionUrl?: string | null | undefined;
206
- archivedAt?: string | null | undefined;
207
- category?: string | null | undefined;
208
207
  content?: string | null | undefined;
209
- customAttributes?: any;
208
+ category?: string | null | undefined;
209
+ topic?: string | null | undefined;
210
210
  discardedAt?: string | null | undefined;
211
+ archivedAt?: string | null | undefined;
211
212
  readAt?: string | null | undefined;
212
213
  seenAt?: string | null | undefined;
213
214
  sentAt?: string | null | undefined;
214
- topic?: string | null | undefined;
215
215
  }>, {
216
216
  action_url: string | null | undefined;
217
217
  archived_at: string | null | undefined;
@@ -234,15 +234,15 @@ export declare const notificationRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
234
234
  updatedAt: string;
235
235
  title: string;
236
236
  userId: string;
237
+ customAttributes?: any;
237
238
  actionUrl?: string | null | undefined;
238
- archivedAt?: string | null | undefined;
239
- category?: string | null | undefined;
240
239
  content?: string | null | undefined;
241
- customAttributes?: any;
240
+ category?: string | null | undefined;
241
+ topic?: string | null | undefined;
242
242
  discardedAt?: string | null | undefined;
243
+ archivedAt?: string | null | undefined;
243
244
  readAt?: string | null | undefined;
244
245
  seenAt?: string | null | undefined;
245
246
  sentAt?: string | null | undefined;
246
- topic?: string | null | undefined;
247
247
  }>>;
248
248
  //# sourceMappingURL=notification.d.ts.map
@@ -20,7 +20,7 @@ exports.notification = zod_1.z.lazy(() => {
20
20
  readAt: zod_1.z.string().optional().nullable(),
21
21
  seenAt: zod_1.z.string().optional().nullable(),
22
22
  sentAt: zod_1.z.string().optional().nullable(),
23
- title: zod_1.z.string().min(1).max(255),
23
+ title: zod_1.z.string().max(255),
24
24
  topic: zod_1.z.string().max(100).optional().nullable(),
25
25
  updatedAt: zod_1.z.string(),
26
26
  userId: zod_1.z.string(),
@@ -45,7 +45,7 @@ exports.notificationResponse = zod_1.z.lazy(() => {
45
45
  read_at: zod_1.z.string().optional().nullable(),
46
46
  seen_at: zod_1.z.string().optional().nullable(),
47
47
  sent_at: zod_1.z.string().optional().nullable(),
48
- title: zod_1.z.string().min(1).max(255),
48
+ title: zod_1.z.string().max(255),
49
49
  topic: zod_1.z.string().max(100).optional().nullable(),
50
50
  updated_at: zod_1.z.string(),
51
51
  user_id: zod_1.z.string(),
@@ -87,7 +87,7 @@ exports.notificationRequest = zod_1.z.lazy(() => {
87
87
  readAt: zod_1.z.string().optional().nullable(),
88
88
  seenAt: zod_1.z.string().optional().nullable(),
89
89
  sentAt: zod_1.z.string().optional().nullable(),
90
- title: zod_1.z.string().min(1).max(255),
90
+ title: zod_1.z.string().max(255),
91
91
  topic: zod_1.z.string().max(100).optional().nullable(),
92
92
  updatedAt: zod_1.z.string(),
93
93
  userId: zod_1.z.string(),
@@ -1 +1 @@
1
- {"version":3,"file":"notification.js","sourceRoot":"","sources":["../../../../../../src/user-client/services/notifications/models/notification.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"notification.js","sourceRoot":"","sources":["../../../../../../src/user-client/services/notifications/models/notification.ts"],"names":[],"mappings":"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"}