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