@husar.ai/cli 0.4.1 → 0.4.2
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/AGENTS.md +835 -0
- package/dist/auth/api.d.ts +15 -0
- package/dist/auth/api.js +86 -0
- package/dist/auth/api.js.map +1 -0
- package/dist/auth/config.d.ts +32 -0
- package/dist/auth/config.js +95 -0
- package/dist/auth/config.js.map +1 -0
- package/dist/auth/login.d.ts +30 -0
- package/dist/auth/login.js +450 -0
- package/dist/auth/login.js.map +1 -0
- package/dist/cli.js +83 -3
- package/dist/cli.js.map +1 -1
- package/dist/functions/create.d.ts +6 -0
- package/dist/functions/create.js +311 -0
- package/dist/functions/create.js.map +1 -0
- package/dist/mcp.js +20 -14
- package/dist/mcp.js.map +1 -1
- package/dist/types/config.d.ts +3 -1
- package/dist/types/config.js +12 -1
- package/dist/types/config.js.map +1 -1
- package/dist/zeus/const.js +635 -289
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.d.ts +3079 -1601
- package/dist/zeus/index.js +150 -2
- package/dist/zeus/index.js.map +1 -1
- package/package.json +3 -3
- package/src/auth/api.ts +133 -0
- package/src/auth/config.ts +198 -0
- package/src/auth/login.ts +631 -0
- package/src/cli.ts +96 -4
- package/src/functions/create.ts +489 -0
- package/src/mcp.ts +47 -27
- package/src/types/config.ts +32 -1
- package/src/zeus/const.ts +641 -289
- package/src/zeus/index.ts +2996 -1465
package/src/zeus/const.ts
CHANGED
|
@@ -55,6 +55,51 @@ export const AllTypesProps: Record<string,any> = {
|
|
|
55
55
|
},
|
|
56
56
|
variantsdocsBySlug:{
|
|
57
57
|
|
|
58
|
+
},
|
|
59
|
+
listPaginatednewsletter_subscription_form:{
|
|
60
|
+
page:"PageInput",
|
|
61
|
+
rootParams:"RootParamsInput",
|
|
62
|
+
sort:"newsletter_subscription_formSortInput",
|
|
63
|
+
filter:"newsletter_subscription_formFilterInput"
|
|
64
|
+
},
|
|
65
|
+
onenewsletter_subscription_formBySlug:{
|
|
66
|
+
rootParams:"RootParamsInput"
|
|
67
|
+
},
|
|
68
|
+
oneAsScalarnewsletter_subscription_formBySlug:{
|
|
69
|
+
rootParams:"RootParamsInput"
|
|
70
|
+
},
|
|
71
|
+
variantsnewsletter_subscription_formBySlug:{
|
|
72
|
+
|
|
73
|
+
},
|
|
74
|
+
listPaginatedtest_contact_form:{
|
|
75
|
+
page:"PageInput",
|
|
76
|
+
rootParams:"RootParamsInput",
|
|
77
|
+
sort:"test_contact_formSortInput",
|
|
78
|
+
filter:"test_contact_formFilterInput"
|
|
79
|
+
},
|
|
80
|
+
onetest_contact_formBySlug:{
|
|
81
|
+
rootParams:"RootParamsInput"
|
|
82
|
+
},
|
|
83
|
+
oneAsScalartest_contact_formBySlug:{
|
|
84
|
+
rootParams:"RootParamsInput"
|
|
85
|
+
},
|
|
86
|
+
variantstest_contact_formBySlug:{
|
|
87
|
+
|
|
88
|
+
},
|
|
89
|
+
listPaginatedtest_form:{
|
|
90
|
+
page:"PageInput",
|
|
91
|
+
rootParams:"RootParamsInput",
|
|
92
|
+
sort:"test_formSortInput",
|
|
93
|
+
filter:"test_formFilterInput"
|
|
94
|
+
},
|
|
95
|
+
onetest_formBySlug:{
|
|
96
|
+
rootParams:"RootParamsInput"
|
|
97
|
+
},
|
|
98
|
+
oneAsScalartest_formBySlug:{
|
|
99
|
+
rootParams:"RootParamsInput"
|
|
100
|
+
},
|
|
101
|
+
variantstest_formBySlug:{
|
|
102
|
+
|
|
58
103
|
},
|
|
59
104
|
oneViewaccount:{
|
|
60
105
|
rootParams:"RootParamsInput"
|
|
@@ -68,6 +113,12 @@ export const AllTypesProps: Record<string,any> = {
|
|
|
68
113
|
oneAsScalarViewfeatures:{
|
|
69
114
|
rootParams:"RootParamsInput"
|
|
70
115
|
},
|
|
116
|
+
oneViewhome:{
|
|
117
|
+
rootParams:"RootParamsInput"
|
|
118
|
+
},
|
|
119
|
+
oneAsScalarViewhome:{
|
|
120
|
+
rootParams:"RootParamsInput"
|
|
121
|
+
},
|
|
71
122
|
oneViewhomepage:{
|
|
72
123
|
rootParams:"RootParamsInput"
|
|
73
124
|
},
|
|
@@ -111,9 +162,33 @@ export const AllTypesProps: Record<string,any> = {
|
|
|
111
162
|
createdAt:"Sort",
|
|
112
163
|
updatedAt:"Sort"
|
|
113
164
|
},
|
|
165
|
+
newsletter_subscription_formSortInput:{
|
|
166
|
+
slug:"Sort",
|
|
167
|
+
createdAt:"Sort",
|
|
168
|
+
updatedAt:"Sort"
|
|
169
|
+
},
|
|
170
|
+
test_contact_formSortInput:{
|
|
171
|
+
slug:"Sort",
|
|
172
|
+
createdAt:"Sort",
|
|
173
|
+
updatedAt:"Sort"
|
|
174
|
+
},
|
|
175
|
+
test_formSortInput:{
|
|
176
|
+
slug:"Sort",
|
|
177
|
+
createdAt:"Sort",
|
|
178
|
+
updatedAt:"Sort"
|
|
179
|
+
},
|
|
114
180
|
docsFilterInput:{
|
|
115
181
|
slug:"FilterInputString"
|
|
116
182
|
},
|
|
183
|
+
newsletter_subscription_formFilterInput:{
|
|
184
|
+
slug:"FilterInputString"
|
|
185
|
+
},
|
|
186
|
+
test_contact_formFilterInput:{
|
|
187
|
+
slug:"FilterInputString"
|
|
188
|
+
},
|
|
189
|
+
test_formFilterInput:{
|
|
190
|
+
slug:"FilterInputString"
|
|
191
|
+
},
|
|
117
192
|
ID: `scalar.ID` as const
|
|
118
193
|
}
|
|
119
194
|
|
|
@@ -264,6 +339,7 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
264
339
|
shouldRender:"Boolean"
|
|
265
340
|
},
|
|
266
341
|
ShapeLibrary:{
|
|
342
|
+
id:"String",
|
|
267
343
|
name:"String",
|
|
268
344
|
shapes:"Shape",
|
|
269
345
|
description:"String"
|
|
@@ -286,162 +362,219 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
286
362
|
fieldSetdocs:"String",
|
|
287
363
|
modeldocs:"ModelNavigationCompiled",
|
|
288
364
|
previewFieldsdocs:"ModelNavigationCompiled",
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
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",
|
|
365
|
+
listPaginatednewsletter_subscription_form:"newsletter_subscription_form__Connection",
|
|
366
|
+
onenewsletter_subscription_formBySlug:"newsletter_subscription_form",
|
|
367
|
+
oneAsScalarnewsletter_subscription_formBySlug:"ModelAsScalar",
|
|
368
|
+
variantsnewsletter_subscription_formBySlug:"newsletter_subscription_form",
|
|
369
|
+
fieldSetnewsletter_subscription_form:"String",
|
|
370
|
+
modelnewsletter_subscription_form:"ModelNavigationCompiled",
|
|
371
|
+
previewFieldsnewsletter_subscription_form:"ModelNavigationCompiled",
|
|
372
|
+
listPaginatedtest_contact_form:"test_contact_form__Connection",
|
|
373
|
+
onetest_contact_formBySlug:"test_contact_form",
|
|
374
|
+
oneAsScalartest_contact_formBySlug:"ModelAsScalar",
|
|
375
|
+
variantstest_contact_formBySlug:"test_contact_form",
|
|
376
|
+
fieldSettest_contact_form:"String",
|
|
377
|
+
modeltest_contact_form:"ModelNavigationCompiled",
|
|
378
|
+
previewFieldstest_contact_form:"ModelNavigationCompiled",
|
|
379
|
+
listPaginatedtest_form:"test_form__Connection",
|
|
380
|
+
onetest_formBySlug:"test_form",
|
|
381
|
+
oneAsScalartest_formBySlug:"ModelAsScalar",
|
|
382
|
+
variantstest_formBySlug:"test_form",
|
|
383
|
+
fieldSettest_form:"String",
|
|
384
|
+
modeltest_form:"ModelNavigationCompiled",
|
|
385
|
+
previewFieldstest_form:"ModelNavigationCompiled",
|
|
386
|
+
fieldSetShapenav:"String",
|
|
387
|
+
modelShapenav:"ModelNavigationCompiled",
|
|
388
|
+
previewFieldsShapenav:"ModelNavigationCompiled",
|
|
389
|
+
oneShapenav:"Shapenav",
|
|
345
390
|
fieldSetShapehero:"String",
|
|
346
391
|
modelShapehero:"ModelNavigationCompiled",
|
|
347
392
|
previewFieldsShapehero:"ModelNavigationCompiled",
|
|
348
393
|
oneShapehero:"Shapehero",
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
394
|
+
fieldSetShapedocs_nav:"String",
|
|
395
|
+
modelShapedocs_nav:"ModelNavigationCompiled",
|
|
396
|
+
previewFieldsShapedocs_nav:"ModelNavigationCompiled",
|
|
397
|
+
oneShapedocs_nav:"Shapedocs_nav",
|
|
398
|
+
fieldSetShapedocs_content:"String",
|
|
399
|
+
modelShapedocs_content:"ModelNavigationCompiled",
|
|
400
|
+
previewFieldsShapedocs_content:"ModelNavigationCompiled",
|
|
401
|
+
oneShapedocs_content:"Shapedocs_content",
|
|
353
402
|
fieldSetShapeherox:"String",
|
|
354
403
|
modelShapeherox:"ModelNavigationCompiled",
|
|
355
404
|
previewFieldsShapeherox:"ModelNavigationCompiled",
|
|
356
405
|
oneShapeherox:"Shapeherox",
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
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",
|
|
369
|
-
fieldSetShapelanding_hero:"String",
|
|
370
|
-
modelShapelanding_hero:"ModelNavigationCompiled",
|
|
371
|
-
previewFieldsShapelanding_hero:"ModelNavigationCompiled",
|
|
372
|
-
oneShapelanding_hero:"Shapelanding_hero",
|
|
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",
|
|
389
|
-
fieldSetShapenav:"String",
|
|
390
|
-
modelShapenav:"ModelNavigationCompiled",
|
|
391
|
-
previewFieldsShapenav:"ModelNavigationCompiled",
|
|
392
|
-
oneShapenav:"Shapenav",
|
|
393
|
-
fieldSetShapenavbar:"String",
|
|
394
|
-
modelShapenavbar:"ModelNavigationCompiled",
|
|
395
|
-
previewFieldsShapenavbar:"ModelNavigationCompiled",
|
|
396
|
-
oneShapenavbar:"Shapenavbar",
|
|
406
|
+
fieldSetShapefoot:"String",
|
|
407
|
+
modelShapefoot:"ModelNavigationCompiled",
|
|
408
|
+
previewFieldsShapefoot:"ModelNavigationCompiled",
|
|
409
|
+
oneShapefoot:"Shapefoot",
|
|
397
410
|
fieldSetShapenewshape:"String",
|
|
398
411
|
modelShapenewshape:"ModelNavigationCompiled",
|
|
399
412
|
previewFieldsShapenewshape:"ModelNavigationCompiled",
|
|
400
413
|
oneShapenewshape:"Shapenewshape",
|
|
401
|
-
fieldSetShapepricing:"String",
|
|
402
|
-
modelShapepricing:"ModelNavigationCompiled",
|
|
403
|
-
previewFieldsShapepricing:"ModelNavigationCompiled",
|
|
404
|
-
oneShapepricing:"Shapepricing",
|
|
405
414
|
fieldSetShapepricingv1:"String",
|
|
406
415
|
modelShapepricingv1:"ModelNavigationCompiled",
|
|
407
416
|
previewFieldsShapepricingv1:"ModelNavigationCompiled",
|
|
408
417
|
oneShapepricingv1:"Shapepricingv1",
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
418
|
+
fieldSetShapelista_projektow:"String",
|
|
419
|
+
modelShapelista_projektow:"ModelNavigationCompiled",
|
|
420
|
+
previewFieldsShapelista_projektow:"ModelNavigationCompiled",
|
|
421
|
+
oneShapelista_projektow:"Shapelista_projektow",
|
|
422
|
+
fieldSetShapeusage:"String",
|
|
423
|
+
modelShapeusage:"ModelNavigationCompiled",
|
|
424
|
+
previewFieldsShapeusage:"ModelNavigationCompiled",
|
|
425
|
+
oneShapeusage:"Shapeusage",
|
|
413
426
|
fieldSetShapeprofile_info:"String",
|
|
414
427
|
modelShapeprofile_info:"ModelNavigationCompiled",
|
|
415
428
|
previewFieldsShapeprofile_info:"ModelNavigationCompiled",
|
|
416
429
|
oneShapeprofile_info:"Shapeprofile_info",
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
430
|
+
fieldSetShapefeaturepresentation:"String",
|
|
431
|
+
modelShapefeaturepresentation:"ModelNavigationCompiled",
|
|
432
|
+
previewFieldsShapefeaturepresentation:"ModelNavigationCompiled",
|
|
433
|
+
oneShapefeaturepresentation:"Shapefeaturepresentation",
|
|
434
|
+
fieldSetShapesupport:"String",
|
|
435
|
+
modelShapesupport:"ModelNavigationCompiled",
|
|
436
|
+
previewFieldsShapesupport:"ModelNavigationCompiled",
|
|
437
|
+
oneShapesupport:"Shapesupport",
|
|
438
|
+
fieldSetShapecloud_sidebar:"String",
|
|
439
|
+
modelShapecloud_sidebar:"ModelNavigationCompiled",
|
|
440
|
+
previewFieldsShapecloud_sidebar:"ModelNavigationCompiled",
|
|
441
|
+
oneShapecloud_sidebar:"Shapecloud_sidebar",
|
|
442
|
+
fieldSetShapectabutton:"String",
|
|
443
|
+
modelShapectabutton:"ModelNavigationCompiled",
|
|
444
|
+
previewFieldsShapectabutton:"ModelNavigationCompiled",
|
|
445
|
+
oneShapectabutton:"Shapectabutton",
|
|
421
446
|
fieldSetShapesecondary_cta:"String",
|
|
422
447
|
modelShapesecondary_cta:"ModelNavigationCompiled",
|
|
423
448
|
previewFieldsShapesecondary_cta:"ModelNavigationCompiled",
|
|
424
449
|
oneShapesecondary_cta:"Shapesecondary_cta",
|
|
450
|
+
fieldSetShapetitle_desc:"String",
|
|
451
|
+
modelShapetitle_desc:"ModelNavigationCompiled",
|
|
452
|
+
previewFieldsShapetitle_desc:"ModelNavigationCompiled",
|
|
453
|
+
oneShapetitle_desc:"Shapetitle_desc",
|
|
454
|
+
fieldSetShapecta_boom:"String",
|
|
455
|
+
modelShapecta_boom:"ModelNavigationCompiled",
|
|
456
|
+
previewFieldsShapecta_boom:"ModelNavigationCompiled",
|
|
457
|
+
oneShapecta_boom:"Shapecta_boom",
|
|
458
|
+
fieldSetShapepricingv2:"String",
|
|
459
|
+
modelShapepricingv2:"ModelNavigationCompiled",
|
|
460
|
+
previewFieldsShapepricingv2:"ModelNavigationCompiled",
|
|
461
|
+
oneShapepricingv2:"Shapepricingv2",
|
|
462
|
+
fieldSetShapeheading:"String",
|
|
463
|
+
modelShapeheading:"ModelNavigationCompiled",
|
|
464
|
+
previewFieldsShapeheading:"ModelNavigationCompiled",
|
|
465
|
+
oneShapeheading:"Shapeheading",
|
|
425
466
|
fieldSetShapesubheading:"String",
|
|
426
467
|
modelShapesubheading:"ModelNavigationCompiled",
|
|
427
468
|
previewFieldsShapesubheading:"ModelNavigationCompiled",
|
|
428
469
|
oneShapesubheading:"Shapesubheading",
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
470
|
+
fieldSetShapefeaturesv2:"String",
|
|
471
|
+
modelShapefeaturesv2:"ModelNavigationCompiled",
|
|
472
|
+
previewFieldsShapefeaturesv2:"ModelNavigationCompiled",
|
|
473
|
+
oneShapefeaturesv2:"Shapefeaturesv2",
|
|
474
|
+
fieldSetShapebutton:"String",
|
|
475
|
+
modelShapebutton:"ModelNavigationCompiled",
|
|
476
|
+
previewFieldsShapebutton:"ModelNavigationCompiled",
|
|
477
|
+
oneShapebutton:"Shapebutton",
|
|
478
|
+
fieldSetShapelink:"String",
|
|
479
|
+
modelShapelink:"ModelNavigationCompiled",
|
|
480
|
+
previewFieldsShapelink:"ModelNavigationCompiled",
|
|
481
|
+
oneShapelink:"Shapelink",
|
|
482
|
+
fieldSetShapeimage_atom:"String",
|
|
483
|
+
modelShapeimage_atom:"ModelNavigationCompiled",
|
|
484
|
+
previewFieldsShapeimage_atom:"ModelNavigationCompiled",
|
|
485
|
+
oneShapeimage_atom:"Shapeimage_atom",
|
|
486
|
+
fieldSetShaperich_text:"String",
|
|
487
|
+
modelShaperich_text:"ModelNavigationCompiled",
|
|
488
|
+
previewFieldsShaperich_text:"ModelNavigationCompiled",
|
|
489
|
+
oneShaperich_text:"Shaperich_text",
|
|
490
|
+
fieldSetShapenavbar:"String",
|
|
491
|
+
modelShapenavbar:"ModelNavigationCompiled",
|
|
492
|
+
previewFieldsShapenavbar:"ModelNavigationCompiled",
|
|
493
|
+
oneShapenavbar:"Shapenavbar",
|
|
494
|
+
fieldSetShapehero_section:"String",
|
|
495
|
+
modelShapehero_section:"ModelNavigationCompiled",
|
|
496
|
+
previewFieldsShapehero_section:"ModelNavigationCompiled",
|
|
497
|
+
oneShapehero_section:"Shapehero_section",
|
|
498
|
+
fieldSetShapefeature_grid:"String",
|
|
499
|
+
modelShapefeature_grid:"ModelNavigationCompiled",
|
|
500
|
+
previewFieldsShapefeature_grid:"ModelNavigationCompiled",
|
|
501
|
+
oneShapefeature_grid:"Shapefeature_grid",
|
|
433
502
|
fieldSetShapetestimonial:"String",
|
|
434
503
|
modelShapetestimonial:"ModelNavigationCompiled",
|
|
435
504
|
previewFieldsShapetestimonial:"ModelNavigationCompiled",
|
|
436
505
|
oneShapetestimonial:"Shapetestimonial",
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
506
|
+
fieldSetShapepricing:"String",
|
|
507
|
+
modelShapepricing:"ModelNavigationCompiled",
|
|
508
|
+
previewFieldsShapepricing:"ModelNavigationCompiled",
|
|
509
|
+
oneShapepricing:"Shapepricing",
|
|
510
|
+
fieldSetShapefooter:"String",
|
|
511
|
+
modelShapefooter:"ModelNavigationCompiled",
|
|
512
|
+
previewFieldsShapefooter:"ModelNavigationCompiled",
|
|
513
|
+
oneShapefooter:"Shapefooter",
|
|
514
|
+
fieldSetShapelanding_navbar:"String",
|
|
515
|
+
modelShapelanding_navbar:"ModelNavigationCompiled",
|
|
516
|
+
previewFieldsShapelanding_navbar:"ModelNavigationCompiled",
|
|
517
|
+
oneShapelanding_navbar:"Shapelanding_navbar",
|
|
518
|
+
fieldSetShapelanding_hero:"String",
|
|
519
|
+
modelShapelanding_hero:"ModelNavigationCompiled",
|
|
520
|
+
previewFieldsShapelanding_hero:"ModelNavigationCompiled",
|
|
521
|
+
oneShapelanding_hero:"Shapelanding_hero",
|
|
522
|
+
fieldSetShapelanding_features:"String",
|
|
523
|
+
modelShapelanding_features:"ModelNavigationCompiled",
|
|
524
|
+
previewFieldsShapelanding_features:"ModelNavigationCompiled",
|
|
525
|
+
oneShapelanding_features:"Shapelanding_features",
|
|
526
|
+
fieldSetShapelanding_testimonials:"String",
|
|
527
|
+
modelShapelanding_testimonials:"ModelNavigationCompiled",
|
|
528
|
+
previewFieldsShapelanding_testimonials:"ModelNavigationCompiled",
|
|
529
|
+
oneShapelanding_testimonials:"Shapelanding_testimonials",
|
|
530
|
+
fieldSetShapelanding_footer:"String",
|
|
531
|
+
modelShapelanding_footer:"ModelNavigationCompiled",
|
|
532
|
+
previewFieldsShapelanding_footer:"ModelNavigationCompiled",
|
|
533
|
+
oneShapelanding_footer:"Shapelanding_footer",
|
|
534
|
+
fieldSetShapes26_hero:"String",
|
|
535
|
+
modelShapes26_hero:"ModelNavigationCompiled",
|
|
536
|
+
previewFieldsShapes26_hero:"ModelNavigationCompiled",
|
|
537
|
+
oneShapes26_hero:"Shapes26_hero",
|
|
538
|
+
fieldSetShapes26_bento_item:"String",
|
|
539
|
+
modelShapes26_bento_item:"ModelNavigationCompiled",
|
|
540
|
+
previewFieldsShapes26_bento_item:"ModelNavigationCompiled",
|
|
541
|
+
oneShapes26_bento_item:"Shapes26_bento_item",
|
|
542
|
+
fieldSetShapes26_bento_grid:"String",
|
|
543
|
+
modelShapes26_bento_grid:"ModelNavigationCompiled",
|
|
544
|
+
previewFieldsShapes26_bento_grid:"ModelNavigationCompiled",
|
|
545
|
+
oneShapes26_bento_grid:"Shapes26_bento_grid",
|
|
546
|
+
fieldSetShapes26_pricing_card:"String",
|
|
547
|
+
modelShapes26_pricing_card:"ModelNavigationCompiled",
|
|
548
|
+
previewFieldsShapes26_pricing_card:"ModelNavigationCompiled",
|
|
549
|
+
oneShapes26_pricing_card:"Shapes26_pricing_card",
|
|
550
|
+
fieldSetShapes26_footer:"String",
|
|
551
|
+
modelShapes26_footer:"ModelNavigationCompiled",
|
|
552
|
+
previewFieldsShapes26_footer:"ModelNavigationCompiled",
|
|
553
|
+
oneShapes26_footer:"Shapes26_footer",
|
|
554
|
+
fieldSetShapes26_nav:"String",
|
|
555
|
+
modelShapes26_nav:"ModelNavigationCompiled",
|
|
556
|
+
previewFieldsShapes26_nav:"ModelNavigationCompiled",
|
|
557
|
+
oneShapes26_nav:"Shapes26_nav",
|
|
558
|
+
fieldSetShapes26_pricing:"String",
|
|
559
|
+
modelShapes26_pricing:"ModelNavigationCompiled",
|
|
560
|
+
previewFieldsShapes26_pricing:"ModelNavigationCompiled",
|
|
561
|
+
oneShapes26_pricing:"Shapes26_pricing",
|
|
562
|
+
fieldSetShapes26_use_cases:"String",
|
|
563
|
+
modelShapes26_use_cases:"ModelNavigationCompiled",
|
|
564
|
+
previewFieldsShapes26_use_cases:"ModelNavigationCompiled",
|
|
565
|
+
oneShapes26_use_cases:"Shapes26_use_cases",
|
|
566
|
+
fieldSetShapes26_nav_link:"String",
|
|
567
|
+
modelShapes26_nav_link:"ModelNavigationCompiled",
|
|
568
|
+
previewFieldsShapes26_nav_link:"ModelNavigationCompiled",
|
|
569
|
+
oneShapes26_nav_link:"Shapes26_nav_link",
|
|
570
|
+
fieldSetShapetest_shape_agent:"String",
|
|
571
|
+
modelShapetest_shape_agent:"ModelNavigationCompiled",
|
|
572
|
+
previewFieldsShapetest_shape_agent:"ModelNavigationCompiled",
|
|
573
|
+
oneShapetest_shape_agent:"Shapetest_shape_agent",
|
|
574
|
+
fieldSetShapebleblebel:"String",
|
|
575
|
+
modelShapebleblebel:"ModelNavigationCompiled",
|
|
576
|
+
previewFieldsShapebleblebel:"ModelNavigationCompiled",
|
|
577
|
+
oneShapebleblebel:"Shapebleblebel",
|
|
445
578
|
variantsViewaccount:"Viewaccount",
|
|
446
579
|
fieldSetViewaccount:"String",
|
|
447
580
|
modelViewaccount:"ModelNavigationCompiled",
|
|
@@ -454,6 +587,12 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
454
587
|
previewFieldsViewfeatures:"ModelNavigationCompiled",
|
|
455
588
|
oneViewfeatures:"Viewfeatures",
|
|
456
589
|
oneAsScalarViewfeatures:"ViewAsScalar",
|
|
590
|
+
variantsViewhome:"Viewhome",
|
|
591
|
+
fieldSetViewhome:"String",
|
|
592
|
+
modelViewhome:"ModelNavigationCompiled",
|
|
593
|
+
previewFieldsViewhome:"ModelNavigationCompiled",
|
|
594
|
+
oneViewhome:"Viewhome",
|
|
595
|
+
oneAsScalarViewhome:"ViewAsScalar",
|
|
457
596
|
variantsViewhomepage:"Viewhomepage",
|
|
458
597
|
fieldSetViewhomepage:"String",
|
|
459
598
|
modelViewhomepage:"ModelNavigationCompiled",
|
|
@@ -487,7 +626,8 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
487
626
|
},
|
|
488
627
|
RootParamsType:{
|
|
489
628
|
_version:"String",
|
|
490
|
-
locale:"String"
|
|
629
|
+
locale:"String",
|
|
630
|
+
test_env:"String"
|
|
491
631
|
},
|
|
492
632
|
docs__Connection:{
|
|
493
633
|
items:"docs",
|
|
@@ -503,6 +643,67 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
503
643
|
content:"String",
|
|
504
644
|
video:"VideoField",
|
|
505
645
|
locale:"String",
|
|
646
|
+
test_env:"String",
|
|
647
|
+
slug:"String",
|
|
648
|
+
_id:"String",
|
|
649
|
+
createdAt:"Float",
|
|
650
|
+
updatedAt:"Float",
|
|
651
|
+
draft_version:"Boolean",
|
|
652
|
+
json_ld:"String"
|
|
653
|
+
},
|
|
654
|
+
newsletter_subscription_form__Connection:{
|
|
655
|
+
items:"newsletter_subscription_form",
|
|
656
|
+
pageInfo:"PageInfo"
|
|
657
|
+
},
|
|
658
|
+
newsletter_subscription_form:{
|
|
659
|
+
_version:"VersionField",
|
|
660
|
+
email:"InputField",
|
|
661
|
+
first_name:"InputField",
|
|
662
|
+
frequency_preference:"String",
|
|
663
|
+
topics_of_interest:"CheckboxField",
|
|
664
|
+
marketing_consent:"CheckboxField",
|
|
665
|
+
privacy_policy_agreement:"CheckboxField",
|
|
666
|
+
subscribe_button:"ButtonField",
|
|
667
|
+
locale:"String",
|
|
668
|
+
test_env:"String",
|
|
669
|
+
slug:"String",
|
|
670
|
+
_id:"String",
|
|
671
|
+
createdAt:"Float",
|
|
672
|
+
updatedAt:"Float",
|
|
673
|
+
draft_version:"Boolean",
|
|
674
|
+
json_ld:"String"
|
|
675
|
+
},
|
|
676
|
+
test_contact_form__Connection:{
|
|
677
|
+
items:"test_contact_form",
|
|
678
|
+
pageInfo:"PageInfo"
|
|
679
|
+
},
|
|
680
|
+
test_contact_form:{
|
|
681
|
+
_version:"VersionField",
|
|
682
|
+
email:"InputField",
|
|
683
|
+
message:"String",
|
|
684
|
+
agree:"CheckboxField",
|
|
685
|
+
submit:"ButtonField",
|
|
686
|
+
locale:"String",
|
|
687
|
+
test_env:"String",
|
|
688
|
+
slug:"String",
|
|
689
|
+
_id:"String",
|
|
690
|
+
createdAt:"Float",
|
|
691
|
+
updatedAt:"Float",
|
|
692
|
+
draft_version:"Boolean",
|
|
693
|
+
json_ld:"String"
|
|
694
|
+
},
|
|
695
|
+
test_form__Connection:{
|
|
696
|
+
items:"test_form",
|
|
697
|
+
pageInfo:"PageInfo"
|
|
698
|
+
},
|
|
699
|
+
test_form:{
|
|
700
|
+
_version:"VersionField",
|
|
701
|
+
name:"InputField",
|
|
702
|
+
message:"InputField",
|
|
703
|
+
agreement:"CheckboxField",
|
|
704
|
+
submit_button:"ButtonField",
|
|
705
|
+
locale:"String",
|
|
706
|
+
test_env:"String",
|
|
506
707
|
slug:"String",
|
|
507
708
|
_id:"String",
|
|
508
709
|
createdAt:"Float",
|
|
@@ -518,6 +719,7 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
518
719
|
_version:"VersionField",
|
|
519
720
|
main:"ViewaccountMain",
|
|
520
721
|
locale:"String",
|
|
722
|
+
test_env:"String",
|
|
521
723
|
slug:"String",
|
|
522
724
|
_id:"String",
|
|
523
725
|
createdAt:"Float",
|
|
@@ -533,6 +735,24 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
533
735
|
_version:"VersionField",
|
|
534
736
|
main:"ViewfeaturesMain",
|
|
535
737
|
locale:"String",
|
|
738
|
+
test_env:"String",
|
|
739
|
+
slug:"String",
|
|
740
|
+
_id:"String",
|
|
741
|
+
createdAt:"Float",
|
|
742
|
+
updatedAt:"Float",
|
|
743
|
+
draft_version:"Boolean",
|
|
744
|
+
json_ld:"String"
|
|
745
|
+
},
|
|
746
|
+
Viewhome:{
|
|
747
|
+
_version:"VersionField",
|
|
748
|
+
navigation:"Shapes26_nav",
|
|
749
|
+
hero:"Shapes26_hero",
|
|
750
|
+
bento:"Shapes26_bento_grid",
|
|
751
|
+
use_cases:"Shapes26_use_cases",
|
|
752
|
+
pricing:"Shapes26_pricing",
|
|
753
|
+
footer:"Shapes26_footer",
|
|
754
|
+
locale:"String",
|
|
755
|
+
test_env:"String",
|
|
536
756
|
slug:"String",
|
|
537
757
|
_id:"String",
|
|
538
758
|
createdAt:"Float",
|
|
@@ -558,6 +778,7 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
558
778
|
pricing:"Shapepricingv1",
|
|
559
779
|
footer:"Shapefoot",
|
|
560
780
|
locale:"String",
|
|
781
|
+
test_env:"String",
|
|
561
782
|
slug:"String",
|
|
562
783
|
_id:"String",
|
|
563
784
|
createdAt:"Float",
|
|
@@ -575,6 +796,7 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
575
796
|
title:"String",
|
|
576
797
|
feature_control:"ViewhowitworksFeature_control",
|
|
577
798
|
locale:"String",
|
|
799
|
+
test_env:"String",
|
|
578
800
|
slug:"String",
|
|
579
801
|
_id:"String",
|
|
580
802
|
createdAt:"Float",
|
|
@@ -591,6 +813,7 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
591
813
|
pricing:"Shapepricing",
|
|
592
814
|
footer:"Shapefooter",
|
|
593
815
|
locale:"String",
|
|
816
|
+
test_env:"String",
|
|
594
817
|
slug:"String",
|
|
595
818
|
_id:"String",
|
|
596
819
|
createdAt:"Float",
|
|
@@ -601,6 +824,7 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
601
824
|
Viewpricing_component:{
|
|
602
825
|
_version:"VersionField",
|
|
603
826
|
locale:"String",
|
|
827
|
+
test_env:"String",
|
|
604
828
|
slug:"String",
|
|
605
829
|
_id:"String",
|
|
606
830
|
createdAt:"Float",
|
|
@@ -611,6 +835,7 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
611
835
|
Viewttt:{
|
|
612
836
|
_version:"VersionField",
|
|
613
837
|
locale:"String",
|
|
838
|
+
test_env:"String",
|
|
614
839
|
slug:"String",
|
|
615
840
|
_id:"String",
|
|
616
841
|
createdAt:"Float",
|
|
@@ -618,170 +843,8 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
618
843
|
draft_version:"Boolean",
|
|
619
844
|
json_ld:"String"
|
|
620
845
|
},
|
|
621
|
-
|
|
622
|
-
|
|
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"
|
|
661
|
-
},
|
|
662
|
-
ShapeaimaAboutContainerMain_gridMain_contentAdd_value_block:{
|
|
663
|
-
add_value_title:"String",
|
|
664
|
-
add_value_list:"String"
|
|
665
|
-
},
|
|
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"
|
|
673
|
-
},
|
|
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:{
|
|
758
|
-
eyebrow:"String",
|
|
759
|
-
title:"String",
|
|
760
|
-
description:"String",
|
|
761
|
-
features:"String",
|
|
762
|
-
valuation_form:"ShapeaimasterHeroContainerRowContentblockValuation_form",
|
|
763
|
-
trust:"String"
|
|
764
|
-
},
|
|
765
|
-
ShapeaimasterHeroContainerRowFigureAttributionblock:{
|
|
766
|
-
indicator:"String",
|
|
767
|
-
review_note:"String"
|
|
768
|
-
},
|
|
769
|
-
ShapeaimasterHeroContainerRowFigure:{
|
|
770
|
-
image:"ImageField",
|
|
771
|
-
attributionblock:"ShapeaimasterHeroContainerRowFigureAttributionblock"
|
|
772
|
-
},
|
|
773
|
-
ShapeaimasterHeroContainerRow:{
|
|
774
|
-
contentblock:"ShapeaimasterHeroContainerRowContentblock",
|
|
775
|
-
figure:"ShapeaimasterHeroContainerRowFigure"
|
|
776
|
-
},
|
|
777
|
-
ShapeaimasterHeroContainer:{
|
|
778
|
-
row:"ShapeaimasterHeroContainerRow"
|
|
779
|
-
},
|
|
780
|
-
ShapeaimasterHero:{
|
|
781
|
-
container:"ShapeaimasterHeroContainer"
|
|
782
|
-
},
|
|
783
|
-
Shapeaimaster:{
|
|
784
|
-
hero:"ShapeaimasterHero",
|
|
846
|
+
Shapebleblebel:{
|
|
847
|
+
dupa:"docs",
|
|
785
848
|
_id:"String",
|
|
786
849
|
createdAt:"Float",
|
|
787
850
|
updatedAt:"Float"
|
|
@@ -1346,6 +1409,289 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
1346
1409
|
createdAt:"Float",
|
|
1347
1410
|
updatedAt:"Float"
|
|
1348
1411
|
},
|
|
1412
|
+
Shapes26_bento_gridRootHeader:{
|
|
1413
|
+
eyebrow:"String",
|
|
1414
|
+
title:"String",
|
|
1415
|
+
description:"String"
|
|
1416
|
+
},
|
|
1417
|
+
Shapes26_bento_gridRootContainer:{
|
|
1418
|
+
items:"Shapes26_bento_item"
|
|
1419
|
+
},
|
|
1420
|
+
Shapes26_bento_gridRoot:{
|
|
1421
|
+
header:"Shapes26_bento_gridRootHeader",
|
|
1422
|
+
container:"Shapes26_bento_gridRootContainer"
|
|
1423
|
+
},
|
|
1424
|
+
Shapes26_bento_grid:{
|
|
1425
|
+
root:"Shapes26_bento_gridRoot",
|
|
1426
|
+
_id:"String",
|
|
1427
|
+
createdAt:"Float",
|
|
1428
|
+
updatedAt:"Float"
|
|
1429
|
+
},
|
|
1430
|
+
Shapes26_bento_item:{
|
|
1431
|
+
icon_emoji:"String",
|
|
1432
|
+
highlight:"String",
|
|
1433
|
+
title:"String",
|
|
1434
|
+
description:"String",
|
|
1435
|
+
visual:"ImageField",
|
|
1436
|
+
_id:"String",
|
|
1437
|
+
createdAt:"Float",
|
|
1438
|
+
updatedAt:"Float"
|
|
1439
|
+
},
|
|
1440
|
+
Shapes26_footerRootGridBrand:{
|
|
1441
|
+
logo:"String",
|
|
1442
|
+
tagline:"String"
|
|
1443
|
+
},
|
|
1444
|
+
Shapes26_footerRootGridColumn1Link1:{
|
|
1445
|
+
label:"String",
|
|
1446
|
+
href:"String"
|
|
1447
|
+
},
|
|
1448
|
+
Shapes26_footerRootGridColumn1Link2:{
|
|
1449
|
+
label:"String",
|
|
1450
|
+
href:"String"
|
|
1451
|
+
},
|
|
1452
|
+
Shapes26_footerRootGridColumn1Link3:{
|
|
1453
|
+
label:"String",
|
|
1454
|
+
href:"String"
|
|
1455
|
+
},
|
|
1456
|
+
Shapes26_footerRootGridColumn1:{
|
|
1457
|
+
title:"String",
|
|
1458
|
+
link1:"Shapes26_footerRootGridColumn1Link1",
|
|
1459
|
+
link2:"Shapes26_footerRootGridColumn1Link2",
|
|
1460
|
+
link3:"Shapes26_footerRootGridColumn1Link3"
|
|
1461
|
+
},
|
|
1462
|
+
Shapes26_footerRootGridColumn2Link1:{
|
|
1463
|
+
label:"String",
|
|
1464
|
+
href:"String"
|
|
1465
|
+
},
|
|
1466
|
+
Shapes26_footerRootGridColumn2Link2:{
|
|
1467
|
+
label:"String",
|
|
1468
|
+
href:"String"
|
|
1469
|
+
},
|
|
1470
|
+
Shapes26_footerRootGridColumn2Link3:{
|
|
1471
|
+
label:"String",
|
|
1472
|
+
href:"String"
|
|
1473
|
+
},
|
|
1474
|
+
Shapes26_footerRootGridColumn2:{
|
|
1475
|
+
title:"String",
|
|
1476
|
+
link1:"Shapes26_footerRootGridColumn2Link1",
|
|
1477
|
+
link2:"Shapes26_footerRootGridColumn2Link2",
|
|
1478
|
+
link3:"Shapes26_footerRootGridColumn2Link3"
|
|
1479
|
+
},
|
|
1480
|
+
Shapes26_footerRootGridColumn3Link1:{
|
|
1481
|
+
label:"String",
|
|
1482
|
+
href:"String"
|
|
1483
|
+
},
|
|
1484
|
+
Shapes26_footerRootGridColumn3Link2:{
|
|
1485
|
+
label:"String",
|
|
1486
|
+
href:"String"
|
|
1487
|
+
},
|
|
1488
|
+
Shapes26_footerRootGridColumn3Link3:{
|
|
1489
|
+
label:"String",
|
|
1490
|
+
href:"String"
|
|
1491
|
+
},
|
|
1492
|
+
Shapes26_footerRootGridColumn3:{
|
|
1493
|
+
title:"String",
|
|
1494
|
+
link1:"Shapes26_footerRootGridColumn3Link1",
|
|
1495
|
+
link2:"Shapes26_footerRootGridColumn3Link2",
|
|
1496
|
+
link3:"Shapes26_footerRootGridColumn3Link3"
|
|
1497
|
+
},
|
|
1498
|
+
Shapes26_footerRootGrid:{
|
|
1499
|
+
brand:"Shapes26_footerRootGridBrand",
|
|
1500
|
+
column1:"Shapes26_footerRootGridColumn1",
|
|
1501
|
+
column2:"Shapes26_footerRootGridColumn2",
|
|
1502
|
+
column3:"Shapes26_footerRootGridColumn3"
|
|
1503
|
+
},
|
|
1504
|
+
Shapes26_footerRootBottomSocials:{
|
|
1505
|
+
github:"String",
|
|
1506
|
+
twitter:"String",
|
|
1507
|
+
discord:"String"
|
|
1508
|
+
},
|
|
1509
|
+
Shapes26_footerRootBottom:{
|
|
1510
|
+
copyright:"String",
|
|
1511
|
+
socials:"Shapes26_footerRootBottomSocials"
|
|
1512
|
+
},
|
|
1513
|
+
Shapes26_footerRoot:{
|
|
1514
|
+
grid:"Shapes26_footerRootGrid",
|
|
1515
|
+
bottom:"Shapes26_footerRootBottom"
|
|
1516
|
+
},
|
|
1517
|
+
Shapes26_footer:{
|
|
1518
|
+
root:"Shapes26_footerRoot",
|
|
1519
|
+
_id:"String",
|
|
1520
|
+
createdAt:"Float",
|
|
1521
|
+
updatedAt:"Float"
|
|
1522
|
+
},
|
|
1523
|
+
Shapes26_heroContainerEyebrow:{
|
|
1524
|
+
badge:"String",
|
|
1525
|
+
announcement:"String"
|
|
1526
|
+
},
|
|
1527
|
+
Shapes26_heroContainerActions:{
|
|
1528
|
+
primary_cta:"String",
|
|
1529
|
+
secondary_cta:"String"
|
|
1530
|
+
},
|
|
1531
|
+
Shapes26_heroContainerHero_visual:{
|
|
1532
|
+
image:"ImageField",
|
|
1533
|
+
video:"VideoField"
|
|
1534
|
+
},
|
|
1535
|
+
Shapes26_heroContainerStatsStat1:{
|
|
1536
|
+
value:"String",
|
|
1537
|
+
label:"String"
|
|
1538
|
+
},
|
|
1539
|
+
Shapes26_heroContainerStatsStat2:{
|
|
1540
|
+
value:"String",
|
|
1541
|
+
label:"String"
|
|
1542
|
+
},
|
|
1543
|
+
Shapes26_heroContainerStatsStat3:{
|
|
1544
|
+
value:"String",
|
|
1545
|
+
label:"String"
|
|
1546
|
+
},
|
|
1547
|
+
Shapes26_heroContainerStatsStat4:{
|
|
1548
|
+
value:"String",
|
|
1549
|
+
label:"String"
|
|
1550
|
+
},
|
|
1551
|
+
Shapes26_heroContainerStats:{
|
|
1552
|
+
stat1:"Shapes26_heroContainerStatsStat1",
|
|
1553
|
+
stat2:"Shapes26_heroContainerStatsStat2",
|
|
1554
|
+
stat3:"Shapes26_heroContainerStatsStat3",
|
|
1555
|
+
stat4:"Shapes26_heroContainerStatsStat4"
|
|
1556
|
+
},
|
|
1557
|
+
Shapes26_heroContainer:{
|
|
1558
|
+
eyebrow:"Shapes26_heroContainerEyebrow",
|
|
1559
|
+
headline:"String",
|
|
1560
|
+
subheadline:"String",
|
|
1561
|
+
actions:"Shapes26_heroContainerActions",
|
|
1562
|
+
hero_visual:"Shapes26_heroContainerHero_visual",
|
|
1563
|
+
stats:"Shapes26_heroContainerStats"
|
|
1564
|
+
},
|
|
1565
|
+
Shapes26_hero:{
|
|
1566
|
+
container:"Shapes26_heroContainer",
|
|
1567
|
+
_id:"String",
|
|
1568
|
+
createdAt:"Float",
|
|
1569
|
+
updatedAt:"Float"
|
|
1570
|
+
},
|
|
1571
|
+
Shapes26_navNavbarLinks:{
|
|
1572
|
+
link1:"Shapes26_nav_link",
|
|
1573
|
+
link2:"Shapes26_nav_link",
|
|
1574
|
+
link3:"Shapes26_nav_link",
|
|
1575
|
+
link4:"Shapes26_nav_link"
|
|
1576
|
+
},
|
|
1577
|
+
Shapes26_navNavbarActions:{
|
|
1578
|
+
login:"String",
|
|
1579
|
+
cta:"String"
|
|
1580
|
+
},
|
|
1581
|
+
Shapes26_navNavbar:{
|
|
1582
|
+
logo:"String",
|
|
1583
|
+
links:"Shapes26_navNavbarLinks",
|
|
1584
|
+
actions:"Shapes26_navNavbarActions"
|
|
1585
|
+
},
|
|
1586
|
+
Shapes26_nav:{
|
|
1587
|
+
navbar:"Shapes26_navNavbar",
|
|
1588
|
+
_id:"String",
|
|
1589
|
+
createdAt:"Float",
|
|
1590
|
+
updatedAt:"Float"
|
|
1591
|
+
},
|
|
1592
|
+
Shapes26_nav_link:{
|
|
1593
|
+
label:"String",
|
|
1594
|
+
href:"String",
|
|
1595
|
+
_id:"String",
|
|
1596
|
+
createdAt:"Float",
|
|
1597
|
+
updatedAt:"Float"
|
|
1598
|
+
},
|
|
1599
|
+
Shapes26_pricingSectionHeader:{
|
|
1600
|
+
eyebrow:"String",
|
|
1601
|
+
title:"String",
|
|
1602
|
+
description:"String"
|
|
1603
|
+
},
|
|
1604
|
+
Shapes26_pricingSectionPlans_container:{
|
|
1605
|
+
plans:"Shapes26_pricing_card"
|
|
1606
|
+
},
|
|
1607
|
+
Shapes26_pricingSection:{
|
|
1608
|
+
header:"Shapes26_pricingSectionHeader",
|
|
1609
|
+
plans_container:"Shapes26_pricingSectionPlans_container"
|
|
1610
|
+
},
|
|
1611
|
+
Shapes26_pricing:{
|
|
1612
|
+
section:"Shapes26_pricingSection",
|
|
1613
|
+
_id:"String",
|
|
1614
|
+
createdAt:"Float",
|
|
1615
|
+
updatedAt:"Float"
|
|
1616
|
+
},
|
|
1617
|
+
Shapes26_pricing_cardFeatures:{
|
|
1618
|
+
feature1:"String",
|
|
1619
|
+
feature2:"String",
|
|
1620
|
+
feature3:"String",
|
|
1621
|
+
feature4:"String",
|
|
1622
|
+
feature5:"String"
|
|
1623
|
+
},
|
|
1624
|
+
Shapes26_pricing_card:{
|
|
1625
|
+
badge:"String",
|
|
1626
|
+
plan_name:"String",
|
|
1627
|
+
price:"String",
|
|
1628
|
+
price_period:"String",
|
|
1629
|
+
description:"String",
|
|
1630
|
+
features:"Shapes26_pricing_cardFeatures",
|
|
1631
|
+
cta:"String",
|
|
1632
|
+
_id:"String",
|
|
1633
|
+
createdAt:"Float",
|
|
1634
|
+
updatedAt:"Float"
|
|
1635
|
+
},
|
|
1636
|
+
Shapes26_use_casesSectionHeader:{
|
|
1637
|
+
eyebrow:"String",
|
|
1638
|
+
title:"String",
|
|
1639
|
+
description:"String"
|
|
1640
|
+
},
|
|
1641
|
+
Shapes26_use_casesSectionGridUse_husarHeader:{
|
|
1642
|
+
icon:"String",
|
|
1643
|
+
title:"String"
|
|
1644
|
+
},
|
|
1645
|
+
Shapes26_use_casesSectionGridUse_husarItems:{
|
|
1646
|
+
item1:"String",
|
|
1647
|
+
item2:"String",
|
|
1648
|
+
item3:"String",
|
|
1649
|
+
item4:"String",
|
|
1650
|
+
item5:"String"
|
|
1651
|
+
},
|
|
1652
|
+
Shapes26_use_casesSectionGridUse_husar:{
|
|
1653
|
+
header:"Shapes26_use_casesSectionGridUse_husarHeader",
|
|
1654
|
+
items:"Shapes26_use_casesSectionGridUse_husarItems"
|
|
1655
|
+
},
|
|
1656
|
+
Shapes26_use_casesSectionGridNot_for_youHeader:{
|
|
1657
|
+
icon:"String",
|
|
1658
|
+
title:"String"
|
|
1659
|
+
},
|
|
1660
|
+
Shapes26_use_casesSectionGridNot_for_youItemsItem1:{
|
|
1661
|
+
text:"String",
|
|
1662
|
+
alternative:"String"
|
|
1663
|
+
},
|
|
1664
|
+
Shapes26_use_casesSectionGridNot_for_youItemsItem2:{
|
|
1665
|
+
text:"String",
|
|
1666
|
+
alternative:"String"
|
|
1667
|
+
},
|
|
1668
|
+
Shapes26_use_casesSectionGridNot_for_youItemsItem3:{
|
|
1669
|
+
text:"String",
|
|
1670
|
+
alternative:"String"
|
|
1671
|
+
},
|
|
1672
|
+
Shapes26_use_casesSectionGridNot_for_youItems:{
|
|
1673
|
+
item1:"Shapes26_use_casesSectionGridNot_for_youItemsItem1",
|
|
1674
|
+
item2:"Shapes26_use_casesSectionGridNot_for_youItemsItem2",
|
|
1675
|
+
item3:"Shapes26_use_casesSectionGridNot_for_youItemsItem3"
|
|
1676
|
+
},
|
|
1677
|
+
Shapes26_use_casesSectionGridNot_for_you:{
|
|
1678
|
+
header:"Shapes26_use_casesSectionGridNot_for_youHeader",
|
|
1679
|
+
items:"Shapes26_use_casesSectionGridNot_for_youItems"
|
|
1680
|
+
},
|
|
1681
|
+
Shapes26_use_casesSectionGrid:{
|
|
1682
|
+
use_husar:"Shapes26_use_casesSectionGridUse_husar",
|
|
1683
|
+
not_for_you:"Shapes26_use_casesSectionGridNot_for_you"
|
|
1684
|
+
},
|
|
1685
|
+
Shapes26_use_casesSection:{
|
|
1686
|
+
header:"Shapes26_use_casesSectionHeader",
|
|
1687
|
+
grid:"Shapes26_use_casesSectionGrid"
|
|
1688
|
+
},
|
|
1689
|
+
Shapes26_use_cases:{
|
|
1690
|
+
section:"Shapes26_use_casesSection",
|
|
1691
|
+
_id:"String",
|
|
1692
|
+
createdAt:"Float",
|
|
1693
|
+
updatedAt:"Float"
|
|
1694
|
+
},
|
|
1349
1695
|
Shapesecondary_cta:{
|
|
1350
1696
|
cta:"String",
|
|
1351
1697
|
_id:"String",
|
|
@@ -1381,6 +1727,12 @@ export const ReturnTypes: Record<string,any> = {
|
|
|
1381
1727
|
createdAt:"Float",
|
|
1382
1728
|
updatedAt:"Float"
|
|
1383
1729
|
},
|
|
1730
|
+
Shapetest_shape_agent:{
|
|
1731
|
+
title:"String",
|
|
1732
|
+
_id:"String",
|
|
1733
|
+
createdAt:"Float",
|
|
1734
|
+
updatedAt:"Float"
|
|
1735
|
+
},
|
|
1384
1736
|
ShapetestimonialItems:{
|
|
1385
1737
|
quote:"String",
|
|
1386
1738
|
author_name:"String",
|