@husar.ai/cli 0.3.7 → 0.4.0
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/mcp.js +40 -21
- package/dist/mcp.js.map +1 -1
- 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/mcp.ts +40 -20
- package/src/zeus/const.ts +322 -145
- package/src/zeus/index.ts +1595 -534
package/dist/zeus/index.d.ts
CHANGED
|
@@ -442,6 +442,13 @@ export type ValueTypes = {
|
|
|
442
442
|
__typename?: boolean | `@${string}`;
|
|
443
443
|
['...on InputField']?: Omit<ValueTypes["InputField"], "...on InputField">;
|
|
444
444
|
}>;
|
|
445
|
+
["LinkField"]: AliasType<{
|
|
446
|
+
label?: boolean | `@${string}`;
|
|
447
|
+
href?: boolean | `@${string}`;
|
|
448
|
+
target?: boolean | `@${string}`;
|
|
449
|
+
__typename?: boolean | `@${string}`;
|
|
450
|
+
['...on LinkField']?: Omit<ValueTypes["LinkField"], "...on LinkField">;
|
|
451
|
+
}>;
|
|
445
452
|
["ButtonField"]: AliasType<{
|
|
446
453
|
label?: boolean | `@${string}`;
|
|
447
454
|
type?: boolean | `@${string}`;
|
|
@@ -494,60 +501,62 @@ export type ValueTypes = {
|
|
|
494
501
|
response?: [{
|
|
495
502
|
id: string | Variable<any, string>;
|
|
496
503
|
}, boolean | `@${string}`];
|
|
497
|
-
|
|
498
|
-
|
|
504
|
+
fieldSetShapehero_property?: boolean | `@${string}`;
|
|
505
|
+
modelShapehero_property?: boolean | `@${string}`;
|
|
506
|
+
previewFieldsShapehero_property?: boolean | `@${string}`;
|
|
507
|
+
oneShapehero_property?: ValueTypes["Shapehero_property"];
|
|
508
|
+
fieldSetShapelanding_about?: boolean | `@${string}`;
|
|
509
|
+
modelShapelanding_about?: boolean | `@${string}`;
|
|
510
|
+
previewFieldsShapelanding_about?: boolean | `@${string}`;
|
|
511
|
+
oneShapelanding_about?: ValueTypes["Shapelanding_about"];
|
|
512
|
+
fieldSetShapelanding_contact?: boolean | `@${string}`;
|
|
513
|
+
modelShapelanding_contact?: boolean | `@${string}`;
|
|
514
|
+
previewFieldsShapelanding_contact?: boolean | `@${string}`;
|
|
515
|
+
oneShapelanding_contact?: ValueTypes["Shapelanding_contact"];
|
|
516
|
+
fieldSetShapelanding_documents?: boolean | `@${string}`;
|
|
517
|
+
modelShapelanding_documents?: boolean | `@${string}`;
|
|
518
|
+
previewFieldsShapelanding_documents?: boolean | `@${string}`;
|
|
519
|
+
oneShapelanding_documents?: ValueTypes["Shapelanding_documents"];
|
|
520
|
+
fieldSetShapelanding_hero?: boolean | `@${string}`;
|
|
521
|
+
modelShapelanding_hero?: boolean | `@${string}`;
|
|
522
|
+
previewFieldsShapelanding_hero?: boolean | `@${string}`;
|
|
523
|
+
oneShapelanding_hero?: ValueTypes["Shapelanding_hero"];
|
|
524
|
+
fieldSetShapelanding_offer?: boolean | `@${string}`;
|
|
525
|
+
modelShapelanding_offer?: boolean | `@${string}`;
|
|
526
|
+
previewFieldsShapelanding_offer?: boolean | `@${string}`;
|
|
527
|
+
oneShapelanding_offer?: ValueTypes["Shapelanding_offer"];
|
|
528
|
+
fieldSetShapelanding_page?: boolean | `@${string}`;
|
|
529
|
+
modelShapelanding_page?: boolean | `@${string}`;
|
|
530
|
+
previewFieldsShapelanding_page?: boolean | `@${string}`;
|
|
531
|
+
oneShapelanding_page?: ValueTypes["Shapelanding_page"];
|
|
532
|
+
fieldSetShapelanding_pricing_note?: boolean | `@${string}`;
|
|
533
|
+
modelShapelanding_pricing_note?: boolean | `@${string}`;
|
|
534
|
+
previewFieldsShapelanding_pricing_note?: boolean | `@${string}`;
|
|
535
|
+
oneShapelanding_pricing_note?: ValueTypes["Shapelanding_pricing_note"];
|
|
536
|
+
fieldSetShapelanding_purposes?: boolean | `@${string}`;
|
|
537
|
+
modelShapelanding_purposes?: boolean | `@${string}`;
|
|
538
|
+
previewFieldsShapelanding_purposes?: boolean | `@${string}`;
|
|
539
|
+
oneShapelanding_purposes?: ValueTypes["Shapelanding_purposes"];
|
|
540
|
+
fieldSetShapelogo?: boolean | `@${string}`;
|
|
541
|
+
modelShapelogo?: boolean | `@${string}`;
|
|
542
|
+
previewFieldsShapelogo?: boolean | `@${string}`;
|
|
543
|
+
oneShapelogo?: ValueTypes["Shapelogo"];
|
|
544
|
+
fieldSetShapenav?: boolean | `@${string}`;
|
|
545
|
+
modelShapenav?: boolean | `@${string}`;
|
|
546
|
+
previewFieldsShapenav?: boolean | `@${string}`;
|
|
547
|
+
oneShapenav?: ValueTypes["Shapenav"];
|
|
548
|
+
fieldSetShapeomnie?: boolean | `@${string}`;
|
|
549
|
+
modelShapeomnie?: boolean | `@${string}`;
|
|
550
|
+
previewFieldsShapeomnie?: boolean | `@${string}`;
|
|
551
|
+
oneShapeomnie?: ValueTypes["Shapeomnie"];
|
|
552
|
+
variantsViewhompage?: ValueTypes["Viewhompage"];
|
|
553
|
+
fieldSetViewhompage?: boolean | `@${string}`;
|
|
554
|
+
modelViewhompage?: boolean | `@${string}`;
|
|
555
|
+
previewFieldsViewhompage?: boolean | `@${string}`;
|
|
556
|
+
oneViewhompage?: [{
|
|
499
557
|
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
filter?: Array<ValueTypes["aaaaaaaaaaaaaFilterInput"] | undefined | null> | undefined | null | Variable<any, string>;
|
|
503
|
-
}, ValueTypes["aaaaaaaaaaaaa__Connection"]];
|
|
504
|
-
oneaaaaaaaaaaaaaBySlug?: [{
|
|
505
|
-
slug: string | Variable<any, string>;
|
|
506
|
-
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
507
|
-
}, ValueTypes["aaaaaaaaaaaaa"]];
|
|
508
|
-
oneAsScalaraaaaaaaaaaaaaBySlug?: [{
|
|
509
|
-
slug: string | Variable<any, string>;
|
|
510
|
-
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
511
|
-
}, boolean | `@${string}`];
|
|
512
|
-
variantsaaaaaaaaaaaaaBySlug?: [{
|
|
513
|
-
slug: string | Variable<any, string>;
|
|
514
|
-
}, ValueTypes["aaaaaaaaaaaaa"]];
|
|
515
|
-
fieldSetaaaaaaaaaaaaa?: boolean | `@${string}`;
|
|
516
|
-
modelaaaaaaaaaaaaa?: boolean | `@${string}`;
|
|
517
|
-
previewFieldsaaaaaaaaaaaaa?: boolean | `@${string}`;
|
|
518
|
-
listPaginatedtestx?: [{
|
|
519
|
-
page: ValueTypes["PageInput"] | Variable<any, string>;
|
|
520
|
-
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
521
|
-
search?: string | undefined | null | Variable<any, string>;
|
|
522
|
-
sort?: ValueTypes["testxSortInput"] | undefined | null | Variable<any, string>;
|
|
523
|
-
filter?: Array<ValueTypes["testxFilterInput"] | undefined | null> | undefined | null | Variable<any, string>;
|
|
524
|
-
}, ValueTypes["testx__Connection"]];
|
|
525
|
-
onetestxBySlug?: [{
|
|
526
|
-
slug: string | Variable<any, string>;
|
|
527
|
-
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
528
|
-
}, ValueTypes["testx"]];
|
|
529
|
-
oneAsScalartestxBySlug?: [{
|
|
530
|
-
slug: string | Variable<any, string>;
|
|
531
|
-
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
532
|
-
}, boolean | `@${string}`];
|
|
533
|
-
variantstestxBySlug?: [{
|
|
534
|
-
slug: string | Variable<any, string>;
|
|
535
|
-
}, ValueTypes["testx"]];
|
|
536
|
-
fieldSettestx?: boolean | `@${string}`;
|
|
537
|
-
modeltestx?: boolean | `@${string}`;
|
|
538
|
-
previewFieldstestx?: boolean | `@${string}`;
|
|
539
|
-
fieldSetShapeexamples_pricingplans_9?: boolean | `@${string}`;
|
|
540
|
-
modelShapeexamples_pricingplans_9?: boolean | `@${string}`;
|
|
541
|
-
previewFieldsShapeexamples_pricingplans_9?: boolean | `@${string}`;
|
|
542
|
-
oneShapeexamples_pricingplans_9?: ValueTypes["Shapeexamples_pricingplans_9"];
|
|
543
|
-
variantsViewtestview?: ValueTypes["Viewtestview"];
|
|
544
|
-
fieldSetViewtestview?: boolean | `@${string}`;
|
|
545
|
-
modelViewtestview?: boolean | `@${string}`;
|
|
546
|
-
previewFieldsViewtestview?: boolean | `@${string}`;
|
|
547
|
-
oneViewtestview?: [{
|
|
548
|
-
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
549
|
-
}, ValueTypes["Viewtestview"]];
|
|
550
|
-
oneAsScalarViewtestview?: [{
|
|
558
|
+
}, ValueTypes["Viewhompage"]];
|
|
559
|
+
oneAsScalarViewhompage?: [{
|
|
551
560
|
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
552
561
|
}, boolean | `@${string}`];
|
|
553
562
|
__typename?: boolean | `@${string}`;
|
|
@@ -555,22 +564,20 @@ export type ValueTypes = {
|
|
|
555
564
|
}>;
|
|
556
565
|
["RootParamsType"]: AliasType<{
|
|
557
566
|
_version?: boolean | `@${string}`;
|
|
558
|
-
locale?: boolean | `@${string}`;
|
|
559
567
|
__typename?: boolean | `@${string}`;
|
|
560
568
|
['...on RootParamsType']?: Omit<ValueTypes["RootParamsType"], "...on RootParamsType">;
|
|
561
569
|
}>;
|
|
562
|
-
["ModelEnum"]: ModelEnum;
|
|
563
570
|
["ViewEnum"]: ViewEnum;
|
|
564
571
|
["ShapeEnum"]: ShapeEnum;
|
|
565
|
-
["
|
|
566
|
-
items?: ValueTypes["aaaaaaaaaaaaa"];
|
|
567
|
-
pageInfo?: ValueTypes["PageInfo"];
|
|
568
|
-
__typename?: boolean | `@${string}`;
|
|
569
|
-
['...on aaaaaaaaaaaaa__Connection']?: Omit<ValueTypes["aaaaaaaaaaaaa__Connection"], "...on aaaaaaaaaaaaa__Connection">;
|
|
570
|
-
}>;
|
|
571
|
-
["aaaaaaaaaaaaa"]: AliasType<{
|
|
572
|
+
["Viewhompage"]: AliasType<{
|
|
572
573
|
_version?: ValueTypes["VersionField"];
|
|
573
|
-
|
|
574
|
+
herov2?: ValueTypes["Shapehero_property"];
|
|
575
|
+
about2?: ValueTypes["Shapeomnie"];
|
|
576
|
+
offer?: ValueTypes["Shapelanding_offer"];
|
|
577
|
+
purposes?: ValueTypes["Shapelanding_purposes"];
|
|
578
|
+
documents?: ValueTypes["Shapelanding_documents"];
|
|
579
|
+
pricing_note?: ValueTypes["Shapelanding_pricing_note"];
|
|
580
|
+
contact?: ValueTypes["Shapelanding_contact"];
|
|
574
581
|
slug?: boolean | `@${string}`;
|
|
575
582
|
_id?: boolean | `@${string}`;
|
|
576
583
|
createdAt?: boolean | `@${string}`;
|
|
@@ -578,151 +585,416 @@ export type ValueTypes = {
|
|
|
578
585
|
draft_version?: boolean | `@${string}`;
|
|
579
586
|
json_ld?: boolean | `@${string}`;
|
|
580
587
|
__typename?: boolean | `@${string}`;
|
|
581
|
-
['...on
|
|
588
|
+
['...on Viewhompage']?: Omit<ValueTypes["Viewhompage"], "...on Viewhompage">;
|
|
582
589
|
}>;
|
|
583
|
-
["
|
|
584
|
-
|
|
590
|
+
["Shapehero_propertyHeroContainerRowContentblockFeatures"]: AliasType<{
|
|
591
|
+
feature?: boolean | `@${string}`;
|
|
585
592
|
__typename?: boolean | `@${string}`;
|
|
586
|
-
['...on
|
|
593
|
+
['...on Shapehero_propertyHeroContainerRowContentblockFeatures']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowContentblockFeatures"], "...on Shapehero_propertyHeroContainerRowContentblockFeatures">;
|
|
587
594
|
}>;
|
|
588
|
-
["
|
|
589
|
-
|
|
590
|
-
|
|
595
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"]: AliasType<{
|
|
596
|
+
address?: ValueTypes["InputField"];
|
|
597
|
+
postcode?: ValueTypes["InputField"];
|
|
598
|
+
email?: ValueTypes["InputField"];
|
|
591
599
|
__typename?: boolean | `@${string}`;
|
|
592
|
-
['...on
|
|
600
|
+
['...on Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"], "...on Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid">;
|
|
593
601
|
}>;
|
|
594
|
-
["
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
602
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"]: AliasType<{
|
|
603
|
+
cta?: ValueTypes["ButtonField"];
|
|
604
|
+
__typename?: boolean | `@${string}`;
|
|
605
|
+
['...on Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"], "...on Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions">;
|
|
606
|
+
}>;
|
|
607
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_form"]: AliasType<{
|
|
608
|
+
field_grid?: ValueTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"];
|
|
609
|
+
form_actions?: ValueTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"];
|
|
610
|
+
__typename?: boolean | `@${string}`;
|
|
611
|
+
['...on Shapehero_propertyHeroContainerRowContentblockValuation_form']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowContentblockValuation_form"], "...on Shapehero_propertyHeroContainerRowContentblockValuation_form">;
|
|
612
|
+
}>;
|
|
613
|
+
["Shapehero_propertyHeroContainerRowContentblock"]: AliasType<{
|
|
614
|
+
eyebrow?: boolean | `@${string}`;
|
|
615
|
+
title?: boolean | `@${string}`;
|
|
616
|
+
description?: boolean | `@${string}`;
|
|
617
|
+
features?: ValueTypes["Shapehero_propertyHeroContainerRowContentblockFeatures"];
|
|
618
|
+
valuation_form?: ValueTypes["Shapehero_propertyHeroContainerRowContentblockValuation_form"];
|
|
619
|
+
__typename?: boolean | `@${string}`;
|
|
620
|
+
['...on Shapehero_propertyHeroContainerRowContentblock']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowContentblock"], "...on Shapehero_propertyHeroContainerRowContentblock">;
|
|
621
|
+
}>;
|
|
622
|
+
["Shapehero_propertyHeroContainerRowFigureAttributionblock"]: AliasType<{
|
|
623
|
+
indicator?: boolean | `@${string}`;
|
|
624
|
+
review_note?: boolean | `@${string}`;
|
|
625
|
+
__typename?: boolean | `@${string}`;
|
|
626
|
+
['...on Shapehero_propertyHeroContainerRowFigureAttributionblock']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowFigureAttributionblock"], "...on Shapehero_propertyHeroContainerRowFigureAttributionblock">;
|
|
627
|
+
}>;
|
|
628
|
+
["Shapehero_propertyHeroContainerRowFigure"]: AliasType<{
|
|
629
|
+
image?: ValueTypes["ImageField"];
|
|
630
|
+
attributionblock?: ValueTypes["Shapehero_propertyHeroContainerRowFigureAttributionblock"];
|
|
631
|
+
__typename?: boolean | `@${string}`;
|
|
632
|
+
['...on Shapehero_propertyHeroContainerRowFigure']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRowFigure"], "...on Shapehero_propertyHeroContainerRowFigure">;
|
|
633
|
+
}>;
|
|
634
|
+
["Shapehero_propertyHeroContainerRow"]: AliasType<{
|
|
635
|
+
contentblock?: ValueTypes["Shapehero_propertyHeroContainerRowContentblock"];
|
|
636
|
+
figure?: ValueTypes["Shapehero_propertyHeroContainerRowFigure"];
|
|
637
|
+
__typename?: boolean | `@${string}`;
|
|
638
|
+
['...on Shapehero_propertyHeroContainerRow']?: Omit<ValueTypes["Shapehero_propertyHeroContainerRow"], "...on Shapehero_propertyHeroContainerRow">;
|
|
639
|
+
}>;
|
|
640
|
+
["Shapehero_propertyHeroContainer"]: AliasType<{
|
|
641
|
+
row?: ValueTypes["Shapehero_propertyHeroContainerRow"];
|
|
642
|
+
__typename?: boolean | `@${string}`;
|
|
643
|
+
['...on Shapehero_propertyHeroContainer']?: Omit<ValueTypes["Shapehero_propertyHeroContainer"], "...on Shapehero_propertyHeroContainer">;
|
|
644
|
+
}>;
|
|
645
|
+
["Shapehero_propertyHero"]: AliasType<{
|
|
646
|
+
container?: ValueTypes["Shapehero_propertyHeroContainer"];
|
|
647
|
+
__typename?: boolean | `@${string}`;
|
|
648
|
+
['...on Shapehero_propertyHero']?: Omit<ValueTypes["Shapehero_propertyHero"], "...on Shapehero_propertyHero">;
|
|
649
|
+
}>;
|
|
650
|
+
["Shapehero_property"]: AliasType<{
|
|
651
|
+
hero?: ValueTypes["Shapehero_propertyHero"];
|
|
600
652
|
_id?: boolean | `@${string}`;
|
|
601
653
|
createdAt?: boolean | `@${string}`;
|
|
602
654
|
updatedAt?: boolean | `@${string}`;
|
|
603
|
-
draft_version?: boolean | `@${string}`;
|
|
604
|
-
json_ld?: boolean | `@${string}`;
|
|
605
655
|
__typename?: boolean | `@${string}`;
|
|
606
|
-
['...on
|
|
656
|
+
['...on Shapehero_property']?: Omit<ValueTypes["Shapehero_property"], "...on Shapehero_property">;
|
|
607
657
|
}>;
|
|
608
|
-
["
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
658
|
+
["Shapelanding_aboutSectionContainerGridDetails"]: AliasType<{
|
|
659
|
+
description?: boolean | `@${string}`;
|
|
660
|
+
items?: boolean | `@${string}`;
|
|
661
|
+
description_2?: boolean | `@${string}`;
|
|
662
|
+
__typename?: boolean | `@${string}`;
|
|
663
|
+
['...on Shapelanding_aboutSectionContainerGridDetails']?: Omit<ValueTypes["Shapelanding_aboutSectionContainerGridDetails"], "...on Shapelanding_aboutSectionContainerGridDetails">;
|
|
664
|
+
}>;
|
|
665
|
+
["Shapelanding_aboutSectionContainerGrid"]: AliasType<{
|
|
666
|
+
subtitle?: boolean | `@${string}`;
|
|
667
|
+
details?: ValueTypes["Shapelanding_aboutSectionContainerGridDetails"];
|
|
668
|
+
__typename?: boolean | `@${string}`;
|
|
669
|
+
['...on Shapelanding_aboutSectionContainerGrid']?: Omit<ValueTypes["Shapelanding_aboutSectionContainerGrid"], "...on Shapelanding_aboutSectionContainerGrid">;
|
|
670
|
+
}>;
|
|
671
|
+
["Shapelanding_aboutSectionContainer"]: AliasType<{
|
|
672
|
+
grid?: ValueTypes["Shapelanding_aboutSectionContainerGrid"];
|
|
673
|
+
__typename?: boolean | `@${string}`;
|
|
674
|
+
['...on Shapelanding_aboutSectionContainer']?: Omit<ValueTypes["Shapelanding_aboutSectionContainer"], "...on Shapelanding_aboutSectionContainer">;
|
|
675
|
+
}>;
|
|
676
|
+
["Shapelanding_aboutSection"]: AliasType<{
|
|
677
|
+
container?: ValueTypes["Shapelanding_aboutSectionContainer"];
|
|
678
|
+
__typename?: boolean | `@${string}`;
|
|
679
|
+
['...on Shapelanding_aboutSection']?: Omit<ValueTypes["Shapelanding_aboutSection"], "...on Shapelanding_aboutSection">;
|
|
680
|
+
}>;
|
|
681
|
+
["Shapelanding_about"]: AliasType<{
|
|
682
|
+
section?: ValueTypes["Shapelanding_aboutSection"];
|
|
683
|
+
_id?: boolean | `@${string}`;
|
|
684
|
+
createdAt?: boolean | `@${string}`;
|
|
685
|
+
updatedAt?: boolean | `@${string}`;
|
|
686
|
+
__typename?: boolean | `@${string}`;
|
|
687
|
+
['...on Shapelanding_about']?: Omit<ValueTypes["Shapelanding_about"], "...on Shapelanding_about">;
|
|
688
|
+
}>;
|
|
689
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"]: AliasType<{
|
|
690
|
+
cta?: boolean | `@${string}`;
|
|
691
|
+
href?: boolean | `@${string}`;
|
|
692
|
+
__typename?: boolean | `@${string}`;
|
|
693
|
+
['...on Shapelanding_contactSectionContainerGridContentblockContactblockTelefon']?: Omit<ValueTypes["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"], "...on Shapelanding_contactSectionContainerGridContentblockContactblockTelefon">;
|
|
694
|
+
}>;
|
|
695
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"]: AliasType<{
|
|
696
|
+
cta?: boolean | `@${string}`;
|
|
697
|
+
href?: boolean | `@${string}`;
|
|
698
|
+
__typename?: boolean | `@${string}`;
|
|
699
|
+
['...on Shapelanding_contactSectionContainerGridContentblockContactblockE_mail']?: Omit<ValueTypes["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"], "...on Shapelanding_contactSectionContainerGridContentblockContactblockE_mail">;
|
|
700
|
+
}>;
|
|
701
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblock"]: AliasType<{
|
|
702
|
+
telefon?: ValueTypes["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"];
|
|
703
|
+
e_mail?: ValueTypes["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"];
|
|
704
|
+
__typename?: boolean | `@${string}`;
|
|
705
|
+
['...on Shapelanding_contactSectionContainerGridContentblockContactblock']?: Omit<ValueTypes["Shapelanding_contactSectionContainerGridContentblockContactblock"], "...on Shapelanding_contactSectionContainerGridContentblockContactblock">;
|
|
706
|
+
}>;
|
|
707
|
+
["Shapelanding_contactSectionContainerGridContentblock"]: AliasType<{
|
|
708
|
+
description?: boolean | `@${string}`;
|
|
709
|
+
description_2?: boolean | `@${string}`;
|
|
710
|
+
contactblock?: ValueTypes["Shapelanding_contactSectionContainerGridContentblockContactblock"];
|
|
711
|
+
company_info?: boolean | `@${string}`;
|
|
712
|
+
__typename?: boolean | `@${string}`;
|
|
713
|
+
['...on Shapelanding_contactSectionContainerGridContentblock']?: Omit<ValueTypes["Shapelanding_contactSectionContainerGridContentblock"], "...on Shapelanding_contactSectionContainerGridContentblock">;
|
|
714
|
+
}>;
|
|
715
|
+
["Shapelanding_contactSectionContainerGrid"]: AliasType<{
|
|
716
|
+
subtitle?: boolean | `@${string}`;
|
|
717
|
+
contentblock?: ValueTypes["Shapelanding_contactSectionContainerGridContentblock"];
|
|
718
|
+
__typename?: boolean | `@${string}`;
|
|
719
|
+
['...on Shapelanding_contactSectionContainerGrid']?: Omit<ValueTypes["Shapelanding_contactSectionContainerGrid"], "...on Shapelanding_contactSectionContainerGrid">;
|
|
720
|
+
}>;
|
|
721
|
+
["Shapelanding_contactSectionContainer"]: AliasType<{
|
|
722
|
+
grid?: ValueTypes["Shapelanding_contactSectionContainerGrid"];
|
|
723
|
+
__typename?: boolean | `@${string}`;
|
|
724
|
+
['...on Shapelanding_contactSectionContainer']?: Omit<ValueTypes["Shapelanding_contactSectionContainer"], "...on Shapelanding_contactSectionContainer">;
|
|
725
|
+
}>;
|
|
726
|
+
["Shapelanding_contactSection"]: AliasType<{
|
|
727
|
+
container?: ValueTypes["Shapelanding_contactSectionContainer"];
|
|
728
|
+
__typename?: boolean | `@${string}`;
|
|
729
|
+
['...on Shapelanding_contactSection']?: Omit<ValueTypes["Shapelanding_contactSection"], "...on Shapelanding_contactSection">;
|
|
730
|
+
}>;
|
|
731
|
+
["Shapelanding_contact"]: AliasType<{
|
|
732
|
+
section?: ValueTypes["Shapelanding_contactSection"];
|
|
733
|
+
_id?: boolean | `@${string}`;
|
|
734
|
+
createdAt?: boolean | `@${string}`;
|
|
735
|
+
updatedAt?: boolean | `@${string}`;
|
|
736
|
+
__typename?: boolean | `@${string}`;
|
|
737
|
+
['...on Shapelanding_contact']?: Omit<ValueTypes["Shapelanding_contact"], "...on Shapelanding_contact">;
|
|
738
|
+
}>;
|
|
739
|
+
["Shapelanding_documentsSectionContainerGridDetails"]: AliasType<{
|
|
740
|
+
description?: boolean | `@${string}`;
|
|
741
|
+
items?: boolean | `@${string}`;
|
|
742
|
+
__typename?: boolean | `@${string}`;
|
|
743
|
+
['...on Shapelanding_documentsSectionContainerGridDetails']?: Omit<ValueTypes["Shapelanding_documentsSectionContainerGridDetails"], "...on Shapelanding_documentsSectionContainerGridDetails">;
|
|
744
|
+
}>;
|
|
745
|
+
["Shapelanding_documentsSectionContainerGrid"]: AliasType<{
|
|
746
|
+
subtitle?: boolean | `@${string}`;
|
|
747
|
+
details?: ValueTypes["Shapelanding_documentsSectionContainerGridDetails"];
|
|
748
|
+
__typename?: boolean | `@${string}`;
|
|
749
|
+
['...on Shapelanding_documentsSectionContainerGrid']?: Omit<ValueTypes["Shapelanding_documentsSectionContainerGrid"], "...on Shapelanding_documentsSectionContainerGrid">;
|
|
750
|
+
}>;
|
|
751
|
+
["Shapelanding_documentsSectionContainer"]: AliasType<{
|
|
752
|
+
grid?: ValueTypes["Shapelanding_documentsSectionContainerGrid"];
|
|
753
|
+
__typename?: boolean | `@${string}`;
|
|
754
|
+
['...on Shapelanding_documentsSectionContainer']?: Omit<ValueTypes["Shapelanding_documentsSectionContainer"], "...on Shapelanding_documentsSectionContainer">;
|
|
755
|
+
}>;
|
|
756
|
+
["Shapelanding_documentsSection"]: AliasType<{
|
|
757
|
+
container?: ValueTypes["Shapelanding_documentsSectionContainer"];
|
|
758
|
+
__typename?: boolean | `@${string}`;
|
|
759
|
+
['...on Shapelanding_documentsSection']?: Omit<ValueTypes["Shapelanding_documentsSection"], "...on Shapelanding_documentsSection">;
|
|
760
|
+
}>;
|
|
761
|
+
["Shapelanding_documents"]: AliasType<{
|
|
762
|
+
section?: ValueTypes["Shapelanding_documentsSection"];
|
|
763
|
+
_id?: boolean | `@${string}`;
|
|
764
|
+
createdAt?: boolean | `@${string}`;
|
|
765
|
+
updatedAt?: boolean | `@${string}`;
|
|
766
|
+
__typename?: boolean | `@${string}`;
|
|
767
|
+
['...on Shapelanding_documents']?: Omit<ValueTypes["Shapelanding_documents"], "...on Shapelanding_documents">;
|
|
768
|
+
}>;
|
|
769
|
+
["Shapelanding_heroSectionContainerContentCtasCall_1"]: AliasType<{
|
|
770
|
+
cta?: boolean | `@${string}`;
|
|
771
|
+
href?: boolean | `@${string}`;
|
|
772
|
+
__typename?: boolean | `@${string}`;
|
|
773
|
+
['...on Shapelanding_heroSectionContainerContentCtasCall_1']?: Omit<ValueTypes["Shapelanding_heroSectionContainerContentCtasCall_1"], "...on Shapelanding_heroSectionContainerContentCtasCall_1">;
|
|
774
|
+
}>;
|
|
775
|
+
["Shapelanding_heroSectionContainerContentCtasCall_2"]: AliasType<{
|
|
776
|
+
cta?: boolean | `@${string}`;
|
|
777
|
+
href?: boolean | `@${string}`;
|
|
778
|
+
__typename?: boolean | `@${string}`;
|
|
779
|
+
['...on Shapelanding_heroSectionContainerContentCtasCall_2']?: Omit<ValueTypes["Shapelanding_heroSectionContainerContentCtasCall_2"], "...on Shapelanding_heroSectionContainerContentCtasCall_2">;
|
|
780
|
+
}>;
|
|
781
|
+
["Shapelanding_heroSectionContainerContentCtas"]: AliasType<{
|
|
782
|
+
call_1?: ValueTypes["Shapelanding_heroSectionContainerContentCtasCall_1"];
|
|
783
|
+
call_2?: ValueTypes["Shapelanding_heroSectionContainerContentCtasCall_2"];
|
|
784
|
+
__typename?: boolean | `@${string}`;
|
|
785
|
+
['...on Shapelanding_heroSectionContainerContentCtas']?: Omit<ValueTypes["Shapelanding_heroSectionContainerContentCtas"], "...on Shapelanding_heroSectionContainerContentCtas">;
|
|
786
|
+
}>;
|
|
787
|
+
["Shapelanding_heroSectionContainerContent"]: AliasType<{
|
|
788
|
+
title?: boolean | `@${string}`;
|
|
789
|
+
description?: boolean | `@${string}`;
|
|
790
|
+
ctas?: ValueTypes["Shapelanding_heroSectionContainerContentCtas"];
|
|
791
|
+
__typename?: boolean | `@${string}`;
|
|
792
|
+
['...on Shapelanding_heroSectionContainerContent']?: Omit<ValueTypes["Shapelanding_heroSectionContainerContent"], "...on Shapelanding_heroSectionContainerContent">;
|
|
793
|
+
}>;
|
|
794
|
+
["Shapelanding_heroSectionContainer"]: AliasType<{
|
|
795
|
+
content?: ValueTypes["Shapelanding_heroSectionContainerContent"];
|
|
796
|
+
logo?: ValueTypes["Shapelogo"];
|
|
797
|
+
__typename?: boolean | `@${string}`;
|
|
798
|
+
['...on Shapelanding_heroSectionContainer']?: Omit<ValueTypes["Shapelanding_heroSectionContainer"], "...on Shapelanding_heroSectionContainer">;
|
|
799
|
+
}>;
|
|
800
|
+
["Shapelanding_heroSection"]: AliasType<{
|
|
801
|
+
container?: ValueTypes["Shapelanding_heroSectionContainer"];
|
|
802
|
+
__typename?: boolean | `@${string}`;
|
|
803
|
+
['...on Shapelanding_heroSection']?: Omit<ValueTypes["Shapelanding_heroSection"], "...on Shapelanding_heroSection">;
|
|
804
|
+
}>;
|
|
805
|
+
["Shapelanding_hero"]: AliasType<{
|
|
806
|
+
section?: ValueTypes["Shapelanding_heroSection"];
|
|
807
|
+
_id?: boolean | `@${string}`;
|
|
808
|
+
createdAt?: boolean | `@${string}`;
|
|
809
|
+
updatedAt?: boolean | `@${string}`;
|
|
810
|
+
__typename?: boolean | `@${string}`;
|
|
811
|
+
['...on Shapelanding_hero']?: Omit<ValueTypes["Shapelanding_hero"], "...on Shapelanding_hero">;
|
|
812
|
+
}>;
|
|
813
|
+
["Shapelanding_offerSectionContainerGridDetails"]: AliasType<{
|
|
814
|
+
description?: boolean | `@${string}`;
|
|
815
|
+
items?: boolean | `@${string}`;
|
|
816
|
+
__typename?: boolean | `@${string}`;
|
|
817
|
+
['...on Shapelanding_offerSectionContainerGridDetails']?: Omit<ValueTypes["Shapelanding_offerSectionContainerGridDetails"], "...on Shapelanding_offerSectionContainerGridDetails">;
|
|
818
|
+
}>;
|
|
819
|
+
["Shapelanding_offerSectionContainerGrid"]: AliasType<{
|
|
820
|
+
subtitle?: boolean | `@${string}`;
|
|
821
|
+
details?: ValueTypes["Shapelanding_offerSectionContainerGridDetails"];
|
|
822
|
+
__typename?: boolean | `@${string}`;
|
|
823
|
+
['...on Shapelanding_offerSectionContainerGrid']?: Omit<ValueTypes["Shapelanding_offerSectionContainerGrid"], "...on Shapelanding_offerSectionContainerGrid">;
|
|
824
|
+
}>;
|
|
825
|
+
["Shapelanding_offerSectionContainer"]: AliasType<{
|
|
826
|
+
grid?: ValueTypes["Shapelanding_offerSectionContainerGrid"];
|
|
827
|
+
__typename?: boolean | `@${string}`;
|
|
828
|
+
['...on Shapelanding_offerSectionContainer']?: Omit<ValueTypes["Shapelanding_offerSectionContainer"], "...on Shapelanding_offerSectionContainer">;
|
|
829
|
+
}>;
|
|
830
|
+
["Shapelanding_offerSection"]: AliasType<{
|
|
831
|
+
container?: ValueTypes["Shapelanding_offerSectionContainer"];
|
|
832
|
+
__typename?: boolean | `@${string}`;
|
|
833
|
+
['...on Shapelanding_offerSection']?: Omit<ValueTypes["Shapelanding_offerSection"], "...on Shapelanding_offerSection">;
|
|
834
|
+
}>;
|
|
835
|
+
["Shapelanding_offer"]: AliasType<{
|
|
836
|
+
section?: ValueTypes["Shapelanding_offerSection"];
|
|
614
837
|
_id?: boolean | `@${string}`;
|
|
615
838
|
createdAt?: boolean | `@${string}`;
|
|
616
839
|
updatedAt?: boolean | `@${string}`;
|
|
617
|
-
draft_version?: boolean | `@${string}`;
|
|
618
|
-
json_ld?: boolean | `@${string}`;
|
|
619
840
|
__typename?: boolean | `@${string}`;
|
|
620
|
-
['...on
|
|
841
|
+
['...on Shapelanding_offer']?: Omit<ValueTypes["Shapelanding_offer"], "...on Shapelanding_offer">;
|
|
621
842
|
}>;
|
|
622
|
-
["
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
843
|
+
["Shapelanding_pageMain"]: AliasType<{
|
|
844
|
+
hero?: boolean | `@${string}`;
|
|
845
|
+
about?: boolean | `@${string}`;
|
|
846
|
+
offer?: boolean | `@${string}`;
|
|
847
|
+
purposes?: boolean | `@${string}`;
|
|
848
|
+
documents?: boolean | `@${string}`;
|
|
849
|
+
pricing_note?: boolean | `@${string}`;
|
|
850
|
+
contact?: boolean | `@${string}`;
|
|
629
851
|
__typename?: boolean | `@${string}`;
|
|
630
|
-
['...on
|
|
852
|
+
['...on Shapelanding_pageMain']?: Omit<ValueTypes["Shapelanding_pageMain"], "...on Shapelanding_pageMain">;
|
|
631
853
|
}>;
|
|
632
|
-
["
|
|
633
|
-
|
|
634
|
-
|
|
854
|
+
["Shapelanding_page"]: AliasType<{
|
|
855
|
+
main?: ValueTypes["Shapelanding_pageMain"];
|
|
856
|
+
_id?: boolean | `@${string}`;
|
|
857
|
+
createdAt?: boolean | `@${string}`;
|
|
858
|
+
updatedAt?: boolean | `@${string}`;
|
|
635
859
|
__typename?: boolean | `@${string}`;
|
|
636
|
-
['...on
|
|
860
|
+
['...on Shapelanding_page']?: Omit<ValueTypes["Shapelanding_page"], "...on Shapelanding_page">;
|
|
637
861
|
}>;
|
|
638
|
-
["
|
|
639
|
-
|
|
640
|
-
|
|
862
|
+
["Shapelanding_pricing_noteSectionContainerContent"]: AliasType<{
|
|
863
|
+
subtitle?: boolean | `@${string}`;
|
|
864
|
+
description?: boolean | `@${string}`;
|
|
641
865
|
__typename?: boolean | `@${string}`;
|
|
642
|
-
['...on
|
|
866
|
+
['...on Shapelanding_pricing_noteSectionContainerContent']?: Omit<ValueTypes["Shapelanding_pricing_noteSectionContainerContent"], "...on Shapelanding_pricing_noteSectionContainerContent">;
|
|
643
867
|
}>;
|
|
644
|
-
["
|
|
645
|
-
|
|
868
|
+
["Shapelanding_pricing_noteSectionContainer"]: AliasType<{
|
|
869
|
+
content?: ValueTypes["Shapelanding_pricing_noteSectionContainerContent"];
|
|
646
870
|
__typename?: boolean | `@${string}`;
|
|
647
|
-
['...on
|
|
871
|
+
['...on Shapelanding_pricing_noteSectionContainer']?: Omit<ValueTypes["Shapelanding_pricing_noteSectionContainer"], "...on Shapelanding_pricing_noteSectionContainer">;
|
|
648
872
|
}>;
|
|
649
|
-
["
|
|
650
|
-
|
|
873
|
+
["Shapelanding_pricing_noteSection"]: AliasType<{
|
|
874
|
+
container?: ValueTypes["Shapelanding_pricing_noteSectionContainer"];
|
|
651
875
|
__typename?: boolean | `@${string}`;
|
|
652
|
-
['...on
|
|
876
|
+
['...on Shapelanding_pricing_noteSection']?: Omit<ValueTypes["Shapelanding_pricing_noteSection"], "...on Shapelanding_pricing_noteSection">;
|
|
653
877
|
}>;
|
|
654
|
-
["
|
|
655
|
-
|
|
656
|
-
|
|
878
|
+
["Shapelanding_pricing_note"]: AliasType<{
|
|
879
|
+
section?: ValueTypes["Shapelanding_pricing_noteSection"];
|
|
880
|
+
_id?: boolean | `@${string}`;
|
|
881
|
+
createdAt?: boolean | `@${string}`;
|
|
882
|
+
updatedAt?: boolean | `@${string}`;
|
|
657
883
|
__typename?: boolean | `@${string}`;
|
|
658
|
-
['...on
|
|
884
|
+
['...on Shapelanding_pricing_note']?: Omit<ValueTypes["Shapelanding_pricing_note"], "...on Shapelanding_pricing_note">;
|
|
659
885
|
}>;
|
|
660
|
-
["
|
|
661
|
-
|
|
886
|
+
["Shapelanding_purposesSectionContainerGridContent_block"]: AliasType<{
|
|
887
|
+
description?: boolean | `@${string}`;
|
|
888
|
+
items?: boolean | `@${string}`;
|
|
662
889
|
__typename?: boolean | `@${string}`;
|
|
663
|
-
['...on
|
|
890
|
+
['...on Shapelanding_purposesSectionContainerGridContent_block']?: Omit<ValueTypes["Shapelanding_purposesSectionContainerGridContent_block"], "...on Shapelanding_purposesSectionContainerGridContent_block">;
|
|
664
891
|
}>;
|
|
665
|
-
["
|
|
666
|
-
|
|
892
|
+
["Shapelanding_purposesSectionContainerGrid"]: AliasType<{
|
|
893
|
+
subtitle?: boolean | `@${string}`;
|
|
894
|
+
content_block?: ValueTypes["Shapelanding_purposesSectionContainerGridContent_block"];
|
|
667
895
|
__typename?: boolean | `@${string}`;
|
|
668
|
-
['...on
|
|
896
|
+
['...on Shapelanding_purposesSectionContainerGrid']?: Omit<ValueTypes["Shapelanding_purposesSectionContainerGrid"], "...on Shapelanding_purposesSectionContainerGrid">;
|
|
669
897
|
}>;
|
|
670
|
-
["
|
|
671
|
-
|
|
672
|
-
step_two_next?: ValueTypes["ButtonField"];
|
|
898
|
+
["Shapelanding_purposesSectionContainer"]: AliasType<{
|
|
899
|
+
grid?: ValueTypes["Shapelanding_purposesSectionContainerGrid"];
|
|
673
900
|
__typename?: boolean | `@${string}`;
|
|
674
|
-
['...on
|
|
901
|
+
['...on Shapelanding_purposesSectionContainer']?: Omit<ValueTypes["Shapelanding_purposesSectionContainer"], "...on Shapelanding_purposesSectionContainer">;
|
|
675
902
|
}>;
|
|
676
|
-
["
|
|
677
|
-
|
|
903
|
+
["Shapelanding_purposesSection"]: AliasType<{
|
|
904
|
+
container?: ValueTypes["Shapelanding_purposesSectionContainer"];
|
|
678
905
|
__typename?: boolean | `@${string}`;
|
|
679
|
-
['...on
|
|
906
|
+
['...on Shapelanding_purposesSection']?: Omit<ValueTypes["Shapelanding_purposesSection"], "...on Shapelanding_purposesSection">;
|
|
680
907
|
}>;
|
|
681
|
-
["
|
|
682
|
-
|
|
683
|
-
|
|
908
|
+
["Shapelanding_purposes"]: AliasType<{
|
|
909
|
+
section?: ValueTypes["Shapelanding_purposesSection"];
|
|
910
|
+
_id?: boolean | `@${string}`;
|
|
911
|
+
createdAt?: boolean | `@${string}`;
|
|
912
|
+
updatedAt?: boolean | `@${string}`;
|
|
684
913
|
__typename?: boolean | `@${string}`;
|
|
685
|
-
['...on
|
|
914
|
+
['...on Shapelanding_purposes']?: Omit<ValueTypes["Shapelanding_purposes"], "...on Shapelanding_purposes">;
|
|
686
915
|
}>;
|
|
687
|
-
["
|
|
688
|
-
|
|
916
|
+
["Shapelogo"]: AliasType<{
|
|
917
|
+
main?: boolean | `@${string}`;
|
|
918
|
+
_id?: boolean | `@${string}`;
|
|
919
|
+
createdAt?: boolean | `@${string}`;
|
|
920
|
+
updatedAt?: boolean | `@${string}`;
|
|
689
921
|
__typename?: boolean | `@${string}`;
|
|
690
|
-
['...on
|
|
922
|
+
['...on Shapelogo']?: Omit<ValueTypes["Shapelogo"], "...on Shapelogo">;
|
|
691
923
|
}>;
|
|
692
|
-
["
|
|
693
|
-
wrapper?: ValueTypes["Shapeexamples_pricingplans_9Wrapper"];
|
|
694
|
-
testowepole?: ValueTypes["Shapeexamples_pricingplans_9Testowepole"];
|
|
695
|
-
step_variable?: ValueTypes["VariableField"];
|
|
696
|
-
step_one?: ValueTypes["Shapeexamples_pricingplans_9Step_one"];
|
|
697
|
-
step_two?: ValueTypes["Shapeexamples_pricingplans_9Step_two"];
|
|
698
|
-
step_three?: ValueTypes["Shapeexamples_pricingplans_9Step_three"];
|
|
924
|
+
["Shapenav"]: AliasType<{
|
|
699
925
|
_id?: boolean | `@${string}`;
|
|
700
926
|
createdAt?: boolean | `@${string}`;
|
|
701
927
|
updatedAt?: boolean | `@${string}`;
|
|
702
928
|
__typename?: boolean | `@${string}`;
|
|
703
|
-
['...on
|
|
929
|
+
['...on Shapenav']?: Omit<ValueTypes["Shapenav"], "...on Shapenav">;
|
|
930
|
+
}>;
|
|
931
|
+
["ShapeomnieContainerCardGridFigure"]: AliasType<{
|
|
932
|
+
image?: ValueTypes["ImageField"];
|
|
933
|
+
figcaption?: boolean | `@${string}`;
|
|
934
|
+
__typename?: boolean | `@${string}`;
|
|
935
|
+
['...on ShapeomnieContainerCardGridFigure']?: Omit<ValueTypes["ShapeomnieContainerCardGridFigure"], "...on ShapeomnieContainerCardGridFigure">;
|
|
936
|
+
}>;
|
|
937
|
+
["ShapeomnieContainerCardGridContent_blockHeader"]: AliasType<{
|
|
938
|
+
o_mnie_label?: boolean | `@${string}`;
|
|
939
|
+
subtitle?: boolean | `@${string}`;
|
|
940
|
+
intro?: boolean | `@${string}`;
|
|
941
|
+
__typename?: boolean | `@${string}`;
|
|
942
|
+
['...on ShapeomnieContainerCardGridContent_blockHeader']?: Omit<ValueTypes["ShapeomnieContainerCardGridContent_blockHeader"], "...on ShapeomnieContainerCardGridContent_blockHeader">;
|
|
943
|
+
}>;
|
|
944
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"]: AliasType<{
|
|
945
|
+
title?: boolean | `@${string}`;
|
|
946
|
+
href?: boolean | `@${string}`;
|
|
947
|
+
__typename?: boolean | `@${string}`;
|
|
948
|
+
['...on ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta']?: Omit<ValueTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"], "...on ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta">;
|
|
949
|
+
}>;
|
|
950
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"]: AliasType<{
|
|
951
|
+
title?: boolean | `@${string}`;
|
|
952
|
+
href?: boolean | `@${string}`;
|
|
953
|
+
__typename?: boolean | `@${string}`;
|
|
954
|
+
['...on ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta']?: Omit<ValueTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"], "...on ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta">;
|
|
955
|
+
}>;
|
|
956
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttons"]: AliasType<{
|
|
957
|
+
primary_cta?: ValueTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"];
|
|
958
|
+
secondary_cta?: ValueTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"];
|
|
959
|
+
__typename?: boolean | `@${string}`;
|
|
960
|
+
['...on ShapeomnieContainerCardGridContent_blockCta_buttons']?: Omit<ValueTypes["ShapeomnieContainerCardGridContent_blockCta_buttons"], "...on ShapeomnieContainerCardGridContent_blockCta_buttons">;
|
|
961
|
+
}>;
|
|
962
|
+
["ShapeomnieContainerCardGridContent_block"]: AliasType<{
|
|
963
|
+
header?: ValueTypes["ShapeomnieContainerCardGridContent_blockHeader"];
|
|
964
|
+
items?: boolean | `@${string}`;
|
|
965
|
+
conclusion?: boolean | `@${string}`;
|
|
966
|
+
cta_buttons?: ValueTypes["ShapeomnieContainerCardGridContent_blockCta_buttons"];
|
|
967
|
+
__typename?: boolean | `@${string}`;
|
|
968
|
+
['...on ShapeomnieContainerCardGridContent_block']?: Omit<ValueTypes["ShapeomnieContainerCardGridContent_block"], "...on ShapeomnieContainerCardGridContent_block">;
|
|
969
|
+
}>;
|
|
970
|
+
["ShapeomnieContainerCardGrid"]: AliasType<{
|
|
971
|
+
figure?: ValueTypes["ShapeomnieContainerCardGridFigure"];
|
|
972
|
+
content_block?: ValueTypes["ShapeomnieContainerCardGridContent_block"];
|
|
973
|
+
__typename?: boolean | `@${string}`;
|
|
974
|
+
['...on ShapeomnieContainerCardGrid']?: Omit<ValueTypes["ShapeomnieContainerCardGrid"], "...on ShapeomnieContainerCardGrid">;
|
|
975
|
+
}>;
|
|
976
|
+
["ShapeomnieContainerCard"]: AliasType<{
|
|
977
|
+
grid?: ValueTypes["ShapeomnieContainerCardGrid"];
|
|
978
|
+
__typename?: boolean | `@${string}`;
|
|
979
|
+
['...on ShapeomnieContainerCard']?: Omit<ValueTypes["ShapeomnieContainerCard"], "...on ShapeomnieContainerCard">;
|
|
980
|
+
}>;
|
|
981
|
+
["ShapeomnieContainer"]: AliasType<{
|
|
982
|
+
card?: ValueTypes["ShapeomnieContainerCard"];
|
|
983
|
+
__typename?: boolean | `@${string}`;
|
|
984
|
+
['...on ShapeomnieContainer']?: Omit<ValueTypes["ShapeomnieContainer"], "...on ShapeomnieContainer">;
|
|
985
|
+
}>;
|
|
986
|
+
["Shapeomnie"]: AliasType<{
|
|
987
|
+
container?: ValueTypes["ShapeomnieContainer"];
|
|
988
|
+
_id?: boolean | `@${string}`;
|
|
989
|
+
createdAt?: boolean | `@${string}`;
|
|
990
|
+
updatedAt?: boolean | `@${string}`;
|
|
991
|
+
__typename?: boolean | `@${string}`;
|
|
992
|
+
['...on Shapeomnie']?: Omit<ValueTypes["Shapeomnie"], "...on Shapeomnie">;
|
|
704
993
|
}>;
|
|
705
994
|
["RootParamsInput"]: {
|
|
706
995
|
_version?: string | undefined | null | Variable<any, string>;
|
|
707
|
-
locale?: string | undefined | null | Variable<any, string>;
|
|
708
996
|
};
|
|
709
997
|
["RootParamsEnum"]: RootParamsEnum;
|
|
710
|
-
["aaaaaaaaaaaaaSortInput"]: {
|
|
711
|
-
slug?: ValueTypes["Sort"] | undefined | null | Variable<any, string>;
|
|
712
|
-
createdAt?: ValueTypes["Sort"] | undefined | null | Variable<any, string>;
|
|
713
|
-
updatedAt?: ValueTypes["Sort"] | undefined | null | Variable<any, string>;
|
|
714
|
-
};
|
|
715
|
-
["testxSortInput"]: {
|
|
716
|
-
slug?: ValueTypes["Sort"] | undefined | null | Variable<any, string>;
|
|
717
|
-
createdAt?: ValueTypes["Sort"] | undefined | null | Variable<any, string>;
|
|
718
|
-
updatedAt?: ValueTypes["Sort"] | undefined | null | Variable<any, string>;
|
|
719
|
-
};
|
|
720
|
-
["aaaaaaaaaaaaaFilterInput"]: {
|
|
721
|
-
slug?: ValueTypes["FilterInputString"] | undefined | null | Variable<any, string>;
|
|
722
|
-
};
|
|
723
|
-
["testxFilterInput"]: {
|
|
724
|
-
slug?: ValueTypes["FilterInputString"] | undefined | null | Variable<any, string>;
|
|
725
|
-
};
|
|
726
998
|
["ID"]: unknown;
|
|
727
999
|
};
|
|
728
1000
|
export type ResolverInputTypes = {
|
|
@@ -889,6 +1161,12 @@ export type ResolverInputTypes = {
|
|
|
889
1161
|
defaultValue?: boolean | `@${string}`;
|
|
890
1162
|
__typename?: boolean | `@${string}`;
|
|
891
1163
|
}>;
|
|
1164
|
+
["LinkField"]: AliasType<{
|
|
1165
|
+
label?: boolean | `@${string}`;
|
|
1166
|
+
href?: boolean | `@${string}`;
|
|
1167
|
+
target?: boolean | `@${string}`;
|
|
1168
|
+
__typename?: boolean | `@${string}`;
|
|
1169
|
+
}>;
|
|
892
1170
|
["ButtonField"]: AliasType<{
|
|
893
1171
|
label?: boolean | `@${string}`;
|
|
894
1172
|
type?: boolean | `@${string}`;
|
|
@@ -937,80 +1215,81 @@ export type ResolverInputTypes = {
|
|
|
937
1215
|
response?: [{
|
|
938
1216
|
id: string;
|
|
939
1217
|
}, boolean | `@${string}`];
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
}
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
1218
|
+
fieldSetShapehero_property?: boolean | `@${string}`;
|
|
1219
|
+
modelShapehero_property?: boolean | `@${string}`;
|
|
1220
|
+
previewFieldsShapehero_property?: boolean | `@${string}`;
|
|
1221
|
+
oneShapehero_property?: ResolverInputTypes["Shapehero_property"];
|
|
1222
|
+
fieldSetShapelanding_about?: boolean | `@${string}`;
|
|
1223
|
+
modelShapelanding_about?: boolean | `@${string}`;
|
|
1224
|
+
previewFieldsShapelanding_about?: boolean | `@${string}`;
|
|
1225
|
+
oneShapelanding_about?: ResolverInputTypes["Shapelanding_about"];
|
|
1226
|
+
fieldSetShapelanding_contact?: boolean | `@${string}`;
|
|
1227
|
+
modelShapelanding_contact?: boolean | `@${string}`;
|
|
1228
|
+
previewFieldsShapelanding_contact?: boolean | `@${string}`;
|
|
1229
|
+
oneShapelanding_contact?: ResolverInputTypes["Shapelanding_contact"];
|
|
1230
|
+
fieldSetShapelanding_documents?: boolean | `@${string}`;
|
|
1231
|
+
modelShapelanding_documents?: boolean | `@${string}`;
|
|
1232
|
+
previewFieldsShapelanding_documents?: boolean | `@${string}`;
|
|
1233
|
+
oneShapelanding_documents?: ResolverInputTypes["Shapelanding_documents"];
|
|
1234
|
+
fieldSetShapelanding_hero?: boolean | `@${string}`;
|
|
1235
|
+
modelShapelanding_hero?: boolean | `@${string}`;
|
|
1236
|
+
previewFieldsShapelanding_hero?: boolean | `@${string}`;
|
|
1237
|
+
oneShapelanding_hero?: ResolverInputTypes["Shapelanding_hero"];
|
|
1238
|
+
fieldSetShapelanding_offer?: boolean | `@${string}`;
|
|
1239
|
+
modelShapelanding_offer?: boolean | `@${string}`;
|
|
1240
|
+
previewFieldsShapelanding_offer?: boolean | `@${string}`;
|
|
1241
|
+
oneShapelanding_offer?: ResolverInputTypes["Shapelanding_offer"];
|
|
1242
|
+
fieldSetShapelanding_page?: boolean | `@${string}`;
|
|
1243
|
+
modelShapelanding_page?: boolean | `@${string}`;
|
|
1244
|
+
previewFieldsShapelanding_page?: boolean | `@${string}`;
|
|
1245
|
+
oneShapelanding_page?: ResolverInputTypes["Shapelanding_page"];
|
|
1246
|
+
fieldSetShapelanding_pricing_note?: boolean | `@${string}`;
|
|
1247
|
+
modelShapelanding_pricing_note?: boolean | `@${string}`;
|
|
1248
|
+
previewFieldsShapelanding_pricing_note?: boolean | `@${string}`;
|
|
1249
|
+
oneShapelanding_pricing_note?: ResolverInputTypes["Shapelanding_pricing_note"];
|
|
1250
|
+
fieldSetShapelanding_purposes?: boolean | `@${string}`;
|
|
1251
|
+
modelShapelanding_purposes?: boolean | `@${string}`;
|
|
1252
|
+
previewFieldsShapelanding_purposes?: boolean | `@${string}`;
|
|
1253
|
+
oneShapelanding_purposes?: ResolverInputTypes["Shapelanding_purposes"];
|
|
1254
|
+
fieldSetShapelogo?: boolean | `@${string}`;
|
|
1255
|
+
modelShapelogo?: boolean | `@${string}`;
|
|
1256
|
+
previewFieldsShapelogo?: boolean | `@${string}`;
|
|
1257
|
+
oneShapelogo?: ResolverInputTypes["Shapelogo"];
|
|
1258
|
+
fieldSetShapenav?: boolean | `@${string}`;
|
|
1259
|
+
modelShapenav?: boolean | `@${string}`;
|
|
1260
|
+
previewFieldsShapenav?: boolean | `@${string}`;
|
|
1261
|
+
oneShapenav?: ResolverInputTypes["Shapenav"];
|
|
1262
|
+
fieldSetShapeomnie?: boolean | `@${string}`;
|
|
1263
|
+
modelShapeomnie?: boolean | `@${string}`;
|
|
1264
|
+
previewFieldsShapeomnie?: boolean | `@${string}`;
|
|
1265
|
+
oneShapeomnie?: ResolverInputTypes["Shapeomnie"];
|
|
1266
|
+
variantsViewhompage?: ResolverInputTypes["Viewhompage"];
|
|
1267
|
+
fieldSetViewhompage?: boolean | `@${string}`;
|
|
1268
|
+
modelViewhompage?: boolean | `@${string}`;
|
|
1269
|
+
previewFieldsViewhompage?: boolean | `@${string}`;
|
|
1270
|
+
oneViewhompage?: [{
|
|
991
1271
|
rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null;
|
|
992
|
-
}, ResolverInputTypes["
|
|
993
|
-
|
|
1272
|
+
}, ResolverInputTypes["Viewhompage"]];
|
|
1273
|
+
oneAsScalarViewhompage?: [{
|
|
994
1274
|
rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null;
|
|
995
1275
|
}, boolean | `@${string}`];
|
|
996
1276
|
__typename?: boolean | `@${string}`;
|
|
997
1277
|
}>;
|
|
998
1278
|
["RootParamsType"]: AliasType<{
|
|
999
1279
|
_version?: boolean | `@${string}`;
|
|
1000
|
-
locale?: boolean | `@${string}`;
|
|
1001
1280
|
__typename?: boolean | `@${string}`;
|
|
1002
1281
|
}>;
|
|
1003
|
-
["ModelEnum"]: ModelEnum;
|
|
1004
1282
|
["ViewEnum"]: ViewEnum;
|
|
1005
1283
|
["ShapeEnum"]: ShapeEnum;
|
|
1006
|
-
["
|
|
1007
|
-
items?: ResolverInputTypes["aaaaaaaaaaaaa"];
|
|
1008
|
-
pageInfo?: ResolverInputTypes["PageInfo"];
|
|
1009
|
-
__typename?: boolean | `@${string}`;
|
|
1010
|
-
}>;
|
|
1011
|
-
["aaaaaaaaaaaaa"]: AliasType<{
|
|
1284
|
+
["Viewhompage"]: AliasType<{
|
|
1012
1285
|
_version?: ResolverInputTypes["VersionField"];
|
|
1013
|
-
|
|
1286
|
+
herov2?: ResolverInputTypes["Shapehero_property"];
|
|
1287
|
+
about2?: ResolverInputTypes["Shapeomnie"];
|
|
1288
|
+
offer?: ResolverInputTypes["Shapelanding_offer"];
|
|
1289
|
+
purposes?: ResolverInputTypes["Shapelanding_purposes"];
|
|
1290
|
+
documents?: ResolverInputTypes["Shapelanding_documents"];
|
|
1291
|
+
pricing_note?: ResolverInputTypes["Shapelanding_pricing_note"];
|
|
1292
|
+
contact?: ResolverInputTypes["Shapelanding_contact"];
|
|
1014
1293
|
slug?: boolean | `@${string}`;
|
|
1015
1294
|
_id?: boolean | `@${string}`;
|
|
1016
1295
|
createdAt?: boolean | `@${string}`;
|
|
@@ -1019,106 +1298,341 @@ export type ResolverInputTypes = {
|
|
|
1019
1298
|
json_ld?: boolean | `@${string}`;
|
|
1020
1299
|
__typename?: boolean | `@${string}`;
|
|
1021
1300
|
}>;
|
|
1022
|
-
["
|
|
1023
|
-
|
|
1301
|
+
["Shapehero_propertyHeroContainerRowContentblockFeatures"]: AliasType<{
|
|
1302
|
+
feature?: boolean | `@${string}`;
|
|
1024
1303
|
__typename?: boolean | `@${string}`;
|
|
1025
1304
|
}>;
|
|
1026
|
-
["
|
|
1027
|
-
|
|
1028
|
-
|
|
1305
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"]: AliasType<{
|
|
1306
|
+
address?: ResolverInputTypes["InputField"];
|
|
1307
|
+
postcode?: ResolverInputTypes["InputField"];
|
|
1308
|
+
email?: ResolverInputTypes["InputField"];
|
|
1029
1309
|
__typename?: boolean | `@${string}`;
|
|
1030
1310
|
}>;
|
|
1031
|
-
["
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1311
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"]: AliasType<{
|
|
1312
|
+
cta?: ResolverInputTypes["ButtonField"];
|
|
1313
|
+
__typename?: boolean | `@${string}`;
|
|
1314
|
+
}>;
|
|
1315
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_form"]: AliasType<{
|
|
1316
|
+
field_grid?: ResolverInputTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"];
|
|
1317
|
+
form_actions?: ResolverInputTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"];
|
|
1318
|
+
__typename?: boolean | `@${string}`;
|
|
1319
|
+
}>;
|
|
1320
|
+
["Shapehero_propertyHeroContainerRowContentblock"]: AliasType<{
|
|
1321
|
+
eyebrow?: boolean | `@${string}`;
|
|
1322
|
+
title?: boolean | `@${string}`;
|
|
1323
|
+
description?: boolean | `@${string}`;
|
|
1324
|
+
features?: ResolverInputTypes["Shapehero_propertyHeroContainerRowContentblockFeatures"];
|
|
1325
|
+
valuation_form?: ResolverInputTypes["Shapehero_propertyHeroContainerRowContentblockValuation_form"];
|
|
1326
|
+
__typename?: boolean | `@${string}`;
|
|
1327
|
+
}>;
|
|
1328
|
+
["Shapehero_propertyHeroContainerRowFigureAttributionblock"]: AliasType<{
|
|
1329
|
+
indicator?: boolean | `@${string}`;
|
|
1330
|
+
review_note?: boolean | `@${string}`;
|
|
1331
|
+
__typename?: boolean | `@${string}`;
|
|
1332
|
+
}>;
|
|
1333
|
+
["Shapehero_propertyHeroContainerRowFigure"]: AliasType<{
|
|
1334
|
+
image?: ResolverInputTypes["ImageField"];
|
|
1335
|
+
attributionblock?: ResolverInputTypes["Shapehero_propertyHeroContainerRowFigureAttributionblock"];
|
|
1336
|
+
__typename?: boolean | `@${string}`;
|
|
1337
|
+
}>;
|
|
1338
|
+
["Shapehero_propertyHeroContainerRow"]: AliasType<{
|
|
1339
|
+
contentblock?: ResolverInputTypes["Shapehero_propertyHeroContainerRowContentblock"];
|
|
1340
|
+
figure?: ResolverInputTypes["Shapehero_propertyHeroContainerRowFigure"];
|
|
1341
|
+
__typename?: boolean | `@${string}`;
|
|
1342
|
+
}>;
|
|
1343
|
+
["Shapehero_propertyHeroContainer"]: AliasType<{
|
|
1344
|
+
row?: ResolverInputTypes["Shapehero_propertyHeroContainerRow"];
|
|
1345
|
+
__typename?: boolean | `@${string}`;
|
|
1346
|
+
}>;
|
|
1347
|
+
["Shapehero_propertyHero"]: AliasType<{
|
|
1348
|
+
container?: ResolverInputTypes["Shapehero_propertyHeroContainer"];
|
|
1349
|
+
__typename?: boolean | `@${string}`;
|
|
1350
|
+
}>;
|
|
1351
|
+
["Shapehero_property"]: AliasType<{
|
|
1352
|
+
hero?: ResolverInputTypes["Shapehero_propertyHero"];
|
|
1037
1353
|
_id?: boolean | `@${string}`;
|
|
1038
1354
|
createdAt?: boolean | `@${string}`;
|
|
1039
1355
|
updatedAt?: boolean | `@${string}`;
|
|
1040
|
-
draft_version?: boolean | `@${string}`;
|
|
1041
|
-
json_ld?: boolean | `@${string}`;
|
|
1042
1356
|
__typename?: boolean | `@${string}`;
|
|
1043
1357
|
}>;
|
|
1044
|
-
["
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1358
|
+
["Shapelanding_aboutSectionContainerGridDetails"]: AliasType<{
|
|
1359
|
+
description?: boolean | `@${string}`;
|
|
1360
|
+
items?: boolean | `@${string}`;
|
|
1361
|
+
description_2?: boolean | `@${string}`;
|
|
1362
|
+
__typename?: boolean | `@${string}`;
|
|
1363
|
+
}>;
|
|
1364
|
+
["Shapelanding_aboutSectionContainerGrid"]: AliasType<{
|
|
1365
|
+
subtitle?: boolean | `@${string}`;
|
|
1366
|
+
details?: ResolverInputTypes["Shapelanding_aboutSectionContainerGridDetails"];
|
|
1367
|
+
__typename?: boolean | `@${string}`;
|
|
1368
|
+
}>;
|
|
1369
|
+
["Shapelanding_aboutSectionContainer"]: AliasType<{
|
|
1370
|
+
grid?: ResolverInputTypes["Shapelanding_aboutSectionContainerGrid"];
|
|
1371
|
+
__typename?: boolean | `@${string}`;
|
|
1372
|
+
}>;
|
|
1373
|
+
["Shapelanding_aboutSection"]: AliasType<{
|
|
1374
|
+
container?: ResolverInputTypes["Shapelanding_aboutSectionContainer"];
|
|
1375
|
+
__typename?: boolean | `@${string}`;
|
|
1376
|
+
}>;
|
|
1377
|
+
["Shapelanding_about"]: AliasType<{
|
|
1378
|
+
section?: ResolverInputTypes["Shapelanding_aboutSection"];
|
|
1050
1379
|
_id?: boolean | `@${string}`;
|
|
1051
1380
|
createdAt?: boolean | `@${string}`;
|
|
1052
1381
|
updatedAt?: boolean | `@${string}`;
|
|
1053
|
-
draft_version?: boolean | `@${string}`;
|
|
1054
|
-
json_ld?: boolean | `@${string}`;
|
|
1055
1382
|
__typename?: boolean | `@${string}`;
|
|
1056
1383
|
}>;
|
|
1057
|
-
["
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1384
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"]: AliasType<{
|
|
1385
|
+
cta?: boolean | `@${string}`;
|
|
1386
|
+
href?: boolean | `@${string}`;
|
|
1387
|
+
__typename?: boolean | `@${string}`;
|
|
1388
|
+
}>;
|
|
1389
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"]: AliasType<{
|
|
1390
|
+
cta?: boolean | `@${string}`;
|
|
1391
|
+
href?: boolean | `@${string}`;
|
|
1392
|
+
__typename?: boolean | `@${string}`;
|
|
1393
|
+
}>;
|
|
1394
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblock"]: AliasType<{
|
|
1395
|
+
telefon?: ResolverInputTypes["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"];
|
|
1396
|
+
e_mail?: ResolverInputTypes["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"];
|
|
1397
|
+
__typename?: boolean | `@${string}`;
|
|
1398
|
+
}>;
|
|
1399
|
+
["Shapelanding_contactSectionContainerGridContentblock"]: AliasType<{
|
|
1400
|
+
description?: boolean | `@${string}`;
|
|
1401
|
+
description_2?: boolean | `@${string}`;
|
|
1402
|
+
contactblock?: ResolverInputTypes["Shapelanding_contactSectionContainerGridContentblockContactblock"];
|
|
1403
|
+
company_info?: boolean | `@${string}`;
|
|
1404
|
+
__typename?: boolean | `@${string}`;
|
|
1405
|
+
}>;
|
|
1406
|
+
["Shapelanding_contactSectionContainerGrid"]: AliasType<{
|
|
1407
|
+
subtitle?: boolean | `@${string}`;
|
|
1408
|
+
contentblock?: ResolverInputTypes["Shapelanding_contactSectionContainerGridContentblock"];
|
|
1409
|
+
__typename?: boolean | `@${string}`;
|
|
1410
|
+
}>;
|
|
1411
|
+
["Shapelanding_contactSectionContainer"]: AliasType<{
|
|
1412
|
+
grid?: ResolverInputTypes["Shapelanding_contactSectionContainerGrid"];
|
|
1413
|
+
__typename?: boolean | `@${string}`;
|
|
1414
|
+
}>;
|
|
1415
|
+
["Shapelanding_contactSection"]: AliasType<{
|
|
1416
|
+
container?: ResolverInputTypes["Shapelanding_contactSectionContainer"];
|
|
1417
|
+
__typename?: boolean | `@${string}`;
|
|
1418
|
+
}>;
|
|
1419
|
+
["Shapelanding_contact"]: AliasType<{
|
|
1420
|
+
section?: ResolverInputTypes["Shapelanding_contactSection"];
|
|
1421
|
+
_id?: boolean | `@${string}`;
|
|
1422
|
+
createdAt?: boolean | `@${string}`;
|
|
1423
|
+
updatedAt?: boolean | `@${string}`;
|
|
1424
|
+
__typename?: boolean | `@${string}`;
|
|
1425
|
+
}>;
|
|
1426
|
+
["Shapelanding_documentsSectionContainerGridDetails"]: AliasType<{
|
|
1427
|
+
description?: boolean | `@${string}`;
|
|
1428
|
+
items?: boolean | `@${string}`;
|
|
1429
|
+
__typename?: boolean | `@${string}`;
|
|
1430
|
+
}>;
|
|
1431
|
+
["Shapelanding_documentsSectionContainerGrid"]: AliasType<{
|
|
1432
|
+
subtitle?: boolean | `@${string}`;
|
|
1433
|
+
details?: ResolverInputTypes["Shapelanding_documentsSectionContainerGridDetails"];
|
|
1434
|
+
__typename?: boolean | `@${string}`;
|
|
1435
|
+
}>;
|
|
1436
|
+
["Shapelanding_documentsSectionContainer"]: AliasType<{
|
|
1437
|
+
grid?: ResolverInputTypes["Shapelanding_documentsSectionContainerGrid"];
|
|
1064
1438
|
__typename?: boolean | `@${string}`;
|
|
1065
1439
|
}>;
|
|
1066
|
-
["
|
|
1067
|
-
|
|
1068
|
-
test?: boolean | `@${string}`;
|
|
1440
|
+
["Shapelanding_documentsSection"]: AliasType<{
|
|
1441
|
+
container?: ResolverInputTypes["Shapelanding_documentsSectionContainer"];
|
|
1069
1442
|
__typename?: boolean | `@${string}`;
|
|
1070
1443
|
}>;
|
|
1071
|
-
["
|
|
1072
|
-
|
|
1073
|
-
|
|
1444
|
+
["Shapelanding_documents"]: AliasType<{
|
|
1445
|
+
section?: ResolverInputTypes["Shapelanding_documentsSection"];
|
|
1446
|
+
_id?: boolean | `@${string}`;
|
|
1447
|
+
createdAt?: boolean | `@${string}`;
|
|
1448
|
+
updatedAt?: boolean | `@${string}`;
|
|
1449
|
+
__typename?: boolean | `@${string}`;
|
|
1450
|
+
}>;
|
|
1451
|
+
["Shapelanding_heroSectionContainerContentCtasCall_1"]: AliasType<{
|
|
1452
|
+
cta?: boolean | `@${string}`;
|
|
1453
|
+
href?: boolean | `@${string}`;
|
|
1454
|
+
__typename?: boolean | `@${string}`;
|
|
1455
|
+
}>;
|
|
1456
|
+
["Shapelanding_heroSectionContainerContentCtasCall_2"]: AliasType<{
|
|
1457
|
+
cta?: boolean | `@${string}`;
|
|
1458
|
+
href?: boolean | `@${string}`;
|
|
1459
|
+
__typename?: boolean | `@${string}`;
|
|
1460
|
+
}>;
|
|
1461
|
+
["Shapelanding_heroSectionContainerContentCtas"]: AliasType<{
|
|
1462
|
+
call_1?: ResolverInputTypes["Shapelanding_heroSectionContainerContentCtasCall_1"];
|
|
1463
|
+
call_2?: ResolverInputTypes["Shapelanding_heroSectionContainerContentCtasCall_2"];
|
|
1464
|
+
__typename?: boolean | `@${string}`;
|
|
1465
|
+
}>;
|
|
1466
|
+
["Shapelanding_heroSectionContainerContent"]: AliasType<{
|
|
1467
|
+
title?: boolean | `@${string}`;
|
|
1468
|
+
description?: boolean | `@${string}`;
|
|
1469
|
+
ctas?: ResolverInputTypes["Shapelanding_heroSectionContainerContentCtas"];
|
|
1470
|
+
__typename?: boolean | `@${string}`;
|
|
1471
|
+
}>;
|
|
1472
|
+
["Shapelanding_heroSectionContainer"]: AliasType<{
|
|
1473
|
+
content?: ResolverInputTypes["Shapelanding_heroSectionContainerContent"];
|
|
1474
|
+
logo?: ResolverInputTypes["Shapelogo"];
|
|
1475
|
+
__typename?: boolean | `@${string}`;
|
|
1476
|
+
}>;
|
|
1477
|
+
["Shapelanding_heroSection"]: AliasType<{
|
|
1478
|
+
container?: ResolverInputTypes["Shapelanding_heroSectionContainer"];
|
|
1479
|
+
__typename?: boolean | `@${string}`;
|
|
1480
|
+
}>;
|
|
1481
|
+
["Shapelanding_hero"]: AliasType<{
|
|
1482
|
+
section?: ResolverInputTypes["Shapelanding_heroSection"];
|
|
1483
|
+
_id?: boolean | `@${string}`;
|
|
1484
|
+
createdAt?: boolean | `@${string}`;
|
|
1485
|
+
updatedAt?: boolean | `@${string}`;
|
|
1486
|
+
__typename?: boolean | `@${string}`;
|
|
1487
|
+
}>;
|
|
1488
|
+
["Shapelanding_offerSectionContainerGridDetails"]: AliasType<{
|
|
1489
|
+
description?: boolean | `@${string}`;
|
|
1490
|
+
items?: boolean | `@${string}`;
|
|
1491
|
+
__typename?: boolean | `@${string}`;
|
|
1492
|
+
}>;
|
|
1493
|
+
["Shapelanding_offerSectionContainerGrid"]: AliasType<{
|
|
1494
|
+
subtitle?: boolean | `@${string}`;
|
|
1495
|
+
details?: ResolverInputTypes["Shapelanding_offerSectionContainerGridDetails"];
|
|
1496
|
+
__typename?: boolean | `@${string}`;
|
|
1497
|
+
}>;
|
|
1498
|
+
["Shapelanding_offerSectionContainer"]: AliasType<{
|
|
1499
|
+
grid?: ResolverInputTypes["Shapelanding_offerSectionContainerGrid"];
|
|
1500
|
+
__typename?: boolean | `@${string}`;
|
|
1501
|
+
}>;
|
|
1502
|
+
["Shapelanding_offerSection"]: AliasType<{
|
|
1503
|
+
container?: ResolverInputTypes["Shapelanding_offerSectionContainer"];
|
|
1504
|
+
__typename?: boolean | `@${string}`;
|
|
1505
|
+
}>;
|
|
1506
|
+
["Shapelanding_offer"]: AliasType<{
|
|
1507
|
+
section?: ResolverInputTypes["Shapelanding_offerSection"];
|
|
1508
|
+
_id?: boolean | `@${string}`;
|
|
1509
|
+
createdAt?: boolean | `@${string}`;
|
|
1510
|
+
updatedAt?: boolean | `@${string}`;
|
|
1511
|
+
__typename?: boolean | `@${string}`;
|
|
1512
|
+
}>;
|
|
1513
|
+
["Shapelanding_pageMain"]: AliasType<{
|
|
1514
|
+
hero?: boolean | `@${string}`;
|
|
1515
|
+
about?: boolean | `@${string}`;
|
|
1516
|
+
offer?: boolean | `@${string}`;
|
|
1517
|
+
purposes?: boolean | `@${string}`;
|
|
1518
|
+
documents?: boolean | `@${string}`;
|
|
1519
|
+
pricing_note?: boolean | `@${string}`;
|
|
1520
|
+
contact?: boolean | `@${string}`;
|
|
1521
|
+
__typename?: boolean | `@${string}`;
|
|
1522
|
+
}>;
|
|
1523
|
+
["Shapelanding_page"]: AliasType<{
|
|
1524
|
+
main?: ResolverInputTypes["Shapelanding_pageMain"];
|
|
1525
|
+
_id?: boolean | `@${string}`;
|
|
1526
|
+
createdAt?: boolean | `@${string}`;
|
|
1527
|
+
updatedAt?: boolean | `@${string}`;
|
|
1528
|
+
__typename?: boolean | `@${string}`;
|
|
1529
|
+
}>;
|
|
1530
|
+
["Shapelanding_pricing_noteSectionContainerContent"]: AliasType<{
|
|
1531
|
+
subtitle?: boolean | `@${string}`;
|
|
1532
|
+
description?: boolean | `@${string}`;
|
|
1533
|
+
__typename?: boolean | `@${string}`;
|
|
1534
|
+
}>;
|
|
1535
|
+
["Shapelanding_pricing_noteSectionContainer"]: AliasType<{
|
|
1536
|
+
content?: ResolverInputTypes["Shapelanding_pricing_noteSectionContainerContent"];
|
|
1537
|
+
__typename?: boolean | `@${string}`;
|
|
1538
|
+
}>;
|
|
1539
|
+
["Shapelanding_pricing_noteSection"]: AliasType<{
|
|
1540
|
+
container?: ResolverInputTypes["Shapelanding_pricing_noteSectionContainer"];
|
|
1541
|
+
__typename?: boolean | `@${string}`;
|
|
1542
|
+
}>;
|
|
1543
|
+
["Shapelanding_pricing_note"]: AliasType<{
|
|
1544
|
+
section?: ResolverInputTypes["Shapelanding_pricing_noteSection"];
|
|
1545
|
+
_id?: boolean | `@${string}`;
|
|
1546
|
+
createdAt?: boolean | `@${string}`;
|
|
1547
|
+
updatedAt?: boolean | `@${string}`;
|
|
1548
|
+
__typename?: boolean | `@${string}`;
|
|
1549
|
+
}>;
|
|
1550
|
+
["Shapelanding_purposesSectionContainerGridContent_block"]: AliasType<{
|
|
1551
|
+
description?: boolean | `@${string}`;
|
|
1552
|
+
items?: boolean | `@${string}`;
|
|
1074
1553
|
__typename?: boolean | `@${string}`;
|
|
1075
1554
|
}>;
|
|
1076
|
-
["
|
|
1077
|
-
|
|
1555
|
+
["Shapelanding_purposesSectionContainerGrid"]: AliasType<{
|
|
1556
|
+
subtitle?: boolean | `@${string}`;
|
|
1557
|
+
content_block?: ResolverInputTypes["Shapelanding_purposesSectionContainerGridContent_block"];
|
|
1078
1558
|
__typename?: boolean | `@${string}`;
|
|
1079
1559
|
}>;
|
|
1080
|
-
["
|
|
1081
|
-
|
|
1560
|
+
["Shapelanding_purposesSectionContainer"]: AliasType<{
|
|
1561
|
+
grid?: ResolverInputTypes["Shapelanding_purposesSectionContainerGrid"];
|
|
1082
1562
|
__typename?: boolean | `@${string}`;
|
|
1083
1563
|
}>;
|
|
1084
|
-
["
|
|
1085
|
-
|
|
1086
|
-
dialog?: ResolverInputTypes["Shapeexamples_pricingplans_9TestowepoleDialog"];
|
|
1564
|
+
["Shapelanding_purposesSection"]: AliasType<{
|
|
1565
|
+
container?: ResolverInputTypes["Shapelanding_purposesSectionContainer"];
|
|
1087
1566
|
__typename?: boolean | `@${string}`;
|
|
1088
1567
|
}>;
|
|
1089
|
-
["
|
|
1090
|
-
|
|
1568
|
+
["Shapelanding_purposes"]: AliasType<{
|
|
1569
|
+
section?: ResolverInputTypes["Shapelanding_purposesSection"];
|
|
1570
|
+
_id?: boolean | `@${string}`;
|
|
1571
|
+
createdAt?: boolean | `@${string}`;
|
|
1572
|
+
updatedAt?: boolean | `@${string}`;
|
|
1573
|
+
__typename?: boolean | `@${string}`;
|
|
1574
|
+
}>;
|
|
1575
|
+
["Shapelogo"]: AliasType<{
|
|
1576
|
+
main?: boolean | `@${string}`;
|
|
1577
|
+
_id?: boolean | `@${string}`;
|
|
1578
|
+
createdAt?: boolean | `@${string}`;
|
|
1579
|
+
updatedAt?: boolean | `@${string}`;
|
|
1580
|
+
__typename?: boolean | `@${string}`;
|
|
1581
|
+
}>;
|
|
1582
|
+
["Shapenav"]: AliasType<{
|
|
1583
|
+
_id?: boolean | `@${string}`;
|
|
1584
|
+
createdAt?: boolean | `@${string}`;
|
|
1585
|
+
updatedAt?: boolean | `@${string}`;
|
|
1586
|
+
__typename?: boolean | `@${string}`;
|
|
1587
|
+
}>;
|
|
1588
|
+
["ShapeomnieContainerCardGridFigure"]: AliasType<{
|
|
1589
|
+
image?: ResolverInputTypes["ImageField"];
|
|
1590
|
+
figcaption?: boolean | `@${string}`;
|
|
1091
1591
|
__typename?: boolean | `@${string}`;
|
|
1092
1592
|
}>;
|
|
1093
|
-
["
|
|
1094
|
-
|
|
1593
|
+
["ShapeomnieContainerCardGridContent_blockHeader"]: AliasType<{
|
|
1594
|
+
o_mnie_label?: boolean | `@${string}`;
|
|
1595
|
+
subtitle?: boolean | `@${string}`;
|
|
1596
|
+
intro?: boolean | `@${string}`;
|
|
1095
1597
|
__typename?: boolean | `@${string}`;
|
|
1096
1598
|
}>;
|
|
1097
|
-
["
|
|
1098
|
-
|
|
1099
|
-
|
|
1599
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"]: AliasType<{
|
|
1600
|
+
title?: boolean | `@${string}`;
|
|
1601
|
+
href?: boolean | `@${string}`;
|
|
1602
|
+
__typename?: boolean | `@${string}`;
|
|
1603
|
+
}>;
|
|
1604
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"]: AliasType<{
|
|
1605
|
+
title?: boolean | `@${string}`;
|
|
1606
|
+
href?: boolean | `@${string}`;
|
|
1607
|
+
__typename?: boolean | `@${string}`;
|
|
1608
|
+
}>;
|
|
1609
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttons"]: AliasType<{
|
|
1610
|
+
primary_cta?: ResolverInputTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"];
|
|
1611
|
+
secondary_cta?: ResolverInputTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"];
|
|
1612
|
+
__typename?: boolean | `@${string}`;
|
|
1613
|
+
}>;
|
|
1614
|
+
["ShapeomnieContainerCardGridContent_block"]: AliasType<{
|
|
1615
|
+
header?: ResolverInputTypes["ShapeomnieContainerCardGridContent_blockHeader"];
|
|
1616
|
+
items?: boolean | `@${string}`;
|
|
1617
|
+
conclusion?: boolean | `@${string}`;
|
|
1618
|
+
cta_buttons?: ResolverInputTypes["ShapeomnieContainerCardGridContent_blockCta_buttons"];
|
|
1100
1619
|
__typename?: boolean | `@${string}`;
|
|
1101
1620
|
}>;
|
|
1102
|
-
["
|
|
1103
|
-
|
|
1621
|
+
["ShapeomnieContainerCardGrid"]: AliasType<{
|
|
1622
|
+
figure?: ResolverInputTypes["ShapeomnieContainerCardGridFigure"];
|
|
1623
|
+
content_block?: ResolverInputTypes["ShapeomnieContainerCardGridContent_block"];
|
|
1104
1624
|
__typename?: boolean | `@${string}`;
|
|
1105
1625
|
}>;
|
|
1106
|
-
["
|
|
1107
|
-
|
|
1108
|
-
step_three_field?: boolean | `@${string}`;
|
|
1626
|
+
["ShapeomnieContainerCard"]: AliasType<{
|
|
1627
|
+
grid?: ResolverInputTypes["ShapeomnieContainerCardGrid"];
|
|
1109
1628
|
__typename?: boolean | `@${string}`;
|
|
1110
1629
|
}>;
|
|
1111
|
-
["
|
|
1112
|
-
|
|
1630
|
+
["ShapeomnieContainer"]: AliasType<{
|
|
1631
|
+
card?: ResolverInputTypes["ShapeomnieContainerCard"];
|
|
1113
1632
|
__typename?: boolean | `@${string}`;
|
|
1114
1633
|
}>;
|
|
1115
|
-
["
|
|
1116
|
-
|
|
1117
|
-
testowepole?: ResolverInputTypes["Shapeexamples_pricingplans_9Testowepole"];
|
|
1118
|
-
step_variable?: ResolverInputTypes["VariableField"];
|
|
1119
|
-
step_one?: ResolverInputTypes["Shapeexamples_pricingplans_9Step_one"];
|
|
1120
|
-
step_two?: ResolverInputTypes["Shapeexamples_pricingplans_9Step_two"];
|
|
1121
|
-
step_three?: ResolverInputTypes["Shapeexamples_pricingplans_9Step_three"];
|
|
1634
|
+
["Shapeomnie"]: AliasType<{
|
|
1635
|
+
container?: ResolverInputTypes["ShapeomnieContainer"];
|
|
1122
1636
|
_id?: boolean | `@${string}`;
|
|
1123
1637
|
createdAt?: boolean | `@${string}`;
|
|
1124
1638
|
updatedAt?: boolean | `@${string}`;
|
|
@@ -1126,25 +1640,8 @@ export type ResolverInputTypes = {
|
|
|
1126
1640
|
}>;
|
|
1127
1641
|
["RootParamsInput"]: {
|
|
1128
1642
|
_version?: string | undefined | null;
|
|
1129
|
-
locale?: string | undefined | null;
|
|
1130
1643
|
};
|
|
1131
1644
|
["RootParamsEnum"]: RootParamsEnum;
|
|
1132
|
-
["aaaaaaaaaaaaaSortInput"]: {
|
|
1133
|
-
slug?: ResolverInputTypes["Sort"] | undefined | null;
|
|
1134
|
-
createdAt?: ResolverInputTypes["Sort"] | undefined | null;
|
|
1135
|
-
updatedAt?: ResolverInputTypes["Sort"] | undefined | null;
|
|
1136
|
-
};
|
|
1137
|
-
["testxSortInput"]: {
|
|
1138
|
-
slug?: ResolverInputTypes["Sort"] | undefined | null;
|
|
1139
|
-
createdAt?: ResolverInputTypes["Sort"] | undefined | null;
|
|
1140
|
-
updatedAt?: ResolverInputTypes["Sort"] | undefined | null;
|
|
1141
|
-
};
|
|
1142
|
-
["aaaaaaaaaaaaaFilterInput"]: {
|
|
1143
|
-
slug?: ResolverInputTypes["FilterInputString"] | undefined | null;
|
|
1144
|
-
};
|
|
1145
|
-
["testxFilterInput"]: {
|
|
1146
|
-
slug?: ResolverInputTypes["FilterInputString"] | undefined | null;
|
|
1147
|
-
};
|
|
1148
1645
|
["schema"]: AliasType<{
|
|
1149
1646
|
query?: ResolverInputTypes["Query"];
|
|
1150
1647
|
mutation?: ResolverInputTypes["Mutation"];
|
|
@@ -1293,6 +1790,11 @@ export type ModelTypes = {
|
|
|
1293
1790
|
type?: string | undefined | null;
|
|
1294
1791
|
defaultValue?: string | undefined | null;
|
|
1295
1792
|
};
|
|
1793
|
+
["LinkField"]: {
|
|
1794
|
+
label?: string | undefined | null;
|
|
1795
|
+
href?: string | undefined | null;
|
|
1796
|
+
target?: string | undefined | null;
|
|
1797
|
+
};
|
|
1296
1798
|
["ButtonField"]: {
|
|
1297
1799
|
label?: string | undefined | null;
|
|
1298
1800
|
type?: string | undefined | null;
|
|
@@ -1331,45 +1833,75 @@ export type ModelTypes = {
|
|
|
1331
1833
|
shapeLibraries?: Array<ModelTypes["ShapeLibrary"]> | undefined | null;
|
|
1332
1834
|
responses?: ModelTypes["JSON"] | undefined | null;
|
|
1333
1835
|
response?: ModelTypes["JSON"] | undefined | null;
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1836
|
+
fieldSetShapehero_property: string;
|
|
1837
|
+
modelShapehero_property: ModelTypes["ModelNavigationCompiled"];
|
|
1838
|
+
previewFieldsShapehero_property: ModelTypes["ModelNavigationCompiled"];
|
|
1839
|
+
oneShapehero_property?: ModelTypes["Shapehero_property"] | undefined | null;
|
|
1840
|
+
fieldSetShapelanding_about: string;
|
|
1841
|
+
modelShapelanding_about: ModelTypes["ModelNavigationCompiled"];
|
|
1842
|
+
previewFieldsShapelanding_about: ModelTypes["ModelNavigationCompiled"];
|
|
1843
|
+
oneShapelanding_about?: ModelTypes["Shapelanding_about"] | undefined | null;
|
|
1844
|
+
fieldSetShapelanding_contact: string;
|
|
1845
|
+
modelShapelanding_contact: ModelTypes["ModelNavigationCompiled"];
|
|
1846
|
+
previewFieldsShapelanding_contact: ModelTypes["ModelNavigationCompiled"];
|
|
1847
|
+
oneShapelanding_contact?: ModelTypes["Shapelanding_contact"] | undefined | null;
|
|
1848
|
+
fieldSetShapelanding_documents: string;
|
|
1849
|
+
modelShapelanding_documents: ModelTypes["ModelNavigationCompiled"];
|
|
1850
|
+
previewFieldsShapelanding_documents: ModelTypes["ModelNavigationCompiled"];
|
|
1851
|
+
oneShapelanding_documents?: ModelTypes["Shapelanding_documents"] | undefined | null;
|
|
1852
|
+
fieldSetShapelanding_hero: string;
|
|
1853
|
+
modelShapelanding_hero: ModelTypes["ModelNavigationCompiled"];
|
|
1854
|
+
previewFieldsShapelanding_hero: ModelTypes["ModelNavigationCompiled"];
|
|
1855
|
+
oneShapelanding_hero?: ModelTypes["Shapelanding_hero"] | undefined | null;
|
|
1856
|
+
fieldSetShapelanding_offer: string;
|
|
1857
|
+
modelShapelanding_offer: ModelTypes["ModelNavigationCompiled"];
|
|
1858
|
+
previewFieldsShapelanding_offer: ModelTypes["ModelNavigationCompiled"];
|
|
1859
|
+
oneShapelanding_offer?: ModelTypes["Shapelanding_offer"] | undefined | null;
|
|
1860
|
+
fieldSetShapelanding_page: string;
|
|
1861
|
+
modelShapelanding_page: ModelTypes["ModelNavigationCompiled"];
|
|
1862
|
+
previewFieldsShapelanding_page: ModelTypes["ModelNavigationCompiled"];
|
|
1863
|
+
oneShapelanding_page?: ModelTypes["Shapelanding_page"] | undefined | null;
|
|
1864
|
+
fieldSetShapelanding_pricing_note: string;
|
|
1865
|
+
modelShapelanding_pricing_note: ModelTypes["ModelNavigationCompiled"];
|
|
1866
|
+
previewFieldsShapelanding_pricing_note: ModelTypes["ModelNavigationCompiled"];
|
|
1867
|
+
oneShapelanding_pricing_note?: ModelTypes["Shapelanding_pricing_note"] | undefined | null;
|
|
1868
|
+
fieldSetShapelanding_purposes: string;
|
|
1869
|
+
modelShapelanding_purposes: ModelTypes["ModelNavigationCompiled"];
|
|
1870
|
+
previewFieldsShapelanding_purposes: ModelTypes["ModelNavigationCompiled"];
|
|
1871
|
+
oneShapelanding_purposes?: ModelTypes["Shapelanding_purposes"] | undefined | null;
|
|
1872
|
+
fieldSetShapelogo: string;
|
|
1873
|
+
modelShapelogo: ModelTypes["ModelNavigationCompiled"];
|
|
1874
|
+
previewFieldsShapelogo: ModelTypes["ModelNavigationCompiled"];
|
|
1875
|
+
oneShapelogo?: ModelTypes["Shapelogo"] | undefined | null;
|
|
1876
|
+
fieldSetShapenav: string;
|
|
1877
|
+
modelShapenav: ModelTypes["ModelNavigationCompiled"];
|
|
1878
|
+
previewFieldsShapenav: ModelTypes["ModelNavigationCompiled"];
|
|
1879
|
+
oneShapenav?: ModelTypes["Shapenav"] | undefined | null;
|
|
1880
|
+
fieldSetShapeomnie: string;
|
|
1881
|
+
modelShapeomnie: ModelTypes["ModelNavigationCompiled"];
|
|
1882
|
+
previewFieldsShapeomnie: ModelTypes["ModelNavigationCompiled"];
|
|
1883
|
+
oneShapeomnie?: ModelTypes["Shapeomnie"] | undefined | null;
|
|
1884
|
+
variantsViewhompage?: Array<ModelTypes["Viewhompage"]> | undefined | null;
|
|
1885
|
+
fieldSetViewhompage: string;
|
|
1886
|
+
modelViewhompage: ModelTypes["ModelNavigationCompiled"];
|
|
1887
|
+
previewFieldsViewhompage: ModelTypes["ModelNavigationCompiled"];
|
|
1888
|
+
oneViewhompage?: ModelTypes["Viewhompage"] | undefined | null;
|
|
1889
|
+
oneAsScalarViewhompage?: ModelTypes["ViewAsScalar"] | undefined | null;
|
|
1358
1890
|
};
|
|
1359
1891
|
["RootParamsType"]: {
|
|
1360
1892
|
_version?: string | undefined | null;
|
|
1361
|
-
locale?: string | undefined | null;
|
|
1362
1893
|
};
|
|
1363
|
-
["ModelEnum"]: ModelEnum;
|
|
1364
1894
|
["ViewEnum"]: ViewEnum;
|
|
1365
1895
|
["ShapeEnum"]: ShapeEnum;
|
|
1366
|
-
["
|
|
1367
|
-
items?: Array<ModelTypes["aaaaaaaaaaaaa"]> | undefined | null;
|
|
1368
|
-
pageInfo: ModelTypes["PageInfo"];
|
|
1369
|
-
};
|
|
1370
|
-
["aaaaaaaaaaaaa"]: {
|
|
1896
|
+
["Viewhompage"]: {
|
|
1371
1897
|
_version?: ModelTypes["VersionField"] | undefined | null;
|
|
1372
|
-
|
|
1898
|
+
herov2?: ModelTypes["Shapehero_property"] | undefined | null;
|
|
1899
|
+
about2?: ModelTypes["Shapeomnie"] | undefined | null;
|
|
1900
|
+
offer?: ModelTypes["Shapelanding_offer"] | undefined | null;
|
|
1901
|
+
purposes?: ModelTypes["Shapelanding_purposes"] | undefined | null;
|
|
1902
|
+
documents?: ModelTypes["Shapelanding_documents"] | undefined | null;
|
|
1903
|
+
pricing_note?: ModelTypes["Shapelanding_pricing_note"] | undefined | null;
|
|
1904
|
+
contact?: ModelTypes["Shapelanding_contact"] | undefined | null;
|
|
1373
1905
|
slug?: string | undefined | null;
|
|
1374
1906
|
_id: string;
|
|
1375
1907
|
createdAt?: number | undefined | null;
|
|
@@ -1377,115 +1909,286 @@ export type ModelTypes = {
|
|
|
1377
1909
|
draft_version?: boolean | undefined | null;
|
|
1378
1910
|
json_ld?: string | undefined | null;
|
|
1379
1911
|
};
|
|
1380
|
-
["
|
|
1381
|
-
|
|
1912
|
+
["Shapehero_propertyHeroContainerRowContentblockFeatures"]: {
|
|
1913
|
+
feature?: Array<string | undefined | null> | undefined | null;
|
|
1382
1914
|
};
|
|
1383
|
-
["
|
|
1384
|
-
|
|
1385
|
-
|
|
1915
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"]: {
|
|
1916
|
+
address?: ModelTypes["InputField"] | undefined | null;
|
|
1917
|
+
postcode?: ModelTypes["InputField"] | undefined | null;
|
|
1918
|
+
email?: ModelTypes["InputField"] | undefined | null;
|
|
1386
1919
|
};
|
|
1387
|
-
["
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1920
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"]: {
|
|
1921
|
+
cta?: ModelTypes["ButtonField"] | undefined | null;
|
|
1922
|
+
};
|
|
1923
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_form"]: {
|
|
1924
|
+
field_grid?: ModelTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"] | undefined | null;
|
|
1925
|
+
form_actions?: ModelTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"] | undefined | null;
|
|
1926
|
+
};
|
|
1927
|
+
["Shapehero_propertyHeroContainerRowContentblock"]: {
|
|
1928
|
+
eyebrow?: string | undefined | null;
|
|
1929
|
+
title?: string | undefined | null;
|
|
1930
|
+
description?: string | undefined | null;
|
|
1931
|
+
features?: ModelTypes["Shapehero_propertyHeroContainerRowContentblockFeatures"] | undefined | null;
|
|
1932
|
+
valuation_form?: ModelTypes["Shapehero_propertyHeroContainerRowContentblockValuation_form"] | undefined | null;
|
|
1933
|
+
};
|
|
1934
|
+
["Shapehero_propertyHeroContainerRowFigureAttributionblock"]: {
|
|
1935
|
+
indicator?: string | undefined | null;
|
|
1936
|
+
review_note?: string | undefined | null;
|
|
1937
|
+
};
|
|
1938
|
+
["Shapehero_propertyHeroContainerRowFigure"]: {
|
|
1939
|
+
image?: ModelTypes["ImageField"] | undefined | null;
|
|
1940
|
+
attributionblock?: ModelTypes["Shapehero_propertyHeroContainerRowFigureAttributionblock"] | undefined | null;
|
|
1941
|
+
};
|
|
1942
|
+
["Shapehero_propertyHeroContainerRow"]: {
|
|
1943
|
+
contentblock?: ModelTypes["Shapehero_propertyHeroContainerRowContentblock"] | undefined | null;
|
|
1944
|
+
figure?: ModelTypes["Shapehero_propertyHeroContainerRowFigure"] | undefined | null;
|
|
1945
|
+
};
|
|
1946
|
+
["Shapehero_propertyHeroContainer"]: {
|
|
1947
|
+
row?: ModelTypes["Shapehero_propertyHeroContainerRow"] | undefined | null;
|
|
1948
|
+
};
|
|
1949
|
+
["Shapehero_propertyHero"]: {
|
|
1950
|
+
container?: ModelTypes["Shapehero_propertyHeroContainer"] | undefined | null;
|
|
1951
|
+
};
|
|
1952
|
+
["Shapehero_property"]: {
|
|
1953
|
+
hero?: ModelTypes["Shapehero_propertyHero"] | undefined | null;
|
|
1393
1954
|
_id: string;
|
|
1394
1955
|
createdAt?: number | undefined | null;
|
|
1395
1956
|
updatedAt?: number | undefined | null;
|
|
1396
|
-
draft_version?: boolean | undefined | null;
|
|
1397
|
-
json_ld?: string | undefined | null;
|
|
1398
1957
|
};
|
|
1399
|
-
["
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1958
|
+
["Shapelanding_aboutSectionContainerGridDetails"]: {
|
|
1959
|
+
description?: string | undefined | null;
|
|
1960
|
+
items?: Array<string | undefined | null> | undefined | null;
|
|
1961
|
+
description_2?: string | undefined | null;
|
|
1962
|
+
};
|
|
1963
|
+
["Shapelanding_aboutSectionContainerGrid"]: {
|
|
1964
|
+
subtitle?: string | undefined | null;
|
|
1965
|
+
details?: ModelTypes["Shapelanding_aboutSectionContainerGridDetails"] | undefined | null;
|
|
1966
|
+
};
|
|
1967
|
+
["Shapelanding_aboutSectionContainer"]: {
|
|
1968
|
+
grid?: ModelTypes["Shapelanding_aboutSectionContainerGrid"] | undefined | null;
|
|
1969
|
+
};
|
|
1970
|
+
["Shapelanding_aboutSection"]: {
|
|
1971
|
+
container?: ModelTypes["Shapelanding_aboutSectionContainer"] | undefined | null;
|
|
1972
|
+
};
|
|
1973
|
+
["Shapelanding_about"]: {
|
|
1974
|
+
section?: ModelTypes["Shapelanding_aboutSection"] | undefined | null;
|
|
1405
1975
|
_id: string;
|
|
1406
1976
|
createdAt?: number | undefined | null;
|
|
1407
1977
|
updatedAt?: number | undefined | null;
|
|
1408
|
-
draft_version?: boolean | undefined | null;
|
|
1409
|
-
json_ld?: string | undefined | null;
|
|
1410
1978
|
};
|
|
1411
|
-
["
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
button?: ModelTypes["ButtonField"] | undefined | null;
|
|
1415
|
-
variable?: ModelTypes["VariableField"] | undefined | null;
|
|
1416
|
-
button_modal?: ModelTypes["ButtonField"] | undefined | null;
|
|
1417
|
-
variable_modal?: ModelTypes["VariableField"] | undefined | null;
|
|
1979
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"]: {
|
|
1980
|
+
cta?: string | undefined | null;
|
|
1981
|
+
href?: string | undefined | null;
|
|
1418
1982
|
};
|
|
1419
|
-
["
|
|
1420
|
-
|
|
1421
|
-
|
|
1983
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"]: {
|
|
1984
|
+
cta?: string | undefined | null;
|
|
1985
|
+
href?: string | undefined | null;
|
|
1422
1986
|
};
|
|
1423
|
-
["
|
|
1424
|
-
|
|
1425
|
-
|
|
1987
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblock"]: {
|
|
1988
|
+
telefon?: ModelTypes["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"] | undefined | null;
|
|
1989
|
+
e_mail?: ModelTypes["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"] | undefined | null;
|
|
1426
1990
|
};
|
|
1427
|
-
["
|
|
1428
|
-
|
|
1991
|
+
["Shapelanding_contactSectionContainerGridContentblock"]: {
|
|
1992
|
+
description?: string | undefined | null;
|
|
1993
|
+
description_2?: string | undefined | null;
|
|
1994
|
+
contactblock?: ModelTypes["Shapelanding_contactSectionContainerGridContentblockContactblock"] | undefined | null;
|
|
1995
|
+
company_info?: string | undefined | null;
|
|
1429
1996
|
};
|
|
1430
|
-
["
|
|
1431
|
-
|
|
1997
|
+
["Shapelanding_contactSectionContainerGrid"]: {
|
|
1998
|
+
subtitle?: string | undefined | null;
|
|
1999
|
+
contentblock?: ModelTypes["Shapelanding_contactSectionContainerGridContentblock"] | undefined | null;
|
|
1432
2000
|
};
|
|
1433
|
-
["
|
|
1434
|
-
|
|
1435
|
-
dialog?: ModelTypes["Shapeexamples_pricingplans_9TestowepoleDialog"] | undefined | null;
|
|
2001
|
+
["Shapelanding_contactSectionContainer"]: {
|
|
2002
|
+
grid?: ModelTypes["Shapelanding_contactSectionContainerGrid"] | undefined | null;
|
|
1436
2003
|
};
|
|
1437
|
-
["
|
|
1438
|
-
|
|
2004
|
+
["Shapelanding_contactSection"]: {
|
|
2005
|
+
container?: ModelTypes["Shapelanding_contactSectionContainer"] | undefined | null;
|
|
1439
2006
|
};
|
|
1440
|
-
["
|
|
1441
|
-
|
|
2007
|
+
["Shapelanding_contact"]: {
|
|
2008
|
+
section?: ModelTypes["Shapelanding_contactSection"] | undefined | null;
|
|
2009
|
+
_id: string;
|
|
2010
|
+
createdAt?: number | undefined | null;
|
|
2011
|
+
updatedAt?: number | undefined | null;
|
|
1442
2012
|
};
|
|
1443
|
-
["
|
|
1444
|
-
|
|
1445
|
-
|
|
2013
|
+
["Shapelanding_documentsSectionContainerGridDetails"]: {
|
|
2014
|
+
description?: string | undefined | null;
|
|
2015
|
+
items?: Array<string | undefined | null> | undefined | null;
|
|
1446
2016
|
};
|
|
1447
|
-
["
|
|
1448
|
-
|
|
2017
|
+
["Shapelanding_documentsSectionContainerGrid"]: {
|
|
2018
|
+
subtitle?: string | undefined | null;
|
|
2019
|
+
details?: ModelTypes["Shapelanding_documentsSectionContainerGridDetails"] | undefined | null;
|
|
1449
2020
|
};
|
|
1450
|
-
["
|
|
1451
|
-
|
|
1452
|
-
step_three_field?: string | undefined | null;
|
|
2021
|
+
["Shapelanding_documentsSectionContainer"]: {
|
|
2022
|
+
grid?: ModelTypes["Shapelanding_documentsSectionContainerGrid"] | undefined | null;
|
|
1453
2023
|
};
|
|
1454
|
-
["
|
|
1455
|
-
|
|
2024
|
+
["Shapelanding_documentsSection"]: {
|
|
2025
|
+
container?: ModelTypes["Shapelanding_documentsSectionContainer"] | undefined | null;
|
|
1456
2026
|
};
|
|
1457
|
-
["
|
|
1458
|
-
|
|
1459
|
-
testowepole?: ModelTypes["Shapeexamples_pricingplans_9Testowepole"] | undefined | null;
|
|
1460
|
-
step_variable?: ModelTypes["VariableField"] | undefined | null;
|
|
1461
|
-
step_one?: ModelTypes["Shapeexamples_pricingplans_9Step_one"] | undefined | null;
|
|
1462
|
-
step_two?: ModelTypes["Shapeexamples_pricingplans_9Step_two"] | undefined | null;
|
|
1463
|
-
step_three?: ModelTypes["Shapeexamples_pricingplans_9Step_three"] | undefined | null;
|
|
2027
|
+
["Shapelanding_documents"]: {
|
|
2028
|
+
section?: ModelTypes["Shapelanding_documentsSection"] | undefined | null;
|
|
1464
2029
|
_id: string;
|
|
1465
2030
|
createdAt?: number | undefined | null;
|
|
1466
2031
|
updatedAt?: number | undefined | null;
|
|
1467
2032
|
};
|
|
1468
|
-
["
|
|
1469
|
-
|
|
1470
|
-
|
|
2033
|
+
["Shapelanding_heroSectionContainerContentCtasCall_1"]: {
|
|
2034
|
+
cta?: string | undefined | null;
|
|
2035
|
+
href?: string | undefined | null;
|
|
1471
2036
|
};
|
|
1472
|
-
["
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
2037
|
+
["Shapelanding_heroSectionContainerContentCtasCall_2"]: {
|
|
2038
|
+
cta?: string | undefined | null;
|
|
2039
|
+
href?: string | undefined | null;
|
|
2040
|
+
};
|
|
2041
|
+
["Shapelanding_heroSectionContainerContentCtas"]: {
|
|
2042
|
+
call_1?: ModelTypes["Shapelanding_heroSectionContainerContentCtasCall_1"] | undefined | null;
|
|
2043
|
+
call_2?: ModelTypes["Shapelanding_heroSectionContainerContentCtasCall_2"] | undefined | null;
|
|
2044
|
+
};
|
|
2045
|
+
["Shapelanding_heroSectionContainerContent"]: {
|
|
2046
|
+
title?: string | undefined | null;
|
|
2047
|
+
description?: string | undefined | null;
|
|
2048
|
+
ctas?: ModelTypes["Shapelanding_heroSectionContainerContentCtas"] | undefined | null;
|
|
2049
|
+
};
|
|
2050
|
+
["Shapelanding_heroSectionContainer"]: {
|
|
2051
|
+
content?: ModelTypes["Shapelanding_heroSectionContainerContent"] | undefined | null;
|
|
2052
|
+
logo?: ModelTypes["Shapelogo"] | undefined | null;
|
|
2053
|
+
};
|
|
2054
|
+
["Shapelanding_heroSection"]: {
|
|
2055
|
+
container?: ModelTypes["Shapelanding_heroSectionContainer"] | undefined | null;
|
|
2056
|
+
};
|
|
2057
|
+
["Shapelanding_hero"]: {
|
|
2058
|
+
section?: ModelTypes["Shapelanding_heroSection"] | undefined | null;
|
|
2059
|
+
_id: string;
|
|
2060
|
+
createdAt?: number | undefined | null;
|
|
2061
|
+
updatedAt?: number | undefined | null;
|
|
2062
|
+
};
|
|
2063
|
+
["Shapelanding_offerSectionContainerGridDetails"]: {
|
|
2064
|
+
description?: string | undefined | null;
|
|
2065
|
+
items?: Array<string | undefined | null> | undefined | null;
|
|
2066
|
+
};
|
|
2067
|
+
["Shapelanding_offerSectionContainerGrid"]: {
|
|
2068
|
+
subtitle?: string | undefined | null;
|
|
2069
|
+
details?: ModelTypes["Shapelanding_offerSectionContainerGridDetails"] | undefined | null;
|
|
2070
|
+
};
|
|
2071
|
+
["Shapelanding_offerSectionContainer"]: {
|
|
2072
|
+
grid?: ModelTypes["Shapelanding_offerSectionContainerGrid"] | undefined | null;
|
|
2073
|
+
};
|
|
2074
|
+
["Shapelanding_offerSection"]: {
|
|
2075
|
+
container?: ModelTypes["Shapelanding_offerSectionContainer"] | undefined | null;
|
|
1477
2076
|
};
|
|
1478
|
-
["
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
2077
|
+
["Shapelanding_offer"]: {
|
|
2078
|
+
section?: ModelTypes["Shapelanding_offerSection"] | undefined | null;
|
|
2079
|
+
_id: string;
|
|
2080
|
+
createdAt?: number | undefined | null;
|
|
2081
|
+
updatedAt?: number | undefined | null;
|
|
2082
|
+
};
|
|
2083
|
+
["Shapelanding_pageMain"]: {
|
|
2084
|
+
hero?: string | undefined | null;
|
|
2085
|
+
about?: string | undefined | null;
|
|
2086
|
+
offer?: string | undefined | null;
|
|
2087
|
+
purposes?: string | undefined | null;
|
|
2088
|
+
documents?: string | undefined | null;
|
|
2089
|
+
pricing_note?: string | undefined | null;
|
|
2090
|
+
contact?: string | undefined | null;
|
|
2091
|
+
};
|
|
2092
|
+
["Shapelanding_page"]: {
|
|
2093
|
+
main?: ModelTypes["Shapelanding_pageMain"] | undefined | null;
|
|
2094
|
+
_id: string;
|
|
2095
|
+
createdAt?: number | undefined | null;
|
|
2096
|
+
updatedAt?: number | undefined | null;
|
|
2097
|
+
};
|
|
2098
|
+
["Shapelanding_pricing_noteSectionContainerContent"]: {
|
|
2099
|
+
subtitle?: string | undefined | null;
|
|
2100
|
+
description?: string | undefined | null;
|
|
2101
|
+
};
|
|
2102
|
+
["Shapelanding_pricing_noteSectionContainer"]: {
|
|
2103
|
+
content?: ModelTypes["Shapelanding_pricing_noteSectionContainerContent"] | undefined | null;
|
|
2104
|
+
};
|
|
2105
|
+
["Shapelanding_pricing_noteSection"]: {
|
|
2106
|
+
container?: ModelTypes["Shapelanding_pricing_noteSectionContainer"] | undefined | null;
|
|
2107
|
+
};
|
|
2108
|
+
["Shapelanding_pricing_note"]: {
|
|
2109
|
+
section?: ModelTypes["Shapelanding_pricing_noteSection"] | undefined | null;
|
|
2110
|
+
_id: string;
|
|
2111
|
+
createdAt?: number | undefined | null;
|
|
2112
|
+
updatedAt?: number | undefined | null;
|
|
1482
2113
|
};
|
|
1483
|
-
["
|
|
1484
|
-
|
|
2114
|
+
["Shapelanding_purposesSectionContainerGridContent_block"]: {
|
|
2115
|
+
description?: string | undefined | null;
|
|
2116
|
+
items?: Array<string | undefined | null> | undefined | null;
|
|
2117
|
+
};
|
|
2118
|
+
["Shapelanding_purposesSectionContainerGrid"]: {
|
|
2119
|
+
subtitle?: string | undefined | null;
|
|
2120
|
+
content_block?: ModelTypes["Shapelanding_purposesSectionContainerGridContent_block"] | undefined | null;
|
|
2121
|
+
};
|
|
2122
|
+
["Shapelanding_purposesSectionContainer"]: {
|
|
2123
|
+
grid?: ModelTypes["Shapelanding_purposesSectionContainerGrid"] | undefined | null;
|
|
2124
|
+
};
|
|
2125
|
+
["Shapelanding_purposesSection"]: {
|
|
2126
|
+
container?: ModelTypes["Shapelanding_purposesSectionContainer"] | undefined | null;
|
|
2127
|
+
};
|
|
2128
|
+
["Shapelanding_purposes"]: {
|
|
2129
|
+
section?: ModelTypes["Shapelanding_purposesSection"] | undefined | null;
|
|
2130
|
+
_id: string;
|
|
2131
|
+
createdAt?: number | undefined | null;
|
|
2132
|
+
updatedAt?: number | undefined | null;
|
|
2133
|
+
};
|
|
2134
|
+
["Shapelogo"]: {
|
|
2135
|
+
main?: string | undefined | null;
|
|
2136
|
+
_id: string;
|
|
2137
|
+
createdAt?: number | undefined | null;
|
|
2138
|
+
updatedAt?: number | undefined | null;
|
|
2139
|
+
};
|
|
2140
|
+
["Shapenav"]: {
|
|
2141
|
+
_id: string;
|
|
2142
|
+
createdAt?: number | undefined | null;
|
|
2143
|
+
updatedAt?: number | undefined | null;
|
|
2144
|
+
};
|
|
2145
|
+
["ShapeomnieContainerCardGridFigure"]: {
|
|
2146
|
+
image?: ModelTypes["ImageField"] | undefined | null;
|
|
2147
|
+
figcaption?: string | undefined | null;
|
|
2148
|
+
};
|
|
2149
|
+
["ShapeomnieContainerCardGridContent_blockHeader"]: {
|
|
2150
|
+
o_mnie_label?: string | undefined | null;
|
|
2151
|
+
subtitle?: string | undefined | null;
|
|
2152
|
+
intro?: string | undefined | null;
|
|
2153
|
+
};
|
|
2154
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"]: {
|
|
2155
|
+
title?: string | undefined | null;
|
|
2156
|
+
href?: string | undefined | null;
|
|
2157
|
+
};
|
|
2158
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"]: {
|
|
2159
|
+
title?: string | undefined | null;
|
|
2160
|
+
href?: string | undefined | null;
|
|
2161
|
+
};
|
|
2162
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttons"]: {
|
|
2163
|
+
primary_cta?: ModelTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"] | undefined | null;
|
|
2164
|
+
secondary_cta?: ModelTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"] | undefined | null;
|
|
2165
|
+
};
|
|
2166
|
+
["ShapeomnieContainerCardGridContent_block"]: {
|
|
2167
|
+
header?: ModelTypes["ShapeomnieContainerCardGridContent_blockHeader"] | undefined | null;
|
|
2168
|
+
items?: Array<string | undefined | null> | undefined | null;
|
|
2169
|
+
conclusion?: string | undefined | null;
|
|
2170
|
+
cta_buttons?: ModelTypes["ShapeomnieContainerCardGridContent_blockCta_buttons"] | undefined | null;
|
|
2171
|
+
};
|
|
2172
|
+
["ShapeomnieContainerCardGrid"]: {
|
|
2173
|
+
figure?: ModelTypes["ShapeomnieContainerCardGridFigure"] | undefined | null;
|
|
2174
|
+
content_block?: ModelTypes["ShapeomnieContainerCardGridContent_block"] | undefined | null;
|
|
2175
|
+
};
|
|
2176
|
+
["ShapeomnieContainerCard"]: {
|
|
2177
|
+
grid?: ModelTypes["ShapeomnieContainerCardGrid"] | undefined | null;
|
|
2178
|
+
};
|
|
2179
|
+
["ShapeomnieContainer"]: {
|
|
2180
|
+
card?: ModelTypes["ShapeomnieContainerCard"] | undefined | null;
|
|
2181
|
+
};
|
|
2182
|
+
["Shapeomnie"]: {
|
|
2183
|
+
container?: ModelTypes["ShapeomnieContainer"] | undefined | null;
|
|
2184
|
+
_id: string;
|
|
2185
|
+
createdAt?: number | undefined | null;
|
|
2186
|
+
updatedAt?: number | undefined | null;
|
|
1485
2187
|
};
|
|
1486
|
-
["
|
|
1487
|
-
|
|
2188
|
+
["RootParamsInput"]: {
|
|
2189
|
+
_version?: string | undefined | null;
|
|
1488
2190
|
};
|
|
2191
|
+
["RootParamsEnum"]: RootParamsEnum;
|
|
1489
2192
|
["schema"]: {
|
|
1490
2193
|
query?: ModelTypes["Query"] | undefined | null;
|
|
1491
2194
|
mutation?: ModelTypes["Mutation"] | undefined | null;
|
|
@@ -1693,6 +2396,13 @@ export type GraphQLTypes = {
|
|
|
1693
2396
|
defaultValue?: string | undefined | null;
|
|
1694
2397
|
['...on InputField']: Omit<GraphQLTypes["InputField"], "...on InputField">;
|
|
1695
2398
|
};
|
|
2399
|
+
["LinkField"]: {
|
|
2400
|
+
__typename: "LinkField";
|
|
2401
|
+
label?: string | undefined | null;
|
|
2402
|
+
href?: string | undefined | null;
|
|
2403
|
+
target?: string | undefined | null;
|
|
2404
|
+
['...on LinkField']: Omit<GraphQLTypes["LinkField"], "...on LinkField">;
|
|
2405
|
+
};
|
|
1696
2406
|
["ButtonField"]: {
|
|
1697
2407
|
__typename: "ButtonField";
|
|
1698
2408
|
label?: string | undefined | null;
|
|
@@ -1740,202 +2450,495 @@ export type GraphQLTypes = {
|
|
|
1740
2450
|
shapeLibraries?: Array<GraphQLTypes["ShapeLibrary"]> | undefined | null;
|
|
1741
2451
|
responses?: GraphQLTypes["JSON"] | undefined | null;
|
|
1742
2452
|
response?: GraphQLTypes["JSON"] | undefined | null;
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
2453
|
+
fieldSetShapehero_property: string;
|
|
2454
|
+
modelShapehero_property: GraphQLTypes["ModelNavigationCompiled"];
|
|
2455
|
+
previewFieldsShapehero_property: GraphQLTypes["ModelNavigationCompiled"];
|
|
2456
|
+
oneShapehero_property?: GraphQLTypes["Shapehero_property"] | undefined | null;
|
|
2457
|
+
fieldSetShapelanding_about: string;
|
|
2458
|
+
modelShapelanding_about: GraphQLTypes["ModelNavigationCompiled"];
|
|
2459
|
+
previewFieldsShapelanding_about: GraphQLTypes["ModelNavigationCompiled"];
|
|
2460
|
+
oneShapelanding_about?: GraphQLTypes["Shapelanding_about"] | undefined | null;
|
|
2461
|
+
fieldSetShapelanding_contact: string;
|
|
2462
|
+
modelShapelanding_contact: GraphQLTypes["ModelNavigationCompiled"];
|
|
2463
|
+
previewFieldsShapelanding_contact: GraphQLTypes["ModelNavigationCompiled"];
|
|
2464
|
+
oneShapelanding_contact?: GraphQLTypes["Shapelanding_contact"] | undefined | null;
|
|
2465
|
+
fieldSetShapelanding_documents: string;
|
|
2466
|
+
modelShapelanding_documents: GraphQLTypes["ModelNavigationCompiled"];
|
|
2467
|
+
previewFieldsShapelanding_documents: GraphQLTypes["ModelNavigationCompiled"];
|
|
2468
|
+
oneShapelanding_documents?: GraphQLTypes["Shapelanding_documents"] | undefined | null;
|
|
2469
|
+
fieldSetShapelanding_hero: string;
|
|
2470
|
+
modelShapelanding_hero: GraphQLTypes["ModelNavigationCompiled"];
|
|
2471
|
+
previewFieldsShapelanding_hero: GraphQLTypes["ModelNavigationCompiled"];
|
|
2472
|
+
oneShapelanding_hero?: GraphQLTypes["Shapelanding_hero"] | undefined | null;
|
|
2473
|
+
fieldSetShapelanding_offer: string;
|
|
2474
|
+
modelShapelanding_offer: GraphQLTypes["ModelNavigationCompiled"];
|
|
2475
|
+
previewFieldsShapelanding_offer: GraphQLTypes["ModelNavigationCompiled"];
|
|
2476
|
+
oneShapelanding_offer?: GraphQLTypes["Shapelanding_offer"] | undefined | null;
|
|
2477
|
+
fieldSetShapelanding_page: string;
|
|
2478
|
+
modelShapelanding_page: GraphQLTypes["ModelNavigationCompiled"];
|
|
2479
|
+
previewFieldsShapelanding_page: GraphQLTypes["ModelNavigationCompiled"];
|
|
2480
|
+
oneShapelanding_page?: GraphQLTypes["Shapelanding_page"] | undefined | null;
|
|
2481
|
+
fieldSetShapelanding_pricing_note: string;
|
|
2482
|
+
modelShapelanding_pricing_note: GraphQLTypes["ModelNavigationCompiled"];
|
|
2483
|
+
previewFieldsShapelanding_pricing_note: GraphQLTypes["ModelNavigationCompiled"];
|
|
2484
|
+
oneShapelanding_pricing_note?: GraphQLTypes["Shapelanding_pricing_note"] | undefined | null;
|
|
2485
|
+
fieldSetShapelanding_purposes: string;
|
|
2486
|
+
modelShapelanding_purposes: GraphQLTypes["ModelNavigationCompiled"];
|
|
2487
|
+
previewFieldsShapelanding_purposes: GraphQLTypes["ModelNavigationCompiled"];
|
|
2488
|
+
oneShapelanding_purposes?: GraphQLTypes["Shapelanding_purposes"] | undefined | null;
|
|
2489
|
+
fieldSetShapelogo: string;
|
|
2490
|
+
modelShapelogo: GraphQLTypes["ModelNavigationCompiled"];
|
|
2491
|
+
previewFieldsShapelogo: GraphQLTypes["ModelNavigationCompiled"];
|
|
2492
|
+
oneShapelogo?: GraphQLTypes["Shapelogo"] | undefined | null;
|
|
2493
|
+
fieldSetShapenav: string;
|
|
2494
|
+
modelShapenav: GraphQLTypes["ModelNavigationCompiled"];
|
|
2495
|
+
previewFieldsShapenav: GraphQLTypes["ModelNavigationCompiled"];
|
|
2496
|
+
oneShapenav?: GraphQLTypes["Shapenav"] | undefined | null;
|
|
2497
|
+
fieldSetShapeomnie: string;
|
|
2498
|
+
modelShapeomnie: GraphQLTypes["ModelNavigationCompiled"];
|
|
2499
|
+
previewFieldsShapeomnie: GraphQLTypes["ModelNavigationCompiled"];
|
|
2500
|
+
oneShapeomnie?: GraphQLTypes["Shapeomnie"] | undefined | null;
|
|
2501
|
+
variantsViewhompage?: Array<GraphQLTypes["Viewhompage"]> | undefined | null;
|
|
2502
|
+
fieldSetViewhompage: string;
|
|
2503
|
+
modelViewhompage: GraphQLTypes["ModelNavigationCompiled"];
|
|
2504
|
+
previewFieldsViewhompage: GraphQLTypes["ModelNavigationCompiled"];
|
|
2505
|
+
oneViewhompage?: GraphQLTypes["Viewhompage"] | undefined | null;
|
|
2506
|
+
oneAsScalarViewhompage?: GraphQLTypes["ViewAsScalar"] | undefined | null;
|
|
1767
2507
|
['...on Query']: Omit<GraphQLTypes["Query"], "...on Query">;
|
|
1768
2508
|
};
|
|
1769
2509
|
["RootParamsType"]: {
|
|
1770
2510
|
__typename: "RootParamsType";
|
|
1771
2511
|
_version?: string | undefined | null;
|
|
1772
|
-
locale?: string | undefined | null;
|
|
1773
2512
|
['...on RootParamsType']: Omit<GraphQLTypes["RootParamsType"], "...on RootParamsType">;
|
|
1774
2513
|
};
|
|
1775
|
-
["ModelEnum"]: ModelEnum;
|
|
1776
2514
|
["ViewEnum"]: ViewEnum;
|
|
1777
2515
|
["ShapeEnum"]: ShapeEnum;
|
|
1778
|
-
["
|
|
1779
|
-
__typename: "
|
|
1780
|
-
items?: Array<GraphQLTypes["aaaaaaaaaaaaa"]> | undefined | null;
|
|
1781
|
-
pageInfo: GraphQLTypes["PageInfo"];
|
|
1782
|
-
['...on aaaaaaaaaaaaa__Connection']: Omit<GraphQLTypes["aaaaaaaaaaaaa__Connection"], "...on aaaaaaaaaaaaa__Connection">;
|
|
1783
|
-
};
|
|
1784
|
-
["aaaaaaaaaaaaa"]: {
|
|
1785
|
-
__typename: "aaaaaaaaaaaaa";
|
|
2516
|
+
["Viewhompage"]: {
|
|
2517
|
+
__typename: "Viewhompage";
|
|
1786
2518
|
_version?: GraphQLTypes["VersionField"] | undefined | null;
|
|
1787
|
-
|
|
2519
|
+
herov2?: GraphQLTypes["Shapehero_property"] | undefined | null;
|
|
2520
|
+
about2?: GraphQLTypes["Shapeomnie"] | undefined | null;
|
|
2521
|
+
offer?: GraphQLTypes["Shapelanding_offer"] | undefined | null;
|
|
2522
|
+
purposes?: GraphQLTypes["Shapelanding_purposes"] | undefined | null;
|
|
2523
|
+
documents?: GraphQLTypes["Shapelanding_documents"] | undefined | null;
|
|
2524
|
+
pricing_note?: GraphQLTypes["Shapelanding_pricing_note"] | undefined | null;
|
|
2525
|
+
contact?: GraphQLTypes["Shapelanding_contact"] | undefined | null;
|
|
1788
2526
|
slug?: string | undefined | null;
|
|
1789
2527
|
_id: string;
|
|
1790
2528
|
createdAt?: number | undefined | null;
|
|
1791
2529
|
updatedAt?: number | undefined | null;
|
|
1792
2530
|
draft_version?: boolean | undefined | null;
|
|
1793
2531
|
json_ld?: string | undefined | null;
|
|
1794
|
-
['...on
|
|
1795
|
-
};
|
|
1796
|
-
["
|
|
1797
|
-
__typename: "
|
|
1798
|
-
|
|
1799
|
-
['...on
|
|
2532
|
+
['...on Viewhompage']: Omit<GraphQLTypes["Viewhompage"], "...on Viewhompage">;
|
|
2533
|
+
};
|
|
2534
|
+
["Shapehero_propertyHeroContainerRowContentblockFeatures"]: {
|
|
2535
|
+
__typename: "Shapehero_propertyHeroContainerRowContentblockFeatures";
|
|
2536
|
+
feature?: Array<string | undefined | null> | undefined | null;
|
|
2537
|
+
['...on Shapehero_propertyHeroContainerRowContentblockFeatures']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockFeatures"], "...on Shapehero_propertyHeroContainerRowContentblockFeatures">;
|
|
2538
|
+
};
|
|
2539
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"]: {
|
|
2540
|
+
__typename: "Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid";
|
|
2541
|
+
address?: GraphQLTypes["InputField"] | undefined | null;
|
|
2542
|
+
postcode?: GraphQLTypes["InputField"] | undefined | null;
|
|
2543
|
+
email?: GraphQLTypes["InputField"] | undefined | null;
|
|
2544
|
+
['...on Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"], "...on Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid">;
|
|
2545
|
+
};
|
|
2546
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"]: {
|
|
2547
|
+
__typename: "Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions";
|
|
2548
|
+
cta?: GraphQLTypes["ButtonField"] | undefined | null;
|
|
2549
|
+
['...on Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"], "...on Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions">;
|
|
2550
|
+
};
|
|
2551
|
+
["Shapehero_propertyHeroContainerRowContentblockValuation_form"]: {
|
|
2552
|
+
__typename: "Shapehero_propertyHeroContainerRowContentblockValuation_form";
|
|
2553
|
+
field_grid?: GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formField_grid"] | undefined | null;
|
|
2554
|
+
form_actions?: GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockValuation_formForm_actions"] | undefined | null;
|
|
2555
|
+
['...on Shapehero_propertyHeroContainerRowContentblockValuation_form']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockValuation_form"], "...on Shapehero_propertyHeroContainerRowContentblockValuation_form">;
|
|
2556
|
+
};
|
|
2557
|
+
["Shapehero_propertyHeroContainerRowContentblock"]: {
|
|
2558
|
+
__typename: "Shapehero_propertyHeroContainerRowContentblock";
|
|
2559
|
+
eyebrow?: string | undefined | null;
|
|
2560
|
+
title?: string | undefined | null;
|
|
2561
|
+
description?: string | undefined | null;
|
|
2562
|
+
features?: GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockFeatures"] | undefined | null;
|
|
2563
|
+
valuation_form?: GraphQLTypes["Shapehero_propertyHeroContainerRowContentblockValuation_form"] | undefined | null;
|
|
2564
|
+
['...on Shapehero_propertyHeroContainerRowContentblock']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowContentblock"], "...on Shapehero_propertyHeroContainerRowContentblock">;
|
|
2565
|
+
};
|
|
2566
|
+
["Shapehero_propertyHeroContainerRowFigureAttributionblock"]: {
|
|
2567
|
+
__typename: "Shapehero_propertyHeroContainerRowFigureAttributionblock";
|
|
2568
|
+
indicator?: string | undefined | null;
|
|
2569
|
+
review_note?: string | undefined | null;
|
|
2570
|
+
['...on Shapehero_propertyHeroContainerRowFigureAttributionblock']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowFigureAttributionblock"], "...on Shapehero_propertyHeroContainerRowFigureAttributionblock">;
|
|
2571
|
+
};
|
|
2572
|
+
["Shapehero_propertyHeroContainerRowFigure"]: {
|
|
2573
|
+
__typename: "Shapehero_propertyHeroContainerRowFigure";
|
|
2574
|
+
image?: GraphQLTypes["ImageField"] | undefined | null;
|
|
2575
|
+
attributionblock?: GraphQLTypes["Shapehero_propertyHeroContainerRowFigureAttributionblock"] | undefined | null;
|
|
2576
|
+
['...on Shapehero_propertyHeroContainerRowFigure']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRowFigure"], "...on Shapehero_propertyHeroContainerRowFigure">;
|
|
2577
|
+
};
|
|
2578
|
+
["Shapehero_propertyHeroContainerRow"]: {
|
|
2579
|
+
__typename: "Shapehero_propertyHeroContainerRow";
|
|
2580
|
+
contentblock?: GraphQLTypes["Shapehero_propertyHeroContainerRowContentblock"] | undefined | null;
|
|
2581
|
+
figure?: GraphQLTypes["Shapehero_propertyHeroContainerRowFigure"] | undefined | null;
|
|
2582
|
+
['...on Shapehero_propertyHeroContainerRow']: Omit<GraphQLTypes["Shapehero_propertyHeroContainerRow"], "...on Shapehero_propertyHeroContainerRow">;
|
|
2583
|
+
};
|
|
2584
|
+
["Shapehero_propertyHeroContainer"]: {
|
|
2585
|
+
__typename: "Shapehero_propertyHeroContainer";
|
|
2586
|
+
row?: GraphQLTypes["Shapehero_propertyHeroContainerRow"] | undefined | null;
|
|
2587
|
+
['...on Shapehero_propertyHeroContainer']: Omit<GraphQLTypes["Shapehero_propertyHeroContainer"], "...on Shapehero_propertyHeroContainer">;
|
|
2588
|
+
};
|
|
2589
|
+
["Shapehero_propertyHero"]: {
|
|
2590
|
+
__typename: "Shapehero_propertyHero";
|
|
2591
|
+
container?: GraphQLTypes["Shapehero_propertyHeroContainer"] | undefined | null;
|
|
2592
|
+
['...on Shapehero_propertyHero']: Omit<GraphQLTypes["Shapehero_propertyHero"], "...on Shapehero_propertyHero">;
|
|
2593
|
+
};
|
|
2594
|
+
["Shapehero_property"]: {
|
|
2595
|
+
__typename: "Shapehero_property";
|
|
2596
|
+
hero?: GraphQLTypes["Shapehero_propertyHero"] | undefined | null;
|
|
2597
|
+
_id: string;
|
|
2598
|
+
createdAt?: number | undefined | null;
|
|
2599
|
+
updatedAt?: number | undefined | null;
|
|
2600
|
+
['...on Shapehero_property']: Omit<GraphQLTypes["Shapehero_property"], "...on Shapehero_property">;
|
|
1800
2601
|
};
|
|
1801
|
-
["
|
|
1802
|
-
__typename: "
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
2602
|
+
["Shapelanding_aboutSectionContainerGridDetails"]: {
|
|
2603
|
+
__typename: "Shapelanding_aboutSectionContainerGridDetails";
|
|
2604
|
+
description?: string | undefined | null;
|
|
2605
|
+
items?: Array<string | undefined | null> | undefined | null;
|
|
2606
|
+
description_2?: string | undefined | null;
|
|
2607
|
+
['...on Shapelanding_aboutSectionContainerGridDetails']: Omit<GraphQLTypes["Shapelanding_aboutSectionContainerGridDetails"], "...on Shapelanding_aboutSectionContainerGridDetails">;
|
|
2608
|
+
};
|
|
2609
|
+
["Shapelanding_aboutSectionContainerGrid"]: {
|
|
2610
|
+
__typename: "Shapelanding_aboutSectionContainerGrid";
|
|
2611
|
+
subtitle?: string | undefined | null;
|
|
2612
|
+
details?: GraphQLTypes["Shapelanding_aboutSectionContainerGridDetails"] | undefined | null;
|
|
2613
|
+
['...on Shapelanding_aboutSectionContainerGrid']: Omit<GraphQLTypes["Shapelanding_aboutSectionContainerGrid"], "...on Shapelanding_aboutSectionContainerGrid">;
|
|
2614
|
+
};
|
|
2615
|
+
["Shapelanding_aboutSectionContainer"]: {
|
|
2616
|
+
__typename: "Shapelanding_aboutSectionContainer";
|
|
2617
|
+
grid?: GraphQLTypes["Shapelanding_aboutSectionContainerGrid"] | undefined | null;
|
|
2618
|
+
['...on Shapelanding_aboutSectionContainer']: Omit<GraphQLTypes["Shapelanding_aboutSectionContainer"], "...on Shapelanding_aboutSectionContainer">;
|
|
2619
|
+
};
|
|
2620
|
+
["Shapelanding_aboutSection"]: {
|
|
2621
|
+
__typename: "Shapelanding_aboutSection";
|
|
2622
|
+
container?: GraphQLTypes["Shapelanding_aboutSectionContainer"] | undefined | null;
|
|
2623
|
+
['...on Shapelanding_aboutSection']: Omit<GraphQLTypes["Shapelanding_aboutSection"], "...on Shapelanding_aboutSection">;
|
|
2624
|
+
};
|
|
2625
|
+
["Shapelanding_about"]: {
|
|
2626
|
+
__typename: "Shapelanding_about";
|
|
2627
|
+
section?: GraphQLTypes["Shapelanding_aboutSection"] | undefined | null;
|
|
2628
|
+
_id: string;
|
|
2629
|
+
createdAt?: number | undefined | null;
|
|
2630
|
+
updatedAt?: number | undefined | null;
|
|
2631
|
+
['...on Shapelanding_about']: Omit<GraphQLTypes["Shapelanding_about"], "...on Shapelanding_about">;
|
|
2632
|
+
};
|
|
2633
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"]: {
|
|
2634
|
+
__typename: "Shapelanding_contactSectionContainerGridContentblockContactblockTelefon";
|
|
2635
|
+
cta?: string | undefined | null;
|
|
2636
|
+
href?: string | undefined | null;
|
|
2637
|
+
['...on Shapelanding_contactSectionContainerGridContentblockContactblockTelefon']: Omit<GraphQLTypes["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"], "...on Shapelanding_contactSectionContainerGridContentblockContactblockTelefon">;
|
|
2638
|
+
};
|
|
2639
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"]: {
|
|
2640
|
+
__typename: "Shapelanding_contactSectionContainerGridContentblockContactblockE_mail";
|
|
2641
|
+
cta?: string | undefined | null;
|
|
2642
|
+
href?: string | undefined | null;
|
|
2643
|
+
['...on Shapelanding_contactSectionContainerGridContentblockContactblockE_mail']: Omit<GraphQLTypes["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"], "...on Shapelanding_contactSectionContainerGridContentblockContactblockE_mail">;
|
|
2644
|
+
};
|
|
2645
|
+
["Shapelanding_contactSectionContainerGridContentblockContactblock"]: {
|
|
2646
|
+
__typename: "Shapelanding_contactSectionContainerGridContentblockContactblock";
|
|
2647
|
+
telefon?: GraphQLTypes["Shapelanding_contactSectionContainerGridContentblockContactblockTelefon"] | undefined | null;
|
|
2648
|
+
e_mail?: GraphQLTypes["Shapelanding_contactSectionContainerGridContentblockContactblockE_mail"] | undefined | null;
|
|
2649
|
+
['...on Shapelanding_contactSectionContainerGridContentblockContactblock']: Omit<GraphQLTypes["Shapelanding_contactSectionContainerGridContentblockContactblock"], "...on Shapelanding_contactSectionContainerGridContentblockContactblock">;
|
|
2650
|
+
};
|
|
2651
|
+
["Shapelanding_contactSectionContainerGridContentblock"]: {
|
|
2652
|
+
__typename: "Shapelanding_contactSectionContainerGridContentblock";
|
|
2653
|
+
description?: string | undefined | null;
|
|
2654
|
+
description_2?: string | undefined | null;
|
|
2655
|
+
contactblock?: GraphQLTypes["Shapelanding_contactSectionContainerGridContentblockContactblock"] | undefined | null;
|
|
2656
|
+
company_info?: string | undefined | null;
|
|
2657
|
+
['...on Shapelanding_contactSectionContainerGridContentblock']: Omit<GraphQLTypes["Shapelanding_contactSectionContainerGridContentblock"], "...on Shapelanding_contactSectionContainerGridContentblock">;
|
|
2658
|
+
};
|
|
2659
|
+
["Shapelanding_contactSectionContainerGrid"]: {
|
|
2660
|
+
__typename: "Shapelanding_contactSectionContainerGrid";
|
|
2661
|
+
subtitle?: string | undefined | null;
|
|
2662
|
+
contentblock?: GraphQLTypes["Shapelanding_contactSectionContainerGridContentblock"] | undefined | null;
|
|
2663
|
+
['...on Shapelanding_contactSectionContainerGrid']: Omit<GraphQLTypes["Shapelanding_contactSectionContainerGrid"], "...on Shapelanding_contactSectionContainerGrid">;
|
|
2664
|
+
};
|
|
2665
|
+
["Shapelanding_contactSectionContainer"]: {
|
|
2666
|
+
__typename: "Shapelanding_contactSectionContainer";
|
|
2667
|
+
grid?: GraphQLTypes["Shapelanding_contactSectionContainerGrid"] | undefined | null;
|
|
2668
|
+
['...on Shapelanding_contactSectionContainer']: Omit<GraphQLTypes["Shapelanding_contactSectionContainer"], "...on Shapelanding_contactSectionContainer">;
|
|
2669
|
+
};
|
|
2670
|
+
["Shapelanding_contactSection"]: {
|
|
2671
|
+
__typename: "Shapelanding_contactSection";
|
|
2672
|
+
container?: GraphQLTypes["Shapelanding_contactSectionContainer"] | undefined | null;
|
|
2673
|
+
['...on Shapelanding_contactSection']: Omit<GraphQLTypes["Shapelanding_contactSection"], "...on Shapelanding_contactSection">;
|
|
2674
|
+
};
|
|
2675
|
+
["Shapelanding_contact"]: {
|
|
2676
|
+
__typename: "Shapelanding_contact";
|
|
2677
|
+
section?: GraphQLTypes["Shapelanding_contactSection"] | undefined | null;
|
|
2678
|
+
_id: string;
|
|
2679
|
+
createdAt?: number | undefined | null;
|
|
2680
|
+
updatedAt?: number | undefined | null;
|
|
2681
|
+
['...on Shapelanding_contact']: Omit<GraphQLTypes["Shapelanding_contact"], "...on Shapelanding_contact">;
|
|
1806
2682
|
};
|
|
1807
|
-
["
|
|
1808
|
-
__typename: "
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
2683
|
+
["Shapelanding_documentsSectionContainerGridDetails"]: {
|
|
2684
|
+
__typename: "Shapelanding_documentsSectionContainerGridDetails";
|
|
2685
|
+
description?: string | undefined | null;
|
|
2686
|
+
items?: Array<string | undefined | null> | undefined | null;
|
|
2687
|
+
['...on Shapelanding_documentsSectionContainerGridDetails']: Omit<GraphQLTypes["Shapelanding_documentsSectionContainerGridDetails"], "...on Shapelanding_documentsSectionContainerGridDetails">;
|
|
2688
|
+
};
|
|
2689
|
+
["Shapelanding_documentsSectionContainerGrid"]: {
|
|
2690
|
+
__typename: "Shapelanding_documentsSectionContainerGrid";
|
|
2691
|
+
subtitle?: string | undefined | null;
|
|
2692
|
+
details?: GraphQLTypes["Shapelanding_documentsSectionContainerGridDetails"] | undefined | null;
|
|
2693
|
+
['...on Shapelanding_documentsSectionContainerGrid']: Omit<GraphQLTypes["Shapelanding_documentsSectionContainerGrid"], "...on Shapelanding_documentsSectionContainerGrid">;
|
|
2694
|
+
};
|
|
2695
|
+
["Shapelanding_documentsSectionContainer"]: {
|
|
2696
|
+
__typename: "Shapelanding_documentsSectionContainer";
|
|
2697
|
+
grid?: GraphQLTypes["Shapelanding_documentsSectionContainerGrid"] | undefined | null;
|
|
2698
|
+
['...on Shapelanding_documentsSectionContainer']: Omit<GraphQLTypes["Shapelanding_documentsSectionContainer"], "...on Shapelanding_documentsSectionContainer">;
|
|
2699
|
+
};
|
|
2700
|
+
["Shapelanding_documentsSection"]: {
|
|
2701
|
+
__typename: "Shapelanding_documentsSection";
|
|
2702
|
+
container?: GraphQLTypes["Shapelanding_documentsSectionContainer"] | undefined | null;
|
|
2703
|
+
['...on Shapelanding_documentsSection']: Omit<GraphQLTypes["Shapelanding_documentsSection"], "...on Shapelanding_documentsSection">;
|
|
2704
|
+
};
|
|
2705
|
+
["Shapelanding_documents"]: {
|
|
2706
|
+
__typename: "Shapelanding_documents";
|
|
2707
|
+
section?: GraphQLTypes["Shapelanding_documentsSection"] | undefined | null;
|
|
1814
2708
|
_id: string;
|
|
1815
2709
|
createdAt?: number | undefined | null;
|
|
1816
2710
|
updatedAt?: number | undefined | null;
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
2711
|
+
['...on Shapelanding_documents']: Omit<GraphQLTypes["Shapelanding_documents"], "...on Shapelanding_documents">;
|
|
2712
|
+
};
|
|
2713
|
+
["Shapelanding_heroSectionContainerContentCtasCall_1"]: {
|
|
2714
|
+
__typename: "Shapelanding_heroSectionContainerContentCtasCall_1";
|
|
2715
|
+
cta?: string | undefined | null;
|
|
2716
|
+
href?: string | undefined | null;
|
|
2717
|
+
['...on Shapelanding_heroSectionContainerContentCtasCall_1']: Omit<GraphQLTypes["Shapelanding_heroSectionContainerContentCtasCall_1"], "...on Shapelanding_heroSectionContainerContentCtasCall_1">;
|
|
2718
|
+
};
|
|
2719
|
+
["Shapelanding_heroSectionContainerContentCtasCall_2"]: {
|
|
2720
|
+
__typename: "Shapelanding_heroSectionContainerContentCtasCall_2";
|
|
2721
|
+
cta?: string | undefined | null;
|
|
2722
|
+
href?: string | undefined | null;
|
|
2723
|
+
['...on Shapelanding_heroSectionContainerContentCtasCall_2']: Omit<GraphQLTypes["Shapelanding_heroSectionContainerContentCtasCall_2"], "...on Shapelanding_heroSectionContainerContentCtasCall_2">;
|
|
2724
|
+
};
|
|
2725
|
+
["Shapelanding_heroSectionContainerContentCtas"]: {
|
|
2726
|
+
__typename: "Shapelanding_heroSectionContainerContentCtas";
|
|
2727
|
+
call_1?: GraphQLTypes["Shapelanding_heroSectionContainerContentCtasCall_1"] | undefined | null;
|
|
2728
|
+
call_2?: GraphQLTypes["Shapelanding_heroSectionContainerContentCtasCall_2"] | undefined | null;
|
|
2729
|
+
['...on Shapelanding_heroSectionContainerContentCtas']: Omit<GraphQLTypes["Shapelanding_heroSectionContainerContentCtas"], "...on Shapelanding_heroSectionContainerContentCtas">;
|
|
2730
|
+
};
|
|
2731
|
+
["Shapelanding_heroSectionContainerContent"]: {
|
|
2732
|
+
__typename: "Shapelanding_heroSectionContainerContent";
|
|
2733
|
+
title?: string | undefined | null;
|
|
2734
|
+
description?: string | undefined | null;
|
|
2735
|
+
ctas?: GraphQLTypes["Shapelanding_heroSectionContainerContentCtas"] | undefined | null;
|
|
2736
|
+
['...on Shapelanding_heroSectionContainerContent']: Omit<GraphQLTypes["Shapelanding_heroSectionContainerContent"], "...on Shapelanding_heroSectionContainerContent">;
|
|
2737
|
+
};
|
|
2738
|
+
["Shapelanding_heroSectionContainer"]: {
|
|
2739
|
+
__typename: "Shapelanding_heroSectionContainer";
|
|
2740
|
+
content?: GraphQLTypes["Shapelanding_heroSectionContainerContent"] | undefined | null;
|
|
2741
|
+
logo?: GraphQLTypes["Shapelogo"] | undefined | null;
|
|
2742
|
+
['...on Shapelanding_heroSectionContainer']: Omit<GraphQLTypes["Shapelanding_heroSectionContainer"], "...on Shapelanding_heroSectionContainer">;
|
|
2743
|
+
};
|
|
2744
|
+
["Shapelanding_heroSection"]: {
|
|
2745
|
+
__typename: "Shapelanding_heroSection";
|
|
2746
|
+
container?: GraphQLTypes["Shapelanding_heroSectionContainer"] | undefined | null;
|
|
2747
|
+
['...on Shapelanding_heroSection']: Omit<GraphQLTypes["Shapelanding_heroSection"], "...on Shapelanding_heroSection">;
|
|
2748
|
+
};
|
|
2749
|
+
["Shapelanding_hero"]: {
|
|
2750
|
+
__typename: "Shapelanding_hero";
|
|
2751
|
+
section?: GraphQLTypes["Shapelanding_heroSection"] | undefined | null;
|
|
2752
|
+
_id: string;
|
|
2753
|
+
createdAt?: number | undefined | null;
|
|
2754
|
+
updatedAt?: number | undefined | null;
|
|
2755
|
+
['...on Shapelanding_hero']: Omit<GraphQLTypes["Shapelanding_hero"], "...on Shapelanding_hero">;
|
|
1820
2756
|
};
|
|
1821
|
-
["
|
|
1822
|
-
__typename: "
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
2757
|
+
["Shapelanding_offerSectionContainerGridDetails"]: {
|
|
2758
|
+
__typename: "Shapelanding_offerSectionContainerGridDetails";
|
|
2759
|
+
description?: string | undefined | null;
|
|
2760
|
+
items?: Array<string | undefined | null> | undefined | null;
|
|
2761
|
+
['...on Shapelanding_offerSectionContainerGridDetails']: Omit<GraphQLTypes["Shapelanding_offerSectionContainerGridDetails"], "...on Shapelanding_offerSectionContainerGridDetails">;
|
|
2762
|
+
};
|
|
2763
|
+
["Shapelanding_offerSectionContainerGrid"]: {
|
|
2764
|
+
__typename: "Shapelanding_offerSectionContainerGrid";
|
|
2765
|
+
subtitle?: string | undefined | null;
|
|
2766
|
+
details?: GraphQLTypes["Shapelanding_offerSectionContainerGridDetails"] | undefined | null;
|
|
2767
|
+
['...on Shapelanding_offerSectionContainerGrid']: Omit<GraphQLTypes["Shapelanding_offerSectionContainerGrid"], "...on Shapelanding_offerSectionContainerGrid">;
|
|
2768
|
+
};
|
|
2769
|
+
["Shapelanding_offerSectionContainer"]: {
|
|
2770
|
+
__typename: "Shapelanding_offerSectionContainer";
|
|
2771
|
+
grid?: GraphQLTypes["Shapelanding_offerSectionContainerGrid"] | undefined | null;
|
|
2772
|
+
['...on Shapelanding_offerSectionContainer']: Omit<GraphQLTypes["Shapelanding_offerSectionContainer"], "...on Shapelanding_offerSectionContainer">;
|
|
2773
|
+
};
|
|
2774
|
+
["Shapelanding_offerSection"]: {
|
|
2775
|
+
__typename: "Shapelanding_offerSection";
|
|
2776
|
+
container?: GraphQLTypes["Shapelanding_offerSectionContainer"] | undefined | null;
|
|
2777
|
+
['...on Shapelanding_offerSection']: Omit<GraphQLTypes["Shapelanding_offerSection"], "...on Shapelanding_offerSection">;
|
|
2778
|
+
};
|
|
2779
|
+
["Shapelanding_offer"]: {
|
|
2780
|
+
__typename: "Shapelanding_offer";
|
|
2781
|
+
section?: GraphQLTypes["Shapelanding_offerSection"] | undefined | null;
|
|
1828
2782
|
_id: string;
|
|
1829
2783
|
createdAt?: number | undefined | null;
|
|
1830
2784
|
updatedAt?: number | undefined | null;
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
summaryone?: string | undefined | null;
|
|
1848
|
-
test?: string | undefined | null;
|
|
1849
|
-
['...on Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper"], "...on Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper">;
|
|
1850
|
-
};
|
|
1851
|
-
["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper"]: {
|
|
1852
|
-
__typename: "Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper";
|
|
1853
|
-
close_button?: GraphQLTypes["ButtonField"] | undefined | null;
|
|
1854
|
-
detailswrapper?: GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper"] | undefined | null;
|
|
1855
|
-
['...on Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper"], "...on Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper">;
|
|
1856
|
-
};
|
|
1857
|
-
["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper"]: {
|
|
1858
|
-
__typename: "Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper";
|
|
1859
|
-
dialog_wrapper?: GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper"] | undefined | null;
|
|
1860
|
-
['...on Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper"], "...on Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper">;
|
|
1861
|
-
};
|
|
1862
|
-
["Shapeexamples_pricingplans_9TestowepoleDialog"]: {
|
|
1863
|
-
__typename: "Shapeexamples_pricingplans_9TestowepoleDialog";
|
|
1864
|
-
diaalog_wrapper?: GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper"] | undefined | null;
|
|
1865
|
-
['...on Shapeexamples_pricingplans_9TestowepoleDialog']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialog"], "...on Shapeexamples_pricingplans_9TestowepoleDialog">;
|
|
1866
|
-
};
|
|
1867
|
-
["Shapeexamples_pricingplans_9Testowepole"]: {
|
|
1868
|
-
__typename: "Shapeexamples_pricingplans_9Testowepole";
|
|
1869
|
-
jajko?: string | undefined | null;
|
|
1870
|
-
dialog?: GraphQLTypes["Shapeexamples_pricingplans_9TestowepoleDialog"] | undefined | null;
|
|
1871
|
-
['...on Shapeexamples_pricingplans_9Testowepole']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Testowepole"], "...on Shapeexamples_pricingplans_9Testowepole">;
|
|
1872
|
-
};
|
|
1873
|
-
["Shapeexamples_pricingplans_9Step_oneStep_one_wrapper"]: {
|
|
1874
|
-
__typename: "Shapeexamples_pricingplans_9Step_oneStep_one_wrapper";
|
|
1875
|
-
step_one_next?: GraphQLTypes["ButtonField"] | undefined | null;
|
|
1876
|
-
['...on Shapeexamples_pricingplans_9Step_oneStep_one_wrapper']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Step_oneStep_one_wrapper"], "...on Shapeexamples_pricingplans_9Step_oneStep_one_wrapper">;
|
|
1877
|
-
};
|
|
1878
|
-
["Shapeexamples_pricingplans_9Step_one"]: {
|
|
1879
|
-
__typename: "Shapeexamples_pricingplans_9Step_one";
|
|
1880
|
-
step_one_wrapper?: GraphQLTypes["Shapeexamples_pricingplans_9Step_oneStep_one_wrapper"] | undefined | null;
|
|
1881
|
-
['...on Shapeexamples_pricingplans_9Step_one']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Step_one"], "...on Shapeexamples_pricingplans_9Step_one">;
|
|
1882
|
-
};
|
|
1883
|
-
["Shapeexamples_pricingplans_9Step_twoStep_two_wrapper"]: {
|
|
1884
|
-
__typename: "Shapeexamples_pricingplans_9Step_twoStep_two_wrapper";
|
|
1885
|
-
step_two_prev?: GraphQLTypes["ButtonField"] | undefined | null;
|
|
1886
|
-
step_two_next?: GraphQLTypes["ButtonField"] | undefined | null;
|
|
1887
|
-
['...on Shapeexamples_pricingplans_9Step_twoStep_two_wrapper']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Step_twoStep_two_wrapper"], "...on Shapeexamples_pricingplans_9Step_twoStep_two_wrapper">;
|
|
1888
|
-
};
|
|
1889
|
-
["Shapeexamples_pricingplans_9Step_two"]: {
|
|
1890
|
-
__typename: "Shapeexamples_pricingplans_9Step_two";
|
|
1891
|
-
step_two_wrapper?: GraphQLTypes["Shapeexamples_pricingplans_9Step_twoStep_two_wrapper"] | undefined | null;
|
|
1892
|
-
['...on Shapeexamples_pricingplans_9Step_two']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Step_two"], "...on Shapeexamples_pricingplans_9Step_two">;
|
|
1893
|
-
};
|
|
1894
|
-
["Shapeexamples_pricingplans_9Step_threeStep_three_wrapper"]: {
|
|
1895
|
-
__typename: "Shapeexamples_pricingplans_9Step_threeStep_three_wrapper";
|
|
1896
|
-
step_three_prev?: GraphQLTypes["ButtonField"] | undefined | null;
|
|
1897
|
-
step_three_field?: string | undefined | null;
|
|
1898
|
-
['...on Shapeexamples_pricingplans_9Step_threeStep_three_wrapper']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Step_threeStep_three_wrapper"], "...on Shapeexamples_pricingplans_9Step_threeStep_three_wrapper">;
|
|
1899
|
-
};
|
|
1900
|
-
["Shapeexamples_pricingplans_9Step_three"]: {
|
|
1901
|
-
__typename: "Shapeexamples_pricingplans_9Step_three";
|
|
1902
|
-
step_three_wrapper?: GraphQLTypes["Shapeexamples_pricingplans_9Step_threeStep_three_wrapper"] | undefined | null;
|
|
1903
|
-
['...on Shapeexamples_pricingplans_9Step_three']: Omit<GraphQLTypes["Shapeexamples_pricingplans_9Step_three"], "...on Shapeexamples_pricingplans_9Step_three">;
|
|
1904
|
-
};
|
|
1905
|
-
["Shapeexamples_pricingplans_9"]: {
|
|
1906
|
-
__typename: "Shapeexamples_pricingplans_9";
|
|
1907
|
-
wrapper?: GraphQLTypes["Shapeexamples_pricingplans_9Wrapper"] | undefined | null;
|
|
1908
|
-
testowepole?: GraphQLTypes["Shapeexamples_pricingplans_9Testowepole"] | undefined | null;
|
|
1909
|
-
step_variable?: GraphQLTypes["VariableField"] | undefined | null;
|
|
1910
|
-
step_one?: GraphQLTypes["Shapeexamples_pricingplans_9Step_one"] | undefined | null;
|
|
1911
|
-
step_two?: GraphQLTypes["Shapeexamples_pricingplans_9Step_two"] | undefined | null;
|
|
1912
|
-
step_three?: GraphQLTypes["Shapeexamples_pricingplans_9Step_three"] | undefined | null;
|
|
2785
|
+
['...on Shapelanding_offer']: Omit<GraphQLTypes["Shapelanding_offer"], "...on Shapelanding_offer">;
|
|
2786
|
+
};
|
|
2787
|
+
["Shapelanding_pageMain"]: {
|
|
2788
|
+
__typename: "Shapelanding_pageMain";
|
|
2789
|
+
hero?: string | undefined | null;
|
|
2790
|
+
about?: string | undefined | null;
|
|
2791
|
+
offer?: string | undefined | null;
|
|
2792
|
+
purposes?: string | undefined | null;
|
|
2793
|
+
documents?: string | undefined | null;
|
|
2794
|
+
pricing_note?: string | undefined | null;
|
|
2795
|
+
contact?: string | undefined | null;
|
|
2796
|
+
['...on Shapelanding_pageMain']: Omit<GraphQLTypes["Shapelanding_pageMain"], "...on Shapelanding_pageMain">;
|
|
2797
|
+
};
|
|
2798
|
+
["Shapelanding_page"]: {
|
|
2799
|
+
__typename: "Shapelanding_page";
|
|
2800
|
+
main?: GraphQLTypes["Shapelanding_pageMain"] | undefined | null;
|
|
1913
2801
|
_id: string;
|
|
1914
2802
|
createdAt?: number | undefined | null;
|
|
1915
2803
|
updatedAt?: number | undefined | null;
|
|
1916
|
-
['...on
|
|
2804
|
+
['...on Shapelanding_page']: Omit<GraphQLTypes["Shapelanding_page"], "...on Shapelanding_page">;
|
|
1917
2805
|
};
|
|
1918
|
-
["
|
|
1919
|
-
|
|
1920
|
-
|
|
2806
|
+
["Shapelanding_pricing_noteSectionContainerContent"]: {
|
|
2807
|
+
__typename: "Shapelanding_pricing_noteSectionContainerContent";
|
|
2808
|
+
subtitle?: string | undefined | null;
|
|
2809
|
+
description?: string | undefined | null;
|
|
2810
|
+
['...on Shapelanding_pricing_noteSectionContainerContent']: Omit<GraphQLTypes["Shapelanding_pricing_noteSectionContainerContent"], "...on Shapelanding_pricing_noteSectionContainerContent">;
|
|
1921
2811
|
};
|
|
1922
|
-
["
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
updatedAt?: GraphQLTypes["Sort"] | undefined | null;
|
|
2812
|
+
["Shapelanding_pricing_noteSectionContainer"]: {
|
|
2813
|
+
__typename: "Shapelanding_pricing_noteSectionContainer";
|
|
2814
|
+
content?: GraphQLTypes["Shapelanding_pricing_noteSectionContainerContent"] | undefined | null;
|
|
2815
|
+
['...on Shapelanding_pricing_noteSectionContainer']: Omit<GraphQLTypes["Shapelanding_pricing_noteSectionContainer"], "...on Shapelanding_pricing_noteSectionContainer">;
|
|
1927
2816
|
};
|
|
1928
|
-
["
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
2817
|
+
["Shapelanding_pricing_noteSection"]: {
|
|
2818
|
+
__typename: "Shapelanding_pricing_noteSection";
|
|
2819
|
+
container?: GraphQLTypes["Shapelanding_pricing_noteSectionContainer"] | undefined | null;
|
|
2820
|
+
['...on Shapelanding_pricing_noteSection']: Omit<GraphQLTypes["Shapelanding_pricing_noteSection"], "...on Shapelanding_pricing_noteSection">;
|
|
1932
2821
|
};
|
|
1933
|
-
["
|
|
1934
|
-
|
|
2822
|
+
["Shapelanding_pricing_note"]: {
|
|
2823
|
+
__typename: "Shapelanding_pricing_note";
|
|
2824
|
+
section?: GraphQLTypes["Shapelanding_pricing_noteSection"] | undefined | null;
|
|
2825
|
+
_id: string;
|
|
2826
|
+
createdAt?: number | undefined | null;
|
|
2827
|
+
updatedAt?: number | undefined | null;
|
|
2828
|
+
['...on Shapelanding_pricing_note']: Omit<GraphQLTypes["Shapelanding_pricing_note"], "...on Shapelanding_pricing_note">;
|
|
1935
2829
|
};
|
|
1936
|
-
["
|
|
1937
|
-
|
|
2830
|
+
["Shapelanding_purposesSectionContainerGridContent_block"]: {
|
|
2831
|
+
__typename: "Shapelanding_purposesSectionContainerGridContent_block";
|
|
2832
|
+
description?: string | undefined | null;
|
|
2833
|
+
items?: Array<string | undefined | null> | undefined | null;
|
|
2834
|
+
['...on Shapelanding_purposesSectionContainerGridContent_block']: Omit<GraphQLTypes["Shapelanding_purposesSectionContainerGridContent_block"], "...on Shapelanding_purposesSectionContainerGridContent_block">;
|
|
2835
|
+
};
|
|
2836
|
+
["Shapelanding_purposesSectionContainerGrid"]: {
|
|
2837
|
+
__typename: "Shapelanding_purposesSectionContainerGrid";
|
|
2838
|
+
subtitle?: string | undefined | null;
|
|
2839
|
+
content_block?: GraphQLTypes["Shapelanding_purposesSectionContainerGridContent_block"] | undefined | null;
|
|
2840
|
+
['...on Shapelanding_purposesSectionContainerGrid']: Omit<GraphQLTypes["Shapelanding_purposesSectionContainerGrid"], "...on Shapelanding_purposesSectionContainerGrid">;
|
|
2841
|
+
};
|
|
2842
|
+
["Shapelanding_purposesSectionContainer"]: {
|
|
2843
|
+
__typename: "Shapelanding_purposesSectionContainer";
|
|
2844
|
+
grid?: GraphQLTypes["Shapelanding_purposesSectionContainerGrid"] | undefined | null;
|
|
2845
|
+
['...on Shapelanding_purposesSectionContainer']: Omit<GraphQLTypes["Shapelanding_purposesSectionContainer"], "...on Shapelanding_purposesSectionContainer">;
|
|
2846
|
+
};
|
|
2847
|
+
["Shapelanding_purposesSection"]: {
|
|
2848
|
+
__typename: "Shapelanding_purposesSection";
|
|
2849
|
+
container?: GraphQLTypes["Shapelanding_purposesSectionContainer"] | undefined | null;
|
|
2850
|
+
['...on Shapelanding_purposesSection']: Omit<GraphQLTypes["Shapelanding_purposesSection"], "...on Shapelanding_purposesSection">;
|
|
2851
|
+
};
|
|
2852
|
+
["Shapelanding_purposes"]: {
|
|
2853
|
+
__typename: "Shapelanding_purposes";
|
|
2854
|
+
section?: GraphQLTypes["Shapelanding_purposesSection"] | undefined | null;
|
|
2855
|
+
_id: string;
|
|
2856
|
+
createdAt?: number | undefined | null;
|
|
2857
|
+
updatedAt?: number | undefined | null;
|
|
2858
|
+
['...on Shapelanding_purposes']: Omit<GraphQLTypes["Shapelanding_purposes"], "...on Shapelanding_purposes">;
|
|
1938
2859
|
};
|
|
2860
|
+
["Shapelogo"]: {
|
|
2861
|
+
__typename: "Shapelogo";
|
|
2862
|
+
main?: string | undefined | null;
|
|
2863
|
+
_id: string;
|
|
2864
|
+
createdAt?: number | undefined | null;
|
|
2865
|
+
updatedAt?: number | undefined | null;
|
|
2866
|
+
['...on Shapelogo']: Omit<GraphQLTypes["Shapelogo"], "...on Shapelogo">;
|
|
2867
|
+
};
|
|
2868
|
+
["Shapenav"]: {
|
|
2869
|
+
__typename: "Shapenav";
|
|
2870
|
+
_id: string;
|
|
2871
|
+
createdAt?: number | undefined | null;
|
|
2872
|
+
updatedAt?: number | undefined | null;
|
|
2873
|
+
['...on Shapenav']: Omit<GraphQLTypes["Shapenav"], "...on Shapenav">;
|
|
2874
|
+
};
|
|
2875
|
+
["ShapeomnieContainerCardGridFigure"]: {
|
|
2876
|
+
__typename: "ShapeomnieContainerCardGridFigure";
|
|
2877
|
+
image?: GraphQLTypes["ImageField"] | undefined | null;
|
|
2878
|
+
figcaption?: string | undefined | null;
|
|
2879
|
+
['...on ShapeomnieContainerCardGridFigure']: Omit<GraphQLTypes["ShapeomnieContainerCardGridFigure"], "...on ShapeomnieContainerCardGridFigure">;
|
|
2880
|
+
};
|
|
2881
|
+
["ShapeomnieContainerCardGridContent_blockHeader"]: {
|
|
2882
|
+
__typename: "ShapeomnieContainerCardGridContent_blockHeader";
|
|
2883
|
+
o_mnie_label?: string | undefined | null;
|
|
2884
|
+
subtitle?: string | undefined | null;
|
|
2885
|
+
intro?: string | undefined | null;
|
|
2886
|
+
['...on ShapeomnieContainerCardGridContent_blockHeader']: Omit<GraphQLTypes["ShapeomnieContainerCardGridContent_blockHeader"], "...on ShapeomnieContainerCardGridContent_blockHeader">;
|
|
2887
|
+
};
|
|
2888
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"]: {
|
|
2889
|
+
__typename: "ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta";
|
|
2890
|
+
title?: string | undefined | null;
|
|
2891
|
+
href?: string | undefined | null;
|
|
2892
|
+
['...on ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta']: Omit<GraphQLTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"], "...on ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta">;
|
|
2893
|
+
};
|
|
2894
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"]: {
|
|
2895
|
+
__typename: "ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta";
|
|
2896
|
+
title?: string | undefined | null;
|
|
2897
|
+
href?: string | undefined | null;
|
|
2898
|
+
['...on ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta']: Omit<GraphQLTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"], "...on ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta">;
|
|
2899
|
+
};
|
|
2900
|
+
["ShapeomnieContainerCardGridContent_blockCta_buttons"]: {
|
|
2901
|
+
__typename: "ShapeomnieContainerCardGridContent_blockCta_buttons";
|
|
2902
|
+
primary_cta?: GraphQLTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsPrimary_cta"] | undefined | null;
|
|
2903
|
+
secondary_cta?: GraphQLTypes["ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"] | undefined | null;
|
|
2904
|
+
['...on ShapeomnieContainerCardGridContent_blockCta_buttons']: Omit<GraphQLTypes["ShapeomnieContainerCardGridContent_blockCta_buttons"], "...on ShapeomnieContainerCardGridContent_blockCta_buttons">;
|
|
2905
|
+
};
|
|
2906
|
+
["ShapeomnieContainerCardGridContent_block"]: {
|
|
2907
|
+
__typename: "ShapeomnieContainerCardGridContent_block";
|
|
2908
|
+
header?: GraphQLTypes["ShapeomnieContainerCardGridContent_blockHeader"] | undefined | null;
|
|
2909
|
+
items?: Array<string | undefined | null> | undefined | null;
|
|
2910
|
+
conclusion?: string | undefined | null;
|
|
2911
|
+
cta_buttons?: GraphQLTypes["ShapeomnieContainerCardGridContent_blockCta_buttons"] | undefined | null;
|
|
2912
|
+
['...on ShapeomnieContainerCardGridContent_block']: Omit<GraphQLTypes["ShapeomnieContainerCardGridContent_block"], "...on ShapeomnieContainerCardGridContent_block">;
|
|
2913
|
+
};
|
|
2914
|
+
["ShapeomnieContainerCardGrid"]: {
|
|
2915
|
+
__typename: "ShapeomnieContainerCardGrid";
|
|
2916
|
+
figure?: GraphQLTypes["ShapeomnieContainerCardGridFigure"] | undefined | null;
|
|
2917
|
+
content_block?: GraphQLTypes["ShapeomnieContainerCardGridContent_block"] | undefined | null;
|
|
2918
|
+
['...on ShapeomnieContainerCardGrid']: Omit<GraphQLTypes["ShapeomnieContainerCardGrid"], "...on ShapeomnieContainerCardGrid">;
|
|
2919
|
+
};
|
|
2920
|
+
["ShapeomnieContainerCard"]: {
|
|
2921
|
+
__typename: "ShapeomnieContainerCard";
|
|
2922
|
+
grid?: GraphQLTypes["ShapeomnieContainerCardGrid"] | undefined | null;
|
|
2923
|
+
['...on ShapeomnieContainerCard']: Omit<GraphQLTypes["ShapeomnieContainerCard"], "...on ShapeomnieContainerCard">;
|
|
2924
|
+
};
|
|
2925
|
+
["ShapeomnieContainer"]: {
|
|
2926
|
+
__typename: "ShapeomnieContainer";
|
|
2927
|
+
card?: GraphQLTypes["ShapeomnieContainerCard"] | undefined | null;
|
|
2928
|
+
['...on ShapeomnieContainer']: Omit<GraphQLTypes["ShapeomnieContainer"], "...on ShapeomnieContainer">;
|
|
2929
|
+
};
|
|
2930
|
+
["Shapeomnie"]: {
|
|
2931
|
+
__typename: "Shapeomnie";
|
|
2932
|
+
container?: GraphQLTypes["ShapeomnieContainer"] | undefined | null;
|
|
2933
|
+
_id: string;
|
|
2934
|
+
createdAt?: number | undefined | null;
|
|
2935
|
+
updatedAt?: number | undefined | null;
|
|
2936
|
+
['...on Shapeomnie']: Omit<GraphQLTypes["Shapeomnie"], "...on Shapeomnie">;
|
|
2937
|
+
};
|
|
2938
|
+
["RootParamsInput"]: {
|
|
2939
|
+
_version?: string | undefined | null;
|
|
2940
|
+
};
|
|
2941
|
+
["RootParamsEnum"]: RootParamsEnum;
|
|
1939
2942
|
["ID"]: "scalar" & {
|
|
1940
2943
|
name: "ID";
|
|
1941
2944
|
};
|
|
@@ -1992,21 +2995,28 @@ export declare enum CMSType {
|
|
|
1992
2995
|
INPUT = "INPUT",
|
|
1993
2996
|
BUTTON = "BUTTON",
|
|
1994
2997
|
CHECKBOX = "CHECKBOX",
|
|
1995
|
-
VARIABLE = "VARIABLE"
|
|
1996
|
-
|
|
1997
|
-
export declare enum ModelEnum {
|
|
1998
|
-
aaaaaaaaaaaaa = "aaaaaaaaaaaaa",
|
|
1999
|
-
testx = "testx"
|
|
2998
|
+
VARIABLE = "VARIABLE",
|
|
2999
|
+
LINK = "LINK"
|
|
2000
3000
|
}
|
|
2001
3001
|
export declare enum ViewEnum {
|
|
2002
|
-
|
|
3002
|
+
hompage = "hompage"
|
|
2003
3003
|
}
|
|
2004
3004
|
export declare enum ShapeEnum {
|
|
2005
|
-
|
|
3005
|
+
hero_property = "hero_property",
|
|
3006
|
+
landing_about = "landing_about",
|
|
3007
|
+
landing_contact = "landing_contact",
|
|
3008
|
+
landing_documents = "landing_documents",
|
|
3009
|
+
landing_hero = "landing_hero",
|
|
3010
|
+
landing_offer = "landing_offer",
|
|
3011
|
+
landing_page = "landing_page",
|
|
3012
|
+
landing_pricing_note = "landing_pricing_note",
|
|
3013
|
+
landing_purposes = "landing_purposes",
|
|
3014
|
+
logo = "logo",
|
|
3015
|
+
nav = "nav",
|
|
3016
|
+
omnie = "omnie"
|
|
2006
3017
|
}
|
|
2007
3018
|
export declare enum RootParamsEnum {
|
|
2008
|
-
_version = "_version"
|
|
2009
|
-
locale = "locale"
|
|
3019
|
+
_version = "_version"
|
|
2010
3020
|
}
|
|
2011
3021
|
type ZEUS_VARIABLES = {
|
|
2012
3022
|
["ObjectId"]: ValueTypes["ObjectId"];
|
|
@@ -2030,15 +3040,10 @@ type ZEUS_VARIABLES = {
|
|
|
2030
3040
|
["GenerateHusarShapeImplementorInput"]: ValueTypes["GenerateHusarShapeImplementorInput"];
|
|
2031
3041
|
["TailwindLibrary"]: ValueTypes["TailwindLibrary"];
|
|
2032
3042
|
["CMSType"]: ValueTypes["CMSType"];
|
|
2033
|
-
["ModelEnum"]: ValueTypes["ModelEnum"];
|
|
2034
3043
|
["ViewEnum"]: ValueTypes["ViewEnum"];
|
|
2035
3044
|
["ShapeEnum"]: ValueTypes["ShapeEnum"];
|
|
2036
3045
|
["RootParamsInput"]: ValueTypes["RootParamsInput"];
|
|
2037
3046
|
["RootParamsEnum"]: ValueTypes["RootParamsEnum"];
|
|
2038
|
-
["aaaaaaaaaaaaaSortInput"]: ValueTypes["aaaaaaaaaaaaaSortInput"];
|
|
2039
|
-
["testxSortInput"]: ValueTypes["testxSortInput"];
|
|
2040
|
-
["aaaaaaaaaaaaaFilterInput"]: ValueTypes["aaaaaaaaaaaaaFilterInput"];
|
|
2041
|
-
["testxFilterInput"]: ValueTypes["testxFilterInput"];
|
|
2042
3047
|
["ID"]: ValueTypes["ID"];
|
|
2043
3048
|
};
|
|
2044
3049
|
export {};
|