@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.
- package/dist/api/api.generated.d.ts +1009 -30
- package/dist/api/cms-schemas.generated.cjs +1 -1
- package/dist/api/cms-schemas.generated.cjs.map +1 -1
- package/dist/api/cms-schemas.generated.d.ts +236 -236
- package/dist/api/cms-schemas.generated.mjs +77 -77
- package/dist/api/cms-schemas.generated.mjs.map +1 -1
- package/dist/api/schemas.generated.cjs +1 -1
- package/dist/api/schemas.generated.cjs.map +1 -1
- package/dist/api/schemas.generated.d.ts +3559 -196
- package/dist/api/schemas.generated.mjs +324 -207
- package/dist/api/schemas.generated.mjs.map +1 -1
- package/dist/base/floorplan.d.ts +2 -2
- package/dist/features/analytics/analytics.d.ts +76 -76
- package/dist/schema.d.ts +16 -16
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.mjs +79 -57
- package/package.json +1 -1
|
@@ -713,10 +713,11 @@ export declare const FloorplanStylesSchema: z.ZodObject<{
|
|
|
713
713
|
} | undefined;
|
|
714
714
|
} | undefined;
|
|
715
715
|
}>>;
|
|
716
|
-
status: z.ZodOptional<z.ZodEnum<["UN_RENDERED", "RENDERING", "RENDERED", "FAILED"]>>;
|
|
716
|
+
status: z.ZodOptional<z.ZodEnum<["UN_RENDERED", "IN_QUEUE", "RENDERING", "RENDERED", "FAILED"]>>;
|
|
717
717
|
}, "strip", z.ZodTypeAny, {
|
|
718
|
-
status?: "UN_RENDERED" | "RENDERING" | "RENDERED" | "FAILED" | undefined;
|
|
718
|
+
status?: "UN_RENDERED" | "IN_QUEUE" | "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
|
-
status?: "UN_RENDERED" | "RENDERING" | "RENDERED" | "FAILED" | undefined;
|
|
738
|
+
status?: "UN_RENDERED" | "IN_QUEUE" | "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<{
|
|
@@ -909,10 +909,11 @@ export declare const FloorPlanSchema: z.ZodObject<{
|
|
|
909
909
|
} | undefined;
|
|
910
910
|
} | undefined;
|
|
911
911
|
}>>;
|
|
912
|
-
status: z.ZodOptional<z.ZodEnum<["UN_RENDERED", "RENDERING", "RENDERED", "FAILED"]>>;
|
|
912
|
+
status: z.ZodOptional<z.ZodEnum<["UN_RENDERED", "IN_QUEUE", "RENDERING", "RENDERED", "FAILED"]>>;
|
|
913
913
|
}, "strip", z.ZodTypeAny, {
|
|
914
|
-
status?: "UN_RENDERED" | "RENDERING" | "RENDERED" | "FAILED" | undefined;
|
|
914
|
+
status?: "UN_RENDERED" | "IN_QUEUE" | "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
|
-
status?: "UN_RENDERED" | "RENDERING" | "RENDERED" | "FAILED" | undefined;
|
|
934
|
+
status?: "UN_RENDERED" | "IN_QUEUE" | "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,15 +950,15 @@ 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;
|
|
956
956
|
id?: number | undefined;
|
|
957
957
|
description?: string | undefined;
|
|
958
958
|
styles?: {
|
|
959
|
-
status?: "UN_RENDERED" | "RENDERING" | "RENDERED" | "FAILED" | undefined;
|
|
959
|
+
status?: "UN_RENDERED" | "IN_QUEUE" | "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,13 +995,21 @@ 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;
|
|
1008
1008
|
description?: string | undefined;
|
|
1009
1009
|
styles?: {
|
|
1010
|
-
status?: "UN_RENDERED" | "RENDERING" | "RENDERED" | "FAILED" | undefined;
|
|
1010
|
+
status?: "UN_RENDERED" | "IN_QUEUE" | "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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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,8 +4312,17 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
|
|
|
4311
4312
|
} | undefined;
|
|
4312
4313
|
} | undefined;
|
|
4313
4314
|
} | undefined;
|
|
4315
|
+
colorful_floor_plan_image?: {
|
|
4316
|
+
id?: number | undefined;
|
|
4317
|
+
url?: string | undefined;
|
|
4318
|
+
media_type?: "image" | "video" | undefined;
|
|
4319
|
+
data?: {
|
|
4320
|
+
CFURL: string;
|
|
4321
|
+
name: string;
|
|
4322
|
+
signature: string;
|
|
4323
|
+
} | undefined;
|
|
4324
|
+
} | undefined;
|
|
4314
4325
|
floor_plan_id?: number | undefined;
|
|
4315
|
-
style_id?: number | undefined;
|
|
4316
4326
|
visible_on_website?: boolean | undefined;
|
|
4317
4327
|
floor_plan_data?: {
|
|
4318
4328
|
id?: number | undefined;
|
|
@@ -4344,16 +4354,6 @@ export declare const UnitRenderedStyleSchema: z.ZodObject<{
|
|
|
4344
4354
|
signature: string;
|
|
4345
4355
|
} | undefined;
|
|
4346
4356
|
} | undefined;
|
|
4347
|
-
colorful_floor_plan_image?: {
|
|
4348
|
-
id?: number | undefined;
|
|
4349
|
-
url?: string | undefined;
|
|
4350
|
-
media_type?: "image" | "video" | undefined;
|
|
4351
|
-
data?: {
|
|
4352
|
-
CFURL: string;
|
|
4353
|
-
name: string;
|
|
4354
|
-
signature: string;
|
|
4355
|
-
} | undefined;
|
|
4356
|
-
} | undefined;
|
|
4357
4357
|
renders?: {
|
|
4358
4358
|
id?: number | undefined;
|
|
4359
4359
|
url?: string | 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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4466
|
+
floor_plan_image_data?: {
|
|
4467
4467
|
id?: number | undefined;
|
|
4468
4468
|
url?: string | undefined;
|
|
4469
4469
|
media_type?: "image" | "video" | undefined;
|
|
@@ -4522,12 +4522,12 @@ export declare const FurnitureSchema: z.ZodObject<{
|
|
|
4522
4522
|
id: z.ZodOptional<z.ZodNumber>;
|
|
4523
4523
|
name: z.ZodOptional<z.ZodString>;
|
|
4524
4524
|
category: z.ZodOptional<z.ZodString>;
|
|
4525
|
-
width: z.ZodOptional<z.
|
|
4526
|
-
depth: z.ZodOptional<z.
|
|
4527
|
-
height: z.ZodOptional<z.
|
|
4528
|
-
availability: z.ZodOptional<z.ZodEnum<["IN_STOCK", "OUT_OF_STOCK"]>>;
|
|
4525
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
4526
|
+
depth: z.ZodOptional<z.ZodNumber>;
|
|
4527
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
4528
|
+
availability: z.ZodOptional<z.ZodEnum<["IN_STOCK", "OUT_OF_STOCK", "SOLD_OUT", "WAIT_LIST"]>>;
|
|
4529
4529
|
price: z.ZodOptional<z.ZodString>;
|
|
4530
|
-
currency: z.ZodOptional<z.ZodEnum<["USD", "EUR"]>>;
|
|
4530
|
+
currency: z.ZodOptional<z.ZodEnum<["USD", "EUR", "GBP"]>>;
|
|
4531
4531
|
brand_name: z.ZodOptional<z.ZodString>;
|
|
4532
4532
|
store_name: z.ZodOptional<z.ZodString>;
|
|
4533
4533
|
media: z.ZodOptional<z.ZodObject<{
|
|
@@ -4649,12 +4649,12 @@ export declare const FurnitureSchema: z.ZodObject<{
|
|
|
4649
4649
|
} | undefined;
|
|
4650
4650
|
} | undefined;
|
|
4651
4651
|
category?: string | undefined;
|
|
4652
|
-
width?:
|
|
4653
|
-
depth?:
|
|
4654
|
-
height?:
|
|
4655
|
-
availability?: "IN_STOCK" | "OUT_OF_STOCK" | undefined;
|
|
4652
|
+
width?: number | undefined;
|
|
4653
|
+
depth?: number | undefined;
|
|
4654
|
+
height?: number | undefined;
|
|
4655
|
+
availability?: "IN_STOCK" | "SOLD_OUT" | "WAIT_LIST" | "OUT_OF_STOCK" | undefined;
|
|
4656
4656
|
price?: string | undefined;
|
|
4657
|
-
currency?: "USD" | "EUR" | undefined;
|
|
4657
|
+
currency?: "USD" | "GBP" | "EUR" | undefined;
|
|
4658
4658
|
brand_name?: string | undefined;
|
|
4659
4659
|
store_name?: string | undefined;
|
|
4660
4660
|
styles?: {
|
|
@@ -4686,12 +4686,12 @@ export declare const FurnitureSchema: z.ZodObject<{
|
|
|
4686
4686
|
} | undefined;
|
|
4687
4687
|
} | undefined;
|
|
4688
4688
|
category?: string | undefined;
|
|
4689
|
-
width?:
|
|
4690
|
-
depth?:
|
|
4691
|
-
height?:
|
|
4692
|
-
availability?: "IN_STOCK" | "OUT_OF_STOCK" | undefined;
|
|
4689
|
+
width?: number | undefined;
|
|
4690
|
+
depth?: number | undefined;
|
|
4691
|
+
height?: number | undefined;
|
|
4692
|
+
availability?: "IN_STOCK" | "SOLD_OUT" | "WAIT_LIST" | "OUT_OF_STOCK" | undefined;
|
|
4693
4693
|
price?: string | undefined;
|
|
4694
|
-
currency?: "USD" | "EUR" | undefined;
|
|
4694
|
+
currency?: "USD" | "GBP" | "EUR" | undefined;
|
|
4695
4695
|
brand_name?: string | undefined;
|
|
4696
4696
|
store_name?: string | undefined;
|
|
4697
4697
|
styles?: {
|
|
@@ -4720,12 +4720,12 @@ export declare const FurnitureInRoomsSchema: z.ZodObject<{
|
|
|
4720
4720
|
id: z.ZodOptional<z.ZodNumber>;
|
|
4721
4721
|
name: z.ZodOptional<z.ZodString>;
|
|
4722
4722
|
category: z.ZodOptional<z.ZodString>;
|
|
4723
|
-
width: z.ZodOptional<z.
|
|
4724
|
-
depth: z.ZodOptional<z.
|
|
4725
|
-
height: z.ZodOptional<z.
|
|
4726
|
-
availability: z.ZodOptional<z.ZodEnum<["IN_STOCK", "OUT_OF_STOCK"]>>;
|
|
4723
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
4724
|
+
depth: z.ZodOptional<z.ZodNumber>;
|
|
4725
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
4726
|
+
availability: z.ZodOptional<z.ZodEnum<["IN_STOCK", "OUT_OF_STOCK", "SOLD_OUT", "WAIT_LIST"]>>;
|
|
4727
4727
|
price: z.ZodOptional<z.ZodString>;
|
|
4728
|
-
currency: z.ZodOptional<z.ZodEnum<["USD", "EUR"]>>;
|
|
4728
|
+
currency: z.ZodOptional<z.ZodEnum<["USD", "EUR", "GBP"]>>;
|
|
4729
4729
|
brand_name: z.ZodOptional<z.ZodString>;
|
|
4730
4730
|
store_name: z.ZodOptional<z.ZodString>;
|
|
4731
4731
|
media: z.ZodOptional<z.ZodObject<{
|
|
@@ -4847,12 +4847,12 @@ export declare const FurnitureInRoomsSchema: z.ZodObject<{
|
|
|
4847
4847
|
} | undefined;
|
|
4848
4848
|
} | undefined;
|
|
4849
4849
|
category?: string | undefined;
|
|
4850
|
-
width?:
|
|
4851
|
-
depth?:
|
|
4852
|
-
height?:
|
|
4853
|
-
availability?: "IN_STOCK" | "OUT_OF_STOCK" | undefined;
|
|
4850
|
+
width?: number | undefined;
|
|
4851
|
+
depth?: number | undefined;
|
|
4852
|
+
height?: number | undefined;
|
|
4853
|
+
availability?: "IN_STOCK" | "SOLD_OUT" | "WAIT_LIST" | "OUT_OF_STOCK" | undefined;
|
|
4854
4854
|
price?: string | undefined;
|
|
4855
|
-
currency?: "USD" | "EUR" | undefined;
|
|
4855
|
+
currency?: "USD" | "GBP" | "EUR" | undefined;
|
|
4856
4856
|
brand_name?: string | undefined;
|
|
4857
4857
|
store_name?: string | undefined;
|
|
4858
4858
|
styles?: {
|
|
@@ -4884,12 +4884,12 @@ export declare const FurnitureInRoomsSchema: z.ZodObject<{
|
|
|
4884
4884
|
} | undefined;
|
|
4885
4885
|
} | undefined;
|
|
4886
4886
|
category?: string | undefined;
|
|
4887
|
-
width?:
|
|
4888
|
-
depth?:
|
|
4889
|
-
height?:
|
|
4890
|
-
availability?: "IN_STOCK" | "OUT_OF_STOCK" | undefined;
|
|
4887
|
+
width?: number | undefined;
|
|
4888
|
+
depth?: number | undefined;
|
|
4889
|
+
height?: number | undefined;
|
|
4890
|
+
availability?: "IN_STOCK" | "SOLD_OUT" | "WAIT_LIST" | "OUT_OF_STOCK" | undefined;
|
|
4891
4891
|
price?: string | undefined;
|
|
4892
|
-
currency?: "USD" | "EUR" | undefined;
|
|
4892
|
+
currency?: "USD" | "GBP" | "EUR" | undefined;
|
|
4893
4893
|
brand_name?: string | undefined;
|
|
4894
4894
|
store_name?: string | undefined;
|
|
4895
4895
|
styles?: {
|
|
@@ -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;
|
|
@@ -5013,12 +5013,12 @@ export declare const FurnitureInRoomsSchema: z.ZodObject<{
|
|
|
5013
5013
|
} | undefined;
|
|
5014
5014
|
} | undefined;
|
|
5015
5015
|
category?: string | undefined;
|
|
5016
|
-
width?:
|
|
5017
|
-
depth?:
|
|
5018
|
-
height?:
|
|
5019
|
-
availability?: "IN_STOCK" | "OUT_OF_STOCK" | undefined;
|
|
5016
|
+
width?: number | undefined;
|
|
5017
|
+
depth?: number | undefined;
|
|
5018
|
+
height?: number | undefined;
|
|
5019
|
+
availability?: "IN_STOCK" | "SOLD_OUT" | "WAIT_LIST" | "OUT_OF_STOCK" | undefined;
|
|
5020
5020
|
price?: string | undefined;
|
|
5021
|
-
currency?: "USD" | "EUR" | undefined;
|
|
5021
|
+
currency?: "USD" | "GBP" | "EUR" | undefined;
|
|
5022
5022
|
brand_name?: string | undefined;
|
|
5023
5023
|
store_name?: string | undefined;
|
|
5024
5024
|
styles?: {
|
|
@@ -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;
|
|
@@ -5072,12 +5072,12 @@ export declare const FurnitureInRoomsSchema: z.ZodObject<{
|
|
|
5072
5072
|
} | undefined;
|
|
5073
5073
|
} | undefined;
|
|
5074
5074
|
category?: string | undefined;
|
|
5075
|
-
width?:
|
|
5076
|
-
depth?:
|
|
5077
|
-
height?:
|
|
5078
|
-
availability?: "IN_STOCK" | "OUT_OF_STOCK" | undefined;
|
|
5075
|
+
width?: number | undefined;
|
|
5076
|
+
depth?: number | undefined;
|
|
5077
|
+
height?: number | undefined;
|
|
5078
|
+
availability?: "IN_STOCK" | "SOLD_OUT" | "WAIT_LIST" | "OUT_OF_STOCK" | undefined;
|
|
5079
5079
|
price?: string | undefined;
|
|
5080
|
-
currency?: "USD" | "EUR" | undefined;
|
|
5080
|
+
currency?: "USD" | "GBP" | "EUR" | undefined;
|
|
5081
5081
|
brand_name?: string | undefined;
|
|
5082
5082
|
store_name?: string | undefined;
|
|
5083
5083
|
styles?: {
|
|
@@ -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<{
|
|
@@ -5430,6 +5430,349 @@ export declare const ExternalServiceConfigSchema: z.ZodObject<{
|
|
|
5430
5430
|
}[] | undefined;
|
|
5431
5431
|
}>;
|
|
5432
5432
|
export type ExternalServiceConfig = z.infer<typeof ExternalServiceConfigSchema>;
|
|
5433
|
+
export declare const ThemeConfigSchema: z.ZodObject<{
|
|
5434
|
+
heading_size: z.ZodNumber;
|
|
5435
|
+
subheading_size: z.ZodNumber;
|
|
5436
|
+
body_size: z.ZodNumber;
|
|
5437
|
+
small_body_size: z.ZodNumber;
|
|
5438
|
+
color_bg: z.ZodString;
|
|
5439
|
+
color_text: z.ZodString;
|
|
5440
|
+
color_text_muted: z.ZodString;
|
|
5441
|
+
color_primary_btn_bg: z.ZodString;
|
|
5442
|
+
color_primary_btn_text: z.ZodString;
|
|
5443
|
+
color_secondary_border: z.ZodString;
|
|
5444
|
+
color_link: z.ZodString;
|
|
5445
|
+
color_card_text: z.ZodString;
|
|
5446
|
+
radius_button: z.ZodNumber;
|
|
5447
|
+
radius_card: z.ZodNumber;
|
|
5448
|
+
}, "strip", z.ZodTypeAny, {
|
|
5449
|
+
heading_size: number;
|
|
5450
|
+
subheading_size: number;
|
|
5451
|
+
body_size: number;
|
|
5452
|
+
small_body_size: number;
|
|
5453
|
+
color_bg: string;
|
|
5454
|
+
color_text: string;
|
|
5455
|
+
color_text_muted: string;
|
|
5456
|
+
color_primary_btn_bg: string;
|
|
5457
|
+
color_primary_btn_text: string;
|
|
5458
|
+
color_secondary_border: string;
|
|
5459
|
+
color_link: string;
|
|
5460
|
+
color_card_text: string;
|
|
5461
|
+
radius_button: number;
|
|
5462
|
+
radius_card: number;
|
|
5463
|
+
}, {
|
|
5464
|
+
heading_size: number;
|
|
5465
|
+
subheading_size: number;
|
|
5466
|
+
body_size: number;
|
|
5467
|
+
small_body_size: number;
|
|
5468
|
+
color_bg: string;
|
|
5469
|
+
color_text: string;
|
|
5470
|
+
color_text_muted: string;
|
|
5471
|
+
color_primary_btn_bg: string;
|
|
5472
|
+
color_primary_btn_text: string;
|
|
5473
|
+
color_secondary_border: string;
|
|
5474
|
+
color_link: string;
|
|
5475
|
+
color_card_text: string;
|
|
5476
|
+
radius_button: number;
|
|
5477
|
+
radius_card: number;
|
|
5478
|
+
}>;
|
|
5479
|
+
export type ThemeConfig = z.infer<typeof ThemeConfigSchema>;
|
|
5480
|
+
export declare const ThemeFontRoleSchema: z.ZodEnum<["BODY", "HEADING"]>;
|
|
5481
|
+
export type ThemeFontRole = z.infer<typeof ThemeFontRoleSchema>;
|
|
5482
|
+
export declare const FontStyleSchema: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
5483
|
+
export type FontStyle = z.infer<typeof FontStyleSchema>;
|
|
5484
|
+
export declare const FontFormatSchema: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
5485
|
+
export type FontFormat = z.infer<typeof FontFormatSchema>;
|
|
5486
|
+
export declare const UserFontSchema: z.ZodObject<{
|
|
5487
|
+
id: z.ZodNumber;
|
|
5488
|
+
family: z.ZodString;
|
|
5489
|
+
weight: z.ZodNumber;
|
|
5490
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
5491
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
5492
|
+
is_archived: z.ZodBoolean;
|
|
5493
|
+
asset_key: z.ZodString;
|
|
5494
|
+
url: z.ZodString;
|
|
5495
|
+
created_at: z.ZodString;
|
|
5496
|
+
updated_at: z.ZodString;
|
|
5497
|
+
}, "strip", z.ZodTypeAny, {
|
|
5498
|
+
id: number;
|
|
5499
|
+
url: string;
|
|
5500
|
+
created_at: string;
|
|
5501
|
+
updated_at: string;
|
|
5502
|
+
style: "NORMAL" | "ITALIC";
|
|
5503
|
+
family: string;
|
|
5504
|
+
weight: number;
|
|
5505
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
5506
|
+
is_archived: boolean;
|
|
5507
|
+
asset_key: string;
|
|
5508
|
+
}, {
|
|
5509
|
+
id: number;
|
|
5510
|
+
url: string;
|
|
5511
|
+
created_at: string;
|
|
5512
|
+
updated_at: string;
|
|
5513
|
+
style: "NORMAL" | "ITALIC";
|
|
5514
|
+
family: string;
|
|
5515
|
+
weight: number;
|
|
5516
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
5517
|
+
is_archived: boolean;
|
|
5518
|
+
asset_key: string;
|
|
5519
|
+
}>;
|
|
5520
|
+
export type UserFont = z.infer<typeof UserFontSchema>;
|
|
5521
|
+
export declare const ThemeFontRefSchema: z.ZodObject<{
|
|
5522
|
+
font_id: z.ZodNumber;
|
|
5523
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
5524
|
+
font: z.ZodObject<{
|
|
5525
|
+
id: z.ZodNumber;
|
|
5526
|
+
family: z.ZodString;
|
|
5527
|
+
weight: z.ZodNumber;
|
|
5528
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
5529
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
5530
|
+
is_archived: z.ZodBoolean;
|
|
5531
|
+
asset_key: z.ZodString;
|
|
5532
|
+
url: z.ZodString;
|
|
5533
|
+
created_at: z.ZodString;
|
|
5534
|
+
updated_at: z.ZodString;
|
|
5535
|
+
}, "strip", z.ZodTypeAny, {
|
|
5536
|
+
id: number;
|
|
5537
|
+
url: string;
|
|
5538
|
+
created_at: string;
|
|
5539
|
+
updated_at: string;
|
|
5540
|
+
style: "NORMAL" | "ITALIC";
|
|
5541
|
+
family: string;
|
|
5542
|
+
weight: number;
|
|
5543
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
5544
|
+
is_archived: boolean;
|
|
5545
|
+
asset_key: string;
|
|
5546
|
+
}, {
|
|
5547
|
+
id: number;
|
|
5548
|
+
url: string;
|
|
5549
|
+
created_at: string;
|
|
5550
|
+
updated_at: string;
|
|
5551
|
+
style: "NORMAL" | "ITALIC";
|
|
5552
|
+
family: string;
|
|
5553
|
+
weight: number;
|
|
5554
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
5555
|
+
is_archived: boolean;
|
|
5556
|
+
asset_key: string;
|
|
5557
|
+
}>;
|
|
5558
|
+
}, "strip", z.ZodTypeAny, {
|
|
5559
|
+
role: "BODY" | "HEADING";
|
|
5560
|
+
font_id: number;
|
|
5561
|
+
font: {
|
|
5562
|
+
id: number;
|
|
5563
|
+
url: string;
|
|
5564
|
+
created_at: string;
|
|
5565
|
+
updated_at: string;
|
|
5566
|
+
style: "NORMAL" | "ITALIC";
|
|
5567
|
+
family: string;
|
|
5568
|
+
weight: number;
|
|
5569
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
5570
|
+
is_archived: boolean;
|
|
5571
|
+
asset_key: string;
|
|
5572
|
+
};
|
|
5573
|
+
}, {
|
|
5574
|
+
role: "BODY" | "HEADING";
|
|
5575
|
+
font_id: number;
|
|
5576
|
+
font: {
|
|
5577
|
+
id: number;
|
|
5578
|
+
url: string;
|
|
5579
|
+
created_at: string;
|
|
5580
|
+
updated_at: string;
|
|
5581
|
+
style: "NORMAL" | "ITALIC";
|
|
5582
|
+
family: string;
|
|
5583
|
+
weight: number;
|
|
5584
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
5585
|
+
is_archived: boolean;
|
|
5586
|
+
asset_key: string;
|
|
5587
|
+
};
|
|
5588
|
+
}>;
|
|
5589
|
+
export type ThemeFontRef = z.infer<typeof ThemeFontRefSchema>;
|
|
5590
|
+
export declare const EmbedThemeSchema: z.ZodObject<{
|
|
5591
|
+
config: z.ZodObject<{
|
|
5592
|
+
heading_size: z.ZodNumber;
|
|
5593
|
+
subheading_size: z.ZodNumber;
|
|
5594
|
+
body_size: z.ZodNumber;
|
|
5595
|
+
small_body_size: z.ZodNumber;
|
|
5596
|
+
color_bg: z.ZodString;
|
|
5597
|
+
color_text: z.ZodString;
|
|
5598
|
+
color_text_muted: z.ZodString;
|
|
5599
|
+
color_primary_btn_bg: z.ZodString;
|
|
5600
|
+
color_primary_btn_text: z.ZodString;
|
|
5601
|
+
color_secondary_border: z.ZodString;
|
|
5602
|
+
color_link: z.ZodString;
|
|
5603
|
+
color_card_text: z.ZodString;
|
|
5604
|
+
radius_button: z.ZodNumber;
|
|
5605
|
+
radius_card: z.ZodNumber;
|
|
5606
|
+
}, "strip", z.ZodTypeAny, {
|
|
5607
|
+
heading_size: number;
|
|
5608
|
+
subheading_size: number;
|
|
5609
|
+
body_size: number;
|
|
5610
|
+
small_body_size: number;
|
|
5611
|
+
color_bg: string;
|
|
5612
|
+
color_text: string;
|
|
5613
|
+
color_text_muted: string;
|
|
5614
|
+
color_primary_btn_bg: string;
|
|
5615
|
+
color_primary_btn_text: string;
|
|
5616
|
+
color_secondary_border: string;
|
|
5617
|
+
color_link: string;
|
|
5618
|
+
color_card_text: string;
|
|
5619
|
+
radius_button: number;
|
|
5620
|
+
radius_card: number;
|
|
5621
|
+
}, {
|
|
5622
|
+
heading_size: number;
|
|
5623
|
+
subheading_size: number;
|
|
5624
|
+
body_size: number;
|
|
5625
|
+
small_body_size: number;
|
|
5626
|
+
color_bg: string;
|
|
5627
|
+
color_text: string;
|
|
5628
|
+
color_text_muted: string;
|
|
5629
|
+
color_primary_btn_bg: string;
|
|
5630
|
+
color_primary_btn_text: string;
|
|
5631
|
+
color_secondary_border: string;
|
|
5632
|
+
color_link: string;
|
|
5633
|
+
color_card_text: string;
|
|
5634
|
+
radius_button: number;
|
|
5635
|
+
radius_card: number;
|
|
5636
|
+
}>;
|
|
5637
|
+
fonts: z.ZodArray<z.ZodObject<{
|
|
5638
|
+
font_id: z.ZodNumber;
|
|
5639
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
5640
|
+
font: z.ZodObject<{
|
|
5641
|
+
id: z.ZodNumber;
|
|
5642
|
+
family: z.ZodString;
|
|
5643
|
+
weight: z.ZodNumber;
|
|
5644
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
5645
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
5646
|
+
is_archived: z.ZodBoolean;
|
|
5647
|
+
asset_key: z.ZodString;
|
|
5648
|
+
url: z.ZodString;
|
|
5649
|
+
created_at: z.ZodString;
|
|
5650
|
+
updated_at: z.ZodString;
|
|
5651
|
+
}, "strip", z.ZodTypeAny, {
|
|
5652
|
+
id: number;
|
|
5653
|
+
url: string;
|
|
5654
|
+
created_at: string;
|
|
5655
|
+
updated_at: string;
|
|
5656
|
+
style: "NORMAL" | "ITALIC";
|
|
5657
|
+
family: string;
|
|
5658
|
+
weight: number;
|
|
5659
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
5660
|
+
is_archived: boolean;
|
|
5661
|
+
asset_key: string;
|
|
5662
|
+
}, {
|
|
5663
|
+
id: number;
|
|
5664
|
+
url: string;
|
|
5665
|
+
created_at: string;
|
|
5666
|
+
updated_at: string;
|
|
5667
|
+
style: "NORMAL" | "ITALIC";
|
|
5668
|
+
family: string;
|
|
5669
|
+
weight: number;
|
|
5670
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
5671
|
+
is_archived: boolean;
|
|
5672
|
+
asset_key: string;
|
|
5673
|
+
}>;
|
|
5674
|
+
}, "strip", z.ZodTypeAny, {
|
|
5675
|
+
role: "BODY" | "HEADING";
|
|
5676
|
+
font_id: number;
|
|
5677
|
+
font: {
|
|
5678
|
+
id: number;
|
|
5679
|
+
url: string;
|
|
5680
|
+
created_at: string;
|
|
5681
|
+
updated_at: string;
|
|
5682
|
+
style: "NORMAL" | "ITALIC";
|
|
5683
|
+
family: string;
|
|
5684
|
+
weight: number;
|
|
5685
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
5686
|
+
is_archived: boolean;
|
|
5687
|
+
asset_key: string;
|
|
5688
|
+
};
|
|
5689
|
+
}, {
|
|
5690
|
+
role: "BODY" | "HEADING";
|
|
5691
|
+
font_id: number;
|
|
5692
|
+
font: {
|
|
5693
|
+
id: number;
|
|
5694
|
+
url: string;
|
|
5695
|
+
created_at: string;
|
|
5696
|
+
updated_at: string;
|
|
5697
|
+
style: "NORMAL" | "ITALIC";
|
|
5698
|
+
family: string;
|
|
5699
|
+
weight: number;
|
|
5700
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
5701
|
+
is_archived: boolean;
|
|
5702
|
+
asset_key: string;
|
|
5703
|
+
};
|
|
5704
|
+
}>, "many">;
|
|
5705
|
+
version: z.ZodNumber;
|
|
5706
|
+
}, "strip", z.ZodTypeAny, {
|
|
5707
|
+
version: number;
|
|
5708
|
+
config: {
|
|
5709
|
+
heading_size: number;
|
|
5710
|
+
subheading_size: number;
|
|
5711
|
+
body_size: number;
|
|
5712
|
+
small_body_size: number;
|
|
5713
|
+
color_bg: string;
|
|
5714
|
+
color_text: string;
|
|
5715
|
+
color_text_muted: string;
|
|
5716
|
+
color_primary_btn_bg: string;
|
|
5717
|
+
color_primary_btn_text: string;
|
|
5718
|
+
color_secondary_border: string;
|
|
5719
|
+
color_link: string;
|
|
5720
|
+
color_card_text: string;
|
|
5721
|
+
radius_button: number;
|
|
5722
|
+
radius_card: number;
|
|
5723
|
+
};
|
|
5724
|
+
fonts: {
|
|
5725
|
+
role: "BODY" | "HEADING";
|
|
5726
|
+
font_id: number;
|
|
5727
|
+
font: {
|
|
5728
|
+
id: number;
|
|
5729
|
+
url: string;
|
|
5730
|
+
created_at: string;
|
|
5731
|
+
updated_at: string;
|
|
5732
|
+
style: "NORMAL" | "ITALIC";
|
|
5733
|
+
family: string;
|
|
5734
|
+
weight: number;
|
|
5735
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
5736
|
+
is_archived: boolean;
|
|
5737
|
+
asset_key: string;
|
|
5738
|
+
};
|
|
5739
|
+
}[];
|
|
5740
|
+
}, {
|
|
5741
|
+
version: number;
|
|
5742
|
+
config: {
|
|
5743
|
+
heading_size: number;
|
|
5744
|
+
subheading_size: number;
|
|
5745
|
+
body_size: number;
|
|
5746
|
+
small_body_size: number;
|
|
5747
|
+
color_bg: string;
|
|
5748
|
+
color_text: string;
|
|
5749
|
+
color_text_muted: string;
|
|
5750
|
+
color_primary_btn_bg: string;
|
|
5751
|
+
color_primary_btn_text: string;
|
|
5752
|
+
color_secondary_border: string;
|
|
5753
|
+
color_link: string;
|
|
5754
|
+
color_card_text: string;
|
|
5755
|
+
radius_button: number;
|
|
5756
|
+
radius_card: number;
|
|
5757
|
+
};
|
|
5758
|
+
fonts: {
|
|
5759
|
+
role: "BODY" | "HEADING";
|
|
5760
|
+
font_id: number;
|
|
5761
|
+
font: {
|
|
5762
|
+
id: number;
|
|
5763
|
+
url: string;
|
|
5764
|
+
created_at: string;
|
|
5765
|
+
updated_at: string;
|
|
5766
|
+
style: "NORMAL" | "ITALIC";
|
|
5767
|
+
family: string;
|
|
5768
|
+
weight: number;
|
|
5769
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
5770
|
+
is_archived: boolean;
|
|
5771
|
+
asset_key: string;
|
|
5772
|
+
};
|
|
5773
|
+
}[];
|
|
5774
|
+
}>;
|
|
5775
|
+
export type EmbedTheme = z.infer<typeof EmbedThemeSchema>;
|
|
5433
5776
|
export declare const PropertyResponseDataSchema: z.ZodObject<{
|
|
5434
5777
|
id: z.ZodNumber;
|
|
5435
5778
|
created_at: z.ZodString;
|
|
@@ -5653,6 +5996,191 @@ export declare const PropertyResponseDataSchema: z.ZodObject<{
|
|
|
5653
5996
|
} | undefined;
|
|
5654
5997
|
}[] | undefined;
|
|
5655
5998
|
}>, "many">>;
|
|
5999
|
+
theme: z.ZodOptional<z.ZodObject<{
|
|
6000
|
+
config: z.ZodObject<{
|
|
6001
|
+
heading_size: z.ZodNumber;
|
|
6002
|
+
subheading_size: z.ZodNumber;
|
|
6003
|
+
body_size: z.ZodNumber;
|
|
6004
|
+
small_body_size: z.ZodNumber;
|
|
6005
|
+
color_bg: z.ZodString;
|
|
6006
|
+
color_text: z.ZodString;
|
|
6007
|
+
color_text_muted: z.ZodString;
|
|
6008
|
+
color_primary_btn_bg: z.ZodString;
|
|
6009
|
+
color_primary_btn_text: z.ZodString;
|
|
6010
|
+
color_secondary_border: z.ZodString;
|
|
6011
|
+
color_link: z.ZodString;
|
|
6012
|
+
color_card_text: z.ZodString;
|
|
6013
|
+
radius_button: z.ZodNumber;
|
|
6014
|
+
radius_card: z.ZodNumber;
|
|
6015
|
+
}, "strip", z.ZodTypeAny, {
|
|
6016
|
+
heading_size: number;
|
|
6017
|
+
subheading_size: number;
|
|
6018
|
+
body_size: number;
|
|
6019
|
+
small_body_size: number;
|
|
6020
|
+
color_bg: string;
|
|
6021
|
+
color_text: string;
|
|
6022
|
+
color_text_muted: string;
|
|
6023
|
+
color_primary_btn_bg: string;
|
|
6024
|
+
color_primary_btn_text: string;
|
|
6025
|
+
color_secondary_border: string;
|
|
6026
|
+
color_link: string;
|
|
6027
|
+
color_card_text: string;
|
|
6028
|
+
radius_button: number;
|
|
6029
|
+
radius_card: number;
|
|
6030
|
+
}, {
|
|
6031
|
+
heading_size: number;
|
|
6032
|
+
subheading_size: number;
|
|
6033
|
+
body_size: number;
|
|
6034
|
+
small_body_size: number;
|
|
6035
|
+
color_bg: string;
|
|
6036
|
+
color_text: string;
|
|
6037
|
+
color_text_muted: string;
|
|
6038
|
+
color_primary_btn_bg: string;
|
|
6039
|
+
color_primary_btn_text: string;
|
|
6040
|
+
color_secondary_border: string;
|
|
6041
|
+
color_link: string;
|
|
6042
|
+
color_card_text: string;
|
|
6043
|
+
radius_button: number;
|
|
6044
|
+
radius_card: number;
|
|
6045
|
+
}>;
|
|
6046
|
+
fonts: z.ZodArray<z.ZodObject<{
|
|
6047
|
+
font_id: z.ZodNumber;
|
|
6048
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
6049
|
+
font: z.ZodObject<{
|
|
6050
|
+
id: z.ZodNumber;
|
|
6051
|
+
family: z.ZodString;
|
|
6052
|
+
weight: z.ZodNumber;
|
|
6053
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
6054
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
6055
|
+
is_archived: z.ZodBoolean;
|
|
6056
|
+
asset_key: z.ZodString;
|
|
6057
|
+
url: z.ZodString;
|
|
6058
|
+
created_at: z.ZodString;
|
|
6059
|
+
updated_at: z.ZodString;
|
|
6060
|
+
}, "strip", z.ZodTypeAny, {
|
|
6061
|
+
id: number;
|
|
6062
|
+
url: string;
|
|
6063
|
+
created_at: string;
|
|
6064
|
+
updated_at: string;
|
|
6065
|
+
style: "NORMAL" | "ITALIC";
|
|
6066
|
+
family: string;
|
|
6067
|
+
weight: number;
|
|
6068
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6069
|
+
is_archived: boolean;
|
|
6070
|
+
asset_key: string;
|
|
6071
|
+
}, {
|
|
6072
|
+
id: number;
|
|
6073
|
+
url: string;
|
|
6074
|
+
created_at: string;
|
|
6075
|
+
updated_at: string;
|
|
6076
|
+
style: "NORMAL" | "ITALIC";
|
|
6077
|
+
family: string;
|
|
6078
|
+
weight: number;
|
|
6079
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6080
|
+
is_archived: boolean;
|
|
6081
|
+
asset_key: string;
|
|
6082
|
+
}>;
|
|
6083
|
+
}, "strip", z.ZodTypeAny, {
|
|
6084
|
+
role: "BODY" | "HEADING";
|
|
6085
|
+
font_id: number;
|
|
6086
|
+
font: {
|
|
6087
|
+
id: number;
|
|
6088
|
+
url: string;
|
|
6089
|
+
created_at: string;
|
|
6090
|
+
updated_at: string;
|
|
6091
|
+
style: "NORMAL" | "ITALIC";
|
|
6092
|
+
family: string;
|
|
6093
|
+
weight: number;
|
|
6094
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6095
|
+
is_archived: boolean;
|
|
6096
|
+
asset_key: string;
|
|
6097
|
+
};
|
|
6098
|
+
}, {
|
|
6099
|
+
role: "BODY" | "HEADING";
|
|
6100
|
+
font_id: number;
|
|
6101
|
+
font: {
|
|
6102
|
+
id: number;
|
|
6103
|
+
url: string;
|
|
6104
|
+
created_at: string;
|
|
6105
|
+
updated_at: string;
|
|
6106
|
+
style: "NORMAL" | "ITALIC";
|
|
6107
|
+
family: string;
|
|
6108
|
+
weight: number;
|
|
6109
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6110
|
+
is_archived: boolean;
|
|
6111
|
+
asset_key: string;
|
|
6112
|
+
};
|
|
6113
|
+
}>, "many">;
|
|
6114
|
+
version: z.ZodNumber;
|
|
6115
|
+
}, "strip", z.ZodTypeAny, {
|
|
6116
|
+
version: number;
|
|
6117
|
+
config: {
|
|
6118
|
+
heading_size: number;
|
|
6119
|
+
subheading_size: number;
|
|
6120
|
+
body_size: number;
|
|
6121
|
+
small_body_size: number;
|
|
6122
|
+
color_bg: string;
|
|
6123
|
+
color_text: string;
|
|
6124
|
+
color_text_muted: string;
|
|
6125
|
+
color_primary_btn_bg: string;
|
|
6126
|
+
color_primary_btn_text: string;
|
|
6127
|
+
color_secondary_border: string;
|
|
6128
|
+
color_link: string;
|
|
6129
|
+
color_card_text: string;
|
|
6130
|
+
radius_button: number;
|
|
6131
|
+
radius_card: number;
|
|
6132
|
+
};
|
|
6133
|
+
fonts: {
|
|
6134
|
+
role: "BODY" | "HEADING";
|
|
6135
|
+
font_id: number;
|
|
6136
|
+
font: {
|
|
6137
|
+
id: number;
|
|
6138
|
+
url: string;
|
|
6139
|
+
created_at: string;
|
|
6140
|
+
updated_at: string;
|
|
6141
|
+
style: "NORMAL" | "ITALIC";
|
|
6142
|
+
family: string;
|
|
6143
|
+
weight: number;
|
|
6144
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6145
|
+
is_archived: boolean;
|
|
6146
|
+
asset_key: string;
|
|
6147
|
+
};
|
|
6148
|
+
}[];
|
|
6149
|
+
}, {
|
|
6150
|
+
version: number;
|
|
6151
|
+
config: {
|
|
6152
|
+
heading_size: number;
|
|
6153
|
+
subheading_size: number;
|
|
6154
|
+
body_size: number;
|
|
6155
|
+
small_body_size: number;
|
|
6156
|
+
color_bg: string;
|
|
6157
|
+
color_text: string;
|
|
6158
|
+
color_text_muted: string;
|
|
6159
|
+
color_primary_btn_bg: string;
|
|
6160
|
+
color_primary_btn_text: string;
|
|
6161
|
+
color_secondary_border: string;
|
|
6162
|
+
color_link: string;
|
|
6163
|
+
color_card_text: string;
|
|
6164
|
+
radius_button: number;
|
|
6165
|
+
radius_card: number;
|
|
6166
|
+
};
|
|
6167
|
+
fonts: {
|
|
6168
|
+
role: "BODY" | "HEADING";
|
|
6169
|
+
font_id: number;
|
|
6170
|
+
font: {
|
|
6171
|
+
id: number;
|
|
6172
|
+
url: string;
|
|
6173
|
+
created_at: string;
|
|
6174
|
+
updated_at: string;
|
|
6175
|
+
style: "NORMAL" | "ITALIC";
|
|
6176
|
+
family: string;
|
|
6177
|
+
weight: number;
|
|
6178
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6179
|
+
is_archived: boolean;
|
|
6180
|
+
asset_key: string;
|
|
6181
|
+
};
|
|
6182
|
+
}[];
|
|
6183
|
+
}>>;
|
|
5656
6184
|
}, "strip", z.ZodTypeAny, {
|
|
5657
6185
|
name: string;
|
|
5658
6186
|
status: "archived" | "active";
|
|
@@ -5722,6 +6250,41 @@ export declare const PropertyResponseDataSchema: z.ZodObject<{
|
|
|
5722
6250
|
signature: string;
|
|
5723
6251
|
} | undefined;
|
|
5724
6252
|
} | undefined;
|
|
6253
|
+
theme?: {
|
|
6254
|
+
version: number;
|
|
6255
|
+
config: {
|
|
6256
|
+
heading_size: number;
|
|
6257
|
+
subheading_size: number;
|
|
6258
|
+
body_size: number;
|
|
6259
|
+
small_body_size: number;
|
|
6260
|
+
color_bg: string;
|
|
6261
|
+
color_text: string;
|
|
6262
|
+
color_text_muted: string;
|
|
6263
|
+
color_primary_btn_bg: string;
|
|
6264
|
+
color_primary_btn_text: string;
|
|
6265
|
+
color_secondary_border: string;
|
|
6266
|
+
color_link: string;
|
|
6267
|
+
color_card_text: string;
|
|
6268
|
+
radius_button: number;
|
|
6269
|
+
radius_card: number;
|
|
6270
|
+
};
|
|
6271
|
+
fonts: {
|
|
6272
|
+
role: "BODY" | "HEADING";
|
|
6273
|
+
font_id: number;
|
|
6274
|
+
font: {
|
|
6275
|
+
id: number;
|
|
6276
|
+
url: string;
|
|
6277
|
+
created_at: string;
|
|
6278
|
+
updated_at: string;
|
|
6279
|
+
style: "NORMAL" | "ITALIC";
|
|
6280
|
+
family: string;
|
|
6281
|
+
weight: number;
|
|
6282
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6283
|
+
is_archived: boolean;
|
|
6284
|
+
asset_key: string;
|
|
6285
|
+
};
|
|
6286
|
+
}[];
|
|
6287
|
+
} | undefined;
|
|
5725
6288
|
}, {
|
|
5726
6289
|
name: string;
|
|
5727
6290
|
status: "archived" | "active";
|
|
@@ -5791,6 +6354,41 @@ export declare const PropertyResponseDataSchema: z.ZodObject<{
|
|
|
5791
6354
|
signature: string;
|
|
5792
6355
|
} | undefined;
|
|
5793
6356
|
} | undefined;
|
|
6357
|
+
theme?: {
|
|
6358
|
+
version: number;
|
|
6359
|
+
config: {
|
|
6360
|
+
heading_size: number;
|
|
6361
|
+
subheading_size: number;
|
|
6362
|
+
body_size: number;
|
|
6363
|
+
small_body_size: number;
|
|
6364
|
+
color_bg: string;
|
|
6365
|
+
color_text: string;
|
|
6366
|
+
color_text_muted: string;
|
|
6367
|
+
color_primary_btn_bg: string;
|
|
6368
|
+
color_primary_btn_text: string;
|
|
6369
|
+
color_secondary_border: string;
|
|
6370
|
+
color_link: string;
|
|
6371
|
+
color_card_text: string;
|
|
6372
|
+
radius_button: number;
|
|
6373
|
+
radius_card: number;
|
|
6374
|
+
};
|
|
6375
|
+
fonts: {
|
|
6376
|
+
role: "BODY" | "HEADING";
|
|
6377
|
+
font_id: number;
|
|
6378
|
+
font: {
|
|
6379
|
+
id: number;
|
|
6380
|
+
url: string;
|
|
6381
|
+
created_at: string;
|
|
6382
|
+
updated_at: string;
|
|
6383
|
+
style: "NORMAL" | "ITALIC";
|
|
6384
|
+
family: string;
|
|
6385
|
+
weight: number;
|
|
6386
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6387
|
+
is_archived: boolean;
|
|
6388
|
+
asset_key: string;
|
|
6389
|
+
};
|
|
6390
|
+
}[];
|
|
6391
|
+
} | undefined;
|
|
5794
6392
|
}>;
|
|
5795
6393
|
export type PropertyResponseData = z.infer<typeof PropertyResponseDataSchema>;
|
|
5796
6394
|
export declare const PropertyResponseSchema: z.ZodObject<{
|
|
@@ -6017,6 +6615,191 @@ export declare const PropertyResponseSchema: z.ZodObject<{
|
|
|
6017
6615
|
} | undefined;
|
|
6018
6616
|
}[] | undefined;
|
|
6019
6617
|
}>, "many">>;
|
|
6618
|
+
theme: z.ZodOptional<z.ZodObject<{
|
|
6619
|
+
config: z.ZodObject<{
|
|
6620
|
+
heading_size: z.ZodNumber;
|
|
6621
|
+
subheading_size: z.ZodNumber;
|
|
6622
|
+
body_size: z.ZodNumber;
|
|
6623
|
+
small_body_size: z.ZodNumber;
|
|
6624
|
+
color_bg: z.ZodString;
|
|
6625
|
+
color_text: z.ZodString;
|
|
6626
|
+
color_text_muted: z.ZodString;
|
|
6627
|
+
color_primary_btn_bg: z.ZodString;
|
|
6628
|
+
color_primary_btn_text: z.ZodString;
|
|
6629
|
+
color_secondary_border: z.ZodString;
|
|
6630
|
+
color_link: z.ZodString;
|
|
6631
|
+
color_card_text: z.ZodString;
|
|
6632
|
+
radius_button: z.ZodNumber;
|
|
6633
|
+
radius_card: z.ZodNumber;
|
|
6634
|
+
}, "strip", z.ZodTypeAny, {
|
|
6635
|
+
heading_size: number;
|
|
6636
|
+
subheading_size: number;
|
|
6637
|
+
body_size: number;
|
|
6638
|
+
small_body_size: number;
|
|
6639
|
+
color_bg: string;
|
|
6640
|
+
color_text: string;
|
|
6641
|
+
color_text_muted: string;
|
|
6642
|
+
color_primary_btn_bg: string;
|
|
6643
|
+
color_primary_btn_text: string;
|
|
6644
|
+
color_secondary_border: string;
|
|
6645
|
+
color_link: string;
|
|
6646
|
+
color_card_text: string;
|
|
6647
|
+
radius_button: number;
|
|
6648
|
+
radius_card: number;
|
|
6649
|
+
}, {
|
|
6650
|
+
heading_size: number;
|
|
6651
|
+
subheading_size: number;
|
|
6652
|
+
body_size: number;
|
|
6653
|
+
small_body_size: number;
|
|
6654
|
+
color_bg: string;
|
|
6655
|
+
color_text: string;
|
|
6656
|
+
color_text_muted: string;
|
|
6657
|
+
color_primary_btn_bg: string;
|
|
6658
|
+
color_primary_btn_text: string;
|
|
6659
|
+
color_secondary_border: string;
|
|
6660
|
+
color_link: string;
|
|
6661
|
+
color_card_text: string;
|
|
6662
|
+
radius_button: number;
|
|
6663
|
+
radius_card: number;
|
|
6664
|
+
}>;
|
|
6665
|
+
fonts: z.ZodArray<z.ZodObject<{
|
|
6666
|
+
font_id: z.ZodNumber;
|
|
6667
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
6668
|
+
font: z.ZodObject<{
|
|
6669
|
+
id: z.ZodNumber;
|
|
6670
|
+
family: z.ZodString;
|
|
6671
|
+
weight: z.ZodNumber;
|
|
6672
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
6673
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
6674
|
+
is_archived: z.ZodBoolean;
|
|
6675
|
+
asset_key: z.ZodString;
|
|
6676
|
+
url: z.ZodString;
|
|
6677
|
+
created_at: z.ZodString;
|
|
6678
|
+
updated_at: z.ZodString;
|
|
6679
|
+
}, "strip", z.ZodTypeAny, {
|
|
6680
|
+
id: number;
|
|
6681
|
+
url: string;
|
|
6682
|
+
created_at: string;
|
|
6683
|
+
updated_at: string;
|
|
6684
|
+
style: "NORMAL" | "ITALIC";
|
|
6685
|
+
family: string;
|
|
6686
|
+
weight: number;
|
|
6687
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6688
|
+
is_archived: boolean;
|
|
6689
|
+
asset_key: string;
|
|
6690
|
+
}, {
|
|
6691
|
+
id: number;
|
|
6692
|
+
url: string;
|
|
6693
|
+
created_at: string;
|
|
6694
|
+
updated_at: string;
|
|
6695
|
+
style: "NORMAL" | "ITALIC";
|
|
6696
|
+
family: string;
|
|
6697
|
+
weight: number;
|
|
6698
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6699
|
+
is_archived: boolean;
|
|
6700
|
+
asset_key: string;
|
|
6701
|
+
}>;
|
|
6702
|
+
}, "strip", z.ZodTypeAny, {
|
|
6703
|
+
role: "BODY" | "HEADING";
|
|
6704
|
+
font_id: number;
|
|
6705
|
+
font: {
|
|
6706
|
+
id: number;
|
|
6707
|
+
url: string;
|
|
6708
|
+
created_at: string;
|
|
6709
|
+
updated_at: string;
|
|
6710
|
+
style: "NORMAL" | "ITALIC";
|
|
6711
|
+
family: string;
|
|
6712
|
+
weight: number;
|
|
6713
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6714
|
+
is_archived: boolean;
|
|
6715
|
+
asset_key: string;
|
|
6716
|
+
};
|
|
6717
|
+
}, {
|
|
6718
|
+
role: "BODY" | "HEADING";
|
|
6719
|
+
font_id: number;
|
|
6720
|
+
font: {
|
|
6721
|
+
id: number;
|
|
6722
|
+
url: string;
|
|
6723
|
+
created_at: string;
|
|
6724
|
+
updated_at: string;
|
|
6725
|
+
style: "NORMAL" | "ITALIC";
|
|
6726
|
+
family: string;
|
|
6727
|
+
weight: number;
|
|
6728
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6729
|
+
is_archived: boolean;
|
|
6730
|
+
asset_key: string;
|
|
6731
|
+
};
|
|
6732
|
+
}>, "many">;
|
|
6733
|
+
version: z.ZodNumber;
|
|
6734
|
+
}, "strip", z.ZodTypeAny, {
|
|
6735
|
+
version: number;
|
|
6736
|
+
config: {
|
|
6737
|
+
heading_size: number;
|
|
6738
|
+
subheading_size: number;
|
|
6739
|
+
body_size: number;
|
|
6740
|
+
small_body_size: number;
|
|
6741
|
+
color_bg: string;
|
|
6742
|
+
color_text: string;
|
|
6743
|
+
color_text_muted: string;
|
|
6744
|
+
color_primary_btn_bg: string;
|
|
6745
|
+
color_primary_btn_text: string;
|
|
6746
|
+
color_secondary_border: string;
|
|
6747
|
+
color_link: string;
|
|
6748
|
+
color_card_text: string;
|
|
6749
|
+
radius_button: number;
|
|
6750
|
+
radius_card: number;
|
|
6751
|
+
};
|
|
6752
|
+
fonts: {
|
|
6753
|
+
role: "BODY" | "HEADING";
|
|
6754
|
+
font_id: number;
|
|
6755
|
+
font: {
|
|
6756
|
+
id: number;
|
|
6757
|
+
url: string;
|
|
6758
|
+
created_at: string;
|
|
6759
|
+
updated_at: string;
|
|
6760
|
+
style: "NORMAL" | "ITALIC";
|
|
6761
|
+
family: string;
|
|
6762
|
+
weight: number;
|
|
6763
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6764
|
+
is_archived: boolean;
|
|
6765
|
+
asset_key: string;
|
|
6766
|
+
};
|
|
6767
|
+
}[];
|
|
6768
|
+
}, {
|
|
6769
|
+
version: number;
|
|
6770
|
+
config: {
|
|
6771
|
+
heading_size: number;
|
|
6772
|
+
subheading_size: number;
|
|
6773
|
+
body_size: number;
|
|
6774
|
+
small_body_size: number;
|
|
6775
|
+
color_bg: string;
|
|
6776
|
+
color_text: string;
|
|
6777
|
+
color_text_muted: string;
|
|
6778
|
+
color_primary_btn_bg: string;
|
|
6779
|
+
color_primary_btn_text: string;
|
|
6780
|
+
color_secondary_border: string;
|
|
6781
|
+
color_link: string;
|
|
6782
|
+
color_card_text: string;
|
|
6783
|
+
radius_button: number;
|
|
6784
|
+
radius_card: number;
|
|
6785
|
+
};
|
|
6786
|
+
fonts: {
|
|
6787
|
+
role: "BODY" | "HEADING";
|
|
6788
|
+
font_id: number;
|
|
6789
|
+
font: {
|
|
6790
|
+
id: number;
|
|
6791
|
+
url: string;
|
|
6792
|
+
created_at: string;
|
|
6793
|
+
updated_at: string;
|
|
6794
|
+
style: "NORMAL" | "ITALIC";
|
|
6795
|
+
family: string;
|
|
6796
|
+
weight: number;
|
|
6797
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6798
|
+
is_archived: boolean;
|
|
6799
|
+
asset_key: string;
|
|
6800
|
+
};
|
|
6801
|
+
}[];
|
|
6802
|
+
}>>;
|
|
6020
6803
|
}, "strip", z.ZodTypeAny, {
|
|
6021
6804
|
name: string;
|
|
6022
6805
|
status: "archived" | "active";
|
|
@@ -6086,6 +6869,41 @@ export declare const PropertyResponseSchema: z.ZodObject<{
|
|
|
6086
6869
|
signature: string;
|
|
6087
6870
|
} | undefined;
|
|
6088
6871
|
} | undefined;
|
|
6872
|
+
theme?: {
|
|
6873
|
+
version: number;
|
|
6874
|
+
config: {
|
|
6875
|
+
heading_size: number;
|
|
6876
|
+
subheading_size: number;
|
|
6877
|
+
body_size: number;
|
|
6878
|
+
small_body_size: number;
|
|
6879
|
+
color_bg: string;
|
|
6880
|
+
color_text: string;
|
|
6881
|
+
color_text_muted: string;
|
|
6882
|
+
color_primary_btn_bg: string;
|
|
6883
|
+
color_primary_btn_text: string;
|
|
6884
|
+
color_secondary_border: string;
|
|
6885
|
+
color_link: string;
|
|
6886
|
+
color_card_text: string;
|
|
6887
|
+
radius_button: number;
|
|
6888
|
+
radius_card: number;
|
|
6889
|
+
};
|
|
6890
|
+
fonts: {
|
|
6891
|
+
role: "BODY" | "HEADING";
|
|
6892
|
+
font_id: number;
|
|
6893
|
+
font: {
|
|
6894
|
+
id: number;
|
|
6895
|
+
url: string;
|
|
6896
|
+
created_at: string;
|
|
6897
|
+
updated_at: string;
|
|
6898
|
+
style: "NORMAL" | "ITALIC";
|
|
6899
|
+
family: string;
|
|
6900
|
+
weight: number;
|
|
6901
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
6902
|
+
is_archived: boolean;
|
|
6903
|
+
asset_key: string;
|
|
6904
|
+
};
|
|
6905
|
+
}[];
|
|
6906
|
+
} | undefined;
|
|
6089
6907
|
}, {
|
|
6090
6908
|
name: string;
|
|
6091
6909
|
status: "archived" | "active";
|
|
@@ -6155,6 +6973,41 @@ export declare const PropertyResponseSchema: z.ZodObject<{
|
|
|
6155
6973
|
signature: string;
|
|
6156
6974
|
} | undefined;
|
|
6157
6975
|
} | undefined;
|
|
6976
|
+
theme?: {
|
|
6977
|
+
version: number;
|
|
6978
|
+
config: {
|
|
6979
|
+
heading_size: number;
|
|
6980
|
+
subheading_size: number;
|
|
6981
|
+
body_size: number;
|
|
6982
|
+
small_body_size: number;
|
|
6983
|
+
color_bg: string;
|
|
6984
|
+
color_text: string;
|
|
6985
|
+
color_text_muted: string;
|
|
6986
|
+
color_primary_btn_bg: string;
|
|
6987
|
+
color_primary_btn_text: string;
|
|
6988
|
+
color_secondary_border: string;
|
|
6989
|
+
color_link: string;
|
|
6990
|
+
color_card_text: string;
|
|
6991
|
+
radius_button: number;
|
|
6992
|
+
radius_card: number;
|
|
6993
|
+
};
|
|
6994
|
+
fonts: {
|
|
6995
|
+
role: "BODY" | "HEADING";
|
|
6996
|
+
font_id: number;
|
|
6997
|
+
font: {
|
|
6998
|
+
id: number;
|
|
6999
|
+
url: string;
|
|
7000
|
+
created_at: string;
|
|
7001
|
+
updated_at: string;
|
|
7002
|
+
style: "NORMAL" | "ITALIC";
|
|
7003
|
+
family: string;
|
|
7004
|
+
weight: number;
|
|
7005
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
7006
|
+
is_archived: boolean;
|
|
7007
|
+
asset_key: string;
|
|
7008
|
+
};
|
|
7009
|
+
}[];
|
|
7010
|
+
} | undefined;
|
|
6158
7011
|
}>;
|
|
6159
7012
|
}, "strip", z.ZodTypeAny, {
|
|
6160
7013
|
data: {
|
|
@@ -6226,6 +7079,41 @@ export declare const PropertyResponseSchema: z.ZodObject<{
|
|
|
6226
7079
|
signature: string;
|
|
6227
7080
|
} | undefined;
|
|
6228
7081
|
} | undefined;
|
|
7082
|
+
theme?: {
|
|
7083
|
+
version: number;
|
|
7084
|
+
config: {
|
|
7085
|
+
heading_size: number;
|
|
7086
|
+
subheading_size: number;
|
|
7087
|
+
body_size: number;
|
|
7088
|
+
small_body_size: number;
|
|
7089
|
+
color_bg: string;
|
|
7090
|
+
color_text: string;
|
|
7091
|
+
color_text_muted: string;
|
|
7092
|
+
color_primary_btn_bg: string;
|
|
7093
|
+
color_primary_btn_text: string;
|
|
7094
|
+
color_secondary_border: string;
|
|
7095
|
+
color_link: string;
|
|
7096
|
+
color_card_text: string;
|
|
7097
|
+
radius_button: number;
|
|
7098
|
+
radius_card: number;
|
|
7099
|
+
};
|
|
7100
|
+
fonts: {
|
|
7101
|
+
role: "BODY" | "HEADING";
|
|
7102
|
+
font_id: number;
|
|
7103
|
+
font: {
|
|
7104
|
+
id: number;
|
|
7105
|
+
url: string;
|
|
7106
|
+
created_at: string;
|
|
7107
|
+
updated_at: string;
|
|
7108
|
+
style: "NORMAL" | "ITALIC";
|
|
7109
|
+
family: string;
|
|
7110
|
+
weight: number;
|
|
7111
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
7112
|
+
is_archived: boolean;
|
|
7113
|
+
asset_key: string;
|
|
7114
|
+
};
|
|
7115
|
+
}[];
|
|
7116
|
+
} | undefined;
|
|
6229
7117
|
};
|
|
6230
7118
|
}, {
|
|
6231
7119
|
data: {
|
|
@@ -6297,6 +7185,41 @@ export declare const PropertyResponseSchema: z.ZodObject<{
|
|
|
6297
7185
|
signature: string;
|
|
6298
7186
|
} | undefined;
|
|
6299
7187
|
} | undefined;
|
|
7188
|
+
theme?: {
|
|
7189
|
+
version: number;
|
|
7190
|
+
config: {
|
|
7191
|
+
heading_size: number;
|
|
7192
|
+
subheading_size: number;
|
|
7193
|
+
body_size: number;
|
|
7194
|
+
small_body_size: number;
|
|
7195
|
+
color_bg: string;
|
|
7196
|
+
color_text: string;
|
|
7197
|
+
color_text_muted: string;
|
|
7198
|
+
color_primary_btn_bg: string;
|
|
7199
|
+
color_primary_btn_text: string;
|
|
7200
|
+
color_secondary_border: string;
|
|
7201
|
+
color_link: string;
|
|
7202
|
+
color_card_text: string;
|
|
7203
|
+
radius_button: number;
|
|
7204
|
+
radius_card: number;
|
|
7205
|
+
};
|
|
7206
|
+
fonts: {
|
|
7207
|
+
role: "BODY" | "HEADING";
|
|
7208
|
+
font_id: number;
|
|
7209
|
+
font: {
|
|
7210
|
+
id: number;
|
|
7211
|
+
url: string;
|
|
7212
|
+
created_at: string;
|
|
7213
|
+
updated_at: string;
|
|
7214
|
+
style: "NORMAL" | "ITALIC";
|
|
7215
|
+
family: string;
|
|
7216
|
+
weight: number;
|
|
7217
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
7218
|
+
is_archived: boolean;
|
|
7219
|
+
asset_key: string;
|
|
7220
|
+
};
|
|
7221
|
+
}[];
|
|
7222
|
+
} | undefined;
|
|
6300
7223
|
};
|
|
6301
7224
|
}>;
|
|
6302
7225
|
export type PropertyResponse = z.infer<typeof PropertyResponseSchema>;
|
|
@@ -7983,3 +8906,2443 @@ export declare const SaveFiltersResponseSchema: z.ZodObject<{
|
|
|
7983
8906
|
};
|
|
7984
8907
|
}>;
|
|
7985
8908
|
export type SaveFiltersResponse = z.infer<typeof SaveFiltersResponseSchema>;
|
|
8909
|
+
export declare const UserFontsListResponseSchema: z.ZodObject<{
|
|
8910
|
+
data: z.ZodArray<z.ZodObject<{
|
|
8911
|
+
id: z.ZodNumber;
|
|
8912
|
+
family: z.ZodString;
|
|
8913
|
+
weight: z.ZodNumber;
|
|
8914
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
8915
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
8916
|
+
is_archived: z.ZodBoolean;
|
|
8917
|
+
asset_key: z.ZodString;
|
|
8918
|
+
url: z.ZodString;
|
|
8919
|
+
created_at: z.ZodString;
|
|
8920
|
+
updated_at: z.ZodString;
|
|
8921
|
+
}, "strip", z.ZodTypeAny, {
|
|
8922
|
+
id: number;
|
|
8923
|
+
url: string;
|
|
8924
|
+
created_at: string;
|
|
8925
|
+
updated_at: string;
|
|
8926
|
+
style: "NORMAL" | "ITALIC";
|
|
8927
|
+
family: string;
|
|
8928
|
+
weight: number;
|
|
8929
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
8930
|
+
is_archived: boolean;
|
|
8931
|
+
asset_key: string;
|
|
8932
|
+
}, {
|
|
8933
|
+
id: number;
|
|
8934
|
+
url: string;
|
|
8935
|
+
created_at: string;
|
|
8936
|
+
updated_at: string;
|
|
8937
|
+
style: "NORMAL" | "ITALIC";
|
|
8938
|
+
family: string;
|
|
8939
|
+
weight: number;
|
|
8940
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
8941
|
+
is_archived: boolean;
|
|
8942
|
+
asset_key: string;
|
|
8943
|
+
}>, "many">;
|
|
8944
|
+
}, "strip", z.ZodTypeAny, {
|
|
8945
|
+
data: {
|
|
8946
|
+
id: number;
|
|
8947
|
+
url: string;
|
|
8948
|
+
created_at: string;
|
|
8949
|
+
updated_at: string;
|
|
8950
|
+
style: "NORMAL" | "ITALIC";
|
|
8951
|
+
family: string;
|
|
8952
|
+
weight: number;
|
|
8953
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
8954
|
+
is_archived: boolean;
|
|
8955
|
+
asset_key: string;
|
|
8956
|
+
}[];
|
|
8957
|
+
}, {
|
|
8958
|
+
data: {
|
|
8959
|
+
id: number;
|
|
8960
|
+
url: string;
|
|
8961
|
+
created_at: string;
|
|
8962
|
+
updated_at: string;
|
|
8963
|
+
style: "NORMAL" | "ITALIC";
|
|
8964
|
+
family: string;
|
|
8965
|
+
weight: number;
|
|
8966
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
8967
|
+
is_archived: boolean;
|
|
8968
|
+
asset_key: string;
|
|
8969
|
+
}[];
|
|
8970
|
+
}>;
|
|
8971
|
+
export type UserFontsListResponse = z.infer<typeof UserFontsListResponseSchema>;
|
|
8972
|
+
export declare const UserFontResponseSchema: z.ZodObject<{
|
|
8973
|
+
data: z.ZodObject<{
|
|
8974
|
+
id: z.ZodNumber;
|
|
8975
|
+
family: z.ZodString;
|
|
8976
|
+
weight: z.ZodNumber;
|
|
8977
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
8978
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
8979
|
+
is_archived: z.ZodBoolean;
|
|
8980
|
+
asset_key: z.ZodString;
|
|
8981
|
+
url: z.ZodString;
|
|
8982
|
+
created_at: z.ZodString;
|
|
8983
|
+
updated_at: z.ZodString;
|
|
8984
|
+
}, "strip", z.ZodTypeAny, {
|
|
8985
|
+
id: number;
|
|
8986
|
+
url: string;
|
|
8987
|
+
created_at: string;
|
|
8988
|
+
updated_at: string;
|
|
8989
|
+
style: "NORMAL" | "ITALIC";
|
|
8990
|
+
family: string;
|
|
8991
|
+
weight: number;
|
|
8992
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
8993
|
+
is_archived: boolean;
|
|
8994
|
+
asset_key: string;
|
|
8995
|
+
}, {
|
|
8996
|
+
id: number;
|
|
8997
|
+
url: string;
|
|
8998
|
+
created_at: string;
|
|
8999
|
+
updated_at: string;
|
|
9000
|
+
style: "NORMAL" | "ITALIC";
|
|
9001
|
+
family: string;
|
|
9002
|
+
weight: number;
|
|
9003
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9004
|
+
is_archived: boolean;
|
|
9005
|
+
asset_key: string;
|
|
9006
|
+
}>;
|
|
9007
|
+
}, "strip", z.ZodTypeAny, {
|
|
9008
|
+
data: {
|
|
9009
|
+
id: number;
|
|
9010
|
+
url: string;
|
|
9011
|
+
created_at: string;
|
|
9012
|
+
updated_at: string;
|
|
9013
|
+
style: "NORMAL" | "ITALIC";
|
|
9014
|
+
family: string;
|
|
9015
|
+
weight: number;
|
|
9016
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9017
|
+
is_archived: boolean;
|
|
9018
|
+
asset_key: string;
|
|
9019
|
+
};
|
|
9020
|
+
}, {
|
|
9021
|
+
data: {
|
|
9022
|
+
id: number;
|
|
9023
|
+
url: string;
|
|
9024
|
+
created_at: string;
|
|
9025
|
+
updated_at: string;
|
|
9026
|
+
style: "NORMAL" | "ITALIC";
|
|
9027
|
+
family: string;
|
|
9028
|
+
weight: number;
|
|
9029
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9030
|
+
is_archived: boolean;
|
|
9031
|
+
asset_key: string;
|
|
9032
|
+
};
|
|
9033
|
+
}>;
|
|
9034
|
+
export type UserFontResponse = z.infer<typeof UserFontResponseSchema>;
|
|
9035
|
+
export declare const FontUploadUrlResponseSchema: z.ZodObject<{
|
|
9036
|
+
data: z.ZodObject<{
|
|
9037
|
+
upload_url: z.ZodString;
|
|
9038
|
+
asset_key: z.ZodString;
|
|
9039
|
+
}, "strip", z.ZodTypeAny, {
|
|
9040
|
+
upload_url: string;
|
|
9041
|
+
asset_key: string;
|
|
9042
|
+
}, {
|
|
9043
|
+
upload_url: string;
|
|
9044
|
+
asset_key: string;
|
|
9045
|
+
}>;
|
|
9046
|
+
}, "strip", z.ZodTypeAny, {
|
|
9047
|
+
data: {
|
|
9048
|
+
upload_url: string;
|
|
9049
|
+
asset_key: string;
|
|
9050
|
+
};
|
|
9051
|
+
}, {
|
|
9052
|
+
data: {
|
|
9053
|
+
upload_url: string;
|
|
9054
|
+
asset_key: string;
|
|
9055
|
+
};
|
|
9056
|
+
}>;
|
|
9057
|
+
export type FontUploadUrlResponse = z.infer<typeof FontUploadUrlResponseSchema>;
|
|
9058
|
+
export declare const FontUsageItemSchema: z.ZodObject<{
|
|
9059
|
+
property_id: z.ZodNumber;
|
|
9060
|
+
property_name: z.ZodString;
|
|
9061
|
+
theme_id: z.ZodNumber;
|
|
9062
|
+
version: z.ZodNumber;
|
|
9063
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
9064
|
+
}, "strip", z.ZodTypeAny, {
|
|
9065
|
+
property_id: number;
|
|
9066
|
+
role: "BODY" | "HEADING";
|
|
9067
|
+
version: number;
|
|
9068
|
+
property_name: string;
|
|
9069
|
+
theme_id: number;
|
|
9070
|
+
}, {
|
|
9071
|
+
property_id: number;
|
|
9072
|
+
role: "BODY" | "HEADING";
|
|
9073
|
+
version: number;
|
|
9074
|
+
property_name: string;
|
|
9075
|
+
theme_id: number;
|
|
9076
|
+
}>;
|
|
9077
|
+
export type FontUsageItem = z.infer<typeof FontUsageItemSchema>;
|
|
9078
|
+
export declare const FontInUseConflictResponseSchema: z.ZodObject<{
|
|
9079
|
+
error: z.ZodObject<{
|
|
9080
|
+
message: z.ZodEnum<["FONT_USED_IN_PUBLISHED_VERSION"]>;
|
|
9081
|
+
details: z.ZodObject<{
|
|
9082
|
+
usages: z.ZodArray<z.ZodObject<{
|
|
9083
|
+
property_id: z.ZodNumber;
|
|
9084
|
+
property_name: z.ZodString;
|
|
9085
|
+
theme_id: z.ZodNumber;
|
|
9086
|
+
version: z.ZodNumber;
|
|
9087
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
9088
|
+
}, "strip", z.ZodTypeAny, {
|
|
9089
|
+
property_id: number;
|
|
9090
|
+
role: "BODY" | "HEADING";
|
|
9091
|
+
version: number;
|
|
9092
|
+
property_name: string;
|
|
9093
|
+
theme_id: number;
|
|
9094
|
+
}, {
|
|
9095
|
+
property_id: number;
|
|
9096
|
+
role: "BODY" | "HEADING";
|
|
9097
|
+
version: number;
|
|
9098
|
+
property_name: string;
|
|
9099
|
+
theme_id: number;
|
|
9100
|
+
}>, "many">;
|
|
9101
|
+
}, "strip", z.ZodTypeAny, {
|
|
9102
|
+
usages: {
|
|
9103
|
+
property_id: number;
|
|
9104
|
+
role: "BODY" | "HEADING";
|
|
9105
|
+
version: number;
|
|
9106
|
+
property_name: string;
|
|
9107
|
+
theme_id: number;
|
|
9108
|
+
}[];
|
|
9109
|
+
}, {
|
|
9110
|
+
usages: {
|
|
9111
|
+
property_id: number;
|
|
9112
|
+
role: "BODY" | "HEADING";
|
|
9113
|
+
version: number;
|
|
9114
|
+
property_name: string;
|
|
9115
|
+
theme_id: number;
|
|
9116
|
+
}[];
|
|
9117
|
+
}>;
|
|
9118
|
+
}, "strip", z.ZodTypeAny, {
|
|
9119
|
+
message: "FONT_USED_IN_PUBLISHED_VERSION";
|
|
9120
|
+
details: {
|
|
9121
|
+
usages: {
|
|
9122
|
+
property_id: number;
|
|
9123
|
+
role: "BODY" | "HEADING";
|
|
9124
|
+
version: number;
|
|
9125
|
+
property_name: string;
|
|
9126
|
+
theme_id: number;
|
|
9127
|
+
}[];
|
|
9128
|
+
};
|
|
9129
|
+
}, {
|
|
9130
|
+
message: "FONT_USED_IN_PUBLISHED_VERSION";
|
|
9131
|
+
details: {
|
|
9132
|
+
usages: {
|
|
9133
|
+
property_id: number;
|
|
9134
|
+
role: "BODY" | "HEADING";
|
|
9135
|
+
version: number;
|
|
9136
|
+
property_name: string;
|
|
9137
|
+
theme_id: number;
|
|
9138
|
+
}[];
|
|
9139
|
+
};
|
|
9140
|
+
}>;
|
|
9141
|
+
}, "strip", z.ZodTypeAny, {
|
|
9142
|
+
error: {
|
|
9143
|
+
message: "FONT_USED_IN_PUBLISHED_VERSION";
|
|
9144
|
+
details: {
|
|
9145
|
+
usages: {
|
|
9146
|
+
property_id: number;
|
|
9147
|
+
role: "BODY" | "HEADING";
|
|
9148
|
+
version: number;
|
|
9149
|
+
property_name: string;
|
|
9150
|
+
theme_id: number;
|
|
9151
|
+
}[];
|
|
9152
|
+
};
|
|
9153
|
+
};
|
|
9154
|
+
}, {
|
|
9155
|
+
error: {
|
|
9156
|
+
message: "FONT_USED_IN_PUBLISHED_VERSION";
|
|
9157
|
+
details: {
|
|
9158
|
+
usages: {
|
|
9159
|
+
property_id: number;
|
|
9160
|
+
role: "BODY" | "HEADING";
|
|
9161
|
+
version: number;
|
|
9162
|
+
property_name: string;
|
|
9163
|
+
theme_id: number;
|
|
9164
|
+
}[];
|
|
9165
|
+
};
|
|
9166
|
+
};
|
|
9167
|
+
}>;
|
|
9168
|
+
export type FontInUseConflictResponse = z.infer<typeof FontInUseConflictResponseSchema>;
|
|
9169
|
+
export declare const ThemeStatusSchema: z.ZodEnum<["draft", "published", "archived"]>;
|
|
9170
|
+
export type ThemeStatus = z.infer<typeof ThemeStatusSchema>;
|
|
9171
|
+
export declare const ThemeFontAssignmentSchema: z.ZodObject<{
|
|
9172
|
+
font_id: z.ZodNumber;
|
|
9173
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
9174
|
+
}, "strip", z.ZodTypeAny, {
|
|
9175
|
+
role: "BODY" | "HEADING";
|
|
9176
|
+
font_id: number;
|
|
9177
|
+
}, {
|
|
9178
|
+
role: "BODY" | "HEADING";
|
|
9179
|
+
font_id: number;
|
|
9180
|
+
}>;
|
|
9181
|
+
export type ThemeFontAssignment = z.infer<typeof ThemeFontAssignmentSchema>;
|
|
9182
|
+
export declare const ThemeRowSchema: z.ZodObject<{
|
|
9183
|
+
id: z.ZodNumber;
|
|
9184
|
+
property_id: z.ZodNumber;
|
|
9185
|
+
parent_id: z.ZodNumber;
|
|
9186
|
+
version: z.ZodNumber;
|
|
9187
|
+
status: z.ZodEnum<["draft", "published", "archived"]>;
|
|
9188
|
+
config: z.ZodObject<{
|
|
9189
|
+
heading_size: z.ZodNumber;
|
|
9190
|
+
subheading_size: z.ZodNumber;
|
|
9191
|
+
body_size: z.ZodNumber;
|
|
9192
|
+
small_body_size: z.ZodNumber;
|
|
9193
|
+
color_bg: z.ZodString;
|
|
9194
|
+
color_text: z.ZodString;
|
|
9195
|
+
color_text_muted: z.ZodString;
|
|
9196
|
+
color_primary_btn_bg: z.ZodString;
|
|
9197
|
+
color_primary_btn_text: z.ZodString;
|
|
9198
|
+
color_secondary_border: z.ZodString;
|
|
9199
|
+
color_link: z.ZodString;
|
|
9200
|
+
color_card_text: z.ZodString;
|
|
9201
|
+
radius_button: z.ZodNumber;
|
|
9202
|
+
radius_card: z.ZodNumber;
|
|
9203
|
+
}, "strip", z.ZodTypeAny, {
|
|
9204
|
+
heading_size: number;
|
|
9205
|
+
subheading_size: number;
|
|
9206
|
+
body_size: number;
|
|
9207
|
+
small_body_size: number;
|
|
9208
|
+
color_bg: string;
|
|
9209
|
+
color_text: string;
|
|
9210
|
+
color_text_muted: string;
|
|
9211
|
+
color_primary_btn_bg: string;
|
|
9212
|
+
color_primary_btn_text: string;
|
|
9213
|
+
color_secondary_border: string;
|
|
9214
|
+
color_link: string;
|
|
9215
|
+
color_card_text: string;
|
|
9216
|
+
radius_button: number;
|
|
9217
|
+
radius_card: number;
|
|
9218
|
+
}, {
|
|
9219
|
+
heading_size: number;
|
|
9220
|
+
subheading_size: number;
|
|
9221
|
+
body_size: number;
|
|
9222
|
+
small_body_size: number;
|
|
9223
|
+
color_bg: string;
|
|
9224
|
+
color_text: string;
|
|
9225
|
+
color_text_muted: string;
|
|
9226
|
+
color_primary_btn_bg: string;
|
|
9227
|
+
color_primary_btn_text: string;
|
|
9228
|
+
color_secondary_border: string;
|
|
9229
|
+
color_link: string;
|
|
9230
|
+
color_card_text: string;
|
|
9231
|
+
radius_button: number;
|
|
9232
|
+
radius_card: number;
|
|
9233
|
+
}>;
|
|
9234
|
+
fonts: z.ZodArray<z.ZodObject<{
|
|
9235
|
+
font_id: z.ZodNumber;
|
|
9236
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
9237
|
+
font: z.ZodObject<{
|
|
9238
|
+
id: z.ZodNumber;
|
|
9239
|
+
family: z.ZodString;
|
|
9240
|
+
weight: z.ZodNumber;
|
|
9241
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
9242
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
9243
|
+
is_archived: z.ZodBoolean;
|
|
9244
|
+
asset_key: z.ZodString;
|
|
9245
|
+
url: z.ZodString;
|
|
9246
|
+
created_at: z.ZodString;
|
|
9247
|
+
updated_at: z.ZodString;
|
|
9248
|
+
}, "strip", z.ZodTypeAny, {
|
|
9249
|
+
id: number;
|
|
9250
|
+
url: string;
|
|
9251
|
+
created_at: string;
|
|
9252
|
+
updated_at: string;
|
|
9253
|
+
style: "NORMAL" | "ITALIC";
|
|
9254
|
+
family: string;
|
|
9255
|
+
weight: number;
|
|
9256
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9257
|
+
is_archived: boolean;
|
|
9258
|
+
asset_key: string;
|
|
9259
|
+
}, {
|
|
9260
|
+
id: number;
|
|
9261
|
+
url: string;
|
|
9262
|
+
created_at: string;
|
|
9263
|
+
updated_at: string;
|
|
9264
|
+
style: "NORMAL" | "ITALIC";
|
|
9265
|
+
family: string;
|
|
9266
|
+
weight: number;
|
|
9267
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9268
|
+
is_archived: boolean;
|
|
9269
|
+
asset_key: string;
|
|
9270
|
+
}>;
|
|
9271
|
+
}, "strip", z.ZodTypeAny, {
|
|
9272
|
+
role: "BODY" | "HEADING";
|
|
9273
|
+
font_id: number;
|
|
9274
|
+
font: {
|
|
9275
|
+
id: number;
|
|
9276
|
+
url: string;
|
|
9277
|
+
created_at: string;
|
|
9278
|
+
updated_at: string;
|
|
9279
|
+
style: "NORMAL" | "ITALIC";
|
|
9280
|
+
family: string;
|
|
9281
|
+
weight: number;
|
|
9282
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9283
|
+
is_archived: boolean;
|
|
9284
|
+
asset_key: string;
|
|
9285
|
+
};
|
|
9286
|
+
}, {
|
|
9287
|
+
role: "BODY" | "HEADING";
|
|
9288
|
+
font_id: number;
|
|
9289
|
+
font: {
|
|
9290
|
+
id: number;
|
|
9291
|
+
url: string;
|
|
9292
|
+
created_at: string;
|
|
9293
|
+
updated_at: string;
|
|
9294
|
+
style: "NORMAL" | "ITALIC";
|
|
9295
|
+
family: string;
|
|
9296
|
+
weight: number;
|
|
9297
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9298
|
+
is_archived: boolean;
|
|
9299
|
+
asset_key: string;
|
|
9300
|
+
};
|
|
9301
|
+
}>, "many">;
|
|
9302
|
+
message: z.ZodString;
|
|
9303
|
+
published_at: z.ZodString;
|
|
9304
|
+
created_at: z.ZodString;
|
|
9305
|
+
updated_at: z.ZodString;
|
|
9306
|
+
}, "strip", z.ZodTypeAny, {
|
|
9307
|
+
message: string;
|
|
9308
|
+
status: "archived" | "draft" | "published";
|
|
9309
|
+
id: number;
|
|
9310
|
+
property_id: number;
|
|
9311
|
+
created_at: string;
|
|
9312
|
+
updated_at: string;
|
|
9313
|
+
version: number;
|
|
9314
|
+
config: {
|
|
9315
|
+
heading_size: number;
|
|
9316
|
+
subheading_size: number;
|
|
9317
|
+
body_size: number;
|
|
9318
|
+
small_body_size: number;
|
|
9319
|
+
color_bg: string;
|
|
9320
|
+
color_text: string;
|
|
9321
|
+
color_text_muted: string;
|
|
9322
|
+
color_primary_btn_bg: string;
|
|
9323
|
+
color_primary_btn_text: string;
|
|
9324
|
+
color_secondary_border: string;
|
|
9325
|
+
color_link: string;
|
|
9326
|
+
color_card_text: string;
|
|
9327
|
+
radius_button: number;
|
|
9328
|
+
radius_card: number;
|
|
9329
|
+
};
|
|
9330
|
+
parent_id: number;
|
|
9331
|
+
fonts: {
|
|
9332
|
+
role: "BODY" | "HEADING";
|
|
9333
|
+
font_id: number;
|
|
9334
|
+
font: {
|
|
9335
|
+
id: number;
|
|
9336
|
+
url: string;
|
|
9337
|
+
created_at: string;
|
|
9338
|
+
updated_at: string;
|
|
9339
|
+
style: "NORMAL" | "ITALIC";
|
|
9340
|
+
family: string;
|
|
9341
|
+
weight: number;
|
|
9342
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9343
|
+
is_archived: boolean;
|
|
9344
|
+
asset_key: string;
|
|
9345
|
+
};
|
|
9346
|
+
}[];
|
|
9347
|
+
published_at: string;
|
|
9348
|
+
}, {
|
|
9349
|
+
message: string;
|
|
9350
|
+
status: "archived" | "draft" | "published";
|
|
9351
|
+
id: number;
|
|
9352
|
+
property_id: number;
|
|
9353
|
+
created_at: string;
|
|
9354
|
+
updated_at: string;
|
|
9355
|
+
version: number;
|
|
9356
|
+
config: {
|
|
9357
|
+
heading_size: number;
|
|
9358
|
+
subheading_size: number;
|
|
9359
|
+
body_size: number;
|
|
9360
|
+
small_body_size: number;
|
|
9361
|
+
color_bg: string;
|
|
9362
|
+
color_text: string;
|
|
9363
|
+
color_text_muted: string;
|
|
9364
|
+
color_primary_btn_bg: string;
|
|
9365
|
+
color_primary_btn_text: string;
|
|
9366
|
+
color_secondary_border: string;
|
|
9367
|
+
color_link: string;
|
|
9368
|
+
color_card_text: string;
|
|
9369
|
+
radius_button: number;
|
|
9370
|
+
radius_card: number;
|
|
9371
|
+
};
|
|
9372
|
+
parent_id: number;
|
|
9373
|
+
fonts: {
|
|
9374
|
+
role: "BODY" | "HEADING";
|
|
9375
|
+
font_id: number;
|
|
9376
|
+
font: {
|
|
9377
|
+
id: number;
|
|
9378
|
+
url: string;
|
|
9379
|
+
created_at: string;
|
|
9380
|
+
updated_at: string;
|
|
9381
|
+
style: "NORMAL" | "ITALIC";
|
|
9382
|
+
family: string;
|
|
9383
|
+
weight: number;
|
|
9384
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9385
|
+
is_archived: boolean;
|
|
9386
|
+
asset_key: string;
|
|
9387
|
+
};
|
|
9388
|
+
}[];
|
|
9389
|
+
published_at: string;
|
|
9390
|
+
}>;
|
|
9391
|
+
export type ThemeRow = z.infer<typeof ThemeRowSchema>;
|
|
9392
|
+
export declare const ThemeVersionSummarySchema: z.ZodObject<{
|
|
9393
|
+
id: z.ZodNumber;
|
|
9394
|
+
version: z.ZodNumber;
|
|
9395
|
+
status: z.ZodEnum<["published", "archived"]>;
|
|
9396
|
+
is_published: z.ZodBoolean;
|
|
9397
|
+
message: z.ZodString;
|
|
9398
|
+
published_at: z.ZodString;
|
|
9399
|
+
created_at: z.ZodString;
|
|
9400
|
+
}, "strip", z.ZodTypeAny, {
|
|
9401
|
+
message: string;
|
|
9402
|
+
status: "archived" | "published";
|
|
9403
|
+
id: number;
|
|
9404
|
+
created_at: string;
|
|
9405
|
+
version: number;
|
|
9406
|
+
published_at: string;
|
|
9407
|
+
is_published: boolean;
|
|
9408
|
+
}, {
|
|
9409
|
+
message: string;
|
|
9410
|
+
status: "archived" | "published";
|
|
9411
|
+
id: number;
|
|
9412
|
+
created_at: string;
|
|
9413
|
+
version: number;
|
|
9414
|
+
published_at: string;
|
|
9415
|
+
is_published: boolean;
|
|
9416
|
+
}>;
|
|
9417
|
+
export type ThemeVersionSummary = z.infer<typeof ThemeVersionSummarySchema>;
|
|
9418
|
+
export declare const ThemeStateSchema: z.ZodObject<{
|
|
9419
|
+
current: z.ZodObject<{
|
|
9420
|
+
id: z.ZodNumber;
|
|
9421
|
+
property_id: z.ZodNumber;
|
|
9422
|
+
parent_id: z.ZodNumber;
|
|
9423
|
+
version: z.ZodNumber;
|
|
9424
|
+
status: z.ZodEnum<["draft", "published", "archived"]>;
|
|
9425
|
+
config: z.ZodObject<{
|
|
9426
|
+
heading_size: z.ZodNumber;
|
|
9427
|
+
subheading_size: z.ZodNumber;
|
|
9428
|
+
body_size: z.ZodNumber;
|
|
9429
|
+
small_body_size: z.ZodNumber;
|
|
9430
|
+
color_bg: z.ZodString;
|
|
9431
|
+
color_text: z.ZodString;
|
|
9432
|
+
color_text_muted: z.ZodString;
|
|
9433
|
+
color_primary_btn_bg: z.ZodString;
|
|
9434
|
+
color_primary_btn_text: z.ZodString;
|
|
9435
|
+
color_secondary_border: z.ZodString;
|
|
9436
|
+
color_link: z.ZodString;
|
|
9437
|
+
color_card_text: z.ZodString;
|
|
9438
|
+
radius_button: z.ZodNumber;
|
|
9439
|
+
radius_card: z.ZodNumber;
|
|
9440
|
+
}, "strip", z.ZodTypeAny, {
|
|
9441
|
+
heading_size: number;
|
|
9442
|
+
subheading_size: number;
|
|
9443
|
+
body_size: number;
|
|
9444
|
+
small_body_size: number;
|
|
9445
|
+
color_bg: string;
|
|
9446
|
+
color_text: string;
|
|
9447
|
+
color_text_muted: string;
|
|
9448
|
+
color_primary_btn_bg: string;
|
|
9449
|
+
color_primary_btn_text: string;
|
|
9450
|
+
color_secondary_border: string;
|
|
9451
|
+
color_link: string;
|
|
9452
|
+
color_card_text: string;
|
|
9453
|
+
radius_button: number;
|
|
9454
|
+
radius_card: number;
|
|
9455
|
+
}, {
|
|
9456
|
+
heading_size: number;
|
|
9457
|
+
subheading_size: number;
|
|
9458
|
+
body_size: number;
|
|
9459
|
+
small_body_size: number;
|
|
9460
|
+
color_bg: string;
|
|
9461
|
+
color_text: string;
|
|
9462
|
+
color_text_muted: string;
|
|
9463
|
+
color_primary_btn_bg: string;
|
|
9464
|
+
color_primary_btn_text: string;
|
|
9465
|
+
color_secondary_border: string;
|
|
9466
|
+
color_link: string;
|
|
9467
|
+
color_card_text: string;
|
|
9468
|
+
radius_button: number;
|
|
9469
|
+
radius_card: number;
|
|
9470
|
+
}>;
|
|
9471
|
+
fonts: z.ZodArray<z.ZodObject<{
|
|
9472
|
+
font_id: z.ZodNumber;
|
|
9473
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
9474
|
+
font: z.ZodObject<{
|
|
9475
|
+
id: z.ZodNumber;
|
|
9476
|
+
family: z.ZodString;
|
|
9477
|
+
weight: z.ZodNumber;
|
|
9478
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
9479
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
9480
|
+
is_archived: z.ZodBoolean;
|
|
9481
|
+
asset_key: z.ZodString;
|
|
9482
|
+
url: z.ZodString;
|
|
9483
|
+
created_at: z.ZodString;
|
|
9484
|
+
updated_at: z.ZodString;
|
|
9485
|
+
}, "strip", z.ZodTypeAny, {
|
|
9486
|
+
id: number;
|
|
9487
|
+
url: string;
|
|
9488
|
+
created_at: string;
|
|
9489
|
+
updated_at: string;
|
|
9490
|
+
style: "NORMAL" | "ITALIC";
|
|
9491
|
+
family: string;
|
|
9492
|
+
weight: number;
|
|
9493
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9494
|
+
is_archived: boolean;
|
|
9495
|
+
asset_key: string;
|
|
9496
|
+
}, {
|
|
9497
|
+
id: number;
|
|
9498
|
+
url: string;
|
|
9499
|
+
created_at: string;
|
|
9500
|
+
updated_at: string;
|
|
9501
|
+
style: "NORMAL" | "ITALIC";
|
|
9502
|
+
family: string;
|
|
9503
|
+
weight: number;
|
|
9504
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9505
|
+
is_archived: boolean;
|
|
9506
|
+
asset_key: string;
|
|
9507
|
+
}>;
|
|
9508
|
+
}, "strip", z.ZodTypeAny, {
|
|
9509
|
+
role: "BODY" | "HEADING";
|
|
9510
|
+
font_id: number;
|
|
9511
|
+
font: {
|
|
9512
|
+
id: number;
|
|
9513
|
+
url: string;
|
|
9514
|
+
created_at: string;
|
|
9515
|
+
updated_at: string;
|
|
9516
|
+
style: "NORMAL" | "ITALIC";
|
|
9517
|
+
family: string;
|
|
9518
|
+
weight: number;
|
|
9519
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9520
|
+
is_archived: boolean;
|
|
9521
|
+
asset_key: string;
|
|
9522
|
+
};
|
|
9523
|
+
}, {
|
|
9524
|
+
role: "BODY" | "HEADING";
|
|
9525
|
+
font_id: number;
|
|
9526
|
+
font: {
|
|
9527
|
+
id: number;
|
|
9528
|
+
url: string;
|
|
9529
|
+
created_at: string;
|
|
9530
|
+
updated_at: string;
|
|
9531
|
+
style: "NORMAL" | "ITALIC";
|
|
9532
|
+
family: string;
|
|
9533
|
+
weight: number;
|
|
9534
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9535
|
+
is_archived: boolean;
|
|
9536
|
+
asset_key: string;
|
|
9537
|
+
};
|
|
9538
|
+
}>, "many">;
|
|
9539
|
+
message: z.ZodString;
|
|
9540
|
+
published_at: z.ZodString;
|
|
9541
|
+
created_at: z.ZodString;
|
|
9542
|
+
updated_at: z.ZodString;
|
|
9543
|
+
}, "strip", z.ZodTypeAny, {
|
|
9544
|
+
message: string;
|
|
9545
|
+
status: "archived" | "draft" | "published";
|
|
9546
|
+
id: number;
|
|
9547
|
+
property_id: number;
|
|
9548
|
+
created_at: string;
|
|
9549
|
+
updated_at: string;
|
|
9550
|
+
version: number;
|
|
9551
|
+
config: {
|
|
9552
|
+
heading_size: number;
|
|
9553
|
+
subheading_size: number;
|
|
9554
|
+
body_size: number;
|
|
9555
|
+
small_body_size: number;
|
|
9556
|
+
color_bg: string;
|
|
9557
|
+
color_text: string;
|
|
9558
|
+
color_text_muted: string;
|
|
9559
|
+
color_primary_btn_bg: string;
|
|
9560
|
+
color_primary_btn_text: string;
|
|
9561
|
+
color_secondary_border: string;
|
|
9562
|
+
color_link: string;
|
|
9563
|
+
color_card_text: string;
|
|
9564
|
+
radius_button: number;
|
|
9565
|
+
radius_card: number;
|
|
9566
|
+
};
|
|
9567
|
+
parent_id: number;
|
|
9568
|
+
fonts: {
|
|
9569
|
+
role: "BODY" | "HEADING";
|
|
9570
|
+
font_id: number;
|
|
9571
|
+
font: {
|
|
9572
|
+
id: number;
|
|
9573
|
+
url: string;
|
|
9574
|
+
created_at: string;
|
|
9575
|
+
updated_at: string;
|
|
9576
|
+
style: "NORMAL" | "ITALIC";
|
|
9577
|
+
family: string;
|
|
9578
|
+
weight: number;
|
|
9579
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9580
|
+
is_archived: boolean;
|
|
9581
|
+
asset_key: string;
|
|
9582
|
+
};
|
|
9583
|
+
}[];
|
|
9584
|
+
published_at: string;
|
|
9585
|
+
}, {
|
|
9586
|
+
message: string;
|
|
9587
|
+
status: "archived" | "draft" | "published";
|
|
9588
|
+
id: number;
|
|
9589
|
+
property_id: number;
|
|
9590
|
+
created_at: string;
|
|
9591
|
+
updated_at: string;
|
|
9592
|
+
version: number;
|
|
9593
|
+
config: {
|
|
9594
|
+
heading_size: number;
|
|
9595
|
+
subheading_size: number;
|
|
9596
|
+
body_size: number;
|
|
9597
|
+
small_body_size: number;
|
|
9598
|
+
color_bg: string;
|
|
9599
|
+
color_text: string;
|
|
9600
|
+
color_text_muted: string;
|
|
9601
|
+
color_primary_btn_bg: string;
|
|
9602
|
+
color_primary_btn_text: string;
|
|
9603
|
+
color_secondary_border: string;
|
|
9604
|
+
color_link: string;
|
|
9605
|
+
color_card_text: string;
|
|
9606
|
+
radius_button: number;
|
|
9607
|
+
radius_card: number;
|
|
9608
|
+
};
|
|
9609
|
+
parent_id: number;
|
|
9610
|
+
fonts: {
|
|
9611
|
+
role: "BODY" | "HEADING";
|
|
9612
|
+
font_id: number;
|
|
9613
|
+
font: {
|
|
9614
|
+
id: number;
|
|
9615
|
+
url: string;
|
|
9616
|
+
created_at: string;
|
|
9617
|
+
updated_at: string;
|
|
9618
|
+
style: "NORMAL" | "ITALIC";
|
|
9619
|
+
family: string;
|
|
9620
|
+
weight: number;
|
|
9621
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9622
|
+
is_archived: boolean;
|
|
9623
|
+
asset_key: string;
|
|
9624
|
+
};
|
|
9625
|
+
}[];
|
|
9626
|
+
published_at: string;
|
|
9627
|
+
}>;
|
|
9628
|
+
live: z.ZodOptional<z.ZodObject<{
|
|
9629
|
+
id: z.ZodNumber;
|
|
9630
|
+
property_id: z.ZodNumber;
|
|
9631
|
+
parent_id: z.ZodNumber;
|
|
9632
|
+
version: z.ZodNumber;
|
|
9633
|
+
status: z.ZodEnum<["draft", "published", "archived"]>;
|
|
9634
|
+
config: z.ZodObject<{
|
|
9635
|
+
heading_size: z.ZodNumber;
|
|
9636
|
+
subheading_size: z.ZodNumber;
|
|
9637
|
+
body_size: z.ZodNumber;
|
|
9638
|
+
small_body_size: z.ZodNumber;
|
|
9639
|
+
color_bg: z.ZodString;
|
|
9640
|
+
color_text: z.ZodString;
|
|
9641
|
+
color_text_muted: z.ZodString;
|
|
9642
|
+
color_primary_btn_bg: z.ZodString;
|
|
9643
|
+
color_primary_btn_text: z.ZodString;
|
|
9644
|
+
color_secondary_border: z.ZodString;
|
|
9645
|
+
color_link: z.ZodString;
|
|
9646
|
+
color_card_text: z.ZodString;
|
|
9647
|
+
radius_button: z.ZodNumber;
|
|
9648
|
+
radius_card: z.ZodNumber;
|
|
9649
|
+
}, "strip", z.ZodTypeAny, {
|
|
9650
|
+
heading_size: number;
|
|
9651
|
+
subheading_size: number;
|
|
9652
|
+
body_size: number;
|
|
9653
|
+
small_body_size: number;
|
|
9654
|
+
color_bg: string;
|
|
9655
|
+
color_text: string;
|
|
9656
|
+
color_text_muted: string;
|
|
9657
|
+
color_primary_btn_bg: string;
|
|
9658
|
+
color_primary_btn_text: string;
|
|
9659
|
+
color_secondary_border: string;
|
|
9660
|
+
color_link: string;
|
|
9661
|
+
color_card_text: string;
|
|
9662
|
+
radius_button: number;
|
|
9663
|
+
radius_card: number;
|
|
9664
|
+
}, {
|
|
9665
|
+
heading_size: number;
|
|
9666
|
+
subheading_size: number;
|
|
9667
|
+
body_size: number;
|
|
9668
|
+
small_body_size: number;
|
|
9669
|
+
color_bg: string;
|
|
9670
|
+
color_text: string;
|
|
9671
|
+
color_text_muted: string;
|
|
9672
|
+
color_primary_btn_bg: string;
|
|
9673
|
+
color_primary_btn_text: string;
|
|
9674
|
+
color_secondary_border: string;
|
|
9675
|
+
color_link: string;
|
|
9676
|
+
color_card_text: string;
|
|
9677
|
+
radius_button: number;
|
|
9678
|
+
radius_card: number;
|
|
9679
|
+
}>;
|
|
9680
|
+
fonts: z.ZodArray<z.ZodObject<{
|
|
9681
|
+
font_id: z.ZodNumber;
|
|
9682
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
9683
|
+
font: z.ZodObject<{
|
|
9684
|
+
id: z.ZodNumber;
|
|
9685
|
+
family: z.ZodString;
|
|
9686
|
+
weight: z.ZodNumber;
|
|
9687
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
9688
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
9689
|
+
is_archived: z.ZodBoolean;
|
|
9690
|
+
asset_key: z.ZodString;
|
|
9691
|
+
url: z.ZodString;
|
|
9692
|
+
created_at: z.ZodString;
|
|
9693
|
+
updated_at: z.ZodString;
|
|
9694
|
+
}, "strip", z.ZodTypeAny, {
|
|
9695
|
+
id: number;
|
|
9696
|
+
url: string;
|
|
9697
|
+
created_at: string;
|
|
9698
|
+
updated_at: string;
|
|
9699
|
+
style: "NORMAL" | "ITALIC";
|
|
9700
|
+
family: string;
|
|
9701
|
+
weight: number;
|
|
9702
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9703
|
+
is_archived: boolean;
|
|
9704
|
+
asset_key: string;
|
|
9705
|
+
}, {
|
|
9706
|
+
id: number;
|
|
9707
|
+
url: string;
|
|
9708
|
+
created_at: string;
|
|
9709
|
+
updated_at: string;
|
|
9710
|
+
style: "NORMAL" | "ITALIC";
|
|
9711
|
+
family: string;
|
|
9712
|
+
weight: number;
|
|
9713
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9714
|
+
is_archived: boolean;
|
|
9715
|
+
asset_key: string;
|
|
9716
|
+
}>;
|
|
9717
|
+
}, "strip", z.ZodTypeAny, {
|
|
9718
|
+
role: "BODY" | "HEADING";
|
|
9719
|
+
font_id: number;
|
|
9720
|
+
font: {
|
|
9721
|
+
id: number;
|
|
9722
|
+
url: string;
|
|
9723
|
+
created_at: string;
|
|
9724
|
+
updated_at: string;
|
|
9725
|
+
style: "NORMAL" | "ITALIC";
|
|
9726
|
+
family: string;
|
|
9727
|
+
weight: number;
|
|
9728
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9729
|
+
is_archived: boolean;
|
|
9730
|
+
asset_key: string;
|
|
9731
|
+
};
|
|
9732
|
+
}, {
|
|
9733
|
+
role: "BODY" | "HEADING";
|
|
9734
|
+
font_id: number;
|
|
9735
|
+
font: {
|
|
9736
|
+
id: number;
|
|
9737
|
+
url: string;
|
|
9738
|
+
created_at: string;
|
|
9739
|
+
updated_at: string;
|
|
9740
|
+
style: "NORMAL" | "ITALIC";
|
|
9741
|
+
family: string;
|
|
9742
|
+
weight: number;
|
|
9743
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9744
|
+
is_archived: boolean;
|
|
9745
|
+
asset_key: string;
|
|
9746
|
+
};
|
|
9747
|
+
}>, "many">;
|
|
9748
|
+
message: z.ZodString;
|
|
9749
|
+
published_at: z.ZodString;
|
|
9750
|
+
created_at: z.ZodString;
|
|
9751
|
+
updated_at: z.ZodString;
|
|
9752
|
+
}, "strip", z.ZodTypeAny, {
|
|
9753
|
+
message: string;
|
|
9754
|
+
status: "archived" | "draft" | "published";
|
|
9755
|
+
id: number;
|
|
9756
|
+
property_id: number;
|
|
9757
|
+
created_at: string;
|
|
9758
|
+
updated_at: string;
|
|
9759
|
+
version: number;
|
|
9760
|
+
config: {
|
|
9761
|
+
heading_size: number;
|
|
9762
|
+
subheading_size: number;
|
|
9763
|
+
body_size: number;
|
|
9764
|
+
small_body_size: number;
|
|
9765
|
+
color_bg: string;
|
|
9766
|
+
color_text: string;
|
|
9767
|
+
color_text_muted: string;
|
|
9768
|
+
color_primary_btn_bg: string;
|
|
9769
|
+
color_primary_btn_text: string;
|
|
9770
|
+
color_secondary_border: string;
|
|
9771
|
+
color_link: string;
|
|
9772
|
+
color_card_text: string;
|
|
9773
|
+
radius_button: number;
|
|
9774
|
+
radius_card: number;
|
|
9775
|
+
};
|
|
9776
|
+
parent_id: number;
|
|
9777
|
+
fonts: {
|
|
9778
|
+
role: "BODY" | "HEADING";
|
|
9779
|
+
font_id: number;
|
|
9780
|
+
font: {
|
|
9781
|
+
id: number;
|
|
9782
|
+
url: string;
|
|
9783
|
+
created_at: string;
|
|
9784
|
+
updated_at: string;
|
|
9785
|
+
style: "NORMAL" | "ITALIC";
|
|
9786
|
+
family: string;
|
|
9787
|
+
weight: number;
|
|
9788
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9789
|
+
is_archived: boolean;
|
|
9790
|
+
asset_key: string;
|
|
9791
|
+
};
|
|
9792
|
+
}[];
|
|
9793
|
+
published_at: string;
|
|
9794
|
+
}, {
|
|
9795
|
+
message: string;
|
|
9796
|
+
status: "archived" | "draft" | "published";
|
|
9797
|
+
id: number;
|
|
9798
|
+
property_id: number;
|
|
9799
|
+
created_at: string;
|
|
9800
|
+
updated_at: string;
|
|
9801
|
+
version: number;
|
|
9802
|
+
config: {
|
|
9803
|
+
heading_size: number;
|
|
9804
|
+
subheading_size: number;
|
|
9805
|
+
body_size: number;
|
|
9806
|
+
small_body_size: number;
|
|
9807
|
+
color_bg: string;
|
|
9808
|
+
color_text: string;
|
|
9809
|
+
color_text_muted: string;
|
|
9810
|
+
color_primary_btn_bg: string;
|
|
9811
|
+
color_primary_btn_text: string;
|
|
9812
|
+
color_secondary_border: string;
|
|
9813
|
+
color_link: string;
|
|
9814
|
+
color_card_text: string;
|
|
9815
|
+
radius_button: number;
|
|
9816
|
+
radius_card: number;
|
|
9817
|
+
};
|
|
9818
|
+
parent_id: number;
|
|
9819
|
+
fonts: {
|
|
9820
|
+
role: "BODY" | "HEADING";
|
|
9821
|
+
font_id: number;
|
|
9822
|
+
font: {
|
|
9823
|
+
id: number;
|
|
9824
|
+
url: string;
|
|
9825
|
+
created_at: string;
|
|
9826
|
+
updated_at: string;
|
|
9827
|
+
style: "NORMAL" | "ITALIC";
|
|
9828
|
+
family: string;
|
|
9829
|
+
weight: number;
|
|
9830
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9831
|
+
is_archived: boolean;
|
|
9832
|
+
asset_key: string;
|
|
9833
|
+
};
|
|
9834
|
+
}[];
|
|
9835
|
+
published_at: string;
|
|
9836
|
+
}>>;
|
|
9837
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
9838
|
+
id: z.ZodNumber;
|
|
9839
|
+
version: z.ZodNumber;
|
|
9840
|
+
status: z.ZodEnum<["published", "archived"]>;
|
|
9841
|
+
is_published: z.ZodBoolean;
|
|
9842
|
+
message: z.ZodString;
|
|
9843
|
+
published_at: z.ZodString;
|
|
9844
|
+
created_at: z.ZodString;
|
|
9845
|
+
}, "strip", z.ZodTypeAny, {
|
|
9846
|
+
message: string;
|
|
9847
|
+
status: "archived" | "published";
|
|
9848
|
+
id: number;
|
|
9849
|
+
created_at: string;
|
|
9850
|
+
version: number;
|
|
9851
|
+
published_at: string;
|
|
9852
|
+
is_published: boolean;
|
|
9853
|
+
}, {
|
|
9854
|
+
message: string;
|
|
9855
|
+
status: "archived" | "published";
|
|
9856
|
+
id: number;
|
|
9857
|
+
created_at: string;
|
|
9858
|
+
version: number;
|
|
9859
|
+
published_at: string;
|
|
9860
|
+
is_published: boolean;
|
|
9861
|
+
}>, "many">;
|
|
9862
|
+
}, "strip", z.ZodTypeAny, {
|
|
9863
|
+
current: {
|
|
9864
|
+
message: string;
|
|
9865
|
+
status: "archived" | "draft" | "published";
|
|
9866
|
+
id: number;
|
|
9867
|
+
property_id: number;
|
|
9868
|
+
created_at: string;
|
|
9869
|
+
updated_at: string;
|
|
9870
|
+
version: number;
|
|
9871
|
+
config: {
|
|
9872
|
+
heading_size: number;
|
|
9873
|
+
subheading_size: number;
|
|
9874
|
+
body_size: number;
|
|
9875
|
+
small_body_size: number;
|
|
9876
|
+
color_bg: string;
|
|
9877
|
+
color_text: string;
|
|
9878
|
+
color_text_muted: string;
|
|
9879
|
+
color_primary_btn_bg: string;
|
|
9880
|
+
color_primary_btn_text: string;
|
|
9881
|
+
color_secondary_border: string;
|
|
9882
|
+
color_link: string;
|
|
9883
|
+
color_card_text: string;
|
|
9884
|
+
radius_button: number;
|
|
9885
|
+
radius_card: number;
|
|
9886
|
+
};
|
|
9887
|
+
parent_id: number;
|
|
9888
|
+
fonts: {
|
|
9889
|
+
role: "BODY" | "HEADING";
|
|
9890
|
+
font_id: number;
|
|
9891
|
+
font: {
|
|
9892
|
+
id: number;
|
|
9893
|
+
url: string;
|
|
9894
|
+
created_at: string;
|
|
9895
|
+
updated_at: string;
|
|
9896
|
+
style: "NORMAL" | "ITALIC";
|
|
9897
|
+
family: string;
|
|
9898
|
+
weight: number;
|
|
9899
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9900
|
+
is_archived: boolean;
|
|
9901
|
+
asset_key: string;
|
|
9902
|
+
};
|
|
9903
|
+
}[];
|
|
9904
|
+
published_at: string;
|
|
9905
|
+
};
|
|
9906
|
+
versions: {
|
|
9907
|
+
message: string;
|
|
9908
|
+
status: "archived" | "published";
|
|
9909
|
+
id: number;
|
|
9910
|
+
created_at: string;
|
|
9911
|
+
version: number;
|
|
9912
|
+
published_at: string;
|
|
9913
|
+
is_published: boolean;
|
|
9914
|
+
}[];
|
|
9915
|
+
live?: {
|
|
9916
|
+
message: string;
|
|
9917
|
+
status: "archived" | "draft" | "published";
|
|
9918
|
+
id: number;
|
|
9919
|
+
property_id: number;
|
|
9920
|
+
created_at: string;
|
|
9921
|
+
updated_at: string;
|
|
9922
|
+
version: number;
|
|
9923
|
+
config: {
|
|
9924
|
+
heading_size: number;
|
|
9925
|
+
subheading_size: number;
|
|
9926
|
+
body_size: number;
|
|
9927
|
+
small_body_size: number;
|
|
9928
|
+
color_bg: string;
|
|
9929
|
+
color_text: string;
|
|
9930
|
+
color_text_muted: string;
|
|
9931
|
+
color_primary_btn_bg: string;
|
|
9932
|
+
color_primary_btn_text: string;
|
|
9933
|
+
color_secondary_border: string;
|
|
9934
|
+
color_link: string;
|
|
9935
|
+
color_card_text: string;
|
|
9936
|
+
radius_button: number;
|
|
9937
|
+
radius_card: number;
|
|
9938
|
+
};
|
|
9939
|
+
parent_id: number;
|
|
9940
|
+
fonts: {
|
|
9941
|
+
role: "BODY" | "HEADING";
|
|
9942
|
+
font_id: number;
|
|
9943
|
+
font: {
|
|
9944
|
+
id: number;
|
|
9945
|
+
url: string;
|
|
9946
|
+
created_at: string;
|
|
9947
|
+
updated_at: string;
|
|
9948
|
+
style: "NORMAL" | "ITALIC";
|
|
9949
|
+
family: string;
|
|
9950
|
+
weight: number;
|
|
9951
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9952
|
+
is_archived: boolean;
|
|
9953
|
+
asset_key: string;
|
|
9954
|
+
};
|
|
9955
|
+
}[];
|
|
9956
|
+
published_at: string;
|
|
9957
|
+
} | undefined;
|
|
9958
|
+
}, {
|
|
9959
|
+
current: {
|
|
9960
|
+
message: string;
|
|
9961
|
+
status: "archived" | "draft" | "published";
|
|
9962
|
+
id: number;
|
|
9963
|
+
property_id: number;
|
|
9964
|
+
created_at: string;
|
|
9965
|
+
updated_at: string;
|
|
9966
|
+
version: number;
|
|
9967
|
+
config: {
|
|
9968
|
+
heading_size: number;
|
|
9969
|
+
subheading_size: number;
|
|
9970
|
+
body_size: number;
|
|
9971
|
+
small_body_size: number;
|
|
9972
|
+
color_bg: string;
|
|
9973
|
+
color_text: string;
|
|
9974
|
+
color_text_muted: string;
|
|
9975
|
+
color_primary_btn_bg: string;
|
|
9976
|
+
color_primary_btn_text: string;
|
|
9977
|
+
color_secondary_border: string;
|
|
9978
|
+
color_link: string;
|
|
9979
|
+
color_card_text: string;
|
|
9980
|
+
radius_button: number;
|
|
9981
|
+
radius_card: number;
|
|
9982
|
+
};
|
|
9983
|
+
parent_id: number;
|
|
9984
|
+
fonts: {
|
|
9985
|
+
role: "BODY" | "HEADING";
|
|
9986
|
+
font_id: number;
|
|
9987
|
+
font: {
|
|
9988
|
+
id: number;
|
|
9989
|
+
url: string;
|
|
9990
|
+
created_at: string;
|
|
9991
|
+
updated_at: string;
|
|
9992
|
+
style: "NORMAL" | "ITALIC";
|
|
9993
|
+
family: string;
|
|
9994
|
+
weight: number;
|
|
9995
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
9996
|
+
is_archived: boolean;
|
|
9997
|
+
asset_key: string;
|
|
9998
|
+
};
|
|
9999
|
+
}[];
|
|
10000
|
+
published_at: string;
|
|
10001
|
+
};
|
|
10002
|
+
versions: {
|
|
10003
|
+
message: string;
|
|
10004
|
+
status: "archived" | "published";
|
|
10005
|
+
id: number;
|
|
10006
|
+
created_at: string;
|
|
10007
|
+
version: number;
|
|
10008
|
+
published_at: string;
|
|
10009
|
+
is_published: boolean;
|
|
10010
|
+
}[];
|
|
10011
|
+
live?: {
|
|
10012
|
+
message: string;
|
|
10013
|
+
status: "archived" | "draft" | "published";
|
|
10014
|
+
id: number;
|
|
10015
|
+
property_id: number;
|
|
10016
|
+
created_at: string;
|
|
10017
|
+
updated_at: string;
|
|
10018
|
+
version: number;
|
|
10019
|
+
config: {
|
|
10020
|
+
heading_size: number;
|
|
10021
|
+
subheading_size: number;
|
|
10022
|
+
body_size: number;
|
|
10023
|
+
small_body_size: number;
|
|
10024
|
+
color_bg: string;
|
|
10025
|
+
color_text: string;
|
|
10026
|
+
color_text_muted: string;
|
|
10027
|
+
color_primary_btn_bg: string;
|
|
10028
|
+
color_primary_btn_text: string;
|
|
10029
|
+
color_secondary_border: string;
|
|
10030
|
+
color_link: string;
|
|
10031
|
+
color_card_text: string;
|
|
10032
|
+
radius_button: number;
|
|
10033
|
+
radius_card: number;
|
|
10034
|
+
};
|
|
10035
|
+
parent_id: number;
|
|
10036
|
+
fonts: {
|
|
10037
|
+
role: "BODY" | "HEADING";
|
|
10038
|
+
font_id: number;
|
|
10039
|
+
font: {
|
|
10040
|
+
id: number;
|
|
10041
|
+
url: string;
|
|
10042
|
+
created_at: string;
|
|
10043
|
+
updated_at: string;
|
|
10044
|
+
style: "NORMAL" | "ITALIC";
|
|
10045
|
+
family: string;
|
|
10046
|
+
weight: number;
|
|
10047
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10048
|
+
is_archived: boolean;
|
|
10049
|
+
asset_key: string;
|
|
10050
|
+
};
|
|
10051
|
+
}[];
|
|
10052
|
+
published_at: string;
|
|
10053
|
+
} | undefined;
|
|
10054
|
+
}>;
|
|
10055
|
+
export type ThemeState = z.infer<typeof ThemeStateSchema>;
|
|
10056
|
+
export declare const ThemeStateResponseSchema: z.ZodObject<{
|
|
10057
|
+
data: z.ZodObject<{
|
|
10058
|
+
current: z.ZodObject<{
|
|
10059
|
+
id: z.ZodNumber;
|
|
10060
|
+
property_id: z.ZodNumber;
|
|
10061
|
+
parent_id: z.ZodNumber;
|
|
10062
|
+
version: z.ZodNumber;
|
|
10063
|
+
status: z.ZodEnum<["draft", "published", "archived"]>;
|
|
10064
|
+
config: z.ZodObject<{
|
|
10065
|
+
heading_size: z.ZodNumber;
|
|
10066
|
+
subheading_size: z.ZodNumber;
|
|
10067
|
+
body_size: z.ZodNumber;
|
|
10068
|
+
small_body_size: z.ZodNumber;
|
|
10069
|
+
color_bg: z.ZodString;
|
|
10070
|
+
color_text: z.ZodString;
|
|
10071
|
+
color_text_muted: z.ZodString;
|
|
10072
|
+
color_primary_btn_bg: z.ZodString;
|
|
10073
|
+
color_primary_btn_text: z.ZodString;
|
|
10074
|
+
color_secondary_border: z.ZodString;
|
|
10075
|
+
color_link: z.ZodString;
|
|
10076
|
+
color_card_text: z.ZodString;
|
|
10077
|
+
radius_button: z.ZodNumber;
|
|
10078
|
+
radius_card: z.ZodNumber;
|
|
10079
|
+
}, "strip", z.ZodTypeAny, {
|
|
10080
|
+
heading_size: number;
|
|
10081
|
+
subheading_size: number;
|
|
10082
|
+
body_size: number;
|
|
10083
|
+
small_body_size: number;
|
|
10084
|
+
color_bg: string;
|
|
10085
|
+
color_text: string;
|
|
10086
|
+
color_text_muted: string;
|
|
10087
|
+
color_primary_btn_bg: string;
|
|
10088
|
+
color_primary_btn_text: string;
|
|
10089
|
+
color_secondary_border: string;
|
|
10090
|
+
color_link: string;
|
|
10091
|
+
color_card_text: string;
|
|
10092
|
+
radius_button: number;
|
|
10093
|
+
radius_card: number;
|
|
10094
|
+
}, {
|
|
10095
|
+
heading_size: number;
|
|
10096
|
+
subheading_size: number;
|
|
10097
|
+
body_size: number;
|
|
10098
|
+
small_body_size: number;
|
|
10099
|
+
color_bg: string;
|
|
10100
|
+
color_text: string;
|
|
10101
|
+
color_text_muted: string;
|
|
10102
|
+
color_primary_btn_bg: string;
|
|
10103
|
+
color_primary_btn_text: string;
|
|
10104
|
+
color_secondary_border: string;
|
|
10105
|
+
color_link: string;
|
|
10106
|
+
color_card_text: string;
|
|
10107
|
+
radius_button: number;
|
|
10108
|
+
radius_card: number;
|
|
10109
|
+
}>;
|
|
10110
|
+
fonts: z.ZodArray<z.ZodObject<{
|
|
10111
|
+
font_id: z.ZodNumber;
|
|
10112
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
10113
|
+
font: z.ZodObject<{
|
|
10114
|
+
id: z.ZodNumber;
|
|
10115
|
+
family: z.ZodString;
|
|
10116
|
+
weight: z.ZodNumber;
|
|
10117
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
10118
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
10119
|
+
is_archived: z.ZodBoolean;
|
|
10120
|
+
asset_key: z.ZodString;
|
|
10121
|
+
url: z.ZodString;
|
|
10122
|
+
created_at: z.ZodString;
|
|
10123
|
+
updated_at: z.ZodString;
|
|
10124
|
+
}, "strip", z.ZodTypeAny, {
|
|
10125
|
+
id: number;
|
|
10126
|
+
url: string;
|
|
10127
|
+
created_at: string;
|
|
10128
|
+
updated_at: string;
|
|
10129
|
+
style: "NORMAL" | "ITALIC";
|
|
10130
|
+
family: string;
|
|
10131
|
+
weight: number;
|
|
10132
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10133
|
+
is_archived: boolean;
|
|
10134
|
+
asset_key: string;
|
|
10135
|
+
}, {
|
|
10136
|
+
id: number;
|
|
10137
|
+
url: string;
|
|
10138
|
+
created_at: string;
|
|
10139
|
+
updated_at: string;
|
|
10140
|
+
style: "NORMAL" | "ITALIC";
|
|
10141
|
+
family: string;
|
|
10142
|
+
weight: number;
|
|
10143
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10144
|
+
is_archived: boolean;
|
|
10145
|
+
asset_key: string;
|
|
10146
|
+
}>;
|
|
10147
|
+
}, "strip", z.ZodTypeAny, {
|
|
10148
|
+
role: "BODY" | "HEADING";
|
|
10149
|
+
font_id: number;
|
|
10150
|
+
font: {
|
|
10151
|
+
id: number;
|
|
10152
|
+
url: string;
|
|
10153
|
+
created_at: string;
|
|
10154
|
+
updated_at: string;
|
|
10155
|
+
style: "NORMAL" | "ITALIC";
|
|
10156
|
+
family: string;
|
|
10157
|
+
weight: number;
|
|
10158
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10159
|
+
is_archived: boolean;
|
|
10160
|
+
asset_key: string;
|
|
10161
|
+
};
|
|
10162
|
+
}, {
|
|
10163
|
+
role: "BODY" | "HEADING";
|
|
10164
|
+
font_id: number;
|
|
10165
|
+
font: {
|
|
10166
|
+
id: number;
|
|
10167
|
+
url: string;
|
|
10168
|
+
created_at: string;
|
|
10169
|
+
updated_at: string;
|
|
10170
|
+
style: "NORMAL" | "ITALIC";
|
|
10171
|
+
family: string;
|
|
10172
|
+
weight: number;
|
|
10173
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10174
|
+
is_archived: boolean;
|
|
10175
|
+
asset_key: string;
|
|
10176
|
+
};
|
|
10177
|
+
}>, "many">;
|
|
10178
|
+
message: z.ZodString;
|
|
10179
|
+
published_at: z.ZodString;
|
|
10180
|
+
created_at: z.ZodString;
|
|
10181
|
+
updated_at: z.ZodString;
|
|
10182
|
+
}, "strip", z.ZodTypeAny, {
|
|
10183
|
+
message: string;
|
|
10184
|
+
status: "archived" | "draft" | "published";
|
|
10185
|
+
id: number;
|
|
10186
|
+
property_id: number;
|
|
10187
|
+
created_at: string;
|
|
10188
|
+
updated_at: string;
|
|
10189
|
+
version: number;
|
|
10190
|
+
config: {
|
|
10191
|
+
heading_size: number;
|
|
10192
|
+
subheading_size: number;
|
|
10193
|
+
body_size: number;
|
|
10194
|
+
small_body_size: number;
|
|
10195
|
+
color_bg: string;
|
|
10196
|
+
color_text: string;
|
|
10197
|
+
color_text_muted: string;
|
|
10198
|
+
color_primary_btn_bg: string;
|
|
10199
|
+
color_primary_btn_text: string;
|
|
10200
|
+
color_secondary_border: string;
|
|
10201
|
+
color_link: string;
|
|
10202
|
+
color_card_text: string;
|
|
10203
|
+
radius_button: number;
|
|
10204
|
+
radius_card: number;
|
|
10205
|
+
};
|
|
10206
|
+
parent_id: number;
|
|
10207
|
+
fonts: {
|
|
10208
|
+
role: "BODY" | "HEADING";
|
|
10209
|
+
font_id: number;
|
|
10210
|
+
font: {
|
|
10211
|
+
id: number;
|
|
10212
|
+
url: string;
|
|
10213
|
+
created_at: string;
|
|
10214
|
+
updated_at: string;
|
|
10215
|
+
style: "NORMAL" | "ITALIC";
|
|
10216
|
+
family: string;
|
|
10217
|
+
weight: number;
|
|
10218
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10219
|
+
is_archived: boolean;
|
|
10220
|
+
asset_key: string;
|
|
10221
|
+
};
|
|
10222
|
+
}[];
|
|
10223
|
+
published_at: string;
|
|
10224
|
+
}, {
|
|
10225
|
+
message: string;
|
|
10226
|
+
status: "archived" | "draft" | "published";
|
|
10227
|
+
id: number;
|
|
10228
|
+
property_id: number;
|
|
10229
|
+
created_at: string;
|
|
10230
|
+
updated_at: string;
|
|
10231
|
+
version: number;
|
|
10232
|
+
config: {
|
|
10233
|
+
heading_size: number;
|
|
10234
|
+
subheading_size: number;
|
|
10235
|
+
body_size: number;
|
|
10236
|
+
small_body_size: number;
|
|
10237
|
+
color_bg: string;
|
|
10238
|
+
color_text: string;
|
|
10239
|
+
color_text_muted: string;
|
|
10240
|
+
color_primary_btn_bg: string;
|
|
10241
|
+
color_primary_btn_text: string;
|
|
10242
|
+
color_secondary_border: string;
|
|
10243
|
+
color_link: string;
|
|
10244
|
+
color_card_text: string;
|
|
10245
|
+
radius_button: number;
|
|
10246
|
+
radius_card: number;
|
|
10247
|
+
};
|
|
10248
|
+
parent_id: number;
|
|
10249
|
+
fonts: {
|
|
10250
|
+
role: "BODY" | "HEADING";
|
|
10251
|
+
font_id: number;
|
|
10252
|
+
font: {
|
|
10253
|
+
id: number;
|
|
10254
|
+
url: string;
|
|
10255
|
+
created_at: string;
|
|
10256
|
+
updated_at: string;
|
|
10257
|
+
style: "NORMAL" | "ITALIC";
|
|
10258
|
+
family: string;
|
|
10259
|
+
weight: number;
|
|
10260
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10261
|
+
is_archived: boolean;
|
|
10262
|
+
asset_key: string;
|
|
10263
|
+
};
|
|
10264
|
+
}[];
|
|
10265
|
+
published_at: string;
|
|
10266
|
+
}>;
|
|
10267
|
+
live: z.ZodOptional<z.ZodObject<{
|
|
10268
|
+
id: z.ZodNumber;
|
|
10269
|
+
property_id: z.ZodNumber;
|
|
10270
|
+
parent_id: z.ZodNumber;
|
|
10271
|
+
version: z.ZodNumber;
|
|
10272
|
+
status: z.ZodEnum<["draft", "published", "archived"]>;
|
|
10273
|
+
config: z.ZodObject<{
|
|
10274
|
+
heading_size: z.ZodNumber;
|
|
10275
|
+
subheading_size: z.ZodNumber;
|
|
10276
|
+
body_size: z.ZodNumber;
|
|
10277
|
+
small_body_size: z.ZodNumber;
|
|
10278
|
+
color_bg: z.ZodString;
|
|
10279
|
+
color_text: z.ZodString;
|
|
10280
|
+
color_text_muted: z.ZodString;
|
|
10281
|
+
color_primary_btn_bg: z.ZodString;
|
|
10282
|
+
color_primary_btn_text: z.ZodString;
|
|
10283
|
+
color_secondary_border: z.ZodString;
|
|
10284
|
+
color_link: z.ZodString;
|
|
10285
|
+
color_card_text: z.ZodString;
|
|
10286
|
+
radius_button: z.ZodNumber;
|
|
10287
|
+
radius_card: z.ZodNumber;
|
|
10288
|
+
}, "strip", z.ZodTypeAny, {
|
|
10289
|
+
heading_size: number;
|
|
10290
|
+
subheading_size: number;
|
|
10291
|
+
body_size: number;
|
|
10292
|
+
small_body_size: number;
|
|
10293
|
+
color_bg: string;
|
|
10294
|
+
color_text: string;
|
|
10295
|
+
color_text_muted: string;
|
|
10296
|
+
color_primary_btn_bg: string;
|
|
10297
|
+
color_primary_btn_text: string;
|
|
10298
|
+
color_secondary_border: string;
|
|
10299
|
+
color_link: string;
|
|
10300
|
+
color_card_text: string;
|
|
10301
|
+
radius_button: number;
|
|
10302
|
+
radius_card: number;
|
|
10303
|
+
}, {
|
|
10304
|
+
heading_size: number;
|
|
10305
|
+
subheading_size: number;
|
|
10306
|
+
body_size: number;
|
|
10307
|
+
small_body_size: number;
|
|
10308
|
+
color_bg: string;
|
|
10309
|
+
color_text: string;
|
|
10310
|
+
color_text_muted: string;
|
|
10311
|
+
color_primary_btn_bg: string;
|
|
10312
|
+
color_primary_btn_text: string;
|
|
10313
|
+
color_secondary_border: string;
|
|
10314
|
+
color_link: string;
|
|
10315
|
+
color_card_text: string;
|
|
10316
|
+
radius_button: number;
|
|
10317
|
+
radius_card: number;
|
|
10318
|
+
}>;
|
|
10319
|
+
fonts: z.ZodArray<z.ZodObject<{
|
|
10320
|
+
font_id: z.ZodNumber;
|
|
10321
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
10322
|
+
font: z.ZodObject<{
|
|
10323
|
+
id: z.ZodNumber;
|
|
10324
|
+
family: z.ZodString;
|
|
10325
|
+
weight: z.ZodNumber;
|
|
10326
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
10327
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
10328
|
+
is_archived: z.ZodBoolean;
|
|
10329
|
+
asset_key: z.ZodString;
|
|
10330
|
+
url: z.ZodString;
|
|
10331
|
+
created_at: z.ZodString;
|
|
10332
|
+
updated_at: z.ZodString;
|
|
10333
|
+
}, "strip", z.ZodTypeAny, {
|
|
10334
|
+
id: number;
|
|
10335
|
+
url: string;
|
|
10336
|
+
created_at: string;
|
|
10337
|
+
updated_at: string;
|
|
10338
|
+
style: "NORMAL" | "ITALIC";
|
|
10339
|
+
family: string;
|
|
10340
|
+
weight: number;
|
|
10341
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10342
|
+
is_archived: boolean;
|
|
10343
|
+
asset_key: string;
|
|
10344
|
+
}, {
|
|
10345
|
+
id: number;
|
|
10346
|
+
url: string;
|
|
10347
|
+
created_at: string;
|
|
10348
|
+
updated_at: string;
|
|
10349
|
+
style: "NORMAL" | "ITALIC";
|
|
10350
|
+
family: string;
|
|
10351
|
+
weight: number;
|
|
10352
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10353
|
+
is_archived: boolean;
|
|
10354
|
+
asset_key: string;
|
|
10355
|
+
}>;
|
|
10356
|
+
}, "strip", z.ZodTypeAny, {
|
|
10357
|
+
role: "BODY" | "HEADING";
|
|
10358
|
+
font_id: number;
|
|
10359
|
+
font: {
|
|
10360
|
+
id: number;
|
|
10361
|
+
url: string;
|
|
10362
|
+
created_at: string;
|
|
10363
|
+
updated_at: string;
|
|
10364
|
+
style: "NORMAL" | "ITALIC";
|
|
10365
|
+
family: string;
|
|
10366
|
+
weight: number;
|
|
10367
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10368
|
+
is_archived: boolean;
|
|
10369
|
+
asset_key: string;
|
|
10370
|
+
};
|
|
10371
|
+
}, {
|
|
10372
|
+
role: "BODY" | "HEADING";
|
|
10373
|
+
font_id: number;
|
|
10374
|
+
font: {
|
|
10375
|
+
id: number;
|
|
10376
|
+
url: string;
|
|
10377
|
+
created_at: string;
|
|
10378
|
+
updated_at: string;
|
|
10379
|
+
style: "NORMAL" | "ITALIC";
|
|
10380
|
+
family: string;
|
|
10381
|
+
weight: number;
|
|
10382
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10383
|
+
is_archived: boolean;
|
|
10384
|
+
asset_key: string;
|
|
10385
|
+
};
|
|
10386
|
+
}>, "many">;
|
|
10387
|
+
message: z.ZodString;
|
|
10388
|
+
published_at: z.ZodString;
|
|
10389
|
+
created_at: z.ZodString;
|
|
10390
|
+
updated_at: z.ZodString;
|
|
10391
|
+
}, "strip", z.ZodTypeAny, {
|
|
10392
|
+
message: string;
|
|
10393
|
+
status: "archived" | "draft" | "published";
|
|
10394
|
+
id: number;
|
|
10395
|
+
property_id: number;
|
|
10396
|
+
created_at: string;
|
|
10397
|
+
updated_at: string;
|
|
10398
|
+
version: number;
|
|
10399
|
+
config: {
|
|
10400
|
+
heading_size: number;
|
|
10401
|
+
subheading_size: number;
|
|
10402
|
+
body_size: number;
|
|
10403
|
+
small_body_size: number;
|
|
10404
|
+
color_bg: string;
|
|
10405
|
+
color_text: string;
|
|
10406
|
+
color_text_muted: string;
|
|
10407
|
+
color_primary_btn_bg: string;
|
|
10408
|
+
color_primary_btn_text: string;
|
|
10409
|
+
color_secondary_border: string;
|
|
10410
|
+
color_link: string;
|
|
10411
|
+
color_card_text: string;
|
|
10412
|
+
radius_button: number;
|
|
10413
|
+
radius_card: number;
|
|
10414
|
+
};
|
|
10415
|
+
parent_id: number;
|
|
10416
|
+
fonts: {
|
|
10417
|
+
role: "BODY" | "HEADING";
|
|
10418
|
+
font_id: number;
|
|
10419
|
+
font: {
|
|
10420
|
+
id: number;
|
|
10421
|
+
url: string;
|
|
10422
|
+
created_at: string;
|
|
10423
|
+
updated_at: string;
|
|
10424
|
+
style: "NORMAL" | "ITALIC";
|
|
10425
|
+
family: string;
|
|
10426
|
+
weight: number;
|
|
10427
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10428
|
+
is_archived: boolean;
|
|
10429
|
+
asset_key: string;
|
|
10430
|
+
};
|
|
10431
|
+
}[];
|
|
10432
|
+
published_at: string;
|
|
10433
|
+
}, {
|
|
10434
|
+
message: string;
|
|
10435
|
+
status: "archived" | "draft" | "published";
|
|
10436
|
+
id: number;
|
|
10437
|
+
property_id: number;
|
|
10438
|
+
created_at: string;
|
|
10439
|
+
updated_at: string;
|
|
10440
|
+
version: number;
|
|
10441
|
+
config: {
|
|
10442
|
+
heading_size: number;
|
|
10443
|
+
subheading_size: number;
|
|
10444
|
+
body_size: number;
|
|
10445
|
+
small_body_size: number;
|
|
10446
|
+
color_bg: string;
|
|
10447
|
+
color_text: string;
|
|
10448
|
+
color_text_muted: string;
|
|
10449
|
+
color_primary_btn_bg: string;
|
|
10450
|
+
color_primary_btn_text: string;
|
|
10451
|
+
color_secondary_border: string;
|
|
10452
|
+
color_link: string;
|
|
10453
|
+
color_card_text: string;
|
|
10454
|
+
radius_button: number;
|
|
10455
|
+
radius_card: number;
|
|
10456
|
+
};
|
|
10457
|
+
parent_id: number;
|
|
10458
|
+
fonts: {
|
|
10459
|
+
role: "BODY" | "HEADING";
|
|
10460
|
+
font_id: number;
|
|
10461
|
+
font: {
|
|
10462
|
+
id: number;
|
|
10463
|
+
url: string;
|
|
10464
|
+
created_at: string;
|
|
10465
|
+
updated_at: string;
|
|
10466
|
+
style: "NORMAL" | "ITALIC";
|
|
10467
|
+
family: string;
|
|
10468
|
+
weight: number;
|
|
10469
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10470
|
+
is_archived: boolean;
|
|
10471
|
+
asset_key: string;
|
|
10472
|
+
};
|
|
10473
|
+
}[];
|
|
10474
|
+
published_at: string;
|
|
10475
|
+
}>>;
|
|
10476
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
10477
|
+
id: z.ZodNumber;
|
|
10478
|
+
version: z.ZodNumber;
|
|
10479
|
+
status: z.ZodEnum<["published", "archived"]>;
|
|
10480
|
+
is_published: z.ZodBoolean;
|
|
10481
|
+
message: z.ZodString;
|
|
10482
|
+
published_at: z.ZodString;
|
|
10483
|
+
created_at: z.ZodString;
|
|
10484
|
+
}, "strip", z.ZodTypeAny, {
|
|
10485
|
+
message: string;
|
|
10486
|
+
status: "archived" | "published";
|
|
10487
|
+
id: number;
|
|
10488
|
+
created_at: string;
|
|
10489
|
+
version: number;
|
|
10490
|
+
published_at: string;
|
|
10491
|
+
is_published: boolean;
|
|
10492
|
+
}, {
|
|
10493
|
+
message: string;
|
|
10494
|
+
status: "archived" | "published";
|
|
10495
|
+
id: number;
|
|
10496
|
+
created_at: string;
|
|
10497
|
+
version: number;
|
|
10498
|
+
published_at: string;
|
|
10499
|
+
is_published: boolean;
|
|
10500
|
+
}>, "many">;
|
|
10501
|
+
}, "strip", z.ZodTypeAny, {
|
|
10502
|
+
current: {
|
|
10503
|
+
message: string;
|
|
10504
|
+
status: "archived" | "draft" | "published";
|
|
10505
|
+
id: number;
|
|
10506
|
+
property_id: number;
|
|
10507
|
+
created_at: string;
|
|
10508
|
+
updated_at: string;
|
|
10509
|
+
version: number;
|
|
10510
|
+
config: {
|
|
10511
|
+
heading_size: number;
|
|
10512
|
+
subheading_size: number;
|
|
10513
|
+
body_size: number;
|
|
10514
|
+
small_body_size: number;
|
|
10515
|
+
color_bg: string;
|
|
10516
|
+
color_text: string;
|
|
10517
|
+
color_text_muted: string;
|
|
10518
|
+
color_primary_btn_bg: string;
|
|
10519
|
+
color_primary_btn_text: string;
|
|
10520
|
+
color_secondary_border: string;
|
|
10521
|
+
color_link: string;
|
|
10522
|
+
color_card_text: string;
|
|
10523
|
+
radius_button: number;
|
|
10524
|
+
radius_card: number;
|
|
10525
|
+
};
|
|
10526
|
+
parent_id: number;
|
|
10527
|
+
fonts: {
|
|
10528
|
+
role: "BODY" | "HEADING";
|
|
10529
|
+
font_id: number;
|
|
10530
|
+
font: {
|
|
10531
|
+
id: number;
|
|
10532
|
+
url: string;
|
|
10533
|
+
created_at: string;
|
|
10534
|
+
updated_at: string;
|
|
10535
|
+
style: "NORMAL" | "ITALIC";
|
|
10536
|
+
family: string;
|
|
10537
|
+
weight: number;
|
|
10538
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10539
|
+
is_archived: boolean;
|
|
10540
|
+
asset_key: string;
|
|
10541
|
+
};
|
|
10542
|
+
}[];
|
|
10543
|
+
published_at: string;
|
|
10544
|
+
};
|
|
10545
|
+
versions: {
|
|
10546
|
+
message: string;
|
|
10547
|
+
status: "archived" | "published";
|
|
10548
|
+
id: number;
|
|
10549
|
+
created_at: string;
|
|
10550
|
+
version: number;
|
|
10551
|
+
published_at: string;
|
|
10552
|
+
is_published: boolean;
|
|
10553
|
+
}[];
|
|
10554
|
+
live?: {
|
|
10555
|
+
message: string;
|
|
10556
|
+
status: "archived" | "draft" | "published";
|
|
10557
|
+
id: number;
|
|
10558
|
+
property_id: number;
|
|
10559
|
+
created_at: string;
|
|
10560
|
+
updated_at: string;
|
|
10561
|
+
version: number;
|
|
10562
|
+
config: {
|
|
10563
|
+
heading_size: number;
|
|
10564
|
+
subheading_size: number;
|
|
10565
|
+
body_size: number;
|
|
10566
|
+
small_body_size: number;
|
|
10567
|
+
color_bg: string;
|
|
10568
|
+
color_text: string;
|
|
10569
|
+
color_text_muted: string;
|
|
10570
|
+
color_primary_btn_bg: string;
|
|
10571
|
+
color_primary_btn_text: string;
|
|
10572
|
+
color_secondary_border: string;
|
|
10573
|
+
color_link: string;
|
|
10574
|
+
color_card_text: string;
|
|
10575
|
+
radius_button: number;
|
|
10576
|
+
radius_card: number;
|
|
10577
|
+
};
|
|
10578
|
+
parent_id: number;
|
|
10579
|
+
fonts: {
|
|
10580
|
+
role: "BODY" | "HEADING";
|
|
10581
|
+
font_id: number;
|
|
10582
|
+
font: {
|
|
10583
|
+
id: number;
|
|
10584
|
+
url: string;
|
|
10585
|
+
created_at: string;
|
|
10586
|
+
updated_at: string;
|
|
10587
|
+
style: "NORMAL" | "ITALIC";
|
|
10588
|
+
family: string;
|
|
10589
|
+
weight: number;
|
|
10590
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10591
|
+
is_archived: boolean;
|
|
10592
|
+
asset_key: string;
|
|
10593
|
+
};
|
|
10594
|
+
}[];
|
|
10595
|
+
published_at: string;
|
|
10596
|
+
} | undefined;
|
|
10597
|
+
}, {
|
|
10598
|
+
current: {
|
|
10599
|
+
message: string;
|
|
10600
|
+
status: "archived" | "draft" | "published";
|
|
10601
|
+
id: number;
|
|
10602
|
+
property_id: number;
|
|
10603
|
+
created_at: string;
|
|
10604
|
+
updated_at: string;
|
|
10605
|
+
version: number;
|
|
10606
|
+
config: {
|
|
10607
|
+
heading_size: number;
|
|
10608
|
+
subheading_size: number;
|
|
10609
|
+
body_size: number;
|
|
10610
|
+
small_body_size: number;
|
|
10611
|
+
color_bg: string;
|
|
10612
|
+
color_text: string;
|
|
10613
|
+
color_text_muted: string;
|
|
10614
|
+
color_primary_btn_bg: string;
|
|
10615
|
+
color_primary_btn_text: string;
|
|
10616
|
+
color_secondary_border: string;
|
|
10617
|
+
color_link: string;
|
|
10618
|
+
color_card_text: string;
|
|
10619
|
+
radius_button: number;
|
|
10620
|
+
radius_card: number;
|
|
10621
|
+
};
|
|
10622
|
+
parent_id: number;
|
|
10623
|
+
fonts: {
|
|
10624
|
+
role: "BODY" | "HEADING";
|
|
10625
|
+
font_id: number;
|
|
10626
|
+
font: {
|
|
10627
|
+
id: number;
|
|
10628
|
+
url: string;
|
|
10629
|
+
created_at: string;
|
|
10630
|
+
updated_at: string;
|
|
10631
|
+
style: "NORMAL" | "ITALIC";
|
|
10632
|
+
family: string;
|
|
10633
|
+
weight: number;
|
|
10634
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10635
|
+
is_archived: boolean;
|
|
10636
|
+
asset_key: string;
|
|
10637
|
+
};
|
|
10638
|
+
}[];
|
|
10639
|
+
published_at: string;
|
|
10640
|
+
};
|
|
10641
|
+
versions: {
|
|
10642
|
+
message: string;
|
|
10643
|
+
status: "archived" | "published";
|
|
10644
|
+
id: number;
|
|
10645
|
+
created_at: string;
|
|
10646
|
+
version: number;
|
|
10647
|
+
published_at: string;
|
|
10648
|
+
is_published: boolean;
|
|
10649
|
+
}[];
|
|
10650
|
+
live?: {
|
|
10651
|
+
message: string;
|
|
10652
|
+
status: "archived" | "draft" | "published";
|
|
10653
|
+
id: number;
|
|
10654
|
+
property_id: number;
|
|
10655
|
+
created_at: string;
|
|
10656
|
+
updated_at: string;
|
|
10657
|
+
version: number;
|
|
10658
|
+
config: {
|
|
10659
|
+
heading_size: number;
|
|
10660
|
+
subheading_size: number;
|
|
10661
|
+
body_size: number;
|
|
10662
|
+
small_body_size: number;
|
|
10663
|
+
color_bg: string;
|
|
10664
|
+
color_text: string;
|
|
10665
|
+
color_text_muted: string;
|
|
10666
|
+
color_primary_btn_bg: string;
|
|
10667
|
+
color_primary_btn_text: string;
|
|
10668
|
+
color_secondary_border: string;
|
|
10669
|
+
color_link: string;
|
|
10670
|
+
color_card_text: string;
|
|
10671
|
+
radius_button: number;
|
|
10672
|
+
radius_card: number;
|
|
10673
|
+
};
|
|
10674
|
+
parent_id: number;
|
|
10675
|
+
fonts: {
|
|
10676
|
+
role: "BODY" | "HEADING";
|
|
10677
|
+
font_id: number;
|
|
10678
|
+
font: {
|
|
10679
|
+
id: number;
|
|
10680
|
+
url: string;
|
|
10681
|
+
created_at: string;
|
|
10682
|
+
updated_at: string;
|
|
10683
|
+
style: "NORMAL" | "ITALIC";
|
|
10684
|
+
family: string;
|
|
10685
|
+
weight: number;
|
|
10686
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10687
|
+
is_archived: boolean;
|
|
10688
|
+
asset_key: string;
|
|
10689
|
+
};
|
|
10690
|
+
}[];
|
|
10691
|
+
published_at: string;
|
|
10692
|
+
} | undefined;
|
|
10693
|
+
}>;
|
|
10694
|
+
}, "strip", z.ZodTypeAny, {
|
|
10695
|
+
data: {
|
|
10696
|
+
current: {
|
|
10697
|
+
message: string;
|
|
10698
|
+
status: "archived" | "draft" | "published";
|
|
10699
|
+
id: number;
|
|
10700
|
+
property_id: number;
|
|
10701
|
+
created_at: string;
|
|
10702
|
+
updated_at: string;
|
|
10703
|
+
version: number;
|
|
10704
|
+
config: {
|
|
10705
|
+
heading_size: number;
|
|
10706
|
+
subheading_size: number;
|
|
10707
|
+
body_size: number;
|
|
10708
|
+
small_body_size: number;
|
|
10709
|
+
color_bg: string;
|
|
10710
|
+
color_text: string;
|
|
10711
|
+
color_text_muted: string;
|
|
10712
|
+
color_primary_btn_bg: string;
|
|
10713
|
+
color_primary_btn_text: string;
|
|
10714
|
+
color_secondary_border: string;
|
|
10715
|
+
color_link: string;
|
|
10716
|
+
color_card_text: string;
|
|
10717
|
+
radius_button: number;
|
|
10718
|
+
radius_card: number;
|
|
10719
|
+
};
|
|
10720
|
+
parent_id: number;
|
|
10721
|
+
fonts: {
|
|
10722
|
+
role: "BODY" | "HEADING";
|
|
10723
|
+
font_id: number;
|
|
10724
|
+
font: {
|
|
10725
|
+
id: number;
|
|
10726
|
+
url: string;
|
|
10727
|
+
created_at: string;
|
|
10728
|
+
updated_at: string;
|
|
10729
|
+
style: "NORMAL" | "ITALIC";
|
|
10730
|
+
family: string;
|
|
10731
|
+
weight: number;
|
|
10732
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10733
|
+
is_archived: boolean;
|
|
10734
|
+
asset_key: string;
|
|
10735
|
+
};
|
|
10736
|
+
}[];
|
|
10737
|
+
published_at: string;
|
|
10738
|
+
};
|
|
10739
|
+
versions: {
|
|
10740
|
+
message: string;
|
|
10741
|
+
status: "archived" | "published";
|
|
10742
|
+
id: number;
|
|
10743
|
+
created_at: string;
|
|
10744
|
+
version: number;
|
|
10745
|
+
published_at: string;
|
|
10746
|
+
is_published: boolean;
|
|
10747
|
+
}[];
|
|
10748
|
+
live?: {
|
|
10749
|
+
message: string;
|
|
10750
|
+
status: "archived" | "draft" | "published";
|
|
10751
|
+
id: number;
|
|
10752
|
+
property_id: number;
|
|
10753
|
+
created_at: string;
|
|
10754
|
+
updated_at: string;
|
|
10755
|
+
version: number;
|
|
10756
|
+
config: {
|
|
10757
|
+
heading_size: number;
|
|
10758
|
+
subheading_size: number;
|
|
10759
|
+
body_size: number;
|
|
10760
|
+
small_body_size: number;
|
|
10761
|
+
color_bg: string;
|
|
10762
|
+
color_text: string;
|
|
10763
|
+
color_text_muted: string;
|
|
10764
|
+
color_primary_btn_bg: string;
|
|
10765
|
+
color_primary_btn_text: string;
|
|
10766
|
+
color_secondary_border: string;
|
|
10767
|
+
color_link: string;
|
|
10768
|
+
color_card_text: string;
|
|
10769
|
+
radius_button: number;
|
|
10770
|
+
radius_card: number;
|
|
10771
|
+
};
|
|
10772
|
+
parent_id: number;
|
|
10773
|
+
fonts: {
|
|
10774
|
+
role: "BODY" | "HEADING";
|
|
10775
|
+
font_id: number;
|
|
10776
|
+
font: {
|
|
10777
|
+
id: number;
|
|
10778
|
+
url: string;
|
|
10779
|
+
created_at: string;
|
|
10780
|
+
updated_at: string;
|
|
10781
|
+
style: "NORMAL" | "ITALIC";
|
|
10782
|
+
family: string;
|
|
10783
|
+
weight: number;
|
|
10784
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10785
|
+
is_archived: boolean;
|
|
10786
|
+
asset_key: string;
|
|
10787
|
+
};
|
|
10788
|
+
}[];
|
|
10789
|
+
published_at: string;
|
|
10790
|
+
} | undefined;
|
|
10791
|
+
};
|
|
10792
|
+
}, {
|
|
10793
|
+
data: {
|
|
10794
|
+
current: {
|
|
10795
|
+
message: string;
|
|
10796
|
+
status: "archived" | "draft" | "published";
|
|
10797
|
+
id: number;
|
|
10798
|
+
property_id: number;
|
|
10799
|
+
created_at: string;
|
|
10800
|
+
updated_at: string;
|
|
10801
|
+
version: number;
|
|
10802
|
+
config: {
|
|
10803
|
+
heading_size: number;
|
|
10804
|
+
subheading_size: number;
|
|
10805
|
+
body_size: number;
|
|
10806
|
+
small_body_size: number;
|
|
10807
|
+
color_bg: string;
|
|
10808
|
+
color_text: string;
|
|
10809
|
+
color_text_muted: string;
|
|
10810
|
+
color_primary_btn_bg: string;
|
|
10811
|
+
color_primary_btn_text: string;
|
|
10812
|
+
color_secondary_border: string;
|
|
10813
|
+
color_link: string;
|
|
10814
|
+
color_card_text: string;
|
|
10815
|
+
radius_button: number;
|
|
10816
|
+
radius_card: number;
|
|
10817
|
+
};
|
|
10818
|
+
parent_id: number;
|
|
10819
|
+
fonts: {
|
|
10820
|
+
role: "BODY" | "HEADING";
|
|
10821
|
+
font_id: number;
|
|
10822
|
+
font: {
|
|
10823
|
+
id: number;
|
|
10824
|
+
url: string;
|
|
10825
|
+
created_at: string;
|
|
10826
|
+
updated_at: string;
|
|
10827
|
+
style: "NORMAL" | "ITALIC";
|
|
10828
|
+
family: string;
|
|
10829
|
+
weight: number;
|
|
10830
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10831
|
+
is_archived: boolean;
|
|
10832
|
+
asset_key: string;
|
|
10833
|
+
};
|
|
10834
|
+
}[];
|
|
10835
|
+
published_at: string;
|
|
10836
|
+
};
|
|
10837
|
+
versions: {
|
|
10838
|
+
message: string;
|
|
10839
|
+
status: "archived" | "published";
|
|
10840
|
+
id: number;
|
|
10841
|
+
created_at: string;
|
|
10842
|
+
version: number;
|
|
10843
|
+
published_at: string;
|
|
10844
|
+
is_published: boolean;
|
|
10845
|
+
}[];
|
|
10846
|
+
live?: {
|
|
10847
|
+
message: string;
|
|
10848
|
+
status: "archived" | "draft" | "published";
|
|
10849
|
+
id: number;
|
|
10850
|
+
property_id: number;
|
|
10851
|
+
created_at: string;
|
|
10852
|
+
updated_at: string;
|
|
10853
|
+
version: number;
|
|
10854
|
+
config: {
|
|
10855
|
+
heading_size: number;
|
|
10856
|
+
subheading_size: number;
|
|
10857
|
+
body_size: number;
|
|
10858
|
+
small_body_size: number;
|
|
10859
|
+
color_bg: string;
|
|
10860
|
+
color_text: string;
|
|
10861
|
+
color_text_muted: string;
|
|
10862
|
+
color_primary_btn_bg: string;
|
|
10863
|
+
color_primary_btn_text: string;
|
|
10864
|
+
color_secondary_border: string;
|
|
10865
|
+
color_link: string;
|
|
10866
|
+
color_card_text: string;
|
|
10867
|
+
radius_button: number;
|
|
10868
|
+
radius_card: number;
|
|
10869
|
+
};
|
|
10870
|
+
parent_id: number;
|
|
10871
|
+
fonts: {
|
|
10872
|
+
role: "BODY" | "HEADING";
|
|
10873
|
+
font_id: number;
|
|
10874
|
+
font: {
|
|
10875
|
+
id: number;
|
|
10876
|
+
url: string;
|
|
10877
|
+
created_at: string;
|
|
10878
|
+
updated_at: string;
|
|
10879
|
+
style: "NORMAL" | "ITALIC";
|
|
10880
|
+
family: string;
|
|
10881
|
+
weight: number;
|
|
10882
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10883
|
+
is_archived: boolean;
|
|
10884
|
+
asset_key: string;
|
|
10885
|
+
};
|
|
10886
|
+
}[];
|
|
10887
|
+
published_at: string;
|
|
10888
|
+
} | undefined;
|
|
10889
|
+
};
|
|
10890
|
+
}>;
|
|
10891
|
+
export type ThemeStateResponse = z.infer<typeof ThemeStateResponseSchema>;
|
|
10892
|
+
export declare const ThemeRowResponseSchema: z.ZodObject<{
|
|
10893
|
+
data: z.ZodObject<{
|
|
10894
|
+
id: z.ZodNumber;
|
|
10895
|
+
property_id: z.ZodNumber;
|
|
10896
|
+
parent_id: z.ZodNumber;
|
|
10897
|
+
version: z.ZodNumber;
|
|
10898
|
+
status: z.ZodEnum<["draft", "published", "archived"]>;
|
|
10899
|
+
config: z.ZodObject<{
|
|
10900
|
+
heading_size: z.ZodNumber;
|
|
10901
|
+
subheading_size: z.ZodNumber;
|
|
10902
|
+
body_size: z.ZodNumber;
|
|
10903
|
+
small_body_size: z.ZodNumber;
|
|
10904
|
+
color_bg: z.ZodString;
|
|
10905
|
+
color_text: z.ZodString;
|
|
10906
|
+
color_text_muted: z.ZodString;
|
|
10907
|
+
color_primary_btn_bg: z.ZodString;
|
|
10908
|
+
color_primary_btn_text: z.ZodString;
|
|
10909
|
+
color_secondary_border: z.ZodString;
|
|
10910
|
+
color_link: z.ZodString;
|
|
10911
|
+
color_card_text: z.ZodString;
|
|
10912
|
+
radius_button: z.ZodNumber;
|
|
10913
|
+
radius_card: z.ZodNumber;
|
|
10914
|
+
}, "strip", z.ZodTypeAny, {
|
|
10915
|
+
heading_size: number;
|
|
10916
|
+
subheading_size: number;
|
|
10917
|
+
body_size: number;
|
|
10918
|
+
small_body_size: number;
|
|
10919
|
+
color_bg: string;
|
|
10920
|
+
color_text: string;
|
|
10921
|
+
color_text_muted: string;
|
|
10922
|
+
color_primary_btn_bg: string;
|
|
10923
|
+
color_primary_btn_text: string;
|
|
10924
|
+
color_secondary_border: string;
|
|
10925
|
+
color_link: string;
|
|
10926
|
+
color_card_text: string;
|
|
10927
|
+
radius_button: number;
|
|
10928
|
+
radius_card: number;
|
|
10929
|
+
}, {
|
|
10930
|
+
heading_size: number;
|
|
10931
|
+
subheading_size: number;
|
|
10932
|
+
body_size: number;
|
|
10933
|
+
small_body_size: number;
|
|
10934
|
+
color_bg: string;
|
|
10935
|
+
color_text: string;
|
|
10936
|
+
color_text_muted: string;
|
|
10937
|
+
color_primary_btn_bg: string;
|
|
10938
|
+
color_primary_btn_text: string;
|
|
10939
|
+
color_secondary_border: string;
|
|
10940
|
+
color_link: string;
|
|
10941
|
+
color_card_text: string;
|
|
10942
|
+
radius_button: number;
|
|
10943
|
+
radius_card: number;
|
|
10944
|
+
}>;
|
|
10945
|
+
fonts: z.ZodArray<z.ZodObject<{
|
|
10946
|
+
font_id: z.ZodNumber;
|
|
10947
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
10948
|
+
font: z.ZodObject<{
|
|
10949
|
+
id: z.ZodNumber;
|
|
10950
|
+
family: z.ZodString;
|
|
10951
|
+
weight: z.ZodNumber;
|
|
10952
|
+
style: z.ZodEnum<["NORMAL", "ITALIC"]>;
|
|
10953
|
+
format: z.ZodEnum<["WOFF2", "WOFF", "TTF", "OTF"]>;
|
|
10954
|
+
is_archived: z.ZodBoolean;
|
|
10955
|
+
asset_key: z.ZodString;
|
|
10956
|
+
url: z.ZodString;
|
|
10957
|
+
created_at: z.ZodString;
|
|
10958
|
+
updated_at: z.ZodString;
|
|
10959
|
+
}, "strip", z.ZodTypeAny, {
|
|
10960
|
+
id: number;
|
|
10961
|
+
url: string;
|
|
10962
|
+
created_at: string;
|
|
10963
|
+
updated_at: string;
|
|
10964
|
+
style: "NORMAL" | "ITALIC";
|
|
10965
|
+
family: string;
|
|
10966
|
+
weight: number;
|
|
10967
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10968
|
+
is_archived: boolean;
|
|
10969
|
+
asset_key: string;
|
|
10970
|
+
}, {
|
|
10971
|
+
id: number;
|
|
10972
|
+
url: string;
|
|
10973
|
+
created_at: string;
|
|
10974
|
+
updated_at: string;
|
|
10975
|
+
style: "NORMAL" | "ITALIC";
|
|
10976
|
+
family: string;
|
|
10977
|
+
weight: number;
|
|
10978
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10979
|
+
is_archived: boolean;
|
|
10980
|
+
asset_key: string;
|
|
10981
|
+
}>;
|
|
10982
|
+
}, "strip", z.ZodTypeAny, {
|
|
10983
|
+
role: "BODY" | "HEADING";
|
|
10984
|
+
font_id: number;
|
|
10985
|
+
font: {
|
|
10986
|
+
id: number;
|
|
10987
|
+
url: string;
|
|
10988
|
+
created_at: string;
|
|
10989
|
+
updated_at: string;
|
|
10990
|
+
style: "NORMAL" | "ITALIC";
|
|
10991
|
+
family: string;
|
|
10992
|
+
weight: number;
|
|
10993
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
10994
|
+
is_archived: boolean;
|
|
10995
|
+
asset_key: string;
|
|
10996
|
+
};
|
|
10997
|
+
}, {
|
|
10998
|
+
role: "BODY" | "HEADING";
|
|
10999
|
+
font_id: number;
|
|
11000
|
+
font: {
|
|
11001
|
+
id: number;
|
|
11002
|
+
url: string;
|
|
11003
|
+
created_at: string;
|
|
11004
|
+
updated_at: string;
|
|
11005
|
+
style: "NORMAL" | "ITALIC";
|
|
11006
|
+
family: string;
|
|
11007
|
+
weight: number;
|
|
11008
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
11009
|
+
is_archived: boolean;
|
|
11010
|
+
asset_key: string;
|
|
11011
|
+
};
|
|
11012
|
+
}>, "many">;
|
|
11013
|
+
message: z.ZodString;
|
|
11014
|
+
published_at: z.ZodString;
|
|
11015
|
+
created_at: z.ZodString;
|
|
11016
|
+
updated_at: z.ZodString;
|
|
11017
|
+
}, "strip", z.ZodTypeAny, {
|
|
11018
|
+
message: string;
|
|
11019
|
+
status: "archived" | "draft" | "published";
|
|
11020
|
+
id: number;
|
|
11021
|
+
property_id: number;
|
|
11022
|
+
created_at: string;
|
|
11023
|
+
updated_at: string;
|
|
11024
|
+
version: number;
|
|
11025
|
+
config: {
|
|
11026
|
+
heading_size: number;
|
|
11027
|
+
subheading_size: number;
|
|
11028
|
+
body_size: number;
|
|
11029
|
+
small_body_size: number;
|
|
11030
|
+
color_bg: string;
|
|
11031
|
+
color_text: string;
|
|
11032
|
+
color_text_muted: string;
|
|
11033
|
+
color_primary_btn_bg: string;
|
|
11034
|
+
color_primary_btn_text: string;
|
|
11035
|
+
color_secondary_border: string;
|
|
11036
|
+
color_link: string;
|
|
11037
|
+
color_card_text: string;
|
|
11038
|
+
radius_button: number;
|
|
11039
|
+
radius_card: number;
|
|
11040
|
+
};
|
|
11041
|
+
parent_id: number;
|
|
11042
|
+
fonts: {
|
|
11043
|
+
role: "BODY" | "HEADING";
|
|
11044
|
+
font_id: number;
|
|
11045
|
+
font: {
|
|
11046
|
+
id: number;
|
|
11047
|
+
url: string;
|
|
11048
|
+
created_at: string;
|
|
11049
|
+
updated_at: string;
|
|
11050
|
+
style: "NORMAL" | "ITALIC";
|
|
11051
|
+
family: string;
|
|
11052
|
+
weight: number;
|
|
11053
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
11054
|
+
is_archived: boolean;
|
|
11055
|
+
asset_key: string;
|
|
11056
|
+
};
|
|
11057
|
+
}[];
|
|
11058
|
+
published_at: string;
|
|
11059
|
+
}, {
|
|
11060
|
+
message: string;
|
|
11061
|
+
status: "archived" | "draft" | "published";
|
|
11062
|
+
id: number;
|
|
11063
|
+
property_id: number;
|
|
11064
|
+
created_at: string;
|
|
11065
|
+
updated_at: string;
|
|
11066
|
+
version: number;
|
|
11067
|
+
config: {
|
|
11068
|
+
heading_size: number;
|
|
11069
|
+
subheading_size: number;
|
|
11070
|
+
body_size: number;
|
|
11071
|
+
small_body_size: number;
|
|
11072
|
+
color_bg: string;
|
|
11073
|
+
color_text: string;
|
|
11074
|
+
color_text_muted: string;
|
|
11075
|
+
color_primary_btn_bg: string;
|
|
11076
|
+
color_primary_btn_text: string;
|
|
11077
|
+
color_secondary_border: string;
|
|
11078
|
+
color_link: string;
|
|
11079
|
+
color_card_text: string;
|
|
11080
|
+
radius_button: number;
|
|
11081
|
+
radius_card: number;
|
|
11082
|
+
};
|
|
11083
|
+
parent_id: number;
|
|
11084
|
+
fonts: {
|
|
11085
|
+
role: "BODY" | "HEADING";
|
|
11086
|
+
font_id: number;
|
|
11087
|
+
font: {
|
|
11088
|
+
id: number;
|
|
11089
|
+
url: string;
|
|
11090
|
+
created_at: string;
|
|
11091
|
+
updated_at: string;
|
|
11092
|
+
style: "NORMAL" | "ITALIC";
|
|
11093
|
+
family: string;
|
|
11094
|
+
weight: number;
|
|
11095
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
11096
|
+
is_archived: boolean;
|
|
11097
|
+
asset_key: string;
|
|
11098
|
+
};
|
|
11099
|
+
}[];
|
|
11100
|
+
published_at: string;
|
|
11101
|
+
}>;
|
|
11102
|
+
}, "strip", z.ZodTypeAny, {
|
|
11103
|
+
data: {
|
|
11104
|
+
message: string;
|
|
11105
|
+
status: "archived" | "draft" | "published";
|
|
11106
|
+
id: number;
|
|
11107
|
+
property_id: number;
|
|
11108
|
+
created_at: string;
|
|
11109
|
+
updated_at: string;
|
|
11110
|
+
version: number;
|
|
11111
|
+
config: {
|
|
11112
|
+
heading_size: number;
|
|
11113
|
+
subheading_size: number;
|
|
11114
|
+
body_size: number;
|
|
11115
|
+
small_body_size: number;
|
|
11116
|
+
color_bg: string;
|
|
11117
|
+
color_text: string;
|
|
11118
|
+
color_text_muted: string;
|
|
11119
|
+
color_primary_btn_bg: string;
|
|
11120
|
+
color_primary_btn_text: string;
|
|
11121
|
+
color_secondary_border: string;
|
|
11122
|
+
color_link: string;
|
|
11123
|
+
color_card_text: string;
|
|
11124
|
+
radius_button: number;
|
|
11125
|
+
radius_card: number;
|
|
11126
|
+
};
|
|
11127
|
+
parent_id: number;
|
|
11128
|
+
fonts: {
|
|
11129
|
+
role: "BODY" | "HEADING";
|
|
11130
|
+
font_id: number;
|
|
11131
|
+
font: {
|
|
11132
|
+
id: number;
|
|
11133
|
+
url: string;
|
|
11134
|
+
created_at: string;
|
|
11135
|
+
updated_at: string;
|
|
11136
|
+
style: "NORMAL" | "ITALIC";
|
|
11137
|
+
family: string;
|
|
11138
|
+
weight: number;
|
|
11139
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
11140
|
+
is_archived: boolean;
|
|
11141
|
+
asset_key: string;
|
|
11142
|
+
};
|
|
11143
|
+
}[];
|
|
11144
|
+
published_at: string;
|
|
11145
|
+
};
|
|
11146
|
+
}, {
|
|
11147
|
+
data: {
|
|
11148
|
+
message: string;
|
|
11149
|
+
status: "archived" | "draft" | "published";
|
|
11150
|
+
id: number;
|
|
11151
|
+
property_id: number;
|
|
11152
|
+
created_at: string;
|
|
11153
|
+
updated_at: string;
|
|
11154
|
+
version: number;
|
|
11155
|
+
config: {
|
|
11156
|
+
heading_size: number;
|
|
11157
|
+
subheading_size: number;
|
|
11158
|
+
body_size: number;
|
|
11159
|
+
small_body_size: number;
|
|
11160
|
+
color_bg: string;
|
|
11161
|
+
color_text: string;
|
|
11162
|
+
color_text_muted: string;
|
|
11163
|
+
color_primary_btn_bg: string;
|
|
11164
|
+
color_primary_btn_text: string;
|
|
11165
|
+
color_secondary_border: string;
|
|
11166
|
+
color_link: string;
|
|
11167
|
+
color_card_text: string;
|
|
11168
|
+
radius_button: number;
|
|
11169
|
+
radius_card: number;
|
|
11170
|
+
};
|
|
11171
|
+
parent_id: number;
|
|
11172
|
+
fonts: {
|
|
11173
|
+
role: "BODY" | "HEADING";
|
|
11174
|
+
font_id: number;
|
|
11175
|
+
font: {
|
|
11176
|
+
id: number;
|
|
11177
|
+
url: string;
|
|
11178
|
+
created_at: string;
|
|
11179
|
+
updated_at: string;
|
|
11180
|
+
style: "NORMAL" | "ITALIC";
|
|
11181
|
+
family: string;
|
|
11182
|
+
weight: number;
|
|
11183
|
+
format: "WOFF2" | "WOFF" | "TTF" | "OTF";
|
|
11184
|
+
is_archived: boolean;
|
|
11185
|
+
asset_key: string;
|
|
11186
|
+
};
|
|
11187
|
+
}[];
|
|
11188
|
+
published_at: string;
|
|
11189
|
+
};
|
|
11190
|
+
}>;
|
|
11191
|
+
export type ThemeRowResponse = z.infer<typeof ThemeRowResponseSchema>;
|
|
11192
|
+
export declare const ThemeVersionsListResponseSchema: z.ZodObject<{
|
|
11193
|
+
data: z.ZodArray<z.ZodObject<{
|
|
11194
|
+
id: z.ZodNumber;
|
|
11195
|
+
version: z.ZodNumber;
|
|
11196
|
+
status: z.ZodEnum<["published", "archived"]>;
|
|
11197
|
+
is_published: z.ZodBoolean;
|
|
11198
|
+
message: z.ZodString;
|
|
11199
|
+
published_at: z.ZodString;
|
|
11200
|
+
created_at: z.ZodString;
|
|
11201
|
+
}, "strip", z.ZodTypeAny, {
|
|
11202
|
+
message: string;
|
|
11203
|
+
status: "archived" | "published";
|
|
11204
|
+
id: number;
|
|
11205
|
+
created_at: string;
|
|
11206
|
+
version: number;
|
|
11207
|
+
published_at: string;
|
|
11208
|
+
is_published: boolean;
|
|
11209
|
+
}, {
|
|
11210
|
+
message: string;
|
|
11211
|
+
status: "archived" | "published";
|
|
11212
|
+
id: number;
|
|
11213
|
+
created_at: string;
|
|
11214
|
+
version: number;
|
|
11215
|
+
published_at: string;
|
|
11216
|
+
is_published: boolean;
|
|
11217
|
+
}>, "many">;
|
|
11218
|
+
}, "strip", z.ZodTypeAny, {
|
|
11219
|
+
data: {
|
|
11220
|
+
message: string;
|
|
11221
|
+
status: "archived" | "published";
|
|
11222
|
+
id: number;
|
|
11223
|
+
created_at: string;
|
|
11224
|
+
version: number;
|
|
11225
|
+
published_at: string;
|
|
11226
|
+
is_published: boolean;
|
|
11227
|
+
}[];
|
|
11228
|
+
}, {
|
|
11229
|
+
data: {
|
|
11230
|
+
message: string;
|
|
11231
|
+
status: "archived" | "published";
|
|
11232
|
+
id: number;
|
|
11233
|
+
created_at: string;
|
|
11234
|
+
version: number;
|
|
11235
|
+
published_at: string;
|
|
11236
|
+
is_published: boolean;
|
|
11237
|
+
}[];
|
|
11238
|
+
}>;
|
|
11239
|
+
export type ThemeVersionsListResponse = z.infer<typeof ThemeVersionsListResponseSchema>;
|
|
11240
|
+
export declare const UpdateThemeDraftPayloadSchema: z.ZodObject<{
|
|
11241
|
+
config: z.ZodObject<{
|
|
11242
|
+
heading_size: z.ZodNumber;
|
|
11243
|
+
subheading_size: z.ZodNumber;
|
|
11244
|
+
body_size: z.ZodNumber;
|
|
11245
|
+
small_body_size: z.ZodNumber;
|
|
11246
|
+
color_bg: z.ZodString;
|
|
11247
|
+
color_text: z.ZodString;
|
|
11248
|
+
color_text_muted: z.ZodString;
|
|
11249
|
+
color_primary_btn_bg: z.ZodString;
|
|
11250
|
+
color_primary_btn_text: z.ZodString;
|
|
11251
|
+
color_secondary_border: z.ZodString;
|
|
11252
|
+
color_link: z.ZodString;
|
|
11253
|
+
color_card_text: z.ZodString;
|
|
11254
|
+
radius_button: z.ZodNumber;
|
|
11255
|
+
radius_card: z.ZodNumber;
|
|
11256
|
+
}, "strip", z.ZodTypeAny, {
|
|
11257
|
+
heading_size: number;
|
|
11258
|
+
subheading_size: number;
|
|
11259
|
+
body_size: number;
|
|
11260
|
+
small_body_size: number;
|
|
11261
|
+
color_bg: string;
|
|
11262
|
+
color_text: string;
|
|
11263
|
+
color_text_muted: string;
|
|
11264
|
+
color_primary_btn_bg: string;
|
|
11265
|
+
color_primary_btn_text: string;
|
|
11266
|
+
color_secondary_border: string;
|
|
11267
|
+
color_link: string;
|
|
11268
|
+
color_card_text: string;
|
|
11269
|
+
radius_button: number;
|
|
11270
|
+
radius_card: number;
|
|
11271
|
+
}, {
|
|
11272
|
+
heading_size: number;
|
|
11273
|
+
subheading_size: number;
|
|
11274
|
+
body_size: number;
|
|
11275
|
+
small_body_size: number;
|
|
11276
|
+
color_bg: string;
|
|
11277
|
+
color_text: string;
|
|
11278
|
+
color_text_muted: string;
|
|
11279
|
+
color_primary_btn_bg: string;
|
|
11280
|
+
color_primary_btn_text: string;
|
|
11281
|
+
color_secondary_border: string;
|
|
11282
|
+
color_link: string;
|
|
11283
|
+
color_card_text: string;
|
|
11284
|
+
radius_button: number;
|
|
11285
|
+
radius_card: number;
|
|
11286
|
+
}>;
|
|
11287
|
+
fonts: z.ZodArray<z.ZodObject<{
|
|
11288
|
+
font_id: z.ZodNumber;
|
|
11289
|
+
role: z.ZodEnum<["BODY", "HEADING"]>;
|
|
11290
|
+
}, "strip", z.ZodTypeAny, {
|
|
11291
|
+
role: "BODY" | "HEADING";
|
|
11292
|
+
font_id: number;
|
|
11293
|
+
}, {
|
|
11294
|
+
role: "BODY" | "HEADING";
|
|
11295
|
+
font_id: number;
|
|
11296
|
+
}>, "many">;
|
|
11297
|
+
}, "strip", z.ZodTypeAny, {
|
|
11298
|
+
config: {
|
|
11299
|
+
heading_size: number;
|
|
11300
|
+
subheading_size: number;
|
|
11301
|
+
body_size: number;
|
|
11302
|
+
small_body_size: number;
|
|
11303
|
+
color_bg: string;
|
|
11304
|
+
color_text: string;
|
|
11305
|
+
color_text_muted: string;
|
|
11306
|
+
color_primary_btn_bg: string;
|
|
11307
|
+
color_primary_btn_text: string;
|
|
11308
|
+
color_secondary_border: string;
|
|
11309
|
+
color_link: string;
|
|
11310
|
+
color_card_text: string;
|
|
11311
|
+
radius_button: number;
|
|
11312
|
+
radius_card: number;
|
|
11313
|
+
};
|
|
11314
|
+
fonts: {
|
|
11315
|
+
role: "BODY" | "HEADING";
|
|
11316
|
+
font_id: number;
|
|
11317
|
+
}[];
|
|
11318
|
+
}, {
|
|
11319
|
+
config: {
|
|
11320
|
+
heading_size: number;
|
|
11321
|
+
subheading_size: number;
|
|
11322
|
+
body_size: number;
|
|
11323
|
+
small_body_size: number;
|
|
11324
|
+
color_bg: string;
|
|
11325
|
+
color_text: string;
|
|
11326
|
+
color_text_muted: string;
|
|
11327
|
+
color_primary_btn_bg: string;
|
|
11328
|
+
color_primary_btn_text: string;
|
|
11329
|
+
color_secondary_border: string;
|
|
11330
|
+
color_link: string;
|
|
11331
|
+
color_card_text: string;
|
|
11332
|
+
radius_button: number;
|
|
11333
|
+
radius_card: number;
|
|
11334
|
+
};
|
|
11335
|
+
fonts: {
|
|
11336
|
+
role: "BODY" | "HEADING";
|
|
11337
|
+
font_id: number;
|
|
11338
|
+
}[];
|
|
11339
|
+
}>;
|
|
11340
|
+
export type UpdateThemeDraftPayload = z.infer<typeof UpdateThemeDraftPayloadSchema>;
|
|
11341
|
+
export declare const PublishThemePayloadSchema: z.ZodObject<{
|
|
11342
|
+
message: z.ZodOptional<z.ZodString>;
|
|
11343
|
+
}, "strip", z.ZodTypeAny, {
|
|
11344
|
+
message?: string | undefined;
|
|
11345
|
+
}, {
|
|
11346
|
+
message?: string | undefined;
|
|
11347
|
+
}>;
|
|
11348
|
+
export type PublishThemePayload = z.infer<typeof PublishThemePayloadSchema>;
|