@husar.ai/cli 0.2.4 → 0.2.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/dist/cli.d.ts +2 -0
- package/dist/cli.js +82 -0
- package/dist/cli.js.map +1 -0
- package/dist/functions/parser.d.ts +7 -0
- package/dist/functions/parser.js +29 -0
- package/dist/functions/parser.js.map +1 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -68
- package/dist/index.js.map +1 -1
- package/dist/zeus/const.js +409 -962
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.d.ts +1757 -4231
- package/dist/zeus/index.js +11 -43
- package/dist/zeus/index.js.map +1 -1
- package/package.json +7 -4
- package/src/cli.ts +104 -0
- package/src/functions/parser.ts +34 -0
- package/src/index.ts +1 -82
- package/src/zeus/const.ts +409 -992
- package/src/zeus/index.ts +1775 -4109
package/dist/zeus/const.js
CHANGED
|
@@ -20,136 +20,9 @@ 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",
|
|
108
23
|
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: {},
|
|
143
24
|
RootParamsInput: {},
|
|
144
25
|
RootParamsEnum: "enum",
|
|
145
|
-
docsSortInput: {
|
|
146
|
-
slug: "Sort",
|
|
147
|
-
createdAt: "Sort",
|
|
148
|
-
updatedAt: "Sort"
|
|
149
|
-
},
|
|
150
|
-
docsFilterInput: {
|
|
151
|
-
slug: "FilterInputString"
|
|
152
|
-
},
|
|
153
26
|
ID: `scalar.ID`
|
|
154
27
|
};
|
|
155
28
|
export const ReturnTypes = {
|
|
@@ -245,6 +118,9 @@ export const ReturnTypes = {
|
|
|
245
118
|
total: "Int",
|
|
246
119
|
hasNext: "Boolean"
|
|
247
120
|
},
|
|
121
|
+
Mutation: {
|
|
122
|
+
heartbeat: "String"
|
|
123
|
+
},
|
|
248
124
|
RootParamsAdminType: `scalar.RootParamsAdminType`,
|
|
249
125
|
Shape: {
|
|
250
126
|
name: "String",
|
|
@@ -366,991 +242,562 @@ export const ReturnTypes = {
|
|
|
366
242
|
listShapes: "Shape",
|
|
367
243
|
tailwind: "TailwindConfiguration",
|
|
368
244
|
listForms: "Form",
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
modelShapefoot: "ModelNavigationCompiled",
|
|
414
|
-
previewFieldsShapefoot: "ModelNavigationCompiled",
|
|
415
|
-
oneShapefoot: "Shapefoot",
|
|
416
|
-
fieldSetShapehero: "String",
|
|
417
|
-
modelShapehero: "ModelNavigationCompiled",
|
|
418
|
-
previewFieldsShapehero: "ModelNavigationCompiled",
|
|
419
|
-
oneShapehero: "Shapehero",
|
|
420
|
-
fieldSetShapeherox: "String",
|
|
421
|
-
modelShapeherox: "ModelNavigationCompiled",
|
|
422
|
-
previewFieldsShapeherox: "ModelNavigationCompiled",
|
|
423
|
-
oneShapeherox: "Shapeherox",
|
|
424
|
-
fieldSetShapelista_projektow: "String",
|
|
425
|
-
modelShapelista_projektow: "ModelNavigationCompiled",
|
|
426
|
-
previewFieldsShapelista_projektow: "ModelNavigationCompiled",
|
|
427
|
-
oneShapelista_projektow: "Shapelista_projektow",
|
|
428
|
-
fieldSetShapenav: "String",
|
|
429
|
-
modelShapenav: "ModelNavigationCompiled",
|
|
430
|
-
previewFieldsShapenav: "ModelNavigationCompiled",
|
|
431
|
-
oneShapenav: "Shapenav",
|
|
432
|
-
fieldSetShapenewshape: "String",
|
|
433
|
-
modelShapenewshape: "ModelNavigationCompiled",
|
|
434
|
-
previewFieldsShapenewshape: "ModelNavigationCompiled",
|
|
435
|
-
oneShapenewshape: "Shapenewshape",
|
|
436
|
-
fieldSetShapepricing_table: "String",
|
|
437
|
-
modelShapepricing_table: "ModelNavigationCompiled",
|
|
438
|
-
previewFieldsShapepricing_table: "ModelNavigationCompiled",
|
|
439
|
-
oneShapepricing_table: "Shapepricing_table",
|
|
440
|
-
fieldSetShapepricingv1: "String",
|
|
441
|
-
modelShapepricingv1: "ModelNavigationCompiled",
|
|
442
|
-
previewFieldsShapepricingv1: "ModelNavigationCompiled",
|
|
443
|
-
oneShapepricingv1: "Shapepricingv1",
|
|
444
|
-
fieldSetShapeprofile_info: "String",
|
|
445
|
-
modelShapeprofile_info: "ModelNavigationCompiled",
|
|
446
|
-
previewFieldsShapeprofile_info: "ModelNavigationCompiled",
|
|
447
|
-
oneShapeprofile_info: "Shapeprofile_info",
|
|
448
|
-
fieldSetShapesecondary_cta: "String",
|
|
449
|
-
modelShapesecondary_cta: "ModelNavigationCompiled",
|
|
450
|
-
previewFieldsShapesecondary_cta: "ModelNavigationCompiled",
|
|
451
|
-
oneShapesecondary_cta: "Shapesecondary_cta",
|
|
452
|
-
fieldSetShapesupport: "String",
|
|
453
|
-
modelShapesupport: "ModelNavigationCompiled",
|
|
454
|
-
previewFieldsShapesupport: "ModelNavigationCompiled",
|
|
455
|
-
oneShapesupport: "Shapesupport",
|
|
456
|
-
fieldSetShapeteee: "String",
|
|
457
|
-
modelShapeteee: "ModelNavigationCompiled",
|
|
458
|
-
previewFieldsShapeteee: "ModelNavigationCompiled",
|
|
459
|
-
oneShapeteee: "Shapeteee",
|
|
460
|
-
fieldSetShapetest: "String",
|
|
461
|
-
modelShapetest: "ModelNavigationCompiled",
|
|
462
|
-
previewFieldsShapetest: "ModelNavigationCompiled",
|
|
463
|
-
oneShapetest: "Shapetest",
|
|
464
|
-
fieldSetShapetitle_desc: "String",
|
|
465
|
-
modelShapetitle_desc: "ModelNavigationCompiled",
|
|
466
|
-
previewFieldsShapetitle_desc: "ModelNavigationCompiled",
|
|
467
|
-
oneShapetitle_desc: "Shapetitle_desc",
|
|
468
|
-
fieldSetShapeusage: "String",
|
|
469
|
-
modelShapeusage: "ModelNavigationCompiled",
|
|
470
|
-
previewFieldsShapeusage: "ModelNavigationCompiled",
|
|
471
|
-
oneShapeusage: "Shapeusage",
|
|
472
|
-
variantsViewaccount: "Viewaccount",
|
|
473
|
-
fieldSetViewaccount: "String",
|
|
474
|
-
modelViewaccount: "ModelNavigationCompiled",
|
|
475
|
-
previewFieldsViewaccount: "ModelNavigationCompiled",
|
|
476
|
-
oneViewaccount: "Viewaccount",
|
|
477
|
-
oneAsScalarViewaccount: "ViewAsScalar",
|
|
478
|
-
variantsViewfeatures: "Viewfeatures",
|
|
479
|
-
fieldSetViewfeatures: "String",
|
|
480
|
-
modelViewfeatures: "ModelNavigationCompiled",
|
|
481
|
-
previewFieldsViewfeatures: "ModelNavigationCompiled",
|
|
482
|
-
oneViewfeatures: "Viewfeatures",
|
|
483
|
-
oneAsScalarViewfeatures: "ViewAsScalar",
|
|
484
|
-
variantsViewhomepage: "Viewhomepage",
|
|
485
|
-
fieldSetViewhomepage: "String",
|
|
486
|
-
modelViewhomepage: "ModelNavigationCompiled",
|
|
487
|
-
previewFieldsViewhomepage: "ModelNavigationCompiled",
|
|
488
|
-
oneViewhomepage: "Viewhomepage",
|
|
489
|
-
oneAsScalarViewhomepage: "ViewAsScalar",
|
|
490
|
-
variantsViewhowitworks: "Viewhowitworks",
|
|
491
|
-
fieldSetViewhowitworks: "String",
|
|
492
|
-
modelViewhowitworks: "ModelNavigationCompiled",
|
|
493
|
-
previewFieldsViewhowitworks: "ModelNavigationCompiled",
|
|
494
|
-
oneViewhowitworks: "Viewhowitworks",
|
|
495
|
-
oneAsScalarViewhowitworks: "ViewAsScalar",
|
|
496
|
-
variantsViewpricing: "Viewpricing",
|
|
497
|
-
fieldSetViewpricing: "String",
|
|
498
|
-
modelViewpricing: "ModelNavigationCompiled",
|
|
499
|
-
previewFieldsViewpricing: "ModelNavigationCompiled",
|
|
500
|
-
oneViewpricing: "Viewpricing",
|
|
501
|
-
oneAsScalarViewpricing: "ViewAsScalar",
|
|
502
|
-
variantsViewttt: "Viewttt",
|
|
503
|
-
fieldSetViewttt: "String",
|
|
504
|
-
modelViewttt: "ModelNavigationCompiled",
|
|
505
|
-
previewFieldsViewttt: "ModelNavigationCompiled",
|
|
506
|
-
oneViewttt: "Viewttt",
|
|
507
|
-
oneAsScalarViewttt: "ViewAsScalar",
|
|
508
|
-
variantsFormregister: "Formregister",
|
|
509
|
-
fieldSetFormregister: "String",
|
|
510
|
-
modelFormregister: "ModelNavigationCompiled",
|
|
511
|
-
previewFieldsFormregister: "ModelNavigationCompiled",
|
|
512
|
-
oneFormregister: "Formregister",
|
|
513
|
-
oneAsScalarFormregister: "FormAsScalar",
|
|
514
|
-
variantsFormtest: "Formtest",
|
|
515
|
-
fieldSetFormtest: "String",
|
|
516
|
-
modelFormtest: "ModelNavigationCompiled",
|
|
517
|
-
previewFieldsFormtest: "ModelNavigationCompiled",
|
|
518
|
-
oneFormtest: "Formtest",
|
|
519
|
-
oneAsScalarFormtest: "FormAsScalar",
|
|
520
|
-
responsesFormregister: "SearchResponsesFormregister",
|
|
521
|
-
responseFormregister: "ResponseFormregister",
|
|
522
|
-
responseFieldSetFormregister: "String",
|
|
523
|
-
responsesFormtest: "SearchResponsesFormtest",
|
|
524
|
-
responseFormtest: "ResponseFormtest",
|
|
525
|
-
responseFieldSetFormtest: "String"
|
|
526
|
-
},
|
|
527
|
-
Mutation: {
|
|
528
|
-
heartbeat: "String",
|
|
529
|
-
submitResponseFormregister: "Boolean",
|
|
530
|
-
removeResponseFormregister: "Boolean",
|
|
531
|
-
submitResponseFormtest: "Boolean",
|
|
532
|
-
removeResponseFormtest: "Boolean"
|
|
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"
|
|
533
289
|
},
|
|
534
290
|
RootParamsType: {
|
|
535
|
-
_version: "String"
|
|
536
|
-
locale: "String"
|
|
291
|
+
_version: "String"
|
|
537
292
|
},
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
pageInfo: "PageInfo"
|
|
293
|
+
Shapeexamples_contactformSectionSectionHeading: {
|
|
294
|
+
subtitle: "String"
|
|
541
295
|
},
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
title: "String",
|
|
545
|
-
seotitle: "String",
|
|
546
|
-
sortid: "Float",
|
|
547
|
-
metadesc: "String",
|
|
548
|
-
main_category: "String",
|
|
549
|
-
content: "String",
|
|
550
|
-
video: "VideoField",
|
|
551
|
-
locale: "String",
|
|
552
|
-
slug: "String",
|
|
553
|
-
_id: "String",
|
|
554
|
-
createdAt: "Float",
|
|
555
|
-
updatedAt: "Float",
|
|
556
|
-
draft_version: "Boolean",
|
|
557
|
-
json_ld: "String"
|
|
558
|
-
},
|
|
559
|
-
ViewaccountMain: {
|
|
560
|
-
profile: "Shapeprofile_info",
|
|
561
|
-
projects: "Shapelista_projektow"
|
|
562
|
-
},
|
|
563
|
-
Viewaccount: {
|
|
564
|
-
_version: "VersionField",
|
|
565
|
-
main: "ViewaccountMain",
|
|
566
|
-
locale: "String",
|
|
567
|
-
slug: "String",
|
|
568
|
-
_id: "String",
|
|
569
|
-
createdAt: "Float",
|
|
570
|
-
updatedAt: "Float",
|
|
571
|
-
draft_version: "Boolean",
|
|
572
|
-
json_ld: "String"
|
|
573
|
-
},
|
|
574
|
-
ViewfeaturesMain: {
|
|
575
|
-
auto_translation: "Shapefeaturepresentation",
|
|
576
|
-
ai_component: "Shapefeaturepresentation"
|
|
577
|
-
},
|
|
578
|
-
Viewfeatures: {
|
|
579
|
-
_version: "VersionField",
|
|
580
|
-
main: "ViewfeaturesMain",
|
|
581
|
-
locale: "String",
|
|
582
|
-
slug: "String",
|
|
583
|
-
_id: "String",
|
|
584
|
-
createdAt: "Float",
|
|
585
|
-
updatedAt: "Float",
|
|
586
|
-
draft_version: "Boolean",
|
|
587
|
-
json_ld: "String"
|
|
588
|
-
},
|
|
589
|
-
ViewhomepageCotContain: {
|
|
590
|
-
header: "Shapetitle_desc"
|
|
591
|
-
},
|
|
592
|
-
ViewhomepageCotFeatures: {
|
|
593
|
-
feat: "Shapefeaturepresentation"
|
|
594
|
-
},
|
|
595
|
-
ViewhomepageCot: {
|
|
596
|
-
contain: "ViewhomepageCotContain",
|
|
597
|
-
features: "ViewhomepageCotFeatures"
|
|
598
|
-
},
|
|
599
|
-
Viewhomepage: {
|
|
600
|
-
_version: "VersionField",
|
|
601
|
-
nav: "Shapenav",
|
|
602
|
-
main: "Shapehero",
|
|
603
|
-
hero: "Shapeherox",
|
|
604
|
-
cot: "ViewhomepageCot",
|
|
605
|
-
pricing: "Shapepricingv1",
|
|
606
|
-
footer: "Shapefoot",
|
|
607
|
-
locale: "String",
|
|
608
|
-
slug: "String",
|
|
609
|
-
_id: "String",
|
|
610
|
-
createdAt: "Float",
|
|
611
|
-
updatedAt: "Float",
|
|
612
|
-
draft_version: "Boolean",
|
|
613
|
-
json_ld: "String"
|
|
296
|
+
Shapeexamples_contactformSectionSectionDescription: {
|
|
297
|
+
description: "String"
|
|
614
298
|
},
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
299
|
+
Shapeexamples_contactformSectionSectionForm: {
|
|
300
|
+
name: "String",
|
|
301
|
+
email: "String",
|
|
302
|
+
message: "String"
|
|
619
303
|
},
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
title: "String",
|
|
623
|
-
feature_control: "ViewhowitworksFeature_control",
|
|
624
|
-
locale: "String",
|
|
625
|
-
slug: "String",
|
|
626
|
-
_id: "String",
|
|
627
|
-
createdAt: "Float",
|
|
628
|
-
updatedAt: "Float",
|
|
629
|
-
draft_version: "Boolean",
|
|
630
|
-
json_ld: "String"
|
|
631
|
-
},
|
|
632
|
-
Viewpricing: {
|
|
633
|
-
_version: "VersionField",
|
|
634
|
-
pricing: "Shapepricingv1",
|
|
635
|
-
table: "Shapepricing_table",
|
|
636
|
-
cta: "Shapenewshape",
|
|
637
|
-
locale: "String",
|
|
638
|
-
slug: "String",
|
|
639
|
-
_id: "String",
|
|
640
|
-
createdAt: "Float",
|
|
641
|
-
updatedAt: "Float",
|
|
642
|
-
draft_version: "Boolean",
|
|
643
|
-
json_ld: "String"
|
|
304
|
+
Shapeexamples_contactformSectionSectionButton: {
|
|
305
|
+
button_text: "String"
|
|
644
306
|
},
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
307
|
+
Shapeexamples_contactformSectionSectionLink: {
|
|
308
|
+
cta: "String",
|
|
309
|
+
href: "String"
|
|
310
|
+
},
|
|
311
|
+
Shapeexamples_contactformSectionSection: {
|
|
312
|
+
heading: "Shapeexamples_contactformSectionSectionHeading",
|
|
313
|
+
description: "Shapeexamples_contactformSectionSectionDescription",
|
|
314
|
+
form: "Shapeexamples_contactformSectionSectionForm",
|
|
315
|
+
button: "Shapeexamples_contactformSectionSectionButton",
|
|
316
|
+
link: "Shapeexamples_contactformSectionSectionLink"
|
|
317
|
+
},
|
|
318
|
+
Shapeexamples_contactformSection: {
|
|
319
|
+
section: "Shapeexamples_contactformSectionSection"
|
|
320
|
+
},
|
|
321
|
+
Shapeexamples_contactform: {
|
|
322
|
+
section: "Shapeexamples_contactformSection",
|
|
649
323
|
_id: "String",
|
|
650
324
|
createdAt: "Float",
|
|
651
|
-
updatedAt: "Float"
|
|
652
|
-
draft_version: "Boolean",
|
|
653
|
-
json_ld: "String"
|
|
325
|
+
updatedAt: "Float"
|
|
654
326
|
},
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
href: "String"
|
|
327
|
+
Shapeexamples_featuregridSectionSectionHeaderFeatures_title: {
|
|
328
|
+
subtitle: "String"
|
|
658
329
|
},
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
menu: "Shapeaplikacja_gNavbarMenu"
|
|
330
|
+
Shapeexamples_featuregridSectionSectionHeaderFeatures_description: {
|
|
331
|
+
description: "String"
|
|
662
332
|
},
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
333
|
+
Shapeexamples_featuregridSectionSectionHeader: {
|
|
334
|
+
features_title: "Shapeexamples_featuregridSectionSectionHeaderFeatures_title",
|
|
335
|
+
features_description: "Shapeexamples_featuregridSectionSectionHeaderFeatures_description"
|
|
666
336
|
},
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
description: "String",
|
|
670
|
-
video: "VideoField"
|
|
337
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3MediaFeature_title_1: {
|
|
338
|
+
h3: "String"
|
|
671
339
|
},
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
description: "String",
|
|
675
|
-
video: "VideoField"
|
|
676
|
-
},
|
|
677
|
-
Shapeaplikacja_gStatsItems: {
|
|
678
|
-
label: "String",
|
|
679
|
-
value: "Float"
|
|
340
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3MediaFeature_description_1: {
|
|
341
|
+
description: "String"
|
|
680
342
|
},
|
|
681
|
-
|
|
682
|
-
|
|
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"
|
|
683
347
|
},
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
text: "String"
|
|
348
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3Media_2Feature_title_2: {
|
|
349
|
+
h3: "String"
|
|
687
350
|
},
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
description: "String",
|
|
691
|
-
button_text: "String"
|
|
351
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3Media_2Feature_description_2: {
|
|
352
|
+
description: "String"
|
|
692
353
|
},
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
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"
|
|
696
358
|
},
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
links: "Shapeaplikacja_gFooterLinks"
|
|
700
|
-
},
|
|
701
|
-
Shapeaplikacja_g: {
|
|
702
|
-
navbar: "Shapeaplikacja_gNavbar",
|
|
703
|
-
hero: "Shapeaplikacja_gHero",
|
|
704
|
-
explainer_video: "Shapeaplikacja_gExplainer_video",
|
|
705
|
-
video_list: "Shapeaplikacja_gVideo_list",
|
|
706
|
-
stats: "Shapeaplikacja_gStats",
|
|
707
|
-
testimonials: "Shapeaplikacja_gTestimonials",
|
|
708
|
-
call_to_action: "Shapeaplikacja_gCall_to_action",
|
|
709
|
-
footer: "Shapeaplikacja_gFooter",
|
|
710
|
-
_id: "String",
|
|
711
|
-
createdAt: "Float",
|
|
712
|
-
updatedAt: "Float"
|
|
359
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3Media_3Feature_title_3: {
|
|
360
|
+
h3: "String"
|
|
713
361
|
},
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
gallery_photos: "ImageField"
|
|
362
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3Media_3Feature_description_3: {
|
|
363
|
+
description: "String"
|
|
717
364
|
},
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
createdAt: "Float",
|
|
723
|
-
updatedAt: "Float"
|
|
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"
|
|
724
369
|
},
|
|
725
|
-
|
|
726
|
-
|
|
370
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3: {
|
|
371
|
+
media: "Shapeexamples_featuregridSectionSectionMd_gridcols3Media",
|
|
372
|
+
media_2: "Shapeexamples_featuregridSectionSectionMd_gridcols3Media_2",
|
|
373
|
+
media_3: "Shapeexamples_featuregridSectionSectionMd_gridcols3Media_3"
|
|
727
374
|
},
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
375
|
+
Shapeexamples_featuregridSectionSection: {
|
|
376
|
+
header: "Shapeexamples_featuregridSectionSectionHeader",
|
|
377
|
+
md_gridcols3: "Shapeexamples_featuregridSectionSectionMd_gridcols3"
|
|
731
378
|
},
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
subtitle: "String",
|
|
735
|
-
search_bar: "ShapebookinaOverlaySearch_bar"
|
|
379
|
+
Shapeexamples_featuregridSection: {
|
|
380
|
+
section: "Shapeexamples_featuregridSectionSection"
|
|
736
381
|
},
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
overlay: "ShapebookinaOverlay",
|
|
382
|
+
Shapeexamples_featuregrid: {
|
|
383
|
+
section: "Shapeexamples_featuregridSection",
|
|
740
384
|
_id: "String",
|
|
741
385
|
createdAt: "Float",
|
|
742
386
|
updatedAt: "Float"
|
|
743
387
|
},
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
see_more_button: "String"
|
|
388
|
+
Shapeexamples_herosectionSectionSectionHeading: {
|
|
389
|
+
title: "String"
|
|
747
390
|
},
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
location: "String"
|
|
391
|
+
Shapeexamples_herosectionSectionSectionDescription: {
|
|
392
|
+
description: "String"
|
|
751
393
|
},
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
394
|
+
Shapeexamples_herosectionSectionSectionSectionLink: {
|
|
395
|
+
cta: "String",
|
|
396
|
+
href: "String"
|
|
755
397
|
},
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
398
|
+
Shapeexamples_herosectionSectionSectionSectionLink_2: {
|
|
399
|
+
cta: "String",
|
|
400
|
+
href: "String"
|
|
759
401
|
},
|
|
760
|
-
|
|
761
|
-
|
|
402
|
+
Shapeexamples_herosectionSectionSectionSection: {
|
|
403
|
+
link: "Shapeexamples_herosectionSectionSectionSectionLink",
|
|
404
|
+
link_2: "Shapeexamples_herosectionSectionSectionSectionLink_2"
|
|
762
405
|
},
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
location_info: "String"
|
|
406
|
+
Shapeexamples_herosectionSectionSectionMedia: {
|
|
407
|
+
image: "ImageField"
|
|
766
408
|
},
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
location_info_wrapper: "ShapebpageBooking_sectionContainerLocation_info_wrapper"
|
|
409
|
+
Shapeexamples_herosectionSectionSection: {
|
|
410
|
+
heading: "Shapeexamples_herosectionSectionSectionHeading",
|
|
411
|
+
description: "Shapeexamples_herosectionSectionSectionDescription",
|
|
412
|
+
section: "Shapeexamples_herosectionSectionSectionSection",
|
|
413
|
+
media: "Shapeexamples_herosectionSectionSectionMedia"
|
|
773
414
|
},
|
|
774
|
-
|
|
775
|
-
|
|
415
|
+
Shapeexamples_herosectionSection: {
|
|
416
|
+
section: "Shapeexamples_herosectionSectionSection"
|
|
776
417
|
},
|
|
777
|
-
|
|
778
|
-
|
|
418
|
+
Shapeexamples_herosection: {
|
|
419
|
+
section: "Shapeexamples_herosectionSection",
|
|
779
420
|
_id: "String",
|
|
780
421
|
createdAt: "Float",
|
|
781
422
|
updatedAt: "Float"
|
|
782
423
|
},
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
link: "String"
|
|
424
|
+
Shapeexamples_newslettersignupSectionSectionHeading: {
|
|
425
|
+
subtitle: "String"
|
|
786
426
|
},
|
|
787
|
-
|
|
788
|
-
|
|
427
|
+
Shapeexamples_newslettersignupSectionSectionDescription: {
|
|
428
|
+
description: "String"
|
|
789
429
|
},
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
category: "Shapecloud_sidebarSidebarMenuCategory"
|
|
430
|
+
Shapeexamples_newslettersignupSectionSectionFormButton: {
|
|
431
|
+
button_text: "String"
|
|
793
432
|
},
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
433
|
+
Shapeexamples_newslettersignupSectionSectionForm: {
|
|
434
|
+
email: "String",
|
|
435
|
+
button: "Shapeexamples_newslettersignupSectionSectionFormButton"
|
|
797
436
|
},
|
|
798
|
-
|
|
799
|
-
|
|
437
|
+
Shapeexamples_newslettersignupSectionSectionDescription_2Link: {
|
|
438
|
+
cta: "String",
|
|
439
|
+
href: "String"
|
|
800
440
|
},
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
441
|
+
Shapeexamples_newslettersignupSectionSectionDescription_2: {
|
|
442
|
+
description: "String",
|
|
443
|
+
link: "Shapeexamples_newslettersignupSectionSectionDescription_2Link"
|
|
804
444
|
},
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
445
|
+
Shapeexamples_newslettersignupSectionSection: {
|
|
446
|
+
heading: "Shapeexamples_newslettersignupSectionSectionHeading",
|
|
447
|
+
description: "Shapeexamples_newslettersignupSectionSectionDescription",
|
|
448
|
+
form: "Shapeexamples_newslettersignupSectionSectionForm",
|
|
449
|
+
description_2: "Shapeexamples_newslettersignupSectionSectionDescription_2"
|
|
810
450
|
},
|
|
811
|
-
|
|
812
|
-
|
|
451
|
+
Shapeexamples_newslettersignupSection: {
|
|
452
|
+
section: "Shapeexamples_newslettersignupSectionSection"
|
|
453
|
+
},
|
|
454
|
+
Shapeexamples_newslettersignup: {
|
|
455
|
+
section: "Shapeexamples_newslettersignupSection",
|
|
813
456
|
_id: "String",
|
|
814
457
|
createdAt: "Float",
|
|
815
458
|
updatedAt: "Float"
|
|
816
459
|
},
|
|
817
|
-
|
|
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"
|
|
472
|
+
},
|
|
473
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderSectionPlan_price_1: {
|
|
818
474
|
content: "String"
|
|
819
475
|
},
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
scrollspy_list: "String"
|
|
476
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderSection: {
|
|
477
|
+
plan_price_1: "Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderSectionPlan_price_1"
|
|
823
478
|
},
|
|
824
|
-
|
|
825
|
-
|
|
479
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderList: {
|
|
480
|
+
items: "String"
|
|
826
481
|
},
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
482
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderPlan_cta_1: {
|
|
483
|
+
cta: "String",
|
|
484
|
+
href: "String"
|
|
830
485
|
},
|
|
831
|
-
|
|
832
|
-
|
|
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"
|
|
833
491
|
},
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
_id: "String",
|
|
837
|
-
createdAt: "Float",
|
|
838
|
-
updatedAt: "Float"
|
|
492
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2Plan_name_2: {
|
|
493
|
+
h3: "String"
|
|
839
494
|
},
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
link: "String"
|
|
495
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2SectionPlan_price_2: {
|
|
496
|
+
content: "String"
|
|
843
497
|
},
|
|
844
|
-
|
|
845
|
-
|
|
498
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2Section: {
|
|
499
|
+
plan_price_2: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2SectionPlan_price_2"
|
|
846
500
|
},
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
children: "Shapedocs_navMainListChildren"
|
|
501
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2List: {
|
|
502
|
+
items: "String"
|
|
850
503
|
},
|
|
851
|
-
|
|
852
|
-
|
|
504
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2Plan_cta_2: {
|
|
505
|
+
cta: "String",
|
|
506
|
+
href: "String"
|
|
853
507
|
},
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
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"
|
|
859
513
|
},
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
514
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3Plan_name_3: {
|
|
515
|
+
h3: "String"
|
|
516
|
+
},
|
|
517
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3SectionPlan_price_3: {
|
|
863
518
|
content: "String"
|
|
864
519
|
},
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
_id: "String",
|
|
868
|
-
createdAt: "Float",
|
|
869
|
-
updatedAt: "Float"
|
|
520
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3Section: {
|
|
521
|
+
plan_price_3: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3SectionPlan_price_3"
|
|
870
522
|
},
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
terms_of_service: "String",
|
|
874
|
-
contact_us: "String"
|
|
523
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3List: {
|
|
524
|
+
items: "String"
|
|
875
525
|
},
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
footer_copy: "String"
|
|
526
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3Plan_cta_3: {
|
|
527
|
+
cta: "String",
|
|
528
|
+
href: "String"
|
|
880
529
|
},
|
|
881
|
-
|
|
882
|
-
|
|
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"
|
|
883
535
|
},
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
updatedAt: "Float"
|
|
536
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3: {
|
|
537
|
+
border: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border",
|
|
538
|
+
border_2: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2",
|
|
539
|
+
border_3: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3"
|
|
889
540
|
},
|
|
890
|
-
|
|
891
|
-
|
|
541
|
+
Shapeexamples_pricingplansSectionSection: {
|
|
542
|
+
header: "Shapeexamples_pricingplansSectionSectionHeader",
|
|
543
|
+
md_gridcols3: "Shapeexamples_pricingplansSectionSectionMd_gridcols3"
|
|
892
544
|
},
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
logo: "String",
|
|
896
|
-
slogan_parent: "ShapeheroHero_componentSlogan_parent",
|
|
897
|
-
subslogan: "String"
|
|
545
|
+
Shapeexamples_pricingplansSection: {
|
|
546
|
+
section: "Shapeexamples_pricingplansSectionSection"
|
|
898
547
|
},
|
|
899
|
-
|
|
900
|
-
|
|
548
|
+
Shapeexamples_pricingplans: {
|
|
549
|
+
section: "Shapeexamples_pricingplansSection",
|
|
901
550
|
_id: "String",
|
|
902
551
|
createdAt: "Float",
|
|
903
552
|
updatedAt: "Float"
|
|
904
553
|
},
|
|
905
|
-
|
|
906
|
-
|
|
554
|
+
Shapeexamples_pricingplans_1ContainerPricingHeader: {
|
|
555
|
+
subtitle: "String",
|
|
556
|
+
description: "String"
|
|
557
|
+
},
|
|
558
|
+
Shapeexamples_pricingplans_1ContainerPricingPlansPlan_itemsPriceblock: {
|
|
559
|
+
price: "String"
|
|
907
560
|
},
|
|
908
|
-
|
|
561
|
+
Shapeexamples_pricingplans_1ContainerPricingPlansPlan_itemsCta: {
|
|
909
562
|
title: "String",
|
|
910
|
-
|
|
911
|
-
features: "ShapeheroxHero_sectionHero_containerText_wrapperFeatures"
|
|
563
|
+
href: "String"
|
|
912
564
|
},
|
|
913
|
-
|
|
914
|
-
|
|
565
|
+
Shapeexamples_pricingplans_1ContainerPricingPlansPlan_items: {
|
|
566
|
+
name: "String",
|
|
567
|
+
priceblock: "Shapeexamples_pricingplans_1ContainerPricingPlansPlan_itemsPriceblock",
|
|
568
|
+
features: "String",
|
|
569
|
+
cta: "Shapeexamples_pricingplans_1ContainerPricingPlansPlan_itemsCta"
|
|
915
570
|
},
|
|
916
|
-
|
|
917
|
-
|
|
571
|
+
Shapeexamples_pricingplans_1ContainerPricingPlans: {
|
|
572
|
+
plan_items: "Shapeexamples_pricingplans_1ContainerPricingPlansPlan_items"
|
|
918
573
|
},
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
presentation: "ShapeheroxHero_sectionHero_containerPresentation"
|
|
574
|
+
Shapeexamples_pricingplans_1ContainerPricing: {
|
|
575
|
+
header: "Shapeexamples_pricingplans_1ContainerPricingHeader",
|
|
576
|
+
plans: "Shapeexamples_pricingplans_1ContainerPricingPlans"
|
|
923
577
|
},
|
|
924
|
-
|
|
925
|
-
|
|
578
|
+
Shapeexamples_pricingplans_1Container: {
|
|
579
|
+
pricing: "Shapeexamples_pricingplans_1ContainerPricing"
|
|
926
580
|
},
|
|
927
|
-
|
|
928
|
-
|
|
581
|
+
Shapeexamples_pricingplans_1: {
|
|
582
|
+
container: "Shapeexamples_pricingplans_1Container",
|
|
929
583
|
_id: "String",
|
|
930
584
|
createdAt: "Float",
|
|
931
585
|
updatedAt: "Float"
|
|
932
586
|
},
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
link: "String",
|
|
936
|
-
remove_button: "String"
|
|
587
|
+
Shapeexamples_productcardSectionSectionMediaRounded: {
|
|
588
|
+
content: "String"
|
|
937
589
|
},
|
|
938
|
-
|
|
939
|
-
|
|
590
|
+
Shapeexamples_productcardSectionSectionMedia: {
|
|
591
|
+
image: "ImageField",
|
|
592
|
+
rounded: "Shapeexamples_productcardSectionSectionMediaRounded"
|
|
940
593
|
},
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
subtitle: "String",
|
|
944
|
-
projects: "Shapelista_projektowListProjects"
|
|
594
|
+
Shapeexamples_productcardSectionSectionSectionProduct_title: {
|
|
595
|
+
subtitle: "String"
|
|
945
596
|
},
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
_id: "String",
|
|
949
|
-
createdAt: "Float",
|
|
950
|
-
updatedAt: "Float"
|
|
951
|
-
},
|
|
952
|
-
ShapenavNavigationNavigation_linksLink: {
|
|
953
|
-
display: "String",
|
|
954
|
-
href: "String"
|
|
597
|
+
Shapeexamples_productcardSectionSectionSectionProduct_description: {
|
|
598
|
+
description: "String"
|
|
955
599
|
},
|
|
956
|
-
|
|
957
|
-
|
|
600
|
+
Shapeexamples_productcardSectionSectionSectionSectionSectionInline: {
|
|
601
|
+
content: "String"
|
|
958
602
|
},
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
navigation_links: "ShapenavNavigationNavigation_links"
|
|
603
|
+
Shapeexamples_productcardSectionSectionSectionSectionSectionProduct_price: {
|
|
604
|
+
content: "String"
|
|
962
605
|
},
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
createdAt: "Float",
|
|
967
|
-
updatedAt: "Float"
|
|
606
|
+
Shapeexamples_productcardSectionSectionSectionSectionSection: {
|
|
607
|
+
inline: "Shapeexamples_productcardSectionSectionSectionSectionSectionInline",
|
|
608
|
+
product_price: "Shapeexamples_productcardSectionSectionSectionSectionSectionProduct_price"
|
|
968
609
|
},
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
subheadline: "String",
|
|
973
|
-
cta_label: "String",
|
|
974
|
-
cta_href: "String"
|
|
610
|
+
Shapeexamples_productcardSectionSectionSectionSectionProduct_cta_url: {
|
|
611
|
+
cta: "String",
|
|
612
|
+
href: "String"
|
|
975
613
|
},
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
hero_image: "ImageField"
|
|
614
|
+
Shapeexamples_productcardSectionSectionSectionSection: {
|
|
615
|
+
section: "Shapeexamples_productcardSectionSectionSectionSectionSection",
|
|
616
|
+
product_cta_url: "Shapeexamples_productcardSectionSectionSectionSectionProduct_cta_url"
|
|
980
617
|
},
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
createdAt: "Float",
|
|
985
|
-
updatedAt: "Float"
|
|
618
|
+
Shapeexamples_productcardSectionSectionSectionFormLabel: {
|
|
619
|
+
html_for: "String",
|
|
620
|
+
content: "String"
|
|
986
621
|
},
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
622
|
+
Shapeexamples_productcardSectionSectionSectionFormLabel_2: {
|
|
623
|
+
html_for: "String",
|
|
624
|
+
content: "String"
|
|
990
625
|
},
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
626
|
+
Shapeexamples_productcardSectionSectionSectionForm: {
|
|
627
|
+
label: "Shapeexamples_productcardSectionSectionSectionFormLabel",
|
|
628
|
+
product_color: "String",
|
|
629
|
+
label_2: "Shapeexamples_productcardSectionSectionSectionFormLabel_2",
|
|
630
|
+
product_quantity: "String"
|
|
995
631
|
},
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
632
|
+
Shapeexamples_productcardSectionSectionSection: {
|
|
633
|
+
product_title: "Shapeexamples_productcardSectionSectionSectionProduct_title",
|
|
634
|
+
product_description: "Shapeexamples_productcardSectionSectionSectionProduct_description",
|
|
635
|
+
section: "Shapeexamples_productcardSectionSectionSectionSection",
|
|
636
|
+
form: "Shapeexamples_productcardSectionSectionSectionForm"
|
|
1000
637
|
},
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
638
|
+
Shapeexamples_productcardSectionSection: {
|
|
639
|
+
media: "Shapeexamples_productcardSectionSectionMedia",
|
|
640
|
+
section: "Shapeexamples_productcardSectionSectionSection"
|
|
1004
641
|
},
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
pricing_table: "Shapepricing_tablePricing_sectionPricing_table"
|
|
642
|
+
Shapeexamples_productcardSection: {
|
|
643
|
+
section: "Shapeexamples_productcardSectionSection"
|
|
1008
644
|
},
|
|
1009
|
-
|
|
1010
|
-
|
|
645
|
+
Shapeexamples_productcard: {
|
|
646
|
+
section: "Shapeexamples_productcardSection",
|
|
1011
647
|
_id: "String",
|
|
1012
648
|
createdAt: "Float",
|
|
1013
649
|
updatedAt: "Float"
|
|
1014
650
|
},
|
|
1015
|
-
|
|
1016
|
-
title: "String",
|
|
651
|
+
Shapeexamples_testimonialcardSectionFigureBlockquoteQuote: {
|
|
1017
652
|
description: "String"
|
|
1018
653
|
},
|
|
1019
|
-
|
|
1020
|
-
|
|
654
|
+
Shapeexamples_testimonialcardSectionFigureBlockquote: {
|
|
655
|
+
quote: "Shapeexamples_testimonialcardSectionFigureBlockquoteQuote"
|
|
1021
656
|
},
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
cta: "Shapesecondary_cta"
|
|
657
|
+
Shapeexamples_testimonialcardSectionFigureFigcaptionSectionAuthor: {
|
|
658
|
+
content: "String"
|
|
659
|
+
},
|
|
660
|
+
Shapeexamples_testimonialcardSectionFigureFigcaptionSectionRole: {
|
|
661
|
+
content: "String"
|
|
1028
662
|
},
|
|
1029
|
-
|
|
1030
|
-
|
|
663
|
+
Shapeexamples_testimonialcardSectionFigureFigcaptionSection: {
|
|
664
|
+
author: "Shapeexamples_testimonialcardSectionFigureFigcaptionSectionAuthor",
|
|
665
|
+
role: "Shapeexamples_testimonialcardSectionFigureFigcaptionSectionRole"
|
|
1031
666
|
},
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
plan_description: "String",
|
|
1036
|
-
feature_list: "Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list",
|
|
1037
|
-
cta: "Shapectabutton"
|
|
667
|
+
Shapeexamples_testimonialcardSectionFigureFigcaptionLink: {
|
|
668
|
+
cta: "String",
|
|
669
|
+
href: "String"
|
|
1038
670
|
},
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
671
|
+
Shapeexamples_testimonialcardSectionFigureFigcaption: {
|
|
672
|
+
section: "Shapeexamples_testimonialcardSectionFigureFigcaptionSection",
|
|
673
|
+
link: "Shapeexamples_testimonialcardSectionFigureFigcaptionLink"
|
|
1042
674
|
},
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
675
|
+
Shapeexamples_testimonialcardSectionFigure: {
|
|
676
|
+
image: "ImageField",
|
|
677
|
+
blockquote: "Shapeexamples_testimonialcardSectionFigureBlockquote",
|
|
678
|
+
figcaption: "Shapeexamples_testimonialcardSectionFigureFigcaption"
|
|
1046
679
|
},
|
|
1047
|
-
|
|
1048
|
-
|
|
680
|
+
Shapeexamples_testimonialcardSection: {
|
|
681
|
+
figure: "Shapeexamples_testimonialcardSectionFigure"
|
|
682
|
+
},
|
|
683
|
+
Shapeexamples_testimonialcard: {
|
|
684
|
+
section: "Shapeexamples_testimonialcardSection",
|
|
1049
685
|
_id: "String",
|
|
1050
686
|
createdAt: "Float",
|
|
1051
687
|
updatedAt: "Float"
|
|
1052
688
|
},
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
company: "String",
|
|
1056
|
-
email: "String"
|
|
1057
|
-
},
|
|
1058
|
-
Shapeprofile_infoProfile_sectionAccount_header: {
|
|
1059
|
-
avatar: "ImageField",
|
|
1060
|
-
info: "Shapeprofile_infoProfile_sectionAccount_headerInfo"
|
|
689
|
+
ShapeexamplescontactformSectionSectionHeading: {
|
|
690
|
+
subtitle: "String"
|
|
1061
691
|
},
|
|
1062
|
-
|
|
1063
|
-
|
|
692
|
+
ShapeexamplescontactformSectionSectionDescription: {
|
|
693
|
+
description: "String"
|
|
1064
694
|
},
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
695
|
+
ShapeexamplescontactformSectionSectionForm: {
|
|
696
|
+
name: "String",
|
|
697
|
+
email: "String",
|
|
698
|
+
message: "String"
|
|
1068
699
|
},
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
value: "String"
|
|
700
|
+
ShapeexamplescontactformSectionSectionButton: {
|
|
701
|
+
button_text: "String"
|
|
1072
702
|
},
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
703
|
+
ShapeexamplescontactformSectionSectionLink: {
|
|
704
|
+
cta: "String",
|
|
705
|
+
href: "String"
|
|
1076
706
|
},
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
707
|
+
ShapeexamplescontactformSectionSection: {
|
|
708
|
+
heading: "ShapeexamplescontactformSectionSectionHeading",
|
|
709
|
+
description: "ShapeexamplescontactformSectionSectionDescription",
|
|
710
|
+
form: "ShapeexamplescontactformSectionSectionForm",
|
|
711
|
+
button: "ShapeexamplescontactformSectionSectionButton",
|
|
712
|
+
link: "ShapeexamplescontactformSectionSectionLink"
|
|
1081
713
|
},
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
plan_status: "Shapeprofile_infoProfile_sectionPlan_status",
|
|
1085
|
-
usage_section: "Shapeprofile_infoProfile_sectionUsage_section"
|
|
714
|
+
ShapeexamplescontactformSection: {
|
|
715
|
+
section: "ShapeexamplescontactformSectionSection"
|
|
1086
716
|
},
|
|
1087
|
-
|
|
1088
|
-
|
|
717
|
+
Shapeexamplescontactform: {
|
|
718
|
+
section: "ShapeexamplescontactformSection",
|
|
1089
719
|
_id: "String",
|
|
1090
720
|
createdAt: "Float",
|
|
1091
721
|
updatedAt: "Float"
|
|
1092
722
|
},
|
|
1093
|
-
|
|
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: {
|
|
1094
732
|
cta: "String",
|
|
1095
|
-
|
|
1096
|
-
createdAt: "Float",
|
|
1097
|
-
updatedAt: "Float"
|
|
733
|
+
href: "String"
|
|
1098
734
|
},
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
735
|
+
ShapeproductcardProductcardProductcard_innerContentPriceblock: {
|
|
736
|
+
pricepart: "ShapeproductcardProductcardProductcard_innerContentPriceblockPricepart",
|
|
737
|
+
cta: "ShapeproductcardProductcardProductcard_innerContentPriceblockCta"
|
|
1102
738
|
},
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
739
|
+
ShapeproductcardProductcardProductcard_innerContentOptions: {
|
|
740
|
+
product_color_label: "String",
|
|
741
|
+
product_color: "String",
|
|
742
|
+
product_quantity_label: "String",
|
|
743
|
+
product_quantity: "String"
|
|
1108
744
|
},
|
|
1109
|
-
|
|
1110
|
-
|
|
745
|
+
ShapeproductcardProductcardProductcard_innerContent: {
|
|
746
|
+
product_title: "String",
|
|
747
|
+
product_description: "String",
|
|
748
|
+
priceblock: "ShapeproductcardProductcardProductcard_innerContentPriceblock",
|
|
749
|
+
options: "ShapeproductcardProductcardProductcard_innerContentOptions"
|
|
1111
750
|
},
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
751
|
+
ShapeproductcardProductcardProductcard_inner: {
|
|
752
|
+
media: "ShapeproductcardProductcardProductcard_innerMedia",
|
|
753
|
+
content: "ShapeproductcardProductcardProductcard_innerContent"
|
|
1115
754
|
},
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
_id: "String",
|
|
1119
|
-
createdAt: "Float",
|
|
1120
|
-
updatedAt: "Float"
|
|
755
|
+
ShapeproductcardProductcard: {
|
|
756
|
+
productcard_inner: "ShapeproductcardProductcardProductcard_inner"
|
|
1121
757
|
},
|
|
1122
|
-
|
|
758
|
+
Shapeproductcard: {
|
|
759
|
+
productcard: "ShapeproductcardProductcard",
|
|
1123
760
|
_id: "String",
|
|
1124
761
|
createdAt: "Float",
|
|
1125
762
|
updatedAt: "Float"
|
|
1126
763
|
},
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
_id: "String",
|
|
1130
|
-
createdAt: "Float",
|
|
1131
|
-
updatedAt: "Float"
|
|
764
|
+
ShapereactcomponentSectionSectionHeading: {
|
|
765
|
+
title: "String"
|
|
1132
766
|
},
|
|
1133
|
-
|
|
1134
|
-
title: "String",
|
|
767
|
+
ShapereactcomponentSectionSectionDescription: {
|
|
1135
768
|
description: "String"
|
|
1136
769
|
},
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
_id: "String",
|
|
1140
|
-
createdAt: "Float",
|
|
1141
|
-
updatedAt: "Float"
|
|
770
|
+
ShapereactcomponentSectionSectionMedia: {
|
|
771
|
+
image: "ImageField"
|
|
1142
772
|
},
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
773
|
+
ShapereactcomponentSectionSectionLink: {
|
|
774
|
+
cta: "String",
|
|
775
|
+
href: "String"
|
|
776
|
+
},
|
|
777
|
+
ShapereactcomponentSectionSectionForm: {
|
|
778
|
+
name: "String",
|
|
779
|
+
description: "String"
|
|
1148
780
|
},
|
|
1149
|
-
|
|
1150
|
-
|
|
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"
|
|
791
|
+
},
|
|
792
|
+
ShapereactcomponentSection: {
|
|
793
|
+
section: "ShapereactcomponentSectionSection"
|
|
794
|
+
},
|
|
795
|
+
Shapereactcomponent: {
|
|
796
|
+
section: "ShapereactcomponentSection",
|
|
1151
797
|
_id: "String",
|
|
1152
798
|
createdAt: "Float",
|
|
1153
799
|
updatedAt: "Float"
|
|
1154
800
|
},
|
|
1155
|
-
FormregisterRegistration_stepUser_details: {
|
|
1156
|
-
_mocks: "String",
|
|
1157
|
-
username: "FormTextField",
|
|
1158
|
-
password: "FormTextField",
|
|
1159
|
-
full_name: "FormTextField",
|
|
1160
|
-
phone: "FormTextField"
|
|
1161
|
-
},
|
|
1162
|
-
FormregisterRegistration_step: {
|
|
1163
|
-
_mocks: "String",
|
|
1164
|
-
user_details: "FormregisterRegistration_stepUser_details",
|
|
1165
|
-
submit: "FormSubmitField"
|
|
1166
|
-
},
|
|
1167
|
-
Formregister: {
|
|
1168
|
-
_mocks: "String",
|
|
1169
|
-
_version: "VersionField",
|
|
1170
|
-
state_step: "FormVariableField",
|
|
1171
|
-
registration_step: "FormregisterRegistration_step",
|
|
1172
|
-
current_step: "FormVariableField",
|
|
1173
|
-
locale: "String",
|
|
1174
|
-
slug: "String",
|
|
1175
|
-
_id: "String",
|
|
1176
|
-
createdAt: "String",
|
|
1177
|
-
updatedAt: "String",
|
|
1178
|
-
draft_version: "String",
|
|
1179
|
-
json_ld: "String"
|
|
1180
|
-
},
|
|
1181
|
-
FormtestStep_basic_infoBasic_info_group: {
|
|
1182
|
-
_mocks: "String",
|
|
1183
|
-
window_type: "FormRadioTextField",
|
|
1184
|
-
quantity: "FormTextField",
|
|
1185
|
-
location: "FormRadioTextField"
|
|
1186
|
-
},
|
|
1187
|
-
FormtestStep_basic_info: {
|
|
1188
|
-
_mocks: "String",
|
|
1189
|
-
basic_info_group: "FormtestStep_basic_infoBasic_info_group",
|
|
1190
|
-
basic_next: "FormButtonField"
|
|
1191
|
-
},
|
|
1192
|
-
FormtestStep_dimensionsDimensions_group: {
|
|
1193
|
-
_mocks: "String",
|
|
1194
|
-
width_mm: "FormTextField",
|
|
1195
|
-
height_mm: "FormTextField",
|
|
1196
|
-
depth_mm: "FormTextField",
|
|
1197
|
-
opening_direction: "FormRadioTextField",
|
|
1198
|
-
sash_count: "FormTextField"
|
|
1199
|
-
},
|
|
1200
|
-
FormtestStep_dimensions: {
|
|
1201
|
-
_mocks: "String",
|
|
1202
|
-
dimensions_group: "FormtestStep_dimensionsDimensions_group",
|
|
1203
|
-
dimensions_back: "FormButtonField",
|
|
1204
|
-
dimensions_next: "FormButtonField"
|
|
1205
|
-
},
|
|
1206
|
-
FormtestStep_featuresFeatures_group: {
|
|
1207
|
-
_mocks: "String",
|
|
1208
|
-
material: "FormRadioTextField",
|
|
1209
|
-
color: "FormTextField",
|
|
1210
|
-
glazing_type: "FormRadioTextField",
|
|
1211
|
-
thermal_break: "FormBooleanField",
|
|
1212
|
-
soundproofing: "FormBooleanField"
|
|
1213
|
-
},
|
|
1214
|
-
FormtestStep_features: {
|
|
1215
|
-
_mocks: "String",
|
|
1216
|
-
features_group: "FormtestStep_featuresFeatures_group",
|
|
1217
|
-
features_back: "FormButtonField",
|
|
1218
|
-
features_next: "FormButtonField"
|
|
1219
|
-
},
|
|
1220
|
-
FormtestStep_accessoriesAccessories_group: {
|
|
1221
|
-
_mocks: "String",
|
|
1222
|
-
handle_type: "FormRadioTextField",
|
|
1223
|
-
lock_type: "FormRadioTextField",
|
|
1224
|
-
mosquito_net: "FormBooleanField",
|
|
1225
|
-
ventilator: "FormBooleanField",
|
|
1226
|
-
accessories_other: "FormTextField"
|
|
1227
|
-
},
|
|
1228
|
-
FormtestStep_accessories: {
|
|
1229
|
-
_mocks: "String",
|
|
1230
|
-
accessories_group: "FormtestStep_accessoriesAccessories_group",
|
|
1231
|
-
accessories_back: "FormButtonField",
|
|
1232
|
-
accessories_next: "FormButtonField"
|
|
1233
|
-
},
|
|
1234
|
-
FormtestStep_summary: {
|
|
1235
|
-
_mocks: "String",
|
|
1236
|
-
summary_display: "FormDisplayField",
|
|
1237
|
-
summary_back: "FormButtonField",
|
|
1238
|
-
submit: "FormSubmitField"
|
|
1239
|
-
},
|
|
1240
|
-
Formtest: {
|
|
1241
|
-
_mocks: "String",
|
|
1242
|
-
_version: "VersionField",
|
|
1243
|
-
form_step_variable: "FormVariableField",
|
|
1244
|
-
step_basic_info: "FormtestStep_basic_info",
|
|
1245
|
-
step_dimensions: "FormtestStep_dimensions",
|
|
1246
|
-
step_features: "FormtestStep_features",
|
|
1247
|
-
step_accessories: "FormtestStep_accessories",
|
|
1248
|
-
step_summary: "FormtestStep_summary",
|
|
1249
|
-
current_step: "FormVariableField",
|
|
1250
|
-
locale: "String",
|
|
1251
|
-
slug: "String",
|
|
1252
|
-
_id: "String",
|
|
1253
|
-
createdAt: "String",
|
|
1254
|
-
updatedAt: "String",
|
|
1255
|
-
draft_version: "String",
|
|
1256
|
-
json_ld: "String"
|
|
1257
|
-
},
|
|
1258
|
-
ResponseFormregisterUser_details: {
|
|
1259
|
-
username: "String",
|
|
1260
|
-
password: "String",
|
|
1261
|
-
full_name: "String",
|
|
1262
|
-
phone: "String"
|
|
1263
|
-
},
|
|
1264
|
-
ResponseFormregisterRegistration_step: {
|
|
1265
|
-
user_details: "ResponseFormregisterUser_details",
|
|
1266
|
-
submit: "String"
|
|
1267
|
-
},
|
|
1268
|
-
ResponseFormregister: {
|
|
1269
|
-
state_step: "String",
|
|
1270
|
-
registration_step: "ResponseFormregisterRegistration_step",
|
|
1271
|
-
current_step: "String",
|
|
1272
|
-
locale: "String",
|
|
1273
|
-
slug: "String",
|
|
1274
|
-
_id: "String",
|
|
1275
|
-
createdAt: "String",
|
|
1276
|
-
updatedAt: "String",
|
|
1277
|
-
draft_version: "String",
|
|
1278
|
-
json_ld: "String"
|
|
1279
|
-
},
|
|
1280
|
-
ResponseFormtestBasic_info_group: {
|
|
1281
|
-
window_type: "String",
|
|
1282
|
-
quantity: "String",
|
|
1283
|
-
location: "String"
|
|
1284
|
-
},
|
|
1285
|
-
ResponseFormtestStep_basic_info: {
|
|
1286
|
-
basic_info_group: "ResponseFormtestBasic_info_group",
|
|
1287
|
-
basic_next: "String"
|
|
1288
|
-
},
|
|
1289
|
-
ResponseFormtestDimensions_group: {
|
|
1290
|
-
width_mm: "String",
|
|
1291
|
-
height_mm: "String",
|
|
1292
|
-
depth_mm: "String",
|
|
1293
|
-
opening_direction: "String",
|
|
1294
|
-
sash_count: "String"
|
|
1295
|
-
},
|
|
1296
|
-
ResponseFormtestStep_dimensions: {
|
|
1297
|
-
dimensions_group: "ResponseFormtestDimensions_group",
|
|
1298
|
-
dimensions_back: "String",
|
|
1299
|
-
dimensions_next: "String"
|
|
1300
|
-
},
|
|
1301
|
-
ResponseFormtestFeatures_group: {
|
|
1302
|
-
material: "String",
|
|
1303
|
-
color: "String",
|
|
1304
|
-
glazing_type: "String",
|
|
1305
|
-
thermal_break: "Boolean",
|
|
1306
|
-
soundproofing: "Boolean"
|
|
1307
|
-
},
|
|
1308
|
-
ResponseFormtestStep_features: {
|
|
1309
|
-
features_group: "ResponseFormtestFeatures_group",
|
|
1310
|
-
features_back: "String",
|
|
1311
|
-
features_next: "String"
|
|
1312
|
-
},
|
|
1313
|
-
ResponseFormtestAccessories_group: {
|
|
1314
|
-
handle_type: "String",
|
|
1315
|
-
lock_type: "String",
|
|
1316
|
-
mosquito_net: "Boolean",
|
|
1317
|
-
ventilator: "Boolean",
|
|
1318
|
-
accessories_other: "String"
|
|
1319
|
-
},
|
|
1320
|
-
ResponseFormtestStep_accessories: {
|
|
1321
|
-
accessories_group: "ResponseFormtestAccessories_group",
|
|
1322
|
-
accessories_back: "String",
|
|
1323
|
-
accessories_next: "String"
|
|
1324
|
-
},
|
|
1325
|
-
ResponseFormtestStep_summary: {
|
|
1326
|
-
summary_display: "String",
|
|
1327
|
-
summary_back: "String",
|
|
1328
|
-
submit: "String"
|
|
1329
|
-
},
|
|
1330
|
-
ResponseFormtest: {
|
|
1331
|
-
form_step_variable: "String",
|
|
1332
|
-
step_basic_info: "ResponseFormtestStep_basic_info",
|
|
1333
|
-
step_dimensions: "ResponseFormtestStep_dimensions",
|
|
1334
|
-
step_features: "ResponseFormtestStep_features",
|
|
1335
|
-
step_accessories: "ResponseFormtestStep_accessories",
|
|
1336
|
-
step_summary: "ResponseFormtestStep_summary",
|
|
1337
|
-
current_step: "String",
|
|
1338
|
-
locale: "String",
|
|
1339
|
-
slug: "String",
|
|
1340
|
-
_id: "String",
|
|
1341
|
-
createdAt: "String",
|
|
1342
|
-
updatedAt: "String",
|
|
1343
|
-
draft_version: "String",
|
|
1344
|
-
json_ld: "String"
|
|
1345
|
-
},
|
|
1346
|
-
SearchResponsesFormregister: {
|
|
1347
|
-
items: "ResponseFormregister",
|
|
1348
|
-
totalCount: "Int"
|
|
1349
|
-
},
|
|
1350
|
-
SearchResponsesFormtest: {
|
|
1351
|
-
items: "ResponseFormtest",
|
|
1352
|
-
totalCount: "Int"
|
|
1353
|
-
},
|
|
1354
801
|
ID: `scalar.ID`
|
|
1355
802
|
};
|
|
1356
803
|
export const Ops = {
|