@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/const.js
CHANGED
|
@@ -18,6 +18,7 @@ export const AllTypesProps = {
|
|
|
18
18
|
FilterInputString: {},
|
|
19
19
|
RootParamsAdminType: `scalar.RootParamsAdminType`,
|
|
20
20
|
FormFieldType: "enum",
|
|
21
|
+
GenerateHusarShapeImplementorInput: {},
|
|
21
22
|
CMSType: "enum",
|
|
22
23
|
Query: {
|
|
23
24
|
listPaginateddocs: {
|
|
@@ -62,11 +63,83 @@ export const AllTypesProps = {
|
|
|
62
63
|
},
|
|
63
64
|
oneAsScalarViewpricing: {
|
|
64
65
|
rootParams: "RootParamsInput"
|
|
65
|
-
}
|
|
66
|
+
},
|
|
67
|
+
oneViewttt: {
|
|
68
|
+
rootParams: "RootParamsInput"
|
|
69
|
+
},
|
|
70
|
+
oneAsScalarViewttt: {
|
|
71
|
+
rootParams: "RootParamsInput"
|
|
72
|
+
},
|
|
73
|
+
oneFormregister: {
|
|
74
|
+
rootParams: "RootParamsInput"
|
|
75
|
+
},
|
|
76
|
+
oneAsScalarFormregister: {
|
|
77
|
+
rootParams: "RootParamsInput"
|
|
78
|
+
},
|
|
79
|
+
oneFormtest: {
|
|
80
|
+
rootParams: "RootParamsInput"
|
|
81
|
+
},
|
|
82
|
+
oneAsScalarFormtest: {
|
|
83
|
+
rootParams: "RootParamsInput"
|
|
84
|
+
},
|
|
85
|
+
responsesFormregister: {
|
|
86
|
+
filter: "ResponsesFormregisterFilter"
|
|
87
|
+
},
|
|
88
|
+
responseFormregister: {},
|
|
89
|
+
responseFieldSetFormregister: {},
|
|
90
|
+
responsesFormtest: {
|
|
91
|
+
filter: "ResponsesFormtestFilter"
|
|
92
|
+
},
|
|
93
|
+
responseFormtest: {},
|
|
94
|
+
responseFieldSetFormtest: {}
|
|
95
|
+
},
|
|
96
|
+
Mutation: {
|
|
97
|
+
submitResponseFormregister: {
|
|
98
|
+
input: "SubmitFormregister"
|
|
99
|
+
},
|
|
100
|
+
removeResponseFormregister: {},
|
|
101
|
+
submitResponseFormtest: {
|
|
102
|
+
input: "SubmitFormtest"
|
|
103
|
+
},
|
|
104
|
+
removeResponseFormtest: {}
|
|
66
105
|
},
|
|
67
106
|
ModelEnum: "enum",
|
|
68
107
|
ViewEnum: "enum",
|
|
69
108
|
ShapeEnum: "enum",
|
|
109
|
+
FormEnum: "enum",
|
|
110
|
+
SubmitFormregisterUser_details: {},
|
|
111
|
+
SubmitFormregisterRegistration_step: {
|
|
112
|
+
user_details: "SubmitFormregisterUser_details"
|
|
113
|
+
},
|
|
114
|
+
SubmitFormregister: {
|
|
115
|
+
registration_step: "SubmitFormregisterRegistration_step"
|
|
116
|
+
},
|
|
117
|
+
SubmitFormtestBasic_info_group: {},
|
|
118
|
+
SubmitFormtestStep_basic_info: {
|
|
119
|
+
basic_info_group: "SubmitFormtestBasic_info_group"
|
|
120
|
+
},
|
|
121
|
+
SubmitFormtestDimensions_group: {},
|
|
122
|
+
SubmitFormtestStep_dimensions: {
|
|
123
|
+
dimensions_group: "SubmitFormtestDimensions_group"
|
|
124
|
+
},
|
|
125
|
+
SubmitFormtestFeatures_group: {},
|
|
126
|
+
SubmitFormtestStep_features: {
|
|
127
|
+
features_group: "SubmitFormtestFeatures_group"
|
|
128
|
+
},
|
|
129
|
+
SubmitFormtestAccessories_group: {},
|
|
130
|
+
SubmitFormtestStep_accessories: {
|
|
131
|
+
accessories_group: "SubmitFormtestAccessories_group"
|
|
132
|
+
},
|
|
133
|
+
SubmitFormtestStep_summary: {},
|
|
134
|
+
SubmitFormtest: {
|
|
135
|
+
step_basic_info: "SubmitFormtestStep_basic_info",
|
|
136
|
+
step_dimensions: "SubmitFormtestStep_dimensions",
|
|
137
|
+
step_features: "SubmitFormtestStep_features",
|
|
138
|
+
step_accessories: "SubmitFormtestStep_accessories",
|
|
139
|
+
step_summary: "SubmitFormtestStep_summary"
|
|
140
|
+
},
|
|
141
|
+
ResponsesFormregisterFilter: {},
|
|
142
|
+
ResponsesFormtestFilter: {},
|
|
70
143
|
RootParamsInput: {},
|
|
71
144
|
RootParamsEnum: "enum",
|
|
72
145
|
docsSortInput: {
|
|
@@ -172,9 +245,6 @@ export const ReturnTypes = {
|
|
|
172
245
|
total: "Int",
|
|
173
246
|
hasNext: "Boolean"
|
|
174
247
|
},
|
|
175
|
-
Mutation: {
|
|
176
|
-
heartbeat: "String"
|
|
177
|
-
},
|
|
178
248
|
RootParamsAdminType: `scalar.RootParamsAdminType`,
|
|
179
249
|
Shape: {
|
|
180
250
|
name: "String",
|
|
@@ -303,10 +373,30 @@ export const ReturnTypes = {
|
|
|
303
373
|
fieldSetdocs: "String",
|
|
304
374
|
modeldocs: "ModelNavigationCompiled",
|
|
305
375
|
previewFieldsdocs: "ModelNavigationCompiled",
|
|
376
|
+
fieldSetShapeaplikacja_g: "String",
|
|
377
|
+
modelShapeaplikacja_g: "ModelNavigationCompiled",
|
|
378
|
+
previewFieldsShapeaplikacja_g: "ModelNavigationCompiled",
|
|
379
|
+
oneShapeaplikacja_g: "Shapeaplikacja_g",
|
|
380
|
+
fieldSetShapebgallery: "String",
|
|
381
|
+
modelShapebgallery: "ModelNavigationCompiled",
|
|
382
|
+
previewFieldsShapebgallery: "ModelNavigationCompiled",
|
|
383
|
+
oneShapebgallery: "Shapebgallery",
|
|
384
|
+
fieldSetShapebookina: "String",
|
|
385
|
+
modelShapebookina: "ModelNavigationCompiled",
|
|
386
|
+
previewFieldsShapebookina: "ModelNavigationCompiled",
|
|
387
|
+
oneShapebookina: "Shapebookina",
|
|
388
|
+
fieldSetShapebpage: "String",
|
|
389
|
+
modelShapebpage: "ModelNavigationCompiled",
|
|
390
|
+
previewFieldsShapebpage: "ModelNavigationCompiled",
|
|
391
|
+
oneShapebpage: "Shapebpage",
|
|
306
392
|
fieldSetShapecloud_sidebar: "String",
|
|
307
393
|
modelShapecloud_sidebar: "ModelNavigationCompiled",
|
|
308
394
|
previewFieldsShapecloud_sidebar: "ModelNavigationCompiled",
|
|
309
395
|
oneShapecloud_sidebar: "Shapecloud_sidebar",
|
|
396
|
+
fieldSetShapectabutton: "String",
|
|
397
|
+
modelShapectabutton: "ModelNavigationCompiled",
|
|
398
|
+
previewFieldsShapectabutton: "ModelNavigationCompiled",
|
|
399
|
+
oneShapectabutton: "Shapectabutton",
|
|
310
400
|
fieldSetShapedocs_content: "String",
|
|
311
401
|
modelShapedocs_content: "ModelNavigationCompiled",
|
|
312
402
|
previewFieldsShapedocs_content: "ModelNavigationCompiled",
|
|
@@ -355,10 +445,26 @@ export const ReturnTypes = {
|
|
|
355
445
|
modelShapeprofile_info: "ModelNavigationCompiled",
|
|
356
446
|
previewFieldsShapeprofile_info: "ModelNavigationCompiled",
|
|
357
447
|
oneShapeprofile_info: "Shapeprofile_info",
|
|
448
|
+
fieldSetShapesecondary_cta: "String",
|
|
449
|
+
modelShapesecondary_cta: "ModelNavigationCompiled",
|
|
450
|
+
previewFieldsShapesecondary_cta: "ModelNavigationCompiled",
|
|
451
|
+
oneShapesecondary_cta: "Shapesecondary_cta",
|
|
358
452
|
fieldSetShapesupport: "String",
|
|
359
453
|
modelShapesupport: "ModelNavigationCompiled",
|
|
360
454
|
previewFieldsShapesupport: "ModelNavigationCompiled",
|
|
361
455
|
oneShapesupport: "Shapesupport",
|
|
456
|
+
fieldSetShapeteee: "String",
|
|
457
|
+
modelShapeteee: "ModelNavigationCompiled",
|
|
458
|
+
previewFieldsShapeteee: "ModelNavigationCompiled",
|
|
459
|
+
oneShapeteee: "Shapeteee",
|
|
460
|
+
fieldSetShapetest: "String",
|
|
461
|
+
modelShapetest: "ModelNavigationCompiled",
|
|
462
|
+
previewFieldsShapetest: "ModelNavigationCompiled",
|
|
463
|
+
oneShapetest: "Shapetest",
|
|
464
|
+
fieldSetShapetitle_desc: "String",
|
|
465
|
+
modelShapetitle_desc: "ModelNavigationCompiled",
|
|
466
|
+
previewFieldsShapetitle_desc: "ModelNavigationCompiled",
|
|
467
|
+
oneShapetitle_desc: "Shapetitle_desc",
|
|
362
468
|
fieldSetShapeusage: "String",
|
|
363
469
|
modelShapeusage: "ModelNavigationCompiled",
|
|
364
470
|
previewFieldsShapeusage: "ModelNavigationCompiled",
|
|
@@ -392,7 +498,38 @@ export const ReturnTypes = {
|
|
|
392
498
|
modelViewpricing: "ModelNavigationCompiled",
|
|
393
499
|
previewFieldsViewpricing: "ModelNavigationCompiled",
|
|
394
500
|
oneViewpricing: "Viewpricing",
|
|
395
|
-
oneAsScalarViewpricing: "ViewAsScalar"
|
|
501
|
+
oneAsScalarViewpricing: "ViewAsScalar",
|
|
502
|
+
variantsViewttt: "Viewttt",
|
|
503
|
+
fieldSetViewttt: "String",
|
|
504
|
+
modelViewttt: "ModelNavigationCompiled",
|
|
505
|
+
previewFieldsViewttt: "ModelNavigationCompiled",
|
|
506
|
+
oneViewttt: "Viewttt",
|
|
507
|
+
oneAsScalarViewttt: "ViewAsScalar",
|
|
508
|
+
variantsFormregister: "Formregister",
|
|
509
|
+
fieldSetFormregister: "String",
|
|
510
|
+
modelFormregister: "ModelNavigationCompiled",
|
|
511
|
+
previewFieldsFormregister: "ModelNavigationCompiled",
|
|
512
|
+
oneFormregister: "Formregister",
|
|
513
|
+
oneAsScalarFormregister: "FormAsScalar",
|
|
514
|
+
variantsFormtest: "Formtest",
|
|
515
|
+
fieldSetFormtest: "String",
|
|
516
|
+
modelFormtest: "ModelNavigationCompiled",
|
|
517
|
+
previewFieldsFormtest: "ModelNavigationCompiled",
|
|
518
|
+
oneFormtest: "Formtest",
|
|
519
|
+
oneAsScalarFormtest: "FormAsScalar",
|
|
520
|
+
responsesFormregister: "SearchResponsesFormregister",
|
|
521
|
+
responseFormregister: "ResponseFormregister",
|
|
522
|
+
responseFieldSetFormregister: "String",
|
|
523
|
+
responsesFormtest: "SearchResponsesFormtest",
|
|
524
|
+
responseFormtest: "ResponseFormtest",
|
|
525
|
+
responseFieldSetFormtest: "String"
|
|
526
|
+
},
|
|
527
|
+
Mutation: {
|
|
528
|
+
heartbeat: "String",
|
|
529
|
+
submitResponseFormregister: "Boolean",
|
|
530
|
+
removeResponseFormregister: "Boolean",
|
|
531
|
+
submitResponseFormtest: "Boolean",
|
|
532
|
+
removeResponseFormtest: "Boolean"
|
|
396
533
|
},
|
|
397
534
|
RootParamsType: {
|
|
398
535
|
_version: "String",
|
|
@@ -406,8 +543,8 @@ export const ReturnTypes = {
|
|
|
406
543
|
_version: "VersionField",
|
|
407
544
|
title: "String",
|
|
408
545
|
seotitle: "String",
|
|
409
|
-
metadesc: "String",
|
|
410
546
|
sortid: "Float",
|
|
547
|
+
metadesc: "String",
|
|
411
548
|
main_category: "String",
|
|
412
549
|
content: "String",
|
|
413
550
|
video: "VideoField",
|
|
@@ -449,11 +586,22 @@ export const ReturnTypes = {
|
|
|
449
586
|
draft_version: "Boolean",
|
|
450
587
|
json_ld: "String"
|
|
451
588
|
},
|
|
589
|
+
ViewhomepageCotContain: {
|
|
590
|
+
header: "Shapetitle_desc"
|
|
591
|
+
},
|
|
592
|
+
ViewhomepageCotFeatures: {
|
|
593
|
+
feat: "Shapefeaturepresentation"
|
|
594
|
+
},
|
|
595
|
+
ViewhomepageCot: {
|
|
596
|
+
contain: "ViewhomepageCotContain",
|
|
597
|
+
features: "ViewhomepageCotFeatures"
|
|
598
|
+
},
|
|
452
599
|
Viewhomepage: {
|
|
453
600
|
_version: "VersionField",
|
|
454
601
|
nav: "Shapenav",
|
|
455
602
|
main: "Shapehero",
|
|
456
603
|
hero: "Shapeherox",
|
|
604
|
+
cot: "ViewhomepageCot",
|
|
457
605
|
pricing: "Shapepricingv1",
|
|
458
606
|
footer: "Shapefoot",
|
|
459
607
|
locale: "String",
|
|
@@ -494,6 +642,144 @@ export const ReturnTypes = {
|
|
|
494
642
|
draft_version: "Boolean",
|
|
495
643
|
json_ld: "String"
|
|
496
644
|
},
|
|
645
|
+
Viewttt: {
|
|
646
|
+
_version: "VersionField",
|
|
647
|
+
locale: "String",
|
|
648
|
+
slug: "String",
|
|
649
|
+
_id: "String",
|
|
650
|
+
createdAt: "Float",
|
|
651
|
+
updatedAt: "Float",
|
|
652
|
+
draft_version: "Boolean",
|
|
653
|
+
json_ld: "String"
|
|
654
|
+
},
|
|
655
|
+
Shapeaplikacja_gNavbarMenu: {
|
|
656
|
+
name: "String",
|
|
657
|
+
href: "String"
|
|
658
|
+
},
|
|
659
|
+
Shapeaplikacja_gNavbar: {
|
|
660
|
+
logo: "String",
|
|
661
|
+
menu: "Shapeaplikacja_gNavbarMenu"
|
|
662
|
+
},
|
|
663
|
+
Shapeaplikacja_gHero: {
|
|
664
|
+
heading: "String",
|
|
665
|
+
subheading: "String"
|
|
666
|
+
},
|
|
667
|
+
Shapeaplikacja_gExplainer_video: {
|
|
668
|
+
title: "String",
|
|
669
|
+
description: "String",
|
|
670
|
+
video: "VideoField"
|
|
671
|
+
},
|
|
672
|
+
Shapeaplikacja_gVideo_list: {
|
|
673
|
+
title: "String",
|
|
674
|
+
description: "String",
|
|
675
|
+
video: "VideoField"
|
|
676
|
+
},
|
|
677
|
+
Shapeaplikacja_gStatsItems: {
|
|
678
|
+
label: "String",
|
|
679
|
+
value: "Float"
|
|
680
|
+
},
|
|
681
|
+
Shapeaplikacja_gStats: {
|
|
682
|
+
items: "Shapeaplikacja_gStatsItems"
|
|
683
|
+
},
|
|
684
|
+
Shapeaplikacja_gTestimonials: {
|
|
685
|
+
name: "String",
|
|
686
|
+
text: "String"
|
|
687
|
+
},
|
|
688
|
+
Shapeaplikacja_gCall_to_action: {
|
|
689
|
+
heading: "String",
|
|
690
|
+
description: "String",
|
|
691
|
+
button_text: "String"
|
|
692
|
+
},
|
|
693
|
+
Shapeaplikacja_gFooterLinks: {
|
|
694
|
+
label: "String",
|
|
695
|
+
href: "String"
|
|
696
|
+
},
|
|
697
|
+
Shapeaplikacja_gFooter: {
|
|
698
|
+
copyright: "String",
|
|
699
|
+
links: "Shapeaplikacja_gFooterLinks"
|
|
700
|
+
},
|
|
701
|
+
Shapeaplikacja_g: {
|
|
702
|
+
navbar: "Shapeaplikacja_gNavbar",
|
|
703
|
+
hero: "Shapeaplikacja_gHero",
|
|
704
|
+
explainer_video: "Shapeaplikacja_gExplainer_video",
|
|
705
|
+
video_list: "Shapeaplikacja_gVideo_list",
|
|
706
|
+
stats: "Shapeaplikacja_gStats",
|
|
707
|
+
testimonials: "Shapeaplikacja_gTestimonials",
|
|
708
|
+
call_to_action: "Shapeaplikacja_gCall_to_action",
|
|
709
|
+
footer: "Shapeaplikacja_gFooter",
|
|
710
|
+
_id: "String",
|
|
711
|
+
createdAt: "Float",
|
|
712
|
+
updatedAt: "Float"
|
|
713
|
+
},
|
|
714
|
+
ShapebgalleryGallery_grid: {
|
|
715
|
+
main_photo: "ImageField",
|
|
716
|
+
gallery_photos: "ImageField"
|
|
717
|
+
},
|
|
718
|
+
Shapebgallery: {
|
|
719
|
+
gallery_grid: "ShapebgalleryGallery_grid",
|
|
720
|
+
rrrr: "String",
|
|
721
|
+
_id: "String",
|
|
722
|
+
createdAt: "Float",
|
|
723
|
+
updatedAt: "Float"
|
|
724
|
+
},
|
|
725
|
+
ShapebookinaOverlaySearch_barSearch_button: {
|
|
726
|
+
label: "String"
|
|
727
|
+
},
|
|
728
|
+
ShapebookinaOverlaySearch_bar: {
|
|
729
|
+
location: "String",
|
|
730
|
+
search_button: "ShapebookinaOverlaySearch_barSearch_button"
|
|
731
|
+
},
|
|
732
|
+
ShapebookinaOverlay: {
|
|
733
|
+
title: "String",
|
|
734
|
+
subtitle: "String",
|
|
735
|
+
search_bar: "ShapebookinaOverlaySearch_bar"
|
|
736
|
+
},
|
|
737
|
+
Shapebookina: {
|
|
738
|
+
background_image: "ImageField",
|
|
739
|
+
overlay: "ShapebookinaOverlay",
|
|
740
|
+
_id: "String",
|
|
741
|
+
createdAt: "Float",
|
|
742
|
+
updatedAt: "Float"
|
|
743
|
+
},
|
|
744
|
+
ShapebpageBooking_sectionContainerGallery_wrapper: {
|
|
745
|
+
gallery_grid: "Shapebgallery",
|
|
746
|
+
see_more_button: "String"
|
|
747
|
+
},
|
|
748
|
+
ShapebpageBooking_sectionContainerTitle_location_wrapper: {
|
|
749
|
+
title: "String",
|
|
750
|
+
location: "String"
|
|
751
|
+
},
|
|
752
|
+
ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras: {
|
|
753
|
+
name: "String",
|
|
754
|
+
icon: "ImageField"
|
|
755
|
+
},
|
|
756
|
+
ShapebpageBooking_sectionContainerExtras_addons_wrapper: {
|
|
757
|
+
extras_heading: "String",
|
|
758
|
+
extras: "ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"
|
|
759
|
+
},
|
|
760
|
+
ShapebpageBooking_sectionContainerDescription_wrapper: {
|
|
761
|
+
description: "String"
|
|
762
|
+
},
|
|
763
|
+
ShapebpageBooking_sectionContainerLocation_info_wrapper: {
|
|
764
|
+
location_info_heading: "String",
|
|
765
|
+
location_info: "String"
|
|
766
|
+
},
|
|
767
|
+
ShapebpageBooking_sectionContainer: {
|
|
768
|
+
gallery_wrapper: "ShapebpageBooking_sectionContainerGallery_wrapper",
|
|
769
|
+
title_location_wrapper: "ShapebpageBooking_sectionContainerTitle_location_wrapper",
|
|
770
|
+
extras_addons_wrapper: "ShapebpageBooking_sectionContainerExtras_addons_wrapper",
|
|
771
|
+
description_wrapper: "ShapebpageBooking_sectionContainerDescription_wrapper",
|
|
772
|
+
location_info_wrapper: "ShapebpageBooking_sectionContainerLocation_info_wrapper"
|
|
773
|
+
},
|
|
774
|
+
ShapebpageBooking_section: {
|
|
775
|
+
container: "ShapebpageBooking_sectionContainer"
|
|
776
|
+
},
|
|
777
|
+
Shapebpage: {
|
|
778
|
+
booking_section: "ShapebpageBooking_section",
|
|
779
|
+
_id: "String",
|
|
780
|
+
createdAt: "Float",
|
|
781
|
+
updatedAt: "Float"
|
|
782
|
+
},
|
|
497
783
|
Shapecloud_sidebarSidebarMenuCategoryPage: {
|
|
498
784
|
name: "String",
|
|
499
785
|
link: "String"
|
|
@@ -522,6 +808,12 @@ export const ReturnTypes = {
|
|
|
522
808
|
createdAt: "Float",
|
|
523
809
|
updatedAt: "Float"
|
|
524
810
|
},
|
|
811
|
+
Shapectabutton: {
|
|
812
|
+
cta: "String",
|
|
813
|
+
_id: "String",
|
|
814
|
+
createdAt: "Float",
|
|
815
|
+
updatedAt: "Float"
|
|
816
|
+
},
|
|
525
817
|
Shapedocs_contentDocumentation_pageContent_containerDoc_content: {
|
|
526
818
|
content: "String"
|
|
527
819
|
},
|
|
@@ -732,7 +1024,7 @@ export const ReturnTypes = {
|
|
|
732
1024
|
price: "String",
|
|
733
1025
|
plan_description: "String",
|
|
734
1026
|
feature_list: "Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list",
|
|
735
|
-
cta: "
|
|
1027
|
+
cta: "Shapesecondary_cta"
|
|
736
1028
|
},
|
|
737
1029
|
Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list: {
|
|
738
1030
|
feature: "String"
|
|
@@ -742,7 +1034,7 @@ export const ReturnTypes = {
|
|
|
742
1034
|
price: "String",
|
|
743
1035
|
plan_description: "String",
|
|
744
1036
|
feature_list: "Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list",
|
|
745
|
-
cta: "
|
|
1037
|
+
cta: "Shapectabutton"
|
|
746
1038
|
},
|
|
747
1039
|
Shapepricingv1Pricing_sectionPlans_grid: {
|
|
748
1040
|
free_plan: "Shapepricingv1Pricing_sectionPlans_gridFree_plan",
|
|
@@ -798,6 +1090,12 @@ export const ReturnTypes = {
|
|
|
798
1090
|
createdAt: "Float",
|
|
799
1091
|
updatedAt: "Float"
|
|
800
1092
|
},
|
|
1093
|
+
Shapesecondary_cta: {
|
|
1094
|
+
cta: "String",
|
|
1095
|
+
_id: "String",
|
|
1096
|
+
createdAt: "Float",
|
|
1097
|
+
updatedAt: "Float"
|
|
1098
|
+
},
|
|
801
1099
|
ShapesupportSectionHeader_wrapper: {
|
|
802
1100
|
title: "String",
|
|
803
1101
|
description: "String"
|
|
@@ -821,6 +1119,27 @@ export const ReturnTypes = {
|
|
|
821
1119
|
createdAt: "Float",
|
|
822
1120
|
updatedAt: "Float"
|
|
823
1121
|
},
|
|
1122
|
+
Shapeteee: {
|
|
1123
|
+
_id: "String",
|
|
1124
|
+
createdAt: "Float",
|
|
1125
|
+
updatedAt: "Float"
|
|
1126
|
+
},
|
|
1127
|
+
Shapetest: {
|
|
1128
|
+
rrr: "Shapebgallery",
|
|
1129
|
+
_id: "String",
|
|
1130
|
+
createdAt: "Float",
|
|
1131
|
+
updatedAt: "Float"
|
|
1132
|
+
},
|
|
1133
|
+
Shapetitle_descTitledesc: {
|
|
1134
|
+
title: "String",
|
|
1135
|
+
description: "String"
|
|
1136
|
+
},
|
|
1137
|
+
Shapetitle_desc: {
|
|
1138
|
+
titledesc: "Shapetitle_descTitledesc",
|
|
1139
|
+
_id: "String",
|
|
1140
|
+
createdAt: "Float",
|
|
1141
|
+
updatedAt: "Float"
|
|
1142
|
+
},
|
|
824
1143
|
ShapeusageMain: {
|
|
825
1144
|
title: "String",
|
|
826
1145
|
subtitle: "String",
|
|
@@ -833,6 +1152,205 @@ export const ReturnTypes = {
|
|
|
833
1152
|
createdAt: "Float",
|
|
834
1153
|
updatedAt: "Float"
|
|
835
1154
|
},
|
|
1155
|
+
FormregisterRegistration_stepUser_details: {
|
|
1156
|
+
_mocks: "String",
|
|
1157
|
+
username: "FormTextField",
|
|
1158
|
+
password: "FormTextField",
|
|
1159
|
+
full_name: "FormTextField",
|
|
1160
|
+
phone: "FormTextField"
|
|
1161
|
+
},
|
|
1162
|
+
FormregisterRegistration_step: {
|
|
1163
|
+
_mocks: "String",
|
|
1164
|
+
user_details: "FormregisterRegistration_stepUser_details",
|
|
1165
|
+
submit: "FormSubmitField"
|
|
1166
|
+
},
|
|
1167
|
+
Formregister: {
|
|
1168
|
+
_mocks: "String",
|
|
1169
|
+
_version: "VersionField",
|
|
1170
|
+
state_step: "FormVariableField",
|
|
1171
|
+
registration_step: "FormregisterRegistration_step",
|
|
1172
|
+
current_step: "FormVariableField",
|
|
1173
|
+
locale: "String",
|
|
1174
|
+
slug: "String",
|
|
1175
|
+
_id: "String",
|
|
1176
|
+
createdAt: "String",
|
|
1177
|
+
updatedAt: "String",
|
|
1178
|
+
draft_version: "String",
|
|
1179
|
+
json_ld: "String"
|
|
1180
|
+
},
|
|
1181
|
+
FormtestStep_basic_infoBasic_info_group: {
|
|
1182
|
+
_mocks: "String",
|
|
1183
|
+
window_type: "FormRadioTextField",
|
|
1184
|
+
quantity: "FormTextField",
|
|
1185
|
+
location: "FormRadioTextField"
|
|
1186
|
+
},
|
|
1187
|
+
FormtestStep_basic_info: {
|
|
1188
|
+
_mocks: "String",
|
|
1189
|
+
basic_info_group: "FormtestStep_basic_infoBasic_info_group",
|
|
1190
|
+
basic_next: "FormButtonField"
|
|
1191
|
+
},
|
|
1192
|
+
FormtestStep_dimensionsDimensions_group: {
|
|
1193
|
+
_mocks: "String",
|
|
1194
|
+
width_mm: "FormTextField",
|
|
1195
|
+
height_mm: "FormTextField",
|
|
1196
|
+
depth_mm: "FormTextField",
|
|
1197
|
+
opening_direction: "FormRadioTextField",
|
|
1198
|
+
sash_count: "FormTextField"
|
|
1199
|
+
},
|
|
1200
|
+
FormtestStep_dimensions: {
|
|
1201
|
+
_mocks: "String",
|
|
1202
|
+
dimensions_group: "FormtestStep_dimensionsDimensions_group",
|
|
1203
|
+
dimensions_back: "FormButtonField",
|
|
1204
|
+
dimensions_next: "FormButtonField"
|
|
1205
|
+
},
|
|
1206
|
+
FormtestStep_featuresFeatures_group: {
|
|
1207
|
+
_mocks: "String",
|
|
1208
|
+
material: "FormRadioTextField",
|
|
1209
|
+
color: "FormTextField",
|
|
1210
|
+
glazing_type: "FormRadioTextField",
|
|
1211
|
+
thermal_break: "FormBooleanField",
|
|
1212
|
+
soundproofing: "FormBooleanField"
|
|
1213
|
+
},
|
|
1214
|
+
FormtestStep_features: {
|
|
1215
|
+
_mocks: "String",
|
|
1216
|
+
features_group: "FormtestStep_featuresFeatures_group",
|
|
1217
|
+
features_back: "FormButtonField",
|
|
1218
|
+
features_next: "FormButtonField"
|
|
1219
|
+
},
|
|
1220
|
+
FormtestStep_accessoriesAccessories_group: {
|
|
1221
|
+
_mocks: "String",
|
|
1222
|
+
handle_type: "FormRadioTextField",
|
|
1223
|
+
lock_type: "FormRadioTextField",
|
|
1224
|
+
mosquito_net: "FormBooleanField",
|
|
1225
|
+
ventilator: "FormBooleanField",
|
|
1226
|
+
accessories_other: "FormTextField"
|
|
1227
|
+
},
|
|
1228
|
+
FormtestStep_accessories: {
|
|
1229
|
+
_mocks: "String",
|
|
1230
|
+
accessories_group: "FormtestStep_accessoriesAccessories_group",
|
|
1231
|
+
accessories_back: "FormButtonField",
|
|
1232
|
+
accessories_next: "FormButtonField"
|
|
1233
|
+
},
|
|
1234
|
+
FormtestStep_summary: {
|
|
1235
|
+
_mocks: "String",
|
|
1236
|
+
summary_display: "FormDisplayField",
|
|
1237
|
+
summary_back: "FormButtonField",
|
|
1238
|
+
submit: "FormSubmitField"
|
|
1239
|
+
},
|
|
1240
|
+
Formtest: {
|
|
1241
|
+
_mocks: "String",
|
|
1242
|
+
_version: "VersionField",
|
|
1243
|
+
form_step_variable: "FormVariableField",
|
|
1244
|
+
step_basic_info: "FormtestStep_basic_info",
|
|
1245
|
+
step_dimensions: "FormtestStep_dimensions",
|
|
1246
|
+
step_features: "FormtestStep_features",
|
|
1247
|
+
step_accessories: "FormtestStep_accessories",
|
|
1248
|
+
step_summary: "FormtestStep_summary",
|
|
1249
|
+
current_step: "FormVariableField",
|
|
1250
|
+
locale: "String",
|
|
1251
|
+
slug: "String",
|
|
1252
|
+
_id: "String",
|
|
1253
|
+
createdAt: "String",
|
|
1254
|
+
updatedAt: "String",
|
|
1255
|
+
draft_version: "String",
|
|
1256
|
+
json_ld: "String"
|
|
1257
|
+
},
|
|
1258
|
+
ResponseFormregisterUser_details: {
|
|
1259
|
+
username: "String",
|
|
1260
|
+
password: "String",
|
|
1261
|
+
full_name: "String",
|
|
1262
|
+
phone: "String"
|
|
1263
|
+
},
|
|
1264
|
+
ResponseFormregisterRegistration_step: {
|
|
1265
|
+
user_details: "ResponseFormregisterUser_details",
|
|
1266
|
+
submit: "String"
|
|
1267
|
+
},
|
|
1268
|
+
ResponseFormregister: {
|
|
1269
|
+
state_step: "String",
|
|
1270
|
+
registration_step: "ResponseFormregisterRegistration_step",
|
|
1271
|
+
current_step: "String",
|
|
1272
|
+
locale: "String",
|
|
1273
|
+
slug: "String",
|
|
1274
|
+
_id: "String",
|
|
1275
|
+
createdAt: "String",
|
|
1276
|
+
updatedAt: "String",
|
|
1277
|
+
draft_version: "String",
|
|
1278
|
+
json_ld: "String"
|
|
1279
|
+
},
|
|
1280
|
+
ResponseFormtestBasic_info_group: {
|
|
1281
|
+
window_type: "String",
|
|
1282
|
+
quantity: "String",
|
|
1283
|
+
location: "String"
|
|
1284
|
+
},
|
|
1285
|
+
ResponseFormtestStep_basic_info: {
|
|
1286
|
+
basic_info_group: "ResponseFormtestBasic_info_group",
|
|
1287
|
+
basic_next: "String"
|
|
1288
|
+
},
|
|
1289
|
+
ResponseFormtestDimensions_group: {
|
|
1290
|
+
width_mm: "String",
|
|
1291
|
+
height_mm: "String",
|
|
1292
|
+
depth_mm: "String",
|
|
1293
|
+
opening_direction: "String",
|
|
1294
|
+
sash_count: "String"
|
|
1295
|
+
},
|
|
1296
|
+
ResponseFormtestStep_dimensions: {
|
|
1297
|
+
dimensions_group: "ResponseFormtestDimensions_group",
|
|
1298
|
+
dimensions_back: "String",
|
|
1299
|
+
dimensions_next: "String"
|
|
1300
|
+
},
|
|
1301
|
+
ResponseFormtestFeatures_group: {
|
|
1302
|
+
material: "String",
|
|
1303
|
+
color: "String",
|
|
1304
|
+
glazing_type: "String",
|
|
1305
|
+
thermal_break: "Boolean",
|
|
1306
|
+
soundproofing: "Boolean"
|
|
1307
|
+
},
|
|
1308
|
+
ResponseFormtestStep_features: {
|
|
1309
|
+
features_group: "ResponseFormtestFeatures_group",
|
|
1310
|
+
features_back: "String",
|
|
1311
|
+
features_next: "String"
|
|
1312
|
+
},
|
|
1313
|
+
ResponseFormtestAccessories_group: {
|
|
1314
|
+
handle_type: "String",
|
|
1315
|
+
lock_type: "String",
|
|
1316
|
+
mosquito_net: "Boolean",
|
|
1317
|
+
ventilator: "Boolean",
|
|
1318
|
+
accessories_other: "String"
|
|
1319
|
+
},
|
|
1320
|
+
ResponseFormtestStep_accessories: {
|
|
1321
|
+
accessories_group: "ResponseFormtestAccessories_group",
|
|
1322
|
+
accessories_back: "String",
|
|
1323
|
+
accessories_next: "String"
|
|
1324
|
+
},
|
|
1325
|
+
ResponseFormtestStep_summary: {
|
|
1326
|
+
summary_display: "String",
|
|
1327
|
+
summary_back: "String",
|
|
1328
|
+
submit: "String"
|
|
1329
|
+
},
|
|
1330
|
+
ResponseFormtest: {
|
|
1331
|
+
form_step_variable: "String",
|
|
1332
|
+
step_basic_info: "ResponseFormtestStep_basic_info",
|
|
1333
|
+
step_dimensions: "ResponseFormtestStep_dimensions",
|
|
1334
|
+
step_features: "ResponseFormtestStep_features",
|
|
1335
|
+
step_accessories: "ResponseFormtestStep_accessories",
|
|
1336
|
+
step_summary: "ResponseFormtestStep_summary",
|
|
1337
|
+
current_step: "String",
|
|
1338
|
+
locale: "String",
|
|
1339
|
+
slug: "String",
|
|
1340
|
+
_id: "String",
|
|
1341
|
+
createdAt: "String",
|
|
1342
|
+
updatedAt: "String",
|
|
1343
|
+
draft_version: "String",
|
|
1344
|
+
json_ld: "String"
|
|
1345
|
+
},
|
|
1346
|
+
SearchResponsesFormregister: {
|
|
1347
|
+
items: "ResponseFormregister",
|
|
1348
|
+
totalCount: "Int"
|
|
1349
|
+
},
|
|
1350
|
+
SearchResponsesFormtest: {
|
|
1351
|
+
items: "ResponseFormtest",
|
|
1352
|
+
totalCount: "Int"
|
|
1353
|
+
},
|
|
836
1354
|
ID: `scalar.ID`
|
|
837
1355
|
};
|
|
838
1356
|
export const Ops = {
|