@husar.ai/cli 0.2.1 → 0.2.3
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/zeus/const.js +97 -3
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.d.ts +378 -13
- package/dist/zeus/index.js +10 -11
- package/dist/zeus/index.js.map +1 -1
- package/package.json +2 -2
- package/src/zeus/const.ts +97 -3
- package/src/zeus/index.ts +350 -19
package/src/zeus/index.ts
CHANGED
|
@@ -906,6 +906,10 @@ export type ScalarCoders = {
|
|
|
906
906
|
Timestamp?: ScalarResolver;
|
|
907
907
|
ModelNavigationCompiled?: ScalarResolver;
|
|
908
908
|
BakedIpsumData?: ScalarResolver;
|
|
909
|
+
ShapeAsScalar?: ScalarResolver;
|
|
910
|
+
ModelAsScalar?: ScalarResolver;
|
|
911
|
+
ViewAsScalar?: ScalarResolver;
|
|
912
|
+
FormAsScalar?: ScalarResolver;
|
|
909
913
|
JSON?: ScalarResolver;
|
|
910
914
|
RootParamsAdminType?: ScalarResolver;
|
|
911
915
|
ID?: ScalarResolver;
|
|
@@ -918,6 +922,10 @@ export type ValueTypes = {
|
|
|
918
922
|
["Timestamp"]:unknown;
|
|
919
923
|
["ModelNavigationCompiled"]:unknown;
|
|
920
924
|
["BakedIpsumData"]:unknown;
|
|
925
|
+
["ShapeAsScalar"]:unknown;
|
|
926
|
+
["ModelAsScalar"]:unknown;
|
|
927
|
+
["ViewAsScalar"]:unknown;
|
|
928
|
+
["FormAsScalar"]:unknown;
|
|
921
929
|
["JSON"]:unknown;
|
|
922
930
|
["TailwindConfiguration"]: AliasType<{
|
|
923
931
|
content?:boolean | `@${string}`,
|
|
@@ -1089,6 +1097,8 @@ export type ValueTypes = {
|
|
|
1089
1097
|
["FormTextField"]: AliasType<{
|
|
1090
1098
|
label?:boolean | `@${string}`,
|
|
1091
1099
|
placeholder?:boolean | `@${string}`,
|
|
1100
|
+
type?:boolean | `@${string}`,
|
|
1101
|
+
defaultValue?:boolean | `@${string}`,
|
|
1092
1102
|
__typename?: boolean | `@${string}`
|
|
1093
1103
|
}>;
|
|
1094
1104
|
["FormBooleanField"]: AliasType<{
|
|
@@ -1098,6 +1108,7 @@ export type ValueTypes = {
|
|
|
1098
1108
|
["FormContentField"]: AliasType<{
|
|
1099
1109
|
label?:boolean | `@${string}`,
|
|
1100
1110
|
placeholder?:boolean | `@${string}`,
|
|
1111
|
+
content?:boolean | `@${string}`,
|
|
1101
1112
|
__typename?: boolean | `@${string}`
|
|
1102
1113
|
}>;
|
|
1103
1114
|
["FormRadioField"]: AliasType<{
|
|
@@ -1180,10 +1191,15 @@ export type ValueTypes = {
|
|
|
1180
1191
|
listForms?:ValueTypes["Form"],
|
|
1181
1192
|
listPaginateddocs?: [{ page: ValueTypes["PageInput"] | Variable<any, string>, rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>, search?: string | undefined | null | Variable<any, string>, sort?: ValueTypes["docsSortInput"] | undefined | null | Variable<any, string>, filter?: Array<ValueTypes["docsFilterInput"] | undefined | null> | undefined | null | Variable<any, string>},ValueTypes["docs__Connection"]],
|
|
1182
1193
|
onedocsBySlug?: [{ slug: string | Variable<any, string>, rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["docs"]],
|
|
1194
|
+
oneAsScalardocsBySlug?: [{ slug: string | Variable<any, string>, rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},boolean | `@${string}`],
|
|
1183
1195
|
variantsdocsBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["docs"]],
|
|
1184
1196
|
fieldSetdocs?:boolean | `@${string}`,
|
|
1185
1197
|
modeldocs?:boolean | `@${string}`,
|
|
1186
1198
|
previewFieldsdocs?:boolean | `@${string}`,
|
|
1199
|
+
fieldSetShapecloud_sidebar?:boolean | `@${string}`,
|
|
1200
|
+
modelShapecloud_sidebar?:boolean | `@${string}`,
|
|
1201
|
+
previewFieldsShapecloud_sidebar?:boolean | `@${string}`,
|
|
1202
|
+
oneShapecloud_sidebar?:ValueTypes["Shapecloud_sidebar"],
|
|
1187
1203
|
fieldSetShapedocs_content?:boolean | `@${string}`,
|
|
1188
1204
|
modelShapedocs_content?:boolean | `@${string}`,
|
|
1189
1205
|
previewFieldsShapedocs_content?:boolean | `@${string}`,
|
|
@@ -1232,6 +1248,10 @@ variantsdocsBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["docs"]
|
|
|
1232
1248
|
modelShapeprofile_info?:boolean | `@${string}`,
|
|
1233
1249
|
previewFieldsShapeprofile_info?:boolean | `@${string}`,
|
|
1234
1250
|
oneShapeprofile_info?:ValueTypes["Shapeprofile_info"],
|
|
1251
|
+
fieldSetShapesupport?:boolean | `@${string}`,
|
|
1252
|
+
modelShapesupport?:boolean | `@${string}`,
|
|
1253
|
+
previewFieldsShapesupport?:boolean | `@${string}`,
|
|
1254
|
+
oneShapesupport?:ValueTypes["Shapesupport"],
|
|
1235
1255
|
fieldSetShapeusage?:boolean | `@${string}`,
|
|
1236
1256
|
modelShapeusage?:boolean | `@${string}`,
|
|
1237
1257
|
previewFieldsShapeusage?:boolean | `@${string}`,
|
|
@@ -1241,26 +1261,31 @@ variantsdocsBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["docs"]
|
|
|
1241
1261
|
modelViewaccount?:boolean | `@${string}`,
|
|
1242
1262
|
previewFieldsViewaccount?:boolean | `@${string}`,
|
|
1243
1263
|
oneViewaccount?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Viewaccount"]],
|
|
1264
|
+
oneAsScalarViewaccount?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},boolean | `@${string}`],
|
|
1244
1265
|
variantsViewfeatures?:ValueTypes["Viewfeatures"],
|
|
1245
1266
|
fieldSetViewfeatures?:boolean | `@${string}`,
|
|
1246
1267
|
modelViewfeatures?:boolean | `@${string}`,
|
|
1247
1268
|
previewFieldsViewfeatures?:boolean | `@${string}`,
|
|
1248
1269
|
oneViewfeatures?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Viewfeatures"]],
|
|
1270
|
+
oneAsScalarViewfeatures?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},boolean | `@${string}`],
|
|
1249
1271
|
variantsViewhomepage?:ValueTypes["Viewhomepage"],
|
|
1250
1272
|
fieldSetViewhomepage?:boolean | `@${string}`,
|
|
1251
1273
|
modelViewhomepage?:boolean | `@${string}`,
|
|
1252
1274
|
previewFieldsViewhomepage?:boolean | `@${string}`,
|
|
1253
1275
|
oneViewhomepage?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Viewhomepage"]],
|
|
1276
|
+
oneAsScalarViewhomepage?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},boolean | `@${string}`],
|
|
1254
1277
|
variantsViewhowitworks?:ValueTypes["Viewhowitworks"],
|
|
1255
1278
|
fieldSetViewhowitworks?:boolean | `@${string}`,
|
|
1256
1279
|
modelViewhowitworks?:boolean | `@${string}`,
|
|
1257
1280
|
previewFieldsViewhowitworks?:boolean | `@${string}`,
|
|
1258
1281
|
oneViewhowitworks?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Viewhowitworks"]],
|
|
1282
|
+
oneAsScalarViewhowitworks?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},boolean | `@${string}`],
|
|
1259
1283
|
variantsViewpricing?:ValueTypes["Viewpricing"],
|
|
1260
1284
|
fieldSetViewpricing?:boolean | `@${string}`,
|
|
1261
1285
|
modelViewpricing?:boolean | `@${string}`,
|
|
1262
1286
|
previewFieldsViewpricing?:boolean | `@${string}`,
|
|
1263
1287
|
oneViewpricing?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Viewpricing"]],
|
|
1288
|
+
oneAsScalarViewpricing?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},boolean | `@${string}`],
|
|
1264
1289
|
__typename?: boolean | `@${string}`
|
|
1265
1290
|
}>;
|
|
1266
1291
|
["RootParamsType"]: AliasType<{
|
|
@@ -1376,6 +1401,41 @@ oneViewpricing?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | nul
|
|
|
1376
1401
|
draft_version?:boolean | `@${string}`,
|
|
1377
1402
|
json_ld?:boolean | `@${string}`,
|
|
1378
1403
|
__typename?: boolean | `@${string}`
|
|
1404
|
+
}>;
|
|
1405
|
+
["Shapecloud_sidebarSidebarMenuCategoryPage"]: AliasType<{
|
|
1406
|
+
name?:boolean | `@${string}`,
|
|
1407
|
+
link?:boolean | `@${string}`,
|
|
1408
|
+
__typename?: boolean | `@${string}`
|
|
1409
|
+
}>;
|
|
1410
|
+
["Shapecloud_sidebarSidebarMenuCategory"]: AliasType<{
|
|
1411
|
+
page?:ValueTypes["Shapecloud_sidebarSidebarMenuCategoryPage"],
|
|
1412
|
+
__typename?: boolean | `@${string}`
|
|
1413
|
+
}>;
|
|
1414
|
+
["Shapecloud_sidebarSidebarMenu"]: AliasType<{
|
|
1415
|
+
logo?:ValueTypes["ImageField"],
|
|
1416
|
+
category?:ValueTypes["Shapecloud_sidebarSidebarMenuCategory"],
|
|
1417
|
+
__typename?: boolean | `@${string}`
|
|
1418
|
+
}>;
|
|
1419
|
+
["Shapecloud_sidebarSidebarBottom_menuLogout"]: AliasType<{
|
|
1420
|
+
name?:boolean | `@${string}`,
|
|
1421
|
+
link?:boolean | `@${string}`,
|
|
1422
|
+
__typename?: boolean | `@${string}`
|
|
1423
|
+
}>;
|
|
1424
|
+
["Shapecloud_sidebarSidebarBottom_menu"]: AliasType<{
|
|
1425
|
+
logout?:ValueTypes["Shapecloud_sidebarSidebarBottom_menuLogout"],
|
|
1426
|
+
__typename?: boolean | `@${string}`
|
|
1427
|
+
}>;
|
|
1428
|
+
["Shapecloud_sidebarSidebar"]: AliasType<{
|
|
1429
|
+
menu?:ValueTypes["Shapecloud_sidebarSidebarMenu"],
|
|
1430
|
+
bottom_menu?:ValueTypes["Shapecloud_sidebarSidebarBottom_menu"],
|
|
1431
|
+
__typename?: boolean | `@${string}`
|
|
1432
|
+
}>;
|
|
1433
|
+
["Shapecloud_sidebar"]: AliasType<{
|
|
1434
|
+
sidebar?:ValueTypes["Shapecloud_sidebarSidebar"],
|
|
1435
|
+
_id?:boolean | `@${string}`,
|
|
1436
|
+
createdAt?:boolean | `@${string}`,
|
|
1437
|
+
updatedAt?:boolean | `@${string}`,
|
|
1438
|
+
__typename?: boolean | `@${string}`
|
|
1379
1439
|
}>;
|
|
1380
1440
|
["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: AliasType<{
|
|
1381
1441
|
content?:boolean | `@${string}`,
|
|
@@ -1713,6 +1773,34 @@ oneViewpricing?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | nul
|
|
|
1713
1773
|
createdAt?:boolean | `@${string}`,
|
|
1714
1774
|
updatedAt?:boolean | `@${string}`,
|
|
1715
1775
|
__typename?: boolean | `@${string}`
|
|
1776
|
+
}>;
|
|
1777
|
+
["ShapesupportSectionHeader_wrapper"]: AliasType<{
|
|
1778
|
+
title?:boolean | `@${string}`,
|
|
1779
|
+
description?:boolean | `@${string}`,
|
|
1780
|
+
__typename?: boolean | `@${string}`
|
|
1781
|
+
}>;
|
|
1782
|
+
["ShapesupportSectionFeatures_gridFeature_item"]: AliasType<{
|
|
1783
|
+
image?:ValueTypes["ImageField"],
|
|
1784
|
+
title?:boolean | `@${string}`,
|
|
1785
|
+
text?:boolean | `@${string}`,
|
|
1786
|
+
cta?:boolean | `@${string}`,
|
|
1787
|
+
__typename?: boolean | `@${string}`
|
|
1788
|
+
}>;
|
|
1789
|
+
["ShapesupportSectionFeatures_grid"]: AliasType<{
|
|
1790
|
+
feature_item?:ValueTypes["ShapesupportSectionFeatures_gridFeature_item"],
|
|
1791
|
+
__typename?: boolean | `@${string}`
|
|
1792
|
+
}>;
|
|
1793
|
+
["ShapesupportSection"]: AliasType<{
|
|
1794
|
+
header_wrapper?:ValueTypes["ShapesupportSectionHeader_wrapper"],
|
|
1795
|
+
features_grid?:ValueTypes["ShapesupportSectionFeatures_grid"],
|
|
1796
|
+
__typename?: boolean | `@${string}`
|
|
1797
|
+
}>;
|
|
1798
|
+
["Shapesupport"]: AliasType<{
|
|
1799
|
+
section?:ValueTypes["ShapesupportSection"],
|
|
1800
|
+
_id?:boolean | `@${string}`,
|
|
1801
|
+
createdAt?:boolean | `@${string}`,
|
|
1802
|
+
updatedAt?:boolean | `@${string}`,
|
|
1803
|
+
__typename?: boolean | `@${string}`
|
|
1716
1804
|
}>;
|
|
1717
1805
|
["ShapeusageMain"]: AliasType<{
|
|
1718
1806
|
title?:boolean | `@${string}`,
|
|
@@ -1750,6 +1838,10 @@ export type ResolverInputTypes = {
|
|
|
1750
1838
|
["Timestamp"]:unknown;
|
|
1751
1839
|
["ModelNavigationCompiled"]:unknown;
|
|
1752
1840
|
["BakedIpsumData"]:unknown;
|
|
1841
|
+
["ShapeAsScalar"]:unknown;
|
|
1842
|
+
["ModelAsScalar"]:unknown;
|
|
1843
|
+
["ViewAsScalar"]:unknown;
|
|
1844
|
+
["FormAsScalar"]:unknown;
|
|
1753
1845
|
["JSON"]:unknown;
|
|
1754
1846
|
["TailwindConfiguration"]: AliasType<{
|
|
1755
1847
|
content?:boolean | `@${string}`,
|
|
@@ -1921,6 +2013,8 @@ export type ResolverInputTypes = {
|
|
|
1921
2013
|
["FormTextField"]: AliasType<{
|
|
1922
2014
|
label?:boolean | `@${string}`,
|
|
1923
2015
|
placeholder?:boolean | `@${string}`,
|
|
2016
|
+
type?:boolean | `@${string}`,
|
|
2017
|
+
defaultValue?:boolean | `@${string}`,
|
|
1924
2018
|
__typename?: boolean | `@${string}`
|
|
1925
2019
|
}>;
|
|
1926
2020
|
["FormBooleanField"]: AliasType<{
|
|
@@ -1930,6 +2024,7 @@ export type ResolverInputTypes = {
|
|
|
1930
2024
|
["FormContentField"]: AliasType<{
|
|
1931
2025
|
label?:boolean | `@${string}`,
|
|
1932
2026
|
placeholder?:boolean | `@${string}`,
|
|
2027
|
+
content?:boolean | `@${string}`,
|
|
1933
2028
|
__typename?: boolean | `@${string}`
|
|
1934
2029
|
}>;
|
|
1935
2030
|
["FormRadioField"]: AliasType<{
|
|
@@ -2012,10 +2107,15 @@ export type ResolverInputTypes = {
|
|
|
2012
2107
|
listForms?:ResolverInputTypes["Form"],
|
|
2013
2108
|
listPaginateddocs?: [{ page: ResolverInputTypes["PageInput"], rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null, search?: string | undefined | null, sort?: ResolverInputTypes["docsSortInput"] | undefined | null, filter?: Array<ResolverInputTypes["docsFilterInput"] | undefined | null> | undefined | null},ResolverInputTypes["docs__Connection"]],
|
|
2014
2109
|
onedocsBySlug?: [{ slug: string, rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["docs"]],
|
|
2110
|
+
oneAsScalardocsBySlug?: [{ slug: string, rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},boolean | `@${string}`],
|
|
2015
2111
|
variantsdocsBySlug?: [{ slug: string},ResolverInputTypes["docs"]],
|
|
2016
2112
|
fieldSetdocs?:boolean | `@${string}`,
|
|
2017
2113
|
modeldocs?:boolean | `@${string}`,
|
|
2018
2114
|
previewFieldsdocs?:boolean | `@${string}`,
|
|
2115
|
+
fieldSetShapecloud_sidebar?:boolean | `@${string}`,
|
|
2116
|
+
modelShapecloud_sidebar?:boolean | `@${string}`,
|
|
2117
|
+
previewFieldsShapecloud_sidebar?:boolean | `@${string}`,
|
|
2118
|
+
oneShapecloud_sidebar?:ResolverInputTypes["Shapecloud_sidebar"],
|
|
2019
2119
|
fieldSetShapedocs_content?:boolean | `@${string}`,
|
|
2020
2120
|
modelShapedocs_content?:boolean | `@${string}`,
|
|
2021
2121
|
previewFieldsShapedocs_content?:boolean | `@${string}`,
|
|
@@ -2064,6 +2164,10 @@ variantsdocsBySlug?: [{ slug: string},ResolverInputTypes["docs"]],
|
|
|
2064
2164
|
modelShapeprofile_info?:boolean | `@${string}`,
|
|
2065
2165
|
previewFieldsShapeprofile_info?:boolean | `@${string}`,
|
|
2066
2166
|
oneShapeprofile_info?:ResolverInputTypes["Shapeprofile_info"],
|
|
2167
|
+
fieldSetShapesupport?:boolean | `@${string}`,
|
|
2168
|
+
modelShapesupport?:boolean | `@${string}`,
|
|
2169
|
+
previewFieldsShapesupport?:boolean | `@${string}`,
|
|
2170
|
+
oneShapesupport?:ResolverInputTypes["Shapesupport"],
|
|
2067
2171
|
fieldSetShapeusage?:boolean | `@${string}`,
|
|
2068
2172
|
modelShapeusage?:boolean | `@${string}`,
|
|
2069
2173
|
previewFieldsShapeusage?:boolean | `@${string}`,
|
|
@@ -2073,26 +2177,31 @@ variantsdocsBySlug?: [{ slug: string},ResolverInputTypes["docs"]],
|
|
|
2073
2177
|
modelViewaccount?:boolean | `@${string}`,
|
|
2074
2178
|
previewFieldsViewaccount?:boolean | `@${string}`,
|
|
2075
2179
|
oneViewaccount?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Viewaccount"]],
|
|
2180
|
+
oneAsScalarViewaccount?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},boolean | `@${string}`],
|
|
2076
2181
|
variantsViewfeatures?:ResolverInputTypes["Viewfeatures"],
|
|
2077
2182
|
fieldSetViewfeatures?:boolean | `@${string}`,
|
|
2078
2183
|
modelViewfeatures?:boolean | `@${string}`,
|
|
2079
2184
|
previewFieldsViewfeatures?:boolean | `@${string}`,
|
|
2080
2185
|
oneViewfeatures?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Viewfeatures"]],
|
|
2186
|
+
oneAsScalarViewfeatures?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},boolean | `@${string}`],
|
|
2081
2187
|
variantsViewhomepage?:ResolverInputTypes["Viewhomepage"],
|
|
2082
2188
|
fieldSetViewhomepage?:boolean | `@${string}`,
|
|
2083
2189
|
modelViewhomepage?:boolean | `@${string}`,
|
|
2084
2190
|
previewFieldsViewhomepage?:boolean | `@${string}`,
|
|
2085
2191
|
oneViewhomepage?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Viewhomepage"]],
|
|
2192
|
+
oneAsScalarViewhomepage?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},boolean | `@${string}`],
|
|
2086
2193
|
variantsViewhowitworks?:ResolverInputTypes["Viewhowitworks"],
|
|
2087
2194
|
fieldSetViewhowitworks?:boolean | `@${string}`,
|
|
2088
2195
|
modelViewhowitworks?:boolean | `@${string}`,
|
|
2089
2196
|
previewFieldsViewhowitworks?:boolean | `@${string}`,
|
|
2090
2197
|
oneViewhowitworks?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Viewhowitworks"]],
|
|
2198
|
+
oneAsScalarViewhowitworks?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},boolean | `@${string}`],
|
|
2091
2199
|
variantsViewpricing?:ResolverInputTypes["Viewpricing"],
|
|
2092
2200
|
fieldSetViewpricing?:boolean | `@${string}`,
|
|
2093
2201
|
modelViewpricing?:boolean | `@${string}`,
|
|
2094
2202
|
previewFieldsViewpricing?:boolean | `@${string}`,
|
|
2095
2203
|
oneViewpricing?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Viewpricing"]],
|
|
2204
|
+
oneAsScalarViewpricing?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},boolean | `@${string}`],
|
|
2096
2205
|
__typename?: boolean | `@${string}`
|
|
2097
2206
|
}>;
|
|
2098
2207
|
["RootParamsType"]: AliasType<{
|
|
@@ -2208,6 +2317,41 @@ oneViewpricing?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefin
|
|
|
2208
2317
|
draft_version?:boolean | `@${string}`,
|
|
2209
2318
|
json_ld?:boolean | `@${string}`,
|
|
2210
2319
|
__typename?: boolean | `@${string}`
|
|
2320
|
+
}>;
|
|
2321
|
+
["Shapecloud_sidebarSidebarMenuCategoryPage"]: AliasType<{
|
|
2322
|
+
name?:boolean | `@${string}`,
|
|
2323
|
+
link?:boolean | `@${string}`,
|
|
2324
|
+
__typename?: boolean | `@${string}`
|
|
2325
|
+
}>;
|
|
2326
|
+
["Shapecloud_sidebarSidebarMenuCategory"]: AliasType<{
|
|
2327
|
+
page?:ResolverInputTypes["Shapecloud_sidebarSidebarMenuCategoryPage"],
|
|
2328
|
+
__typename?: boolean | `@${string}`
|
|
2329
|
+
}>;
|
|
2330
|
+
["Shapecloud_sidebarSidebarMenu"]: AliasType<{
|
|
2331
|
+
logo?:ResolverInputTypes["ImageField"],
|
|
2332
|
+
category?:ResolverInputTypes["Shapecloud_sidebarSidebarMenuCategory"],
|
|
2333
|
+
__typename?: boolean | `@${string}`
|
|
2334
|
+
}>;
|
|
2335
|
+
["Shapecloud_sidebarSidebarBottom_menuLogout"]: AliasType<{
|
|
2336
|
+
name?:boolean | `@${string}`,
|
|
2337
|
+
link?:boolean | `@${string}`,
|
|
2338
|
+
__typename?: boolean | `@${string}`
|
|
2339
|
+
}>;
|
|
2340
|
+
["Shapecloud_sidebarSidebarBottom_menu"]: AliasType<{
|
|
2341
|
+
logout?:ResolverInputTypes["Shapecloud_sidebarSidebarBottom_menuLogout"],
|
|
2342
|
+
__typename?: boolean | `@${string}`
|
|
2343
|
+
}>;
|
|
2344
|
+
["Shapecloud_sidebarSidebar"]: AliasType<{
|
|
2345
|
+
menu?:ResolverInputTypes["Shapecloud_sidebarSidebarMenu"],
|
|
2346
|
+
bottom_menu?:ResolverInputTypes["Shapecloud_sidebarSidebarBottom_menu"],
|
|
2347
|
+
__typename?: boolean | `@${string}`
|
|
2348
|
+
}>;
|
|
2349
|
+
["Shapecloud_sidebar"]: AliasType<{
|
|
2350
|
+
sidebar?:ResolverInputTypes["Shapecloud_sidebarSidebar"],
|
|
2351
|
+
_id?:boolean | `@${string}`,
|
|
2352
|
+
createdAt?:boolean | `@${string}`,
|
|
2353
|
+
updatedAt?:boolean | `@${string}`,
|
|
2354
|
+
__typename?: boolean | `@${string}`
|
|
2211
2355
|
}>;
|
|
2212
2356
|
["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: AliasType<{
|
|
2213
2357
|
content?:boolean | `@${string}`,
|
|
@@ -2545,6 +2689,34 @@ oneViewpricing?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefin
|
|
|
2545
2689
|
createdAt?:boolean | `@${string}`,
|
|
2546
2690
|
updatedAt?:boolean | `@${string}`,
|
|
2547
2691
|
__typename?: boolean | `@${string}`
|
|
2692
|
+
}>;
|
|
2693
|
+
["ShapesupportSectionHeader_wrapper"]: AliasType<{
|
|
2694
|
+
title?:boolean | `@${string}`,
|
|
2695
|
+
description?:boolean | `@${string}`,
|
|
2696
|
+
__typename?: boolean | `@${string}`
|
|
2697
|
+
}>;
|
|
2698
|
+
["ShapesupportSectionFeatures_gridFeature_item"]: AliasType<{
|
|
2699
|
+
image?:ResolverInputTypes["ImageField"],
|
|
2700
|
+
title?:boolean | `@${string}`,
|
|
2701
|
+
text?:boolean | `@${string}`,
|
|
2702
|
+
cta?:boolean | `@${string}`,
|
|
2703
|
+
__typename?: boolean | `@${string}`
|
|
2704
|
+
}>;
|
|
2705
|
+
["ShapesupportSectionFeatures_grid"]: AliasType<{
|
|
2706
|
+
feature_item?:ResolverInputTypes["ShapesupportSectionFeatures_gridFeature_item"],
|
|
2707
|
+
__typename?: boolean | `@${string}`
|
|
2708
|
+
}>;
|
|
2709
|
+
["ShapesupportSection"]: AliasType<{
|
|
2710
|
+
header_wrapper?:ResolverInputTypes["ShapesupportSectionHeader_wrapper"],
|
|
2711
|
+
features_grid?:ResolverInputTypes["ShapesupportSectionFeatures_grid"],
|
|
2712
|
+
__typename?: boolean | `@${string}`
|
|
2713
|
+
}>;
|
|
2714
|
+
["Shapesupport"]: AliasType<{
|
|
2715
|
+
section?:ResolverInputTypes["ShapesupportSection"],
|
|
2716
|
+
_id?:boolean | `@${string}`,
|
|
2717
|
+
createdAt?:boolean | `@${string}`,
|
|
2718
|
+
updatedAt?:boolean | `@${string}`,
|
|
2719
|
+
__typename?: boolean | `@${string}`
|
|
2548
2720
|
}>;
|
|
2549
2721
|
["ShapeusageMain"]: AliasType<{
|
|
2550
2722
|
title?:boolean | `@${string}`,
|
|
@@ -2587,6 +2759,10 @@ export type ModelTypes = {
|
|
|
2587
2759
|
["Timestamp"]:any;
|
|
2588
2760
|
["ModelNavigationCompiled"]:any;
|
|
2589
2761
|
["BakedIpsumData"]:any;
|
|
2762
|
+
["ShapeAsScalar"]:any;
|
|
2763
|
+
["ModelAsScalar"]:any;
|
|
2764
|
+
["ViewAsScalar"]:any;
|
|
2765
|
+
["FormAsScalar"]:any;
|
|
2590
2766
|
["JSON"]:any;
|
|
2591
2767
|
["TailwindConfiguration"]: {
|
|
2592
2768
|
content: string,
|
|
@@ -2736,14 +2912,17 @@ export type ModelTypes = {
|
|
|
2736
2912
|
};
|
|
2737
2913
|
["FormTextField"]: {
|
|
2738
2914
|
label?: string | undefined | null,
|
|
2739
|
-
placeholder?: string | undefined | null
|
|
2915
|
+
placeholder?: string | undefined | null,
|
|
2916
|
+
type?: string | undefined | null,
|
|
2917
|
+
defaultValue?: string | undefined | null
|
|
2740
2918
|
};
|
|
2741
2919
|
["FormBooleanField"]: {
|
|
2742
2920
|
label?: string | undefined | null
|
|
2743
2921
|
};
|
|
2744
2922
|
["FormContentField"]: {
|
|
2745
2923
|
label?: string | undefined | null,
|
|
2746
|
-
placeholder?: string | undefined | null
|
|
2924
|
+
placeholder?: string | undefined | null,
|
|
2925
|
+
content?: string | undefined | null
|
|
2747
2926
|
};
|
|
2748
2927
|
["FormRadioField"]: {
|
|
2749
2928
|
label?: string | undefined | null
|
|
@@ -2809,10 +2988,15 @@ export type ModelTypes = {
|
|
|
2809
2988
|
listForms?: Array<ModelTypes["Form"]> | undefined | null,
|
|
2810
2989
|
listPaginateddocs?: ModelTypes["docs__Connection"] | undefined | null,
|
|
2811
2990
|
onedocsBySlug?: ModelTypes["docs"] | undefined | null,
|
|
2991
|
+
oneAsScalardocsBySlug?: ModelTypes["ModelAsScalar"] | undefined | null,
|
|
2812
2992
|
variantsdocsBySlug?: Array<ModelTypes["docs"]> | undefined | null,
|
|
2813
2993
|
fieldSetdocs: string,
|
|
2814
2994
|
modeldocs: ModelTypes["ModelNavigationCompiled"],
|
|
2815
2995
|
previewFieldsdocs: ModelTypes["ModelNavigationCompiled"],
|
|
2996
|
+
fieldSetShapecloud_sidebar: string,
|
|
2997
|
+
modelShapecloud_sidebar: ModelTypes["ModelNavigationCompiled"],
|
|
2998
|
+
previewFieldsShapecloud_sidebar: ModelTypes["ModelNavigationCompiled"],
|
|
2999
|
+
oneShapecloud_sidebar?: ModelTypes["Shapecloud_sidebar"] | undefined | null,
|
|
2816
3000
|
fieldSetShapedocs_content: string,
|
|
2817
3001
|
modelShapedocs_content: ModelTypes["ModelNavigationCompiled"],
|
|
2818
3002
|
previewFieldsShapedocs_content: ModelTypes["ModelNavigationCompiled"],
|
|
@@ -2861,6 +3045,10 @@ export type ModelTypes = {
|
|
|
2861
3045
|
modelShapeprofile_info: ModelTypes["ModelNavigationCompiled"],
|
|
2862
3046
|
previewFieldsShapeprofile_info: ModelTypes["ModelNavigationCompiled"],
|
|
2863
3047
|
oneShapeprofile_info?: ModelTypes["Shapeprofile_info"] | undefined | null,
|
|
3048
|
+
fieldSetShapesupport: string,
|
|
3049
|
+
modelShapesupport: ModelTypes["ModelNavigationCompiled"],
|
|
3050
|
+
previewFieldsShapesupport: ModelTypes["ModelNavigationCompiled"],
|
|
3051
|
+
oneShapesupport?: ModelTypes["Shapesupport"] | undefined | null,
|
|
2864
3052
|
fieldSetShapeusage: string,
|
|
2865
3053
|
modelShapeusage: ModelTypes["ModelNavigationCompiled"],
|
|
2866
3054
|
previewFieldsShapeusage: ModelTypes["ModelNavigationCompiled"],
|
|
@@ -2870,26 +3058,31 @@ export type ModelTypes = {
|
|
|
2870
3058
|
modelViewaccount: ModelTypes["ModelNavigationCompiled"],
|
|
2871
3059
|
previewFieldsViewaccount: ModelTypes["ModelNavigationCompiled"],
|
|
2872
3060
|
oneViewaccount?: ModelTypes["Viewaccount"] | undefined | null,
|
|
3061
|
+
oneAsScalarViewaccount?: ModelTypes["ViewAsScalar"] | undefined | null,
|
|
2873
3062
|
variantsViewfeatures?: Array<ModelTypes["Viewfeatures"]> | undefined | null,
|
|
2874
3063
|
fieldSetViewfeatures: string,
|
|
2875
3064
|
modelViewfeatures: ModelTypes["ModelNavigationCompiled"],
|
|
2876
3065
|
previewFieldsViewfeatures: ModelTypes["ModelNavigationCompiled"],
|
|
2877
3066
|
oneViewfeatures?: ModelTypes["Viewfeatures"] | undefined | null,
|
|
3067
|
+
oneAsScalarViewfeatures?: ModelTypes["ViewAsScalar"] | undefined | null,
|
|
2878
3068
|
variantsViewhomepage?: Array<ModelTypes["Viewhomepage"]> | undefined | null,
|
|
2879
3069
|
fieldSetViewhomepage: string,
|
|
2880
3070
|
modelViewhomepage: ModelTypes["ModelNavigationCompiled"],
|
|
2881
3071
|
previewFieldsViewhomepage: ModelTypes["ModelNavigationCompiled"],
|
|
2882
3072
|
oneViewhomepage?: ModelTypes["Viewhomepage"] | undefined | null,
|
|
3073
|
+
oneAsScalarViewhomepage?: ModelTypes["ViewAsScalar"] | undefined | null,
|
|
2883
3074
|
variantsViewhowitworks?: Array<ModelTypes["Viewhowitworks"]> | undefined | null,
|
|
2884
3075
|
fieldSetViewhowitworks: string,
|
|
2885
3076
|
modelViewhowitworks: ModelTypes["ModelNavigationCompiled"],
|
|
2886
3077
|
previewFieldsViewhowitworks: ModelTypes["ModelNavigationCompiled"],
|
|
2887
3078
|
oneViewhowitworks?: ModelTypes["Viewhowitworks"] | undefined | null,
|
|
3079
|
+
oneAsScalarViewhowitworks?: ModelTypes["ViewAsScalar"] | undefined | null,
|
|
2888
3080
|
variantsViewpricing?: Array<ModelTypes["Viewpricing"]> | undefined | null,
|
|
2889
3081
|
fieldSetViewpricing: string,
|
|
2890
3082
|
modelViewpricing: ModelTypes["ModelNavigationCompiled"],
|
|
2891
3083
|
previewFieldsViewpricing: ModelTypes["ModelNavigationCompiled"],
|
|
2892
|
-
oneViewpricing?: ModelTypes["Viewpricing"] | undefined | null
|
|
3084
|
+
oneViewpricing?: ModelTypes["Viewpricing"] | undefined | null,
|
|
3085
|
+
oneAsScalarViewpricing?: ModelTypes["ViewAsScalar"] | undefined | null
|
|
2893
3086
|
};
|
|
2894
3087
|
["RootParamsType"]: {
|
|
2895
3088
|
_version?: string | undefined | null,
|
|
@@ -2993,6 +3186,34 @@ export type ModelTypes = {
|
|
|
2993
3186
|
updatedAt?: number | undefined | null,
|
|
2994
3187
|
draft_version?: boolean | undefined | null,
|
|
2995
3188
|
json_ld?: string | undefined | null
|
|
3189
|
+
};
|
|
3190
|
+
["Shapecloud_sidebarSidebarMenuCategoryPage"]: {
|
|
3191
|
+
name?: string | undefined | null,
|
|
3192
|
+
link?: string | undefined | null
|
|
3193
|
+
};
|
|
3194
|
+
["Shapecloud_sidebarSidebarMenuCategory"]: {
|
|
3195
|
+
page?: Array<ModelTypes["Shapecloud_sidebarSidebarMenuCategoryPage"] | undefined | null> | undefined | null
|
|
3196
|
+
};
|
|
3197
|
+
["Shapecloud_sidebarSidebarMenu"]: {
|
|
3198
|
+
logo?: ModelTypes["ImageField"] | undefined | null,
|
|
3199
|
+
category?: Array<ModelTypes["Shapecloud_sidebarSidebarMenuCategory"] | undefined | null> | undefined | null
|
|
3200
|
+
};
|
|
3201
|
+
["Shapecloud_sidebarSidebarBottom_menuLogout"]: {
|
|
3202
|
+
name?: string | undefined | null,
|
|
3203
|
+
link?: string | undefined | null
|
|
3204
|
+
};
|
|
3205
|
+
["Shapecloud_sidebarSidebarBottom_menu"]: {
|
|
3206
|
+
logout?: ModelTypes["Shapecloud_sidebarSidebarBottom_menuLogout"] | undefined | null
|
|
3207
|
+
};
|
|
3208
|
+
["Shapecloud_sidebarSidebar"]: {
|
|
3209
|
+
menu?: ModelTypes["Shapecloud_sidebarSidebarMenu"] | undefined | null,
|
|
3210
|
+
bottom_menu?: ModelTypes["Shapecloud_sidebarSidebarBottom_menu"] | undefined | null
|
|
3211
|
+
};
|
|
3212
|
+
["Shapecloud_sidebar"]: {
|
|
3213
|
+
sidebar?: ModelTypes["Shapecloud_sidebarSidebar"] | undefined | null,
|
|
3214
|
+
_id: string,
|
|
3215
|
+
createdAt?: number | undefined | null,
|
|
3216
|
+
updatedAt?: number | undefined | null
|
|
2996
3217
|
};
|
|
2997
3218
|
["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: {
|
|
2998
3219
|
content?: string | undefined | null
|
|
@@ -3269,6 +3490,29 @@ export type ModelTypes = {
|
|
|
3269
3490
|
_id: string,
|
|
3270
3491
|
createdAt?: number | undefined | null,
|
|
3271
3492
|
updatedAt?: number | undefined | null
|
|
3493
|
+
};
|
|
3494
|
+
["ShapesupportSectionHeader_wrapper"]: {
|
|
3495
|
+
title?: string | undefined | null,
|
|
3496
|
+
description?: string | undefined | null
|
|
3497
|
+
};
|
|
3498
|
+
["ShapesupportSectionFeatures_gridFeature_item"]: {
|
|
3499
|
+
image?: ModelTypes["ImageField"] | undefined | null,
|
|
3500
|
+
title?: string | undefined | null,
|
|
3501
|
+
text?: string | undefined | null,
|
|
3502
|
+
cta?: string | undefined | null
|
|
3503
|
+
};
|
|
3504
|
+
["ShapesupportSectionFeatures_grid"]: {
|
|
3505
|
+
feature_item?: Array<ModelTypes["ShapesupportSectionFeatures_gridFeature_item"] | undefined | null> | undefined | null
|
|
3506
|
+
};
|
|
3507
|
+
["ShapesupportSection"]: {
|
|
3508
|
+
header_wrapper?: ModelTypes["ShapesupportSectionHeader_wrapper"] | undefined | null,
|
|
3509
|
+
features_grid?: ModelTypes["ShapesupportSectionFeatures_grid"] | undefined | null
|
|
3510
|
+
};
|
|
3511
|
+
["Shapesupport"]: {
|
|
3512
|
+
section?: ModelTypes["ShapesupportSection"] | undefined | null,
|
|
3513
|
+
_id: string,
|
|
3514
|
+
createdAt?: number | undefined | null,
|
|
3515
|
+
updatedAt?: number | undefined | null
|
|
3272
3516
|
};
|
|
3273
3517
|
["ShapeusageMain"]: {
|
|
3274
3518
|
title?: string | undefined | null,
|
|
@@ -3308,6 +3552,10 @@ export type GraphQLTypes = {
|
|
|
3308
3552
|
["Timestamp"]: "scalar" & { name: "Timestamp" };
|
|
3309
3553
|
["ModelNavigationCompiled"]: "scalar" & { name: "ModelNavigationCompiled" };
|
|
3310
3554
|
["BakedIpsumData"]: "scalar" & { name: "BakedIpsumData" };
|
|
3555
|
+
["ShapeAsScalar"]: "scalar" & { name: "ShapeAsScalar" };
|
|
3556
|
+
["ModelAsScalar"]: "scalar" & { name: "ModelAsScalar" };
|
|
3557
|
+
["ViewAsScalar"]: "scalar" & { name: "ViewAsScalar" };
|
|
3558
|
+
["FormAsScalar"]: "scalar" & { name: "FormAsScalar" };
|
|
3311
3559
|
["JSON"]: "scalar" & { name: "JSON" };
|
|
3312
3560
|
["TailwindConfiguration"]: {
|
|
3313
3561
|
__typename: "TailwindConfiguration",
|
|
@@ -3479,7 +3727,9 @@ export type GraphQLTypes = {
|
|
|
3479
3727
|
["FormTextField"]: {
|
|
3480
3728
|
__typename: "FormTextField",
|
|
3481
3729
|
label?: string | undefined | null,
|
|
3482
|
-
placeholder?: string | undefined | null
|
|
3730
|
+
placeholder?: string | undefined | null,
|
|
3731
|
+
type?: string | undefined | null,
|
|
3732
|
+
defaultValue?: string | undefined | null
|
|
3483
3733
|
};
|
|
3484
3734
|
["FormBooleanField"]: {
|
|
3485
3735
|
__typename: "FormBooleanField",
|
|
@@ -3488,7 +3738,8 @@ export type GraphQLTypes = {
|
|
|
3488
3738
|
["FormContentField"]: {
|
|
3489
3739
|
__typename: "FormContentField",
|
|
3490
3740
|
label?: string | undefined | null,
|
|
3491
|
-
placeholder?: string | undefined | null
|
|
3741
|
+
placeholder?: string | undefined | null,
|
|
3742
|
+
content?: string | undefined | null
|
|
3492
3743
|
};
|
|
3493
3744
|
["FormRadioField"]: {
|
|
3494
3745
|
__typename: "FormRadioField",
|
|
@@ -3571,10 +3822,15 @@ export type GraphQLTypes = {
|
|
|
3571
3822
|
listForms?: Array<GraphQLTypes["Form"]> | undefined | null,
|
|
3572
3823
|
listPaginateddocs?: GraphQLTypes["docs__Connection"] | undefined | null,
|
|
3573
3824
|
onedocsBySlug?: GraphQLTypes["docs"] | undefined | null,
|
|
3825
|
+
oneAsScalardocsBySlug?: GraphQLTypes["ModelAsScalar"] | undefined | null,
|
|
3574
3826
|
variantsdocsBySlug?: Array<GraphQLTypes["docs"]> | undefined | null,
|
|
3575
3827
|
fieldSetdocs: string,
|
|
3576
3828
|
modeldocs: GraphQLTypes["ModelNavigationCompiled"],
|
|
3577
3829
|
previewFieldsdocs: GraphQLTypes["ModelNavigationCompiled"],
|
|
3830
|
+
fieldSetShapecloud_sidebar: string,
|
|
3831
|
+
modelShapecloud_sidebar: GraphQLTypes["ModelNavigationCompiled"],
|
|
3832
|
+
previewFieldsShapecloud_sidebar: GraphQLTypes["ModelNavigationCompiled"],
|
|
3833
|
+
oneShapecloud_sidebar?: GraphQLTypes["Shapecloud_sidebar"] | undefined | null,
|
|
3578
3834
|
fieldSetShapedocs_content: string,
|
|
3579
3835
|
modelShapedocs_content: GraphQLTypes["ModelNavigationCompiled"],
|
|
3580
3836
|
previewFieldsShapedocs_content: GraphQLTypes["ModelNavigationCompiled"],
|
|
@@ -3623,6 +3879,10 @@ export type GraphQLTypes = {
|
|
|
3623
3879
|
modelShapeprofile_info: GraphQLTypes["ModelNavigationCompiled"],
|
|
3624
3880
|
previewFieldsShapeprofile_info: GraphQLTypes["ModelNavigationCompiled"],
|
|
3625
3881
|
oneShapeprofile_info?: GraphQLTypes["Shapeprofile_info"] | undefined | null,
|
|
3882
|
+
fieldSetShapesupport: string,
|
|
3883
|
+
modelShapesupport: GraphQLTypes["ModelNavigationCompiled"],
|
|
3884
|
+
previewFieldsShapesupport: GraphQLTypes["ModelNavigationCompiled"],
|
|
3885
|
+
oneShapesupport?: GraphQLTypes["Shapesupport"] | undefined | null,
|
|
3626
3886
|
fieldSetShapeusage: string,
|
|
3627
3887
|
modelShapeusage: GraphQLTypes["ModelNavigationCompiled"],
|
|
3628
3888
|
previewFieldsShapeusage: GraphQLTypes["ModelNavigationCompiled"],
|
|
@@ -3632,26 +3892,31 @@ export type GraphQLTypes = {
|
|
|
3632
3892
|
modelViewaccount: GraphQLTypes["ModelNavigationCompiled"],
|
|
3633
3893
|
previewFieldsViewaccount: GraphQLTypes["ModelNavigationCompiled"],
|
|
3634
3894
|
oneViewaccount?: GraphQLTypes["Viewaccount"] | undefined | null,
|
|
3895
|
+
oneAsScalarViewaccount?: GraphQLTypes["ViewAsScalar"] | undefined | null,
|
|
3635
3896
|
variantsViewfeatures?: Array<GraphQLTypes["Viewfeatures"]> | undefined | null,
|
|
3636
3897
|
fieldSetViewfeatures: string,
|
|
3637
3898
|
modelViewfeatures: GraphQLTypes["ModelNavigationCompiled"],
|
|
3638
3899
|
previewFieldsViewfeatures: GraphQLTypes["ModelNavigationCompiled"],
|
|
3639
3900
|
oneViewfeatures?: GraphQLTypes["Viewfeatures"] | undefined | null,
|
|
3901
|
+
oneAsScalarViewfeatures?: GraphQLTypes["ViewAsScalar"] | undefined | null,
|
|
3640
3902
|
variantsViewhomepage?: Array<GraphQLTypes["Viewhomepage"]> | undefined | null,
|
|
3641
3903
|
fieldSetViewhomepage: string,
|
|
3642
3904
|
modelViewhomepage: GraphQLTypes["ModelNavigationCompiled"],
|
|
3643
3905
|
previewFieldsViewhomepage: GraphQLTypes["ModelNavigationCompiled"],
|
|
3644
3906
|
oneViewhomepage?: GraphQLTypes["Viewhomepage"] | undefined | null,
|
|
3907
|
+
oneAsScalarViewhomepage?: GraphQLTypes["ViewAsScalar"] | undefined | null,
|
|
3645
3908
|
variantsViewhowitworks?: Array<GraphQLTypes["Viewhowitworks"]> | undefined | null,
|
|
3646
3909
|
fieldSetViewhowitworks: string,
|
|
3647
3910
|
modelViewhowitworks: GraphQLTypes["ModelNavigationCompiled"],
|
|
3648
3911
|
previewFieldsViewhowitworks: GraphQLTypes["ModelNavigationCompiled"],
|
|
3649
3912
|
oneViewhowitworks?: GraphQLTypes["Viewhowitworks"] | undefined | null,
|
|
3913
|
+
oneAsScalarViewhowitworks?: GraphQLTypes["ViewAsScalar"] | undefined | null,
|
|
3650
3914
|
variantsViewpricing?: Array<GraphQLTypes["Viewpricing"]> | undefined | null,
|
|
3651
3915
|
fieldSetViewpricing: string,
|
|
3652
3916
|
modelViewpricing: GraphQLTypes["ModelNavigationCompiled"],
|
|
3653
3917
|
previewFieldsViewpricing: GraphQLTypes["ModelNavigationCompiled"],
|
|
3654
|
-
oneViewpricing?: GraphQLTypes["Viewpricing"] | undefined | null
|
|
3918
|
+
oneViewpricing?: GraphQLTypes["Viewpricing"] | undefined | null,
|
|
3919
|
+
oneAsScalarViewpricing?: GraphQLTypes["ViewAsScalar"] | undefined | null
|
|
3655
3920
|
};
|
|
3656
3921
|
["RootParamsType"]: {
|
|
3657
3922
|
__typename: "RootParamsType",
|
|
@@ -3766,6 +4031,41 @@ export type GraphQLTypes = {
|
|
|
3766
4031
|
updatedAt?: number | undefined | null,
|
|
3767
4032
|
draft_version?: boolean | undefined | null,
|
|
3768
4033
|
json_ld?: string | undefined | null
|
|
4034
|
+
};
|
|
4035
|
+
["Shapecloud_sidebarSidebarMenuCategoryPage"]: {
|
|
4036
|
+
__typename: "Shapecloud_sidebarSidebarMenuCategoryPage",
|
|
4037
|
+
name?: string | undefined | null,
|
|
4038
|
+
link?: string | undefined | null
|
|
4039
|
+
};
|
|
4040
|
+
["Shapecloud_sidebarSidebarMenuCategory"]: {
|
|
4041
|
+
__typename: "Shapecloud_sidebarSidebarMenuCategory",
|
|
4042
|
+
page?: Array<GraphQLTypes["Shapecloud_sidebarSidebarMenuCategoryPage"] | undefined | null> | undefined | null
|
|
4043
|
+
};
|
|
4044
|
+
["Shapecloud_sidebarSidebarMenu"]: {
|
|
4045
|
+
__typename: "Shapecloud_sidebarSidebarMenu",
|
|
4046
|
+
logo?: GraphQLTypes["ImageField"] | undefined | null,
|
|
4047
|
+
category?: Array<GraphQLTypes["Shapecloud_sidebarSidebarMenuCategory"] | undefined | null> | undefined | null
|
|
4048
|
+
};
|
|
4049
|
+
["Shapecloud_sidebarSidebarBottom_menuLogout"]: {
|
|
4050
|
+
__typename: "Shapecloud_sidebarSidebarBottom_menuLogout",
|
|
4051
|
+
name?: string | undefined | null,
|
|
4052
|
+
link?: string | undefined | null
|
|
4053
|
+
};
|
|
4054
|
+
["Shapecloud_sidebarSidebarBottom_menu"]: {
|
|
4055
|
+
__typename: "Shapecloud_sidebarSidebarBottom_menu",
|
|
4056
|
+
logout?: GraphQLTypes["Shapecloud_sidebarSidebarBottom_menuLogout"] | undefined | null
|
|
4057
|
+
};
|
|
4058
|
+
["Shapecloud_sidebarSidebar"]: {
|
|
4059
|
+
__typename: "Shapecloud_sidebarSidebar",
|
|
4060
|
+
menu?: GraphQLTypes["Shapecloud_sidebarSidebarMenu"] | undefined | null,
|
|
4061
|
+
bottom_menu?: GraphQLTypes["Shapecloud_sidebarSidebarBottom_menu"] | undefined | null
|
|
4062
|
+
};
|
|
4063
|
+
["Shapecloud_sidebar"]: {
|
|
4064
|
+
__typename: "Shapecloud_sidebar",
|
|
4065
|
+
sidebar?: GraphQLTypes["Shapecloud_sidebarSidebar"] | undefined | null,
|
|
4066
|
+
_id: string,
|
|
4067
|
+
createdAt?: number | undefined | null,
|
|
4068
|
+
updatedAt?: number | undefined | null
|
|
3769
4069
|
};
|
|
3770
4070
|
["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: {
|
|
3771
4071
|
__typename: "Shapedocs_contentDocumentation_pageContent_containerDoc_content",
|
|
@@ -4103,6 +4403,34 @@ export type GraphQLTypes = {
|
|
|
4103
4403
|
_id: string,
|
|
4104
4404
|
createdAt?: number | undefined | null,
|
|
4105
4405
|
updatedAt?: number | undefined | null
|
|
4406
|
+
};
|
|
4407
|
+
["ShapesupportSectionHeader_wrapper"]: {
|
|
4408
|
+
__typename: "ShapesupportSectionHeader_wrapper",
|
|
4409
|
+
title?: string | undefined | null,
|
|
4410
|
+
description?: string | undefined | null
|
|
4411
|
+
};
|
|
4412
|
+
["ShapesupportSectionFeatures_gridFeature_item"]: {
|
|
4413
|
+
__typename: "ShapesupportSectionFeatures_gridFeature_item",
|
|
4414
|
+
image?: GraphQLTypes["ImageField"] | undefined | null,
|
|
4415
|
+
title?: string | undefined | null,
|
|
4416
|
+
text?: string | undefined | null,
|
|
4417
|
+
cta?: string | undefined | null
|
|
4418
|
+
};
|
|
4419
|
+
["ShapesupportSectionFeatures_grid"]: {
|
|
4420
|
+
__typename: "ShapesupportSectionFeatures_grid",
|
|
4421
|
+
feature_item?: Array<GraphQLTypes["ShapesupportSectionFeatures_gridFeature_item"] | undefined | null> | undefined | null
|
|
4422
|
+
};
|
|
4423
|
+
["ShapesupportSection"]: {
|
|
4424
|
+
__typename: "ShapesupportSection",
|
|
4425
|
+
header_wrapper?: GraphQLTypes["ShapesupportSectionHeader_wrapper"] | undefined | null,
|
|
4426
|
+
features_grid?: GraphQLTypes["ShapesupportSectionFeatures_grid"] | undefined | null
|
|
4427
|
+
};
|
|
4428
|
+
["Shapesupport"]: {
|
|
4429
|
+
__typename: "Shapesupport",
|
|
4430
|
+
section?: GraphQLTypes["ShapesupportSection"] | undefined | null,
|
|
4431
|
+
_id: string,
|
|
4432
|
+
createdAt?: number | undefined | null,
|
|
4433
|
+
updatedAt?: number | undefined | null
|
|
4106
4434
|
};
|
|
4107
4435
|
["ShapeusageMain"]: {
|
|
4108
4436
|
__typename: "ShapeusageMain",
|
|
@@ -4149,7 +4477,9 @@ export enum ConditionOperator {
|
|
|
4149
4477
|
LESS = "LESS",
|
|
4150
4478
|
LESS_EQUAL = "LESS_EQUAL",
|
|
4151
4479
|
EXISTS = "EXISTS",
|
|
4152
|
-
NOT_EXISTS = "NOT_EXISTS"
|
|
4480
|
+
NOT_EXISTS = "NOT_EXISTS",
|
|
4481
|
+
REGEX = "REGEX",
|
|
4482
|
+
NOT_REGEX = "NOT_REGEX"
|
|
4153
4483
|
}
|
|
4154
4484
|
export enum ConditionType {
|
|
4155
4485
|
SET = "SET",
|
|
@@ -4157,28 +4487,23 @@ export enum ConditionType {
|
|
|
4157
4487
|
}
|
|
4158
4488
|
export enum ActionType {
|
|
4159
4489
|
SET_VALUE = "SET_VALUE",
|
|
4160
|
-
SET_CLASSNAME = "SET_CLASSNAME",
|
|
4161
4490
|
DISPLAY_VALUE = "DISPLAY_VALUE",
|
|
4162
4491
|
SET_DISABLED = "SET_DISABLED"
|
|
4163
4492
|
}
|
|
4164
4493
|
export enum FormFieldType {
|
|
4165
4494
|
STRING = "STRING",
|
|
4166
|
-
TEXT = "TEXT",
|
|
4167
|
-
CONTENT = "CONTENT",
|
|
4168
|
-
TEXTAREA = "TEXTAREA",
|
|
4169
|
-
RADIO = "RADIO",
|
|
4170
|
-
RADIO_TEXT = "RADIO_TEXT",
|
|
4171
|
-
BOOLEAN = "BOOLEAN",
|
|
4172
4495
|
STEP = "STEP",
|
|
4173
4496
|
GROUP = "GROUP",
|
|
4174
|
-
ARRAY_STEP = "ARRAY_STEP",
|
|
4175
4497
|
PORTAL = "PORTAL",
|
|
4176
|
-
|
|
4498
|
+
TEXT = "TEXT",
|
|
4499
|
+
INPUT = "INPUT",
|
|
4500
|
+
RADIO_TEXT = "RADIO_TEXT",
|
|
4501
|
+
BOOLEAN = "BOOLEAN",
|
|
4177
4502
|
BUTTON = "BUTTON",
|
|
4178
4503
|
SUBMIT = "SUBMIT",
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4504
|
+
CONTENT = "CONTENT",
|
|
4505
|
+
DISPLAY = "DISPLAY",
|
|
4506
|
+
VARIABLE = "VARIABLE"
|
|
4182
4507
|
}
|
|
4183
4508
|
/** This enum is defined externally and injected via federation */
|
|
4184
4509
|
export enum CMSType {
|
|
@@ -4210,6 +4535,7 @@ export enum ViewEnum {
|
|
|
4210
4535
|
pricing = "pricing"
|
|
4211
4536
|
}
|
|
4212
4537
|
export enum ShapeEnum {
|
|
4538
|
+
cloud_sidebar = "cloud_sidebar",
|
|
4213
4539
|
docs_content = "docs_content",
|
|
4214
4540
|
docs_nav = "docs_nav",
|
|
4215
4541
|
featurepresentation = "featurepresentation",
|
|
@@ -4222,6 +4548,7 @@ export enum ShapeEnum {
|
|
|
4222
4548
|
pricing_table = "pricing_table",
|
|
4223
4549
|
pricingv1 = "pricingv1",
|
|
4224
4550
|
profile_info = "profile_info",
|
|
4551
|
+
support = "support",
|
|
4225
4552
|
usage = "usage"
|
|
4226
4553
|
}
|
|
4227
4554
|
export enum RootParamsEnum {
|
|
@@ -4235,6 +4562,10 @@ type ZEUS_VARIABLES = {
|
|
|
4235
4562
|
["Timestamp"]: ValueTypes["Timestamp"];
|
|
4236
4563
|
["ModelNavigationCompiled"]: ValueTypes["ModelNavigationCompiled"];
|
|
4237
4564
|
["BakedIpsumData"]: ValueTypes["BakedIpsumData"];
|
|
4565
|
+
["ShapeAsScalar"]: ValueTypes["ShapeAsScalar"];
|
|
4566
|
+
["ModelAsScalar"]: ValueTypes["ModelAsScalar"];
|
|
4567
|
+
["ViewAsScalar"]: ValueTypes["ViewAsScalar"];
|
|
4568
|
+
["FormAsScalar"]: ValueTypes["FormAsScalar"];
|
|
4238
4569
|
["JSON"]: ValueTypes["JSON"];
|
|
4239
4570
|
["Sort"]: ValueTypes["Sort"];
|
|
4240
4571
|
["ConditionSetOperator"]: ValueTypes["ConditionSetOperator"];
|