@husar.ai/cli 0.1.4 → 0.1.5

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/src/zeus/index.ts CHANGED
@@ -1,7 +1,9 @@
1
1
  /* eslint-disable */
2
2
 
3
3
  import { AllTypesProps, ReturnTypes, Ops } from './const.js';
4
- export const HOST = "http://localhost:3000/content/graphql"
4
+
5
+
6
+ export const HOST="Specify host"
5
7
 
6
8
 
7
9
  export const HEADERS = {}
@@ -741,7 +743,10 @@ type IsScalar<S, SCLR extends ScalarDefinition> = S extends 'scalar' & { name: i
741
743
  ? ReturnType<SCLR[T]['decode']>
742
744
  : unknown
743
745
  : unknown
746
+ : S extends Array<infer R>
747
+ ? Array<IsScalar<R, SCLR>>
744
748
  : S;
749
+
745
750
  type IsArray<T, U, SCLR extends ScalarDefinition> = T extends Array<infer R>
746
751
  ? InputType<R, U, SCLR>[]
747
752
  : InputType<T, U, SCLR>;
@@ -902,6 +907,7 @@ export type ScalarCoders = {
902
907
  ModelNavigationCompiled?: ScalarResolver;
903
908
  BakedIpsumData?: ScalarResolver;
904
909
  JSON?: ScalarResolver;
910
+ RootParamsAdminType?: ScalarResolver;
905
911
  ID?: ScalarResolver;
906
912
  }
907
913
  type ZEUS_UNIONS = never
@@ -1011,13 +1017,13 @@ export type ValueTypes = {
1011
1017
  ne?: string | undefined | null | Variable<any, string>,
1012
1018
  contain?: string | undefined | null | Variable<any, string>
1013
1019
  };
1020
+ ["RootParamsAdminType"]:unknown;
1014
1021
  ["Shape"]: AliasType<{
1015
1022
  name?:boolean | `@${string}`,
1016
1023
  slug?:boolean | `@${string}`,
1017
1024
  display?:boolean | `@${string}`,
1018
1025
  previewFields?:boolean | `@${string}`,
1019
1026
  prompt?:boolean | `@${string}`,
1020
- promptResponse?:ValueTypes["AiComponent"],
1021
1027
  fields?:ValueTypes["CMSField"],
1022
1028
  __typename?: boolean | `@${string}`
1023
1029
  }>;
@@ -1027,14 +1033,6 @@ export type ValueTypes = {
1027
1033
  slug?:boolean | `@${string}`,
1028
1034
  display?:boolean | `@${string}`,
1029
1035
  __typename?: boolean | `@${string}`
1030
- }>;
1031
- ["AiComponent"]: AliasType<{
1032
- name?:boolean | `@${string}`,
1033
- htmlComponent?:boolean | `@${string}`,
1034
- className?:boolean | `@${string}`,
1035
- textContent?:boolean | `@${string}`,
1036
- children?:ValueTypes["AiComponent"],
1037
- __typename?: boolean | `@${string}`
1038
1036
  }>;
1039
1037
  ["FormField"]: AliasType<{
1040
1038
  name?:boolean | `@${string}`,
@@ -1131,34 +1129,113 @@ export type ValueTypes = {
1131
1129
  listShapes?:ValueTypes["Shape"],
1132
1130
  tailwind?:ValueTypes["TailwindConfiguration"],
1133
1131
  listForms?:ValueTypes["Form"],
1134
- listPaginateddemo?: [{ page: ValueTypes["PageInput"] | Variable<any, string>, rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>, search?: string | undefined | null | Variable<any, string>, sort?: ValueTypes["demoSortInput"] | undefined | null | Variable<any, string>, filter?: Array<ValueTypes["demoFilterInput"] | undefined | null> | undefined | null | Variable<any, string>},ValueTypes["demo__Connection"]],
1135
- onedemoBySlug?: [{ slug: string | Variable<any, string>, rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["demo"]],
1136
- variantsdemoBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["demo"]],
1137
- fieldSetdemo?:boolean | `@${string}`,
1138
- modeldemo?:boolean | `@${string}`,
1139
- previewFieldsdemo?:boolean | `@${string}`,
1140
- listPaginatedpost?: [{ page: ValueTypes["PageInput"] | Variable<any, string>, rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>, search?: string | undefined | null | Variable<any, string>, sort?: ValueTypes["postSortInput"] | undefined | null | Variable<any, string>, filter?: Array<ValueTypes["postFilterInput"] | undefined | null> | undefined | null | Variable<any, string>},ValueTypes["post__Connection"]],
1141
- onepostBySlug?: [{ slug: string | Variable<any, string>, rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["post"]],
1142
- variantspostBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["post"]],
1143
- fieldSetpost?:boolean | `@${string}`,
1144
- modelpost?:boolean | `@${string}`,
1145
- previewFieldspost?:boolean | `@${string}`,
1146
- fieldSetShapetests?:boolean | `@${string}`,
1147
- modelShapetests?:boolean | `@${string}`,
1148
- previewFieldsShapetests?:boolean | `@${string}`,
1149
- oneShapetests?:ValueTypes["Shapetests"],
1132
+ 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"]],
1133
+ onedocsBySlug?: [{ slug: string | Variable<any, string>, rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["docs"]],
1134
+ variantsdocsBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["docs"]],
1135
+ fieldSetdocs?:boolean | `@${string}`,
1136
+ modeldocs?:boolean | `@${string}`,
1137
+ previewFieldsdocs?:boolean | `@${string}`,
1138
+ fieldSetShapecta?:boolean | `@${string}`,
1139
+ modelShapecta?:boolean | `@${string}`,
1140
+ previewFieldsShapecta?:boolean | `@${string}`,
1141
+ oneShapecta?:ValueTypes["Shapecta"],
1142
+ fieldSetShapedocs_content?:boolean | `@${string}`,
1143
+ modelShapedocs_content?:boolean | `@${string}`,
1144
+ previewFieldsShapedocs_content?:boolean | `@${string}`,
1145
+ oneShapedocs_content?:ValueTypes["Shapedocs_content"],
1146
+ fieldSetShapedocs_nav?:boolean | `@${string}`,
1147
+ modelShapedocs_nav?:boolean | `@${string}`,
1148
+ previewFieldsShapedocs_nav?:boolean | `@${string}`,
1149
+ oneShapedocs_nav?:ValueTypes["Shapedocs_nav"],
1150
+ fieldSetShapefoot?:boolean | `@${string}`,
1151
+ modelShapefoot?:boolean | `@${string}`,
1152
+ previewFieldsShapefoot?:boolean | `@${string}`,
1153
+ oneShapefoot?:ValueTypes["Shapefoot"],
1154
+ fieldSetShapehero?:boolean | `@${string}`,
1155
+ modelShapehero?:boolean | `@${string}`,
1156
+ previewFieldsShapehero?:boolean | `@${string}`,
1157
+ oneShapehero?:ValueTypes["Shapehero"],
1158
+ fieldSetShapeherox?:boolean | `@${string}`,
1159
+ modelShapeherox?:boolean | `@${string}`,
1160
+ previewFieldsShapeherox?:boolean | `@${string}`,
1161
+ oneShapeherox?:ValueTypes["Shapeherox"],
1162
+ fieldSetShapelearn?:boolean | `@${string}`,
1163
+ modelShapelearn?:boolean | `@${string}`,
1164
+ previewFieldsShapelearn?:boolean | `@${string}`,
1165
+ oneShapelearn?:ValueTypes["Shapelearn"],
1166
+ fieldSetShapenav?:boolean | `@${string}`,
1167
+ modelShapenav?:boolean | `@${string}`,
1168
+ previewFieldsShapenav?:boolean | `@${string}`,
1169
+ oneShapenav?:ValueTypes["Shapenav"],
1170
+ fieldSetShapenewshape?:boolean | `@${string}`,
1171
+ modelShapenewshape?:boolean | `@${string}`,
1172
+ previewFieldsShapenewshape?:boolean | `@${string}`,
1173
+ oneShapenewshape?:ValueTypes["Shapenewshape"],
1174
+ fieldSetShapenewshapereprompt?:boolean | `@${string}`,
1175
+ modelShapenewshapereprompt?:boolean | `@${string}`,
1176
+ previewFieldsShapenewshapereprompt?:boolean | `@${string}`,
1177
+ oneShapenewshapereprompt?:ValueTypes["Shapenewshapereprompt"],
1178
+ fieldSetShapenewsletter?:boolean | `@${string}`,
1179
+ modelShapenewsletter?:boolean | `@${string}`,
1180
+ previewFieldsShapenewsletter?:boolean | `@${string}`,
1181
+ oneShapenewsletter?:ValueTypes["Shapenewsletter"],
1182
+ fieldSetShapepricing?:boolean | `@${string}`,
1183
+ modelShapepricing?:boolean | `@${string}`,
1184
+ previewFieldsShapepricing?:boolean | `@${string}`,
1185
+ oneShapepricing?:ValueTypes["Shapepricing"],
1186
+ fieldSetShapepricingv1?:boolean | `@${string}`,
1187
+ modelShapepricingv1?:boolean | `@${string}`,
1188
+ previewFieldsShapepricingv1?:boolean | `@${string}`,
1189
+ oneShapepricingv1?:ValueTypes["Shapepricingv1"],
1190
+ fieldSetShapetesta?:boolean | `@${string}`,
1191
+ modelShapetesta?:boolean | `@${string}`,
1192
+ previewFieldsShapetesta?:boolean | `@${string}`,
1193
+ oneShapetesta?:ValueTypes["Shapetesta"],
1194
+ variantsViewhomepage?:ValueTypes["Viewhomepage"],
1195
+ fieldSetViewhomepage?:boolean | `@${string}`,
1196
+ modelViewhomepage?:boolean | `@${string}`,
1197
+ previewFieldsViewhomepage?:boolean | `@${string}`,
1198
+ oneViewhomepage?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Viewhomepage"]],
1199
+ variantsViewhowitworks?:ValueTypes["Viewhowitworks"],
1200
+ fieldSetViewhowitworks?:boolean | `@${string}`,
1201
+ modelViewhowitworks?:boolean | `@${string}`,
1202
+ previewFieldsViewhowitworks?:boolean | `@${string}`,
1203
+ oneViewhowitworks?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Viewhowitworks"]],
1204
+ variantsFormsteps?:ValueTypes["Formsteps"],
1205
+ fieldSetFormsteps?:boolean | `@${string}`,
1206
+ modelFormsteps?:boolean | `@${string}`,
1207
+ previewFieldsFormsteps?:boolean | `@${string}`,
1208
+ oneFormsteps?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Formsteps"]],
1209
+ variantsFormtest?:ValueTypes["Formtest"],
1210
+ fieldSetFormtest?:boolean | `@${string}`,
1211
+ modelFormtest?:boolean | `@${string}`,
1212
+ previewFieldsFormtest?:boolean | `@${string}`,
1213
+ oneFormtest?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Formtest"]],
1214
+ __typename?: boolean | `@${string}`
1215
+ }>;
1216
+ ["RootParamsType"]: AliasType<{
1217
+ _version?:boolean | `@${string}`,
1218
+ locale?:boolean | `@${string}`,
1150
1219
  __typename?: boolean | `@${string}`
1151
1220
  }>;
1152
1221
  ["ModelEnum"]:ModelEnum;
1222
+ ["ViewEnum"]:ViewEnum;
1153
1223
  ["ShapeEnum"]:ShapeEnum;
1154
- ["demo__Connection"]: AliasType<{
1155
- items?:ValueTypes["demo"],
1224
+ ["docs__Connection"]: AliasType<{
1225
+ items?:ValueTypes["docs"],
1156
1226
  pageInfo?:ValueTypes["PageInfo"],
1157
1227
  __typename?: boolean | `@${string}`
1158
1228
  }>;
1159
- ["demo"]: AliasType<{
1229
+ ["docs"]: AliasType<{
1160
1230
  _version?:ValueTypes["VersionField"],
1231
+ title?:boolean | `@${string}`,
1232
+ seotitle?:boolean | `@${string}`,
1233
+ metadesc?:boolean | `@${string}`,
1234
+ sortid?:boolean | `@${string}`,
1235
+ main_category?:boolean | `@${string}`,
1161
1236
  content?:boolean | `@${string}`,
1237
+ video?:ValueTypes["VideoField"],
1238
+ locale?:boolean | `@${string}`,
1162
1239
  slug?:boolean | `@${string}`,
1163
1240
  _id?:boolean | `@${string}`,
1164
1241
  createdAt?:boolean | `@${string}`,
@@ -1167,16 +1244,408 @@ variantspostBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["post"]
1167
1244
  json_ld?:boolean | `@${string}`,
1168
1245
  __typename?: boolean | `@${string}`
1169
1246
  }>;
1170
- ["post__Connection"]: AliasType<{
1171
- items?:ValueTypes["post"],
1172
- pageInfo?:ValueTypes["PageInfo"],
1247
+ ["Viewhomepage"]: AliasType<{
1248
+ _version?:ValueTypes["VersionField"],
1249
+ nav?:ValueTypes["Shapenav"],
1250
+ main?:ValueTypes["Shapehero"],
1251
+ hero?:ValueTypes["Shapeherox"],
1252
+ learn?:ValueTypes["Shapelearn"],
1253
+ pricing?:ValueTypes["Shapepricingv1"],
1254
+ footer?:ValueTypes["Shapefoot"],
1255
+ locale?:boolean | `@${string}`,
1256
+ slug?:boolean | `@${string}`,
1257
+ _id?:boolean | `@${string}`,
1258
+ createdAt?:boolean | `@${string}`,
1259
+ updatedAt?:boolean | `@${string}`,
1260
+ draft_version?:boolean | `@${string}`,
1261
+ json_ld?:boolean | `@${string}`,
1173
1262
  __typename?: boolean | `@${string}`
1174
1263
  }>;
1175
- ["post"]: AliasType<{
1176
- _version?:ValueTypes["VersionField"],
1264
+ ["ViewhowitworksFeature_control"]: AliasType<{
1177
1265
  title?:boolean | `@${string}`,
1266
+ description?:boolean | `@${string}`,
1178
1267
  image?:ValueTypes["ImageField"],
1268
+ __typename?: boolean | `@${string}`
1269
+ }>;
1270
+ ["Viewhowitworks"]: AliasType<{
1271
+ _version?:ValueTypes["VersionField"],
1272
+ title?:boolean | `@${string}`,
1273
+ feature_control?:ValueTypes["ViewhowitworksFeature_control"],
1274
+ locale?:boolean | `@${string}`,
1275
+ slug?:boolean | `@${string}`,
1276
+ _id?:boolean | `@${string}`,
1277
+ createdAt?:boolean | `@${string}`,
1278
+ updatedAt?:boolean | `@${string}`,
1279
+ draft_version?:boolean | `@${string}`,
1280
+ json_ld?:boolean | `@${string}`,
1281
+ __typename?: boolean | `@${string}`
1282
+ }>;
1283
+ ["ShapectaCta_sectionCta_container"]: AliasType<{
1284
+ cta_heading?:boolean | `@${string}`,
1285
+ cta_subtitle?:boolean | `@${string}`,
1286
+ cta_button?:boolean | `@${string}`,
1287
+ __typename?: boolean | `@${string}`
1288
+ }>;
1289
+ ["ShapectaCta_section"]: AliasType<{
1290
+ cta_container?:ValueTypes["ShapectaCta_sectionCta_container"],
1291
+ __typename?: boolean | `@${string}`
1292
+ }>;
1293
+ ["Shapecta"]: AliasType<{
1294
+ cta_section?:ValueTypes["ShapectaCta_section"],
1295
+ _id?:boolean | `@${string}`,
1296
+ createdAt?:boolean | `@${string}`,
1297
+ updatedAt?:boolean | `@${string}`,
1298
+ __typename?: boolean | `@${string}`
1299
+ }>;
1300
+ ["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: AliasType<{
1179
1301
  content?:boolean | `@${string}`,
1302
+ __typename?: boolean | `@${string}`
1303
+ }>;
1304
+ ["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"]: AliasType<{
1305
+ scrollspy_title?:boolean | `@${string}`,
1306
+ scrollspy_list?:boolean | `@${string}`,
1307
+ __typename?: boolean | `@${string}`
1308
+ }>;
1309
+ ["Shapedocs_contentDocumentation_pageContent_containerScrollspy"]: AliasType<{
1310
+ scrollspy_container?:ValueTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"],
1311
+ __typename?: boolean | `@${string}`
1312
+ }>;
1313
+ ["Shapedocs_contentDocumentation_pageContent_container"]: AliasType<{
1314
+ doc_content?:ValueTypes["Shapedocs_contentDocumentation_pageContent_containerDoc_content"],
1315
+ scrollspy?:ValueTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspy"],
1316
+ __typename?: boolean | `@${string}`
1317
+ }>;
1318
+ ["Shapedocs_contentDocumentation_page"]: AliasType<{
1319
+ content_container?:ValueTypes["Shapedocs_contentDocumentation_pageContent_container"],
1320
+ __typename?: boolean | `@${string}`
1321
+ }>;
1322
+ ["Shapedocs_content"]: AliasType<{
1323
+ documentation_page?:ValueTypes["Shapedocs_contentDocumentation_page"],
1324
+ _id?:boolean | `@${string}`,
1325
+ createdAt?:boolean | `@${string}`,
1326
+ updatedAt?:boolean | `@${string}`,
1327
+ __typename?: boolean | `@${string}`
1328
+ }>;
1329
+ ["Shapedocs_navMainListChildrenCategory"]: AliasType<{
1330
+ name?:boolean | `@${string}`,
1331
+ link?:boolean | `@${string}`,
1332
+ __typename?: boolean | `@${string}`
1333
+ }>;
1334
+ ["Shapedocs_navMainListChildren"]: AliasType<{
1335
+ category?:ValueTypes["Shapedocs_navMainListChildrenCategory"],
1336
+ __typename?: boolean | `@${string}`
1337
+ }>;
1338
+ ["Shapedocs_navMainList"]: AliasType<{
1339
+ title?:boolean | `@${string}`,
1340
+ children?:ValueTypes["Shapedocs_navMainListChildren"],
1341
+ __typename?: boolean | `@${string}`
1342
+ }>;
1343
+ ["Shapedocs_navMain"]: AliasType<{
1344
+ list?:ValueTypes["Shapedocs_navMainList"],
1345
+ __typename?: boolean | `@${string}`
1346
+ }>;
1347
+ ["Shapedocs_nav"]: AliasType<{
1348
+ main?:ValueTypes["Shapedocs_navMain"],
1349
+ _id?:boolean | `@${string}`,
1350
+ createdAt?:boolean | `@${string}`,
1351
+ updatedAt?:boolean | `@${string}`,
1352
+ __typename?: boolean | `@${string}`
1353
+ }>;
1354
+ ["ShapefootFooterFooter_containerFooter_links"]: AliasType<{
1355
+ privacy_policy?:boolean | `@${string}`,
1356
+ terms_of_service?:boolean | `@${string}`,
1357
+ contact_us?:boolean | `@${string}`,
1358
+ __typename?: boolean | `@${string}`
1359
+ }>;
1360
+ ["ShapefootFooterFooter_container"]: AliasType<{
1361
+ footer_logo?:boolean | `@${string}`,
1362
+ footer_links?:ValueTypes["ShapefootFooterFooter_containerFooter_links"],
1363
+ footer_copy?:boolean | `@${string}`,
1364
+ __typename?: boolean | `@${string}`
1365
+ }>;
1366
+ ["ShapefootFooter"]: AliasType<{
1367
+ footer_container?:ValueTypes["ShapefootFooterFooter_container"],
1368
+ __typename?: boolean | `@${string}`
1369
+ }>;
1370
+ ["Shapefoot"]: AliasType<{
1371
+ footer?:ValueTypes["ShapefootFooter"],
1372
+ _id?:boolean | `@${string}`,
1373
+ createdAt?:boolean | `@${string}`,
1374
+ updatedAt?:boolean | `@${string}`,
1375
+ __typename?: boolean | `@${string}`
1376
+ }>;
1377
+ ["ShapeheroHero_component"]: AliasType<{
1378
+ logoplace?:boolean | `@${string}`,
1379
+ logo?:boolean | `@${string}`,
1380
+ slogan?:boolean | `@${string}`,
1381
+ subslogan?:boolean | `@${string}`,
1382
+ __typename?: boolean | `@${string}`
1383
+ }>;
1384
+ ["Shapehero"]: AliasType<{
1385
+ hero_component?:ValueTypes["ShapeheroHero_component"],
1386
+ _id?:boolean | `@${string}`,
1387
+ createdAt?:boolean | `@${string}`,
1388
+ updatedAt?:boolean | `@${string}`,
1389
+ __typename?: boolean | `@${string}`
1390
+ }>;
1391
+ ["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"]: AliasType<{
1392
+ feature?:boolean | `@${string}`,
1393
+ __typename?: boolean | `@${string}`
1394
+ }>;
1395
+ ["ShapeheroxHero_sectionHero_containerText_wrapper"]: AliasType<{
1396
+ title?:boolean | `@${string}`,
1397
+ description?:boolean | `@${string}`,
1398
+ features?:ValueTypes["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"],
1399
+ call_to_action?:boolean | `@${string}`,
1400
+ __typename?: boolean | `@${string}`
1401
+ }>;
1402
+ ["ShapeheroxHero_sectionHero_containerImage_wrapper"]: AliasType<{
1403
+ hero_image?:ValueTypes["ImageField"],
1404
+ __typename?: boolean | `@${string}`
1405
+ }>;
1406
+ ["ShapeheroxHero_sectionHero_container"]: AliasType<{
1407
+ text_wrapper?:ValueTypes["ShapeheroxHero_sectionHero_containerText_wrapper"],
1408
+ image_wrapper?:ValueTypes["ShapeheroxHero_sectionHero_containerImage_wrapper"],
1409
+ __typename?: boolean | `@${string}`
1410
+ }>;
1411
+ ["ShapeheroxHero_section"]: AliasType<{
1412
+ hero_container?:ValueTypes["ShapeheroxHero_sectionHero_container"],
1413
+ __typename?: boolean | `@${string}`
1414
+ }>;
1415
+ ["Shapeherox"]: AliasType<{
1416
+ hero_section?:ValueTypes["ShapeheroxHero_section"],
1417
+ _id?:boolean | `@${string}`,
1418
+ createdAt?:boolean | `@${string}`,
1419
+ updatedAt?:boolean | `@${string}`,
1420
+ __typename?: boolean | `@${string}`
1421
+ }>;
1422
+ ["ShapelearnLearning_sectionContainer"]: AliasType<{
1423
+ image?:ValueTypes["ImageField"],
1424
+ heading?:boolean | `@${string}`,
1425
+ description?:boolean | `@${string}`,
1426
+ cta_button?:boolean | `@${string}`,
1427
+ __typename?: boolean | `@${string}`
1428
+ }>;
1429
+ ["ShapelearnLearning_section"]: AliasType<{
1430
+ container?:ValueTypes["ShapelearnLearning_sectionContainer"],
1431
+ __typename?: boolean | `@${string}`
1432
+ }>;
1433
+ ["Shapelearn"]: AliasType<{
1434
+ learning_section?:ValueTypes["ShapelearnLearning_section"],
1435
+ _id?:boolean | `@${string}`,
1436
+ createdAt?:boolean | `@${string}`,
1437
+ updatedAt?:boolean | `@${string}`,
1438
+ __typename?: boolean | `@${string}`
1439
+ }>;
1440
+ ["ShapenavNavigationNavigation_linksLink"]: AliasType<{
1441
+ display?:boolean | `@${string}`,
1442
+ href?:boolean | `@${string}`,
1443
+ __typename?: boolean | `@${string}`
1444
+ }>;
1445
+ ["ShapenavNavigationNavigation_links"]: AliasType<{
1446
+ link?:ValueTypes["ShapenavNavigationNavigation_linksLink"],
1447
+ __typename?: boolean | `@${string}`
1448
+ }>;
1449
+ ["ShapenavNavigation"]: AliasType<{
1450
+ logo?:boolean | `@${string}`,
1451
+ navigation_links?:ValueTypes["ShapenavNavigationNavigation_links"],
1452
+ __typename?: boolean | `@${string}`
1453
+ }>;
1454
+ ["Shapenav"]: AliasType<{
1455
+ navigation?:ValueTypes["ShapenavNavigation"],
1456
+ _id?:boolean | `@${string}`,
1457
+ createdAt?:boolean | `@${string}`,
1458
+ updatedAt?:boolean | `@${string}`,
1459
+ __typename?: boolean | `@${string}`
1460
+ }>;
1461
+ ["ShapenewshapeBackgroundContent"]: AliasType<{
1462
+ badge?:boolean | `@${string}`,
1463
+ headline?:boolean | `@${string}`,
1464
+ subheadline?:boolean | `@${string}`,
1465
+ cta_label?:boolean | `@${string}`,
1466
+ cta_href?:boolean | `@${string}`,
1467
+ __typename?: boolean | `@${string}`
1468
+ }>;
1469
+ ["ShapenewshapeBackground"]: AliasType<{
1470
+ overlay_gradient?:boolean | `@${string}`,
1471
+ content?:ValueTypes["ShapenewshapeBackgroundContent"],
1472
+ hero_image?:ValueTypes["ImageField"],
1473
+ __typename?: boolean | `@${string}`
1474
+ }>;
1475
+ ["Shapenewshape"]: AliasType<{
1476
+ background?:ValueTypes["ShapenewshapeBackground"],
1477
+ _id?:boolean | `@${string}`,
1478
+ createdAt?:boolean | `@${string}`,
1479
+ updatedAt?:boolean | `@${string}`,
1480
+ __typename?: boolean | `@${string}`
1481
+ }>;
1482
+ ["Shapenewshapereprompt"]: AliasType<{
1483
+ _id?:boolean | `@${string}`,
1484
+ createdAt?:boolean | `@${string}`,
1485
+ updatedAt?:boolean | `@${string}`,
1486
+ __typename?: boolean | `@${string}`
1487
+ }>;
1488
+ ["ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form"]: AliasType<{
1489
+ email_input?:boolean | `@${string}`,
1490
+ subscribe_button?:boolean | `@${string}`,
1491
+ __typename?: boolean | `@${string}`
1492
+ }>;
1493
+ ["ShapenewsletterNewsletter_sectionNewsletter_container"]: AliasType<{
1494
+ newsletter_heading?:boolean | `@${string}`,
1495
+ newsletter_description?:boolean | `@${string}`,
1496
+ newsletter_form?:ValueTypes["ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form"],
1497
+ __typename?: boolean | `@${string}`
1498
+ }>;
1499
+ ["ShapenewsletterNewsletter_section"]: AliasType<{
1500
+ newsletter_container?:ValueTypes["ShapenewsletterNewsletter_sectionNewsletter_container"],
1501
+ __typename?: boolean | `@${string}`
1502
+ }>;
1503
+ ["Shapenewsletter"]: AliasType<{
1504
+ newsletter_section?:ValueTypes["ShapenewsletterNewsletter_section"],
1505
+ _id?:boolean | `@${string}`,
1506
+ createdAt?:boolean | `@${string}`,
1507
+ updatedAt?:boolean | `@${string}`,
1508
+ __typename?: boolean | `@${string}`
1509
+ }>;
1510
+ ["ShapepricingPricing_sectionPricing_header"]: AliasType<{
1511
+ title?:boolean | `@${string}`,
1512
+ sub_title?:boolean | `@${string}`,
1513
+ __typename?: boolean | `@${string}`
1514
+ }>;
1515
+ ["ShapepricingPricing_sectionPricing_gridStarter_planPlan_features"]: AliasType<{
1516
+ feat?:boolean | `@${string}`,
1517
+ __typename?: boolean | `@${string}`
1518
+ }>;
1519
+ ["ShapepricingPricing_sectionPricing_gridStarter_plan"]: AliasType<{
1520
+ plan_title?:boolean | `@${string}`,
1521
+ plan_price?:boolean | `@${string}`,
1522
+ plan_features?:ValueTypes["ShapepricingPricing_sectionPricing_gridStarter_planPlan_features"],
1523
+ plan_cta?:boolean | `@${string}`,
1524
+ __typename?: boolean | `@${string}`
1525
+ }>;
1526
+ ["ShapepricingPricing_sectionPricing_grid"]: AliasType<{
1527
+ starter_plan?:ValueTypes["ShapepricingPricing_sectionPricing_gridStarter_plan"],
1528
+ __typename?: boolean | `@${string}`
1529
+ }>;
1530
+ ["ShapepricingPricing_section"]: AliasType<{
1531
+ pricing_header?:ValueTypes["ShapepricingPricing_sectionPricing_header"],
1532
+ pricing_grid?:ValueTypes["ShapepricingPricing_sectionPricing_grid"],
1533
+ __typename?: boolean | `@${string}`
1534
+ }>;
1535
+ ["Shapepricing"]: AliasType<{
1536
+ pricing_section?:ValueTypes["ShapepricingPricing_section"],
1537
+ _id?:boolean | `@${string}`,
1538
+ createdAt?:boolean | `@${string}`,
1539
+ updatedAt?:boolean | `@${string}`,
1540
+ __typename?: boolean | `@${string}`
1541
+ }>;
1542
+ ["Shapepricingv1Pricing_sectionHeader_wrapper"]: AliasType<{
1543
+ title?:boolean | `@${string}`,
1544
+ description?:boolean | `@${string}`,
1545
+ __typename?: boolean | `@${string}`
1546
+ }>;
1547
+ ["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"]: AliasType<{
1548
+ feature?:boolean | `@${string}`,
1549
+ __typename?: boolean | `@${string}`
1550
+ }>;
1551
+ ["Shapepricingv1Pricing_sectionPlans_gridFree_plan"]: AliasType<{
1552
+ plan_name?:boolean | `@${string}`,
1553
+ price?:boolean | `@${string}`,
1554
+ plan_description?:boolean | `@${string}`,
1555
+ feature_list?:ValueTypes["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"],
1556
+ cta?:boolean | `@${string}`,
1557
+ __typename?: boolean | `@${string}`
1558
+ }>;
1559
+ ["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"]: AliasType<{
1560
+ feature?:boolean | `@${string}`,
1561
+ __typename?: boolean | `@${string}`
1562
+ }>;
1563
+ ["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"]: AliasType<{
1564
+ plan_name?:boolean | `@${string}`,
1565
+ price?:boolean | `@${string}`,
1566
+ plan_description?:boolean | `@${string}`,
1567
+ feature_list?:ValueTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"],
1568
+ cta?:boolean | `@${string}`,
1569
+ __typename?: boolean | `@${string}`
1570
+ }>;
1571
+ ["Shapepricingv1Pricing_sectionPlans_grid"]: AliasType<{
1572
+ free_plan?:ValueTypes["Shapepricingv1Pricing_sectionPlans_gridFree_plan"],
1573
+ paid_plan?:ValueTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"],
1574
+ __typename?: boolean | `@${string}`
1575
+ }>;
1576
+ ["Shapepricingv1Pricing_section"]: AliasType<{
1577
+ header_wrapper?:ValueTypes["Shapepricingv1Pricing_sectionHeader_wrapper"],
1578
+ plans_grid?:ValueTypes["Shapepricingv1Pricing_sectionPlans_grid"],
1579
+ __typename?: boolean | `@${string}`
1580
+ }>;
1581
+ ["Shapepricingv1"]: AliasType<{
1582
+ pricing_section?:ValueTypes["Shapepricingv1Pricing_section"],
1583
+ _id?:boolean | `@${string}`,
1584
+ createdAt?:boolean | `@${string}`,
1585
+ updatedAt?:boolean | `@${string}`,
1586
+ __typename?: boolean | `@${string}`
1587
+ }>;
1588
+ ["ShapetestaRootHeaderNav"]: AliasType<{
1589
+ logo?:boolean | `@${string}`,
1590
+ cta?:boolean | `@${string}`,
1591
+ __typename?: boolean | `@${string}`
1592
+ }>;
1593
+ ["ShapetestaRootHeader"]: AliasType<{
1594
+ nav?:ValueTypes["ShapetestaRootHeaderNav"],
1595
+ __typename?: boolean | `@${string}`
1596
+ }>;
1597
+ ["ShapetestaRootMainHero_section"]: AliasType<{
1598
+ hero_title?:boolean | `@${string}`,
1599
+ hero_text?:boolean | `@${string}`,
1600
+ hero_button?:boolean | `@${string}`,
1601
+ __typename?: boolean | `@${string}`
1602
+ }>;
1603
+ ["ShapetestaRootMainFeatures_section"]: AliasType<{
1604
+ features_title?:boolean | `@${string}`,
1605
+ features_text?:boolean | `@${string}`,
1606
+ __typename?: boolean | `@${string}`
1607
+ }>;
1608
+ ["ShapetestaRootMain"]: AliasType<{
1609
+ hero_section?:ValueTypes["ShapetestaRootMainHero_section"],
1610
+ features_section?:ValueTypes["ShapetestaRootMainFeatures_section"],
1611
+ __typename?: boolean | `@${string}`
1612
+ }>;
1613
+ ["ShapetestaRoot"]: AliasType<{
1614
+ header?:ValueTypes["ShapetestaRootHeader"],
1615
+ main?:ValueTypes["ShapetestaRootMain"],
1616
+ __typename?: boolean | `@${string}`
1617
+ }>;
1618
+ ["Shapetesta"]: AliasType<{
1619
+ root?:ValueTypes["ShapetestaRoot"],
1620
+ _id?:boolean | `@${string}`,
1621
+ createdAt?:boolean | `@${string}`,
1622
+ updatedAt?:boolean | `@${string}`,
1623
+ __typename?: boolean | `@${string}`
1624
+ }>;
1625
+ ["FormstepsStep1"]: AliasType<{
1626
+ _mocks?:boolean | `@${string}`,
1627
+ imie?:ValueTypes["FormTextField"],
1628
+ source?:ValueTypes["FormRadioTextField"],
1629
+ __typename?: boolean | `@${string}`
1630
+ }>;
1631
+ ["FormstepsStep2"]: AliasType<{
1632
+ _mocks?:boolean | `@${string}`,
1633
+ nazwisko?:ValueTypes["FormTextField"],
1634
+ __typename?: boolean | `@${string}`
1635
+ }>;
1636
+ ["FormstepsStep3"]: AliasType<{
1637
+ _mocks?:boolean | `@${string}`,
1638
+ email?:ValueTypes["FormTextField"],
1639
+ koniec?:ValueTypes["FormSubmitField"],
1640
+ __typename?: boolean | `@${string}`
1641
+ }>;
1642
+ ["Formsteps"]: AliasType<{
1643
+ _mocks?:boolean | `@${string}`,
1644
+ _version?:ValueTypes["VersionField"],
1645
+ step1?:ValueTypes["FormstepsStep1"],
1646
+ step2?:ValueTypes["FormstepsStep2"],
1647
+ step3?:ValueTypes["FormstepsStep3"],
1648
+ locale?:boolean | `@${string}`,
1180
1649
  slug?:boolean | `@${string}`,
1181
1650
  _id?:boolean | `@${string}`,
1182
1651
  createdAt?:boolean | `@${string}`,
@@ -1185,30 +1654,55 @@ variantspostBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["post"]
1185
1654
  json_ld?:boolean | `@${string}`,
1186
1655
  __typename?: boolean | `@${string}`
1187
1656
  }>;
1188
- ["Shapetests"]: AliasType<{
1657
+ ["FormtestWindowBasics"]: AliasType<{
1658
+ _mocks?:boolean | `@${string}`,
1659
+ type?:ValueTypes["FormRadioTextField"],
1660
+ __typename?: boolean | `@${string}`
1661
+ }>;
1662
+ ["FormtestWindowTechincals"]: AliasType<{
1663
+ _mocks?:boolean | `@${string}`,
1664
+ width?:ValueTypes["FormNumberField"],
1665
+ height?:ValueTypes["FormNumberField"],
1666
+ confirm?:ValueTypes["FormRouteField"],
1667
+ __typename?: boolean | `@${string}`
1668
+ }>;
1669
+ ["FormtestWindow"]: AliasType<{
1670
+ _mocks?:boolean | `@${string}`,
1671
+ basics?:ValueTypes["FormtestWindowBasics"],
1672
+ techincals?:ValueTypes["FormtestWindowTechincals"],
1673
+ __typename?: boolean | `@${string}`
1674
+ }>;
1675
+ ["FormtestHome"]: AliasType<{
1676
+ _mocks?:boolean | `@${string}`,
1677
+ window?:ValueTypes["FormTextField"],
1678
+ add?:ValueTypes["FormRouteField"],
1679
+ __typename?: boolean | `@${string}`
1680
+ }>;
1681
+ ["Formtest"]: AliasType<{
1682
+ _mocks?:boolean | `@${string}`,
1683
+ _version?:ValueTypes["VersionField"],
1684
+ window?:ValueTypes["FormtestWindow"],
1685
+ home?:ValueTypes["FormtestHome"],
1686
+ locale?:boolean | `@${string}`,
1687
+ slug?:boolean | `@${string}`,
1189
1688
  _id?:boolean | `@${string}`,
1190
1689
  createdAt?:boolean | `@${string}`,
1191
1690
  updatedAt?:boolean | `@${string}`,
1691
+ draft_version?:boolean | `@${string}`,
1692
+ json_ld?:boolean | `@${string}`,
1192
1693
  __typename?: boolean | `@${string}`
1193
1694
  }>;
1194
1695
  ["RootParamsInput"]: {
1195
- _version?: string | undefined | null | Variable<any, string>
1696
+ _version?: string | undefined | null | Variable<any, string>,
1697
+ locale?: string | undefined | null | Variable<any, string>
1196
1698
  };
1197
1699
  ["RootParamsEnum"]:RootParamsEnum;
1198
- ["demoSortInput"]: {
1700
+ ["docsSortInput"]: {
1199
1701
  slug?: ValueTypes["Sort"] | undefined | null | Variable<any, string>,
1200
1702
  createdAt?: ValueTypes["Sort"] | undefined | null | Variable<any, string>,
1201
1703
  updatedAt?: ValueTypes["Sort"] | undefined | null | Variable<any, string>
1202
1704
  };
1203
- ["postSortInput"]: {
1204
- slug?: ValueTypes["Sort"] | undefined | null | Variable<any, string>,
1205
- createdAt?: ValueTypes["Sort"] | undefined | null | Variable<any, string>,
1206
- updatedAt?: ValueTypes["Sort"] | undefined | null | Variable<any, string>
1207
- };
1208
- ["demoFilterInput"]: {
1209
- slug?: ValueTypes["FilterInputString"] | undefined | null | Variable<any, string>
1210
- };
1211
- ["postFilterInput"]: {
1705
+ ["docsFilterInput"]: {
1212
1706
  slug?: ValueTypes["FilterInputString"] | undefined | null | Variable<any, string>
1213
1707
  };
1214
1708
  ["ID"]:unknown
@@ -1319,13 +1813,13 @@ export type ResolverInputTypes = {
1319
1813
  ne?: string | undefined | null,
1320
1814
  contain?: string | undefined | null
1321
1815
  };
1816
+ ["RootParamsAdminType"]:unknown;
1322
1817
  ["Shape"]: AliasType<{
1323
1818
  name?:boolean | `@${string}`,
1324
1819
  slug?:boolean | `@${string}`,
1325
1820
  display?:boolean | `@${string}`,
1326
1821
  previewFields?:boolean | `@${string}`,
1327
1822
  prompt?:boolean | `@${string}`,
1328
- promptResponse?:ResolverInputTypes["AiComponent"],
1329
1823
  fields?:ResolverInputTypes["CMSField"],
1330
1824
  __typename?: boolean | `@${string}`
1331
1825
  }>;
@@ -1335,14 +1829,6 @@ export type ResolverInputTypes = {
1335
1829
  slug?:boolean | `@${string}`,
1336
1830
  display?:boolean | `@${string}`,
1337
1831
  __typename?: boolean | `@${string}`
1338
- }>;
1339
- ["AiComponent"]: AliasType<{
1340
- name?:boolean | `@${string}`,
1341
- htmlComponent?:boolean | `@${string}`,
1342
- className?:boolean | `@${string}`,
1343
- textContent?:boolean | `@${string}`,
1344
- children?:ResolverInputTypes["AiComponent"],
1345
- __typename?: boolean | `@${string}`
1346
1832
  }>;
1347
1833
  ["FormField"]: AliasType<{
1348
1834
  name?:boolean | `@${string}`,
@@ -1439,34 +1925,113 @@ export type ResolverInputTypes = {
1439
1925
  listShapes?:ResolverInputTypes["Shape"],
1440
1926
  tailwind?:ResolverInputTypes["TailwindConfiguration"],
1441
1927
  listForms?:ResolverInputTypes["Form"],
1442
- listPaginateddemo?: [{ page: ResolverInputTypes["PageInput"], rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null, search?: string | undefined | null, sort?: ResolverInputTypes["demoSortInput"] | undefined | null, filter?: Array<ResolverInputTypes["demoFilterInput"] | undefined | null> | undefined | null},ResolverInputTypes["demo__Connection"]],
1443
- onedemoBySlug?: [{ slug: string, rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["demo"]],
1444
- variantsdemoBySlug?: [{ slug: string},ResolverInputTypes["demo"]],
1445
- fieldSetdemo?:boolean | `@${string}`,
1446
- modeldemo?:boolean | `@${string}`,
1447
- previewFieldsdemo?:boolean | `@${string}`,
1448
- listPaginatedpost?: [{ page: ResolverInputTypes["PageInput"], rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null, search?: string | undefined | null, sort?: ResolverInputTypes["postSortInput"] | undefined | null, filter?: Array<ResolverInputTypes["postFilterInput"] | undefined | null> | undefined | null},ResolverInputTypes["post__Connection"]],
1449
- onepostBySlug?: [{ slug: string, rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["post"]],
1450
- variantspostBySlug?: [{ slug: string},ResolverInputTypes["post"]],
1451
- fieldSetpost?:boolean | `@${string}`,
1452
- modelpost?:boolean | `@${string}`,
1453
- previewFieldspost?:boolean | `@${string}`,
1454
- fieldSetShapetests?:boolean | `@${string}`,
1455
- modelShapetests?:boolean | `@${string}`,
1456
- previewFieldsShapetests?:boolean | `@${string}`,
1457
- oneShapetests?:ResolverInputTypes["Shapetests"],
1928
+ 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"]],
1929
+ onedocsBySlug?: [{ slug: string, rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["docs"]],
1930
+ variantsdocsBySlug?: [{ slug: string},ResolverInputTypes["docs"]],
1931
+ fieldSetdocs?:boolean | `@${string}`,
1932
+ modeldocs?:boolean | `@${string}`,
1933
+ previewFieldsdocs?:boolean | `@${string}`,
1934
+ fieldSetShapecta?:boolean | `@${string}`,
1935
+ modelShapecta?:boolean | `@${string}`,
1936
+ previewFieldsShapecta?:boolean | `@${string}`,
1937
+ oneShapecta?:ResolverInputTypes["Shapecta"],
1938
+ fieldSetShapedocs_content?:boolean | `@${string}`,
1939
+ modelShapedocs_content?:boolean | `@${string}`,
1940
+ previewFieldsShapedocs_content?:boolean | `@${string}`,
1941
+ oneShapedocs_content?:ResolverInputTypes["Shapedocs_content"],
1942
+ fieldSetShapedocs_nav?:boolean | `@${string}`,
1943
+ modelShapedocs_nav?:boolean | `@${string}`,
1944
+ previewFieldsShapedocs_nav?:boolean | `@${string}`,
1945
+ oneShapedocs_nav?:ResolverInputTypes["Shapedocs_nav"],
1946
+ fieldSetShapefoot?:boolean | `@${string}`,
1947
+ modelShapefoot?:boolean | `@${string}`,
1948
+ previewFieldsShapefoot?:boolean | `@${string}`,
1949
+ oneShapefoot?:ResolverInputTypes["Shapefoot"],
1950
+ fieldSetShapehero?:boolean | `@${string}`,
1951
+ modelShapehero?:boolean | `@${string}`,
1952
+ previewFieldsShapehero?:boolean | `@${string}`,
1953
+ oneShapehero?:ResolverInputTypes["Shapehero"],
1954
+ fieldSetShapeherox?:boolean | `@${string}`,
1955
+ modelShapeherox?:boolean | `@${string}`,
1956
+ previewFieldsShapeherox?:boolean | `@${string}`,
1957
+ oneShapeherox?:ResolverInputTypes["Shapeherox"],
1958
+ fieldSetShapelearn?:boolean | `@${string}`,
1959
+ modelShapelearn?:boolean | `@${string}`,
1960
+ previewFieldsShapelearn?:boolean | `@${string}`,
1961
+ oneShapelearn?:ResolverInputTypes["Shapelearn"],
1962
+ fieldSetShapenav?:boolean | `@${string}`,
1963
+ modelShapenav?:boolean | `@${string}`,
1964
+ previewFieldsShapenav?:boolean | `@${string}`,
1965
+ oneShapenav?:ResolverInputTypes["Shapenav"],
1966
+ fieldSetShapenewshape?:boolean | `@${string}`,
1967
+ modelShapenewshape?:boolean | `@${string}`,
1968
+ previewFieldsShapenewshape?:boolean | `@${string}`,
1969
+ oneShapenewshape?:ResolverInputTypes["Shapenewshape"],
1970
+ fieldSetShapenewshapereprompt?:boolean | `@${string}`,
1971
+ modelShapenewshapereprompt?:boolean | `@${string}`,
1972
+ previewFieldsShapenewshapereprompt?:boolean | `@${string}`,
1973
+ oneShapenewshapereprompt?:ResolverInputTypes["Shapenewshapereprompt"],
1974
+ fieldSetShapenewsletter?:boolean | `@${string}`,
1975
+ modelShapenewsletter?:boolean | `@${string}`,
1976
+ previewFieldsShapenewsletter?:boolean | `@${string}`,
1977
+ oneShapenewsletter?:ResolverInputTypes["Shapenewsletter"],
1978
+ fieldSetShapepricing?:boolean | `@${string}`,
1979
+ modelShapepricing?:boolean | `@${string}`,
1980
+ previewFieldsShapepricing?:boolean | `@${string}`,
1981
+ oneShapepricing?:ResolverInputTypes["Shapepricing"],
1982
+ fieldSetShapepricingv1?:boolean | `@${string}`,
1983
+ modelShapepricingv1?:boolean | `@${string}`,
1984
+ previewFieldsShapepricingv1?:boolean | `@${string}`,
1985
+ oneShapepricingv1?:ResolverInputTypes["Shapepricingv1"],
1986
+ fieldSetShapetesta?:boolean | `@${string}`,
1987
+ modelShapetesta?:boolean | `@${string}`,
1988
+ previewFieldsShapetesta?:boolean | `@${string}`,
1989
+ oneShapetesta?:ResolverInputTypes["Shapetesta"],
1990
+ variantsViewhomepage?:ResolverInputTypes["Viewhomepage"],
1991
+ fieldSetViewhomepage?:boolean | `@${string}`,
1992
+ modelViewhomepage?:boolean | `@${string}`,
1993
+ previewFieldsViewhomepage?:boolean | `@${string}`,
1994
+ oneViewhomepage?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Viewhomepage"]],
1995
+ variantsViewhowitworks?:ResolverInputTypes["Viewhowitworks"],
1996
+ fieldSetViewhowitworks?:boolean | `@${string}`,
1997
+ modelViewhowitworks?:boolean | `@${string}`,
1998
+ previewFieldsViewhowitworks?:boolean | `@${string}`,
1999
+ oneViewhowitworks?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Viewhowitworks"]],
2000
+ variantsFormsteps?:ResolverInputTypes["Formsteps"],
2001
+ fieldSetFormsteps?:boolean | `@${string}`,
2002
+ modelFormsteps?:boolean | `@${string}`,
2003
+ previewFieldsFormsteps?:boolean | `@${string}`,
2004
+ oneFormsteps?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Formsteps"]],
2005
+ variantsFormtest?:ResolverInputTypes["Formtest"],
2006
+ fieldSetFormtest?:boolean | `@${string}`,
2007
+ modelFormtest?:boolean | `@${string}`,
2008
+ previewFieldsFormtest?:boolean | `@${string}`,
2009
+ oneFormtest?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Formtest"]],
2010
+ __typename?: boolean | `@${string}`
2011
+ }>;
2012
+ ["RootParamsType"]: AliasType<{
2013
+ _version?:boolean | `@${string}`,
2014
+ locale?:boolean | `@${string}`,
1458
2015
  __typename?: boolean | `@${string}`
1459
2016
  }>;
1460
2017
  ["ModelEnum"]:ModelEnum;
2018
+ ["ViewEnum"]:ViewEnum;
1461
2019
  ["ShapeEnum"]:ShapeEnum;
1462
- ["demo__Connection"]: AliasType<{
1463
- items?:ResolverInputTypes["demo"],
2020
+ ["docs__Connection"]: AliasType<{
2021
+ items?:ResolverInputTypes["docs"],
1464
2022
  pageInfo?:ResolverInputTypes["PageInfo"],
1465
2023
  __typename?: boolean | `@${string}`
1466
2024
  }>;
1467
- ["demo"]: AliasType<{
2025
+ ["docs"]: AliasType<{
1468
2026
  _version?:ResolverInputTypes["VersionField"],
2027
+ title?:boolean | `@${string}`,
2028
+ seotitle?:boolean | `@${string}`,
2029
+ metadesc?:boolean | `@${string}`,
2030
+ sortid?:boolean | `@${string}`,
2031
+ main_category?:boolean | `@${string}`,
1469
2032
  content?:boolean | `@${string}`,
2033
+ video?:ResolverInputTypes["VideoField"],
2034
+ locale?:boolean | `@${string}`,
1470
2035
  slug?:boolean | `@${string}`,
1471
2036
  _id?:boolean | `@${string}`,
1472
2037
  createdAt?:boolean | `@${string}`,
@@ -1475,16 +2040,34 @@ variantspostBySlug?: [{ slug: string},ResolverInputTypes["post"]],
1475
2040
  json_ld?:boolean | `@${string}`,
1476
2041
  __typename?: boolean | `@${string}`
1477
2042
  }>;
1478
- ["post__Connection"]: AliasType<{
1479
- items?:ResolverInputTypes["post"],
1480
- pageInfo?:ResolverInputTypes["PageInfo"],
2043
+ ["Viewhomepage"]: AliasType<{
2044
+ _version?:ResolverInputTypes["VersionField"],
2045
+ nav?:ResolverInputTypes["Shapenav"],
2046
+ main?:ResolverInputTypes["Shapehero"],
2047
+ hero?:ResolverInputTypes["Shapeherox"],
2048
+ learn?:ResolverInputTypes["Shapelearn"],
2049
+ pricing?:ResolverInputTypes["Shapepricingv1"],
2050
+ footer?:ResolverInputTypes["Shapefoot"],
2051
+ locale?:boolean | `@${string}`,
2052
+ slug?:boolean | `@${string}`,
2053
+ _id?:boolean | `@${string}`,
2054
+ createdAt?:boolean | `@${string}`,
2055
+ updatedAt?:boolean | `@${string}`,
2056
+ draft_version?:boolean | `@${string}`,
2057
+ json_ld?:boolean | `@${string}`,
1481
2058
  __typename?: boolean | `@${string}`
1482
2059
  }>;
1483
- ["post"]: AliasType<{
1484
- _version?:ResolverInputTypes["VersionField"],
2060
+ ["ViewhowitworksFeature_control"]: AliasType<{
1485
2061
  title?:boolean | `@${string}`,
2062
+ description?:boolean | `@${string}`,
1486
2063
  image?:ResolverInputTypes["ImageField"],
1487
- content?:boolean | `@${string}`,
2064
+ __typename?: boolean | `@${string}`
2065
+ }>;
2066
+ ["Viewhowitworks"]: AliasType<{
2067
+ _version?:ResolverInputTypes["VersionField"],
2068
+ title?:boolean | `@${string}`,
2069
+ feature_control?:ResolverInputTypes["ViewhowitworksFeature_control"],
2070
+ locale?:boolean | `@${string}`,
1488
2071
  slug?:boolean | `@${string}`,
1489
2072
  _id?:boolean | `@${string}`,
1490
2073
  createdAt?:boolean | `@${string}`,
@@ -1493,30 +2076,429 @@ variantspostBySlug?: [{ slug: string},ResolverInputTypes["post"]],
1493
2076
  json_ld?:boolean | `@${string}`,
1494
2077
  __typename?: boolean | `@${string}`
1495
2078
  }>;
1496
- ["Shapetests"]: AliasType<{
2079
+ ["ShapectaCta_sectionCta_container"]: AliasType<{
2080
+ cta_heading?:boolean | `@${string}`,
2081
+ cta_subtitle?:boolean | `@${string}`,
2082
+ cta_button?:boolean | `@${string}`,
2083
+ __typename?: boolean | `@${string}`
2084
+ }>;
2085
+ ["ShapectaCta_section"]: AliasType<{
2086
+ cta_container?:ResolverInputTypes["ShapectaCta_sectionCta_container"],
2087
+ __typename?: boolean | `@${string}`
2088
+ }>;
2089
+ ["Shapecta"]: AliasType<{
2090
+ cta_section?:ResolverInputTypes["ShapectaCta_section"],
1497
2091
  _id?:boolean | `@${string}`,
1498
2092
  createdAt?:boolean | `@${string}`,
1499
2093
  updatedAt?:boolean | `@${string}`,
1500
2094
  __typename?: boolean | `@${string}`
1501
2095
  }>;
1502
- ["RootParamsInput"]: {
1503
- _version?: string | undefined | null
2096
+ ["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: AliasType<{
2097
+ content?:boolean | `@${string}`,
2098
+ __typename?: boolean | `@${string}`
2099
+ }>;
2100
+ ["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"]: AliasType<{
2101
+ scrollspy_title?:boolean | `@${string}`,
2102
+ scrollspy_list?:boolean | `@${string}`,
2103
+ __typename?: boolean | `@${string}`
2104
+ }>;
2105
+ ["Shapedocs_contentDocumentation_pageContent_containerScrollspy"]: AliasType<{
2106
+ scrollspy_container?:ResolverInputTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"],
2107
+ __typename?: boolean | `@${string}`
2108
+ }>;
2109
+ ["Shapedocs_contentDocumentation_pageContent_container"]: AliasType<{
2110
+ doc_content?:ResolverInputTypes["Shapedocs_contentDocumentation_pageContent_containerDoc_content"],
2111
+ scrollspy?:ResolverInputTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspy"],
2112
+ __typename?: boolean | `@${string}`
2113
+ }>;
2114
+ ["Shapedocs_contentDocumentation_page"]: AliasType<{
2115
+ content_container?:ResolverInputTypes["Shapedocs_contentDocumentation_pageContent_container"],
2116
+ __typename?: boolean | `@${string}`
2117
+ }>;
2118
+ ["Shapedocs_content"]: AliasType<{
2119
+ documentation_page?:ResolverInputTypes["Shapedocs_contentDocumentation_page"],
2120
+ _id?:boolean | `@${string}`,
2121
+ createdAt?:boolean | `@${string}`,
2122
+ updatedAt?:boolean | `@${string}`,
2123
+ __typename?: boolean | `@${string}`
2124
+ }>;
2125
+ ["Shapedocs_navMainListChildrenCategory"]: AliasType<{
2126
+ name?:boolean | `@${string}`,
2127
+ link?:boolean | `@${string}`,
2128
+ __typename?: boolean | `@${string}`
2129
+ }>;
2130
+ ["Shapedocs_navMainListChildren"]: AliasType<{
2131
+ category?:ResolverInputTypes["Shapedocs_navMainListChildrenCategory"],
2132
+ __typename?: boolean | `@${string}`
2133
+ }>;
2134
+ ["Shapedocs_navMainList"]: AliasType<{
2135
+ title?:boolean | `@${string}`,
2136
+ children?:ResolverInputTypes["Shapedocs_navMainListChildren"],
2137
+ __typename?: boolean | `@${string}`
2138
+ }>;
2139
+ ["Shapedocs_navMain"]: AliasType<{
2140
+ list?:ResolverInputTypes["Shapedocs_navMainList"],
2141
+ __typename?: boolean | `@${string}`
2142
+ }>;
2143
+ ["Shapedocs_nav"]: AliasType<{
2144
+ main?:ResolverInputTypes["Shapedocs_navMain"],
2145
+ _id?:boolean | `@${string}`,
2146
+ createdAt?:boolean | `@${string}`,
2147
+ updatedAt?:boolean | `@${string}`,
2148
+ __typename?: boolean | `@${string}`
2149
+ }>;
2150
+ ["ShapefootFooterFooter_containerFooter_links"]: AliasType<{
2151
+ privacy_policy?:boolean | `@${string}`,
2152
+ terms_of_service?:boolean | `@${string}`,
2153
+ contact_us?:boolean | `@${string}`,
2154
+ __typename?: boolean | `@${string}`
2155
+ }>;
2156
+ ["ShapefootFooterFooter_container"]: AliasType<{
2157
+ footer_logo?:boolean | `@${string}`,
2158
+ footer_links?:ResolverInputTypes["ShapefootFooterFooter_containerFooter_links"],
2159
+ footer_copy?:boolean | `@${string}`,
2160
+ __typename?: boolean | `@${string}`
2161
+ }>;
2162
+ ["ShapefootFooter"]: AliasType<{
2163
+ footer_container?:ResolverInputTypes["ShapefootFooterFooter_container"],
2164
+ __typename?: boolean | `@${string}`
2165
+ }>;
2166
+ ["Shapefoot"]: AliasType<{
2167
+ footer?:ResolverInputTypes["ShapefootFooter"],
2168
+ _id?:boolean | `@${string}`,
2169
+ createdAt?:boolean | `@${string}`,
2170
+ updatedAt?:boolean | `@${string}`,
2171
+ __typename?: boolean | `@${string}`
2172
+ }>;
2173
+ ["ShapeheroHero_component"]: AliasType<{
2174
+ logoplace?:boolean | `@${string}`,
2175
+ logo?:boolean | `@${string}`,
2176
+ slogan?:boolean | `@${string}`,
2177
+ subslogan?:boolean | `@${string}`,
2178
+ __typename?: boolean | `@${string}`
2179
+ }>;
2180
+ ["Shapehero"]: AliasType<{
2181
+ hero_component?:ResolverInputTypes["ShapeheroHero_component"],
2182
+ _id?:boolean | `@${string}`,
2183
+ createdAt?:boolean | `@${string}`,
2184
+ updatedAt?:boolean | `@${string}`,
2185
+ __typename?: boolean | `@${string}`
2186
+ }>;
2187
+ ["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"]: AliasType<{
2188
+ feature?:boolean | `@${string}`,
2189
+ __typename?: boolean | `@${string}`
2190
+ }>;
2191
+ ["ShapeheroxHero_sectionHero_containerText_wrapper"]: AliasType<{
2192
+ title?:boolean | `@${string}`,
2193
+ description?:boolean | `@${string}`,
2194
+ features?:ResolverInputTypes["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"],
2195
+ call_to_action?:boolean | `@${string}`,
2196
+ __typename?: boolean | `@${string}`
2197
+ }>;
2198
+ ["ShapeheroxHero_sectionHero_containerImage_wrapper"]: AliasType<{
2199
+ hero_image?:ResolverInputTypes["ImageField"],
2200
+ __typename?: boolean | `@${string}`
2201
+ }>;
2202
+ ["ShapeheroxHero_sectionHero_container"]: AliasType<{
2203
+ text_wrapper?:ResolverInputTypes["ShapeheroxHero_sectionHero_containerText_wrapper"],
2204
+ image_wrapper?:ResolverInputTypes["ShapeheroxHero_sectionHero_containerImage_wrapper"],
2205
+ __typename?: boolean | `@${string}`
2206
+ }>;
2207
+ ["ShapeheroxHero_section"]: AliasType<{
2208
+ hero_container?:ResolverInputTypes["ShapeheroxHero_sectionHero_container"],
2209
+ __typename?: boolean | `@${string}`
2210
+ }>;
2211
+ ["Shapeherox"]: AliasType<{
2212
+ hero_section?:ResolverInputTypes["ShapeheroxHero_section"],
2213
+ _id?:boolean | `@${string}`,
2214
+ createdAt?:boolean | `@${string}`,
2215
+ updatedAt?:boolean | `@${string}`,
2216
+ __typename?: boolean | `@${string}`
2217
+ }>;
2218
+ ["ShapelearnLearning_sectionContainer"]: AliasType<{
2219
+ image?:ResolverInputTypes["ImageField"],
2220
+ heading?:boolean | `@${string}`,
2221
+ description?:boolean | `@${string}`,
2222
+ cta_button?:boolean | `@${string}`,
2223
+ __typename?: boolean | `@${string}`
2224
+ }>;
2225
+ ["ShapelearnLearning_section"]: AliasType<{
2226
+ container?:ResolverInputTypes["ShapelearnLearning_sectionContainer"],
2227
+ __typename?: boolean | `@${string}`
2228
+ }>;
2229
+ ["Shapelearn"]: AliasType<{
2230
+ learning_section?:ResolverInputTypes["ShapelearnLearning_section"],
2231
+ _id?:boolean | `@${string}`,
2232
+ createdAt?:boolean | `@${string}`,
2233
+ updatedAt?:boolean | `@${string}`,
2234
+ __typename?: boolean | `@${string}`
2235
+ }>;
2236
+ ["ShapenavNavigationNavigation_linksLink"]: AliasType<{
2237
+ display?:boolean | `@${string}`,
2238
+ href?:boolean | `@${string}`,
2239
+ __typename?: boolean | `@${string}`
2240
+ }>;
2241
+ ["ShapenavNavigationNavigation_links"]: AliasType<{
2242
+ link?:ResolverInputTypes["ShapenavNavigationNavigation_linksLink"],
2243
+ __typename?: boolean | `@${string}`
2244
+ }>;
2245
+ ["ShapenavNavigation"]: AliasType<{
2246
+ logo?:boolean | `@${string}`,
2247
+ navigation_links?:ResolverInputTypes["ShapenavNavigationNavigation_links"],
2248
+ __typename?: boolean | `@${string}`
2249
+ }>;
2250
+ ["Shapenav"]: AliasType<{
2251
+ navigation?:ResolverInputTypes["ShapenavNavigation"],
2252
+ _id?:boolean | `@${string}`,
2253
+ createdAt?:boolean | `@${string}`,
2254
+ updatedAt?:boolean | `@${string}`,
2255
+ __typename?: boolean | `@${string}`
2256
+ }>;
2257
+ ["ShapenewshapeBackgroundContent"]: AliasType<{
2258
+ badge?:boolean | `@${string}`,
2259
+ headline?:boolean | `@${string}`,
2260
+ subheadline?:boolean | `@${string}`,
2261
+ cta_label?:boolean | `@${string}`,
2262
+ cta_href?:boolean | `@${string}`,
2263
+ __typename?: boolean | `@${string}`
2264
+ }>;
2265
+ ["ShapenewshapeBackground"]: AliasType<{
2266
+ overlay_gradient?:boolean | `@${string}`,
2267
+ content?:ResolverInputTypes["ShapenewshapeBackgroundContent"],
2268
+ hero_image?:ResolverInputTypes["ImageField"],
2269
+ __typename?: boolean | `@${string}`
2270
+ }>;
2271
+ ["Shapenewshape"]: AliasType<{
2272
+ background?:ResolverInputTypes["ShapenewshapeBackground"],
2273
+ _id?:boolean | `@${string}`,
2274
+ createdAt?:boolean | `@${string}`,
2275
+ updatedAt?:boolean | `@${string}`,
2276
+ __typename?: boolean | `@${string}`
2277
+ }>;
2278
+ ["Shapenewshapereprompt"]: AliasType<{
2279
+ _id?:boolean | `@${string}`,
2280
+ createdAt?:boolean | `@${string}`,
2281
+ updatedAt?:boolean | `@${string}`,
2282
+ __typename?: boolean | `@${string}`
2283
+ }>;
2284
+ ["ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form"]: AliasType<{
2285
+ email_input?:boolean | `@${string}`,
2286
+ subscribe_button?:boolean | `@${string}`,
2287
+ __typename?: boolean | `@${string}`
2288
+ }>;
2289
+ ["ShapenewsletterNewsletter_sectionNewsletter_container"]: AliasType<{
2290
+ newsletter_heading?:boolean | `@${string}`,
2291
+ newsletter_description?:boolean | `@${string}`,
2292
+ newsletter_form?:ResolverInputTypes["ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form"],
2293
+ __typename?: boolean | `@${string}`
2294
+ }>;
2295
+ ["ShapenewsletterNewsletter_section"]: AliasType<{
2296
+ newsletter_container?:ResolverInputTypes["ShapenewsletterNewsletter_sectionNewsletter_container"],
2297
+ __typename?: boolean | `@${string}`
2298
+ }>;
2299
+ ["Shapenewsletter"]: AliasType<{
2300
+ newsletter_section?:ResolverInputTypes["ShapenewsletterNewsletter_section"],
2301
+ _id?:boolean | `@${string}`,
2302
+ createdAt?:boolean | `@${string}`,
2303
+ updatedAt?:boolean | `@${string}`,
2304
+ __typename?: boolean | `@${string}`
2305
+ }>;
2306
+ ["ShapepricingPricing_sectionPricing_header"]: AliasType<{
2307
+ title?:boolean | `@${string}`,
2308
+ sub_title?:boolean | `@${string}`,
2309
+ __typename?: boolean | `@${string}`
2310
+ }>;
2311
+ ["ShapepricingPricing_sectionPricing_gridStarter_planPlan_features"]: AliasType<{
2312
+ feat?:boolean | `@${string}`,
2313
+ __typename?: boolean | `@${string}`
2314
+ }>;
2315
+ ["ShapepricingPricing_sectionPricing_gridStarter_plan"]: AliasType<{
2316
+ plan_title?:boolean | `@${string}`,
2317
+ plan_price?:boolean | `@${string}`,
2318
+ plan_features?:ResolverInputTypes["ShapepricingPricing_sectionPricing_gridStarter_planPlan_features"],
2319
+ plan_cta?:boolean | `@${string}`,
2320
+ __typename?: boolean | `@${string}`
2321
+ }>;
2322
+ ["ShapepricingPricing_sectionPricing_grid"]: AliasType<{
2323
+ starter_plan?:ResolverInputTypes["ShapepricingPricing_sectionPricing_gridStarter_plan"],
2324
+ __typename?: boolean | `@${string}`
2325
+ }>;
2326
+ ["ShapepricingPricing_section"]: AliasType<{
2327
+ pricing_header?:ResolverInputTypes["ShapepricingPricing_sectionPricing_header"],
2328
+ pricing_grid?:ResolverInputTypes["ShapepricingPricing_sectionPricing_grid"],
2329
+ __typename?: boolean | `@${string}`
2330
+ }>;
2331
+ ["Shapepricing"]: AliasType<{
2332
+ pricing_section?:ResolverInputTypes["ShapepricingPricing_section"],
2333
+ _id?:boolean | `@${string}`,
2334
+ createdAt?:boolean | `@${string}`,
2335
+ updatedAt?:boolean | `@${string}`,
2336
+ __typename?: boolean | `@${string}`
2337
+ }>;
2338
+ ["Shapepricingv1Pricing_sectionHeader_wrapper"]: AliasType<{
2339
+ title?:boolean | `@${string}`,
2340
+ description?:boolean | `@${string}`,
2341
+ __typename?: boolean | `@${string}`
2342
+ }>;
2343
+ ["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"]: AliasType<{
2344
+ feature?:boolean | `@${string}`,
2345
+ __typename?: boolean | `@${string}`
2346
+ }>;
2347
+ ["Shapepricingv1Pricing_sectionPlans_gridFree_plan"]: AliasType<{
2348
+ plan_name?:boolean | `@${string}`,
2349
+ price?:boolean | `@${string}`,
2350
+ plan_description?:boolean | `@${string}`,
2351
+ feature_list?:ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"],
2352
+ cta?:boolean | `@${string}`,
2353
+ __typename?: boolean | `@${string}`
2354
+ }>;
2355
+ ["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"]: AliasType<{
2356
+ feature?:boolean | `@${string}`,
2357
+ __typename?: boolean | `@${string}`
2358
+ }>;
2359
+ ["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"]: AliasType<{
2360
+ plan_name?:boolean | `@${string}`,
2361
+ price?:boolean | `@${string}`,
2362
+ plan_description?:boolean | `@${string}`,
2363
+ feature_list?:ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"],
2364
+ cta?:boolean | `@${string}`,
2365
+ __typename?: boolean | `@${string}`
2366
+ }>;
2367
+ ["Shapepricingv1Pricing_sectionPlans_grid"]: AliasType<{
2368
+ free_plan?:ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_gridFree_plan"],
2369
+ paid_plan?:ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"],
2370
+ __typename?: boolean | `@${string}`
2371
+ }>;
2372
+ ["Shapepricingv1Pricing_section"]: AliasType<{
2373
+ header_wrapper?:ResolverInputTypes["Shapepricingv1Pricing_sectionHeader_wrapper"],
2374
+ plans_grid?:ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_grid"],
2375
+ __typename?: boolean | `@${string}`
2376
+ }>;
2377
+ ["Shapepricingv1"]: AliasType<{
2378
+ pricing_section?:ResolverInputTypes["Shapepricingv1Pricing_section"],
2379
+ _id?:boolean | `@${string}`,
2380
+ createdAt?:boolean | `@${string}`,
2381
+ updatedAt?:boolean | `@${string}`,
2382
+ __typename?: boolean | `@${string}`
2383
+ }>;
2384
+ ["ShapetestaRootHeaderNav"]: AliasType<{
2385
+ logo?:boolean | `@${string}`,
2386
+ cta?:boolean | `@${string}`,
2387
+ __typename?: boolean | `@${string}`
2388
+ }>;
2389
+ ["ShapetestaRootHeader"]: AliasType<{
2390
+ nav?:ResolverInputTypes["ShapetestaRootHeaderNav"],
2391
+ __typename?: boolean | `@${string}`
2392
+ }>;
2393
+ ["ShapetestaRootMainHero_section"]: AliasType<{
2394
+ hero_title?:boolean | `@${string}`,
2395
+ hero_text?:boolean | `@${string}`,
2396
+ hero_button?:boolean | `@${string}`,
2397
+ __typename?: boolean | `@${string}`
2398
+ }>;
2399
+ ["ShapetestaRootMainFeatures_section"]: AliasType<{
2400
+ features_title?:boolean | `@${string}`,
2401
+ features_text?:boolean | `@${string}`,
2402
+ __typename?: boolean | `@${string}`
2403
+ }>;
2404
+ ["ShapetestaRootMain"]: AliasType<{
2405
+ hero_section?:ResolverInputTypes["ShapetestaRootMainHero_section"],
2406
+ features_section?:ResolverInputTypes["ShapetestaRootMainFeatures_section"],
2407
+ __typename?: boolean | `@${string}`
2408
+ }>;
2409
+ ["ShapetestaRoot"]: AliasType<{
2410
+ header?:ResolverInputTypes["ShapetestaRootHeader"],
2411
+ main?:ResolverInputTypes["ShapetestaRootMain"],
2412
+ __typename?: boolean | `@${string}`
2413
+ }>;
2414
+ ["Shapetesta"]: AliasType<{
2415
+ root?:ResolverInputTypes["ShapetestaRoot"],
2416
+ _id?:boolean | `@${string}`,
2417
+ createdAt?:boolean | `@${string}`,
2418
+ updatedAt?:boolean | `@${string}`,
2419
+ __typename?: boolean | `@${string}`
2420
+ }>;
2421
+ ["FormstepsStep1"]: AliasType<{
2422
+ _mocks?:boolean | `@${string}`,
2423
+ imie?:ResolverInputTypes["FormTextField"],
2424
+ source?:ResolverInputTypes["FormRadioTextField"],
2425
+ __typename?: boolean | `@${string}`
2426
+ }>;
2427
+ ["FormstepsStep2"]: AliasType<{
2428
+ _mocks?:boolean | `@${string}`,
2429
+ nazwisko?:ResolverInputTypes["FormTextField"],
2430
+ __typename?: boolean | `@${string}`
2431
+ }>;
2432
+ ["FormstepsStep3"]: AliasType<{
2433
+ _mocks?:boolean | `@${string}`,
2434
+ email?:ResolverInputTypes["FormTextField"],
2435
+ koniec?:ResolverInputTypes["FormSubmitField"],
2436
+ __typename?: boolean | `@${string}`
2437
+ }>;
2438
+ ["Formsteps"]: AliasType<{
2439
+ _mocks?:boolean | `@${string}`,
2440
+ _version?:ResolverInputTypes["VersionField"],
2441
+ step1?:ResolverInputTypes["FormstepsStep1"],
2442
+ step2?:ResolverInputTypes["FormstepsStep2"],
2443
+ step3?:ResolverInputTypes["FormstepsStep3"],
2444
+ locale?:boolean | `@${string}`,
2445
+ slug?:boolean | `@${string}`,
2446
+ _id?:boolean | `@${string}`,
2447
+ createdAt?:boolean | `@${string}`,
2448
+ updatedAt?:boolean | `@${string}`,
2449
+ draft_version?:boolean | `@${string}`,
2450
+ json_ld?:boolean | `@${string}`,
2451
+ __typename?: boolean | `@${string}`
2452
+ }>;
2453
+ ["FormtestWindowBasics"]: AliasType<{
2454
+ _mocks?:boolean | `@${string}`,
2455
+ type?:ResolverInputTypes["FormRadioTextField"],
2456
+ __typename?: boolean | `@${string}`
2457
+ }>;
2458
+ ["FormtestWindowTechincals"]: AliasType<{
2459
+ _mocks?:boolean | `@${string}`,
2460
+ width?:ResolverInputTypes["FormNumberField"],
2461
+ height?:ResolverInputTypes["FormNumberField"],
2462
+ confirm?:ResolverInputTypes["FormRouteField"],
2463
+ __typename?: boolean | `@${string}`
2464
+ }>;
2465
+ ["FormtestWindow"]: AliasType<{
2466
+ _mocks?:boolean | `@${string}`,
2467
+ basics?:ResolverInputTypes["FormtestWindowBasics"],
2468
+ techincals?:ResolverInputTypes["FormtestWindowTechincals"],
2469
+ __typename?: boolean | `@${string}`
2470
+ }>;
2471
+ ["FormtestHome"]: AliasType<{
2472
+ _mocks?:boolean | `@${string}`,
2473
+ window?:ResolverInputTypes["FormTextField"],
2474
+ add?:ResolverInputTypes["FormRouteField"],
2475
+ __typename?: boolean | `@${string}`
2476
+ }>;
2477
+ ["Formtest"]: AliasType<{
2478
+ _mocks?:boolean | `@${string}`,
2479
+ _version?:ResolverInputTypes["VersionField"],
2480
+ window?:ResolverInputTypes["FormtestWindow"],
2481
+ home?:ResolverInputTypes["FormtestHome"],
2482
+ locale?:boolean | `@${string}`,
2483
+ slug?:boolean | `@${string}`,
2484
+ _id?:boolean | `@${string}`,
2485
+ createdAt?:boolean | `@${string}`,
2486
+ updatedAt?:boolean | `@${string}`,
2487
+ draft_version?:boolean | `@${string}`,
2488
+ json_ld?:boolean | `@${string}`,
2489
+ __typename?: boolean | `@${string}`
2490
+ }>;
2491
+ ["RootParamsInput"]: {
2492
+ _version?: string | undefined | null,
2493
+ locale?: string | undefined | null
1504
2494
  };
1505
2495
  ["RootParamsEnum"]:RootParamsEnum;
1506
- ["demoSortInput"]: {
1507
- slug?: ResolverInputTypes["Sort"] | undefined | null,
1508
- createdAt?: ResolverInputTypes["Sort"] | undefined | null,
1509
- updatedAt?: ResolverInputTypes["Sort"] | undefined | null
1510
- };
1511
- ["postSortInput"]: {
2496
+ ["docsSortInput"]: {
1512
2497
  slug?: ResolverInputTypes["Sort"] | undefined | null,
1513
2498
  createdAt?: ResolverInputTypes["Sort"] | undefined | null,
1514
2499
  updatedAt?: ResolverInputTypes["Sort"] | undefined | null
1515
2500
  };
1516
- ["demoFilterInput"]: {
1517
- slug?: ResolverInputTypes["FilterInputString"] | undefined | null
1518
- };
1519
- ["postFilterInput"]: {
2501
+ ["docsFilterInput"]: {
1520
2502
  slug?: ResolverInputTypes["FilterInputString"] | undefined | null
1521
2503
  };
1522
2504
  ["schema"]: AliasType<{
@@ -1619,13 +2601,13 @@ export type ModelTypes = {
1619
2601
  ne?: string | undefined | null,
1620
2602
  contain?: string | undefined | null
1621
2603
  };
2604
+ ["RootParamsAdminType"]:any;
1622
2605
  ["Shape"]: {
1623
2606
  name: string,
1624
2607
  slug: string,
1625
2608
  display: string,
1626
2609
  previewFields?: ModelTypes["BakedIpsumData"] | undefined | null,
1627
2610
  prompt?: string | undefined | null,
1628
- promptResponse?: ModelTypes["AiComponent"] | undefined | null,
1629
2611
  fields: Array<ModelTypes["CMSField"]>
1630
2612
  };
1631
2613
  ["View"]: {
@@ -1633,13 +2615,6 @@ export type ModelTypes = {
1633
2615
  fields: Array<ModelTypes["CMSField"]>,
1634
2616
  slug: string,
1635
2617
  display: string
1636
- };
1637
- ["AiComponent"]: {
1638
- name: string,
1639
- htmlComponent?: string | undefined | null,
1640
- className: string,
1641
- textContent?: string | undefined | null,
1642
- children?: Array<ModelTypes["AiComponent"]> | undefined | null
1643
2618
  };
1644
2619
  ["FormField"]: {
1645
2620
  name: string,
@@ -1719,32 +2694,110 @@ export type ModelTypes = {
1719
2694
  listShapes?: Array<ModelTypes["Shape"]> | undefined | null,
1720
2695
  tailwind?: ModelTypes["TailwindConfiguration"] | undefined | null,
1721
2696
  listForms?: Array<ModelTypes["Form"]> | undefined | null,
1722
- listPaginateddemo?: ModelTypes["demo__Connection"] | undefined | null,
1723
- onedemoBySlug?: ModelTypes["demo"] | undefined | null,
1724
- variantsdemoBySlug?: Array<ModelTypes["demo"]> | undefined | null,
1725
- fieldSetdemo: string,
1726
- modeldemo: ModelTypes["ModelNavigationCompiled"],
1727
- previewFieldsdemo: ModelTypes["ModelNavigationCompiled"],
1728
- listPaginatedpost?: ModelTypes["post__Connection"] | undefined | null,
1729
- onepostBySlug?: ModelTypes["post"] | undefined | null,
1730
- variantspostBySlug?: Array<ModelTypes["post"]> | undefined | null,
1731
- fieldSetpost: string,
1732
- modelpost: ModelTypes["ModelNavigationCompiled"],
1733
- previewFieldspost: ModelTypes["ModelNavigationCompiled"],
1734
- fieldSetShapetests: string,
1735
- modelShapetests: ModelTypes["ModelNavigationCompiled"],
1736
- previewFieldsShapetests: ModelTypes["ModelNavigationCompiled"],
1737
- oneShapetests?: ModelTypes["Shapetests"] | undefined | null
2697
+ listPaginateddocs?: ModelTypes["docs__Connection"] | undefined | null,
2698
+ onedocsBySlug?: ModelTypes["docs"] | undefined | null,
2699
+ variantsdocsBySlug?: Array<ModelTypes["docs"]> | undefined | null,
2700
+ fieldSetdocs: string,
2701
+ modeldocs: ModelTypes["ModelNavigationCompiled"],
2702
+ previewFieldsdocs: ModelTypes["ModelNavigationCompiled"],
2703
+ fieldSetShapecta: string,
2704
+ modelShapecta: ModelTypes["ModelNavigationCompiled"],
2705
+ previewFieldsShapecta: ModelTypes["ModelNavigationCompiled"],
2706
+ oneShapecta?: ModelTypes["Shapecta"] | undefined | null,
2707
+ fieldSetShapedocs_content: string,
2708
+ modelShapedocs_content: ModelTypes["ModelNavigationCompiled"],
2709
+ previewFieldsShapedocs_content: ModelTypes["ModelNavigationCompiled"],
2710
+ oneShapedocs_content?: ModelTypes["Shapedocs_content"] | undefined | null,
2711
+ fieldSetShapedocs_nav: string,
2712
+ modelShapedocs_nav: ModelTypes["ModelNavigationCompiled"],
2713
+ previewFieldsShapedocs_nav: ModelTypes["ModelNavigationCompiled"],
2714
+ oneShapedocs_nav?: ModelTypes["Shapedocs_nav"] | undefined | null,
2715
+ fieldSetShapefoot: string,
2716
+ modelShapefoot: ModelTypes["ModelNavigationCompiled"],
2717
+ previewFieldsShapefoot: ModelTypes["ModelNavigationCompiled"],
2718
+ oneShapefoot?: ModelTypes["Shapefoot"] | undefined | null,
2719
+ fieldSetShapehero: string,
2720
+ modelShapehero: ModelTypes["ModelNavigationCompiled"],
2721
+ previewFieldsShapehero: ModelTypes["ModelNavigationCompiled"],
2722
+ oneShapehero?: ModelTypes["Shapehero"] | undefined | null,
2723
+ fieldSetShapeherox: string,
2724
+ modelShapeherox: ModelTypes["ModelNavigationCompiled"],
2725
+ previewFieldsShapeherox: ModelTypes["ModelNavigationCompiled"],
2726
+ oneShapeherox?: ModelTypes["Shapeherox"] | undefined | null,
2727
+ fieldSetShapelearn: string,
2728
+ modelShapelearn: ModelTypes["ModelNavigationCompiled"],
2729
+ previewFieldsShapelearn: ModelTypes["ModelNavigationCompiled"],
2730
+ oneShapelearn?: ModelTypes["Shapelearn"] | undefined | null,
2731
+ fieldSetShapenav: string,
2732
+ modelShapenav: ModelTypes["ModelNavigationCompiled"],
2733
+ previewFieldsShapenav: ModelTypes["ModelNavigationCompiled"],
2734
+ oneShapenav?: ModelTypes["Shapenav"] | undefined | null,
2735
+ fieldSetShapenewshape: string,
2736
+ modelShapenewshape: ModelTypes["ModelNavigationCompiled"],
2737
+ previewFieldsShapenewshape: ModelTypes["ModelNavigationCompiled"],
2738
+ oneShapenewshape?: ModelTypes["Shapenewshape"] | undefined | null,
2739
+ fieldSetShapenewshapereprompt: string,
2740
+ modelShapenewshapereprompt: ModelTypes["ModelNavigationCompiled"],
2741
+ previewFieldsShapenewshapereprompt: ModelTypes["ModelNavigationCompiled"],
2742
+ oneShapenewshapereprompt?: ModelTypes["Shapenewshapereprompt"] | undefined | null,
2743
+ fieldSetShapenewsletter: string,
2744
+ modelShapenewsletter: ModelTypes["ModelNavigationCompiled"],
2745
+ previewFieldsShapenewsletter: ModelTypes["ModelNavigationCompiled"],
2746
+ oneShapenewsletter?: ModelTypes["Shapenewsletter"] | undefined | null,
2747
+ fieldSetShapepricing: string,
2748
+ modelShapepricing: ModelTypes["ModelNavigationCompiled"],
2749
+ previewFieldsShapepricing: ModelTypes["ModelNavigationCompiled"],
2750
+ oneShapepricing?: ModelTypes["Shapepricing"] | undefined | null,
2751
+ fieldSetShapepricingv1: string,
2752
+ modelShapepricingv1: ModelTypes["ModelNavigationCompiled"],
2753
+ previewFieldsShapepricingv1: ModelTypes["ModelNavigationCompiled"],
2754
+ oneShapepricingv1?: ModelTypes["Shapepricingv1"] | undefined | null,
2755
+ fieldSetShapetesta: string,
2756
+ modelShapetesta: ModelTypes["ModelNavigationCompiled"],
2757
+ previewFieldsShapetesta: ModelTypes["ModelNavigationCompiled"],
2758
+ oneShapetesta?: ModelTypes["Shapetesta"] | undefined | null,
2759
+ variantsViewhomepage?: Array<ModelTypes["Viewhomepage"]> | undefined | null,
2760
+ fieldSetViewhomepage: string,
2761
+ modelViewhomepage: ModelTypes["ModelNavigationCompiled"],
2762
+ previewFieldsViewhomepage: ModelTypes["ModelNavigationCompiled"],
2763
+ oneViewhomepage?: ModelTypes["Viewhomepage"] | undefined | null,
2764
+ variantsViewhowitworks?: Array<ModelTypes["Viewhowitworks"]> | undefined | null,
2765
+ fieldSetViewhowitworks: string,
2766
+ modelViewhowitworks: ModelTypes["ModelNavigationCompiled"],
2767
+ previewFieldsViewhowitworks: ModelTypes["ModelNavigationCompiled"],
2768
+ oneViewhowitworks?: ModelTypes["Viewhowitworks"] | undefined | null,
2769
+ variantsFormsteps?: Array<ModelTypes["Formsteps"]> | undefined | null,
2770
+ fieldSetFormsteps: string,
2771
+ modelFormsteps: ModelTypes["ModelNavigationCompiled"],
2772
+ previewFieldsFormsteps: ModelTypes["ModelNavigationCompiled"],
2773
+ oneFormsteps?: ModelTypes["Formsteps"] | undefined | null,
2774
+ variantsFormtest?: Array<ModelTypes["Formtest"]> | undefined | null,
2775
+ fieldSetFormtest: string,
2776
+ modelFormtest: ModelTypes["ModelNavigationCompiled"],
2777
+ previewFieldsFormtest: ModelTypes["ModelNavigationCompiled"],
2778
+ oneFormtest?: ModelTypes["Formtest"] | undefined | null
2779
+ };
2780
+ ["RootParamsType"]: {
2781
+ _version?: string | undefined | null,
2782
+ locale?: string | undefined | null
1738
2783
  };
1739
2784
  ["ModelEnum"]:ModelEnum;
2785
+ ["ViewEnum"]:ViewEnum;
1740
2786
  ["ShapeEnum"]:ShapeEnum;
1741
- ["demo__Connection"]: {
1742
- items?: Array<ModelTypes["demo"]> | undefined | null,
2787
+ ["docs__Connection"]: {
2788
+ items?: Array<ModelTypes["docs"]> | undefined | null,
1743
2789
  pageInfo: ModelTypes["PageInfo"]
1744
2790
  };
1745
- ["demo"]: {
2791
+ ["docs"]: {
1746
2792
  _version?: ModelTypes["VersionField"] | undefined | null,
2793
+ title?: string | undefined | null,
2794
+ seotitle?: string | undefined | null,
2795
+ metadesc?: string | undefined | null,
2796
+ sortid?: number | undefined | null,
2797
+ main_category?: string | undefined | null,
1747
2798
  content?: string | undefined | null,
2799
+ video?: ModelTypes["VideoField"] | undefined | null,
2800
+ locale?: string | undefined | null,
1748
2801
  slug?: string | undefined | null,
1749
2802
  _id: string,
1750
2803
  createdAt?: number | undefined | null,
@@ -1752,15 +2805,32 @@ export type ModelTypes = {
1752
2805
  draft_version?: boolean | undefined | null,
1753
2806
  json_ld?: string | undefined | null
1754
2807
  };
1755
- ["post__Connection"]: {
1756
- items?: Array<ModelTypes["post"]> | undefined | null,
1757
- pageInfo: ModelTypes["PageInfo"]
2808
+ ["Viewhomepage"]: {
2809
+ _version?: ModelTypes["VersionField"] | undefined | null,
2810
+ nav?: ModelTypes["Shapenav"] | undefined | null,
2811
+ main?: ModelTypes["Shapehero"] | undefined | null,
2812
+ hero?: ModelTypes["Shapeherox"] | undefined | null,
2813
+ learn?: ModelTypes["Shapelearn"] | undefined | null,
2814
+ pricing?: ModelTypes["Shapepricingv1"] | undefined | null,
2815
+ footer?: ModelTypes["Shapefoot"] | undefined | null,
2816
+ locale?: string | undefined | null,
2817
+ slug?: string | undefined | null,
2818
+ _id: string,
2819
+ createdAt?: number | undefined | null,
2820
+ updatedAt?: number | undefined | null,
2821
+ draft_version?: boolean | undefined | null,
2822
+ json_ld?: string | undefined | null
1758
2823
  };
1759
- ["post"]: {
2824
+ ["ViewhowitworksFeature_control"]: {
2825
+ title?: string | undefined | null,
2826
+ description?: string | undefined | null,
2827
+ image?: ModelTypes["ImageField"] | undefined | null
2828
+ };
2829
+ ["Viewhowitworks"]: {
1760
2830
  _version?: ModelTypes["VersionField"] | undefined | null,
1761
2831
  title?: string | undefined | null,
1762
- image?: ModelTypes["ImageField"] | undefined | null,
1763
- content?: string | undefined | null,
2832
+ feature_control?: ModelTypes["ViewhowitworksFeature_control"] | undefined | null,
2833
+ locale?: string | undefined | null,
1764
2834
  slug?: string | undefined | null,
1765
2835
  _id: string,
1766
2836
  createdAt?: number | undefined | null,
@@ -1768,29 +2838,358 @@ export type ModelTypes = {
1768
2838
  draft_version?: boolean | undefined | null,
1769
2839
  json_ld?: string | undefined | null
1770
2840
  };
1771
- ["Shapetests"]: {
2841
+ ["ShapectaCta_sectionCta_container"]: {
2842
+ cta_heading?: string | undefined | null,
2843
+ cta_subtitle?: string | undefined | null,
2844
+ cta_button?: string | undefined | null
2845
+ };
2846
+ ["ShapectaCta_section"]: {
2847
+ cta_container?: ModelTypes["ShapectaCta_sectionCta_container"] | undefined | null
2848
+ };
2849
+ ["Shapecta"]: {
2850
+ cta_section?: ModelTypes["ShapectaCta_section"] | undefined | null,
2851
+ _id: string,
2852
+ createdAt?: number | undefined | null,
2853
+ updatedAt?: number | undefined | null
2854
+ };
2855
+ ["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: {
2856
+ content?: string | undefined | null
2857
+ };
2858
+ ["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"]: {
2859
+ scrollspy_title?: string | undefined | null,
2860
+ scrollspy_list?: string | undefined | null
2861
+ };
2862
+ ["Shapedocs_contentDocumentation_pageContent_containerScrollspy"]: {
2863
+ scrollspy_container?: ModelTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"] | undefined | null
2864
+ };
2865
+ ["Shapedocs_contentDocumentation_pageContent_container"]: {
2866
+ doc_content?: ModelTypes["Shapedocs_contentDocumentation_pageContent_containerDoc_content"] | undefined | null,
2867
+ scrollspy?: ModelTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspy"] | undefined | null
2868
+ };
2869
+ ["Shapedocs_contentDocumentation_page"]: {
2870
+ content_container?: ModelTypes["Shapedocs_contentDocumentation_pageContent_container"] | undefined | null
2871
+ };
2872
+ ["Shapedocs_content"]: {
2873
+ documentation_page?: ModelTypes["Shapedocs_contentDocumentation_page"] | undefined | null,
2874
+ _id: string,
2875
+ createdAt?: number | undefined | null,
2876
+ updatedAt?: number | undefined | null
2877
+ };
2878
+ ["Shapedocs_navMainListChildrenCategory"]: {
2879
+ name?: string | undefined | null,
2880
+ link?: string | undefined | null
2881
+ };
2882
+ ["Shapedocs_navMainListChildren"]: {
2883
+ category?: Array<ModelTypes["Shapedocs_navMainListChildrenCategory"] | undefined | null> | undefined | null
2884
+ };
2885
+ ["Shapedocs_navMainList"]: {
2886
+ title?: string | undefined | null,
2887
+ children?: ModelTypes["Shapedocs_navMainListChildren"] | undefined | null
2888
+ };
2889
+ ["Shapedocs_navMain"]: {
2890
+ list?: Array<ModelTypes["Shapedocs_navMainList"] | undefined | null> | undefined | null
2891
+ };
2892
+ ["Shapedocs_nav"]: {
2893
+ main?: ModelTypes["Shapedocs_navMain"] | undefined | null,
2894
+ _id: string,
2895
+ createdAt?: number | undefined | null,
2896
+ updatedAt?: number | undefined | null
2897
+ };
2898
+ ["ShapefootFooterFooter_containerFooter_links"]: {
2899
+ privacy_policy?: string | undefined | null,
2900
+ terms_of_service?: string | undefined | null,
2901
+ contact_us?: string | undefined | null
2902
+ };
2903
+ ["ShapefootFooterFooter_container"]: {
2904
+ footer_logo?: string | undefined | null,
2905
+ footer_links?: ModelTypes["ShapefootFooterFooter_containerFooter_links"] | undefined | null,
2906
+ footer_copy?: string | undefined | null
2907
+ };
2908
+ ["ShapefootFooter"]: {
2909
+ footer_container?: ModelTypes["ShapefootFooterFooter_container"] | undefined | null
2910
+ };
2911
+ ["Shapefoot"]: {
2912
+ footer?: ModelTypes["ShapefootFooter"] | undefined | null,
2913
+ _id: string,
2914
+ createdAt?: number | undefined | null,
2915
+ updatedAt?: number | undefined | null
2916
+ };
2917
+ ["ShapeheroHero_component"]: {
2918
+ logoplace?: string | undefined | null,
2919
+ logo?: string | undefined | null,
2920
+ slogan?: string | undefined | null,
2921
+ subslogan?: string | undefined | null
2922
+ };
2923
+ ["Shapehero"]: {
2924
+ hero_component?: ModelTypes["ShapeheroHero_component"] | undefined | null,
2925
+ _id: string,
2926
+ createdAt?: number | undefined | null,
2927
+ updatedAt?: number | undefined | null
2928
+ };
2929
+ ["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"]: {
2930
+ feature?: Array<string | undefined | null> | undefined | null
2931
+ };
2932
+ ["ShapeheroxHero_sectionHero_containerText_wrapper"]: {
2933
+ title?: string | undefined | null,
2934
+ description?: string | undefined | null,
2935
+ features?: ModelTypes["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"] | undefined | null,
2936
+ call_to_action?: string | undefined | null
2937
+ };
2938
+ ["ShapeheroxHero_sectionHero_containerImage_wrapper"]: {
2939
+ hero_image?: ModelTypes["ImageField"] | undefined | null
2940
+ };
2941
+ ["ShapeheroxHero_sectionHero_container"]: {
2942
+ text_wrapper?: ModelTypes["ShapeheroxHero_sectionHero_containerText_wrapper"] | undefined | null,
2943
+ image_wrapper?: ModelTypes["ShapeheroxHero_sectionHero_containerImage_wrapper"] | undefined | null
2944
+ };
2945
+ ["ShapeheroxHero_section"]: {
2946
+ hero_container?: ModelTypes["ShapeheroxHero_sectionHero_container"] | undefined | null
2947
+ };
2948
+ ["Shapeherox"]: {
2949
+ hero_section?: ModelTypes["ShapeheroxHero_section"] | undefined | null,
2950
+ _id: string,
2951
+ createdAt?: number | undefined | null,
2952
+ updatedAt?: number | undefined | null
2953
+ };
2954
+ ["ShapelearnLearning_sectionContainer"]: {
2955
+ image?: ModelTypes["ImageField"] | undefined | null,
2956
+ heading?: string | undefined | null,
2957
+ description?: string | undefined | null,
2958
+ cta_button?: string | undefined | null
2959
+ };
2960
+ ["ShapelearnLearning_section"]: {
2961
+ container?: ModelTypes["ShapelearnLearning_sectionContainer"] | undefined | null
2962
+ };
2963
+ ["Shapelearn"]: {
2964
+ learning_section?: ModelTypes["ShapelearnLearning_section"] | undefined | null,
2965
+ _id: string,
2966
+ createdAt?: number | undefined | null,
2967
+ updatedAt?: number | undefined | null
2968
+ };
2969
+ ["ShapenavNavigationNavigation_linksLink"]: {
2970
+ display?: string | undefined | null,
2971
+ href?: string | undefined | null
2972
+ };
2973
+ ["ShapenavNavigationNavigation_links"]: {
2974
+ link?: Array<ModelTypes["ShapenavNavigationNavigation_linksLink"] | undefined | null> | undefined | null
2975
+ };
2976
+ ["ShapenavNavigation"]: {
2977
+ logo?: string | undefined | null,
2978
+ navigation_links?: ModelTypes["ShapenavNavigationNavigation_links"] | undefined | null
2979
+ };
2980
+ ["Shapenav"]: {
2981
+ navigation?: ModelTypes["ShapenavNavigation"] | undefined | null,
2982
+ _id: string,
2983
+ createdAt?: number | undefined | null,
2984
+ updatedAt?: number | undefined | null
2985
+ };
2986
+ ["ShapenewshapeBackgroundContent"]: {
2987
+ badge?: string | undefined | null,
2988
+ headline?: string | undefined | null,
2989
+ subheadline?: string | undefined | null,
2990
+ cta_label?: string | undefined | null,
2991
+ cta_href?: string | undefined | null
2992
+ };
2993
+ ["ShapenewshapeBackground"]: {
2994
+ overlay_gradient?: boolean | undefined | null,
2995
+ content?: ModelTypes["ShapenewshapeBackgroundContent"] | undefined | null,
2996
+ hero_image?: ModelTypes["ImageField"] | undefined | null
2997
+ };
2998
+ ["Shapenewshape"]: {
2999
+ background?: ModelTypes["ShapenewshapeBackground"] | undefined | null,
3000
+ _id: string,
3001
+ createdAt?: number | undefined | null,
3002
+ updatedAt?: number | undefined | null
3003
+ };
3004
+ ["Shapenewshapereprompt"]: {
1772
3005
  _id: string,
1773
3006
  createdAt?: number | undefined | null,
1774
3007
  updatedAt?: number | undefined | null
3008
+ };
3009
+ ["ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form"]: {
3010
+ email_input?: string | undefined | null,
3011
+ subscribe_button?: string | undefined | null
3012
+ };
3013
+ ["ShapenewsletterNewsletter_sectionNewsletter_container"]: {
3014
+ newsletter_heading?: string | undefined | null,
3015
+ newsletter_description?: string | undefined | null,
3016
+ newsletter_form?: ModelTypes["ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form"] | undefined | null
3017
+ };
3018
+ ["ShapenewsletterNewsletter_section"]: {
3019
+ newsletter_container?: ModelTypes["ShapenewsletterNewsletter_sectionNewsletter_container"] | undefined | null
3020
+ };
3021
+ ["Shapenewsletter"]: {
3022
+ newsletter_section?: ModelTypes["ShapenewsletterNewsletter_section"] | undefined | null,
3023
+ _id: string,
3024
+ createdAt?: number | undefined | null,
3025
+ updatedAt?: number | undefined | null
3026
+ };
3027
+ ["ShapepricingPricing_sectionPricing_header"]: {
3028
+ title?: string | undefined | null,
3029
+ sub_title?: string | undefined | null
3030
+ };
3031
+ ["ShapepricingPricing_sectionPricing_gridStarter_planPlan_features"]: {
3032
+ feat?: Array<string | undefined | null> | undefined | null
3033
+ };
3034
+ ["ShapepricingPricing_sectionPricing_gridStarter_plan"]: {
3035
+ plan_title?: string | undefined | null,
3036
+ plan_price?: string | undefined | null,
3037
+ plan_features?: ModelTypes["ShapepricingPricing_sectionPricing_gridStarter_planPlan_features"] | undefined | null,
3038
+ plan_cta?: string | undefined | null
3039
+ };
3040
+ ["ShapepricingPricing_sectionPricing_grid"]: {
3041
+ starter_plan?: Array<ModelTypes["ShapepricingPricing_sectionPricing_gridStarter_plan"] | undefined | null> | undefined | null
3042
+ };
3043
+ ["ShapepricingPricing_section"]: {
3044
+ pricing_header?: ModelTypes["ShapepricingPricing_sectionPricing_header"] | undefined | null,
3045
+ pricing_grid?: ModelTypes["ShapepricingPricing_sectionPricing_grid"] | undefined | null
3046
+ };
3047
+ ["Shapepricing"]: {
3048
+ pricing_section?: ModelTypes["ShapepricingPricing_section"] | undefined | null,
3049
+ _id: string,
3050
+ createdAt?: number | undefined | null,
3051
+ updatedAt?: number | undefined | null
3052
+ };
3053
+ ["Shapepricingv1Pricing_sectionHeader_wrapper"]: {
3054
+ title?: string | undefined | null,
3055
+ description?: string | undefined | null
3056
+ };
3057
+ ["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"]: {
3058
+ feature?: Array<string | undefined | null> | undefined | null
3059
+ };
3060
+ ["Shapepricingv1Pricing_sectionPlans_gridFree_plan"]: {
3061
+ plan_name?: string | undefined | null,
3062
+ price?: string | undefined | null,
3063
+ plan_description?: string | undefined | null,
3064
+ feature_list?: ModelTypes["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"] | undefined | null,
3065
+ cta?: string | undefined | null
3066
+ };
3067
+ ["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"]: {
3068
+ feature?: Array<string | undefined | null> | undefined | null
3069
+ };
3070
+ ["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"]: {
3071
+ plan_name?: string | undefined | null,
3072
+ price?: string | undefined | null,
3073
+ plan_description?: string | undefined | null,
3074
+ feature_list?: ModelTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"] | undefined | null,
3075
+ cta?: string | undefined | null
3076
+ };
3077
+ ["Shapepricingv1Pricing_sectionPlans_grid"]: {
3078
+ free_plan?: ModelTypes["Shapepricingv1Pricing_sectionPlans_gridFree_plan"] | undefined | null,
3079
+ paid_plan?: ModelTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"] | undefined | null
3080
+ };
3081
+ ["Shapepricingv1Pricing_section"]: {
3082
+ header_wrapper?: ModelTypes["Shapepricingv1Pricing_sectionHeader_wrapper"] | undefined | null,
3083
+ plans_grid?: ModelTypes["Shapepricingv1Pricing_sectionPlans_grid"] | undefined | null
3084
+ };
3085
+ ["Shapepricingv1"]: {
3086
+ pricing_section?: ModelTypes["Shapepricingv1Pricing_section"] | undefined | null,
3087
+ _id: string,
3088
+ createdAt?: number | undefined | null,
3089
+ updatedAt?: number | undefined | null
3090
+ };
3091
+ ["ShapetestaRootHeaderNav"]: {
3092
+ logo?: string | undefined | null,
3093
+ cta?: string | undefined | null
3094
+ };
3095
+ ["ShapetestaRootHeader"]: {
3096
+ nav?: ModelTypes["ShapetestaRootHeaderNav"] | undefined | null
3097
+ };
3098
+ ["ShapetestaRootMainHero_section"]: {
3099
+ hero_title?: string | undefined | null,
3100
+ hero_text?: string | undefined | null,
3101
+ hero_button?: string | undefined | null
3102
+ };
3103
+ ["ShapetestaRootMainFeatures_section"]: {
3104
+ features_title?: string | undefined | null,
3105
+ features_text?: string | undefined | null
3106
+ };
3107
+ ["ShapetestaRootMain"]: {
3108
+ hero_section?: ModelTypes["ShapetestaRootMainHero_section"] | undefined | null,
3109
+ features_section?: ModelTypes["ShapetestaRootMainFeatures_section"] | undefined | null
3110
+ };
3111
+ ["ShapetestaRoot"]: {
3112
+ header?: ModelTypes["ShapetestaRootHeader"] | undefined | null,
3113
+ main?: ModelTypes["ShapetestaRootMain"] | undefined | null
3114
+ };
3115
+ ["Shapetesta"]: {
3116
+ root?: ModelTypes["ShapetestaRoot"] | undefined | null,
3117
+ _id: string,
3118
+ createdAt?: number | undefined | null,
3119
+ updatedAt?: number | undefined | null
3120
+ };
3121
+ ["FormstepsStep1"]: {
3122
+ _mocks?: string | undefined | null,
3123
+ imie?: ModelTypes["FormTextField"] | undefined | null,
3124
+ source?: ModelTypes["FormRadioTextField"] | undefined | null
3125
+ };
3126
+ ["FormstepsStep2"]: {
3127
+ _mocks?: string | undefined | null,
3128
+ nazwisko?: ModelTypes["FormTextField"] | undefined | null
3129
+ };
3130
+ ["FormstepsStep3"]: {
3131
+ _mocks?: string | undefined | null,
3132
+ email?: ModelTypes["FormTextField"] | undefined | null,
3133
+ koniec?: ModelTypes["FormSubmitField"] | undefined | null
3134
+ };
3135
+ ["Formsteps"]: {
3136
+ _mocks?: string | undefined | null,
3137
+ _version?: ModelTypes["VersionField"] | undefined | null,
3138
+ step1?: ModelTypes["FormstepsStep1"] | undefined | null,
3139
+ step2?: ModelTypes["FormstepsStep2"] | undefined | null,
3140
+ step3?: ModelTypes["FormstepsStep3"] | undefined | null,
3141
+ locale?: string | undefined | null,
3142
+ slug?: string | undefined | null,
3143
+ _id: string,
3144
+ createdAt?: string | undefined | null,
3145
+ updatedAt?: string | undefined | null,
3146
+ draft_version?: string | undefined | null,
3147
+ json_ld?: string | undefined | null
3148
+ };
3149
+ ["FormtestWindowBasics"]: {
3150
+ _mocks?: string | undefined | null,
3151
+ type?: ModelTypes["FormRadioTextField"] | undefined | null
3152
+ };
3153
+ ["FormtestWindowTechincals"]: {
3154
+ _mocks?: string | undefined | null,
3155
+ width?: ModelTypes["FormNumberField"] | undefined | null,
3156
+ height?: ModelTypes["FormNumberField"] | undefined | null,
3157
+ confirm?: ModelTypes["FormRouteField"] | undefined | null
3158
+ };
3159
+ ["FormtestWindow"]: {
3160
+ _mocks?: string | undefined | null,
3161
+ basics?: ModelTypes["FormtestWindowBasics"] | undefined | null,
3162
+ techincals?: ModelTypes["FormtestWindowTechincals"] | undefined | null
3163
+ };
3164
+ ["FormtestHome"]: {
3165
+ _mocks?: string | undefined | null,
3166
+ window?: ModelTypes["FormTextField"] | undefined | null,
3167
+ add?: ModelTypes["FormRouteField"] | undefined | null
3168
+ };
3169
+ ["Formtest"]: {
3170
+ _mocks?: string | undefined | null,
3171
+ _version?: ModelTypes["VersionField"] | undefined | null,
3172
+ window?: ModelTypes["FormtestWindow"] | undefined | null,
3173
+ home?: ModelTypes["FormtestHome"] | undefined | null,
3174
+ locale?: string | undefined | null,
3175
+ slug?: string | undefined | null,
3176
+ _id: string,
3177
+ createdAt?: string | undefined | null,
3178
+ updatedAt?: string | undefined | null,
3179
+ draft_version?: string | undefined | null,
3180
+ json_ld?: string | undefined | null
1775
3181
  };
1776
3182
  ["RootParamsInput"]: {
1777
- _version?: string | undefined | null
3183
+ _version?: string | undefined | null,
3184
+ locale?: string | undefined | null
1778
3185
  };
1779
3186
  ["RootParamsEnum"]:RootParamsEnum;
1780
- ["demoSortInput"]: {
3187
+ ["docsSortInput"]: {
1781
3188
  slug?: ModelTypes["Sort"] | undefined | null,
1782
3189
  createdAt?: ModelTypes["Sort"] | undefined | null,
1783
3190
  updatedAt?: ModelTypes["Sort"] | undefined | null
1784
3191
  };
1785
- ["postSortInput"]: {
1786
- slug?: ModelTypes["Sort"] | undefined | null,
1787
- createdAt?: ModelTypes["Sort"] | undefined | null,
1788
- updatedAt?: ModelTypes["Sort"] | undefined | null
1789
- };
1790
- ["demoFilterInput"]: {
1791
- slug?: ModelTypes["FilterInputString"] | undefined | null
1792
- };
1793
- ["postFilterInput"]: {
3192
+ ["docsFilterInput"]: {
1794
3193
  slug?: ModelTypes["FilterInputString"] | undefined | null
1795
3194
  };
1796
3195
  ["schema"]: {
@@ -1904,6 +3303,7 @@ export type GraphQLTypes = {
1904
3303
  ne?: string | undefined | null,
1905
3304
  contain?: string | undefined | null
1906
3305
  };
3306
+ ["RootParamsAdminType"]: "scalar" & { name: "RootParamsAdminType" };
1907
3307
  ["Shape"]: {
1908
3308
  __typename: "Shape",
1909
3309
  name: string,
@@ -1911,7 +3311,6 @@ export type GraphQLTypes = {
1911
3311
  display: string,
1912
3312
  previewFields?: GraphQLTypes["BakedIpsumData"] | undefined | null,
1913
3313
  prompt?: string | undefined | null,
1914
- promptResponse?: GraphQLTypes["AiComponent"] | undefined | null,
1915
3314
  fields: Array<GraphQLTypes["CMSField"]>
1916
3315
  };
1917
3316
  ["View"]: {
@@ -1920,14 +3319,6 @@ export type GraphQLTypes = {
1920
3319
  fields: Array<GraphQLTypes["CMSField"]>,
1921
3320
  slug: string,
1922
3321
  display: string
1923
- };
1924
- ["AiComponent"]: {
1925
- __typename: "AiComponent",
1926
- name: string,
1927
- htmlComponent?: string | undefined | null,
1928
- className: string,
1929
- textContent?: string | undefined | null,
1930
- children?: Array<GraphQLTypes["AiComponent"]> | undefined | null
1931
3322
  };
1932
3323
  ["FormField"]: {
1933
3324
  __typename: "FormField",
@@ -2025,34 +3416,113 @@ export type GraphQLTypes = {
2025
3416
  listShapes?: Array<GraphQLTypes["Shape"]> | undefined | null,
2026
3417
  tailwind?: GraphQLTypes["TailwindConfiguration"] | undefined | null,
2027
3418
  listForms?: Array<GraphQLTypes["Form"]> | undefined | null,
2028
- listPaginateddemo?: GraphQLTypes["demo__Connection"] | undefined | null,
2029
- onedemoBySlug?: GraphQLTypes["demo"] | undefined | null,
2030
- variantsdemoBySlug?: Array<GraphQLTypes["demo"]> | undefined | null,
2031
- fieldSetdemo: string,
2032
- modeldemo: GraphQLTypes["ModelNavigationCompiled"],
2033
- previewFieldsdemo: GraphQLTypes["ModelNavigationCompiled"],
2034
- listPaginatedpost?: GraphQLTypes["post__Connection"] | undefined | null,
2035
- onepostBySlug?: GraphQLTypes["post"] | undefined | null,
2036
- variantspostBySlug?: Array<GraphQLTypes["post"]> | undefined | null,
2037
- fieldSetpost: string,
2038
- modelpost: GraphQLTypes["ModelNavigationCompiled"],
2039
- previewFieldspost: GraphQLTypes["ModelNavigationCompiled"],
2040
- fieldSetShapetests: string,
2041
- modelShapetests: GraphQLTypes["ModelNavigationCompiled"],
2042
- previewFieldsShapetests: GraphQLTypes["ModelNavigationCompiled"],
2043
- oneShapetests?: GraphQLTypes["Shapetests"] | undefined | null
3419
+ listPaginateddocs?: GraphQLTypes["docs__Connection"] | undefined | null,
3420
+ onedocsBySlug?: GraphQLTypes["docs"] | undefined | null,
3421
+ variantsdocsBySlug?: Array<GraphQLTypes["docs"]> | undefined | null,
3422
+ fieldSetdocs: string,
3423
+ modeldocs: GraphQLTypes["ModelNavigationCompiled"],
3424
+ previewFieldsdocs: GraphQLTypes["ModelNavigationCompiled"],
3425
+ fieldSetShapecta: string,
3426
+ modelShapecta: GraphQLTypes["ModelNavigationCompiled"],
3427
+ previewFieldsShapecta: GraphQLTypes["ModelNavigationCompiled"],
3428
+ oneShapecta?: GraphQLTypes["Shapecta"] | undefined | null,
3429
+ fieldSetShapedocs_content: string,
3430
+ modelShapedocs_content: GraphQLTypes["ModelNavigationCompiled"],
3431
+ previewFieldsShapedocs_content: GraphQLTypes["ModelNavigationCompiled"],
3432
+ oneShapedocs_content?: GraphQLTypes["Shapedocs_content"] | undefined | null,
3433
+ fieldSetShapedocs_nav: string,
3434
+ modelShapedocs_nav: GraphQLTypes["ModelNavigationCompiled"],
3435
+ previewFieldsShapedocs_nav: GraphQLTypes["ModelNavigationCompiled"],
3436
+ oneShapedocs_nav?: GraphQLTypes["Shapedocs_nav"] | undefined | null,
3437
+ fieldSetShapefoot: string,
3438
+ modelShapefoot: GraphQLTypes["ModelNavigationCompiled"],
3439
+ previewFieldsShapefoot: GraphQLTypes["ModelNavigationCompiled"],
3440
+ oneShapefoot?: GraphQLTypes["Shapefoot"] | undefined | null,
3441
+ fieldSetShapehero: string,
3442
+ modelShapehero: GraphQLTypes["ModelNavigationCompiled"],
3443
+ previewFieldsShapehero: GraphQLTypes["ModelNavigationCompiled"],
3444
+ oneShapehero?: GraphQLTypes["Shapehero"] | undefined | null,
3445
+ fieldSetShapeherox: string,
3446
+ modelShapeherox: GraphQLTypes["ModelNavigationCompiled"],
3447
+ previewFieldsShapeherox: GraphQLTypes["ModelNavigationCompiled"],
3448
+ oneShapeherox?: GraphQLTypes["Shapeherox"] | undefined | null,
3449
+ fieldSetShapelearn: string,
3450
+ modelShapelearn: GraphQLTypes["ModelNavigationCompiled"],
3451
+ previewFieldsShapelearn: GraphQLTypes["ModelNavigationCompiled"],
3452
+ oneShapelearn?: GraphQLTypes["Shapelearn"] | undefined | null,
3453
+ fieldSetShapenav: string,
3454
+ modelShapenav: GraphQLTypes["ModelNavigationCompiled"],
3455
+ previewFieldsShapenav: GraphQLTypes["ModelNavigationCompiled"],
3456
+ oneShapenav?: GraphQLTypes["Shapenav"] | undefined | null,
3457
+ fieldSetShapenewshape: string,
3458
+ modelShapenewshape: GraphQLTypes["ModelNavigationCompiled"],
3459
+ previewFieldsShapenewshape: GraphQLTypes["ModelNavigationCompiled"],
3460
+ oneShapenewshape?: GraphQLTypes["Shapenewshape"] | undefined | null,
3461
+ fieldSetShapenewshapereprompt: string,
3462
+ modelShapenewshapereprompt: GraphQLTypes["ModelNavigationCompiled"],
3463
+ previewFieldsShapenewshapereprompt: GraphQLTypes["ModelNavigationCompiled"],
3464
+ oneShapenewshapereprompt?: GraphQLTypes["Shapenewshapereprompt"] | undefined | null,
3465
+ fieldSetShapenewsletter: string,
3466
+ modelShapenewsletter: GraphQLTypes["ModelNavigationCompiled"],
3467
+ previewFieldsShapenewsletter: GraphQLTypes["ModelNavigationCompiled"],
3468
+ oneShapenewsletter?: GraphQLTypes["Shapenewsletter"] | undefined | null,
3469
+ fieldSetShapepricing: string,
3470
+ modelShapepricing: GraphQLTypes["ModelNavigationCompiled"],
3471
+ previewFieldsShapepricing: GraphQLTypes["ModelNavigationCompiled"],
3472
+ oneShapepricing?: GraphQLTypes["Shapepricing"] | undefined | null,
3473
+ fieldSetShapepricingv1: string,
3474
+ modelShapepricingv1: GraphQLTypes["ModelNavigationCompiled"],
3475
+ previewFieldsShapepricingv1: GraphQLTypes["ModelNavigationCompiled"],
3476
+ oneShapepricingv1?: GraphQLTypes["Shapepricingv1"] | undefined | null,
3477
+ fieldSetShapetesta: string,
3478
+ modelShapetesta: GraphQLTypes["ModelNavigationCompiled"],
3479
+ previewFieldsShapetesta: GraphQLTypes["ModelNavigationCompiled"],
3480
+ oneShapetesta?: GraphQLTypes["Shapetesta"] | undefined | null,
3481
+ variantsViewhomepage?: Array<GraphQLTypes["Viewhomepage"]> | undefined | null,
3482
+ fieldSetViewhomepage: string,
3483
+ modelViewhomepage: GraphQLTypes["ModelNavigationCompiled"],
3484
+ previewFieldsViewhomepage: GraphQLTypes["ModelNavigationCompiled"],
3485
+ oneViewhomepage?: GraphQLTypes["Viewhomepage"] | undefined | null,
3486
+ variantsViewhowitworks?: Array<GraphQLTypes["Viewhowitworks"]> | undefined | null,
3487
+ fieldSetViewhowitworks: string,
3488
+ modelViewhowitworks: GraphQLTypes["ModelNavigationCompiled"],
3489
+ previewFieldsViewhowitworks: GraphQLTypes["ModelNavigationCompiled"],
3490
+ oneViewhowitworks?: GraphQLTypes["Viewhowitworks"] | undefined | null,
3491
+ variantsFormsteps?: Array<GraphQLTypes["Formsteps"]> | undefined | null,
3492
+ fieldSetFormsteps: string,
3493
+ modelFormsteps: GraphQLTypes["ModelNavigationCompiled"],
3494
+ previewFieldsFormsteps: GraphQLTypes["ModelNavigationCompiled"],
3495
+ oneFormsteps?: GraphQLTypes["Formsteps"] | undefined | null,
3496
+ variantsFormtest?: Array<GraphQLTypes["Formtest"]> | undefined | null,
3497
+ fieldSetFormtest: string,
3498
+ modelFormtest: GraphQLTypes["ModelNavigationCompiled"],
3499
+ previewFieldsFormtest: GraphQLTypes["ModelNavigationCompiled"],
3500
+ oneFormtest?: GraphQLTypes["Formtest"] | undefined | null
3501
+ };
3502
+ ["RootParamsType"]: {
3503
+ __typename: "RootParamsType",
3504
+ _version?: string | undefined | null,
3505
+ locale?: string | undefined | null
2044
3506
  };
2045
3507
  ["ModelEnum"]: ModelEnum;
3508
+ ["ViewEnum"]: ViewEnum;
2046
3509
  ["ShapeEnum"]: ShapeEnum;
2047
- ["demo__Connection"]: {
2048
- __typename: "demo__Connection",
2049
- items?: Array<GraphQLTypes["demo"]> | undefined | null,
3510
+ ["docs__Connection"]: {
3511
+ __typename: "docs__Connection",
3512
+ items?: Array<GraphQLTypes["docs"]> | undefined | null,
2050
3513
  pageInfo: GraphQLTypes["PageInfo"]
2051
3514
  };
2052
- ["demo"]: {
2053
- __typename: "demo",
3515
+ ["docs"]: {
3516
+ __typename: "docs",
2054
3517
  _version?: GraphQLTypes["VersionField"] | undefined | null,
3518
+ title?: string | undefined | null,
3519
+ seotitle?: string | undefined | null,
3520
+ metadesc?: string | undefined | null,
3521
+ sortid?: number | undefined | null,
3522
+ main_category?: string | undefined | null,
2055
3523
  content?: string | undefined | null,
3524
+ video?: GraphQLTypes["VideoField"] | undefined | null,
3525
+ locale?: string | undefined | null,
2056
3526
  slug?: string | undefined | null,
2057
3527
  _id: string,
2058
3528
  createdAt?: number | undefined | null,
@@ -2060,17 +3530,35 @@ export type GraphQLTypes = {
2060
3530
  draft_version?: boolean | undefined | null,
2061
3531
  json_ld?: string | undefined | null
2062
3532
  };
2063
- ["post__Connection"]: {
2064
- __typename: "post__Connection",
2065
- items?: Array<GraphQLTypes["post"]> | undefined | null,
2066
- pageInfo: GraphQLTypes["PageInfo"]
3533
+ ["Viewhomepage"]: {
3534
+ __typename: "Viewhomepage",
3535
+ _version?: GraphQLTypes["VersionField"] | undefined | null,
3536
+ nav?: GraphQLTypes["Shapenav"] | undefined | null,
3537
+ main?: GraphQLTypes["Shapehero"] | undefined | null,
3538
+ hero?: GraphQLTypes["Shapeherox"] | undefined | null,
3539
+ learn?: GraphQLTypes["Shapelearn"] | undefined | null,
3540
+ pricing?: GraphQLTypes["Shapepricingv1"] | undefined | null,
3541
+ footer?: GraphQLTypes["Shapefoot"] | undefined | null,
3542
+ locale?: string | undefined | null,
3543
+ slug?: string | undefined | null,
3544
+ _id: string,
3545
+ createdAt?: number | undefined | null,
3546
+ updatedAt?: number | undefined | null,
3547
+ draft_version?: boolean | undefined | null,
3548
+ json_ld?: string | undefined | null
2067
3549
  };
2068
- ["post"]: {
2069
- __typename: "post",
3550
+ ["ViewhowitworksFeature_control"]: {
3551
+ __typename: "ViewhowitworksFeature_control",
3552
+ title?: string | undefined | null,
3553
+ description?: string | undefined | null,
3554
+ image?: GraphQLTypes["ImageField"] | undefined | null
3555
+ };
3556
+ ["Viewhowitworks"]: {
3557
+ __typename: "Viewhowitworks",
2070
3558
  _version?: GraphQLTypes["VersionField"] | undefined | null,
2071
3559
  title?: string | undefined | null,
2072
- image?: GraphQLTypes["ImageField"] | undefined | null,
2073
- content?: string | undefined | null,
3560
+ feature_control?: GraphQLTypes["ViewhowitworksFeature_control"] | undefined | null,
3561
+ locale?: string | undefined | null,
2074
3562
  slug?: string | undefined | null,
2075
3563
  _id: string,
2076
3564
  createdAt?: number | undefined | null,
@@ -2078,30 +3566,429 @@ export type GraphQLTypes = {
2078
3566
  draft_version?: boolean | undefined | null,
2079
3567
  json_ld?: string | undefined | null
2080
3568
  };
2081
- ["Shapetests"]: {
2082
- __typename: "Shapetests",
3569
+ ["ShapectaCta_sectionCta_container"]: {
3570
+ __typename: "ShapectaCta_sectionCta_container",
3571
+ cta_heading?: string | undefined | null,
3572
+ cta_subtitle?: string | undefined | null,
3573
+ cta_button?: string | undefined | null
3574
+ };
3575
+ ["ShapectaCta_section"]: {
3576
+ __typename: "ShapectaCta_section",
3577
+ cta_container?: GraphQLTypes["ShapectaCta_sectionCta_container"] | undefined | null
3578
+ };
3579
+ ["Shapecta"]: {
3580
+ __typename: "Shapecta",
3581
+ cta_section?: GraphQLTypes["ShapectaCta_section"] | undefined | null,
3582
+ _id: string,
3583
+ createdAt?: number | undefined | null,
3584
+ updatedAt?: number | undefined | null
3585
+ };
3586
+ ["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: {
3587
+ __typename: "Shapedocs_contentDocumentation_pageContent_containerDoc_content",
3588
+ content?: string | undefined | null
3589
+ };
3590
+ ["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"]: {
3591
+ __typename: "Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container",
3592
+ scrollspy_title?: string | undefined | null,
3593
+ scrollspy_list?: string | undefined | null
3594
+ };
3595
+ ["Shapedocs_contentDocumentation_pageContent_containerScrollspy"]: {
3596
+ __typename: "Shapedocs_contentDocumentation_pageContent_containerScrollspy",
3597
+ scrollspy_container?: GraphQLTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"] | undefined | null
3598
+ };
3599
+ ["Shapedocs_contentDocumentation_pageContent_container"]: {
3600
+ __typename: "Shapedocs_contentDocumentation_pageContent_container",
3601
+ doc_content?: GraphQLTypes["Shapedocs_contentDocumentation_pageContent_containerDoc_content"] | undefined | null,
3602
+ scrollspy?: GraphQLTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspy"] | undefined | null
3603
+ };
3604
+ ["Shapedocs_contentDocumentation_page"]: {
3605
+ __typename: "Shapedocs_contentDocumentation_page",
3606
+ content_container?: GraphQLTypes["Shapedocs_contentDocumentation_pageContent_container"] | undefined | null
3607
+ };
3608
+ ["Shapedocs_content"]: {
3609
+ __typename: "Shapedocs_content",
3610
+ documentation_page?: GraphQLTypes["Shapedocs_contentDocumentation_page"] | undefined | null,
3611
+ _id: string,
3612
+ createdAt?: number | undefined | null,
3613
+ updatedAt?: number | undefined | null
3614
+ };
3615
+ ["Shapedocs_navMainListChildrenCategory"]: {
3616
+ __typename: "Shapedocs_navMainListChildrenCategory",
3617
+ name?: string | undefined | null,
3618
+ link?: string | undefined | null
3619
+ };
3620
+ ["Shapedocs_navMainListChildren"]: {
3621
+ __typename: "Shapedocs_navMainListChildren",
3622
+ category?: Array<GraphQLTypes["Shapedocs_navMainListChildrenCategory"] | undefined | null> | undefined | null
3623
+ };
3624
+ ["Shapedocs_navMainList"]: {
3625
+ __typename: "Shapedocs_navMainList",
3626
+ title?: string | undefined | null,
3627
+ children?: GraphQLTypes["Shapedocs_navMainListChildren"] | undefined | null
3628
+ };
3629
+ ["Shapedocs_navMain"]: {
3630
+ __typename: "Shapedocs_navMain",
3631
+ list?: Array<GraphQLTypes["Shapedocs_navMainList"] | undefined | null> | undefined | null
3632
+ };
3633
+ ["Shapedocs_nav"]: {
3634
+ __typename: "Shapedocs_nav",
3635
+ main?: GraphQLTypes["Shapedocs_navMain"] | undefined | null,
3636
+ _id: string,
3637
+ createdAt?: number | undefined | null,
3638
+ updatedAt?: number | undefined | null
3639
+ };
3640
+ ["ShapefootFooterFooter_containerFooter_links"]: {
3641
+ __typename: "ShapefootFooterFooter_containerFooter_links",
3642
+ privacy_policy?: string | undefined | null,
3643
+ terms_of_service?: string | undefined | null,
3644
+ contact_us?: string | undefined | null
3645
+ };
3646
+ ["ShapefootFooterFooter_container"]: {
3647
+ __typename: "ShapefootFooterFooter_container",
3648
+ footer_logo?: string | undefined | null,
3649
+ footer_links?: GraphQLTypes["ShapefootFooterFooter_containerFooter_links"] | undefined | null,
3650
+ footer_copy?: string | undefined | null
3651
+ };
3652
+ ["ShapefootFooter"]: {
3653
+ __typename: "ShapefootFooter",
3654
+ footer_container?: GraphQLTypes["ShapefootFooterFooter_container"] | undefined | null
3655
+ };
3656
+ ["Shapefoot"]: {
3657
+ __typename: "Shapefoot",
3658
+ footer?: GraphQLTypes["ShapefootFooter"] | undefined | null,
3659
+ _id: string,
3660
+ createdAt?: number | undefined | null,
3661
+ updatedAt?: number | undefined | null
3662
+ };
3663
+ ["ShapeheroHero_component"]: {
3664
+ __typename: "ShapeheroHero_component",
3665
+ logoplace?: string | undefined | null,
3666
+ logo?: string | undefined | null,
3667
+ slogan?: string | undefined | null,
3668
+ subslogan?: string | undefined | null
3669
+ };
3670
+ ["Shapehero"]: {
3671
+ __typename: "Shapehero",
3672
+ hero_component?: GraphQLTypes["ShapeheroHero_component"] | undefined | null,
3673
+ _id: string,
3674
+ createdAt?: number | undefined | null,
3675
+ updatedAt?: number | undefined | null
3676
+ };
3677
+ ["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"]: {
3678
+ __typename: "ShapeheroxHero_sectionHero_containerText_wrapperFeatures",
3679
+ feature?: Array<string | undefined | null> | undefined | null
3680
+ };
3681
+ ["ShapeheroxHero_sectionHero_containerText_wrapper"]: {
3682
+ __typename: "ShapeheroxHero_sectionHero_containerText_wrapper",
3683
+ title?: string | undefined | null,
3684
+ description?: string | undefined | null,
3685
+ features?: GraphQLTypes["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"] | undefined | null,
3686
+ call_to_action?: string | undefined | null
3687
+ };
3688
+ ["ShapeheroxHero_sectionHero_containerImage_wrapper"]: {
3689
+ __typename: "ShapeheroxHero_sectionHero_containerImage_wrapper",
3690
+ hero_image?: GraphQLTypes["ImageField"] | undefined | null
3691
+ };
3692
+ ["ShapeheroxHero_sectionHero_container"]: {
3693
+ __typename: "ShapeheroxHero_sectionHero_container",
3694
+ text_wrapper?: GraphQLTypes["ShapeheroxHero_sectionHero_containerText_wrapper"] | undefined | null,
3695
+ image_wrapper?: GraphQLTypes["ShapeheroxHero_sectionHero_containerImage_wrapper"] | undefined | null
3696
+ };
3697
+ ["ShapeheroxHero_section"]: {
3698
+ __typename: "ShapeheroxHero_section",
3699
+ hero_container?: GraphQLTypes["ShapeheroxHero_sectionHero_container"] | undefined | null
3700
+ };
3701
+ ["Shapeherox"]: {
3702
+ __typename: "Shapeherox",
3703
+ hero_section?: GraphQLTypes["ShapeheroxHero_section"] | undefined | null,
3704
+ _id: string,
3705
+ createdAt?: number | undefined | null,
3706
+ updatedAt?: number | undefined | null
3707
+ };
3708
+ ["ShapelearnLearning_sectionContainer"]: {
3709
+ __typename: "ShapelearnLearning_sectionContainer",
3710
+ image?: GraphQLTypes["ImageField"] | undefined | null,
3711
+ heading?: string | undefined | null,
3712
+ description?: string | undefined | null,
3713
+ cta_button?: string | undefined | null
3714
+ };
3715
+ ["ShapelearnLearning_section"]: {
3716
+ __typename: "ShapelearnLearning_section",
3717
+ container?: GraphQLTypes["ShapelearnLearning_sectionContainer"] | undefined | null
3718
+ };
3719
+ ["Shapelearn"]: {
3720
+ __typename: "Shapelearn",
3721
+ learning_section?: GraphQLTypes["ShapelearnLearning_section"] | undefined | null,
3722
+ _id: string,
3723
+ createdAt?: number | undefined | null,
3724
+ updatedAt?: number | undefined | null
3725
+ };
3726
+ ["ShapenavNavigationNavigation_linksLink"]: {
3727
+ __typename: "ShapenavNavigationNavigation_linksLink",
3728
+ display?: string | undefined | null,
3729
+ href?: string | undefined | null
3730
+ };
3731
+ ["ShapenavNavigationNavigation_links"]: {
3732
+ __typename: "ShapenavNavigationNavigation_links",
3733
+ link?: Array<GraphQLTypes["ShapenavNavigationNavigation_linksLink"] | undefined | null> | undefined | null
3734
+ };
3735
+ ["ShapenavNavigation"]: {
3736
+ __typename: "ShapenavNavigation",
3737
+ logo?: string | undefined | null,
3738
+ navigation_links?: GraphQLTypes["ShapenavNavigationNavigation_links"] | undefined | null
3739
+ };
3740
+ ["Shapenav"]: {
3741
+ __typename: "Shapenav",
3742
+ navigation?: GraphQLTypes["ShapenavNavigation"] | undefined | null,
3743
+ _id: string,
3744
+ createdAt?: number | undefined | null,
3745
+ updatedAt?: number | undefined | null
3746
+ };
3747
+ ["ShapenewshapeBackgroundContent"]: {
3748
+ __typename: "ShapenewshapeBackgroundContent",
3749
+ badge?: string | undefined | null,
3750
+ headline?: string | undefined | null,
3751
+ subheadline?: string | undefined | null,
3752
+ cta_label?: string | undefined | null,
3753
+ cta_href?: string | undefined | null
3754
+ };
3755
+ ["ShapenewshapeBackground"]: {
3756
+ __typename: "ShapenewshapeBackground",
3757
+ overlay_gradient?: boolean | undefined | null,
3758
+ content?: GraphQLTypes["ShapenewshapeBackgroundContent"] | undefined | null,
3759
+ hero_image?: GraphQLTypes["ImageField"] | undefined | null
3760
+ };
3761
+ ["Shapenewshape"]: {
3762
+ __typename: "Shapenewshape",
3763
+ background?: GraphQLTypes["ShapenewshapeBackground"] | undefined | null,
3764
+ _id: string,
3765
+ createdAt?: number | undefined | null,
3766
+ updatedAt?: number | undefined | null
3767
+ };
3768
+ ["Shapenewshapereprompt"]: {
3769
+ __typename: "Shapenewshapereprompt",
3770
+ _id: string,
3771
+ createdAt?: number | undefined | null,
3772
+ updatedAt?: number | undefined | null
3773
+ };
3774
+ ["ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form"]: {
3775
+ __typename: "ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form",
3776
+ email_input?: string | undefined | null,
3777
+ subscribe_button?: string | undefined | null
3778
+ };
3779
+ ["ShapenewsletterNewsletter_sectionNewsletter_container"]: {
3780
+ __typename: "ShapenewsletterNewsletter_sectionNewsletter_container",
3781
+ newsletter_heading?: string | undefined | null,
3782
+ newsletter_description?: string | undefined | null,
3783
+ newsletter_form?: GraphQLTypes["ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form"] | undefined | null
3784
+ };
3785
+ ["ShapenewsletterNewsletter_section"]: {
3786
+ __typename: "ShapenewsletterNewsletter_section",
3787
+ newsletter_container?: GraphQLTypes["ShapenewsletterNewsletter_sectionNewsletter_container"] | undefined | null
3788
+ };
3789
+ ["Shapenewsletter"]: {
3790
+ __typename: "Shapenewsletter",
3791
+ newsletter_section?: GraphQLTypes["ShapenewsletterNewsletter_section"] | undefined | null,
2083
3792
  _id: string,
2084
3793
  createdAt?: number | undefined | null,
2085
3794
  updatedAt?: number | undefined | null
3795
+ };
3796
+ ["ShapepricingPricing_sectionPricing_header"]: {
3797
+ __typename: "ShapepricingPricing_sectionPricing_header",
3798
+ title?: string | undefined | null,
3799
+ sub_title?: string | undefined | null
3800
+ };
3801
+ ["ShapepricingPricing_sectionPricing_gridStarter_planPlan_features"]: {
3802
+ __typename: "ShapepricingPricing_sectionPricing_gridStarter_planPlan_features",
3803
+ feat?: Array<string | undefined | null> | undefined | null
3804
+ };
3805
+ ["ShapepricingPricing_sectionPricing_gridStarter_plan"]: {
3806
+ __typename: "ShapepricingPricing_sectionPricing_gridStarter_plan",
3807
+ plan_title?: string | undefined | null,
3808
+ plan_price?: string | undefined | null,
3809
+ plan_features?: GraphQLTypes["ShapepricingPricing_sectionPricing_gridStarter_planPlan_features"] | undefined | null,
3810
+ plan_cta?: string | undefined | null
3811
+ };
3812
+ ["ShapepricingPricing_sectionPricing_grid"]: {
3813
+ __typename: "ShapepricingPricing_sectionPricing_grid",
3814
+ starter_plan?: Array<GraphQLTypes["ShapepricingPricing_sectionPricing_gridStarter_plan"] | undefined | null> | undefined | null
3815
+ };
3816
+ ["ShapepricingPricing_section"]: {
3817
+ __typename: "ShapepricingPricing_section",
3818
+ pricing_header?: GraphQLTypes["ShapepricingPricing_sectionPricing_header"] | undefined | null,
3819
+ pricing_grid?: GraphQLTypes["ShapepricingPricing_sectionPricing_grid"] | undefined | null
3820
+ };
3821
+ ["Shapepricing"]: {
3822
+ __typename: "Shapepricing",
3823
+ pricing_section?: GraphQLTypes["ShapepricingPricing_section"] | undefined | null,
3824
+ _id: string,
3825
+ createdAt?: number | undefined | null,
3826
+ updatedAt?: number | undefined | null
3827
+ };
3828
+ ["Shapepricingv1Pricing_sectionHeader_wrapper"]: {
3829
+ __typename: "Shapepricingv1Pricing_sectionHeader_wrapper",
3830
+ title?: string | undefined | null,
3831
+ description?: string | undefined | null
3832
+ };
3833
+ ["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"]: {
3834
+ __typename: "Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list",
3835
+ feature?: Array<string | undefined | null> | undefined | null
3836
+ };
3837
+ ["Shapepricingv1Pricing_sectionPlans_gridFree_plan"]: {
3838
+ __typename: "Shapepricingv1Pricing_sectionPlans_gridFree_plan",
3839
+ plan_name?: string | undefined | null,
3840
+ price?: string | undefined | null,
3841
+ plan_description?: string | undefined | null,
3842
+ feature_list?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"] | undefined | null,
3843
+ cta?: string | undefined | null
3844
+ };
3845
+ ["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"]: {
3846
+ __typename: "Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list",
3847
+ feature?: Array<string | undefined | null> | undefined | null
3848
+ };
3849
+ ["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"]: {
3850
+ __typename: "Shapepricingv1Pricing_sectionPlans_gridPaid_plan",
3851
+ plan_name?: string | undefined | null,
3852
+ price?: string | undefined | null,
3853
+ plan_description?: string | undefined | null,
3854
+ feature_list?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"] | undefined | null,
3855
+ cta?: string | undefined | null
3856
+ };
3857
+ ["Shapepricingv1Pricing_sectionPlans_grid"]: {
3858
+ __typename: "Shapepricingv1Pricing_sectionPlans_grid",
3859
+ free_plan?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridFree_plan"] | undefined | null,
3860
+ paid_plan?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"] | undefined | null
3861
+ };
3862
+ ["Shapepricingv1Pricing_section"]: {
3863
+ __typename: "Shapepricingv1Pricing_section",
3864
+ header_wrapper?: GraphQLTypes["Shapepricingv1Pricing_sectionHeader_wrapper"] | undefined | null,
3865
+ plans_grid?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_grid"] | undefined | null
3866
+ };
3867
+ ["Shapepricingv1"]: {
3868
+ __typename: "Shapepricingv1",
3869
+ pricing_section?: GraphQLTypes["Shapepricingv1Pricing_section"] | undefined | null,
3870
+ _id: string,
3871
+ createdAt?: number | undefined | null,
3872
+ updatedAt?: number | undefined | null
3873
+ };
3874
+ ["ShapetestaRootHeaderNav"]: {
3875
+ __typename: "ShapetestaRootHeaderNav",
3876
+ logo?: string | undefined | null,
3877
+ cta?: string | undefined | null
3878
+ };
3879
+ ["ShapetestaRootHeader"]: {
3880
+ __typename: "ShapetestaRootHeader",
3881
+ nav?: GraphQLTypes["ShapetestaRootHeaderNav"] | undefined | null
3882
+ };
3883
+ ["ShapetestaRootMainHero_section"]: {
3884
+ __typename: "ShapetestaRootMainHero_section",
3885
+ hero_title?: string | undefined | null,
3886
+ hero_text?: string | undefined | null,
3887
+ hero_button?: string | undefined | null
3888
+ };
3889
+ ["ShapetestaRootMainFeatures_section"]: {
3890
+ __typename: "ShapetestaRootMainFeatures_section",
3891
+ features_title?: string | undefined | null,
3892
+ features_text?: string | undefined | null
3893
+ };
3894
+ ["ShapetestaRootMain"]: {
3895
+ __typename: "ShapetestaRootMain",
3896
+ hero_section?: GraphQLTypes["ShapetestaRootMainHero_section"] | undefined | null,
3897
+ features_section?: GraphQLTypes["ShapetestaRootMainFeatures_section"] | undefined | null
3898
+ };
3899
+ ["ShapetestaRoot"]: {
3900
+ __typename: "ShapetestaRoot",
3901
+ header?: GraphQLTypes["ShapetestaRootHeader"] | undefined | null,
3902
+ main?: GraphQLTypes["ShapetestaRootMain"] | undefined | null
3903
+ };
3904
+ ["Shapetesta"]: {
3905
+ __typename: "Shapetesta",
3906
+ root?: GraphQLTypes["ShapetestaRoot"] | undefined | null,
3907
+ _id: string,
3908
+ createdAt?: number | undefined | null,
3909
+ updatedAt?: number | undefined | null
3910
+ };
3911
+ ["FormstepsStep1"]: {
3912
+ __typename: "FormstepsStep1",
3913
+ _mocks?: string | undefined | null,
3914
+ imie?: GraphQLTypes["FormTextField"] | undefined | null,
3915
+ source?: GraphQLTypes["FormRadioTextField"] | undefined | null
3916
+ };
3917
+ ["FormstepsStep2"]: {
3918
+ __typename: "FormstepsStep2",
3919
+ _mocks?: string | undefined | null,
3920
+ nazwisko?: GraphQLTypes["FormTextField"] | undefined | null
3921
+ };
3922
+ ["FormstepsStep3"]: {
3923
+ __typename: "FormstepsStep3",
3924
+ _mocks?: string | undefined | null,
3925
+ email?: GraphQLTypes["FormTextField"] | undefined | null,
3926
+ koniec?: GraphQLTypes["FormSubmitField"] | undefined | null
3927
+ };
3928
+ ["Formsteps"]: {
3929
+ __typename: "Formsteps",
3930
+ _mocks?: string | undefined | null,
3931
+ _version?: GraphQLTypes["VersionField"] | undefined | null,
3932
+ step1?: GraphQLTypes["FormstepsStep1"] | undefined | null,
3933
+ step2?: GraphQLTypes["FormstepsStep2"] | undefined | null,
3934
+ step3?: GraphQLTypes["FormstepsStep3"] | undefined | null,
3935
+ locale?: string | undefined | null,
3936
+ slug?: string | undefined | null,
3937
+ _id: string,
3938
+ createdAt?: string | undefined | null,
3939
+ updatedAt?: string | undefined | null,
3940
+ draft_version?: string | undefined | null,
3941
+ json_ld?: string | undefined | null
3942
+ };
3943
+ ["FormtestWindowBasics"]: {
3944
+ __typename: "FormtestWindowBasics",
3945
+ _mocks?: string | undefined | null,
3946
+ type?: GraphQLTypes["FormRadioTextField"] | undefined | null
3947
+ };
3948
+ ["FormtestWindowTechincals"]: {
3949
+ __typename: "FormtestWindowTechincals",
3950
+ _mocks?: string | undefined | null,
3951
+ width?: GraphQLTypes["FormNumberField"] | undefined | null,
3952
+ height?: GraphQLTypes["FormNumberField"] | undefined | null,
3953
+ confirm?: GraphQLTypes["FormRouteField"] | undefined | null
3954
+ };
3955
+ ["FormtestWindow"]: {
3956
+ __typename: "FormtestWindow",
3957
+ _mocks?: string | undefined | null,
3958
+ basics?: GraphQLTypes["FormtestWindowBasics"] | undefined | null,
3959
+ techincals?: GraphQLTypes["FormtestWindowTechincals"] | undefined | null
3960
+ };
3961
+ ["FormtestHome"]: {
3962
+ __typename: "FormtestHome",
3963
+ _mocks?: string | undefined | null,
3964
+ window?: GraphQLTypes["FormTextField"] | undefined | null,
3965
+ add?: GraphQLTypes["FormRouteField"] | undefined | null
3966
+ };
3967
+ ["Formtest"]: {
3968
+ __typename: "Formtest",
3969
+ _mocks?: string | undefined | null,
3970
+ _version?: GraphQLTypes["VersionField"] | undefined | null,
3971
+ window?: GraphQLTypes["FormtestWindow"] | undefined | null,
3972
+ home?: GraphQLTypes["FormtestHome"] | undefined | null,
3973
+ locale?: string | undefined | null,
3974
+ slug?: string | undefined | null,
3975
+ _id: string,
3976
+ createdAt?: string | undefined | null,
3977
+ updatedAt?: string | undefined | null,
3978
+ draft_version?: string | undefined | null,
3979
+ json_ld?: string | undefined | null
2086
3980
  };
2087
3981
  ["RootParamsInput"]: {
2088
- _version?: string | undefined | null
3982
+ _version?: string | undefined | null,
3983
+ locale?: string | undefined | null
2089
3984
  };
2090
3985
  ["RootParamsEnum"]: RootParamsEnum;
2091
- ["demoSortInput"]: {
3986
+ ["docsSortInput"]: {
2092
3987
  slug?: GraphQLTypes["Sort"] | undefined | null,
2093
3988
  createdAt?: GraphQLTypes["Sort"] | undefined | null,
2094
3989
  updatedAt?: GraphQLTypes["Sort"] | undefined | null
2095
3990
  };
2096
- ["postSortInput"]: {
2097
- slug?: GraphQLTypes["Sort"] | undefined | null,
2098
- createdAt?: GraphQLTypes["Sort"] | undefined | null,
2099
- updatedAt?: GraphQLTypes["Sort"] | undefined | null
2100
- };
2101
- ["demoFilterInput"]: {
2102
- slug?: GraphQLTypes["FilterInputString"] | undefined | null
2103
- };
2104
- ["postFilterInput"]: {
3991
+ ["docsFilterInput"]: {
2105
3992
  slug?: GraphQLTypes["FilterInputString"] | undefined | null
2106
3993
  };
2107
3994
  ["ID"]: "scalar" & { name: "ID" }
@@ -2164,14 +4051,31 @@ export enum CMSType {
2164
4051
  OBJECT_TABS = "OBJECT_TABS"
2165
4052
  }
2166
4053
  export enum ModelEnum {
2167
- demo = "demo",
2168
- post = "post"
4054
+ docs = "docs"
4055
+ }
4056
+ export enum ViewEnum {
4057
+ homepage = "homepage",
4058
+ howitworks = "howitworks"
2169
4059
  }
2170
4060
  export enum ShapeEnum {
2171
- tests = "tests"
4061
+ cta = "cta",
4062
+ docs_content = "docs_content",
4063
+ docs_nav = "docs_nav",
4064
+ foot = "foot",
4065
+ hero = "hero",
4066
+ herox = "herox",
4067
+ learn = "learn",
4068
+ nav = "nav",
4069
+ newshape = "newshape",
4070
+ newshapereprompt = "newshapereprompt",
4071
+ newsletter = "newsletter",
4072
+ pricing = "pricing",
4073
+ pricingv1 = "pricingv1",
4074
+ testa = "testa"
2172
4075
  }
2173
4076
  export enum RootParamsEnum {
2174
- _version = "_version"
4077
+ _version = "_version",
4078
+ locale = "locale"
2175
4079
  }
2176
4080
 
2177
4081
  type ZEUS_VARIABLES = {
@@ -2187,15 +4091,15 @@ type ZEUS_VARIABLES = {
2187
4091
  ["ConditionType"]: ValueTypes["ConditionType"];
2188
4092
  ["PageInput"]: ValueTypes["PageInput"];
2189
4093
  ["FilterInputString"]: ValueTypes["FilterInputString"];
4094
+ ["RootParamsAdminType"]: ValueTypes["RootParamsAdminType"];
2190
4095
  ["FormFieldType"]: ValueTypes["FormFieldType"];
2191
4096
  ["CMSType"]: ValueTypes["CMSType"];
2192
4097
  ["ModelEnum"]: ValueTypes["ModelEnum"];
4098
+ ["ViewEnum"]: ValueTypes["ViewEnum"];
2193
4099
  ["ShapeEnum"]: ValueTypes["ShapeEnum"];
2194
4100
  ["RootParamsInput"]: ValueTypes["RootParamsInput"];
2195
4101
  ["RootParamsEnum"]: ValueTypes["RootParamsEnum"];
2196
- ["demoSortInput"]: ValueTypes["demoSortInput"];
2197
- ["postSortInput"]: ValueTypes["postSortInput"];
2198
- ["demoFilterInput"]: ValueTypes["demoFilterInput"];
2199
- ["postFilterInput"]: ValueTypes["postFilterInput"];
4102
+ ["docsSortInput"]: ValueTypes["docsSortInput"];
4103
+ ["docsFilterInput"]: ValueTypes["docsFilterInput"];
2200
4104
  ["ID"]: ValueTypes["ID"];
2201
4105
  }