@husar.ai/cli 0.2.3 → 0.2.5
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 +30 -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 +438 -473
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.d.ts +1967 -1871
- package/dist/zeus/index.js +11 -28
- package/dist/zeus/index.js.map +1 -1
- package/package.json +8 -4
- package/src/cli.ts +104 -0
- package/src/functions/parser.ts +35 -0
- package/src/index.ts +1 -82
- package/src/zeus/const.ts +440 -475
- package/src/zeus/index.ts +1997 -1833
package/dist/zeus/const.js
CHANGED
|
@@ -18,65 +18,11 @@ export const AllTypesProps = {
|
|
|
18
18
|
FilterInputString: {},
|
|
19
19
|
RootParamsAdminType: `scalar.RootParamsAdminType`,
|
|
20
20
|
FormFieldType: "enum",
|
|
21
|
+
GenerateHusarShapeImplementorInput: {},
|
|
21
22
|
CMSType: "enum",
|
|
22
|
-
Query: {
|
|
23
|
-
listPaginateddocs: {
|
|
24
|
-
page: "PageInput",
|
|
25
|
-
rootParams: "RootParamsInput",
|
|
26
|
-
sort: "docsSortInput",
|
|
27
|
-
filter: "docsFilterInput"
|
|
28
|
-
},
|
|
29
|
-
onedocsBySlug: {
|
|
30
|
-
rootParams: "RootParamsInput"
|
|
31
|
-
},
|
|
32
|
-
oneAsScalardocsBySlug: {
|
|
33
|
-
rootParams: "RootParamsInput"
|
|
34
|
-
},
|
|
35
|
-
variantsdocsBySlug: {},
|
|
36
|
-
oneViewaccount: {
|
|
37
|
-
rootParams: "RootParamsInput"
|
|
38
|
-
},
|
|
39
|
-
oneAsScalarViewaccount: {
|
|
40
|
-
rootParams: "RootParamsInput"
|
|
41
|
-
},
|
|
42
|
-
oneViewfeatures: {
|
|
43
|
-
rootParams: "RootParamsInput"
|
|
44
|
-
},
|
|
45
|
-
oneAsScalarViewfeatures: {
|
|
46
|
-
rootParams: "RootParamsInput"
|
|
47
|
-
},
|
|
48
|
-
oneViewhomepage: {
|
|
49
|
-
rootParams: "RootParamsInput"
|
|
50
|
-
},
|
|
51
|
-
oneAsScalarViewhomepage: {
|
|
52
|
-
rootParams: "RootParamsInput"
|
|
53
|
-
},
|
|
54
|
-
oneViewhowitworks: {
|
|
55
|
-
rootParams: "RootParamsInput"
|
|
56
|
-
},
|
|
57
|
-
oneAsScalarViewhowitworks: {
|
|
58
|
-
rootParams: "RootParamsInput"
|
|
59
|
-
},
|
|
60
|
-
oneViewpricing: {
|
|
61
|
-
rootParams: "RootParamsInput"
|
|
62
|
-
},
|
|
63
|
-
oneAsScalarViewpricing: {
|
|
64
|
-
rootParams: "RootParamsInput"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
ModelEnum: "enum",
|
|
68
|
-
ViewEnum: "enum",
|
|
69
23
|
ShapeEnum: "enum",
|
|
70
24
|
RootParamsInput: {},
|
|
71
25
|
RootParamsEnum: "enum",
|
|
72
|
-
docsSortInput: {
|
|
73
|
-
slug: "Sort",
|
|
74
|
-
createdAt: "Sort",
|
|
75
|
-
updatedAt: "Sort"
|
|
76
|
-
},
|
|
77
|
-
docsFilterInput: {
|
|
78
|
-
slug: "FilterInputString"
|
|
79
|
-
},
|
|
80
26
|
ID: `scalar.ID`
|
|
81
27
|
};
|
|
82
28
|
export const ReturnTypes = {
|
|
@@ -296,539 +242,558 @@ export const ReturnTypes = {
|
|
|
296
242
|
listShapes: "Shape",
|
|
297
243
|
tailwind: "TailwindConfiguration",
|
|
298
244
|
listForms: "Form",
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
modelShapenewshape: "ModelNavigationCompiled",
|
|
344
|
-
previewFieldsShapenewshape: "ModelNavigationCompiled",
|
|
345
|
-
oneShapenewshape: "Shapenewshape",
|
|
346
|
-
fieldSetShapepricing_table: "String",
|
|
347
|
-
modelShapepricing_table: "ModelNavigationCompiled",
|
|
348
|
-
previewFieldsShapepricing_table: "ModelNavigationCompiled",
|
|
349
|
-
oneShapepricing_table: "Shapepricing_table",
|
|
350
|
-
fieldSetShapepricingv1: "String",
|
|
351
|
-
modelShapepricingv1: "ModelNavigationCompiled",
|
|
352
|
-
previewFieldsShapepricingv1: "ModelNavigationCompiled",
|
|
353
|
-
oneShapepricingv1: "Shapepricingv1",
|
|
354
|
-
fieldSetShapeprofile_info: "String",
|
|
355
|
-
modelShapeprofile_info: "ModelNavigationCompiled",
|
|
356
|
-
previewFieldsShapeprofile_info: "ModelNavigationCompiled",
|
|
357
|
-
oneShapeprofile_info: "Shapeprofile_info",
|
|
358
|
-
fieldSetShapesupport: "String",
|
|
359
|
-
modelShapesupport: "ModelNavigationCompiled",
|
|
360
|
-
previewFieldsShapesupport: "ModelNavigationCompiled",
|
|
361
|
-
oneShapesupport: "Shapesupport",
|
|
362
|
-
fieldSetShapeusage: "String",
|
|
363
|
-
modelShapeusage: "ModelNavigationCompiled",
|
|
364
|
-
previewFieldsShapeusage: "ModelNavigationCompiled",
|
|
365
|
-
oneShapeusage: "Shapeusage",
|
|
366
|
-
variantsViewaccount: "Viewaccount",
|
|
367
|
-
fieldSetViewaccount: "String",
|
|
368
|
-
modelViewaccount: "ModelNavigationCompiled",
|
|
369
|
-
previewFieldsViewaccount: "ModelNavigationCompiled",
|
|
370
|
-
oneViewaccount: "Viewaccount",
|
|
371
|
-
oneAsScalarViewaccount: "ViewAsScalar",
|
|
372
|
-
variantsViewfeatures: "Viewfeatures",
|
|
373
|
-
fieldSetViewfeatures: "String",
|
|
374
|
-
modelViewfeatures: "ModelNavigationCompiled",
|
|
375
|
-
previewFieldsViewfeatures: "ModelNavigationCompiled",
|
|
376
|
-
oneViewfeatures: "Viewfeatures",
|
|
377
|
-
oneAsScalarViewfeatures: "ViewAsScalar",
|
|
378
|
-
variantsViewhomepage: "Viewhomepage",
|
|
379
|
-
fieldSetViewhomepage: "String",
|
|
380
|
-
modelViewhomepage: "ModelNavigationCompiled",
|
|
381
|
-
previewFieldsViewhomepage: "ModelNavigationCompiled",
|
|
382
|
-
oneViewhomepage: "Viewhomepage",
|
|
383
|
-
oneAsScalarViewhomepage: "ViewAsScalar",
|
|
384
|
-
variantsViewhowitworks: "Viewhowitworks",
|
|
385
|
-
fieldSetViewhowitworks: "String",
|
|
386
|
-
modelViewhowitworks: "ModelNavigationCompiled",
|
|
387
|
-
previewFieldsViewhowitworks: "ModelNavigationCompiled",
|
|
388
|
-
oneViewhowitworks: "Viewhowitworks",
|
|
389
|
-
oneAsScalarViewhowitworks: "ViewAsScalar",
|
|
390
|
-
variantsViewpricing: "Viewpricing",
|
|
391
|
-
fieldSetViewpricing: "String",
|
|
392
|
-
modelViewpricing: "ModelNavigationCompiled",
|
|
393
|
-
previewFieldsViewpricing: "ModelNavigationCompiled",
|
|
394
|
-
oneViewpricing: "Viewpricing",
|
|
395
|
-
oneAsScalarViewpricing: "ViewAsScalar"
|
|
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"
|
|
396
289
|
},
|
|
397
290
|
RootParamsType: {
|
|
398
|
-
_version: "String"
|
|
399
|
-
locale: "String"
|
|
291
|
+
_version: "String"
|
|
400
292
|
},
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
pageInfo: "PageInfo"
|
|
293
|
+
Shapeexamples_contactformSectionSectionHeading: {
|
|
294
|
+
subtitle: "String"
|
|
404
295
|
},
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
title: "String",
|
|
408
|
-
seotitle: "String",
|
|
409
|
-
metadesc: "String",
|
|
410
|
-
sortid: "Float",
|
|
411
|
-
main_category: "String",
|
|
412
|
-
content: "String",
|
|
413
|
-
video: "VideoField",
|
|
414
|
-
locale: "String",
|
|
415
|
-
slug: "String",
|
|
416
|
-
_id: "String",
|
|
417
|
-
createdAt: "Float",
|
|
418
|
-
updatedAt: "Float",
|
|
419
|
-
draft_version: "Boolean",
|
|
420
|
-
json_ld: "String"
|
|
421
|
-
},
|
|
422
|
-
ViewaccountMain: {
|
|
423
|
-
profile: "Shapeprofile_info",
|
|
424
|
-
projects: "Shapelista_projektow"
|
|
425
|
-
},
|
|
426
|
-
Viewaccount: {
|
|
427
|
-
_version: "VersionField",
|
|
428
|
-
main: "ViewaccountMain",
|
|
429
|
-
locale: "String",
|
|
430
|
-
slug: "String",
|
|
431
|
-
_id: "String",
|
|
432
|
-
createdAt: "Float",
|
|
433
|
-
updatedAt: "Float",
|
|
434
|
-
draft_version: "Boolean",
|
|
435
|
-
json_ld: "String"
|
|
436
|
-
},
|
|
437
|
-
ViewfeaturesMain: {
|
|
438
|
-
auto_translation: "Shapefeaturepresentation",
|
|
439
|
-
ai_component: "Shapefeaturepresentation"
|
|
440
|
-
},
|
|
441
|
-
Viewfeatures: {
|
|
442
|
-
_version: "VersionField",
|
|
443
|
-
main: "ViewfeaturesMain",
|
|
444
|
-
locale: "String",
|
|
445
|
-
slug: "String",
|
|
446
|
-
_id: "String",
|
|
447
|
-
createdAt: "Float",
|
|
448
|
-
updatedAt: "Float",
|
|
449
|
-
draft_version: "Boolean",
|
|
450
|
-
json_ld: "String"
|
|
451
|
-
},
|
|
452
|
-
Viewhomepage: {
|
|
453
|
-
_version: "VersionField",
|
|
454
|
-
nav: "Shapenav",
|
|
455
|
-
main: "Shapehero",
|
|
456
|
-
hero: "Shapeherox",
|
|
457
|
-
pricing: "Shapepricingv1",
|
|
458
|
-
footer: "Shapefoot",
|
|
459
|
-
locale: "String",
|
|
460
|
-
slug: "String",
|
|
461
|
-
_id: "String",
|
|
462
|
-
createdAt: "Float",
|
|
463
|
-
updatedAt: "Float",
|
|
464
|
-
draft_version: "Boolean",
|
|
465
|
-
json_ld: "String"
|
|
296
|
+
Shapeexamples_contactformSectionSectionDescription: {
|
|
297
|
+
description: "String"
|
|
466
298
|
},
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
299
|
+
Shapeexamples_contactformSectionSectionForm: {
|
|
300
|
+
name: "String",
|
|
301
|
+
email: "String",
|
|
302
|
+
message: "String"
|
|
471
303
|
},
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
304
|
+
Shapeexamples_contactformSectionSectionButton: {
|
|
305
|
+
button_text: "String"
|
|
306
|
+
},
|
|
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",
|
|
491
323
|
_id: "String",
|
|
492
324
|
createdAt: "Float",
|
|
493
|
-
updatedAt: "Float"
|
|
494
|
-
draft_version: "Boolean",
|
|
495
|
-
json_ld: "String"
|
|
325
|
+
updatedAt: "Float"
|
|
496
326
|
},
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
link: "String"
|
|
327
|
+
Shapeexamples_featuregridSectionSectionHeaderFeatures_title: {
|
|
328
|
+
subtitle: "String"
|
|
500
329
|
},
|
|
501
|
-
|
|
502
|
-
|
|
330
|
+
Shapeexamples_featuregridSectionSectionHeaderFeatures_description: {
|
|
331
|
+
description: "String"
|
|
503
332
|
},
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
333
|
+
Shapeexamples_featuregridSectionSectionHeader: {
|
|
334
|
+
features_title: "Shapeexamples_featuregridSectionSectionHeaderFeatures_title",
|
|
335
|
+
features_description: "Shapeexamples_featuregridSectionSectionHeaderFeatures_description"
|
|
507
336
|
},
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
337
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3MediaFeature_title_1: {
|
|
338
|
+
h3: "String"
|
|
339
|
+
},
|
|
340
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3MediaFeature_description_1: {
|
|
341
|
+
description: "String"
|
|
342
|
+
},
|
|
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"
|
|
347
|
+
},
|
|
348
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3Media_2Feature_title_2: {
|
|
349
|
+
h3: "String"
|
|
511
350
|
},
|
|
512
|
-
|
|
513
|
-
|
|
351
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3Media_2Feature_description_2: {
|
|
352
|
+
description: "String"
|
|
353
|
+
},
|
|
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"
|
|
514
358
|
},
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
bottom_menu: "Shapecloud_sidebarSidebarBottom_menu"
|
|
359
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3Media_3Feature_title_3: {
|
|
360
|
+
h3: "String"
|
|
518
361
|
},
|
|
519
|
-
|
|
520
|
-
|
|
362
|
+
Shapeexamples_featuregridSectionSectionMd_gridcols3Media_3Feature_description_3: {
|
|
363
|
+
description: "String"
|
|
364
|
+
},
|
|
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"
|
|
374
|
+
},
|
|
375
|
+
Shapeexamples_featuregridSectionSection: {
|
|
376
|
+
header: "Shapeexamples_featuregridSectionSectionHeader",
|
|
377
|
+
md_gridcols3: "Shapeexamples_featuregridSectionSectionMd_gridcols3"
|
|
378
|
+
},
|
|
379
|
+
Shapeexamples_featuregridSection: {
|
|
380
|
+
section: "Shapeexamples_featuregridSectionSection"
|
|
381
|
+
},
|
|
382
|
+
Shapeexamples_featuregrid: {
|
|
383
|
+
section: "Shapeexamples_featuregridSection",
|
|
521
384
|
_id: "String",
|
|
522
385
|
createdAt: "Float",
|
|
523
386
|
updatedAt: "Float"
|
|
524
387
|
},
|
|
525
|
-
|
|
526
|
-
|
|
388
|
+
Shapeexamples_herosectionSectionSectionHeading: {
|
|
389
|
+
title: "String"
|
|
527
390
|
},
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
391
|
+
Shapeexamples_herosectionSectionSectionDescription: {
|
|
392
|
+
description: "String"
|
|
393
|
+
},
|
|
394
|
+
Shapeexamples_herosectionSectionSectionSectionLink: {
|
|
395
|
+
cta: "String",
|
|
396
|
+
href: "String"
|
|
397
|
+
},
|
|
398
|
+
Shapeexamples_herosectionSectionSectionSectionLink_2: {
|
|
399
|
+
cta: "String",
|
|
400
|
+
href: "String"
|
|
531
401
|
},
|
|
532
|
-
|
|
533
|
-
|
|
402
|
+
Shapeexamples_herosectionSectionSectionSection: {
|
|
403
|
+
link: "Shapeexamples_herosectionSectionSectionSectionLink",
|
|
404
|
+
link_2: "Shapeexamples_herosectionSectionSectionSectionLink_2"
|
|
534
405
|
},
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
406
|
+
Shapeexamples_herosectionSectionSectionMedia: {
|
|
407
|
+
image: "ImageField"
|
|
408
|
+
},
|
|
409
|
+
Shapeexamples_herosectionSectionSection: {
|
|
410
|
+
heading: "Shapeexamples_herosectionSectionSectionHeading",
|
|
411
|
+
description: "Shapeexamples_herosectionSectionSectionDescription",
|
|
412
|
+
section: "Shapeexamples_herosectionSectionSectionSection",
|
|
413
|
+
media: "Shapeexamples_herosectionSectionSectionMedia"
|
|
538
414
|
},
|
|
539
|
-
|
|
540
|
-
|
|
415
|
+
Shapeexamples_herosectionSection: {
|
|
416
|
+
section: "Shapeexamples_herosectionSectionSection"
|
|
541
417
|
},
|
|
542
|
-
|
|
543
|
-
|
|
418
|
+
Shapeexamples_herosection: {
|
|
419
|
+
section: "Shapeexamples_herosectionSection",
|
|
544
420
|
_id: "String",
|
|
545
421
|
createdAt: "Float",
|
|
546
422
|
updatedAt: "Float"
|
|
547
423
|
},
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
link: "String"
|
|
424
|
+
Shapeexamples_newslettersignupSectionSectionHeading: {
|
|
425
|
+
subtitle: "String"
|
|
551
426
|
},
|
|
552
|
-
|
|
553
|
-
|
|
427
|
+
Shapeexamples_newslettersignupSectionSectionDescription: {
|
|
428
|
+
description: "String"
|
|
554
429
|
},
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
children: "Shapedocs_navMainListChildren"
|
|
430
|
+
Shapeexamples_newslettersignupSectionSectionFormButton: {
|
|
431
|
+
button_text: "String"
|
|
558
432
|
},
|
|
559
|
-
|
|
560
|
-
|
|
433
|
+
Shapeexamples_newslettersignupSectionSectionForm: {
|
|
434
|
+
email: "String",
|
|
435
|
+
button: "Shapeexamples_newslettersignupSectionSectionFormButton"
|
|
561
436
|
},
|
|
562
|
-
|
|
563
|
-
|
|
437
|
+
Shapeexamples_newslettersignupSectionSectionDescription_2Link: {
|
|
438
|
+
cta: "String",
|
|
439
|
+
href: "String"
|
|
440
|
+
},
|
|
441
|
+
Shapeexamples_newslettersignupSectionSectionDescription_2: {
|
|
442
|
+
description: "String",
|
|
443
|
+
link: "Shapeexamples_newslettersignupSectionSectionDescription_2Link"
|
|
444
|
+
},
|
|
445
|
+
Shapeexamples_newslettersignupSectionSection: {
|
|
446
|
+
heading: "Shapeexamples_newslettersignupSectionSectionHeading",
|
|
447
|
+
description: "Shapeexamples_newslettersignupSectionSectionDescription",
|
|
448
|
+
form: "Shapeexamples_newslettersignupSectionSectionForm",
|
|
449
|
+
description_2: "Shapeexamples_newslettersignupSectionSectionDescription_2"
|
|
450
|
+
},
|
|
451
|
+
Shapeexamples_newslettersignupSection: {
|
|
452
|
+
section: "Shapeexamples_newslettersignupSectionSection"
|
|
453
|
+
},
|
|
454
|
+
Shapeexamples_newslettersignup: {
|
|
455
|
+
section: "Shapeexamples_newslettersignupSection",
|
|
564
456
|
_id: "String",
|
|
565
457
|
createdAt: "Float",
|
|
566
458
|
updatedAt: "Float"
|
|
567
459
|
},
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
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: {
|
|
571
474
|
content: "String"
|
|
572
475
|
},
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
_id: "String",
|
|
576
|
-
createdAt: "Float",
|
|
577
|
-
updatedAt: "Float"
|
|
476
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderSection: {
|
|
477
|
+
plan_price_1: "Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderSectionPlan_price_1"
|
|
578
478
|
},
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
terms_of_service: "String",
|
|
582
|
-
contact_us: "String"
|
|
479
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderList: {
|
|
480
|
+
items: "String"
|
|
583
481
|
},
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
footer_copy: "String"
|
|
482
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3BorderPlan_cta_1: {
|
|
483
|
+
cta: "String",
|
|
484
|
+
href: "String"
|
|
588
485
|
},
|
|
589
|
-
|
|
590
|
-
|
|
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"
|
|
591
491
|
},
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
_id: "String",
|
|
595
|
-
createdAt: "Float",
|
|
596
|
-
updatedAt: "Float"
|
|
492
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2Plan_name_2: {
|
|
493
|
+
h3: "String"
|
|
597
494
|
},
|
|
598
|
-
|
|
599
|
-
|
|
495
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2SectionPlan_price_2: {
|
|
496
|
+
content: "String"
|
|
600
497
|
},
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
logo: "String",
|
|
604
|
-
slogan_parent: "ShapeheroHero_componentSlogan_parent",
|
|
605
|
-
subslogan: "String"
|
|
498
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2Section: {
|
|
499
|
+
plan_price_2: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2SectionPlan_price_2"
|
|
606
500
|
},
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
_id: "String",
|
|
610
|
-
createdAt: "Float",
|
|
611
|
-
updatedAt: "Float"
|
|
501
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2List: {
|
|
502
|
+
items: "String"
|
|
612
503
|
},
|
|
613
|
-
|
|
614
|
-
|
|
504
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2Plan_cta_2: {
|
|
505
|
+
cta: "String",
|
|
506
|
+
href: "String"
|
|
615
507
|
},
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
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"
|
|
513
|
+
},
|
|
514
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3Plan_name_3: {
|
|
515
|
+
h3: "String"
|
|
620
516
|
},
|
|
621
|
-
|
|
622
|
-
|
|
517
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3SectionPlan_price_3: {
|
|
518
|
+
content: "String"
|
|
623
519
|
},
|
|
624
|
-
|
|
625
|
-
|
|
520
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3Section: {
|
|
521
|
+
plan_price_3: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3SectionPlan_price_3"
|
|
626
522
|
},
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
523
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3List: {
|
|
524
|
+
items: "String"
|
|
525
|
+
},
|
|
526
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3Plan_cta_3: {
|
|
527
|
+
cta: "String",
|
|
528
|
+
href: "String"
|
|
631
529
|
},
|
|
632
|
-
|
|
633
|
-
|
|
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"
|
|
634
535
|
},
|
|
635
|
-
|
|
636
|
-
|
|
536
|
+
Shapeexamples_pricingplansSectionSectionMd_gridcols3: {
|
|
537
|
+
border: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border",
|
|
538
|
+
border_2: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_2",
|
|
539
|
+
border_3: "Shapeexamples_pricingplansSectionSectionMd_gridcols3Border_3"
|
|
540
|
+
},
|
|
541
|
+
Shapeexamples_pricingplansSectionSection: {
|
|
542
|
+
header: "Shapeexamples_pricingplansSectionSectionHeader",
|
|
543
|
+
md_gridcols3: "Shapeexamples_pricingplansSectionSectionMd_gridcols3"
|
|
544
|
+
},
|
|
545
|
+
Shapeexamples_pricingplansSection: {
|
|
546
|
+
section: "Shapeexamples_pricingplansSectionSection"
|
|
547
|
+
},
|
|
548
|
+
Shapeexamples_pricingplans: {
|
|
549
|
+
section: "Shapeexamples_pricingplansSection",
|
|
637
550
|
_id: "String",
|
|
638
551
|
createdAt: "Float",
|
|
639
552
|
updatedAt: "Float"
|
|
640
553
|
},
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
remove_button: "String"
|
|
554
|
+
Shapeexamples_pricingplans_1ContainerPricingHeader: {
|
|
555
|
+
subtitle: "String",
|
|
556
|
+
description: "String"
|
|
645
557
|
},
|
|
646
|
-
|
|
647
|
-
|
|
558
|
+
Shapeexamples_pricingplans_1ContainerPricingPlansPlan_itemsPriceblock: {
|
|
559
|
+
price: "String"
|
|
648
560
|
},
|
|
649
|
-
|
|
561
|
+
Shapeexamples_pricingplans_1ContainerPricingPlansPlan_itemsCta: {
|
|
650
562
|
title: "String",
|
|
651
|
-
|
|
652
|
-
projects: "Shapelista_projektowListProjects"
|
|
563
|
+
href: "String"
|
|
653
564
|
},
|
|
654
|
-
|
|
655
|
-
|
|
565
|
+
Shapeexamples_pricingplans_1ContainerPricingPlansPlan_items: {
|
|
566
|
+
name: "String",
|
|
567
|
+
priceblock: "Shapeexamples_pricingplans_1ContainerPricingPlansPlan_itemsPriceblock",
|
|
568
|
+
features: "String",
|
|
569
|
+
cta: "Shapeexamples_pricingplans_1ContainerPricingPlansPlan_itemsCta"
|
|
570
|
+
},
|
|
571
|
+
Shapeexamples_pricingplans_1ContainerPricingPlans: {
|
|
572
|
+
plan_items: "Shapeexamples_pricingplans_1ContainerPricingPlansPlan_items"
|
|
573
|
+
},
|
|
574
|
+
Shapeexamples_pricingplans_1ContainerPricing: {
|
|
575
|
+
header: "Shapeexamples_pricingplans_1ContainerPricingHeader",
|
|
576
|
+
plans: "Shapeexamples_pricingplans_1ContainerPricingPlans"
|
|
577
|
+
},
|
|
578
|
+
Shapeexamples_pricingplans_1Container: {
|
|
579
|
+
pricing: "Shapeexamples_pricingplans_1ContainerPricing"
|
|
580
|
+
},
|
|
581
|
+
Shapeexamples_pricingplans_1: {
|
|
582
|
+
container: "Shapeexamples_pricingplans_1Container",
|
|
656
583
|
_id: "String",
|
|
657
584
|
createdAt: "Float",
|
|
658
585
|
updatedAt: "Float"
|
|
659
586
|
},
|
|
660
|
-
|
|
661
|
-
|
|
587
|
+
Shapeexamples_productcardSectionSectionMediaRounded: {
|
|
588
|
+
content: "String"
|
|
589
|
+
},
|
|
590
|
+
Shapeexamples_productcardSectionSectionMedia: {
|
|
591
|
+
image: "ImageField",
|
|
592
|
+
rounded: "Shapeexamples_productcardSectionSectionMediaRounded"
|
|
593
|
+
},
|
|
594
|
+
Shapeexamples_productcardSectionSectionSectionProduct_title: {
|
|
595
|
+
subtitle: "String"
|
|
596
|
+
},
|
|
597
|
+
Shapeexamples_productcardSectionSectionSectionProduct_description: {
|
|
598
|
+
description: "String"
|
|
599
|
+
},
|
|
600
|
+
Shapeexamples_productcardSectionSectionSectionSectionSectionInline: {
|
|
601
|
+
content: "String"
|
|
602
|
+
},
|
|
603
|
+
Shapeexamples_productcardSectionSectionSectionSectionSectionProduct_price: {
|
|
604
|
+
content: "String"
|
|
605
|
+
},
|
|
606
|
+
Shapeexamples_productcardSectionSectionSectionSectionSection: {
|
|
607
|
+
inline: "Shapeexamples_productcardSectionSectionSectionSectionSectionInline",
|
|
608
|
+
product_price: "Shapeexamples_productcardSectionSectionSectionSectionSectionProduct_price"
|
|
609
|
+
},
|
|
610
|
+
Shapeexamples_productcardSectionSectionSectionSectionProduct_cta_url: {
|
|
611
|
+
cta: "String",
|
|
662
612
|
href: "String"
|
|
663
613
|
},
|
|
664
|
-
|
|
665
|
-
|
|
614
|
+
Shapeexamples_productcardSectionSectionSectionSection: {
|
|
615
|
+
section: "Shapeexamples_productcardSectionSectionSectionSectionSection",
|
|
616
|
+
product_cta_url: "Shapeexamples_productcardSectionSectionSectionSectionProduct_cta_url"
|
|
666
617
|
},
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
618
|
+
Shapeexamples_productcardSectionSectionSectionFormLabel: {
|
|
619
|
+
html_for: "String",
|
|
620
|
+
content: "String"
|
|
670
621
|
},
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
622
|
+
Shapeexamples_productcardSectionSectionSectionFormLabel_2: {
|
|
623
|
+
html_for: "String",
|
|
624
|
+
content: "String"
|
|
625
|
+
},
|
|
626
|
+
Shapeexamples_productcardSectionSectionSectionForm: {
|
|
627
|
+
label: "Shapeexamples_productcardSectionSectionSectionFormLabel",
|
|
628
|
+
product_color: "String",
|
|
629
|
+
label_2: "Shapeexamples_productcardSectionSectionSectionFormLabel_2",
|
|
630
|
+
product_quantity: "String"
|
|
676
631
|
},
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
cta_href: "String"
|
|
632
|
+
Shapeexamples_productcardSectionSectionSection: {
|
|
633
|
+
product_title: "Shapeexamples_productcardSectionSectionSectionProduct_title",
|
|
634
|
+
product_description: "Shapeexamples_productcardSectionSectionSectionProduct_description",
|
|
635
|
+
section: "Shapeexamples_productcardSectionSectionSectionSection",
|
|
636
|
+
form: "Shapeexamples_productcardSectionSectionSectionForm"
|
|
683
637
|
},
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
hero_image: "ImageField"
|
|
638
|
+
Shapeexamples_productcardSectionSection: {
|
|
639
|
+
media: "Shapeexamples_productcardSectionSectionMedia",
|
|
640
|
+
section: "Shapeexamples_productcardSectionSectionSection"
|
|
688
641
|
},
|
|
689
|
-
|
|
690
|
-
|
|
642
|
+
Shapeexamples_productcardSection: {
|
|
643
|
+
section: "Shapeexamples_productcardSectionSection"
|
|
644
|
+
},
|
|
645
|
+
Shapeexamples_productcard: {
|
|
646
|
+
section: "Shapeexamples_productcardSection",
|
|
691
647
|
_id: "String",
|
|
692
648
|
createdAt: "Float",
|
|
693
649
|
updatedAt: "Float"
|
|
694
650
|
},
|
|
695
|
-
|
|
696
|
-
title: "String",
|
|
651
|
+
Shapeexamples_testimonialcardSectionFigureBlockquoteQuote: {
|
|
697
652
|
description: "String"
|
|
698
653
|
},
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
unit: "String",
|
|
702
|
-
price: "String"
|
|
654
|
+
Shapeexamples_testimonialcardSectionFigureBlockquote: {
|
|
655
|
+
quote: "Shapeexamples_testimonialcardSectionFigureBlockquoteQuote"
|
|
703
656
|
},
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
unit: "String",
|
|
707
|
-
price: "String"
|
|
657
|
+
Shapeexamples_testimonialcardSectionFigureFigcaptionSectionAuthor: {
|
|
658
|
+
content: "String"
|
|
708
659
|
},
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
rows: "Shapepricing_tablePricing_sectionPricing_tableRows"
|
|
660
|
+
Shapeexamples_testimonialcardSectionFigureFigcaptionSectionRole: {
|
|
661
|
+
content: "String"
|
|
712
662
|
},
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
663
|
+
Shapeexamples_testimonialcardSectionFigureFigcaptionSection: {
|
|
664
|
+
author: "Shapeexamples_testimonialcardSectionFigureFigcaptionSectionAuthor",
|
|
665
|
+
role: "Shapeexamples_testimonialcardSectionFigureFigcaptionSectionRole"
|
|
666
|
+
},
|
|
667
|
+
Shapeexamples_testimonialcardSectionFigureFigcaptionLink: {
|
|
668
|
+
cta: "String",
|
|
669
|
+
href: "String"
|
|
716
670
|
},
|
|
717
|
-
|
|
718
|
-
|
|
671
|
+
Shapeexamples_testimonialcardSectionFigureFigcaption: {
|
|
672
|
+
section: "Shapeexamples_testimonialcardSectionFigureFigcaptionSection",
|
|
673
|
+
link: "Shapeexamples_testimonialcardSectionFigureFigcaptionLink"
|
|
674
|
+
},
|
|
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",
|
|
719
685
|
_id: "String",
|
|
720
686
|
createdAt: "Float",
|
|
721
687
|
updatedAt: "Float"
|
|
722
688
|
},
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
description: "String"
|
|
689
|
+
ShapeexamplescontactformSectionSectionHeading: {
|
|
690
|
+
subtitle: "String"
|
|
726
691
|
},
|
|
727
|
-
|
|
728
|
-
|
|
692
|
+
ShapeexamplescontactformSectionSectionDescription: {
|
|
693
|
+
description: "String"
|
|
729
694
|
},
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
feature_list: "Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list",
|
|
735
|
-
cta: "String"
|
|
695
|
+
ShapeexamplescontactformSectionSectionForm: {
|
|
696
|
+
name: "String",
|
|
697
|
+
email: "String",
|
|
698
|
+
message: "String"
|
|
736
699
|
},
|
|
737
|
-
|
|
738
|
-
|
|
700
|
+
ShapeexamplescontactformSectionSectionButton: {
|
|
701
|
+
button_text: "String"
|
|
739
702
|
},
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
plan_description: "String",
|
|
744
|
-
feature_list: "Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list",
|
|
745
|
-
cta: "String"
|
|
703
|
+
ShapeexamplescontactformSectionSectionLink: {
|
|
704
|
+
cta: "String",
|
|
705
|
+
href: "String"
|
|
746
706
|
},
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
707
|
+
ShapeexamplescontactformSectionSection: {
|
|
708
|
+
heading: "ShapeexamplescontactformSectionSectionHeading",
|
|
709
|
+
description: "ShapeexamplescontactformSectionSectionDescription",
|
|
710
|
+
form: "ShapeexamplescontactformSectionSectionForm",
|
|
711
|
+
button: "ShapeexamplescontactformSectionSectionButton",
|
|
712
|
+
link: "ShapeexamplescontactformSectionSectionLink"
|
|
750
713
|
},
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
plans_grid: "Shapepricingv1Pricing_sectionPlans_grid"
|
|
714
|
+
ShapeexamplescontactformSection: {
|
|
715
|
+
section: "ShapeexamplescontactformSectionSection"
|
|
754
716
|
},
|
|
755
|
-
|
|
756
|
-
|
|
717
|
+
Shapeexamplescontactform: {
|
|
718
|
+
section: "ShapeexamplescontactformSection",
|
|
757
719
|
_id: "String",
|
|
758
720
|
createdAt: "Float",
|
|
759
721
|
updatedAt: "Float"
|
|
760
722
|
},
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
email: "String"
|
|
723
|
+
ShapeproductcardProductcardProductcard_innerMedia: {
|
|
724
|
+
product_image: "ImageField",
|
|
725
|
+
badge: "String"
|
|
765
726
|
},
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
727
|
+
ShapeproductcardProductcardProductcard_innerContentPriceblockPricepart: {
|
|
728
|
+
price_label: "String",
|
|
729
|
+
product_price: "String"
|
|
769
730
|
},
|
|
770
|
-
|
|
771
|
-
|
|
731
|
+
ShapeproductcardProductcardProductcard_innerContentPriceblockCta: {
|
|
732
|
+
cta: "String",
|
|
733
|
+
href: "String"
|
|
772
734
|
},
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
735
|
+
ShapeproductcardProductcardProductcard_innerContentPriceblock: {
|
|
736
|
+
pricepart: "ShapeproductcardProductcardProductcard_innerContentPriceblockPricepart",
|
|
737
|
+
cta: "ShapeproductcardProductcardProductcard_innerContentPriceblockCta"
|
|
776
738
|
},
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
739
|
+
ShapeproductcardProductcardProductcard_innerContentOptions: {
|
|
740
|
+
product_color_label: "String",
|
|
741
|
+
product_color: "String",
|
|
742
|
+
product_quantity_label: "String",
|
|
743
|
+
product_quantity: "String"
|
|
780
744
|
},
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
745
|
+
ShapeproductcardProductcardProductcard_innerContent: {
|
|
746
|
+
product_title: "String",
|
|
747
|
+
product_description: "String",
|
|
748
|
+
priceblock: "ShapeproductcardProductcardProductcard_innerContentPriceblock",
|
|
749
|
+
options: "ShapeproductcardProductcardProductcard_innerContentOptions"
|
|
784
750
|
},
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
monthly_api_requests: "Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"
|
|
751
|
+
ShapeproductcardProductcardProductcard_inner: {
|
|
752
|
+
media: "ShapeproductcardProductcardProductcard_innerMedia",
|
|
753
|
+
content: "ShapeproductcardProductcardProductcard_innerContent"
|
|
789
754
|
},
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
plan_status: "Shapeprofile_infoProfile_sectionPlan_status",
|
|
793
|
-
usage_section: "Shapeprofile_infoProfile_sectionUsage_section"
|
|
755
|
+
ShapeproductcardProductcard: {
|
|
756
|
+
productcard_inner: "ShapeproductcardProductcardProductcard_inner"
|
|
794
757
|
},
|
|
795
|
-
|
|
796
|
-
|
|
758
|
+
Shapeproductcard: {
|
|
759
|
+
productcard: "ShapeproductcardProductcard",
|
|
797
760
|
_id: "String",
|
|
798
761
|
createdAt: "Float",
|
|
799
762
|
updatedAt: "Float"
|
|
800
763
|
},
|
|
801
|
-
|
|
802
|
-
title: "String"
|
|
764
|
+
ShapereactcomponentSectionSectionHeading: {
|
|
765
|
+
title: "String"
|
|
766
|
+
},
|
|
767
|
+
ShapereactcomponentSectionSectionDescription: {
|
|
803
768
|
description: "String"
|
|
804
769
|
},
|
|
805
|
-
|
|
806
|
-
image: "ImageField"
|
|
807
|
-
title: "String",
|
|
808
|
-
text: "String",
|
|
809
|
-
cta: "String"
|
|
770
|
+
ShapereactcomponentSectionSectionMedia: {
|
|
771
|
+
image: "ImageField"
|
|
810
772
|
},
|
|
811
|
-
|
|
812
|
-
|
|
773
|
+
ShapereactcomponentSectionSectionLink: {
|
|
774
|
+
cta: "String",
|
|
775
|
+
href: "String"
|
|
813
776
|
},
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
777
|
+
ShapereactcomponentSectionSectionForm: {
|
|
778
|
+
name: "String",
|
|
779
|
+
description: "String"
|
|
817
780
|
},
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
_id: "String",
|
|
821
|
-
createdAt: "Float",
|
|
822
|
-
updatedAt: "Float"
|
|
781
|
+
ShapereactcomponentSectionSectionButton: {
|
|
782
|
+
button_text: "String"
|
|
823
783
|
},
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
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"
|
|
829
794
|
},
|
|
830
|
-
|
|
831
|
-
|
|
795
|
+
Shapereactcomponent: {
|
|
796
|
+
section: "ShapereactcomponentSection",
|
|
832
797
|
_id: "String",
|
|
833
798
|
createdAt: "Float",
|
|
834
799
|
updatedAt: "Float"
|