@superbright/indexeddb-orm 1.0.54 → 1.0.56

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.
@@ -173,13 +173,13 @@ export declare const StyleStyleSchema: z.ZodObject<{
173
173
  }, "strip", z.ZodTypeAny, {
174
174
  name: string;
175
175
  id: number;
176
- mediaId: number;
177
176
  description: string;
177
+ mediaId: number;
178
178
  }, {
179
179
  name: string;
180
180
  id: number;
181
- mediaId: number;
182
181
  description: string;
182
+ mediaId: number;
183
183
  }>;
184
184
  export type StyleStyle = z.infer<typeof StyleStyleSchema>;
185
185
  export declare const StyleElementSchema: z.ZodObject<{
@@ -193,13 +193,13 @@ export declare const StyleElementSchema: z.ZodObject<{
193
193
  }, "strip", z.ZodTypeAny, {
194
194
  name: string;
195
195
  id: number;
196
- mediaId: number;
197
196
  description: string;
197
+ mediaId: number;
198
198
  }, {
199
199
  name: string;
200
200
  id: number;
201
- mediaId: number;
202
201
  description: string;
202
+ mediaId: number;
203
203
  }>;
204
204
  }, "strip", z.ZodTypeAny, {
205
205
  furnitureId: number;
@@ -207,8 +207,8 @@ export declare const StyleElementSchema: z.ZodObject<{
207
207
  style: {
208
208
  name: string;
209
209
  id: number;
210
- mediaId: number;
211
210
  description: string;
211
+ mediaId: number;
212
212
  };
213
213
  }, {
214
214
  furnitureId: number;
@@ -216,8 +216,8 @@ export declare const StyleElementSchema: z.ZodObject<{
216
216
  style: {
217
217
  name: string;
218
218
  id: number;
219
- mediaId: number;
220
219
  description: string;
220
+ mediaId: number;
221
221
  };
222
222
  }>;
223
223
  export type StyleElement = z.infer<typeof StyleElementSchema>;
@@ -225,7 +225,7 @@ export declare const MultiMediaItemSchema: z.ZodObject<{
225
225
  media: z.ZodObject<{
226
226
  id: z.ZodNumber;
227
227
  url: z.ZodString;
228
- mediaType: z.ZodString;
228
+ media_type: z.ZodString;
229
229
  data: z.ZodObject<{
230
230
  CFURL: z.ZodString;
231
231
  name: z.ZodString;
@@ -242,7 +242,7 @@ export declare const MultiMediaItemSchema: z.ZodObject<{
242
242
  }, "strip", z.ZodTypeAny, {
243
243
  id: number;
244
244
  url: string;
245
- mediaType: string;
245
+ media_type: string;
246
246
  data: {
247
247
  CFURL: string;
248
248
  name: string;
@@ -251,7 +251,7 @@ export declare const MultiMediaItemSchema: z.ZodObject<{
251
251
  }, {
252
252
  id: number;
253
253
  url: string;
254
- mediaType: string;
254
+ media_type: string;
255
255
  data: {
256
256
  CFURL: string;
257
257
  name: string;
@@ -262,7 +262,7 @@ export declare const MultiMediaItemSchema: z.ZodObject<{
262
262
  media: {
263
263
  id: number;
264
264
  url: string;
265
- mediaType: string;
265
+ media_type: string;
266
266
  data: {
267
267
  CFURL: string;
268
268
  name: string;
@@ -273,7 +273,7 @@ export declare const MultiMediaItemSchema: z.ZodObject<{
273
273
  media: {
274
274
  id: number;
275
275
  url: string;
276
- mediaType: string;
276
+ media_type: string;
277
277
  data: {
278
278
  CFURL: string;
279
279
  name: string;
@@ -299,7 +299,7 @@ export declare const ProductSchema: z.ZodObject<{
299
299
  media: z.ZodObject<{
300
300
  id: z.ZodNumber;
301
301
  url: z.ZodString;
302
- mediaType: z.ZodString;
302
+ media_type: z.ZodString;
303
303
  data: z.ZodObject<{
304
304
  CFURL: z.ZodString;
305
305
  name: z.ZodString;
@@ -316,7 +316,7 @@ export declare const ProductSchema: z.ZodObject<{
316
316
  }, "strip", z.ZodTypeAny, {
317
317
  id: number;
318
318
  url: string;
319
- mediaType: string;
319
+ media_type: string;
320
320
  data: {
321
321
  CFURL: string;
322
322
  name: string;
@@ -325,7 +325,7 @@ export declare const ProductSchema: z.ZodObject<{
325
325
  }, {
326
326
  id: number;
327
327
  url: string;
328
- mediaType: string;
328
+ media_type: string;
329
329
  data: {
330
330
  CFURL: string;
331
331
  name: string;
@@ -343,13 +343,13 @@ export declare const ProductSchema: z.ZodObject<{
343
343
  }, "strip", z.ZodTypeAny, {
344
344
  name: string;
345
345
  id: number;
346
- mediaId: number;
347
346
  description: string;
347
+ mediaId: number;
348
348
  }, {
349
349
  name: string;
350
350
  id: number;
351
- mediaId: number;
352
351
  description: string;
352
+ mediaId: number;
353
353
  }>;
354
354
  }, "strip", z.ZodTypeAny, {
355
355
  furnitureId: number;
@@ -357,8 +357,8 @@ export declare const ProductSchema: z.ZodObject<{
357
357
  style: {
358
358
  name: string;
359
359
  id: number;
360
- mediaId: number;
361
360
  description: string;
361
+ mediaId: number;
362
362
  };
363
363
  }, {
364
364
  furnitureId: number;
@@ -366,8 +366,8 @@ export declare const ProductSchema: z.ZodObject<{
366
366
  style: {
367
367
  name: string;
368
368
  id: number;
369
- mediaId: number;
370
369
  description: string;
370
+ mediaId: number;
371
371
  };
372
372
  }>, "many">;
373
373
  signedUrl: z.ZodString;
@@ -377,7 +377,7 @@ export declare const ProductSchema: z.ZodObject<{
377
377
  media: {
378
378
  id: number;
379
379
  url: string;
380
- mediaType: string;
380
+ media_type: string;
381
381
  data: {
382
382
  CFURL: string;
383
383
  name: string;
@@ -401,8 +401,8 @@ export declare const ProductSchema: z.ZodObject<{
401
401
  style: {
402
402
  name: string;
403
403
  id: number;
404
- mediaId: number;
405
404
  description: string;
405
+ mediaId: number;
406
406
  };
407
407
  }[];
408
408
  signedUrl: string;
@@ -412,7 +412,7 @@ export declare const ProductSchema: z.ZodObject<{
412
412
  media: {
413
413
  id: number;
414
414
  url: string;
415
- mediaType: string;
415
+ media_type: string;
416
416
  data: {
417
417
  CFURL: string;
418
418
  name: string;
@@ -436,8 +436,8 @@ export declare const ProductSchema: z.ZodObject<{
436
436
  style: {
437
437
  name: string;
438
438
  id: number;
439
- mediaId: number;
440
439
  description: string;
440
+ mediaId: number;
441
441
  };
442
442
  }[];
443
443
  signedUrl: string;
@@ -461,7 +461,7 @@ export declare const ProductDataSchema: z.ZodObject<{
461
461
  media: z.ZodObject<{
462
462
  id: z.ZodNumber;
463
463
  url: z.ZodString;
464
- mediaType: z.ZodString;
464
+ media_type: z.ZodString;
465
465
  data: z.ZodObject<{
466
466
  CFURL: z.ZodString;
467
467
  name: z.ZodString;
@@ -478,7 +478,7 @@ export declare const ProductDataSchema: z.ZodObject<{
478
478
  }, "strip", z.ZodTypeAny, {
479
479
  id: number;
480
480
  url: string;
481
- mediaType: string;
481
+ media_type: string;
482
482
  data: {
483
483
  CFURL: string;
484
484
  name: string;
@@ -487,7 +487,7 @@ export declare const ProductDataSchema: z.ZodObject<{
487
487
  }, {
488
488
  id: number;
489
489
  url: string;
490
- mediaType: string;
490
+ media_type: string;
491
491
  data: {
492
492
  CFURL: string;
493
493
  name: string;
@@ -505,13 +505,13 @@ export declare const ProductDataSchema: z.ZodObject<{
505
505
  }, "strip", z.ZodTypeAny, {
506
506
  name: string;
507
507
  id: number;
508
- mediaId: number;
509
508
  description: string;
509
+ mediaId: number;
510
510
  }, {
511
511
  name: string;
512
512
  id: number;
513
- mediaId: number;
514
513
  description: string;
514
+ mediaId: number;
515
515
  }>;
516
516
  }, "strip", z.ZodTypeAny, {
517
517
  furnitureId: number;
@@ -519,8 +519,8 @@ export declare const ProductDataSchema: z.ZodObject<{
519
519
  style: {
520
520
  name: string;
521
521
  id: number;
522
- mediaId: number;
523
522
  description: string;
523
+ mediaId: number;
524
524
  };
525
525
  }, {
526
526
  furnitureId: number;
@@ -528,8 +528,8 @@ export declare const ProductDataSchema: z.ZodObject<{
528
528
  style: {
529
529
  name: string;
530
530
  id: number;
531
- mediaId: number;
532
531
  description: string;
532
+ mediaId: number;
533
533
  };
534
534
  }>, "many">;
535
535
  signedUrl: z.ZodString;
@@ -539,7 +539,7 @@ export declare const ProductDataSchema: z.ZodObject<{
539
539
  media: {
540
540
  id: number;
541
541
  url: string;
542
- mediaType: string;
542
+ media_type: string;
543
543
  data: {
544
544
  CFURL: string;
545
545
  name: string;
@@ -563,8 +563,8 @@ export declare const ProductDataSchema: z.ZodObject<{
563
563
  style: {
564
564
  name: string;
565
565
  id: number;
566
- mediaId: number;
567
566
  description: string;
567
+ mediaId: number;
568
568
  };
569
569
  }[];
570
570
  signedUrl: string;
@@ -574,7 +574,7 @@ export declare const ProductDataSchema: z.ZodObject<{
574
574
  media: {
575
575
  id: number;
576
576
  url: string;
577
- mediaType: string;
577
+ media_type: string;
578
578
  data: {
579
579
  CFURL: string;
580
580
  name: string;
@@ -598,8 +598,8 @@ export declare const ProductDataSchema: z.ZodObject<{
598
598
  style: {
599
599
  name: string;
600
600
  id: number;
601
- mediaId: number;
602
601
  description: string;
602
+ mediaId: number;
603
603
  };
604
604
  }[];
605
605
  signedUrl: string;
@@ -627,7 +627,7 @@ export declare const ProductDataSchema: z.ZodObject<{
627
627
  media: {
628
628
  id: number;
629
629
  url: string;
630
- mediaType: string;
630
+ media_type: string;
631
631
  data: {
632
632
  CFURL: string;
633
633
  name: string;
@@ -651,8 +651,8 @@ export declare const ProductDataSchema: z.ZodObject<{
651
651
  style: {
652
652
  name: string;
653
653
  id: number;
654
- mediaId: number;
655
654
  description: string;
655
+ mediaId: number;
656
656
  };
657
657
  }[];
658
658
  signedUrl: string;
@@ -670,7 +670,7 @@ export declare const ProductDataSchema: z.ZodObject<{
670
670
  media: {
671
671
  id: number;
672
672
  url: string;
673
- mediaType: string;
673
+ media_type: string;
674
674
  data: {
675
675
  CFURL: string;
676
676
  name: string;
@@ -694,8 +694,8 @@ export declare const ProductDataSchema: z.ZodObject<{
694
694
  style: {
695
695
  name: string;
696
696
  id: number;
697
- mediaId: number;
698
697
  description: string;
698
+ mediaId: number;
699
699
  };
700
700
  }[];
701
701
  signedUrl: string;
@@ -716,7 +716,7 @@ export declare const StyleDetailSchema: z.ZodObject<{
716
716
  thumbnail: z.ZodOptional<z.ZodNullable<z.ZodObject<{
717
717
  id: z.ZodNumber;
718
718
  url: z.ZodString;
719
- mediaType: z.ZodString;
719
+ media_type: z.ZodString;
720
720
  data: z.ZodObject<{
721
721
  CFURL: z.ZodString;
722
722
  name: z.ZodString;
@@ -733,7 +733,7 @@ export declare const StyleDetailSchema: z.ZodObject<{
733
733
  }, "strip", z.ZodTypeAny, {
734
734
  id: number;
735
735
  url: string;
736
- mediaType: string;
736
+ media_type: string;
737
737
  data: {
738
738
  CFURL: string;
739
739
  name: string;
@@ -742,7 +742,7 @@ export declare const StyleDetailSchema: z.ZodObject<{
742
742
  }, {
743
743
  id: number;
744
744
  url: string;
745
- mediaType: string;
745
+ media_type: string;
746
746
  data: {
747
747
  CFURL: string;
748
748
  name: string;
@@ -757,7 +757,7 @@ export declare const StyleDetailSchema: z.ZodObject<{
757
757
  thumbnail?: {
758
758
  id: number;
759
759
  url: string;
760
- mediaType: string;
760
+ media_type: string;
761
761
  data: {
762
762
  CFURL: string;
763
763
  name: string;
@@ -772,7 +772,7 @@ export declare const StyleDetailSchema: z.ZodObject<{
772
772
  thumbnail?: {
773
773
  id: number;
774
774
  url: string;
775
- mediaType: string;
775
+ media_type: string;
776
776
  data: {
777
777
  CFURL: string;
778
778
  name: string;
@@ -790,7 +790,7 @@ export declare const StyleSchema: z.ZodObject<{
790
790
  thumbnail: z.ZodOptional<z.ZodNullable<z.ZodObject<{
791
791
  id: z.ZodNumber;
792
792
  url: z.ZodString;
793
- mediaType: z.ZodString;
793
+ media_type: z.ZodString;
794
794
  data: z.ZodObject<{
795
795
  CFURL: z.ZodString;
796
796
  name: z.ZodString;
@@ -807,7 +807,7 @@ export declare const StyleSchema: z.ZodObject<{
807
807
  }, "strip", z.ZodTypeAny, {
808
808
  id: number;
809
809
  url: string;
810
- mediaType: string;
810
+ media_type: string;
811
811
  data: {
812
812
  CFURL: string;
813
813
  name: string;
@@ -816,7 +816,7 @@ export declare const StyleSchema: z.ZodObject<{
816
816
  }, {
817
817
  id: number;
818
818
  url: string;
819
- mediaType: string;
819
+ media_type: string;
820
820
  data: {
821
821
  CFURL: string;
822
822
  name: string;
@@ -831,7 +831,7 @@ export declare const StyleSchema: z.ZodObject<{
831
831
  thumbnail?: {
832
832
  id: number;
833
833
  url: string;
834
- mediaType: string;
834
+ media_type: string;
835
835
  data: {
836
836
  CFURL: string;
837
837
  name: string;
@@ -846,7 +846,7 @@ export declare const StyleSchema: z.ZodObject<{
846
846
  thumbnail?: {
847
847
  id: number;
848
848
  url: string;
849
- mediaType: string;
849
+ media_type: string;
850
850
  data: {
851
851
  CFURL: string;
852
852
  name: string;
@@ -863,7 +863,7 @@ export declare const StyleSchema: z.ZodObject<{
863
863
  thumbnail?: {
864
864
  id: number;
865
865
  url: string;
866
- mediaType: string;
866
+ media_type: string;
867
867
  data: {
868
868
  CFURL: string;
869
869
  name: string;
@@ -880,7 +880,7 @@ export declare const StyleSchema: z.ZodObject<{
880
880
  thumbnail?: {
881
881
  id: number;
882
882
  url: string;
883
- mediaType: string;
883
+ media_type: string;
884
884
  data: {
885
885
  CFURL: string;
886
886
  name: string;
@@ -1087,7 +1087,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1087
1087
  renderGeneratedImage: z.ZodArray<z.ZodObject<{
1088
1088
  id: z.ZodNumber;
1089
1089
  url: z.ZodString;
1090
- mediaType: z.ZodString;
1090
+ media_type: z.ZodString;
1091
1091
  data: z.ZodObject<{
1092
1092
  CFURL: z.ZodString;
1093
1093
  name: z.ZodString;
@@ -1104,7 +1104,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1104
1104
  }, "strip", z.ZodTypeAny, {
1105
1105
  id: number;
1106
1106
  url: string;
1107
- mediaType: string;
1107
+ media_type: string;
1108
1108
  data: {
1109
1109
  CFURL: string;
1110
1110
  name: string;
@@ -1113,7 +1113,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1113
1113
  }, {
1114
1114
  id: number;
1115
1115
  url: string;
1116
- mediaType: string;
1116
+ media_type: string;
1117
1117
  data: {
1118
1118
  CFURL: string;
1119
1119
  name: string;
@@ -1127,7 +1127,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1127
1127
  renderGeneratedImage: {
1128
1128
  id: number;
1129
1129
  url: string;
1130
- mediaType: string;
1130
+ media_type: string;
1131
1131
  data: {
1132
1132
  CFURL: string;
1133
1133
  name: string;
@@ -1141,7 +1141,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1141
1141
  renderGeneratedImage: {
1142
1142
  id: number;
1143
1143
  url: string;
1144
- mediaType: string;
1144
+ media_type: string;
1145
1145
  data: {
1146
1146
  CFURL: string;
1147
1147
  name: string;
@@ -1185,7 +1185,7 @@ export declare const IFloorPlanDetailDataSchema: z.ZodObject<{
1185
1185
  blenderFile: z.ZodObject<{
1186
1186
  id: z.ZodNumber;
1187
1187
  url: z.ZodString;
1188
- mediaType: z.ZodString;
1188
+ media_type: z.ZodString;
1189
1189
  data: z.ZodObject<{
1190
1190
  CFURL: z.ZodString;
1191
1191
  name: z.ZodString;
@@ -1202,7 +1202,7 @@ export declare const IFloorPlanDetailDataSchema: z.ZodObject<{
1202
1202
  }, "strip", z.ZodTypeAny, {
1203
1203
  id: number;
1204
1204
  url: string;
1205
- mediaType: string;
1205
+ media_type: string;
1206
1206
  data: {
1207
1207
  CFURL: string;
1208
1208
  name: string;
@@ -1211,7 +1211,7 @@ export declare const IFloorPlanDetailDataSchema: z.ZodObject<{
1211
1211
  }, {
1212
1212
  id: number;
1213
1213
  url: string;
1214
- mediaType: string;
1214
+ media_type: string;
1215
1215
  data: {
1216
1216
  CFURL: string;
1217
1217
  name: string;
@@ -1226,7 +1226,7 @@ export declare const IFloorPlanDetailDataSchema: z.ZodObject<{
1226
1226
  renderGeneratedImage: z.ZodArray<z.ZodObject<{
1227
1227
  id: z.ZodNumber;
1228
1228
  url: z.ZodString;
1229
- mediaType: z.ZodString;
1229
+ media_type: z.ZodString;
1230
1230
  data: z.ZodObject<{
1231
1231
  CFURL: z.ZodString;
1232
1232
  name: z.ZodString;
@@ -1243,7 +1243,7 @@ export declare const IFloorPlanDetailDataSchema: z.ZodObject<{
1243
1243
  }, "strip", z.ZodTypeAny, {
1244
1244
  id: number;
1245
1245
  url: string;
1246
- mediaType: string;
1246
+ media_type: string;
1247
1247
  data: {
1248
1248
  CFURL: string;
1249
1249
  name: string;
@@ -1252,7 +1252,7 @@ export declare const IFloorPlanDetailDataSchema: z.ZodObject<{
1252
1252
  }, {
1253
1253
  id: number;
1254
1254
  url: string;
1255
- mediaType: string;
1255
+ media_type: string;
1256
1256
  data: {
1257
1257
  CFURL: string;
1258
1258
  name: string;
@@ -1266,7 +1266,7 @@ export declare const IFloorPlanDetailDataSchema: z.ZodObject<{
1266
1266
  renderGeneratedImage: {
1267
1267
  id: number;
1268
1268
  url: string;
1269
- mediaType: string;
1269
+ media_type: string;
1270
1270
  data: {
1271
1271
  CFURL: string;
1272
1272
  name: string;
@@ -1280,7 +1280,7 @@ export declare const IFloorPlanDetailDataSchema: z.ZodObject<{
1280
1280
  renderGeneratedImage: {
1281
1281
  id: number;
1282
1282
  url: string;
1283
- mediaType: string;
1283
+ media_type: string;
1284
1284
  data: {
1285
1285
  CFURL: string;
1286
1286
  name: string;
@@ -1310,7 +1310,7 @@ export declare const IFloorPlanDetailDataSchema: z.ZodObject<{
1310
1310
  blenderFile: {
1311
1311
  id: number;
1312
1312
  url: string;
1313
- mediaType: string;
1313
+ media_type: string;
1314
1314
  data: {
1315
1315
  CFURL: string;
1316
1316
  name: string;
@@ -1324,7 +1324,7 @@ export declare const IFloorPlanDetailDataSchema: z.ZodObject<{
1324
1324
  renderGeneratedImage: {
1325
1325
  id: number;
1326
1326
  url: string;
1327
- mediaType: string;
1327
+ media_type: string;
1328
1328
  data: {
1329
1329
  CFURL: string;
1330
1330
  name: string;
@@ -1354,7 +1354,7 @@ export declare const IFloorPlanDetailDataSchema: z.ZodObject<{
1354
1354
  blenderFile: {
1355
1355
  id: number;
1356
1356
  url: string;
1357
- mediaType: string;
1357
+ media_type: string;
1358
1358
  data: {
1359
1359
  CFURL: string;
1360
1360
  name: string;
@@ -1368,7 +1368,7 @@ export declare const IFloorPlanDetailDataSchema: z.ZodObject<{
1368
1368
  renderGeneratedImage: {
1369
1369
  id: number;
1370
1370
  url: string;
1371
- mediaType: string;
1371
+ media_type: string;
1372
1372
  data: {
1373
1373
  CFURL: string;
1374
1374
  name: string;
@@ -1414,7 +1414,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1414
1414
  blenderFile: z.ZodObject<{
1415
1415
  id: z.ZodNumber;
1416
1416
  url: z.ZodString;
1417
- mediaType: z.ZodString;
1417
+ media_type: z.ZodString;
1418
1418
  data: z.ZodObject<{
1419
1419
  CFURL: z.ZodString;
1420
1420
  name: z.ZodString;
@@ -1431,7 +1431,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1431
1431
  }, "strip", z.ZodTypeAny, {
1432
1432
  id: number;
1433
1433
  url: string;
1434
- mediaType: string;
1434
+ media_type: string;
1435
1435
  data: {
1436
1436
  CFURL: string;
1437
1437
  name: string;
@@ -1440,7 +1440,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1440
1440
  }, {
1441
1441
  id: number;
1442
1442
  url: string;
1443
- mediaType: string;
1443
+ media_type: string;
1444
1444
  data: {
1445
1445
  CFURL: string;
1446
1446
  name: string;
@@ -1455,7 +1455,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1455
1455
  renderGeneratedImage: z.ZodArray<z.ZodObject<{
1456
1456
  id: z.ZodNumber;
1457
1457
  url: z.ZodString;
1458
- mediaType: z.ZodString;
1458
+ media_type: z.ZodString;
1459
1459
  data: z.ZodObject<{
1460
1460
  CFURL: z.ZodString;
1461
1461
  name: z.ZodString;
@@ -1472,7 +1472,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1472
1472
  }, "strip", z.ZodTypeAny, {
1473
1473
  id: number;
1474
1474
  url: string;
1475
- mediaType: string;
1475
+ media_type: string;
1476
1476
  data: {
1477
1477
  CFURL: string;
1478
1478
  name: string;
@@ -1481,7 +1481,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1481
1481
  }, {
1482
1482
  id: number;
1483
1483
  url: string;
1484
- mediaType: string;
1484
+ media_type: string;
1485
1485
  data: {
1486
1486
  CFURL: string;
1487
1487
  name: string;
@@ -1495,7 +1495,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1495
1495
  renderGeneratedImage: {
1496
1496
  id: number;
1497
1497
  url: string;
1498
- mediaType: string;
1498
+ media_type: string;
1499
1499
  data: {
1500
1500
  CFURL: string;
1501
1501
  name: string;
@@ -1509,7 +1509,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1509
1509
  renderGeneratedImage: {
1510
1510
  id: number;
1511
1511
  url: string;
1512
- mediaType: string;
1512
+ media_type: string;
1513
1513
  data: {
1514
1514
  CFURL: string;
1515
1515
  name: string;
@@ -1539,7 +1539,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1539
1539
  blenderFile: {
1540
1540
  id: number;
1541
1541
  url: string;
1542
- mediaType: string;
1542
+ media_type: string;
1543
1543
  data: {
1544
1544
  CFURL: string;
1545
1545
  name: string;
@@ -1553,7 +1553,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1553
1553
  renderGeneratedImage: {
1554
1554
  id: number;
1555
1555
  url: string;
1556
- mediaType: string;
1556
+ media_type: string;
1557
1557
  data: {
1558
1558
  CFURL: string;
1559
1559
  name: string;
@@ -1583,7 +1583,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1583
1583
  blenderFile: {
1584
1584
  id: number;
1585
1585
  url: string;
1586
- mediaType: string;
1586
+ media_type: string;
1587
1587
  data: {
1588
1588
  CFURL: string;
1589
1589
  name: string;
@@ -1597,7 +1597,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1597
1597
  renderGeneratedImage: {
1598
1598
  id: number;
1599
1599
  url: string;
1600
- mediaType: string;
1600
+ media_type: string;
1601
1601
  data: {
1602
1602
  CFURL: string;
1603
1603
  name: string;
@@ -1629,7 +1629,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1629
1629
  blenderFile: {
1630
1630
  id: number;
1631
1631
  url: string;
1632
- mediaType: string;
1632
+ media_type: string;
1633
1633
  data: {
1634
1634
  CFURL: string;
1635
1635
  name: string;
@@ -1643,7 +1643,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1643
1643
  renderGeneratedImage: {
1644
1644
  id: number;
1645
1645
  url: string;
1646
- mediaType: string;
1646
+ media_type: string;
1647
1647
  data: {
1648
1648
  CFURL: string;
1649
1649
  name: string;
@@ -1675,7 +1675,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1675
1675
  blenderFile: {
1676
1676
  id: number;
1677
1677
  url: string;
1678
- mediaType: string;
1678
+ media_type: string;
1679
1679
  data: {
1680
1680
  CFURL: string;
1681
1681
  name: string;
@@ -1689,7 +1689,7 @@ export declare const IFloorPlanDetailSchema: z.ZodObject<{
1689
1689
  renderGeneratedImage: {
1690
1690
  id: number;
1691
1691
  url: string;
1692
- mediaType: string;
1692
+ media_type: string;
1693
1693
  data: {
1694
1694
  CFURL: string;
1695
1695
  name: string;
@@ -1715,19 +1715,19 @@ export declare const WebhooksDatumSchema: z.ZodObject<{
1715
1715
  id: number;
1716
1716
  url: string;
1717
1717
  createdAt: Date;
1718
- updatedAt: Date;
1719
1718
  accountId: number;
1720
1719
  secret: string;
1721
1720
  isActive: boolean;
1721
+ updatedAt: Date;
1722
1722
  }, {
1723
1723
  name: string;
1724
1724
  id: number;
1725
1725
  url: string;
1726
1726
  createdAt: Date;
1727
- updatedAt: Date;
1728
1727
  accountId: number;
1729
1728
  secret: string;
1730
1729
  isActive: boolean;
1730
+ updatedAt: Date;
1731
1731
  }>;
1732
1732
  export type WebhooksDatum = z.infer<typeof WebhooksDatumSchema>;
1733
1733
  export declare const WebhooksSchema: z.ZodObject<{
@@ -1745,19 +1745,19 @@ export declare const WebhooksSchema: z.ZodObject<{
1745
1745
  id: number;
1746
1746
  url: string;
1747
1747
  createdAt: Date;
1748
- updatedAt: Date;
1749
1748
  accountId: number;
1750
1749
  secret: string;
1751
1750
  isActive: boolean;
1751
+ updatedAt: Date;
1752
1752
  }, {
1753
1753
  name: string;
1754
1754
  id: number;
1755
1755
  url: string;
1756
1756
  createdAt: Date;
1757
- updatedAt: Date;
1758
1757
  accountId: number;
1759
1758
  secret: string;
1760
1759
  isActive: boolean;
1760
+ updatedAt: Date;
1761
1761
  }>, "many">;
1762
1762
  }, "strip", z.ZodTypeAny, {
1763
1763
  data: {
@@ -1765,10 +1765,10 @@ export declare const WebhooksSchema: z.ZodObject<{
1765
1765
  id: number;
1766
1766
  url: string;
1767
1767
  createdAt: Date;
1768
- updatedAt: Date;
1769
1768
  accountId: number;
1770
1769
  secret: string;
1771
1770
  isActive: boolean;
1771
+ updatedAt: Date;
1772
1772
  }[];
1773
1773
  }, {
1774
1774
  data: {
@@ -1776,10 +1776,10 @@ export declare const WebhooksSchema: z.ZodObject<{
1776
1776
  id: number;
1777
1777
  url: string;
1778
1778
  createdAt: Date;
1779
- updatedAt: Date;
1780
1779
  accountId: number;
1781
1780
  secret: string;
1782
1781
  isActive: boolean;
1782
+ updatedAt: Date;
1783
1783
  }[];
1784
1784
  }>;
1785
1785
  export type Webhooks = z.infer<typeof WebhooksSchema>;