@husar.ai/cli 0.3.4 → 0.3.6

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"
40
- },
41
- oneAsScalardocsBySlug:{
42
- rootParams:"RootParamsInput"
38
+ responses:{
39
+ filter:"JSON"
43
40
  },
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:{
53
+ oneAsScalaraaaaaaaaaaaaaBySlug:{
72
54
  rootParams:"RootParamsInput"
73
55
  },
74
- oneAsScalarViewpricing:{
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,30 @@ 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:{
345
- 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:{
234
+ ButtonField:{
366
235
  label:"String",
367
- portal:"String"
368
- },
369
- FormPortalField:{
370
- label:"String"
371
- },
372
- FormSubmitField:{
373
- label:"String"
374
- },
375
- FormNumberField:{
376
- label:"String"
236
+ type:"String",
237
+ loadingLabel:"String"
377
238
  },
378
- FormRadioTextField:{
239
+ CheckboxField:{
379
240
  label:"String",
380
- options:"String"
381
- },
382
- FormCheckboxField:{
383
- label:"String"
241
+ defaultValue:"Boolean"
384
242
  },
385
- FormButtonField:{
386
- label:"String"
387
- },
388
- FormProductField:{
243
+ VariableField:{
389
244
  label:"String",
390
- name:"String"
245
+ defaultValue:"String",
246
+ shouldRender:"Boolean"
391
247
  },
392
- FormVariableField:{
393
- label:"String",
248
+ ShapeLibrary:{
394
249
  name:"String",
395
- defaultValue:"String"
396
- },
397
- FormDisplayField:{
398
- label:"String",
399
- path:"String"
250
+ shapes:"Shape",
251
+ description:"String"
400
252
  },
401
253
  Query:{
402
254
  navigation:"ModelNavigation",
@@ -406,203 +258,44 @@ export const ReturnTypes: Record<string,any> = {
406
258
  listViews:"View",
407
259
  listShapes:"Shape",
408
260
  tailwind:"TailwindConfiguration",
409
- listForms:"Form",
410
- listPaginateddocs:"docs__Connection",
411
- onedocsBySlug:"docs",
412
- oneAsScalardocsBySlug:"ModelAsScalar",
413
- variantsdocsBySlug:"docs",
414
- fieldSetdocs:"String",
415
- modeldocs:"ModelNavigationCompiled",
416
- previewFieldsdocs:"ModelNavigationCompiled",
417
- fieldSetShapeaplikacja_g:"String",
418
- modelShapeaplikacja_g:"ModelNavigationCompiled",
419
- previewFieldsShapeaplikacja_g:"ModelNavigationCompiled",
420
- oneShapeaplikacja_g:"Shapeaplikacja_g",
421
- fieldSetShapecloud_sidebar:"String",
422
- modelShapecloud_sidebar:"ModelNavigationCompiled",
423
- previewFieldsShapecloud_sidebar:"ModelNavigationCompiled",
424
- oneShapecloud_sidebar:"Shapecloud_sidebar",
425
- fieldSetShapecta_boom:"String",
426
- modelShapecta_boom:"ModelNavigationCompiled",
427
- previewFieldsShapecta_boom:"ModelNavigationCompiled",
428
- oneShapecta_boom:"Shapecta_boom",
429
- fieldSetShapectabutton:"String",
430
- modelShapectabutton:"ModelNavigationCompiled",
431
- previewFieldsShapectabutton:"ModelNavigationCompiled",
432
- oneShapectabutton:"Shapectabutton",
433
- fieldSetShapedocs_content:"String",
434
- modelShapedocs_content:"ModelNavigationCompiled",
435
- previewFieldsShapedocs_content:"ModelNavigationCompiled",
436
- oneShapedocs_content:"Shapedocs_content",
437
- fieldSetShapedocs_nav:"String",
438
- modelShapedocs_nav:"ModelNavigationCompiled",
439
- previewFieldsShapedocs_nav:"ModelNavigationCompiled",
440
- oneShapedocs_nav:"Shapedocs_nav",
441
- fieldSetShapefeaturepresentation:"String",
442
- modelShapefeaturepresentation:"ModelNavigationCompiled",
443
- previewFieldsShapefeaturepresentation:"ModelNavigationCompiled",
444
- oneShapefeaturepresentation:"Shapefeaturepresentation",
445
- fieldSetShapefoot:"String",
446
- modelShapefoot:"ModelNavigationCompiled",
447
- previewFieldsShapefoot:"ModelNavigationCompiled",
448
- oneShapefoot:"Shapefoot",
449
- fieldSetShapehero:"String",
450
- modelShapehero:"ModelNavigationCompiled",
451
- previewFieldsShapehero:"ModelNavigationCompiled",
452
- oneShapehero:"Shapehero",
453
- fieldSetShapeherox:"String",
454
- modelShapeherox:"ModelNavigationCompiled",
455
- previewFieldsShapeherox:"ModelNavigationCompiled",
456
- oneShapeherox:"Shapeherox",
457
- fieldSetShapelista_projektow:"String",
458
- modelShapelista_projektow:"ModelNavigationCompiled",
459
- previewFieldsShapelista_projektow:"ModelNavigationCompiled",
460
- oneShapelista_projektow:"Shapelista_projektow",
461
- fieldSetShapenav:"String",
462
- modelShapenav:"ModelNavigationCompiled",
463
- previewFieldsShapenav:"ModelNavigationCompiled",
464
- oneShapenav:"Shapenav",
465
- fieldSetShapenewshape:"String",
466
- modelShapenewshape:"ModelNavigationCompiled",
467
- previewFieldsShapenewshape:"ModelNavigationCompiled",
468
- oneShapenewshape:"Shapenewshape",
469
- fieldSetShapepricing_table:"String",
470
- modelShapepricing_table:"ModelNavigationCompiled",
471
- previewFieldsShapepricing_table:"ModelNavigationCompiled",
472
- oneShapepricing_table:"Shapepricing_table",
473
- fieldSetShapepricingv1:"String",
474
- modelShapepricingv1:"ModelNavigationCompiled",
475
- previewFieldsShapepricingv1:"ModelNavigationCompiled",
476
- oneShapepricingv1:"Shapepricingv1",
477
- fieldSetShapeprofile_info:"String",
478
- modelShapeprofile_info:"ModelNavigationCompiled",
479
- previewFieldsShapeprofile_info:"ModelNavigationCompiled",
480
- oneShapeprofile_info:"Shapeprofile_info",
481
- fieldSetShapesecondary_cta:"String",
482
- modelShapesecondary_cta:"ModelNavigationCompiled",
483
- previewFieldsShapesecondary_cta:"ModelNavigationCompiled",
484
- oneShapesecondary_cta:"Shapesecondary_cta",
485
- fieldSetShapesupport:"String",
486
- modelShapesupport:"ModelNavigationCompiled",
487
- previewFieldsShapesupport:"ModelNavigationCompiled",
488
- oneShapesupport:"Shapesupport",
489
- fieldSetShapetitle_desc:"String",
490
- modelShapetitle_desc:"ModelNavigationCompiled",
491
- previewFieldsShapetitle_desc:"ModelNavigationCompiled",
492
- oneShapetitle_desc:"Shapetitle_desc",
493
- fieldSetShapeusage:"String",
494
- modelShapeusage:"ModelNavigationCompiled",
495
- previewFieldsShapeusage:"ModelNavigationCompiled",
496
- oneShapeusage:"Shapeusage",
497
- variantsViewaccount:"Viewaccount",
498
- fieldSetViewaccount:"String",
499
- modelViewaccount:"ModelNavigationCompiled",
500
- previewFieldsViewaccount:"ModelNavigationCompiled",
501
- oneViewaccount:"Viewaccount",
502
- oneAsScalarViewaccount:"ViewAsScalar",
503
- variantsViewfeatures:"Viewfeatures",
504
- fieldSetViewfeatures:"String",
505
- modelViewfeatures:"ModelNavigationCompiled",
506
- previewFieldsViewfeatures:"ModelNavigationCompiled",
507
- oneViewfeatures:"Viewfeatures",
508
- oneAsScalarViewfeatures:"ViewAsScalar",
509
- variantsViewhomepage:"Viewhomepage",
510
- fieldSetViewhomepage:"String",
511
- modelViewhomepage:"ModelNavigationCompiled",
512
- previewFieldsViewhomepage:"ModelNavigationCompiled",
513
- oneViewhomepage:"Viewhomepage",
514
- oneAsScalarViewhomepage:"ViewAsScalar",
515
- variantsViewhowitworks:"Viewhowitworks",
516
- fieldSetViewhowitworks:"String",
517
- modelViewhowitworks:"ModelNavigationCompiled",
518
- previewFieldsViewhowitworks:"ModelNavigationCompiled",
519
- oneViewhowitworks:"Viewhowitworks",
520
- oneAsScalarViewhowitworks:"ViewAsScalar",
521
- variantsViewpricing:"Viewpricing",
522
- fieldSetViewpricing:"String",
523
- modelViewpricing:"ModelNavigationCompiled",
524
- previewFieldsViewpricing:"ModelNavigationCompiled",
525
- oneViewpricing:"Viewpricing",
526
- oneAsScalarViewpricing:"ViewAsScalar",
527
- variantsViewttt:"Viewttt",
528
- fieldSetViewttt:"String",
529
- modelViewttt:"ModelNavigationCompiled",
530
- previewFieldsViewttt:"ModelNavigationCompiled",
531
- oneViewttt:"Viewttt",
532
- oneAsScalarViewttt:"ViewAsScalar",
533
- variantsFormregister:"Formregister",
534
- fieldSetFormregister:"String",
535
- modelFormregister:"ModelNavigationCompiled",
536
- previewFieldsFormregister:"ModelNavigationCompiled",
537
- oneFormregister:"Formregister",
538
- oneAsScalarFormregister:"FormAsScalar",
539
- variantsFormtest:"Formtest",
540
- fieldSetFormtest:"String",
541
- modelFormtest:"ModelNavigationCompiled",
542
- previewFieldsFormtest:"ModelNavigationCompiled",
543
- oneFormtest:"Formtest",
544
- oneAsScalarFormtest:"FormAsScalar",
545
- responsesFormregister:"SearchResponsesFormregister",
546
- responseFormregister:"ResponseFormregister",
547
- responseFieldSetFormregister:"String",
548
- responsesFormtest:"SearchResponsesFormtest",
549
- responseFormtest:"ResponseFormtest",
550
- responseFieldSetFormtest:"String"
551
- },
552
- Mutation:{
553
- heartbeat:"String",
554
- submitResponseFormregister:"Boolean",
555
- removeResponseFormregister:"Boolean",
556
- submitResponseFormtest:"Boolean",
557
- removeResponseFormtest:"Boolean"
261
+ shapeLibraries:"ShapeLibrary",
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"
558
288
  },
559
289
  RootParamsType:{
560
290
  _version:"String",
561
291
  locale:"String"
562
292
  },
563
- docs__Connection:{
564
- items:"docs",
293
+ aaaaaaaaaaaaa__Connection:{
294
+ items:"aaaaaaaaaaaaa",
565
295
  pageInfo:"PageInfo"
566
296
  },
567
- docs:{
568
- _version:"VersionField",
569
- title:"String",
570
- seotitle:"String",
571
- sortid:"Float",
572
- metadesc:"String",
573
- main_category:"String",
574
- content:"String",
575
- video:"VideoField",
576
- locale:"String",
577
- slug:"String",
578
- _id:"String",
579
- createdAt:"Float",
580
- updatedAt:"Float",
581
- draft_version:"Boolean",
582
- json_ld:"String"
583
- },
584
- ViewaccountMain:{
585
- profile:"Shapeprofile_info",
586
- projects:"Shapelista_projektow"
587
- },
588
- Viewaccount:{
589
- _version:"VersionField",
590
- main:"ViewaccountMain",
591
- locale:"String",
592
- slug:"String",
593
- _id:"String",
594
- createdAt:"Float",
595
- updatedAt:"Float",
596
- draft_version:"Boolean",
597
- json_ld:"String"
598
- },
599
- ViewfeaturesMain:{
600
- auto_translation:"Shapefeaturepresentation",
601
- ai_component:"Shapefeaturepresentation"
602
- },
603
- Viewfeatures:{
297
+ aaaaaaaaaaaaa:{
604
298
  _version:"VersionField",
605
- main:"ViewfeaturesMain",
606
299
  locale:"String",
607
300
  slug:"String",
608
301
  _id:"String",
@@ -611,54 +304,17 @@ export const ReturnTypes: Record<string,any> = {
611
304
  draft_version:"Boolean",
612
305
  json_ld:"String"
613
306
  },
614
- ViewhomepageCotContain:{
615
- header:"Shapetitle_desc"
307
+ testxDupax:{
308
+ dupda:"String"
616
309
  },
617
- ViewhomepageCotFeatures:{
618
- feat:"Shapefeaturepresentation"
619
- },
620
- ViewhomepageCot:{
621
- contain:"ViewhomepageCotContain",
622
- features:"ViewhomepageCotFeatures"
623
- },
624
- Viewhomepage:{
625
- _version:"VersionField",
626
- nav:"Shapenav",
627
- main:"Shapehero",
628
- hero:"Shapeherox",
629
- cot:"ViewhomepageCot",
630
- pricing:"Shapepricingv1",
631
- footer:"Shapefoot",
632
- locale:"String",
633
- slug:"String",
634
- _id:"String",
635
- createdAt:"Float",
636
- updatedAt:"Float",
637
- draft_version:"Boolean",
638
- json_ld:"String"
639
- },
640
- ViewhowitworksFeature_control:{
641
- title:"String",
642
- description:"String",
643
- image:"ImageField"
644
- },
645
- Viewhowitworks:{
646
- _version:"VersionField",
647
- title:"String",
648
- feature_control:"ViewhowitworksFeature_control",
649
- locale:"String",
650
- slug:"String",
651
- _id:"String",
652
- createdAt:"Float",
653
- updatedAt:"Float",
654
- draft_version:"Boolean",
655
- json_ld:"String"
310
+ testx__Connection:{
311
+ items:"testx",
312
+ pageInfo:"PageInfo"
656
313
  },
657
- Viewpricing:{
314
+ testx:{
658
315
  _version:"VersionField",
659
- pricing:"Shapepricingv1",
660
- table:"Shapepricing_table",
661
- cta:"Shapenewshape",
316
+ dupa:"String",
317
+ dupax:"testxDupax",
662
318
  locale:"String",
663
319
  slug:"String",
664
320
  _id:"String",
@@ -667,8 +323,10 @@ export const ReturnTypes: Record<string,any> = {
667
323
  draft_version:"Boolean",
668
324
  json_ld:"String"
669
325
  },
670
- Viewttt:{
326
+ Viewtestview:{
671
327
  _version:"VersionField",
328
+ test:"String",
329
+ nowy:"Shapeexamples_pricingplans_9",
672
330
  locale:"String",
673
331
  slug:"String",
674
332
  _id:"String",
@@ -677,661 +335,63 @@ export const ReturnTypes: Record<string,any> = {
677
335
  draft_version:"Boolean",
678
336
  json_ld:"String"
679
337
  },
680
- Shapeaplikacja_gNavbarMenu:{
681
- name:"String",
682
- href:"String"
683
- },
684
- Shapeaplikacja_gNavbar:{
685
- logo:"String",
686
- menu:"Shapeaplikacja_gNavbarMenu"
687
- },
688
- Shapeaplikacja_gHero:{
689
- heading:"String",
690
- subheading:"String"
691
- },
692
- Shapeaplikacja_gExplainer_video:{
693
- title:"String",
694
- description:"String",
695
- video:"VideoField"
696
- },
697
- Shapeaplikacja_gVideo_list:{
698
- title:"String",
699
- description:"String",
700
- video:"VideoField"
701
- },
702
- Shapeaplikacja_gStatsItems:{
703
- label:"String",
704
- value:"Float"
705
- },
706
- Shapeaplikacja_gStats:{
707
- items:"Shapeaplikacja_gStatsItems"
708
- },
709
- Shapeaplikacja_gTestimonials:{
710
- name:"String",
711
- text:"String"
712
- },
713
- Shapeaplikacja_gCall_to_action:{
714
- heading:"String",
715
- description:"String",
716
- button_text:"String"
717
- },
718
- Shapeaplikacja_gFooterLinks:{
719
- label:"String",
720
- href:"String"
721
- },
722
- Shapeaplikacja_gFooter:{
723
- copyright:"String",
724
- links:"Shapeaplikacja_gFooterLinks"
725
- },
726
- Shapeaplikacja_g:{
727
- navbar:"Shapeaplikacja_gNavbar",
728
- hero:"Shapeaplikacja_gHero",
729
- explainer_video:"Shapeaplikacja_gExplainer_video",
730
- video_list:"Shapeaplikacja_gVideo_list",
731
- stats:"Shapeaplikacja_gStats",
732
- testimonials:"Shapeaplikacja_gTestimonials",
733
- call_to_action:"Shapeaplikacja_gCall_to_action",
734
- footer:"Shapeaplikacja_gFooter",
735
- _id:"String",
736
- createdAt:"Float",
737
- updatedAt:"Float"
738
- },
739
- Shapecloud_sidebarSidebarMenuCategoryPage:{
740
- name:"String",
741
- link:"String"
742
- },
743
- Shapecloud_sidebarSidebarMenuCategory:{
744
- page:"Shapecloud_sidebarSidebarMenuCategoryPage"
745
- },
746
- Shapecloud_sidebarSidebarMenu:{
747
- logo:"ImageField",
748
- category:"Shapecloud_sidebarSidebarMenuCategory"
749
- },
750
- Shapecloud_sidebarSidebarBottom_menuLogout:{
751
- name:"String",
752
- link:"String"
753
- },
754
- Shapecloud_sidebarSidebarBottom_menu:{
755
- logout:"Shapecloud_sidebarSidebarBottom_menuLogout"
756
- },
757
- Shapecloud_sidebarSidebar:{
758
- menu:"Shapecloud_sidebarSidebarMenu",
759
- bottom_menu:"Shapecloud_sidebarSidebarBottom_menu"
760
- },
761
- Shapecloud_sidebar:{
762
- sidebar:"Shapecloud_sidebarSidebar",
763
- _id:"String",
764
- createdAt:"Float",
765
- updatedAt:"Float"
766
- },
767
- Shapecta_boomSectionContentCentered_contentBadge:{
768
- dot:"String",
769
- badge_text:"String"
770
- },
771
- Shapecta_boomSectionContentCentered_contentCta_blockCta_primary:{
772
- cta:"String",
773
- href:"String"
774
- },
775
- Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary:{
776
- cta:"String",
777
- href:"String"
778
- },
779
- Shapecta_boomSectionContentCentered_contentCta_block:{
780
- cta_primary:"Shapecta_boomSectionContentCentered_contentCta_blockCta_primary",
781
- cta_secondary:"Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary"
782
- },
783
- Shapecta_boomSectionContentCentered_content:{
784
- badge:"Shapecta_boomSectionContentCentered_contentBadge",
785
- title:"String",
786
- gradient_subtitle:"String",
787
- description:"String",
788
- cta_block:"Shapecta_boomSectionContentCentered_contentCta_block",
789
- footer_note:"String"
790
- },
791
- Shapecta_boomSectionContent:{
792
- centered_content:"Shapecta_boomSectionContentCentered_content"
793
- },
794
- Shapecta_boomSection:{
795
- content:"Shapecta_boomSectionContent"
796
- },
797
- Shapecta_boom:{
798
- section:"Shapecta_boomSection",
799
- _id:"String",
800
- createdAt:"Float",
801
- updatedAt:"Float"
802
- },
803
- Shapectabutton:{
804
- cta:"String",
805
- _id:"String",
806
- createdAt:"Float",
807
- updatedAt:"Float"
808
- },
809
- Shapedocs_contentDocumentation_pageContent_containerDoc_content:{
810
- content:"String"
811
- },
812
- Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container:{
813
- scrollspy_title:"String",
814
- scrollspy_list:"String"
815
- },
816
- Shapedocs_contentDocumentation_pageContent_containerScrollspy:{
817
- scrollspy_container:"Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"
818
- },
819
- Shapedocs_contentDocumentation_pageContent_container:{
820
- doc_content:"Shapedocs_contentDocumentation_pageContent_containerDoc_content",
821
- scrollspy:"Shapedocs_contentDocumentation_pageContent_containerScrollspy"
822
- },
823
- Shapedocs_contentDocumentation_page:{
824
- content_container:"Shapedocs_contentDocumentation_pageContent_container"
825
- },
826
- Shapedocs_content:{
827
- documentation_page:"Shapedocs_contentDocumentation_page",
828
- _id:"String",
829
- createdAt:"Float",
830
- updatedAt:"Float"
831
- },
832
- Shapedocs_navMainListChildrenCategory:{
833
- name:"String",
834
- link:"String"
835
- },
836
- Shapedocs_navMainListChildren:{
837
- category:"Shapedocs_navMainListChildrenCategory"
838
- },
839
- Shapedocs_navMainList:{
840
- title:"String",
841
- children:"Shapedocs_navMainListChildren"
842
- },
843
- Shapedocs_navMain:{
844
- list:"Shapedocs_navMainList"
845
- },
846
- Shapedocs_nav:{
847
- main:"Shapedocs_navMain",
848
- _id:"String",
849
- createdAt:"Float",
850
- updatedAt:"Float"
851
- },
852
- ShapefeaturepresentationMain:{
853
- title:"String",
854
- subtitle:"String",
855
- content:"String"
856
- },
857
- Shapefeaturepresentation:{
858
- main:"ShapefeaturepresentationMain",
859
- _id:"String",
860
- createdAt:"Float",
861
- updatedAt:"Float"
338
+ Shapeexamples_pricingplans_9Wrapper:{
339
+ input:"InputField",
340
+ checkbox:"CheckboxField",
341
+ button:"ButtonField",
342
+ variable:"VariableField",
343
+ button_modal:"ButtonField",
344
+ variable_modal:"VariableField"
862
345
  },
863
- ShapefootFooterFooter_containerFooter_links:{
864
- privacy_policy:"String",
865
- terms_of_service:"String",
866
- contact_us:"String"
346
+ Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper:{
347
+ summaryone:"String",
348
+ test:"String"
867
349
  },
868
- ShapefootFooterFooter_container:{
869
- footer_logo:"String",
870
- footer_links:"ShapefootFooterFooter_containerFooter_links",
871
- footer_copy:"String"
350
+ Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper:{
351
+ close_button:"ButtonField",
352
+ detailswrapper:"Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapperDetailswrapper"
872
353
  },
873
- ShapefootFooter:{
874
- footer_container:"ShapefootFooterFooter_container"
354
+ Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper:{
355
+ dialog_wrapper:"Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapperDialog_wrapper"
875
356
  },
876
- Shapefoot:{
877
- footer:"ShapefootFooter",
878
- _id:"String",
879
- createdAt:"Float",
880
- updatedAt:"Float"
881
- },
882
- ShapeheroHero_componentSlogan_parent:{
883
- slogan:"String"
884
- },
885
- ShapeheroHero_component:{
886
- logoplace:"String",
887
- logo:"String",
888
- slogan_parent:"ShapeheroHero_componentSlogan_parent",
889
- subslogan:"String"
890
- },
891
- Shapehero:{
892
- hero_component:"ShapeheroHero_component",
893
- _id:"String",
894
- createdAt:"Float",
895
- updatedAt:"Float"
896
- },
897
- ShapeheroxHero_sectionHero_containerText_wrapperFeatures:{
898
- feature:"String"
899
- },
900
- ShapeheroxHero_sectionHero_containerText_wrapper:{
901
- title:"String",
902
- description:"String",
903
- features:"ShapeheroxHero_sectionHero_containerText_wrapperFeatures"
904
- },
905
- ShapeheroxHero_sectionHero_containerImage_wrapper:{
906
- hero_image:"ImageField"
357
+ Shapeexamples_pricingplans_9TestowepoleDialog:{
358
+ diaalog_wrapper:"Shapeexamples_pricingplans_9TestowepoleDialogDiaalog_wrapper"
907
359
  },
908
- ShapeheroxHero_sectionHero_containerPresentation:{
909
- video:"VideoField"
360
+ Shapeexamples_pricingplans_9Testowepole:{
361
+ jajko:"String",
362
+ dialog:"Shapeexamples_pricingplans_9TestowepoleDialog"
910
363
  },
911
- ShapeheroxHero_sectionHero_container:{
912
- text_wrapper:"ShapeheroxHero_sectionHero_containerText_wrapper",
913
- image_wrapper:"ShapeheroxHero_sectionHero_containerImage_wrapper",
914
- presentation:"ShapeheroxHero_sectionHero_containerPresentation"
364
+ Shapeexamples_pricingplans_9Step_oneStep_one_wrapper:{
365
+ step_one_next:"ButtonField"
915
366
  },
916
- ShapeheroxHero_section:{
917
- hero_container:"ShapeheroxHero_sectionHero_container"
367
+ Shapeexamples_pricingplans_9Step_one:{
368
+ step_one_wrapper:"Shapeexamples_pricingplans_9Step_oneStep_one_wrapper"
918
369
  },
919
- Shapeherox:{
920
- hero_section:"ShapeheroxHero_section",
921
- _id:"String",
922
- createdAt:"Float",
923
- updatedAt:"Float"
924
- },
925
- Shapelista_projektowListProjectsInstance:{
926
- title:"String",
927
- link:"String",
928
- remove_button:"String"
929
- },
930
- Shapelista_projektowListProjects:{
931
- instance:"Shapelista_projektowListProjectsInstance"
932
- },
933
- Shapelista_projektowList:{
934
- title:"String",
935
- subtitle:"String",
936
- projects:"Shapelista_projektowListProjects"
370
+ Shapeexamples_pricingplans_9Step_twoStep_two_wrapper:{
371
+ step_two_prev:"ButtonField",
372
+ step_two_next:"ButtonField"
937
373
  },
938
- Shapelista_projektow:{
939
- list:"Shapelista_projektowList",
940
- _id:"String",
941
- createdAt:"Float",
942
- updatedAt:"Float"
943
- },
944
- ShapenavNavigationNavigation_linksLink:{
945
- display:"String",
946
- href:"String"
374
+ Shapeexamples_pricingplans_9Step_two:{
375
+ step_two_wrapper:"Shapeexamples_pricingplans_9Step_twoStep_two_wrapper"
947
376
  },
948
- ShapenavNavigationNavigation_links:{
949
- link:"ShapenavNavigationNavigation_linksLink"
377
+ Shapeexamples_pricingplans_9Step_threeStep_three_wrapper:{
378
+ step_three_prev:"ButtonField",
379
+ step_three_field:"String"
950
380
  },
951
- ShapenavNavigation:{
952
- logo:"String",
953
- navigation_links:"ShapenavNavigationNavigation_links"
381
+ Shapeexamples_pricingplans_9Step_three:{
382
+ step_three_wrapper:"Shapeexamples_pricingplans_9Step_threeStep_three_wrapper"
954
383
  },
955
- Shapenav:{
956
- navigation:"ShapenavNavigation",
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",
957
391
  _id:"String",
958
392
  createdAt:"Float",
959
393
  updatedAt:"Float"
960
394
  },
961
- ShapenewshapeBackgroundContent:{
962
- badge:"String",
963
- headline:"String",
964
- subheadline:"String",
965
- cta_label:"String",
966
- cta_href:"String"
967
- },
968
- ShapenewshapeBackground:{
969
- overlay_gradient:"Boolean",
970
- content:"ShapenewshapeBackgroundContent",
971
- hero_image:"ImageField"
972
- },
973
- Shapenewshape:{
974
- background:"ShapenewshapeBackground",
975
- _id:"String",
976
- createdAt:"Float",
977
- updatedAt:"Float"
978
- },
979
- Shapepricing_tablePricing_sectionHeader_wrapper:{
980
- title:"String",
981
- description:"String"
982
- },
983
- Shapepricing_tablePricing_sectionPricing_tableTable_head:{
984
- feature:"String",
985
- unit:"String",
986
- price:"String"
987
- },
988
- Shapepricing_tablePricing_sectionPricing_tableRows:{
989
- feature:"String",
990
- unit:"String",
991
- price:"String"
992
- },
993
- Shapepricing_tablePricing_sectionPricing_table:{
994
- table_head:"Shapepricing_tablePricing_sectionPricing_tableTable_head",
995
- rows:"Shapepricing_tablePricing_sectionPricing_tableRows"
996
- },
997
- Shapepricing_tablePricing_section:{
998
- header_wrapper:"Shapepricing_tablePricing_sectionHeader_wrapper",
999
- pricing_table:"Shapepricing_tablePricing_sectionPricing_table"
1000
- },
1001
- Shapepricing_table:{
1002
- pricing_section:"Shapepricing_tablePricing_section",
1003
- _id:"String",
1004
- createdAt:"Float",
1005
- updatedAt:"Float"
1006
- },
1007
- Shapepricingv1Pricing_sectionHeader_wrapper:{
1008
- title:"String",
1009
- description:"String"
1010
- },
1011
- Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list:{
1012
- feature:"String"
1013
- },
1014
- Shapepricingv1Pricing_sectionPlans_gridFree_plan:{
1015
- plan_name:"String",
1016
- price:"String",
1017
- plan_description:"String",
1018
- feature_list:"Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list",
1019
- cta:"Shapesecondary_cta"
1020
- },
1021
- Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list:{
1022
- feature:"String"
1023
- },
1024
- Shapepricingv1Pricing_sectionPlans_gridPaid_plan:{
1025
- plan_name:"String",
1026
- price:"String",
1027
- plan_description:"String",
1028
- feature_list:"Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list",
1029
- cta:"Shapectabutton"
1030
- },
1031
- Shapepricingv1Pricing_sectionPlans_grid:{
1032
- free_plan:"Shapepricingv1Pricing_sectionPlans_gridFree_plan",
1033
- paid_plan:"Shapepricingv1Pricing_sectionPlans_gridPaid_plan"
1034
- },
1035
- Shapepricingv1Pricing_section:{
1036
- header_wrapper:"Shapepricingv1Pricing_sectionHeader_wrapper",
1037
- plans_grid:"Shapepricingv1Pricing_sectionPlans_grid"
1038
- },
1039
- Shapepricingv1:{
1040
- pricing_section:"Shapepricingv1Pricing_section",
1041
- _id:"String",
1042
- createdAt:"Float",
1043
- updatedAt:"Float"
1044
- },
1045
- Shapeprofile_infoProfile_sectionAccount_headerInfo:{
1046
- full_name:"String",
1047
- company:"String",
1048
- email:"String"
1049
- },
1050
- Shapeprofile_infoProfile_sectionAccount_header:{
1051
- avatar:"ImageField",
1052
- info:"Shapeprofile_infoProfile_sectionAccount_headerInfo"
1053
- },
1054
- Shapeprofile_infoProfile_sectionPlan_status:{
1055
- plan:"String"
1056
- },
1057
- Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens:{
1058
- label:"String",
1059
- value:"String"
1060
- },
1061
- Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens:{
1062
- label:"String",
1063
- value:"String"
1064
- },
1065
- Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests:{
1066
- label:"String",
1067
- value:"String"
1068
- },
1069
- Shapeprofile_infoProfile_sectionUsage_section:{
1070
- ai_tokens:"Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens",
1071
- translate_tokens:"Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens",
1072
- monthly_api_requests:"Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"
1073
- },
1074
- Shapeprofile_infoProfile_section:{
1075
- account_header:"Shapeprofile_infoProfile_sectionAccount_header",
1076
- plan_status:"Shapeprofile_infoProfile_sectionPlan_status",
1077
- usage_section:"Shapeprofile_infoProfile_sectionUsage_section"
1078
- },
1079
- Shapeprofile_info:{
1080
- profile_section:"Shapeprofile_infoProfile_section",
1081
- _id:"String",
1082
- createdAt:"Float",
1083
- updatedAt:"Float"
1084
- },
1085
- Shapesecondary_cta:{
1086
- cta:"String",
1087
- _id:"String",
1088
- createdAt:"Float",
1089
- updatedAt:"Float"
1090
- },
1091
- ShapesupportSectionHeader_wrapper:{
1092
- title:"String",
1093
- description:"String"
1094
- },
1095
- ShapesupportSectionFeatures_gridFeature_item:{
1096
- image:"ImageField",
1097
- title:"String",
1098
- text:"String",
1099
- cta:"String"
1100
- },
1101
- ShapesupportSectionFeatures_grid:{
1102
- feature_item:"ShapesupportSectionFeatures_gridFeature_item"
1103
- },
1104
- ShapesupportSection:{
1105
- header_wrapper:"ShapesupportSectionHeader_wrapper",
1106
- features_grid:"ShapesupportSectionFeatures_grid"
1107
- },
1108
- Shapesupport:{
1109
- section:"ShapesupportSection",
1110
- _id:"String",
1111
- createdAt:"Float",
1112
- updatedAt:"Float"
1113
- },
1114
- Shapetitle_descTitledesc:{
1115
- title:"String",
1116
- description:"String"
1117
- },
1118
- Shapetitle_desc:{
1119
- titledesc:"Shapetitle_descTitledesc",
1120
- _id:"String",
1121
- createdAt:"Float",
1122
- updatedAt:"Float"
1123
- },
1124
- ShapeusageMain:{
1125
- title:"String",
1126
- subtitle:"String",
1127
- period:"String",
1128
- tokens_consumed:"Float"
1129
- },
1130
- Shapeusage:{
1131
- main:"ShapeusageMain",
1132
- _id:"String",
1133
- createdAt:"Float",
1134
- updatedAt:"Float"
1135
- },
1136
- FormregisterRegistration_stepUser_details:{
1137
- _mocks:"String",
1138
- username:"FormTextField",
1139
- password:"FormTextField",
1140
- full_name:"FormTextField",
1141
- phone:"FormTextField"
1142
- },
1143
- FormregisterRegistration_step:{
1144
- _mocks:"String",
1145
- user_details:"FormregisterRegistration_stepUser_details",
1146
- submit:"FormSubmitField"
1147
- },
1148
- Formregister:{
1149
- _mocks:"String",
1150
- _version:"VersionField",
1151
- state_step:"FormVariableField",
1152
- registration_step:"FormregisterRegistration_step",
1153
- current_step:"FormVariableField",
1154
- locale:"String",
1155
- slug:"String",
1156
- _id:"String",
1157
- createdAt:"String",
1158
- updatedAt:"String",
1159
- draft_version:"String",
1160
- json_ld:"String"
1161
- },
1162
- FormtestStep_basic_infoBasic_info_group:{
1163
- _mocks:"String",
1164
- window_type:"FormRadioTextField",
1165
- quantity:"FormTextField",
1166
- location:"FormRadioTextField"
1167
- },
1168
- FormtestStep_basic_info:{
1169
- _mocks:"String",
1170
- basic_info_group:"FormtestStep_basic_infoBasic_info_group",
1171
- basic_next:"FormButtonField"
1172
- },
1173
- FormtestStep_dimensionsDimensions_group:{
1174
- _mocks:"String",
1175
- width_mm:"FormTextField",
1176
- height_mm:"FormTextField",
1177
- depth_mm:"FormTextField",
1178
- opening_direction:"FormRadioTextField",
1179
- sash_count:"FormTextField"
1180
- },
1181
- FormtestStep_dimensions:{
1182
- _mocks:"String",
1183
- dimensions_group:"FormtestStep_dimensionsDimensions_group",
1184
- dimensions_back:"FormButtonField",
1185
- dimensions_next:"FormButtonField"
1186
- },
1187
- FormtestStep_featuresFeatures_group:{
1188
- _mocks:"String",
1189
- material:"FormRadioTextField",
1190
- color:"FormTextField",
1191
- glazing_type:"FormRadioTextField",
1192
- thermal_break:"FormBooleanField",
1193
- soundproofing:"FormBooleanField"
1194
- },
1195
- FormtestStep_features:{
1196
- _mocks:"String",
1197
- features_group:"FormtestStep_featuresFeatures_group",
1198
- features_back:"FormButtonField",
1199
- features_next:"FormButtonField"
1200
- },
1201
- FormtestStep_accessoriesAccessories_group:{
1202
- _mocks:"String",
1203
- handle_type:"FormRadioTextField",
1204
- lock_type:"FormRadioTextField",
1205
- mosquito_net:"FormBooleanField",
1206
- ventilator:"FormBooleanField",
1207
- accessories_other:"FormTextField"
1208
- },
1209
- FormtestStep_accessories:{
1210
- _mocks:"String",
1211
- accessories_group:"FormtestStep_accessoriesAccessories_group",
1212
- accessories_back:"FormButtonField",
1213
- accessories_next:"FormButtonField"
1214
- },
1215
- FormtestStep_summary:{
1216
- _mocks:"String",
1217
- summary_display:"FormDisplayField",
1218
- summary_back:"FormButtonField",
1219
- submit:"FormSubmitField"
1220
- },
1221
- Formtest:{
1222
- _mocks:"String",
1223
- _version:"VersionField",
1224
- form_step_variable:"FormVariableField",
1225
- step_basic_info:"FormtestStep_basic_info",
1226
- step_dimensions:"FormtestStep_dimensions",
1227
- step_features:"FormtestStep_features",
1228
- step_accessories:"FormtestStep_accessories",
1229
- step_summary:"FormtestStep_summary",
1230
- current_step:"FormVariableField",
1231
- locale:"String",
1232
- slug:"String",
1233
- _id:"String",
1234
- createdAt:"String",
1235
- updatedAt:"String",
1236
- draft_version:"String",
1237
- json_ld:"String"
1238
- },
1239
- ResponseFormregisterUser_details:{
1240
- username:"String",
1241
- password:"String",
1242
- full_name:"String",
1243
- phone:"String"
1244
- },
1245
- ResponseFormregisterRegistration_step:{
1246
- user_details:"ResponseFormregisterUser_details",
1247
- submit:"String"
1248
- },
1249
- ResponseFormregister:{
1250
- state_step:"String",
1251
- registration_step:"ResponseFormregisterRegistration_step",
1252
- current_step:"String",
1253
- locale:"String",
1254
- slug:"String",
1255
- _id:"String",
1256
- createdAt:"String",
1257
- updatedAt:"String",
1258
- draft_version:"String",
1259
- json_ld:"String"
1260
- },
1261
- ResponseFormtestBasic_info_group:{
1262
- window_type:"String",
1263
- quantity:"String",
1264
- location:"String"
1265
- },
1266
- ResponseFormtestStep_basic_info:{
1267
- basic_info_group:"ResponseFormtestBasic_info_group",
1268
- basic_next:"String"
1269
- },
1270
- ResponseFormtestDimensions_group:{
1271
- width_mm:"String",
1272
- height_mm:"String",
1273
- depth_mm:"String",
1274
- opening_direction:"String",
1275
- sash_count:"String"
1276
- },
1277
- ResponseFormtestStep_dimensions:{
1278
- dimensions_group:"ResponseFormtestDimensions_group",
1279
- dimensions_back:"String",
1280
- dimensions_next:"String"
1281
- },
1282
- ResponseFormtestFeatures_group:{
1283
- material:"String",
1284
- color:"String",
1285
- glazing_type:"String",
1286
- thermal_break:"Boolean",
1287
- soundproofing:"Boolean"
1288
- },
1289
- ResponseFormtestStep_features:{
1290
- features_group:"ResponseFormtestFeatures_group",
1291
- features_back:"String",
1292
- features_next:"String"
1293
- },
1294
- ResponseFormtestAccessories_group:{
1295
- handle_type:"String",
1296
- lock_type:"String",
1297
- mosquito_net:"Boolean",
1298
- ventilator:"Boolean",
1299
- accessories_other:"String"
1300
- },
1301
- ResponseFormtestStep_accessories:{
1302
- accessories_group:"ResponseFormtestAccessories_group",
1303
- accessories_back:"String",
1304
- accessories_next:"String"
1305
- },
1306
- ResponseFormtestStep_summary:{
1307
- summary_display:"String",
1308
- summary_back:"String",
1309
- submit:"String"
1310
- },
1311
- ResponseFormtest:{
1312
- form_step_variable:"String",
1313
- step_basic_info:"ResponseFormtestStep_basic_info",
1314
- step_dimensions:"ResponseFormtestStep_dimensions",
1315
- step_features:"ResponseFormtestStep_features",
1316
- step_accessories:"ResponseFormtestStep_accessories",
1317
- step_summary:"ResponseFormtestStep_summary",
1318
- current_step:"String",
1319
- locale:"String",
1320
- slug:"String",
1321
- _id:"String",
1322
- createdAt:"String",
1323
- updatedAt:"String",
1324
- draft_version:"String",
1325
- json_ld:"String"
1326
- },
1327
- SearchResponsesFormregister:{
1328
- items:"ResponseFormregister",
1329
- totalCount:"Int"
1330
- },
1331
- SearchResponsesFormtest:{
1332
- items:"ResponseFormtest",
1333
- totalCount:"Int"
1334
- },
1335
395
  ID: `scalar.ID` as const
1336
396
  }
1337
397