@superbright/indexeddb-orm 1.0.58 → 1.0.59

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.
@@ -717,6 +717,7 @@ export declare const FloorplanStylesSchema: z.ZodObject<{
717
717
  }, "strip", z.ZodTypeAny, {
718
718
  status?: "UN_RENDERED" | "RENDERING" | "RENDERED" | "FAILED" | undefined;
719
719
  id?: number | undefined;
720
+ style_id?: number | undefined;
720
721
  style?: {
721
722
  name?: string | undefined;
722
723
  id?: number | undefined;
@@ -733,10 +734,10 @@ export declare const FloorplanStylesSchema: z.ZodObject<{
733
734
  } | undefined;
734
735
  } | undefined;
735
736
  floor_plan_id?: number | undefined;
736
- style_id?: number | undefined;
737
737
  }, {
738
738
  status?: "UN_RENDERED" | "RENDERING" | "RENDERED" | "FAILED" | undefined;
739
739
  id?: number | undefined;
740
+ style_id?: number | undefined;
740
741
  style?: {
741
742
  name?: string | undefined;
742
743
  id?: number | undefined;
@@ -753,7 +754,6 @@ export declare const FloorplanStylesSchema: z.ZodObject<{
753
754
  } | undefined;
754
755
  } | undefined;
755
756
  floor_plan_id?: number | undefined;
756
- style_id?: number | undefined;
757
757
  }>;
758
758
  export type FloorplanStyles = z.infer<typeof FloorplanStylesSchema>;
