@husar.ai/cli 0.3.5 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/zeus/const.ts CHANGED
@@ -21,173 +21,84 @@ export const AllTypesProps: Record<string,any> = {
21
21
  },
22
22
  FilterInputString:{
23
23
 
24
+ },
25
+ Mutation:{
26
+ submitResponseState:{
27
+ fields:"JSON",
28
+ state:"JSON"
29
+ }
24
30
  },
25
31
  RootParamsAdminType: `scalar.RootParamsAdminType` as const,
26
- FormFieldType: "enum" as const,
27
32
  GenerateHusarShapeImplementorInput:{
28
33
 
29
34
  },
35
+ TailwindLibrary: "enum" as const,
30
36
  CMSType: "enum" as const,
31
37
  Query:{
32
- listPaginateddocs:{
33
- page:"PageInput",
34
- rootParams:"RootParamsInput",
35
- sort:"docsSortInput",
36
- filter:"docsFilterInput"
37
- },
38
- onedocsBySlug:{
39
- rootParams:"RootParamsInput"
38
+ responses:{
39
+ filter:"JSON"
40
40
  },
41
- oneAsScalardocsBySlug:{
42
- rootParams:"RootParamsInput"
43
- },
44
- variantsdocsBySlug:{
41
+ response:{
45
42
 
46
43
  },
47
- oneViewaccount:{
48
- rootParams:"RootParamsInput"
49
- },
50
- oneAsScalarViewaccount:{
51
- rootParams:"RootParamsInput"
52
- },
53
- oneViewfeatures:{
54
- rootParams:"RootParamsInput"
55
- },
56
- oneAsScalarViewfeatures:{
57
- rootParams:"RootParamsInput"
58
- },
59
- oneViewhomepage:{
60
- rootParams:"RootParamsInput"
61
- },
62
- oneAsScalarViewhomepage:{
63
- rootParams:"RootParamsInput"
64
- },
65
- oneViewhowitworks:{
66
- rootParams:"RootParamsInput"
44
+ listPaginatedaaaaaaaaaaaaa:{
45
+ page:"PageInput",
46
+ rootParams:"RootParamsInput",
47
+ sort:"aaaaaaaaaaaaaSortInput",
48
+ filter:"aaaaaaaaaaaaaFilterInput"
67
49
  },
68
- oneAsScalarViewhowitworks:{
50
+ oneaaaaaaaaaaaaaBySlug:{
69
51
  rootParams:"RootParamsInput"
70
52
  },
71
- oneViewpricing_component:{
53
+ oneAsScalaraaaaaaaaaaaaaBySlug:{
72
54
  rootParams:"RootParamsInput"
73
55
  },
74
- oneAsScalarViewpricing_component:{
75
- rootParams:"RootParamsInput"
56
+ variantsaaaaaaaaaaaaaBySlug:{
57
+
76
58
  },
77
- oneViewttt:{
78
- rootParams:"RootParamsInput"
59
+ listPaginatedtestx:{
60
+ page:"PageInput",
61
+ rootParams:"RootParamsInput",
62
+ sort:"testxSortInput",
63
+ filter:"testxFilterInput"
79
64
  },
80
- oneAsScalarViewttt:{
65
+ onetestxBySlug:{
81
66
  rootParams:"RootParamsInput"
82
67
  },
83
- oneFormregister:{
68
+ oneAsScalartestxBySlug:{
84
69
  rootParams:"RootParamsInput"
85
70
  },
86
- oneAsScalarFormregister:{
87
- rootParams:"RootParamsInput"
71
+ variantstestxBySlug:{
72
+
88
73
  },
89
- oneFormtest:{
74
+ oneViewtestview:{
90
75
  rootParams:"RootParamsInput"
91
76
  },
92
- oneAsScalarFormtest:{
77
+ oneAsScalarViewtestview:{
93
78
  rootParams:"RootParamsInput"
94
- },
95
- responsesFormregister:{
96
- filter:"ResponsesFormregisterFilter"
97
- },
98
- responseFormregister:{
99
-
100
- },
101
- responseFieldSetFormregister:{
102
-
103
- },
104
- responsesFormtest:{
105
- filter:"ResponsesFormtestFilter"
106
- },
107
- responseFormtest:{
108
-
109
- },
110
- responseFieldSetFormtest:{
111
-
112
- }
113
- },
114
- Mutation:{
115
- submitResponseFormregister:{
116
- input:"SubmitFormregister"
117
- },
118
- removeResponseFormregister:{
119
-
120
- },
121
- submitResponseFormtest:{
122
- input:"SubmitFormtest"
123
- },
124
- removeResponseFormtest:{
125
-
126
79
  }
127
80
  },
128
81
  ModelEnum: "enum" as const,
129
82
  ViewEnum: "enum" as const,
130
83
  ShapeEnum: "enum" as const,
131
- FormEnum: "enum" as const,
132
- SubmitFormregisterUser_details:{
133
-
134
- },
135
- SubmitFormregisterRegistration_step:{
136
- user_details:"SubmitFormregisterUser_details"
137
- },
138
- SubmitFormregister:{
139
- registration_step:"SubmitFormregisterRegistration_step"
140
- },
141
- SubmitFormtestBasic_info_group:{
142
-
143
- },
144
- SubmitFormtestStep_basic_info:{
145
- basic_info_group:"SubmitFormtestBasic_info_group"
146
- },
147
- SubmitFormtestDimensions_group:{
148
-
149
- },
150
- SubmitFormtestStep_dimensions:{
151
- dimensions_group:"SubmitFormtestDimensions_group"
152
- },
153
- SubmitFormtestFeatures_group:{
154
-
155
- },
156
- SubmitFormtestStep_features:{
157
- features_group:"SubmitFormtestFeatures_group"
158
- },
159
- SubmitFormtestAccessories_group:{
160
-
161
- },
162
- SubmitFormtestStep_accessories:{
163
- accessories_group:"SubmitFormtestAccessories_group"
164
- },
165
- SubmitFormtestStep_summary:{
166
-
167
- },
168
- SubmitFormtest:{
169
- step_basic_info:"SubmitFormtestStep_basic_info",
170
- step_dimensions:"SubmitFormtestStep_dimensions",
171
- step_features:"SubmitFormtestStep_features",
172
- step_accessories:"SubmitFormtestStep_accessories",
173
- step_summary:"SubmitFormtestStep_summary"
174
- },
175
- ResponsesFormregisterFilter:{
176
-
177
- },
178
- ResponsesFormtestFilter:{
179
-
180
- },
181
84
  RootParamsInput:{
182
85
 
183
86
  },
184
87
  RootParamsEnum: "enum" as const,
185
- docsSortInput:{
88
+ aaaaaaaaaaaaaSortInput:{
89
+ slug:"Sort",
90
+ createdAt:"Sort",
91
+ updatedAt:"Sort"
92
+ },
93
+ testxSortInput:{
186
94
  slug:"Sort",
187
95
  createdAt:"Sort",
188
96
  updatedAt:"Sort"
189
97
  },
190
- docsFilterInput:{
98
+ aaaaaaaaaaaaaFilterInput:{
99
+ slug:"FilterInputString"
100
+ },
101
+ testxFilterInput:{
191
102
  slug:"FilterInputString"
192
103
  },
193
104
  ID: `scalar.ID` as const
@@ -207,7 +118,8 @@ export const ReturnTypes: Record<string,any> = {
207
118
  TailwindConfiguration:{
208
119
  content:"String",
209
120
  contentForClient:"String",
210
- compiledForIframe:"String"
121
+ compiledForIframe:"String",
122
+ libraries:"TailwindLibrary"
211
123
  },
212
124
  VersionField:{
213
125
  name:"String",
@@ -280,12 +192,16 @@ export const ReturnTypes: Record<string,any> = {
280
192
  },
281
193
  Visual:{
282
194
  className:"String",
283
- component:"String"
195
+ component:"String",
196
+ rules:"Rule"
284
197
  },
285
198
  PageInfo:{
286
199
  total:"Int",
287
200
  hasNext:"Boolean"
288
201
  },
202
+ Mutation:{
203
+ submitResponseState:"JSON"
204
+ },
289
205
  RootParamsAdminType: `scalar.RootParamsAdminType` as const,
290
206
  Shape:{
291
207
  name:"String",
@@ -309,94 +225,25 @@ export const ReturnTypes: Record<string,any> = {
309
225
  textContent:"String",
310
226
  children:"AiComponent"
311
227
  },
312
- FormFieldVisual:{
313
- className:"String",
314
- component:"String",
315
- rules:"Rule"
316
- },
317
- FormField:{
318
- name:"String",
319
- display:"String",
320
- type:"FormFieldType",
321
- list:"Boolean",
322
- fields:"FormField",
323
- visual:"FormFieldVisual",
324
- placeholder:"String",
325
- root:"Boolean",
326
- options:"String",
327
- builtIn:"Boolean",
328
- nonTranslatable:"Boolean"
329
- },
330
- Form:{
331
- name:"String",
332
- display:"String",
333
- fields:"FormField"
334
- },
335
- FormTextField:{
228
+ InputField:{
336
229
  label:"String",
337
230
  placeholder:"String",
338
231
  type:"String",
339
232
  defaultValue:"String"
340
233
  },
341
- FormBooleanField:{
342
- label:"String"
343
- },
344
- FormContentField:{
234
+ ButtonField:{
345
235
  label:"String",
346
- placeholder:"String",
347
- content:"String"
348
- },
349
- FormRadioField:{
350
- label:"String"
351
- },
352
- FormStepField:{
353
- label:"String"
354
- },
355
- FormTextareaField:{
356
- label:"String",
357
- placeholder:"String"
358
- },
359
- FormGroupField:{
360
- label:"String"
361
- },
362
- FormArrayStepField:{
363
- label:"String"
364
- },
365
- FormRouteField:{
366
- label:"String",
367
- portal:"String"
368
- },
369
- FormPortalField:{
370
- label:"String"
371
- },
372
- FormSubmitField:{
373
- label:"String"
374
- },
375
- FormNumberField:{
376
- label:"String"
377
- },
378
- FormRadioTextField:{
379
- label:"String",
380
- options:"String"
381
- },
382
- FormCheckboxField:{
383
- label:"String"
384
- },
385
- FormButtonField:{
386
- label:"String"
387
- },
388
- FormProductField:{
389
- label:"String",
390
- name:"String"
236
+ type:"String",
237
+ loadingLabel:"String"
391
238
  },
392
- FormVariableField:{
239
+ CheckboxField:{
393
240
  label:"String",
394
- name:"String",
395
- defaultValue:"String"
241
+ defaultValue:"Boolean"
396
242
  },
397
- FormDisplayField:{
243
+ VariableField:{
398
244
  label:"String",
399
- path:"String"
245
+ defaultValue:"String",
246
+ shouldRender:"Boolean"
400
247
  },
401
248
  ShapeLibrary:{
402
249
  name:"String",
@@ -411,186 +258,44 @@ export const ReturnTypes: Record<string,any> = {
411
258
  listViews:"View",
412
259
  listShapes:"Shape",
413
260
  tailwind:"TailwindConfiguration",
414
- listForms:"Form",
415
261
  shapeLibraries:"ShapeLibrary",
416
- listPaginateddocs:"docs__Connection",
417
- onedocsBySlug:"docs",
418
- oneAsScalardocsBySlug:"ModelAsScalar",
419
- variantsdocsBySlug:"docs",
420
- fieldSetdocs:"String",
421
- modeldocs:"ModelNavigationCompiled",
422
- previewFieldsdocs:"ModelNavigationCompiled",
423
- fieldSetShapeaplikacja_g:"String",
424
- modelShapeaplikacja_g:"ModelNavigationCompiled",
425
- previewFieldsShapeaplikacja_g:"ModelNavigationCompiled",
426
- oneShapeaplikacja_g:"Shapeaplikacja_g",
427
- fieldSetShapecloud_sidebar:"String",
428
- modelShapecloud_sidebar:"ModelNavigationCompiled",
429
- previewFieldsShapecloud_sidebar:"ModelNavigationCompiled",
430
- oneShapecloud_sidebar:"Shapecloud_sidebar",
431
- fieldSetShapecta_boom:"String",
432
- modelShapecta_boom:"ModelNavigationCompiled",
433
- previewFieldsShapecta_boom:"ModelNavigationCompiled",
434
- oneShapecta_boom:"Shapecta_boom",
435
- fieldSetShapectabutton:"String",
436
- modelShapectabutton:"ModelNavigationCompiled",
437
- previewFieldsShapectabutton:"ModelNavigationCompiled",
438
- oneShapectabutton:"Shapectabutton",
439
- fieldSetShapedocs_content:"String",
440
- modelShapedocs_content:"ModelNavigationCompiled",
441
- previewFieldsShapedocs_content:"ModelNavigationCompiled",
442
- oneShapedocs_content:"Shapedocs_content",
443
- fieldSetShapedocs_nav:"String",
444
- modelShapedocs_nav:"ModelNavigationCompiled",
445
- previewFieldsShapedocs_nav:"ModelNavigationCompiled",
446
- oneShapedocs_nav:"Shapedocs_nav",
447
- fieldSetShapefeaturepresentation:"String",
448
- modelShapefeaturepresentation:"ModelNavigationCompiled",
449
- previewFieldsShapefeaturepresentation:"ModelNavigationCompiled",
450
- oneShapefeaturepresentation:"Shapefeaturepresentation",
451
- fieldSetShapefeaturesv2:"String",
452
- modelShapefeaturesv2:"ModelNavigationCompiled",
453
- previewFieldsShapefeaturesv2:"ModelNavigationCompiled",
454
- oneShapefeaturesv2:"Shapefeaturesv2",
455
- fieldSetShapefoot:"String",
456
- modelShapefoot:"ModelNavigationCompiled",
457
- previewFieldsShapefoot:"ModelNavigationCompiled",
458
- oneShapefoot:"Shapefoot",
459
- fieldSetShapeheading:"String",
460
- modelShapeheading:"ModelNavigationCompiled",
461
- previewFieldsShapeheading:"ModelNavigationCompiled",
462
- oneShapeheading:"Shapeheading",
463
- fieldSetShapehero:"String",
464
- modelShapehero:"ModelNavigationCompiled",
465
- previewFieldsShapehero:"ModelNavigationCompiled",
466
- oneShapehero:"Shapehero",
467
- fieldSetShapeherox:"String",
468
- modelShapeherox:"ModelNavigationCompiled",
469
- previewFieldsShapeherox:"ModelNavigationCompiled",
470
- oneShapeherox:"Shapeherox",
471
- fieldSetShapelista_projektow:"String",
472
- modelShapelista_projektow:"ModelNavigationCompiled",
473
- previewFieldsShapelista_projektow:"ModelNavigationCompiled",
474
- oneShapelista_projektow:"Shapelista_projektow",
475
- fieldSetShapenav:"String",
476
- modelShapenav:"ModelNavigationCompiled",
477
- previewFieldsShapenav:"ModelNavigationCompiled",
478
- oneShapenav:"Shapenav",
479
- fieldSetShapenewshape:"String",
480
- modelShapenewshape:"ModelNavigationCompiled",
481
- previewFieldsShapenewshape:"ModelNavigationCompiled",
482
- oneShapenewshape:"Shapenewshape",
483
- fieldSetShapepricingv1:"String",
484
- modelShapepricingv1:"ModelNavigationCompiled",
485
- previewFieldsShapepricingv1:"ModelNavigationCompiled",
486
- oneShapepricingv1:"Shapepricingv1",
487
- fieldSetShapepricingv2:"String",
488
- modelShapepricingv2:"ModelNavigationCompiled",
489
- previewFieldsShapepricingv2:"ModelNavigationCompiled",
490
- oneShapepricingv2:"Shapepricingv2",
491
- fieldSetShapeprofile_info:"String",
492
- modelShapeprofile_info:"ModelNavigationCompiled",
493
- previewFieldsShapeprofile_info:"ModelNavigationCompiled",
494
- oneShapeprofile_info:"Shapeprofile_info",
495
- fieldSetShapesecondary_cta:"String",
496
- modelShapesecondary_cta:"ModelNavigationCompiled",
497
- previewFieldsShapesecondary_cta:"ModelNavigationCompiled",
498
- oneShapesecondary_cta:"Shapesecondary_cta",
499
- fieldSetShapesubheading:"String",
500
- modelShapesubheading:"ModelNavigationCompiled",
501
- previewFieldsShapesubheading:"ModelNavigationCompiled",
502
- oneShapesubheading:"Shapesubheading",
503
- fieldSetShapesupport:"String",
504
- modelShapesupport:"ModelNavigationCompiled",
505
- previewFieldsShapesupport:"ModelNavigationCompiled",
506
- oneShapesupport:"Shapesupport",
507
- fieldSetShapetitle_desc:"String",
508
- modelShapetitle_desc:"ModelNavigationCompiled",
509
- previewFieldsShapetitle_desc:"ModelNavigationCompiled",
510
- oneShapetitle_desc:"Shapetitle_desc",
511
- fieldSetShapeusage:"String",
512
- modelShapeusage:"ModelNavigationCompiled",
513
- previewFieldsShapeusage:"ModelNavigationCompiled",
514
- oneShapeusage:"Shapeusage",
515
- variantsViewaccount:"Viewaccount",
516
- fieldSetViewaccount:"String",
517
- modelViewaccount:"ModelNavigationCompiled",
518
- previewFieldsViewaccount:"ModelNavigationCompiled",
519
- oneViewaccount:"Viewaccount",
520
- oneAsScalarViewaccount:"ViewAsScalar",
521
- variantsViewfeatures:"Viewfeatures",
522
- fieldSetViewfeatures:"String",
523
- modelViewfeatures:"ModelNavigationCompiled",
524
- previewFieldsViewfeatures:"ModelNavigationCompiled",
525
- oneViewfeatures:"Viewfeatures",
526
- oneAsScalarViewfeatures:"ViewAsScalar",
527
- variantsViewhomepage:"Viewhomepage",
528
- fieldSetViewhomepage:"String",
529
- modelViewhomepage:"ModelNavigationCompiled",
530
- previewFieldsViewhomepage:"ModelNavigationCompiled",
531
- oneViewhomepage:"Viewhomepage",
532
- oneAsScalarViewhomepage:"ViewAsScalar",
533
- variantsViewhowitworks:"Viewhowitworks",
534
- fieldSetViewhowitworks:"String",
535
- modelViewhowitworks:"ModelNavigationCompiled",
536
- previewFieldsViewhowitworks:"ModelNavigationCompiled",
537
- oneViewhowitworks:"Viewhowitworks",
538
- oneAsScalarViewhowitworks:"ViewAsScalar",
539
- variantsViewpricing_component:"Viewpricing_component",
540
- fieldSetViewpricing_component:"String",
541
- modelViewpricing_component:"ModelNavigationCompiled",
542
- previewFieldsViewpricing_component:"ModelNavigationCompiled",
543
- oneViewpricing_component:"Viewpricing_component",
544
- oneAsScalarViewpricing_component:"ViewAsScalar",
545
- variantsViewttt:"Viewttt",
546
- fieldSetViewttt:"String",
547
- modelViewttt:"ModelNavigationCompiled",
548
- previewFieldsViewttt:"ModelNavigationCompiled",
549
- oneViewttt:"Viewttt",
550
- oneAsScalarViewttt:"ViewAsScalar",
551
- variantsFormregister:"Formregister",
552
- fieldSetFormregister:"String",
553
- modelFormregister:"ModelNavigationCompiled",
554
- previewFieldsFormregister:"ModelNavigationCompiled",
555
- oneFormregister:"Formregister",
556
- oneAsScalarFormregister:"FormAsScalar",
557
- variantsFormtest:"Formtest",
558
- fieldSetFormtest:"String",
559
- modelFormtest:"ModelNavigationCompiled",
560
- previewFieldsFormtest:"ModelNavigationCompiled",
561
- oneFormtest:"Formtest",
562
- oneAsScalarFormtest:"FormAsScalar",
563
- responsesFormregister:"SearchResponsesFormregister",
564
- responseFormregister:"ResponseFormregister",
565
- responseFieldSetFormregister:"String",
566
- responsesFormtest:"SearchResponsesFormtest",
567
- responseFormtest:"ResponseFormtest",
568
- responseFieldSetFormtest:"String"
569
- },
570
- Mutation:{
571
- heartbeat:"String",
572
- submitResponseFormregister:"Boolean",
573
- removeResponseFormregister:"Boolean",
574
- submitResponseFormtest:"Boolean",
575
- removeResponseFormtest:"Boolean"
262
+ responses:"JSON",
263
+ response:"JSON",
264
+ listPaginatedaaaaaaaaaaaaa:"aaaaaaaaaaaaa__Connection",
265
+ oneaaaaaaaaaaaaaBySlug:"aaaaaaaaaaaaa",
266
+ oneAsScalaraaaaaaaaaaaaaBySlug:"ModelAsScalar",
267
+ variantsaaaaaaaaaaaaaBySlug:"aaaaaaaaaaaaa",
268
+ fieldSetaaaaaaaaaaaaa:"String",
269
+ modelaaaaaaaaaaaaa:"ModelNavigationCompiled",
270
+ previewFieldsaaaaaaaaaaaaa:"ModelNavigationCompiled",
271
+ listPaginatedtestx:"testx__Connection",
272
+ onetestxBySlug:"testx",
273
+ oneAsScalartestxBySlug:"ModelAsScalar",
274
+ variantstestxBySlug:"testx",
275
+ fieldSettestx:"String",
276
+ modeltestx:"ModelNavigationCompiled",
277
+ previewFieldstestx:"ModelNavigationCompiled",
278
+ fieldSetShapeexamples_pricingplans_9:"String",
279
+ modelShapeexamples_pricingplans_9:"ModelNavigationCompiled",
280
+ previewFieldsShapeexamples_pricingplans_9:"ModelNavigationCompiled",
281
+ oneShapeexamples_pricingplans_9:"Shapeexamples_pricingplans_9",
282
+ variantsViewtestview:"Viewtestview",
283
+ fieldSetViewtestview:"String",
284
+ modelViewtestview:"ModelNavigationCompiled",
285
+ previewFieldsViewtestview:"ModelNavigationCompiled",
286
+ oneViewtestview:"Viewtestview",
287
+ oneAsScalarViewtestview:"ViewAsScalar"
576
288
  },
577
289
  RootParamsType:{
578
290
  _version:"String",
579
291
  locale:"String"
580
292
  },
581
- docs__Connection:{
582
- items:"docs",
293
+ aaaaaaaaaaaaa__Connection:{
294
+ items:"aaaaaaaaaaaaa",
583
295
  pageInfo:"PageInfo"
584
296
  },
585
- docs:{
297
+ aaaaaaaaaaaaa:{
586
298
  _version:"VersionField",
587
- title:"String",
588
- seotitle:"String",
589
- sortid:"Float",
590
- metadesc:"String",
591
- main_category:"String",
592
- content:"String",
593
- video:"VideoField",
594
299
  locale:"String",
595
300
  slug:"String",
596
301
  _id:"String",
@@ -599,80 +304,17 @@ export const ReturnTypes: Record<string,any> = {
599
304
  draft_version:"Boolean",
600
305
  json_ld:"String"
601
306
  },
602
- ViewaccountMain:{
603
- profile:"Shapeprofile_info",
604
- projects:"Shapelista_projektow"
307
+ testxDupax:{
308
+ dupda:"String"
605
309
  },
606
- Viewaccount:{
607
- _version:"VersionField",
608
- main:"ViewaccountMain",
609
- locale:"String",
610
- slug:"String",
611
- _id:"String",
612
- createdAt:"Float",
613
- updatedAt:"Float",
614
- draft_version:"Boolean",
615
- json_ld:"String"
616
- },
617
- ViewfeaturesMain:{
618
- auto_translation:"Shapefeaturepresentation",
619
- ai_component:"Shapefeaturepresentation"
620
- },
621
- Viewfeatures:{
622
- _version:"VersionField",
623
- main:"ViewfeaturesMain",
624
- locale:"String",
625
- slug:"String",
626
- _id:"String",
627
- createdAt:"Float",
628
- updatedAt:"Float",
629
- draft_version:"Boolean",
630
- json_ld:"String"
631
- },
632
- ViewhomepageCotContain:{
633
- header:"Shapetitle_desc"
634
- },
635
- ViewhomepageCotFeatures:{
636
- feat:"Shapefeaturepresentation"
637
- },
638
- ViewhomepageCot:{
639
- contain:"ViewhomepageCotContain",
640
- features:"ViewhomepageCotFeatures"
641
- },
642
- Viewhomepage:{
643
- _version:"VersionField",
644
- nav:"Shapenav",
645
- hero:"Shapeherox",
646
- cot:"ViewhomepageCot",
647
- pricing:"Shapepricingv1",
648
- footer:"Shapefoot",
649
- locale:"String",
650
- slug:"String",
651
- _id:"String",
652
- createdAt:"Float",
653
- updatedAt:"Float",
654
- draft_version:"Boolean",
655
- json_ld:"String"
656
- },
657
- ViewhowitworksFeature_control:{
658
- title:"String",
659
- description:"String",
660
- image:"ImageField"
661
- },
662
- Viewhowitworks:{
663
- _version:"VersionField",
664
- title:"String",
665
- feature_control:"ViewhowitworksFeature_control",
666
- locale:"String",
667
- slug:"String",
668
- _id:"String",
669
- createdAt:"Float",
670
- updatedAt:"Float",
671
- draft_version:"Boolean",
672
- json_ld:"String"
310
+ testx__Connection:{
311
+ items:"testx",
312
+ pageInfo:"PageInfo"
673
313
  },
674
- Viewpricing_component:{
314
+ testx:{
675
315
  _version:"VersionField",
316
+ dupa:"String",
317
+ dupax:"testxDupax",
676
318
  locale:"String",
677
319
  slug:"String",
678
320
  _id:"String",
@@ -681,8 +323,10 @@ export const ReturnTypes: Record<string,any> = {
681
323
  draft_version:"Boolean",
682
324
  json_ld:"String"
683
325
  },
684
- Viewttt:{
326
+ Viewtestview:{
685
327
  _version:"VersionField",
328
+ test:"String",
329
+ nowy:"Shapeexamples_pricingplans_9",
686
330
  locale:"String",
687
331
  slug:"String",
688
332
  _id:"String",
@@ -691,687 +335,63 @@ export const ReturnTypes: Record<string,any> = {
691
335
  draft_version:"Boolean",
692
336
  json_ld:"String"
693
337
  },
694
- Shapeaplikacja_gNavbarMenu:{
695
- name:"String",
696
- href:"String"
697
- },
698
- Shapeaplikacja_gNavbar:{
699
- logo:"String",
700
- menu:"Shapeaplikacja_gNavbarMenu"
701
- },
702
- Shapeaplikacja_gHero:{
703
- heading:"String",
704
- subheading:"String"
705
- },
706
- Shapeaplikacja_gExplainer_video:{
707
- title:"String",
708
- description:"String",
709
- video:"VideoField"
710
- },
711
- Shapeaplikacja_gVideo_list:{
712
- title:"String",
713
- description:"String",
714
- video:"VideoField"
715
- },
716
- Shapeaplikacja_gStatsItems:{
717
- label:"String",
718
- value:"Float"
719
- },
720
- Shapeaplikacja_gStats:{
721
- items:"Shapeaplikacja_gStatsItems"
722
- },
723
- Shapeaplikacja_gTestimonials:{
724
- name:"String",
725
- text:"String"
726
- },
727
- Shapeaplikacja_gCall_to_action:{
728
- heading:"String",
729
- description:"String",
730
- button_text:"String"
731
- },
732
- Shapeaplikacja_gFooterLinks:{
733
- label:"String",
734
- href:"String"
735
- },
736
- Shapeaplikacja_gFooter:{
737
- copyright:"String",
738
- links:"Shapeaplikacja_gFooterLinks"
739
- },
740
- Shapeaplikacja_g:{
741
- navbar:"Shapeaplikacja_gNavbar",
742
- hero:"Shapeaplikacja_gHero",
743
- explainer_video:"Shapeaplikacja_gExplainer_video",
744
- video_list:"Shapeaplikacja_gVideo_list",
745
- stats:"Shapeaplikacja_gStats",
746
- testimonials:"Shapeaplikacja_gTestimonials",
747
- call_to_action:"Shapeaplikacja_gCall_to_action",
748
- footer:"Shapeaplikacja_gFooter",
749
- _id:"String",
750
- createdAt:"Float",
751
- updatedAt:"Float"
752
- },
753
- Shapecloud_sidebarSidebarMenuCategoryPage:{
754
- name:"String",
755
- link:"String"
756
- },
757
- Shapecloud_sidebarSidebarMenuCategory:{
758
- page:"Shapecloud_sidebarSidebarMenuCategoryPage"
759
- },
760
- Shapecloud_sidebarSidebarMenu:{
761
- logo:"ImageField",
762
- category:"Shapecloud_sidebarSidebarMenuCategory"
763
- },
764
- Shapecloud_sidebarSidebarBottom_menuLogout:{
765
- name:"String",
766
- link:"String"
767
- },
768
- Shapecloud_sidebarSidebarBottom_menu:{
769
- logout:"Shapecloud_sidebarSidebarBottom_menuLogout"
770
- },
771
- Shapecloud_sidebarSidebar:{
772
- menu:"Shapecloud_sidebarSidebarMenu",
773
- bottom_menu:"Shapecloud_sidebarSidebarBottom_menu"
774
- },
775
- Shapecloud_sidebar:{
776
- sidebar:"Shapecloud_sidebarSidebar",
777
- _id:"String",
778
- createdAt:"Float",
779
- updatedAt:"Float"
780
- },
781
- Shapecta_boomSectionContentCentered_contentBadge:{
782
- dot:"String",
783
- badge_text:"String"
784
- },
785
- Shapecta_boomSectionContentCentered_contentCta_blockCta_primary:{
786
- cta:"String",
787
- href:"String"
788
- },
789
- Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary:{
790
- cta:"String",
791
- href:"String"
792
- },
793
- Shapecta_boomSectionContentCentered_contentCta_block:{
794
- cta_primary:"Shapecta_boomSectionContentCentered_contentCta_blockCta_primary",
795
- cta_secondary:"Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary"
796
- },
797
- Shapecta_boomSectionContentCentered_content:{
798
- badge:"Shapecta_boomSectionContentCentered_contentBadge",
799
- title:"String",
800
- gradient_subtitle:"String",
801
- description:"String",
802
- cta_block:"Shapecta_boomSectionContentCentered_contentCta_block",
803
- footer_note:"String"
804
- },
805
- Shapecta_boomSectionContent:{
806
- centered_content:"Shapecta_boomSectionContentCentered_content"
807
- },
808
- Shapecta_boomSection:{
809
- content:"Shapecta_boomSectionContent"
810
- },
811
- Shapecta_boom:{
812
- section:"Shapecta_boomSection",
813
- _id:"String",
814
- createdAt:"Float",
815
- updatedAt:"Float"
816
- },
817
- Shapectabutton:{
818
- cta:"String",
819
- _id:"String",
820
- createdAt:"Float",
821
- updatedAt:"Float"
822
- },
823
- Shapedocs_contentDocumentation_pageContent_containerDoc_content:{
824
- content:"String"
825
- },
826
- Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container:{
827
- scrollspy_title:"String",
828
- scrollspy_list:"String"
829
- },
830
- Shapedocs_contentDocumentation_pageContent_containerScrollspy:{
831
- scrollspy_container:"Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"
832
- },
833
- Shapedocs_contentDocumentation_pageContent_container:{
834
- doc_content:"Shapedocs_contentDocumentation_pageContent_containerDoc_content",
835
- scrollspy:"Shapedocs_contentDocumentation_pageContent_containerScrollspy"
836
- },
837
- Shapedocs_contentDocumentation_page:{
838
- content_container:"Shapedocs_contentDocumentation_pageContent_container"
839
- },
840
- Shapedocs_content:{
841
- documentation_page:"Shapedocs_contentDocumentation_page",
842
- _id:"String",
843
- createdAt:"Float",
844
- updatedAt:"Float"
845
- },
846
- Shapedocs_navMainListChildrenCategory:{
847
- name:"String",
848
- link:"String"
849
- },
850
- Shapedocs_navMainListChildren:{
851
- category:"Shapedocs_navMainListChildrenCategory"
852
- },
853
- Shapedocs_navMainList:{
854
- title:"String",
855
- children:"Shapedocs_navMainListChildren"
856
- },
857
- Shapedocs_navMain:{
858
- list:"Shapedocs_navMainList"
859
- },
860
- Shapedocs_nav:{
861
- main:"Shapedocs_navMain",
862
- _id:"String",
863
- createdAt:"Float",
864
- updatedAt:"Float"
865
- },
866
- ShapefeaturepresentationMain:{
867
- title:"String",
868
- subtitle:"String",
869
- content:"String"
870
- },
871
- Shapefeaturepresentation:{
872
- main:"ShapefeaturepresentationMain",
873
- _id:"String",
874
- createdAt:"Float",
875
- updatedAt:"Float"
876
- },
877
- Shapefeaturesv2:{
878
- _id:"String",
879
- createdAt:"Float",
880
- updatedAt:"Float"
881
- },
882
- ShapefootFooterFooter_containerFooter_links:{
883
- privacy_policy:"String",
884
- terms_of_service:"String",
885
- contact_us:"String"
886
- },
887
- ShapefootFooterFooter_container:{
888
- footer_logo:"String",
889
- footer_links:"ShapefootFooterFooter_containerFooter_links",
890
- footer_copy:"String"
891
- },
892
- ShapefootFooter:{
893
- footer_container:"ShapefootFooterFooter_container"
894
- },
895
- Shapefoot:{
896
- footer:"ShapefootFooter",
897
- _id:"String",
898
- createdAt:"Float",
899
- updatedAt:"Float"
900
- },
901
- Shapeheading:{
902
- text:"String",
903
- _id:"String",
904
- createdAt:"Float",
905
- updatedAt:"Float"
906
- },
907
- ShapeheroHero_componentSlogan_parent:{
908
- slogan:"String"
909
- },
910
- ShapeheroHero_component:{
911
- logoplace:"String",
912
- logo:"String",
913
- slogan_parent:"ShapeheroHero_componentSlogan_parent",
914
- subslogan:"String"
915
- },
916
- Shapehero:{
917
- hero_component:"ShapeheroHero_component",
918
- _id:"String",
919
- createdAt:"Float",
920
- updatedAt:"Float"
921
- },
922
- ShapeheroxHero_sectionHero_containerText_wrapperFeatures:{
923
- feature:"String"
924
- },
925
- ShapeheroxHero_sectionHero_containerText_wrapper:{
926
- title:"String",
927
- description:"String",
928
- features:"ShapeheroxHero_sectionHero_containerText_wrapperFeatures"
929
- },
930
- ShapeheroxHero_sectionHero_containerImage_wrapper:{
931
- hero_image:"ImageField"
932
- },
933
- ShapeheroxHero_sectionHero_containerPresentation:{
934
- video:"VideoField"
935
- },
936
- ShapeheroxHero_sectionHero_container:{
937
- text_wrapper:"ShapeheroxHero_sectionHero_containerText_wrapper",
938
- image_wrapper:"ShapeheroxHero_sectionHero_containerImage_wrapper",
939
- presentation:"ShapeheroxHero_sectionHero_containerPresentation"
940
- },
941
- ShapeheroxHero_section:{
942
- hero_container:"ShapeheroxHero_sectionHero_container"
943
- },
944
- Shapeherox:{
945
- hero_section:"ShapeheroxHero_section",
946
- _id:"String",
947
- createdAt:"Float",
948
- updatedAt:"Float"
949
- },
950
- Shapelista_projektowListProjectsInstance:{
951
- title:"String",
952
- link:"String",
953
- remove_button:"String"
954
- },
955
- Shapelista_projektowListProjects:{
956
- instance:"Shapelista_projektowListProjectsInstance"
957
- },
958
- Shapelista_projektowList:{
959
- title:"String",
960
- subtitle:"String",
961
- projects:"Shapelista_projektowListProjects"
962
- },
963
- Shapelista_projektow:{
964
- list:"Shapelista_projektowList",
965
- _id:"String",
966
- createdAt:"Float",
967
- updatedAt:"Float"
968
- },
969
- ShapenavNavigationNavigation_linksLink:{
970
- display:"String",
971
- href:"String"
972
- },
973
- ShapenavNavigationNavigation_links:{
974
- link:"ShapenavNavigationNavigation_linksLink"
975
- },
976
- ShapenavNavigation:{
977
- logo:"String",
978
- navigation_links:"ShapenavNavigationNavigation_links"
979
- },
980
- Shapenav:{
981
- navigation:"ShapenavNavigation",
982
- _id:"String",
983
- createdAt:"Float",
984
- updatedAt:"Float"
985
- },
986
- ShapenewshapeBackgroundContent:{
987
- badge:"String",
988
- headline:"String",
989
- subheadline:"String",
990
- cta_label:"String",
991
- cta_href:"String"
992
- },
993
- ShapenewshapeBackground:{
994
- overlay_gradient:"Boolean",
995
- content:"ShapenewshapeBackgroundContent",
996
- hero_image:"ImageField"
997
- },
998
- Shapenewshape:{
999
- background:"ShapenewshapeBackground",
1000
- _id:"String",
1001
- createdAt:"Float",
1002
- updatedAt:"Float"
1003
- },
1004
- Shapepricingv1Pricing_sectionHeader_wrapper:{
1005
- title:"String",
1006
- description:"String"
1007
- },
1008
- Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list:{
1009
- feature:"String"
338
+ Shapeexamples_pricingplans_9Wrapper:{
339
+ input:"InputField",
340
+ checkbox:"CheckboxField",
341
+ button:"ButtonField",
342
+ variable:"VariableField",
343
+ button_modal:"ButtonField",
344
+ variable_modal:"VariableField"
1010
345
  },
1011
- Shapepricingv1Pricing_sectionPlans_gridFree_plan:{
1012
- plan_name:"String",
1013
- price:"String",
1014
- plan_description:"String",
1015
- feature_list:"Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list",
1016
- cta:"Shapesecondary_cta"
346
+ Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper:{
347
+ summaryone:"String",
348
+ test:"String"
1017
349
  },
1018
- Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list:{
1019
- feature:"String"
350
+ Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper:{
351
+ close_button:"ButtonField",
352
+ detailswrapper:"Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper"
1020
353
  },
1021
- Shapepricingv1Pricing_sectionPlans_gridPaid_plan:{
1022
- plan_name:"String",
1023
- price:"String",
1024
- plan_description:"String",
1025
- feature_list:"Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list",
1026
- cta:"Shapectabutton"
354
+ Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper:{
355
+ dialog_wrapper:"Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper"
1027
356
  },
1028
- Shapepricingv1Pricing_sectionPlans_grid:{
1029
- free_plan:"Shapepricingv1Pricing_sectionPlans_gridFree_plan",
1030
- paid_plan:"Shapepricingv1Pricing_sectionPlans_gridPaid_plan"
357
+ Shapeexamples_pricingplans_9TestowepoleDialog:{
358
+ diaalog_wrapper:"Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper"
1031
359
  },
1032
- Shapepricingv1Pricing_section:{
1033
- header_wrapper:"Shapepricingv1Pricing_sectionHeader_wrapper",
1034
- plans_grid:"Shapepricingv1Pricing_sectionPlans_grid"
360
+ Shapeexamples_pricingplans_9Testowepole:{
361
+ jajko:"String",
362
+ dialog:"Shapeexamples_pricingplans_9TestowepoleDialog"
1035
363
  },
1036
- Shapepricingv1:{
1037
- pricing_section:"Shapepricingv1Pricing_section",
1038
- _id:"String",
1039
- createdAt:"Float",
1040
- updatedAt:"Float"
1041
- },
1042
- Shapepricingv2MainPlans_gridFree_planPlan_footer:{
1043
- price:"String",
1044
- cta:"String"
364
+ Shapeexamples_pricingplans_9Step_oneStep_one_wrapper:{
365
+ step_one_next:"ButtonField"
1045
366
  },
1046
- Shapepricingv2MainPlans_gridFree_plan:{
1047
- subtitle:"String",
1048
- description:"String",
1049
- features:"String",
1050
- plan_footer:"Shapepricingv2MainPlans_gridFree_planPlan_footer"
367
+ Shapeexamples_pricingplans_9Step_one:{
368
+ step_one_wrapper:"Shapeexamples_pricingplans_9Step_oneStep_one_wrapper"
1051
369
  },
1052
- Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock:{
1053
- price:"String",
1054
- price_period:"String"
370
+ Shapeexamples_pricingplans_9Step_twoStep_two_wrapper:{
371
+ step_two_prev:"ButtonField",
372
+ step_two_next:"ButtonField"
1055
373
  },
1056
- Shapepricingv2MainPlans_gridPro_planPlan_footer:{
1057
- priceblock:"Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock",
1058
- cta:"String"
374
+ Shapeexamples_pricingplans_9Step_two:{
375
+ step_two_wrapper:"Shapeexamples_pricingplans_9Step_twoStep_two_wrapper"
1059
376
  },
1060
- Shapepricingv2MainPlans_gridPro_plan:{
1061
- subtitle:"String",
1062
- description:"String",
1063
- features:"String",
1064
- plan_footer:"Shapepricingv2MainPlans_gridPro_planPlan_footer"
377
+ Shapeexamples_pricingplans_9Step_threeStep_three_wrapper:{
378
+ step_three_prev:"ButtonField",
379
+ step_three_field:"String"
1065
380
  },
1066
- Shapepricingv2MainPlans_grid:{
1067
- free_plan:"Shapepricingv2MainPlans_gridFree_plan",
1068
- pro_plan:"Shapepricingv2MainPlans_gridPro_plan"
381
+ Shapeexamples_pricingplans_9Step_three:{
382
+ step_three_wrapper:"Shapeexamples_pricingplans_9Step_threeStep_three_wrapper"
1069
383
  },
1070
- Shapepricingv2Main:{
1071
- plans_grid:"Shapepricingv2MainPlans_grid"
1072
- },
1073
- Shapepricingv2:{
1074
- main:"Shapepricingv2Main",
384
+ Shapeexamples_pricingplans_9:{
385
+ wrapper:"Shapeexamples_pricingplans_9Wrapper",
386
+ testowepole:"Shapeexamples_pricingplans_9Testowepole",
387
+ step_variable:"VariableField",
388
+ step_one:"Shapeexamples_pricingplans_9Step_one",
389
+ step_two:"Shapeexamples_pricingplans_9Step_two",
390
+ step_three:"Shapeexamples_pricingplans_9Step_three",
1075
391
  _id:"String",
1076
392
  createdAt:"Float",
1077
393
  updatedAt:"Float"
1078
394
  },
1079
- Shapeprofile_infoProfile_sectionAccount_headerInfo:{
1080
- full_name:"String",
1081
- company:"String",
1082
- email:"String"
1083
- },
1084
- Shapeprofile_infoProfile_sectionAccount_header:{
1085
- avatar:"ImageField",
1086
- info:"Shapeprofile_infoProfile_sectionAccount_headerInfo"
1087
- },
1088
- Shapeprofile_infoProfile_sectionPlan_status:{
1089
- plan:"String"
1090
- },
1091
- Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens:{
1092
- label:"String",
1093
- value:"String"
1094
- },
1095
- Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens:{
1096
- label:"String",
1097
- value:"String"
1098
- },
1099
- Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests:{
1100
- label:"String",
1101
- value:"String"
1102
- },
1103
- Shapeprofile_infoProfile_sectionUsage_section:{
1104
- ai_tokens:"Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens",
1105
- translate_tokens:"Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens",
1106
- monthly_api_requests:"Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"
1107
- },
1108
- Shapeprofile_infoProfile_section:{
1109
- account_header:"Shapeprofile_infoProfile_sectionAccount_header",
1110
- plan_status:"Shapeprofile_infoProfile_sectionPlan_status",
1111
- usage_section:"Shapeprofile_infoProfile_sectionUsage_section"
1112
- },
1113
- Shapeprofile_info:{
1114
- profile_section:"Shapeprofile_infoProfile_section",
1115
- _id:"String",
1116
- createdAt:"Float",
1117
- updatedAt:"Float"
1118
- },
1119
- Shapesecondary_cta:{
1120
- cta:"String",
1121
- _id:"String",
1122
- createdAt:"Float",
1123
- updatedAt:"Float"
1124
- },
1125
- Shapesubheading:{
1126
- text:"String",
1127
- _id:"String",
1128
- createdAt:"Float",
1129
- updatedAt:"Float"
1130
- },
1131
- ShapesupportSectionHeader_wrapper:{
1132
- title:"String",
1133
- description:"String"
1134
- },
1135
- ShapesupportSectionFeatures_gridFeature_item:{
1136
- image:"ImageField",
1137
- title:"String",
1138
- text:"String",
1139
- cta:"String"
1140
- },
1141
- ShapesupportSectionFeatures_grid:{
1142
- feature_item:"ShapesupportSectionFeatures_gridFeature_item"
1143
- },
1144
- ShapesupportSection:{
1145
- header_wrapper:"ShapesupportSectionHeader_wrapper",
1146
- features_grid:"ShapesupportSectionFeatures_grid"
1147
- },
1148
- Shapesupport:{
1149
- section:"ShapesupportSection",
1150
- _id:"String",
1151
- createdAt:"Float",
1152
- updatedAt:"Float"
1153
- },
1154
- Shapetitle_descTitledesc:{
1155
- title:"String",
1156
- description:"String"
1157
- },
1158
- Shapetitle_desc:{
1159
- titledesc:"Shapetitle_descTitledesc",
1160
- _id:"String",
1161
- createdAt:"Float",
1162
- updatedAt:"Float"
1163
- },
1164
- ShapeusageMain:{
1165
- title:"String",
1166
- subtitle:"String",
1167
- period:"String",
1168
- tokens_consumed:"Float"
1169
- },
1170
- Shapeusage:{
1171
- main:"ShapeusageMain",
1172
- _id:"String",
1173
- createdAt:"Float",
1174
- updatedAt:"Float"
1175
- },
1176
- FormregisterRegistration_stepUser_details:{
1177
- _mocks:"String",
1178
- username:"FormTextField",
1179
- password:"FormTextField",
1180
- full_name:"FormTextField",
1181
- phone:"FormTextField"
1182
- },
1183
- FormregisterRegistration_step:{
1184
- _mocks:"String",
1185
- user_details:"FormregisterRegistration_stepUser_details",
1186
- submit:"FormSubmitField"
1187
- },
1188
- Formregister:{
1189
- _mocks:"String",
1190
- _version:"VersionField",
1191
- state_step:"FormVariableField",
1192
- registration_step:"FormregisterRegistration_step",
1193
- current_step:"FormVariableField",
1194
- locale:"String",
1195
- slug:"String",
1196
- _id:"String",
1197
- createdAt:"String",
1198
- updatedAt:"String",
1199
- draft_version:"String",
1200
- json_ld:"String"
1201
- },
1202
- FormtestStep_basic_infoBasic_info_group:{
1203
- _mocks:"String",
1204
- window_type:"FormRadioTextField",
1205
- quantity:"FormTextField",
1206
- location:"FormRadioTextField"
1207
- },
1208
- FormtestStep_basic_info:{
1209
- _mocks:"String",
1210
- basic_info_group:"FormtestStep_basic_infoBasic_info_group",
1211
- basic_next:"FormButtonField"
1212
- },
1213
- FormtestStep_dimensionsDimensions_group:{
1214
- _mocks:"String",
1215
- width_mm:"FormTextField",
1216
- height_mm:"FormTextField",
1217
- depth_mm:"FormTextField",
1218
- opening_direction:"FormRadioTextField",
1219
- sash_count:"FormTextField"
1220
- },
1221
- FormtestStep_dimensions:{
1222
- _mocks:"String",
1223
- dimensions_group:"FormtestStep_dimensionsDimensions_group",
1224
- dimensions_back:"FormButtonField",
1225
- dimensions_next:"FormButtonField"
1226
- },
1227
- FormtestStep_featuresFeatures_group:{
1228
- _mocks:"String",
1229
- material:"FormRadioTextField",
1230
- color:"FormTextField",
1231
- glazing_type:"FormRadioTextField",
1232
- thermal_break:"FormBooleanField",
1233
- soundproofing:"FormBooleanField"
1234
- },
1235
- FormtestStep_features:{
1236
- _mocks:"String",
1237
- features_group:"FormtestStep_featuresFeatures_group",
1238
- features_back:"FormButtonField",
1239
- features_next:"FormButtonField"
1240
- },
1241
- FormtestStep_accessoriesAccessories_group:{
1242
- _mocks:"String",
1243
- handle_type:"FormRadioTextField",
1244
- lock_type:"FormRadioTextField",
1245
- mosquito_net:"FormBooleanField",
1246
- ventilator:"FormBooleanField",
1247
- accessories_other:"FormTextField"
1248
- },
1249
- FormtestStep_accessories:{
1250
- _mocks:"String",
1251
- accessories_group:"FormtestStep_accessoriesAccessories_group",
1252
- accessories_back:"FormButtonField",
1253
- accessories_next:"FormButtonField"
1254
- },
1255
- FormtestStep_summary:{
1256
- _mocks:"String",
1257
- summary_display:"FormDisplayField",
1258
- summary_back:"FormButtonField",
1259
- submit:"FormSubmitField"
1260
- },
1261
- Formtest:{
1262
- _mocks:"String",
1263
- _version:"VersionField",
1264
- form_step_variable:"FormVariableField",
1265
- step_basic_info:"FormtestStep_basic_info",
1266
- step_dimensions:"FormtestStep_dimensions",
1267
- step_features:"FormtestStep_features",
1268
- step_accessories:"FormtestStep_accessories",
1269
- step_summary:"FormtestStep_summary",
1270
- current_step:"FormVariableField",
1271
- locale:"String",
1272
- slug:"String",
1273
- _id:"String",
1274
- createdAt:"String",
1275
- updatedAt:"String",
1276
- draft_version:"String",
1277
- json_ld:"String"
1278
- },
1279
- ResponseFormregisterUser_details:{
1280
- username:"String",
1281
- password:"String",
1282
- full_name:"String",
1283
- phone:"String"
1284
- },
1285
- ResponseFormregisterRegistration_step:{
1286
- user_details:"ResponseFormregisterUser_details",
1287
- submit:"String"
1288
- },
1289
- ResponseFormregister:{
1290
- state_step:"String",
1291
- registration_step:"ResponseFormregisterRegistration_step",
1292
- current_step:"String",
1293
- locale:"String",
1294
- slug:"String",
1295
- _id:"String",
1296
- createdAt:"String",
1297
- updatedAt:"String",
1298
- draft_version:"String",
1299
- json_ld:"String"
1300
- },
1301
- ResponseFormtestBasic_info_group:{
1302
- window_type:"String",
1303
- quantity:"String",
1304
- location:"String"
1305
- },
1306
- ResponseFormtestStep_basic_info:{
1307
- basic_info_group:"ResponseFormtestBasic_info_group",
1308
- basic_next:"String"
1309
- },
1310
- ResponseFormtestDimensions_group:{
1311
- width_mm:"String",
1312
- height_mm:"String",
1313
- depth_mm:"String",
1314
- opening_direction:"String",
1315
- sash_count:"String"
1316
- },
1317
- ResponseFormtestStep_dimensions:{
1318
- dimensions_group:"ResponseFormtestDimensions_group",
1319
- dimensions_back:"String",
1320
- dimensions_next:"String"
1321
- },
1322
- ResponseFormtestFeatures_group:{
1323
- material:"String",
1324
- color:"String",
1325
- glazing_type:"String",
1326
- thermal_break:"Boolean",
1327
- soundproofing:"Boolean"
1328
- },
1329
- ResponseFormtestStep_features:{
1330
- features_group:"ResponseFormtestFeatures_group",
1331
- features_back:"String",
1332
- features_next:"String"
1333
- },
1334
- ResponseFormtestAccessories_group:{
1335
- handle_type:"String",
1336
- lock_type:"String",
1337
- mosquito_net:"Boolean",
1338
- ventilator:"Boolean",
1339
- accessories_other:"String"
1340
- },
1341
- ResponseFormtestStep_accessories:{
1342
- accessories_group:"ResponseFormtestAccessories_group",
1343
- accessories_back:"String",
1344
- accessories_next:"String"
1345
- },
1346
- ResponseFormtestStep_summary:{
1347
- summary_display:"String",
1348
- summary_back:"String",
1349
- submit:"String"
1350
- },
1351
- ResponseFormtest:{
1352
- form_step_variable:"String",
1353
- step_basic_info:"ResponseFormtestStep_basic_info",
1354
- step_dimensions:"ResponseFormtestStep_dimensions",
1355
- step_features:"ResponseFormtestStep_features",
1356
- step_accessories:"ResponseFormtestStep_accessories",
1357
- step_summary:"ResponseFormtestStep_summary",
1358
- current_step:"String",
1359
- locale:"String",
1360
- slug:"String",
1361
- _id:"String",
1362
- createdAt:"String",
1363
- updatedAt:"String",
1364
- draft_version:"String",
1365
- json_ld:"String"
1366
- },
1367
- SearchResponsesFormregister:{
1368
- items:"ResponseFormregister",
1369
- totalCount:"Int"
1370
- },
1371
- SearchResponsesFormtest:{
1372
- items:"ResponseFormtest",
1373
- totalCount:"Int"
1374
- },
1375
395
  ID: `scalar.ID` as const
1376
396
  }
1377
397