@superbright/indexeddb-orm 1.0.59 → 1.0.60
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.
- package/dist/api/api.generated.d.ts +1009 -30
- package/dist/api/schemas.generated.cjs +1 -1
- package/dist/api/schemas.generated.cjs.map +1 -1
- package/dist/api/schemas.generated.d.ts +3411 -48
- package/dist/api/schemas.generated.mjs +324 -207
- package/dist/api/schemas.generated.mjs.map +1 -1
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.mjs +79 -57
- package/package.json +1 -1
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
import { object as
|
|
2
|
-
const
|
|
3
|
-
type:
|
|
1
|
+
import { object as e, enum as n, string as o, number as t, array as a, boolean as p, record as s, unknown as l, union as g } from "../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs";
|
|
2
|
+
const f = e({
|
|
3
|
+
type: n(["contact", "share", "subscribe"]),
|
|
4
4
|
date: o(),
|
|
5
5
|
unit_id: t().optional(),
|
|
6
6
|
unit_name: o().optional(),
|
|
7
7
|
unit_slug: o().optional()
|
|
8
|
-
}),
|
|
8
|
+
}), v = e({
|
|
9
9
|
user_id: t(),
|
|
10
10
|
email: o(),
|
|
11
|
-
latest_activity:
|
|
12
|
-
visitor_filter:
|
|
13
|
-
}),
|
|
11
|
+
latest_activity: f,
|
|
12
|
+
visitor_filter: a(o())
|
|
13
|
+
}), h = e({
|
|
14
14
|
total_records: t(),
|
|
15
15
|
total_pages: t(),
|
|
16
16
|
current_page: t(),
|
|
17
17
|
per_page: t()
|
|
18
|
-
}),
|
|
19
|
-
data:
|
|
20
|
-
data:
|
|
21
|
-
page:
|
|
18
|
+
}), oo = e({
|
|
19
|
+
data: e({
|
|
20
|
+
data: a(v),
|
|
21
|
+
page: h
|
|
22
22
|
})
|
|
23
|
-
}),
|
|
24
|
-
type:
|
|
23
|
+
}), R = e({
|
|
24
|
+
type: n(["contact", "share", "subscribe"]),
|
|
25
25
|
date: o(),
|
|
26
26
|
unit_id: t().optional(),
|
|
27
27
|
unit_name: o().optional(),
|
|
28
28
|
unit_slug: o().optional()
|
|
29
|
-
}),
|
|
30
|
-
data:
|
|
31
|
-
data:
|
|
32
|
-
page:
|
|
29
|
+
}), to = e({
|
|
30
|
+
data: e({
|
|
31
|
+
data: a(R),
|
|
32
|
+
page: h
|
|
33
33
|
})
|
|
34
|
-
}),
|
|
35
|
-
data:
|
|
36
|
-
availability:
|
|
37
|
-
bedrooms:
|
|
38
|
-
budget:
|
|
39
|
-
preferences:
|
|
40
|
-
most_recent_contact:
|
|
34
|
+
}), eo = e({
|
|
35
|
+
data: e({
|
|
36
|
+
availability: a(o()),
|
|
37
|
+
bedrooms: a(o()),
|
|
38
|
+
budget: a(o()),
|
|
39
|
+
preferences: a(o()),
|
|
40
|
+
most_recent_contact: e({
|
|
41
41
|
date: o()
|
|
42
42
|
}),
|
|
43
|
-
favorite_units: e(
|
|
43
|
+
favorite_units: a(e({
|
|
44
44
|
id: t(),
|
|
45
45
|
slug: o(),
|
|
46
46
|
name: o()
|
|
47
47
|
}))
|
|
48
48
|
})
|
|
49
|
-
}),
|
|
49
|
+
}), ao = e({
|
|
50
50
|
code: t().optional(),
|
|
51
51
|
message: o().optional()
|
|
52
|
-
}),
|
|
53
|
-
error:
|
|
52
|
+
}), io = e({
|
|
53
|
+
error: e({
|
|
54
54
|
message: o().optional()
|
|
55
55
|
}).optional()
|
|
56
|
-
}),
|
|
56
|
+
}), no = e({
|
|
57
57
|
upload_url: o(),
|
|
58
58
|
upload_file_key: o()
|
|
59
|
-
}),
|
|
59
|
+
}), T = e({
|
|
60
60
|
id: t().optional(),
|
|
61
61
|
email: o().optional(),
|
|
62
62
|
first_name: o().optional(),
|
|
63
63
|
last_name: o().optional(),
|
|
64
|
-
role:
|
|
65
|
-
}),
|
|
64
|
+
role: n(["USER", "ADMIN"]).optional()
|
|
65
|
+
}), F = e({
|
|
66
66
|
CFURL: o(),
|
|
67
67
|
name: o(),
|
|
68
68
|
signature: o()
|
|
69
|
-
}), i =
|
|
69
|
+
}), i = e({
|
|
70
70
|
id: t().optional(),
|
|
71
71
|
url: o().optional(),
|
|
72
|
-
media_type:
|
|
73
|
-
data:
|
|
74
|
-
}), r =
|
|
72
|
+
media_type: n(["image", "video"]).optional(),
|
|
73
|
+
data: F.optional()
|
|
74
|
+
}), r = e({
|
|
75
75
|
id: t().optional(),
|
|
76
76
|
name: o().optional(),
|
|
77
77
|
description: o().optional(),
|
|
78
78
|
thumbnail: i.optional()
|
|
79
|
-
}),
|
|
79
|
+
}), E = e({
|
|
80
80
|
id: t().optional(),
|
|
81
81
|
name: o().optional(),
|
|
82
82
|
order: t().optional(),
|
|
83
83
|
cameras: t().optional(),
|
|
84
84
|
floor_plan_id: t().optional()
|
|
85
|
-
}),
|
|
85
|
+
}), U = e({
|
|
86
86
|
id: t().optional(),
|
|
87
87
|
floor_plan_id: t().optional(),
|
|
88
88
|
style_id: t().optional(),
|
|
89
89
|
style: r.optional(),
|
|
90
|
-
status:
|
|
91
|
-
}),
|
|
90
|
+
status: n(["UN_RENDERED", "IN_QUEUE", "RENDERING", "RENDERED", "FAILED"]).optional()
|
|
91
|
+
}), so = e({
|
|
92
92
|
id: t().optional(),
|
|
93
93
|
name: o().optional(),
|
|
94
94
|
description: o().optional(),
|
|
95
95
|
blender_version: o().optional(),
|
|
96
96
|
inresi_version: o().optional(),
|
|
97
97
|
blender_file: i.optional(),
|
|
98
|
-
customer:
|
|
99
|
-
rooms:
|
|
100
|
-
styles:
|
|
101
|
-
}),
|
|
98
|
+
customer: T.optional(),
|
|
99
|
+
rooms: a(E).optional(),
|
|
100
|
+
styles: a(U).optional()
|
|
101
|
+
}), lo = e({
|
|
102
102
|
id: t().optional(),
|
|
103
103
|
name: o().optional(),
|
|
104
104
|
description: o().optional(),
|
|
@@ -117,11 +117,11 @@ const u = a({
|
|
|
117
117
|
lead_media: i.optional(),
|
|
118
118
|
lead_video: i.optional(),
|
|
119
119
|
floor_plan_id: t().optional()
|
|
120
|
-
}),
|
|
120
|
+
}), I = e({
|
|
121
121
|
id: t().optional(),
|
|
122
122
|
title: o().optional(),
|
|
123
123
|
unit_id: t().optional()
|
|
124
|
-
}),
|
|
124
|
+
}), u = e({
|
|
125
125
|
id: t().optional(),
|
|
126
126
|
floor_plan_data: i.optional(),
|
|
127
127
|
floor_plan_extents_data: i.optional(),
|
|
@@ -132,9 +132,9 @@ const u = a({
|
|
|
132
132
|
floor_plan_id: t().optional(),
|
|
133
133
|
style_id: t().optional(),
|
|
134
134
|
style: r.optional(),
|
|
135
|
-
visible_on_website:
|
|
136
|
-
still_renders:
|
|
137
|
-
}),
|
|
135
|
+
visible_on_website: p().optional(),
|
|
136
|
+
still_renders: a(i).optional()
|
|
137
|
+
}), D = e({
|
|
138
138
|
id: t().optional(),
|
|
139
139
|
name: o().optional(),
|
|
140
140
|
slug: o().optional(),
|
|
@@ -143,62 +143,62 @@ const u = a({
|
|
|
143
143
|
qty_bathrooms: t().optional(),
|
|
144
144
|
base_price: t().optional(),
|
|
145
145
|
dim_sq_ft: t().optional(),
|
|
146
|
-
is_available:
|
|
146
|
+
is_available: p().optional(),
|
|
147
147
|
property_id: t().optional(),
|
|
148
148
|
floor_plan_id: t().optional(),
|
|
149
|
-
amenities:
|
|
150
|
-
rendered_style:
|
|
149
|
+
amenities: a(I).optional(),
|
|
150
|
+
rendered_style: a(u).optional(),
|
|
151
151
|
video: i.optional(),
|
|
152
152
|
video_thumbnail: i.optional(),
|
|
153
153
|
embed_gif: i.optional(),
|
|
154
154
|
thumbnail: i.optional()
|
|
155
|
-
}),
|
|
155
|
+
}), po = e({
|
|
156
156
|
id: t().optional(),
|
|
157
157
|
unit_id: t().optional(),
|
|
158
|
-
visible_on_website:
|
|
159
|
-
unit:
|
|
158
|
+
visible_on_website: p().optional(),
|
|
159
|
+
unit: D.optional(),
|
|
160
160
|
rendered_style_id: t().optional(),
|
|
161
|
-
rendered_style:
|
|
162
|
-
still_renders:
|
|
163
|
-
}),
|
|
161
|
+
rendered_style: u.optional(),
|
|
162
|
+
still_renders: a(i).optional()
|
|
163
|
+
}), O = e({
|
|
164
164
|
id: t().optional(),
|
|
165
165
|
name: o().optional(),
|
|
166
166
|
category: o().optional(),
|
|
167
|
-
width:
|
|
168
|
-
depth:
|
|
169
|
-
height:
|
|
170
|
-
availability:
|
|
167
|
+
width: t().optional(),
|
|
168
|
+
depth: t().optional(),
|
|
169
|
+
height: t().optional(),
|
|
170
|
+
availability: n(["IN_STOCK", "OUT_OF_STOCK", "SOLD_OUT", "WAIT_LIST"]).optional(),
|
|
171
171
|
price: o().optional(),
|
|
172
|
-
currency:
|
|
172
|
+
currency: n(["USD", "EUR", "GBP"]).optional(),
|
|
173
173
|
brand_name: o().optional(),
|
|
174
174
|
store_name: o().optional(),
|
|
175
175
|
media: i.optional(),
|
|
176
|
-
styles:
|
|
177
|
-
}),
|
|
176
|
+
styles: a(r).optional()
|
|
177
|
+
}), ro = e({
|
|
178
178
|
id: t().optional(),
|
|
179
179
|
floor_plan_id: t().optional(),
|
|
180
180
|
room_id: t().optional(),
|
|
181
181
|
furniture_id: t().optional(),
|
|
182
|
-
furniture:
|
|
182
|
+
furniture: O.optional(),
|
|
183
183
|
style_id: t().optional(),
|
|
184
184
|
style: r.optional()
|
|
185
|
-
}),
|
|
185
|
+
}), co = e({
|
|
186
186
|
id: t(),
|
|
187
187
|
title: o(),
|
|
188
188
|
property_id: t()
|
|
189
|
-
}),
|
|
189
|
+
}), _o = e({
|
|
190
190
|
id: t(),
|
|
191
191
|
title: o(),
|
|
192
192
|
property_id: t()
|
|
193
|
-
}),
|
|
193
|
+
}), mo = e({
|
|
194
194
|
id: t(),
|
|
195
195
|
type: o(),
|
|
196
196
|
property_id: t(),
|
|
197
197
|
created_at: o(),
|
|
198
|
-
is_active:
|
|
198
|
+
is_active: p(),
|
|
199
199
|
parameters: o().optional(),
|
|
200
|
-
config:
|
|
201
|
-
}),
|
|
200
|
+
config: s(o(), l()).optional()
|
|
201
|
+
}), ho = e({
|
|
202
202
|
id: t(),
|
|
203
203
|
queue_id: t(),
|
|
204
204
|
floor_plan_id: t(),
|
|
@@ -207,14 +207,14 @@ const u = a({
|
|
|
207
207
|
started_by_user_id: t().optional(),
|
|
208
208
|
started_by_user_email: o().optional(),
|
|
209
209
|
version: t().optional(),
|
|
210
|
-
tests_passed:
|
|
210
|
+
tests_passed: p().optional(),
|
|
211
211
|
created_at: o(),
|
|
212
212
|
updated_at: o(),
|
|
213
213
|
started_at: o().optional(),
|
|
214
214
|
finished_at: o().optional(),
|
|
215
|
-
data:
|
|
215
|
+
data: s(o(), l()).optional(),
|
|
216
216
|
logs_file_id: t().optional()
|
|
217
|
-
}),
|
|
217
|
+
}), uo = e({
|
|
218
218
|
id: t(),
|
|
219
219
|
queue_ad: t(),
|
|
220
220
|
parent_id: t(),
|
|
@@ -225,35 +225,69 @@ const u = a({
|
|
|
225
225
|
updated_at: o(),
|
|
226
226
|
started_at: o().optional(),
|
|
227
227
|
finished_at: o().optional(),
|
|
228
|
-
data:
|
|
228
|
+
data: s(o(), l()).optional(),
|
|
229
229
|
logs_file_id: t().optional()
|
|
230
|
-
}),
|
|
230
|
+
}), yo = e({
|
|
231
231
|
id: t(),
|
|
232
232
|
account_id: t(),
|
|
233
233
|
name: o(),
|
|
234
234
|
url: o(),
|
|
235
235
|
secret: o(),
|
|
236
|
-
is_active:
|
|
236
|
+
is_active: p(),
|
|
237
237
|
created_at: o(),
|
|
238
238
|
updated_at: o()
|
|
239
|
-
}),
|
|
239
|
+
}), L = e({
|
|
240
240
|
media_id: t().optional(),
|
|
241
241
|
property_id: t().optional(),
|
|
242
242
|
media: i.optional()
|
|
243
|
-
}),
|
|
243
|
+
}), P = e({
|
|
244
244
|
code: o().optional(),
|
|
245
245
|
placement: o(),
|
|
246
246
|
description: o().optional(),
|
|
247
247
|
tag: o(),
|
|
248
|
-
props:
|
|
248
|
+
props: e({
|
|
249
249
|
src: o()
|
|
250
250
|
}).optional()
|
|
251
|
-
}),
|
|
251
|
+
}), A = e({
|
|
252
252
|
type: o(),
|
|
253
253
|
code: o().optional(),
|
|
254
|
-
snippets:
|
|
255
|
-
additional_data:
|
|
256
|
-
}),
|
|
254
|
+
snippets: a(P).optional(),
|
|
255
|
+
additional_data: s(o(), l()).optional()
|
|
256
|
+
}), d = e({
|
|
257
|
+
heading_size: t(),
|
|
258
|
+
subheading_size: t(),
|
|
259
|
+
body_size: t(),
|
|
260
|
+
small_body_size: t(),
|
|
261
|
+
color_bg: o(),
|
|
262
|
+
color_text: o(),
|
|
263
|
+
color_text_muted: o(),
|
|
264
|
+
color_primary_btn_bg: o(),
|
|
265
|
+
color_primary_btn_text: o(),
|
|
266
|
+
color_secondary_border: o(),
|
|
267
|
+
color_link: o(),
|
|
268
|
+
color_card_text: o(),
|
|
269
|
+
radius_button: t(),
|
|
270
|
+
radius_card: t()
|
|
271
|
+
}), y = n(["BODY", "HEADING"]), q = n(["NORMAL", "ITALIC"]), x = n(["WOFF2", "WOFF", "TTF", "OTF"]), _ = e({
|
|
272
|
+
id: t(),
|
|
273
|
+
family: o(),
|
|
274
|
+
weight: t(),
|
|
275
|
+
style: q,
|
|
276
|
+
format: x,
|
|
277
|
+
is_archived: p(),
|
|
278
|
+
asset_key: o(),
|
|
279
|
+
url: o(),
|
|
280
|
+
created_at: o(),
|
|
281
|
+
updated_at: o()
|
|
282
|
+
}), S = e({
|
|
283
|
+
font_id: t(),
|
|
284
|
+
role: y,
|
|
285
|
+
font: _
|
|
286
|
+
}), N = e({
|
|
287
|
+
config: d,
|
|
288
|
+
fonts: a(S),
|
|
289
|
+
version: t()
|
|
290
|
+
}), k = e({
|
|
257
291
|
id: t(),
|
|
258
292
|
created_at: o(),
|
|
259
293
|
updated_at: o(),
|
|
@@ -269,210 +303,293 @@ const u = a({
|
|
|
269
303
|
address_state: o().optional(),
|
|
270
304
|
address_zip: o(),
|
|
271
305
|
address_country: o(),
|
|
272
|
-
status:
|
|
306
|
+
status: n(["archived", "active"]),
|
|
273
307
|
user_id: t(),
|
|
274
308
|
lead_media: i.optional(),
|
|
275
|
-
overview_images:
|
|
276
|
-
_count:
|
|
309
|
+
overview_images: a(L).optional(),
|
|
310
|
+
_count: e({
|
|
277
311
|
units: t()
|
|
278
312
|
}).optional(),
|
|
279
313
|
lead_video: i.optional(),
|
|
280
|
-
external_services:
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
314
|
+
external_services: a(A).optional(),
|
|
315
|
+
theme: N.optional()
|
|
316
|
+
}), So = e({
|
|
317
|
+
data: k
|
|
318
|
+
}), B = e({
|
|
284
319
|
id: t(),
|
|
285
320
|
name: o()
|
|
286
|
-
}),
|
|
287
|
-
data:
|
|
288
|
-
}),
|
|
321
|
+
}), bo = e({
|
|
322
|
+
data: a(B)
|
|
323
|
+
}), m = e({
|
|
289
324
|
CFURL: o().optional(),
|
|
290
325
|
name: o().optional()
|
|
291
|
-
}),
|
|
326
|
+
}), C = e({
|
|
292
327
|
id: t(),
|
|
293
328
|
name: o(),
|
|
294
329
|
slug: o().optional(),
|
|
295
330
|
base_price: t(),
|
|
296
331
|
qty_bedrooms: t(),
|
|
297
332
|
qty_bathrooms: t(),
|
|
298
|
-
amenities:
|
|
299
|
-
highlights:
|
|
300
|
-
additional_images:
|
|
301
|
-
image:
|
|
302
|
-
is_favorite:
|
|
333
|
+
amenities: a(o()).optional(),
|
|
334
|
+
highlights: a(o()).optional(),
|
|
335
|
+
additional_images: a(m).optional(),
|
|
336
|
+
image: m.optional(),
|
|
337
|
+
is_favorite: p().optional(),
|
|
303
338
|
seen_on: o().optional(),
|
|
304
339
|
variant: t().optional()
|
|
305
|
-
}),
|
|
306
|
-
data:
|
|
307
|
-
total:
|
|
340
|
+
}), go = e({
|
|
341
|
+
data: e({
|
|
342
|
+
total: e({
|
|
308
343
|
value: t(),
|
|
309
344
|
relation: o()
|
|
310
345
|
}),
|
|
311
346
|
max_score: t(),
|
|
312
|
-
hits: e(
|
|
313
|
-
_source:
|
|
347
|
+
hits: a(e({
|
|
348
|
+
_source: C
|
|
314
349
|
}))
|
|
315
350
|
})
|
|
316
|
-
}),
|
|
317
|
-
favorite_unit_ids:
|
|
318
|
-
current_filter:
|
|
351
|
+
}), w = e({
|
|
352
|
+
favorite_unit_ids: a(t()),
|
|
353
|
+
current_filter: e({
|
|
319
354
|
id: t(),
|
|
320
|
-
filter:
|
|
355
|
+
filter: s(o(), l()).optional(),
|
|
321
356
|
created_at: o()
|
|
322
357
|
}),
|
|
323
358
|
contacted_property_at: o(),
|
|
324
|
-
questionnaire:
|
|
325
|
-
}),
|
|
326
|
-
data:
|
|
327
|
-
}),
|
|
359
|
+
questionnaire: s(o(), l()).optional()
|
|
360
|
+
}), fo = e({
|
|
361
|
+
data: w
|
|
362
|
+
}), vo = e({
|
|
328
363
|
name: o(),
|
|
329
364
|
email: o(),
|
|
330
365
|
date_time: o(),
|
|
331
366
|
timezone: o(),
|
|
332
367
|
visitor_uuid: o().optional()
|
|
333
|
-
}),
|
|
368
|
+
}), Ro = e({
|
|
334
369
|
message: o()
|
|
335
|
-
}),
|
|
336
|
-
data:
|
|
370
|
+
}), To = n(["FAVORITE", "SEEN"]), Fo = e({
|
|
371
|
+
data: e({
|
|
337
372
|
action: o(),
|
|
338
373
|
unit_id: t()
|
|
339
374
|
})
|
|
340
|
-
}),
|
|
375
|
+
}), z = e({
|
|
341
376
|
label: o(),
|
|
342
377
|
value: o(),
|
|
343
378
|
frequency: t()
|
|
344
|
-
}),
|
|
379
|
+
}), Q = e({
|
|
345
380
|
label: o(),
|
|
346
381
|
value: t(),
|
|
347
382
|
frequency: t()
|
|
348
|
-
}),
|
|
383
|
+
}), G = e({
|
|
349
384
|
min: t(),
|
|
350
385
|
max: t(),
|
|
351
386
|
frequency: t()
|
|
352
|
-
}),
|
|
387
|
+
}), H = e({
|
|
353
388
|
name: o(),
|
|
354
389
|
component: o(),
|
|
355
390
|
label: o(),
|
|
356
391
|
body_key: o(),
|
|
357
|
-
options:
|
|
358
|
-
}),
|
|
392
|
+
options: a(z)
|
|
393
|
+
}), M = e({
|
|
359
394
|
name: o(),
|
|
360
395
|
component: o(),
|
|
361
396
|
label: o(),
|
|
362
397
|
body_key: o(),
|
|
363
|
-
options:
|
|
364
|
-
}),
|
|
398
|
+
options: a(Q)
|
|
399
|
+
}), V = e({
|
|
365
400
|
name: o(),
|
|
366
401
|
component: o(),
|
|
367
402
|
label: o(),
|
|
368
403
|
body_key: o(),
|
|
369
|
-
options:
|
|
370
|
-
}),
|
|
404
|
+
options: a(G)
|
|
405
|
+
}), W = e({
|
|
371
406
|
label: o(),
|
|
372
|
-
value:
|
|
407
|
+
value: g([o(), t(), a(o())]),
|
|
373
408
|
frequency: t(),
|
|
374
409
|
key: o().optional()
|
|
375
|
-
}),
|
|
410
|
+
}), j = e({
|
|
376
411
|
name: o(),
|
|
377
412
|
label: o(),
|
|
378
413
|
body_key: o(),
|
|
379
|
-
options:
|
|
414
|
+
options: a(W),
|
|
380
415
|
component: o().optional(),
|
|
381
416
|
helper_text: o().optional(),
|
|
382
417
|
options_variant: o().optional(),
|
|
383
418
|
min: t().optional(),
|
|
384
419
|
max: t().optional()
|
|
385
|
-
}),
|
|
386
|
-
questionnaire:
|
|
387
|
-
filters:
|
|
388
|
-
date_availability:
|
|
389
|
-
qty_bedrooms:
|
|
390
|
-
base_price:
|
|
391
|
-
highlights:
|
|
420
|
+
}), J = e({
|
|
421
|
+
questionnaire: a(j),
|
|
422
|
+
filters: e({
|
|
423
|
+
date_availability: H,
|
|
424
|
+
qty_bedrooms: M,
|
|
425
|
+
base_price: V,
|
|
426
|
+
highlights: s(o(), l()).optional()
|
|
392
427
|
})
|
|
393
|
-
}),
|
|
394
|
-
data:
|
|
395
|
-
}),
|
|
428
|
+
}), Eo = e({
|
|
429
|
+
data: J
|
|
430
|
+
}), Uo = e({
|
|
396
431
|
visitor_uuid: o(),
|
|
397
|
-
data:
|
|
398
|
-
}),
|
|
399
|
-
data:
|
|
400
|
-
questionnaire:
|
|
432
|
+
data: s(o(), l()).optional()
|
|
433
|
+
}), Io = e({
|
|
434
|
+
data: e({
|
|
435
|
+
questionnaire: e({
|
|
401
436
|
id: t(),
|
|
402
437
|
visitor_id: o(),
|
|
403
438
|
property_id: t(),
|
|
404
|
-
data:
|
|
439
|
+
data: s(o(), l()).optional(),
|
|
405
440
|
created_at: o()
|
|
406
441
|
})
|
|
407
442
|
})
|
|
408
|
-
}),
|
|
443
|
+
}), Do = e({
|
|
409
444
|
visitor_uuid: o(),
|
|
410
|
-
filter:
|
|
411
|
-
}),
|
|
412
|
-
data:
|
|
445
|
+
filter: s(o(), l()).optional()
|
|
446
|
+
}), Oo = e({
|
|
447
|
+
data: e({
|
|
413
448
|
filter_id: t()
|
|
414
449
|
})
|
|
450
|
+
}), Lo = e({
|
|
451
|
+
data: a(_)
|
|
452
|
+
}), Po = e({
|
|
453
|
+
data: _
|
|
454
|
+
}), Ao = e({
|
|
455
|
+
data: e({
|
|
456
|
+
upload_url: o(),
|
|
457
|
+
asset_key: o()
|
|
458
|
+
})
|
|
459
|
+
}), K = e({
|
|
460
|
+
property_id: t(),
|
|
461
|
+
property_name: o(),
|
|
462
|
+
theme_id: t(),
|
|
463
|
+
version: t(),
|
|
464
|
+
role: n(["BODY", "HEADING"])
|
|
465
|
+
}), qo = e({
|
|
466
|
+
error: e({
|
|
467
|
+
message: n(["FONT_USED_IN_PUBLISHED_VERSION"]),
|
|
468
|
+
details: e({
|
|
469
|
+
usages: a(K)
|
|
470
|
+
})
|
|
471
|
+
})
|
|
472
|
+
}), Y = n(["draft", "published", "archived"]), X = e({
|
|
473
|
+
font_id: t(),
|
|
474
|
+
role: y
|
|
475
|
+
}), c = e({
|
|
476
|
+
id: t(),
|
|
477
|
+
property_id: t(),
|
|
478
|
+
parent_id: t(),
|
|
479
|
+
version: t(),
|
|
480
|
+
status: Y,
|
|
481
|
+
config: d,
|
|
482
|
+
fonts: a(S),
|
|
483
|
+
message: o(),
|
|
484
|
+
published_at: o(),
|
|
485
|
+
created_at: o(),
|
|
486
|
+
updated_at: o()
|
|
487
|
+
}), b = e({
|
|
488
|
+
id: t(),
|
|
489
|
+
version: t(),
|
|
490
|
+
status: n(["published", "archived"]),
|
|
491
|
+
is_published: p(),
|
|
492
|
+
message: o(),
|
|
493
|
+
published_at: o(),
|
|
494
|
+
created_at: o()
|
|
495
|
+
}), Z = e({
|
|
496
|
+
current: c,
|
|
497
|
+
live: c.optional(),
|
|
498
|
+
versions: a(b)
|
|
499
|
+
}), xo = e({
|
|
500
|
+
data: Z
|
|
501
|
+
}), No = e({
|
|
502
|
+
data: c
|
|
503
|
+
}), ko = e({
|
|
504
|
+
data: a(b)
|
|
505
|
+
}), Bo = e({
|
|
506
|
+
config: d,
|
|
507
|
+
fonts: a(X)
|
|
508
|
+
}), Co = e({
|
|
509
|
+
message: o().optional()
|
|
415
510
|
});
|
|
416
511
|
export {
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
512
|
+
H as AvailabilityFilterSchema,
|
|
513
|
+
z as AvailabilityOptionSchema,
|
|
514
|
+
V as BasePriceFilterSchema,
|
|
515
|
+
G as BasePriceOptionSchema,
|
|
516
|
+
M as BedroomsFilterSchema,
|
|
517
|
+
Q as BedroomsOptionSchema,
|
|
518
|
+
w as BootstrapDataSchema,
|
|
519
|
+
fo as BootstrapResponseSchema,
|
|
520
|
+
vo as ContactBuildingPayloadSchema,
|
|
521
|
+
Ro as ContactBuildingResponseSchema,
|
|
522
|
+
N as EmbedThemeSchema,
|
|
523
|
+
Fo as EngagementResponseSchema,
|
|
524
|
+
To as EngagementTypeSchema,
|
|
525
|
+
ao as ErrorSchema,
|
|
526
|
+
io as ErrorUnprocessableEntitySchema,
|
|
527
|
+
A as ExternalServiceConfigSchema,
|
|
528
|
+
P as ExternalServiceSnippetConfigSchema,
|
|
529
|
+
mo as ExternalServicesSchema,
|
|
530
|
+
J as FiltersResponseDataSchema,
|
|
531
|
+
Eo as FiltersResponseSchema,
|
|
532
|
+
so as FloorPlanSchema,
|
|
533
|
+
U as FloorplanStylesSchema,
|
|
534
|
+
x as FontFormatSchema,
|
|
535
|
+
qo as FontInUseConflictResponseSchema,
|
|
536
|
+
q as FontStyleSchema,
|
|
537
|
+
Ao as FontUploadUrlResponseSchema,
|
|
538
|
+
K as FontUsageItemSchema,
|
|
539
|
+
ro as FurnitureInRoomsSchema,
|
|
540
|
+
O as FurnitureSchema,
|
|
541
|
+
m as ImageSchema,
|
|
542
|
+
to as LeadActivitiesResponseSchema,
|
|
543
|
+
R as LeadActivityItemSchema,
|
|
544
|
+
f as LeadActivitySchema,
|
|
545
|
+
eo as LeadDetailsResponseSchema,
|
|
546
|
+
v as LeadSchema,
|
|
547
|
+
oo as LeadsListResponseSchema,
|
|
548
|
+
bo as LinkedPropertiesResponseSchema,
|
|
549
|
+
B as LinkedPropertySchema,
|
|
550
|
+
F as MediaDataSchema,
|
|
450
551
|
i as MediaSchema,
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
552
|
+
L as OverviewImageSchema,
|
|
553
|
+
h as PaginationSchema,
|
|
554
|
+
co as PropertyAmenitySchema,
|
|
555
|
+
_o as PropertyHighlightSchema,
|
|
556
|
+
k as PropertyResponseDataSchema,
|
|
557
|
+
So as PropertyResponseSchema,
|
|
558
|
+
lo as PropertySchema,
|
|
559
|
+
Co as PublishThemePayloadSchema,
|
|
560
|
+
W as QuestionnaireOptionSchema,
|
|
561
|
+
Uo as QuestionnairePayloadSchema,
|
|
562
|
+
Io as QuestionnaireResponseSchema,
|
|
563
|
+
j as QuestionnaireSchema,
|
|
564
|
+
uo as QueueJobSchema,
|
|
565
|
+
ho as RenderJobSchema,
|
|
566
|
+
u as RenderedStyleSchema,
|
|
567
|
+
E as RoomSchema,
|
|
568
|
+
Do as SaveFiltersPayloadSchema,
|
|
569
|
+
Oo as SaveFiltersResponseSchema,
|
|
468
570
|
r as StyleSchema,
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
571
|
+
d as ThemeConfigSchema,
|
|
572
|
+
X as ThemeFontAssignmentSchema,
|
|
573
|
+
S as ThemeFontRefSchema,
|
|
574
|
+
y as ThemeFontRoleSchema,
|
|
575
|
+
No as ThemeRowResponseSchema,
|
|
576
|
+
c as ThemeRowSchema,
|
|
577
|
+
xo as ThemeStateResponseSchema,
|
|
578
|
+
Z as ThemeStateSchema,
|
|
579
|
+
Y as ThemeStatusSchema,
|
|
580
|
+
b as ThemeVersionSummarySchema,
|
|
581
|
+
ko as ThemeVersionsListResponseSchema,
|
|
582
|
+
I as UnitAmenitySchema,
|
|
583
|
+
po as UnitRenderedStyleSchema,
|
|
584
|
+
D as UnitSchema,
|
|
585
|
+
C as UnitSourceSchema,
|
|
586
|
+
go as UnitsByIdsResponseSchema,
|
|
587
|
+
Bo as UpdateThemeDraftPayloadSchema,
|
|
588
|
+
no as UploadUrlSchema,
|
|
589
|
+
Po as UserFontResponseSchema,
|
|
590
|
+
_ as UserFontSchema,
|
|
591
|
+
Lo as UserFontsListResponseSchema,
|
|
592
|
+
T as UserSchema,
|
|
593
|
+
yo as UserWebhookSchema
|
|
477
594
|
};
|
|
478
595
|
//# sourceMappingURL=schemas.generated.mjs.map
|