759
759
  export declare const FloorPlanSchema: z.ZodObject<{
@@ -913,6 +913,7 @@ export declare const FloorPlanSchema: z.ZodObject<{
913
913
  }, "strip", z.ZodTypeAny, {
914
914
  status?: "UN_RENDERED" | "RENDERING" | "RENDERED" | "FAILED" | undefined;
915
915
  id?: number | undefined;
916
+ style_id?: number | undefined;
916
917
  style?: {
917
918
  name?: string | undefined;
918
919
  id?: number | undefined;
@@ -929,10 +930,10 @@ export declare const FloorPlanSchema: z.ZodObject<{
929
930
  } | undefined;
930
931
  } | undefined;
931
932
  floor_plan_id?: number | undefined;
932
- style_id?: number | undefined;
933
933
  }, {
934
934
  status?: "UN_RENDERED" | "RENDERING" | "RENDERED" | "FAILED" | undefined;
935
935
  id?: number | undefined;
936
+ style_id?: number | undefined;
936
937
  style?: {
937
938
  name?: string | undefined;
938
939
  id?: number | undefined;
@@ -949,7 +950,6 @@ export declare const FloorPlanSchema: z.ZodObject<{
949
950
  } | undefined;
950
951
  } | undefined;
951
952
  floor_plan_id?: number | undefined;
952
- style_id?: number | undefined;
953
953
  }>, "many">>;
954
954
  }, "strip", z.ZodTypeAny, {
955
955
  name?: string | undefined;
@@ -958,6 +958,7 @@ export declare const FloorPlanSchema: z.ZodObject<{
958
958
  styles?: {
959
959
  status?: "UN_RENDERED" | "RENDERING" | "RENDERED" | "FAILED" | undefined;
960
960
  id?: number | undefined;
961
+ style_id?: number | undefined;
961
962
  style?: {
962
963
  name?: string | undefined;
963
964
  id?: number | undefined;
@@ -974,8 +975,9 @@ export declare const FloorPlanSchema: z.ZodObject<{
974
975
  } | undefined;
975
976
  } | undefined;
976
977
  floor_plan_id?: number | undefined;
977
- style_id?: number | undefined;
978
978
  }[] | undefined;
979
+ blender_version?: string | undefined;
980
+ inresi_version?: string | undefined;
979
981
  customer?: {
980
982
  id?: number | undefined;
981
983
  email?: string | undefined;
@@ -983,15 +985,6 @@ export declare const FloorPlanSchema: z.ZodObject<{
983
985
  last_name?: string | undefined;
984
986
  role?: "USER" | "ADMIN" | undefined;
985
987
  } | undefined;
986
- rooms?: {
987
- name?: string | undefined;
988
- id?: number | undefined;
989
- cameras?: number | undefined;
990
- order?: number | undefined;
991
- floor_plan_id?: number | undefined;
992
- }[] | undefined;
993
- blender_version?: string | undefined;
994
- inresi_version?: string | undefined;
995
988
  blender_file?: {
996
989
  id?: number | undefined;
997
990
  url?: string | undefined;
@@ -1002,6 +995,13 @@ export declare const FloorPlanSchema: z.ZodObject<{
1002
995
  signature: string;
1003
996
  } | undefined;
1004
997
  } | undefined;
998
+ rooms?: {
999
+ name?: string | undefined;
1000
+ id?: number | undefined;
1001
+ cameras?: number | undefined;
1002
+ order?: number | undefined;
1003
+ floor_plan_id?: number | undefined;
1004
+ }[] | undefined;
1005
1005
  }, {
1006
1006
  name?: string | undefined;
1007
1007
  id?: number | undefined;
@@ -1009,6 +1009,7 @@ export declare const FloorPlanSchema: z.ZodObject<{
1009
1009
  styles?: {
1010
1010
  status?: "UN_RENDERED" | "RENDERING" | "RENDERED" | "FAILED" | undefined;
1011
1011
  id?: number | undefined;
1012
+ style_id?: number | undefined;
1012
1013
  style?: {
1013
1014
  name?: string | undefined;
1014
1015
  id?: number | undefined;
@@ -1025,8 +1026,9 @@ export declare const FloorPlanSchema: z.ZodObject<{
1025
1026
  } | undefined;
1026
1027
  } | undefined;
1027
1028
  floor_plan_id?: number | undefined;
1028
- style_id?: number | undefined;
1029
1029
  }[] | undefined;
1030
+ blender_version?: string | undefined;
1031
+ inresi_version?: string | undefined;
1030
1032
  customer?: {
1031
1033
  id?: number | undefined;
1032
1034
  email?: string | undefined;
@@ -1034,15 +1036,6 @@ export declare const FloorPlanSchema: z.ZodObject<{
1034
1036
  last_name?: string | undefined;
1035
1037
  role?: "USER" | "ADMIN" | undefined;
1036
1038
  } | undefined;
1037
- rooms?: {
1038
- name?: string | undefined;
1039
- id?: number | undefined;
1040
- cameras?: number | undefined;
1041
- order?: number | undefined;
1042
- floor_plan_id?: number | undefined;
1043
- }[] | undefined;
1044
- blender_version?: string | undefined;
1045
- inresi_version?: string | undefined;
1046
1039
  blender_file?: {
1047
1040
  id?: number | undefined;
1048
1041
  url?: string | undefined;
@@ -1053,6 +1046,13 @@ export declare const FloorPlanSchema: z.ZodObject<{
1053
1046
  signature: string;
1054
1047
  } | undefined;
1055
1048
  } | undefined;
1049
+ rooms?: {
1050
+ name?: string | undefined;
1051
+ id?: number | undefined;
1052
+ cameras?: number | undefined;
1053
+ order?: number | undefined;
1054
+ floor_plan_id?: number | undefined;
1055
+ }[] | undefined;
1056
1056
  }>;
1057
1057
  export type FloorPlan = z.infer<typeof FloorPlanSchema>;
1058
1058
  export declare const PropertySchema: z.ZodObject<{
@@ -1581,6 +1581,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1581
1581
  }, "strip", z.ZodTypeAny, {
1582
1582
  id?: number | undefined;
1583
1583
  unit_id?: number | undefined;
1584
+ style_id?: number | undefined;
1584
1585
  style?: {
1585
1586
  name?: string | undefined;
1586
1587
  id?: number | undefined;
@@ -1596,10 +1597,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1596
1597
  } | undefined;
1597
1598
  } | undefined;
1598
1599
  } | undefined;
1599
- floor_plan_id?: number | undefined;
1600
- style_id?: number | undefined;
1601
- visible_on_website?: boolean | undefined;
1602
- floor_plan_data?: {
1600
+ colorful_floor_plan_image?: {
1603
1601
  id?: number | undefined;
1604
1602
  url?: string | undefined;
1605
1603
  media_type?: "image" | "video" | undefined;
@@ -1609,7 +1607,9 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1609
1607
  signature: string;
1610
1608
  } | undefined;
1611
1609
  } | undefined;
1612
- floor_plan_extents_data?: {
1610
+ floor_plan_id?: number | undefined;
1611
+ visible_on_website?: boolean | undefined;
1612
+ floor_plan_data?: {
1613
1613
  id?: number | undefined;
1614
1614
  url?: string | undefined;
1615
1615
  media_type?: "image" | "video" | undefined;
@@ -1619,7 +1619,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1619
1619
  signature: string;
1620
1620
  } | undefined;
1621
1621
  } | undefined;
1622
- floor_plan_image_data?: {
1622
+ floor_plan_extents_data?: {
1623
1623
  id?: number | undefined;
1624
1624
  url?: string | undefined;
1625
1625
  media_type?: "image" | "video" | undefined;
@@ -1629,7 +1629,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1629
1629
  signature: string;
1630
1630
  } | undefined;
1631
1631
  } | undefined;
1632
- colorful_floor_plan_image?: {
1632
+ floor_plan_image_data?: {
1633
1633
  id?: number | undefined;
1634
1634
  url?: string | undefined;
1635
1635
  media_type?: "image" | "video" | undefined;
@@ -1662,6 +1662,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1662
1662
  }, {
1663
1663
  id?: number | undefined;
1664
1664
  unit_id?: number | undefined;
1665
+ style_id?: number | undefined;
1665
1666
  style?: {
1666
1667
  name?: string | undefined;
1667
1668
  id?: number | undefined;
@@ -1677,10 +1678,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1677
1678
  } | undefined;
1678
1679
  } | undefined;
1679
1680
  } | undefined;
1680
- floor_plan_id?: number | undefined;
1681
- style_id?: number | undefined;
1682
- visible_on_website?: boolean | undefined;
1683
- floor_plan_data?: {
1681
+ colorful_floor_plan_image?: {
1684
1682
  id?: number | undefined;
1685
1683
  url?: string | undefined;
1686
1684
  media_type?: "image" | "video" | undefined;
@@ -1690,7 +1688,9 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1690
1688
  signature: string;
1691
1689
  } | undefined;
1692
1690
  } | undefined;
1693
- floor_plan_extents_data?: {
1691
+ floor_plan_id?: number | undefined;
1692
+ visible_on_website?: boolean | undefined;
1693
+ floor_plan_data?: {
1694
1694
  id?: number | undefined;
1695
1695
  url?: string | undefined;
1696
1696
  media_type?: "image" | "video" | undefined;
@@ -1700,7 +1700,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1700
1700
  signature: string;
1701
1701
  } | undefined;
1702
1702
  } | undefined;
1703
- floor_plan_image_data?: {
1703
+ floor_plan_extents_data?: {
1704
1704
  id?: number | undefined;
1705
1705
  url?: string | undefined;
1706
1706
  media_type?: "image" | "video" | undefined;
@@ -1710,7 +1710,7 @@ export declare const RenderedStyleSchema: z.ZodObject<{
1710
1710
  signature: string;
1711
1711
  } | undefined;
1712
1712
  } | undefined;
1713
- colorful_floor_plan_image?: {
1713
+ floor_plan_image_data?: {
1714
1714
  id?: number | undefined;
1715
1715
  url?: string | undefined;
1716
1716
  media_type?: "image" | "video" | undefined;
@@ -2061,6 +2061,7 @@ export declare const UnitSchema: z.ZodObject<{
2061
2061
  }, "strip", z.ZodTypeAny, {
2062
2062
  id?: number | undefined;
2063
2063
  unit_id?: number | undefined;
2064
+ style_id?: number | undefined;
2064
2065
  style?: {
2065
2066
  name?: string | undefined;
2066
2067
  id?: number | undefined;
@@ -2076,10 +2077,7 @@ export declare const UnitSchema: z.ZodObject<{
2076
2077
  } | undefined;
2077
2078
  } | undefined;
2078
2079
  } | undefined;
2079
- floor_plan_id?: number | undefined;
2080
- style_id?: number | undefined;
2081
- visible_on_website?: boolean | undefined;
2082
- floor_plan_data?: {
2080
+ colorful_floor_plan_image?: {
2083
2081
  id?: number | undefined;
2084
2082
  url?: string | undefined;
2085
2083
  media_type?: "image" | "video" | undefined;
@@ -2089,7 +2087,9 @@ export declare const UnitSchema: z.ZodObject<{
2089
2087
  signature: string;
2090
2088
  } | undefined;
2091
2089
  } | undefined;
2092
- floor_plan_extents_data?: {
2090
+ floor_plan_id?: number | undefined;
2091
+ visible_on_website?: boolean | undefined;
2092
+ floor_plan_data?: {
2093
2093
  id?: number | undefined;
2094
2094
  url?: string | undefined;
2095
2095
  media_type?: "image" | "video" | undefined;
@@ -2099,7 +2099,7 @@ export declare const UnitSchema: z.ZodObject<{
2099
2099
  signature: string;
2100
2100
  } | undefined;
2101
2101
  } | undefined;
2102
- floor_plan_image_data?: {
2102
+ floor_plan_extents_data?: {
2103
2103
  id?: number | undefined;
2104
2104
  url?: string | undefined;
2105
2105
  media_type?: "image" | "video" | undefined;
@@ -2109,7 +2109,7 @@ export declare const UnitSchema: z.ZodObject<{
2109
2109
  signature: string;
2110
2110
  } | undefined;
2111
2111
  } | undefined;
2112
- colorful_floor_plan_image?: {
2112
+ floor_plan_image_data?: {
2113
2113
  id?: number | undefined;
2114
2114
  url?: string | undefined;
2115
2115
  media_type?: "image" | "video" | undefined;
@@ -2142,6 +2142,7 @@ export declare const UnitSchema: z.ZodObject<{
2142
2142
  }, {
2143
2143
  id?: number | undefined;
2144
2144
  unit_id?: number | undefined;
2145
+ style_id?: number | undefined;
2145
2146
  style?: {
2146
2147
  name?: string | undefined;
2147
2148
  id?: number | undefined;
@@ -2157,10 +2158,7 @@ export declare const UnitSchema: z.ZodObject<{
2157
2158
  } | undefined;
2158
2159
  } | undefined;
2159
2160
  } | undefined;
2160
- floor_plan_id?: number | undefined;
2161
- style_id?: number | undefined;
2162
- visible_on_website?: boolean | undefined;
2163
- floor_plan_data?: {
2161
+ colorful_floor_plan_image?: {
2164
2162
  id?: number | undefined;
2165
2163
  url?: string | undefined;
2166
2164
  media_type?: "image" | "video" | undefined;
@@ -2170,7 +2168,9 @@ export declare const UnitSchema: z.ZodObject<{
2170
2168
  signature: string;
2171
2169
  } | undefined;
2172
2170
  } | undefined;
2173
- floor_plan_extents_data?: {
2171
+ floor_plan_id?: number | undefined;
2172
+ visible_on_website?: boolean | undefined;
2173
+ floor_plan_data?: {
2174
2174
  id?: number | undefined;
2175
2175
  url?: string | undefined;
2176
2176
  media_type?: "image" | "video" | undefined;
@@ -2180,7 +2180,7 @@ export declare const UnitSchema: z.ZodObject<{
2180
2180
  signature: string;
2181
2181
  } | undefined;
2182
2182
  } | undefined;
2183
- floor_plan_image_data?: {
2183
+ floor_plan_extents_data?: {
2184
2184
  id?: number | undefined;
2185
2185
  url?: string | undefined;
2186
2186
  media_type?: "image" | "video" | undefined;
@@ -2190,7 +2190,7 @@ export declare const UnitSchema: z.ZodObject<{
2190
2190
  signature: string;
2191
2191
  } | undefined;
2192
2192
  } | undefined;
2193
- colorful_floor_plan_image?: {
2193
+ floor_plan_image_data?: {
2194
2194
  id?: number | undefined;
2195
2195
  url?: string | undefined;
2196
2196
  media_type?: "image" | "video" | undefined;
@@ -2405,6 +2405,7 @@ export declare const UnitSchema: z.ZodObject<{
2405
2405
  rendered_style?: {
2406
2406
  id?: number | undefined;
2407
2407
  unit_id?: number | undefined;
2408
+ style_id?: number | undefined;
2408
2409
  style?: {
2409
2410
  name?: string | undefined;
2410
2411
  id?: number | undefined;
@@ -2420,10 +2421,7 @@ export declare const UnitSchema: z.ZodObject<{
2420
2421
  } | undefined;
2421
2422
  } | undefined;
2422
2423
  } | undefined;
2423
- floor_plan_id?: number | undefined;
2424
- style_id?: number | undefined;
2425
- visible_on_website?: boolean | undefined;
2426
- floor_plan_data?: {
2424
+ colorful_floor_plan_image?: {
2427
2425
  id?: number | undefined;
2428
2426
  url?: string | undefined;
2429
2427
  media_type?: "image" | "video" | undefined;
@@ -2433,7 +2431,9 @@ export declare const UnitSchema: z.ZodObject<{
2433
2431
  signature: string;
2434
2432
  } | undefined;
2435
2433
  } | undefined;
2436
- floor_plan_extents_data?: {
2434
+ floor_plan_id?: number | undefined;
2435
+ visible_on_website?: boolean | undefined;
2436
+ floor_plan_data?: {
2437
2437
  id?: number | undefined;
2438
2438
  url?: string | undefined;
2439
2439
  media_type?: "image" | "video" | undefined;
@@ -2443,7 +2443,7 @@ export declare const UnitSchema: z.ZodObject<{
2443
2443
  signature: string;
2444
2444
  } | undefined;
2445
2445
  } | undefined;
2446
- floor_plan_image_data?: {
2446
+ floor_plan_extents_data?: {
2447
2447
  id?: number | undefined;
2448
2448
  url?: string | undefined;
2449
2449
  media_type?: "image" | "video" | undefined;
@@ -2453,7 +2453,7 @@ export declare const UnitSchema: z.ZodObject<{
2453
2453
  signature: string;
2454
2454
  } | undefined;
2455
2455
  } | undefined;
2456
- colorful_floor_plan_image?: {
2456
+ floor_plan_image_data?: {
2457
2457
  id?: number | undefined;
2458
2458
  url?: string | undefined;
2459
2459
  media_type?: "image" | "video" | undefined;
@@ -2544,6 +2544,7 @@ export declare const UnitSchema: z.ZodObject<{
2544
2544
  rendered_style?: {
2545
2545
  id?: number | undefined;
2546
2546
  unit_id?: number | undefined;
2547
+ style_id?: number | undefined;
2547
2548
  style?: {
2548
2549
  name?: string | undefined;
2549
2550
  id?: number | undefined;
@@ -2559,10 +2560,7 @@ export declare const UnitSchema: z.ZodObject<{
2559
2560
  } | undefined;
2560
2561
  } | undefined;
2561
2562
  } | undefined;
2562
- floor_plan_id?: number | undefined;
2563
- style_id?: number | undefined;
2564
- visible_on_website?: boolean | undefined;
2565
- floor_plan_data?: {
2563
+ colorful_floor_plan_image?: {
2566
2564
  id?: number | undefined;
2567
2565
  url?: string | undefined;
2568
2566
  media_type?: "image" | "video" | undefined;
@@ -2572,7 +2570,9 @@ export declare const UnitSchema: z.ZodObject<{
2572
2570
  signature: string;
2573
2571
  } | undefined;
2574
2572
  } | undefined;
2575
- floor_plan_extents_data?: {
2573
+ floor_plan_id?: number | undefined;
2574
+ visible_on_website?: boolean | undefined;
2575
+ floor_plan_data?: {
2576
2576
  id?: number | undefined;
2577
2577
  url?: string | undefined;
2578
2578
  media_type?: "image" | "video" | undefined;
@@ -2582,7 +2582,7 @@ export declare const UnitSchema: z.ZodObject<{
2582
2582
  signature: string;
2583
2583
  } | undefined;
2584
2584
  } | undefined;
2585
- floor_plan_image_data?: {
2585
+ floor_plan_extents_data?: {
2586
2586
  id?: number | undefined;
2587
2587
  url?: string | undefined;
2588
2588
  media_type?: "image" | "video" | undefined;
@@ -2592,7 +2592,7 @@ export declare const UnitSchema: z.ZodObject<{
2592
2592
  signature: string;
2593
2593
  } | undefined;
2594
2594
  } | undefined;
2595
- colorful_floor_plan_image?: {
2595
+ floor_plan_image_data?: {
2596
2596
  id?: number | undefined;
2597
2597
  url?: string | undefined;
2598
2598
  media_type?: "image" | "video" | undefined;
@@ -2968,6 +2968,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
2968
2968
  }, "strip", z.ZodTypeAny, {
2969
2969
  id?: number | undefined;
2970
2970
  unit_id?: number | undefined;
2971
+ style_id?: number | undefined;
2971
2972
  style?: {
2972
2973
  name?: string | undefined;
2973
2974
  id?: number | undefined;
@@ -2983,10 +2984,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
2983
2984
  } | undefined;
2984
2985
  } | undefined;
2985
2986
  } | undefined;
2986
- floor_plan_id?: number | undefined;
2987
- style_id?: number | undefined;
2988
- visible_on_website?: boolean | undefined;
2989
- floor_plan_data?: {
2987
+ colorful_floor_plan_image?: {
2990
2988
  id?: number | undefined;
2991
2989
  url?: string | undefined;
2992
2990
  media_type?: "image" | "video" | undefined;
@@ -2996,7 +2994,9 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
2996
2994
  signature: string;
2997
2995
  } | undefined;
2998
2996
  } | undefined;
2999
- floor_plan_extents_data?: {
2997
+ floor_plan_id?: number | undefined;
2998
+ visible_on_website?: boolean | undefined;
2999
+ floor_plan_data?: {
3000
3000
  id?: number | undefined;
3001
3001
  url?: string | undefined;
3002
3002
  media_type?: "image" | "video" | undefined;
@@ -3006,7 +3006,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3006
3006
  signature: string;
3007
3007
  } | undefined;
3008
3008
  } | undefined;
3009
- floor_plan_image_data?: {
3009
+ floor_plan_extents_data?: {
3010
3010
  id?: number | undefined;
3011
3011
  url?: string | undefined;
3012
3012
  media_type?: "image" | "video" | undefined;
@@ -3016,7 +3016,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3016
3016
  signature: string;
3017
3017
  } | undefined;
3018
3018
  } | undefined;
3019
- colorful_floor_plan_image?: {
3019
+ floor_plan_image_data?: {
3020
3020
  id?: number | undefined;
3021
3021
  url?: string | undefined;
3022
3022
  media_type?: "image" | "video" | undefined;
@@ -3049,6 +3049,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3049
3049
  }, {
3050
3050
  id?: number | undefined;
3051
3051
  unit_id?: number | undefined;
3052
+ style_id?: number | undefined;
3052
3053
  style?: {
3053
3054
  name?: string | undefined;
3054
3055
  id?: number | undefined;
@@ -3064,10 +3065,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3064
3065
  } | undefined;
3065
3066
  } | undefined;
3066
3067
  } | undefined;
3067
- floor_plan_id?: number | undefined;
3068
- style_id?: number | undefined;
3069
- visible_on_website?: boolean | undefined;
3070
- floor_plan_data?: {
3068
+ colorful_floor_plan_image?: {
3071
3069
  id?: number | undefined;
3072
3070
  url?: string | undefined;
3073
3071
  media_type?: "image" | "video" | undefined;
@@ -3077,7 +3075,9 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3077
3075
  signature: string;
3078
3076
  } | undefined;
3079
3077
  } | undefined;
3080
- floor_plan_extents_data?: {
3078
+ floor_plan_id?: number | undefined;
3079
+ visible_on_website?: boolean | undefined;
3080
+ floor_plan_data?: {
3081
3081
  id?: number | undefined;
3082
3082
  url?: string | undefined;
3083
3083
  media_type?: "image" | "video" | undefined;
@@ -3087,7 +3087,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3087
3087
  signature: string;
3088
3088
  } | undefined;
3089
3089
  } | undefined;
3090
- floor_plan_image_data?: {
3090
+ floor_plan_extents_data?: {
3091
3091
  id?: number | undefined;
3092
3092
  url?: string | undefined;
3093
3093
  media_type?: "image" | "video" | undefined;
@@ -3097,7 +3097,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3097
3097
  signature: string;
3098
3098
  } | undefined;
3099
3099
  } | undefined;
3100
- colorful_floor_plan_image?: {
3100
+ floor_plan_image_data?: {
3101
3101
  id?: number | undefined;
3102
3102
  url?: string | undefined;
3103
3103
  media_type?: "image" | "video" | undefined;
@@ -3312,6 +3312,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3312
3312
  rendered_style?: {
3313
3313
  id?: number | undefined;
3314
3314
  unit_id?: number | undefined;
3315
+ style_id?: number | undefined;
3315
3316
  style?: {
3316
3317
  name?: string | undefined;
3317
3318
  id?: number | undefined;
@@ -3327,10 +3328,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3327
3328
  } | undefined;
3328
3329
  } | undefined;
3329
3330
  } | undefined;
3330
- floor_plan_id?: number | undefined;
3331
- style_id?: number | undefined;
3332
- visible_on_website?: boolean | undefined;
3333
- floor_plan_data?: {
3331
+ colorful_floor_plan_image?: {
3334
3332
  id?: number | undefined;
3335
3333
  url?: string | undefined;
3336
3334
  media_type?: "image" | "video" | undefined;
@@ -3340,7 +3338,9 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3340
3338
  signature: string;
3341
3339
  } | undefined;
3342
3340
  } | undefined;
3343
- floor_plan_extents_data?: {
3341
+ floor_plan_id?: number | undefined;
3342
+ visible_on_website?: boolean | undefined;
3343
+ floor_plan_data?: {
3344
3344
  id?: number | undefined;
3345
3345
  url?: string | undefined;
3346
3346
  media_type?: "image" | "video" | undefined;
@@ -3350,7 +3350,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3350
3350
  signature: string;
3351
3351
  } | undefined;
3352
3352
  } | undefined;
3353
- floor_plan_image_data?: {
3353
+ floor_plan_extents_data?: {
3354
3354
  id?: number | undefined;
3355
3355
  url?: string | undefined;
3356
3356
  media_type?: "image" | "video" | undefined;
@@ -3360,7 +3360,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3360
3360
  signature: string;
3361
3361
  } | undefined;
3362
3362
  } | undefined;
3363
- colorful_floor_plan_image?: {
3363
+ floor_plan_image_data?: {
3364
3364
  id?: number | undefined;
3365
3365
  url?: string | undefined;
3366
3366
  media_type?: "image" | "video" | undefined;
@@ -3451,6 +3451,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3451
3451
  rendered_style?: {
3452
3452
  id?: number | undefined;
3453
3453
  unit_id?: number | undefined;
3454
+ style_id?: number | undefined;
3454
3455
  style?: {
3455
3456
  name?: string | undefined;
3456
3457
  id?: number | undefined;
@@ -3466,10 +3467,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3466
3467
  } | undefined;
3467
3468
  } | undefined;
3468
3469
  } | undefined;
3469
- floor_plan_id?: number | undefined;
3470
- style_id?: number | undefined;
3471
- visible_on_website?: boolean | undefined;
3472
- floor_plan_data?: {
3470
+ colorful_floor_plan_image?: {
3473
3471
  id?: number | undefined;
3474
3472
  url?: string | undefined;
3475
3473
  media_type?: "image" | "video" | undefined;
@@ -3479,7 +3477,9 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3479
3477
  signature: string;
3480
3478
  } | undefined;
3481
3479
  } | undefined;
3482
- floor_plan_extents_data?: {
3480
+ floor_plan_id?: number | undefined;
3481
+ visible_on_website?: boolean | undefined;
3482
+ floor_plan_data?: {
3483
3483
  id?: number | undefined;
3484
3484
  url?: string | undefined;
3485
3485
  media_type?: "image" | "video" | undefined;
@@ -3489,7 +3489,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3489
3489
  signature: string;
3490
3490
  } | undefined;
3491
3491
  } | undefined;
3492
- floor_plan_image_data?: {
3492
+ floor_plan_extents_data?: {
3493
3493
  id?: number | undefined;
3494
3494
  url?: string | undefined;
3495
3495
  media_type?: "image" | "video" | undefined;
@@ -3499,7 +3499,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3499
3499
  signature: string;
3500
3500
  } | undefined;
3501
3501
  } | undefined;
3502
- colorful_floor_plan_image?: {
3502
+ floor_plan_image_data?: {
3503
3503
  id?: number | undefined;
3504
3504
  url?: string | undefined;
3505
3505
  media_type?: "image" | "video" | undefined;
@@ -3846,6 +3846,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3846
3846
  }, "strip", z.ZodTypeAny, {
3847
3847
  id?: number | undefined;
3848
3848
  unit_id?: number | undefined;
3849
+ style_id?: number | undefined;
3849
3850
  style?: {
3850
3851
  name?: string | undefined;
3851
3852
  id?: number | undefined;
@@ -3861,10 +3862,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3861
3862
  } | undefined;
3862
3863
  } | undefined;
3863
3864
  } | undefined;
3864
- floor_plan_id?: number | undefined;
3865
- style_id?: number | undefined;
3866
- visible_on_website?: boolean | undefined;
3867
- floor_plan_data?: {
3865
+ colorful_floor_plan_image?: {
3868
3866
  id?: number | undefined;
3869
3867
  url?: string | undefined;
3870
3868
  media_type?: "image" | "video" | undefined;
@@ -3874,7 +3872,9 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3874
3872
  signature: string;
3875
3873
  } | undefined;
3876
3874
  } | undefined;
3877
- floor_plan_extents_data?: {
3875
+ floor_plan_id?: number | undefined;
3876
+ visible_on_website?: boolean | undefined;
3877
+ floor_plan_data?: {
3878
3878
  id?: number | undefined;
3879
3879
  url?: string | undefined;
3880
3880
  media_type?: "image" | "video" | undefined;
@@ -3884,7 +3884,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3884
3884
  signature: string;
3885
3885
  } | undefined;
3886
3886
  } | undefined;
3887
- floor_plan_image_data?: {
3887
+ floor_plan_extents_data?: {
3888
3888
  id?: number | undefined;
3889
3889
  url?: string | undefined;
3890
3890
  media_type?: "image" | "video" | undefined;
@@ -3894,7 +3894,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3894
3894
  signature: string;
3895
3895
  } | undefined;
3896
3896
  } | undefined;
3897
- colorful_floor_plan_image?: {
3897
+ floor_plan_image_data?: {
3898
3898
  id?: number | undefined;
3899
3899
  url?: string | undefined;
3900
3900
  media_type?: "image" | "video" | undefined;
@@ -3927,6 +3927,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3927
3927
  }, {
3928
3928
  id?: number | undefined;
3929
3929
  unit_id?: number | undefined;
3930
+ style_id?: number | undefined;
3930
3931
  style?: {
3931
3932
  name?: string | undefined;
3932
3933
  id?: number | undefined;
@@ -3942,10 +3943,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3942
3943
  } | undefined;
3943
3944
  } | undefined;
3944
3945
  } | undefined;
3945
- floor_plan_id?: number | undefined;
3946
- style_id?: number | undefined;
3947
- visible_on_website?: boolean | undefined;
3948
- floor_plan_data?: {
3946
+ colorful_floor_plan_image?: {
3949
3947
  id?: number | undefined;
3950
3948
  url?: string | undefined;
3951
3949
  media_type?: "image" | "video" | undefined;
@@ -3955,7 +3953,9 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3955
3953
  signature: string;
3956
3954
  } | undefined;
3957
3955
  } | undefined;
3958
- floor_plan_extents_data?: {
3956
+ floor_plan_id?: number | undefined;
3957
+ visible_on_website?: boolean | undefined;
3958
+ floor_plan_data?: {
3959
3959
  id?: number | undefined;
3960
3960
  url?: string | undefined;
3961
3961
  media_type?: "image" | "video" | undefined;
@@ -3965,7 +3965,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3965
3965
  signature: string;
3966
3966
  } | undefined;
3967
3967
  } | undefined;
3968
- floor_plan_image_data?: {
3968
+ floor_plan_extents_data?: {
3969
3969
  id?: number | undefined;
3970
3970
  url?: string | undefined;
3971
3971
  media_type?: "image" | "video" | undefined;
@@ -3975,7 +3975,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
3975
3975
  signature: string;
3976
3976
  } | undefined;
3977
3977
  } | undefined;
3978
- colorful_floor_plan_image?: {
3978
+ floor_plan_image_data?: {
3979
3979
  id?: number | undefined;
3980
3980
  url?: string | undefined;
3981
3981
  media_type?: "image" | "video" | undefined;
@@ -4059,6 +4059,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4059
4059
  rendered_style?: {
4060
4060
  id?: number | undefined;
4061
4061
  unit_id?: number | undefined;
4062
+ style_id?: number | undefined;
4062
4063
  style?: {
4063
4064
  name?: string | undefined;
4064
4065
  id?: number | undefined;
@@ -4074,10 +4075,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4074
4075
  } | undefined;
4075
4076
  } | undefined;
4076
4077
  } | undefined;
4077
- floor_plan_id?: number | undefined;
4078
- style_id?: number | undefined;
4079
- visible_on_website?: boolean | undefined;
4080
- floor_plan_data?: {
4078
+ colorful_floor_plan_image?: {
4081
4079
  id?: number | undefined;
4082
4080
  url?: string | undefined;
4083
4081
  media_type?: "image" | "video" | undefined;
@@ -4087,7 +4085,9 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4087
4085
  signature: string;
4088
4086
  } | undefined;
4089
4087
  } | undefined;
4090
- floor_plan_extents_data?: {
4088
+ floor_plan_id?: number | undefined;
4089
+ visible_on_website?: boolean | undefined;
4090
+ floor_plan_data?: {
4091
4091
  id?: number | undefined;
4092
4092
  url?: string | undefined;
4093
4093
  media_type?: "image" | "video" | undefined;
@@ -4097,7 +4097,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4097
4097
  signature: string;
4098
4098
  } | undefined;
4099
4099
  } | undefined;
4100
- floor_plan_image_data?: {
4100
+ floor_plan_extents_data?: {
4101
4101
  id?: number | undefined;
4102
4102
  url?: string | undefined;
4103
4103
  media_type?: "image" | "video" | undefined;
@@ -4107,7 +4107,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4107
4107
  signature: string;
4108
4108
  } | undefined;
4109
4109
  } | undefined;
4110
- colorful_floor_plan_image?: {
4110
+ floor_plan_image_data?: {
4111
4111
  id?: number | undefined;
4112
4112
  url?: string | undefined;
4113
4113
  media_type?: "image" | "video" | undefined;
@@ -4178,6 +4178,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4178
4178
  rendered_style?: {
4179
4179
  id?: number | undefined;
4180
4180
  unit_id?: number | undefined;
4181
+ style_id?: number | undefined;
4181
4182
  style?: {
4182
4183
  name?: string | undefined;
4183
4184
  id?: number | undefined;
@@ -4193,10 +4194,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4193
4194
  } | undefined;
4194
4195
  } | undefined;
4195
4196
  } | undefined;
4196
- floor_plan_id?: number | undefined;
4197
- style_id?: number | undefined;
4198
- visible_on_website?: boolean | undefined;
4199
- floor_plan_data?: {
4197
+ colorful_floor_plan_image?: {
4200
4198
  id?: number | undefined;
4201
4199
  url?: string | undefined;
4202
4200
  media_type?: "image" | "video" | undefined;
@@ -4206,7 +4204,9 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4206
4204
  signature: string;
4207
4205
  } | undefined;
4208
4206
  } | undefined;
4209
- floor_plan_extents_data?: {
4207
+ floor_plan_id?: number | undefined;
4208
+ visible_on_website?: boolean | undefined;
4209
+ floor_plan_data?: {
4210
4210
  id?: number | undefined;
4211
4211
  url?: string | undefined;
4212
4212
  media_type?: "image" | "video" | undefined;
@@ -4216,7 +4216,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4216
4216
  signature: string;
4217
4217
  } | undefined;
4218
4218
  } | undefined;
4219
- floor_plan_image_data?: {
4219
+ floor_plan_extents_data?: {
4220
4220
  id?: number | undefined;
4221
4221
  url?: string | undefined;
4222
4222
  media_type?: "image" | "video" | undefined;
@@ -4226,7 +4226,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4226
4226
  signature: string;
4227
4227
  } | undefined;
4228
4228
  } | undefined;
4229
- colorful_floor_plan_image?: {
4229
+ floor_plan_image_data?: {
4230
4230
  id?: number | undefined;
4231
4231
  url?: string | undefined;
4232
4232
  media_type?: "image" | "video" | undefined;
@@ -4296,6 +4296,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4296
4296
  rendered_style?: {
4297
4297
  id?: number | undefined;
4298
4298
  unit_id?: number | undefined;
4299
+ style_id?: number | undefined;
4299
4300
  style?: {
4300
4301
  name?: string | undefined;
4301
4302
  id?: number | undefined;
@@ -4311,10 +4312,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4311
4312
  } | undefined;
4312
4313
  } | undefined;
4313
4314
  } | undefined;
4314
- floor_plan_id?: number | undefined;
4315
- style_id?: number | undefined;
4316
- visible_on_website?: boolean | undefined;
4317
- floor_plan_data?: {
4315
+ colorful_floor_plan_image?: {
4318
4316
  id?: number | undefined;
4319
4317
  url?: string | undefined;
4320
4318
  media_type?: "image" | "video" | undefined;
@@ -4324,7 +4322,9 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4324
4322
  signature: string;
4325
4323
  } | undefined;
4326
4324
  } | undefined;
4327
- floor_plan_extents_data?: {
4325
+ floor_plan_id?: number | undefined;
4326
+ visible_on_website?: boolean | undefined;
4327
+ floor_plan_data?: {
4328
4328
  id?: number | undefined;
4329
4329
  url?: string | undefined;
4330
4330
  media_type?: "image" | "video" | undefined;
@@ -4334,7 +4334,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4334
4334
  signature: string;
4335
4335
  } | undefined;
4336
4336
  } | undefined;
4337
- floor_plan_image_data?: {
4337
+ floor_plan_extents_data?: {
4338
4338
  id?: number | undefined;
4339
4339
  url?: string | undefined;
4340
4340
  media_type?: "image" | "video" | undefined;
@@ -4344,7 +4344,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4344
4344
  signature: string;
4345
4345
  } | undefined;
4346
4346
  } | undefined;
4347
- colorful_floor_plan_image?: {
4347
+ floor_plan_image_data?: {
4348
4348
  id?: number | undefined;
4349
4349
  url?: string | undefined;
4350
4350
  media_type?: "image" | "video" | undefined;
@@ -4415,6 +4415,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4415
4415
  rendered_style?: {
4416
4416
  id?: number | undefined;
4417
4417
  unit_id?: number | undefined;
4418
+ style_id?: number | undefined;
4418
4419
  style?: {
4419
4420
  name?: string | undefined;
4420
4421
  id?: number | undefined;
@@ -4430,10 +4431,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4430
4431
  } | undefined;
4431
4432
  } | undefined;
4432
4433
  } | undefined;
4433
- floor_plan_id?: number | undefined;
4434
- style_id?: number | undefined;
4435
- visible_on_website?: boolean | undefined;
4436
- floor_plan_data?: {
4434
+ colorful_floor_plan_image?: {
4437
4435
  id?: number | undefined;
4438
4436
  url?: string | undefined;
4439
4437
  media_type?: "image" | "video" | undefined;
@@ -4443,7 +4441,9 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4443
4441
  signature: string;
4444
4442
  } | undefined;
4445
4443
  } | undefined;
4446
- floor_plan_extents_data?: {
4444
+ floor_plan_id?: number | undefined;
4445
+ visible_on_website?: boolean | undefined;
4446
+ floor_plan_data?: {
4447
4447
  id?: number | undefined;
4448
4448
  url?: string | undefined;
4449
4449
  media_type?: "image" | "video" | undefined;
@@ -4453,7 +4453,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4453
4453
  signature: string;
4454
4454
  } | undefined;
4455
4455
  } | undefined;
4456
- floor_plan_image_data?: {
4456
+ floor_plan_extents_data?: {
4457
4457
  id?: number | undefined;
4458
4458
  url?: string | undefined;
4459
4459
  media_type?: "image" | "video" | undefined;
@@ -4463,7 +4463,7 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
4463
4463
  signature: string;
4464
4464
  } | undefined;
4465
4465
  } | undefined;
4466
- colorful_floor_plan_image?: {
4466
+ floor_plan_image_data?: {
4467
4467
  id?: number | undefined;
4468
4468
  url?: string | undefined;
4469
4469
  media_type?: "image" | "video" | undefined;
@@ -4980,6 +4980,8 @@ export declare const FurnitureInRoomsSchema: z.ZodObject<{
4980
4980
  }>>;
4981
4981
  }, "strip", z.ZodTypeAny, {
4982
4982
  id?: number | undefined;
4983
+ furniture_id?: number | undefined;
4984
+ style_id?: number | undefined;
4983
4985
  style?: {
4984
4986
  name?: string | undefined;
4985
4987
  id?: number | undefined;
@@ -4996,9 +4998,7 @@ export declare const FurnitureInRoomsSchema: z.ZodObject<{
4996
4998
  } | undefined;
4997
4999
  } | undefined;
4998
5000
  floor_plan_id?: number | undefined;
4999
- style_id?: number | undefined;
5000
5001
  room_id?: number | undefined;
5001
- furniture_id?: number | undefined;
5002
5002
  furniture?: {
5003
5003
  name?: string | undefined;
5004
5004
  id?: number | undefined;
@@ -5039,6 +5039,8 @@ export declare const FurnitureInRoomsSchema: z.ZodObject<{
5039
5039
  } | undefined;
5040
5040
  }, {
5041
5041
  id?: number | undefined;
5042
+ furniture_id?: number | undefined;
5043
+ style_id?: number | undefined;
5042
5044
  style?: {
5043
5045
  name?: string | undefined;
5044
5046
  id?: number | undefined;
@@ -5055,9 +5057,7 @@ export declare const FurnitureInRoomsSchema: z.ZodObject<{
5055
5057
  } | undefined;
5056
5058
  } | undefined;
5057
5059
  floor_plan_id?: number | undefined;
5058
- style_id?: number | undefined;
5059
5060
  room_id?: number | undefined;
5060
- furniture_id?: number | undefined;
5061
5061
  furniture?: {
5062
5062
  name?: string | undefined;
5063
5063
  id?: number | undefined;
@@ -5173,8 +5173,8 @@ export declare const RenderJobSchema: z.ZodObject<{
5173
5173
  id: number;
5174
5174
  created_at: string;
5175
5175
  updated_at: string;
5176
- floor_plan_id: number;
5177
5176
  style_id: number;
5177
+ floor_plan_id: number;
5178
5178
  queue_id: number;
5179
5179
  data?: Record<string, unknown> | undefined;
5180
5180
  version?: number | undefined;
@@ -5189,8 +5189,8 @@ export declare const RenderJobSchema: z.ZodObject<{
5189
5189
  id: number;
5190
5190
  created_at: string;
5191
5191
  updated_at: string;
5192
- floor_plan_id: number;
5193
5192
  style_id: number;
5193
+ floor_plan_id: number;
5194
5194
  queue_id: number;
5195
5195
  data?: Record<string, unknown> | undefined;
5196
5196
  version?: number | undefined;
@@ -5258,18 +5258,18 @@ export declare const UserWebhookSchema: z.ZodObject<{
5258
5258
  url: string;
5259
5259
  created_at: string;
5260
5260
  updated_at: string;
5261
+ account_id: number;
5261
5262
  secret: string;
5262
5263
  is_active: boolean;
5263
- account_id: number;
5264
5264
  }, {
5265
5265
  name: string;
5266
5266
  id: number;
5267
5267
  url: string;
5268
5268
  created_at: string;
5269
5269
  updated_at: string;
5270
+ account_id: number;
5270
5271
  secret: string;
5271
5272
  is_active: boolean;
5272
- account_id: number;
5273
5273
  }>;
5274
5274
  export type UserWebhook = z.infer<typeof UserWebhookSchema>;
5275
5275
  export declare const OverviewImageSchema: z.ZodObject<{