@husar.ai/cli 0.2.14 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,9 +20,136 @@ export const AllTypesProps = {
20
20
  FormFieldType: "enum",
21
21
  GenerateHusarShapeImplementorInput: {},
22
22
  CMSType: "enum",
23
+ Query: {
24
+ listPaginateddocs: {
25
+ page: "PageInput",
26
+ rootParams: "RootParamsInput",
27
+ sort: "docsSortInput",
28
+ filter: "docsFilterInput"
29
+ },
30
+ onedocsBySlug: {
31
+ rootParams: "RootParamsInput"
32
+ },
33
+ oneAsScalardocsBySlug: {
34
+ rootParams: "RootParamsInput"
35
+ },
36
+ variantsdocsBySlug: {},
37
+ oneViewaccount: {
38
+ rootParams: "RootParamsInput"
39
+ },
40
+ oneAsScalarViewaccount: {
41
+ rootParams: "RootParamsInput"
42
+ },
43
+ oneViewfeatures: {
44
+ rootParams: "RootParamsInput"
45
+ },
46
+ oneAsScalarViewfeatures: {
47
+ rootParams: "RootParamsInput"
48
+ },
49
+ oneViewhomepage: {
50
+ rootParams: "RootParamsInput"
51
+ },
52
+ oneAsScalarViewhomepage: {
53
+ rootParams: "RootParamsInput"
54
+ },
55
+ oneViewhowitworks: {
56
+ rootParams: "RootParamsInput"
57
+ },
58
+ oneAsScalarViewhowitworks: {
59
+ rootParams: "RootParamsInput"
60
+ },
61
+ oneViewpricing: {
62
+ rootParams: "RootParamsInput"
63
+ },
64
+ oneAsScalarViewpricing: {
65
+ rootParams: "RootParamsInput"
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: {}
105
+ },
106
+ ModelEnum: "enum",
107
+ ViewEnum: "enum",
23
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: {},
24
143
  RootParamsInput: {},
25
144
  RootParamsEnum: "enum",
145
+ docsSortInput: {
146
+ slug: "Sort",
147
+ createdAt: "Sort",
148
+ updatedAt: "Sort"
149
+ },
150
+ docsFilterInput: {
151
+ slug: "FilterInputString"
152
+ },
26
153
  ID: `scalar.ID`
27
154
  };
28
155
  export const ReturnTypes = {
@@ -118,9 +245,6 @@ export const ReturnTypes = {
118
245
  total: "Int",
119
246
  hasNext: "Boolean"
120
247
  },
121
- Mutation: {
122
- heartbeat: "String"
123
- },
124
248
  RootParamsAdminType: `scalar.RootParamsAdminType`,
125
249
  Shape: {
126
250
  name: "String",
@@ -242,562 +366,1031 @@ export const ReturnTypes = {
242
366
  listShapes: "Shape",
243
367
  tailwind: "TailwindConfiguration",
244
368
  listForms: "Form",
245
- fieldSetShapeexamples_contactform: "String",
246
- modelShapeexamples_contactform: "ModelNavigationCompiled",
247
- previewFieldsShapeexamples_contactform: "ModelNavigationCompiled",
248
- oneShapeexamples_contactform: "Shapeexamples_contactform",
249
- fieldSetShapeexamples_featuregrid: "String",
250
- modelShapeexamples_featuregrid: "ModelNavigationCompiled",
251
- previewFieldsShapeexamples_featuregrid: "ModelNavigationCompiled",
252
- oneShapeexamples_featuregrid: "Shapeexamples_featuregrid",
253
- fieldSetShapeexamples_herosection: "String",
254
- modelShapeexamples_herosection: "ModelNavigationCompiled",
255
- previewFieldsShapeexamples_herosection: "ModelNavigationCompiled",
256
- oneShapeexamples_herosection: "Shapeexamples_herosection",
257
- fieldSetShapeexamples_newslettersignup: "String",
258
- modelShapeexamples_newslettersignup: "ModelNavigationCompiled",
259
- previewFieldsShapeexamples_newslettersignup: "ModelNavigationCompiled",
260
- oneShapeexamples_newslettersignup: "Shapeexamples_newslettersignup",
261
- fieldSetShapeexamples_pricingplans: "String",
262
- modelShapeexamples_pricingplans: "ModelNavigationCompiled",
263
- previewFieldsShapeexamples_pricingplans: "ModelNavigationCompiled",
264
- oneShapeexamples_pricingplans: "Shapeexamples_pricingplans",
265
- fieldSetShapeexamples_pricingplans_1: "String",
266
- modelShapeexamples_pricingplans_1: "ModelNavigationCompiled",
267
- previewFieldsShapeexamples_pricingplans_1: "ModelNavigationCompiled",
268
- oneShapeexamples_pricingplans_1: "Shapeexamples_pricingplans_1",
269
- fieldSetShapeexamples_productcard: "String",
270
- modelShapeexamples_productcard: "ModelNavigationCompiled",
271
- previewFieldsShapeexamples_productcard: "ModelNavigationCompiled",
272
- oneShapeexamples_productcard: "Shapeexamples_productcard",
273
- fieldSetShapeexamples_testimonialcard: "String",
274
- modelShapeexamples_testimonialcard: "ModelNavigationCompiled",
275
- previewFieldsShapeexamples_testimonialcard: "ModelNavigationCompiled",
276
- oneShapeexamples_testimonialcard: "Shapeexamples_testimonialcard",
277
- fieldSetShapeexamplescontactform: "String",
278
- modelShapeexamplescontactform: "ModelNavigationCompiled",
279
- previewFieldsShapeexamplescontactform: "ModelNavigationCompiled",
280
- oneShapeexamplescontactform: "Shapeexamplescontactform",
281
- fieldSetShapeproductcard: "String",
282
- modelShapeproductcard: "ModelNavigationCompiled",
283
- previewFieldsShapeproductcard: "ModelNavigationCompiled",
284
- oneShapeproductcard: "Shapeproductcard",
285
- fieldSetShapereactcomponent: "String",
286
- modelShapereactcomponent: "ModelNavigationCompiled",
287
- previewFieldsShapereactcomponent: "ModelNavigationCompiled",
288
- oneShapereactcomponent: "Shapereactcomponent"
369
+ listPaginateddocs: "docs__Connection",
370
+ onedocsBySlug: "docs",
371
+ oneAsScalardocsBySlug: "ModelAsScalar",
372
+ variantsdocsBySlug: "docs",
373
+ fieldSetdocs: "String",
374
+ modeldocs: "ModelNavigationCompiled",
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",
392
+ fieldSetShapecloud_sidebar: "String",
393
+ modelShapecloud_sidebar: "ModelNavigationCompiled",
394
+ previewFieldsShapecloud_sidebar: "ModelNavigationCompiled",
395
+ oneShapecloud_sidebar: "Shapecloud_sidebar",
396
+ fieldSetShapecta_boom: "String",
397
+ modelShapecta_boom: "ModelNavigationCompiled",
398
+ previewFieldsShapecta_boom: "ModelNavigationCompiled",
399
+ oneShapecta_boom: "Shapecta_boom",
400
+ fieldSetShapectabutton: "String",
401
+ modelShapectabutton: "ModelNavigationCompiled",
402
+ previewFieldsShapectabutton: "ModelNavigationCompiled",
403
+ oneShapectabutton: "Shapectabutton",
404
+ fieldSetShapedocs_content: "String",
405
+ modelShapedocs_content: "ModelNavigationCompiled",
406
+ previewFieldsShapedocs_content: "ModelNavigationCompiled",
407
+ oneShapedocs_content: "Shapedocs_content",
408
+ fieldSetShapedocs_nav: "String",
409
+ modelShapedocs_nav: "ModelNavigationCompiled",
410
+ previewFieldsShapedocs_nav: "ModelNavigationCompiled",
411
+ oneShapedocs_nav: "Shapedocs_nav",
412
+ fieldSetShapefeaturepresentation: "String",
413
+ modelShapefeaturepresentation: "ModelNavigationCompiled",
414
+ previewFieldsShapefeaturepresentation: "ModelNavigationCompiled",
415
+ oneShapefeaturepresentation: "Shapefeaturepresentation",
416
+ fieldSetShapefoot: "String",
417
+ modelShapefoot: "ModelNavigationCompiled",
418
+ previewFieldsShapefoot: "ModelNavigationCompiled",
419
+ oneShapefoot: "Shapefoot",
420
+ fieldSetShapehero: "String",
421
+ modelShapehero: "ModelNavigationCompiled",
422
+ previewFieldsShapehero: "ModelNavigationCompiled",
423
+ oneShapehero: "Shapehero",
424
+ fieldSetShapeherox: "String",
425
+ modelShapeherox: "ModelNavigationCompiled",
426
+ previewFieldsShapeherox: "ModelNavigationCompiled",
427
+ oneShapeherox: "Shapeherox",
428
+ fieldSetShapelista_projektow: "String",
429
+ modelShapelista_projektow: "ModelNavigationCompiled",
430
+ previewFieldsShapelista_projektow: "ModelNavigationCompiled",
431
+ oneShapelista_projektow: "Shapelista_projektow",
432
+ fieldSetShapenav: "String",
433
+ modelShapenav: "ModelNavigationCompiled",
434
+ previewFieldsShapenav: "ModelNavigationCompiled",
435
+ oneShapenav: "Shapenav",
436
+ fieldSetShapenewshape: "String",
437
+ modelShapenewshape: "ModelNavigationCompiled",
438
+ previewFieldsShapenewshape: "ModelNavigationCompiled",
439
+ oneShapenewshape: "Shapenewshape",
440
+ fieldSetShapepricing_table: "String",
441
+ modelShapepricing_table: "ModelNavigationCompiled",
442
+ previewFieldsShapepricing_table: "ModelNavigationCompiled",
443
+ oneShapepricing_table: "Shapepricing_table",
444
+ fieldSetShapepricingv1: "String",
445
+ modelShapepricingv1: "ModelNavigationCompiled",
446
+ previewFieldsShapepricingv1: "ModelNavigationCompiled",
447
+ oneShapepricingv1: "Shapepricingv1",
448
+ fieldSetShapeprofile_info: "String",
449
+ modelShapeprofile_info: "ModelNavigationCompiled",
450
+ previewFieldsShapeprofile_info: "ModelNavigationCompiled",
451
+ oneShapeprofile_info: "Shapeprofile_info",
452
+ fieldSetShapesecondary_cta: "String",
453
+ modelShapesecondary_cta: "ModelNavigationCompiled",
454
+ previewFieldsShapesecondary_cta: "ModelNavigationCompiled",
455
+ oneShapesecondary_cta: "Shapesecondary_cta",
456
+ fieldSetShapesupport: "String",
457
+ modelShapesupport: "ModelNavigationCompiled",
458
+ previewFieldsShapesupport: "ModelNavigationCompiled",
459
+ oneShapesupport: "Shapesupport",
460
+ fieldSetShapeteee: "String",
461
+ modelShapeteee: "ModelNavigationCompiled",
462
+ previewFieldsShapeteee: "ModelNavigationCompiled",
463
+ oneShapeteee: "Shapeteee",
464
+ fieldSetShapetest: "String",
465
+ modelShapetest: "ModelNavigationCompiled",
466
+ previewFieldsShapetest: "ModelNavigationCompiled",
467
+ oneShapetest: "Shapetest",
468
+ fieldSetShapetitle_desc: "String",
469
+ modelShapetitle_desc: "ModelNavigationCompiled",
470
+ previewFieldsShapetitle_desc: "ModelNavigationCompiled",
471
+ oneShapetitle_desc: "Shapetitle_desc",
472
+ fieldSetShapeusage: "String",
473
+ modelShapeusage: "ModelNavigationCompiled",
474
+ previewFieldsShapeusage: "ModelNavigationCompiled",
475
+ oneShapeusage: "Shapeusage",
476
+ variantsViewaccount: "Viewaccount",
477
+ fieldSetViewaccount: "String",
478
+ modelViewaccount: "ModelNavigationCompiled",
479
+ previewFieldsViewaccount: "ModelNavigationCompiled",
480
+ oneViewaccount: "Viewaccount",
481
+ oneAsScalarViewaccount: "ViewAsScalar",
482
+ variantsViewfeatures: "Viewfeatures",
483
+ fieldSetViewfeatures: "String",
484
+ modelViewfeatures: "ModelNavigationCompiled",
485
+ previewFieldsViewfeatures: "ModelNavigationCompiled",
486
+ oneViewfeatures: "Viewfeatures",
487
+ oneAsScalarViewfeatures: "ViewAsScalar",
488
+ variantsViewhomepage: "Viewhomepage",
489
+ fieldSetViewhomepage: "String",
490
+ modelViewhomepage: "ModelNavigationCompiled",
491
+ previewFieldsViewhomepage: "ModelNavigationCompiled",
492
+ oneViewhomepage: "Viewhomepage",
493
+ oneAsScalarViewhomepage: "ViewAsScalar",
494
+ variantsViewhowitworks: "Viewhowitworks",
495
+ fieldSetViewhowitworks: "String",
496
+ modelViewhowitworks: "ModelNavigationCompiled",
497
+ previewFieldsViewhowitworks: "ModelNavigationCompiled",
498
+ oneViewhowitworks: "Viewhowitworks",
499
+ oneAsScalarViewhowitworks: "ViewAsScalar",
500
+ variantsViewpricing: "Viewpricing",
501
+ fieldSetViewpricing: "String",
502
+ modelViewpricing: "ModelNavigationCompiled",
503
+ previewFieldsViewpricing: "ModelNavigationCompiled",
504
+ oneViewpricing: "Viewpricing",
505
+ oneAsScalarViewpricing: "ViewAsScalar",
506
+ variantsViewttt: "Viewttt",
507
+ fieldSetViewttt: "String",
508
+ modelViewttt: "ModelNavigationCompiled",
509
+ previewFieldsViewttt: "ModelNavigationCompiled",
510
+ oneViewttt: "Viewttt",
511
+ oneAsScalarViewttt: "ViewAsScalar",
512
+ variantsFormregister: "Formregister",
513
+ fieldSetFormregister: "String",
514
+ modelFormregister: "ModelNavigationCompiled",
515
+ previewFieldsFormregister: "ModelNavigationCompiled",
516
+ oneFormregister: "Formregister",
517
+ oneAsScalarFormregister: "FormAsScalar",
518
+ variantsFormtest: "Formtest",
519
+ fieldSetFormtest: "String",
520
+ modelFormtest: "ModelNavigationCompiled",
521
+ previewFieldsFormtest: "ModelNavigationCompiled",
522
+ oneFormtest: "Formtest",
523
+ oneAsScalarFormtest: "FormAsScalar",
524
+ responsesFormregister: "SearchResponsesFormregister",
525
+ responseFormregister: "ResponseFormregister",
526
+ responseFieldSetFormregister: "String",
527
+ responsesFormtest: "SearchResponsesFormtest",
528
+ responseFormtest: "ResponseFormtest",
529
+ responseFieldSetFormtest: "String"
530
+ },
531
+ Mutation: {
532
+ heartbeat: "String",
533
+ submitResponseFormregister: "Boolean",
534
+ removeResponseFormregister: "Boolean",
535
+ submitResponseFormtest: "Boolean",
536
+ removeResponseFormtest: "Boolean"
289
537
  },
290
538
  RootParamsType: {
291
- _version: "String"
539
+ _version: "String",
540
+ locale: "String"
292
541
  },
293
- Shapeexamples_contactformSectionSectionHeading: {
294
- subtitle: "String"
542
+ docs__Connection: {
543
+ items: "docs",
544
+ pageInfo: "PageInfo"
295
545
  },
296
- Shapeexamples_contactformSectionSectionDescription: {
297
- description: "String"
546
+ docs: {
547
+ _version: "VersionField",
548
+ title: "String",
549
+ seotitle: "String",
550
+ sortid: "Float",
551
+ metadesc: "String",
552
+ main_category: "String",
553
+ content: "String",
554
+ video: "VideoField",
555
+ locale: "String",
556
+ slug: "String",
557
+ _id: "String",
558
+ createdAt: "Float",
559
+ updatedAt: "Float",
560
+ draft_version: "Boolean",
561
+ json_ld: "String"
562
+ },
563
+ ViewaccountMain: {
564
+ profile: "Shapeprofile_info",
565
+ projects: "Shapelista_projektow"
566
+ },
567
+ Viewaccount: {
568
+ _version: "VersionField",
569
+ main: "ViewaccountMain",
570
+ locale: "String",
571
+ slug: "String",
572
+ _id: "String",
573
+ createdAt: "Float",
574
+ updatedAt: "Float",
575
+ draft_version: "Boolean",
576
+ json_ld: "String"
577
+ },
578
+ ViewfeaturesMain: {
579
+ auto_translation: "Shapefeaturepresentation",
580
+ ai_component: "Shapefeaturepresentation"
581
+ },
582
+ Viewfeatures: {
583
+ _version: "VersionField",
584
+ main: "ViewfeaturesMain",
585
+ locale: "String",
586
+ slug: "String",
587
+ _id: "String",
588
+ createdAt: "Float",
589
+ updatedAt: "Float",
590
+ draft_version: "Boolean",
591
+ json_ld: "String"
592
+ },
593
+ ViewhomepageCotContain: {
594
+ header: "Shapetitle_desc"
595
+ },
596
+ ViewhomepageCotFeatures: {
597
+ feat: "Shapefeaturepresentation"
598
+ },
599
+ ViewhomepageCot: {
600
+ contain: "ViewhomepageCotContain",
601
+ features: "ViewhomepageCotFeatures"
602
+ },
603
+ Viewhomepage: {
604
+ _version: "VersionField",
605
+ nav: "Shapenav",
606
+ main: "Shapehero",
607
+ hero: "Shapeherox",
608
+ cot: "ViewhomepageCot",
609
+ pricing: "Shapepricingv1",
610
+ footer: "Shapefoot",
611
+ locale: "String",
612
+ slug: "String",
613
+ _id: "String",
614
+ createdAt: "Float",
615
+ updatedAt: "Float",
616
+ draft_version: "Boolean",
617
+ json_ld: "String"
298
618
  },
299
- Shapeexamples_contactformSectionSectionForm: {
300
- name: "String",
301
- email: "String",
302
- message: "String"
619
+ ViewhowitworksFeature_control: {
620
+ title: "String",
621
+ description: "String",
622
+ image: "ImageField"
303
623
  },
304
- Shapeexamples_contactformSectionSectionButton: {
305
- button_text: "String"
624
+ Viewhowitworks: {
625
+ _version: "VersionField",
626
+ title: "String",
627
+ feature_control: "ViewhowitworksFeature_control",
628
+ locale: "String",
629
+ slug: "String",
630
+ _id: "String",
631
+ createdAt: "Float",
632
+ updatedAt: "Float",
633
+ draft_version: "Boolean",
634
+ json_ld: "String"
635
+ },
636
+ Viewpricing: {
637
+ _version: "VersionField",
638
+ pricing: "Shapepricingv1",
639
+ table: "Shapepricing_table",
640
+ cta: "Shapenewshape",
641
+ locale: "String",
642
+ slug: "String",
643
+ _id: "String",
644
+ createdAt: "Float",
645
+ updatedAt: "Float",
646
+ draft_version: "Boolean",
647
+ json_ld: "String"
306
648
  },
307
- Shapeexamples_contactformSectionSectionLink: {
308
- cta: "String",
649
+ Viewttt: {
650
+ _version: "VersionField",
651
+ locale: "String",
652
+ slug: "String",
653
+ _id: "String",
654
+ createdAt: "Float",
655
+ updatedAt: "Float",
656
+ draft_version: "Boolean",
657
+ json_ld: "String"
658
+ },
659
+ Shapeaplikacja_gNavbarMenu: {
660
+ name: "String",
309
661
  href: "String"
310
662
  },
311
- Shapeexamples_contactformSectionSection: {
312
- heading: "Shapeexamples_contactformSectionSectionHeading",
313
- description: "Shapeexamples_contactformSectionSectionDescription",
314
- form: "Shapeexamples_contactformSectionSectionForm",
315
- button: "Shapeexamples_contactformSectionSectionButton",
316
- link: "Shapeexamples_contactformSectionSectionLink"
663
+ Shapeaplikacja_gNavbar: {
664
+ logo: "String",
665
+ menu: "Shapeaplikacja_gNavbarMenu"
666
+ },
667
+ Shapeaplikacja_gHero: {
668
+ heading: "String",
669
+ subheading: "String"
670
+ },
671
+ Shapeaplikacja_gExplainer_video: {
672
+ title: "String",
673
+ description: "String",
674
+ video: "VideoField"
675
+ },
676
+ Shapeaplikacja_gVideo_list: {
677
+ title: "String",
678
+ description: "String",
679
+ video: "VideoField"
680
+ },
681
+ Shapeaplikacja_gStatsItems: {
682
+ label: "String",
683
+ value: "Float"
684
+ },
685
+ Shapeaplikacja_gStats: {
686
+ items: "Shapeaplikacja_gStatsItems"
687
+ },
688
+ Shapeaplikacja_gTestimonials: {
689
+ name: "String",
690
+ text: "String"
691
+ },
692
+ Shapeaplikacja_gCall_to_action: {
693
+ heading: "String",
694
+ description: "String",
695
+ button_text: "String"
317
696
  },
318
- Shapeexamples_contactformSection: {
319
- section: "Shapeexamples_contactformSectionSection"
697
+ Shapeaplikacja_gFooterLinks: {
698
+ label: "String",
699
+ href: "String"
320
700
  },
321
- Shapeexamples_contactform: {
322
- section: "Shapeexamples_contactformSection",
701
+ Shapeaplikacja_gFooter: {
702
+ copyright: "String",
703
+ links: "Shapeaplikacja_gFooterLinks"
704
+ },
705
+ Shapeaplikacja_g: {
706
+ navbar: "Shapeaplikacja_gNavbar",
707
+ hero: "Shapeaplikacja_gHero",
708
+ explainer_video: "Shapeaplikacja_gExplainer_video",
709
+ video_list: "Shapeaplikacja_gVideo_list",
710
+ stats: "Shapeaplikacja_gStats",
711
+ testimonials: "Shapeaplikacja_gTestimonials",
712
+ call_to_action: "Shapeaplikacja_gCall_to_action",
713
+ footer: "Shapeaplikacja_gFooter",
323
714
  _id: "String",
324
715
  createdAt: "Float",
325
716
  updatedAt: "Float"
326
717
  },
327
- Shapeexamples_featuregridSectionSectionHeaderFeatures_title: {
328
- subtitle: "String"
718
+ ShapebgalleryGallery_grid: {
719
+ main_photo: "ImageField",
720
+ gallery_photos: "ImageField"
329
721
  },
330
- Shapeexamples_featuregridSectionSectionHeaderFeatures_description: {
331
- description: "String"
722
+ Shapebgallery: {
723
+ gallery_grid: "ShapebgalleryGallery_grid",
724
+ rrrr: "String",
725
+ _id: "String",
726
+ createdAt: "Float",
727
+ updatedAt: "Float"
332
728
  },
333
- Shapeexamples_featuregridSectionSectionHeader: {
334
- features_title: "Shapeexamples_featuregridSectionSectionHeaderFeatures_title",
335
- features_description: "Shapeexamples_featuregridSectionSectionHeaderFeatures_description"
729
+ ShapebookinaOverlaySearch_barSearch_button: {
730
+ label: "String"
336
731
  },
337
- Shapeexamples_featuregridSectionSectionMd_gridcols3MediaFeature_title_1: {
338
- h3: "String"
732
+ ShapebookinaOverlaySearch_bar: {
733
+ location: "String",
734
+ search_button: "ShapebookinaOverlaySearch_barSearch_button"
339
735
  },
340
- Shapeexamples_featuregridSectionSectionMd_gridcols3MediaFeature_description_1: {
341
- description: "String"
736
+ ShapebookinaOverlay: {
737
+ title: "String",
738
+ subtitle: "String",
739
+ search_bar: "ShapebookinaOverlaySearch_bar"
342
740
  },
343
- Shapeexamples_featuregridSectionSectionMd_gridcols3Media: {
344
- image: "ImageField",
345
- feature_title_1: "Shapeexamples_featuregridSectionSectionMd_gridcols3MediaFeature_title_1",
346
- feature_description_1: "Shapeexamples_featuregridSectionSectionMd_gridcols3MediaFeature_description_1"
741
+ Shapebookina: {
742
+ background_image: "ImageField",
743
+ overlay: "ShapebookinaOverlay",
744
+ _id: "String",
745
+ createdAt: "Float",
746
+ updatedAt: "Float"
347
747
  },
348
- Shapeexamples_featuregridSectionSectionMd_gridcols3Media_2Feature_title_2: {
349
- h3: "String"
748
+ ShapebpageBooking_sectionContainerGallery_wrapper: {
749
+ gallery_grid: "Shapebgallery",
750
+ see_more_button: "String"
350
751
  },
351
- Shapeexamples_featuregridSectionSectionMd_gridcols3Media_2Feature_description_2: {
352
- description: "String"
752
+ ShapebpageBooking_sectionContainerTitle_location_wrapper: {
753
+ title: "String",
754
+ location: "String"
353
755
  },
354
- Shapeexamples_featuregridSectionSectionMd_gridcols3Media_2: {
355
- image: "ImageField",
356
- feature_title_2: "Shapeexamples_featuregridSectionSectionMd_gridcols3Media_2Feature_title_2",
357
- feature_description_2: "Shapeexamples_featuregridSectionSectionMd_gridcols3Media_2Feature_description_2"
756
+ ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras: {
757
+ name: "String",
758
+ icon: "ImageField"
358
759
  },
359
- Shapeexamples_featuregridSectionSectionMd_gridcols3Media_3Feature_title_3: {
360
- h3: "String"
760
+ ShapebpageBooking_sectionContainerExtras_addons_wrapper: {
761
+ extras_heading: "String",
762
+ extras: "ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"
361
763
  },
362
- Shapeexamples_featuregridSectionSectionMd_gridcols3Media_3Feature_description_3: {
764
+ ShapebpageBooking_sectionContainerDescription_wrapper: {
363
765
  description: "String"
364
766
  },
365
- Shapeexamples_featuregridSectionSectionMd_gridcols3Media_3: {
366
- image: "ImageField",
367
- feature_title_3: "Shapeexamples_featuregridSectionSectionMd_gridcols3Media_3Feature_title_3",
368
- feature_description_3: "Shapeexamples_featuregridSectionSectionMd_gridcols3Media_3Feature_description_3"
369
- },
370
- Shapeexamples_featuregridSectionSectionMd_gridcols3: {
371
- media: "Shapeexamples_featuregridSectionSectionMd_gridcols3Media",
372
- media_2: "Shapeexamples_featuregridSectionSectionMd_gridcols3Media_2",
373
- media_3: "Shapeexamples_featuregridSectionSectionMd_gridcols3Media_3"
767
+ ShapebpageBooking_sectionContainerLocation_info_wrapper: {
768
+ location_info_heading: "String",
769
+ location_info: "String"
374
770
  },
375
- Shapeexamples_featuregridSectionSection: {
376
- header: "Shapeexamples_featuregridSectionSectionHeader",
377
- md_gridcols3: "Shapeexamples_featuregridSectionSectionMd_gridcols3"
771
+ ShapebpageBooking_sectionContainer: {
772
+ gallery_wrapper: "ShapebpageBooking_sectionContainerGallery_wrapper",
773
+ title_location_wrapper: "ShapebpageBooking_sectionContainerTitle_location_wrapper",
774
+ extras_addons_wrapper: "ShapebpageBooking_sectionContainerExtras_addons_wrapper",
775
+ description_wrapper: "ShapebpageBooking_sectionContainerDescription_wrapper",
776
+ location_info_wrapper: "ShapebpageBooking_sectionContainerLocation_info_wrapper"
378
777
  },
379
- Shapeexamples_featuregridSection: {
380
- section: "Shapeexamples_featuregridSectionSection"
778
+ ShapebpageBooking_section: {
779
+ container: "ShapebpageBooking_sectionContainer"
381
780
  },
382
- Shapeexamples_featuregrid: {
383
- section: "Shapeexamples_featuregridSection",
781
+ Shapebpage: {
782
+ booking_section: "ShapebpageBooking_section",
384
783
  _id: "String",
385
784
  createdAt: "Float",
386
785
  updatedAt: "Float"
387
786
  },
388
- Shapeexamples_herosectionSectionSectionHeading: {
389
- title: "String"
390
- },
391
- Shapeexamples_herosectionSectionSectionDescription: {
392
- description: "String"
393
- },
394
- Shapeexamples_herosectionSectionSectionSectionLink: {
395
- cta: "String",
396
- href: "String"
787
+ Shapecloud_sidebarSidebarMenuCategoryPage: {
788
+ name: "String",
789
+ link: "String"
397
790
  },
398
- Shapeexamples_herosectionSectionSectionSectionLink_2: {
399
- cta: "String",
400
- href: "String"
791
+ Shapecloud_sidebarSidebarMenuCategory: {
792
+ page: "Shapecloud_sidebarSidebarMenuCategoryPage"
401
793
  },
402
- Shapeexamples_herosectionSectionSectionSection: {
403
- link: "Shapeexamples_herosectionSectionSectionSectionLink",
404
- link_2: "Shapeexamples_herosectionSectionSectionSectionLink_2"
794
+ Shapecloud_sidebarSidebarMenu: {
795
+ logo: "ImageField",
796
+ category: "Shapecloud_sidebarSidebarMenuCategory"
405
797
  },
406
- Shapeexamples_herosectionSectionSectionMedia: {
407
- image: "ImageField"
798
+ Shapecloud_sidebarSidebarBottom_menuLogout: {
799
+ name: "String",
800
+ link: "String"
408
801
  },
409
- Shapeexamples_herosectionSectionSection: {
410
- heading: "Shapeexamples_herosectionSectionSectionHeading",
411
- description: "Shapeexamples_herosectionSectionSectionDescription",
412
- section: "Shapeexamples_herosectionSectionSectionSection",
413
- media: "Shapeexamples_herosectionSectionSectionMedia"
802
+ Shapecloud_sidebarSidebarBottom_menu: {
803
+ logout: "Shapecloud_sidebarSidebarBottom_menuLogout"
414
804
  },
415
- Shapeexamples_herosectionSection: {
416
- section: "Shapeexamples_herosectionSectionSection"
805
+ Shapecloud_sidebarSidebar: {
806
+ menu: "Shapecloud_sidebarSidebarMenu",
807
+ bottom_menu: "Shapecloud_sidebarSidebarBottom_menu"
417
808
  },
418
- Shapeexamples_herosection: {
419
- section: "Shapeexamples_herosectionSection",
809
+ Shapecloud_sidebar: {
810
+ sidebar: "Shapecloud_sidebarSidebar",
420
811
  _id: "String",
421
812
  createdAt: "Float",
422
813
  updatedAt: "Float"
423
814
  },
424
- Shapeexamples_newslettersignupSectionSectionHeading: {
425
- subtitle: "String"
426
- },
427
- Shapeexamples_newslettersignupSectionSectionDescription: {
428
- description: "String"
429
- },
430
- Shapeexamples_newslettersignupSectionSectionFormButton: {
431
- button_text: "String"
815
+ Shapecta_boomSectionContentCentered_contentBadge: {
816
+ dot: "String",
817
+ badge_text: "String"
432
818
  },
433
- Shapeexamples_newslettersignupSectionSectionForm: {
434
- email: "String",
435
- button: "Shapeexamples_newslettersignupSectionSectionFormButton"
819
+ Shapecta_boomSectionContentCentered_contentCta_blockCta_primary: {
820
+ cta: "String",
821
+ href: "String"
436
822
  },
437
- Shapeexamples_newslettersignupSectionSectionDescription_2Link: {
823
+ Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary: {
438
824
  cta: "String",
439
825
  href: "String"
440
826
  },
441
- Shapeexamples_newslettersignupSectionSectionDescription_2: {
827
+ Shapecta_boomSectionContentCentered_contentCta_block: {
828
+ cta_primary: "Shapecta_boomSectionContentCentered_contentCta_blockCta_primary",
829
+ cta_secondary: "Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary"
830
+ },
831
+ Shapecta_boomSectionContentCentered_content: {
832
+ badge: "Shapecta_boomSectionContentCentered_contentBadge",
833
+ title: "String",
834
+ gradient_subtitle: "String",
442
835
  description: "String",
443
- link: "Shapeexamples_newslettersignupSectionSectionDescription_2Link"
836
+ cta_block: "Shapecta_boomSectionContentCentered_contentCta_block",
837
+ footer_note: "String"
444
838
  },
445
- Shapeexamples_newslettersignupSectionSection: {
446
- heading: "Shapeexamples_newslettersignupSectionSectionHeading",
447
- description: "Shapeexamples_newslettersignupSectionSectionDescription",
448
- form: "Shapeexamples_newslettersignupSectionSectionForm",
449
- description_2: "Shapeexamples_newslettersignupSectionSectionDescription_2"
839
+ Shapecta_boomSectionContent: {
840
+ centered_content: "Shapecta_boomSectionContentCentered_content"
450
841
  },
451
- Shapeexamples_newslettersignupSection: {
452
- section: "Shapeexamples_newslettersignupSectionSection"
842
+ Shapecta_boomSection: {
843
+ content: "Shapecta_boomSectionContent"
453
844
  },
454
- Shapeexamples_newslettersignup: {
455
- section: "Shapeexamples_newslettersignupSection",
845
+ Shapecta_boom: {
846
+ section: "Shapecta_boomSection",
456
847
  _id: "String",
457
848
  createdAt: "Float",
458
849
  updatedAt: "Float"
459
850
  },
460
- Shapeexamples_pricingplansSectionSectionHeaderPricing_title: {
461
- subtitle: "String"
462
- },
463
- Shapeexamples_pricingplansSectionSectionHeaderPricing_description: {
464
- description: "String"
465
- },
466
- Shapeexamples_pricingplansSectionSectionHeader: {
467
- pricing_title: "Shapeexamples_pricingplansSectionSectionHeaderPricing_title",
468
- pricing_description: "Shapeexamples_pricingplansSectionSectionHeaderPricing_description"
469
- },
470
- Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderPlan_name_1: {
471
- h3: "String"
851
+ Shapectabutton: {
852
+ cta: "String",
853
+ _id: "String",
854
+ createdAt: "Float",
855
+ updatedAt: "Float"
472
856
  },
473
- Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderSectionPlan_price_1: {
857
+ Shapedocs_contentDocumentation_pageContent_containerDoc_content: {
474
858
  content: "String"
475
859
  },
476
- Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderSection: {
477
- plan_price_1: "Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderSectionPlan_price_1"
478
- },
479
- Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderList: {
480
- items: "String"
860
+ Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container: {
861
+ scrollspy_title: "String",
862
+ scrollspy_list: "String"
481
863
  },
482
- Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderPlan_cta_1: {
483
- cta: "String",
484
- href: "String"
864
+ Shapedocs_contentDocumentation_pageContent_containerScrollspy: {
865
+ scrollspy_container: "Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"
485
866
  },
486
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border: {
487
- plan_name_1: "Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderPlan_name_1",
488
- section: "Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderSection",
489
- list: "Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderList",
490
- plan_cta_1: "Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderPlan_cta_1"
867
+ Shapedocs_contentDocumentation_pageContent_container: {
868
+ doc_content: "Shapedocs_contentDocumentation_pageContent_containerDoc_content",
869
+ scrollspy: "Shapedocs_contentDocumentation_pageContent_containerScrollspy"
491
870
  },
492
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2Plan_name_2: {
493
- h3: "String"
871
+ Shapedocs_contentDocumentation_page: {
872
+ content_container: "Shapedocs_contentDocumentation_pageContent_container"
494
873
  },
495
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2SectionPlan_price_2: {
496
- content: "String"
874
+ Shapedocs_content: {
875
+ documentation_page: "Shapedocs_contentDocumentation_page",
876
+ _id: "String",
877
+ createdAt: "Float",
878
+ updatedAt: "Float"
497
879
  },
498
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2Section: {
499
- plan_price_2: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2SectionPlan_price_2"
880
+ Shapedocs_navMainListChildrenCategory: {
881
+ name: "String",
882
+ link: "String"
500
883
  },
501
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2List: {
502
- items: "String"
884
+ Shapedocs_navMainListChildren: {
885
+ category: "Shapedocs_navMainListChildrenCategory"
503
886
  },
504
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2Plan_cta_2: {
505
- cta: "String",
506
- href: "String"
887
+ Shapedocs_navMainList: {
888
+ title: "String",
889
+ children: "Shapedocs_navMainListChildren"
507
890
  },
508
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2: {
509
- plan_name_2: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2Plan_name_2",
510
- section: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2Section",
511
- list: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2List",
512
- plan_cta_2: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2Plan_cta_2"
891
+ Shapedocs_navMain: {
892
+ list: "Shapedocs_navMainList"
513
893
  },
514
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3Plan_name_3: {
515
- h3: "String"
894
+ Shapedocs_nav: {
895
+ main: "Shapedocs_navMain",
896
+ _id: "String",
897
+ createdAt: "Float",
898
+ updatedAt: "Float"
516
899
  },
517
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3SectionPlan_price_3: {
900
+ ShapefeaturepresentationMain: {
901
+ title: "String",
902
+ subtitle: "String",
518
903
  content: "String"
519
904
  },
520
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3Section: {
521
- plan_price_3: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3SectionPlan_price_3"
905
+ Shapefeaturepresentation: {
906
+ main: "ShapefeaturepresentationMain",
907
+ _id: "String",
908
+ createdAt: "Float",
909
+ updatedAt: "Float"
522
910
  },
523
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3List: {
524
- items: "String"
911
+ ShapefootFooterFooter_containerFooter_links: {
912
+ privacy_policy: "String",
913
+ terms_of_service: "String",
914
+ contact_us: "String"
525
915
  },
526
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3Plan_cta_3: {
527
- cta: "String",
528
- href: "String"
916
+ ShapefootFooterFooter_container: {
917
+ footer_logo: "String",
918
+ footer_links: "ShapefootFooterFooter_containerFooter_links",
919
+ footer_copy: "String"
529
920
  },
530
- Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3: {
531
- plan_name_3: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3Plan_name_3",
532
- section: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3Section",
533
- list: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3List",
534
- plan_cta_3: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3Plan_cta_3"
921
+ ShapefootFooter: {
922
+ footer_container: "ShapefootFooterFooter_container"
535
923
  },
536
- Shapeexamples_pricingplansSectionSectionMd_gridcols3: {
537
- border: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border",
538
- border_2: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2",
539
- border_3: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3"
924
+ Shapefoot: {
925
+ footer: "ShapefootFooter",
926
+ _id: "String",
927
+ createdAt: "Float",
928
+ updatedAt: "Float"
540
929
  },
541
- Shapeexamples_pricingplansSectionSection: {
542
- header: "Shapeexamples_pricingplansSectionSectionHeader",
543
- md_gridcols3: "Shapeexamples_pricingplansSectionSectionMd_gridcols3"
930
+ ShapeheroHero_componentSlogan_parent: {
931
+ slogan: "String"
544
932
  },
545
- Shapeexamples_pricingplansSection: {
546
- section: "Shapeexamples_pricingplansSectionSection"
933
+ ShapeheroHero_component: {
934
+ logoplace: "String",
935
+ logo: "String",
936
+ slogan_parent: "ShapeheroHero_componentSlogan_parent",
937
+ subslogan: "String"
547
938
  },
548
- Shapeexamples_pricingplans: {
549
- section: "Shapeexamples_pricingplansSection",
939
+ Shapehero: {
940
+ hero_component: "ShapeheroHero_component",
550
941
  _id: "String",
551
942
  createdAt: "Float",
552
943
  updatedAt: "Float"
553
944
  },
554
- Shapeexamples_pricingplans_1ContainerPricingHeader: {
555
- subtitle: "String",
556
- description: "String"
945
+ ShapeheroxHero_sectionHero_containerText_wrapperFeatures: {
946
+ feature: "String"
557
947
  },
558
- Shapeexamples_pricingplans_1ContainerPricingPlansPlan_itemsPriceblock: {
559
- price: "String"
560
- },
561
- Shapeexamples_pricingplans_1ContainerPricingPlansPlan_itemsCta: {
948
+ ShapeheroxHero_sectionHero_containerText_wrapper: {
562
949
  title: "String",
563
- href: "String"
950
+ description: "String",
951
+ features: "ShapeheroxHero_sectionHero_containerText_wrapperFeatures"
564
952
  },
565
- Shapeexamples_pricingplans_1ContainerPricingPlansPlan_items: {
566
- name: "String",
567
- priceblock: "Shapeexamples_pricingplans_1ContainerPricingPlansPlan_itemsPriceblock",
568
- features: "String",
569
- cta: "Shapeexamples_pricingplans_1ContainerPricingPlansPlan_itemsCta"
953
+ ShapeheroxHero_sectionHero_containerImage_wrapper: {
954
+ hero_image: "ImageField"
570
955
  },
571
- Shapeexamples_pricingplans_1ContainerPricingPlans: {
572
- plan_items: "Shapeexamples_pricingplans_1ContainerPricingPlansPlan_items"
956
+ ShapeheroxHero_sectionHero_containerPresentation: {
957
+ video: "VideoField"
573
958
  },
574
- Shapeexamples_pricingplans_1ContainerPricing: {
575
- header: "Shapeexamples_pricingplans_1ContainerPricingHeader",
576
- plans: "Shapeexamples_pricingplans_1ContainerPricingPlans"
959
+ ShapeheroxHero_sectionHero_container: {
960
+ text_wrapper: "ShapeheroxHero_sectionHero_containerText_wrapper",
961
+ image_wrapper: "ShapeheroxHero_sectionHero_containerImage_wrapper",
962
+ presentation: "ShapeheroxHero_sectionHero_containerPresentation"
577
963
  },
578
- Shapeexamples_pricingplans_1Container: {
579
- pricing: "Shapeexamples_pricingplans_1ContainerPricing"
964
+ ShapeheroxHero_section: {
965
+ hero_container: "ShapeheroxHero_sectionHero_container"
580
966
  },
581
- Shapeexamples_pricingplans_1: {
582
- container: "Shapeexamples_pricingplans_1Container",
967
+ Shapeherox: {
968
+ hero_section: "ShapeheroxHero_section",
583
969
  _id: "String",
584
970
  createdAt: "Float",
585
971
  updatedAt: "Float"
586
972
  },
587
- Shapeexamples_productcardSectionSectionMediaRounded: {
588
- content: "String"
973
+ Shapelista_projektowListProjectsInstance: {
974
+ title: "String",
975
+ link: "String",
976
+ remove_button: "String"
589
977
  },
590
- Shapeexamples_productcardSectionSectionMedia: {
591
- image: "ImageField",
592
- rounded: "Shapeexamples_productcardSectionSectionMediaRounded"
978
+ Shapelista_projektowListProjects: {
979
+ instance: "Shapelista_projektowListProjectsInstance"
593
980
  },
594
- Shapeexamples_productcardSectionSectionSectionProduct_title: {
595
- subtitle: "String"
981
+ Shapelista_projektowList: {
982
+ title: "String",
983
+ subtitle: "String",
984
+ projects: "Shapelista_projektowListProjects"
596
985
  },
597
- Shapeexamples_productcardSectionSectionSectionProduct_description: {
598
- description: "String"
986
+ Shapelista_projektow: {
987
+ list: "Shapelista_projektowList",
988
+ _id: "String",
989
+ createdAt: "Float",
990
+ updatedAt: "Float"
599
991
  },
600
- Shapeexamples_productcardSectionSectionSectionSectionSectionInline: {
601
- content: "String"
992
+ ShapenavNavigationNavigation_linksLink: {
993
+ display: "String",
994
+ href: "String"
602
995
  },
603
- Shapeexamples_productcardSectionSectionSectionSectionSectionProduct_price: {
604
- content: "String"
996
+ ShapenavNavigationNavigation_links: {
997
+ link: "ShapenavNavigationNavigation_linksLink"
605
998
  },
606
- Shapeexamples_productcardSectionSectionSectionSectionSection: {
607
- inline: "Shapeexamples_productcardSectionSectionSectionSectionSectionInline",
608
- product_price: "Shapeexamples_productcardSectionSectionSectionSectionSectionProduct_price"
999
+ ShapenavNavigation: {
1000
+ logo: "String",
1001
+ navigation_links: "ShapenavNavigationNavigation_links"
609
1002
  },
610
- Shapeexamples_productcardSectionSectionSectionSectionProduct_cta_url: {
611
- cta: "String",
612
- href: "String"
1003
+ Shapenav: {
1004
+ navigation: "ShapenavNavigation",
1005
+ _id: "String",
1006
+ createdAt: "Float",
1007
+ updatedAt: "Float"
613
1008
  },
614
- Shapeexamples_productcardSectionSectionSectionSection: {
615
- section: "Shapeexamples_productcardSectionSectionSectionSectionSection",
616
- product_cta_url: "Shapeexamples_productcardSectionSectionSectionSectionProduct_cta_url"
1009
+ ShapenewshapeBackgroundContent: {
1010
+ badge: "String",
1011
+ headline: "String",
1012
+ subheadline: "String",
1013
+ cta_label: "String",
1014
+ cta_href: "String"
617
1015
  },
618
- Shapeexamples_productcardSectionSectionSectionFormLabel: {
619
- html_for: "String",
620
- content: "String"
1016
+ ShapenewshapeBackground: {
1017
+ overlay_gradient: "Boolean",
1018
+ content: "ShapenewshapeBackgroundContent",
1019
+ hero_image: "ImageField"
621
1020
  },
622
- Shapeexamples_productcardSectionSectionSectionFormLabel_2: {
623
- html_for: "String",
624
- content: "String"
1021
+ Shapenewshape: {
1022
+ background: "ShapenewshapeBackground",
1023
+ _id: "String",
1024
+ createdAt: "Float",
1025
+ updatedAt: "Float"
625
1026
  },
626
- Shapeexamples_productcardSectionSectionSectionForm: {
627
- label: "Shapeexamples_productcardSectionSectionSectionFormLabel",
628
- product_color: "String",
629
- label_2: "Shapeexamples_productcardSectionSectionSectionFormLabel_2",
630
- product_quantity: "String"
1027
+ Shapepricing_tablePricing_sectionHeader_wrapper: {
1028
+ title: "String",
1029
+ description: "String"
1030
+ },
1031
+ Shapepricing_tablePricing_sectionPricing_tableTable_head: {
1032
+ feature: "String",
1033
+ unit: "String",
1034
+ price: "String"
631
1035
  },
632
- Shapeexamples_productcardSectionSectionSection: {
633
- product_title: "Shapeexamples_productcardSectionSectionSectionProduct_title",
634
- product_description: "Shapeexamples_productcardSectionSectionSectionProduct_description",
635
- section: "Shapeexamples_productcardSectionSectionSectionSection",
636
- form: "Shapeexamples_productcardSectionSectionSectionForm"
1036
+ Shapepricing_tablePricing_sectionPricing_tableRows: {
1037
+ feature: "String",
1038
+ unit: "String",
1039
+ price: "String"
637
1040
  },
638
- Shapeexamples_productcardSectionSection: {
639
- media: "Shapeexamples_productcardSectionSectionMedia",
640
- section: "Shapeexamples_productcardSectionSectionSection"
1041
+ Shapepricing_tablePricing_sectionPricing_table: {
1042
+ table_head: "Shapepricing_tablePricing_sectionPricing_tableTable_head",
1043
+ rows: "Shapepricing_tablePricing_sectionPricing_tableRows"
641
1044
  },
642
- Shapeexamples_productcardSection: {
643
- section: "Shapeexamples_productcardSectionSection"
1045
+ Shapepricing_tablePricing_section: {
1046
+ header_wrapper: "Shapepricing_tablePricing_sectionHeader_wrapper",
1047
+ pricing_table: "Shapepricing_tablePricing_sectionPricing_table"
644
1048
  },
645
- Shapeexamples_productcard: {
646
- section: "Shapeexamples_productcardSection",
1049
+ Shapepricing_table: {
1050
+ pricing_section: "Shapepricing_tablePricing_section",
647
1051
  _id: "String",
648
1052
  createdAt: "Float",
649
1053
  updatedAt: "Float"
650
1054
  },
651
- Shapeexamples_testimonialcardSectionFigureBlockquoteQuote: {
1055
+ Shapepricingv1Pricing_sectionHeader_wrapper: {
1056
+ title: "String",
652
1057
  description: "String"
653
1058
  },
654
- Shapeexamples_testimonialcardSectionFigureBlockquote: {
655
- quote: "Shapeexamples_testimonialcardSectionFigureBlockquoteQuote"
1059
+ Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list: {
1060
+ feature: "String"
656
1061
  },
657
- Shapeexamples_testimonialcardSectionFigureFigcaptionSectionAuthor: {
658
- content: "String"
1062
+ Shapepricingv1Pricing_sectionPlans_gridFree_plan: {
1063
+ plan_name: "String",
1064
+ price: "String",
1065
+ plan_description: "String",
1066
+ feature_list: "Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list",
1067
+ cta: "Shapesecondary_cta"
659
1068
  },
660
- Shapeexamples_testimonialcardSectionFigureFigcaptionSectionRole: {
661
- content: "String"
1069
+ Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list: {
1070
+ feature: "String"
662
1071
  },
663
- Shapeexamples_testimonialcardSectionFigureFigcaptionSection: {
664
- author: "Shapeexamples_testimonialcardSectionFigureFigcaptionSectionAuthor",
665
- role: "Shapeexamples_testimonialcardSectionFigureFigcaptionSectionRole"
1072
+ Shapepricingv1Pricing_sectionPlans_gridPaid_plan: {
1073
+ plan_name: "String",
1074
+ price: "String",
1075
+ plan_description: "String",
1076
+ feature_list: "Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list",
1077
+ cta: "Shapectabutton"
666
1078
  },
667
- Shapeexamples_testimonialcardSectionFigureFigcaptionLink: {
668
- cta: "String",
669
- href: "String"
1079
+ Shapepricingv1Pricing_sectionPlans_grid: {
1080
+ free_plan: "Shapepricingv1Pricing_sectionPlans_gridFree_plan",
1081
+ paid_plan: "Shapepricingv1Pricing_sectionPlans_gridPaid_plan"
670
1082
  },
671
- Shapeexamples_testimonialcardSectionFigureFigcaption: {
672
- section: "Shapeexamples_testimonialcardSectionFigureFigcaptionSection",
673
- link: "Shapeexamples_testimonialcardSectionFigureFigcaptionLink"
1083
+ Shapepricingv1Pricing_section: {
1084
+ header_wrapper: "Shapepricingv1Pricing_sectionHeader_wrapper",
1085
+ plans_grid: "Shapepricingv1Pricing_sectionPlans_grid"
674
1086
  },
675
- Shapeexamples_testimonialcardSectionFigure: {
676
- image: "ImageField",
677
- blockquote: "Shapeexamples_testimonialcardSectionFigureBlockquote",
678
- figcaption: "Shapeexamples_testimonialcardSectionFigureFigcaption"
679
- },
680
- Shapeexamples_testimonialcardSection: {
681
- figure: "Shapeexamples_testimonialcardSectionFigure"
682
- },
683
- Shapeexamples_testimonialcard: {
684
- section: "Shapeexamples_testimonialcardSection",
1087
+ Shapepricingv1: {
1088
+ pricing_section: "Shapepricingv1Pricing_section",
685
1089
  _id: "String",
686
1090
  createdAt: "Float",
687
1091
  updatedAt: "Float"
688
1092
  },
689
- ShapeexamplescontactformSectionSectionHeading: {
690
- subtitle: "String"
1093
+ Shapeprofile_infoProfile_sectionAccount_headerInfo: {
1094
+ full_name: "String",
1095
+ company: "String",
1096
+ email: "String"
691
1097
  },
692
- ShapeexamplescontactformSectionSectionDescription: {
693
- description: "String"
1098
+ Shapeprofile_infoProfile_sectionAccount_header: {
1099
+ avatar: "ImageField",
1100
+ info: "Shapeprofile_infoProfile_sectionAccount_headerInfo"
694
1101
  },
695
- ShapeexamplescontactformSectionSectionForm: {
696
- name: "String",
697
- email: "String",
698
- message: "String"
1102
+ Shapeprofile_infoProfile_sectionPlan_status: {
1103
+ plan: "String"
699
1104
  },
700
- ShapeexamplescontactformSectionSectionButton: {
701
- button_text: "String"
1105
+ Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens: {
1106
+ label: "String",
1107
+ value: "String"
702
1108
  },
703
- ShapeexamplescontactformSectionSectionLink: {
704
- cta: "String",
705
- href: "String"
1109
+ Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens: {
1110
+ label: "String",
1111
+ value: "String"
1112
+ },
1113
+ Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests: {
1114
+ label: "String",
1115
+ value: "String"
706
1116
  },
707
- ShapeexamplescontactformSectionSection: {
708
- heading: "ShapeexamplescontactformSectionSectionHeading",
709
- description: "ShapeexamplescontactformSectionSectionDescription",
710
- form: "ShapeexamplescontactformSectionSectionForm",
711
- button: "ShapeexamplescontactformSectionSectionButton",
712
- link: "ShapeexamplescontactformSectionSectionLink"
1117
+ Shapeprofile_infoProfile_sectionUsage_section: {
1118
+ ai_tokens: "Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens",
1119
+ translate_tokens: "Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens",
1120
+ monthly_api_requests: "Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"
713
1121
  },
714
- ShapeexamplescontactformSection: {
715
- section: "ShapeexamplescontactformSectionSection"
1122
+ Shapeprofile_infoProfile_section: {
1123
+ account_header: "Shapeprofile_infoProfile_sectionAccount_header",
1124
+ plan_status: "Shapeprofile_infoProfile_sectionPlan_status",
1125
+ usage_section: "Shapeprofile_infoProfile_sectionUsage_section"
716
1126
  },
717
- Shapeexamplescontactform: {
718
- section: "ShapeexamplescontactformSection",
1127
+ Shapeprofile_info: {
1128
+ profile_section: "Shapeprofile_infoProfile_section",
719
1129
  _id: "String",
720
1130
  createdAt: "Float",
721
1131
  updatedAt: "Float"
722
1132
  },
723
- ShapeproductcardProductcardProductcard_innerMedia: {
724
- product_image: "ImageField",
725
- badge: "String"
726
- },
727
- ShapeproductcardProductcardProductcard_innerContentPriceblockPricepart: {
728
- price_label: "String",
729
- product_price: "String"
730
- },
731
- ShapeproductcardProductcardProductcard_innerContentPriceblockCta: {
1133
+ Shapesecondary_cta: {
732
1134
  cta: "String",
733
- href: "String"
734
- },
735
- ShapeproductcardProductcardProductcard_innerContentPriceblock: {
736
- pricepart: "ShapeproductcardProductcardProductcard_innerContentPriceblockPricepart",
737
- cta: "ShapeproductcardProductcardProductcard_innerContentPriceblockCta"
1135
+ _id: "String",
1136
+ createdAt: "Float",
1137
+ updatedAt: "Float"
738
1138
  },
739
- ShapeproductcardProductcardProductcard_innerContentOptions: {
740
- product_color_label: "String",
741
- product_color: "String",
742
- product_quantity_label: "String",
743
- product_quantity: "String"
1139
+ ShapesupportSectionHeader_wrapper: {
1140
+ title: "String",
1141
+ description: "String"
744
1142
  },
745
- ShapeproductcardProductcardProductcard_innerContent: {
746
- product_title: "String",
747
- product_description: "String",
748
- priceblock: "ShapeproductcardProductcardProductcard_innerContentPriceblock",
749
- options: "ShapeproductcardProductcardProductcard_innerContentOptions"
1143
+ ShapesupportSectionFeatures_gridFeature_item: {
1144
+ image: "ImageField",
1145
+ title: "String",
1146
+ text: "String",
1147
+ cta: "String"
750
1148
  },
751
- ShapeproductcardProductcardProductcard_inner: {
752
- media: "ShapeproductcardProductcardProductcard_innerMedia",
753
- content: "ShapeproductcardProductcardProductcard_innerContent"
1149
+ ShapesupportSectionFeatures_grid: {
1150
+ feature_item: "ShapesupportSectionFeatures_gridFeature_item"
754
1151
  },
755
- ShapeproductcardProductcard: {
756
- productcard_inner: "ShapeproductcardProductcardProductcard_inner"
1152
+ ShapesupportSection: {
1153
+ header_wrapper: "ShapesupportSectionHeader_wrapper",
1154
+ features_grid: "ShapesupportSectionFeatures_grid"
757
1155
  },
758
- Shapeproductcard: {
759
- productcard: "ShapeproductcardProductcard",
1156
+ Shapesupport: {
1157
+ section: "ShapesupportSection",
760
1158
  _id: "String",
761
1159
  createdAt: "Float",
762
1160
  updatedAt: "Float"
763
1161
  },
764
- ShapereactcomponentSectionSectionHeading: {
765
- title: "String"
766
- },
767
- ShapereactcomponentSectionSectionDescription: {
768
- description: "String"
769
- },
770
- ShapereactcomponentSectionSectionMedia: {
771
- image: "ImageField"
1162
+ Shapeteee: {
1163
+ _id: "String",
1164
+ createdAt: "Float",
1165
+ updatedAt: "Float"
772
1166
  },
773
- ShapereactcomponentSectionSectionLink: {
774
- cta: "String",
775
- href: "String"
1167
+ Shapetest: {
1168
+ rrr: "Shapebgallery",
1169
+ _id: "String",
1170
+ createdAt: "Float",
1171
+ updatedAt: "Float"
776
1172
  },
777
- ShapereactcomponentSectionSectionForm: {
778
- name: "String",
1173
+ Shapetitle_descTitledesc: {
1174
+ title: "String",
779
1175
  description: "String"
780
1176
  },
781
- ShapereactcomponentSectionSectionButton: {
782
- button_text: "String"
783
- },
784
- ShapereactcomponentSectionSection: {
785
- heading: "ShapereactcomponentSectionSectionHeading",
786
- description: "ShapereactcomponentSectionSectionDescription",
787
- media: "ShapereactcomponentSectionSectionMedia",
788
- link: "ShapereactcomponentSectionSectionLink",
789
- form: "ShapereactcomponentSectionSectionForm",
790
- button: "ShapereactcomponentSectionSectionButton"
1177
+ Shapetitle_desc: {
1178
+ titledesc: "Shapetitle_descTitledesc",
1179
+ _id: "String",
1180
+ createdAt: "Float",
1181
+ updatedAt: "Float"
791
1182
  },
792
- ShapereactcomponentSection: {
793
- section: "ShapereactcomponentSectionSection"
1183
+ ShapeusageMain: {
1184
+ title: "String",
1185
+ subtitle: "String",
1186
+ period: "String",
1187
+ tokens_consumed: "Float"
794
1188
  },
795
- Shapereactcomponent: {
796
- section: "ShapereactcomponentSection",
1189
+ Shapeusage: {
1190
+ main: "ShapeusageMain",
797
1191
  _id: "String",
798
1192
  createdAt: "Float",
799
1193
  updatedAt: "Float"
800
1194
  },
1195
+ FormregisterRegistration_stepUser_details: {
1196
+ _mocks: "String",
1197
+ username: "FormTextField",
1198
+ password: "FormTextField",
1199
+ full_name: "FormTextField",
1200
+ phone: "FormTextField"
1201
+ },
1202
+ FormregisterRegistration_step: {
1203
+ _mocks: "String",
1204
+ user_details: "FormregisterRegistration_stepUser_details",
1205
+ submit: "FormSubmitField"
1206
+ },
1207
+ Formregister: {
1208
+ _mocks: "String",
1209
+ _version: "VersionField",
1210
+ state_step: "FormVariableField",
1211
+ registration_step: "FormregisterRegistration_step",
1212
+ current_step: "FormVariableField",
1213
+ locale: "String",
1214
+ slug: "String",
1215
+ _id: "String",
1216
+ createdAt: "String",
1217
+ updatedAt: "String",
1218
+ draft_version: "String",
1219
+ json_ld: "String"
1220
+ },
1221
+ FormtestStep_basic_infoBasic_info_group: {
1222
+ _mocks: "String",
1223
+ window_type: "FormRadioTextField",
1224
+ quantity: "FormTextField",
1225
+ location: "FormRadioTextField"
1226
+ },
1227
+ FormtestStep_basic_info: {
1228
+ _mocks: "String",
1229
+ basic_info_group: "FormtestStep_basic_infoBasic_info_group",
1230
+ basic_next: "FormButtonField"
1231
+ },
1232
+ FormtestStep_dimensionsDimensions_group: {
1233
+ _mocks: "String",
1234
+ width_mm: "FormTextField",
1235
+ height_mm: "FormTextField",
1236
+ depth_mm: "FormTextField",
1237
+ opening_direction: "FormRadioTextField",
1238
+ sash_count: "FormTextField"
1239
+ },
1240
+ FormtestStep_dimensions: {
1241
+ _mocks: "String",
1242
+ dimensions_group: "FormtestStep_dimensionsDimensions_group",
1243
+ dimensions_back: "FormButtonField",
1244
+ dimensions_next: "FormButtonField"
1245
+ },
1246
+ FormtestStep_featuresFeatures_group: {
1247
+ _mocks: "String",
1248
+ material: "FormRadioTextField",
1249
+ color: "FormTextField",
1250
+ glazing_type: "FormRadioTextField",
1251
+ thermal_break: "FormBooleanField",
1252
+ soundproofing: "FormBooleanField"
1253
+ },
1254
+ FormtestStep_features: {
1255
+ _mocks: "String",
1256
+ features_group: "FormtestStep_featuresFeatures_group",
1257
+ features_back: "FormButtonField",
1258
+ features_next: "FormButtonField"
1259
+ },
1260
+ FormtestStep_accessoriesAccessories_group: {
1261
+ _mocks: "String",
1262
+ handle_type: "FormRadioTextField",
1263
+ lock_type: "FormRadioTextField",
1264
+ mosquito_net: "FormBooleanField",
1265
+ ventilator: "FormBooleanField",
1266
+ accessories_other: "FormTextField"
1267
+ },
1268
+ FormtestStep_accessories: {
1269
+ _mocks: "String",
1270
+ accessories_group: "FormtestStep_accessoriesAccessories_group",
1271
+ accessories_back: "FormButtonField",
1272
+ accessories_next: "FormButtonField"
1273
+ },
1274
+ FormtestStep_summary: {
1275
+ _mocks: "String",
1276
+ summary_display: "FormDisplayField",
1277
+ summary_back: "FormButtonField",
1278
+ submit: "FormSubmitField"
1279
+ },
1280
+ Formtest: {
1281
+ _mocks: "String",
1282
+ _version: "VersionField",
1283
+ form_step_variable: "FormVariableField",
1284
+ step_basic_info: "FormtestStep_basic_info",
1285
+ step_dimensions: "FormtestStep_dimensions",
1286
+ step_features: "FormtestStep_features",
1287
+ step_accessories: "FormtestStep_accessories",
1288
+ step_summary: "FormtestStep_summary",
1289
+ current_step: "FormVariableField",
1290
+ locale: "String",
1291
+ slug: "String",
1292
+ _id: "String",
1293
+ createdAt: "String",
1294
+ updatedAt: "String",
1295
+ draft_version: "String",
1296
+ json_ld: "String"
1297
+ },
1298
+ ResponseFormregisterUser_details: {
1299
+ username: "String",
1300
+ password: "String",
1301
+ full_name: "String",
1302
+ phone: "String"
1303
+ },
1304
+ ResponseFormregisterRegistration_step: {
1305
+ user_details: "ResponseFormregisterUser_details",
1306
+ submit: "String"
1307
+ },
1308
+ ResponseFormregister: {
1309
+ state_step: "String",
1310
+ registration_step: "ResponseFormregisterRegistration_step",
1311
+ current_step: "String",
1312
+ locale: "String",
1313
+ slug: "String",
1314
+ _id: "String",
1315
+ createdAt: "String",
1316
+ updatedAt: "String",
1317
+ draft_version: "String",
1318
+ json_ld: "String"
1319
+ },
1320
+ ResponseFormtestBasic_info_group: {
1321
+ window_type: "String",
1322
+ quantity: "String",
1323
+ location: "String"
1324
+ },
1325
+ ResponseFormtestStep_basic_info: {
1326
+ basic_info_group: "ResponseFormtestBasic_info_group",
1327
+ basic_next: "String"
1328
+ },
1329
+ ResponseFormtestDimensions_group: {
1330
+ width_mm: "String",
1331
+ height_mm: "String",
1332
+ depth_mm: "String",
1333
+ opening_direction: "String",
1334
+ sash_count: "String"
1335
+ },
1336
+ ResponseFormtestStep_dimensions: {
1337
+ dimensions_group: "ResponseFormtestDimensions_group",
1338
+ dimensions_back: "String",
1339
+ dimensions_next: "String"
1340
+ },
1341
+ ResponseFormtestFeatures_group: {
1342
+ material: "String",
1343
+ color: "String",
1344
+ glazing_type: "String",
1345
+ thermal_break: "Boolean",
1346
+ soundproofing: "Boolean"
1347
+ },
1348
+ ResponseFormtestStep_features: {
1349
+ features_group: "ResponseFormtestFeatures_group",
1350
+ features_back: "String",
1351
+ features_next: "String"
1352
+ },
1353
+ ResponseFormtestAccessories_group: {
1354
+ handle_type: "String",
1355
+ lock_type: "String",
1356
+ mosquito_net: "Boolean",
1357
+ ventilator: "Boolean",
1358
+ accessories_other: "String"
1359
+ },
1360
+ ResponseFormtestStep_accessories: {
1361
+ accessories_group: "ResponseFormtestAccessories_group",
1362
+ accessories_back: "String",
1363
+ accessories_next: "String"
1364
+ },
1365
+ ResponseFormtestStep_summary: {
1366
+ summary_display: "String",
1367
+ summary_back: "String",
1368
+ submit: "String"
1369
+ },
1370
+ ResponseFormtest: {
1371
+ form_step_variable: "String",
1372
+ step_basic_info: "ResponseFormtestStep_basic_info",
1373
+ step_dimensions: "ResponseFormtestStep_dimensions",
1374
+ step_features: "ResponseFormtestStep_features",
1375
+ step_accessories: "ResponseFormtestStep_accessories",
1376
+ step_summary: "ResponseFormtestStep_summary",
1377
+ current_step: "String",
1378
+ locale: "String",
1379
+ slug: "String",
1380
+ _id: "String",
1381
+ createdAt: "String",
1382
+ updatedAt: "String",
1383
+ draft_version: "String",
1384
+ json_ld: "String"
1385
+ },
1386
+ SearchResponsesFormregister: {
1387
+ items: "ResponseFormregister",
1388
+ totalCount: "Int"
1389
+ },
1390
+ SearchResponsesFormtest: {
1391
+ items: "ResponseFormtest",
1392
+ totalCount: "Int"
1393
+ },
801
1394
  ID: `scalar.ID`
802
1395
  };
803
1396
  export const Ops = {