@voyant-travel/notifications-react 0.111.7

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 (178) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +30 -0
  3. package/dist/admin/index.d.ts +70 -0
  4. package/dist/admin/index.d.ts.map +1 -0
  5. package/dist/admin/index.js +104 -0
  6. package/dist/admin/notification-deliveries-host.d.ts +7 -0
  7. package/dist/admin/notification-deliveries-host.d.ts.map +1 -0
  8. package/dist/admin/notification-deliveries-host.js +92 -0
  9. package/dist/admin/notification-delivery-detail-dialog.d.ts +8 -0
  10. package/dist/admin/notification-delivery-detail-dialog.d.ts.map +1 -0
  11. package/dist/admin/notification-delivery-detail-dialog.js +30 -0
  12. package/dist/admin/notification-reminder-rule-detail-host.d.ts +12 -0
  13. package/dist/admin/notification-reminder-rule-detail-host.d.ts.map +1 -0
  14. package/dist/admin/notification-reminder-rule-detail-host.js +23 -0
  15. package/dist/admin/notification-reminder-rule-dialog.d.ts +10 -0
  16. package/dist/admin/notification-reminder-rule-dialog.d.ts.map +1 -0
  17. package/dist/admin/notification-reminder-rule-dialog.js +122 -0
  18. package/dist/admin/notification-reminder-rules-host.d.ts +8 -0
  19. package/dist/admin/notification-reminder-rules-host.d.ts.map +1 -0
  20. package/dist/admin/notification-reminder-rules-host.js +57 -0
  21. package/dist/admin/notification-reminder-runs-host.d.ts +7 -0
  22. package/dist/admin/notification-reminder-runs-host.d.ts.map +1 -0
  23. package/dist/admin/notification-reminder-runs-host.js +28 -0
  24. package/dist/admin/notification-settings-host.d.ts +7 -0
  25. package/dist/admin/notification-settings-host.d.ts.map +1 -0
  26. package/dist/admin/notification-settings-host.js +11 -0
  27. package/dist/admin/notification-template-attachments-field.d.ts +10 -0
  28. package/dist/admin/notification-template-attachments-field.d.ts.map +1 -0
  29. package/dist/admin/notification-template-attachments-field.js +6 -0
  30. package/dist/admin/notification-template-authoring-help.d.ts +25 -0
  31. package/dist/admin/notification-template-authoring-help.d.ts.map +1 -0
  32. package/dist/admin/notification-template-authoring-help.js +8 -0
  33. package/dist/admin/notification-template-detail-host.d.ts +11 -0
  34. package/dist/admin/notification-template-detail-host.d.ts.map +1 -0
  35. package/dist/admin/notification-template-detail-host.js +159 -0
  36. package/dist/admin/notification-template-dialog-utils.d.ts +53 -0
  37. package/dist/admin/notification-template-dialog-utils.d.ts.map +1 -0
  38. package/dist/admin/notification-template-dialog-utils.js +112 -0
  39. package/dist/admin/notification-template-dialog.d.ts +10 -0
  40. package/dist/admin/notification-template-dialog.d.ts.map +1 -0
  41. package/dist/admin/notification-template-dialog.js +253 -0
  42. package/dist/admin/notification-template-rendered-preview.d.ts +14 -0
  43. package/dist/admin/notification-template-rendered-preview.d.ts.map +1 -0
  44. package/dist/admin/notification-template-rendered-preview.js +6 -0
  45. package/dist/admin/notification-templates-host.d.ts +9 -0
  46. package/dist/admin/notification-templates-host.d.ts.map +1 -0
  47. package/dist/admin/notification-templates-host.js +52 -0
  48. package/dist/admin/notifications-admin-shared.d.ts +14 -0
  49. package/dist/admin/notifications-admin-shared.d.ts.map +1 -0
  50. package/dist/admin/notifications-admin-shared.js +17 -0
  51. package/dist/admin/pages/notification-reminder-rule-detail-page.d.ts +8 -0
  52. package/dist/admin/pages/notification-reminder-rule-detail-page.d.ts.map +1 -0
  53. package/dist/admin/pages/notification-reminder-rule-detail-page.js +10 -0
  54. package/dist/admin/pages/notification-template-detail-page.d.ts +7 -0
  55. package/dist/admin/pages/notification-template-detail-page.d.ts.map +1 -0
  56. package/dist/admin/pages/notification-template-detail-page.js +9 -0
  57. package/dist/admin/reminders-preview-host.d.ts +7 -0
  58. package/dist/admin/reminders-preview-host.d.ts.map +1 -0
  59. package/dist/admin/reminders-preview-host.js +13 -0
  60. package/dist/client.d.ts +14 -0
  61. package/dist/client.d.ts.map +1 -0
  62. package/dist/client.js +71 -0
  63. package/dist/components/notification-settings-form.d.ts +2 -0
  64. package/dist/components/notification-settings-form.d.ts.map +1 -0
  65. package/dist/components/notification-settings-form.js +66 -0
  66. package/dist/components/reminders-preview-list.d.ts +6 -0
  67. package/dist/components/reminders-preview-list.d.ts.map +1 -0
  68. package/dist/components/reminders-preview-list.js +19 -0
  69. package/dist/components/stage-channel-editor-dialog.d.ts +11 -0
  70. package/dist/components/stage-channel-editor-dialog.d.ts.map +1 -0
  71. package/dist/components/stage-channel-editor-dialog.js +77 -0
  72. package/dist/components/stage-channel-list.d.ts +6 -0
  73. package/dist/components/stage-channel-list.d.ts.map +1 -0
  74. package/dist/components/stage-channel-list.js +20 -0
  75. package/dist/components/stage-editor-dialog.d.ts +10 -0
  76. package/dist/components/stage-editor-dialog.d.ts.map +1 -0
  77. package/dist/components/stage-editor-dialog.js +104 -0
  78. package/dist/components/stage-list.d.ts +5 -0
  79. package/dist/components/stage-list.d.ts.map +1 -0
  80. package/dist/components/stage-list.js +34 -0
  81. package/dist/components/template-picker.d.ts +19 -0
  82. package/dist/components/template-picker.d.ts.map +1 -0
  83. package/dist/components/template-picker.js +26 -0
  84. package/dist/components/timezone-combobox.d.ts +9 -0
  85. package/dist/components/timezone-combobox.d.ts.map +1 -0
  86. package/dist/components/timezone-combobox.js +67 -0
  87. package/dist/hooks/index.d.ts +19 -0
  88. package/dist/hooks/index.d.ts.map +1 -0
  89. package/dist/hooks/index.js +19 -0
  90. package/dist/hooks/use-notification-deliveries.d.ts +39 -0
  91. package/dist/hooks/use-notification-deliveries.d.ts.map +1 -0
  92. package/dist/hooks/use-notification-deliveries.js +12 -0
  93. package/dist/hooks/use-notification-delivery-mutation.d.ts +32 -0
  94. package/dist/hooks/use-notification-delivery-mutation.d.ts.map +1 -0
  95. package/dist/hooks/use-notification-delivery-mutation.js +24 -0
  96. package/dist/hooks/use-notification-delivery.d.ts +32 -0
  97. package/dist/hooks/use-notification-delivery.d.ts.map +1 -0
  98. package/dist/hooks/use-notification-delivery.js +12 -0
  99. package/dist/hooks/use-notification-reminder-rule-mutation.d.ts +53 -0
  100. package/dist/hooks/use-notification-reminder-rule-mutation.d.ts.map +1 -0
  101. package/dist/hooks/use-notification-reminder-rule-mutation.js +31 -0
  102. package/dist/hooks/use-notification-reminder-rule.d.ts +19 -0
  103. package/dist/hooks/use-notification-reminder-rule.d.ts.map +1 -0
  104. package/dist/hooks/use-notification-reminder-rule.js +12 -0
  105. package/dist/hooks/use-notification-reminder-rules.d.ts +25 -0
  106. package/dist/hooks/use-notification-reminder-rules.d.ts.map +1 -0
  107. package/dist/hooks/use-notification-reminder-rules.js +12 -0
  108. package/dist/hooks/use-notification-reminder-runs.d.ts +56 -0
  109. package/dist/hooks/use-notification-reminder-runs.d.ts.map +1 -0
  110. package/dist/hooks/use-notification-reminder-runs.js +12 -0
  111. package/dist/hooks/use-notification-settings.d.ts +50 -0
  112. package/dist/hooks/use-notification-settings.d.ts.map +1 -0
  113. package/dist/hooks/use-notification-settings.js +26 -0
  114. package/dist/hooks/use-notification-template-authoring.d.ts +5 -0
  115. package/dist/hooks/use-notification-template-authoring.d.ts.map +1 -0
  116. package/dist/hooks/use-notification-template-authoring.js +8 -0
  117. package/dist/hooks/use-notification-template-mutation.d.ts +54 -0
  118. package/dist/hooks/use-notification-template-mutation.d.ts.map +1 -0
  119. package/dist/hooks/use-notification-template-mutation.js +31 -0
  120. package/dist/hooks/use-notification-template-tools.d.ts +80 -0
  121. package/dist/hooks/use-notification-template-tools.d.ts.map +1 -0
  122. package/dist/hooks/use-notification-template-tools.js +21 -0
  123. package/dist/hooks/use-notification-template.d.ts +20 -0
  124. package/dist/hooks/use-notification-template.d.ts.map +1 -0
  125. package/dist/hooks/use-notification-template.js +12 -0
  126. package/dist/hooks/use-notification-templates.d.ts +26 -0
  127. package/dist/hooks/use-notification-templates.d.ts.map +1 -0
  128. package/dist/hooks/use-notification-templates.js +12 -0
  129. package/dist/hooks/use-reminder-rule-stage-mutation.d.ts +93 -0
  130. package/dist/hooks/use-reminder-rule-stage-mutation.d.ts.map +1 -0
  131. package/dist/hooks/use-reminder-rule-stage-mutation.js +53 -0
  132. package/dist/hooks/use-reminder-rule-stages.d.ts +25 -0
  133. package/dist/hooks/use-reminder-rule-stages.d.ts.map +1 -0
  134. package/dist/hooks/use-reminder-rule-stages.js +12 -0
  135. package/dist/hooks/use-reminder-stage-channel-mutation.d.ts +48 -0
  136. package/dist/hooks/use-reminder-stage-channel-mutation.d.ts.map +1 -0
  137. package/dist/hooks/use-reminder-stage-channel-mutation.js +42 -0
  138. package/dist/hooks/use-reminder-stage-channels.d.ts +18 -0
  139. package/dist/hooks/use-reminder-stage-channels.d.ts.map +1 -0
  140. package/dist/hooks/use-reminder-stage-channels.js +12 -0
  141. package/dist/hooks/use-reminders-preview.d.ts +21 -0
  142. package/dist/hooks/use-reminders-preview.d.ts.map +1 -0
  143. package/dist/hooks/use-reminders-preview.js +12 -0
  144. package/dist/i18n/en.d.ts +3 -0
  145. package/dist/i18n/en.d.ts.map +1 -0
  146. package/dist/i18n/en.js +385 -0
  147. package/dist/i18n/index.d.ts +5 -0
  148. package/dist/i18n/index.d.ts.map +1 -0
  149. package/dist/i18n/index.js +3 -0
  150. package/dist/i18n/messages.d.ts +386 -0
  151. package/dist/i18n/messages.d.ts.map +1 -0
  152. package/dist/i18n/messages.js +1 -0
  153. package/dist/i18n/provider.d.ts +26 -0
  154. package/dist/i18n/provider.d.ts.map +1 -0
  155. package/dist/i18n/provider.js +44 -0
  156. package/dist/i18n/ro.d.ts +3 -0
  157. package/dist/i18n/ro.d.ts.map +1 -0
  158. package/dist/i18n/ro.js +385 -0
  159. package/dist/index.d.ts +7 -0
  160. package/dist/index.d.ts.map +1 -0
  161. package/dist/index.js +6 -0
  162. package/dist/provider.d.ts +2 -0
  163. package/dist/provider.d.ts.map +1 -0
  164. package/dist/provider.js +1 -0
  165. package/dist/query-keys.d.ts +72 -0
  166. package/dist/query-keys.d.ts.map +1 -0
  167. package/dist/query-keys.js +19 -0
  168. package/dist/query-options.d.ts +1252 -0
  169. package/dist/query-options.d.ts.map +1 -0
  170. package/dist/query-options.js +120 -0
  171. package/dist/schemas.d.ts +796 -0
  172. package/dist/schemas.d.ts.map +1 -0
  173. package/dist/schemas.js +173 -0
  174. package/dist/ui.d.ts +9 -0
  175. package/dist/ui.d.ts.map +1 -0
  176. package/dist/ui.js +8 -0
  177. package/package.json +138 -0
  178. package/src/styles.css +2 -0
