@superbright/indexeddb-orm 1.0.58 → 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.
@@ -1,104 +1,104 @@
1
- import { object as a, enum as p, string as o, number as t, array as e, boolean as s, record as n, unknown as l, union as m } from "../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs";
2
- const u = a({
3
- type: p(["contact", "share", "subscribe"]),
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
- }), y = a({
8
+ }), v = e({
9
9
  user_id: t(),
10
10
  email: o(),
11
- latest_activity: u,
12
- visitor_filter: e(o())
13
- }), c = a({
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
- }), z = a({
19
- data: a({
20
- data: e(y),
21
- page: c
18
+ }), oo = e({
19
+ data: e({
20
+ data: a(v),
21
+ page: h
22
22
  })
23
- }), h = a({
24
- type: p(["contact", "share", "subscribe"]),
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
- }), M = a({
30
- data: a({
31
- data: e(h),
32
- page: c
29
+ }), to = e({
30
+ data: e({
31
+ data: a(R),
32
+ page: h
33
33
  })
34
- }), j = a({
35
- data: a({
36
- availability: e(o()),
37
- bedrooms: e(o()),
38
- budget: e(o()),
39
- preferences: e(o()),
40
- most_recent_contact: a({
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(a({
43
+ favorite_units: a(e({
44
44
  id: t(),
45
45
  slug: o(),
46
46
  name: o()
47
47
  }))
48
48
  })
49
- }), J = a({
49
+ }), ao = e({
50
50
  code: t().optional(),
51
51
  message: o().optional()
52
- }), K = a({
53
- error: a({
52
+ }), io = e({
53
+ error: e({
54
54
  message: o().optional()
55
55
  }).optional()
56
- }), G = a({
56
+ }), no = e({
57
57
  upload_url: o(),
58
58
  upload_file_key: o()
59
- }), S = a({
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: p(["USER", "ADMIN"]).optional()
65
- }), b = a({
64
+ role: n(["USER", "ADMIN"]).optional()
65
+ }), F = e({
66
66
  CFURL: o(),
67
67
  name: o(),
68
68
  signature: o()
69
- }), i = a({
69
+ }), i = e({
70
70
  id: t().optional(),
71
71
  url: o().optional(),
72
- media_type: p(["image", "video"]).optional(),
73
- data: b.optional()
74
- }), r = a({
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
- }), g = a({
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
- }), v = a({
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: p(["UN_RENDERED", "RENDERING", "RENDERED", "FAILED"]).optional()
91
- }), H = a({
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: S.optional(),
99
- rooms: e(g).optional(),
100
- styles: e(v).optional()
101
- }), V = a({
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
- }), f = a({
120
+ }), I = e({
121
121
  id: t().optional(),
122
122
  title: o().optional(),
123
123
  unit_id: t().optional()
124
- }), _ = a({
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: s().optional(),
136
- still_renders: e(i).optional()
137
- }), R = a({
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: s().optional(),
146
+ is_available: p().optional(),
147
147
  property_id: t().optional(),
148
148
  floor_plan_id: t().optional(),
149
- amenities: e(f).optional(),
150
- rendered_style: e(_).optional(),
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
- }), W = a({
155
+ }), po = e({
156
156
  id: t().optional(),
157
157
  unit_id: t().optional(),
158
- visible_on_website: s().optional(),
159
- unit: R.optional(),
158
+ visible_on_website: p().optional(),
159
+ unit: D.optional(),
160
160
  rendered_style_id: t().optional(),
161
- rendered_style: _.optional(),
162
- still_renders: e(i).optional()
163
- }), E = a({
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: o().optional(),
168
- depth: o().optional(),
169
- height: o().optional(),
170
- availability: p(["IN_STOCK", "OUT_OF_STOCK"]).optional(),
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: p(["USD", "EUR"]).optional(),
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: e(r).optional()
177
- }), X = a({
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: E.optional(),
182
+ furniture: O.optional(),
183
183
  style_id: t().optional(),
184
184
  style: r.optional()
185
- }), Y = a({
185
+ }), co = e({
186
186
  id: t(),
187
187
  title: o(),
188
188
  property_id: t()
189
- }), Z = a({
189
+ }), _o = e({
190
190
  id: t(),
191
191
  title: o(),
192
192
  property_id: t()
193
- }), $ = a({
193
+ }), mo = e({
194
194
  id: t(),
195
195
  type: o(),
196
196
  property_id: t(),
197
197
  created_at: o(),
198
- is_active: s(),
198
+ is_active: p(),
199
199
  parameters: o().optional(),
200
- config: n(o(), l()).optional()
201
- }), oo = a({
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: s().optional(),
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: n(o(), l()).optional(),
215
+ data: s(o(), l()).optional(),
216
216
  logs_file_id: t().optional()
217
- }), to = a({
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: n(o(), l()).optional(),
228
+ data: s(o(), l()).optional(),
229
229
  logs_file_id: t().optional()
230
- }), ao = a({
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: s(),
236
+ is_active: p(),
237
237
  created_at: o(),
238
238
  updated_at: o()
239
- }), U = a({
239
+ }), L = e({
240
240
  media_id: t().optional(),
241
241
  property_id: t().optional(),
242
242
  media: i.optional()
243
- }), F = a({
243
+ }), P = e({
244
244
  code: o().optional(),
245
245
  placement: o(),
246
246
  description: o().optional(),
247
247
  tag: o(),
248
- props: a({
248
+ props: e({
249
249
  src: o()
250
250
  }).optional()
251
- }), q = a({
251
+ }), A = e({
252
252
  type: o(),
253
253
  code: o().optional(),
254
- snippets: e(F).optional(),
255
- additional_data: n(o(), l()).optional()
256
- }), P = a({
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: p(["archived", "active"]),
306
+ status: n(["archived", "active"]),
273
307
  user_id: t(),
274
308
  lead_media: i.optional(),
275
- overview_images: e(U).optional(),
276
- _count: a({
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: e(q).optional()
281
- }), eo = a({
282
- data: P
283
- }), T = a({
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
- }), io = a({
287
- data: e(T)
288
- }), d = a({
321
+ }), bo = e({
322
+ data: a(B)
323
+ }), m = e({
289
324
  CFURL: o().optional(),
290
325
  name: o().optional()
291
- }), D = a({
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: e(o()).optional(),
299
- highlights: e(o()).optional(),
300
- additional_images: e(d).optional(),
301
- image: d.optional(),
302
- is_favorite: s().optional(),
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
- }), no = a({
306
- data: a({
307
- total: a({
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(a({
313
- _source: D
347
+ hits: a(e({
348
+ _source: C
314
349
  }))
315
350
  })
316
- }), L = a({
317
- favorite_unit_ids: e(t()),
318
- current_filter: a({
351
+ }), w = e({
352
+ favorite_unit_ids: a(t()),
353
+ current_filter: e({
319
354
  id: t(),
320
- filter: n(o(), l()).optional(),
355
+ filter: s(o(), l()).optional(),
321
356
  created_at: o()
322
357
  }),
323
358
  contacted_property_at: o(),
324
- questionnaire: n(o(), l()).optional()
325
- }), lo = a({
326
- data: L
327
- }), po = a({
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
- }), so = a({
368
+ }), Ro = e({
334
369
  message: o()
335
- }), ro = p(["FAVORITE", "SEEN"]), co = a({
336
- data: a({
370
+ }), To = n(["FAVORITE", "SEEN"]), Fo = e({
371
+ data: e({
337
372
  action: o(),
338
373
  unit_id: t()
339
374
  })
340
- }), k = a({
375
+ }), z = e({
341
376
  label: o(),
342
377
  value: o(),
343
378
  frequency: t()
344
- }), x = a({
379
+ }), Q = e({
345
380
  label: o(),
346
381
  value: t(),
347
382
  frequency: t()
348
- }), A = a({
383
+ }), G = e({
349
384
  min: t(),
350
385
  max: t(),
351
386
  frequency: t()
352
- }), I = a({
387
+ }), H = e({
353
388
  name: o(),
354
389
  component: o(),
355
390
  label: o(),
356
391
  body_key: o(),
357
- options: e(k)
358
- }), O = a({
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: e(x)
364
- }), B = a({
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: e(A)
370
- }), C = a({
404
+ options: a(G)
405
+ }), W = e({
371
406
  label: o(),
372
- value: m([o(), t(), e(o())]),
407
+ value: g([o(), t(), a(o())]),
373
408
  frequency: t(),
374
409
  key: o().optional()
375
- }), N = a({
410
+ }), j = e({
376
411
  name: o(),
377
412
  label: o(),
378
413
  body_key: o(),
379
- options: e(C),
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
- }), w = a({
386
- questionnaire: e(N),
387
- filters: a({
388
- date_availability: I,
389
- qty_bedrooms: O,
390
- base_price: B,
391
- highlights: n(o(), l()).optional()
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
- }), _o = a({
394
- data: w
395
- }), mo = a({
428
+ }), Eo = e({
429
+ data: J
430
+ }), Uo = e({
396
431
  visitor_uuid: o(),
397
- data: n(o(), l()).optional()
398
- }), uo = a({
399
- data: a({
400
- questionnaire: a({
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: n(o(), l()).optional(),
439
+ data: s(o(), l()).optional(),
405
440
  created_at: o()
406
441
  })
407
442
  })
408
- }), yo = a({
443
+ }), Do = e({
409
444
  visitor_uuid: o(),
410
- filter: n(o(), l()).optional()
411
- }), ho = a({
412
- data: a({
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
- I as AvailabilityFilterSchema,
418
- k as AvailabilityOptionSchema,
419
- B as BasePriceFilterSchema,
420
- A as BasePriceOptionSchema,
421
- O as BedroomsFilterSchema,
422
- x as BedroomsOptionSchema,
423
- L as BootstrapDataSchema,
424
- lo as BootstrapResponseSchema,
425
- po as ContactBuildingPayloadSchema,
426
- so as ContactBuildingResponseSchema,
427
- co as EngagementResponseSchema,
428
- ro as EngagementTypeSchema,
429
- J as ErrorSchema,
430
- K as ErrorUnprocessableEntitySchema,
431
- q as ExternalServiceConfigSchema,
432
- F as ExternalServiceSnippetConfigSchema,
433
- $ as ExternalServicesSchema,
434
- w as FiltersResponseDataSchema,
435
- _o as FiltersResponseSchema,
436
- H as FloorPlanSchema,
437
- v as FloorplanStylesSchema,
438
- X as FurnitureInRoomsSchema,
439
- E as FurnitureSchema,
440
- d as ImageSchema,
441
- M as LeadActivitiesResponseSchema,
442
- h as LeadActivityItemSchema,
443
- u as LeadActivitySchema,
444
- j as LeadDetailsResponseSchema,
445
- y as LeadSchema,
446
- z as LeadsListResponseSchema,
447
- io as LinkedPropertiesResponseSchema,
448
- T as LinkedPropertySchema,
449
- b as MediaDataSchema,
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
- U as OverviewImageSchema,
452
- c as PaginationSchema,
453
- Y as PropertyAmenitySchema,
454
- Z as PropertyHighlightSchema,
455
- P as PropertyResponseDataSchema,
456
- eo as PropertyResponseSchema,
457
- V as PropertySchema,
458
- C as QuestionnaireOptionSchema,
459
- mo as QuestionnairePayloadSchema,
460
- uo as QuestionnaireResponseSchema,
461
- N as QuestionnaireSchema,
462
- to as QueueJobSchema,
463
- oo as RenderJobSchema,
464
- _ as RenderedStyleSchema,
465
- g as RoomSchema,
466
- yo as SaveFiltersPayloadSchema,
467
- ho as SaveFiltersResponseSchema,
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
- f as UnitAmenitySchema,
470
- W as UnitRenderedStyleSchema,
471
- R as UnitSchema,
472
- D as UnitSourceSchema,
473
- no as UnitsByIdsResponseSchema,
474
- G as UploadUrlSchema,
475
- S as UserSchema,
476
- ao as UserWebhookSchema
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