@husar.ai/cli 0.2.2 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/zeus/const.js +526 -8
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.d.ts +2622 -52
- package/dist/zeus/index.js +15 -0
- package/dist/zeus/index.js.map +1 -1
- package/package.json +2 -2
- package/src/zeus/const.ts +555 -7
- package/src/zeus/index.ts +2560 -62
package/dist/zeus/index.d.ts
CHANGED
|
@@ -380,10 +380,6 @@ export type ValueTypes = {
|
|
|
380
380
|
ne?: string | undefined | null | Variable<any, string>;
|
|
381
381
|
contain?: string | undefined | null | Variable<any, string>;
|
|
382
382
|
};
|
|
383
|
-
["Mutation"]: AliasType<{
|
|
384
|
-
heartbeat?: boolean | `@${string}`;
|
|
385
|
-
__typename?: boolean | `@${string}`;
|
|
386
|
-
}>;
|
|
387
383
|
["RootParamsAdminType"]: unknown;
|
|
388
384
|
["Shape"]: AliasType<{
|
|
389
385
|
name?: boolean | `@${string}`;
|
|
@@ -521,6 +517,12 @@ export type ValueTypes = {
|
|
|
521
517
|
path?: boolean | `@${string}`;
|
|
522
518
|
__typename?: boolean | `@${string}`;
|
|
523
519
|
}>;
|
|
520
|
+
["GenerateHusarShapeImplementorInput"]: {
|
|
521
|
+
prompt: string | Variable<any, string>;
|
|
522
|
+
existingFileContent?: string | undefined | null | Variable<any, string>;
|
|
523
|
+
backendGraphQlContent?: string | undefined | null | Variable<any, string>;
|
|
524
|
+
includeShapes?: Array<string> | undefined | null | Variable<any, string>;
|
|
525
|
+
};
|
|
524
526
|
["CMSType"]: CMSType;
|
|
525
527
|
["Query"]: AliasType<{
|
|
526
528
|
navigation?: ValueTypes["ModelNavigation"];
|
|
@@ -552,10 +554,30 @@ export type ValueTypes = {
|
|
|
552
554
|
fieldSetdocs?: boolean | `@${string}`;
|
|
553
555
|
modeldocs?: boolean | `@${string}`;
|
|
554
556
|
previewFieldsdocs?: boolean | `@${string}`;
|
|
557
|
+
fieldSetShapeaplikacja_g?: boolean | `@${string}`;
|
|
558
|
+
modelShapeaplikacja_g?: boolean | `@${string}`;
|
|
559
|
+
previewFieldsShapeaplikacja_g?: boolean | `@${string}`;
|
|
560
|
+
oneShapeaplikacja_g?: ValueTypes["Shapeaplikacja_g"];
|
|
561
|
+
fieldSetShapebgallery?: boolean | `@${string}`;
|
|
562
|
+
modelShapebgallery?: boolean | `@${string}`;
|
|
563
|
+
previewFieldsShapebgallery?: boolean | `@${string}`;
|
|
564
|
+
oneShapebgallery?: ValueTypes["Shapebgallery"];
|
|
565
|
+
fieldSetShapebookina?: boolean | `@${string}`;
|
|
566
|
+
modelShapebookina?: boolean | `@${string}`;
|
|
567
|
+
previewFieldsShapebookina?: boolean | `@${string}`;
|
|
568
|
+
oneShapebookina?: ValueTypes["Shapebookina"];
|
|
569
|
+
fieldSetShapebpage?: boolean | `@${string}`;
|
|
570
|
+
modelShapebpage?: boolean | `@${string}`;
|
|
571
|
+
previewFieldsShapebpage?: boolean | `@${string}`;
|
|
572
|
+
oneShapebpage?: ValueTypes["Shapebpage"];
|
|
555
573
|
fieldSetShapecloud_sidebar?: boolean | `@${string}`;
|
|
556
574
|
modelShapecloud_sidebar?: boolean | `@${string}`;
|
|
557
575
|
previewFieldsShapecloud_sidebar?: boolean | `@${string}`;
|
|
558
576
|
oneShapecloud_sidebar?: ValueTypes["Shapecloud_sidebar"];
|
|
577
|
+
fieldSetShapectabutton?: boolean | `@${string}`;
|
|
578
|
+
modelShapectabutton?: boolean | `@${string}`;
|
|
579
|
+
previewFieldsShapectabutton?: boolean | `@${string}`;
|
|
580
|
+
oneShapectabutton?: ValueTypes["Shapectabutton"];
|
|
559
581
|
fieldSetShapedocs_content?: boolean | `@${string}`;
|
|
560
582
|
modelShapedocs_content?: boolean | `@${string}`;
|
|
561
583
|
previewFieldsShapedocs_content?: boolean | `@${string}`;
|
|
@@ -604,10 +626,26 @@ export type ValueTypes = {
|
|
|
604
626
|
modelShapeprofile_info?: boolean | `@${string}`;
|
|
605
627
|
previewFieldsShapeprofile_info?: boolean | `@${string}`;
|
|
606
628
|
oneShapeprofile_info?: ValueTypes["Shapeprofile_info"];
|
|
629
|
+
fieldSetShapesecondary_cta?: boolean | `@${string}`;
|
|
630
|
+
modelShapesecondary_cta?: boolean | `@${string}`;
|
|
631
|
+
previewFieldsShapesecondary_cta?: boolean | `@${string}`;
|
|
632
|
+
oneShapesecondary_cta?: ValueTypes["Shapesecondary_cta"];
|
|
607
633
|
fieldSetShapesupport?: boolean | `@${string}`;
|
|
608
634
|
modelShapesupport?: boolean | `@${string}`;
|
|
609
635
|
previewFieldsShapesupport?: boolean | `@${string}`;
|
|
610
636
|
oneShapesupport?: ValueTypes["Shapesupport"];
|
|
637
|
+
fieldSetShapeteee?: boolean | `@${string}`;
|
|
638
|
+
modelShapeteee?: boolean | `@${string}`;
|
|
639
|
+
previewFieldsShapeteee?: boolean | `@${string}`;
|
|
640
|
+
oneShapeteee?: ValueTypes["Shapeteee"];
|
|
641
|
+
fieldSetShapetest?: boolean | `@${string}`;
|
|
642
|
+
modelShapetest?: boolean | `@${string}`;
|
|
643
|
+
previewFieldsShapetest?: boolean | `@${string}`;
|
|
644
|
+
oneShapetest?: ValueTypes["Shapetest"];
|
|
645
|
+
fieldSetShapetitle_desc?: boolean | `@${string}`;
|
|
646
|
+
modelShapetitle_desc?: boolean | `@${string}`;
|
|
647
|
+
previewFieldsShapetitle_desc?: boolean | `@${string}`;
|
|
648
|
+
oneShapetitle_desc?: ValueTypes["Shapetitle_desc"];
|
|
611
649
|
fieldSetShapeusage?: boolean | `@${string}`;
|
|
612
650
|
modelShapeusage?: boolean | `@${string}`;
|
|
613
651
|
previewFieldsShapeusage?: boolean | `@${string}`;
|
|
@@ -662,6 +700,74 @@ export type ValueTypes = {
|
|
|
662
700
|
oneAsScalarViewpricing?: [{
|
|
663
701
|
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
664
702
|
}, boolean | `@${string}`];
|
|
703
|
+
variantsViewttt?: ValueTypes["Viewttt"];
|
|
704
|
+
fieldSetViewttt?: boolean | `@${string}`;
|
|
705
|
+
modelViewttt?: boolean | `@${string}`;
|
|
706
|
+
previewFieldsViewttt?: boolean | `@${string}`;
|
|
707
|
+
oneViewttt?: [{
|
|
708
|
+
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
709
|
+
}, ValueTypes["Viewttt"]];
|
|
710
|
+
oneAsScalarViewttt?: [{
|
|
711
|
+
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
712
|
+
}, boolean | `@${string}`];
|
|
713
|
+
variantsFormregister?: ValueTypes["Formregister"];
|
|
714
|
+
fieldSetFormregister?: boolean | `@${string}`;
|
|
715
|
+
modelFormregister?: boolean | `@${string}`;
|
|
716
|
+
previewFieldsFormregister?: boolean | `@${string}`;
|
|
717
|
+
oneFormregister?: [{
|
|
718
|
+
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
719
|
+
}, ValueTypes["Formregister"]];
|
|
720
|
+
oneAsScalarFormregister?: [{
|
|
721
|
+
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
722
|
+
}, boolean | `@${string}`];
|
|
723
|
+
variantsFormtest?: ValueTypes["Formtest"];
|
|
724
|
+
fieldSetFormtest?: boolean | `@${string}`;
|
|
725
|
+
modelFormtest?: boolean | `@${string}`;
|
|
726
|
+
previewFieldsFormtest?: boolean | `@${string}`;
|
|
727
|
+
oneFormtest?: [{
|
|
728
|
+
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
729
|
+
}, ValueTypes["Formtest"]];
|
|
730
|
+
oneAsScalarFormtest?: [{
|
|
731
|
+
rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>;
|
|
732
|
+
}, boolean | `@${string}`];
|
|
733
|
+
responsesFormregister?: [{
|
|
734
|
+
filter?: ValueTypes["ResponsesFormregisterFilter"] | undefined | null | Variable<any, string>;
|
|
735
|
+
skip?: number | undefined | null | Variable<any, string>;
|
|
736
|
+
take?: number | undefined | null | Variable<any, string>;
|
|
737
|
+
}, ValueTypes["SearchResponsesFormregister"]];
|
|
738
|
+
responseFormregister?: [{
|
|
739
|
+
id: string | Variable<any, string>;
|
|
740
|
+
}, ValueTypes["ResponseFormregister"]];
|
|
741
|
+
responseFieldSetFormregister?: [{
|
|
742
|
+
id: string | Variable<any, string>;
|
|
743
|
+
}, boolean | `@${string}`];
|
|
744
|
+
responsesFormtest?: [{
|
|
745
|
+
filter?: ValueTypes["ResponsesFormtestFilter"] | undefined | null | Variable<any, string>;
|
|
746
|
+
skip?: number | undefined | null | Variable<any, string>;
|
|
747
|
+
take?: number | undefined | null | Variable<any, string>;
|
|
748
|
+
}, ValueTypes["SearchResponsesFormtest"]];
|
|
749
|
+
responseFormtest?: [{
|
|
750
|
+
id: string | Variable<any, string>;
|
|
751
|
+
}, ValueTypes["ResponseFormtest"]];
|
|
752
|
+
responseFieldSetFormtest?: [{
|
|
753
|
+
id: string | Variable<any, string>;
|
|
754
|
+
}, boolean | `@${string}`];
|
|
755
|
+
__typename?: boolean | `@${string}`;
|
|
756
|
+
}>;
|
|
757
|
+
["Mutation"]: AliasType<{
|
|
758
|
+
heartbeat?: boolean | `@${string}`;
|
|
759
|
+
submitResponseFormregister?: [{
|
|
760
|
+
input?: ValueTypes["SubmitFormregister"] | undefined | null | Variable<any, string>;
|
|
761
|
+
}, boolean | `@${string}`];
|
|
762
|
+
removeResponseFormregister?: [{
|
|
763
|
+
id: string | Variable<any, string>;
|
|
764
|
+
}, boolean | `@${string}`];
|
|
765
|
+
submitResponseFormtest?: [{
|
|
766
|
+
input?: ValueTypes["SubmitFormtest"] | undefined | null | Variable<any, string>;
|
|
767
|
+
}, boolean | `@${string}`];
|
|
768
|
+
removeResponseFormtest?: [{
|
|
769
|
+
id: string | Variable<any, string>;
|
|
770
|
+
}, boolean | `@${string}`];
|
|
665
771
|
__typename?: boolean | `@${string}`;
|
|
666
772
|
}>;
|
|
667
773
|
["RootParamsType"]: AliasType<{
|
|
@@ -672,6 +778,7 @@ export type ValueTypes = {
|
|
|
672
778
|
["ModelEnum"]: ModelEnum;
|
|
673
779
|
["ViewEnum"]: ViewEnum;
|
|
674
780
|
["ShapeEnum"]: ShapeEnum;
|
|
781
|
+
["FormEnum"]: FormEnum;
|
|
675
782
|
["docs__Connection"]: AliasType<{
|
|
676
783
|
items?: ValueTypes["docs"];
|
|
677
784
|
pageInfo?: ValueTypes["PageInfo"];
|
|
@@ -681,8 +788,8 @@ export type ValueTypes = {
|
|
|
681
788
|
_version?: ValueTypes["VersionField"];
|
|
682
789
|
title?: boolean | `@${string}`;
|
|
683
790
|
seotitle?: boolean | `@${string}`;
|
|
684
|
-
metadesc?: boolean | `@${string}`;
|
|
685
791
|
sortid?: boolean | `@${string}`;
|
|
792
|
+
metadesc?: boolean | `@${string}`;
|
|
686
793
|
main_category?: boolean | `@${string}`;
|
|
687
794
|
content?: boolean | `@${string}`;
|
|
688
795
|
video?: ValueTypes["VideoField"];
|
|
@@ -729,11 +836,25 @@ export type ValueTypes = {
|
|
|
729
836
|
json_ld?: boolean | `@${string}`;
|
|
730
837
|
__typename?: boolean | `@${string}`;
|
|
731
838
|
}>;
|
|
839
|
+
["ViewhomepageCotContain"]: AliasType<{
|
|
840
|
+
header?: ValueTypes["Shapetitle_desc"];
|
|
841
|
+
__typename?: boolean | `@${string}`;
|
|
842
|
+
}>;
|
|
843
|
+
["ViewhomepageCotFeatures"]: AliasType<{
|
|
844
|
+
feat?: ValueTypes["Shapefeaturepresentation"];
|
|
845
|
+
__typename?: boolean | `@${string}`;
|
|
846
|
+
}>;
|
|
847
|
+
["ViewhomepageCot"]: AliasType<{
|
|
848
|
+
contain?: ValueTypes["ViewhomepageCotContain"];
|
|
849
|
+
features?: ValueTypes["ViewhomepageCotFeatures"];
|
|
850
|
+
__typename?: boolean | `@${string}`;
|
|
851
|
+
}>;
|
|
732
852
|
["Viewhomepage"]: AliasType<{
|
|
733
853
|
_version?: ValueTypes["VersionField"];
|
|
734
854
|
nav?: ValueTypes["Shapenav"];
|
|
735
855
|
main?: ValueTypes["Shapehero"];
|
|
736
856
|
hero?: ValueTypes["Shapeherox"];
|
|
857
|
+
cot?: ValueTypes["ViewhomepageCot"];
|
|
737
858
|
pricing?: ValueTypes["Shapepricingv1"];
|
|
738
859
|
footer?: ValueTypes["Shapefoot"];
|
|
739
860
|
locale?: boolean | `@${string}`;
|
|
@@ -778,6 +899,172 @@ export type ValueTypes = {
|
|
|
778
899
|
json_ld?: boolean | `@${string}`;
|
|
779
900
|
__typename?: boolean | `@${string}`;
|
|
780
901
|
}>;
|
|
902
|
+
["Viewttt"]: AliasType<{
|
|
903
|
+
_version?: ValueTypes["VersionField"];
|
|
904
|
+
locale?: boolean | `@${string}`;
|
|
905
|
+
slug?: boolean | `@${string}`;
|
|
906
|
+
_id?: boolean | `@${string}`;
|
|
907
|
+
createdAt?: boolean | `@${string}`;
|
|
908
|
+
updatedAt?: boolean | `@${string}`;
|
|
909
|
+
draft_version?: boolean | `@${string}`;
|
|
910
|
+
json_ld?: boolean | `@${string}`;
|
|
911
|
+
__typename?: boolean | `@${string}`;
|
|
912
|
+
}>;
|
|
913
|
+
["Shapeaplikacja_gNavbarMenu"]: AliasType<{
|
|
914
|
+
name?: boolean | `@${string}`;
|
|
915
|
+
href?: boolean | `@${string}`;
|
|
916
|
+
__typename?: boolean | `@${string}`;
|
|
917
|
+
}>;
|
|
918
|
+
["Shapeaplikacja_gNavbar"]: AliasType<{
|
|
919
|
+
logo?: boolean | `@${string}`;
|
|
920
|
+
menu?: ValueTypes["Shapeaplikacja_gNavbarMenu"];
|
|
921
|
+
__typename?: boolean | `@${string}`;
|
|
922
|
+
}>;
|
|
923
|
+
["Shapeaplikacja_gHero"]: AliasType<{
|
|
924
|
+
heading?: boolean | `@${string}`;
|
|
925
|
+
subheading?: boolean | `@${string}`;
|
|
926
|
+
__typename?: boolean | `@${string}`;
|
|
927
|
+
}>;
|
|
928
|
+
["Shapeaplikacja_gExplainer_video"]: AliasType<{
|
|
929
|
+
title?: boolean | `@${string}`;
|
|
930
|
+
description?: boolean | `@${string}`;
|
|
931
|
+
video?: ValueTypes["VideoField"];
|
|
932
|
+
__typename?: boolean | `@${string}`;
|
|
933
|
+
}>;
|
|
934
|
+
["Shapeaplikacja_gVideo_list"]: AliasType<{
|
|
935
|
+
title?: boolean | `@${string}`;
|
|
936
|
+
description?: boolean | `@${string}`;
|
|
937
|
+
video?: ValueTypes["VideoField"];
|
|
938
|
+
__typename?: boolean | `@${string}`;
|
|
939
|
+
}>;
|
|
940
|
+
["Shapeaplikacja_gStatsItems"]: AliasType<{
|
|
941
|
+
label?: boolean | `@${string}`;
|
|
942
|
+
value?: boolean | `@${string}`;
|
|
943
|
+
__typename?: boolean | `@${string}`;
|
|
944
|
+
}>;
|
|
945
|
+
["Shapeaplikacja_gStats"]: AliasType<{
|
|
946
|
+
items?: ValueTypes["Shapeaplikacja_gStatsItems"];
|
|
947
|
+
__typename?: boolean | `@${string}`;
|
|
948
|
+
}>;
|
|
949
|
+
["Shapeaplikacja_gTestimonials"]: AliasType<{
|
|
950
|
+
name?: boolean | `@${string}`;
|
|
951
|
+
text?: boolean | `@${string}`;
|
|
952
|
+
__typename?: boolean | `@${string}`;
|
|
953
|
+
}>;
|
|
954
|
+
["Shapeaplikacja_gCall_to_action"]: AliasType<{
|
|
955
|
+
heading?: boolean | `@${string}`;
|
|
956
|
+
description?: boolean | `@${string}`;
|
|
957
|
+
button_text?: boolean | `@${string}`;
|
|
958
|
+
__typename?: boolean | `@${string}`;
|
|
959
|
+
}>;
|
|
960
|
+
["Shapeaplikacja_gFooterLinks"]: AliasType<{
|
|
961
|
+
label?: boolean | `@${string}`;
|
|
962
|
+
href?: boolean | `@${string}`;
|
|
963
|
+
__typename?: boolean | `@${string}`;
|
|
964
|
+
}>;
|
|
965
|
+
["Shapeaplikacja_gFooter"]: AliasType<{
|
|
966
|
+
copyright?: boolean | `@${string}`;
|
|
967
|
+
links?: ValueTypes["Shapeaplikacja_gFooterLinks"];
|
|
968
|
+
__typename?: boolean | `@${string}`;
|
|
969
|
+
}>;
|
|
970
|
+
["Shapeaplikacja_g"]: AliasType<{
|
|
971
|
+
navbar?: ValueTypes["Shapeaplikacja_gNavbar"];
|
|
972
|
+
hero?: ValueTypes["Shapeaplikacja_gHero"];
|
|
973
|
+
explainer_video?: ValueTypes["Shapeaplikacja_gExplainer_video"];
|
|
974
|
+
video_list?: ValueTypes["Shapeaplikacja_gVideo_list"];
|
|
975
|
+
stats?: ValueTypes["Shapeaplikacja_gStats"];
|
|
976
|
+
testimonials?: ValueTypes["Shapeaplikacja_gTestimonials"];
|
|
977
|
+
call_to_action?: ValueTypes["Shapeaplikacja_gCall_to_action"];
|
|
978
|
+
footer?: ValueTypes["Shapeaplikacja_gFooter"];
|
|
979
|
+
_id?: boolean | `@${string}`;
|
|
980
|
+
createdAt?: boolean | `@${string}`;
|
|
981
|
+
updatedAt?: boolean | `@${string}`;
|
|
982
|
+
__typename?: boolean | `@${string}`;
|
|
983
|
+
}>;
|
|
984
|
+
["ShapebgalleryGallery_grid"]: AliasType<{
|
|
985
|
+
main_photo?: ValueTypes["ImageField"];
|
|
986
|
+
gallery_photos?: ValueTypes["ImageField"];
|
|
987
|
+
__typename?: boolean | `@${string}`;
|
|
988
|
+
}>;
|
|
989
|
+
["Shapebgallery"]: AliasType<{
|
|
990
|
+
gallery_grid?: ValueTypes["ShapebgalleryGallery_grid"];
|
|
991
|
+
rrrr?: boolean | `@${string}`;
|
|
992
|
+
_id?: boolean | `@${string}`;
|
|
993
|
+
createdAt?: boolean | `@${string}`;
|
|
994
|
+
updatedAt?: boolean | `@${string}`;
|
|
995
|
+
__typename?: boolean | `@${string}`;
|
|
996
|
+
}>;
|
|
997
|
+
["ShapebookinaOverlaySearch_barSearch_button"]: AliasType<{
|
|
998
|
+
label?: boolean | `@${string}`;
|
|
999
|
+
__typename?: boolean | `@${string}`;
|
|
1000
|
+
}>;
|
|
1001
|
+
["ShapebookinaOverlaySearch_bar"]: AliasType<{
|
|
1002
|
+
location?: boolean | `@${string}`;
|
|
1003
|
+
search_button?: ValueTypes["ShapebookinaOverlaySearch_barSearch_button"];
|
|
1004
|
+
__typename?: boolean | `@${string}`;
|
|
1005
|
+
}>;
|
|
1006
|
+
["ShapebookinaOverlay"]: AliasType<{
|
|
1007
|
+
title?: boolean | `@${string}`;
|
|
1008
|
+
subtitle?: boolean | `@${string}`;
|
|
1009
|
+
search_bar?: ValueTypes["ShapebookinaOverlaySearch_bar"];
|
|
1010
|
+
__typename?: boolean | `@${string}`;
|
|
1011
|
+
}>;
|
|
1012
|
+
["Shapebookina"]: AliasType<{
|
|
1013
|
+
background_image?: ValueTypes["ImageField"];
|
|
1014
|
+
overlay?: ValueTypes["ShapebookinaOverlay"];
|
|
1015
|
+
_id?: boolean | `@${string}`;
|
|
1016
|
+
createdAt?: boolean | `@${string}`;
|
|
1017
|
+
updatedAt?: boolean | `@${string}`;
|
|
1018
|
+
__typename?: boolean | `@${string}`;
|
|
1019
|
+
}>;
|
|
1020
|
+
["ShapebpageBooking_sectionContainerGallery_wrapper"]: AliasType<{
|
|
1021
|
+
gallery_grid?: ValueTypes["Shapebgallery"];
|
|
1022
|
+
see_more_button?: boolean | `@${string}`;
|
|
1023
|
+
__typename?: boolean | `@${string}`;
|
|
1024
|
+
}>;
|
|
1025
|
+
["ShapebpageBooking_sectionContainerTitle_location_wrapper"]: AliasType<{
|
|
1026
|
+
title?: boolean | `@${string}`;
|
|
1027
|
+
location?: boolean | `@${string}`;
|
|
1028
|
+
__typename?: boolean | `@${string}`;
|
|
1029
|
+
}>;
|
|
1030
|
+
["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"]: AliasType<{
|
|
1031
|
+
name?: boolean | `@${string}`;
|
|
1032
|
+
icon?: ValueTypes["ImageField"];
|
|
1033
|
+
__typename?: boolean | `@${string}`;
|
|
1034
|
+
}>;
|
|
1035
|
+
["ShapebpageBooking_sectionContainerExtras_addons_wrapper"]: AliasType<{
|
|
1036
|
+
extras_heading?: boolean | `@${string}`;
|
|
1037
|
+
extras?: ValueTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"];
|
|
1038
|
+
__typename?: boolean | `@${string}`;
|
|
1039
|
+
}>;
|
|
1040
|
+
["ShapebpageBooking_sectionContainerDescription_wrapper"]: AliasType<{
|
|
1041
|
+
description?: boolean | `@${string}`;
|
|
1042
|
+
__typename?: boolean | `@${string}`;
|
|
1043
|
+
}>;
|
|
1044
|
+
["ShapebpageBooking_sectionContainerLocation_info_wrapper"]: AliasType<{
|
|
1045
|
+
location_info_heading?: boolean | `@${string}`;
|
|
1046
|
+
location_info?: boolean | `@${string}`;
|
|
1047
|
+
__typename?: boolean | `@${string}`;
|
|
1048
|
+
}>;
|
|
1049
|
+
["ShapebpageBooking_sectionContainer"]: AliasType<{
|
|
1050
|
+
gallery_wrapper?: ValueTypes["ShapebpageBooking_sectionContainerGallery_wrapper"];
|
|
1051
|
+
title_location_wrapper?: ValueTypes["ShapebpageBooking_sectionContainerTitle_location_wrapper"];
|
|
1052
|
+
extras_addons_wrapper?: ValueTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapper"];
|
|
1053
|
+
description_wrapper?: ValueTypes["ShapebpageBooking_sectionContainerDescription_wrapper"];
|
|
1054
|
+
location_info_wrapper?: ValueTypes["ShapebpageBooking_sectionContainerLocation_info_wrapper"];
|
|
1055
|
+
__typename?: boolean | `@${string}`;
|
|
1056
|
+
}>;
|
|
1057
|
+
["ShapebpageBooking_section"]: AliasType<{
|
|
1058
|
+
container?: ValueTypes["ShapebpageBooking_sectionContainer"];
|
|
1059
|
+
__typename?: boolean | `@${string}`;
|
|
1060
|
+
}>;
|
|
1061
|
+
["Shapebpage"]: AliasType<{
|
|
1062
|
+
booking_section?: ValueTypes["ShapebpageBooking_section"];
|
|
1063
|
+
_id?: boolean | `@${string}`;
|
|
1064
|
+
createdAt?: boolean | `@${string}`;
|
|
1065
|
+
updatedAt?: boolean | `@${string}`;
|
|
1066
|
+
__typename?: boolean | `@${string}`;
|
|
1067
|
+
}>;
|
|
781
1068
|
["Shapecloud_sidebarSidebarMenuCategoryPage"]: AliasType<{
|
|
782
1069
|
name?: boolean | `@${string}`;
|
|
783
1070
|
link?: boolean | `@${string}`;
|
|
@@ -813,6 +1100,13 @@ export type ValueTypes = {
|
|
|
813
1100
|
updatedAt?: boolean | `@${string}`;
|
|
814
1101
|
__typename?: boolean | `@${string}`;
|
|
815
1102
|
}>;
|
|
1103
|
+
["Shapectabutton"]: AliasType<{
|
|
1104
|
+
cta?: boolean | `@${string}`;
|
|
1105
|
+
_id?: boolean | `@${string}`;
|
|
1106
|
+
createdAt?: boolean | `@${string}`;
|
|
1107
|
+
updatedAt?: boolean | `@${string}`;
|
|
1108
|
+
__typename?: boolean | `@${string}`;
|
|
1109
|
+
}>;
|
|
816
1110
|
["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: AliasType<{
|
|
817
1111
|
content?: boolean | `@${string}`;
|
|
818
1112
|
__typename?: boolean | `@${string}`;
|
|
@@ -1069,7 +1363,7 @@ export type ValueTypes = {
|
|
|
1069
1363
|
price?: boolean | `@${string}`;
|
|
1070
1364
|
plan_description?: boolean | `@${string}`;
|
|
1071
1365
|
feature_list?: ValueTypes["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"];
|
|
1072
|
-
cta?:
|
|
1366
|
+
cta?: ValueTypes["Shapesecondary_cta"];
|
|
1073
1367
|
__typename?: boolean | `@${string}`;
|
|
1074
1368
|
}>;
|
|
1075
1369
|
["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"]: AliasType<{
|
|
@@ -1081,7 +1375,7 @@ export type ValueTypes = {
|
|
|
1081
1375
|
price?: boolean | `@${string}`;
|
|
1082
1376
|
plan_description?: boolean | `@${string}`;
|
|
1083
1377
|
feature_list?: ValueTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"];
|
|
1084
|
-
cta?:
|
|
1378
|
+
cta?: ValueTypes["Shapectabutton"];
|
|
1085
1379
|
__typename?: boolean | `@${string}`;
|
|
1086
1380
|
}>;
|
|
1087
1381
|
["Shapepricingv1Pricing_sectionPlans_grid"]: AliasType<{
|
|
@@ -1150,6 +1444,13 @@ export type ValueTypes = {
|
|
|
1150
1444
|
updatedAt?: boolean | `@${string}`;
|
|
1151
1445
|
__typename?: boolean | `@${string}`;
|
|
1152
1446
|
}>;
|
|
1447
|
+
["Shapesecondary_cta"]: AliasType<{
|
|
1448
|
+
cta?: boolean | `@${string}`;
|
|
1449
|
+
_id?: boolean | `@${string}`;
|
|
1450
|
+
createdAt?: boolean | `@${string}`;
|
|
1451
|
+
updatedAt?: boolean | `@${string}`;
|
|
1452
|
+
__typename?: boolean | `@${string}`;
|
|
1453
|
+
}>;
|
|
1153
1454
|
["ShapesupportSectionHeader_wrapper"]: AliasType<{
|
|
1154
1455
|
title?: boolean | `@${string}`;
|
|
1155
1456
|
description?: boolean | `@${string}`;
|
|
@@ -1178,6 +1479,31 @@ export type ValueTypes = {
|
|
|
1178
1479
|
updatedAt?: boolean | `@${string}`;
|
|
1179
1480
|
__typename?: boolean | `@${string}`;
|
|
1180
1481
|
}>;
|
|
1482
|
+
["Shapeteee"]: AliasType<{
|
|
1483
|
+
_id?: boolean | `@${string}`;
|
|
1484
|
+
createdAt?: boolean | `@${string}`;
|
|
1485
|
+
updatedAt?: boolean | `@${string}`;
|
|
1486
|
+
__typename?: boolean | `@${string}`;
|
|
1487
|
+
}>;
|
|
1488
|
+
["Shapetest"]: AliasType<{
|
|
1489
|
+
rrr?: ValueTypes["Shapebgallery"];
|
|
1490
|
+
_id?: boolean | `@${string}`;
|
|
1491
|
+
createdAt?: boolean | `@${string}`;
|
|
1492
|
+
updatedAt?: boolean | `@${string}`;
|
|
1493
|
+
__typename?: boolean | `@${string}`;
|
|
1494
|
+
}>;
|
|
1495
|
+
["Shapetitle_descTitledesc"]: AliasType<{
|
|
1496
|
+
title?: boolean | `@${string}`;
|
|
1497
|
+
description?: boolean | `@${string}`;
|
|
1498
|
+
__typename?: boolean | `@${string}`;
|
|
1499
|
+
}>;
|
|
1500
|
+
["Shapetitle_desc"]: AliasType<{
|
|
1501
|
+
titledesc?: ValueTypes["Shapetitle_descTitledesc"];
|
|
1502
|
+
_id?: boolean | `@${string}`;
|
|
1503
|
+
createdAt?: boolean | `@${string}`;
|
|
1504
|
+
updatedAt?: boolean | `@${string}`;
|
|
1505
|
+
__typename?: boolean | `@${string}`;
|
|
1506
|
+
}>;
|
|
1181
1507
|
["ShapeusageMain"]: AliasType<{
|
|
1182
1508
|
title?: boolean | `@${string}`;
|
|
1183
1509
|
subtitle?: boolean | `@${string}`;
|
|
@@ -1192,6 +1518,349 @@ export type ValueTypes = {
|
|
|
1192
1518
|
updatedAt?: boolean | `@${string}`;
|
|
1193
1519
|
__typename?: boolean | `@${string}`;
|
|
1194
1520
|
}>;
|
|
1521
|
+
["FormregisterRegistration_stepUser_details"]: AliasType<{
|
|
1522
|
+
_mocks?: boolean | `@${string}`;
|
|
1523
|
+
username?: ValueTypes["FormTextField"];
|
|
1524
|
+
password?: ValueTypes["FormTextField"];
|
|
1525
|
+
full_name?: ValueTypes["FormTextField"];
|
|
1526
|
+
phone?: ValueTypes["FormTextField"];
|
|
1527
|
+
__typename?: boolean | `@${string}`;
|
|
1528
|
+
}>;
|
|
1529
|
+
["FormregisterRegistration_step"]: AliasType<{
|
|
1530
|
+
_mocks?: boolean | `@${string}`;
|
|
1531
|
+
user_details?: ValueTypes["FormregisterRegistration_stepUser_details"];
|
|
1532
|
+
submit?: ValueTypes["FormSubmitField"];
|
|
1533
|
+
__typename?: boolean | `@${string}`;
|
|
1534
|
+
}>;
|
|
1535
|
+
["Formregister"]: AliasType<{
|
|
1536
|
+
_mocks?: boolean | `@${string}`;
|
|
1537
|
+
_version?: ValueTypes["VersionField"];
|
|
1538
|
+
state_step?: ValueTypes["FormVariableField"];
|
|
1539
|
+
registration_step?: ValueTypes["FormregisterRegistration_step"];
|
|
1540
|
+
current_step?: ValueTypes["FormVariableField"];
|
|
1541
|
+
locale?: boolean | `@${string}`;
|
|
1542
|
+
slug?: boolean | `@${string}`;
|
|
1543
|
+
_id?: boolean | `@${string}`;
|
|
1544
|
+
createdAt?: boolean | `@${string}`;
|
|
1545
|
+
updatedAt?: boolean | `@${string}`;
|
|
1546
|
+
draft_version?: boolean | `@${string}`;
|
|
1547
|
+
json_ld?: boolean | `@${string}`;
|
|
1548
|
+
__typename?: boolean | `@${string}`;
|
|
1549
|
+
}>;
|
|
1550
|
+
["FormtestStep_basic_infoBasic_info_group"]: AliasType<{
|
|
1551
|
+
_mocks?: boolean | `@${string}`;
|
|
1552
|
+
window_type?: ValueTypes["FormRadioTextField"];
|
|
1553
|
+
quantity?: ValueTypes["FormTextField"];
|
|
1554
|
+
location?: ValueTypes["FormRadioTextField"];
|
|
1555
|
+
__typename?: boolean | `@${string}`;
|
|
1556
|
+
}>;
|
|
1557
|
+
["FormtestStep_basic_info"]: AliasType<{
|
|
1558
|
+
_mocks?: boolean | `@${string}`;
|
|
1559
|
+
basic_info_group?: ValueTypes["FormtestStep_basic_infoBasic_info_group"];
|
|
1560
|
+
basic_next?: ValueTypes["FormButtonField"];
|
|
1561
|
+
__typename?: boolean | `@${string}`;
|
|
1562
|
+
}>;
|
|
1563
|
+
["FormtestStep_dimensionsDimensions_group"]: AliasType<{
|
|
1564
|
+
_mocks?: boolean | `@${string}`;
|
|
1565
|
+
width_mm?: ValueTypes["FormTextField"];
|
|
1566
|
+
height_mm?: ValueTypes["FormTextField"];
|
|
1567
|
+
depth_mm?: ValueTypes["FormTextField"];
|
|
1568
|
+
opening_direction?: ValueTypes["FormRadioTextField"];
|
|
1569
|
+
sash_count?: ValueTypes["FormTextField"];
|
|
1570
|
+
__typename?: boolean | `@${string}`;
|
|
1571
|
+
}>;
|
|
1572
|
+
["FormtestStep_dimensions"]: AliasType<{
|
|
1573
|
+
_mocks?: boolean | `@${string}`;
|
|
1574
|
+
dimensions_group?: ValueTypes["FormtestStep_dimensionsDimensions_group"];
|
|
1575
|
+
dimensions_back?: ValueTypes["FormButtonField"];
|
|
1576
|
+
dimensions_next?: ValueTypes["FormButtonField"];
|
|
1577
|
+
__typename?: boolean | `@${string}`;
|
|
1578
|
+
}>;
|
|
1579
|
+
["FormtestStep_featuresFeatures_group"]: AliasType<{
|
|
1580
|
+
_mocks?: boolean | `@${string}`;
|
|
1581
|
+
material?: ValueTypes["FormRadioTextField"];
|
|
1582
|
+
color?: ValueTypes["FormTextField"];
|
|
1583
|
+
glazing_type?: ValueTypes["FormRadioTextField"];
|
|
1584
|
+
thermal_break?: ValueTypes["FormBooleanField"];
|
|
1585
|
+
soundproofing?: ValueTypes["FormBooleanField"];
|
|
1586
|
+
__typename?: boolean | `@${string}`;
|
|
1587
|
+
}>;
|
|
1588
|
+
["FormtestStep_features"]: AliasType<{
|
|
1589
|
+
_mocks?: boolean | `@${string}`;
|
|
1590
|
+
features_group?: ValueTypes["FormtestStep_featuresFeatures_group"];
|
|
1591
|
+
features_back?: ValueTypes["FormButtonField"];
|
|
1592
|
+
features_next?: ValueTypes["FormButtonField"];
|
|
1593
|
+
__typename?: boolean | `@${string}`;
|
|
1594
|
+
}>;
|
|
1595
|
+
["FormtestStep_accessoriesAccessories_group"]: AliasType<{
|
|
1596
|
+
_mocks?: boolean | `@${string}`;
|
|
1597
|
+
handle_type?: ValueTypes["FormRadioTextField"];
|
|
1598
|
+
lock_type?: ValueTypes["FormRadioTextField"];
|
|
1599
|
+
mosquito_net?: ValueTypes["FormBooleanField"];
|
|
1600
|
+
ventilator?: ValueTypes["FormBooleanField"];
|
|
1601
|
+
accessories_other?: ValueTypes["FormTextField"];
|
|
1602
|
+
__typename?: boolean | `@${string}`;
|
|
1603
|
+
}>;
|
|
1604
|
+
["FormtestStep_accessories"]: AliasType<{
|
|
1605
|
+
_mocks?: boolean | `@${string}`;
|
|
1606
|
+
accessories_group?: ValueTypes["FormtestStep_accessoriesAccessories_group"];
|
|
1607
|
+
accessories_back?: ValueTypes["FormButtonField"];
|
|
1608
|
+
accessories_next?: ValueTypes["FormButtonField"];
|
|
1609
|
+
__typename?: boolean | `@${string}`;
|
|
1610
|
+
}>;
|
|
1611
|
+
["FormtestStep_summary"]: AliasType<{
|
|
1612
|
+
_mocks?: boolean | `@${string}`;
|
|
1613
|
+
summary_display?: ValueTypes["FormDisplayField"];
|
|
1614
|
+
summary_back?: ValueTypes["FormButtonField"];
|
|
1615
|
+
submit?: ValueTypes["FormSubmitField"];
|
|
1616
|
+
__typename?: boolean | `@${string}`;
|
|
1617
|
+
}>;
|
|
1618
|
+
["Formtest"]: AliasType<{
|
|
1619
|
+
_mocks?: boolean | `@${string}`;
|
|
1620
|
+
_version?: ValueTypes["VersionField"];
|
|
1621
|
+
form_step_variable?: ValueTypes["FormVariableField"];
|
|
1622
|
+
step_basic_info?: ValueTypes["FormtestStep_basic_info"];
|
|
1623
|
+
step_dimensions?: ValueTypes["FormtestStep_dimensions"];
|
|
1624
|
+
step_features?: ValueTypes["FormtestStep_features"];
|
|
1625
|
+
step_accessories?: ValueTypes["FormtestStep_accessories"];
|
|
1626
|
+
step_summary?: ValueTypes["FormtestStep_summary"];
|
|
1627
|
+
current_step?: ValueTypes["FormVariableField"];
|
|
1628
|
+
locale?: boolean | `@${string}`;
|
|
1629
|
+
slug?: boolean | `@${string}`;
|
|
1630
|
+
_id?: boolean | `@${string}`;
|
|
1631
|
+
createdAt?: boolean | `@${string}`;
|
|
1632
|
+
updatedAt?: boolean | `@${string}`;
|
|
1633
|
+
draft_version?: boolean | `@${string}`;
|
|
1634
|
+
json_ld?: boolean | `@${string}`;
|
|
1635
|
+
__typename?: boolean | `@${string}`;
|
|
1636
|
+
}>;
|
|
1637
|
+
["SubmitFormregisterUser_details"]: {
|
|
1638
|
+
username?: string | undefined | null | Variable<any, string>;
|
|
1639
|
+
password?: string | undefined | null | Variable<any, string>;
|
|
1640
|
+
full_name?: string | undefined | null | Variable<any, string>;
|
|
1641
|
+
phone?: string | undefined | null | Variable<any, string>;
|
|
1642
|
+
};
|
|
1643
|
+
["SubmitFormregisterRegistration_step"]: {
|
|
1644
|
+
user_details?: ValueTypes["SubmitFormregisterUser_details"] | undefined | null | Variable<any, string>;
|
|
1645
|
+
submit?: string | undefined | null | Variable<any, string>;
|
|
1646
|
+
};
|
|
1647
|
+
["SubmitFormregister"]: {
|
|
1648
|
+
state_step?: string | undefined | null | Variable<any, string>;
|
|
1649
|
+
registration_step?: ValueTypes["SubmitFormregisterRegistration_step"] | undefined | null | Variable<any, string>;
|
|
1650
|
+
current_step?: string | undefined | null | Variable<any, string>;
|
|
1651
|
+
locale?: string | undefined | null | Variable<any, string>;
|
|
1652
|
+
slug?: string | undefined | null | Variable<any, string>;
|
|
1653
|
+
_id?: string | undefined | null | Variable<any, string>;
|
|
1654
|
+
createdAt?: string | undefined | null | Variable<any, string>;
|
|
1655
|
+
updatedAt?: string | undefined | null | Variable<any, string>;
|
|
1656
|
+
draft_version?: string | undefined | null | Variable<any, string>;
|
|
1657
|
+
json_ld?: string | undefined | null | Variable<any, string>;
|
|
1658
|
+
};
|
|
1659
|
+
["SubmitFormtestBasic_info_group"]: {
|
|
1660
|
+
window_type?: string | undefined | null | Variable<any, string>;
|
|
1661
|
+
quantity?: string | undefined | null | Variable<any, string>;
|
|
1662
|
+
location?: string | undefined | null | Variable<any, string>;
|
|
1663
|
+
};
|
|
1664
|
+
["SubmitFormtestStep_basic_info"]: {
|
|
1665
|
+
basic_info_group?: ValueTypes["SubmitFormtestBasic_info_group"] | undefined | null | Variable<any, string>;
|
|
1666
|
+
basic_next?: string | undefined | null | Variable<any, string>;
|
|
1667
|
+
};
|
|
1668
|
+
["SubmitFormtestDimensions_group"]: {
|
|
1669
|
+
width_mm?: string | undefined | null | Variable<any, string>;
|
|
1670
|
+
height_mm?: string | undefined | null | Variable<any, string>;
|
|
1671
|
+
depth_mm?: string | undefined | null | Variable<any, string>;
|
|
1672
|
+
opening_direction?: string | undefined | null | Variable<any, string>;
|
|
1673
|
+
sash_count?: string | undefined | null | Variable<any, string>;
|
|
1674
|
+
};
|
|
1675
|
+
["SubmitFormtestStep_dimensions"]: {
|
|
1676
|
+
dimensions_group?: ValueTypes["SubmitFormtestDimensions_group"] | undefined | null | Variable<any, string>;
|
|
1677
|
+
dimensions_back?: string | undefined | null | Variable<any, string>;
|
|
1678
|
+
dimensions_next?: string | undefined | null | Variable<any, string>;
|
|
1679
|
+
};
|
|
1680
|
+
["SubmitFormtestFeatures_group"]: {
|
|
1681
|
+
material?: string | undefined | null | Variable<any, string>;
|
|
1682
|
+
color?: string | undefined | null | Variable<any, string>;
|
|
1683
|
+
glazing_type?: string | undefined | null | Variable<any, string>;
|
|
1684
|
+
thermal_break?: boolean | undefined | null | Variable<any, string>;
|
|
1685
|
+
soundproofing?: boolean | undefined | null | Variable<any, string>;
|
|
1686
|
+
};
|
|
1687
|
+
["SubmitFormtestStep_features"]: {
|
|
1688
|
+
features_group?: ValueTypes["SubmitFormtestFeatures_group"] | undefined | null | Variable<any, string>;
|
|
1689
|
+
features_back?: string | undefined | null | Variable<any, string>;
|
|
1690
|
+
features_next?: string | undefined | null | Variable<any, string>;
|
|
1691
|
+
};
|
|
1692
|
+
["SubmitFormtestAccessories_group"]: {
|
|
1693
|
+
handle_type?: string | undefined | null | Variable<any, string>;
|
|
1694
|
+
lock_type?: string | undefined | null | Variable<any, string>;
|
|
1695
|
+
mosquito_net?: boolean | undefined | null | Variable<any, string>;
|
|
1696
|
+
ventilator?: boolean | undefined | null | Variable<any, string>;
|
|
1697
|
+
accessories_other?: string | undefined | null | Variable<any, string>;
|
|
1698
|
+
};
|
|
1699
|
+
["SubmitFormtestStep_accessories"]: {
|
|
1700
|
+
accessories_group?: ValueTypes["SubmitFormtestAccessories_group"] | undefined | null | Variable<any, string>;
|
|
1701
|
+
accessories_back?: string | undefined | null | Variable<any, string>;
|
|
1702
|
+
accessories_next?: string | undefined | null | Variable<any, string>;
|
|
1703
|
+
};
|
|
1704
|
+
["SubmitFormtestStep_summary"]: {
|
|
1705
|
+
summary_display?: string | undefined | null | Variable<any, string>;
|
|
1706
|
+
summary_back?: string | undefined | null | Variable<any, string>;
|
|
1707
|
+
submit?: string | undefined | null | Variable<any, string>;
|
|
1708
|
+
};
|
|
1709
|
+
["SubmitFormtest"]: {
|
|
1710
|
+
form_step_variable?: string | undefined | null | Variable<any, string>;
|
|
1711
|
+
step_basic_info?: ValueTypes["SubmitFormtestStep_basic_info"] | undefined | null | Variable<any, string>;
|
|
1712
|
+
step_dimensions?: ValueTypes["SubmitFormtestStep_dimensions"] | undefined | null | Variable<any, string>;
|
|
1713
|
+
step_features?: ValueTypes["SubmitFormtestStep_features"] | undefined | null | Variable<any, string>;
|
|
1714
|
+
step_accessories?: ValueTypes["SubmitFormtestStep_accessories"] | undefined | null | Variable<any, string>;
|
|
1715
|
+
step_summary?: ValueTypes["SubmitFormtestStep_summary"] | undefined | null | Variable<any, string>;
|
|
1716
|
+
current_step?: string | undefined | null | Variable<any, string>;
|
|
1717
|
+
locale?: string | undefined | null | Variable<any, string>;
|
|
1718
|
+
slug?: string | undefined | null | Variable<any, string>;
|
|
1719
|
+
_id?: string | undefined | null | Variable<any, string>;
|
|
1720
|
+
createdAt?: string | undefined | null | Variable<any, string>;
|
|
1721
|
+
updatedAt?: string | undefined | null | Variable<any, string>;
|
|
1722
|
+
draft_version?: string | undefined | null | Variable<any, string>;
|
|
1723
|
+
json_ld?: string | undefined | null | Variable<any, string>;
|
|
1724
|
+
};
|
|
1725
|
+
["ResponseFormregisterUser_details"]: AliasType<{
|
|
1726
|
+
username?: boolean | `@${string}`;
|
|
1727
|
+
password?: boolean | `@${string}`;
|
|
1728
|
+
full_name?: boolean | `@${string}`;
|
|
1729
|
+
phone?: boolean | `@${string}`;
|
|
1730
|
+
__typename?: boolean | `@${string}`;
|
|
1731
|
+
}>;
|
|
1732
|
+
["ResponseFormregisterRegistration_step"]: AliasType<{
|
|
1733
|
+
user_details?: ValueTypes["ResponseFormregisterUser_details"];
|
|
1734
|
+
submit?: boolean | `@${string}`;
|
|
1735
|
+
__typename?: boolean | `@${string}`;
|
|
1736
|
+
}>;
|
|
1737
|
+
["ResponseFormregister"]: AliasType<{
|
|
1738
|
+
state_step?: boolean | `@${string}`;
|
|
1739
|
+
registration_step?: ValueTypes["ResponseFormregisterRegistration_step"];
|
|
1740
|
+
current_step?: boolean | `@${string}`;
|
|
1741
|
+
locale?: boolean | `@${string}`;
|
|
1742
|
+
slug?: boolean | `@${string}`;
|
|
1743
|
+
_id?: boolean | `@${string}`;
|
|
1744
|
+
createdAt?: boolean | `@${string}`;
|
|
1745
|
+
updatedAt?: boolean | `@${string}`;
|
|
1746
|
+
draft_version?: boolean | `@${string}`;
|
|
1747
|
+
json_ld?: boolean | `@${string}`;
|
|
1748
|
+
__typename?: boolean | `@${string}`;
|
|
1749
|
+
}>;
|
|
1750
|
+
["ResponseFormtestBasic_info_group"]: AliasType<{
|
|
1751
|
+
window_type?: boolean | `@${string}`;
|
|
1752
|
+
quantity?: boolean | `@${string}`;
|
|
1753
|
+
location?: boolean | `@${string}`;
|
|
1754
|
+
__typename?: boolean | `@${string}`;
|
|
1755
|
+
}>;
|
|
1756
|
+
["ResponseFormtestStep_basic_info"]: AliasType<{
|
|
1757
|
+
basic_info_group?: ValueTypes["ResponseFormtestBasic_info_group"];
|
|
1758
|
+
basic_next?: boolean | `@${string}`;
|
|
1759
|
+
__typename?: boolean | `@${string}`;
|
|
1760
|
+
}>;
|
|
1761
|
+
["ResponseFormtestDimensions_group"]: AliasType<{
|
|
1762
|
+
width_mm?: boolean | `@${string}`;
|
|
1763
|
+
height_mm?: boolean | `@${string}`;
|
|
1764
|
+
depth_mm?: boolean | `@${string}`;
|
|
1765
|
+
opening_direction?: boolean | `@${string}`;
|
|
1766
|
+
sash_count?: boolean | `@${string}`;
|
|
1767
|
+
__typename?: boolean | `@${string}`;
|
|
1768
|
+
}>;
|
|
1769
|
+
["ResponseFormtestStep_dimensions"]: AliasType<{
|
|
1770
|
+
dimensions_group?: ValueTypes["ResponseFormtestDimensions_group"];
|
|
1771
|
+
dimensions_back?: boolean | `@${string}`;
|
|
1772
|
+
dimensions_next?: boolean | `@${string}`;
|
|
1773
|
+
__typename?: boolean | `@${string}`;
|
|
1774
|
+
}>;
|
|
1775
|
+
["ResponseFormtestFeatures_group"]: AliasType<{
|
|
1776
|
+
material?: boolean | `@${string}`;
|
|
1777
|
+
color?: boolean | `@${string}`;
|
|
1778
|
+
glazing_type?: boolean | `@${string}`;
|
|
1779
|
+
thermal_break?: boolean | `@${string}`;
|
|
1780
|
+
soundproofing?: boolean | `@${string}`;
|
|
1781
|
+
__typename?: boolean | `@${string}`;
|
|
1782
|
+
}>;
|
|
1783
|
+
["ResponseFormtestStep_features"]: AliasType<{
|
|
1784
|
+
features_group?: ValueTypes["ResponseFormtestFeatures_group"];
|
|
1785
|
+
features_back?: boolean | `@${string}`;
|
|
1786
|
+
features_next?: boolean | `@${string}`;
|
|
1787
|
+
__typename?: boolean | `@${string}`;
|
|
1788
|
+
}>;
|
|
1789
|
+
["ResponseFormtestAccessories_group"]: AliasType<{
|
|
1790
|
+
handle_type?: boolean | `@${string}`;
|
|
1791
|
+
lock_type?: boolean | `@${string}`;
|
|
1792
|
+
mosquito_net?: boolean | `@${string}`;
|
|
1793
|
+
ventilator?: boolean | `@${string}`;
|
|
1794
|
+
accessories_other?: boolean | `@${string}`;
|
|
1795
|
+
__typename?: boolean | `@${string}`;
|
|
1796
|
+
}>;
|
|
1797
|
+
["ResponseFormtestStep_accessories"]: AliasType<{
|
|
1798
|
+
accessories_group?: ValueTypes["ResponseFormtestAccessories_group"];
|
|
1799
|
+
accessories_back?: boolean | `@${string}`;
|
|
1800
|
+
accessories_next?: boolean | `@${string}`;
|
|
1801
|
+
__typename?: boolean | `@${string}`;
|
|
1802
|
+
}>;
|
|
1803
|
+
["ResponseFormtestStep_summary"]: AliasType<{
|
|
1804
|
+
summary_display?: boolean | `@${string}`;
|
|
1805
|
+
summary_back?: boolean | `@${string}`;
|
|
1806
|
+
submit?: boolean | `@${string}`;
|
|
1807
|
+
__typename?: boolean | `@${string}`;
|
|
1808
|
+
}>;
|
|
1809
|
+
["ResponseFormtest"]: AliasType<{
|
|
1810
|
+
form_step_variable?: boolean | `@${string}`;
|
|
1811
|
+
step_basic_info?: ValueTypes["ResponseFormtestStep_basic_info"];
|
|
1812
|
+
step_dimensions?: ValueTypes["ResponseFormtestStep_dimensions"];
|
|
1813
|
+
step_features?: ValueTypes["ResponseFormtestStep_features"];
|
|
1814
|
+
step_accessories?: ValueTypes["ResponseFormtestStep_accessories"];
|
|
1815
|
+
step_summary?: ValueTypes["ResponseFormtestStep_summary"];
|
|
1816
|
+
current_step?: boolean | `@${string}`;
|
|
1817
|
+
locale?: boolean | `@${string}`;
|
|
1818
|
+
slug?: boolean | `@${string}`;
|
|
1819
|
+
_id?: boolean | `@${string}`;
|
|
1820
|
+
createdAt?: boolean | `@${string}`;
|
|
1821
|
+
updatedAt?: boolean | `@${string}`;
|
|
1822
|
+
draft_version?: boolean | `@${string}`;
|
|
1823
|
+
json_ld?: boolean | `@${string}`;
|
|
1824
|
+
__typename?: boolean | `@${string}`;
|
|
1825
|
+
}>;
|
|
1826
|
+
["SearchResponsesFormregister"]: AliasType<{
|
|
1827
|
+
items?: ValueTypes["ResponseFormregister"];
|
|
1828
|
+
totalCount?: boolean | `@${string}`;
|
|
1829
|
+
__typename?: boolean | `@${string}`;
|
|
1830
|
+
}>;
|
|
1831
|
+
["ResponsesFormregisterFilter"]: {
|
|
1832
|
+
state_step?: string | undefined | null | Variable<any, string>;
|
|
1833
|
+
registration_step?: string | undefined | null | Variable<any, string>;
|
|
1834
|
+
current_step?: string | undefined | null | Variable<any, string>;
|
|
1835
|
+
locale?: string | undefined | null | Variable<any, string>;
|
|
1836
|
+
slug?: string | undefined | null | Variable<any, string>;
|
|
1837
|
+
_id?: string | undefined | null | Variable<any, string>;
|
|
1838
|
+
createdAt?: string | undefined | null | Variable<any, string>;
|
|
1839
|
+
updatedAt?: string | undefined | null | Variable<any, string>;
|
|
1840
|
+
draft_version?: string | undefined | null | Variable<any, string>;
|
|
1841
|
+
json_ld?: string | undefined | null | Variable<any, string>;
|
|
1842
|
+
};
|
|
1843
|
+
["SearchResponsesFormtest"]: AliasType<{
|
|
1844
|
+
items?: ValueTypes["ResponseFormtest"];
|
|
1845
|
+
totalCount?: boolean | `@${string}`;
|
|
1846
|
+
__typename?: boolean | `@${string}`;
|
|
1847
|
+
}>;
|
|
1848
|
+
["ResponsesFormtestFilter"]: {
|
|
1849
|
+
form_step_variable?: string | undefined | null | Variable<any, string>;
|
|
1850
|
+
step_basic_info?: string | undefined | null | Variable<any, string>;
|
|
1851
|
+
step_dimensions?: string | undefined | null | Variable<any, string>;
|
|
1852
|
+
step_features?: string | undefined | null | Variable<any, string>;
|
|
1853
|
+
step_accessories?: string | undefined | null | Variable<any, string>;
|
|
1854
|
+
step_summary?: string | undefined | null | Variable<any, string>;
|
|
1855
|
+
current_step?: string | undefined | null | Variable<any, string>;
|
|
1856
|
+
locale?: string | undefined | null | Variable<any, string>;
|
|
1857
|
+
slug?: string | undefined | null | Variable<any, string>;
|
|
1858
|
+
_id?: string | undefined | null | Variable<any, string>;
|
|
1859
|
+
createdAt?: string | undefined | null | Variable<any, string>;
|
|
1860
|
+
updatedAt?: string | undefined | null | Variable<any, string>;
|
|
1861
|
+
draft_version?: string | undefined | null | Variable<any, string>;
|
|
1862
|
+
json_ld?: string | undefined | null | Variable<any, string>;
|
|
1863
|
+
};
|
|
1195
1864
|
["RootParamsInput"]: {
|
|
1196
1865
|
_version?: string | undefined | null | Variable<any, string>;
|
|
1197
1866
|
locale?: string | undefined | null | Variable<any, string>;
|
|
@@ -1328,10 +1997,6 @@ export type ResolverInputTypes = {
|
|
|
1328
1997
|
ne?: string | undefined | null;
|
|
1329
1998
|
contain?: string | undefined | null;
|
|
1330
1999
|
};
|
|
1331
|
-
["Mutation"]: AliasType<{
|
|
1332
|
-
heartbeat?: boolean | `@${string}`;
|
|
1333
|
-
__typename?: boolean | `@${string}`;
|
|
1334
|
-
}>;
|
|
1335
2000
|
["RootParamsAdminType"]: unknown;
|
|
1336
2001
|
["Shape"]: AliasType<{
|
|
1337
2002
|
name?: boolean | `@${string}`;
|
|
@@ -1469,6 +2134,12 @@ export type ResolverInputTypes = {
|
|
|
1469
2134
|
path?: boolean | `@${string}`;
|
|
1470
2135
|
__typename?: boolean | `@${string}`;
|
|
1471
2136
|
}>;
|
|
2137
|
+
["GenerateHusarShapeImplementorInput"]: {
|
|
2138
|
+
prompt: string;
|
|
2139
|
+
existingFileContent?: string | undefined | null;
|
|
2140
|
+
backendGraphQlContent?: string | undefined | null;
|
|
2141
|
+
includeShapes?: Array<string> | undefined | null;
|
|
2142
|
+
};
|
|
1472
2143
|
["CMSType"]: CMSType;
|
|
1473
2144
|
["Query"]: AliasType<{
|
|
1474
2145
|
navigation?: ResolverInputTypes["ModelNavigation"];
|
|
@@ -1500,10 +2171,30 @@ export type ResolverInputTypes = {
|
|
|
1500
2171
|
fieldSetdocs?: boolean | `@${string}`;
|
|
1501
2172
|
modeldocs?: boolean | `@${string}`;
|
|
1502
2173
|
previewFieldsdocs?: boolean | `@${string}`;
|
|
2174
|
+
fieldSetShapeaplikacja_g?: boolean | `@${string}`;
|
|
2175
|
+
modelShapeaplikacja_g?: boolean | `@${string}`;
|
|
2176
|
+
previewFieldsShapeaplikacja_g?: boolean | `@${string}`;
|
|
2177
|
+
oneShapeaplikacja_g?: ResolverInputTypes["Shapeaplikacja_g"];
|
|
2178
|
+
fieldSetShapebgallery?: boolean | `@${string}`;
|
|
2179
|
+
modelShapebgallery?: boolean | `@${string}`;
|
|
2180
|
+
previewFieldsShapebgallery?: boolean | `@${string}`;
|
|
2181
|
+
oneShapebgallery?: ResolverInputTypes["Shapebgallery"];
|
|
2182
|
+
fieldSetShapebookina?: boolean | `@${string}`;
|
|
2183
|
+
modelShapebookina?: boolean | `@${string}`;
|
|
2184
|
+
previewFieldsShapebookina?: boolean | `@${string}`;
|
|
2185
|
+
oneShapebookina?: ResolverInputTypes["Shapebookina"];
|
|
2186
|
+
fieldSetShapebpage?: boolean | `@${string}`;
|
|
2187
|
+
modelShapebpage?: boolean | `@${string}`;
|
|
2188
|
+
previewFieldsShapebpage?: boolean | `@${string}`;
|
|
2189
|
+
oneShapebpage?: ResolverInputTypes["Shapebpage"];
|
|
1503
2190
|
fieldSetShapecloud_sidebar?: boolean | `@${string}`;
|
|
1504
2191
|
modelShapecloud_sidebar?: boolean | `@${string}`;
|
|
1505
2192
|
previewFieldsShapecloud_sidebar?: boolean | `@${string}`;
|
|
1506
2193
|
oneShapecloud_sidebar?: ResolverInputTypes["Shapecloud_sidebar"];
|
|
2194
|
+
fieldSetShapectabutton?: boolean | `@${string}`;
|
|
2195
|
+
modelShapectabutton?: boolean | `@${string}`;
|
|
2196
|
+
previewFieldsShapectabutton?: boolean | `@${string}`;
|
|
2197
|
+
oneShapectabutton?: ResolverInputTypes["Shapectabutton"];
|
|
1507
2198
|
fieldSetShapedocs_content?: boolean | `@${string}`;
|
|
1508
2199
|
modelShapedocs_content?: boolean | `@${string}`;
|
|
1509
2200
|
previewFieldsShapedocs_content?: boolean | `@${string}`;
|
|
@@ -1552,10 +2243,26 @@ export type ResolverInputTypes = {
|
|
|
1552
2243
|
modelShapeprofile_info?: boolean | `@${string}`;
|
|
1553
2244
|
previewFieldsShapeprofile_info?: boolean | `@${string}`;
|
|
1554
2245
|
oneShapeprofile_info?: ResolverInputTypes["Shapeprofile_info"];
|
|
2246
|
+
fieldSetShapesecondary_cta?: boolean | `@${string}`;
|
|
2247
|
+
modelShapesecondary_cta?: boolean | `@${string}`;
|
|
2248
|
+
previewFieldsShapesecondary_cta?: boolean | `@${string}`;
|
|
2249
|
+
oneShapesecondary_cta?: ResolverInputTypes["Shapesecondary_cta"];
|
|
1555
2250
|
fieldSetShapesupport?: boolean | `@${string}`;
|
|
1556
2251
|
modelShapesupport?: boolean | `@${string}`;
|
|
1557
2252
|
previewFieldsShapesupport?: boolean | `@${string}`;
|
|
1558
2253
|
oneShapesupport?: ResolverInputTypes["Shapesupport"];
|
|
2254
|
+
fieldSetShapeteee?: boolean | `@${string}`;
|
|
2255
|
+
modelShapeteee?: boolean | `@${string}`;
|
|
2256
|
+
previewFieldsShapeteee?: boolean | `@${string}`;
|
|
2257
|
+
oneShapeteee?: ResolverInputTypes["Shapeteee"];
|
|
2258
|
+
fieldSetShapetest?: boolean | `@${string}`;
|
|
2259
|
+
modelShapetest?: boolean | `@${string}`;
|
|
2260
|
+
previewFieldsShapetest?: boolean | `@${string}`;
|
|
2261
|
+
oneShapetest?: ResolverInputTypes["Shapetest"];
|
|
2262
|
+
fieldSetShapetitle_desc?: boolean | `@${string}`;
|
|
2263
|
+
modelShapetitle_desc?: boolean | `@${string}`;
|
|
2264
|
+
previewFieldsShapetitle_desc?: boolean | `@${string}`;
|
|
2265
|
+
oneShapetitle_desc?: ResolverInputTypes["Shapetitle_desc"];
|
|
1559
2266
|
fieldSetShapeusage?: boolean | `@${string}`;
|
|
1560
2267
|
modelShapeusage?: boolean | `@${string}`;
|
|
1561
2268
|
previewFieldsShapeusage?: boolean | `@${string}`;
|
|
@@ -1610,6 +2317,74 @@ export type ResolverInputTypes = {
|
|
|
1610
2317
|
oneAsScalarViewpricing?: [{
|
|
1611
2318
|
rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null;
|
|
1612
2319
|
}, boolean | `@${string}`];
|
|
2320
|
+
variantsViewttt?: ResolverInputTypes["Viewttt"];
|
|
2321
|
+
fieldSetViewttt?: boolean | `@${string}`;
|
|
2322
|
+
modelViewttt?: boolean | `@${string}`;
|
|
2323
|
+
previewFieldsViewttt?: boolean | `@${string}`;
|
|
2324
|
+
oneViewttt?: [{
|
|
2325
|
+
rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null;
|
|
2326
|
+
}, ResolverInputTypes["Viewttt"]];
|
|
2327
|
+
oneAsScalarViewttt?: [{
|
|
2328
|
+
rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null;
|
|
2329
|
+
}, boolean | `@${string}`];
|
|
2330
|
+
variantsFormregister?: ResolverInputTypes["Formregister"];
|
|
2331
|
+
fieldSetFormregister?: boolean | `@${string}`;
|
|
2332
|
+
modelFormregister?: boolean | `@${string}`;
|
|
2333
|
+
previewFieldsFormregister?: boolean | `@${string}`;
|
|
2334
|
+
oneFormregister?: [{
|
|
2335
|
+
rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null;
|
|
2336
|
+
}, ResolverInputTypes["Formregister"]];
|
|
2337
|
+
oneAsScalarFormregister?: [{
|
|
2338
|
+
rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null;
|
|
2339
|
+
}, boolean | `@${string}`];
|
|
2340
|
+
variantsFormtest?: ResolverInputTypes["Formtest"];
|
|
2341
|
+
fieldSetFormtest?: boolean | `@${string}`;
|
|
2342
|
+
modelFormtest?: boolean | `@${string}`;
|
|
2343
|
+
previewFieldsFormtest?: boolean | `@${string}`;
|
|
2344
|
+
oneFormtest?: [{
|
|
2345
|
+
rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null;
|
|
2346
|
+
}, ResolverInputTypes["Formtest"]];
|
|
2347
|
+
oneAsScalarFormtest?: [{
|
|
2348
|
+
rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null;
|
|
2349
|
+
}, boolean | `@${string}`];
|
|
2350
|
+
responsesFormregister?: [{
|
|
2351
|
+
filter?: ResolverInputTypes["ResponsesFormregisterFilter"] | undefined | null;
|
|
2352
|
+
skip?: number | undefined | null;
|
|
2353
|
+
take?: number | undefined | null;
|
|
2354
|
+
}, ResolverInputTypes["SearchResponsesFormregister"]];
|
|
2355
|
+
responseFormregister?: [{
|
|
2356
|
+
id: string;
|
|
2357
|
+
}, ResolverInputTypes["ResponseFormregister"]];
|
|
2358
|
+
responseFieldSetFormregister?: [{
|
|
2359
|
+
id: string;
|
|
2360
|
+
}, boolean | `@${string}`];
|
|
2361
|
+
responsesFormtest?: [{
|
|
2362
|
+
filter?: ResolverInputTypes["ResponsesFormtestFilter"] | undefined | null;
|
|
2363
|
+
skip?: number | undefined | null;
|
|
2364
|
+
take?: number | undefined | null;
|
|
2365
|
+
}, ResolverInputTypes["SearchResponsesFormtest"]];
|
|
2366
|
+
responseFormtest?: [{
|
|
2367
|
+
id: string;
|
|
2368
|
+
}, ResolverInputTypes["ResponseFormtest"]];
|
|
2369
|
+
responseFieldSetFormtest?: [{
|
|
2370
|
+
id: string;
|
|
2371
|
+
}, boolean | `@${string}`];
|
|
2372
|
+
__typename?: boolean | `@${string}`;
|
|
2373
|
+
}>;
|
|
2374
|
+
["Mutation"]: AliasType<{
|
|
2375
|
+
heartbeat?: boolean | `@${string}`;
|
|
2376
|
+
submitResponseFormregister?: [{
|
|
2377
|
+
input?: ResolverInputTypes["SubmitFormregister"] | undefined | null;
|
|
2378
|
+
}, boolean | `@${string}`];
|
|
2379
|
+
removeResponseFormregister?: [{
|
|
2380
|
+
id: string;
|
|
2381
|
+
}, boolean | `@${string}`];
|
|
2382
|
+
submitResponseFormtest?: [{
|
|
2383
|
+
input?: ResolverInputTypes["SubmitFormtest"] | undefined | null;
|
|
2384
|
+
}, boolean | `@${string}`];
|
|
2385
|
+
removeResponseFormtest?: [{
|
|
2386
|
+
id: string;
|
|
2387
|
+
}, boolean | `@${string}`];
|
|
1613
2388
|
__typename?: boolean | `@${string}`;
|
|
1614
2389
|
}>;
|
|
1615
2390
|
["RootParamsType"]: AliasType<{
|
|
@@ -1620,6 +2395,7 @@ export type ResolverInputTypes = {
|
|
|
1620
2395
|
["ModelEnum"]: ModelEnum;
|
|
1621
2396
|
["ViewEnum"]: ViewEnum;
|
|
1622
2397
|
["ShapeEnum"]: ShapeEnum;
|
|
2398
|
+
["FormEnum"]: FormEnum;
|
|
1623
2399
|
["docs__Connection"]: AliasType<{
|
|
1624
2400
|
items?: ResolverInputTypes["docs"];
|
|
1625
2401
|
pageInfo?: ResolverInputTypes["PageInfo"];
|
|
@@ -1629,8 +2405,8 @@ export type ResolverInputTypes = {
|
|
|
1629
2405
|
_version?: ResolverInputTypes["VersionField"];
|
|
1630
2406
|
title?: boolean | `@${string}`;
|
|
1631
2407
|
seotitle?: boolean | `@${string}`;
|
|
1632
|
-
metadesc?: boolean | `@${string}`;
|
|
1633
2408
|
sortid?: boolean | `@${string}`;
|
|
2409
|
+
metadesc?: boolean | `@${string}`;
|
|
1634
2410
|
main_category?: boolean | `@${string}`;
|
|
1635
2411
|
content?: boolean | `@${string}`;
|
|
1636
2412
|
video?: ResolverInputTypes["VideoField"];
|
|
@@ -1677,11 +2453,25 @@ export type ResolverInputTypes = {
|
|
|
1677
2453
|
json_ld?: boolean | `@${string}`;
|
|
1678
2454
|
__typename?: boolean | `@${string}`;
|
|
1679
2455
|
}>;
|
|
2456
|
+
["ViewhomepageCotContain"]: AliasType<{
|
|
2457
|
+
header?: ResolverInputTypes["Shapetitle_desc"];
|
|
2458
|
+
__typename?: boolean | `@${string}`;
|
|
2459
|
+
}>;
|
|
2460
|
+
["ViewhomepageCotFeatures"]: AliasType<{
|
|
2461
|
+
feat?: ResolverInputTypes["Shapefeaturepresentation"];
|
|
2462
|
+
__typename?: boolean | `@${string}`;
|
|
2463
|
+
}>;
|
|
2464
|
+
["ViewhomepageCot"]: AliasType<{
|
|
2465
|
+
contain?: ResolverInputTypes["ViewhomepageCotContain"];
|
|
2466
|
+
features?: ResolverInputTypes["ViewhomepageCotFeatures"];
|
|
2467
|
+
__typename?: boolean | `@${string}`;
|
|
2468
|
+
}>;
|
|
1680
2469
|
["Viewhomepage"]: AliasType<{
|
|
1681
2470
|
_version?: ResolverInputTypes["VersionField"];
|
|
1682
2471
|
nav?: ResolverInputTypes["Shapenav"];
|
|
1683
2472
|
main?: ResolverInputTypes["Shapehero"];
|
|
1684
2473
|
hero?: ResolverInputTypes["Shapeherox"];
|
|
2474
|
+
cot?: ResolverInputTypes["ViewhomepageCot"];
|
|
1685
2475
|
pricing?: ResolverInputTypes["Shapepricingv1"];
|
|
1686
2476
|
footer?: ResolverInputTypes["Shapefoot"];
|
|
1687
2477
|
locale?: boolean | `@${string}`;
|
|
@@ -1726,6 +2516,172 @@ export type ResolverInputTypes = {
|
|
|
1726
2516
|
json_ld?: boolean | `@${string}`;
|
|
1727
2517
|
__typename?: boolean | `@${string}`;
|
|
1728
2518
|
}>;
|
|
2519
|
+
["Viewttt"]: AliasType<{
|
|
2520
|
+
_version?: ResolverInputTypes["VersionField"];
|
|
2521
|
+
locale?: boolean | `@${string}`;
|
|
2522
|
+
slug?: boolean | `@${string}`;
|
|
2523
|
+
_id?: boolean | `@${string}`;
|
|
2524
|
+
createdAt?: boolean | `@${string}`;
|
|
2525
|
+
updatedAt?: boolean | `@${string}`;
|
|
2526
|
+
draft_version?: boolean | `@${string}`;
|
|
2527
|
+
json_ld?: boolean | `@${string}`;
|
|
2528
|
+
__typename?: boolean | `@${string}`;
|
|
2529
|
+
}>;
|
|
2530
|
+
["Shapeaplikacja_gNavbarMenu"]: AliasType<{
|
|
2531
|
+
name?: boolean | `@${string}`;
|
|
2532
|
+
href?: boolean | `@${string}`;
|
|
2533
|
+
__typename?: boolean | `@${string}`;
|
|
2534
|
+
}>;
|
|
2535
|
+
["Shapeaplikacja_gNavbar"]: AliasType<{
|
|
2536
|
+
logo?: boolean | `@${string}`;
|
|
2537
|
+
menu?: ResolverInputTypes["Shapeaplikacja_gNavbarMenu"];
|
|
2538
|
+
__typename?: boolean | `@${string}`;
|
|
2539
|
+
}>;
|
|
2540
|
+
["Shapeaplikacja_gHero"]: AliasType<{
|
|
2541
|
+
heading?: boolean | `@${string}`;
|
|
2542
|
+
subheading?: boolean | `@${string}`;
|
|
2543
|
+
__typename?: boolean | `@${string}`;
|
|
2544
|
+
}>;
|
|
2545
|
+
["Shapeaplikacja_gExplainer_video"]: AliasType<{
|
|
2546
|
+
title?: boolean | `@${string}`;
|
|
2547
|
+
description?: boolean | `@${string}`;
|
|
2548
|
+
video?: ResolverInputTypes["VideoField"];
|
|
2549
|
+
__typename?: boolean | `@${string}`;
|
|
2550
|
+
}>;
|
|
2551
|
+
["Shapeaplikacja_gVideo_list"]: AliasType<{
|
|
2552
|
+
title?: boolean | `@${string}`;
|
|
2553
|
+
description?: boolean | `@${string}`;
|
|
2554
|
+
video?: ResolverInputTypes["VideoField"];
|
|
2555
|
+
__typename?: boolean | `@${string}`;
|
|
2556
|
+
}>;
|
|
2557
|
+
["Shapeaplikacja_gStatsItems"]: AliasType<{
|
|
2558
|
+
label?: boolean | `@${string}`;
|
|
2559
|
+
value?: boolean | `@${string}`;
|
|
2560
|
+
__typename?: boolean | `@${string}`;
|
|
2561
|
+
}>;
|
|
2562
|
+
["Shapeaplikacja_gStats"]: AliasType<{
|
|
2563
|
+
items?: ResolverInputTypes["Shapeaplikacja_gStatsItems"];
|
|
2564
|
+
__typename?: boolean | `@${string}`;
|
|
2565
|
+
}>;
|
|
2566
|
+
["Shapeaplikacja_gTestimonials"]: AliasType<{
|
|
2567
|
+
name?: boolean | `@${string}`;
|
|
2568
|
+
text?: boolean | `@${string}`;
|
|
2569
|
+
__typename?: boolean | `@${string}`;
|
|
2570
|
+
}>;
|
|
2571
|
+
["Shapeaplikacja_gCall_to_action"]: AliasType<{
|
|
2572
|
+
heading?: boolean | `@${string}`;
|
|
2573
|
+
description?: boolean | `@${string}`;
|
|
2574
|
+
button_text?: boolean | `@${string}`;
|
|
2575
|
+
__typename?: boolean | `@${string}`;
|
|
2576
|
+
}>;
|
|
2577
|
+
["Shapeaplikacja_gFooterLinks"]: AliasType<{
|
|
2578
|
+
label?: boolean | `@${string}`;
|
|
2579
|
+
href?: boolean | `@${string}`;
|
|
2580
|
+
__typename?: boolean | `@${string}`;
|
|
2581
|
+
}>;
|
|
2582
|
+
["Shapeaplikacja_gFooter"]: AliasType<{
|
|
2583
|
+
copyright?: boolean | `@${string}`;
|
|
2584
|
+
links?: ResolverInputTypes["Shapeaplikacja_gFooterLinks"];
|
|
2585
|
+
__typename?: boolean | `@${string}`;
|
|
2586
|
+
}>;
|
|
2587
|
+
["Shapeaplikacja_g"]: AliasType<{
|
|
2588
|
+
navbar?: ResolverInputTypes["Shapeaplikacja_gNavbar"];
|
|
2589
|
+
hero?: ResolverInputTypes["Shapeaplikacja_gHero"];
|
|
2590
|
+
explainer_video?: ResolverInputTypes["Shapeaplikacja_gExplainer_video"];
|
|
2591
|
+
video_list?: ResolverInputTypes["Shapeaplikacja_gVideo_list"];
|
|
2592
|
+
stats?: ResolverInputTypes["Shapeaplikacja_gStats"];
|
|
2593
|
+
testimonials?: ResolverInputTypes["Shapeaplikacja_gTestimonials"];
|
|
2594
|
+
call_to_action?: ResolverInputTypes["Shapeaplikacja_gCall_to_action"];
|
|
2595
|
+
footer?: ResolverInputTypes["Shapeaplikacja_gFooter"];
|
|
2596
|
+
_id?: boolean | `@${string}`;
|
|
2597
|
+
createdAt?: boolean | `@${string}`;
|
|
2598
|
+
updatedAt?: boolean | `@${string}`;
|
|
2599
|
+
__typename?: boolean | `@${string}`;
|
|
2600
|
+
}>;
|
|
2601
|
+
["ShapebgalleryGallery_grid"]: AliasType<{
|
|
2602
|
+
main_photo?: ResolverInputTypes["ImageField"];
|
|
2603
|
+
gallery_photos?: ResolverInputTypes["ImageField"];
|
|
2604
|
+
__typename?: boolean | `@${string}`;
|
|
2605
|
+
}>;
|
|
2606
|
+
["Shapebgallery"]: AliasType<{
|
|
2607
|
+
gallery_grid?: ResolverInputTypes["ShapebgalleryGallery_grid"];
|
|
2608
|
+
rrrr?: boolean | `@${string}`;
|
|
2609
|
+
_id?: boolean | `@${string}`;
|
|
2610
|
+
createdAt?: boolean | `@${string}`;
|
|
2611
|
+
updatedAt?: boolean | `@${string}`;
|
|
2612
|
+
__typename?: boolean | `@${string}`;
|
|
2613
|
+
}>;
|
|
2614
|
+
["ShapebookinaOverlaySearch_barSearch_button"]: AliasType<{
|
|
2615
|
+
label?: boolean | `@${string}`;
|
|
2616
|
+
__typename?: boolean | `@${string}`;
|
|
2617
|
+
}>;
|
|
2618
|
+
["ShapebookinaOverlaySearch_bar"]: AliasType<{
|
|
2619
|
+
location?: boolean | `@${string}`;
|
|
2620
|
+
search_button?: ResolverInputTypes["ShapebookinaOverlaySearch_barSearch_button"];
|
|
2621
|
+
__typename?: boolean | `@${string}`;
|
|
2622
|
+
}>;
|
|
2623
|
+
["ShapebookinaOverlay"]: AliasType<{
|
|
2624
|
+
title?: boolean | `@${string}`;
|
|
2625
|
+
subtitle?: boolean | `@${string}`;
|
|
2626
|
+
search_bar?: ResolverInputTypes["ShapebookinaOverlaySearch_bar"];
|
|
2627
|
+
__typename?: boolean | `@${string}`;
|
|
2628
|
+
}>;
|
|
2629
|
+
["Shapebookina"]: AliasType<{
|
|
2630
|
+
background_image?: ResolverInputTypes["ImageField"];
|
|
2631
|
+
overlay?: ResolverInputTypes["ShapebookinaOverlay"];
|
|
2632
|
+
_id?: boolean | `@${string}`;
|
|
2633
|
+
createdAt?: boolean | `@${string}`;
|
|
2634
|
+
updatedAt?: boolean | `@${string}`;
|
|
2635
|
+
__typename?: boolean | `@${string}`;
|
|
2636
|
+
}>;
|
|
2637
|
+
["ShapebpageBooking_sectionContainerGallery_wrapper"]: AliasType<{
|
|
2638
|
+
gallery_grid?: ResolverInputTypes["Shapebgallery"];
|
|
2639
|
+
see_more_button?: boolean | `@${string}`;
|
|
2640
|
+
__typename?: boolean | `@${string}`;
|
|
2641
|
+
}>;
|
|
2642
|
+
["ShapebpageBooking_sectionContainerTitle_location_wrapper"]: AliasType<{
|
|
2643
|
+
title?: boolean | `@${string}`;
|
|
2644
|
+
location?: boolean | `@${string}`;
|
|
2645
|
+
__typename?: boolean | `@${string}`;
|
|
2646
|
+
}>;
|
|
2647
|
+
["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"]: AliasType<{
|
|
2648
|
+
name?: boolean | `@${string}`;
|
|
2649
|
+
icon?: ResolverInputTypes["ImageField"];
|
|
2650
|
+
__typename?: boolean | `@${string}`;
|
|
2651
|
+
}>;
|
|
2652
|
+
["ShapebpageBooking_sectionContainerExtras_addons_wrapper"]: AliasType<{
|
|
2653
|
+
extras_heading?: boolean | `@${string}`;
|
|
2654
|
+
extras?: ResolverInputTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"];
|
|
2655
|
+
__typename?: boolean | `@${string}`;
|
|
2656
|
+
}>;
|
|
2657
|
+
["ShapebpageBooking_sectionContainerDescription_wrapper"]: AliasType<{
|
|
2658
|
+
description?: boolean | `@${string}`;
|
|
2659
|
+
__typename?: boolean | `@${string}`;
|
|
2660
|
+
}>;
|
|
2661
|
+
["ShapebpageBooking_sectionContainerLocation_info_wrapper"]: AliasType<{
|
|
2662
|
+
location_info_heading?: boolean | `@${string}`;
|
|
2663
|
+
location_info?: boolean | `@${string}`;
|
|
2664
|
+
__typename?: boolean | `@${string}`;
|
|
2665
|
+
}>;
|
|
2666
|
+
["ShapebpageBooking_sectionContainer"]: AliasType<{
|
|
2667
|
+
gallery_wrapper?: ResolverInputTypes["ShapebpageBooking_sectionContainerGallery_wrapper"];
|
|
2668
|
+
title_location_wrapper?: ResolverInputTypes["ShapebpageBooking_sectionContainerTitle_location_wrapper"];
|
|
2669
|
+
extras_addons_wrapper?: ResolverInputTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapper"];
|
|
2670
|
+
description_wrapper?: ResolverInputTypes["ShapebpageBooking_sectionContainerDescription_wrapper"];
|
|
2671
|
+
location_info_wrapper?: ResolverInputTypes["ShapebpageBooking_sectionContainerLocation_info_wrapper"];
|
|
2672
|
+
__typename?: boolean | `@${string}`;
|
|
2673
|
+
}>;
|
|
2674
|
+
["ShapebpageBooking_section"]: AliasType<{
|
|
2675
|
+
container?: ResolverInputTypes["ShapebpageBooking_sectionContainer"];
|
|
2676
|
+
__typename?: boolean | `@${string}`;
|
|
2677
|
+
}>;
|
|
2678
|
+
["Shapebpage"]: AliasType<{
|
|
2679
|
+
booking_section?: ResolverInputTypes["ShapebpageBooking_section"];
|
|
2680
|
+
_id?: boolean | `@${string}`;
|
|
2681
|
+
createdAt?: boolean | `@${string}`;
|
|
2682
|
+
updatedAt?: boolean | `@${string}`;
|
|
2683
|
+
__typename?: boolean | `@${string}`;
|
|
2684
|
+
}>;
|
|
1729
2685
|
["Shapecloud_sidebarSidebarMenuCategoryPage"]: AliasType<{
|
|
1730
2686
|
name?: boolean | `@${string}`;
|
|
1731
2687
|
link?: boolean | `@${string}`;
|
|
@@ -1761,6 +2717,13 @@ export type ResolverInputTypes = {
|
|
|
1761
2717
|
updatedAt?: boolean | `@${string}`;
|
|
1762
2718
|
__typename?: boolean | `@${string}`;
|
|
1763
2719
|
}>;
|
|
2720
|
+
["Shapectabutton"]: AliasType<{
|
|
2721
|
+
cta?: boolean | `@${string}`;
|
|
2722
|
+
_id?: boolean | `@${string}`;
|
|
2723
|
+
createdAt?: boolean | `@${string}`;
|
|
2724
|
+
updatedAt?: boolean | `@${string}`;
|
|
2725
|
+
__typename?: boolean | `@${string}`;
|
|
2726
|
+
}>;
|
|
1764
2727
|
["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: AliasType<{
|
|
1765
2728
|
content?: boolean | `@${string}`;
|
|
1766
2729
|
__typename?: boolean | `@${string}`;
|
|
@@ -2017,7 +2980,7 @@ export type ResolverInputTypes = {
|
|
|
2017
2980
|
price?: boolean | `@${string}`;
|
|
2018
2981
|
plan_description?: boolean | `@${string}`;
|
|
2019
2982
|
feature_list?: ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"];
|
|
2020
|
-
cta?:
|
|
2983
|
+
cta?: ResolverInputTypes["Shapesecondary_cta"];
|
|
2021
2984
|
__typename?: boolean | `@${string}`;
|
|
2022
2985
|
}>;
|
|
2023
2986
|
["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"]: AliasType<{
|
|
@@ -2029,7 +2992,7 @@ export type ResolverInputTypes = {
|
|
|
2029
2992
|
price?: boolean | `@${string}`;
|
|
2030
2993
|
plan_description?: boolean | `@${string}`;
|
|
2031
2994
|
feature_list?: ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"];
|
|
2032
|
-
cta?:
|
|
2995
|
+
cta?: ResolverInputTypes["Shapectabutton"];
|
|
2033
2996
|
__typename?: boolean | `@${string}`;
|
|
2034
2997
|
}>;
|
|
2035
2998
|
["Shapepricingv1Pricing_sectionPlans_grid"]: AliasType<{
|
|
@@ -2098,6 +3061,13 @@ export type ResolverInputTypes = {
|
|
|
2098
3061
|
updatedAt?: boolean | `@${string}`;
|
|
2099
3062
|
__typename?: boolean | `@${string}`;
|
|
2100
3063
|
}>;
|
|
3064
|
+
["Shapesecondary_cta"]: AliasType<{
|
|
3065
|
+
cta?: boolean | `@${string}`;
|
|
3066
|
+
_id?: boolean | `@${string}`;
|
|
3067
|
+
createdAt?: boolean | `@${string}`;
|
|
3068
|
+
updatedAt?: boolean | `@${string}`;
|
|
3069
|
+
__typename?: boolean | `@${string}`;
|
|
3070
|
+
}>;
|
|
2101
3071
|
["ShapesupportSectionHeader_wrapper"]: AliasType<{
|
|
2102
3072
|
title?: boolean | `@${string}`;
|
|
2103
3073
|
description?: boolean | `@${string}`;
|
|
@@ -2126,6 +3096,31 @@ export type ResolverInputTypes = {
|
|
|
2126
3096
|
updatedAt?: boolean | `@${string}`;
|
|
2127
3097
|
__typename?: boolean | `@${string}`;
|
|
2128
3098
|
}>;
|
|
3099
|
+
["Shapeteee"]: AliasType<{
|
|
3100
|
+
_id?: boolean | `@${string}`;
|
|
3101
|
+
createdAt?: boolean | `@${string}`;
|
|
3102
|
+
updatedAt?: boolean | `@${string}`;
|
|
3103
|
+
__typename?: boolean | `@${string}`;
|
|
3104
|
+
}>;
|
|
3105
|
+
["Shapetest"]: AliasType<{
|
|
3106
|
+
rrr?: ResolverInputTypes["Shapebgallery"];
|
|
3107
|
+
_id?: boolean | `@${string}`;
|
|
3108
|
+
createdAt?: boolean | `@${string}`;
|
|
3109
|
+
updatedAt?: boolean | `@${string}`;
|
|
3110
|
+
__typename?: boolean | `@${string}`;
|
|
3111
|
+
}>;
|
|
3112
|
+
["Shapetitle_descTitledesc"]: AliasType<{
|
|
3113
|
+
title?: boolean | `@${string}`;
|
|
3114
|
+
description?: boolean | `@${string}`;
|
|
3115
|
+
__typename?: boolean | `@${string}`;
|
|
3116
|
+
}>;
|
|
3117
|
+
["Shapetitle_desc"]: AliasType<{
|
|
3118
|
+
titledesc?: ResolverInputTypes["Shapetitle_descTitledesc"];
|
|
3119
|
+
_id?: boolean | `@${string}`;
|
|
3120
|
+
createdAt?: boolean | `@${string}`;
|
|
3121
|
+
updatedAt?: boolean | `@${string}`;
|
|
3122
|
+
__typename?: boolean | `@${string}`;
|
|
3123
|
+
}>;
|
|
2129
3124
|
["ShapeusageMain"]: AliasType<{
|
|
2130
3125
|
title?: boolean | `@${string}`;
|
|
2131
3126
|
subtitle?: boolean | `@${string}`;
|
|
@@ -2140,6 +3135,349 @@ export type ResolverInputTypes = {
|
|
|
2140
3135
|
updatedAt?: boolean | `@${string}`;
|
|
2141
3136
|
__typename?: boolean | `@${string}`;
|
|
2142
3137
|
}>;
|
|
3138
|
+
["FormregisterRegistration_stepUser_details"]: AliasType<{
|
|
3139
|
+
_mocks?: boolean | `@${string}`;
|
|
3140
|
+
username?: ResolverInputTypes["FormTextField"];
|
|
3141
|
+
password?: ResolverInputTypes["FormTextField"];
|
|
3142
|
+
full_name?: ResolverInputTypes["FormTextField"];
|
|
3143
|
+
phone?: ResolverInputTypes["FormTextField"];
|
|
3144
|
+
__typename?: boolean | `@${string}`;
|
|
3145
|
+
}>;
|
|
3146
|
+
["FormregisterRegistration_step"]: AliasType<{
|
|
3147
|
+
_mocks?: boolean | `@${string}`;
|
|
3148
|
+
user_details?: ResolverInputTypes["FormregisterRegistration_stepUser_details"];
|
|
3149
|
+
submit?: ResolverInputTypes["FormSubmitField"];
|
|
3150
|
+
__typename?: boolean | `@${string}`;
|
|
3151
|
+
}>;
|
|
3152
|
+
["Formregister"]: AliasType<{
|
|
3153
|
+
_mocks?: boolean | `@${string}`;
|
|
3154
|
+
_version?: ResolverInputTypes["VersionField"];
|
|
3155
|
+
state_step?: ResolverInputTypes["FormVariableField"];
|
|
3156
|
+
registration_step?: ResolverInputTypes["FormregisterRegistration_step"];
|
|
3157
|
+
current_step?: ResolverInputTypes["FormVariableField"];
|
|
3158
|
+
locale?: boolean | `@${string}`;
|
|
3159
|
+
slug?: boolean | `@${string}`;
|
|
3160
|
+
_id?: boolean | `@${string}`;
|
|
3161
|
+
createdAt?: boolean | `@${string}`;
|
|
3162
|
+
updatedAt?: boolean | `@${string}`;
|
|
3163
|
+
draft_version?: boolean | `@${string}`;
|
|
3164
|
+
json_ld?: boolean | `@${string}`;
|
|
3165
|
+
__typename?: boolean | `@${string}`;
|
|
3166
|
+
}>;
|
|
3167
|
+
["FormtestStep_basic_infoBasic_info_group"]: AliasType<{
|
|
3168
|
+
_mocks?: boolean | `@${string}`;
|
|
3169
|
+
window_type?: ResolverInputTypes["FormRadioTextField"];
|
|
3170
|
+
quantity?: ResolverInputTypes["FormTextField"];
|
|
3171
|
+
location?: ResolverInputTypes["FormRadioTextField"];
|
|
3172
|
+
__typename?: boolean | `@${string}`;
|
|
3173
|
+
}>;
|
|
3174
|
+
["FormtestStep_basic_info"]: AliasType<{
|
|
3175
|
+
_mocks?: boolean | `@${string}`;
|
|
3176
|
+
basic_info_group?: ResolverInputTypes["FormtestStep_basic_infoBasic_info_group"];
|
|
3177
|
+
basic_next?: ResolverInputTypes["FormButtonField"];
|
|
3178
|
+
__typename?: boolean | `@${string}`;
|
|
3179
|
+
}>;
|
|
3180
|
+
["FormtestStep_dimensionsDimensions_group"]: AliasType<{
|
|
3181
|
+
_mocks?: boolean | `@${string}`;
|
|
3182
|
+
width_mm?: ResolverInputTypes["FormTextField"];
|
|
3183
|
+
height_mm?: ResolverInputTypes["FormTextField"];
|
|
3184
|
+
depth_mm?: ResolverInputTypes["FormTextField"];
|
|
3185
|
+
opening_direction?: ResolverInputTypes["FormRadioTextField"];
|
|
3186
|
+
sash_count?: ResolverInputTypes["FormTextField"];
|
|
3187
|
+
__typename?: boolean | `@${string}`;
|
|
3188
|
+
}>;
|
|
3189
|
+
["FormtestStep_dimensions"]: AliasType<{
|
|
3190
|
+
_mocks?: boolean | `@${string}`;
|
|
3191
|
+
dimensions_group?: ResolverInputTypes["FormtestStep_dimensionsDimensions_group"];
|
|
3192
|
+
dimensions_back?: ResolverInputTypes["FormButtonField"];
|
|
3193
|
+
dimensions_next?: ResolverInputTypes["FormButtonField"];
|
|
3194
|
+
__typename?: boolean | `@${string}`;
|
|
3195
|
+
}>;
|
|
3196
|
+
["FormtestStep_featuresFeatures_group"]: AliasType<{
|
|
3197
|
+
_mocks?: boolean | `@${string}`;
|
|
3198
|
+
material?: ResolverInputTypes["FormRadioTextField"];
|
|
3199
|
+
color?: ResolverInputTypes["FormTextField"];
|
|
3200
|
+
glazing_type?: ResolverInputTypes["FormRadioTextField"];
|
|
3201
|
+
thermal_break?: ResolverInputTypes["FormBooleanField"];
|
|
3202
|
+
soundproofing?: ResolverInputTypes["FormBooleanField"];
|
|
3203
|
+
__typename?: boolean | `@${string}`;
|
|
3204
|
+
}>;
|
|
3205
|
+
["FormtestStep_features"]: AliasType<{
|
|
3206
|
+
_mocks?: boolean | `@${string}`;
|
|
3207
|
+
features_group?: ResolverInputTypes["FormtestStep_featuresFeatures_group"];
|
|
3208
|
+
features_back?: ResolverInputTypes["FormButtonField"];
|
|
3209
|
+
features_next?: ResolverInputTypes["FormButtonField"];
|
|
3210
|
+
__typename?: boolean | `@${string}`;
|
|
3211
|
+
}>;
|
|
3212
|
+
["FormtestStep_accessoriesAccessories_group"]: AliasType<{
|
|
3213
|
+
_mocks?: boolean | `@${string}`;
|
|
3214
|
+
handle_type?: ResolverInputTypes["FormRadioTextField"];
|
|
3215
|
+
lock_type?: ResolverInputTypes["FormRadioTextField"];
|
|
3216
|
+
mosquito_net?: ResolverInputTypes["FormBooleanField"];
|
|
3217
|
+
ventilator?: ResolverInputTypes["FormBooleanField"];
|
|
3218
|
+
accessories_other?: ResolverInputTypes["FormTextField"];
|
|
3219
|
+
__typename?: boolean | `@${string}`;
|
|
3220
|
+
}>;
|
|
3221
|
+
["FormtestStep_accessories"]: AliasType<{
|
|
3222
|
+
_mocks?: boolean | `@${string}`;
|
|
3223
|
+
accessories_group?: ResolverInputTypes["FormtestStep_accessoriesAccessories_group"];
|
|
3224
|
+
accessories_back?: ResolverInputTypes["FormButtonField"];
|
|
3225
|
+
accessories_next?: ResolverInputTypes["FormButtonField"];
|
|
3226
|
+
__typename?: boolean | `@${string}`;
|
|
3227
|
+
}>;
|
|
3228
|
+
["FormtestStep_summary"]: AliasType<{
|
|
3229
|
+
_mocks?: boolean | `@${string}`;
|
|
3230
|
+
summary_display?: ResolverInputTypes["FormDisplayField"];
|
|
3231
|
+
summary_back?: ResolverInputTypes["FormButtonField"];
|
|
3232
|
+
submit?: ResolverInputTypes["FormSubmitField"];
|
|
3233
|
+
__typename?: boolean | `@${string}`;
|
|
3234
|
+
}>;
|
|
3235
|
+
["Formtest"]: AliasType<{
|
|
3236
|
+
_mocks?: boolean | `@${string}`;
|
|
3237
|
+
_version?: ResolverInputTypes["VersionField"];
|
|
3238
|
+
form_step_variable?: ResolverInputTypes["FormVariableField"];
|
|
3239
|
+
step_basic_info?: ResolverInputTypes["FormtestStep_basic_info"];
|
|
3240
|
+
step_dimensions?: ResolverInputTypes["FormtestStep_dimensions"];
|
|
3241
|
+
step_features?: ResolverInputTypes["FormtestStep_features"];
|
|
3242
|
+
step_accessories?: ResolverInputTypes["FormtestStep_accessories"];
|
|
3243
|
+
step_summary?: ResolverInputTypes["FormtestStep_summary"];
|
|
3244
|
+
current_step?: ResolverInputTypes["FormVariableField"];
|
|
3245
|
+
locale?: boolean | `@${string}`;
|
|
3246
|
+
slug?: boolean | `@${string}`;
|
|
3247
|
+
_id?: boolean | `@${string}`;
|
|
3248
|
+
createdAt?: boolean | `@${string}`;
|
|
3249
|
+
updatedAt?: boolean | `@${string}`;
|
|
3250
|
+
draft_version?: boolean | `@${string}`;
|
|
3251
|
+
json_ld?: boolean | `@${string}`;
|
|
3252
|
+
__typename?: boolean | `@${string}`;
|
|
3253
|
+
}>;
|
|
3254
|
+
["SubmitFormregisterUser_details"]: {
|
|
3255
|
+
username?: string | undefined | null;
|
|
3256
|
+
password?: string | undefined | null;
|
|
3257
|
+
full_name?: string | undefined | null;
|
|
3258
|
+
phone?: string | undefined | null;
|
|
3259
|
+
};
|
|
3260
|
+
["SubmitFormregisterRegistration_step"]: {
|
|
3261
|
+
user_details?: ResolverInputTypes["SubmitFormregisterUser_details"] | undefined | null;
|
|
3262
|
+
submit?: string | undefined | null;
|
|
3263
|
+
};
|
|
3264
|
+
["SubmitFormregister"]: {
|
|
3265
|
+
state_step?: string | undefined | null;
|
|
3266
|
+
registration_step?: ResolverInputTypes["SubmitFormregisterRegistration_step"] | undefined | null;
|
|
3267
|
+
current_step?: string | undefined | null;
|
|
3268
|
+
locale?: string | undefined | null;
|
|
3269
|
+
slug?: string | undefined | null;
|
|
3270
|
+
_id?: string | undefined | null;
|
|
3271
|
+
createdAt?: string | undefined | null;
|
|
3272
|
+
updatedAt?: string | undefined | null;
|
|
3273
|
+
draft_version?: string | undefined | null;
|
|
3274
|
+
json_ld?: string | undefined | null;
|
|
3275
|
+
};
|
|
3276
|
+
["SubmitFormtestBasic_info_group"]: {
|
|
3277
|
+
window_type?: string | undefined | null;
|
|
3278
|
+
quantity?: string | undefined | null;
|
|
3279
|
+
location?: string | undefined | null;
|
|
3280
|
+
};
|
|
3281
|
+
["SubmitFormtestStep_basic_info"]: {
|
|
3282
|
+
basic_info_group?: ResolverInputTypes["SubmitFormtestBasic_info_group"] | undefined | null;
|
|
3283
|
+
basic_next?: string | undefined | null;
|
|
3284
|
+
};
|
|
3285
|
+
["SubmitFormtestDimensions_group"]: {
|
|
3286
|
+
width_mm?: string | undefined | null;
|
|
3287
|
+
height_mm?: string | undefined | null;
|
|
3288
|
+
depth_mm?: string | undefined | null;
|
|
3289
|
+
opening_direction?: string | undefined | null;
|
|
3290
|
+
sash_count?: string | undefined | null;
|
|
3291
|
+
};
|
|
3292
|
+
["SubmitFormtestStep_dimensions"]: {
|
|
3293
|
+
dimensions_group?: ResolverInputTypes["SubmitFormtestDimensions_group"] | undefined | null;
|
|
3294
|
+
dimensions_back?: string | undefined | null;
|
|
3295
|
+
dimensions_next?: string | undefined | null;
|
|
3296
|
+
};
|
|
3297
|
+
["SubmitFormtestFeatures_group"]: {
|
|
3298
|
+
material?: string | undefined | null;
|
|
3299
|
+
color?: string | undefined | null;
|
|
3300
|
+
glazing_type?: string | undefined | null;
|
|
3301
|
+
thermal_break?: boolean | undefined | null;
|
|
3302
|
+
soundproofing?: boolean | undefined | null;
|
|
3303
|
+
};
|
|
3304
|
+
["SubmitFormtestStep_features"]: {
|
|
3305
|
+
features_group?: ResolverInputTypes["SubmitFormtestFeatures_group"] | undefined | null;
|
|
3306
|
+
features_back?: string | undefined | null;
|
|
3307
|
+
features_next?: string | undefined | null;
|
|
3308
|
+
};
|
|
3309
|
+
["SubmitFormtestAccessories_group"]: {
|
|
3310
|
+
handle_type?: string | undefined | null;
|
|
3311
|
+
lock_type?: string | undefined | null;
|
|
3312
|
+
mosquito_net?: boolean | undefined | null;
|
|
3313
|
+
ventilator?: boolean | undefined | null;
|
|
3314
|
+
accessories_other?: string | undefined | null;
|
|
3315
|
+
};
|
|
3316
|
+
["SubmitFormtestStep_accessories"]: {
|
|
3317
|
+
accessories_group?: ResolverInputTypes["SubmitFormtestAccessories_group"] | undefined | null;
|
|
3318
|
+
accessories_back?: string | undefined | null;
|
|
3319
|
+
accessories_next?: string | undefined | null;
|
|
3320
|
+
};
|
|
3321
|
+
["SubmitFormtestStep_summary"]: {
|
|
3322
|
+
summary_display?: string | undefined | null;
|
|
3323
|
+
summary_back?: string | undefined | null;
|
|
3324
|
+
submit?: string | undefined | null;
|
|
3325
|
+
};
|
|
3326
|
+
["SubmitFormtest"]: {
|
|
3327
|
+
form_step_variable?: string | undefined | null;
|
|
3328
|
+
step_basic_info?: ResolverInputTypes["SubmitFormtestStep_basic_info"] | undefined | null;
|
|
3329
|
+
step_dimensions?: ResolverInputTypes["SubmitFormtestStep_dimensions"] | undefined | null;
|
|
3330
|
+
step_features?: ResolverInputTypes["SubmitFormtestStep_features"] | undefined | null;
|
|
3331
|
+
step_accessories?: ResolverInputTypes["SubmitFormtestStep_accessories"] | undefined | null;
|
|
3332
|
+
step_summary?: ResolverInputTypes["SubmitFormtestStep_summary"] | undefined | null;
|
|
3333
|
+
current_step?: string | undefined | null;
|
|
3334
|
+
locale?: string | undefined | null;
|
|
3335
|
+
slug?: string | undefined | null;
|
|
3336
|
+
_id?: string | undefined | null;
|
|
3337
|
+
createdAt?: string | undefined | null;
|
|
3338
|
+
updatedAt?: string | undefined | null;
|
|
3339
|
+
draft_version?: string | undefined | null;
|
|
3340
|
+
json_ld?: string | undefined | null;
|
|
3341
|
+
};
|
|
3342
|
+
["ResponseFormregisterUser_details"]: AliasType<{
|
|
3343
|
+
username?: boolean | `@${string}`;
|
|
3344
|
+
password?: boolean | `@${string}`;
|
|
3345
|
+
full_name?: boolean | `@${string}`;
|
|
3346
|
+
phone?: boolean | `@${string}`;
|
|
3347
|
+
__typename?: boolean | `@${string}`;
|
|
3348
|
+
}>;
|
|
3349
|
+
["ResponseFormregisterRegistration_step"]: AliasType<{
|
|
3350
|
+
user_details?: ResolverInputTypes["ResponseFormregisterUser_details"];
|
|
3351
|
+
submit?: boolean | `@${string}`;
|
|
3352
|
+
__typename?: boolean | `@${string}`;
|
|
3353
|
+
}>;
|
|
3354
|
+
["ResponseFormregister"]: AliasType<{
|
|
3355
|
+
state_step?: boolean | `@${string}`;
|
|
3356
|
+
registration_step?: ResolverInputTypes["ResponseFormregisterRegistration_step"];
|
|
3357
|
+
current_step?: boolean | `@${string}`;
|
|
3358
|
+
locale?: boolean | `@${string}`;
|
|
3359
|
+
slug?: boolean | `@${string}`;
|
|
3360
|
+
_id?: boolean | `@${string}`;
|
|
3361
|
+
createdAt?: boolean | `@${string}`;
|
|
3362
|
+
updatedAt?: boolean | `@${string}`;
|
|
3363
|
+
draft_version?: boolean | `@${string}`;
|
|
3364
|
+
json_ld?: boolean | `@${string}`;
|
|
3365
|
+
__typename?: boolean | `@${string}`;
|
|
3366
|
+
}>;
|
|
3367
|
+
["ResponseFormtestBasic_info_group"]: AliasType<{
|
|
3368
|
+
window_type?: boolean | `@${string}`;
|
|
3369
|
+
quantity?: boolean | `@${string}`;
|
|
3370
|
+
location?: boolean | `@${string}`;
|
|
3371
|
+
__typename?: boolean | `@${string}`;
|
|
3372
|
+
}>;
|
|
3373
|
+
["ResponseFormtestStep_basic_info"]: AliasType<{
|
|
3374
|
+
basic_info_group?: ResolverInputTypes["ResponseFormtestBasic_info_group"];
|
|
3375
|
+
basic_next?: boolean | `@${string}`;
|
|
3376
|
+
__typename?: boolean | `@${string}`;
|
|
3377
|
+
}>;
|
|
3378
|
+
["ResponseFormtestDimensions_group"]: AliasType<{
|
|
3379
|
+
width_mm?: boolean | `@${string}`;
|
|
3380
|
+
height_mm?: boolean | `@${string}`;
|
|
3381
|
+
depth_mm?: boolean | `@${string}`;
|
|
3382
|
+
opening_direction?: boolean | `@${string}`;
|
|
3383
|
+
sash_count?: boolean | `@${string}`;
|
|
3384
|
+
__typename?: boolean | `@${string}`;
|
|
3385
|
+
}>;
|
|
3386
|
+
["ResponseFormtestStep_dimensions"]: AliasType<{
|
|
3387
|
+
dimensions_group?: ResolverInputTypes["ResponseFormtestDimensions_group"];
|
|
3388
|
+
dimensions_back?: boolean | `@${string}`;
|
|
3389
|
+
dimensions_next?: boolean | `@${string}`;
|
|
3390
|
+
__typename?: boolean | `@${string}`;
|
|
3391
|
+
}>;
|
|
3392
|
+
["ResponseFormtestFeatures_group"]: AliasType<{
|
|
3393
|
+
material?: boolean | `@${string}`;
|
|
3394
|
+
color?: boolean | `@${string}`;
|
|
3395
|
+
glazing_type?: boolean | `@${string}`;
|
|
3396
|
+
thermal_break?: boolean | `@${string}`;
|
|
3397
|
+
soundproofing?: boolean | `@${string}`;
|
|
3398
|
+
__typename?: boolean | `@${string}`;
|
|
3399
|
+
}>;
|
|
3400
|
+
["ResponseFormtestStep_features"]: AliasType<{
|
|
3401
|
+
features_group?: ResolverInputTypes["ResponseFormtestFeatures_group"];
|
|
3402
|
+
features_back?: boolean | `@${string}`;
|
|
3403
|
+
features_next?: boolean | `@${string}`;
|
|
3404
|
+
__typename?: boolean | `@${string}`;
|
|
3405
|
+
}>;
|
|
3406
|
+
["ResponseFormtestAccessories_group"]: AliasType<{
|
|
3407
|
+
handle_type?: boolean | `@${string}`;
|
|
3408
|
+
lock_type?: boolean | `@${string}`;
|
|
3409
|
+
mosquito_net?: boolean | `@${string}`;
|
|
3410
|
+
ventilator?: boolean | `@${string}`;
|
|
3411
|
+
accessories_other?: boolean | `@${string}`;
|
|
3412
|
+
__typename?: boolean | `@${string}`;
|
|
3413
|
+
}>;
|
|
3414
|
+
["ResponseFormtestStep_accessories"]: AliasType<{
|
|
3415
|
+
accessories_group?: ResolverInputTypes["ResponseFormtestAccessories_group"];
|
|
3416
|
+
accessories_back?: boolean | `@${string}`;
|
|
3417
|
+
accessories_next?: boolean | `@${string}`;
|
|
3418
|
+
__typename?: boolean | `@${string}`;
|
|
3419
|
+
}>;
|
|
3420
|
+
["ResponseFormtestStep_summary"]: AliasType<{
|
|
3421
|
+
summary_display?: boolean | `@${string}`;
|
|
3422
|
+
summary_back?: boolean | `@${string}`;
|
|
3423
|
+
submit?: boolean | `@${string}`;
|
|
3424
|
+
__typename?: boolean | `@${string}`;
|
|
3425
|
+
}>;
|
|
3426
|
+
["ResponseFormtest"]: AliasType<{
|
|
3427
|
+
form_step_variable?: boolean | `@${string}`;
|
|
3428
|
+
step_basic_info?: ResolverInputTypes["ResponseFormtestStep_basic_info"];
|
|
3429
|
+
step_dimensions?: ResolverInputTypes["ResponseFormtestStep_dimensions"];
|
|
3430
|
+
step_features?: ResolverInputTypes["ResponseFormtestStep_features"];
|
|
3431
|
+
step_accessories?: ResolverInputTypes["ResponseFormtestStep_accessories"];
|
|
3432
|
+
step_summary?: ResolverInputTypes["ResponseFormtestStep_summary"];
|
|
3433
|
+
current_step?: boolean | `@${string}`;
|
|
3434
|
+
locale?: boolean | `@${string}`;
|
|
3435
|
+
slug?: boolean | `@${string}`;
|
|
3436
|
+
_id?: boolean | `@${string}`;
|
|
3437
|
+
createdAt?: boolean | `@${string}`;
|
|
3438
|
+
updatedAt?: boolean | `@${string}`;
|
|
3439
|
+
draft_version?: boolean | `@${string}`;
|
|
3440
|
+
json_ld?: boolean | `@${string}`;
|
|
3441
|
+
__typename?: boolean | `@${string}`;
|
|
3442
|
+
}>;
|
|
3443
|
+
["SearchResponsesFormregister"]: AliasType<{
|
|
3444
|
+
items?: ResolverInputTypes["ResponseFormregister"];
|
|
3445
|
+
totalCount?: boolean | `@${string}`;
|
|
3446
|
+
__typename?: boolean | `@${string}`;
|
|
3447
|
+
}>;
|
|
3448
|
+
["ResponsesFormregisterFilter"]: {
|
|
3449
|
+
state_step?: string | undefined | null;
|
|
3450
|
+
registration_step?: string | undefined | null;
|
|
3451
|
+
current_step?: string | undefined | null;
|
|
3452
|
+
locale?: string | undefined | null;
|
|
3453
|
+
slug?: string | undefined | null;
|
|
3454
|
+
_id?: string | undefined | null;
|
|
3455
|
+
createdAt?: string | undefined | null;
|
|
3456
|
+
updatedAt?: string | undefined | null;
|
|
3457
|
+
draft_version?: string | undefined | null;
|
|
3458
|
+
json_ld?: string | undefined | null;
|
|
3459
|
+
};
|
|
3460
|
+
["SearchResponsesFormtest"]: AliasType<{
|
|
3461
|
+
items?: ResolverInputTypes["ResponseFormtest"];
|
|
3462
|
+
totalCount?: boolean | `@${string}`;
|
|
3463
|
+
__typename?: boolean | `@${string}`;
|
|
3464
|
+
}>;
|
|
3465
|
+
["ResponsesFormtestFilter"]: {
|
|
3466
|
+
form_step_variable?: string | undefined | null;
|
|
3467
|
+
step_basic_info?: string | undefined | null;
|
|
3468
|
+
step_dimensions?: string | undefined | null;
|
|
3469
|
+
step_features?: string | undefined | null;
|
|
3470
|
+
step_accessories?: string | undefined | null;
|
|
3471
|
+
step_summary?: string | undefined | null;
|
|
3472
|
+
current_step?: string | undefined | null;
|
|
3473
|
+
locale?: string | undefined | null;
|
|
3474
|
+
slug?: string | undefined | null;
|
|
3475
|
+
_id?: string | undefined | null;
|
|
3476
|
+
createdAt?: string | undefined | null;
|
|
3477
|
+
updatedAt?: string | undefined | null;
|
|
3478
|
+
draft_version?: string | undefined | null;
|
|
3479
|
+
json_ld?: string | undefined | null;
|
|
3480
|
+
};
|
|
2143
3481
|
["RootParamsInput"]: {
|
|
2144
3482
|
_version?: string | undefined | null;
|
|
2145
3483
|
locale?: string | undefined | null;
|
|
@@ -2267,9 +3605,6 @@ export type ModelTypes = {
|
|
|
2267
3605
|
ne?: string | undefined | null;
|
|
2268
3606
|
contain?: string | undefined | null;
|
|
2269
3607
|
};
|
|
2270
|
-
["Mutation"]: {
|
|
2271
|
-
heartbeat?: string | undefined | null;
|
|
2272
|
-
};
|
|
2273
3608
|
["RootParamsAdminType"]: any;
|
|
2274
3609
|
["Shape"]: {
|
|
2275
3610
|
name: string;
|
|
@@ -2383,6 +3718,12 @@ export type ModelTypes = {
|
|
|
2383
3718
|
label?: string | undefined | null;
|
|
2384
3719
|
path?: string | undefined | null;
|
|
2385
3720
|
};
|
|
3721
|
+
["GenerateHusarShapeImplementorInput"]: {
|
|
3722
|
+
prompt: string;
|
|
3723
|
+
existingFileContent?: string | undefined | null;
|
|
3724
|
+
backendGraphQlContent?: string | undefined | null;
|
|
3725
|
+
includeShapes?: Array<string> | undefined | null;
|
|
3726
|
+
};
|
|
2386
3727
|
["CMSType"]: CMSType;
|
|
2387
3728
|
["Query"]: {
|
|
2388
3729
|
navigation?: Array<ModelTypes["ModelNavigation"]> | undefined | null;
|
|
@@ -2400,10 +3741,30 @@ export type ModelTypes = {
|
|
|
2400
3741
|
fieldSetdocs: string;
|
|
2401
3742
|
modeldocs: ModelTypes["ModelNavigationCompiled"];
|
|
2402
3743
|
previewFieldsdocs: ModelTypes["ModelNavigationCompiled"];
|
|
3744
|
+
fieldSetShapeaplikacja_g: string;
|
|
3745
|
+
modelShapeaplikacja_g: ModelTypes["ModelNavigationCompiled"];
|
|
3746
|
+
previewFieldsShapeaplikacja_g: ModelTypes["ModelNavigationCompiled"];
|
|
3747
|
+
oneShapeaplikacja_g?: ModelTypes["Shapeaplikacja_g"] | undefined | null;
|
|
3748
|
+
fieldSetShapebgallery: string;
|
|
3749
|
+
modelShapebgallery: ModelTypes["ModelNavigationCompiled"];
|
|
3750
|
+
previewFieldsShapebgallery: ModelTypes["ModelNavigationCompiled"];
|
|
3751
|
+
oneShapebgallery?: ModelTypes["Shapebgallery"] | undefined | null;
|
|
3752
|
+
fieldSetShapebookina: string;
|
|
3753
|
+
modelShapebookina: ModelTypes["ModelNavigationCompiled"];
|
|
3754
|
+
previewFieldsShapebookina: ModelTypes["ModelNavigationCompiled"];
|
|
3755
|
+
oneShapebookina?: ModelTypes["Shapebookina"] | undefined | null;
|
|
3756
|
+
fieldSetShapebpage: string;
|
|
3757
|
+
modelShapebpage: ModelTypes["ModelNavigationCompiled"];
|
|
3758
|
+
previewFieldsShapebpage: ModelTypes["ModelNavigationCompiled"];
|
|
3759
|
+
oneShapebpage?: ModelTypes["Shapebpage"] | undefined | null;
|
|
2403
3760
|
fieldSetShapecloud_sidebar: string;
|
|
2404
3761
|
modelShapecloud_sidebar: ModelTypes["ModelNavigationCompiled"];
|
|
2405
3762
|
previewFieldsShapecloud_sidebar: ModelTypes["ModelNavigationCompiled"];
|
|
2406
3763
|
oneShapecloud_sidebar?: ModelTypes["Shapecloud_sidebar"] | undefined | null;
|
|
3764
|
+
fieldSetShapectabutton: string;
|
|
3765
|
+
modelShapectabutton: ModelTypes["ModelNavigationCompiled"];
|
|
3766
|
+
previewFieldsShapectabutton: ModelTypes["ModelNavigationCompiled"];
|
|
3767
|
+
oneShapectabutton?: ModelTypes["Shapectabutton"] | undefined | null;
|
|
2407
3768
|
fieldSetShapedocs_content: string;
|
|
2408
3769
|
modelShapedocs_content: ModelTypes["ModelNavigationCompiled"];
|
|
2409
3770
|
previewFieldsShapedocs_content: ModelTypes["ModelNavigationCompiled"];
|
|
@@ -2452,10 +3813,26 @@ export type ModelTypes = {
|
|
|
2452
3813
|
modelShapeprofile_info: ModelTypes["ModelNavigationCompiled"];
|
|
2453
3814
|
previewFieldsShapeprofile_info: ModelTypes["ModelNavigationCompiled"];
|
|
2454
3815
|
oneShapeprofile_info?: ModelTypes["Shapeprofile_info"] | undefined | null;
|
|
3816
|
+
fieldSetShapesecondary_cta: string;
|
|
3817
|
+
modelShapesecondary_cta: ModelTypes["ModelNavigationCompiled"];
|
|
3818
|
+
previewFieldsShapesecondary_cta: ModelTypes["ModelNavigationCompiled"];
|
|
3819
|
+
oneShapesecondary_cta?: ModelTypes["Shapesecondary_cta"] | undefined | null;
|
|
2455
3820
|
fieldSetShapesupport: string;
|
|
2456
3821
|
modelShapesupport: ModelTypes["ModelNavigationCompiled"];
|
|
2457
3822
|
previewFieldsShapesupport: ModelTypes["ModelNavigationCompiled"];
|
|
2458
3823
|
oneShapesupport?: ModelTypes["Shapesupport"] | undefined | null;
|
|
3824
|
+
fieldSetShapeteee: string;
|
|
3825
|
+
modelShapeteee: ModelTypes["ModelNavigationCompiled"];
|
|
3826
|
+
previewFieldsShapeteee: ModelTypes["ModelNavigationCompiled"];
|
|
3827
|
+
oneShapeteee?: ModelTypes["Shapeteee"] | undefined | null;
|
|
3828
|
+
fieldSetShapetest: string;
|
|
3829
|
+
modelShapetest: ModelTypes["ModelNavigationCompiled"];
|
|
3830
|
+
previewFieldsShapetest: ModelTypes["ModelNavigationCompiled"];
|
|
3831
|
+
oneShapetest?: ModelTypes["Shapetest"] | undefined | null;
|
|
3832
|
+
fieldSetShapetitle_desc: string;
|
|
3833
|
+
modelShapetitle_desc: ModelTypes["ModelNavigationCompiled"];
|
|
3834
|
+
previewFieldsShapetitle_desc: ModelTypes["ModelNavigationCompiled"];
|
|
3835
|
+
oneShapetitle_desc?: ModelTypes["Shapetitle_desc"] | undefined | null;
|
|
2459
3836
|
fieldSetShapeusage: string;
|
|
2460
3837
|
modelShapeusage: ModelTypes["ModelNavigationCompiled"];
|
|
2461
3838
|
previewFieldsShapeusage: ModelTypes["ModelNavigationCompiled"];
|
|
@@ -2490,6 +3867,37 @@ export type ModelTypes = {
|
|
|
2490
3867
|
previewFieldsViewpricing: ModelTypes["ModelNavigationCompiled"];
|
|
2491
3868
|
oneViewpricing?: ModelTypes["Viewpricing"] | undefined | null;
|
|
2492
3869
|
oneAsScalarViewpricing?: ModelTypes["ViewAsScalar"] | undefined | null;
|
|
3870
|
+
variantsViewttt?: Array<ModelTypes["Viewttt"]> | undefined | null;
|
|
3871
|
+
fieldSetViewttt: string;
|
|
3872
|
+
modelViewttt: ModelTypes["ModelNavigationCompiled"];
|
|
3873
|
+
previewFieldsViewttt: ModelTypes["ModelNavigationCompiled"];
|
|
3874
|
+
oneViewttt?: ModelTypes["Viewttt"] | undefined | null;
|
|
3875
|
+
oneAsScalarViewttt?: ModelTypes["ViewAsScalar"] | undefined | null;
|
|
3876
|
+
variantsFormregister?: Array<ModelTypes["Formregister"]> | undefined | null;
|
|
3877
|
+
fieldSetFormregister: string;
|
|
3878
|
+
modelFormregister: ModelTypes["ModelNavigationCompiled"];
|
|
3879
|
+
previewFieldsFormregister: ModelTypes["ModelNavigationCompiled"];
|
|
3880
|
+
oneFormregister?: ModelTypes["Formregister"] | undefined | null;
|
|
3881
|
+
oneAsScalarFormregister?: ModelTypes["FormAsScalar"] | undefined | null;
|
|
3882
|
+
variantsFormtest?: Array<ModelTypes["Formtest"]> | undefined | null;
|
|
3883
|
+
fieldSetFormtest: string;
|
|
3884
|
+
modelFormtest: ModelTypes["ModelNavigationCompiled"];
|
|
3885
|
+
previewFieldsFormtest: ModelTypes["ModelNavigationCompiled"];
|
|
3886
|
+
oneFormtest?: ModelTypes["Formtest"] | undefined | null;
|
|
3887
|
+
oneAsScalarFormtest?: ModelTypes["FormAsScalar"] | undefined | null;
|
|
3888
|
+
responsesFormregister?: ModelTypes["SearchResponsesFormregister"] | undefined | null;
|
|
3889
|
+
responseFormregister?: ModelTypes["ResponseFormregister"] | undefined | null;
|
|
3890
|
+
responseFieldSetFormregister?: string | undefined | null;
|
|
3891
|
+
responsesFormtest?: ModelTypes["SearchResponsesFormtest"] | undefined | null;
|
|
3892
|
+
responseFormtest?: ModelTypes["ResponseFormtest"] | undefined | null;
|
|
3893
|
+
responseFieldSetFormtest?: string | undefined | null;
|
|
3894
|
+
};
|
|
3895
|
+
["Mutation"]: {
|
|
3896
|
+
heartbeat?: string | undefined | null;
|
|
3897
|
+
submitResponseFormregister?: boolean | undefined | null;
|
|
3898
|
+
removeResponseFormregister?: boolean | undefined | null;
|
|
3899
|
+
submitResponseFormtest?: boolean | undefined | null;
|
|
3900
|
+
removeResponseFormtest?: boolean | undefined | null;
|
|
2493
3901
|
};
|
|
2494
3902
|
["RootParamsType"]: {
|
|
2495
3903
|
_version?: string | undefined | null;
|
|
@@ -2498,6 +3906,7 @@ export type ModelTypes = {
|
|
|
2498
3906
|
["ModelEnum"]: ModelEnum;
|
|
2499
3907
|
["ViewEnum"]: ViewEnum;
|
|
2500
3908
|
["ShapeEnum"]: ShapeEnum;
|
|
3909
|
+
["FormEnum"]: FormEnum;
|
|
2501
3910
|
["docs__Connection"]: {
|
|
2502
3911
|
items?: Array<ModelTypes["docs"]> | undefined | null;
|
|
2503
3912
|
pageInfo: ModelTypes["PageInfo"];
|
|
@@ -2506,8 +3915,8 @@ export type ModelTypes = {
|
|
|
2506
3915
|
_version?: ModelTypes["VersionField"] | undefined | null;
|
|
2507
3916
|
title?: string | undefined | null;
|
|
2508
3917
|
seotitle?: string | undefined | null;
|
|
2509
|
-
metadesc?: string | undefined | null;
|
|
2510
3918
|
sortid?: number | undefined | null;
|
|
3919
|
+
metadesc?: string | undefined | null;
|
|
2511
3920
|
main_category?: string | undefined | null;
|
|
2512
3921
|
content?: string | undefined | null;
|
|
2513
3922
|
video?: ModelTypes["VideoField"] | undefined | null;
|
|
@@ -2549,11 +3958,22 @@ export type ModelTypes = {
|
|
|
2549
3958
|
draft_version?: boolean | undefined | null;
|
|
2550
3959
|
json_ld?: string | undefined | null;
|
|
2551
3960
|
};
|
|
3961
|
+
["ViewhomepageCotContain"]: {
|
|
3962
|
+
header?: ModelTypes["Shapetitle_desc"] | undefined | null;
|
|
3963
|
+
};
|
|
3964
|
+
["ViewhomepageCotFeatures"]: {
|
|
3965
|
+
feat?: Array<ModelTypes["Shapefeaturepresentation"] | undefined | null> | undefined | null;
|
|
3966
|
+
};
|
|
3967
|
+
["ViewhomepageCot"]: {
|
|
3968
|
+
contain?: ModelTypes["ViewhomepageCotContain"] | undefined | null;
|
|
3969
|
+
features?: ModelTypes["ViewhomepageCotFeatures"] | undefined | null;
|
|
3970
|
+
};
|
|
2552
3971
|
["Viewhomepage"]: {
|
|
2553
3972
|
_version?: ModelTypes["VersionField"] | undefined | null;
|
|
2554
3973
|
nav?: ModelTypes["Shapenav"] | undefined | null;
|
|
2555
3974
|
main?: ModelTypes["Shapehero"] | undefined | null;
|
|
2556
3975
|
hero?: ModelTypes["Shapeherox"] | undefined | null;
|
|
3976
|
+
cot?: ModelTypes["ViewhomepageCot"] | undefined | null;
|
|
2557
3977
|
pricing?: ModelTypes["Shapepricingv1"] | undefined | null;
|
|
2558
3978
|
footer?: ModelTypes["Shapefoot"] | undefined | null;
|
|
2559
3979
|
locale?: string | undefined | null;
|
|
@@ -2561,38 +3981,176 @@ export type ModelTypes = {
|
|
|
2561
3981
|
_id: string;
|
|
2562
3982
|
createdAt?: number | undefined | null;
|
|
2563
3983
|
updatedAt?: number | undefined | null;
|
|
2564
|
-
draft_version?: boolean | undefined | null;
|
|
2565
|
-
json_ld?: string | undefined | null;
|
|
3984
|
+
draft_version?: boolean | undefined | null;
|
|
3985
|
+
json_ld?: string | undefined | null;
|
|
3986
|
+
};
|
|
3987
|
+
["ViewhowitworksFeature_control"]: {
|
|
3988
|
+
title?: string | undefined | null;
|
|
3989
|
+
description?: string | undefined | null;
|
|
3990
|
+
image?: ModelTypes["ImageField"] | undefined | null;
|
|
3991
|
+
};
|
|
3992
|
+
["Viewhowitworks"]: {
|
|
3993
|
+
_version?: ModelTypes["VersionField"] | undefined | null;
|
|
3994
|
+
title?: string | undefined | null;
|
|
3995
|
+
feature_control?: ModelTypes["ViewhowitworksFeature_control"] | undefined | null;
|
|
3996
|
+
locale?: string | undefined | null;
|
|
3997
|
+
slug?: string | undefined | null;
|
|
3998
|
+
_id: string;
|
|
3999
|
+
createdAt?: number | undefined | null;
|
|
4000
|
+
updatedAt?: number | undefined | null;
|
|
4001
|
+
draft_version?: boolean | undefined | null;
|
|
4002
|
+
json_ld?: string | undefined | null;
|
|
4003
|
+
};
|
|
4004
|
+
["Viewpricing"]: {
|
|
4005
|
+
_version?: ModelTypes["VersionField"] | undefined | null;
|
|
4006
|
+
pricing?: ModelTypes["Shapepricingv1"] | undefined | null;
|
|
4007
|
+
table?: ModelTypes["Shapepricing_table"] | undefined | null;
|
|
4008
|
+
cta?: ModelTypes["Shapenewshape"] | undefined | null;
|
|
4009
|
+
locale?: string | undefined | null;
|
|
4010
|
+
slug?: string | undefined | null;
|
|
4011
|
+
_id: string;
|
|
4012
|
+
createdAt?: number | undefined | null;
|
|
4013
|
+
updatedAt?: number | undefined | null;
|
|
4014
|
+
draft_version?: boolean | undefined | null;
|
|
4015
|
+
json_ld?: string | undefined | null;
|
|
4016
|
+
};
|
|
4017
|
+
["Viewttt"]: {
|
|
4018
|
+
_version?: ModelTypes["VersionField"] | undefined | null;
|
|
4019
|
+
locale?: string | undefined | null;
|
|
4020
|
+
slug?: string | undefined | null;
|
|
4021
|
+
_id: string;
|
|
4022
|
+
createdAt?: number | undefined | null;
|
|
4023
|
+
updatedAt?: number | undefined | null;
|
|
4024
|
+
draft_version?: boolean | undefined | null;
|
|
4025
|
+
json_ld?: string | undefined | null;
|
|
4026
|
+
};
|
|
4027
|
+
["Shapeaplikacja_gNavbarMenu"]: {
|
|
4028
|
+
name?: string | undefined | null;
|
|
4029
|
+
href?: string | undefined | null;
|
|
4030
|
+
};
|
|
4031
|
+
["Shapeaplikacja_gNavbar"]: {
|
|
4032
|
+
logo?: string | undefined | null;
|
|
4033
|
+
menu?: Array<ModelTypes["Shapeaplikacja_gNavbarMenu"] | undefined | null> | undefined | null;
|
|
4034
|
+
};
|
|
4035
|
+
["Shapeaplikacja_gHero"]: {
|
|
4036
|
+
heading?: string | undefined | null;
|
|
4037
|
+
subheading?: string | undefined | null;
|
|
4038
|
+
};
|
|
4039
|
+
["Shapeaplikacja_gExplainer_video"]: {
|
|
4040
|
+
title?: string | undefined | null;
|
|
4041
|
+
description?: string | undefined | null;
|
|
4042
|
+
video?: ModelTypes["VideoField"] | undefined | null;
|
|
4043
|
+
};
|
|
4044
|
+
["Shapeaplikacja_gVideo_list"]: {
|
|
4045
|
+
title?: string | undefined | null;
|
|
4046
|
+
description?: string | undefined | null;
|
|
4047
|
+
video?: ModelTypes["VideoField"] | undefined | null;
|
|
4048
|
+
};
|
|
4049
|
+
["Shapeaplikacja_gStatsItems"]: {
|
|
4050
|
+
label?: string | undefined | null;
|
|
4051
|
+
value?: number | undefined | null;
|
|
4052
|
+
};
|
|
4053
|
+
["Shapeaplikacja_gStats"]: {
|
|
4054
|
+
items?: Array<ModelTypes["Shapeaplikacja_gStatsItems"] | undefined | null> | undefined | null;
|
|
4055
|
+
};
|
|
4056
|
+
["Shapeaplikacja_gTestimonials"]: {
|
|
4057
|
+
name?: string | undefined | null;
|
|
4058
|
+
text?: string | undefined | null;
|
|
4059
|
+
};
|
|
4060
|
+
["Shapeaplikacja_gCall_to_action"]: {
|
|
4061
|
+
heading?: string | undefined | null;
|
|
4062
|
+
description?: string | undefined | null;
|
|
4063
|
+
button_text?: string | undefined | null;
|
|
4064
|
+
};
|
|
4065
|
+
["Shapeaplikacja_gFooterLinks"]: {
|
|
4066
|
+
label?: string | undefined | null;
|
|
4067
|
+
href?: string | undefined | null;
|
|
4068
|
+
};
|
|
4069
|
+
["Shapeaplikacja_gFooter"]: {
|
|
4070
|
+
copyright?: string | undefined | null;
|
|
4071
|
+
links?: Array<ModelTypes["Shapeaplikacja_gFooterLinks"] | undefined | null> | undefined | null;
|
|
4072
|
+
};
|
|
4073
|
+
["Shapeaplikacja_g"]: {
|
|
4074
|
+
navbar?: ModelTypes["Shapeaplikacja_gNavbar"] | undefined | null;
|
|
4075
|
+
hero?: ModelTypes["Shapeaplikacja_gHero"] | undefined | null;
|
|
4076
|
+
explainer_video?: ModelTypes["Shapeaplikacja_gExplainer_video"] | undefined | null;
|
|
4077
|
+
video_list?: Array<ModelTypes["Shapeaplikacja_gVideo_list"] | undefined | null> | undefined | null;
|
|
4078
|
+
stats?: ModelTypes["Shapeaplikacja_gStats"] | undefined | null;
|
|
4079
|
+
testimonials?: Array<ModelTypes["Shapeaplikacja_gTestimonials"] | undefined | null> | undefined | null;
|
|
4080
|
+
call_to_action?: ModelTypes["Shapeaplikacja_gCall_to_action"] | undefined | null;
|
|
4081
|
+
footer?: ModelTypes["Shapeaplikacja_gFooter"] | undefined | null;
|
|
4082
|
+
_id: string;
|
|
4083
|
+
createdAt?: number | undefined | null;
|
|
4084
|
+
updatedAt?: number | undefined | null;
|
|
4085
|
+
};
|
|
4086
|
+
["ShapebgalleryGallery_grid"]: {
|
|
4087
|
+
main_photo?: ModelTypes["ImageField"] | undefined | null;
|
|
4088
|
+
gallery_photos?: Array<ModelTypes["ImageField"] | undefined | null> | undefined | null;
|
|
4089
|
+
};
|
|
4090
|
+
["Shapebgallery"]: {
|
|
4091
|
+
gallery_grid?: ModelTypes["ShapebgalleryGallery_grid"] | undefined | null;
|
|
4092
|
+
rrrr?: string | undefined | null;
|
|
4093
|
+
_id: string;
|
|
4094
|
+
createdAt?: number | undefined | null;
|
|
4095
|
+
updatedAt?: number | undefined | null;
|
|
4096
|
+
};
|
|
4097
|
+
["ShapebookinaOverlaySearch_barSearch_button"]: {
|
|
4098
|
+
label?: string | undefined | null;
|
|
4099
|
+
};
|
|
4100
|
+
["ShapebookinaOverlaySearch_bar"]: {
|
|
4101
|
+
location?: string | undefined | null;
|
|
4102
|
+
search_button?: ModelTypes["ShapebookinaOverlaySearch_barSearch_button"] | undefined | null;
|
|
4103
|
+
};
|
|
4104
|
+
["ShapebookinaOverlay"]: {
|
|
4105
|
+
title?: string | undefined | null;
|
|
4106
|
+
subtitle?: string | undefined | null;
|
|
4107
|
+
search_bar?: ModelTypes["ShapebookinaOverlaySearch_bar"] | undefined | null;
|
|
4108
|
+
};
|
|
4109
|
+
["Shapebookina"]: {
|
|
4110
|
+
background_image?: ModelTypes["ImageField"] | undefined | null;
|
|
4111
|
+
overlay?: ModelTypes["ShapebookinaOverlay"] | undefined | null;
|
|
4112
|
+
_id: string;
|
|
4113
|
+
createdAt?: number | undefined | null;
|
|
4114
|
+
updatedAt?: number | undefined | null;
|
|
2566
4115
|
};
|
|
2567
|
-
["
|
|
4116
|
+
["ShapebpageBooking_sectionContainerGallery_wrapper"]: {
|
|
4117
|
+
gallery_grid?: ModelTypes["Shapebgallery"] | undefined | null;
|
|
4118
|
+
see_more_button?: string | undefined | null;
|
|
4119
|
+
};
|
|
4120
|
+
["ShapebpageBooking_sectionContainerTitle_location_wrapper"]: {
|
|
2568
4121
|
title?: string | undefined | null;
|
|
4122
|
+
location?: string | undefined | null;
|
|
4123
|
+
};
|
|
4124
|
+
["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"]: {
|
|
4125
|
+
name?: string | undefined | null;
|
|
4126
|
+
icon?: ModelTypes["ImageField"] | undefined | null;
|
|
4127
|
+
};
|
|
4128
|
+
["ShapebpageBooking_sectionContainerExtras_addons_wrapper"]: {
|
|
4129
|
+
extras_heading?: string | undefined | null;
|
|
4130
|
+
extras?: Array<ModelTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"] | undefined | null> | undefined | null;
|
|
4131
|
+
};
|
|
4132
|
+
["ShapebpageBooking_sectionContainerDescription_wrapper"]: {
|
|
2569
4133
|
description?: string | undefined | null;
|
|
2570
|
-
image?: ModelTypes["ImageField"] | undefined | null;
|
|
2571
4134
|
};
|
|
2572
|
-
["
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
feature_control?: ModelTypes["ViewhowitworksFeature_control"] | undefined | null;
|
|
2576
|
-
locale?: string | undefined | null;
|
|
2577
|
-
slug?: string | undefined | null;
|
|
2578
|
-
_id: string;
|
|
2579
|
-
createdAt?: number | undefined | null;
|
|
2580
|
-
updatedAt?: number | undefined | null;
|
|
2581
|
-
draft_version?: boolean | undefined | null;
|
|
2582
|
-
json_ld?: string | undefined | null;
|
|
4135
|
+
["ShapebpageBooking_sectionContainerLocation_info_wrapper"]: {
|
|
4136
|
+
location_info_heading?: string | undefined | null;
|
|
4137
|
+
location_info?: string | undefined | null;
|
|
2583
4138
|
};
|
|
2584
|
-
["
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
4139
|
+
["ShapebpageBooking_sectionContainer"]: {
|
|
4140
|
+
gallery_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerGallery_wrapper"] | undefined | null;
|
|
4141
|
+
title_location_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerTitle_location_wrapper"] | undefined | null;
|
|
4142
|
+
extras_addons_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapper"] | undefined | null;
|
|
4143
|
+
description_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerDescription_wrapper"] | undefined | null;
|
|
4144
|
+
location_info_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerLocation_info_wrapper"] | undefined | null;
|
|
4145
|
+
};
|
|
4146
|
+
["ShapebpageBooking_section"]: {
|
|
4147
|
+
container?: ModelTypes["ShapebpageBooking_sectionContainer"] | undefined | null;
|
|
4148
|
+
};
|
|
4149
|
+
["Shapebpage"]: {
|
|
4150
|
+
booking_section?: ModelTypes["ShapebpageBooking_section"] | undefined | null;
|
|
2591
4151
|
_id: string;
|
|
2592
4152
|
createdAt?: number | undefined | null;
|
|
2593
4153
|
updatedAt?: number | undefined | null;
|
|
2594
|
-
draft_version?: boolean | undefined | null;
|
|
2595
|
-
json_ld?: string | undefined | null;
|
|
2596
4154
|
};
|
|
2597
4155
|
["Shapecloud_sidebarSidebarMenuCategoryPage"]: {
|
|
2598
4156
|
name?: string | undefined | null;
|
|
@@ -2622,6 +4180,12 @@ export type ModelTypes = {
|
|
|
2622
4180
|
createdAt?: number | undefined | null;
|
|
2623
4181
|
updatedAt?: number | undefined | null;
|
|
2624
4182
|
};
|
|
4183
|
+
["Shapectabutton"]: {
|
|
4184
|
+
cta?: string | undefined | null;
|
|
4185
|
+
_id: string;
|
|
4186
|
+
createdAt?: number | undefined | null;
|
|
4187
|
+
updatedAt?: number | undefined | null;
|
|
4188
|
+
};
|
|
2625
4189
|
["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: {
|
|
2626
4190
|
content?: string | undefined | null;
|
|
2627
4191
|
};
|
|
@@ -2832,7 +4396,7 @@ export type ModelTypes = {
|
|
|
2832
4396
|
price?: string | undefined | null;
|
|
2833
4397
|
plan_description?: string | undefined | null;
|
|
2834
4398
|
feature_list?: ModelTypes["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"] | undefined | null;
|
|
2835
|
-
cta?:
|
|
4399
|
+
cta?: ModelTypes["Shapesecondary_cta"] | undefined | null;
|
|
2836
4400
|
};
|
|
2837
4401
|
["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"]: {
|
|
2838
4402
|
feature?: Array<string | undefined | null> | undefined | null;
|
|
@@ -2842,7 +4406,7 @@ export type ModelTypes = {
|
|
|
2842
4406
|
price?: string | undefined | null;
|
|
2843
4407
|
plan_description?: string | undefined | null;
|
|
2844
4408
|
feature_list?: ModelTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"] | undefined | null;
|
|
2845
|
-
cta?:
|
|
4409
|
+
cta?: ModelTypes["Shapectabutton"] | undefined | null;
|
|
2846
4410
|
};
|
|
2847
4411
|
["Shapepricingv1Pricing_sectionPlans_grid"]: {
|
|
2848
4412
|
free_plan?: ModelTypes["Shapepricingv1Pricing_sectionPlans_gridFree_plan"] | undefined | null;
|
|
@@ -2898,6 +4462,12 @@ export type ModelTypes = {
|
|
|
2898
4462
|
createdAt?: number | undefined | null;
|
|
2899
4463
|
updatedAt?: number | undefined | null;
|
|
2900
4464
|
};
|
|
4465
|
+
["Shapesecondary_cta"]: {
|
|
4466
|
+
cta?: string | undefined | null;
|
|
4467
|
+
_id: string;
|
|
4468
|
+
createdAt?: number | undefined | null;
|
|
4469
|
+
updatedAt?: number | undefined | null;
|
|
4470
|
+
};
|
|
2901
4471
|
["ShapesupportSectionHeader_wrapper"]: {
|
|
2902
4472
|
title?: string | undefined | null;
|
|
2903
4473
|
description?: string | undefined | null;
|
|
@@ -2921,6 +4491,27 @@ export type ModelTypes = {
|
|
|
2921
4491
|
createdAt?: number | undefined | null;
|
|
2922
4492
|
updatedAt?: number | undefined | null;
|
|
2923
4493
|
};
|
|
4494
|
+
["Shapeteee"]: {
|
|
4495
|
+
_id: string;
|
|
4496
|
+
createdAt?: number | undefined | null;
|
|
4497
|
+
updatedAt?: number | undefined | null;
|
|
4498
|
+
};
|
|
4499
|
+
["Shapetest"]: {
|
|
4500
|
+
rrr?: ModelTypes["Shapebgallery"] | undefined | null;
|
|
4501
|
+
_id: string;
|
|
4502
|
+
createdAt?: number | undefined | null;
|
|
4503
|
+
updatedAt?: number | undefined | null;
|
|
4504
|
+
};
|
|
4505
|
+
["Shapetitle_descTitledesc"]: {
|
|
4506
|
+
title?: string | undefined | null;
|
|
4507
|
+
description?: string | undefined | null;
|
|
4508
|
+
};
|
|
4509
|
+
["Shapetitle_desc"]: {
|
|
4510
|
+
titledesc?: ModelTypes["Shapetitle_descTitledesc"] | undefined | null;
|
|
4511
|
+
_id: string;
|
|
4512
|
+
createdAt?: number | undefined | null;
|
|
4513
|
+
updatedAt?: number | undefined | null;
|
|
4514
|
+
};
|
|
2924
4515
|
["ShapeusageMain"]: {
|
|
2925
4516
|
title?: string | undefined | null;
|
|
2926
4517
|
subtitle?: string | undefined | null;
|
|
@@ -2933,6 +4524,321 @@ export type ModelTypes = {
|
|
|
2933
4524
|
createdAt?: number | undefined | null;
|
|
2934
4525
|
updatedAt?: number | undefined | null;
|
|
2935
4526
|
};
|
|
4527
|
+
["FormregisterRegistration_stepUser_details"]: {
|
|
4528
|
+
_mocks?: string | undefined | null;
|
|
4529
|
+
username?: ModelTypes["FormTextField"] | undefined | null;
|
|
4530
|
+
password?: ModelTypes["FormTextField"] | undefined | null;
|
|
4531
|
+
full_name?: ModelTypes["FormTextField"] | undefined | null;
|
|
4532
|
+
phone?: ModelTypes["FormTextField"] | undefined | null;
|
|
4533
|
+
};
|
|
4534
|
+
["FormregisterRegistration_step"]: {
|
|
4535
|
+
_mocks?: string | undefined | null;
|
|
4536
|
+
user_details?: ModelTypes["FormregisterRegistration_stepUser_details"] | undefined | null;
|
|
4537
|
+
submit?: ModelTypes["FormSubmitField"] | undefined | null;
|
|
4538
|
+
};
|
|
4539
|
+
["Formregister"]: {
|
|
4540
|
+
_mocks?: string | undefined | null;
|
|
4541
|
+
_version?: ModelTypes["VersionField"] | undefined | null;
|
|
4542
|
+
state_step?: ModelTypes["FormVariableField"] | undefined | null;
|
|
4543
|
+
registration_step?: ModelTypes["FormregisterRegistration_step"] | undefined | null;
|
|
4544
|
+
current_step?: ModelTypes["FormVariableField"] | undefined | null;
|
|
4545
|
+
locale?: string | undefined | null;
|
|
4546
|
+
slug?: string | undefined | null;
|
|
4547
|
+
_id: string;
|
|
4548
|
+
createdAt?: string | undefined | null;
|
|
4549
|
+
updatedAt?: string | undefined | null;
|
|
4550
|
+
draft_version?: string | undefined | null;
|
|
4551
|
+
json_ld?: string | undefined | null;
|
|
4552
|
+
};
|
|
4553
|
+
["FormtestStep_basic_infoBasic_info_group"]: {
|
|
4554
|
+
_mocks?: string | undefined | null;
|
|
4555
|
+
window_type?: ModelTypes["FormRadioTextField"] | undefined | null;
|
|
4556
|
+
quantity?: ModelTypes["FormTextField"] | undefined | null;
|
|
4557
|
+
location?: ModelTypes["FormRadioTextField"] | undefined | null;
|
|
4558
|
+
};
|
|
4559
|
+
["FormtestStep_basic_info"]: {
|
|
4560
|
+
_mocks?: string | undefined | null;
|
|
4561
|
+
basic_info_group?: ModelTypes["FormtestStep_basic_infoBasic_info_group"] | undefined | null;
|
|
4562
|
+
basic_next?: ModelTypes["FormButtonField"] | undefined | null;
|
|
4563
|
+
};
|
|
4564
|
+
["FormtestStep_dimensionsDimensions_group"]: {
|
|
4565
|
+
_mocks?: string | undefined | null;
|
|
4566
|
+
width_mm?: ModelTypes["FormTextField"] | undefined | null;
|
|
4567
|
+
height_mm?: ModelTypes["FormTextField"] | undefined | null;
|
|
4568
|
+
depth_mm?: ModelTypes["FormTextField"] | undefined | null;
|
|
4569
|
+
opening_direction?: ModelTypes["FormRadioTextField"] | undefined | null;
|
|
4570
|
+
sash_count?: ModelTypes["FormTextField"] | undefined | null;
|
|
4571
|
+
};
|
|
4572
|
+
["FormtestStep_dimensions"]: {
|
|
4573
|
+
_mocks?: string | undefined | null;
|
|
4574
|
+
dimensions_group?: ModelTypes["FormtestStep_dimensionsDimensions_group"] | undefined | null;
|
|
4575
|
+
dimensions_back?: ModelTypes["FormButtonField"] | undefined | null;
|
|
4576
|
+
dimensions_next?: ModelTypes["FormButtonField"] | undefined | null;
|
|
4577
|
+
};
|
|
4578
|
+
["FormtestStep_featuresFeatures_group"]: {
|
|
4579
|
+
_mocks?: string | undefined | null;
|
|
4580
|
+
material?: ModelTypes["FormRadioTextField"] | undefined | null;
|
|
4581
|
+
color?: ModelTypes["FormTextField"] | undefined | null;
|
|
4582
|
+
glazing_type?: ModelTypes["FormRadioTextField"] | undefined | null;
|
|
4583
|
+
thermal_break?: ModelTypes["FormBooleanField"] | undefined | null;
|
|
4584
|
+
soundproofing?: ModelTypes["FormBooleanField"] | undefined | null;
|
|
4585
|
+
};
|
|
4586
|
+
["FormtestStep_features"]: {
|
|
4587
|
+
_mocks?: string | undefined | null;
|
|
4588
|
+
features_group?: ModelTypes["FormtestStep_featuresFeatures_group"] | undefined | null;
|
|
4589
|
+
features_back?: ModelTypes["FormButtonField"] | undefined | null;
|
|
4590
|
+
features_next?: ModelTypes["FormButtonField"] | undefined | null;
|
|
4591
|
+
};
|
|
4592
|
+
["FormtestStep_accessoriesAccessories_group"]: {
|
|
4593
|
+
_mocks?: string | undefined | null;
|
|
4594
|
+
handle_type?: ModelTypes["FormRadioTextField"] | undefined | null;
|
|
4595
|
+
lock_type?: ModelTypes["FormRadioTextField"] | undefined | null;
|
|
4596
|
+
mosquito_net?: ModelTypes["FormBooleanField"] | undefined | null;
|
|
4597
|
+
ventilator?: ModelTypes["FormBooleanField"] | undefined | null;
|
|
4598
|
+
accessories_other?: ModelTypes["FormTextField"] | undefined | null;
|
|
4599
|
+
};
|
|
4600
|
+
["FormtestStep_accessories"]: {
|
|
4601
|
+
_mocks?: string | undefined | null;
|
|
4602
|
+
accessories_group?: ModelTypes["FormtestStep_accessoriesAccessories_group"] | undefined | null;
|
|
4603
|
+
accessories_back?: ModelTypes["FormButtonField"] | undefined | null;
|
|
4604
|
+
accessories_next?: ModelTypes["FormButtonField"] | undefined | null;
|
|
4605
|
+
};
|
|
4606
|
+
["FormtestStep_summary"]: {
|
|
4607
|
+
_mocks?: string | undefined | null;
|
|
4608
|
+
summary_display?: ModelTypes["FormDisplayField"] | undefined | null;
|
|
4609
|
+
summary_back?: ModelTypes["FormButtonField"] | undefined | null;
|
|
4610
|
+
submit?: ModelTypes["FormSubmitField"] | undefined | null;
|
|
4611
|
+
};
|
|
4612
|
+
["Formtest"]: {
|
|
4613
|
+
_mocks?: string | undefined | null;
|
|
4614
|
+
_version?: ModelTypes["VersionField"] | undefined | null;
|
|
4615
|
+
form_step_variable?: ModelTypes["FormVariableField"] | undefined | null;
|
|
4616
|
+
step_basic_info?: ModelTypes["FormtestStep_basic_info"] | undefined | null;
|
|
4617
|
+
step_dimensions?: ModelTypes["FormtestStep_dimensions"] | undefined | null;
|
|
4618
|
+
step_features?: ModelTypes["FormtestStep_features"] | undefined | null;
|
|
4619
|
+
step_accessories?: ModelTypes["FormtestStep_accessories"] | undefined | null;
|
|
4620
|
+
step_summary?: ModelTypes["FormtestStep_summary"] | undefined | null;
|
|
4621
|
+
current_step?: ModelTypes["FormVariableField"] | undefined | null;
|
|
4622
|
+
locale?: string | undefined | null;
|
|
4623
|
+
slug?: string | undefined | null;
|
|
4624
|
+
_id: string;
|
|
4625
|
+
createdAt?: string | undefined | null;
|
|
4626
|
+
updatedAt?: string | undefined | null;
|
|
4627
|
+
draft_version?: string | undefined | null;
|
|
4628
|
+
json_ld?: string | undefined | null;
|
|
4629
|
+
};
|
|
4630
|
+
["SubmitFormregisterUser_details"]: {
|
|
4631
|
+
username?: string | undefined | null;
|
|
4632
|
+
password?: string | undefined | null;
|
|
4633
|
+
full_name?: string | undefined | null;
|
|
4634
|
+
phone?: string | undefined | null;
|
|
4635
|
+
};
|
|
4636
|
+
["SubmitFormregisterRegistration_step"]: {
|
|
4637
|
+
user_details?: ModelTypes["SubmitFormregisterUser_details"] | undefined | null;
|
|
4638
|
+
submit?: string | undefined | null;
|
|
4639
|
+
};
|
|
4640
|
+
["SubmitFormregister"]: {
|
|
4641
|
+
state_step?: string | undefined | null;
|
|
4642
|
+
registration_step?: ModelTypes["SubmitFormregisterRegistration_step"] | undefined | null;
|
|
4643
|
+
current_step?: string | undefined | null;
|
|
4644
|
+
locale?: string | undefined | null;
|
|
4645
|
+
slug?: string | undefined | null;
|
|
4646
|
+
_id?: string | undefined | null;
|
|
4647
|
+
createdAt?: string | undefined | null;
|
|
4648
|
+
updatedAt?: string | undefined | null;
|
|
4649
|
+
draft_version?: string | undefined | null;
|
|
4650
|
+
json_ld?: string | undefined | null;
|
|
4651
|
+
};
|
|
4652
|
+
["SubmitFormtestBasic_info_group"]: {
|
|
4653
|
+
window_type?: string | undefined | null;
|
|
4654
|
+
quantity?: string | undefined | null;
|
|
4655
|
+
location?: string | undefined | null;
|
|
4656
|
+
};
|
|
4657
|
+
["SubmitFormtestStep_basic_info"]: {
|
|
4658
|
+
basic_info_group?: ModelTypes["SubmitFormtestBasic_info_group"] | undefined | null;
|
|
4659
|
+
basic_next?: string | undefined | null;
|
|
4660
|
+
};
|
|
4661
|
+
["SubmitFormtestDimensions_group"]: {
|
|
4662
|
+
width_mm?: string | undefined | null;
|
|
4663
|
+
height_mm?: string | undefined | null;
|
|
4664
|
+
depth_mm?: string | undefined | null;
|
|
4665
|
+
opening_direction?: string | undefined | null;
|
|
4666
|
+
sash_count?: string | undefined | null;
|
|
4667
|
+
};
|
|
4668
|
+
["SubmitFormtestStep_dimensions"]: {
|
|
4669
|
+
dimensions_group?: ModelTypes["SubmitFormtestDimensions_group"] | undefined | null;
|
|
4670
|
+
dimensions_back?: string | undefined | null;
|
|
4671
|
+
dimensions_next?: string | undefined | null;
|
|
4672
|
+
};
|
|
4673
|
+
["SubmitFormtestFeatures_group"]: {
|
|
4674
|
+
material?: string | undefined | null;
|
|
4675
|
+
color?: string | undefined | null;
|
|
4676
|
+
glazing_type?: string | undefined | null;
|
|
4677
|
+
thermal_break?: boolean | undefined | null;
|
|
4678
|
+
soundproofing?: boolean | undefined | null;
|
|
4679
|
+
};
|
|
4680
|
+
["SubmitFormtestStep_features"]: {
|
|
4681
|
+
features_group?: ModelTypes["SubmitFormtestFeatures_group"] | undefined | null;
|
|
4682
|
+
features_back?: string | undefined | null;
|
|
4683
|
+
features_next?: string | undefined | null;
|
|
4684
|
+
};
|
|
4685
|
+
["SubmitFormtestAccessories_group"]: {
|
|
4686
|
+
handle_type?: string | undefined | null;
|
|
4687
|
+
lock_type?: string | undefined | null;
|
|
4688
|
+
mosquito_net?: boolean | undefined | null;
|
|
4689
|
+
ventilator?: boolean | undefined | null;
|
|
4690
|
+
accessories_other?: string | undefined | null;
|
|
4691
|
+
};
|
|
4692
|
+
["SubmitFormtestStep_accessories"]: {
|
|
4693
|
+
accessories_group?: ModelTypes["SubmitFormtestAccessories_group"] | undefined | null;
|
|
4694
|
+
accessories_back?: string | undefined | null;
|
|
4695
|
+
accessories_next?: string | undefined | null;
|
|
4696
|
+
};
|
|
4697
|
+
["SubmitFormtestStep_summary"]: {
|
|
4698
|
+
summary_display?: string | undefined | null;
|
|
4699
|
+
summary_back?: string | undefined | null;
|
|
4700
|
+
submit?: string | undefined | null;
|
|
4701
|
+
};
|
|
4702
|
+
["SubmitFormtest"]: {
|
|
4703
|
+
form_step_variable?: string | undefined | null;
|
|
4704
|
+
step_basic_info?: ModelTypes["SubmitFormtestStep_basic_info"] | undefined | null;
|
|
4705
|
+
step_dimensions?: ModelTypes["SubmitFormtestStep_dimensions"] | undefined | null;
|
|
4706
|
+
step_features?: ModelTypes["SubmitFormtestStep_features"] | undefined | null;
|
|
4707
|
+
step_accessories?: ModelTypes["SubmitFormtestStep_accessories"] | undefined | null;
|
|
4708
|
+
step_summary?: ModelTypes["SubmitFormtestStep_summary"] | undefined | null;
|
|
4709
|
+
current_step?: string | undefined | null;
|
|
4710
|
+
locale?: string | undefined | null;
|
|
4711
|
+
slug?: string | undefined | null;
|
|
4712
|
+
_id?: string | undefined | null;
|
|
4713
|
+
createdAt?: string | undefined | null;
|
|
4714
|
+
updatedAt?: string | undefined | null;
|
|
4715
|
+
draft_version?: string | undefined | null;
|
|
4716
|
+
json_ld?: string | undefined | null;
|
|
4717
|
+
};
|
|
4718
|
+
["ResponseFormregisterUser_details"]: {
|
|
4719
|
+
username?: string | undefined | null;
|
|
4720
|
+
password?: string | undefined | null;
|
|
4721
|
+
full_name?: string | undefined | null;
|
|
4722
|
+
phone?: string | undefined | null;
|
|
4723
|
+
};
|
|
4724
|
+
["ResponseFormregisterRegistration_step"]: {
|
|
4725
|
+
user_details?: ModelTypes["ResponseFormregisterUser_details"] | undefined | null;
|
|
4726
|
+
submit?: string | undefined | null;
|
|
4727
|
+
};
|
|
4728
|
+
["ResponseFormregister"]: {
|
|
4729
|
+
state_step?: string | undefined | null;
|
|
4730
|
+
registration_step?: ModelTypes["ResponseFormregisterRegistration_step"] | undefined | null;
|
|
4731
|
+
current_step?: string | undefined | null;
|
|
4732
|
+
locale?: string | undefined | null;
|
|
4733
|
+
slug?: string | undefined | null;
|
|
4734
|
+
_id?: string | undefined | null;
|
|
4735
|
+
createdAt?: string | undefined | null;
|
|
4736
|
+
updatedAt?: string | undefined | null;
|
|
4737
|
+
draft_version?: string | undefined | null;
|
|
4738
|
+
json_ld?: string | undefined | null;
|
|
4739
|
+
};
|
|
4740
|
+
["ResponseFormtestBasic_info_group"]: {
|
|
4741
|
+
window_type?: string | undefined | null;
|
|
4742
|
+
quantity?: string | undefined | null;
|
|
4743
|
+
location?: string | undefined | null;
|
|
4744
|
+
};
|
|
4745
|
+
["ResponseFormtestStep_basic_info"]: {
|
|
4746
|
+
basic_info_group?: ModelTypes["ResponseFormtestBasic_info_group"] | undefined | null;
|
|
4747
|
+
basic_next?: string | undefined | null;
|
|
4748
|
+
};
|
|
4749
|
+
["ResponseFormtestDimensions_group"]: {
|
|
4750
|
+
width_mm?: string | undefined | null;
|
|
4751
|
+
height_mm?: string | undefined | null;
|
|
4752
|
+
depth_mm?: string | undefined | null;
|
|
4753
|
+
opening_direction?: string | undefined | null;
|
|
4754
|
+
sash_count?: string | undefined | null;
|
|
4755
|
+
};
|
|
4756
|
+
["ResponseFormtestStep_dimensions"]: {
|
|
4757
|
+
dimensions_group?: ModelTypes["ResponseFormtestDimensions_group"] | undefined | null;
|
|
4758
|
+
dimensions_back?: string | undefined | null;
|
|
4759
|
+
dimensions_next?: string | undefined | null;
|
|
4760
|
+
};
|
|
4761
|
+
["ResponseFormtestFeatures_group"]: {
|
|
4762
|
+
material?: string | undefined | null;
|
|
4763
|
+
color?: string | undefined | null;
|
|
4764
|
+
glazing_type?: string | undefined | null;
|
|
4765
|
+
thermal_break?: boolean | undefined | null;
|
|
4766
|
+
soundproofing?: boolean | undefined | null;
|
|
4767
|
+
};
|
|
4768
|
+
["ResponseFormtestStep_features"]: {
|
|
4769
|
+
features_group?: ModelTypes["ResponseFormtestFeatures_group"] | undefined | null;
|
|
4770
|
+
features_back?: string | undefined | null;
|
|
4771
|
+
features_next?: string | undefined | null;
|
|
4772
|
+
};
|
|
4773
|
+
["ResponseFormtestAccessories_group"]: {
|
|
4774
|
+
handle_type?: string | undefined | null;
|
|
4775
|
+
lock_type?: string | undefined | null;
|
|
4776
|
+
mosquito_net?: boolean | undefined | null;
|
|
4777
|
+
ventilator?: boolean | undefined | null;
|
|
4778
|
+
accessories_other?: string | undefined | null;
|
|
4779
|
+
};
|
|
4780
|
+
["ResponseFormtestStep_accessories"]: {
|
|
4781
|
+
accessories_group?: ModelTypes["ResponseFormtestAccessories_group"] | undefined | null;
|
|
4782
|
+
accessories_back?: string | undefined | null;
|
|
4783
|
+
accessories_next?: string | undefined | null;
|
|
4784
|
+
};
|
|
4785
|
+
["ResponseFormtestStep_summary"]: {
|
|
4786
|
+
summary_display?: string | undefined | null;
|
|
4787
|
+
summary_back?: string | undefined | null;
|
|
4788
|
+
submit?: string | undefined | null;
|
|
4789
|
+
};
|
|
4790
|
+
["ResponseFormtest"]: {
|
|
4791
|
+
form_step_variable?: string | undefined | null;
|
|
4792
|
+
step_basic_info?: ModelTypes["ResponseFormtestStep_basic_info"] | undefined | null;
|
|
4793
|
+
step_dimensions?: ModelTypes["ResponseFormtestStep_dimensions"] | undefined | null;
|
|
4794
|
+
step_features?: ModelTypes["ResponseFormtestStep_features"] | undefined | null;
|
|
4795
|
+
step_accessories?: ModelTypes["ResponseFormtestStep_accessories"] | undefined | null;
|
|
4796
|
+
step_summary?: ModelTypes["ResponseFormtestStep_summary"] | undefined | null;
|
|
4797
|
+
current_step?: string | undefined | null;
|
|
4798
|
+
locale?: string | undefined | null;
|
|
4799
|
+
slug?: string | undefined | null;
|
|
4800
|
+
_id?: string | undefined | null;
|
|
4801
|
+
createdAt?: string | undefined | null;
|
|
4802
|
+
updatedAt?: string | undefined | null;
|
|
4803
|
+
draft_version?: string | undefined | null;
|
|
4804
|
+
json_ld?: string | undefined | null;
|
|
4805
|
+
};
|
|
4806
|
+
["SearchResponsesFormregister"]: {
|
|
4807
|
+
items?: Array<ModelTypes["ResponseFormregister"]> | undefined | null;
|
|
4808
|
+
totalCount?: number | undefined | null;
|
|
4809
|
+
};
|
|
4810
|
+
["ResponsesFormregisterFilter"]: {
|
|
4811
|
+
state_step?: string | undefined | null;
|
|
4812
|
+
registration_step?: string | undefined | null;
|
|
4813
|
+
current_step?: string | undefined | null;
|
|
4814
|
+
locale?: string | undefined | null;
|
|
4815
|
+
slug?: string | undefined | null;
|
|
4816
|
+
_id?: string | undefined | null;
|
|
4817
|
+
createdAt?: string | undefined | null;
|
|
4818
|
+
updatedAt?: string | undefined | null;
|
|
4819
|
+
draft_version?: string | undefined | null;
|
|
4820
|
+
json_ld?: string | undefined | null;
|
|
4821
|
+
};
|
|
4822
|
+
["SearchResponsesFormtest"]: {
|
|
4823
|
+
items?: Array<ModelTypes["ResponseFormtest"]> | undefined | null;
|
|
4824
|
+
totalCount?: number | undefined | null;
|
|
4825
|
+
};
|
|
4826
|
+
["ResponsesFormtestFilter"]: {
|
|
4827
|
+
form_step_variable?: string | undefined | null;
|
|
4828
|
+
step_basic_info?: string | undefined | null;
|
|
4829
|
+
step_dimensions?: string | undefined | null;
|
|
4830
|
+
step_features?: string | undefined | null;
|
|
4831
|
+
step_accessories?: string | undefined | null;
|
|
4832
|
+
step_summary?: string | undefined | null;
|
|
4833
|
+
current_step?: string | undefined | null;
|
|
4834
|
+
locale?: string | undefined | null;
|
|
4835
|
+
slug?: string | undefined | null;
|
|
4836
|
+
_id?: string | undefined | null;
|
|
4837
|
+
createdAt?: string | undefined | null;
|
|
4838
|
+
updatedAt?: string | undefined | null;
|
|
4839
|
+
draft_version?: string | undefined | null;
|
|
4840
|
+
json_ld?: string | undefined | null;
|
|
4841
|
+
};
|
|
2936
4842
|
["RootParamsInput"]: {
|
|
2937
4843
|
_version?: string | undefined | null;
|
|
2938
4844
|
locale?: string | undefined | null;
|
|
@@ -3093,10 +4999,6 @@ export type GraphQLTypes = {
|
|
|
3093
4999
|
ne?: string | undefined | null;
|
|
3094
5000
|
contain?: string | undefined | null;
|
|
3095
5001
|
};
|
|
3096
|
-
["Mutation"]: {
|
|
3097
|
-
__typename: "Mutation";
|
|
3098
|
-
heartbeat?: string | undefined | null;
|
|
3099
|
-
};
|
|
3100
5002
|
["RootParamsAdminType"]: "scalar" & {
|
|
3101
5003
|
name: "RootParamsAdminType";
|
|
3102
5004
|
};
|
|
@@ -3236,6 +5138,12 @@ export type GraphQLTypes = {
|
|
|
3236
5138
|
label?: string | undefined | null;
|
|
3237
5139
|
path?: string | undefined | null;
|
|
3238
5140
|
};
|
|
5141
|
+
["GenerateHusarShapeImplementorInput"]: {
|
|
5142
|
+
prompt: string;
|
|
5143
|
+
existingFileContent?: string | undefined | null;
|
|
5144
|
+
backendGraphQlContent?: string | undefined | null;
|
|
5145
|
+
includeShapes?: Array<string> | undefined | null;
|
|
5146
|
+
};
|
|
3239
5147
|
["CMSType"]: CMSType;
|
|
3240
5148
|
["Query"]: {
|
|
3241
5149
|
__typename: "Query";
|
|
@@ -3254,10 +5162,30 @@ export type GraphQLTypes = {
|
|
|
3254
5162
|
fieldSetdocs: string;
|
|
3255
5163
|
modeldocs: GraphQLTypes["ModelNavigationCompiled"];
|
|
3256
5164
|
previewFieldsdocs: GraphQLTypes["ModelNavigationCompiled"];
|
|
5165
|
+
fieldSetShapeaplikacja_g: string;
|
|
5166
|
+
modelShapeaplikacja_g: GraphQLTypes["ModelNavigationCompiled"];
|
|
5167
|
+
previewFieldsShapeaplikacja_g: GraphQLTypes["ModelNavigationCompiled"];
|
|
5168
|
+
oneShapeaplikacja_g?: GraphQLTypes["Shapeaplikacja_g"] | undefined | null;
|
|
5169
|
+
fieldSetShapebgallery: string;
|
|
5170
|
+
modelShapebgallery: GraphQLTypes["ModelNavigationCompiled"];
|
|
5171
|
+
previewFieldsShapebgallery: GraphQLTypes["ModelNavigationCompiled"];
|
|
5172
|
+
oneShapebgallery?: GraphQLTypes["Shapebgallery"] | undefined | null;
|
|
5173
|
+
fieldSetShapebookina: string;
|
|
5174
|
+
modelShapebookina: GraphQLTypes["ModelNavigationCompiled"];
|
|
5175
|
+
previewFieldsShapebookina: GraphQLTypes["ModelNavigationCompiled"];
|
|
5176
|
+
oneShapebookina?: GraphQLTypes["Shapebookina"] | undefined | null;
|
|
5177
|
+
fieldSetShapebpage: string;
|
|
5178
|
+
modelShapebpage: GraphQLTypes["ModelNavigationCompiled"];
|
|
5179
|
+
previewFieldsShapebpage: GraphQLTypes["ModelNavigationCompiled"];
|
|
5180
|
+
oneShapebpage?: GraphQLTypes["Shapebpage"] | undefined | null;
|
|
3257
5181
|
fieldSetShapecloud_sidebar: string;
|
|
3258
5182
|
modelShapecloud_sidebar: GraphQLTypes["ModelNavigationCompiled"];
|
|
3259
5183
|
previewFieldsShapecloud_sidebar: GraphQLTypes["ModelNavigationCompiled"];
|
|
3260
5184
|
oneShapecloud_sidebar?: GraphQLTypes["Shapecloud_sidebar"] | undefined | null;
|
|
5185
|
+
fieldSetShapectabutton: string;
|
|
5186
|
+
modelShapectabutton: GraphQLTypes["ModelNavigationCompiled"];
|
|
5187
|
+
previewFieldsShapectabutton: GraphQLTypes["ModelNavigationCompiled"];
|
|
5188
|
+
oneShapectabutton?: GraphQLTypes["Shapectabutton"] | undefined | null;
|
|
3261
5189
|
fieldSetShapedocs_content: string;
|
|
3262
5190
|
modelShapedocs_content: GraphQLTypes["ModelNavigationCompiled"];
|
|
3263
5191
|
previewFieldsShapedocs_content: GraphQLTypes["ModelNavigationCompiled"];
|
|
@@ -3306,10 +5234,26 @@ export type GraphQLTypes = {
|
|
|
3306
5234
|
modelShapeprofile_info: GraphQLTypes["ModelNavigationCompiled"];
|
|
3307
5235
|
previewFieldsShapeprofile_info: GraphQLTypes["ModelNavigationCompiled"];
|
|
3308
5236
|
oneShapeprofile_info?: GraphQLTypes["Shapeprofile_info"] | undefined | null;
|
|
5237
|
+
fieldSetShapesecondary_cta: string;
|
|
5238
|
+
modelShapesecondary_cta: GraphQLTypes["ModelNavigationCompiled"];
|
|
5239
|
+
previewFieldsShapesecondary_cta: GraphQLTypes["ModelNavigationCompiled"];
|
|
5240
|
+
oneShapesecondary_cta?: GraphQLTypes["Shapesecondary_cta"] | undefined | null;
|
|
3309
5241
|
fieldSetShapesupport: string;
|
|
3310
5242
|
modelShapesupport: GraphQLTypes["ModelNavigationCompiled"];
|
|
3311
5243
|
previewFieldsShapesupport: GraphQLTypes["ModelNavigationCompiled"];
|
|
3312
5244
|
oneShapesupport?: GraphQLTypes["Shapesupport"] | undefined | null;
|
|
5245
|
+
fieldSetShapeteee: string;
|
|
5246
|
+
modelShapeteee: GraphQLTypes["ModelNavigationCompiled"];
|
|
5247
|
+
previewFieldsShapeteee: GraphQLTypes["ModelNavigationCompiled"];
|
|
5248
|
+
oneShapeteee?: GraphQLTypes["Shapeteee"] | undefined | null;
|
|
5249
|
+
fieldSetShapetest: string;
|
|
5250
|
+
modelShapetest: GraphQLTypes["ModelNavigationCompiled"];
|
|
5251
|
+
previewFieldsShapetest: GraphQLTypes["ModelNavigationCompiled"];
|
|
5252
|
+
oneShapetest?: GraphQLTypes["Shapetest"] | undefined | null;
|
|
5253
|
+
fieldSetShapetitle_desc: string;
|
|
5254
|
+
modelShapetitle_desc: GraphQLTypes["ModelNavigationCompiled"];
|
|
5255
|
+
previewFieldsShapetitle_desc: GraphQLTypes["ModelNavigationCompiled"];
|
|
5256
|
+
oneShapetitle_desc?: GraphQLTypes["Shapetitle_desc"] | undefined | null;
|
|
3313
5257
|
fieldSetShapeusage: string;
|
|
3314
5258
|
modelShapeusage: GraphQLTypes["ModelNavigationCompiled"];
|
|
3315
5259
|
previewFieldsShapeusage: GraphQLTypes["ModelNavigationCompiled"];
|
|
@@ -3344,6 +5288,38 @@ export type GraphQLTypes = {
|
|
|
3344
5288
|
previewFieldsViewpricing: GraphQLTypes["ModelNavigationCompiled"];
|
|
3345
5289
|
oneViewpricing?: GraphQLTypes["Viewpricing"] | undefined | null;
|
|
3346
5290
|
oneAsScalarViewpricing?: GraphQLTypes["ViewAsScalar"] | undefined | null;
|
|
5291
|
+
variantsViewttt?: Array<GraphQLTypes["Viewttt"]> | undefined | null;
|
|
5292
|
+
fieldSetViewttt: string;
|
|
5293
|
+
modelViewttt: GraphQLTypes["ModelNavigationCompiled"];
|
|
5294
|
+
previewFieldsViewttt: GraphQLTypes["ModelNavigationCompiled"];
|
|
5295
|
+
oneViewttt?: GraphQLTypes["Viewttt"] | undefined | null;
|
|
5296
|
+
oneAsScalarViewttt?: GraphQLTypes["ViewAsScalar"] | undefined | null;
|
|
5297
|
+
variantsFormregister?: Array<GraphQLTypes["Formregister"]> | undefined | null;
|
|
5298
|
+
fieldSetFormregister: string;
|
|
5299
|
+
modelFormregister: GraphQLTypes["ModelNavigationCompiled"];
|
|
5300
|
+
previewFieldsFormregister: GraphQLTypes["ModelNavigationCompiled"];
|
|
5301
|
+
oneFormregister?: GraphQLTypes["Formregister"] | undefined | null;
|
|
5302
|
+
oneAsScalarFormregister?: GraphQLTypes["FormAsScalar"] | undefined | null;
|
|
5303
|
+
variantsFormtest?: Array<GraphQLTypes["Formtest"]> | undefined | null;
|
|
5304
|
+
fieldSetFormtest: string;
|
|
5305
|
+
modelFormtest: GraphQLTypes["ModelNavigationCompiled"];
|
|
5306
|
+
previewFieldsFormtest: GraphQLTypes["ModelNavigationCompiled"];
|
|
5307
|
+
oneFormtest?: GraphQLTypes["Formtest"] | undefined | null;
|
|
5308
|
+
oneAsScalarFormtest?: GraphQLTypes["FormAsScalar"] | undefined | null;
|
|
5309
|
+
responsesFormregister?: GraphQLTypes["SearchResponsesFormregister"] | undefined | null;
|
|
5310
|
+
responseFormregister?: GraphQLTypes["ResponseFormregister"] | undefined | null;
|
|
5311
|
+
responseFieldSetFormregister?: string | undefined | null;
|
|
5312
|
+
responsesFormtest?: GraphQLTypes["SearchResponsesFormtest"] | undefined | null;
|
|
5313
|
+
responseFormtest?: GraphQLTypes["ResponseFormtest"] | undefined | null;
|
|
5314
|
+
responseFieldSetFormtest?: string | undefined | null;
|
|
5315
|
+
};
|
|
5316
|
+
["Mutation"]: {
|
|
5317
|
+
__typename: "Mutation";
|
|
5318
|
+
heartbeat?: string | undefined | null;
|
|
5319
|
+
submitResponseFormregister?: boolean | undefined | null;
|
|
5320
|
+
removeResponseFormregister?: boolean | undefined | null;
|
|
5321
|
+
submitResponseFormtest?: boolean | undefined | null;
|
|
5322
|
+
removeResponseFormtest?: boolean | undefined | null;
|
|
3347
5323
|
};
|
|
3348
5324
|
["RootParamsType"]: {
|
|
3349
5325
|
__typename: "RootParamsType";
|
|
@@ -3353,6 +5329,7 @@ export type GraphQLTypes = {
|
|
|
3353
5329
|
["ModelEnum"]: ModelEnum;
|
|
3354
5330
|
["ViewEnum"]: ViewEnum;
|
|
3355
5331
|
["ShapeEnum"]: ShapeEnum;
|
|
5332
|
+
["FormEnum"]: FormEnum;
|
|
3356
5333
|
["docs__Connection"]: {
|
|
3357
5334
|
__typename: "docs__Connection";
|
|
3358
5335
|
items?: Array<GraphQLTypes["docs"]> | undefined | null;
|
|
@@ -3363,8 +5340,8 @@ export type GraphQLTypes = {
|
|
|
3363
5340
|
_version?: GraphQLTypes["VersionField"] | undefined | null;
|
|
3364
5341
|
title?: string | undefined | null;
|
|
3365
5342
|
seotitle?: string | undefined | null;
|
|
3366
|
-
metadesc?: string | undefined | null;
|
|
3367
5343
|
sortid?: number | undefined | null;
|
|
5344
|
+
metadesc?: string | undefined | null;
|
|
3368
5345
|
main_category?: string | undefined | null;
|
|
3369
5346
|
content?: string | undefined | null;
|
|
3370
5347
|
video?: GraphQLTypes["VideoField"] | undefined | null;
|
|
@@ -3410,12 +5387,26 @@ export type GraphQLTypes = {
|
|
|
3410
5387
|
draft_version?: boolean | undefined | null;
|
|
3411
5388
|
json_ld?: string | undefined | null;
|
|
3412
5389
|
};
|
|
5390
|
+
["ViewhomepageCotContain"]: {
|
|
5391
|
+
__typename: "ViewhomepageCotContain";
|
|
5392
|
+
header?: GraphQLTypes["Shapetitle_desc"] | undefined | null;
|
|
5393
|
+
};
|
|
5394
|
+
["ViewhomepageCotFeatures"]: {
|
|
5395
|
+
__typename: "ViewhomepageCotFeatures";
|
|
5396
|
+
feat?: Array<GraphQLTypes["Shapefeaturepresentation"] | undefined | null> | undefined | null;
|
|
5397
|
+
};
|
|
5398
|
+
["ViewhomepageCot"]: {
|
|
5399
|
+
__typename: "ViewhomepageCot";
|
|
5400
|
+
contain?: GraphQLTypes["ViewhomepageCotContain"] | undefined | null;
|
|
5401
|
+
features?: GraphQLTypes["ViewhomepageCotFeatures"] | undefined | null;
|
|
5402
|
+
};
|
|
3413
5403
|
["Viewhomepage"]: {
|
|
3414
5404
|
__typename: "Viewhomepage";
|
|
3415
5405
|
_version?: GraphQLTypes["VersionField"] | undefined | null;
|
|
3416
5406
|
nav?: GraphQLTypes["Shapenav"] | undefined | null;
|
|
3417
5407
|
main?: GraphQLTypes["Shapehero"] | undefined | null;
|
|
3418
5408
|
hero?: GraphQLTypes["Shapeherox"] | undefined | null;
|
|
5409
|
+
cot?: GraphQLTypes["ViewhomepageCot"] | undefined | null;
|
|
3419
5410
|
pricing?: GraphQLTypes["Shapepricingv1"] | undefined | null;
|
|
3420
5411
|
footer?: GraphQLTypes["Shapefoot"] | undefined | null;
|
|
3421
5412
|
locale?: string | undefined | null;
|
|
@@ -3459,6 +5450,172 @@ export type GraphQLTypes = {
|
|
|
3459
5450
|
draft_version?: boolean | undefined | null;
|
|
3460
5451
|
json_ld?: string | undefined | null;
|
|
3461
5452
|
};
|
|
5453
|
+
["Viewttt"]: {
|
|
5454
|
+
__typename: "Viewttt";
|
|
5455
|
+
_version?: GraphQLTypes["VersionField"] | undefined | null;
|
|
5456
|
+
locale?: string | undefined | null;
|
|
5457
|
+
slug?: string | undefined | null;
|
|
5458
|
+
_id: string;
|
|
5459
|
+
createdAt?: number | undefined | null;
|
|
5460
|
+
updatedAt?: number | undefined | null;
|
|
5461
|
+
draft_version?: boolean | undefined | null;
|
|
5462
|
+
json_ld?: string | undefined | null;
|
|
5463
|
+
};
|
|
5464
|
+
["Shapeaplikacja_gNavbarMenu"]: {
|
|
5465
|
+
__typename: "Shapeaplikacja_gNavbarMenu";
|
|
5466
|
+
name?: string | undefined | null;
|
|
5467
|
+
href?: string | undefined | null;
|
|
5468
|
+
};
|
|
5469
|
+
["Shapeaplikacja_gNavbar"]: {
|
|
5470
|
+
__typename: "Shapeaplikacja_gNavbar";
|
|
5471
|
+
logo?: string | undefined | null;
|
|
5472
|
+
menu?: Array<GraphQLTypes["Shapeaplikacja_gNavbarMenu"] | undefined | null> | undefined | null;
|
|
5473
|
+
};
|
|
5474
|
+
["Shapeaplikacja_gHero"]: {
|
|
5475
|
+
__typename: "Shapeaplikacja_gHero";
|
|
5476
|
+
heading?: string | undefined | null;
|
|
5477
|
+
subheading?: string | undefined | null;
|
|
5478
|
+
};
|
|
5479
|
+
["Shapeaplikacja_gExplainer_video"]: {
|
|
5480
|
+
__typename: "Shapeaplikacja_gExplainer_video";
|
|
5481
|
+
title?: string | undefined | null;
|
|
5482
|
+
description?: string | undefined | null;
|
|
5483
|
+
video?: GraphQLTypes["VideoField"] | undefined | null;
|
|
5484
|
+
};
|
|
5485
|
+
["Shapeaplikacja_gVideo_list"]: {
|
|
5486
|
+
__typename: "Shapeaplikacja_gVideo_list";
|
|
5487
|
+
title?: string | undefined | null;
|
|
5488
|
+
description?: string | undefined | null;
|
|
5489
|
+
video?: GraphQLTypes["VideoField"] | undefined | null;
|
|
5490
|
+
};
|
|
5491
|
+
["Shapeaplikacja_gStatsItems"]: {
|
|
5492
|
+
__typename: "Shapeaplikacja_gStatsItems";
|
|
5493
|
+
label?: string | undefined | null;
|
|
5494
|
+
value?: number | undefined | null;
|
|
5495
|
+
};
|
|
5496
|
+
["Shapeaplikacja_gStats"]: {
|
|
5497
|
+
__typename: "Shapeaplikacja_gStats";
|
|
5498
|
+
items?: Array<GraphQLTypes["Shapeaplikacja_gStatsItems"] | undefined | null> | undefined | null;
|
|
5499
|
+
};
|
|
5500
|
+
["Shapeaplikacja_gTestimonials"]: {
|
|
5501
|
+
__typename: "Shapeaplikacja_gTestimonials";
|
|
5502
|
+
name?: string | undefined | null;
|
|
5503
|
+
text?: string | undefined | null;
|
|
5504
|
+
};
|
|
5505
|
+
["Shapeaplikacja_gCall_to_action"]: {
|
|
5506
|
+
__typename: "Shapeaplikacja_gCall_to_action";
|
|
5507
|
+
heading?: string | undefined | null;
|
|
5508
|
+
description?: string | undefined | null;
|
|
5509
|
+
button_text?: string | undefined | null;
|
|
5510
|
+
};
|
|
5511
|
+
["Shapeaplikacja_gFooterLinks"]: {
|
|
5512
|
+
__typename: "Shapeaplikacja_gFooterLinks";
|
|
5513
|
+
label?: string | undefined | null;
|
|
5514
|
+
href?: string | undefined | null;
|
|
5515
|
+
};
|
|
5516
|
+
["Shapeaplikacja_gFooter"]: {
|
|
5517
|
+
__typename: "Shapeaplikacja_gFooter";
|
|
5518
|
+
copyright?: string | undefined | null;
|
|
5519
|
+
links?: Array<GraphQLTypes["Shapeaplikacja_gFooterLinks"] | undefined | null> | undefined | null;
|
|
5520
|
+
};
|
|
5521
|
+
["Shapeaplikacja_g"]: {
|
|
5522
|
+
__typename: "Shapeaplikacja_g";
|
|
5523
|
+
navbar?: GraphQLTypes["Shapeaplikacja_gNavbar"] | undefined | null;
|
|
5524
|
+
hero?: GraphQLTypes["Shapeaplikacja_gHero"] | undefined | null;
|
|
5525
|
+
explainer_video?: GraphQLTypes["Shapeaplikacja_gExplainer_video"] | undefined | null;
|
|
5526
|
+
video_list?: Array<GraphQLTypes["Shapeaplikacja_gVideo_list"] | undefined | null> | undefined | null;
|
|
5527
|
+
stats?: GraphQLTypes["Shapeaplikacja_gStats"] | undefined | null;
|
|
5528
|
+
testimonials?: Array<GraphQLTypes["Shapeaplikacja_gTestimonials"] | undefined | null> | undefined | null;
|
|
5529
|
+
call_to_action?: GraphQLTypes["Shapeaplikacja_gCall_to_action"] | undefined | null;
|
|
5530
|
+
footer?: GraphQLTypes["Shapeaplikacja_gFooter"] | undefined | null;
|
|
5531
|
+
_id: string;
|
|
5532
|
+
createdAt?: number | undefined | null;
|
|
5533
|
+
updatedAt?: number | undefined | null;
|
|
5534
|
+
};
|
|
5535
|
+
["ShapebgalleryGallery_grid"]: {
|
|
5536
|
+
__typename: "ShapebgalleryGallery_grid";
|
|
5537
|
+
main_photo?: GraphQLTypes["ImageField"] | undefined | null;
|
|
5538
|
+
gallery_photos?: Array<GraphQLTypes["ImageField"] | undefined | null> | undefined | null;
|
|
5539
|
+
};
|
|
5540
|
+
["Shapebgallery"]: {
|
|
5541
|
+
__typename: "Shapebgallery";
|
|
5542
|
+
gallery_grid?: GraphQLTypes["ShapebgalleryGallery_grid"] | undefined | null;
|
|
5543
|
+
rrrr?: string | undefined | null;
|
|
5544
|
+
_id: string;
|
|
5545
|
+
createdAt?: number | undefined | null;
|
|
5546
|
+
updatedAt?: number | undefined | null;
|
|
5547
|
+
};
|
|
5548
|
+
["ShapebookinaOverlaySearch_barSearch_button"]: {
|
|
5549
|
+
__typename: "ShapebookinaOverlaySearch_barSearch_button";
|
|
5550
|
+
label?: string | undefined | null;
|
|
5551
|
+
};
|
|
5552
|
+
["ShapebookinaOverlaySearch_bar"]: {
|
|
5553
|
+
__typename: "ShapebookinaOverlaySearch_bar";
|
|
5554
|
+
location?: string | undefined | null;
|
|
5555
|
+
search_button?: GraphQLTypes["ShapebookinaOverlaySearch_barSearch_button"] | undefined | null;
|
|
5556
|
+
};
|
|
5557
|
+
["ShapebookinaOverlay"]: {
|
|
5558
|
+
__typename: "ShapebookinaOverlay";
|
|
5559
|
+
title?: string | undefined | null;
|
|
5560
|
+
subtitle?: string | undefined | null;
|
|
5561
|
+
search_bar?: GraphQLTypes["ShapebookinaOverlaySearch_bar"] | undefined | null;
|
|
5562
|
+
};
|
|
5563
|
+
["Shapebookina"]: {
|
|
5564
|
+
__typename: "Shapebookina";
|
|
5565
|
+
background_image?: GraphQLTypes["ImageField"] | undefined | null;
|
|
5566
|
+
overlay?: GraphQLTypes["ShapebookinaOverlay"] | undefined | null;
|
|
5567
|
+
_id: string;
|
|
5568
|
+
createdAt?: number | undefined | null;
|
|
5569
|
+
updatedAt?: number | undefined | null;
|
|
5570
|
+
};
|
|
5571
|
+
["ShapebpageBooking_sectionContainerGallery_wrapper"]: {
|
|
5572
|
+
__typename: "ShapebpageBooking_sectionContainerGallery_wrapper";
|
|
5573
|
+
gallery_grid?: GraphQLTypes["Shapebgallery"] | undefined | null;
|
|
5574
|
+
see_more_button?: string | undefined | null;
|
|
5575
|
+
};
|
|
5576
|
+
["ShapebpageBooking_sectionContainerTitle_location_wrapper"]: {
|
|
5577
|
+
__typename: "ShapebpageBooking_sectionContainerTitle_location_wrapper";
|
|
5578
|
+
title?: string | undefined | null;
|
|
5579
|
+
location?: string | undefined | null;
|
|
5580
|
+
};
|
|
5581
|
+
["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"]: {
|
|
5582
|
+
__typename: "ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras";
|
|
5583
|
+
name?: string | undefined | null;
|
|
5584
|
+
icon?: GraphQLTypes["ImageField"] | undefined | null;
|
|
5585
|
+
};
|
|
5586
|
+
["ShapebpageBooking_sectionContainerExtras_addons_wrapper"]: {
|
|
5587
|
+
__typename: "ShapebpageBooking_sectionContainerExtras_addons_wrapper";
|
|
5588
|
+
extras_heading?: string | undefined | null;
|
|
5589
|
+
extras?: Array<GraphQLTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"] | undefined | null> | undefined | null;
|
|
5590
|
+
};
|
|
5591
|
+
["ShapebpageBooking_sectionContainerDescription_wrapper"]: {
|
|
5592
|
+
__typename: "ShapebpageBooking_sectionContainerDescription_wrapper";
|
|
5593
|
+
description?: string | undefined | null;
|
|
5594
|
+
};
|
|
5595
|
+
["ShapebpageBooking_sectionContainerLocation_info_wrapper"]: {
|
|
5596
|
+
__typename: "ShapebpageBooking_sectionContainerLocation_info_wrapper";
|
|
5597
|
+
location_info_heading?: string | undefined | null;
|
|
5598
|
+
location_info?: string | undefined | null;
|
|
5599
|
+
};
|
|
5600
|
+
["ShapebpageBooking_sectionContainer"]: {
|
|
5601
|
+
__typename: "ShapebpageBooking_sectionContainer";
|
|
5602
|
+
gallery_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerGallery_wrapper"] | undefined | null;
|
|
5603
|
+
title_location_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerTitle_location_wrapper"] | undefined | null;
|
|
5604
|
+
extras_addons_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapper"] | undefined | null;
|
|
5605
|
+
description_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerDescription_wrapper"] | undefined | null;
|
|
5606
|
+
location_info_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerLocation_info_wrapper"] | undefined | null;
|
|
5607
|
+
};
|
|
5608
|
+
["ShapebpageBooking_section"]: {
|
|
5609
|
+
__typename: "ShapebpageBooking_section";
|
|
5610
|
+
container?: GraphQLTypes["ShapebpageBooking_sectionContainer"] | undefined | null;
|
|
5611
|
+
};
|
|
5612
|
+
["Shapebpage"]: {
|
|
5613
|
+
__typename: "Shapebpage";
|
|
5614
|
+
booking_section?: GraphQLTypes["ShapebpageBooking_section"] | undefined | null;
|
|
5615
|
+
_id: string;
|
|
5616
|
+
createdAt?: number | undefined | null;
|
|
5617
|
+
updatedAt?: number | undefined | null;
|
|
5618
|
+
};
|
|
3462
5619
|
["Shapecloud_sidebarSidebarMenuCategoryPage"]: {
|
|
3463
5620
|
__typename: "Shapecloud_sidebarSidebarMenuCategoryPage";
|
|
3464
5621
|
name?: string | undefined | null;
|
|
@@ -3494,6 +5651,13 @@ export type GraphQLTypes = {
|
|
|
3494
5651
|
createdAt?: number | undefined | null;
|
|
3495
5652
|
updatedAt?: number | undefined | null;
|
|
3496
5653
|
};
|
|
5654
|
+
["Shapectabutton"]: {
|
|
5655
|
+
__typename: "Shapectabutton";
|
|
5656
|
+
cta?: string | undefined | null;
|
|
5657
|
+
_id: string;
|
|
5658
|
+
createdAt?: number | undefined | null;
|
|
5659
|
+
updatedAt?: number | undefined | null;
|
|
5660
|
+
};
|
|
3497
5661
|
["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: {
|
|
3498
5662
|
__typename: "Shapedocs_contentDocumentation_pageContent_containerDoc_content";
|
|
3499
5663
|
content?: string | undefined | null;
|
|
@@ -3751,7 +5915,7 @@ export type GraphQLTypes = {
|
|
|
3751
5915
|
price?: string | undefined | null;
|
|
3752
5916
|
plan_description?: string | undefined | null;
|
|
3753
5917
|
feature_list?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"] | undefined | null;
|
|
3754
|
-
cta?:
|
|
5918
|
+
cta?: GraphQLTypes["Shapesecondary_cta"] | undefined | null;
|
|
3755
5919
|
};
|
|
3756
5920
|
["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"]: {
|
|
3757
5921
|
__typename: "Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list";
|
|
@@ -3763,7 +5927,7 @@ export type GraphQLTypes = {
|
|
|
3763
5927
|
price?: string | undefined | null;
|
|
3764
5928
|
plan_description?: string | undefined | null;
|
|
3765
5929
|
feature_list?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"] | undefined | null;
|
|
3766
|
-
cta?:
|
|
5930
|
+
cta?: GraphQLTypes["Shapectabutton"] | undefined | null;
|
|
3767
5931
|
};
|
|
3768
5932
|
["Shapepricingv1Pricing_sectionPlans_grid"]: {
|
|
3769
5933
|
__typename: "Shapepricingv1Pricing_sectionPlans_grid";
|
|
@@ -3831,6 +5995,13 @@ export type GraphQLTypes = {
|
|
|
3831
5995
|
createdAt?: number | undefined | null;
|
|
3832
5996
|
updatedAt?: number | undefined | null;
|
|
3833
5997
|
};
|
|
5998
|
+
["Shapesecondary_cta"]: {
|
|
5999
|
+
__typename: "Shapesecondary_cta";
|
|
6000
|
+
cta?: string | undefined | null;
|
|
6001
|
+
_id: string;
|
|
6002
|
+
createdAt?: number | undefined | null;
|
|
6003
|
+
updatedAt?: number | undefined | null;
|
|
6004
|
+
};
|
|
3834
6005
|
["ShapesupportSectionHeader_wrapper"]: {
|
|
3835
6006
|
__typename: "ShapesupportSectionHeader_wrapper";
|
|
3836
6007
|
title?: string | undefined | null;
|
|
@@ -3859,6 +6030,31 @@ export type GraphQLTypes = {
|
|
|
3859
6030
|
createdAt?: number | undefined | null;
|
|
3860
6031
|
updatedAt?: number | undefined | null;
|
|
3861
6032
|
};
|
|
6033
|
+
["Shapeteee"]: {
|
|
6034
|
+
__typename: "Shapeteee";
|
|
6035
|
+
_id: string;
|
|
6036
|
+
createdAt?: number | undefined | null;
|
|
6037
|
+
updatedAt?: number | undefined | null;
|
|
6038
|
+
};
|
|
6039
|
+
["Shapetest"]: {
|
|
6040
|
+
__typename: "Shapetest";
|
|
6041
|
+
rrr?: GraphQLTypes["Shapebgallery"] | undefined | null;
|
|
6042
|
+
_id: string;
|
|
6043
|
+
createdAt?: number | undefined | null;
|
|
6044
|
+
updatedAt?: number | undefined | null;
|
|
6045
|
+
};
|
|
6046
|
+
["Shapetitle_descTitledesc"]: {
|
|
6047
|
+
__typename: "Shapetitle_descTitledesc";
|
|
6048
|
+
title?: string | undefined | null;
|
|
6049
|
+
description?: string | undefined | null;
|
|
6050
|
+
};
|
|
6051
|
+
["Shapetitle_desc"]: {
|
|
6052
|
+
__typename: "Shapetitle_desc";
|
|
6053
|
+
titledesc?: GraphQLTypes["Shapetitle_descTitledesc"] | undefined | null;
|
|
6054
|
+
_id: string;
|
|
6055
|
+
createdAt?: number | undefined | null;
|
|
6056
|
+
updatedAt?: number | undefined | null;
|
|
6057
|
+
};
|
|
3862
6058
|
["ShapeusageMain"]: {
|
|
3863
6059
|
__typename: "ShapeusageMain";
|
|
3864
6060
|
title?: string | undefined | null;
|
|
@@ -3873,6 +6069,349 @@ export type GraphQLTypes = {
|
|
|
3873
6069
|
createdAt?: number | undefined | null;
|
|
3874
6070
|
updatedAt?: number | undefined | null;
|
|
3875
6071
|
};
|
|
6072
|
+
["FormregisterRegistration_stepUser_details"]: {
|
|
6073
|
+
__typename: "FormregisterRegistration_stepUser_details";
|
|
6074
|
+
_mocks?: string | undefined | null;
|
|
6075
|
+
username?: GraphQLTypes["FormTextField"] | undefined | null;
|
|
6076
|
+
password?: GraphQLTypes["FormTextField"] | undefined | null;
|
|
6077
|
+
full_name?: GraphQLTypes["FormTextField"] | undefined | null;
|
|
6078
|
+
phone?: GraphQLTypes["FormTextField"] | undefined | null;
|
|
6079
|
+
};
|
|
6080
|
+
["FormregisterRegistration_step"]: {
|
|
6081
|
+
__typename: "FormregisterRegistration_step";
|
|
6082
|
+
_mocks?: string | undefined | null;
|
|
6083
|
+
user_details?: GraphQLTypes["FormregisterRegistration_stepUser_details"] | undefined | null;
|
|
6084
|
+
submit?: GraphQLTypes["FormSubmitField"] | undefined | null;
|
|
6085
|
+
};
|
|
6086
|
+
["Formregister"]: {
|
|
6087
|
+
__typename: "Formregister";
|
|
6088
|
+
_mocks?: string | undefined | null;
|
|
6089
|
+
_version?: GraphQLTypes["VersionField"] | undefined | null;
|
|
6090
|
+
state_step?: GraphQLTypes["FormVariableField"] | undefined | null;
|
|
6091
|
+
registration_step?: GraphQLTypes["FormregisterRegistration_step"] | undefined | null;
|
|
6092
|
+
current_step?: GraphQLTypes["FormVariableField"] | undefined | null;
|
|
6093
|
+
locale?: string | undefined | null;
|
|
6094
|
+
slug?: string | undefined | null;
|
|
6095
|
+
_id: string;
|
|
6096
|
+
createdAt?: string | undefined | null;
|
|
6097
|
+
updatedAt?: string | undefined | null;
|
|
6098
|
+
draft_version?: string | undefined | null;
|
|
6099
|
+
json_ld?: string | undefined | null;
|
|
6100
|
+
};
|
|
6101
|
+
["FormtestStep_basic_infoBasic_info_group"]: {
|
|
6102
|
+
__typename: "FormtestStep_basic_infoBasic_info_group";
|
|
6103
|
+
_mocks?: string | undefined | null;
|
|
6104
|
+
window_type?: GraphQLTypes["FormRadioTextField"] | undefined | null;
|
|
6105
|
+
quantity?: GraphQLTypes["FormTextField"] | undefined | null;
|
|
6106
|
+
location?: GraphQLTypes["FormRadioTextField"] | undefined | null;
|
|
6107
|
+
};
|
|
6108
|
+
["FormtestStep_basic_info"]: {
|
|
6109
|
+
__typename: "FormtestStep_basic_info";
|
|
6110
|
+
_mocks?: string | undefined | null;
|
|
6111
|
+
basic_info_group?: GraphQLTypes["FormtestStep_basic_infoBasic_info_group"] | undefined | null;
|
|
6112
|
+
basic_next?: GraphQLTypes["FormButtonField"] | undefined | null;
|
|
6113
|
+
};
|
|
6114
|
+
["FormtestStep_dimensionsDimensions_group"]: {
|
|
6115
|
+
__typename: "FormtestStep_dimensionsDimensions_group";
|
|
6116
|
+
_mocks?: string | undefined | null;
|
|
6117
|
+
width_mm?: GraphQLTypes["FormTextField"] | undefined | null;
|
|
6118
|
+
height_mm?: GraphQLTypes["FormTextField"] | undefined | null;
|
|
6119
|
+
depth_mm?: GraphQLTypes["FormTextField"] | undefined | null;
|
|
6120
|
+
opening_direction?: GraphQLTypes["FormRadioTextField"] | undefined | null;
|
|
6121
|
+
sash_count?: GraphQLTypes["FormTextField"] | undefined | null;
|
|
6122
|
+
};
|
|
6123
|
+
["FormtestStep_dimensions"]: {
|
|
6124
|
+
__typename: "FormtestStep_dimensions";
|
|
6125
|
+
_mocks?: string | undefined | null;
|
|
6126
|
+
dimensions_group?: GraphQLTypes["FormtestStep_dimensionsDimensions_group"] | undefined | null;
|
|
6127
|
+
dimensions_back?: GraphQLTypes["FormButtonField"] | undefined | null;
|
|
6128
|
+
dimensions_next?: GraphQLTypes["FormButtonField"] | undefined | null;
|
|
6129
|
+
};
|
|
6130
|
+
["FormtestStep_featuresFeatures_group"]: {
|
|
6131
|
+
__typename: "FormtestStep_featuresFeatures_group";
|
|
6132
|
+
_mocks?: string | undefined | null;
|
|
6133
|
+
material?: GraphQLTypes["FormRadioTextField"] | undefined | null;
|
|
6134
|
+
color?: GraphQLTypes["FormTextField"] | undefined | null;
|
|
6135
|
+
glazing_type?: GraphQLTypes["FormRadioTextField"] | undefined | null;
|
|
6136
|
+
thermal_break?: GraphQLTypes["FormBooleanField"] | undefined | null;
|
|
6137
|
+
soundproofing?: GraphQLTypes["FormBooleanField"] | undefined | null;
|
|
6138
|
+
};
|
|
6139
|
+
["FormtestStep_features"]: {
|
|
6140
|
+
__typename: "FormtestStep_features";
|
|
6141
|
+
_mocks?: string | undefined | null;
|
|
6142
|
+
features_group?: GraphQLTypes["FormtestStep_featuresFeatures_group"] | undefined | null;
|
|
6143
|
+
features_back?: GraphQLTypes["FormButtonField"] | undefined | null;
|
|
6144
|
+
features_next?: GraphQLTypes["FormButtonField"] | undefined | null;
|
|
6145
|
+
};
|
|
6146
|
+
["FormtestStep_accessoriesAccessories_group"]: {
|
|
6147
|
+
__typename: "FormtestStep_accessoriesAccessories_group";
|
|
6148
|
+
_mocks?: string | undefined | null;
|
|
6149
|
+
handle_type?: GraphQLTypes["FormRadioTextField"] | undefined | null;
|
|
6150
|
+
lock_type?: GraphQLTypes["FormRadioTextField"] | undefined | null;
|
|
6151
|
+
mosquito_net?: GraphQLTypes["FormBooleanField"] | undefined | null;
|
|
6152
|
+
ventilator?: GraphQLTypes["FormBooleanField"] | undefined | null;
|
|
6153
|
+
accessories_other?: GraphQLTypes["FormTextField"] | undefined | null;
|
|
6154
|
+
};
|
|
6155
|
+
["FormtestStep_accessories"]: {
|
|
6156
|
+
__typename: "FormtestStep_accessories";
|
|
6157
|
+
_mocks?: string | undefined | null;
|
|
6158
|
+
accessories_group?: GraphQLTypes["FormtestStep_accessoriesAccessories_group"] | undefined | null;
|
|
6159
|
+
accessories_back?: GraphQLTypes["FormButtonField"] | undefined | null;
|
|
6160
|
+
accessories_next?: GraphQLTypes["FormButtonField"] | undefined | null;
|
|
6161
|
+
};
|
|
6162
|
+
["FormtestStep_summary"]: {
|
|
6163
|
+
__typename: "FormtestStep_summary";
|
|
6164
|
+
_mocks?: string | undefined | null;
|
|
6165
|
+
summary_display?: GraphQLTypes["FormDisplayField"] | undefined | null;
|
|
6166
|
+
summary_back?: GraphQLTypes["FormButtonField"] | undefined | null;
|
|
6167
|
+
submit?: GraphQLTypes["FormSubmitField"] | undefined | null;
|
|
6168
|
+
};
|
|
6169
|
+
["Formtest"]: {
|
|
6170
|
+
__typename: "Formtest";
|
|
6171
|
+
_mocks?: string | undefined | null;
|
|
6172
|
+
_version?: GraphQLTypes["VersionField"] | undefined | null;
|
|
6173
|
+
form_step_variable?: GraphQLTypes["FormVariableField"] | undefined | null;
|
|
6174
|
+
step_basic_info?: GraphQLTypes["FormtestStep_basic_info"] | undefined | null;
|
|
6175
|
+
step_dimensions?: GraphQLTypes["FormtestStep_dimensions"] | undefined | null;
|
|
6176
|
+
step_features?: GraphQLTypes["FormtestStep_features"] | undefined | null;
|
|
6177
|
+
step_accessories?: GraphQLTypes["FormtestStep_accessories"] | undefined | null;
|
|
6178
|
+
step_summary?: GraphQLTypes["FormtestStep_summary"] | undefined | null;
|
|
6179
|
+
current_step?: GraphQLTypes["FormVariableField"] | undefined | null;
|
|
6180
|
+
locale?: string | undefined | null;
|
|
6181
|
+
slug?: string | undefined | null;
|
|
6182
|
+
_id: string;
|
|
6183
|
+
createdAt?: string | undefined | null;
|
|
6184
|
+
updatedAt?: string | undefined | null;
|
|
6185
|
+
draft_version?: string | undefined | null;
|
|
6186
|
+
json_ld?: string | undefined | null;
|
|
6187
|
+
};
|
|
6188
|
+
["SubmitFormregisterUser_details"]: {
|
|
6189
|
+
username?: string | undefined | null;
|
|
6190
|
+
password?: string | undefined | null;
|
|
6191
|
+
full_name?: string | undefined | null;
|
|
6192
|
+
phone?: string | undefined | null;
|
|
6193
|
+
};
|
|
6194
|
+
["SubmitFormregisterRegistration_step"]: {
|
|
6195
|
+
user_details?: GraphQLTypes["SubmitFormregisterUser_details"] | undefined | null;
|
|
6196
|
+
submit?: string | undefined | null;
|
|
6197
|
+
};
|
|
6198
|
+
["SubmitFormregister"]: {
|
|
6199
|
+
state_step?: string | undefined | null;
|
|
6200
|
+
registration_step?: GraphQLTypes["SubmitFormregisterRegistration_step"] | undefined | null;
|
|
6201
|
+
current_step?: string | undefined | null;
|
|
6202
|
+
locale?: string | undefined | null;
|
|
6203
|
+
slug?: string | undefined | null;
|
|
6204
|
+
_id?: string | undefined | null;
|
|
6205
|
+
createdAt?: string | undefined | null;
|
|
6206
|
+
updatedAt?: string | undefined | null;
|
|
6207
|
+
draft_version?: string | undefined | null;
|
|
6208
|
+
json_ld?: string | undefined | null;
|
|
6209
|
+
};
|
|
6210
|
+
["SubmitFormtestBasic_info_group"]: {
|
|
6211
|
+
window_type?: string | undefined | null;
|
|
6212
|
+
quantity?: string | undefined | null;
|
|
6213
|
+
location?: string | undefined | null;
|
|
6214
|
+
};
|
|
6215
|
+
["SubmitFormtestStep_basic_info"]: {
|
|
6216
|
+
basic_info_group?: GraphQLTypes["SubmitFormtestBasic_info_group"] | undefined | null;
|
|
6217
|
+
basic_next?: string | undefined | null;
|
|
6218
|
+
};
|
|
6219
|
+
["SubmitFormtestDimensions_group"]: {
|
|
6220
|
+
width_mm?: string | undefined | null;
|
|
6221
|
+
height_mm?: string | undefined | null;
|
|
6222
|
+
depth_mm?: string | undefined | null;
|
|
6223
|
+
opening_direction?: string | undefined | null;
|
|
6224
|
+
sash_count?: string | undefined | null;
|
|
6225
|
+
};
|
|
6226
|
+
["SubmitFormtestStep_dimensions"]: {
|
|
6227
|
+
dimensions_group?: GraphQLTypes["SubmitFormtestDimensions_group"] | undefined | null;
|
|
6228
|
+
dimensions_back?: string | undefined | null;
|
|
6229
|
+
dimensions_next?: string | undefined | null;
|
|
6230
|
+
};
|
|
6231
|
+
["SubmitFormtestFeatures_group"]: {
|
|
6232
|
+
material?: string | undefined | null;
|
|
6233
|
+
color?: string | undefined | null;
|
|
6234
|
+
glazing_type?: string | undefined | null;
|
|
6235
|
+
thermal_break?: boolean | undefined | null;
|
|
6236
|
+
soundproofing?: boolean | undefined | null;
|
|
6237
|
+
};
|
|
6238
|
+
["SubmitFormtestStep_features"]: {
|
|
6239
|
+
features_group?: GraphQLTypes["SubmitFormtestFeatures_group"] | undefined | null;
|
|
6240
|
+
features_back?: string | undefined | null;
|
|
6241
|
+
features_next?: string | undefined | null;
|
|
6242
|
+
};
|
|
6243
|
+
["SubmitFormtestAccessories_group"]: {
|
|
6244
|
+
handle_type?: string | undefined | null;
|
|
6245
|
+
lock_type?: string | undefined | null;
|
|
6246
|
+
mosquito_net?: boolean | undefined | null;
|
|
6247
|
+
ventilator?: boolean | undefined | null;
|
|
6248
|
+
accessories_other?: string | undefined | null;
|
|
6249
|
+
};
|
|
6250
|
+
["SubmitFormtestStep_accessories"]: {
|
|
6251
|
+
accessories_group?: GraphQLTypes["SubmitFormtestAccessories_group"] | undefined | null;
|
|
6252
|
+
accessories_back?: string | undefined | null;
|
|
6253
|
+
accessories_next?: string | undefined | null;
|
|
6254
|
+
};
|
|
6255
|
+
["SubmitFormtestStep_summary"]: {
|
|
6256
|
+
summary_display?: string | undefined | null;
|
|
6257
|
+
summary_back?: string | undefined | null;
|
|
6258
|
+
submit?: string | undefined | null;
|
|
6259
|
+
};
|
|
6260
|
+
["SubmitFormtest"]: {
|
|
6261
|
+
form_step_variable?: string | undefined | null;
|
|
6262
|
+
step_basic_info?: GraphQLTypes["SubmitFormtestStep_basic_info"] | undefined | null;
|
|
6263
|
+
step_dimensions?: GraphQLTypes["SubmitFormtestStep_dimensions"] | undefined | null;
|
|
6264
|
+
step_features?: GraphQLTypes["SubmitFormtestStep_features"] | undefined | null;
|
|
6265
|
+
step_accessories?: GraphQLTypes["SubmitFormtestStep_accessories"] | undefined | null;
|
|
6266
|
+
step_summary?: GraphQLTypes["SubmitFormtestStep_summary"] | undefined | null;
|
|
6267
|
+
current_step?: string | undefined | null;
|
|
6268
|
+
locale?: string | undefined | null;
|
|
6269
|
+
slug?: string | undefined | null;
|
|
6270
|
+
_id?: string | undefined | null;
|
|
6271
|
+
createdAt?: string | undefined | null;
|
|
6272
|
+
updatedAt?: string | undefined | null;
|
|
6273
|
+
draft_version?: string | undefined | null;
|
|
6274
|
+
json_ld?: string | undefined | null;
|
|
6275
|
+
};
|
|
6276
|
+
["ResponseFormregisterUser_details"]: {
|
|
6277
|
+
__typename: "ResponseFormregisterUser_details";
|
|
6278
|
+
username?: string | undefined | null;
|
|
6279
|
+
password?: string | undefined | null;
|
|
6280
|
+
full_name?: string | undefined | null;
|
|
6281
|
+
phone?: string | undefined | null;
|
|
6282
|
+
};
|
|
6283
|
+
["ResponseFormregisterRegistration_step"]: {
|
|
6284
|
+
__typename: "ResponseFormregisterRegistration_step";
|
|
6285
|
+
user_details?: GraphQLTypes["ResponseFormregisterUser_details"] | undefined | null;
|
|
6286
|
+
submit?: string | undefined | null;
|
|
6287
|
+
};
|
|
6288
|
+
["ResponseFormregister"]: {
|
|
6289
|
+
__typename: "ResponseFormregister";
|
|
6290
|
+
state_step?: string | undefined | null;
|
|
6291
|
+
registration_step?: GraphQLTypes["ResponseFormregisterRegistration_step"] | undefined | null;
|
|
6292
|
+
current_step?: string | undefined | null;
|
|
6293
|
+
locale?: string | undefined | null;
|
|
6294
|
+
slug?: string | undefined | null;
|
|
6295
|
+
_id?: string | undefined | null;
|
|
6296
|
+
createdAt?: string | undefined | null;
|
|
6297
|
+
updatedAt?: string | undefined | null;
|
|
6298
|
+
draft_version?: string | undefined | null;
|
|
6299
|
+
json_ld?: string | undefined | null;
|
|
6300
|
+
};
|
|
6301
|
+
["ResponseFormtestBasic_info_group"]: {
|
|
6302
|
+
__typename: "ResponseFormtestBasic_info_group";
|
|
6303
|
+
window_type?: string | undefined | null;
|
|
6304
|
+
quantity?: string | undefined | null;
|
|
6305
|
+
location?: string | undefined | null;
|
|
6306
|
+
};
|
|
6307
|
+
["ResponseFormtestStep_basic_info"]: {
|
|
6308
|
+
__typename: "ResponseFormtestStep_basic_info";
|
|
6309
|
+
basic_info_group?: GraphQLTypes["ResponseFormtestBasic_info_group"] | undefined | null;
|
|
6310
|
+
basic_next?: string | undefined | null;
|
|
6311
|
+
};
|
|
6312
|
+
["ResponseFormtestDimensions_group"]: {
|
|
6313
|
+
__typename: "ResponseFormtestDimensions_group";
|
|
6314
|
+
width_mm?: string | undefined | null;
|
|
6315
|
+
height_mm?: string | undefined | null;
|
|
6316
|
+
depth_mm?: string | undefined | null;
|
|
6317
|
+
opening_direction?: string | undefined | null;
|
|
6318
|
+
sash_count?: string | undefined | null;
|
|
6319
|
+
};
|
|
6320
|
+
["ResponseFormtestStep_dimensions"]: {
|
|
6321
|
+
__typename: "ResponseFormtestStep_dimensions";
|
|
6322
|
+
dimensions_group?: GraphQLTypes["ResponseFormtestDimensions_group"] | undefined | null;
|
|
6323
|
+
dimensions_back?: string | undefined | null;
|
|
6324
|
+
dimensions_next?: string | undefined | null;
|
|
6325
|
+
};
|
|
6326
|
+
["ResponseFormtestFeatures_group"]: {
|
|
6327
|
+
__typename: "ResponseFormtestFeatures_group";
|
|
6328
|
+
material?: string | undefined | null;
|
|
6329
|
+
color?: string | undefined | null;
|
|
6330
|
+
glazing_type?: string | undefined | null;
|
|
6331
|
+
thermal_break?: boolean | undefined | null;
|
|
6332
|
+
soundproofing?: boolean | undefined | null;
|
|
6333
|
+
};
|
|
6334
|
+
["ResponseFormtestStep_features"]: {
|
|
6335
|
+
__typename: "ResponseFormtestStep_features";
|
|
6336
|
+
features_group?: GraphQLTypes["ResponseFormtestFeatures_group"] | undefined | null;
|
|
6337
|
+
features_back?: string | undefined | null;
|
|
6338
|
+
features_next?: string | undefined | null;
|
|
6339
|
+
};
|
|
6340
|
+
["ResponseFormtestAccessories_group"]: {
|
|
6341
|
+
__typename: "ResponseFormtestAccessories_group";
|
|
6342
|
+
handle_type?: string | undefined | null;
|
|
6343
|
+
lock_type?: string | undefined | null;
|
|
6344
|
+
mosquito_net?: boolean | undefined | null;
|
|
6345
|
+
ventilator?: boolean | undefined | null;
|
|
6346
|
+
accessories_other?: string | undefined | null;
|
|
6347
|
+
};
|
|
6348
|
+
["ResponseFormtestStep_accessories"]: {
|
|
6349
|
+
__typename: "ResponseFormtestStep_accessories";
|
|
6350
|
+
accessories_group?: GraphQLTypes["ResponseFormtestAccessories_group"] | undefined | null;
|
|
6351
|
+
accessories_back?: string | undefined | null;
|
|
6352
|
+
accessories_next?: string | undefined | null;
|
|
6353
|
+
};
|
|
6354
|
+
["ResponseFormtestStep_summary"]: {
|
|
6355
|
+
__typename: "ResponseFormtestStep_summary";
|
|
6356
|
+
summary_display?: string | undefined | null;
|
|
6357
|
+
summary_back?: string | undefined | null;
|
|
6358
|
+
submit?: string | undefined | null;
|
|
6359
|
+
};
|
|
6360
|
+
["ResponseFormtest"]: {
|
|
6361
|
+
__typename: "ResponseFormtest";
|
|
6362
|
+
form_step_variable?: string | undefined | null;
|
|
6363
|
+
step_basic_info?: GraphQLTypes["ResponseFormtestStep_basic_info"] | undefined | null;
|
|
6364
|
+
step_dimensions?: GraphQLTypes["ResponseFormtestStep_dimensions"] | undefined | null;
|
|
6365
|
+
step_features?: GraphQLTypes["ResponseFormtestStep_features"] | undefined | null;
|
|
6366
|
+
step_accessories?: GraphQLTypes["ResponseFormtestStep_accessories"] | undefined | null;
|
|
6367
|
+
step_summary?: GraphQLTypes["ResponseFormtestStep_summary"] | undefined | null;
|
|
6368
|
+
current_step?: string | undefined | null;
|
|
6369
|
+
locale?: string | undefined | null;
|
|
6370
|
+
slug?: string | undefined | null;
|
|
6371
|
+
_id?: string | undefined | null;
|
|
6372
|
+
createdAt?: string | undefined | null;
|
|
6373
|
+
updatedAt?: string | undefined | null;
|
|
6374
|
+
draft_version?: string | undefined | null;
|
|
6375
|
+
json_ld?: string | undefined | null;
|
|
6376
|
+
};
|
|
6377
|
+
["SearchResponsesFormregister"]: {
|
|
6378
|
+
__typename: "SearchResponsesFormregister";
|
|
6379
|
+
items?: Array<GraphQLTypes["ResponseFormregister"]> | undefined | null;
|
|
6380
|
+
totalCount?: number | undefined | null;
|
|
6381
|
+
};
|
|
6382
|
+
["ResponsesFormregisterFilter"]: {
|
|
6383
|
+
state_step?: string | undefined | null;
|
|
6384
|
+
registration_step?: string | undefined | null;
|
|
6385
|
+
current_step?: string | undefined | null;
|
|
6386
|
+
locale?: string | undefined | null;
|
|
6387
|
+
slug?: string | undefined | null;
|
|
6388
|
+
_id?: string | undefined | null;
|
|
6389
|
+
createdAt?: string | undefined | null;
|
|
6390
|
+
updatedAt?: string | undefined | null;
|
|
6391
|
+
draft_version?: string | undefined | null;
|
|
6392
|
+
json_ld?: string | undefined | null;
|
|
6393
|
+
};
|
|
6394
|
+
["SearchResponsesFormtest"]: {
|
|
6395
|
+
__typename: "SearchResponsesFormtest";
|
|
6396
|
+
items?: Array<GraphQLTypes["ResponseFormtest"]> | undefined | null;
|
|
6397
|
+
totalCount?: number | undefined | null;
|
|
6398
|
+
};
|
|
6399
|
+
["ResponsesFormtestFilter"]: {
|
|
6400
|
+
form_step_variable?: string | undefined | null;
|
|
6401
|
+
step_basic_info?: string | undefined | null;
|
|
6402
|
+
step_dimensions?: string | undefined | null;
|
|
6403
|
+
step_features?: string | undefined | null;
|
|
6404
|
+
step_accessories?: string | undefined | null;
|
|
6405
|
+
step_summary?: string | undefined | null;
|
|
6406
|
+
current_step?: string | undefined | null;
|
|
6407
|
+
locale?: string | undefined | null;
|
|
6408
|
+
slug?: string | undefined | null;
|
|
6409
|
+
_id?: string | undefined | null;
|
|
6410
|
+
createdAt?: string | undefined | null;
|
|
6411
|
+
updatedAt?: string | undefined | null;
|
|
6412
|
+
draft_version?: string | undefined | null;
|
|
6413
|
+
json_ld?: string | undefined | null;
|
|
6414
|
+
};
|
|
3876
6415
|
["RootParamsInput"]: {
|
|
3877
6416
|
_version?: string | undefined | null;
|
|
3878
6417
|
locale?: string | undefined | null;
|
|
@@ -3960,10 +6499,16 @@ export declare enum ViewEnum {
|
|
|
3960
6499
|
features = "features",
|
|
3961
6500
|
homepage = "homepage",
|
|
3962
6501
|
howitworks = "howitworks",
|
|
3963
|
-
pricing = "pricing"
|
|
6502
|
+
pricing = "pricing",
|
|
6503
|
+
ttt = "ttt"
|
|
3964
6504
|
}
|
|
3965
6505
|
export declare enum ShapeEnum {
|
|
6506
|
+
aplikacja_g = "aplikacja_g",
|
|
6507
|
+
bgallery = "bgallery",
|
|
6508
|
+
bookina = "bookina",
|
|
6509
|
+
bpage = "bpage",
|
|
3966
6510
|
cloud_sidebar = "cloud_sidebar",
|
|
6511
|
+
ctabutton = "ctabutton",
|
|
3967
6512
|
docs_content = "docs_content",
|
|
3968
6513
|
docs_nav = "docs_nav",
|
|
3969
6514
|
featurepresentation = "featurepresentation",
|
|
@@ -3976,9 +6521,17 @@ export declare enum ShapeEnum {
|
|
|
3976
6521
|
pricing_table = "pricing_table",
|
|
3977
6522
|
pricingv1 = "pricingv1",
|
|
3978
6523
|
profile_info = "profile_info",
|
|
6524
|
+
secondary_cta = "secondary_cta",
|
|
3979
6525
|
support = "support",
|
|
6526
|
+
teee = "teee",
|
|
6527
|
+
test = "test",
|
|
6528
|
+
title_desc = "title_desc",
|
|
3980
6529
|
usage = "usage"
|
|
3981
6530
|
}
|
|
6531
|
+
export declare enum FormEnum {
|
|
6532
|
+
register = "register",
|
|
6533
|
+
test = "test"
|
|
6534
|
+
}
|
|
3982
6535
|
export declare enum RootParamsEnum {
|
|
3983
6536
|
_version = "_version",
|
|
3984
6537
|
locale = "locale"
|
|
@@ -4003,10 +6556,27 @@ type ZEUS_VARIABLES = {
|
|
|
4003
6556
|
["FilterInputString"]: ValueTypes["FilterInputString"];
|
|
4004
6557
|
["RootParamsAdminType"]: ValueTypes["RootParamsAdminType"];
|
|
4005
6558
|
["FormFieldType"]: ValueTypes["FormFieldType"];
|
|
6559
|
+
["GenerateHusarShapeImplementorInput"]: ValueTypes["GenerateHusarShapeImplementorInput"];
|
|
4006
6560
|
["CMSType"]: ValueTypes["CMSType"];
|
|
4007
6561
|
["ModelEnum"]: ValueTypes["ModelEnum"];
|
|
4008
6562
|
["ViewEnum"]: ValueTypes["ViewEnum"];
|
|
4009
6563
|
["ShapeEnum"]: ValueTypes["ShapeEnum"];
|
|
6564
|
+
["FormEnum"]: ValueTypes["FormEnum"];
|
|
6565
|
+
["SubmitFormregisterUser_details"]: ValueTypes["SubmitFormregisterUser_details"];
|
|
6566
|
+
["SubmitFormregisterRegistration_step"]: ValueTypes["SubmitFormregisterRegistration_step"];
|
|
6567
|
+
["SubmitFormregister"]: ValueTypes["SubmitFormregister"];
|
|
6568
|
+
["SubmitFormtestBasic_info_group"]: ValueTypes["SubmitFormtestBasic_info_group"];
|
|
6569
|
+
["SubmitFormtestStep_basic_info"]: ValueTypes["SubmitFormtestStep_basic_info"];
|
|
6570
|
+
["SubmitFormtestDimensions_group"]: ValueTypes["SubmitFormtestDimensions_group"];
|
|
6571
|
+
["SubmitFormtestStep_dimensions"]: ValueTypes["SubmitFormtestStep_dimensions"];
|
|
6572
|
+
["SubmitFormtestFeatures_group"]: ValueTypes["SubmitFormtestFeatures_group"];
|
|
6573
|
+
["SubmitFormtestStep_features"]: ValueTypes["SubmitFormtestStep_features"];
|
|
6574
|
+
["SubmitFormtestAccessories_group"]: ValueTypes["SubmitFormtestAccessories_group"];
|
|
6575
|
+
["SubmitFormtestStep_accessories"]: ValueTypes["SubmitFormtestStep_accessories"];
|
|
6576
|
+
["SubmitFormtestStep_summary"]: ValueTypes["SubmitFormtestStep_summary"];
|
|
6577
|
+
["SubmitFormtest"]: ValueTypes["SubmitFormtest"];
|
|
6578
|
+
["ResponsesFormregisterFilter"]: ValueTypes["ResponsesFormregisterFilter"];
|
|
6579
|
+
["ResponsesFormtestFilter"]: ValueTypes["ResponsesFormtestFilter"];
|
|
4010
6580
|
["RootParamsInput"]: ValueTypes["RootParamsInput"];
|
|
4011
6581
|
["RootParamsEnum"]: ValueTypes["RootParamsEnum"];
|
|
4012
6582
|
["docsSortInput"]: ValueTypes["docsSortInput"];
|