@@ -0,0 +1,796 @@
1
+ import { notificationReminderRunRecordSchema, previewNotificationTemplateResultSchema as notificationTemplatePreviewRecordSchema } from "@voyant-travel/notifications";
2
+ import { z } from "zod";
3
+ export declare const paginatedEnvelope: <T extends z.ZodTypeAny>(item: T) => z.ZodObject<{
4
+ data: z.ZodArray<T>;
5
+ total: z.ZodNumber;
6
+ limit: z.ZodNumber;
7
+ offset: z.ZodNumber;
8
+ }, z.core.$strip>;
9
+ export declare const singleEnvelope: <T extends z.ZodTypeAny>(item: T) => z.ZodObject<{
10
+ data: T;
11
+ }, z.core.$strip>;
12
+ export declare const successEnvelope: z.ZodObject<{
13
+ success: z.ZodBoolean;
14
+ }, z.core.$strip>;
15
+ export declare const notificationTemplateRecordSchema: z.ZodObject<{
16
+ id: z.ZodString;
17
+ slug: z.ZodString;
18
+ name: z.ZodString;
19
+ channel: z.ZodEnum<{
20
+ email: "email";
21
+ sms: "sms";
22
+ }>;
23
+ provider: z.ZodNullable<z.ZodString>;
24
+ status: z.ZodEnum<{
25
+ draft: "draft";
26
+ active: "active";
27
+ archived: "archived";
28
+ }>;
29
+ subjectTemplate: z.ZodNullable<z.ZodString>;
30
+ htmlTemplate: z.ZodNullable<z.ZodString>;
31
+ textTemplate: z.ZodNullable<z.ZodString>;
32
+ fromAddress: z.ZodNullable<z.ZodString>;
33
+ isSystem: z.ZodBoolean;
34
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
35
+ createdAt: z.ZodString;
36
+ updatedAt: z.ZodString;
37
+ }, z.core.$strip>;
38
+ export type NotificationTemplateRecord = z.infer<typeof notificationTemplateRecordSchema>;
39
+ export declare const notificationDeliveryRecordSchema: z.ZodObject<{
40
+ id: z.ZodString;
41
+ templateId: z.ZodNullable<z.ZodString>;
42
+ templateSlug: z.ZodNullable<z.ZodString>;
43
+ targetType: z.ZodEnum<{
44
+ other: "other";
45
+ booking: "booking";
46
+ invoice: "invoice";
47
+ booking_payment_schedule: "booking_payment_schedule";
48
+ booking_guarantee: "booking_guarantee";
49
+ person: "person";
50
+ organization: "organization";
51
+ payment_session: "payment_session";
52
+ }>;
53
+ targetId: z.ZodNullable<z.ZodString>;
54
+ personId: z.ZodNullable<z.ZodString>;
55
+ organizationId: z.ZodNullable<z.ZodString>;
56
+ bookingId: z.ZodNullable<z.ZodString>;
57
+ invoiceId: z.ZodNullable<z.ZodString>;
58
+ paymentSessionId: z.ZodNullable<z.ZodString>;
59
+ channel: z.ZodEnum<{
60
+ email: "email";
61
+ sms: "sms";
62
+ }>;
63
+ provider: z.ZodString;
64
+ providerMessageId: z.ZodNullable<z.ZodString>;
65
+ status: z.ZodEnum<{
66
+ pending: "pending";
67
+ failed: "failed";
68
+ cancelled: "cancelled";
69
+ sent: "sent";
70
+ }>;
71
+ toAddress: z.ZodString;
72
+ fromAddress: z.ZodNullable<z.ZodString>;
73
+ subject: z.ZodNullable<z.ZodString>;
74
+ htmlBody: z.ZodNullable<z.ZodString>;
75
+ textBody: z.ZodNullable<z.ZodString>;
76
+ payloadData: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
77
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
78
+ errorMessage: z.ZodNullable<z.ZodString>;
79
+ scheduledFor: z.ZodNullable<z.ZodString>;
80
+ sentAt: z.ZodNullable<z.ZodString>;
81
+ failedAt: z.ZodNullable<z.ZodString>;
82
+ createdAt: z.ZodString;
83
+ updatedAt: z.ZodString;
84
+ }, z.core.$strip>;
85
+ export type NotificationDeliveryRecord = z.infer<typeof notificationDeliveryRecordSchema>;
86
+ export declare const notificationReminderRuleRecordSchema: z.ZodObject<{
87
+ id: z.ZodString;
88
+ slug: z.ZodString;
89
+ name: z.ZodString;
90
+ status: z.ZodEnum<{
91
+ draft: "draft";
92
+ active: "active";
93
+ archived: "archived";
94
+ }>;
95
+ targetType: z.ZodEnum<{
96
+ invoice: "invoice";
97
+ booking_payment_schedule: "booking_payment_schedule";
98
+ booking_confirmed: "booking_confirmed";
99
+ payment_complete: "payment_complete";
100
+ booking_cancelled_non_payment: "booking_cancelled_non_payment";
101
+ }>;
102
+ channel: z.ZodEnum<{
103
+ email: "email";
104
+ sms: "sms";
105
+ }>;
106
+ provider: z.ZodNullable<z.ZodString>;
107
+ templateId: z.ZodNullable<z.ZodString>;
108
+ templateSlug: z.ZodNullable<z.ZodString>;
109
+ isSystem: z.ZodBoolean;
110
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
111
+ createdAt: z.ZodString;
112
+ updatedAt: z.ZodString;
113
+ }, z.core.$strip>;
114
+ export type NotificationReminderRuleRecord = z.infer<typeof notificationReminderRuleRecordSchema>;
115
+ export type NotificationReminderRunRecord = z.infer<typeof notificationReminderRunRecordSchema>;
116
+ export type NotificationTemplatePreviewRecord = z.infer<typeof notificationTemplatePreviewRecordSchema>;
117
+ export declare const notificationTemplateListResponse: z.ZodObject<{
118
+ data: z.ZodArray<z.ZodObject<{
119
+ id: z.ZodString;
120
+ slug: z.ZodString;
121
+ name: z.ZodString;
122
+ channel: z.ZodEnum<{
123
+ email: "email";
124
+ sms: "sms";
125
+ }>;
126
+ provider: z.ZodNullable<z.ZodString>;
127
+ status: z.ZodEnum<{
128
+ draft: "draft";
129
+ active: "active";
130
+ archived: "archived";
131
+ }>;
132
+ subjectTemplate: z.ZodNullable<z.ZodString>;
133
+ htmlTemplate: z.ZodNullable<z.ZodString>;
134
+ textTemplate: z.ZodNullable<z.ZodString>;
135
+ fromAddress: z.ZodNullable<z.ZodString>;
136
+ isSystem: z.ZodBoolean;
137
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
138
+ createdAt: z.ZodString;
139
+ updatedAt: z.ZodString;
140
+ }, z.core.$strip>>;
141
+ total: z.ZodNumber;
142
+ limit: z.ZodNumber;
143
+ offset: z.ZodNumber;
144
+ }, z.core.$strip>;
145
+ export declare const notificationTemplateSingleResponse: z.ZodObject<{
146
+ data: z.ZodObject<{
147
+ id: z.ZodString;
148
+ slug: z.ZodString;
149
+ name: z.ZodString;
150
+ channel: z.ZodEnum<{
151
+ email: "email";
152
+ sms: "sms";
153
+ }>;
154
+ provider: z.ZodNullable<z.ZodString>;
155
+ status: z.ZodEnum<{
156
+ draft: "draft";
157
+ active: "active";
158
+ archived: "archived";
159
+ }>;
160
+ subjectTemplate: z.ZodNullable<z.ZodString>;
161
+ htmlTemplate: z.ZodNullable<z.ZodString>;
162
+ textTemplate: z.ZodNullable<z.ZodString>;
163
+ fromAddress: z.ZodNullable<z.ZodString>;
164
+ isSystem: z.ZodBoolean;
165
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
166
+ createdAt: z.ZodString;
167
+ updatedAt: z.ZodString;
168
+ }, z.core.$strip>;
169
+ }, z.core.$strip>;
170
+ export declare const notificationDeliveryListResponse: z.ZodObject<{
171
+ data: z.ZodArray<z.ZodObject<{
172
+ id: z.ZodString;
173
+ templateId: z.ZodNullable<z.ZodString>;
174
+ templateSlug: z.ZodNullable<z.ZodString>;
175
+ targetType: z.ZodEnum<{
176
+ other: "other";
177
+ booking: "booking";
178
+ invoice: "invoice";
179
+ booking_payment_schedule: "booking_payment_schedule";
180
+ booking_guarantee: "booking_guarantee";
181
+ person: "person";
182
+ organization: "organization";
183
+ payment_session: "payment_session";
184
+ }>;
185
+ targetId: z.ZodNullable<z.ZodString>;
186
+ personId: z.ZodNullable<z.ZodString>;
187
+ organizationId: z.ZodNullable<z.ZodString>;
188
+ bookingId: z.ZodNullable<z.ZodString>;
189
+ invoiceId: z.ZodNullable<z.ZodString>;
190
+ paymentSessionId: z.ZodNullable<z.ZodString>;
191
+ channel: z.ZodEnum<{
192
+ email: "email";
193
+ sms: "sms";
194
+ }>;
195
+ provider: z.ZodString;
196
+ providerMessageId: z.ZodNullable<z.ZodString>;
197
+ status: z.ZodEnum<{
198
+ pending: "pending";
199
+ failed: "failed";
200
+ cancelled: "cancelled";
201
+ sent: "sent";
202
+ }>;
203
+ toAddress: z.ZodString;
204
+ fromAddress: z.ZodNullable<z.ZodString>;
205
+ subject: z.ZodNullable<z.ZodString>;
206
+ htmlBody: z.ZodNullable<z.ZodString>;
207
+ textBody: z.ZodNullable<z.ZodString>;
208
+ payloadData: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
209
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
210
+ errorMessage: z.ZodNullable<z.ZodString>;
211
+ scheduledFor: z.ZodNullable<z.ZodString>;
212
+ sentAt: z.ZodNullable<z.ZodString>;
213
+ failedAt: z.ZodNullable<z.ZodString>;
214
+ createdAt: z.ZodString;
215
+ updatedAt: z.ZodString;
216
+ }, z.core.$strip>>;
217
+ total: z.ZodNumber;
218
+ limit: z.ZodNumber;
219
+ offset: z.ZodNumber;
220
+ }, z.core.$strip>;
221
+ export declare const notificationDeliverySingleResponse: z.ZodObject<{
222
+ data: z.ZodObject<{
223
+ id: z.ZodString;
224
+ templateId: z.ZodNullable<z.ZodString>;
225
+ templateSlug: z.ZodNullable<z.ZodString>;
226
+ targetType: z.ZodEnum<{
227
+ other: "other";
228
+ booking: "booking";
229
+ invoice: "invoice";
230
+ booking_payment_schedule: "booking_payment_schedule";
231
+ booking_guarantee: "booking_guarantee";
232
+ person: "person";
233
+ organization: "organization";
234
+ payment_session: "payment_session";
235
+ }>;
236
+ targetId: z.ZodNullable<z.ZodString>;
237
+ personId: z.ZodNullable<z.ZodString>;
238
+ organizationId: z.ZodNullable<z.ZodString>;
239
+ bookingId: z.ZodNullable<z.ZodString>;
240
+ invoiceId: z.ZodNullable<z.ZodString>;
241
+ paymentSessionId: z.ZodNullable<z.ZodString>;
242
+ channel: z.ZodEnum<{
243
+ email: "email";
244
+ sms: "sms";
245
+ }>;
246
+ provider: z.ZodString;
247
+ providerMessageId: z.ZodNullable<z.ZodString>;
248
+ status: z.ZodEnum<{
249
+ pending: "pending";
250
+ failed: "failed";
251
+ cancelled: "cancelled";
252
+ sent: "sent";
253
+ }>;
254
+ toAddress: z.ZodString;
255
+ fromAddress: z.ZodNullable<z.ZodString>;
256
+ subject: z.ZodNullable<z.ZodString>;
257
+ htmlBody: z.ZodNullable<z.ZodString>;
258
+ textBody: z.ZodNullable<z.ZodString>;
259
+ payloadData: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
260
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
261
+ errorMessage: z.ZodNullable<z.ZodString>;
262
+ scheduledFor: z.ZodNullable<z.ZodString>;
263
+ sentAt: z.ZodNullable<z.ZodString>;
264
+ failedAt: z.ZodNullable<z.ZodString>;
265
+ createdAt: z.ZodString;
266
+ updatedAt: z.ZodString;
267
+ }, z.core.$strip>;
268
+ }, z.core.$strip>;
269
+ export declare const notificationReminderRuleListResponse: z.ZodObject<{
270
+ data: z.ZodArray<z.ZodObject<{
271
+ id: z.ZodString;
272
+ slug: z.ZodString;
273
+ name: z.ZodString;
274
+ status: z.ZodEnum<{
275
+ draft: "draft";
276
+ active: "active";
277
+ archived: "archived";
278
+ }>;
279
+ targetType: z.ZodEnum<{
280
+ invoice: "invoice";
281
+ booking_payment_schedule: "booking_payment_schedule";
282
+ booking_confirmed: "booking_confirmed";
283
+ payment_complete: "payment_complete";
284
+ booking_cancelled_non_payment: "booking_cancelled_non_payment";
285
+ }>;
286
+ channel: z.ZodEnum<{
287
+ email: "email";
288
+ sms: "sms";
289
+ }>;
290
+ provider: z.ZodNullable<z.ZodString>;
291
+ templateId: z.ZodNullable<z.ZodString>;
292
+ templateSlug: z.ZodNullable<z.ZodString>;
293
+ isSystem: z.ZodBoolean;
294
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
295
+ createdAt: z.ZodString;
296
+ updatedAt: z.ZodString;
297
+ }, z.core.$strip>>;
298
+ total: z.ZodNumber;
299
+ limit: z.ZodNumber;
300
+ offset: z.ZodNumber;
301
+ }, z.core.$strip>;
302
+ export declare const notificationReminderRuleSingleResponse: z.ZodObject<{
303
+ data: z.ZodObject<{
304
+ id: z.ZodString;
305
+ slug: z.ZodString;
306
+ name: z.ZodString;
307
+ status: z.ZodEnum<{
308
+ draft: "draft";
309
+ active: "active";
310
+ archived: "archived";
311
+ }>;
312
+ targetType: z.ZodEnum<{
313
+ invoice: "invoice";
314
+ booking_payment_schedule: "booking_payment_schedule";
315
+ booking_confirmed: "booking_confirmed";
316
+ payment_complete: "payment_complete";
317
+ booking_cancelled_non_payment: "booking_cancelled_non_payment";
318
+ }>;
319
+ channel: z.ZodEnum<{
320
+ email: "email";
321
+ sms: "sms";
322
+ }>;
323
+ provider: z.ZodNullable<z.ZodString>;
324
+ templateId: z.ZodNullable<z.ZodString>;
325
+ templateSlug: z.ZodNullable<z.ZodString>;
326
+ isSystem: z.ZodBoolean;
327
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
328
+ createdAt: z.ZodString;
329
+ updatedAt: z.ZodString;
330
+ }, z.core.$strip>;
331
+ }, z.core.$strip>;
332
+ export declare const notificationReminderRunListResponse: z.ZodObject<{
333
+ data: z.ZodArray<z.ZodObject<{
334
+ id: z.ZodString;
335
+ reminderRuleId: z.ZodString;
336
+ targetType: z.ZodEnum<{
337
+ invoice: "invoice";
338
+ booking_payment_schedule: "booking_payment_schedule";
339
+ booking_confirmed: "booking_confirmed";
340
+ payment_complete: "payment_complete";
341
+ booking_cancelled_non_payment: "booking_cancelled_non_payment";
342
+ }>;
343
+ targetId: z.ZodString;
344
+ dedupeKey: z.ZodString;
345
+ status: z.ZodEnum<{
346
+ queued: "queued";
347
+ failed: "failed";
348
+ processing: "processing";
349
+ skipped: "skipped";
350
+ sent: "sent";
351
+ }>;
352
+ recipient: z.ZodNullable<z.ZodString>;
353
+ scheduledFor: z.ZodString;
354
+ processedAt: z.ZodString;
355
+ errorMessage: z.ZodNullable<z.ZodString>;
356
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
357
+ createdAt: z.ZodString;
358
+ updatedAt: z.ZodString;
359
+ links: z.ZodObject<{
360
+ bookingId: z.ZodNullable<z.ZodString>;
361
+ bookingPaymentScheduleId: z.ZodNullable<z.ZodString>;
362
+ invoiceId: z.ZodNullable<z.ZodString>;
363
+ paymentSessionId: z.ZodNullable<z.ZodString>;
364
+ personId: z.ZodNullable<z.ZodString>;
365
+ organizationId: z.ZodNullable<z.ZodString>;
366
+ notificationDeliveryId: z.ZodNullable<z.ZodString>;
367
+ }, z.core.$strip>;
368
+ reminderRule: z.ZodObject<{
369
+ id: z.ZodString;
370
+ slug: z.ZodString;
371
+ name: z.ZodString;
372
+ status: z.ZodEnum<{
373
+ draft: "draft";
374
+ active: "active";
375
+ archived: "archived";
376
+ }>;
377
+ targetType: z.ZodEnum<{
378
+ invoice: "invoice";
379
+ booking_payment_schedule: "booking_payment_schedule";
380
+ booking_confirmed: "booking_confirmed";
381
+ payment_complete: "payment_complete";
382
+ booking_cancelled_non_payment: "booking_cancelled_non_payment";
383
+ }>;
384
+ channel: z.ZodEnum<{
385
+ email: "email";
386
+ sms: "sms";
387
+ }>;
388
+ provider: z.ZodNullable<z.ZodString>;
389
+ templateId: z.ZodNullable<z.ZodString>;
390
+ templateSlug: z.ZodNullable<z.ZodString>;
391
+ }, z.core.$strip>;
392
+ delivery: z.ZodNullable<z.ZodObject<{
393
+ id: z.ZodString;
394
+ status: z.ZodEnum<{
395
+ pending: "pending";
396
+ failed: "failed";
397
+ cancelled: "cancelled";
398
+ sent: "sent";
399
+ }>;
400
+ channel: z.ZodEnum<{
401
+ email: "email";
402
+ sms: "sms";
403
+ }>;
404
+ provider: z.ZodString;
405
+ toAddress: z.ZodString;
406
+ subject: z.ZodNullable<z.ZodString>;
407
+ sentAt: z.ZodNullable<z.ZodString>;
408
+ failedAt: z.ZodNullable<z.ZodString>;
409
+ errorMessage: z.ZodNullable<z.ZodString>;
410
+ }, z.core.$strip>>;
411
+ }, z.core.$strip>>;
412
+ total: z.ZodNumber;
413
+ limit: z.ZodNumber;
414
+ offset: z.ZodNumber;
415
+ }, z.core.$strip>;
416
+ export declare const notificationReminderRunSingleResponse: z.ZodObject<{
417
+ data: z.ZodObject<{
418
+ id: z.ZodString;
419
+ reminderRuleId: z.ZodString;
420
+ targetType: z.ZodEnum<{
421
+ invoice: "invoice";
422
+ booking_payment_schedule: "booking_payment_schedule";
423
+ booking_confirmed: "booking_confirmed";
424
+ payment_complete: "payment_complete";
425
+ booking_cancelled_non_payment: "booking_cancelled_non_payment";
426
+ }>;
427
+ targetId: z.ZodString;
428
+ dedupeKey: z.ZodString;
429
+ status: z.ZodEnum<{
430
+ queued: "queued";
431
+ failed: "failed";
432
+ processing: "processing";
433
+ skipped: "skipped";
434
+ sent: "sent";
435
+ }>;
436
+ recipient: z.ZodNullable<z.ZodString>;
437
+ scheduledFor: z.ZodString;
438
+ processedAt: z.ZodString;
439
+ errorMessage: z.ZodNullable<z.ZodString>;
440
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
441
+ createdAt: z.ZodString;
442
+ updatedAt: z.ZodString;
443
+ links: z.ZodObject<{
444
+ bookingId: z.ZodNullable<z.ZodString>;
445
+ bookingPaymentScheduleId: z.ZodNullable<z.ZodString>;
446
+ invoiceId: z.ZodNullable<z.ZodString>;
447
+ paymentSessionId: z.ZodNullable<z.ZodString>;
448
+ personId: z.ZodNullable<z.ZodString>;
449
+ organizationId: z.ZodNullable<z.ZodString>;
450
+ notificationDeliveryId: z.ZodNullable<z.ZodString>;
451
+ }, z.core.$strip>;
452
+ reminderRule: z.ZodObject<{
453
+ id: z.ZodString;
454
+ slug: z.ZodString;
455
+ name: z.ZodString;
456
+ status: z.ZodEnum<{
457
+ draft: "draft";
458
+ active: "active";
459
+ archived: "archived";
460
+ }>;
461
+ targetType: z.ZodEnum<{
462
+ invoice: "invoice";
463
+ booking_payment_schedule: "booking_payment_schedule";
464
+ booking_confirmed: "booking_confirmed";
465
+ payment_complete: "payment_complete";
466
+ booking_cancelled_non_payment: "booking_cancelled_non_payment";
467
+ }>;
468
+ channel: z.ZodEnum<{
469
+ email: "email";
470
+ sms: "sms";
471
+ }>;
472
+ provider: z.ZodNullable<z.ZodString>;
473
+ templateId: z.ZodNullable<z.ZodString>;
474
+ templateSlug: z.ZodNullable<z.ZodString>;
475
+ }, z.core.$strip>;
476
+ delivery: z.ZodNullable<z.ZodObject<{
477
+ id: z.ZodString;
478
+ status: z.ZodEnum<{
479
+ pending: "pending";
480
+ failed: "failed";
481
+ cancelled: "cancelled";
482
+ sent: "sent";
483
+ }>;
484
+ channel: z.ZodEnum<{
485
+ email: "email";
486
+ sms: "sms";
487
+ }>;
488
+ provider: z.ZodString;
489
+ toAddress: z.ZodString;
490
+ subject: z.ZodNullable<z.ZodString>;
491
+ sentAt: z.ZodNullable<z.ZodString>;
492
+ failedAt: z.ZodNullable<z.ZodString>;
493
+ errorMessage: z.ZodNullable<z.ZodString>;
494
+ }, z.core.$strip>>;
495
+ }, z.core.$strip>;
496
+ }, z.core.$strip>;
497
+ export declare const notificationTemplatePreviewResponse: z.ZodObject<{
498
+ data: z.ZodObject<{
499
+ channel: z.ZodEnum<{
500
+ email: "email";
501
+ sms: "sms";
502
+ }>;
503
+ provider: z.ZodNullable<z.ZodString>;
504
+ fromAddress: z.ZodNullable<z.ZodString>;
505
+ subject: z.ZodNullable<z.ZodString>;
506
+ html: z.ZodNullable<z.ZodString>;
507
+ text: z.ZodNullable<z.ZodString>;
508
+ }, z.core.$strip>;
509
+ }, z.core.$strip>;
510
+ export declare const notificationProviderOptionSchema: z.ZodEnum<{
511
+ automatic: "automatic";
512
+ resend: "resend";
513
+ twilio: "twilio";
514
+ }>;
515
+ export declare const notificationTemplateEditorChannelSchema: z.ZodEnum<{
516
+ email: "email";
517
+ sms: "sms";
518
+ }>;
519
+ export declare const notificationReminderRuleStatusFilterSchema: z.ZodEnum<{
520
+ draft: "draft";
521
+ active: "active";
522
+ archived: "archived";
523
+ }>;
524
+ export declare const notificationReminderRunStatusFilterSchema: z.ZodEnum<{
525
+ queued: "queued";
526
+ failed: "failed";
527
+ processing: "processing";
528
+ skipped: "skipped";
529
+ sent: "sent";
530
+ }>;
531
+ export declare const reminderStageAnchorSchema: z.ZodEnum<{
532
+ due_date: "due_date";
533
+ booking_created_at: "booking_created_at";
534
+ departure_date: "departure_date";
535
+ invoice_issued_at: "invoice_issued_at";
536
+ last_send_at: "last_send_at";
537
+ }>;
538
+ export declare const reminderStageCadenceKindSchema: z.ZodEnum<{
539
+ once: "once";
540
+ every_n_days: "every_n_days";
541
+ escalating: "escalating";
542
+ }>;
543
+ export declare const reminderStageRecipientKindSchema: z.ZodEnum<{
544
+ primary: "primary";
545
+ cc: "cc";
546
+ bcc: "bcc";
547
+ }>;
548
+ export declare const reminderStageCadenceIntervalRecord: z.ZodObject<{
549
+ whenDaysUntilDueGT: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
550
+ whenDaysUntilDueLT: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
551
+ repeatEveryDays: z.ZodNumber;
552
+ }, z.core.$strip>;
553
+ export declare const reminderRuleStageRecordSchema: z.ZodObject<{
554
+ id: z.ZodString;
555
+ reminderRuleId: z.ZodString;
556
+ orderIndex: z.ZodNumber;
557
+ name: z.ZodNullable<z.ZodString>;
558
+ anchor: z.ZodEnum<{
559
+ due_date: "due_date";
560
+ booking_created_at: "booking_created_at";
561
+ departure_date: "departure_date";
562
+ invoice_issued_at: "invoice_issued_at";
563
+ last_send_at: "last_send_at";
564
+ }>;
565
+ windowStartDays: z.ZodNumber;
566
+ windowEndDays: z.ZodNumber;
567
+ cadenceKind: z.ZodEnum<{
568
+ once: "once";
569
+ every_n_days: "every_n_days";
570
+ escalating: "escalating";
571
+ }>;
572
+ cadenceEveryDays: z.ZodNullable<z.ZodNumber>;
573
+ cadenceIntervals: z.ZodNullable<z.ZodArray<z.ZodObject<{
574
+ whenDaysUntilDueGT: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
575
+ whenDaysUntilDueLT: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
576
+ repeatEveryDays: z.ZodNumber;
577
+ }, z.core.$strip>>>;
578
+ maxSendsInStage: z.ZodNullable<z.ZodNumber>;
579
+ respectQuietHours: z.ZodBoolean;
580
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
581
+ createdAt: z.ZodString;
582
+ updatedAt: z.ZodString;
583
+ }, z.core.$strip>;
584
+ export type ReminderRuleStageRecord = z.infer<typeof reminderRuleStageRecordSchema>;
585
+ export declare const reminderStageChannelRecordSchema: z.ZodObject<{
586
+ id: z.ZodString;
587
+ stageId: z.ZodString;
588
+ orderIndex: z.ZodNumber;
589
+ channel: z.ZodEnum<{
590
+ email: "email";
591
+ sms: "sms";
592
+ }>;
593
+ provider: z.ZodNullable<z.ZodString>;
594
+ templateId: z.ZodNullable<z.ZodString>;
595
+ templateSlug: z.ZodNullable<z.ZodString>;
596
+ recipientKind: z.ZodEnum<{
597
+ primary: "primary";
598
+ cc: "cc";
599
+ bcc: "bcc";
600
+ }>;
601
+ recipientRole: z.ZodNullable<z.ZodString>;
602
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
603
+ createdAt: z.ZodString;
604
+ updatedAt: z.ZodString;
605
+ }, z.core.$strip>;
606
+ export type ReminderStageChannelRecord = z.infer<typeof reminderStageChannelRecordSchema>;
607
+ export declare const notificationQuietHoursConfigSchema: z.ZodObject<{
608
+ start: z.ZodString;
609
+ end: z.ZodString;
610
+ tz: z.ZodString;
611
+ }, z.core.$strip>;
612
+ export declare const notificationSettingsRecordSchema: z.ZodObject<{
613
+ id: z.ZodString;
614
+ scope: z.ZodString;
615
+ quietHoursLocal: z.ZodNullable<z.ZodObject<{
616
+ start: z.ZodString;
617
+ end: z.ZodString;
618
+ tz: z.ZodString;
619
+ }, z.core.$strip>>;
620
+ blackoutDates: z.ZodNullable<z.ZodArray<z.ZodString>>;
621
+ skipWeekends: z.ZodBoolean;
622
+ holidayCalendar: z.ZodNullable<z.ZodString>;
623
+ recipientRateLimitPerDay: z.ZodNullable<z.ZodNumber>;
624
+ suppressionWindowHours: z.ZodNumber;
625
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
626
+ createdAt: z.ZodString;
627
+ updatedAt: z.ZodString;
628
+ }, z.core.$strip>;
629
+ export type NotificationSettingsRecord = z.infer<typeof notificationSettingsRecordSchema>;
630
+ export declare const remindersPreviewRowSchema: z.ZodObject<{
631
+ ruleId: z.ZodString;
632
+ ruleName: z.ZodString;
633
+ ruleSlug: z.ZodString;
634
+ targetType: z.ZodString;
635
+ targetId: z.ZodString;
636
+ bookingId: z.ZodNullable<z.ZodString>;
637
+ stageId: z.ZodString;
638
+ stageName: z.ZodNullable<z.ZodString>;
639
+ stageOrderIndex: z.ZodNumber;
640
+ anchor: z.ZodString;
641
+ anchorDate: z.ZodString;
642
+ scheduledAt: z.ZodString;
643
+ sendCountAtFire: z.ZodNumber;
644
+ reasoning: z.ZodString;
645
+ }, z.core.$strip>;
646
+ export type RemindersPreviewRow = z.infer<typeof remindersPreviewRowSchema>;
647
+ export declare const reminderRuleStagesListResponse: z.ZodObject<{
648
+ data: z.ZodArray<z.ZodObject<{
649
+ id: z.ZodString;
650
+ reminderRuleId: z.ZodString;
651
+ orderIndex: z.ZodNumber;
652
+ name: z.ZodNullable<z.ZodString>;
653
+ anchor: z.ZodEnum<{
654
+ due_date: "due_date";
655
+ booking_created_at: "booking_created_at";
656
+ departure_date: "departure_date";
657
+ invoice_issued_at: "invoice_issued_at";
658
+ last_send_at: "last_send_at";
659
+ }>;
660
+ windowStartDays: z.ZodNumber;
661
+ windowEndDays: z.ZodNumber;
662
+ cadenceKind: z.ZodEnum<{
663
+ once: "once";
664
+ every_n_days: "every_n_days";
665
+ escalating: "escalating";
666
+ }>;
667
+ cadenceEveryDays: z.ZodNullable<z.ZodNumber>;
668
+ cadenceIntervals: z.ZodNullable<z.ZodArray<z.ZodObject<{
669
+ whenDaysUntilDueGT: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
670
+ whenDaysUntilDueLT: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
671
+ repeatEveryDays: z.ZodNumber;
672
+ }, z.core.$strip>>>;
673
+ maxSendsInStage: z.ZodNullable<z.ZodNumber>;
674
+ respectQuietHours: z.ZodBoolean;
675
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
676
+ createdAt: z.ZodString;
677
+ updatedAt: z.ZodString;
678
+ }, z.core.$strip>>;
679
+ }, z.core.$strip>;
680
+ export declare const reminderRuleStageSingleResponse: z.ZodObject<{
681
+ data: z.ZodObject<{
682
+ id: z.ZodString;
683
+ reminderRuleId: z.ZodString;
684
+ orderIndex: z.ZodNumber;
685
+ name: z.ZodNullable<z.ZodString>;
686
+ anchor: z.ZodEnum<{
687
+ due_date: "due_date";
688
+ booking_created_at: "booking_created_at";
689
+ departure_date: "departure_date";
690
+ invoice_issued_at: "invoice_issued_at";
691
+ last_send_at: "last_send_at";
692
+ }>;
693
+ windowStartDays: z.ZodNumber;
694
+ windowEndDays: z.ZodNumber;
695
+ cadenceKind: z.ZodEnum<{
696
+ once: "once";
697
+ every_n_days: "every_n_days";
698
+ escalating: "escalating";
699
+ }>;
700
+ cadenceEveryDays: z.ZodNullable<z.ZodNumber>;
701
+ cadenceIntervals: z.ZodNullable<z.ZodArray<z.ZodObject<{
702
+ whenDaysUntilDueGT: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
703
+ whenDaysUntilDueLT: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
704
+ repeatEveryDays: z.ZodNumber;
705
+ }, z.core.$strip>>>;
706
+ maxSendsInStage: z.ZodNullable<z.ZodNumber>;
707
+ respectQuietHours: z.ZodBoolean;
708
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
709
+ createdAt: z.ZodString;
710
+ updatedAt: z.ZodString;
711
+ }, z.core.$strip>;
712
+ }, z.core.$strip>;
713
+ export declare const reminderStageChannelsListResponse: z.ZodObject<{
714
+ data: z.ZodArray<z.ZodObject<{
715
+ id: z.ZodString;
716
+ stageId: z.ZodString;
717
+ orderIndex: z.ZodNumber;
718
+ channel: z.ZodEnum<{
719
+ email: "email";
720
+ sms: "sms";
721
+ }>;
722
+ provider: z.ZodNullable<z.ZodString>;
723
+ templateId: z.ZodNullable<z.ZodString>;
724
+ templateSlug: z.ZodNullable<z.ZodString>;
725
+ recipientKind: z.ZodEnum<{
726
+ primary: "primary";
727
+ cc: "cc";
728
+ bcc: "bcc";
729
+ }>;
730
+ recipientRole: z.ZodNullable<z.ZodString>;
731
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
732
+ createdAt: z.ZodString;
733
+ updatedAt: z.ZodString;
734
+ }, z.core.$strip>>;
735
+ }, z.core.$strip>;
736
+ export declare const reminderStageChannelSingleResponse: z.ZodObject<{
737
+ data: z.ZodObject<{
738
+ id: z.ZodString;
739
+ stageId: z.ZodString;
740
+ orderIndex: z.ZodNumber;
741
+ channel: z.ZodEnum<{
742
+ email: "email";
743
+ sms: "sms";
744
+ }>;
745
+ provider: z.ZodNullable<z.ZodString>;
746
+ templateId: z.ZodNullable<z.ZodString>;
747
+ templateSlug: z.ZodNullable<z.ZodString>;
748
+ recipientKind: z.ZodEnum<{
749
+ primary: "primary";
750
+ cc: "cc";
751
+ bcc: "bcc";
752
+ }>;
753
+ recipientRole: z.ZodNullable<z.ZodString>;
754
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
755
+ createdAt: z.ZodString;
756
+ updatedAt: z.ZodString;
757
+ }, z.core.$strip>;
758
+ }, z.core.$strip>;
759
+ export declare const notificationSettingsResponse: z.ZodObject<{
760
+ data: z.ZodObject<{
761
+ id: z.ZodString;
762
+ scope: z.ZodString;
763
+ quietHoursLocal: z.ZodNullable<z.ZodObject<{
764
+ start: z.ZodString;
765
+ end: z.ZodString;
766
+ tz: z.ZodString;
767
+ }, z.core.$strip>>;
768
+ blackoutDates: z.ZodNullable<z.ZodArray<z.ZodString>>;
769
+ skipWeekends: z.ZodBoolean;
770
+ holidayCalendar: z.ZodNullable<z.ZodString>;
771
+ recipientRateLimitPerDay: z.ZodNullable<z.ZodNumber>;
772
+ suppressionWindowHours: z.ZodNumber;
773
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
774
+ createdAt: z.ZodString;
775
+ updatedAt: z.ZodString;
776
+ }, z.core.$strip>;
777
+ }, z.core.$strip>;
778
+ export declare const remindersPreviewResponse: z.ZodObject<{
779
+ data: z.ZodArray<z.ZodObject<{
780
+ ruleId: z.ZodString;
781
+ ruleName: z.ZodString;
782
+ ruleSlug: z.ZodString;
783
+ targetType: z.ZodString;
784
+ targetId: z.ZodString;
785
+ bookingId: z.ZodNullable<z.ZodString>;
786
+ stageId: z.ZodString;
787
+ stageName: z.ZodNullable<z.ZodString>;
788
+ stageOrderIndex: z.ZodNumber;
789
+ anchor: z.ZodString;
790
+ anchorDate: z.ZodString;
791
+ scheduledAt: z.ZodString;
792
+ sendCountAtFire: z.ZodNumber;
793
+ reasoning: z.ZodString;
794
+ }, z.core.$strip>>;
795
+ }, z.core.$strip>;
796
+ //# sourceMappingURL=schemas.d.ts.map