@husar.ai/cli 0.3.6 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/zeus/const.js +322 -141
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.d.ts +1592 -587
- package/dist/zeus/index.js +14 -8
- package/dist/zeus/index.js.map +1 -1
- package/package.json +3 -3
- package/src/zeus/const.ts +322 -145
- package/src/zeus/index.ts +1595 -534
package/src/zeus/index.ts
CHANGED
|
@@ -1094,6 +1094,13 @@ submitResponseState?: [{ name: string | Variable<any, string>, fields: ValueType
|
|
|
1094
1094
|
defaultValue?:boolean | `@${string}`,
|
|
1095
1095
|
__typename?: boolean | `@${string}`,
|
|
1096
1096
|
['...on InputField']?: Omit<ValueTypes["InputField"], "...on InputField">
|
|
1097
|
+
}>;
|
|
1098
|
+
["LinkField"]: AliasType<{
|
|
1099
|
+
label?:boolean | `@${string}`,
|
|
1100
|
+
href?:boolean | `@${string}`,
|
|
1101
|
+
target?:boolean | `@${string}`,
|
|
1102
|
+
__typename?: boolean | `@${string}`,
|
|
1103
|
+
['...on LinkField']?: Omit<ValueTypes["LinkField"], "...on LinkField">
|
|
1097
1104
|
}>;
|
|
1098
1105
|
["ButtonField"]: AliasType<{
|
|
1099
1106
|
label?:boolean | `@${string}`,
|
|
@@ -1142,51 +1149,79 @@ submitResponseState?: [{ name: string | Variable<any, string>, fields: ValueType
|
|
|
1142
1149
|
shapeLibraries?:ValueTypes["ShapeLibrary"],
|
|
1143
1150
|
responses?: [{ filter?: ValueTypes["JSON"] | undefined | null | Variable<any, string>, skip?: number | undefined | null | Variable<any, string>, take?: number | undefined | null | Variable<any, string>},boolean | `@${string}`],
|
|
1144
1151
|
response?: [{ id: string | Variable<any, string>},boolean | `@${string}`],
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1152
|
+
fieldSetShapehero_property?:boolean | `@${string}`,
|
|
1153
|
+
modelShapehero_property?:boolean | `@${string}`,
|
|
1154
|
+
previewFieldsShapehero_property?:boolean | `@${string}`,
|
|
1155
|
+
oneShapehero_property?:ValueTypes["Shapehero_property"],
|
|
1156
|
+
fieldSetShapelanding_about?:boolean | `@${string}`,
|
|
1157
|
+
modelShapelanding_about?:boolean | `@${string}`,
|
|
1158
|
+
previewFieldsShapelanding_about?:boolean | `@${string}`,
|
|
1159
|
+
oneShapelanding_about?:ValueTypes["Shapelanding_about"],
|
|
1160
|
+
fieldSetShapelanding_contact?:boolean | `@${string}`,
|
|
1161
|
+
modelShapelanding_contact?:boolean | `@${string}`,
|
|
1162
|
+
previewFieldsShapelanding_contact?:boolean | `@${string}`,
|
|
1163
|
+
oneShapelanding_contact?:ValueTypes["Shapelanding_contact"],
|
|
1164
|
+
fieldSetShapelanding_documents?:boolean | `@${string}`,
|
|
1165
|
+
modelShapelanding_documents?:boolean | `@${string}`,
|
|
1166
|
+
previewFieldsShapelanding_documents?:boolean | `@${string}`,
|
|
1167
|
+
oneShapelanding_documents?:ValueTypes["Shapelanding_documents"],
|
|
1168
|
+
fieldSetShapelanding_hero?:boolean | `@${string}`,
|
|
1169
|
+
modelShapelanding_hero?:boolean | `@${string}`,
|
|
1170
|
+
previewFieldsShapelanding_hero?:boolean | `@${string}`,
|
|
1171
|
+
oneShapelanding_hero?:ValueTypes["Shapelanding_hero"],
|
|
1172
|
+
fieldSetShapelanding_offer?:boolean | `@${string}`,
|
|
1173
|
+
modelShapelanding_offer?:boolean | `@${string}`,
|
|
1174
|
+
previewFieldsShapelanding_offer?:boolean | `@${string}`,
|
|
1175
|
+
oneShapelanding_offer?:ValueTypes["Shapelanding_offer"],
|
|
1176
|
+
fieldSetShapelanding_page?:boolean | `@${string}`,
|
|
1177
|
+
modelShapelanding_page?:boolean | `@${string}`,
|
|
1178
|
+
previewFieldsShapelanding_page?:boolean | `@${string}`,
|
|
1179
|
+
oneShapelanding_page?:ValueTypes["Shapelanding_page"],
|
|
1180
|
+
fieldSetShapelanding_pricing_note?:boolean | `@${string}`,
|
|
1181
|
+
modelShapelanding_pricing_note?:boolean | `@${string}`,
|
|
1182
|
+
previewFieldsShapelanding_pricing_note?:boolean | `@${string}`,
|
|
1183
|
+
oneShapelanding_pricing_note?:ValueTypes["Shapelanding_pricing_note"],
|
|
1184
|
+
fieldSetShapelanding_purposes?:boolean | `@${string}`,
|
|
1185
|
+
modelShapelanding_purposes?:boolean | `@${string}`,
|
|
1186
|
+
previewFieldsShapelanding_purposes?:boolean | `@${string}`,
|
|
1187
|
+
oneShapelanding_purposes?:ValueTypes["Shapelanding_purposes"],
|
|
1188
|
+
fieldSetShapelogo?:boolean | `@${string}`,
|
|
1189
|
+
modelShapelogo?:boolean | `@${string}`,
|
|
1190
|
+
previewFieldsShapelogo?:boolean | `@${string}`,
|
|
1191
|
+
oneShapelogo?:ValueTypes["Shapelogo"],
|
|
1192
|
+
fieldSetShapenav?:boolean | `@${string}`,
|
|
1193
|
+
modelShapenav?:boolean | `@${string}`,
|
|
1194
|
+
previewFieldsShapenav?:boolean | `@${string}`,
|
|
1195
|
+
oneShapenav?:ValueTypes["Shapenav"],
|
|
1196
|
+
fieldSetShapeomnie?:boolean | `@${string}`,
|
|
1197
|
+
modelShapeomnie?:boolean | `@${string}`,
|
|
1198
|
+
previewFieldsShapeomnie?:boolean | `@${string}`,
|
|
1199
|
+
oneShapeomnie?:ValueTypes["Shapeomnie"],
|
|
1200
|
+
variantsViewhompage?:ValueTypes["Viewhompage"],
|
|
1201
|
+
fieldSetViewhompage?:boolean | `@${string}`,
|
|
1202
|
+
modelViewhompage?:boolean | `@${string}`,
|
|
1203
|
+
previewFieldsViewhompage?:boolean | `@${string}`,
|
|
1204
|
+
oneViewhompage?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Viewhompage"]],
|
|
1205
|
+
oneAsScalarViewhompage?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},boolean | `@${string}`],
|
|
1169
1206
|
__typename?: boolean | `@${string}`,
|
|
1170
1207
|
['...on Query']?: Omit<ValueTypes["Query"], "...on Query">
|
|
1171
1208
|
}>;
|
|
1172
1209
|
["RootParamsType"]: AliasType<{
|
|
1173
1210
|
_version?:boolean | `@${string}`,
|
|
1174
|
-
locale?:boolean | `@${string}`,
|
|
1175
1211
|
__typename?: boolean | `@${string}`,
|
|
1176
1212
|
['...on RootParamsType']?: Omit<ValueTypes["RootParamsType"], "...on RootParamsType">
|
|
1177
1213
|
}>;
|
|
1178
|
-
["ModelEnum"]:ModelEnum;
|
|
1179
1214
|
["ViewEnum"]:ViewEnum;
|
|
1180
1215
|
["ShapeEnum"]:ShapeEnum;
|
|
1181
|
-
["
|
|
1182
|
-
items?:ValueTypes["aaaaaaaaaaaaa"],
|
|
1183
|
-
pageInfo?:ValueTypes["PageInfo"],
|
|
1184
|
-
__typename?: boolean | `@${string}`,
|
|
1185
|
-
['...on aaaaaaaaaaaaa__Connection']?: Omit<ValueTypes["aaaaaaaaaaaaa__Connection"], "...on aaaaaaaaaaaaa__Connection">
|
|
1186
|
-
}>;
|
|
1187
|
-
["aaaaaaaaaaaaa"]: AliasType<{
|
|
1216
|
+
["Viewhompage"]: AliasType<{
|
|
1188
1217
|
_version?:ValueTypes["VersionField"],
|
|
1189
|
-
|
|
1218
|
+
herov2?:ValueTypes["Shapehero_property"],
|
|
1219
|
+
about2?:ValueTypes["Shapeomnie"],
|
|
1220
|
+
offer?:ValueTypes["Shapelanding_offer"],
|
|
1221
|
+
purposes?:ValueTypes["Shapelanding_purposes"],
|
|
1222
|
+
documents?:ValueTypes["Shapelanding_documents"],
|
|
1223
|
+
pricing_note?:ValueTypes["Shapelanding_pricing_note"],
|
|
1224
|
+
contact?:ValueTypes["Shapelanding_contact"],
|
|
1190
1225
|
slug?:boolean | `@${string}`,
|
|
1191
1226
|
_id?:boolean | `@${string}`,
|
|
1192
1227
|
createdAt?:boolean | `@${string}`,
|
|
@@ -1194,151 +1229,416 @@ oneAsScalarViewtestview?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefi
|
|
|
1194
1229
|
draft_version?:boolean | `@${string}`,
|
|
1195
1230
|
json_ld?:boolean | `@${string}`,
|
|
1196
1231
|
__typename?: boolean | `@${string}`,
|
|
1197
|
-
['...on
|
|
1232
|
+
['...on Viewhompage']?: Omit<ValueTypes["Viewhompage"], "...on Viewhompage">
|
|
1198
1233
|
}>;
|
|
1199
|
-
["
|
|
1200
|
-
|
|
1234
|
+
["Shapehero_propertyHeroContainerRowContentblockFeatures"]: AliasType<{
|
|
1235
|
+
feature?:boolean | `@${string}`,
|
|
1201
1236
|
__typename?: boolean | `@${string}`,
|
|
1202
|
-
['...on
|
|
1237
|
+
['...on Shapehero_propertyHeroContainerRowContentblockFeatures']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowContentblockFeatures"], "...on Shapehero_propertyHeroContainerRowContentblockFeatures">
|
|
1203
1238
|
}>;
|
|
1204
|
-
["
|
|
1205
|
-
|
|
1206
|
-
|
|
1239
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"]: AliasType<{
|
|
1240
|
+
address?:ValueTypes["InputField"],
|
|
1241
|
+
postcode?:ValueTypes["InputField"],
|
|
1242
|
+
email?:ValueTypes["InputField"],
|
|
1207
1243
|
__typename?: boolean | `@${string}`,
|
|
1208
|
-
['...on
|
|
1244
|
+
['...on Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"], "...on Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid">
|
|
1209
1245
|
}>;
|
|
1210
|
-
["
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1246
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"]: AliasType<{
|
|
1247
|
+
cta?:ValueTypes["ButtonField"],
|
|
1248
|
+
__typename?: boolean | `@${string}`,
|
|
1249
|
+
['...on Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"], "...on Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions">
|
|
1250
|
+
}>;
|
|
1251
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_form"]: AliasType<{
|
|
1252
|
+
field_grid?:ValueTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"],
|
|
1253
|
+
form_actions?:ValueTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"],
|
|
1254
|
+
__typename?: boolean | `@${string}`,
|
|
1255
|
+
['...on Shapehero_propertyHeroContainerRowContentblockValuation_form']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowContentblockValuation_form"], "...on Shapehero_propertyHeroContainerRowContentblockValuation_form">
|
|
1256
|
+
}>;
|
|
1257
|
+
["Shapehero_propertyHeroContainerRowContentblock"]: AliasType<{
|
|
1258
|
+
eyebrow?:boolean | `@${string}`,
|
|
1259
|
+
title?:boolean | `@${string}`,
|
|
1260
|
+
description?:boolean | `@${string}`,
|
|
1261
|
+
features?:ValueTypes["Shapehero_propertyHeroContainerRowContentblockFeatures"],
|
|
1262
|
+
valuation_form?:ValueTypes["Shapehero_propertyHeroContainerRowContentblockValuation_form"],
|
|
1263
|
+
__typename?: boolean | `@${string}`,
|
|
1264
|
+
['...on Shapehero_propertyHeroContainerRowContentblock']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowContentblock"], "...on Shapehero_propertyHeroContainerRowContentblock">
|
|
1265
|
+
}>;
|
|
1266
|
+
["Shapehero_propertyHeroContainerRowFigureAttributionblock"]: AliasType<{
|
|
1267
|
+
indicator?:boolean | `@${string}`,
|
|
1268
|
+
review_note?:boolean | `@${string}`,
|
|
1269
|
+
__typename?: boolean | `@${string}`,
|
|
1270
|
+
['...on Shapehero_propertyHeroContainerRowFigureAttributionblock']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowFigureAttributionblock"], "...on Shapehero_propertyHeroContainerRowFigureAttributionblock">
|
|
1271
|
+
}>;
|
|
1272
|
+
["Shapehero_propertyHeroContainerRowFigure"]: AliasType<{
|
|
1273
|
+
image?:ValueTypes["ImageField"],
|
|
1274
|
+
attributionblock?:ValueTypes["Shapehero_propertyHeroContainerRowFigureAttributionblock"],
|
|
1275
|
+
__typename?: boolean | `@${string}`,
|
|
1276
|
+
['...on Shapehero_propertyHeroContainerRowFigure']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowFigure"], "...on Shapehero_propertyHeroContainerRowFigure">
|
|
1277
|
+
}>;
|
|
1278
|
+
["Shapehero_propertyHeroContainerRow"]: AliasType<{
|
|
1279
|
+
contentblock?:ValueTypes["Shapehero_propertyHeroContainerRowContentblock"],
|
|
1280
|
+
figure?:ValueTypes["Shapehero_propertyHeroContainerRowFigure"],
|
|
1281
|
+
__typename?: boolean | `@${string}`,
|
|
1282
|
+
['...on Shapehero_propertyHeroContainerRow']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRow"], "...on Shapehero_propertyHeroContainerRow">
|
|
1283
|
+
}>;
|
|
1284
|
+
["Shapehero_propertyHeroContainer"]: AliasType<{
|
|
1285
|
+
row?:ValueTypes["Shapehero_propertyHeroContainerRow"],
|
|
1286
|
+
__typename?: boolean | `@${string}`,
|
|
1287
|
+
['...on Shapehero_propertyHeroContainer']?: Omit<ValueTypes["Shapehero_propertyHeroContainer"], "...on Shapehero_propertyHeroContainer">
|
|
1288
|
+
}>;
|
|
1289
|
+
["Shapehero_propertyHero"]: AliasType<{
|
|
1290
|
+
container?:ValueTypes["Shapehero_propertyHeroContainer"],
|
|
1291
|
+
__typename?: boolean | `@${string}`,
|
|
1292
|
+
['...on Shapehero_propertyHero']?: Omit<ValueTypes["Shapehero_propertyHero"], "...on Shapehero_propertyHero">
|
|
1293
|
+
}>;
|
|
1294
|
+
["Shapehero_property"]: AliasType<{
|
|
1295
|
+
hero?:ValueTypes["Shapehero_propertyHero"],
|
|
1216
1296
|
_id?:boolean | `@${string}`,
|
|
1217
1297
|
createdAt?:boolean | `@${string}`,
|
|
1218
1298
|
updatedAt?:boolean | `@${string}`,
|
|
1219
|
-
draft_version?:boolean | `@${string}`,
|
|
1220
|
-
json_ld?:boolean | `@${string}`,
|
|
1221
1299
|
__typename?: boolean | `@${string}`,
|
|
1222
|
-
['...on
|
|
1300
|
+
['...on Shapehero_property']?: Omit<ValueTypes["Shapehero_property"], "...on Shapehero_property">
|
|
1223
1301
|
}>;
|
|
1224
|
-
["
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1302
|
+
["Shapelanding_aboutSectionContainerGridDetails"]: AliasType<{
|
|
1303
|
+
description?:boolean | `@${string}`,
|
|
1304
|
+
items?:boolean | `@${string}`,
|
|
1305
|
+
description_2?:boolean | `@${string}`,
|
|
1306
|
+
__typename?: boolean | `@${string}`,
|
|
1307
|
+
['...on Shapelanding_aboutSectionContainerGridDetails']?: Omit<ValueTypes["Shapelanding_aboutSectionContainerGridDetails"], "...on Shapelanding_aboutSectionContainerGridDetails">
|
|
1308
|
+
}>;
|
|
1309
|
+
["Shapelanding_aboutSectionContainerGrid"]: AliasType<{
|
|
1310
|
+
subtitle?:boolean | `@${string}`,
|
|
1311
|
+
details?:ValueTypes["Shapelanding_aboutSectionContainerGridDetails"],
|
|
1312
|
+
__typename?: boolean | `@${string}`,
|
|
1313
|
+
['...on Shapelanding_aboutSectionContainerGrid']?: Omit<ValueTypes["Shapelanding_aboutSectionContainerGrid"], "...on Shapelanding_aboutSectionContainerGrid">
|
|
1314
|
+
}>;
|
|
1315
|
+
["Shapelanding_aboutSectionContainer"]: AliasType<{
|
|
1316
|
+
grid?:ValueTypes["Shapelanding_aboutSectionContainerGrid"],
|
|
1317
|
+
__typename?: boolean | `@${string}`,
|
|
1318
|
+
['...on Shapelanding_aboutSectionContainer']?: Omit<ValueTypes["Shapelanding_aboutSectionContainer"], "...on Shapelanding_aboutSectionContainer">
|
|
1319
|
+
}>;
|
|
1320
|
+
["Shapelanding_aboutSection"]: AliasType<{
|
|
1321
|
+
container?:ValueTypes["Shapelanding_aboutSectionContainer"],
|
|
1322
|
+
__typename?: boolean | `@${string}`,
|
|
1323
|
+
['...on Shapelanding_aboutSection']?: Omit<ValueTypes["Shapelanding_aboutSection"], "...on Shapelanding_aboutSection">
|
|
1324
|
+
}>;
|
|
1325
|
+
["Shapelanding_about"]: AliasType<{
|
|
1326
|
+
section?:ValueTypes["Shapelanding_aboutSection"],
|
|
1327
|
+
_id?:boolean | `@${string}`,
|
|
1328
|
+
createdAt?:boolean | `@${string}`,
|
|
1329
|
+
updatedAt?:boolean | `@${string}`,
|
|
1330
|
+
__typename?: boolean | `@${string}`,
|
|
1331
|
+
['...on Shapelanding_about']?: Omit<ValueTypes["Shapelanding_about"], "...on Shapelanding_about">
|
|
1332
|
+
}>;
|
|
1333
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"]: AliasType<{
|
|
1334
|
+
cta?:boolean | `@${string}`,
|
|
1335
|
+
href?:boolean | `@${string}`,
|
|
1336
|
+
__typename?: boolean | `@${string}`,
|
|
1337
|
+
['...on Shapelanding_contactSectionContainerGridContentblockContactblockTelefon']?: Omit<ValueTypes["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"], "...on Shapelanding_contactSectionContainerGridContentblockContactblockTelefon">
|
|
1338
|
+
}>;
|
|
1339
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"]: AliasType<{
|
|
1340
|
+
cta?:boolean | `@${string}`,
|
|
1341
|
+
href?:boolean | `@${string}`,
|
|
1342
|
+
__typename?: boolean | `@${string}`,
|
|
1343
|
+
['...on Shapelanding_contactSectionContainerGridContentblockContactblockE_mail']?: Omit<ValueTypes["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"], "...on Shapelanding_contactSectionContainerGridContentblockContactblockE_mail">
|
|
1344
|
+
}>;
|
|
1345
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblock"]: AliasType<{
|
|
1346
|
+
telefon?:ValueTypes["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"],
|
|
1347
|
+
e_mail?:ValueTypes["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"],
|
|
1348
|
+
__typename?: boolean | `@${string}`,
|
|
1349
|
+
['...on Shapelanding_contactSectionContainerGridContentblockContactblock']?: Omit<ValueTypes["Shapelanding_contactSectionContainerGridContentblockContactblock"], "...on Shapelanding_contactSectionContainerGridContentblockContactblock">
|
|
1350
|
+
}>;
|
|
1351
|
+
["Shapelanding_contactSectionContainerGridContentblock"]: AliasType<{
|
|
1352
|
+
description?:boolean | `@${string}`,
|
|
1353
|
+
description_2?:boolean | `@${string}`,
|
|
1354
|
+
contactblock?:ValueTypes["Shapelanding_contactSectionContainerGridContentblockContactblock"],
|
|
1355
|
+
company_info?:boolean | `@${string}`,
|
|
1356
|
+
__typename?: boolean | `@${string}`,
|
|
1357
|
+
['...on Shapelanding_contactSectionContainerGridContentblock']?: Omit<ValueTypes["Shapelanding_contactSectionContainerGridContentblock"], "...on Shapelanding_contactSectionContainerGridContentblock">
|
|
1358
|
+
}>;
|
|
1359
|
+
["Shapelanding_contactSectionContainerGrid"]: AliasType<{
|
|
1360
|
+
subtitle?:boolean | `@${string}`,
|
|
1361
|
+
contentblock?:ValueTypes["Shapelanding_contactSectionContainerGridContentblock"],
|
|
1362
|
+
__typename?: boolean | `@${string}`,
|
|
1363
|
+
['...on Shapelanding_contactSectionContainerGrid']?: Omit<ValueTypes["Shapelanding_contactSectionContainerGrid"], "...on Shapelanding_contactSectionContainerGrid">
|
|
1364
|
+
}>;
|
|
1365
|
+
["Shapelanding_contactSectionContainer"]: AliasType<{
|
|
1366
|
+
grid?:ValueTypes["Shapelanding_contactSectionContainerGrid"],
|
|
1367
|
+
__typename?: boolean | `@${string}`,
|
|
1368
|
+
['...on Shapelanding_contactSectionContainer']?: Omit<ValueTypes["Shapelanding_contactSectionContainer"], "...on Shapelanding_contactSectionContainer">
|
|
1369
|
+
}>;
|
|
1370
|
+
["Shapelanding_contactSection"]: AliasType<{
|
|
1371
|
+
container?:ValueTypes["Shapelanding_contactSectionContainer"],
|
|
1372
|
+
__typename?: boolean | `@${string}`,
|
|
1373
|
+
['...on Shapelanding_contactSection']?: Omit<ValueTypes["Shapelanding_contactSection"], "...on Shapelanding_contactSection">
|
|
1374
|
+
}>;
|
|
1375
|
+
["Shapelanding_contact"]: AliasType<{
|
|
1376
|
+
section?:ValueTypes["Shapelanding_contactSection"],
|
|
1377
|
+
_id?:boolean | `@${string}`,
|
|
1378
|
+
createdAt?:boolean | `@${string}`,
|
|
1379
|
+
updatedAt?:boolean | `@${string}`,
|
|
1380
|
+
__typename?: boolean | `@${string}`,
|
|
1381
|
+
['...on Shapelanding_contact']?: Omit<ValueTypes["Shapelanding_contact"], "...on Shapelanding_contact">
|
|
1382
|
+
}>;
|
|
1383
|
+
["Shapelanding_documentsSectionContainerGridDetails"]: AliasType<{
|
|
1384
|
+
description?:boolean | `@${string}`,
|
|
1385
|
+
items?:boolean | `@${string}`,
|
|
1386
|
+
__typename?: boolean | `@${string}`,
|
|
1387
|
+
['...on Shapelanding_documentsSectionContainerGridDetails']?: Omit<ValueTypes["Shapelanding_documentsSectionContainerGridDetails"], "...on Shapelanding_documentsSectionContainerGridDetails">
|
|
1388
|
+
}>;
|
|
1389
|
+
["Shapelanding_documentsSectionContainerGrid"]: AliasType<{
|
|
1390
|
+
subtitle?:boolean | `@${string}`,
|
|
1391
|
+
details?:ValueTypes["Shapelanding_documentsSectionContainerGridDetails"],
|
|
1392
|
+
__typename?: boolean | `@${string}`,
|
|
1393
|
+
['...on Shapelanding_documentsSectionContainerGrid']?: Omit<ValueTypes["Shapelanding_documentsSectionContainerGrid"], "...on Shapelanding_documentsSectionContainerGrid">
|
|
1394
|
+
}>;
|
|
1395
|
+
["Shapelanding_documentsSectionContainer"]: AliasType<{
|
|
1396
|
+
grid?:ValueTypes["Shapelanding_documentsSectionContainerGrid"],
|
|
1397
|
+
__typename?: boolean | `@${string}`,
|
|
1398
|
+
['...on Shapelanding_documentsSectionContainer']?: Omit<ValueTypes["Shapelanding_documentsSectionContainer"], "...on Shapelanding_documentsSectionContainer">
|
|
1399
|
+
}>;
|
|
1400
|
+
["Shapelanding_documentsSection"]: AliasType<{
|
|
1401
|
+
container?:ValueTypes["Shapelanding_documentsSectionContainer"],
|
|
1402
|
+
__typename?: boolean | `@${string}`,
|
|
1403
|
+
['...on Shapelanding_documentsSection']?: Omit<ValueTypes["Shapelanding_documentsSection"], "...on Shapelanding_documentsSection">
|
|
1404
|
+
}>;
|
|
1405
|
+
["Shapelanding_documents"]: AliasType<{
|
|
1406
|
+
section?:ValueTypes["Shapelanding_documentsSection"],
|
|
1407
|
+
_id?:boolean | `@${string}`,
|
|
1408
|
+
createdAt?:boolean | `@${string}`,
|
|
1409
|
+
updatedAt?:boolean | `@${string}`,
|
|
1410
|
+
__typename?: boolean | `@${string}`,
|
|
1411
|
+
['...on Shapelanding_documents']?: Omit<ValueTypes["Shapelanding_documents"], "...on Shapelanding_documents">
|
|
1412
|
+
}>;
|
|
1413
|
+
["Shapelanding_heroSectionContainerContentCtasCall_1"]: AliasType<{
|
|
1414
|
+
cta?:boolean | `@${string}`,
|
|
1415
|
+
href?:boolean | `@${string}`,
|
|
1416
|
+
__typename?: boolean | `@${string}`,
|
|
1417
|
+
['...on Shapelanding_heroSectionContainerContentCtasCall_1']?: Omit<ValueTypes["Shapelanding_heroSectionContainerContentCtasCall_1"], "...on Shapelanding_heroSectionContainerContentCtasCall_1">
|
|
1418
|
+
}>;
|
|
1419
|
+
["Shapelanding_heroSectionContainerContentCtasCall_2"]: AliasType<{
|
|
1420
|
+
cta?:boolean | `@${string}`,
|
|
1421
|
+
href?:boolean | `@${string}`,
|
|
1422
|
+
__typename?: boolean | `@${string}`,
|
|
1423
|
+
['...on Shapelanding_heroSectionContainerContentCtasCall_2']?: Omit<ValueTypes["Shapelanding_heroSectionContainerContentCtasCall_2"], "...on Shapelanding_heroSectionContainerContentCtasCall_2">
|
|
1424
|
+
}>;
|
|
1425
|
+
["Shapelanding_heroSectionContainerContentCtas"]: AliasType<{
|
|
1426
|
+
call_1?:ValueTypes["Shapelanding_heroSectionContainerContentCtasCall_1"],
|
|
1427
|
+
call_2?:ValueTypes["Shapelanding_heroSectionContainerContentCtasCall_2"],
|
|
1428
|
+
__typename?: boolean | `@${string}`,
|
|
1429
|
+
['...on Shapelanding_heroSectionContainerContentCtas']?: Omit<ValueTypes["Shapelanding_heroSectionContainerContentCtas"], "...on Shapelanding_heroSectionContainerContentCtas">
|
|
1430
|
+
}>;
|
|
1431
|
+
["Shapelanding_heroSectionContainerContent"]: AliasType<{
|
|
1432
|
+
title?:boolean | `@${string}`,
|
|
1433
|
+
description?:boolean | `@${string}`,
|
|
1434
|
+
ctas?:ValueTypes["Shapelanding_heroSectionContainerContentCtas"],
|
|
1435
|
+
__typename?: boolean | `@${string}`,
|
|
1436
|
+
['...on Shapelanding_heroSectionContainerContent']?: Omit<ValueTypes["Shapelanding_heroSectionContainerContent"], "...on Shapelanding_heroSectionContainerContent">
|
|
1437
|
+
}>;
|
|
1438
|
+
["Shapelanding_heroSectionContainer"]: AliasType<{
|
|
1439
|
+
content?:ValueTypes["Shapelanding_heroSectionContainerContent"],
|
|
1440
|
+
logo?:ValueTypes["Shapelogo"],
|
|
1441
|
+
__typename?: boolean | `@${string}`,
|
|
1442
|
+
['...on Shapelanding_heroSectionContainer']?: Omit<ValueTypes["Shapelanding_heroSectionContainer"], "...on Shapelanding_heroSectionContainer">
|
|
1443
|
+
}>;
|
|
1444
|
+
["Shapelanding_heroSection"]: AliasType<{
|
|
1445
|
+
container?:ValueTypes["Shapelanding_heroSectionContainer"],
|
|
1446
|
+
__typename?: boolean | `@${string}`,
|
|
1447
|
+
['...on Shapelanding_heroSection']?: Omit<ValueTypes["Shapelanding_heroSection"], "...on Shapelanding_heroSection">
|
|
1448
|
+
}>;
|
|
1449
|
+
["Shapelanding_hero"]: AliasType<{
|
|
1450
|
+
section?:ValueTypes["Shapelanding_heroSection"],
|
|
1451
|
+
_id?:boolean | `@${string}`,
|
|
1452
|
+
createdAt?:boolean | `@${string}`,
|
|
1453
|
+
updatedAt?:boolean | `@${string}`,
|
|
1454
|
+
__typename?: boolean | `@${string}`,
|
|
1455
|
+
['...on Shapelanding_hero']?: Omit<ValueTypes["Shapelanding_hero"], "...on Shapelanding_hero">
|
|
1456
|
+
}>;
|
|
1457
|
+
["Shapelanding_offerSectionContainerGridDetails"]: AliasType<{
|
|
1458
|
+
description?:boolean | `@${string}`,
|
|
1459
|
+
items?:boolean | `@${string}`,
|
|
1460
|
+
__typename?: boolean | `@${string}`,
|
|
1461
|
+
['...on Shapelanding_offerSectionContainerGridDetails']?: Omit<ValueTypes["Shapelanding_offerSectionContainerGridDetails"], "...on Shapelanding_offerSectionContainerGridDetails">
|
|
1462
|
+
}>;
|
|
1463
|
+
["Shapelanding_offerSectionContainerGrid"]: AliasType<{
|
|
1464
|
+
subtitle?:boolean | `@${string}`,
|
|
1465
|
+
details?:ValueTypes["Shapelanding_offerSectionContainerGridDetails"],
|
|
1466
|
+
__typename?: boolean | `@${string}`,
|
|
1467
|
+
['...on Shapelanding_offerSectionContainerGrid']?: Omit<ValueTypes["Shapelanding_offerSectionContainerGrid"], "...on Shapelanding_offerSectionContainerGrid">
|
|
1468
|
+
}>;
|
|
1469
|
+
["Shapelanding_offerSectionContainer"]: AliasType<{
|
|
1470
|
+
grid?:ValueTypes["Shapelanding_offerSectionContainerGrid"],
|
|
1471
|
+
__typename?: boolean | `@${string}`,
|
|
1472
|
+
['...on Shapelanding_offerSectionContainer']?: Omit<ValueTypes["Shapelanding_offerSectionContainer"], "...on Shapelanding_offerSectionContainer">
|
|
1473
|
+
}>;
|
|
1474
|
+
["Shapelanding_offerSection"]: AliasType<{
|
|
1475
|
+
container?:ValueTypes["Shapelanding_offerSectionContainer"],
|
|
1476
|
+
__typename?: boolean | `@${string}`,
|
|
1477
|
+
['...on Shapelanding_offerSection']?: Omit<ValueTypes["Shapelanding_offerSection"], "...on Shapelanding_offerSection">
|
|
1478
|
+
}>;
|
|
1479
|
+
["Shapelanding_offer"]: AliasType<{
|
|
1480
|
+
section?:ValueTypes["Shapelanding_offerSection"],
|
|
1481
|
+
_id?:boolean | `@${string}`,
|
|
1482
|
+
createdAt?:boolean | `@${string}`,
|
|
1483
|
+
updatedAt?:boolean | `@${string}`,
|
|
1484
|
+
__typename?: boolean | `@${string}`,
|
|
1485
|
+
['...on Shapelanding_offer']?: Omit<ValueTypes["Shapelanding_offer"], "...on Shapelanding_offer">
|
|
1486
|
+
}>;
|
|
1487
|
+
["Shapelanding_pageMain"]: AliasType<{
|
|
1488
|
+
hero?:boolean | `@${string}`,
|
|
1489
|
+
about?:boolean | `@${string}`,
|
|
1490
|
+
offer?:boolean | `@${string}`,
|
|
1491
|
+
purposes?:boolean | `@${string}`,
|
|
1492
|
+
documents?:boolean | `@${string}`,
|
|
1493
|
+
pricing_note?:boolean | `@${string}`,
|
|
1494
|
+
contact?:boolean | `@${string}`,
|
|
1495
|
+
__typename?: boolean | `@${string}`,
|
|
1496
|
+
['...on Shapelanding_pageMain']?: Omit<ValueTypes["Shapelanding_pageMain"], "...on Shapelanding_pageMain">
|
|
1497
|
+
}>;
|
|
1498
|
+
["Shapelanding_page"]: AliasType<{
|
|
1499
|
+
main?:ValueTypes["Shapelanding_pageMain"],
|
|
1230
1500
|
_id?:boolean | `@${string}`,
|
|
1231
1501
|
createdAt?:boolean | `@${string}`,
|
|
1232
1502
|
updatedAt?:boolean | `@${string}`,
|
|
1233
|
-
draft_version?:boolean | `@${string}`,
|
|
1234
|
-
json_ld?:boolean | `@${string}`,
|
|
1235
1503
|
__typename?: boolean | `@${string}`,
|
|
1236
|
-
['...on
|
|
1504
|
+
['...on Shapelanding_page']?: Omit<ValueTypes["Shapelanding_page"], "...on Shapelanding_page">
|
|
1237
1505
|
}>;
|
|
1238
|
-
["
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
button?:ValueTypes["ButtonField"],
|
|
1242
|
-
variable?:ValueTypes["VariableField"],
|
|
1243
|
-
button_modal?:ValueTypes["ButtonField"],
|
|
1244
|
-
variable_modal?:ValueTypes["VariableField"],
|
|
1506
|
+
["Shapelanding_pricing_noteSectionContainerContent"]: AliasType<{
|
|
1507
|
+
subtitle?:boolean | `@${string}`,
|
|
1508
|
+
description?:boolean | `@${string}`,
|
|
1245
1509
|
__typename?: boolean | `@${string}`,
|
|
1246
|
-
['...on
|
|
1510
|
+
['...on Shapelanding_pricing_noteSectionContainerContent']?: Omit<ValueTypes["Shapelanding_pricing_noteSectionContainerContent"], "...on Shapelanding_pricing_noteSectionContainerContent">
|
|
1247
1511
|
}>;
|
|
1248
|
-
["
|
|
1249
|
-
|
|
1250
|
-
test?:boolean | `@${string}`,
|
|
1512
|
+
["Shapelanding_pricing_noteSectionContainer"]: AliasType<{
|
|
1513
|
+
content?:ValueTypes["Shapelanding_pricing_noteSectionContainerContent"],
|
|
1251
1514
|
__typename?: boolean | `@${string}`,
|
|
1252
|
-
['...on
|
|
1515
|
+
['...on Shapelanding_pricing_noteSectionContainer']?: Omit<ValueTypes["Shapelanding_pricing_noteSectionContainer"], "...on Shapelanding_pricing_noteSectionContainer">
|
|
1253
1516
|
}>;
|
|
1254
|
-
["
|
|
1255
|
-
|
|
1256
|
-
detailswrapper?:ValueTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper"],
|
|
1517
|
+
["Shapelanding_pricing_noteSection"]: AliasType<{
|
|
1518
|
+
container?:ValueTypes["Shapelanding_pricing_noteSectionContainer"],
|
|
1257
1519
|
__typename?: boolean | `@${string}`,
|
|
1258
|
-
['...on
|
|
1520
|
+
['...on Shapelanding_pricing_noteSection']?: Omit<ValueTypes["Shapelanding_pricing_noteSection"], "...on Shapelanding_pricing_noteSection">
|
|
1259
1521
|
}>;
|
|
1260
|
-
["
|
|
1261
|
-
|
|
1522
|
+
["Shapelanding_pricing_note"]: AliasType<{
|
|
1523
|
+
section?:ValueTypes["Shapelanding_pricing_noteSection"],
|
|
1524
|
+
_id?:boolean | `@${string}`,
|
|
1525
|
+
createdAt?:boolean | `@${string}`,
|
|
1526
|
+
updatedAt?:boolean | `@${string}`,
|
|
1262
1527
|
__typename?: boolean | `@${string}`,
|
|
1263
|
-
['...on
|
|
1528
|
+
['...on Shapelanding_pricing_note']?: Omit<ValueTypes["Shapelanding_pricing_note"], "...on Shapelanding_pricing_note">
|
|
1264
1529
|
}>;
|
|
1265
|
-
["
|
|
1266
|
-
|
|
1530
|
+
["Shapelanding_purposesSectionContainerGridContent_block"]: AliasType<{
|
|
1531
|
+
description?:boolean | `@${string}`,
|
|
1532
|
+
items?:boolean | `@${string}`,
|
|
1267
1533
|
__typename?: boolean | `@${string}`,
|
|
1268
|
-
['...on
|
|
1534
|
+
['...on Shapelanding_purposesSectionContainerGridContent_block']?: Omit<ValueTypes["Shapelanding_purposesSectionContainerGridContent_block"], "...on Shapelanding_purposesSectionContainerGridContent_block">
|
|
1269
1535
|
}>;
|
|
1270
|
-
["
|
|
1271
|
-
|
|
1272
|
-
|
|
1536
|
+
["Shapelanding_purposesSectionContainerGrid"]: AliasType<{
|
|
1537
|
+
subtitle?:boolean | `@${string}`,
|
|
1538
|
+
content_block?:ValueTypes["Shapelanding_purposesSectionContainerGridContent_block"],
|
|
1273
1539
|
__typename?: boolean | `@${string}`,
|
|
1274
|
-
['...on
|
|
1540
|
+
['...on Shapelanding_purposesSectionContainerGrid']?: Omit<ValueTypes["Shapelanding_purposesSectionContainerGrid"], "...on Shapelanding_purposesSectionContainerGrid">
|
|
1275
1541
|
}>;
|
|
1276
|
-
["
|
|
1277
|
-
|
|
1542
|
+
["Shapelanding_purposesSectionContainer"]: AliasType<{
|
|
1543
|
+
grid?:ValueTypes["Shapelanding_purposesSectionContainerGrid"],
|
|
1278
1544
|
__typename?: boolean | `@${string}`,
|
|
1279
|
-
['...on
|
|
1545
|
+
['...on Shapelanding_purposesSectionContainer']?: Omit<ValueTypes["Shapelanding_purposesSectionContainer"], "...on Shapelanding_purposesSectionContainer">
|
|
1280
1546
|
}>;
|
|
1281
|
-
["
|
|
1282
|
-
|
|
1547
|
+
["Shapelanding_purposesSection"]: AliasType<{
|
|
1548
|
+
container?:ValueTypes["Shapelanding_purposesSectionContainer"],
|
|
1283
1549
|
__typename?: boolean | `@${string}`,
|
|
1284
|
-
['...on
|
|
1550
|
+
['...on Shapelanding_purposesSection']?: Omit<ValueTypes["Shapelanding_purposesSection"], "...on Shapelanding_purposesSection">
|
|
1285
1551
|
}>;
|
|
1286
|
-
["
|
|
1287
|
-
|
|
1288
|
-
|
|
1552
|
+
["Shapelanding_purposes"]: AliasType<{
|
|
1553
|
+
section?:ValueTypes["Shapelanding_purposesSection"],
|
|
1554
|
+
_id?:boolean | `@${string}`,
|
|
1555
|
+
createdAt?:boolean | `@${string}`,
|
|
1556
|
+
updatedAt?:boolean | `@${string}`,
|
|
1289
1557
|
__typename?: boolean | `@${string}`,
|
|
1290
|
-
['...on
|
|
1558
|
+
['...on Shapelanding_purposes']?: Omit<ValueTypes["Shapelanding_purposes"], "...on Shapelanding_purposes">
|
|
1291
1559
|
}>;
|
|
1292
|
-
["
|
|
1293
|
-
|
|
1560
|
+
["Shapelogo"]: AliasType<{
|
|
1561
|
+
main?:boolean | `@${string}`,
|
|
1562
|
+
_id?:boolean | `@${string}`,
|
|
1563
|
+
createdAt?:boolean | `@${string}`,
|
|
1564
|
+
updatedAt?:boolean | `@${string}`,
|
|
1565
|
+
__typename?: boolean | `@${string}`,
|
|
1566
|
+
['...on Shapelogo']?: Omit<ValueTypes["Shapelogo"], "...on Shapelogo">
|
|
1567
|
+
}>;
|
|
1568
|
+
["Shapenav"]: AliasType<{
|
|
1569
|
+
_id?:boolean | `@${string}`,
|
|
1570
|
+
createdAt?:boolean | `@${string}`,
|
|
1571
|
+
updatedAt?:boolean | `@${string}`,
|
|
1572
|
+
__typename?: boolean | `@${string}`,
|
|
1573
|
+
['...on Shapenav']?: Omit<ValueTypes["Shapenav"], "...on Shapenav">
|
|
1574
|
+
}>;
|
|
1575
|
+
["ShapeomnieContainerCardGridFigure"]: AliasType<{
|
|
1576
|
+
image?:ValueTypes["ImageField"],
|
|
1577
|
+
figcaption?:boolean | `@${string}`,
|
|
1578
|
+
__typename?: boolean | `@${string}`,
|
|
1579
|
+
['...on ShapeomnieContainerCardGridFigure']?: Omit<ValueTypes["ShapeomnieContainerCardGridFigure"], "...on ShapeomnieContainerCardGridFigure">
|
|
1580
|
+
}>;
|
|
1581
|
+
["ShapeomnieContainerCardGridContent_blockHeader"]: AliasType<{
|
|
1582
|
+
o_mnie_label?:boolean | `@${string}`,
|
|
1583
|
+
subtitle?:boolean | `@${string}`,
|
|
1584
|
+
intro?:boolean | `@${string}`,
|
|
1585
|
+
__typename?: boolean | `@${string}`,
|
|
1586
|
+
['...on ShapeomnieContainerCardGridContent_blockHeader']?: Omit<ValueTypes["ShapeomnieContainerCardGridContent_blockHeader"], "...on ShapeomnieContainerCardGridContent_blockHeader">
|
|
1587
|
+
}>;
|
|
1588
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"]: AliasType<{
|
|
1589
|
+
title?:boolean | `@${string}`,
|
|
1590
|
+
href?:boolean | `@${string}`,
|
|
1591
|
+
__typename?: boolean | `@${string}`,
|
|
1592
|
+
['...on ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta']?: Omit<ValueTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"], "...on ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta">
|
|
1593
|
+
}>;
|
|
1594
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"]: AliasType<{
|
|
1595
|
+
title?:boolean | `@${string}`,
|
|
1596
|
+
href?:boolean | `@${string}`,
|
|
1294
1597
|
__typename?: boolean | `@${string}`,
|
|
1295
|
-
['...on
|
|
1598
|
+
['...on ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta']?: Omit<ValueTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"], "...on ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta">
|
|
1296
1599
|
}>;
|
|
1297
|
-
["
|
|
1298
|
-
|
|
1299
|
-
|
|
1600
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttons"]: AliasType<{
|
|
1601
|
+
primary_cta?:ValueTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"],
|
|
1602
|
+
secondary_cta?:ValueTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"],
|
|
1300
1603
|
__typename?: boolean | `@${string}`,
|
|
1301
|
-
['...on
|
|
1604
|
+
['...on ShapeomnieContainerCardGridContent_blockCta_buttons']?: Omit<ValueTypes["ShapeomnieContainerCardGridContent_blockCta_buttons"], "...on ShapeomnieContainerCardGridContent_blockCta_buttons">
|
|
1302
1605
|
}>;
|
|
1303
|
-
["
|
|
1304
|
-
|
|
1606
|
+
["ShapeomnieContainerCardGridContent_block"]: AliasType<{
|
|
1607
|
+
header?:ValueTypes["ShapeomnieContainerCardGridContent_blockHeader"],
|
|
1608
|
+
items?:boolean | `@${string}`,
|
|
1609
|
+
conclusion?:boolean | `@${string}`,
|
|
1610
|
+
cta_buttons?:ValueTypes["ShapeomnieContainerCardGridContent_blockCta_buttons"],
|
|
1305
1611
|
__typename?: boolean | `@${string}`,
|
|
1306
|
-
['...on
|
|
1612
|
+
['...on ShapeomnieContainerCardGridContent_block']?: Omit<ValueTypes["ShapeomnieContainerCardGridContent_block"], "...on ShapeomnieContainerCardGridContent_block">
|
|
1307
1613
|
}>;
|
|
1308
|
-
["
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1614
|
+
["ShapeomnieContainerCardGrid"]: AliasType<{
|
|
1615
|
+
figure?:ValueTypes["ShapeomnieContainerCardGridFigure"],
|
|
1616
|
+
content_block?:ValueTypes["ShapeomnieContainerCardGridContent_block"],
|
|
1617
|
+
__typename?: boolean | `@${string}`,
|
|
1618
|
+
['...on ShapeomnieContainerCardGrid']?: Omit<ValueTypes["ShapeomnieContainerCardGrid"], "...on ShapeomnieContainerCardGrid">
|
|
1619
|
+
}>;
|
|
1620
|
+
["ShapeomnieContainerCard"]: AliasType<{
|
|
1621
|
+
grid?:ValueTypes["ShapeomnieContainerCardGrid"],
|
|
1622
|
+
__typename?: boolean | `@${string}`,
|
|
1623
|
+
['...on ShapeomnieContainerCard']?: Omit<ValueTypes["ShapeomnieContainerCard"], "...on ShapeomnieContainerCard">
|
|
1624
|
+
}>;
|
|
1625
|
+
["ShapeomnieContainer"]: AliasType<{
|
|
1626
|
+
card?:ValueTypes["ShapeomnieContainerCard"],
|
|
1627
|
+
__typename?: boolean | `@${string}`,
|
|
1628
|
+
['...on ShapeomnieContainer']?: Omit<ValueTypes["ShapeomnieContainer"], "...on ShapeomnieContainer">
|
|
1629
|
+
}>;
|
|
1630
|
+
["Shapeomnie"]: AliasType<{
|
|
1631
|
+
container?:ValueTypes["ShapeomnieContainer"],
|
|
1315
1632
|
_id?:boolean | `@${string}`,
|
|
1316
1633
|
createdAt?:boolean | `@${string}`,
|
|
1317
1634
|
updatedAt?:boolean | `@${string}`,
|
|
1318
1635
|
__typename?: boolean | `@${string}`,
|
|
1319
|
-
['...on
|
|
1636
|
+
['...on Shapeomnie']?: Omit<ValueTypes["Shapeomnie"], "...on Shapeomnie">
|
|
1320
1637
|
}>;
|
|
1321
1638
|
["RootParamsInput"]: {
|
|
1322
|
-
_version?: string | undefined | null | Variable<any, string
|
|
1323
|
-
locale?: string | undefined | null | Variable<any, string>
|
|
1639
|
+
_version?: string | undefined | null | Variable<any, string>
|
|
1324
1640
|
};
|
|
1325
1641
|
["RootParamsEnum"]:RootParamsEnum;
|
|
1326
|
-
["aaaaaaaaaaaaaSortInput"]: {
|
|
1327
|
-
slug?: ValueTypes["Sort"] | undefined | null | Variable<any, string>,
|
|
1328
|
-
createdAt?: ValueTypes["Sort"] | undefined | null | Variable<any, string>,
|
|
1329
|
-
updatedAt?: ValueTypes["Sort"] | undefined | null | Variable<any, string>
|
|
1330
|
-
};
|
|
1331
|
-
["testxSortInput"]: {
|
|
1332
|
-
slug?: ValueTypes["Sort"] | undefined | null | Variable<any, string>,
|
|
1333
|
-
createdAt?: ValueTypes["Sort"] | undefined | null | Variable<any, string>,
|
|
1334
|
-
updatedAt?: ValueTypes["Sort"] | undefined | null | Variable<any, string>
|
|
1335
|
-
};
|
|
1336
|
-
["aaaaaaaaaaaaaFilterInput"]: {
|
|
1337
|
-
slug?: ValueTypes["FilterInputString"] | undefined | null | Variable<any, string>
|
|
1338
|
-
};
|
|
1339
|
-
["testxFilterInput"]: {
|
|
1340
|
-
slug?: ValueTypes["FilterInputString"] | undefined | null | Variable<any, string>
|
|
1341
|
-
};
|
|
1342
1642
|
["ID"]:unknown
|
|
1343
1643
|
}
|
|
1344
1644
|
|
|
@@ -1501,6 +1801,12 @@ submitResponseState?: [{ name: string, fields: ResolverInputTypes["JSON"], state
|
|
|
1501
1801
|
type?:boolean | `@${string}`,
|
|
1502
1802
|
defaultValue?:boolean | `@${string}`,
|
|
1503
1803
|
__typename?: boolean | `@${string}`
|
|
1804
|
+
}>;
|
|
1805
|
+
["LinkField"]: AliasType<{
|
|
1806
|
+
label?:boolean | `@${string}`,
|
|
1807
|
+
href?:boolean | `@${string}`,
|
|
1808
|
+
target?:boolean | `@${string}`,
|
|
1809
|
+
__typename?: boolean | `@${string}`
|
|
1504
1810
|
}>;
|
|
1505
1811
|
["ButtonField"]: AliasType<{
|
|
1506
1812
|
label?:boolean | `@${string}`,
|
|
@@ -1545,48 +1851,77 @@ submitResponseState?: [{ name: string, fields: ResolverInputTypes["JSON"], state
|
|
|
1545
1851
|
shapeLibraries?:ResolverInputTypes["ShapeLibrary"],
|
|
1546
1852
|
responses?: [{ filter?: ResolverInputTypes["JSON"] | undefined | null, skip?: number | undefined | null, take?: number | undefined | null},boolean | `@${string}`],
|
|
1547
1853
|
response?: [{ id: string},boolean | `@${string}`],
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1854
|
+
fieldSetShapehero_property?:boolean | `@${string}`,
|
|
1855
|
+
modelShapehero_property?:boolean | `@${string}`,
|
|
1856
|
+
previewFieldsShapehero_property?:boolean | `@${string}`,
|
|
1857
|
+
oneShapehero_property?:ResolverInputTypes["Shapehero_property"],
|
|
1858
|
+
fieldSetShapelanding_about?:boolean | `@${string}`,
|
|
1859
|
+
modelShapelanding_about?:boolean | `@${string}`,
|
|
1860
|
+
previewFieldsShapelanding_about?:boolean | `@${string}`,
|
|
1861
|
+
oneShapelanding_about?:ResolverInputTypes["Shapelanding_about"],
|
|
1862
|
+
fieldSetShapelanding_contact?:boolean | `@${string}`,
|
|
1863
|
+
modelShapelanding_contact?:boolean | `@${string}`,
|
|
1864
|
+
previewFieldsShapelanding_contact?:boolean | `@${string}`,
|
|
1865
|
+
oneShapelanding_contact?:ResolverInputTypes["Shapelanding_contact"],
|
|
1866
|
+
fieldSetShapelanding_documents?:boolean | `@${string}`,
|
|
1867
|
+
modelShapelanding_documents?:boolean | `@${string}`,
|
|
1868
|
+
previewFieldsShapelanding_documents?:boolean | `@${string}`,
|
|
1869
|
+
oneShapelanding_documents?:ResolverInputTypes["Shapelanding_documents"],
|
|
1870
|
+
fieldSetShapelanding_hero?:boolean | `@${string}`,
|
|
1871
|
+
modelShapelanding_hero?:boolean | `@${string}`,
|
|
1872
|
+
previewFieldsShapelanding_hero?:boolean | `@${string}`,
|
|
1873
|
+
oneShapelanding_hero?:ResolverInputTypes["Shapelanding_hero"],
|
|
1874
|
+
fieldSetShapelanding_offer?:boolean | `@${string}`,
|
|
1875
|
+
modelShapelanding_offer?:boolean | `@${string}`,
|
|
1876
|
+
previewFieldsShapelanding_offer?:boolean | `@${string}`,
|
|
1877
|
+
oneShapelanding_offer?:ResolverInputTypes["Shapelanding_offer"],
|
|
1878
|
+
fieldSetShapelanding_page?:boolean | `@${string}`,
|
|
1879
|
+
modelShapelanding_page?:boolean | `@${string}`,
|
|
1880
|
+
previewFieldsShapelanding_page?:boolean | `@${string}`,
|
|
1881
|
+
oneShapelanding_page?:ResolverInputTypes["Shapelanding_page"],
|
|
1882
|
+
fieldSetShapelanding_pricing_note?:boolean | `@${string}`,
|
|
1883
|
+
modelShapelanding_pricing_note?:boolean | `@${string}`,
|
|
1884
|
+
previewFieldsShapelanding_pricing_note?:boolean | `@${string}`,
|
|
1885
|
+
oneShapelanding_pricing_note?:ResolverInputTypes["Shapelanding_pricing_note"],
|
|
1886
|
+
fieldSetShapelanding_purposes?:boolean | `@${string}`,
|
|
1887
|
+
modelShapelanding_purposes?:boolean | `@${string}`,
|
|
1888
|
+
previewFieldsShapelanding_purposes?:boolean | `@${string}`,
|
|
1889
|
+
oneShapelanding_purposes?:ResolverInputTypes["Shapelanding_purposes"],
|
|
1890
|
+
fieldSetShapelogo?:boolean | `@${string}`,
|
|
1891
|
+
modelShapelogo?:boolean | `@${string}`,
|
|
1892
|
+
previewFieldsShapelogo?:boolean | `@${string}`,
|
|
1893
|
+
oneShapelogo?:ResolverInputTypes["Shapelogo"],
|
|
1894
|
+
fieldSetShapenav?:boolean | `@${string}`,
|
|
1895
|
+
modelShapenav?:boolean | `@${string}`,
|
|
1896
|
+
previewFieldsShapenav?:boolean | `@${string}`,
|
|
1897
|
+
oneShapenav?:ResolverInputTypes["Shapenav"],
|
|
1898
|
+
fieldSetShapeomnie?:boolean | `@${string}`,
|
|
1899
|
+
modelShapeomnie?:boolean | `@${string}`,
|
|
1900
|
+
previewFieldsShapeomnie?:boolean | `@${string}`,
|
|
1901
|
+
oneShapeomnie?:ResolverInputTypes["Shapeomnie"],
|
|
1902
|
+
variantsViewhompage?:ResolverInputTypes["Viewhompage"],
|
|
1903
|
+
fieldSetViewhompage?:boolean | `@${string}`,
|
|
1904
|
+
modelViewhompage?:boolean | `@${string}`,
|
|
1905
|
+
previewFieldsViewhompage?:boolean | `@${string}`,
|
|
1906
|
+
oneViewhompage?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Viewhompage"]],
|
|
1907
|
+
oneAsScalarViewhompage?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},boolean | `@${string}`],
|
|
1572
1908
|
__typename?: boolean | `@${string}`
|
|
1573
1909
|
}>;
|
|
1574
1910
|
["RootParamsType"]: AliasType<{
|
|
1575
1911
|
_version?:boolean | `@${string}`,
|
|
1576
|
-
locale?:boolean | `@${string}`,
|
|
1577
1912
|
__typename?: boolean | `@${string}`
|
|
1578
1913
|
}>;
|
|
1579
|
-
["ModelEnum"]:ModelEnum;
|
|
1580
1914
|
["ViewEnum"]:ViewEnum;
|
|
1581
1915
|
["ShapeEnum"]:ShapeEnum;
|
|
1582
|
-
["
|
|
1583
|
-
items?:ResolverInputTypes["aaaaaaaaaaaaa"],
|
|
1584
|
-
pageInfo?:ResolverInputTypes["PageInfo"],
|
|
1585
|
-
__typename?: boolean | `@${string}`
|
|
1586
|
-
}>;
|
|
1587
|
-
["aaaaaaaaaaaaa"]: AliasType<{
|
|
1916
|
+
["Viewhompage"]: AliasType<{
|
|
1588
1917
|
_version?:ResolverInputTypes["VersionField"],
|
|
1589
|
-
|
|
1918
|
+
herov2?:ResolverInputTypes["Shapehero_property"],
|
|
1919
|
+
about2?:ResolverInputTypes["Shapeomnie"],
|
|
1920
|
+
offer?:ResolverInputTypes["Shapelanding_offer"],
|
|
1921
|
+
purposes?:ResolverInputTypes["Shapelanding_purposes"],
|
|
1922
|
+
documents?:ResolverInputTypes["Shapelanding_documents"],
|
|
1923
|
+
pricing_note?:ResolverInputTypes["Shapelanding_pricing_note"],
|
|
1924
|
+
contact?:ResolverInputTypes["Shapelanding_contact"],
|
|
1590
1925
|
slug?:boolean | `@${string}`,
|
|
1591
1926
|
_id?:boolean | `@${string}`,
|
|
1592
1927
|
createdAt?:boolean | `@${string}`,
|
|
@@ -1595,132 +1930,350 @@ oneAsScalarViewtestview?: [{ rootParams?: ResolverInputTypes["RootParamsInput"]
|
|
|
1595
1930
|
json_ld?:boolean | `@${string}`,
|
|
1596
1931
|
__typename?: boolean | `@${string}`
|
|
1597
1932
|
}>;
|
|
1598
|
-
["
|
|
1599
|
-
|
|
1933
|
+
["Shapehero_propertyHeroContainerRowContentblockFeatures"]: AliasType<{
|
|
1934
|
+
feature?:boolean | `@${string}`,
|
|
1600
1935
|
__typename?: boolean | `@${string}`
|
|
1601
1936
|
}>;
|
|
1602
|
-
["
|
|
1603
|
-
|
|
1604
|
-
|
|
1937
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"]: AliasType<{
|
|
1938
|
+
address?:ResolverInputTypes["InputField"],
|
|
1939
|
+
postcode?:ResolverInputTypes["InputField"],
|
|
1940
|
+
email?:ResolverInputTypes["InputField"],
|
|
1605
1941
|
__typename?: boolean | `@${string}`
|
|
1606
1942
|
}>;
|
|
1607
|
-
["
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1943
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"]: AliasType<{
|
|
1944
|
+
cta?:ResolverInputTypes["ButtonField"],
|
|
1945
|
+
__typename?: boolean | `@${string}`
|
|
1946
|
+
}>;
|
|
1947
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_form"]: AliasType<{
|
|
1948
|
+
field_grid?:ResolverInputTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"],
|
|
1949
|
+
form_actions?:ResolverInputTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"],
|
|
1950
|
+
__typename?: boolean | `@${string}`
|
|
1951
|
+
}>;
|
|
1952
|
+
["Shapehero_propertyHeroContainerRowContentblock"]: AliasType<{
|
|
1953
|
+
eyebrow?:boolean | `@${string}`,
|
|
1954
|
+
title?:boolean | `@${string}`,
|
|
1955
|
+
description?:boolean | `@${string}`,
|
|
1956
|
+
features?:ResolverInputTypes["Shapehero_propertyHeroContainerRowContentblockFeatures"],
|
|
1957
|
+
valuation_form?:ResolverInputTypes["Shapehero_propertyHeroContainerRowContentblockValuation_form"],
|
|
1958
|
+
__typename?: boolean | `@${string}`
|
|
1959
|
+
}>;
|
|
1960
|
+
["Shapehero_propertyHeroContainerRowFigureAttributionblock"]: AliasType<{
|
|
1961
|
+
indicator?:boolean | `@${string}`,
|
|
1962
|
+
review_note?:boolean | `@${string}`,
|
|
1963
|
+
__typename?: boolean | `@${string}`
|
|
1964
|
+
}>;
|
|
1965
|
+
["Shapehero_propertyHeroContainerRowFigure"]: AliasType<{
|
|
1966
|
+
image?:ResolverInputTypes["ImageField"],
|
|
1967
|
+
attributionblock?:ResolverInputTypes["Shapehero_propertyHeroContainerRowFigureAttributionblock"],
|
|
1968
|
+
__typename?: boolean | `@${string}`
|
|
1969
|
+
}>;
|
|
1970
|
+
["Shapehero_propertyHeroContainerRow"]: AliasType<{
|
|
1971
|
+
contentblock?:ResolverInputTypes["Shapehero_propertyHeroContainerRowContentblock"],
|
|
1972
|
+
figure?:ResolverInputTypes["Shapehero_propertyHeroContainerRowFigure"],
|
|
1973
|
+
__typename?: boolean | `@${string}`
|
|
1974
|
+
}>;
|
|
1975
|
+
["Shapehero_propertyHeroContainer"]: AliasType<{
|
|
1976
|
+
row?:ResolverInputTypes["Shapehero_propertyHeroContainerRow"],
|
|
1977
|
+
__typename?: boolean | `@${string}`
|
|
1978
|
+
}>;
|
|
1979
|
+
["Shapehero_propertyHero"]: AliasType<{
|
|
1980
|
+
container?:ResolverInputTypes["Shapehero_propertyHeroContainer"],
|
|
1981
|
+
__typename?: boolean | `@${string}`
|
|
1982
|
+
}>;
|
|
1983
|
+
["Shapehero_property"]: AliasType<{
|
|
1984
|
+
hero?:ResolverInputTypes["Shapehero_propertyHero"],
|
|
1613
1985
|
_id?:boolean | `@${string}`,
|
|
1614
1986
|
createdAt?:boolean | `@${string}`,
|
|
1615
1987
|
updatedAt?:boolean | `@${string}`,
|
|
1616
|
-
draft_version?:boolean | `@${string}`,
|
|
1617
|
-
json_ld?:boolean | `@${string}`,
|
|
1618
1988
|
__typename?: boolean | `@${string}`
|
|
1619
1989
|
}>;
|
|
1620
|
-
["
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1990
|
+
["Shapelanding_aboutSectionContainerGridDetails"]: AliasType<{
|
|
1991
|
+
description?:boolean | `@${string}`,
|
|
1992
|
+
items?:boolean | `@${string}`,
|
|
1993
|
+
description_2?:boolean | `@${string}`,
|
|
1994
|
+
__typename?: boolean | `@${string}`
|
|
1995
|
+
}>;
|
|
1996
|
+
["Shapelanding_aboutSectionContainerGrid"]: AliasType<{
|
|
1997
|
+
subtitle?:boolean | `@${string}`,
|
|
1998
|
+
details?:ResolverInputTypes["Shapelanding_aboutSectionContainerGridDetails"],
|
|
1999
|
+
__typename?: boolean | `@${string}`
|
|
2000
|
+
}>;
|
|
2001
|
+
["Shapelanding_aboutSectionContainer"]: AliasType<{
|
|
2002
|
+
grid?:ResolverInputTypes["Shapelanding_aboutSectionContainerGrid"],
|
|
2003
|
+
__typename?: boolean | `@${string}`
|
|
2004
|
+
}>;
|
|
2005
|
+
["Shapelanding_aboutSection"]: AliasType<{
|
|
2006
|
+
container?:ResolverInputTypes["Shapelanding_aboutSectionContainer"],
|
|
2007
|
+
__typename?: boolean | `@${string}`
|
|
2008
|
+
}>;
|
|
2009
|
+
["Shapelanding_about"]: AliasType<{
|
|
2010
|
+
section?:ResolverInputTypes["Shapelanding_aboutSection"],
|
|
1626
2011
|
_id?:boolean | `@${string}`,
|
|
1627
2012
|
createdAt?:boolean | `@${string}`,
|
|
1628
2013
|
updatedAt?:boolean | `@${string}`,
|
|
1629
|
-
draft_version?:boolean | `@${string}`,
|
|
1630
|
-
json_ld?:boolean | `@${string}`,
|
|
1631
2014
|
__typename?: boolean | `@${string}`
|
|
1632
2015
|
}>;
|
|
1633
|
-
["
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
2016
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"]: AliasType<{
|
|
2017
|
+
cta?:boolean | `@${string}`,
|
|
2018
|
+
href?:boolean | `@${string}`,
|
|
2019
|
+
__typename?: boolean | `@${string}`
|
|
2020
|
+
}>;
|
|
2021
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"]: AliasType<{
|
|
2022
|
+
cta?:boolean | `@${string}`,
|
|
2023
|
+
href?:boolean | `@${string}`,
|
|
2024
|
+
__typename?: boolean | `@${string}`
|
|
2025
|
+
}>;
|
|
2026
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblock"]: AliasType<{
|
|
2027
|
+
telefon?:ResolverInputTypes["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"],
|
|
2028
|
+
e_mail?:ResolverInputTypes["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"],
|
|
1640
2029
|
__typename?: boolean | `@${string}`
|
|
1641
2030
|
}>;
|
|
1642
|
-
["
|
|
1643
|
-
|
|
1644
|
-
|
|
2031
|
+
["Shapelanding_contactSectionContainerGridContentblock"]: AliasType<{
|
|
2032
|
+
description?:boolean | `@${string}`,
|
|
2033
|
+
description_2?:boolean | `@${string}`,
|
|
2034
|
+
contactblock?:ResolverInputTypes["Shapelanding_contactSectionContainerGridContentblockContactblock"],
|
|
2035
|
+
company_info?:boolean | `@${string}`,
|
|
2036
|
+
__typename?: boolean | `@${string}`
|
|
2037
|
+
}>;
|
|
2038
|
+
["Shapelanding_contactSectionContainerGrid"]: AliasType<{
|
|
2039
|
+
subtitle?:boolean | `@${string}`,
|
|
2040
|
+
contentblock?:ResolverInputTypes["Shapelanding_contactSectionContainerGridContentblock"],
|
|
2041
|
+
__typename?: boolean | `@${string}`
|
|
2042
|
+
}>;
|
|
2043
|
+
["Shapelanding_contactSectionContainer"]: AliasType<{
|
|
2044
|
+
grid?:ResolverInputTypes["Shapelanding_contactSectionContainerGrid"],
|
|
2045
|
+
__typename?: boolean | `@${string}`
|
|
2046
|
+
}>;
|
|
2047
|
+
["Shapelanding_contactSection"]: AliasType<{
|
|
2048
|
+
container?:ResolverInputTypes["Shapelanding_contactSectionContainer"],
|
|
2049
|
+
__typename?: boolean | `@${string}`
|
|
2050
|
+
}>;
|
|
2051
|
+
["Shapelanding_contact"]: AliasType<{
|
|
2052
|
+
section?:ResolverInputTypes["Shapelanding_contactSection"],
|
|
2053
|
+
_id?:boolean | `@${string}`,
|
|
2054
|
+
createdAt?:boolean | `@${string}`,
|
|
2055
|
+
updatedAt?:boolean | `@${string}`,
|
|
2056
|
+
__typename?: boolean | `@${string}`
|
|
2057
|
+
}>;
|
|
2058
|
+
["Shapelanding_documentsSectionContainerGridDetails"]: AliasType<{
|
|
2059
|
+
description?:boolean | `@${string}`,
|
|
2060
|
+
items?:boolean | `@${string}`,
|
|
1645
2061
|
__typename?: boolean | `@${string}`
|
|
1646
2062
|
}>;
|
|
1647
|
-
["
|
|
1648
|
-
|
|
1649
|
-
|
|
2063
|
+
["Shapelanding_documentsSectionContainerGrid"]: AliasType<{
|
|
2064
|
+
subtitle?:boolean | `@${string}`,
|
|
2065
|
+
details?:ResolverInputTypes["Shapelanding_documentsSectionContainerGridDetails"],
|
|
1650
2066
|
__typename?: boolean | `@${string}`
|
|
1651
2067
|
}>;
|
|
1652
|
-
["
|
|
1653
|
-
|
|
2068
|
+
["Shapelanding_documentsSectionContainer"]: AliasType<{
|
|
2069
|
+
grid?:ResolverInputTypes["Shapelanding_documentsSectionContainerGrid"],
|
|
1654
2070
|
__typename?: boolean | `@${string}`
|
|
1655
2071
|
}>;
|
|
1656
|
-
["
|
|
1657
|
-
|
|
2072
|
+
["Shapelanding_documentsSection"]: AliasType<{
|
|
2073
|
+
container?:ResolverInputTypes["Shapelanding_documentsSectionContainer"],
|
|
1658
2074
|
__typename?: boolean | `@${string}`
|
|
1659
2075
|
}>;
|
|
1660
|
-
["
|
|
1661
|
-
|
|
1662
|
-
|
|
2076
|
+
["Shapelanding_documents"]: AliasType<{
|
|
2077
|
+
section?:ResolverInputTypes["Shapelanding_documentsSection"],
|
|
2078
|
+
_id?:boolean | `@${string}`,
|
|
2079
|
+
createdAt?:boolean | `@${string}`,
|
|
2080
|
+
updatedAt?:boolean | `@${string}`,
|
|
1663
2081
|
__typename?: boolean | `@${string}`
|
|
1664
2082
|
}>;
|
|
1665
|
-
["
|
|
1666
|
-
|
|
2083
|
+
["Shapelanding_heroSectionContainerContentCtasCall_1"]: AliasType<{
|
|
2084
|
+
cta?:boolean | `@${string}`,
|
|
2085
|
+
href?:boolean | `@${string}`,
|
|
1667
2086
|
__typename?: boolean | `@${string}`
|
|
1668
2087
|
}>;
|
|
1669
|
-
["
|
|
1670
|
-
|
|
2088
|
+
["Shapelanding_heroSectionContainerContentCtasCall_2"]: AliasType<{
|
|
2089
|
+
cta?:boolean | `@${string}`,
|
|
2090
|
+
href?:boolean | `@${string}`,
|
|
1671
2091
|
__typename?: boolean | `@${string}`
|
|
1672
2092
|
}>;
|
|
1673
|
-
["
|
|
1674
|
-
|
|
1675
|
-
|
|
2093
|
+
["Shapelanding_heroSectionContainerContentCtas"]: AliasType<{
|
|
2094
|
+
call_1?:ResolverInputTypes["Shapelanding_heroSectionContainerContentCtasCall_1"],
|
|
2095
|
+
call_2?:ResolverInputTypes["Shapelanding_heroSectionContainerContentCtasCall_2"],
|
|
1676
2096
|
__typename?: boolean | `@${string}`
|
|
1677
2097
|
}>;
|
|
1678
|
-
["
|
|
1679
|
-
|
|
2098
|
+
["Shapelanding_heroSectionContainerContent"]: AliasType<{
|
|
2099
|
+
title?:boolean | `@${string}`,
|
|
2100
|
+
description?:boolean | `@${string}`,
|
|
2101
|
+
ctas?:ResolverInputTypes["Shapelanding_heroSectionContainerContentCtas"],
|
|
1680
2102
|
__typename?: boolean | `@${string}`
|
|
1681
2103
|
}>;
|
|
1682
|
-
["
|
|
1683
|
-
|
|
1684
|
-
|
|
2104
|
+
["Shapelanding_heroSectionContainer"]: AliasType<{
|
|
2105
|
+
content?:ResolverInputTypes["Shapelanding_heroSectionContainerContent"],
|
|
2106
|
+
logo?:ResolverInputTypes["Shapelogo"],
|
|
1685
2107
|
__typename?: boolean | `@${string}`
|
|
1686
2108
|
}>;
|
|
1687
|
-
["
|
|
1688
|
-
|
|
2109
|
+
["Shapelanding_heroSection"]: AliasType<{
|
|
2110
|
+
container?:ResolverInputTypes["Shapelanding_heroSectionContainer"],
|
|
1689
2111
|
__typename?: boolean | `@${string}`
|
|
1690
2112
|
}>;
|
|
1691
|
-
["
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
2113
|
+
["Shapelanding_hero"]: AliasType<{
|
|
2114
|
+
section?:ResolverInputTypes["Shapelanding_heroSection"],
|
|
2115
|
+
_id?:boolean | `@${string}`,
|
|
2116
|
+
createdAt?:boolean | `@${string}`,
|
|
2117
|
+
updatedAt?:boolean | `@${string}`,
|
|
2118
|
+
__typename?: boolean | `@${string}`
|
|
2119
|
+
}>;
|
|
2120
|
+
["Shapelanding_offerSectionContainerGridDetails"]: AliasType<{
|
|
2121
|
+
description?:boolean | `@${string}`,
|
|
2122
|
+
items?:boolean | `@${string}`,
|
|
2123
|
+
__typename?: boolean | `@${string}`
|
|
2124
|
+
}>;
|
|
2125
|
+
["Shapelanding_offerSectionContainerGrid"]: AliasType<{
|
|
2126
|
+
subtitle?:boolean | `@${string}`,
|
|
2127
|
+
details?:ResolverInputTypes["Shapelanding_offerSectionContainerGridDetails"],
|
|
2128
|
+
__typename?: boolean | `@${string}`
|
|
2129
|
+
}>;
|
|
2130
|
+
["Shapelanding_offerSectionContainer"]: AliasType<{
|
|
2131
|
+
grid?:ResolverInputTypes["Shapelanding_offerSectionContainerGrid"],
|
|
2132
|
+
__typename?: boolean | `@${string}`
|
|
2133
|
+
}>;
|
|
2134
|
+
["Shapelanding_offerSection"]: AliasType<{
|
|
2135
|
+
container?:ResolverInputTypes["Shapelanding_offerSectionContainer"],
|
|
2136
|
+
__typename?: boolean | `@${string}`
|
|
2137
|
+
}>;
|
|
2138
|
+
["Shapelanding_offer"]: AliasType<{
|
|
2139
|
+
section?:ResolverInputTypes["Shapelanding_offerSection"],
|
|
2140
|
+
_id?:boolean | `@${string}`,
|
|
2141
|
+
createdAt?:boolean | `@${string}`,
|
|
2142
|
+
updatedAt?:boolean | `@${string}`,
|
|
2143
|
+
__typename?: boolean | `@${string}`
|
|
2144
|
+
}>;
|
|
2145
|
+
["Shapelanding_pageMain"]: AliasType<{
|
|
2146
|
+
hero?:boolean | `@${string}`,
|
|
2147
|
+
about?:boolean | `@${string}`,
|
|
2148
|
+
offer?:boolean | `@${string}`,
|
|
2149
|
+
purposes?:boolean | `@${string}`,
|
|
2150
|
+
documents?:boolean | `@${string}`,
|
|
2151
|
+
pricing_note?:boolean | `@${string}`,
|
|
2152
|
+
contact?:boolean | `@${string}`,
|
|
2153
|
+
__typename?: boolean | `@${string}`
|
|
2154
|
+
}>;
|
|
2155
|
+
["Shapelanding_page"]: AliasType<{
|
|
2156
|
+
main?:ResolverInputTypes["Shapelanding_pageMain"],
|
|
2157
|
+
_id?:boolean | `@${string}`,
|
|
2158
|
+
createdAt?:boolean | `@${string}`,
|
|
2159
|
+
updatedAt?:boolean | `@${string}`,
|
|
2160
|
+
__typename?: boolean | `@${string}`
|
|
2161
|
+
}>;
|
|
2162
|
+
["Shapelanding_pricing_noteSectionContainerContent"]: AliasType<{
|
|
2163
|
+
subtitle?:boolean | `@${string}`,
|
|
2164
|
+
description?:boolean | `@${string}`,
|
|
2165
|
+
__typename?: boolean | `@${string}`
|
|
2166
|
+
}>;
|
|
2167
|
+
["Shapelanding_pricing_noteSectionContainer"]: AliasType<{
|
|
2168
|
+
content?:ResolverInputTypes["Shapelanding_pricing_noteSectionContainerContent"],
|
|
2169
|
+
__typename?: boolean | `@${string}`
|
|
2170
|
+
}>;
|
|
2171
|
+
["Shapelanding_pricing_noteSection"]: AliasType<{
|
|
2172
|
+
container?:ResolverInputTypes["Shapelanding_pricing_noteSectionContainer"],
|
|
2173
|
+
__typename?: boolean | `@${string}`
|
|
2174
|
+
}>;
|
|
2175
|
+
["Shapelanding_pricing_note"]: AliasType<{
|
|
2176
|
+
section?:ResolverInputTypes["Shapelanding_pricing_noteSection"],
|
|
2177
|
+
_id?:boolean | `@${string}`,
|
|
2178
|
+
createdAt?:boolean | `@${string}`,
|
|
2179
|
+
updatedAt?:boolean | `@${string}`,
|
|
2180
|
+
__typename?: boolean | `@${string}`
|
|
2181
|
+
}>;
|
|
2182
|
+
["Shapelanding_purposesSectionContainerGridContent_block"]: AliasType<{
|
|
2183
|
+
description?:boolean | `@${string}`,
|
|
2184
|
+
items?:boolean | `@${string}`,
|
|
2185
|
+
__typename?: boolean | `@${string}`
|
|
2186
|
+
}>;
|
|
2187
|
+
["Shapelanding_purposesSectionContainerGrid"]: AliasType<{
|
|
2188
|
+
subtitle?:boolean | `@${string}`,
|
|
2189
|
+
content_block?:ResolverInputTypes["Shapelanding_purposesSectionContainerGridContent_block"],
|
|
2190
|
+
__typename?: boolean | `@${string}`
|
|
2191
|
+
}>;
|
|
2192
|
+
["Shapelanding_purposesSectionContainer"]: AliasType<{
|
|
2193
|
+
grid?:ResolverInputTypes["Shapelanding_purposesSectionContainerGrid"],
|
|
2194
|
+
__typename?: boolean | `@${string}`
|
|
2195
|
+
}>;
|
|
2196
|
+
["Shapelanding_purposesSection"]: AliasType<{
|
|
2197
|
+
container?:ResolverInputTypes["Shapelanding_purposesSectionContainer"],
|
|
2198
|
+
__typename?: boolean | `@${string}`
|
|
2199
|
+
}>;
|
|
2200
|
+
["Shapelanding_purposes"]: AliasType<{
|
|
2201
|
+
section?:ResolverInputTypes["Shapelanding_purposesSection"],
|
|
2202
|
+
_id?:boolean | `@${string}`,
|
|
2203
|
+
createdAt?:boolean | `@${string}`,
|
|
2204
|
+
updatedAt?:boolean | `@${string}`,
|
|
2205
|
+
__typename?: boolean | `@${string}`
|
|
2206
|
+
}>;
|
|
2207
|
+
["Shapelogo"]: AliasType<{
|
|
2208
|
+
main?:boolean | `@${string}`,
|
|
2209
|
+
_id?:boolean | `@${string}`,
|
|
2210
|
+
createdAt?:boolean | `@${string}`,
|
|
2211
|
+
updatedAt?:boolean | `@${string}`,
|
|
2212
|
+
__typename?: boolean | `@${string}`
|
|
2213
|
+
}>;
|
|
2214
|
+
["Shapenav"]: AliasType<{
|
|
2215
|
+
_id?:boolean | `@${string}`,
|
|
2216
|
+
createdAt?:boolean | `@${string}`,
|
|
2217
|
+
updatedAt?:boolean | `@${string}`,
|
|
2218
|
+
__typename?: boolean | `@${string}`
|
|
2219
|
+
}>;
|
|
2220
|
+
["ShapeomnieContainerCardGridFigure"]: AliasType<{
|
|
2221
|
+
image?:ResolverInputTypes["ImageField"],
|
|
2222
|
+
figcaption?:boolean | `@${string}`,
|
|
2223
|
+
__typename?: boolean | `@${string}`
|
|
2224
|
+
}>;
|
|
2225
|
+
["ShapeomnieContainerCardGridContent_blockHeader"]: AliasType<{
|
|
2226
|
+
o_mnie_label?:boolean | `@${string}`,
|
|
2227
|
+
subtitle?:boolean | `@${string}`,
|
|
2228
|
+
intro?:boolean | `@${string}`,
|
|
2229
|
+
__typename?: boolean | `@${string}`
|
|
2230
|
+
}>;
|
|
2231
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"]: AliasType<{
|
|
2232
|
+
title?:boolean | `@${string}`,
|
|
2233
|
+
href?:boolean | `@${string}`,
|
|
2234
|
+
__typename?: boolean | `@${string}`
|
|
2235
|
+
}>;
|
|
2236
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"]: AliasType<{
|
|
2237
|
+
title?:boolean | `@${string}`,
|
|
2238
|
+
href?:boolean | `@${string}`,
|
|
2239
|
+
__typename?: boolean | `@${string}`
|
|
2240
|
+
}>;
|
|
2241
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttons"]: AliasType<{
|
|
2242
|
+
primary_cta?:ResolverInputTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"],
|
|
2243
|
+
secondary_cta?:ResolverInputTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"],
|
|
2244
|
+
__typename?: boolean | `@${string}`
|
|
2245
|
+
}>;
|
|
2246
|
+
["ShapeomnieContainerCardGridContent_block"]: AliasType<{
|
|
2247
|
+
header?:ResolverInputTypes["ShapeomnieContainerCardGridContent_blockHeader"],
|
|
2248
|
+
items?:boolean | `@${string}`,
|
|
2249
|
+
conclusion?:boolean | `@${string}`,
|
|
2250
|
+
cta_buttons?:ResolverInputTypes["ShapeomnieContainerCardGridContent_blockCta_buttons"],
|
|
2251
|
+
__typename?: boolean | `@${string}`
|
|
2252
|
+
}>;
|
|
2253
|
+
["ShapeomnieContainerCardGrid"]: AliasType<{
|
|
2254
|
+
figure?:ResolverInputTypes["ShapeomnieContainerCardGridFigure"],
|
|
2255
|
+
content_block?:ResolverInputTypes["ShapeomnieContainerCardGridContent_block"],
|
|
2256
|
+
__typename?: boolean | `@${string}`
|
|
2257
|
+
}>;
|
|
2258
|
+
["ShapeomnieContainerCard"]: AliasType<{
|
|
2259
|
+
grid?:ResolverInputTypes["ShapeomnieContainerCardGrid"],
|
|
2260
|
+
__typename?: boolean | `@${string}`
|
|
2261
|
+
}>;
|
|
2262
|
+
["ShapeomnieContainer"]: AliasType<{
|
|
2263
|
+
card?:ResolverInputTypes["ShapeomnieContainerCard"],
|
|
2264
|
+
__typename?: boolean | `@${string}`
|
|
2265
|
+
}>;
|
|
2266
|
+
["Shapeomnie"]: AliasType<{
|
|
2267
|
+
container?:ResolverInputTypes["ShapeomnieContainer"],
|
|
1698
2268
|
_id?:boolean | `@${string}`,
|
|
1699
2269
|
createdAt?:boolean | `@${string}`,
|
|
1700
2270
|
updatedAt?:boolean | `@${string}`,
|
|
1701
2271
|
__typename?: boolean | `@${string}`
|
|
1702
2272
|
}>;
|
|
1703
2273
|
["RootParamsInput"]: {
|
|
1704
|
-
_version?: string | undefined | null
|
|
1705
|
-
locale?: string | undefined | null
|
|
2274
|
+
_version?: string | undefined | null
|
|
1706
2275
|
};
|
|
1707
2276
|
["RootParamsEnum"]:RootParamsEnum;
|
|
1708
|
-
["aaaaaaaaaaaaaSortInput"]: {
|
|
1709
|
-
slug?: ResolverInputTypes["Sort"] | undefined | null,
|
|
1710
|
-
createdAt?: ResolverInputTypes["Sort"] | undefined | null,
|
|
1711
|
-
updatedAt?: ResolverInputTypes["Sort"] | undefined | null
|
|
1712
|
-
};
|
|
1713
|
-
["testxSortInput"]: {
|
|
1714
|
-
slug?: ResolverInputTypes["Sort"] | undefined | null,
|
|
1715
|
-
createdAt?: ResolverInputTypes["Sort"] | undefined | null,
|
|
1716
|
-
updatedAt?: ResolverInputTypes["Sort"] | undefined | null
|
|
1717
|
-
};
|
|
1718
|
-
["aaaaaaaaaaaaaFilterInput"]: {
|
|
1719
|
-
slug?: ResolverInputTypes["FilterInputString"] | undefined | null
|
|
1720
|
-
};
|
|
1721
|
-
["testxFilterInput"]: {
|
|
1722
|
-
slug?: ResolverInputTypes["FilterInputString"] | undefined | null
|
|
1723
|
-
};
|
|
1724
2277
|
["schema"]: AliasType<{
|
|
1725
2278
|
query?:ResolverInputTypes["Query"],
|
|
1726
2279
|
mutation?:ResolverInputTypes["Mutation"],
|
|
@@ -1869,6 +2422,11 @@ export type ModelTypes = {
|
|
|
1869
2422
|
placeholder?: string | undefined | null,
|
|
1870
2423
|
type?: string | undefined | null,
|
|
1871
2424
|
defaultValue?: string | undefined | null
|
|
2425
|
+
};
|
|
2426
|
+
["LinkField"]: {
|
|
2427
|
+
label?: string | undefined | null,
|
|
2428
|
+
href?: string | undefined | null,
|
|
2429
|
+
target?: string | undefined | null
|
|
1872
2430
|
};
|
|
1873
2431
|
["ButtonField"]: {
|
|
1874
2432
|
label?: string | undefined | null,
|
|
@@ -1908,45 +2466,75 @@ export type ModelTypes = {
|
|
|
1908
2466
|
shapeLibraries?: Array<ModelTypes["ShapeLibrary"]> | undefined | null,
|
|
1909
2467
|
responses?: ModelTypes["JSON"] | undefined | null,
|
|
1910
2468
|
response?: ModelTypes["JSON"] | undefined | null,
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
2469
|
+
fieldSetShapehero_property: string,
|
|
2470
|
+
modelShapehero_property: ModelTypes["ModelNavigationCompiled"],
|
|
2471
|
+
previewFieldsShapehero_property: ModelTypes["ModelNavigationCompiled"],
|
|
2472
|
+
oneShapehero_property?: ModelTypes["Shapehero_property"] | undefined | null,
|
|
2473
|
+
fieldSetShapelanding_about: string,
|
|
2474
|
+
modelShapelanding_about: ModelTypes["ModelNavigationCompiled"],
|
|
2475
|
+
previewFieldsShapelanding_about: ModelTypes["ModelNavigationCompiled"],
|
|
2476
|
+
oneShapelanding_about?: ModelTypes["Shapelanding_about"] | undefined | null,
|
|
2477
|
+
fieldSetShapelanding_contact: string,
|
|
2478
|
+
modelShapelanding_contact: ModelTypes["ModelNavigationCompiled"],
|
|
2479
|
+
previewFieldsShapelanding_contact: ModelTypes["ModelNavigationCompiled"],
|
|
2480
|
+
oneShapelanding_contact?: ModelTypes["Shapelanding_contact"] | undefined | null,
|
|
2481
|
+
fieldSetShapelanding_documents: string,
|
|
2482
|
+
modelShapelanding_documents: ModelTypes["ModelNavigationCompiled"],
|
|
2483
|
+
previewFieldsShapelanding_documents: ModelTypes["ModelNavigationCompiled"],
|
|
2484
|
+
oneShapelanding_documents?: ModelTypes["Shapelanding_documents"] | undefined | null,
|
|
2485
|
+
fieldSetShapelanding_hero: string,
|
|
2486
|
+
modelShapelanding_hero: ModelTypes["ModelNavigationCompiled"],
|
|
2487
|
+
previewFieldsShapelanding_hero: ModelTypes["ModelNavigationCompiled"],
|
|
2488
|
+
oneShapelanding_hero?: ModelTypes["Shapelanding_hero"] | undefined | null,
|
|
2489
|
+
fieldSetShapelanding_offer: string,
|
|
2490
|
+
modelShapelanding_offer: ModelTypes["ModelNavigationCompiled"],
|
|
2491
|
+
previewFieldsShapelanding_offer: ModelTypes["ModelNavigationCompiled"],
|
|
2492
|
+
oneShapelanding_offer?: ModelTypes["Shapelanding_offer"] | undefined | null,
|
|
2493
|
+
fieldSetShapelanding_page: string,
|
|
2494
|
+
modelShapelanding_page: ModelTypes["ModelNavigationCompiled"],
|
|
2495
|
+
previewFieldsShapelanding_page: ModelTypes["ModelNavigationCompiled"],
|
|
2496
|
+
oneShapelanding_page?: ModelTypes["Shapelanding_page"] | undefined | null,
|
|
2497
|
+
fieldSetShapelanding_pricing_note: string,
|
|
2498
|
+
modelShapelanding_pricing_note: ModelTypes["ModelNavigationCompiled"],
|
|
2499
|
+
previewFieldsShapelanding_pricing_note: ModelTypes["ModelNavigationCompiled"],
|
|
2500
|
+
oneShapelanding_pricing_note?: ModelTypes["Shapelanding_pricing_note"] | undefined | null,
|
|
2501
|
+
fieldSetShapelanding_purposes: string,
|
|
2502
|
+
modelShapelanding_purposes: ModelTypes["ModelNavigationCompiled"],
|
|
2503
|
+
previewFieldsShapelanding_purposes: ModelTypes["ModelNavigationCompiled"],
|
|
2504
|
+
oneShapelanding_purposes?: ModelTypes["Shapelanding_purposes"] | undefined | null,
|
|
2505
|
+
fieldSetShapelogo: string,
|
|
2506
|
+
modelShapelogo: ModelTypes["ModelNavigationCompiled"],
|
|
2507
|
+
previewFieldsShapelogo: ModelTypes["ModelNavigationCompiled"],
|
|
2508
|
+
oneShapelogo?: ModelTypes["Shapelogo"] | undefined | null,
|
|
2509
|
+
fieldSetShapenav: string,
|
|
2510
|
+
modelShapenav: ModelTypes["ModelNavigationCompiled"],
|
|
2511
|
+
previewFieldsShapenav: ModelTypes["ModelNavigationCompiled"],
|
|
2512
|
+
oneShapenav?: ModelTypes["Shapenav"] | undefined | null,
|
|
2513
|
+
fieldSetShapeomnie: string,
|
|
2514
|
+
modelShapeomnie: ModelTypes["ModelNavigationCompiled"],
|
|
2515
|
+
previewFieldsShapeomnie: ModelTypes["ModelNavigationCompiled"],
|
|
2516
|
+
oneShapeomnie?: ModelTypes["Shapeomnie"] | undefined | null,
|
|
2517
|
+
variantsViewhompage?: Array<ModelTypes["Viewhompage"]> | undefined | null,
|
|
2518
|
+
fieldSetViewhompage: string,
|
|
2519
|
+
modelViewhompage: ModelTypes["ModelNavigationCompiled"],
|
|
2520
|
+
previewFieldsViewhompage: ModelTypes["ModelNavigationCompiled"],
|
|
2521
|
+
oneViewhompage?: ModelTypes["Viewhompage"] | undefined | null,
|
|
2522
|
+
oneAsScalarViewhompage?: ModelTypes["ViewAsScalar"] | undefined | null
|
|
1935
2523
|
};
|
|
1936
2524
|
["RootParamsType"]: {
|
|
1937
|
-
_version?: string | undefined | null
|
|
1938
|
-
locale?: string | undefined | null
|
|
2525
|
+
_version?: string | undefined | null
|
|
1939
2526
|
};
|
|
1940
|
-
["ModelEnum"]:ModelEnum;
|
|
1941
2527
|
["ViewEnum"]:ViewEnum;
|
|
1942
2528
|
["ShapeEnum"]:ShapeEnum;
|
|
1943
|
-
["
|
|
1944
|
-
items?: Array<ModelTypes["aaaaaaaaaaaaa"]> | undefined | null,
|
|
1945
|
-
pageInfo: ModelTypes["PageInfo"]
|
|
1946
|
-
};
|
|
1947
|
-
["aaaaaaaaaaaaa"]: {
|
|
2529
|
+
["Viewhompage"]: {
|
|
1948
2530
|
_version?: ModelTypes["VersionField"] | undefined | null,
|
|
1949
|
-
|
|
2531
|
+
herov2?: ModelTypes["Shapehero_property"] | undefined | null,
|
|
2532
|
+
about2?: ModelTypes["Shapeomnie"] | undefined | null,
|
|
2533
|
+
offer?: ModelTypes["Shapelanding_offer"] | undefined | null,
|
|
2534
|
+
purposes?: ModelTypes["Shapelanding_purposes"] | undefined | null,
|
|
2535
|
+
documents?: ModelTypes["Shapelanding_documents"] | undefined | null,
|
|
2536
|
+
pricing_note?: ModelTypes["Shapelanding_pricing_note"] | undefined | null,
|
|
2537
|
+
contact?: ModelTypes["Shapelanding_contact"] | undefined | null,
|
|
1950
2538
|
slug?: string | undefined | null,
|
|
1951
2539
|
_id: string,
|
|
1952
2540
|
createdAt?: number | undefined | null,
|
|
@@ -1954,115 +2542,286 @@ export type ModelTypes = {
|
|
|
1954
2542
|
draft_version?: boolean | undefined | null,
|
|
1955
2543
|
json_ld?: string | undefined | null
|
|
1956
2544
|
};
|
|
1957
|
-
["
|
|
1958
|
-
|
|
2545
|
+
["Shapehero_propertyHeroContainerRowContentblockFeatures"]: {
|
|
2546
|
+
feature?: Array<string | undefined | null> | undefined | null
|
|
1959
2547
|
};
|
|
1960
|
-
["
|
|
1961
|
-
|
|
1962
|
-
|
|
2548
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"]: {
|
|
2549
|
+
address?: ModelTypes["InputField"] | undefined | null,
|
|
2550
|
+
postcode?: ModelTypes["InputField"] | undefined | null,
|
|
2551
|
+
email?: ModelTypes["InputField"] | undefined | null
|
|
1963
2552
|
};
|
|
1964
|
-
["
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
2553
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"]: {
|
|
2554
|
+
cta?: ModelTypes["ButtonField"] | undefined | null
|
|
2555
|
+
};
|
|
2556
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_form"]: {
|
|
2557
|
+
field_grid?: ModelTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"] | undefined | null,
|
|
2558
|
+
form_actions?: ModelTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"] | undefined | null
|
|
2559
|
+
};
|
|
2560
|
+
["Shapehero_propertyHeroContainerRowContentblock"]: {
|
|
2561
|
+
eyebrow?: string | undefined | null,
|
|
2562
|
+
title?: string | undefined | null,
|
|
2563
|
+
description?: string | undefined | null,
|
|
2564
|
+
features?: ModelTypes["Shapehero_propertyHeroContainerRowContentblockFeatures"] | undefined | null,
|
|
2565
|
+
valuation_form?: ModelTypes["Shapehero_propertyHeroContainerRowContentblockValuation_form"] | undefined | null
|
|
2566
|
+
};
|
|
2567
|
+
["Shapehero_propertyHeroContainerRowFigureAttributionblock"]: {
|
|
2568
|
+
indicator?: string | undefined | null,
|
|
2569
|
+
review_note?: string | undefined | null
|
|
2570
|
+
};
|
|
2571
|
+
["Shapehero_propertyHeroContainerRowFigure"]: {
|
|
2572
|
+
image?: ModelTypes["ImageField"] | undefined | null,
|
|
2573
|
+
attributionblock?: ModelTypes["Shapehero_propertyHeroContainerRowFigureAttributionblock"] | undefined | null
|
|
2574
|
+
};
|
|
2575
|
+
["Shapehero_propertyHeroContainerRow"]: {
|
|
2576
|
+
contentblock?: ModelTypes["Shapehero_propertyHeroContainerRowContentblock"] | undefined | null,
|
|
2577
|
+
figure?: ModelTypes["Shapehero_propertyHeroContainerRowFigure"] | undefined | null
|
|
2578
|
+
};
|
|
2579
|
+
["Shapehero_propertyHeroContainer"]: {
|
|
2580
|
+
row?: ModelTypes["Shapehero_propertyHeroContainerRow"] | undefined | null
|
|
2581
|
+
};
|
|
2582
|
+
["Shapehero_propertyHero"]: {
|
|
2583
|
+
container?: ModelTypes["Shapehero_propertyHeroContainer"] | undefined | null
|
|
2584
|
+
};
|
|
2585
|
+
["Shapehero_property"]: {
|
|
2586
|
+
hero?: ModelTypes["Shapehero_propertyHero"] | undefined | null,
|
|
1970
2587
|
_id: string,
|
|
1971
2588
|
createdAt?: number | undefined | null,
|
|
1972
|
-
updatedAt?: number | undefined | null
|
|
1973
|
-
draft_version?: boolean | undefined | null,
|
|
1974
|
-
json_ld?: string | undefined | null
|
|
2589
|
+
updatedAt?: number | undefined | null
|
|
1975
2590
|
};
|
|
1976
|
-
["
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
2591
|
+
["Shapelanding_aboutSectionContainerGridDetails"]: {
|
|
2592
|
+
description?: string | undefined | null,
|
|
2593
|
+
items?: Array<string | undefined | null> | undefined | null,
|
|
2594
|
+
description_2?: string | undefined | null
|
|
2595
|
+
};
|
|
2596
|
+
["Shapelanding_aboutSectionContainerGrid"]: {
|
|
2597
|
+
subtitle?: string | undefined | null,
|
|
2598
|
+
details?: ModelTypes["Shapelanding_aboutSectionContainerGridDetails"] | undefined | null
|
|
2599
|
+
};
|
|
2600
|
+
["Shapelanding_aboutSectionContainer"]: {
|
|
2601
|
+
grid?: ModelTypes["Shapelanding_aboutSectionContainerGrid"] | undefined | null
|
|
2602
|
+
};
|
|
2603
|
+
["Shapelanding_aboutSection"]: {
|
|
2604
|
+
container?: ModelTypes["Shapelanding_aboutSectionContainer"] | undefined | null
|
|
2605
|
+
};
|
|
2606
|
+
["Shapelanding_about"]: {
|
|
2607
|
+
section?: ModelTypes["Shapelanding_aboutSection"] | undefined | null,
|
|
1982
2608
|
_id: string,
|
|
1983
2609
|
createdAt?: number | undefined | null,
|
|
1984
|
-
updatedAt?: number | undefined | null
|
|
1985
|
-
draft_version?: boolean | undefined | null,
|
|
1986
|
-
json_ld?: string | undefined | null
|
|
2610
|
+
updatedAt?: number | undefined | null
|
|
1987
2611
|
};
|
|
1988
|
-
["
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
button?: ModelTypes["ButtonField"] | undefined | null,
|
|
1992
|
-
variable?: ModelTypes["VariableField"] | undefined | null,
|
|
1993
|
-
button_modal?: ModelTypes["ButtonField"] | undefined | null,
|
|
1994
|
-
variable_modal?: ModelTypes["VariableField"] | undefined | null
|
|
2612
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"]: {
|
|
2613
|
+
cta?: string | undefined | null,
|
|
2614
|
+
href?: string | undefined | null
|
|
1995
2615
|
};
|
|
1996
|
-
["
|
|
1997
|
-
|
|
1998
|
-
|
|
2616
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"]: {
|
|
2617
|
+
cta?: string | undefined | null,
|
|
2618
|
+
href?: string | undefined | null
|
|
1999
2619
|
};
|
|
2000
|
-
["
|
|
2001
|
-
|
|
2002
|
-
|
|
2620
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblock"]: {
|
|
2621
|
+
telefon?: ModelTypes["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"] | undefined | null,
|
|
2622
|
+
e_mail?: ModelTypes["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"] | undefined | null
|
|
2003
2623
|
};
|
|
2004
|
-
["
|
|
2005
|
-
|
|
2624
|
+
["Shapelanding_contactSectionContainerGridContentblock"]: {
|
|
2625
|
+
description?: string | undefined | null,
|
|
2626
|
+
description_2?: string | undefined | null,
|
|
2627
|
+
contactblock?: ModelTypes["Shapelanding_contactSectionContainerGridContentblockContactblock"] | undefined | null,
|
|
2628
|
+
company_info?: string | undefined | null
|
|
2006
2629
|
};
|
|
2007
|
-
["
|
|
2008
|
-
|
|
2630
|
+
["Shapelanding_contactSectionContainerGrid"]: {
|
|
2631
|
+
subtitle?: string | undefined | null,
|
|
2632
|
+
contentblock?: ModelTypes["Shapelanding_contactSectionContainerGridContentblock"] | undefined | null
|
|
2009
2633
|
};
|
|
2010
|
-
["
|
|
2011
|
-
|
|
2012
|
-
dialog?: ModelTypes["Shapeexamples_pricingplans_9TestowepoleDialog"] | undefined | null
|
|
2634
|
+
["Shapelanding_contactSectionContainer"]: {
|
|
2635
|
+
grid?: ModelTypes["Shapelanding_contactSectionContainerGrid"] | undefined | null
|
|
2013
2636
|
};
|
|
2014
|
-
["
|
|
2015
|
-
|
|
2637
|
+
["Shapelanding_contactSection"]: {
|
|
2638
|
+
container?: ModelTypes["Shapelanding_contactSectionContainer"] | undefined | null
|
|
2016
2639
|
};
|
|
2017
|
-
["
|
|
2018
|
-
|
|
2640
|
+
["Shapelanding_contact"]: {
|
|
2641
|
+
section?: ModelTypes["Shapelanding_contactSection"] | undefined | null,
|
|
2642
|
+
_id: string,
|
|
2643
|
+
createdAt?: number | undefined | null,
|
|
2644
|
+
updatedAt?: number | undefined | null
|
|
2019
2645
|
};
|
|
2020
|
-
["
|
|
2021
|
-
|
|
2022
|
-
|
|
2646
|
+
["Shapelanding_documentsSectionContainerGridDetails"]: {
|
|
2647
|
+
description?: string | undefined | null,
|
|
2648
|
+
items?: Array<string | undefined | null> | undefined | null
|
|
2023
2649
|
};
|
|
2024
|
-
["
|
|
2025
|
-
|
|
2650
|
+
["Shapelanding_documentsSectionContainerGrid"]: {
|
|
2651
|
+
subtitle?: string | undefined | null,
|
|
2652
|
+
details?: ModelTypes["Shapelanding_documentsSectionContainerGridDetails"] | undefined | null
|
|
2026
2653
|
};
|
|
2027
|
-
["
|
|
2028
|
-
|
|
2029
|
-
step_three_field?: string | undefined | null
|
|
2654
|
+
["Shapelanding_documentsSectionContainer"]: {
|
|
2655
|
+
grid?: ModelTypes["Shapelanding_documentsSectionContainerGrid"] | undefined | null
|
|
2030
2656
|
};
|
|
2031
|
-
["
|
|
2032
|
-
|
|
2657
|
+
["Shapelanding_documentsSection"]: {
|
|
2658
|
+
container?: ModelTypes["Shapelanding_documentsSectionContainer"] | undefined | null
|
|
2033
2659
|
};
|
|
2034
|
-
["
|
|
2035
|
-
|
|
2036
|
-
testowepole?: ModelTypes["Shapeexamples_pricingplans_9Testowepole"] | undefined | null,
|
|
2037
|
-
step_variable?: ModelTypes["VariableField"] | undefined | null,
|
|
2038
|
-
step_one?: ModelTypes["Shapeexamples_pricingplans_9Step_one"] | undefined | null,
|
|
2039
|
-
step_two?: ModelTypes["Shapeexamples_pricingplans_9Step_two"] | undefined | null,
|
|
2040
|
-
step_three?: ModelTypes["Shapeexamples_pricingplans_9Step_three"] | undefined | null,
|
|
2660
|
+
["Shapelanding_documents"]: {
|
|
2661
|
+
section?: ModelTypes["Shapelanding_documentsSection"] | undefined | null,
|
|
2041
2662
|
_id: string,
|
|
2042
2663
|
createdAt?: number | undefined | null,
|
|
2043
2664
|
updatedAt?: number | undefined | null
|
|
2044
2665
|
};
|
|
2045
|
-
["
|
|
2046
|
-
|
|
2047
|
-
|
|
2666
|
+
["Shapelanding_heroSectionContainerContentCtasCall_1"]: {
|
|
2667
|
+
cta?: string | undefined | null,
|
|
2668
|
+
href?: string | undefined | null
|
|
2048
2669
|
};
|
|
2049
|
-
["
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2670
|
+
["Shapelanding_heroSectionContainerContentCtasCall_2"]: {
|
|
2671
|
+
cta?: string | undefined | null,
|
|
2672
|
+
href?: string | undefined | null
|
|
2673
|
+
};
|
|
2674
|
+
["Shapelanding_heroSectionContainerContentCtas"]: {
|
|
2675
|
+
call_1?: ModelTypes["Shapelanding_heroSectionContainerContentCtasCall_1"] | undefined | null,
|
|
2676
|
+
call_2?: ModelTypes["Shapelanding_heroSectionContainerContentCtasCall_2"] | undefined | null
|
|
2677
|
+
};
|
|
2678
|
+
["Shapelanding_heroSectionContainerContent"]: {
|
|
2679
|
+
title?: string | undefined | null,
|
|
2680
|
+
description?: string | undefined | null,
|
|
2681
|
+
ctas?: ModelTypes["Shapelanding_heroSectionContainerContentCtas"] | undefined | null
|
|
2682
|
+
};
|
|
2683
|
+
["Shapelanding_heroSectionContainer"]: {
|
|
2684
|
+
content?: ModelTypes["Shapelanding_heroSectionContainerContent"] | undefined | null,
|
|
2685
|
+
logo?: ModelTypes["Shapelogo"] | undefined | null
|
|
2686
|
+
};
|
|
2687
|
+
["Shapelanding_heroSection"]: {
|
|
2688
|
+
container?: ModelTypes["Shapelanding_heroSectionContainer"] | undefined | null
|
|
2689
|
+
};
|
|
2690
|
+
["Shapelanding_hero"]: {
|
|
2691
|
+
section?: ModelTypes["Shapelanding_heroSection"] | undefined | null,
|
|
2692
|
+
_id: string,
|
|
2693
|
+
createdAt?: number | undefined | null,
|
|
2694
|
+
updatedAt?: number | undefined | null
|
|
2695
|
+
};
|
|
2696
|
+
["Shapelanding_offerSectionContainerGridDetails"]: {
|
|
2697
|
+
description?: string | undefined | null,
|
|
2698
|
+
items?: Array<string | undefined | null> | undefined | null
|
|
2699
|
+
};
|
|
2700
|
+
["Shapelanding_offerSectionContainerGrid"]: {
|
|
2701
|
+
subtitle?: string | undefined | null,
|
|
2702
|
+
details?: ModelTypes["Shapelanding_offerSectionContainerGridDetails"] | undefined | null
|
|
2703
|
+
};
|
|
2704
|
+
["Shapelanding_offerSectionContainer"]: {
|
|
2705
|
+
grid?: ModelTypes["Shapelanding_offerSectionContainerGrid"] | undefined | null
|
|
2706
|
+
};
|
|
2707
|
+
["Shapelanding_offerSection"]: {
|
|
2708
|
+
container?: ModelTypes["Shapelanding_offerSectionContainer"] | undefined | null
|
|
2709
|
+
};
|
|
2710
|
+
["Shapelanding_offer"]: {
|
|
2711
|
+
section?: ModelTypes["Shapelanding_offerSection"] | undefined | null,
|
|
2712
|
+
_id: string,
|
|
2713
|
+
createdAt?: number | undefined | null,
|
|
2714
|
+
updatedAt?: number | undefined | null
|
|
2715
|
+
};
|
|
2716
|
+
["Shapelanding_pageMain"]: {
|
|
2717
|
+
hero?: string | undefined | null,
|
|
2718
|
+
about?: string | undefined | null,
|
|
2719
|
+
offer?: string | undefined | null,
|
|
2720
|
+
purposes?: string | undefined | null,
|
|
2721
|
+
documents?: string | undefined | null,
|
|
2722
|
+
pricing_note?: string | undefined | null,
|
|
2723
|
+
contact?: string | undefined | null
|
|
2724
|
+
};
|
|
2725
|
+
["Shapelanding_page"]: {
|
|
2726
|
+
main?: ModelTypes["Shapelanding_pageMain"] | undefined | null,
|
|
2727
|
+
_id: string,
|
|
2728
|
+
createdAt?: number | undefined | null,
|
|
2729
|
+
updatedAt?: number | undefined | null
|
|
2730
|
+
};
|
|
2731
|
+
["Shapelanding_pricing_noteSectionContainerContent"]: {
|
|
2732
|
+
subtitle?: string | undefined | null,
|
|
2733
|
+
description?: string | undefined | null
|
|
2734
|
+
};
|
|
2735
|
+
["Shapelanding_pricing_noteSectionContainer"]: {
|
|
2736
|
+
content?: ModelTypes["Shapelanding_pricing_noteSectionContainerContent"] | undefined | null
|
|
2737
|
+
};
|
|
2738
|
+
["Shapelanding_pricing_noteSection"]: {
|
|
2739
|
+
container?: ModelTypes["Shapelanding_pricing_noteSectionContainer"] | undefined | null
|
|
2740
|
+
};
|
|
2741
|
+
["Shapelanding_pricing_note"]: {
|
|
2742
|
+
section?: ModelTypes["Shapelanding_pricing_noteSection"] | undefined | null,
|
|
2743
|
+
_id: string,
|
|
2744
|
+
createdAt?: number | undefined | null,
|
|
2745
|
+
updatedAt?: number | undefined | null
|
|
2746
|
+
};
|
|
2747
|
+
["Shapelanding_purposesSectionContainerGridContent_block"]: {
|
|
2748
|
+
description?: string | undefined | null,
|
|
2749
|
+
items?: Array<string | undefined | null> | undefined | null
|
|
2750
|
+
};
|
|
2751
|
+
["Shapelanding_purposesSectionContainerGrid"]: {
|
|
2752
|
+
subtitle?: string | undefined | null,
|
|
2753
|
+
content_block?: ModelTypes["Shapelanding_purposesSectionContainerGridContent_block"] | undefined | null
|
|
2754
|
+
};
|
|
2755
|
+
["Shapelanding_purposesSectionContainer"]: {
|
|
2756
|
+
grid?: ModelTypes["Shapelanding_purposesSectionContainerGrid"] | undefined | null
|
|
2757
|
+
};
|
|
2758
|
+
["Shapelanding_purposesSection"]: {
|
|
2759
|
+
container?: ModelTypes["Shapelanding_purposesSectionContainer"] | undefined | null
|
|
2760
|
+
};
|
|
2761
|
+
["Shapelanding_purposes"]: {
|
|
2762
|
+
section?: ModelTypes["Shapelanding_purposesSection"] | undefined | null,
|
|
2763
|
+
_id: string,
|
|
2764
|
+
createdAt?: number | undefined | null,
|
|
2765
|
+
updatedAt?: number | undefined | null
|
|
2766
|
+
};
|
|
2767
|
+
["Shapelogo"]: {
|
|
2768
|
+
main?: string | undefined | null,
|
|
2769
|
+
_id: string,
|
|
2770
|
+
createdAt?: number | undefined | null,
|
|
2771
|
+
updatedAt?: number | undefined | null
|
|
2054
2772
|
};
|
|
2055
|
-
["
|
|
2056
|
-
|
|
2057
|
-
createdAt?:
|
|
2058
|
-
updatedAt?:
|
|
2773
|
+
["Shapenav"]: {
|
|
2774
|
+
_id: string,
|
|
2775
|
+
createdAt?: number | undefined | null,
|
|
2776
|
+
updatedAt?: number | undefined | null
|
|
2777
|
+
};
|
|
2778
|
+
["ShapeomnieContainerCardGridFigure"]: {
|
|
2779
|
+
image?: ModelTypes["ImageField"] | undefined | null,
|
|
2780
|
+
figcaption?: string | undefined | null
|
|
2781
|
+
};
|
|
2782
|
+
["ShapeomnieContainerCardGridContent_blockHeader"]: {
|
|
2783
|
+
o_mnie_label?: string | undefined | null,
|
|
2784
|
+
subtitle?: string | undefined | null,
|
|
2785
|
+
intro?: string | undefined | null
|
|
2786
|
+
};
|
|
2787
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"]: {
|
|
2788
|
+
title?: string | undefined | null,
|
|
2789
|
+
href?: string | undefined | null
|
|
2790
|
+
};
|
|
2791
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"]: {
|
|
2792
|
+
title?: string | undefined | null,
|
|
2793
|
+
href?: string | undefined | null
|
|
2794
|
+
};
|
|
2795
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttons"]: {
|
|
2796
|
+
primary_cta?: ModelTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"] | undefined | null,
|
|
2797
|
+
secondary_cta?: ModelTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"] | undefined | null
|
|
2059
2798
|
};
|
|
2060
|
-
["
|
|
2061
|
-
|
|
2799
|
+
["ShapeomnieContainerCardGridContent_block"]: {
|
|
2800
|
+
header?: ModelTypes["ShapeomnieContainerCardGridContent_blockHeader"] | undefined | null,
|
|
2801
|
+
items?: Array<string | undefined | null> | undefined | null,
|
|
2802
|
+
conclusion?: string | undefined | null,
|
|
2803
|
+
cta_buttons?: ModelTypes["ShapeomnieContainerCardGridContent_blockCta_buttons"] | undefined | null
|
|
2804
|
+
};
|
|
2805
|
+
["ShapeomnieContainerCardGrid"]: {
|
|
2806
|
+
figure?: ModelTypes["ShapeomnieContainerCardGridFigure"] | undefined | null,
|
|
2807
|
+
content_block?: ModelTypes["ShapeomnieContainerCardGridContent_block"] | undefined | null
|
|
2808
|
+
};
|
|
2809
|
+
["ShapeomnieContainerCard"]: {
|
|
2810
|
+
grid?: ModelTypes["ShapeomnieContainerCardGrid"] | undefined | null
|
|
2811
|
+
};
|
|
2812
|
+
["ShapeomnieContainer"]: {
|
|
2813
|
+
card?: ModelTypes["ShapeomnieContainerCard"] | undefined | null
|
|
2814
|
+
};
|
|
2815
|
+
["Shapeomnie"]: {
|
|
2816
|
+
container?: ModelTypes["ShapeomnieContainer"] | undefined | null,
|
|
2817
|
+
_id: string,
|
|
2818
|
+
createdAt?: number | undefined | null,
|
|
2819
|
+
updatedAt?: number | undefined | null
|
|
2062
2820
|
};
|
|
2063
|
-
["
|
|
2064
|
-
|
|
2821
|
+
["RootParamsInput"]: {
|
|
2822
|
+
_version?: string | undefined | null
|
|
2065
2823
|
};
|
|
2824
|
+
["RootParamsEnum"]:RootParamsEnum;
|
|
2066
2825
|
["schema"]: {
|
|
2067
2826
|
query?: ModelTypes["Query"] | undefined | null,
|
|
2068
2827
|
mutation?: ModelTypes["Mutation"] | undefined | null
|
|
@@ -2248,6 +3007,13 @@ export type GraphQLTypes = {
|
|
|
2248
3007
|
type?: string | undefined | null,
|
|
2249
3008
|
defaultValue?: string | undefined | null,
|
|
2250
3009
|
['...on InputField']: Omit<GraphQLTypes["InputField"], "...on InputField">
|
|
3010
|
+
};
|
|
3011
|
+
["LinkField"]: {
|
|
3012
|
+
__typename: "LinkField",
|
|
3013
|
+
label?: string | undefined | null,
|
|
3014
|
+
href?: string | undefined | null,
|
|
3015
|
+
target?: string | undefined | null,
|
|
3016
|
+
['...on LinkField']: Omit<GraphQLTypes["LinkField"], "...on LinkField">
|
|
2251
3017
|
};
|
|
2252
3018
|
["ButtonField"]: {
|
|
2253
3019
|
__typename: "ButtonField",
|
|
@@ -2297,202 +3063,495 @@ export type GraphQLTypes = {
|
|
|
2297
3063
|
shapeLibraries?: Array<GraphQLTypes["ShapeLibrary"]> | undefined | null,
|
|
2298
3064
|
responses?: GraphQLTypes["JSON"] | undefined | null,
|
|
2299
3065
|
response?: GraphQLTypes["JSON"] | undefined | null,
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
3066
|
+
fieldSetShapehero_property: string,
|
|
3067
|
+
modelShapehero_property: GraphQLTypes["ModelNavigationCompiled"],
|
|
3068
|
+
previewFieldsShapehero_property: GraphQLTypes["ModelNavigationCompiled"],
|
|
3069
|
+
oneShapehero_property?: GraphQLTypes["Shapehero_property"] | undefined | null,
|
|
3070
|
+
fieldSetShapelanding_about: string,
|
|
3071
|
+
modelShapelanding_about: GraphQLTypes["ModelNavigationCompiled"],
|
|
3072
|
+
previewFieldsShapelanding_about: GraphQLTypes["ModelNavigationCompiled"],
|
|
3073
|
+
oneShapelanding_about?: GraphQLTypes["Shapelanding_about"] | undefined | null,
|
|
3074
|
+
fieldSetShapelanding_contact: string,
|
|
3075
|
+
modelShapelanding_contact: GraphQLTypes["ModelNavigationCompiled"],
|
|
3076
|
+
previewFieldsShapelanding_contact: GraphQLTypes["ModelNavigationCompiled"],
|
|
3077
|
+
oneShapelanding_contact?: GraphQLTypes["Shapelanding_contact"] | undefined | null,
|
|
3078
|
+
fieldSetShapelanding_documents: string,
|
|
3079
|
+
modelShapelanding_documents: GraphQLTypes["ModelNavigationCompiled"],
|
|
3080
|
+
previewFieldsShapelanding_documents: GraphQLTypes["ModelNavigationCompiled"],
|
|
3081
|
+
oneShapelanding_documents?: GraphQLTypes["Shapelanding_documents"] | undefined | null,
|
|
3082
|
+
fieldSetShapelanding_hero: string,
|
|
3083
|
+
modelShapelanding_hero: GraphQLTypes["ModelNavigationCompiled"],
|
|
3084
|
+
previewFieldsShapelanding_hero: GraphQLTypes["ModelNavigationCompiled"],
|
|
3085
|
+
oneShapelanding_hero?: GraphQLTypes["Shapelanding_hero"] | undefined | null,
|
|
3086
|
+
fieldSetShapelanding_offer: string,
|
|
3087
|
+
modelShapelanding_offer: GraphQLTypes["ModelNavigationCompiled"],
|
|
3088
|
+
previewFieldsShapelanding_offer: GraphQLTypes["ModelNavigationCompiled"],
|
|
3089
|
+
oneShapelanding_offer?: GraphQLTypes["Shapelanding_offer"] | undefined | null,
|
|
3090
|
+
fieldSetShapelanding_page: string,
|
|
3091
|
+
modelShapelanding_page: GraphQLTypes["ModelNavigationCompiled"],
|
|
3092
|
+
previewFieldsShapelanding_page: GraphQLTypes["ModelNavigationCompiled"],
|
|
3093
|
+
oneShapelanding_page?: GraphQLTypes["Shapelanding_page"] | undefined | null,
|
|
3094
|
+
fieldSetShapelanding_pricing_note: string,
|
|
3095
|
+
modelShapelanding_pricing_note: GraphQLTypes["ModelNavigationCompiled"],
|
|
3096
|
+
previewFieldsShapelanding_pricing_note: GraphQLTypes["ModelNavigationCompiled"],
|
|
3097
|
+
oneShapelanding_pricing_note?: GraphQLTypes["Shapelanding_pricing_note"] | undefined | null,
|
|
3098
|
+
fieldSetShapelanding_purposes: string,
|
|
3099
|
+
modelShapelanding_purposes: GraphQLTypes["ModelNavigationCompiled"],
|
|
3100
|
+
previewFieldsShapelanding_purposes: GraphQLTypes["ModelNavigationCompiled"],
|
|
3101
|
+
oneShapelanding_purposes?: GraphQLTypes["Shapelanding_purposes"] | undefined | null,
|
|
3102
|
+
fieldSetShapelogo: string,
|
|
3103
|
+
modelShapelogo: GraphQLTypes["ModelNavigationCompiled"],
|
|
3104
|
+
previewFieldsShapelogo: GraphQLTypes["ModelNavigationCompiled"],
|
|
3105
|
+
oneShapelogo?: GraphQLTypes["Shapelogo"] | undefined | null,
|
|
3106
|
+
fieldSetShapenav: string,
|
|
3107
|
+
modelShapenav: GraphQLTypes["ModelNavigationCompiled"],
|
|
3108
|
+
previewFieldsShapenav: GraphQLTypes["ModelNavigationCompiled"],
|
|
3109
|
+
oneShapenav?: GraphQLTypes["Shapenav"] | undefined | null,
|
|
3110
|
+
fieldSetShapeomnie: string,
|
|
3111
|
+
modelShapeomnie: GraphQLTypes["ModelNavigationCompiled"],
|
|
3112
|
+
previewFieldsShapeomnie: GraphQLTypes["ModelNavigationCompiled"],
|
|
3113
|
+
oneShapeomnie?: GraphQLTypes["Shapeomnie"] | undefined | null,
|
|
3114
|
+
variantsViewhompage?: Array<GraphQLTypes["Viewhompage"]> | undefined | null,
|
|
3115
|
+
fieldSetViewhompage: string,
|
|
3116
|
+
modelViewhompage: GraphQLTypes["ModelNavigationCompiled"],
|
|
3117
|
+
previewFieldsViewhompage: GraphQLTypes["ModelNavigationCompiled"],
|
|
3118
|
+
oneViewhompage?: GraphQLTypes["Viewhompage"] | undefined | null,
|
|
3119
|
+
oneAsScalarViewhompage?: GraphQLTypes["ViewAsScalar"] | undefined | null,
|
|
2324
3120
|
['...on Query']: Omit<GraphQLTypes["Query"], "...on Query">
|
|
2325
3121
|
};
|
|
2326
3122
|
["RootParamsType"]: {
|
|
2327
3123
|
__typename: "RootParamsType",
|
|
2328
3124
|
_version?: string | undefined | null,
|
|
2329
|
-
locale?: string | undefined | null,
|
|
2330
3125
|
['...on RootParamsType']: Omit<GraphQLTypes["RootParamsType"], "...on RootParamsType">
|
|
2331
3126
|
};
|
|
2332
|
-
["ModelEnum"]: ModelEnum;
|
|
2333
3127
|
["ViewEnum"]: ViewEnum;
|
|
2334
3128
|
["ShapeEnum"]: ShapeEnum;
|
|
2335
|
-
["
|
|
2336
|
-
__typename: "
|
|
2337
|
-
items?: Array<GraphQLTypes["aaaaaaaaaaaaa"]> | undefined | null,
|
|
2338
|
-
pageInfo: GraphQLTypes["PageInfo"],
|
|
2339
|
-
['...on aaaaaaaaaaaaa__Connection']: Omit<GraphQLTypes["aaaaaaaaaaaaa__Connection"], "...on aaaaaaaaaaaaa__Connection">
|
|
2340
|
-
};
|
|
2341
|
-
["aaaaaaaaaaaaa"]: {
|
|
2342
|
-
__typename: "aaaaaaaaaaaaa",
|
|
3129
|
+
["Viewhompage"]: {
|
|
3130
|
+
__typename: "Viewhompage",
|
|
2343
3131
|
_version?: GraphQLTypes["VersionField"] | undefined | null,
|
|
2344
|
-
|
|
3132
|
+
herov2?: GraphQLTypes["Shapehero_property"] | undefined | null,
|
|
3133
|
+
about2?: GraphQLTypes["Shapeomnie"] | undefined | null,
|
|
3134
|
+
offer?: GraphQLTypes["Shapelanding_offer"] | undefined | null,
|
|
3135
|
+
purposes?: GraphQLTypes["Shapelanding_purposes"] | undefined | null,
|
|
3136
|
+
documents?: GraphQLTypes["Shapelanding_documents"] | undefined | null,
|
|
3137
|
+
pricing_note?: GraphQLTypes["Shapelanding_pricing_note"] | undefined | null,
|
|
3138
|
+
contact?: GraphQLTypes["Shapelanding_contact"] | undefined | null,
|
|
2345
3139
|
slug?: string | undefined | null,
|
|
2346
3140
|
_id: string,
|
|
2347
3141
|
createdAt?: number | undefined | null,
|
|
2348
3142
|
updatedAt?: number | undefined | null,
|
|
2349
3143
|
draft_version?: boolean | undefined | null,
|
|
2350
3144
|
json_ld?: string | undefined | null,
|
|
2351
|
-
['...on
|
|
2352
|
-
};
|
|
2353
|
-
["
|
|
2354
|
-
__typename: "
|
|
2355
|
-
|
|
2356
|
-
['...on
|
|
3145
|
+
['...on Viewhompage']: Omit<GraphQLTypes["Viewhompage"], "...on Viewhompage">
|
|
3146
|
+
};
|
|
3147
|
+
["Shapehero_propertyHeroContainerRowContentblockFeatures"]: {
|
|
3148
|
+
__typename: "Shapehero_propertyHeroContainerRowContentblockFeatures",
|
|
3149
|
+
feature?: Array<string | undefined | null> | undefined | null,
|
|
3150
|
+
['...on Shapehero_propertyHeroContainerRowContentblockFeatures']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockFeatures"], "...on Shapehero_propertyHeroContainerRowContentblockFeatures">
|
|
3151
|
+
};
|
|
3152
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"]: {
|
|
3153
|
+
__typename: "Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid",
|
|
3154
|
+
address?: GraphQLTypes["InputField"] | undefined | null,
|
|
3155
|
+
postcode?: GraphQLTypes["InputField"] | undefined | null,
|
|
3156
|
+
email?: GraphQLTypes["InputField"] | undefined | null,
|
|
3157
|
+
['...on Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"], "...on Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid">
|
|
3158
|
+
};
|
|
3159
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"]: {
|
|
3160
|
+
__typename: "Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions",
|
|
3161
|
+
cta?: GraphQLTypes["ButtonField"] | undefined | null,
|
|
3162
|
+
['...on Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"], "...on Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions">
|
|
3163
|
+
};
|
|
3164
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_form"]: {
|
|
3165
|
+
__typename: "Shapehero_propertyHeroContainerRowContentblockValuation_form",
|
|
3166
|
+
field_grid?: GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"] | undefined | null,
|
|
3167
|
+
form_actions?: GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"] | undefined | null,
|
|
3168
|
+
['...on Shapehero_propertyHeroContainerRowContentblockValuation_form']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockValuation_form"], "...on Shapehero_propertyHeroContainerRowContentblockValuation_form">
|
|
3169
|
+
};
|
|
3170
|
+
["Shapehero_propertyHeroContainerRowContentblock"]: {
|
|
3171
|
+
__typename: "Shapehero_propertyHeroContainerRowContentblock",
|
|
3172
|
+
eyebrow?: string | undefined | null,
|
|
3173
|
+
title?: string | undefined | null,
|
|
3174
|
+
description?: string | undefined | null,
|
|
3175
|
+
features?: GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockFeatures"] | undefined | null,
|
|
3176
|
+
valuation_form?: GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockValuation_form"] | undefined | null,
|
|
3177
|
+
['...on Shapehero_propertyHeroContainerRowContentblock']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowContentblock"], "...on Shapehero_propertyHeroContainerRowContentblock">
|
|
3178
|
+
};
|
|
3179
|
+
["Shapehero_propertyHeroContainerRowFigureAttributionblock"]: {
|
|
3180
|
+
__typename: "Shapehero_propertyHeroContainerRowFigureAttributionblock",
|
|
3181
|
+
indicator?: string | undefined | null,
|
|
3182
|
+
review_note?: string | undefined | null,
|
|
3183
|
+
['...on Shapehero_propertyHeroContainerRowFigureAttributionblock']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowFigureAttributionblock"], "...on Shapehero_propertyHeroContainerRowFigureAttributionblock">
|
|
3184
|
+
};
|
|
3185
|
+
["Shapehero_propertyHeroContainerRowFigure"]: {
|
|
3186
|
+
__typename: "Shapehero_propertyHeroContainerRowFigure",
|
|
3187
|
+
image?: GraphQLTypes["ImageField"] | undefined | null,
|
|
3188
|
+
attributionblock?: GraphQLTypes["Shapehero_propertyHeroContainerRowFigureAttributionblock"] | undefined | null,
|
|
3189
|
+
['...on Shapehero_propertyHeroContainerRowFigure']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowFigure"], "...on Shapehero_propertyHeroContainerRowFigure">
|
|
3190
|
+
};
|
|
3191
|
+
["Shapehero_propertyHeroContainerRow"]: {
|
|
3192
|
+
__typename: "Shapehero_propertyHeroContainerRow",
|
|
3193
|
+
contentblock?: GraphQLTypes["Shapehero_propertyHeroContainerRowContentblock"] | undefined | null,
|
|
3194
|
+
figure?: GraphQLTypes["Shapehero_propertyHeroContainerRowFigure"] | undefined | null,
|
|
3195
|
+
['...on Shapehero_propertyHeroContainerRow']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRow"], "...on Shapehero_propertyHeroContainerRow">
|
|
3196
|
+
};
|
|
3197
|
+
["Shapehero_propertyHeroContainer"]: {
|
|
3198
|
+
__typename: "Shapehero_propertyHeroContainer",
|
|
3199
|
+
row?: GraphQLTypes["Shapehero_propertyHeroContainerRow"] | undefined | null,
|
|
3200
|
+
['...on Shapehero_propertyHeroContainer']: Omit<GraphQLTypes["Shapehero_propertyHeroContainer"], "...on Shapehero_propertyHeroContainer">
|
|
3201
|
+
};
|
|
3202
|
+
["Shapehero_propertyHero"]: {
|
|
3203
|
+
__typename: "Shapehero_propertyHero",
|
|
3204
|
+
container?: GraphQLTypes["Shapehero_propertyHeroContainer"] | undefined | null,
|
|
3205
|
+
['...on Shapehero_propertyHero']: Omit<GraphQLTypes["Shapehero_propertyHero"], "...on Shapehero_propertyHero">
|
|
3206
|
+
};
|
|
3207
|
+
["Shapehero_property"]: {
|
|
3208
|
+
__typename: "Shapehero_property",
|
|
3209
|
+
hero?: GraphQLTypes["Shapehero_propertyHero"] | undefined | null,
|
|
3210
|
+
_id: string,
|
|
3211
|
+
createdAt?: number | undefined | null,
|
|
3212
|
+
updatedAt?: number | undefined | null,
|
|
3213
|
+
['...on Shapehero_property']: Omit<GraphQLTypes["Shapehero_property"], "...on Shapehero_property">
|
|
2357
3214
|
};
|
|
2358
|
-
["
|
|
2359
|
-
__typename: "
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
3215
|
+
["Shapelanding_aboutSectionContainerGridDetails"]: {
|
|
3216
|
+
__typename: "Shapelanding_aboutSectionContainerGridDetails",
|
|
3217
|
+
description?: string | undefined | null,
|
|
3218
|
+
items?: Array<string | undefined | null> | undefined | null,
|
|
3219
|
+
description_2?: string | undefined | null,
|
|
3220
|
+
['...on Shapelanding_aboutSectionContainerGridDetails']: Omit<GraphQLTypes["Shapelanding_aboutSectionContainerGridDetails"], "...on Shapelanding_aboutSectionContainerGridDetails">
|
|
3221
|
+
};
|
|
3222
|
+
["Shapelanding_aboutSectionContainerGrid"]: {
|
|
3223
|
+
__typename: "Shapelanding_aboutSectionContainerGrid",
|
|
3224
|
+
subtitle?: string | undefined | null,
|
|
3225
|
+
details?: GraphQLTypes["Shapelanding_aboutSectionContainerGridDetails"] | undefined | null,
|
|
3226
|
+
['...on Shapelanding_aboutSectionContainerGrid']: Omit<GraphQLTypes["Shapelanding_aboutSectionContainerGrid"], "...on Shapelanding_aboutSectionContainerGrid">
|
|
3227
|
+
};
|
|
3228
|
+
["Shapelanding_aboutSectionContainer"]: {
|
|
3229
|
+
__typename: "Shapelanding_aboutSectionContainer",
|
|
3230
|
+
grid?: GraphQLTypes["Shapelanding_aboutSectionContainerGrid"] | undefined | null,
|
|
3231
|
+
['...on Shapelanding_aboutSectionContainer']: Omit<GraphQLTypes["Shapelanding_aboutSectionContainer"], "...on Shapelanding_aboutSectionContainer">
|
|
3232
|
+
};
|
|
3233
|
+
["Shapelanding_aboutSection"]: {
|
|
3234
|
+
__typename: "Shapelanding_aboutSection",
|
|
3235
|
+
container?: GraphQLTypes["Shapelanding_aboutSectionContainer"] | undefined | null,
|
|
3236
|
+
['...on Shapelanding_aboutSection']: Omit<GraphQLTypes["Shapelanding_aboutSection"], "...on Shapelanding_aboutSection">
|
|
3237
|
+
};
|
|
3238
|
+
["Shapelanding_about"]: {
|
|
3239
|
+
__typename: "Shapelanding_about",
|
|
3240
|
+
section?: GraphQLTypes["Shapelanding_aboutSection"] | undefined | null,
|
|
3241
|
+
_id: string,
|
|
3242
|
+
createdAt?: number | undefined | null,
|
|
3243
|
+
updatedAt?: number | undefined | null,
|
|
3244
|
+
['...on Shapelanding_about']: Omit<GraphQLTypes["Shapelanding_about"], "...on Shapelanding_about">
|
|
3245
|
+
};
|
|
3246
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"]: {
|
|
3247
|
+
__typename: "Shapelanding_contactSectionContainerGridContentblockContactblockTelefon",
|
|
3248
|
+
cta?: string | undefined | null,
|
|
3249
|
+
href?: string | undefined | null,
|
|
3250
|
+
['...on Shapelanding_contactSectionContainerGridContentblockContactblockTelefon']: Omit<GraphQLTypes["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"], "...on Shapelanding_contactSectionContainerGridContentblockContactblockTelefon">
|
|
3251
|
+
};
|
|
3252
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"]: {
|
|
3253
|
+
__typename: "Shapelanding_contactSectionContainerGridContentblockContactblockE_mail",
|
|
3254
|
+
cta?: string | undefined | null,
|
|
3255
|
+
href?: string | undefined | null,
|
|
3256
|
+
['...on Shapelanding_contactSectionContainerGridContentblockContactblockE_mail']: Omit<GraphQLTypes["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"], "...on Shapelanding_contactSectionContainerGridContentblockContactblockE_mail">
|
|
3257
|
+
};
|
|
3258
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblock"]: {
|
|
3259
|
+
__typename: "Shapelanding_contactSectionContainerGridContentblockContactblock",
|
|
3260
|
+
telefon?: GraphQLTypes["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"] | undefined | null,
|
|
3261
|
+
e_mail?: GraphQLTypes["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"] | undefined | null,
|
|
3262
|
+
['...on Shapelanding_contactSectionContainerGridContentblockContactblock']: Omit<GraphQLTypes["Shapelanding_contactSectionContainerGridContentblockContactblock"], "...on Shapelanding_contactSectionContainerGridContentblockContactblock">
|
|
3263
|
+
};
|
|
3264
|
+
["Shapelanding_contactSectionContainerGridContentblock"]: {
|
|
3265
|
+
__typename: "Shapelanding_contactSectionContainerGridContentblock",
|
|
3266
|
+
description?: string | undefined | null,
|
|
3267
|
+
description_2?: string | undefined | null,
|
|
3268
|
+
contactblock?: GraphQLTypes["Shapelanding_contactSectionContainerGridContentblockContactblock"] | undefined | null,
|
|
3269
|
+
company_info?: string | undefined | null,
|
|
3270
|
+
['...on Shapelanding_contactSectionContainerGridContentblock']: Omit<GraphQLTypes["Shapelanding_contactSectionContainerGridContentblock"], "...on Shapelanding_contactSectionContainerGridContentblock">
|
|
3271
|
+
};
|
|
3272
|
+
["Shapelanding_contactSectionContainerGrid"]: {
|
|
3273
|
+
__typename: "Shapelanding_contactSectionContainerGrid",
|
|
3274
|
+
subtitle?: string | undefined | null,
|
|
3275
|
+
contentblock?: GraphQLTypes["Shapelanding_contactSectionContainerGridContentblock"] | undefined | null,
|
|
3276
|
+
['...on Shapelanding_contactSectionContainerGrid']: Omit<GraphQLTypes["Shapelanding_contactSectionContainerGrid"], "...on Shapelanding_contactSectionContainerGrid">
|
|
3277
|
+
};
|
|
3278
|
+
["Shapelanding_contactSectionContainer"]: {
|
|
3279
|
+
__typename: "Shapelanding_contactSectionContainer",
|
|
3280
|
+
grid?: GraphQLTypes["Shapelanding_contactSectionContainerGrid"] | undefined | null,
|
|
3281
|
+
['...on Shapelanding_contactSectionContainer']: Omit<GraphQLTypes["Shapelanding_contactSectionContainer"], "...on Shapelanding_contactSectionContainer">
|
|
3282
|
+
};
|
|
3283
|
+
["Shapelanding_contactSection"]: {
|
|
3284
|
+
__typename: "Shapelanding_contactSection",
|
|
3285
|
+
container?: GraphQLTypes["Shapelanding_contactSectionContainer"] | undefined | null,
|
|
3286
|
+
['...on Shapelanding_contactSection']: Omit<GraphQLTypes["Shapelanding_contactSection"], "...on Shapelanding_contactSection">
|
|
3287
|
+
};
|
|
3288
|
+
["Shapelanding_contact"]: {
|
|
3289
|
+
__typename: "Shapelanding_contact",
|
|
3290
|
+
section?: GraphQLTypes["Shapelanding_contactSection"] | undefined | null,
|
|
3291
|
+
_id: string,
|
|
3292
|
+
createdAt?: number | undefined | null,
|
|
3293
|
+
updatedAt?: number | undefined | null,
|
|
3294
|
+
['...on Shapelanding_contact']: Omit<GraphQLTypes["Shapelanding_contact"], "...on Shapelanding_contact">
|
|
2363
3295
|
};
|
|
2364
|
-
["
|
|
2365
|
-
__typename: "
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
3296
|
+
["Shapelanding_documentsSectionContainerGridDetails"]: {
|
|
3297
|
+
__typename: "Shapelanding_documentsSectionContainerGridDetails",
|
|
3298
|
+
description?: string | undefined | null,
|
|
3299
|
+
items?: Array<string | undefined | null> | undefined | null,
|
|
3300
|
+
['...on Shapelanding_documentsSectionContainerGridDetails']: Omit<GraphQLTypes["Shapelanding_documentsSectionContainerGridDetails"], "...on Shapelanding_documentsSectionContainerGridDetails">
|
|
3301
|
+
};
|
|
3302
|
+
["Shapelanding_documentsSectionContainerGrid"]: {
|
|
3303
|
+
__typename: "Shapelanding_documentsSectionContainerGrid",
|
|
3304
|
+
subtitle?: string | undefined | null,
|
|
3305
|
+
details?: GraphQLTypes["Shapelanding_documentsSectionContainerGridDetails"] | undefined | null,
|
|
3306
|
+
['...on Shapelanding_documentsSectionContainerGrid']: Omit<GraphQLTypes["Shapelanding_documentsSectionContainerGrid"], "...on Shapelanding_documentsSectionContainerGrid">
|
|
3307
|
+
};
|
|
3308
|
+
["Shapelanding_documentsSectionContainer"]: {
|
|
3309
|
+
__typename: "Shapelanding_documentsSectionContainer",
|
|
3310
|
+
grid?: GraphQLTypes["Shapelanding_documentsSectionContainerGrid"] | undefined | null,
|
|
3311
|
+
['...on Shapelanding_documentsSectionContainer']: Omit<GraphQLTypes["Shapelanding_documentsSectionContainer"], "...on Shapelanding_documentsSectionContainer">
|
|
3312
|
+
};
|
|
3313
|
+
["Shapelanding_documentsSection"]: {
|
|
3314
|
+
__typename: "Shapelanding_documentsSection",
|
|
3315
|
+
container?: GraphQLTypes["Shapelanding_documentsSectionContainer"] | undefined | null,
|
|
3316
|
+
['...on Shapelanding_documentsSection']: Omit<GraphQLTypes["Shapelanding_documentsSection"], "...on Shapelanding_documentsSection">
|
|
3317
|
+
};
|
|
3318
|
+
["Shapelanding_documents"]: {
|
|
3319
|
+
__typename: "Shapelanding_documents",
|
|
3320
|
+
section?: GraphQLTypes["Shapelanding_documentsSection"] | undefined | null,
|
|
2371
3321
|
_id: string,
|
|
2372
3322
|
createdAt?: number | undefined | null,
|
|
2373
3323
|
updatedAt?: number | undefined | null,
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
[
|
|
3324
|
+
['...on Shapelanding_documents']: Omit<GraphQLTypes["Shapelanding_documents"], "...on Shapelanding_documents">
|
|
3325
|
+
};
|
|
3326
|
+
["Shapelanding_heroSectionContainerContentCtasCall_1"]: {
|
|
3327
|
+
__typename: "Shapelanding_heroSectionContainerContentCtasCall_1",
|
|
3328
|
+
cta?: string | undefined | null,
|
|
3329
|
+
href?: string | undefined | null,
|
|
3330
|
+
['...on Shapelanding_heroSectionContainerContentCtasCall_1']: Omit<GraphQLTypes["Shapelanding_heroSectionContainerContentCtasCall_1"], "...on Shapelanding_heroSectionContainerContentCtasCall_1">
|
|
3331
|
+
};
|
|
3332
|
+
["Shapelanding_heroSectionContainerContentCtasCall_2"]: {
|
|
3333
|
+
__typename: "Shapelanding_heroSectionContainerContentCtasCall_2",
|
|
3334
|
+
cta?: string | undefined | null,
|
|
3335
|
+
href?: string | undefined | null,
|
|
3336
|
+
['...on Shapelanding_heroSectionContainerContentCtasCall_2']: Omit<GraphQLTypes["Shapelanding_heroSectionContainerContentCtasCall_2"], "...on Shapelanding_heroSectionContainerContentCtasCall_2">
|
|
3337
|
+
};
|
|
3338
|
+
["Shapelanding_heroSectionContainerContentCtas"]: {
|
|
3339
|
+
__typename: "Shapelanding_heroSectionContainerContentCtas",
|
|
3340
|
+
call_1?: GraphQLTypes["Shapelanding_heroSectionContainerContentCtasCall_1"] | undefined | null,
|
|
3341
|
+
call_2?: GraphQLTypes["Shapelanding_heroSectionContainerContentCtasCall_2"] | undefined | null,
|
|
3342
|
+
['...on Shapelanding_heroSectionContainerContentCtas']: Omit<GraphQLTypes["Shapelanding_heroSectionContainerContentCtas"], "...on Shapelanding_heroSectionContainerContentCtas">
|
|
3343
|
+
};
|
|
3344
|
+
["Shapelanding_heroSectionContainerContent"]: {
|
|
3345
|
+
__typename: "Shapelanding_heroSectionContainerContent",
|
|
3346
|
+
title?: string | undefined | null,
|
|
3347
|
+
description?: string | undefined | null,
|
|
3348
|
+
ctas?: GraphQLTypes["Shapelanding_heroSectionContainerContentCtas"] | undefined | null,
|
|
3349
|
+
['...on Shapelanding_heroSectionContainerContent']: Omit<GraphQLTypes["Shapelanding_heroSectionContainerContent"], "...on Shapelanding_heroSectionContainerContent">
|
|
3350
|
+
};
|
|
3351
|
+
["Shapelanding_heroSectionContainer"]: {
|
|
3352
|
+
__typename: "Shapelanding_heroSectionContainer",
|
|
3353
|
+
content?: GraphQLTypes["Shapelanding_heroSectionContainerContent"] | undefined | null,
|
|
3354
|
+
logo?: GraphQLTypes["Shapelogo"] | undefined | null,
|
|
3355
|
+
['...on Shapelanding_heroSectionContainer']: Omit<GraphQLTypes["Shapelanding_heroSectionContainer"], "...on Shapelanding_heroSectionContainer">
|
|
3356
|
+
};
|
|
3357
|
+
["Shapelanding_heroSection"]: {
|
|
3358
|
+
__typename: "Shapelanding_heroSection",
|
|
3359
|
+
container?: GraphQLTypes["Shapelanding_heroSectionContainer"] | undefined | null,
|
|
3360
|
+
['...on Shapelanding_heroSection']: Omit<GraphQLTypes["Shapelanding_heroSection"], "...on Shapelanding_heroSection">
|
|
3361
|
+
};
|
|
3362
|
+
["Shapelanding_hero"]: {
|
|
3363
|
+
__typename: "Shapelanding_hero",
|
|
3364
|
+
section?: GraphQLTypes["Shapelanding_heroSection"] | undefined | null,
|
|
3365
|
+
_id: string,
|
|
3366
|
+
createdAt?: number | undefined | null,
|
|
3367
|
+
updatedAt?: number | undefined | null,
|
|
3368
|
+
['...on Shapelanding_hero']: Omit<GraphQLTypes["Shapelanding_hero"], "...on Shapelanding_hero">
|
|
2377
3369
|
};
|
|
2378
|
-
["
|
|
2379
|
-
__typename: "
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
3370
|
+
["Shapelanding_offerSectionContainerGridDetails"]: {
|
|
3371
|
+
__typename: "Shapelanding_offerSectionContainerGridDetails",
|
|
3372
|
+
description?: string | undefined | null,
|
|
3373
|
+
items?: Array<string | undefined | null> | undefined | null,
|
|
3374
|
+
['...on Shapelanding_offerSectionContainerGridDetails']: Omit<GraphQLTypes["Shapelanding_offerSectionContainerGridDetails"], "...on Shapelanding_offerSectionContainerGridDetails">
|
|
3375
|
+
};
|
|
3376
|
+
["Shapelanding_offerSectionContainerGrid"]: {
|
|
3377
|
+
__typename: "Shapelanding_offerSectionContainerGrid",
|
|
3378
|
+
subtitle?: string | undefined | null,
|
|
3379
|
+
details?: GraphQLTypes["Shapelanding_offerSectionContainerGridDetails"] | undefined | null,
|
|
3380
|
+
['...on Shapelanding_offerSectionContainerGrid']: Omit<GraphQLTypes["Shapelanding_offerSectionContainerGrid"], "...on Shapelanding_offerSectionContainerGrid">
|
|
3381
|
+
};
|
|
3382
|
+
["Shapelanding_offerSectionContainer"]: {
|
|
3383
|
+
__typename: "Shapelanding_offerSectionContainer",
|
|
3384
|
+
grid?: GraphQLTypes["Shapelanding_offerSectionContainerGrid"] | undefined | null,
|
|
3385
|
+
['...on Shapelanding_offerSectionContainer']: Omit<GraphQLTypes["Shapelanding_offerSectionContainer"], "...on Shapelanding_offerSectionContainer">
|
|
3386
|
+
};
|
|
3387
|
+
["Shapelanding_offerSection"]: {
|
|
3388
|
+
__typename: "Shapelanding_offerSection",
|
|
3389
|
+
container?: GraphQLTypes["Shapelanding_offerSectionContainer"] | undefined | null,
|
|
3390
|
+
['...on Shapelanding_offerSection']: Omit<GraphQLTypes["Shapelanding_offerSection"], "...on Shapelanding_offerSection">
|
|
3391
|
+
};
|
|
3392
|
+
["Shapelanding_offer"]: {
|
|
3393
|
+
__typename: "Shapelanding_offer",
|
|
3394
|
+
section?: GraphQLTypes["Shapelanding_offerSection"] | undefined | null,
|
|
2385
3395
|
_id: string,
|
|
2386
3396
|
createdAt?: number | undefined | null,
|
|
2387
3397
|
updatedAt?: number | undefined | null,
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
[
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
summaryone?: string | undefined | null,
|
|
2405
|
-
test?: string | undefined | null,
|
|
2406
|
-
['...on Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper"], "...on Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper">
|
|
2407
|
-
};
|
|
2408
|
-
["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper"]: {
|
|
2409
|
-
__typename: "Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper",
|
|
2410
|
-
close_button?: GraphQLTypes["ButtonField"] | undefined | null,
|
|
2411
|
-
detailswrapper?: GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper"] | undefined | null,
|
|
2412
|
-
['...on Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper"], "...on Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper">
|
|
2413
|
-
};
|
|
2414
|
-
["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper"]: {
|
|
2415
|
-
__typename: "Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper",
|
|
2416
|
-
dialog_wrapper?: GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper"] | undefined | null,
|
|
2417
|
-
['...on Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper"], "...on Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper">
|
|
2418
|
-
};
|
|
2419
|
-
["Shapeexamples_pricingplans_9TestowepoleDialog"]: {
|
|
2420
|
-
__typename: "Shapeexamples_pricingplans_9TestowepoleDialog",
|
|
2421
|
-
diaalog_wrapper?: GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper"] | undefined | null,
|
|
2422
|
-
['...on Shapeexamples_pricingplans_9TestowepoleDialog']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialog"], "...on Shapeexamples_pricingplans_9TestowepoleDialog">
|
|
2423
|
-
};
|
|
2424
|
-
["Shapeexamples_pricingplans_9Testowepole"]: {
|
|
2425
|
-
__typename: "Shapeexamples_pricingplans_9Testowepole",
|
|
2426
|
-
jajko?: string | undefined | null,
|
|
2427
|
-
dialog?: GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialog"] | undefined | null,
|
|
2428
|
-
['...on Shapeexamples_pricingplans_9Testowepole']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Testowepole"], "...on Shapeexamples_pricingplans_9Testowepole">
|
|
2429
|
-
};
|
|
2430
|
-
["Shapeexamples_pricingplans_9Step_oneStep_one_wrapper"]: {
|
|
2431
|
-
__typename: "Shapeexamples_pricingplans_9Step_oneStep_one_wrapper",
|
|
2432
|
-
step_one_next?: GraphQLTypes["ButtonField"] | undefined | null,
|
|
2433
|
-
['...on Shapeexamples_pricingplans_9Step_oneStep_one_wrapper']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Step_oneStep_one_wrapper"], "...on Shapeexamples_pricingplans_9Step_oneStep_one_wrapper">
|
|
2434
|
-
};
|
|
2435
|
-
["Shapeexamples_pricingplans_9Step_one"]: {
|
|
2436
|
-
__typename: "Shapeexamples_pricingplans_9Step_one",
|
|
2437
|
-
step_one_wrapper?: GraphQLTypes["Shapeexamples_pricingplans_9Step_oneStep_one_wrapper"] | undefined | null,
|
|
2438
|
-
['...on Shapeexamples_pricingplans_9Step_one']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Step_one"], "...on Shapeexamples_pricingplans_9Step_one">
|
|
2439
|
-
};
|
|
2440
|
-
["Shapeexamples_pricingplans_9Step_twoStep_two_wrapper"]: {
|
|
2441
|
-
__typename: "Shapeexamples_pricingplans_9Step_twoStep_two_wrapper",
|
|
2442
|
-
step_two_prev?: GraphQLTypes["ButtonField"] | undefined | null,
|
|
2443
|
-
step_two_next?: GraphQLTypes["ButtonField"] | undefined | null,
|
|
2444
|
-
['...on Shapeexamples_pricingplans_9Step_twoStep_two_wrapper']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Step_twoStep_two_wrapper"], "...on Shapeexamples_pricingplans_9Step_twoStep_two_wrapper">
|
|
2445
|
-
};
|
|
2446
|
-
["Shapeexamples_pricingplans_9Step_two"]: {
|
|
2447
|
-
__typename: "Shapeexamples_pricingplans_9Step_two",
|
|
2448
|
-
step_two_wrapper?: GraphQLTypes["Shapeexamples_pricingplans_9Step_twoStep_two_wrapper"] | undefined | null,
|
|
2449
|
-
['...on Shapeexamples_pricingplans_9Step_two']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Step_two"], "...on Shapeexamples_pricingplans_9Step_two">
|
|
2450
|
-
};
|
|
2451
|
-
["Shapeexamples_pricingplans_9Step_threeStep_three_wrapper"]: {
|
|
2452
|
-
__typename: "Shapeexamples_pricingplans_9Step_threeStep_three_wrapper",
|
|
2453
|
-
step_three_prev?: GraphQLTypes["ButtonField"] | undefined | null,
|
|
2454
|
-
step_three_field?: string | undefined | null,
|
|
2455
|
-
['...on Shapeexamples_pricingplans_9Step_threeStep_three_wrapper']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Step_threeStep_three_wrapper"], "...on Shapeexamples_pricingplans_9Step_threeStep_three_wrapper">
|
|
2456
|
-
};
|
|
2457
|
-
["Shapeexamples_pricingplans_9Step_three"]: {
|
|
2458
|
-
__typename: "Shapeexamples_pricingplans_9Step_three",
|
|
2459
|
-
step_three_wrapper?: GraphQLTypes["Shapeexamples_pricingplans_9Step_threeStep_three_wrapper"] | undefined | null,
|
|
2460
|
-
['...on Shapeexamples_pricingplans_9Step_three']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Step_three"], "...on Shapeexamples_pricingplans_9Step_three">
|
|
2461
|
-
};
|
|
2462
|
-
["Shapeexamples_pricingplans_9"]: {
|
|
2463
|
-
__typename: "Shapeexamples_pricingplans_9",
|
|
2464
|
-
wrapper?: GraphQLTypes["Shapeexamples_pricingplans_9Wrapper"] | undefined | null,
|
|
2465
|
-
testowepole?: GraphQLTypes["Shapeexamples_pricingplans_9Testowepole"] | undefined | null,
|
|
2466
|
-
step_variable?: GraphQLTypes["VariableField"] | undefined | null,
|
|
2467
|
-
step_one?: GraphQLTypes["Shapeexamples_pricingplans_9Step_one"] | undefined | null,
|
|
2468
|
-
step_two?: GraphQLTypes["Shapeexamples_pricingplans_9Step_two"] | undefined | null,
|
|
2469
|
-
step_three?: GraphQLTypes["Shapeexamples_pricingplans_9Step_three"] | undefined | null,
|
|
3398
|
+
['...on Shapelanding_offer']: Omit<GraphQLTypes["Shapelanding_offer"], "...on Shapelanding_offer">
|
|
3399
|
+
};
|
|
3400
|
+
["Shapelanding_pageMain"]: {
|
|
3401
|
+
__typename: "Shapelanding_pageMain",
|
|
3402
|
+
hero?: string | undefined | null,
|
|
3403
|
+
about?: string | undefined | null,
|
|
3404
|
+
offer?: string | undefined | null,
|
|
3405
|
+
purposes?: string | undefined | null,
|
|
3406
|
+
documents?: string | undefined | null,
|
|
3407
|
+
pricing_note?: string | undefined | null,
|
|
3408
|
+
contact?: string | undefined | null,
|
|
3409
|
+
['...on Shapelanding_pageMain']: Omit<GraphQLTypes["Shapelanding_pageMain"], "...on Shapelanding_pageMain">
|
|
3410
|
+
};
|
|
3411
|
+
["Shapelanding_page"]: {
|
|
3412
|
+
__typename: "Shapelanding_page",
|
|
3413
|
+
main?: GraphQLTypes["Shapelanding_pageMain"] | undefined | null,
|
|
2470
3414
|
_id: string,
|
|
2471
3415
|
createdAt?: number | undefined | null,
|
|
2472
3416
|
updatedAt?: number | undefined | null,
|
|
2473
|
-
['...on
|
|
3417
|
+
['...on Shapelanding_page']: Omit<GraphQLTypes["Shapelanding_page"], "...on Shapelanding_page">
|
|
2474
3418
|
};
|
|
2475
|
-
["
|
|
2476
|
-
|
|
2477
|
-
|
|
3419
|
+
["Shapelanding_pricing_noteSectionContainerContent"]: {
|
|
3420
|
+
__typename: "Shapelanding_pricing_noteSectionContainerContent",
|
|
3421
|
+
subtitle?: string | undefined | null,
|
|
3422
|
+
description?: string | undefined | null,
|
|
3423
|
+
['...on Shapelanding_pricing_noteSectionContainerContent']: Omit<GraphQLTypes["Shapelanding_pricing_noteSectionContainerContent"], "...on Shapelanding_pricing_noteSectionContainerContent">
|
|
2478
3424
|
};
|
|
2479
|
-
["
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
3425
|
+
["Shapelanding_pricing_noteSectionContainer"]: {
|
|
3426
|
+
__typename: "Shapelanding_pricing_noteSectionContainer",
|
|
3427
|
+
content?: GraphQLTypes["Shapelanding_pricing_noteSectionContainerContent"] | undefined | null,
|
|
3428
|
+
['...on Shapelanding_pricing_noteSectionContainer']: Omit<GraphQLTypes["Shapelanding_pricing_noteSectionContainer"], "...on Shapelanding_pricing_noteSectionContainer">
|
|
3429
|
+
};
|
|
3430
|
+
["Shapelanding_pricing_noteSection"]: {
|
|
3431
|
+
__typename: "Shapelanding_pricing_noteSection",
|
|
3432
|
+
container?: GraphQLTypes["Shapelanding_pricing_noteSectionContainer"] | undefined | null,
|
|
3433
|
+
['...on Shapelanding_pricing_noteSection']: Omit<GraphQLTypes["Shapelanding_pricing_noteSection"], "...on Shapelanding_pricing_noteSection">
|
|
3434
|
+
};
|
|
3435
|
+
["Shapelanding_pricing_note"]: {
|
|
3436
|
+
__typename: "Shapelanding_pricing_note",
|
|
3437
|
+
section?: GraphQLTypes["Shapelanding_pricing_noteSection"] | undefined | null,
|
|
3438
|
+
_id: string,
|
|
3439
|
+
createdAt?: number | undefined | null,
|
|
3440
|
+
updatedAt?: number | undefined | null,
|
|
3441
|
+
['...on Shapelanding_pricing_note']: Omit<GraphQLTypes["Shapelanding_pricing_note"], "...on Shapelanding_pricing_note">
|
|
3442
|
+
};
|
|
3443
|
+
["Shapelanding_purposesSectionContainerGridContent_block"]: {
|
|
3444
|
+
__typename: "Shapelanding_purposesSectionContainerGridContent_block",
|
|
3445
|
+
description?: string | undefined | null,
|
|
3446
|
+
items?: Array<string | undefined | null> | undefined | null,
|
|
3447
|
+
['...on Shapelanding_purposesSectionContainerGridContent_block']: Omit<GraphQLTypes["Shapelanding_purposesSectionContainerGridContent_block"], "...on Shapelanding_purposesSectionContainerGridContent_block">
|
|
3448
|
+
};
|
|
3449
|
+
["Shapelanding_purposesSectionContainerGrid"]: {
|
|
3450
|
+
__typename: "Shapelanding_purposesSectionContainerGrid",
|
|
3451
|
+
subtitle?: string | undefined | null,
|
|
3452
|
+
content_block?: GraphQLTypes["Shapelanding_purposesSectionContainerGridContent_block"] | undefined | null,
|
|
3453
|
+
['...on Shapelanding_purposesSectionContainerGrid']: Omit<GraphQLTypes["Shapelanding_purposesSectionContainerGrid"], "...on Shapelanding_purposesSectionContainerGrid">
|
|
3454
|
+
};
|
|
3455
|
+
["Shapelanding_purposesSectionContainer"]: {
|
|
3456
|
+
__typename: "Shapelanding_purposesSectionContainer",
|
|
3457
|
+
grid?: GraphQLTypes["Shapelanding_purposesSectionContainerGrid"] | undefined | null,
|
|
3458
|
+
['...on Shapelanding_purposesSectionContainer']: Omit<GraphQLTypes["Shapelanding_purposesSectionContainer"], "...on Shapelanding_purposesSectionContainer">
|
|
3459
|
+
};
|
|
3460
|
+
["Shapelanding_purposesSection"]: {
|
|
3461
|
+
__typename: "Shapelanding_purposesSection",
|
|
3462
|
+
container?: GraphQLTypes["Shapelanding_purposesSectionContainer"] | undefined | null,
|
|
3463
|
+
['...on Shapelanding_purposesSection']: Omit<GraphQLTypes["Shapelanding_purposesSection"], "...on Shapelanding_purposesSection">
|
|
3464
|
+
};
|
|
3465
|
+
["Shapelanding_purposes"]: {
|
|
3466
|
+
__typename: "Shapelanding_purposes",
|
|
3467
|
+
section?: GraphQLTypes["Shapelanding_purposesSection"] | undefined | null,
|
|
3468
|
+
_id: string,
|
|
3469
|
+
createdAt?: number | undefined | null,
|
|
3470
|
+
updatedAt?: number | undefined | null,
|
|
3471
|
+
['...on Shapelanding_purposes']: Omit<GraphQLTypes["Shapelanding_purposes"], "...on Shapelanding_purposes">
|
|
2484
3472
|
};
|
|
2485
|
-
["
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
3473
|
+
["Shapelogo"]: {
|
|
3474
|
+
__typename: "Shapelogo",
|
|
3475
|
+
main?: string | undefined | null,
|
|
3476
|
+
_id: string,
|
|
3477
|
+
createdAt?: number | undefined | null,
|
|
3478
|
+
updatedAt?: number | undefined | null,
|
|
3479
|
+
['...on Shapelogo']: Omit<GraphQLTypes["Shapelogo"], "...on Shapelogo">
|
|
2489
3480
|
};
|
|
2490
|
-
["
|
|
2491
|
-
|
|
3481
|
+
["Shapenav"]: {
|
|
3482
|
+
__typename: "Shapenav",
|
|
3483
|
+
_id: string,
|
|
3484
|
+
createdAt?: number | undefined | null,
|
|
3485
|
+
updatedAt?: number | undefined | null,
|
|
3486
|
+
['...on Shapenav']: Omit<GraphQLTypes["Shapenav"], "...on Shapenav">
|
|
3487
|
+
};
|
|
3488
|
+
["ShapeomnieContainerCardGridFigure"]: {
|
|
3489
|
+
__typename: "ShapeomnieContainerCardGridFigure",
|
|
3490
|
+
image?: GraphQLTypes["ImageField"] | undefined | null,
|
|
3491
|
+
figcaption?: string | undefined | null,
|
|
3492
|
+
['...on ShapeomnieContainerCardGridFigure']: Omit<GraphQLTypes["ShapeomnieContainerCardGridFigure"], "...on ShapeomnieContainerCardGridFigure">
|
|
3493
|
+
};
|
|
3494
|
+
["ShapeomnieContainerCardGridContent_blockHeader"]: {
|
|
3495
|
+
__typename: "ShapeomnieContainerCardGridContent_blockHeader",
|
|
3496
|
+
o_mnie_label?: string | undefined | null,
|
|
3497
|
+
subtitle?: string | undefined | null,
|
|
3498
|
+
intro?: string | undefined | null,
|
|
3499
|
+
['...on ShapeomnieContainerCardGridContent_blockHeader']: Omit<GraphQLTypes["ShapeomnieContainerCardGridContent_blockHeader"], "...on ShapeomnieContainerCardGridContent_blockHeader">
|
|
3500
|
+
};
|
|
3501
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"]: {
|
|
3502
|
+
__typename: "ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta",
|
|
3503
|
+
title?: string | undefined | null,
|
|
3504
|
+
href?: string | undefined | null,
|
|
3505
|
+
['...on ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta']: Omit<GraphQLTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"], "...on ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta">
|
|
3506
|
+
};
|
|
3507
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"]: {
|
|
3508
|
+
__typename: "ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta",
|
|
3509
|
+
title?: string | undefined | null,
|
|
3510
|
+
href?: string | undefined | null,
|
|
3511
|
+
['...on ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta']: Omit<GraphQLTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"], "...on ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta">
|
|
3512
|
+
};
|
|
3513
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttons"]: {
|
|
3514
|
+
__typename: "ShapeomnieContainerCardGridContent_blockCta_buttons",
|
|
3515
|
+
primary_cta?: GraphQLTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"] | undefined | null,
|
|
3516
|
+
secondary_cta?: GraphQLTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"] | undefined | null,
|
|
3517
|
+
['...on ShapeomnieContainerCardGridContent_blockCta_buttons']: Omit<GraphQLTypes["ShapeomnieContainerCardGridContent_blockCta_buttons"], "...on ShapeomnieContainerCardGridContent_blockCta_buttons">
|
|
3518
|
+
};
|
|
3519
|
+
["ShapeomnieContainerCardGridContent_block"]: {
|
|
3520
|
+
__typename: "ShapeomnieContainerCardGridContent_block",
|
|
3521
|
+
header?: GraphQLTypes["ShapeomnieContainerCardGridContent_blockHeader"] | undefined | null,
|
|
3522
|
+
items?: Array<string | undefined | null> | undefined | null,
|
|
3523
|
+
conclusion?: string | undefined | null,
|
|
3524
|
+
cta_buttons?: GraphQLTypes["ShapeomnieContainerCardGridContent_blockCta_buttons"] | undefined | null,
|
|
3525
|
+
['...on ShapeomnieContainerCardGridContent_block']: Omit<GraphQLTypes["ShapeomnieContainerCardGridContent_block"], "...on ShapeomnieContainerCardGridContent_block">
|
|
3526
|
+
};
|
|
3527
|
+
["ShapeomnieContainerCardGrid"]: {
|
|
3528
|
+
__typename: "ShapeomnieContainerCardGrid",
|
|
3529
|
+
figure?: GraphQLTypes["ShapeomnieContainerCardGridFigure"] | undefined | null,
|
|
3530
|
+
content_block?: GraphQLTypes["ShapeomnieContainerCardGridContent_block"] | undefined | null,
|
|
3531
|
+
['...on ShapeomnieContainerCardGrid']: Omit<GraphQLTypes["ShapeomnieContainerCardGrid"], "...on ShapeomnieContainerCardGrid">
|
|
3532
|
+
};
|
|
3533
|
+
["ShapeomnieContainerCard"]: {
|
|
3534
|
+
__typename: "ShapeomnieContainerCard",
|
|
3535
|
+
grid?: GraphQLTypes["ShapeomnieContainerCardGrid"] | undefined | null,
|
|
3536
|
+
['...on ShapeomnieContainerCard']: Omit<GraphQLTypes["ShapeomnieContainerCard"], "...on ShapeomnieContainerCard">
|
|
3537
|
+
};
|
|
3538
|
+
["ShapeomnieContainer"]: {
|
|
3539
|
+
__typename: "ShapeomnieContainer",
|
|
3540
|
+
card?: GraphQLTypes["ShapeomnieContainerCard"] | undefined | null,
|
|
3541
|
+
['...on ShapeomnieContainer']: Omit<GraphQLTypes["ShapeomnieContainer"], "...on ShapeomnieContainer">
|
|
3542
|
+
};
|
|
3543
|
+
["Shapeomnie"]: {
|
|
3544
|
+
__typename: "Shapeomnie",
|
|
3545
|
+
container?: GraphQLTypes["ShapeomnieContainer"] | undefined | null,
|
|
3546
|
+
_id: string,
|
|
3547
|
+
createdAt?: number | undefined | null,
|
|
3548
|
+
updatedAt?: number | undefined | null,
|
|
3549
|
+
['...on Shapeomnie']: Omit<GraphQLTypes["Shapeomnie"], "...on Shapeomnie">
|
|
2492
3550
|
};
|
|
2493
|
-
["
|
|
2494
|
-
|
|
3551
|
+
["RootParamsInput"]: {
|
|
3552
|
+
_version?: string | undefined | null
|
|
2495
3553
|
};
|
|
3554
|
+
["RootParamsEnum"]: RootParamsEnum;
|
|
2496
3555
|
["ID"]: "scalar" & { name: "ID" }
|
|
2497
3556
|
}
|
|
2498
3557
|
export enum Sort {
|
|
@@ -2548,21 +3607,28 @@ export enum CMSType {
|
|
|
2548
3607
|
INPUT = "INPUT",
|
|
2549
3608
|
BUTTON = "BUTTON",
|
|
2550
3609
|
CHECKBOX = "CHECKBOX",
|
|
2551
|
-
VARIABLE = "VARIABLE"
|
|
2552
|
-
|
|
2553
|
-
export enum ModelEnum {
|
|
2554
|
-
aaaaaaaaaaaaa = "aaaaaaaaaaaaa",
|
|
2555
|
-
testx = "testx"
|
|
3610
|
+
VARIABLE = "VARIABLE",
|
|
3611
|
+
LINK = "LINK"
|
|
2556
3612
|
}
|
|
2557
3613
|
export enum ViewEnum {
|
|
2558
|
-
|
|
3614
|
+
hompage = "hompage"
|
|
2559
3615
|
}
|
|
2560
3616
|
export enum ShapeEnum {
|
|
2561
|
-
|
|
3617
|
+
hero_property = "hero_property",
|
|
3618
|
+
landing_about = "landing_about",
|
|
3619
|
+
landing_contact = "landing_contact",
|
|
3620
|
+
landing_documents = "landing_documents",
|
|
3621
|
+
landing_hero = "landing_hero",
|
|
3622
|
+
landing_offer = "landing_offer",
|
|
3623
|
+
landing_page = "landing_page",
|
|
3624
|
+
landing_pricing_note = "landing_pricing_note",
|
|
3625
|
+
landing_purposes = "landing_purposes",
|
|
3626
|
+
logo = "logo",
|
|
3627
|
+
nav = "nav",
|
|
3628
|
+
omnie = "omnie"
|
|
2562
3629
|
}
|
|
2563
3630
|
export enum RootParamsEnum {
|
|
2564
|
-
_version = "_version"
|
|
2565
|
-
locale = "locale"
|
|
3631
|
+
_version = "_version"
|
|
2566
3632
|
}
|
|
2567
3633
|
|
|
2568
3634
|
type ZEUS_VARIABLES = {
|
|
@@ -2587,14 +3653,9 @@ type ZEUS_VARIABLES = {
|
|
|
2587
3653
|
["GenerateHusarShapeImplementorInput"]: ValueTypes["GenerateHusarShapeImplementorInput"];
|
|
2588
3654
|
["TailwindLibrary"]: ValueTypes["TailwindLibrary"];
|
|
2589
3655
|
["CMSType"]: ValueTypes["CMSType"];
|
|
2590
|
-
["ModelEnum"]: ValueTypes["ModelEnum"];
|
|
2591
3656
|
["ViewEnum"]: ValueTypes["ViewEnum"];
|
|
2592
3657
|
["ShapeEnum"]: ValueTypes["ShapeEnum"];
|
|
2593
3658
|
["RootParamsInput"]: ValueTypes["RootParamsInput"];
|
|
2594
3659
|
["RootParamsEnum"]: ValueTypes["RootParamsEnum"];
|
|
2595
|
-
["aaaaaaaaaaaaaSortInput"]: ValueTypes["aaaaaaaaaaaaaSortInput"];
|
|
2596
|
-
["testxSortInput"]: ValueTypes["testxSortInput"];
|
|
2597
|
-
["aaaaaaaaaaaaaFilterInput"]: ValueTypes["aaaaaaaaaaaaaFilterInput"];
|
|
2598
|
-
["testxFilterInput"]: ValueTypes["testxFilterInput"];
|
|
2599
3660
|
["ID"]: ValueTypes["ID"];
|
|
2600
3661
|
}
|