@husar.ai/cli 0.4.0 → 0.4.1
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/MCP_SERVER.md +92 -0
- package/dist/zeus/const.js +1058 -212
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.d.ts +5196 -1293
- package/dist/zeus/index.js +49 -11
- package/dist/zeus/index.js.map +1 -1
- package/package.json +3 -3
- package/src/zeus/const.ts +1060 -212
- package/src/zeus/index.ts +5371 -1544
package/src/zeus/const.ts
CHANGED
|
@@ -41,19 +41,79 @@ export const AllTypesProps: Record<string,any> = {
|
|
|
41
41
|
response:{
|
|
42
42
|
|
|
43
43
|
},
|
|
44
|
-
|
|
44
|
+
listPaginateddocs:{
|
|
45
|
+
page:"PageInput",
|
|
46
|
+
rootParams:"RootParamsInput",
|
|
47
|
+
sort:"docsSortInput",
|
|
48
|
+
filter:"docsFilterInput"
|
|
49
|
+
},
|
|
50
|
+
onedocsBySlug:{
|
|
51
|
+
rootParams:"RootParamsInput"
|
|
52
|
+
},
|
|
53
|
+
oneAsScalardocsBySlug:{
|
|
54
|
+
rootParams:"RootParamsInput"
|
|
55
|
+
},
|
|
56
|
+
variantsdocsBySlug:{
|
|
57
|
+
|
|
58
|
+
},
|
|
59
|
+
oneViewaccount:{
|
|
60
|
+
rootParams:"RootParamsInput"
|
|
61
|
+
},
|
|
62
|
+
oneAsScalarViewaccount:{
|
|
63
|
+
rootParams:"RootParamsInput"
|
|
64
|
+
},
|
|
65
|
+
oneViewfeatures:{
|
|
66
|
+
rootParams:"RootParamsInput"
|
|
67
|
+
},
|
|
68
|
+
oneAsScalarViewfeatures:{
|
|
69
|
+
rootParams:"RootParamsInput"
|
|
70
|
+
},
|
|
71
|
+
oneViewhomepage:{
|
|
72
|
+
rootParams:"RootParamsInput"
|
|
73
|
+
},
|
|
74
|
+
oneAsScalarViewhomepage:{
|
|
75
|
+
rootParams:"RootParamsInput"
|
|
76
|
+
},
|
|
77
|
+
oneViewhowitworks:{
|
|
78
|
+
rootParams:"RootParamsInput"
|
|
79
|
+
},
|
|
80
|
+
oneAsScalarViewhowitworks:{
|
|
45
81
|
rootParams:"RootParamsInput"
|
|
46
82
|
},
|
|
47
|
-
|
|
83
|
+
oneViewlanding_page:{
|
|
84
|
+
rootParams:"RootParamsInput"
|
|
85
|
+
},
|
|
86
|
+
oneAsScalarViewlanding_page:{
|
|
87
|
+
rootParams:"RootParamsInput"
|
|
88
|
+
},
|
|
89
|
+
oneViewpricing_component:{
|
|
90
|
+
rootParams:"RootParamsInput"
|
|
91
|
+
},
|
|
92
|
+
oneAsScalarViewpricing_component:{
|
|
93
|
+
rootParams:"RootParamsInput"
|
|
94
|
+
},
|
|
95
|
+
oneViewttt:{
|
|
96
|
+
rootParams:"RootParamsInput"
|
|
97
|
+
},
|
|
98
|
+
oneAsScalarViewttt:{
|
|
48
99
|
rootParams:"RootParamsInput"
|
|
49
100
|
}
|
|
50
101
|
},
|
|
102
|
+
ModelEnum: "enum" as const,
|
|
51
103
|
ViewEnum: "enum" as const,
|
|
52
104
|
ShapeEnum: "enum" as const,
|
|
53
105
|
RootParamsInput:{
|
|
54
106
|
|
|
55
107
|
},
|
|
56
108
|
RootParamsEnum: "enum" as const,
|
|
109
|
+
docsSortInput:{
|
|
110
|
+
slug:"Sort",
|
|
111
|
+
createdAt:"Sort",
|
|
112
|
+
updatedAt:"Sort"
|
|
113
|
+
},
|
|
114
|
+
docsFilterInput:{
|
|
115
|
+
slug:"FilterInputString"
|
|
116
|
+
},
|
|
57
117
|
ID: `scalar.ID` as const
|
|
58
118
|
}
|
|
59
119
|
|
|
@@ -219,73 +279,230 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
219
279
|
shapeLibraries:"ShapeLibrary",
|
|
220
280
|
responses:"JSON",
|
|
221
281
|
response:"JSON",
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
282
|
+
listPaginateddocs:"docs__Connection",
|
|
283
|
+
onedocsBySlug:"docs",
|
|
284
|
+
oneAsScalardocsBySlug:"ModelAsScalar",
|
|
285
|
+
variantsdocsBySlug:"docs",
|
|
286
|
+
fieldSetdocs:"String",
|
|
287
|
+
modeldocs:"ModelNavigationCompiled",
|
|
288
|
+
previewFieldsdocs:"ModelNavigationCompiled",
|
|
289
|
+
fieldSetShapeaima:"String",
|
|
290
|
+
modelShapeaima:"ModelNavigationCompiled",
|
|
291
|
+
previewFieldsShapeaima:"ModelNavigationCompiled",
|
|
292
|
+
oneShapeaima:"Shapeaima",
|
|
293
|
+
fieldSetShapeaimaster:"String",
|
|
294
|
+
modelShapeaimaster:"ModelNavigationCompiled",
|
|
295
|
+
previewFieldsShapeaimaster:"ModelNavigationCompiled",
|
|
296
|
+
oneShapeaimaster:"Shapeaimaster",
|
|
297
|
+
fieldSetShapebutton:"String",
|
|
298
|
+
modelShapebutton:"ModelNavigationCompiled",
|
|
299
|
+
previewFieldsShapebutton:"ModelNavigationCompiled",
|
|
300
|
+
oneShapebutton:"Shapebutton",
|
|
301
|
+
fieldSetShapecloud_sidebar:"String",
|
|
302
|
+
modelShapecloud_sidebar:"ModelNavigationCompiled",
|
|
303
|
+
previewFieldsShapecloud_sidebar:"ModelNavigationCompiled",
|
|
304
|
+
oneShapecloud_sidebar:"Shapecloud_sidebar",
|
|
305
|
+
fieldSetShapecta_boom:"String",
|
|
306
|
+
modelShapecta_boom:"ModelNavigationCompiled",
|
|
307
|
+
previewFieldsShapecta_boom:"ModelNavigationCompiled",
|
|
308
|
+
oneShapecta_boom:"Shapecta_boom",
|
|
309
|
+
fieldSetShapectabutton:"String",
|
|
310
|
+
modelShapectabutton:"ModelNavigationCompiled",
|
|
311
|
+
previewFieldsShapectabutton:"ModelNavigationCompiled",
|
|
312
|
+
oneShapectabutton:"Shapectabutton",
|
|
313
|
+
fieldSetShapedocs_content:"String",
|
|
314
|
+
modelShapedocs_content:"ModelNavigationCompiled",
|
|
315
|
+
previewFieldsShapedocs_content:"ModelNavigationCompiled",
|
|
316
|
+
oneShapedocs_content:"Shapedocs_content",
|
|
317
|
+
fieldSetShapedocs_nav:"String",
|
|
318
|
+
modelShapedocs_nav:"ModelNavigationCompiled",
|
|
319
|
+
previewFieldsShapedocs_nav:"ModelNavigationCompiled",
|
|
320
|
+
oneShapedocs_nav:"Shapedocs_nav",
|
|
321
|
+
fieldSetShapefeature_grid:"String",
|
|
322
|
+
modelShapefeature_grid:"ModelNavigationCompiled",
|
|
323
|
+
previewFieldsShapefeature_grid:"ModelNavigationCompiled",
|
|
324
|
+
oneShapefeature_grid:"Shapefeature_grid",
|
|
325
|
+
fieldSetShapefeaturepresentation:"String",
|
|
326
|
+
modelShapefeaturepresentation:"ModelNavigationCompiled",
|
|
327
|
+
previewFieldsShapefeaturepresentation:"ModelNavigationCompiled",
|
|
328
|
+
oneShapefeaturepresentation:"Shapefeaturepresentation",
|
|
329
|
+
fieldSetShapefeaturesv2:"String",
|
|
330
|
+
modelShapefeaturesv2:"ModelNavigationCompiled",
|
|
331
|
+
previewFieldsShapefeaturesv2:"ModelNavigationCompiled",
|
|
332
|
+
oneShapefeaturesv2:"Shapefeaturesv2",
|
|
333
|
+
fieldSetShapefoot:"String",
|
|
334
|
+
modelShapefoot:"ModelNavigationCompiled",
|
|
335
|
+
previewFieldsShapefoot:"ModelNavigationCompiled",
|
|
336
|
+
oneShapefoot:"Shapefoot",
|
|
337
|
+
fieldSetShapefooter:"String",
|
|
338
|
+
modelShapefooter:"ModelNavigationCompiled",
|
|
339
|
+
previewFieldsShapefooter:"ModelNavigationCompiled",
|
|
340
|
+
oneShapefooter:"Shapefooter",
|
|
341
|
+
fieldSetShapeheading:"String",
|
|
342
|
+
modelShapeheading:"ModelNavigationCompiled",
|
|
343
|
+
previewFieldsShapeheading:"ModelNavigationCompiled",
|
|
344
|
+
oneShapeheading:"Shapeheading",
|
|
345
|
+
fieldSetShapehero:"String",
|
|
346
|
+
modelShapehero:"ModelNavigationCompiled",
|
|
347
|
+
previewFieldsShapehero:"ModelNavigationCompiled",
|
|
348
|
+
oneShapehero:"Shapehero",
|
|
349
|
+
fieldSetShapehero_section:"String",
|
|
350
|
+
modelShapehero_section:"ModelNavigationCompiled",
|
|
351
|
+
previewFieldsShapehero_section:"ModelNavigationCompiled",
|
|
352
|
+
oneShapehero_section:"Shapehero_section",
|
|
353
|
+
fieldSetShapeherox:"String",
|
|
354
|
+
modelShapeherox:"ModelNavigationCompiled",
|
|
355
|
+
previewFieldsShapeherox:"ModelNavigationCompiled",
|
|
356
|
+
oneShapeherox:"Shapeherox",
|
|
357
|
+
fieldSetShapeimage_atom:"String",
|
|
358
|
+
modelShapeimage_atom:"ModelNavigationCompiled",
|
|
359
|
+
previewFieldsShapeimage_atom:"ModelNavigationCompiled",
|
|
360
|
+
oneShapeimage_atom:"Shapeimage_atom",
|
|
361
|
+
fieldSetShapelanding_features:"String",
|
|
362
|
+
modelShapelanding_features:"ModelNavigationCompiled",
|
|
363
|
+
previewFieldsShapelanding_features:"ModelNavigationCompiled",
|
|
364
|
+
oneShapelanding_features:"Shapelanding_features",
|
|
365
|
+
fieldSetShapelanding_footer:"String",
|
|
366
|
+
modelShapelanding_footer:"ModelNavigationCompiled",
|
|
367
|
+
previewFieldsShapelanding_footer:"ModelNavigationCompiled",
|
|
368
|
+
oneShapelanding_footer:"Shapelanding_footer",
|
|
238
369
|
fieldSetShapelanding_hero:"String",
|
|
239
370
|
modelShapelanding_hero:"ModelNavigationCompiled",
|
|
240
371
|
previewFieldsShapelanding_hero:"ModelNavigationCompiled",
|
|
241
372
|
oneShapelanding_hero:"Shapelanding_hero",
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
fieldSetShapelogo:"String",
|
|
259
|
-
modelShapelogo:"ModelNavigationCompiled",
|
|
260
|
-
previewFieldsShapelogo:"ModelNavigationCompiled",
|
|
261
|
-
oneShapelogo:"Shapelogo",
|
|
373
|
+
fieldSetShapelanding_navbar:"String",
|
|
374
|
+
modelShapelanding_navbar:"ModelNavigationCompiled",
|
|
375
|
+
previewFieldsShapelanding_navbar:"ModelNavigationCompiled",
|
|
376
|
+
oneShapelanding_navbar:"Shapelanding_navbar",
|
|
377
|
+
fieldSetShapelanding_testimonials:"String",
|
|
378
|
+
modelShapelanding_testimonials:"ModelNavigationCompiled",
|
|
379
|
+
previewFieldsShapelanding_testimonials:"ModelNavigationCompiled",
|
|
380
|
+
oneShapelanding_testimonials:"Shapelanding_testimonials",
|
|
381
|
+
fieldSetShapelink:"String",
|
|
382
|
+
modelShapelink:"ModelNavigationCompiled",
|
|
383
|
+
previewFieldsShapelink:"ModelNavigationCompiled",
|
|
384
|
+
oneShapelink:"Shapelink",
|
|
385
|
+
fieldSetShapelista_projektow:"String",
|
|
386
|
+
modelShapelista_projektow:"ModelNavigationCompiled",
|
|
387
|
+
previewFieldsShapelista_projektow:"ModelNavigationCompiled",
|
|
388
|
+
oneShapelista_projektow:"Shapelista_projektow",
|
|
262
389
|
fieldSetShapenav:"String",
|
|
263
390
|
modelShapenav:"ModelNavigationCompiled",
|
|
264
391
|
previewFieldsShapenav:"ModelNavigationCompiled",
|
|
265
392
|
oneShapenav:"Shapenav",
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
393
|
+
fieldSetShapenavbar:"String",
|
|
394
|
+
modelShapenavbar:"ModelNavigationCompiled",
|
|
395
|
+
previewFieldsShapenavbar:"ModelNavigationCompiled",
|
|
396
|
+
oneShapenavbar:"Shapenavbar",
|
|
397
|
+
fieldSetShapenewshape:"String",
|
|
398
|
+
modelShapenewshape:"ModelNavigationCompiled",
|
|
399
|
+
previewFieldsShapenewshape:"ModelNavigationCompiled",
|
|
400
|
+
oneShapenewshape:"Shapenewshape",
|
|
401
|
+
fieldSetShapepricing:"String",
|
|
402
|
+
modelShapepricing:"ModelNavigationCompiled",
|
|
403
|
+
previewFieldsShapepricing:"ModelNavigationCompiled",
|
|
404
|
+
oneShapepricing:"Shapepricing",
|
|
405
|
+
fieldSetShapepricingv1:"String",
|
|
406
|
+
modelShapepricingv1:"ModelNavigationCompiled",
|
|
407
|
+
previewFieldsShapepricingv1:"ModelNavigationCompiled",
|
|
408
|
+
oneShapepricingv1:"Shapepricingv1",
|
|
409
|
+
fieldSetShapepricingv2:"String",
|
|
410
|
+
modelShapepricingv2:"ModelNavigationCompiled",
|
|
411
|
+
previewFieldsShapepricingv2:"ModelNavigationCompiled",
|
|
412
|
+
oneShapepricingv2:"Shapepricingv2",
|
|
413
|
+
fieldSetShapeprofile_info:"String",
|
|
414
|
+
modelShapeprofile_info:"ModelNavigationCompiled",
|
|
415
|
+
previewFieldsShapeprofile_info:"ModelNavigationCompiled",
|
|
416
|
+
oneShapeprofile_info:"Shapeprofile_info",
|
|
417
|
+
fieldSetShaperich_text:"String",
|
|
418
|
+
modelShaperich_text:"ModelNavigationCompiled",
|
|
419
|
+
previewFieldsShaperich_text:"ModelNavigationCompiled",
|
|
420
|
+
oneShaperich_text:"Shaperich_text",
|
|
421
|
+
fieldSetShapesecondary_cta:"String",
|
|
422
|
+
modelShapesecondary_cta:"ModelNavigationCompiled",
|
|
423
|
+
previewFieldsShapesecondary_cta:"ModelNavigationCompiled",
|
|
424
|
+
oneShapesecondary_cta:"Shapesecondary_cta",
|
|
425
|
+
fieldSetShapesubheading:"String",
|
|
426
|
+
modelShapesubheading:"ModelNavigationCompiled",
|
|
427
|
+
previewFieldsShapesubheading:"ModelNavigationCompiled",
|
|
428
|
+
oneShapesubheading:"Shapesubheading",
|
|
429
|
+
fieldSetShapesupport:"String",
|
|
430
|
+
modelShapesupport:"ModelNavigationCompiled",
|
|
431
|
+
previewFieldsShapesupport:"ModelNavigationCompiled",
|
|
432
|
+
oneShapesupport:"Shapesupport",
|
|
433
|
+
fieldSetShapetestimonial:"String",
|
|
434
|
+
modelShapetestimonial:"ModelNavigationCompiled",
|
|
435
|
+
previewFieldsShapetestimonial:"ModelNavigationCompiled",
|
|
436
|
+
oneShapetestimonial:"Shapetestimonial",
|
|
437
|
+
fieldSetShapetitle_desc:"String",
|
|
438
|
+
modelShapetitle_desc:"ModelNavigationCompiled",
|
|
439
|
+
previewFieldsShapetitle_desc:"ModelNavigationCompiled",
|
|
440
|
+
oneShapetitle_desc:"Shapetitle_desc",
|
|
441
|
+
fieldSetShapeusage:"String",
|
|
442
|
+
modelShapeusage:"ModelNavigationCompiled",
|
|
443
|
+
previewFieldsShapeusage:"ModelNavigationCompiled",
|
|
444
|
+
oneShapeusage:"Shapeusage",
|
|
445
|
+
variantsViewaccount:"Viewaccount",
|
|
446
|
+
fieldSetViewaccount:"String",
|
|
447
|
+
modelViewaccount:"ModelNavigationCompiled",
|
|
448
|
+
previewFieldsViewaccount:"ModelNavigationCompiled",
|
|
449
|
+
oneViewaccount:"Viewaccount",
|
|
450
|
+
oneAsScalarViewaccount:"ViewAsScalar",
|
|
451
|
+
variantsViewfeatures:"Viewfeatures",
|
|
452
|
+
fieldSetViewfeatures:"String",
|
|
453
|
+
modelViewfeatures:"ModelNavigationCompiled",
|
|
454
|
+
previewFieldsViewfeatures:"ModelNavigationCompiled",
|
|
455
|
+
oneViewfeatures:"Viewfeatures",
|
|
456
|
+
oneAsScalarViewfeatures:"ViewAsScalar",
|
|
457
|
+
variantsViewhomepage:"Viewhomepage",
|
|
458
|
+
fieldSetViewhomepage:"String",
|
|
459
|
+
modelViewhomepage:"ModelNavigationCompiled",
|
|
460
|
+
previewFieldsViewhomepage:"ModelNavigationCompiled",
|
|
461
|
+
oneViewhomepage:"Viewhomepage",
|
|
462
|
+
oneAsScalarViewhomepage:"ViewAsScalar",
|
|
463
|
+
variantsViewhowitworks:"Viewhowitworks",
|
|
464
|
+
fieldSetViewhowitworks:"String",
|
|
465
|
+
modelViewhowitworks:"ModelNavigationCompiled",
|
|
466
|
+
previewFieldsViewhowitworks:"ModelNavigationCompiled",
|
|
467
|
+
oneViewhowitworks:"Viewhowitworks",
|
|
468
|
+
oneAsScalarViewhowitworks:"ViewAsScalar",
|
|
469
|
+
variantsViewlanding_page:"Viewlanding_page",
|
|
470
|
+
fieldSetViewlanding_page:"String",
|
|
471
|
+
modelViewlanding_page:"ModelNavigationCompiled",
|
|
472
|
+
previewFieldsViewlanding_page:"ModelNavigationCompiled",
|
|
473
|
+
oneViewlanding_page:"Viewlanding_page",
|
|
474
|
+
oneAsScalarViewlanding_page:"ViewAsScalar",
|
|
475
|
+
variantsViewpricing_component:"Viewpricing_component",
|
|
476
|
+
fieldSetViewpricing_component:"String",
|
|
477
|
+
modelViewpricing_component:"ModelNavigationCompiled",
|
|
478
|
+
previewFieldsViewpricing_component:"ModelNavigationCompiled",
|
|
479
|
+
oneViewpricing_component:"Viewpricing_component",
|
|
480
|
+
oneAsScalarViewpricing_component:"ViewAsScalar",
|
|
481
|
+
variantsViewttt:"Viewttt",
|
|
482
|
+
fieldSetViewttt:"String",
|
|
483
|
+
modelViewttt:"ModelNavigationCompiled",
|
|
484
|
+
previewFieldsViewttt:"ModelNavigationCompiled",
|
|
485
|
+
oneViewttt:"Viewttt",
|
|
486
|
+
oneAsScalarViewttt:"ViewAsScalar"
|
|
276
487
|
},
|
|
277
488
|
RootParamsType:{
|
|
278
|
-
_version:"String"
|
|
489
|
+
_version:"String",
|
|
490
|
+
locale:"String"
|
|
279
491
|
},
|
|
280
|
-
|
|
492
|
+
docs__Connection:{
|
|
493
|
+
items:"docs",
|
|
494
|
+
pageInfo:"PageInfo"
|
|
495
|
+
},
|
|
496
|
+
docs:{
|
|
281
497
|
_version:"VersionField",
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
498
|
+
title:"String",
|
|
499
|
+
seotitle:"String",
|
|
500
|
+
sortid:"Float",
|
|
501
|
+
metadesc:"String",
|
|
502
|
+
main_category:"String",
|
|
503
|
+
content:"String",
|
|
504
|
+
video:"VideoField",
|
|
505
|
+
locale:"String",
|
|
289
506
|
slug:"String",
|
|
290
507
|
_id:"String",
|
|
291
508
|
createdAt:"Float",
|
|
@@ -293,278 +510,909 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
293
510
|
draft_version:"Boolean",
|
|
294
511
|
json_ld:"String"
|
|
295
512
|
},
|
|
296
|
-
|
|
297
|
-
|
|
513
|
+
ViewaccountMain:{
|
|
514
|
+
profile:"Shapeprofile_info",
|
|
515
|
+
projects:"Shapelista_projektow"
|
|
516
|
+
},
|
|
517
|
+
Viewaccount:{
|
|
518
|
+
_version:"VersionField",
|
|
519
|
+
main:"ViewaccountMain",
|
|
520
|
+
locale:"String",
|
|
521
|
+
slug:"String",
|
|
522
|
+
_id:"String",
|
|
523
|
+
createdAt:"Float",
|
|
524
|
+
updatedAt:"Float",
|
|
525
|
+
draft_version:"Boolean",
|
|
526
|
+
json_ld:"String"
|
|
527
|
+
},
|
|
528
|
+
ViewfeaturesMain:{
|
|
529
|
+
auto_translation:"Shapefeaturepresentation",
|
|
530
|
+
ai_component:"Shapefeaturepresentation"
|
|
531
|
+
},
|
|
532
|
+
Viewfeatures:{
|
|
533
|
+
_version:"VersionField",
|
|
534
|
+
main:"ViewfeaturesMain",
|
|
535
|
+
locale:"String",
|
|
536
|
+
slug:"String",
|
|
537
|
+
_id:"String",
|
|
538
|
+
createdAt:"Float",
|
|
539
|
+
updatedAt:"Float",
|
|
540
|
+
draft_version:"Boolean",
|
|
541
|
+
json_ld:"String"
|
|
542
|
+
},
|
|
543
|
+
ViewhomepageCotContain:{
|
|
544
|
+
header:"Shapetitle_desc"
|
|
545
|
+
},
|
|
546
|
+
ViewhomepageCotFeatures:{
|
|
547
|
+
feat:"Shapefeaturepresentation"
|
|
548
|
+
},
|
|
549
|
+
ViewhomepageCot:{
|
|
550
|
+
contain:"ViewhomepageCotContain",
|
|
551
|
+
features:"ViewhomepageCotFeatures"
|
|
552
|
+
},
|
|
553
|
+
Viewhomepage:{
|
|
554
|
+
_version:"VersionField",
|
|
555
|
+
nav:"Shapenav",
|
|
556
|
+
hero:"Shapeherox",
|
|
557
|
+
cot:"ViewhomepageCot",
|
|
558
|
+
pricing:"Shapepricingv1",
|
|
559
|
+
footer:"Shapefoot",
|
|
560
|
+
locale:"String",
|
|
561
|
+
slug:"String",
|
|
562
|
+
_id:"String",
|
|
563
|
+
createdAt:"Float",
|
|
564
|
+
updatedAt:"Float",
|
|
565
|
+
draft_version:"Boolean",
|
|
566
|
+
json_ld:"String"
|
|
567
|
+
},
|
|
568
|
+
ViewhowitworksFeature_control:{
|
|
569
|
+
title:"String",
|
|
570
|
+
description:"String",
|
|
571
|
+
image:"ImageField"
|
|
572
|
+
},
|
|
573
|
+
Viewhowitworks:{
|
|
574
|
+
_version:"VersionField",
|
|
575
|
+
title:"String",
|
|
576
|
+
feature_control:"ViewhowitworksFeature_control",
|
|
577
|
+
locale:"String",
|
|
578
|
+
slug:"String",
|
|
579
|
+
_id:"String",
|
|
580
|
+
createdAt:"Float",
|
|
581
|
+
updatedAt:"Float",
|
|
582
|
+
draft_version:"Boolean",
|
|
583
|
+
json_ld:"String"
|
|
584
|
+
},
|
|
585
|
+
Viewlanding_page:{
|
|
586
|
+
_version:"VersionField",
|
|
587
|
+
navbar:"Shapenavbar",
|
|
588
|
+
hero:"Shapehero_section",
|
|
589
|
+
features:"Shapefeature_grid",
|
|
590
|
+
testimonials:"Shapetestimonial",
|
|
591
|
+
pricing:"Shapepricing",
|
|
592
|
+
footer:"Shapefooter",
|
|
593
|
+
locale:"String",
|
|
594
|
+
slug:"String",
|
|
595
|
+
_id:"String",
|
|
596
|
+
createdAt:"Float",
|
|
597
|
+
updatedAt:"Float",
|
|
598
|
+
draft_version:"Boolean",
|
|
599
|
+
json_ld:"String"
|
|
600
|
+
},
|
|
601
|
+
Viewpricing_component:{
|
|
602
|
+
_version:"VersionField",
|
|
603
|
+
locale:"String",
|
|
604
|
+
slug:"String",
|
|
605
|
+
_id:"String",
|
|
606
|
+
createdAt:"Float",
|
|
607
|
+
updatedAt:"Float",
|
|
608
|
+
draft_version:"Boolean",
|
|
609
|
+
json_ld:"String"
|
|
298
610
|
},
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
611
|
+
Viewttt:{
|
|
612
|
+
_version:"VersionField",
|
|
613
|
+
locale:"String",
|
|
614
|
+
slug:"String",
|
|
615
|
+
_id:"String",
|
|
616
|
+
createdAt:"Float",
|
|
617
|
+
updatedAt:"Float",
|
|
618
|
+
draft_version:"Boolean",
|
|
619
|
+
json_ld:"String"
|
|
620
|
+
},
|
|
621
|
+
ShapeaimaAboutContainerMain_gridProfile_figureProfile_image_containerImage_overlay:{
|
|
622
|
+
content:"String"
|
|
623
|
+
},
|
|
624
|
+
ShapeaimaAboutContainerMain_gridProfile_figureProfile_image_containerProfile_captionProfile_caption_rowProfile_caption_left:{
|
|
625
|
+
profile_name:"String",
|
|
626
|
+
profile_subtitle:"String"
|
|
627
|
+
},
|
|
628
|
+
ShapeaimaAboutContainerMain_gridProfile_figureProfile_image_containerProfile_captionProfile_caption_row:{
|
|
629
|
+
profile_caption_left:"ShapeaimaAboutContainerMain_gridProfile_figureProfile_image_containerProfile_captionProfile_caption_rowProfile_caption_left",
|
|
630
|
+
profile_caption_right:"String"
|
|
631
|
+
},
|
|
632
|
+
ShapeaimaAboutContainerMain_gridProfile_figureProfile_image_containerProfile_caption:{
|
|
633
|
+
profile_caption_row:"ShapeaimaAboutContainerMain_gridProfile_figureProfile_image_containerProfile_captionProfile_caption_row"
|
|
634
|
+
},
|
|
635
|
+
ShapeaimaAboutContainerMain_gridProfile_figureProfile_image_container:{
|
|
636
|
+
image:"ImageField",
|
|
637
|
+
image_overlay:"ShapeaimaAboutContainerMain_gridProfile_figureProfile_image_containerImage_overlay",
|
|
638
|
+
profile_caption:"ShapeaimaAboutContainerMain_gridProfile_figureProfile_image_containerProfile_caption"
|
|
639
|
+
},
|
|
640
|
+
ShapeaimaAboutContainerMain_gridProfile_figureStats_dlStats:{
|
|
641
|
+
stat_label:"String",
|
|
642
|
+
stat_value:"String"
|
|
643
|
+
},
|
|
644
|
+
ShapeaimaAboutContainerMain_gridProfile_figureStats_dl:{
|
|
645
|
+
stats:"ShapeaimaAboutContainerMain_gridProfile_figureStats_dlStats"
|
|
646
|
+
},
|
|
647
|
+
ShapeaimaAboutContainerMain_gridProfile_figure:{
|
|
648
|
+
profile_image_container:"ShapeaimaAboutContainerMain_gridProfile_figureProfile_image_container",
|
|
649
|
+
stats_dl:"ShapeaimaAboutContainerMain_gridProfile_figureStats_dl"
|
|
650
|
+
},
|
|
651
|
+
ShapeaimaAboutContainerMain_gridMain_contentHeader:{
|
|
652
|
+
subtitle:"String",
|
|
653
|
+
description:"String"
|
|
654
|
+
},
|
|
655
|
+
ShapeaimaAboutContainerMain_gridMain_contentCredentialsItems:{
|
|
656
|
+
credential_title:"String",
|
|
657
|
+
credential_detail:"String"
|
|
658
|
+
},
|
|
659
|
+
ShapeaimaAboutContainerMain_gridMain_contentCredentials:{
|
|
660
|
+
items:"ShapeaimaAboutContainerMain_gridMain_contentCredentialsItems"
|
|
303
661
|
},
|
|
304
|
-
|
|
305
|
-
|
|
662
|
+
ShapeaimaAboutContainerMain_gridMain_contentAdd_value_block:{
|
|
663
|
+
add_value_title:"String",
|
|
664
|
+
add_value_list:"String"
|
|
306
665
|
},
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
666
|
+
ShapeaimaAboutContainerMain_gridMain_contentContact_blockContact_rowContact_text:{
|
|
667
|
+
contact_main:"String",
|
|
668
|
+
contact_subtitle:"String"
|
|
669
|
+
},
|
|
670
|
+
ShapeaimaAboutContainerMain_gridMain_contentContact_blockContact_rowContact_ctasCta_email:{
|
|
671
|
+
cta:"String",
|
|
672
|
+
href:"String"
|
|
310
673
|
},
|
|
311
|
-
|
|
674
|
+
ShapeaimaAboutContainerMain_gridMain_contentContact_blockContact_rowContact_ctasCta_phone:{
|
|
675
|
+
cta:"String",
|
|
676
|
+
href:"String"
|
|
677
|
+
},
|
|
678
|
+
ShapeaimaAboutContainerMain_gridMain_contentContact_blockContact_rowContact_ctasCta_sample:{
|
|
679
|
+
cta:"String",
|
|
680
|
+
href:"String"
|
|
681
|
+
},
|
|
682
|
+
ShapeaimaAboutContainerMain_gridMain_contentContact_blockContact_rowContact_ctas:{
|
|
683
|
+
cta_email:"ShapeaimaAboutContainerMain_gridMain_contentContact_blockContact_rowContact_ctasCta_email",
|
|
684
|
+
cta_phone:"ShapeaimaAboutContainerMain_gridMain_contentContact_blockContact_rowContact_ctasCta_phone",
|
|
685
|
+
cta_sample:"ShapeaimaAboutContainerMain_gridMain_contentContact_blockContact_rowContact_ctasCta_sample"
|
|
686
|
+
},
|
|
687
|
+
ShapeaimaAboutContainerMain_gridMain_contentContact_blockContact_row:{
|
|
688
|
+
contact_text:"ShapeaimaAboutContainerMain_gridMain_contentContact_blockContact_rowContact_text",
|
|
689
|
+
contact_ctas:"ShapeaimaAboutContainerMain_gridMain_contentContact_blockContact_rowContact_ctas"
|
|
690
|
+
},
|
|
691
|
+
ShapeaimaAboutContainerMain_gridMain_contentContact_block:{
|
|
692
|
+
contact_row:"ShapeaimaAboutContainerMain_gridMain_contentContact_blockContact_row"
|
|
693
|
+
},
|
|
694
|
+
ShapeaimaAboutContainerMain_gridMain_contentService_areas_block:{
|
|
695
|
+
service_areas_title:"String",
|
|
696
|
+
service_areas_list:"String"
|
|
697
|
+
},
|
|
698
|
+
ShapeaimaAboutContainerMain_gridMain_contentTestimonial:{
|
|
699
|
+
testimonial_quote:"String",
|
|
700
|
+
testimonial_author:"String"
|
|
701
|
+
},
|
|
702
|
+
ShapeaimaAboutContainerMain_gridMain_content:{
|
|
703
|
+
header:"ShapeaimaAboutContainerMain_gridMain_contentHeader",
|
|
704
|
+
credentials:"ShapeaimaAboutContainerMain_gridMain_contentCredentials",
|
|
705
|
+
add_value_block:"ShapeaimaAboutContainerMain_gridMain_contentAdd_value_block",
|
|
706
|
+
contact_block:"ShapeaimaAboutContainerMain_gridMain_contentContact_block",
|
|
707
|
+
service_areas_block:"ShapeaimaAboutContainerMain_gridMain_contentService_areas_block",
|
|
708
|
+
testimonial:"ShapeaimaAboutContainerMain_gridMain_contentTestimonial"
|
|
709
|
+
},
|
|
710
|
+
ShapeaimaAboutContainerMain_grid:{
|
|
711
|
+
profile_figure:"ShapeaimaAboutContainerMain_gridProfile_figure",
|
|
712
|
+
main_content:"ShapeaimaAboutContainerMain_gridMain_content"
|
|
713
|
+
},
|
|
714
|
+
ShapeaimaAboutContainer:{
|
|
715
|
+
main_grid:"ShapeaimaAboutContainerMain_grid"
|
|
716
|
+
},
|
|
717
|
+
ShapeaimaAbout:{
|
|
718
|
+
container:"ShapeaimaAboutContainer"
|
|
719
|
+
},
|
|
720
|
+
ShapeaimaNotab:{
|
|
721
|
+
title:"String"
|
|
722
|
+
},
|
|
723
|
+
Shapeaima:{
|
|
724
|
+
about:"ShapeaimaAbout",
|
|
725
|
+
notab:"ShapeaimaNotab",
|
|
726
|
+
_id:"String",
|
|
727
|
+
createdAt:"Float",
|
|
728
|
+
updatedAt:"Float"
|
|
729
|
+
},
|
|
730
|
+
ShapeaimasterHeroContainerRowContentblockValuation_formField_grid:{
|
|
731
|
+
address:"String",
|
|
732
|
+
postcode:"String",
|
|
733
|
+
type:"String",
|
|
734
|
+
email:"String"
|
|
735
|
+
},
|
|
736
|
+
ShapeaimasterHeroContainerRowContentblockValuation_formForm_actionsCall_cta:{
|
|
737
|
+
cta:"String",
|
|
738
|
+
href:"String"
|
|
739
|
+
},
|
|
740
|
+
ShapeaimasterHeroContainerRowContentblockValuation_formForm_actions:{
|
|
741
|
+
cta:"String",
|
|
742
|
+
call_cta:"ShapeaimasterHeroContainerRowContentblockValuation_formForm_actionsCall_cta"
|
|
743
|
+
},
|
|
744
|
+
ShapeaimasterHeroContainerRowContentblockValuation_formPrivacy_notePolicy_link:{
|
|
745
|
+
cta:"String",
|
|
746
|
+
href:"String"
|
|
747
|
+
},
|
|
748
|
+
ShapeaimasterHeroContainerRowContentblockValuation_formPrivacy_note:{
|
|
749
|
+
note:"String",
|
|
750
|
+
policy_link:"ShapeaimasterHeroContainerRowContentblockValuation_formPrivacy_notePolicy_link"
|
|
751
|
+
},
|
|
752
|
+
ShapeaimasterHeroContainerRowContentblockValuation_form:{
|
|
753
|
+
field_grid:"ShapeaimasterHeroContainerRowContentblockValuation_formField_grid",
|
|
754
|
+
form_actions:"ShapeaimasterHeroContainerRowContentblockValuation_formForm_actions",
|
|
755
|
+
privacy_note:"ShapeaimasterHeroContainerRowContentblockValuation_formPrivacy_note"
|
|
756
|
+
},
|
|
757
|
+
ShapeaimasterHeroContainerRowContentblock:{
|
|
312
758
|
eyebrow:"String",
|
|
313
759
|
title:"String",
|
|
314
760
|
description:"String",
|
|
315
|
-
features:"
|
|
316
|
-
valuation_form:"
|
|
761
|
+
features:"String",
|
|
762
|
+
valuation_form:"ShapeaimasterHeroContainerRowContentblockValuation_form",
|
|
763
|
+
trust:"String"
|
|
317
764
|
},
|
|
318
|
-
|
|
765
|
+
ShapeaimasterHeroContainerRowFigureAttributionblock:{
|
|
319
766
|
indicator:"String",
|
|
320
767
|
review_note:"String"
|
|
321
768
|
},
|
|
322
|
-
|
|
769
|
+
ShapeaimasterHeroContainerRowFigure:{
|
|
323
770
|
image:"ImageField",
|
|
324
|
-
attributionblock:"
|
|
771
|
+
attributionblock:"ShapeaimasterHeroContainerRowFigureAttributionblock"
|
|
325
772
|
},
|
|
326
|
-
|
|
327
|
-
contentblock:"
|
|
328
|
-
figure:"
|
|
773
|
+
ShapeaimasterHeroContainerRow:{
|
|
774
|
+
contentblock:"ShapeaimasterHeroContainerRowContentblock",
|
|
775
|
+
figure:"ShapeaimasterHeroContainerRowFigure"
|
|
329
776
|
},
|
|
330
|
-
|
|
331
|
-
row:"
|
|
777
|
+
ShapeaimasterHeroContainer:{
|
|
778
|
+
row:"ShapeaimasterHeroContainerRow"
|
|
332
779
|
},
|
|
333
|
-
|
|
334
|
-
container:"
|
|
780
|
+
ShapeaimasterHero:{
|
|
781
|
+
container:"ShapeaimasterHeroContainer"
|
|
335
782
|
},
|
|
336
|
-
|
|
337
|
-
hero:"
|
|
783
|
+
Shapeaimaster:{
|
|
784
|
+
hero:"ShapeaimasterHero",
|
|
338
785
|
_id:"String",
|
|
339
786
|
createdAt:"Float",
|
|
340
787
|
updatedAt:"Float"
|
|
341
788
|
},
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
789
|
+
Shapebutton:{
|
|
790
|
+
title:"String",
|
|
791
|
+
href:"String",
|
|
792
|
+
variant:"String",
|
|
793
|
+
size:"String",
|
|
794
|
+
_id:"String",
|
|
795
|
+
createdAt:"Float",
|
|
796
|
+
updatedAt:"Float"
|
|
346
797
|
},
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
798
|
+
Shapecloud_sidebarSidebarMenuCategoryPage:{
|
|
799
|
+
name:"String",
|
|
800
|
+
link:"String"
|
|
350
801
|
},
|
|
351
|
-
|
|
352
|
-
|
|
802
|
+
Shapecloud_sidebarSidebarMenuCategory:{
|
|
803
|
+
page:"Shapecloud_sidebarSidebarMenuCategoryPage"
|
|
353
804
|
},
|
|
354
|
-
|
|
355
|
-
|
|
805
|
+
Shapecloud_sidebarSidebarMenu:{
|
|
806
|
+
logo:"ImageField",
|
|
807
|
+
category:"Shapecloud_sidebarSidebarMenuCategory"
|
|
356
808
|
},
|
|
357
|
-
|
|
358
|
-
|
|
809
|
+
Shapecloud_sidebarSidebarBottom_menuLogout:{
|
|
810
|
+
name:"String",
|
|
811
|
+
link:"String"
|
|
812
|
+
},
|
|
813
|
+
Shapecloud_sidebarSidebarBottom_menu:{
|
|
814
|
+
logout:"Shapecloud_sidebarSidebarBottom_menuLogout"
|
|
815
|
+
},
|
|
816
|
+
Shapecloud_sidebarSidebar:{
|
|
817
|
+
menu:"Shapecloud_sidebarSidebarMenu",
|
|
818
|
+
bottom_menu:"Shapecloud_sidebarSidebarBottom_menu"
|
|
819
|
+
},
|
|
820
|
+
Shapecloud_sidebar:{
|
|
821
|
+
sidebar:"Shapecloud_sidebarSidebar",
|
|
359
822
|
_id:"String",
|
|
360
823
|
createdAt:"Float",
|
|
361
824
|
updatedAt:"Float"
|
|
362
825
|
},
|
|
363
|
-
|
|
826
|
+
Shapecta_boomSectionContentCentered_contentBadge:{
|
|
827
|
+
dot:"String",
|
|
828
|
+
badge_text:"String"
|
|
829
|
+
},
|
|
830
|
+
Shapecta_boomSectionContentCentered_contentCta_blockCta_primary:{
|
|
364
831
|
cta:"String",
|
|
365
832
|
href:"String"
|
|
366
833
|
},
|
|
367
|
-
|
|
834
|
+
Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary:{
|
|
368
835
|
cta:"String",
|
|
369
836
|
href:"String"
|
|
370
837
|
},
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
838
|
+
Shapecta_boomSectionContentCentered_contentCta_block:{
|
|
839
|
+
cta_primary:"Shapecta_boomSectionContentCentered_contentCta_blockCta_primary",
|
|
840
|
+
cta_secondary:"Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary"
|
|
374
841
|
},
|
|
375
|
-
|
|
842
|
+
Shapecta_boomSectionContentCentered_content:{
|
|
843
|
+
badge:"Shapecta_boomSectionContentCentered_contentBadge",
|
|
844
|
+
title:"String",
|
|
845
|
+
gradient_subtitle:"String",
|
|
376
846
|
description:"String",
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
company_info:"String"
|
|
847
|
+
cta_block:"Shapecta_boomSectionContentCentered_contentCta_block",
|
|
848
|
+
footer_note:"String"
|
|
380
849
|
},
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
contentblock:"Shapelanding_contactSectionContainerGridContentblock"
|
|
850
|
+
Shapecta_boomSectionContent:{
|
|
851
|
+
centered_content:"Shapecta_boomSectionContentCentered_content"
|
|
384
852
|
},
|
|
385
|
-
|
|
386
|
-
|
|
853
|
+
Shapecta_boomSection:{
|
|
854
|
+
content:"Shapecta_boomSectionContent"
|
|
387
855
|
},
|
|
388
|
-
|
|
389
|
-
|
|
856
|
+
Shapecta_boom:{
|
|
857
|
+
section:"Shapecta_boomSection",
|
|
858
|
+
_id:"String",
|
|
859
|
+
createdAt:"Float",
|
|
860
|
+
updatedAt:"Float"
|
|
390
861
|
},
|
|
391
|
-
|
|
392
|
-
|
|
862
|
+
Shapectabutton:{
|
|
863
|
+
cta:"String",
|
|
393
864
|
_id:"String",
|
|
394
865
|
createdAt:"Float",
|
|
395
866
|
updatedAt:"Float"
|
|
396
867
|
},
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
items:"String"
|
|
868
|
+
Shapedocs_contentDocumentation_pageContent_containerDoc_content:{
|
|
869
|
+
content:"String"
|
|
400
870
|
},
|
|
401
|
-
|
|
871
|
+
Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container:{
|
|
872
|
+
scrollspy_title:"String",
|
|
873
|
+
scrollspy_list:"String"
|
|
874
|
+
},
|
|
875
|
+
Shapedocs_contentDocumentation_pageContent_containerScrollspy:{
|
|
876
|
+
scrollspy_container:"Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"
|
|
877
|
+
},
|
|
878
|
+
Shapedocs_contentDocumentation_pageContent_container:{
|
|
879
|
+
doc_content:"Shapedocs_contentDocumentation_pageContent_containerDoc_content",
|
|
880
|
+
scrollspy:"Shapedocs_contentDocumentation_pageContent_containerScrollspy"
|
|
881
|
+
},
|
|
882
|
+
Shapedocs_contentDocumentation_page:{
|
|
883
|
+
content_container:"Shapedocs_contentDocumentation_pageContent_container"
|
|
884
|
+
},
|
|
885
|
+
Shapedocs_content:{
|
|
886
|
+
documentation_page:"Shapedocs_contentDocumentation_page",
|
|
887
|
+
_id:"String",
|
|
888
|
+
createdAt:"Float",
|
|
889
|
+
updatedAt:"Float"
|
|
890
|
+
},
|
|
891
|
+
Shapedocs_navMainListChildrenCategory:{
|
|
892
|
+
name:"String",
|
|
893
|
+
link:"String"
|
|
894
|
+
},
|
|
895
|
+
Shapedocs_navMainListChildren:{
|
|
896
|
+
category:"Shapedocs_navMainListChildrenCategory"
|
|
897
|
+
},
|
|
898
|
+
Shapedocs_navMainList:{
|
|
899
|
+
title:"String",
|
|
900
|
+
children:"Shapedocs_navMainListChildren"
|
|
901
|
+
},
|
|
902
|
+
Shapedocs_navMain:{
|
|
903
|
+
list:"Shapedocs_navMainList"
|
|
904
|
+
},
|
|
905
|
+
Shapedocs_nav:{
|
|
906
|
+
main:"Shapedocs_navMain",
|
|
907
|
+
_id:"String",
|
|
908
|
+
createdAt:"Float",
|
|
909
|
+
updatedAt:"Float"
|
|
910
|
+
},
|
|
911
|
+
Shapefeature_gridItems:{
|
|
912
|
+
icon:"String",
|
|
913
|
+
title:"String",
|
|
914
|
+
description:"String"
|
|
915
|
+
},
|
|
916
|
+
Shapefeature_grid:{
|
|
917
|
+
items:"Shapefeature_gridItems",
|
|
918
|
+
_id:"String",
|
|
919
|
+
createdAt:"Float",
|
|
920
|
+
updatedAt:"Float"
|
|
921
|
+
},
|
|
922
|
+
ShapefeaturepresentationMain:{
|
|
923
|
+
title:"String",
|
|
402
924
|
subtitle:"String",
|
|
403
|
-
|
|
925
|
+
content:"String"
|
|
926
|
+
},
|
|
927
|
+
Shapefeaturepresentation:{
|
|
928
|
+
main:"ShapefeaturepresentationMain",
|
|
929
|
+
_id:"String",
|
|
930
|
+
createdAt:"Float",
|
|
931
|
+
updatedAt:"Float"
|
|
932
|
+
},
|
|
933
|
+
Shapefeaturesv2:{
|
|
934
|
+
_id:"String",
|
|
935
|
+
createdAt:"Float",
|
|
936
|
+
updatedAt:"Float"
|
|
937
|
+
},
|
|
938
|
+
ShapefootFooterFooter_containerFooter_links:{
|
|
939
|
+
privacy_policy:"String",
|
|
940
|
+
terms_of_service:"String",
|
|
941
|
+
contact_us:"String"
|
|
404
942
|
},
|
|
405
|
-
|
|
406
|
-
|
|
943
|
+
ShapefootFooterFooter_container:{
|
|
944
|
+
footer_logo:"String",
|
|
945
|
+
footer_links:"ShapefootFooterFooter_containerFooter_links",
|
|
946
|
+
footer_copy:"String"
|
|
407
947
|
},
|
|
408
|
-
|
|
409
|
-
|
|
948
|
+
ShapefootFooter:{
|
|
949
|
+
footer_container:"ShapefootFooterFooter_container"
|
|
410
950
|
},
|
|
411
|
-
|
|
412
|
-
|
|
951
|
+
Shapefoot:{
|
|
952
|
+
footer:"ShapefootFooter",
|
|
413
953
|
_id:"String",
|
|
414
954
|
createdAt:"Float",
|
|
415
955
|
updatedAt:"Float"
|
|
416
956
|
},
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
957
|
+
ShapefooterColumns:{
|
|
958
|
+
title:"String",
|
|
959
|
+
links:"Shapelink"
|
|
420
960
|
},
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
961
|
+
Shapefooter:{
|
|
962
|
+
columns:"ShapefooterColumns",
|
|
963
|
+
_id:"String",
|
|
964
|
+
createdAt:"Float",
|
|
965
|
+
updatedAt:"Float"
|
|
966
|
+
},
|
|
967
|
+
Shapeheading:{
|
|
968
|
+
text:"String",
|
|
969
|
+
_id:"String",
|
|
970
|
+
createdAt:"Float",
|
|
971
|
+
updatedAt:"Float"
|
|
424
972
|
},
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
call_2:"Shapelanding_heroSectionContainerContentCtasCall_2"
|
|
973
|
+
ShapeheroHero_componentSlogan_parent:{
|
|
974
|
+
slogan:"String"
|
|
428
975
|
},
|
|
429
|
-
|
|
976
|
+
ShapeheroHero_component:{
|
|
977
|
+
logoplace:"String",
|
|
978
|
+
logo:"String",
|
|
979
|
+
slogan_parent:"ShapeheroHero_componentSlogan_parent",
|
|
980
|
+
subslogan:"String"
|
|
981
|
+
},
|
|
982
|
+
Shapehero:{
|
|
983
|
+
hero_component:"ShapeheroHero_component",
|
|
984
|
+
_id:"String",
|
|
985
|
+
createdAt:"Float",
|
|
986
|
+
updatedAt:"Float"
|
|
987
|
+
},
|
|
988
|
+
Shapehero_section:{
|
|
989
|
+
heading:"Shapeheading",
|
|
990
|
+
subheading:"Shapesubheading",
|
|
991
|
+
media:"Shapeimage_atom",
|
|
992
|
+
primary_cta:"Shapebutton",
|
|
993
|
+
secondary_cta:"Shapebutton",
|
|
994
|
+
_id:"String",
|
|
995
|
+
createdAt:"Float",
|
|
996
|
+
updatedAt:"Float"
|
|
997
|
+
},
|
|
998
|
+
ShapeheroxHero_sectionHero_containerText_wrapperFeatures:{
|
|
999
|
+
feature:"String"
|
|
1000
|
+
},
|
|
1001
|
+
ShapeheroxHero_sectionHero_containerText_wrapper:{
|
|
430
1002
|
title:"String",
|
|
431
1003
|
description:"String",
|
|
432
|
-
|
|
1004
|
+
features:"ShapeheroxHero_sectionHero_containerText_wrapperFeatures"
|
|
1005
|
+
},
|
|
1006
|
+
ShapeheroxHero_sectionHero_containerImage_wrapper:{
|
|
1007
|
+
hero_image:"ImageField"
|
|
433
1008
|
},
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
logo:"Shapelogo"
|
|
1009
|
+
ShapeheroxHero_sectionHero_containerPresentation:{
|
|
1010
|
+
video:"VideoField"
|
|
437
1011
|
},
|
|
438
|
-
|
|
439
|
-
|
|
1012
|
+
ShapeheroxHero_sectionHero_container:{
|
|
1013
|
+
text_wrapper:"ShapeheroxHero_sectionHero_containerText_wrapper",
|
|
1014
|
+
image_wrapper:"ShapeheroxHero_sectionHero_containerImage_wrapper",
|
|
1015
|
+
presentation:"ShapeheroxHero_sectionHero_containerPresentation"
|
|
1016
|
+
},
|
|
1017
|
+
ShapeheroxHero_section:{
|
|
1018
|
+
hero_container:"ShapeheroxHero_sectionHero_container"
|
|
1019
|
+
},
|
|
1020
|
+
Shapeherox:{
|
|
1021
|
+
hero_section:"ShapeheroxHero_section",
|
|
1022
|
+
_id:"String",
|
|
1023
|
+
createdAt:"Float",
|
|
1024
|
+
updatedAt:"Float"
|
|
1025
|
+
},
|
|
1026
|
+
Shapeimage_atom:{
|
|
1027
|
+
image:"ImageField",
|
|
1028
|
+
alt:"String",
|
|
1029
|
+
_id:"String",
|
|
1030
|
+
createdAt:"Float",
|
|
1031
|
+
updatedAt:"Float"
|
|
1032
|
+
},
|
|
1033
|
+
Shapelanding_featuresSectionHeader:{
|
|
1034
|
+
headline:"String",
|
|
1035
|
+
subheadline:"String"
|
|
1036
|
+
},
|
|
1037
|
+
Shapelanding_featuresSectionFeatures_gridItem:{
|
|
1038
|
+
icon_svg:"String",
|
|
1039
|
+
title:"String",
|
|
1040
|
+
description:"String"
|
|
1041
|
+
},
|
|
1042
|
+
Shapelanding_featuresSectionFeatures_grid:{
|
|
1043
|
+
item:"Shapelanding_featuresSectionFeatures_gridItem"
|
|
1044
|
+
},
|
|
1045
|
+
Shapelanding_featuresSection:{
|
|
1046
|
+
header:"Shapelanding_featuresSectionHeader",
|
|
1047
|
+
features_grid:"Shapelanding_featuresSectionFeatures_grid"
|
|
1048
|
+
},
|
|
1049
|
+
Shapelanding_features:{
|
|
1050
|
+
section:"Shapelanding_featuresSection",
|
|
1051
|
+
_id:"String",
|
|
1052
|
+
createdAt:"Float",
|
|
1053
|
+
updatedAt:"Float"
|
|
1054
|
+
},
|
|
1055
|
+
Shapelanding_footerFooter_containerFooter_links:{
|
|
1056
|
+
privacy_policy:"String",
|
|
1057
|
+
terms_of_service:"String",
|
|
1058
|
+
contact_us:"String"
|
|
1059
|
+
},
|
|
1060
|
+
Shapelanding_footerFooter_container:{
|
|
1061
|
+
footer_logo:"String",
|
|
1062
|
+
footer_links:"Shapelanding_footerFooter_containerFooter_links",
|
|
1063
|
+
footer_copy:"String"
|
|
1064
|
+
},
|
|
1065
|
+
Shapelanding_footer:{
|
|
1066
|
+
footer_container:"Shapelanding_footerFooter_container",
|
|
1067
|
+
_id:"String",
|
|
1068
|
+
createdAt:"Float",
|
|
1069
|
+
updatedAt:"Float"
|
|
1070
|
+
},
|
|
1071
|
+
Shapelanding_heroMain_contentHighlights:{
|
|
1072
|
+
feature:"String"
|
|
1073
|
+
},
|
|
1074
|
+
Shapelanding_heroMain_contentCta_buttonsPrimary:{
|
|
1075
|
+
label:"String",
|
|
1076
|
+
href:"String"
|
|
1077
|
+
},
|
|
1078
|
+
Shapelanding_heroMain_contentCta_buttonsSecondary:{
|
|
1079
|
+
label:"String",
|
|
1080
|
+
href:"String"
|
|
1081
|
+
},
|
|
1082
|
+
Shapelanding_heroMain_contentCta_buttons:{
|
|
1083
|
+
primary:"Shapelanding_heroMain_contentCta_buttonsPrimary",
|
|
1084
|
+
secondary:"Shapelanding_heroMain_contentCta_buttonsSecondary"
|
|
1085
|
+
},
|
|
1086
|
+
Shapelanding_heroMain_content:{
|
|
1087
|
+
headline:"String",
|
|
1088
|
+
subheadline:"String",
|
|
1089
|
+
highlights:"Shapelanding_heroMain_contentHighlights",
|
|
1090
|
+
cta_buttons:"Shapelanding_heroMain_contentCta_buttons",
|
|
1091
|
+
preview_image:"ImageField"
|
|
440
1092
|
},
|
|
441
1093
|
Shapelanding_hero:{
|
|
442
|
-
|
|
1094
|
+
main_content:"Shapelanding_heroMain_content",
|
|
443
1095
|
_id:"String",
|
|
444
1096
|
createdAt:"Float",
|
|
445
1097
|
updatedAt:"Float"
|
|
446
1098
|
},
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
1099
|
+
Shapelanding_navbarNavigationLinks:{
|
|
1100
|
+
label:"String",
|
|
1101
|
+
href:"String"
|
|
450
1102
|
},
|
|
451
|
-
|
|
1103
|
+
Shapelanding_navbarNavigationCta:{
|
|
1104
|
+
label:"String",
|
|
1105
|
+
href:"String",
|
|
1106
|
+
variant:"String"
|
|
1107
|
+
},
|
|
1108
|
+
Shapelanding_navbarNavigation:{
|
|
1109
|
+
logo_text:"String",
|
|
1110
|
+
links:"Shapelanding_navbarNavigationLinks",
|
|
1111
|
+
cta:"Shapelanding_navbarNavigationCta"
|
|
1112
|
+
},
|
|
1113
|
+
Shapelanding_navbar:{
|
|
1114
|
+
navigation:"Shapelanding_navbarNavigation",
|
|
1115
|
+
_id:"String",
|
|
1116
|
+
createdAt:"Float",
|
|
1117
|
+
updatedAt:"Float"
|
|
1118
|
+
},
|
|
1119
|
+
Shapelanding_testimonialsSectionQuotesItem:{
|
|
1120
|
+
quote:"String",
|
|
1121
|
+
author:"String",
|
|
1122
|
+
role:"String",
|
|
1123
|
+
avatar:"ImageField"
|
|
1124
|
+
},
|
|
1125
|
+
Shapelanding_testimonialsSectionQuotes:{
|
|
1126
|
+
item:"Shapelanding_testimonialsSectionQuotesItem"
|
|
1127
|
+
},
|
|
1128
|
+
Shapelanding_testimonialsSection:{
|
|
1129
|
+
headline:"String",
|
|
1130
|
+
quotes:"Shapelanding_testimonialsSectionQuotes"
|
|
1131
|
+
},
|
|
1132
|
+
Shapelanding_testimonials:{
|
|
1133
|
+
section:"Shapelanding_testimonialsSection",
|
|
1134
|
+
_id:"String",
|
|
1135
|
+
createdAt:"Float",
|
|
1136
|
+
updatedAt:"Float"
|
|
1137
|
+
},
|
|
1138
|
+
Shapelink:{
|
|
1139
|
+
label:"String",
|
|
1140
|
+
href:"String",
|
|
1141
|
+
_id:"String",
|
|
1142
|
+
createdAt:"Float",
|
|
1143
|
+
updatedAt:"Float"
|
|
1144
|
+
},
|
|
1145
|
+
Shapelista_projektowListProjectsInstance:{
|
|
1146
|
+
title:"String",
|
|
1147
|
+
link:"String",
|
|
1148
|
+
remove_button:"String"
|
|
1149
|
+
},
|
|
1150
|
+
Shapelista_projektowListProjects:{
|
|
1151
|
+
instance:"Shapelista_projektowListProjectsInstance"
|
|
1152
|
+
},
|
|
1153
|
+
Shapelista_projektowList:{
|
|
1154
|
+
title:"String",
|
|
452
1155
|
subtitle:"String",
|
|
453
|
-
|
|
1156
|
+
projects:"Shapelista_projektowListProjects"
|
|
1157
|
+
},
|
|
1158
|
+
Shapelista_projektow:{
|
|
1159
|
+
list:"Shapelista_projektowList",
|
|
1160
|
+
_id:"String",
|
|
1161
|
+
createdAt:"Float",
|
|
1162
|
+
updatedAt:"Float"
|
|
1163
|
+
},
|
|
1164
|
+
ShapenavNavigationNavigation_linksLink:{
|
|
1165
|
+
display:"String",
|
|
1166
|
+
href:"String"
|
|
1167
|
+
},
|
|
1168
|
+
ShapenavNavigationNavigation_links:{
|
|
1169
|
+
link:"ShapenavNavigationNavigation_linksLink"
|
|
1170
|
+
},
|
|
1171
|
+
ShapenavNavigation:{
|
|
1172
|
+
logo:"String",
|
|
1173
|
+
navigation_links:"ShapenavNavigationNavigation_links"
|
|
1174
|
+
},
|
|
1175
|
+
Shapenav:{
|
|
1176
|
+
navigation:"ShapenavNavigation",
|
|
1177
|
+
_id:"String",
|
|
1178
|
+
createdAt:"Float",
|
|
1179
|
+
updatedAt:"Float"
|
|
1180
|
+
},
|
|
1181
|
+
Shapenavbar:{
|
|
1182
|
+
brand:"String",
|
|
1183
|
+
links:"Shapelink",
|
|
1184
|
+
cta:"Shapebutton",
|
|
1185
|
+
_id:"String",
|
|
1186
|
+
createdAt:"Float",
|
|
1187
|
+
updatedAt:"Float"
|
|
454
1188
|
},
|
|
455
|
-
|
|
456
|
-
|
|
1189
|
+
ShapenewshapeBackgroundContent:{
|
|
1190
|
+
badge:"String",
|
|
1191
|
+
headline:"String",
|
|
1192
|
+
subheadline:"String",
|
|
1193
|
+
cta_label:"String",
|
|
1194
|
+
cta_href:"String"
|
|
457
1195
|
},
|
|
458
|
-
|
|
459
|
-
|
|
1196
|
+
ShapenewshapeBackground:{
|
|
1197
|
+
overlay_gradient:"Boolean",
|
|
1198
|
+
content:"ShapenewshapeBackgroundContent",
|
|
1199
|
+
hero_image:"ImageField"
|
|
460
1200
|
},
|
|
461
|
-
|
|
462
|
-
|
|
1201
|
+
Shapenewshape:{
|
|
1202
|
+
background:"ShapenewshapeBackground",
|
|
463
1203
|
_id:"String",
|
|
464
1204
|
createdAt:"Float",
|
|
465
1205
|
updatedAt:"Float"
|
|
466
1206
|
},
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
offer:"String",
|
|
471
|
-
purposes:"String",
|
|
472
|
-
documents:"String",
|
|
473
|
-
pricing_note:"String",
|
|
474
|
-
contact:"String"
|
|
1207
|
+
ShapepricingPlansFeatures:{
|
|
1208
|
+
name:"String",
|
|
1209
|
+
included:"Boolean"
|
|
475
1210
|
},
|
|
476
|
-
|
|
477
|
-
|
|
1211
|
+
ShapepricingPlans:{
|
|
1212
|
+
name:"String",
|
|
1213
|
+
price:"String",
|
|
1214
|
+
period:"String",
|
|
1215
|
+
description:"String",
|
|
1216
|
+
features:"ShapepricingPlansFeatures",
|
|
1217
|
+
most_popular:"Boolean",
|
|
1218
|
+
cta:"Shapebutton"
|
|
1219
|
+
},
|
|
1220
|
+
Shapepricing:{
|
|
1221
|
+
heading:"Shapeheading",
|
|
1222
|
+
subheading:"Shapesubheading",
|
|
1223
|
+
plans:"ShapepricingPlans",
|
|
478
1224
|
_id:"String",
|
|
479
1225
|
createdAt:"Float",
|
|
480
1226
|
updatedAt:"Float"
|
|
481
1227
|
},
|
|
482
|
-
|
|
483
|
-
|
|
1228
|
+
Shapepricingv1Pricing_sectionHeader_wrapper:{
|
|
1229
|
+
title:"String",
|
|
484
1230
|
description:"String"
|
|
485
1231
|
},
|
|
486
|
-
|
|
487
|
-
|
|
1232
|
+
Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list:{
|
|
1233
|
+
feature:"String"
|
|
1234
|
+
},
|
|
1235
|
+
Shapepricingv1Pricing_sectionPlans_gridFree_plan:{
|
|
1236
|
+
plan_name:"String",
|
|
1237
|
+
price:"String",
|
|
1238
|
+
plan_description:"String",
|
|
1239
|
+
feature_list:"Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list",
|
|
1240
|
+
cta:"Shapesecondary_cta"
|
|
1241
|
+
},
|
|
1242
|
+
Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list:{
|
|
1243
|
+
feature:"String"
|
|
1244
|
+
},
|
|
1245
|
+
Shapepricingv1Pricing_sectionPlans_gridPaid_plan:{
|
|
1246
|
+
plan_name:"String",
|
|
1247
|
+
price:"String",
|
|
1248
|
+
plan_description:"String",
|
|
1249
|
+
feature_list:"Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list",
|
|
1250
|
+
cta:"Shapectabutton"
|
|
488
1251
|
},
|
|
489
|
-
|
|
490
|
-
|
|
1252
|
+
Shapepricingv1Pricing_sectionPlans_grid:{
|
|
1253
|
+
free_plan:"Shapepricingv1Pricing_sectionPlans_gridFree_plan",
|
|
1254
|
+
paid_plan:"Shapepricingv1Pricing_sectionPlans_gridPaid_plan"
|
|
491
1255
|
},
|
|
492
|
-
|
|
493
|
-
|
|
1256
|
+
Shapepricingv1Pricing_section:{
|
|
1257
|
+
header_wrapper:"Shapepricingv1Pricing_sectionHeader_wrapper",
|
|
1258
|
+
plans_grid:"Shapepricingv1Pricing_sectionPlans_grid"
|
|
1259
|
+
},
|
|
1260
|
+
Shapepricingv1:{
|
|
1261
|
+
pricing_section:"Shapepricingv1Pricing_section",
|
|
494
1262
|
_id:"String",
|
|
495
1263
|
createdAt:"Float",
|
|
496
1264
|
updatedAt:"Float"
|
|
497
1265
|
},
|
|
498
|
-
|
|
1266
|
+
Shapepricingv2MainPlans_gridFree_planPlan_footer:{
|
|
1267
|
+
price:"String",
|
|
1268
|
+
cta:"String"
|
|
1269
|
+
},
|
|
1270
|
+
Shapepricingv2MainPlans_gridFree_plan:{
|
|
1271
|
+
subtitle:"String",
|
|
499
1272
|
description:"String",
|
|
500
|
-
|
|
1273
|
+
features:"String",
|
|
1274
|
+
plan_footer:"Shapepricingv2MainPlans_gridFree_planPlan_footer"
|
|
1275
|
+
},
|
|
1276
|
+
Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock:{
|
|
1277
|
+
price:"String",
|
|
1278
|
+
price_period:"String"
|
|
1279
|
+
},
|
|
1280
|
+
Shapepricingv2MainPlans_gridPro_planPlan_footer:{
|
|
1281
|
+
priceblock:"Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock",
|
|
1282
|
+
cta:"String"
|
|
501
1283
|
},
|
|
502
|
-
|
|
1284
|
+
Shapepricingv2MainPlans_gridPro_plan:{
|
|
503
1285
|
subtitle:"String",
|
|
504
|
-
|
|
1286
|
+
description:"String",
|
|
1287
|
+
features:"String",
|
|
1288
|
+
plan_footer:"Shapepricingv2MainPlans_gridPro_planPlan_footer"
|
|
505
1289
|
},
|
|
506
|
-
|
|
507
|
-
|
|
1290
|
+
Shapepricingv2MainPlans_grid:{
|
|
1291
|
+
free_plan:"Shapepricingv2MainPlans_gridFree_plan",
|
|
1292
|
+
pro_plan:"Shapepricingv2MainPlans_gridPro_plan"
|
|
508
1293
|
},
|
|
509
|
-
|
|
510
|
-
|
|
1294
|
+
Shapepricingv2Main:{
|
|
1295
|
+
plans_grid:"Shapepricingv2MainPlans_grid"
|
|
511
1296
|
},
|
|
512
|
-
|
|
513
|
-
|
|
1297
|
+
Shapepricingv2:{
|
|
1298
|
+
main:"Shapepricingv2Main",
|
|
514
1299
|
_id:"String",
|
|
515
1300
|
createdAt:"Float",
|
|
516
1301
|
updatedAt:"Float"
|
|
517
1302
|
},
|
|
518
|
-
|
|
519
|
-
|
|
1303
|
+
Shapeprofile_infoProfile_sectionAccount_headerInfo:{
|
|
1304
|
+
full_name:"String",
|
|
1305
|
+
company:"String",
|
|
1306
|
+
email:"String"
|
|
1307
|
+
},
|
|
1308
|
+
Shapeprofile_infoProfile_sectionAccount_header:{
|
|
1309
|
+
avatar:"ImageField",
|
|
1310
|
+
info:"Shapeprofile_infoProfile_sectionAccount_headerInfo"
|
|
1311
|
+
},
|
|
1312
|
+
Shapeprofile_infoProfile_sectionPlan_status:{
|
|
1313
|
+
plan:"String"
|
|
1314
|
+
},
|
|
1315
|
+
Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens:{
|
|
1316
|
+
label:"String",
|
|
1317
|
+
value:"String"
|
|
1318
|
+
},
|
|
1319
|
+
Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens:{
|
|
1320
|
+
label:"String",
|
|
1321
|
+
value:"String"
|
|
1322
|
+
},
|
|
1323
|
+
Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests:{
|
|
1324
|
+
label:"String",
|
|
1325
|
+
value:"String"
|
|
1326
|
+
},
|
|
1327
|
+
Shapeprofile_infoProfile_sectionUsage_section:{
|
|
1328
|
+
ai_tokens:"Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens",
|
|
1329
|
+
translate_tokens:"Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens",
|
|
1330
|
+
monthly_api_requests:"Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"
|
|
1331
|
+
},
|
|
1332
|
+
Shapeprofile_infoProfile_section:{
|
|
1333
|
+
account_header:"Shapeprofile_infoProfile_sectionAccount_header",
|
|
1334
|
+
plan_status:"Shapeprofile_infoProfile_sectionPlan_status",
|
|
1335
|
+
usage_section:"Shapeprofile_infoProfile_sectionUsage_section"
|
|
1336
|
+
},
|
|
1337
|
+
Shapeprofile_info:{
|
|
1338
|
+
profile_section:"Shapeprofile_infoProfile_section",
|
|
520
1339
|
_id:"String",
|
|
521
1340
|
createdAt:"Float",
|
|
522
1341
|
updatedAt:"Float"
|
|
523
1342
|
},
|
|
524
|
-
|
|
1343
|
+
Shaperich_text:{
|
|
1344
|
+
content:"String",
|
|
525
1345
|
_id:"String",
|
|
526
1346
|
createdAt:"Float",
|
|
527
1347
|
updatedAt:"Float"
|
|
528
1348
|
},
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
1349
|
+
Shapesecondary_cta:{
|
|
1350
|
+
cta:"String",
|
|
1351
|
+
_id:"String",
|
|
1352
|
+
createdAt:"Float",
|
|
1353
|
+
updatedAt:"Float"
|
|
532
1354
|
},
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
1355
|
+
Shapesubheading:{
|
|
1356
|
+
text:"String",
|
|
1357
|
+
_id:"String",
|
|
1358
|
+
createdAt:"Float",
|
|
1359
|
+
updatedAt:"Float"
|
|
537
1360
|
},
|
|
538
|
-
|
|
1361
|
+
ShapesupportSectionHeader_wrapper:{
|
|
539
1362
|
title:"String",
|
|
540
|
-
|
|
1363
|
+
description:"String"
|
|
541
1364
|
},
|
|
542
|
-
|
|
1365
|
+
ShapesupportSectionFeatures_gridFeature_item:{
|
|
1366
|
+
image:"ImageField",
|
|
543
1367
|
title:"String",
|
|
544
|
-
|
|
1368
|
+
text:"String",
|
|
1369
|
+
cta:"String"
|
|
545
1370
|
},
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
secondary_cta:"ShapeomnieContainerCardGridContent_blockCta_buttonsSecondary_cta"
|
|
1371
|
+
ShapesupportSectionFeatures_grid:{
|
|
1372
|
+
feature_item:"ShapesupportSectionFeatures_gridFeature_item"
|
|
549
1373
|
},
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
conclusion:"String",
|
|
554
|
-
cta_buttons:"ShapeomnieContainerCardGridContent_blockCta_buttons"
|
|
1374
|
+
ShapesupportSection:{
|
|
1375
|
+
header_wrapper:"ShapesupportSectionHeader_wrapper",
|
|
1376
|
+
features_grid:"ShapesupportSectionFeatures_grid"
|
|
555
1377
|
},
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
1378
|
+
Shapesupport:{
|
|
1379
|
+
section:"ShapesupportSection",
|
|
1380
|
+
_id:"String",
|
|
1381
|
+
createdAt:"Float",
|
|
1382
|
+
updatedAt:"Float"
|
|
559
1383
|
},
|
|
560
|
-
|
|
561
|
-
|
|
1384
|
+
ShapetestimonialItems:{
|
|
1385
|
+
quote:"String",
|
|
1386
|
+
author_name:"String",
|
|
1387
|
+
author_role:"String",
|
|
1388
|
+
author_avatar:"ImageField",
|
|
1389
|
+
company:"String"
|
|
562
1390
|
},
|
|
563
|
-
|
|
564
|
-
|
|
1391
|
+
Shapetestimonial:{
|
|
1392
|
+
heading:"Shapeheading",
|
|
1393
|
+
items:"ShapetestimonialItems",
|
|
1394
|
+
_id:"String",
|
|
1395
|
+
createdAt:"Float",
|
|
1396
|
+
updatedAt:"Float"
|
|
1397
|
+
},
|
|
1398
|
+
Shapetitle_descTitledesc:{
|
|
1399
|
+
title:"String",
|
|
1400
|
+
description:"String"
|
|
1401
|
+
},
|
|
1402
|
+
Shapetitle_desc:{
|
|
1403
|
+
titledesc:"Shapetitle_descTitledesc",
|
|
1404
|
+
_id:"String",
|
|
1405
|
+
createdAt:"Float",
|
|
1406
|
+
updatedAt:"Float"
|
|
1407
|
+
},
|
|
1408
|
+
ShapeusageMain:{
|
|
1409
|
+
title:"String",
|
|
1410
|
+
subtitle:"String",
|
|
1411
|
+
period:"String",
|
|
1412
|
+
tokens_consumed:"Float"
|
|
565
1413
|
},
|
|
566
|
-
|
|
567
|
-
|
|
1414
|
+
Shapeusage:{
|
|
1415
|
+
main:"ShapeusageMain",
|
|
568
1416
|
_id:"String",
|
|
569
1417
|
createdAt:"Float",
|
|
570
1418
|
updatedAt:"Float"
|