@husar.ai/cli 0.4.0 → 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/MCP_SERVER.md +92 -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 +1410 -218
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.d.ts +6889 -1508
- package/dist/zeus/index.js +197 -11
- 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 +1418 -218
- package/src/zeus/index.ts +6969 -1611
package/dist/zeus/const.js
CHANGED
|
@@ -31,17 +31,144 @@ 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
|
+
listPaginatednewsletter_subscription_form: {
|
|
48
|
+
page: "PageInput",
|
|
49
|
+
rootParams: "RootParamsInput",
|
|
50
|
+
sort: "newsletter_subscription_formSortInput",
|
|
51
|
+
filter: "newsletter_subscription_formFilterInput"
|
|
52
|
+
},
|
|
53
|
+
onenewsletter_subscription_formBySlug: {
|
|
54
|
+
rootParams: "RootParamsInput"
|
|
55
|
+
},
|
|
56
|
+
oneAsScalarnewsletter_subscription_formBySlug: {
|
|
57
|
+
rootParams: "RootParamsInput"
|
|
58
|
+
},
|
|
59
|
+
variantsnewsletter_subscription_formBySlug: {},
|
|
60
|
+
listPaginatedtest_contact_form: {
|
|
61
|
+
page: "PageInput",
|
|
62
|
+
rootParams: "RootParamsInput",
|
|
63
|
+
sort: "test_contact_formSortInput",
|
|
64
|
+
filter: "test_contact_formFilterInput"
|
|
65
|
+
},
|
|
66
|
+
onetest_contact_formBySlug: {
|
|
67
|
+
rootParams: "RootParamsInput"
|
|
68
|
+
},
|
|
69
|
+
oneAsScalartest_contact_formBySlug: {
|
|
70
|
+
rootParams: "RootParamsInput"
|
|
71
|
+
},
|
|
72
|
+
variantstest_contact_formBySlug: {},
|
|
73
|
+
listPaginatedtest_form: {
|
|
74
|
+
page: "PageInput",
|
|
75
|
+
rootParams: "RootParamsInput",
|
|
76
|
+
sort: "test_formSortInput",
|
|
77
|
+
filter: "test_formFilterInput"
|
|
78
|
+
},
|
|
79
|
+
onetest_formBySlug: {
|
|
80
|
+
rootParams: "RootParamsInput"
|
|
81
|
+
},
|
|
82
|
+
oneAsScalartest_formBySlug: {
|
|
83
|
+
rootParams: "RootParamsInput"
|
|
84
|
+
},
|
|
85
|
+
variantstest_formBySlug: {},
|
|
86
|
+
oneViewaccount: {
|
|
87
|
+
rootParams: "RootParamsInput"
|
|
88
|
+
},
|
|
89
|
+
oneAsScalarViewaccount: {
|
|
90
|
+
rootParams: "RootParamsInput"
|
|
91
|
+
},
|
|
92
|
+
oneViewfeatures: {
|
|
93
|
+
rootParams: "RootParamsInput"
|
|
94
|
+
},
|
|
95
|
+
oneAsScalarViewfeatures: {
|
|
96
|
+
rootParams: "RootParamsInput"
|
|
97
|
+
},
|
|
98
|
+
oneViewhome: {
|
|
99
|
+
rootParams: "RootParamsInput"
|
|
100
|
+
},
|
|
101
|
+
oneAsScalarViewhome: {
|
|
102
|
+
rootParams: "RootParamsInput"
|
|
103
|
+
},
|
|
104
|
+
oneViewhomepage: {
|
|
35
105
|
rootParams: "RootParamsInput"
|
|
36
106
|
},
|
|
37
|
-
|
|
107
|
+
oneAsScalarViewhomepage: {
|
|
108
|
+
rootParams: "RootParamsInput"
|
|
109
|
+
},
|
|
110
|
+
oneViewhowitworks: {
|
|
111
|
+
rootParams: "RootParamsInput"
|
|
112
|
+
},
|
|
113
|
+
oneAsScalarViewhowitworks: {
|
|
114
|
+
rootParams: "RootParamsInput"
|
|
115
|
+
},
|
|
116
|
+
oneViewlanding_page: {
|
|
117
|
+
rootParams: "RootParamsInput"
|
|
118
|
+
},
|
|
119
|
+
oneAsScalarViewlanding_page: {
|
|
120
|
+
rootParams: "RootParamsInput"
|
|
121
|
+
},
|
|
122
|
+
oneViewpricing_component: {
|
|
123
|
+
rootParams: "RootParamsInput"
|
|
124
|
+
},
|
|
125
|
+
oneAsScalarViewpricing_component: {
|
|
126
|
+
rootParams: "RootParamsInput"
|
|
127
|
+
},
|
|
128
|
+
oneViewttt: {
|
|
129
|
+
rootParams: "RootParamsInput"
|
|
130
|
+
},
|
|
131
|
+
oneAsScalarViewttt: {
|
|
38
132
|
rootParams: "RootParamsInput"
|
|
39
133
|
}
|
|
40
134
|
},
|
|
135
|
+
ModelEnum: "enum",
|
|
41
136
|
ViewEnum: "enum",
|
|
42
137
|
ShapeEnum: "enum",
|
|
43
138
|
RootParamsInput: {},
|
|
44
139
|
RootParamsEnum: "enum",
|
|
140
|
+
docsSortInput: {
|
|
141
|
+
slug: "Sort",
|
|
142
|
+
createdAt: "Sort",
|
|
143
|
+
updatedAt: "Sort"
|
|
144
|
+
},
|
|
145
|
+
newsletter_subscription_formSortInput: {
|
|
146
|
+
slug: "Sort",
|
|
147
|
+
createdAt: "Sort",
|
|
148
|
+
updatedAt: "Sort"
|
|
149
|
+
},
|
|
150
|
+
test_contact_formSortInput: {
|
|
151
|
+
slug: "Sort",
|
|
152
|
+
createdAt: "Sort",
|
|
153
|
+
updatedAt: "Sort"
|
|
154
|
+
},
|
|
155
|
+
test_formSortInput: {
|
|
156
|
+
slug: "Sort",
|
|
157
|
+
createdAt: "Sort",
|
|
158
|
+
updatedAt: "Sort"
|
|
159
|
+
},
|
|
160
|
+
docsFilterInput: {
|
|
161
|
+
slug: "FilterInputString"
|
|
162
|
+
},
|
|
163
|
+
newsletter_subscription_formFilterInput: {
|
|
164
|
+
slug: "FilterInputString"
|
|
165
|
+
},
|
|
166
|
+
test_contact_formFilterInput: {
|
|
167
|
+
slug: "FilterInputString"
|
|
168
|
+
},
|
|
169
|
+
test_formFilterInput: {
|
|
170
|
+
slug: "FilterInputString"
|
|
171
|
+
},
|
|
45
172
|
ID: `scalar.ID`
|
|
46
173
|
};
|
|
47
174
|
export const ReturnTypes = {
|
|
@@ -191,6 +318,7 @@ export const ReturnTypes = {
|
|
|
191
318
|
shouldRender: "Boolean"
|
|
192
319
|
},
|
|
193
320
|
ShapeLibrary: {
|
|
321
|
+
id: "String",
|
|
194
322
|
name: "String",
|
|
195
323
|
shapes: "Shape",
|
|
196
324
|
description: "String"
|
|
@@ -206,73 +334,295 @@ export const ReturnTypes = {
|
|
|
206
334
|
shapeLibraries: "ShapeLibrary",
|
|
207
335
|
responses: "JSON",
|
|
208
336
|
response: "JSON",
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
fieldSetShapelanding_pricing_note: "String",
|
|
238
|
-
modelShapelanding_pricing_note: "ModelNavigationCompiled",
|
|
239
|
-
previewFieldsShapelanding_pricing_note: "ModelNavigationCompiled",
|
|
240
|
-
oneShapelanding_pricing_note: "Shapelanding_pricing_note",
|
|
241
|
-
fieldSetShapelanding_purposes: "String",
|
|
242
|
-
modelShapelanding_purposes: "ModelNavigationCompiled",
|
|
243
|
-
previewFieldsShapelanding_purposes: "ModelNavigationCompiled",
|
|
244
|
-
oneShapelanding_purposes: "Shapelanding_purposes",
|
|
245
|
-
fieldSetShapelogo: "String",
|
|
246
|
-
modelShapelogo: "ModelNavigationCompiled",
|
|
247
|
-
previewFieldsShapelogo: "ModelNavigationCompiled",
|
|
248
|
-
oneShapelogo: "Shapelogo",
|
|
337
|
+
listPaginateddocs: "docs__Connection",
|
|
338
|
+
onedocsBySlug: "docs",
|
|
339
|
+
oneAsScalardocsBySlug: "ModelAsScalar",
|
|
340
|
+
variantsdocsBySlug: "docs",
|
|
341
|
+
fieldSetdocs: "String",
|
|
342
|
+
modeldocs: "ModelNavigationCompiled",
|
|
343
|
+
previewFieldsdocs: "ModelNavigationCompiled",
|
|
344
|
+
listPaginatednewsletter_subscription_form: "newsletter_subscription_form__Connection",
|
|
345
|
+
onenewsletter_subscription_formBySlug: "newsletter_subscription_form",
|
|
346
|
+
oneAsScalarnewsletter_subscription_formBySlug: "ModelAsScalar",
|
|
347
|
+
variantsnewsletter_subscription_formBySlug: "newsletter_subscription_form",
|
|
348
|
+
fieldSetnewsletter_subscription_form: "String",
|
|
349
|
+
modelnewsletter_subscription_form: "ModelNavigationCompiled",
|
|
350
|
+
previewFieldsnewsletter_subscription_form: "ModelNavigationCompiled",
|
|
351
|
+
listPaginatedtest_contact_form: "test_contact_form__Connection",
|
|
352
|
+
onetest_contact_formBySlug: "test_contact_form",
|
|
353
|
+
oneAsScalartest_contact_formBySlug: "ModelAsScalar",
|
|
354
|
+
variantstest_contact_formBySlug: "test_contact_form",
|
|
355
|
+
fieldSettest_contact_form: "String",
|
|
356
|
+
modeltest_contact_form: "ModelNavigationCompiled",
|
|
357
|
+
previewFieldstest_contact_form: "ModelNavigationCompiled",
|
|
358
|
+
listPaginatedtest_form: "test_form__Connection",
|
|
359
|
+
onetest_formBySlug: "test_form",
|
|
360
|
+
oneAsScalartest_formBySlug: "ModelAsScalar",
|
|
361
|
+
variantstest_formBySlug: "test_form",
|
|
362
|
+
fieldSettest_form: "String",
|
|
363
|
+
modeltest_form: "ModelNavigationCompiled",
|
|
364
|
+
previewFieldstest_form: "ModelNavigationCompiled",
|
|
249
365
|
fieldSetShapenav: "String",
|
|
250
366
|
modelShapenav: "ModelNavigationCompiled",
|
|
251
367
|
previewFieldsShapenav: "ModelNavigationCompiled",
|
|
252
368
|
oneShapenav: "Shapenav",
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
369
|
+
fieldSetShapehero: "String",
|
|
370
|
+
modelShapehero: "ModelNavigationCompiled",
|
|
371
|
+
previewFieldsShapehero: "ModelNavigationCompiled",
|
|
372
|
+
oneShapehero: "Shapehero",
|
|
373
|
+
fieldSetShapedocs_nav: "String",
|
|
374
|
+
modelShapedocs_nav: "ModelNavigationCompiled",
|
|
375
|
+
previewFieldsShapedocs_nav: "ModelNavigationCompiled",
|
|
376
|
+
oneShapedocs_nav: "Shapedocs_nav",
|
|
377
|
+
fieldSetShapedocs_content: "String",
|
|
378
|
+
modelShapedocs_content: "ModelNavigationCompiled",
|
|
379
|
+
previewFieldsShapedocs_content: "ModelNavigationCompiled",
|
|
380
|
+
oneShapedocs_content: "Shapedocs_content",
|
|
381
|
+
fieldSetShapeherox: "String",
|
|
382
|
+
modelShapeherox: "ModelNavigationCompiled",
|
|
383
|
+
previewFieldsShapeherox: "ModelNavigationCompiled",
|
|
384
|
+
oneShapeherox: "Shapeherox",
|
|
385
|
+
fieldSetShapefoot: "String",
|
|
386
|
+
modelShapefoot: "ModelNavigationCompiled",
|
|
387
|
+
previewFieldsShapefoot: "ModelNavigationCompiled",
|
|
388
|
+
oneShapefoot: "Shapefoot",
|
|
389
|
+
fieldSetShapenewshape: "String",
|
|
390
|
+
modelShapenewshape: "ModelNavigationCompiled",
|
|
391
|
+
previewFieldsShapenewshape: "ModelNavigationCompiled",
|
|
392
|
+
oneShapenewshape: "Shapenewshape",
|
|
393
|
+
fieldSetShapepricingv1: "String",
|
|
394
|
+
modelShapepricingv1: "ModelNavigationCompiled",
|
|
395
|
+
previewFieldsShapepricingv1: "ModelNavigationCompiled",
|
|
396
|
+
oneShapepricingv1: "Shapepricingv1",
|
|
397
|
+
fieldSetShapelista_projektow: "String",
|
|
398
|
+
modelShapelista_projektow: "ModelNavigationCompiled",
|
|
399
|
+
previewFieldsShapelista_projektow: "ModelNavigationCompiled",
|
|
400
|
+
oneShapelista_projektow: "Shapelista_projektow",
|
|
401
|
+
fieldSetShapeusage: "String",
|
|
402
|
+
modelShapeusage: "ModelNavigationCompiled",
|
|
403
|
+
previewFieldsShapeusage: "ModelNavigationCompiled",
|
|
404
|
+
oneShapeusage: "Shapeusage",
|
|
405
|
+
fieldSetShapeprofile_info: "String",
|
|
406
|
+
modelShapeprofile_info: "ModelNavigationCompiled",
|
|
407
|
+
previewFieldsShapeprofile_info: "ModelNavigationCompiled",
|
|
408
|
+
oneShapeprofile_info: "Shapeprofile_info",
|
|
409
|
+
fieldSetShapefeaturepresentation: "String",
|
|
410
|
+
modelShapefeaturepresentation: "ModelNavigationCompiled",
|
|
411
|
+
previewFieldsShapefeaturepresentation: "ModelNavigationCompiled",
|
|
412
|
+
oneShapefeaturepresentation: "Shapefeaturepresentation",
|
|
413
|
+
fieldSetShapesupport: "String",
|
|
414
|
+
modelShapesupport: "ModelNavigationCompiled",
|
|
415
|
+
previewFieldsShapesupport: "ModelNavigationCompiled",
|
|
416
|
+
oneShapesupport: "Shapesupport",
|
|
417
|
+
fieldSetShapecloud_sidebar: "String",
|
|
418
|
+
modelShapecloud_sidebar: "ModelNavigationCompiled",
|
|
419
|
+
previewFieldsShapecloud_sidebar: "ModelNavigationCompiled",
|
|
420
|
+
oneShapecloud_sidebar: "Shapecloud_sidebar",
|
|
421
|
+
fieldSetShapectabutton: "String",
|
|
422
|
+
modelShapectabutton: "ModelNavigationCompiled",
|
|
423
|
+
previewFieldsShapectabutton: "ModelNavigationCompiled",
|
|
424
|
+
oneShapectabutton: "Shapectabutton",
|
|
425
|
+
fieldSetShapesecondary_cta: "String",
|
|
426
|
+
modelShapesecondary_cta: "ModelNavigationCompiled",
|
|
427
|
+
previewFieldsShapesecondary_cta: "ModelNavigationCompiled",
|
|
428
|
+
oneShapesecondary_cta: "Shapesecondary_cta",
|
|
429
|
+
fieldSetShapetitle_desc: "String",
|
|
430
|
+
modelShapetitle_desc: "ModelNavigationCompiled",
|
|
431
|
+
previewFieldsShapetitle_desc: "ModelNavigationCompiled",
|
|
432
|
+
oneShapetitle_desc: "Shapetitle_desc",
|
|
433
|
+
fieldSetShapecta_boom: "String",
|
|
434
|
+
modelShapecta_boom: "ModelNavigationCompiled",
|
|
435
|
+
previewFieldsShapecta_boom: "ModelNavigationCompiled",
|
|
436
|
+
oneShapecta_boom: "Shapecta_boom",
|
|
437
|
+
fieldSetShapepricingv2: "String",
|
|
438
|
+
modelShapepricingv2: "ModelNavigationCompiled",
|
|
439
|
+
previewFieldsShapepricingv2: "ModelNavigationCompiled",
|
|
440
|
+
oneShapepricingv2: "Shapepricingv2",
|
|
441
|
+
fieldSetShapeheading: "String",
|
|
442
|
+
modelShapeheading: "ModelNavigationCompiled",
|
|
443
|
+
previewFieldsShapeheading: "ModelNavigationCompiled",
|
|
444
|
+
oneShapeheading: "Shapeheading",
|
|
445
|
+
fieldSetShapesubheading: "String",
|
|
446
|
+
modelShapesubheading: "ModelNavigationCompiled",
|
|
447
|
+
previewFieldsShapesubheading: "ModelNavigationCompiled",
|
|
448
|
+
oneShapesubheading: "Shapesubheading",
|
|
449
|
+
fieldSetShapefeaturesv2: "String",
|
|
450
|
+
modelShapefeaturesv2: "ModelNavigationCompiled",
|
|
451
|
+
previewFieldsShapefeaturesv2: "ModelNavigationCompiled",
|
|
452
|
+
oneShapefeaturesv2: "Shapefeaturesv2",
|
|
453
|
+
fieldSetShapebutton: "String",
|
|
454
|
+
modelShapebutton: "ModelNavigationCompiled",
|
|
455
|
+
previewFieldsShapebutton: "ModelNavigationCompiled",
|
|
456
|
+
oneShapebutton: "Shapebutton",
|
|
457
|
+
fieldSetShapelink: "String",
|
|
458
|
+
modelShapelink: "ModelNavigationCompiled",
|
|
459
|
+
previewFieldsShapelink: "ModelNavigationCompiled",
|
|
460
|
+
oneShapelink: "Shapelink",
|
|
461
|
+
fieldSetShapeimage_atom: "String",
|
|
462
|
+
modelShapeimage_atom: "ModelNavigationCompiled",
|
|
463
|
+
previewFieldsShapeimage_atom: "ModelNavigationCompiled",
|
|
464
|
+
oneShapeimage_atom: "Shapeimage_atom",
|
|
465
|
+
fieldSetShaperich_text: "String",
|
|
466
|
+
modelShaperich_text: "ModelNavigationCompiled",
|
|
467
|
+
previewFieldsShaperich_text: "ModelNavigationCompiled",
|
|
468
|
+
oneShaperich_text: "Shaperich_text",
|
|
469
|
+
fieldSetShapenavbar: "String",
|
|
470
|
+
modelShapenavbar: "ModelNavigationCompiled",
|
|
471
|
+
previewFieldsShapenavbar: "ModelNavigationCompiled",
|
|
472
|
+
oneShapenavbar: "Shapenavbar",
|
|
473
|
+
fieldSetShapehero_section: "String",
|
|
474
|
+
modelShapehero_section: "ModelNavigationCompiled",
|
|
475
|
+
previewFieldsShapehero_section: "ModelNavigationCompiled",
|
|
476
|
+
oneShapehero_section: "Shapehero_section",
|
|
477
|
+
fieldSetShapefeature_grid: "String",
|
|
478
|
+
modelShapefeature_grid: "ModelNavigationCompiled",
|
|
479
|
+
previewFieldsShapefeature_grid: "ModelNavigationCompiled",
|
|
480
|
+
oneShapefeature_grid: "Shapefeature_grid",
|
|
481
|
+
fieldSetShapetestimonial: "String",
|
|
482
|
+
modelShapetestimonial: "ModelNavigationCompiled",
|
|
483
|
+
previewFieldsShapetestimonial: "ModelNavigationCompiled",
|
|
484
|
+
oneShapetestimonial: "Shapetestimonial",
|
|
485
|
+
fieldSetShapepricing: "String",
|
|
486
|
+
modelShapepricing: "ModelNavigationCompiled",
|
|
487
|
+
previewFieldsShapepricing: "ModelNavigationCompiled",
|
|
488
|
+
oneShapepricing: "Shapepricing",
|
|
489
|
+
fieldSetShapefooter: "String",
|
|
490
|
+
modelShapefooter: "ModelNavigationCompiled",
|
|
491
|
+
previewFieldsShapefooter: "ModelNavigationCompiled",
|
|
492
|
+
oneShapefooter: "Shapefooter",
|
|
493
|
+
fieldSetShapelanding_navbar: "String",
|
|
494
|
+
modelShapelanding_navbar: "ModelNavigationCompiled",
|
|
495
|
+
previewFieldsShapelanding_navbar: "ModelNavigationCompiled",
|
|
496
|
+
oneShapelanding_navbar: "Shapelanding_navbar",
|
|
497
|
+
fieldSetShapelanding_hero: "String",
|
|
498
|
+
modelShapelanding_hero: "ModelNavigationCompiled",
|
|
499
|
+
previewFieldsShapelanding_hero: "ModelNavigationCompiled",
|
|
500
|
+
oneShapelanding_hero: "Shapelanding_hero",
|
|
501
|
+
fieldSetShapelanding_features: "String",
|
|
502
|
+
modelShapelanding_features: "ModelNavigationCompiled",
|
|
503
|
+
previewFieldsShapelanding_features: "ModelNavigationCompiled",
|
|
504
|
+
oneShapelanding_features: "Shapelanding_features",
|
|
505
|
+
fieldSetShapelanding_testimonials: "String",
|
|
506
|
+
modelShapelanding_testimonials: "ModelNavigationCompiled",
|
|
507
|
+
previewFieldsShapelanding_testimonials: "ModelNavigationCompiled",
|
|
508
|
+
oneShapelanding_testimonials: "Shapelanding_testimonials",
|
|
509
|
+
fieldSetShapelanding_footer: "String",
|
|
510
|
+
modelShapelanding_footer: "ModelNavigationCompiled",
|
|
511
|
+
previewFieldsShapelanding_footer: "ModelNavigationCompiled",
|
|
512
|
+
oneShapelanding_footer: "Shapelanding_footer",
|
|
513
|
+
fieldSetShapes26_hero: "String",
|
|
514
|
+
modelShapes26_hero: "ModelNavigationCompiled",
|
|
515
|
+
previewFieldsShapes26_hero: "ModelNavigationCompiled",
|
|
516
|
+
oneShapes26_hero: "Shapes26_hero",
|
|
517
|
+
fieldSetShapes26_bento_item: "String",
|
|
518
|
+
modelShapes26_bento_item: "ModelNavigationCompiled",
|
|
519
|
+
previewFieldsShapes26_bento_item: "ModelNavigationCompiled",
|
|
520
|
+
oneShapes26_bento_item: "Shapes26_bento_item",
|
|
521
|
+
fieldSetShapes26_bento_grid: "String",
|
|
522
|
+
modelShapes26_bento_grid: "ModelNavigationCompiled",
|
|
523
|
+
previewFieldsShapes26_bento_grid: "ModelNavigationCompiled",
|
|
524
|
+
oneShapes26_bento_grid: "Shapes26_bento_grid",
|
|
525
|
+
fieldSetShapes26_pricing_card: "String",
|
|
526
|
+
modelShapes26_pricing_card: "ModelNavigationCompiled",
|
|
527
|
+
previewFieldsShapes26_pricing_card: "ModelNavigationCompiled",
|
|
528
|
+
oneShapes26_pricing_card: "Shapes26_pricing_card",
|
|
529
|
+
fieldSetShapes26_footer: "String",
|
|
530
|
+
modelShapes26_footer: "ModelNavigationCompiled",
|
|
531
|
+
previewFieldsShapes26_footer: "ModelNavigationCompiled",
|
|
532
|
+
oneShapes26_footer: "Shapes26_footer",
|
|
533
|
+
fieldSetShapes26_nav: "String",
|
|
534
|
+
modelShapes26_nav: "ModelNavigationCompiled",
|
|
535
|
+
previewFieldsShapes26_nav: "ModelNavigationCompiled",
|
|
536
|
+
oneShapes26_nav: "Shapes26_nav",
|
|
537
|
+
fieldSetShapes26_pricing: "String",
|
|
538
|
+
modelShapes26_pricing: "ModelNavigationCompiled",
|
|
539
|
+
previewFieldsShapes26_pricing: "ModelNavigationCompiled",
|
|
540
|
+
oneShapes26_pricing: "Shapes26_pricing",
|
|
541
|
+
fieldSetShapes26_use_cases: "String",
|
|
542
|
+
modelShapes26_use_cases: "ModelNavigationCompiled",
|
|
543
|
+
previewFieldsShapes26_use_cases: "ModelNavigationCompiled",
|
|
544
|
+
oneShapes26_use_cases: "Shapes26_use_cases",
|
|
545
|
+
fieldSetShapes26_nav_link: "String",
|
|
546
|
+
modelShapes26_nav_link: "ModelNavigationCompiled",
|
|
547
|
+
previewFieldsShapes26_nav_link: "ModelNavigationCompiled",
|
|
548
|
+
oneShapes26_nav_link: "Shapes26_nav_link",
|
|
549
|
+
fieldSetShapetest_shape_agent: "String",
|
|
550
|
+
modelShapetest_shape_agent: "ModelNavigationCompiled",
|
|
551
|
+
previewFieldsShapetest_shape_agent: "ModelNavigationCompiled",
|
|
552
|
+
oneShapetest_shape_agent: "Shapetest_shape_agent",
|
|
553
|
+
fieldSetShapebleblebel: "String",
|
|
554
|
+
modelShapebleblebel: "ModelNavigationCompiled",
|
|
555
|
+
previewFieldsShapebleblebel: "ModelNavigationCompiled",
|
|
556
|
+
oneShapebleblebel: "Shapebleblebel",
|
|
557
|
+
variantsViewaccount: "Viewaccount",
|
|
558
|
+
fieldSetViewaccount: "String",
|
|
559
|
+
modelViewaccount: "ModelNavigationCompiled",
|
|
560
|
+
previewFieldsViewaccount: "ModelNavigationCompiled",
|
|
561
|
+
oneViewaccount: "Viewaccount",
|
|
562
|
+
oneAsScalarViewaccount: "ViewAsScalar",
|
|
563
|
+
variantsViewfeatures: "Viewfeatures",
|
|
564
|
+
fieldSetViewfeatures: "String",
|
|
565
|
+
modelViewfeatures: "ModelNavigationCompiled",
|
|
566
|
+
previewFieldsViewfeatures: "ModelNavigationCompiled",
|
|
567
|
+
oneViewfeatures: "Viewfeatures",
|
|
568
|
+
oneAsScalarViewfeatures: "ViewAsScalar",
|
|
569
|
+
variantsViewhome: "Viewhome",
|
|
570
|
+
fieldSetViewhome: "String",
|
|
571
|
+
modelViewhome: "ModelNavigationCompiled",
|
|
572
|
+
previewFieldsViewhome: "ModelNavigationCompiled",
|
|
573
|
+
oneViewhome: "Viewhome",
|
|
574
|
+
oneAsScalarViewhome: "ViewAsScalar",
|
|
575
|
+
variantsViewhomepage: "Viewhomepage",
|
|
576
|
+
fieldSetViewhomepage: "String",
|
|
577
|
+
modelViewhomepage: "ModelNavigationCompiled",
|
|
578
|
+
previewFieldsViewhomepage: "ModelNavigationCompiled",
|
|
579
|
+
oneViewhomepage: "Viewhomepage",
|
|
580
|
+
oneAsScalarViewhomepage: "ViewAsScalar",
|
|
581
|
+
variantsViewhowitworks: "Viewhowitworks",
|
|
582
|
+
fieldSetViewhowitworks: "String",
|
|
583
|
+
modelViewhowitworks: "ModelNavigationCompiled",
|
|
584
|
+
previewFieldsViewhowitworks: "ModelNavigationCompiled",
|
|
585
|
+
oneViewhowitworks: "Viewhowitworks",
|
|
586
|
+
oneAsScalarViewhowitworks: "ViewAsScalar",
|
|
587
|
+
variantsViewlanding_page: "Viewlanding_page",
|
|
588
|
+
fieldSetViewlanding_page: "String",
|
|
589
|
+
modelViewlanding_page: "ModelNavigationCompiled",
|
|
590
|
+
previewFieldsViewlanding_page: "ModelNavigationCompiled",
|
|
591
|
+
oneViewlanding_page: "Viewlanding_page",
|
|
592
|
+
oneAsScalarViewlanding_page: "ViewAsScalar",
|
|
593
|
+
variantsViewpricing_component: "Viewpricing_component",
|
|
594
|
+
fieldSetViewpricing_component: "String",
|
|
595
|
+
modelViewpricing_component: "ModelNavigationCompiled",
|
|
596
|
+
previewFieldsViewpricing_component: "ModelNavigationCompiled",
|
|
597
|
+
oneViewpricing_component: "Viewpricing_component",
|
|
598
|
+
oneAsScalarViewpricing_component: "ViewAsScalar",
|
|
599
|
+
variantsViewttt: "Viewttt",
|
|
600
|
+
fieldSetViewttt: "String",
|
|
601
|
+
modelViewttt: "ModelNavigationCompiled",
|
|
602
|
+
previewFieldsViewttt: "ModelNavigationCompiled",
|
|
603
|
+
oneViewttt: "Viewttt",
|
|
604
|
+
oneAsScalarViewttt: "ViewAsScalar"
|
|
263
605
|
},
|
|
264
606
|
RootParamsType: {
|
|
265
|
-
_version: "String"
|
|
607
|
+
_version: "String",
|
|
608
|
+
locale: "String",
|
|
609
|
+
test_env: "String"
|
|
610
|
+
},
|
|
611
|
+
docs__Connection: {
|
|
612
|
+
items: "docs",
|
|
613
|
+
pageInfo: "PageInfo"
|
|
266
614
|
},
|
|
267
|
-
|
|
615
|
+
docs: {
|
|
268
616
|
_version: "VersionField",
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
617
|
+
title: "String",
|
|
618
|
+
seotitle: "String",
|
|
619
|
+
sortid: "Float",
|
|
620
|
+
metadesc: "String",
|
|
621
|
+
main_category: "String",
|
|
622
|
+
content: "String",
|
|
623
|
+
video: "VideoField",
|
|
624
|
+
locale: "String",
|
|
625
|
+
test_env: "String",
|
|
276
626
|
slug: "String",
|
|
277
627
|
_id: "String",
|
|
278
628
|
createdAt: "Float",
|
|
@@ -280,278 +630,1120 @@ export const ReturnTypes = {
|
|
|
280
630
|
draft_version: "Boolean",
|
|
281
631
|
json_ld: "String"
|
|
282
632
|
},
|
|
283
|
-
|
|
284
|
-
|
|
633
|
+
newsletter_subscription_form__Connection: {
|
|
634
|
+
items: "newsletter_subscription_form",
|
|
635
|
+
pageInfo: "PageInfo"
|
|
285
636
|
},
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
637
|
+
newsletter_subscription_form: {
|
|
638
|
+
_version: "VersionField",
|
|
639
|
+
email: "InputField",
|
|
640
|
+
first_name: "InputField",
|
|
641
|
+
frequency_preference: "String",
|
|
642
|
+
topics_of_interest: "CheckboxField",
|
|
643
|
+
marketing_consent: "CheckboxField",
|
|
644
|
+
privacy_policy_agreement: "CheckboxField",
|
|
645
|
+
subscribe_button: "ButtonField",
|
|
646
|
+
locale: "String",
|
|
647
|
+
test_env: "String",
|
|
648
|
+
slug: "String",
|
|
649
|
+
_id: "String",
|
|
650
|
+
createdAt: "Float",
|
|
651
|
+
updatedAt: "Float",
|
|
652
|
+
draft_version: "Boolean",
|
|
653
|
+
json_ld: "String"
|
|
290
654
|
},
|
|
291
|
-
|
|
292
|
-
|
|
655
|
+
test_contact_form__Connection: {
|
|
656
|
+
items: "test_contact_form",
|
|
657
|
+
pageInfo: "PageInfo"
|
|
293
658
|
},
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
659
|
+
test_contact_form: {
|
|
660
|
+
_version: "VersionField",
|
|
661
|
+
email: "InputField",
|
|
662
|
+
message: "String",
|
|
663
|
+
agree: "CheckboxField",
|
|
664
|
+
submit: "ButtonField",
|
|
665
|
+
locale: "String",
|
|
666
|
+
test_env: "String",
|
|
667
|
+
slug: "String",
|
|
668
|
+
_id: "String",
|
|
669
|
+
createdAt: "Float",
|
|
670
|
+
updatedAt: "Float",
|
|
671
|
+
draft_version: "Boolean",
|
|
672
|
+
json_ld: "String"
|
|
297
673
|
},
|
|
298
|
-
|
|
299
|
-
|
|
674
|
+
test_form__Connection: {
|
|
675
|
+
items: "test_form",
|
|
676
|
+
pageInfo: "PageInfo"
|
|
677
|
+
},
|
|
678
|
+
test_form: {
|
|
679
|
+
_version: "VersionField",
|
|
680
|
+
name: "InputField",
|
|
681
|
+
message: "InputField",
|
|
682
|
+
agreement: "CheckboxField",
|
|
683
|
+
submit_button: "ButtonField",
|
|
684
|
+
locale: "String",
|
|
685
|
+
test_env: "String",
|
|
686
|
+
slug: "String",
|
|
687
|
+
_id: "String",
|
|
688
|
+
createdAt: "Float",
|
|
689
|
+
updatedAt: "Float",
|
|
690
|
+
draft_version: "Boolean",
|
|
691
|
+
json_ld: "String"
|
|
692
|
+
},
|
|
693
|
+
ViewaccountMain: {
|
|
694
|
+
profile: "Shapeprofile_info",
|
|
695
|
+
projects: "Shapelista_projektow"
|
|
696
|
+
},
|
|
697
|
+
Viewaccount: {
|
|
698
|
+
_version: "VersionField",
|
|
699
|
+
main: "ViewaccountMain",
|
|
700
|
+
locale: "String",
|
|
701
|
+
test_env: "String",
|
|
702
|
+
slug: "String",
|
|
703
|
+
_id: "String",
|
|
704
|
+
createdAt: "Float",
|
|
705
|
+
updatedAt: "Float",
|
|
706
|
+
draft_version: "Boolean",
|
|
707
|
+
json_ld: "String"
|
|
708
|
+
},
|
|
709
|
+
ViewfeaturesMain: {
|
|
710
|
+
auto_translation: "Shapefeaturepresentation",
|
|
711
|
+
ai_component: "Shapefeaturepresentation"
|
|
712
|
+
},
|
|
713
|
+
Viewfeatures: {
|
|
714
|
+
_version: "VersionField",
|
|
715
|
+
main: "ViewfeaturesMain",
|
|
716
|
+
locale: "String",
|
|
717
|
+
test_env: "String",
|
|
718
|
+
slug: "String",
|
|
719
|
+
_id: "String",
|
|
720
|
+
createdAt: "Float",
|
|
721
|
+
updatedAt: "Float",
|
|
722
|
+
draft_version: "Boolean",
|
|
723
|
+
json_ld: "String"
|
|
724
|
+
},
|
|
725
|
+
Viewhome: {
|
|
726
|
+
_version: "VersionField",
|
|
727
|
+
navigation: "Shapes26_nav",
|
|
728
|
+
hero: "Shapes26_hero",
|
|
729
|
+
bento: "Shapes26_bento_grid",
|
|
730
|
+
use_cases: "Shapes26_use_cases",
|
|
731
|
+
pricing: "Shapes26_pricing",
|
|
732
|
+
footer: "Shapes26_footer",
|
|
733
|
+
locale: "String",
|
|
734
|
+
test_env: "String",
|
|
735
|
+
slug: "String",
|
|
736
|
+
_id: "String",
|
|
737
|
+
createdAt: "Float",
|
|
738
|
+
updatedAt: "Float",
|
|
739
|
+
draft_version: "Boolean",
|
|
740
|
+
json_ld: "String"
|
|
741
|
+
},
|
|
742
|
+
ViewhomepageCotContain: {
|
|
743
|
+
header: "Shapetitle_desc"
|
|
744
|
+
},
|
|
745
|
+
ViewhomepageCotFeatures: {
|
|
746
|
+
feat: "Shapefeaturepresentation"
|
|
747
|
+
},
|
|
748
|
+
ViewhomepageCot: {
|
|
749
|
+
contain: "ViewhomepageCotContain",
|
|
750
|
+
features: "ViewhomepageCotFeatures"
|
|
751
|
+
},
|
|
752
|
+
Viewhomepage: {
|
|
753
|
+
_version: "VersionField",
|
|
754
|
+
nav: "Shapenav",
|
|
755
|
+
hero: "Shapeherox",
|
|
756
|
+
cot: "ViewhomepageCot",
|
|
757
|
+
pricing: "Shapepricingv1",
|
|
758
|
+
footer: "Shapefoot",
|
|
759
|
+
locale: "String",
|
|
760
|
+
test_env: "String",
|
|
761
|
+
slug: "String",
|
|
762
|
+
_id: "String",
|
|
763
|
+
createdAt: "Float",
|
|
764
|
+
updatedAt: "Float",
|
|
765
|
+
draft_version: "Boolean",
|
|
766
|
+
json_ld: "String"
|
|
767
|
+
},
|
|
768
|
+
ViewhowitworksFeature_control: {
|
|
300
769
|
title: "String",
|
|
301
770
|
description: "String",
|
|
302
|
-
|
|
303
|
-
valuation_form: "Shapehero_propertyHeroContainerRowContentblockValuation_form"
|
|
771
|
+
image: "ImageField"
|
|
304
772
|
},
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
773
|
+
Viewhowitworks: {
|
|
774
|
+
_version: "VersionField",
|
|
775
|
+
title: "String",
|
|
776
|
+
feature_control: "ViewhowitworksFeature_control",
|
|
777
|
+
locale: "String",
|
|
778
|
+
test_env: "String",
|
|
779
|
+
slug: "String",
|
|
780
|
+
_id: "String",
|
|
781
|
+
createdAt: "Float",
|
|
782
|
+
updatedAt: "Float",
|
|
783
|
+
draft_version: "Boolean",
|
|
784
|
+
json_ld: "String"
|
|
308
785
|
},
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
786
|
+
Viewlanding_page: {
|
|
787
|
+
_version: "VersionField",
|
|
788
|
+
navbar: "Shapenavbar",
|
|
789
|
+
hero: "Shapehero_section",
|
|
790
|
+
features: "Shapefeature_grid",
|
|
791
|
+
testimonials: "Shapetestimonial",
|
|
792
|
+
pricing: "Shapepricing",
|
|
793
|
+
footer: "Shapefooter",
|
|
794
|
+
locale: "String",
|
|
795
|
+
test_env: "String",
|
|
796
|
+
slug: "String",
|
|
797
|
+
_id: "String",
|
|
798
|
+
createdAt: "Float",
|
|
799
|
+
updatedAt: "Float",
|
|
800
|
+
draft_version: "Boolean",
|
|
801
|
+
json_ld: "String"
|
|
312
802
|
},
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
803
|
+
Viewpricing_component: {
|
|
804
|
+
_version: "VersionField",
|
|
805
|
+
locale: "String",
|
|
806
|
+
test_env: "String",
|
|
807
|
+
slug: "String",
|
|
808
|
+
_id: "String",
|
|
809
|
+
createdAt: "Float",
|
|
810
|
+
updatedAt: "Float",
|
|
811
|
+
draft_version: "Boolean",
|
|
812
|
+
json_ld: "String"
|
|
316
813
|
},
|
|
317
|
-
|
|
318
|
-
|
|
814
|
+
Viewttt: {
|
|
815
|
+
_version: "VersionField",
|
|
816
|
+
locale: "String",
|
|
817
|
+
test_env: "String",
|
|
818
|
+
slug: "String",
|
|
819
|
+
_id: "String",
|
|
820
|
+
createdAt: "Float",
|
|
821
|
+
updatedAt: "Float",
|
|
822
|
+
draft_version: "Boolean",
|
|
823
|
+
json_ld: "String"
|
|
319
824
|
},
|
|
320
|
-
|
|
321
|
-
|
|
825
|
+
Shapebleblebel: {
|
|
826
|
+
dupa: "docs",
|
|
827
|
+
_id: "String",
|
|
828
|
+
createdAt: "Float",
|
|
829
|
+
updatedAt: "Float"
|
|
322
830
|
},
|
|
323
|
-
|
|
324
|
-
|
|
831
|
+
Shapebutton: {
|
|
832
|
+
title: "String",
|
|
833
|
+
href: "String",
|
|
834
|
+
variant: "String",
|
|
835
|
+
size: "String",
|
|
325
836
|
_id: "String",
|
|
326
837
|
createdAt: "Float",
|
|
327
838
|
updatedAt: "Float"
|
|
328
839
|
},
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
description_2: "String"
|
|
840
|
+
Shapecloud_sidebarSidebarMenuCategoryPage: {
|
|
841
|
+
name: "String",
|
|
842
|
+
link: "String"
|
|
333
843
|
},
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
844
|
+
Shapecloud_sidebarSidebarMenuCategory: {
|
|
845
|
+
page: "Shapecloud_sidebarSidebarMenuCategoryPage"
|
|
846
|
+
},
|
|
847
|
+
Shapecloud_sidebarSidebarMenu: {
|
|
848
|
+
logo: "ImageField",
|
|
849
|
+
category: "Shapecloud_sidebarSidebarMenuCategory"
|
|
337
850
|
},
|
|
338
|
-
|
|
339
|
-
|
|
851
|
+
Shapecloud_sidebarSidebarBottom_menuLogout: {
|
|
852
|
+
name: "String",
|
|
853
|
+
link: "String"
|
|
854
|
+
},
|
|
855
|
+
Shapecloud_sidebarSidebarBottom_menu: {
|
|
856
|
+
logout: "Shapecloud_sidebarSidebarBottom_menuLogout"
|
|
340
857
|
},
|
|
341
|
-
|
|
342
|
-
|
|
858
|
+
Shapecloud_sidebarSidebar: {
|
|
859
|
+
menu: "Shapecloud_sidebarSidebarMenu",
|
|
860
|
+
bottom_menu: "Shapecloud_sidebarSidebarBottom_menu"
|
|
343
861
|
},
|
|
344
|
-
|
|
345
|
-
|
|
862
|
+
Shapecloud_sidebar: {
|
|
863
|
+
sidebar: "Shapecloud_sidebarSidebar",
|
|
346
864
|
_id: "String",
|
|
347
865
|
createdAt: "Float",
|
|
348
866
|
updatedAt: "Float"
|
|
349
867
|
},
|
|
350
|
-
|
|
868
|
+
Shapecta_boomSectionContentCentered_contentBadge: {
|
|
869
|
+
dot: "String",
|
|
870
|
+
badge_text: "String"
|
|
871
|
+
},
|
|
872
|
+
Shapecta_boomSectionContentCentered_contentCta_blockCta_primary: {
|
|
351
873
|
cta: "String",
|
|
352
874
|
href: "String"
|
|
353
875
|
},
|
|
354
|
-
|
|
876
|
+
Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary: {
|
|
355
877
|
cta: "String",
|
|
356
878
|
href: "String"
|
|
357
879
|
},
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
880
|
+
Shapecta_boomSectionContentCentered_contentCta_block: {
|
|
881
|
+
cta_primary: "Shapecta_boomSectionContentCentered_contentCta_blockCta_primary",
|
|
882
|
+
cta_secondary: "Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary"
|
|
361
883
|
},
|
|
362
|
-
|
|
884
|
+
Shapecta_boomSectionContentCentered_content: {
|
|
885
|
+
badge: "Shapecta_boomSectionContentCentered_contentBadge",
|
|
886
|
+
title: "String",
|
|
887
|
+
gradient_subtitle: "String",
|
|
363
888
|
description: "String",
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
company_info: "String"
|
|
889
|
+
cta_block: "Shapecta_boomSectionContentCentered_contentCta_block",
|
|
890
|
+
footer_note: "String"
|
|
367
891
|
},
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
contentblock: "Shapelanding_contactSectionContainerGridContentblock"
|
|
892
|
+
Shapecta_boomSectionContent: {
|
|
893
|
+
centered_content: "Shapecta_boomSectionContentCentered_content"
|
|
371
894
|
},
|
|
372
|
-
|
|
373
|
-
|
|
895
|
+
Shapecta_boomSection: {
|
|
896
|
+
content: "Shapecta_boomSectionContent"
|
|
374
897
|
},
|
|
375
|
-
|
|
376
|
-
|
|
898
|
+
Shapecta_boom: {
|
|
899
|
+
section: "Shapecta_boomSection",
|
|
900
|
+
_id: "String",
|
|
901
|
+
createdAt: "Float",
|
|
902
|
+
updatedAt: "Float"
|
|
377
903
|
},
|
|
378
|
-
|
|
379
|
-
|
|
904
|
+
Shapectabutton: {
|
|
905
|
+
cta: "String",
|
|
380
906
|
_id: "String",
|
|
381
907
|
createdAt: "Float",
|
|
382
908
|
updatedAt: "Float"
|
|
383
909
|
},
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
910
|
+
Shapedocs_contentDocumentation_pageContent_containerDoc_content: {
|
|
911
|
+
content: "String"
|
|
912
|
+
},
|
|
913
|
+
Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container: {
|
|
914
|
+
scrollspy_title: "String",
|
|
915
|
+
scrollspy_list: "String"
|
|
916
|
+
},
|
|
917
|
+
Shapedocs_contentDocumentation_pageContent_containerScrollspy: {
|
|
918
|
+
scrollspy_container: "Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"
|
|
919
|
+
},
|
|
920
|
+
Shapedocs_contentDocumentation_pageContent_container: {
|
|
921
|
+
doc_content: "Shapedocs_contentDocumentation_pageContent_containerDoc_content",
|
|
922
|
+
scrollspy: "Shapedocs_contentDocumentation_pageContent_containerScrollspy"
|
|
923
|
+
},
|
|
924
|
+
Shapedocs_contentDocumentation_page: {
|
|
925
|
+
content_container: "Shapedocs_contentDocumentation_pageContent_container"
|
|
926
|
+
},
|
|
927
|
+
Shapedocs_content: {
|
|
928
|
+
documentation_page: "Shapedocs_contentDocumentation_page",
|
|
929
|
+
_id: "String",
|
|
930
|
+
createdAt: "Float",
|
|
931
|
+
updatedAt: "Float"
|
|
932
|
+
},
|
|
933
|
+
Shapedocs_navMainListChildrenCategory: {
|
|
934
|
+
name: "String",
|
|
935
|
+
link: "String"
|
|
936
|
+
},
|
|
937
|
+
Shapedocs_navMainListChildren: {
|
|
938
|
+
category: "Shapedocs_navMainListChildrenCategory"
|
|
939
|
+
},
|
|
940
|
+
Shapedocs_navMainList: {
|
|
941
|
+
title: "String",
|
|
942
|
+
children: "Shapedocs_navMainListChildren"
|
|
943
|
+
},
|
|
944
|
+
Shapedocs_navMain: {
|
|
945
|
+
list: "Shapedocs_navMainList"
|
|
946
|
+
},
|
|
947
|
+
Shapedocs_nav: {
|
|
948
|
+
main: "Shapedocs_navMain",
|
|
949
|
+
_id: "String",
|
|
950
|
+
createdAt: "Float",
|
|
951
|
+
updatedAt: "Float"
|
|
952
|
+
},
|
|
953
|
+
Shapefeature_gridItems: {
|
|
954
|
+
icon: "String",
|
|
955
|
+
title: "String",
|
|
956
|
+
description: "String"
|
|
957
|
+
},
|
|
958
|
+
Shapefeature_grid: {
|
|
959
|
+
items: "Shapefeature_gridItems",
|
|
960
|
+
_id: "String",
|
|
961
|
+
createdAt: "Float",
|
|
962
|
+
updatedAt: "Float"
|
|
387
963
|
},
|
|
388
|
-
|
|
964
|
+
ShapefeaturepresentationMain: {
|
|
965
|
+
title: "String",
|
|
389
966
|
subtitle: "String",
|
|
390
|
-
|
|
967
|
+
content: "String"
|
|
968
|
+
},
|
|
969
|
+
Shapefeaturepresentation: {
|
|
970
|
+
main: "ShapefeaturepresentationMain",
|
|
971
|
+
_id: "String",
|
|
972
|
+
createdAt: "Float",
|
|
973
|
+
updatedAt: "Float"
|
|
391
974
|
},
|
|
392
|
-
|
|
393
|
-
|
|
975
|
+
Shapefeaturesv2: {
|
|
976
|
+
_id: "String",
|
|
977
|
+
createdAt: "Float",
|
|
978
|
+
updatedAt: "Float"
|
|
394
979
|
},
|
|
395
|
-
|
|
396
|
-
|
|
980
|
+
ShapefootFooterFooter_containerFooter_links: {
|
|
981
|
+
privacy_policy: "String",
|
|
982
|
+
terms_of_service: "String",
|
|
983
|
+
contact_us: "String"
|
|
397
984
|
},
|
|
398
|
-
|
|
399
|
-
|
|
985
|
+
ShapefootFooterFooter_container: {
|
|
986
|
+
footer_logo: "String",
|
|
987
|
+
footer_links: "ShapefootFooterFooter_containerFooter_links",
|
|
988
|
+
footer_copy: "String"
|
|
989
|
+
},
|
|
990
|
+
ShapefootFooter: {
|
|
991
|
+
footer_container: "ShapefootFooterFooter_container"
|
|
992
|
+
},
|
|
993
|
+
Shapefoot: {
|
|
994
|
+
footer: "ShapefootFooter",
|
|
400
995
|
_id: "String",
|
|
401
996
|
createdAt: "Float",
|
|
402
997
|
updatedAt: "Float"
|
|
403
998
|
},
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
999
|
+
ShapefooterColumns: {
|
|
1000
|
+
title: "String",
|
|
1001
|
+
links: "Shapelink"
|
|
407
1002
|
},
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
1003
|
+
Shapefooter: {
|
|
1004
|
+
columns: "ShapefooterColumns",
|
|
1005
|
+
_id: "String",
|
|
1006
|
+
createdAt: "Float",
|
|
1007
|
+
updatedAt: "Float"
|
|
1008
|
+
},
|
|
1009
|
+
Shapeheading: {
|
|
1010
|
+
text: "String",
|
|
1011
|
+
_id: "String",
|
|
1012
|
+
createdAt: "Float",
|
|
1013
|
+
updatedAt: "Float"
|
|
1014
|
+
},
|
|
1015
|
+
ShapeheroHero_componentSlogan_parent: {
|
|
1016
|
+
slogan: "String"
|
|
411
1017
|
},
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
1018
|
+
ShapeheroHero_component: {
|
|
1019
|
+
logoplace: "String",
|
|
1020
|
+
logo: "String",
|
|
1021
|
+
slogan_parent: "ShapeheroHero_componentSlogan_parent",
|
|
1022
|
+
subslogan: "String"
|
|
1023
|
+
},
|
|
1024
|
+
Shapehero: {
|
|
1025
|
+
hero_component: "ShapeheroHero_component",
|
|
1026
|
+
_id: "String",
|
|
1027
|
+
createdAt: "Float",
|
|
1028
|
+
updatedAt: "Float"
|
|
1029
|
+
},
|
|
1030
|
+
Shapehero_section: {
|
|
1031
|
+
heading: "Shapeheading",
|
|
1032
|
+
subheading: "Shapesubheading",
|
|
1033
|
+
media: "Shapeimage_atom",
|
|
1034
|
+
primary_cta: "Shapebutton",
|
|
1035
|
+
secondary_cta: "Shapebutton",
|
|
1036
|
+
_id: "String",
|
|
1037
|
+
createdAt: "Float",
|
|
1038
|
+
updatedAt: "Float"
|
|
415
1039
|
},
|
|
416
|
-
|
|
1040
|
+
ShapeheroxHero_sectionHero_containerText_wrapperFeatures: {
|
|
1041
|
+
feature: "String"
|
|
1042
|
+
},
|
|
1043
|
+
ShapeheroxHero_sectionHero_containerText_wrapper: {
|
|
417
1044
|
title: "String",
|
|
418
1045
|
description: "String",
|
|
419
|
-
|
|
1046
|
+
features: "ShapeheroxHero_sectionHero_containerText_wrapperFeatures"
|
|
1047
|
+
},
|
|
1048
|
+
ShapeheroxHero_sectionHero_containerImage_wrapper: {
|
|
1049
|
+
hero_image: "ImageField"
|
|
1050
|
+
},
|
|
1051
|
+
ShapeheroxHero_sectionHero_containerPresentation: {
|
|
1052
|
+
video: "VideoField"
|
|
420
1053
|
},
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
1054
|
+
ShapeheroxHero_sectionHero_container: {
|
|
1055
|
+
text_wrapper: "ShapeheroxHero_sectionHero_containerText_wrapper",
|
|
1056
|
+
image_wrapper: "ShapeheroxHero_sectionHero_containerImage_wrapper",
|
|
1057
|
+
presentation: "ShapeheroxHero_sectionHero_containerPresentation"
|
|
424
1058
|
},
|
|
425
|
-
|
|
426
|
-
|
|
1059
|
+
ShapeheroxHero_section: {
|
|
1060
|
+
hero_container: "ShapeheroxHero_sectionHero_container"
|
|
1061
|
+
},
|
|
1062
|
+
Shapeherox: {
|
|
1063
|
+
hero_section: "ShapeheroxHero_section",
|
|
1064
|
+
_id: "String",
|
|
1065
|
+
createdAt: "Float",
|
|
1066
|
+
updatedAt: "Float"
|
|
1067
|
+
},
|
|
1068
|
+
Shapeimage_atom: {
|
|
1069
|
+
image: "ImageField",
|
|
1070
|
+
alt: "String",
|
|
1071
|
+
_id: "String",
|
|
1072
|
+
createdAt: "Float",
|
|
1073
|
+
updatedAt: "Float"
|
|
1074
|
+
},
|
|
1075
|
+
Shapelanding_featuresSectionHeader: {
|
|
1076
|
+
headline: "String",
|
|
1077
|
+
subheadline: "String"
|
|
1078
|
+
},
|
|
1079
|
+
Shapelanding_featuresSectionFeatures_gridItem: {
|
|
1080
|
+
icon_svg: "String",
|
|
1081
|
+
title: "String",
|
|
1082
|
+
description: "String"
|
|
1083
|
+
},
|
|
1084
|
+
Shapelanding_featuresSectionFeatures_grid: {
|
|
1085
|
+
item: "Shapelanding_featuresSectionFeatures_gridItem"
|
|
1086
|
+
},
|
|
1087
|
+
Shapelanding_featuresSection: {
|
|
1088
|
+
header: "Shapelanding_featuresSectionHeader",
|
|
1089
|
+
features_grid: "Shapelanding_featuresSectionFeatures_grid"
|
|
1090
|
+
},
|
|
1091
|
+
Shapelanding_features: {
|
|
1092
|
+
section: "Shapelanding_featuresSection",
|
|
1093
|
+
_id: "String",
|
|
1094
|
+
createdAt: "Float",
|
|
1095
|
+
updatedAt: "Float"
|
|
1096
|
+
},
|
|
1097
|
+
Shapelanding_footerFooter_containerFooter_links: {
|
|
1098
|
+
privacy_policy: "String",
|
|
1099
|
+
terms_of_service: "String",
|
|
1100
|
+
contact_us: "String"
|
|
1101
|
+
},
|
|
1102
|
+
Shapelanding_footerFooter_container: {
|
|
1103
|
+
footer_logo: "String",
|
|
1104
|
+
footer_links: "Shapelanding_footerFooter_containerFooter_links",
|
|
1105
|
+
footer_copy: "String"
|
|
1106
|
+
},
|
|
1107
|
+
Shapelanding_footer: {
|
|
1108
|
+
footer_container: "Shapelanding_footerFooter_container",
|
|
1109
|
+
_id: "String",
|
|
1110
|
+
createdAt: "Float",
|
|
1111
|
+
updatedAt: "Float"
|
|
1112
|
+
},
|
|
1113
|
+
Shapelanding_heroMain_contentHighlights: {
|
|
1114
|
+
feature: "String"
|
|
1115
|
+
},
|
|
1116
|
+
Shapelanding_heroMain_contentCta_buttonsPrimary: {
|
|
1117
|
+
label: "String",
|
|
1118
|
+
href: "String"
|
|
1119
|
+
},
|
|
1120
|
+
Shapelanding_heroMain_contentCta_buttonsSecondary: {
|
|
1121
|
+
label: "String",
|
|
1122
|
+
href: "String"
|
|
1123
|
+
},
|
|
1124
|
+
Shapelanding_heroMain_contentCta_buttons: {
|
|
1125
|
+
primary: "Shapelanding_heroMain_contentCta_buttonsPrimary",
|
|
1126
|
+
secondary: "Shapelanding_heroMain_contentCta_buttonsSecondary"
|
|
1127
|
+
},
|
|
1128
|
+
Shapelanding_heroMain_content: {
|
|
1129
|
+
headline: "String",
|
|
1130
|
+
subheadline: "String",
|
|
1131
|
+
highlights: "Shapelanding_heroMain_contentHighlights",
|
|
1132
|
+
cta_buttons: "Shapelanding_heroMain_contentCta_buttons",
|
|
1133
|
+
preview_image: "ImageField"
|
|
427
1134
|
},
|
|
428
1135
|
Shapelanding_hero: {
|
|
429
|
-
|
|
1136
|
+
main_content: "Shapelanding_heroMain_content",
|
|
430
1137
|
_id: "String",
|
|
431
1138
|
createdAt: "Float",
|
|
432
1139
|
updatedAt: "Float"
|
|
433
1140
|
},
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
1141
|
+
Shapelanding_navbarNavigationLinks: {
|
|
1142
|
+
label: "String",
|
|
1143
|
+
href: "String"
|
|
1144
|
+
},
|
|
1145
|
+
Shapelanding_navbarNavigationCta: {
|
|
1146
|
+
label: "String",
|
|
1147
|
+
href: "String",
|
|
1148
|
+
variant: "String"
|
|
1149
|
+
},
|
|
1150
|
+
Shapelanding_navbarNavigation: {
|
|
1151
|
+
logo_text: "String",
|
|
1152
|
+
links: "Shapelanding_navbarNavigationLinks",
|
|
1153
|
+
cta: "Shapelanding_navbarNavigationCta"
|
|
437
1154
|
},
|
|
438
|
-
|
|
1155
|
+
Shapelanding_navbar: {
|
|
1156
|
+
navigation: "Shapelanding_navbarNavigation",
|
|
1157
|
+
_id: "String",
|
|
1158
|
+
createdAt: "Float",
|
|
1159
|
+
updatedAt: "Float"
|
|
1160
|
+
},
|
|
1161
|
+
Shapelanding_testimonialsSectionQuotesItem: {
|
|
1162
|
+
quote: "String",
|
|
1163
|
+
author: "String",
|
|
1164
|
+
role: "String",
|
|
1165
|
+
avatar: "ImageField"
|
|
1166
|
+
},
|
|
1167
|
+
Shapelanding_testimonialsSectionQuotes: {
|
|
1168
|
+
item: "Shapelanding_testimonialsSectionQuotesItem"
|
|
1169
|
+
},
|
|
1170
|
+
Shapelanding_testimonialsSection: {
|
|
1171
|
+
headline: "String",
|
|
1172
|
+
quotes: "Shapelanding_testimonialsSectionQuotes"
|
|
1173
|
+
},
|
|
1174
|
+
Shapelanding_testimonials: {
|
|
1175
|
+
section: "Shapelanding_testimonialsSection",
|
|
1176
|
+
_id: "String",
|
|
1177
|
+
createdAt: "Float",
|
|
1178
|
+
updatedAt: "Float"
|
|
1179
|
+
},
|
|
1180
|
+
Shapelink: {
|
|
1181
|
+
label: "String",
|
|
1182
|
+
href: "String",
|
|
1183
|
+
_id: "String",
|
|
1184
|
+
createdAt: "Float",
|
|
1185
|
+
updatedAt: "Float"
|
|
1186
|
+
},
|
|
1187
|
+
Shapelista_projektowListProjectsInstance: {
|
|
1188
|
+
title: "String",
|
|
1189
|
+
link: "String",
|
|
1190
|
+
remove_button: "String"
|
|
1191
|
+
},
|
|
1192
|
+
Shapelista_projektowListProjects: {
|
|
1193
|
+
instance: "Shapelista_projektowListProjectsInstance"
|
|
1194
|
+
},
|
|
1195
|
+
Shapelista_projektowList: {
|
|
1196
|
+
title: "String",
|
|
439
1197
|
subtitle: "String",
|
|
440
|
-
|
|
1198
|
+
projects: "Shapelista_projektowListProjects"
|
|
1199
|
+
},
|
|
1200
|
+
Shapelista_projektow: {
|
|
1201
|
+
list: "Shapelista_projektowList",
|
|
1202
|
+
_id: "String",
|
|
1203
|
+
createdAt: "Float",
|
|
1204
|
+
updatedAt: "Float"
|
|
1205
|
+
},
|
|
1206
|
+
ShapenavNavigationNavigation_linksLink: {
|
|
1207
|
+
display: "String",
|
|
1208
|
+
href: "String"
|
|
1209
|
+
},
|
|
1210
|
+
ShapenavNavigationNavigation_links: {
|
|
1211
|
+
link: "ShapenavNavigationNavigation_linksLink"
|
|
1212
|
+
},
|
|
1213
|
+
ShapenavNavigation: {
|
|
1214
|
+
logo: "String",
|
|
1215
|
+
navigation_links: "ShapenavNavigationNavigation_links"
|
|
1216
|
+
},
|
|
1217
|
+
Shapenav: {
|
|
1218
|
+
navigation: "ShapenavNavigation",
|
|
1219
|
+
_id: "String",
|
|
1220
|
+
createdAt: "Float",
|
|
1221
|
+
updatedAt: "Float"
|
|
1222
|
+
},
|
|
1223
|
+
Shapenavbar: {
|
|
1224
|
+
brand: "String",
|
|
1225
|
+
links: "Shapelink",
|
|
1226
|
+
cta: "Shapebutton",
|
|
1227
|
+
_id: "String",
|
|
1228
|
+
createdAt: "Float",
|
|
1229
|
+
updatedAt: "Float"
|
|
441
1230
|
},
|
|
442
|
-
|
|
443
|
-
|
|
1231
|
+
ShapenewshapeBackgroundContent: {
|
|
1232
|
+
badge: "String",
|
|
1233
|
+
headline: "String",
|
|
1234
|
+
subheadline: "String",
|
|
1235
|
+
cta_label: "String",
|
|
1236
|
+
cta_href: "String"
|
|
444
1237
|
},
|
|
445
|
-
|
|
446
|
-
|
|
1238
|
+
ShapenewshapeBackground: {
|
|
1239
|
+
overlay_gradient: "Boolean",
|
|
1240
|
+
content: "ShapenewshapeBackgroundContent",
|
|
1241
|
+
hero_image: "ImageField"
|
|
447
1242
|
},
|
|
448
|
-
|
|
449
|
-
|
|
1243
|
+
Shapenewshape: {
|
|
1244
|
+
background: "ShapenewshapeBackground",
|
|
450
1245
|
_id: "String",
|
|
451
1246
|
createdAt: "Float",
|
|
452
1247
|
updatedAt: "Float"
|
|
453
1248
|
},
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
offer: "String",
|
|
458
|
-
purposes: "String",
|
|
459
|
-
documents: "String",
|
|
460
|
-
pricing_note: "String",
|
|
461
|
-
contact: "String"
|
|
1249
|
+
ShapepricingPlansFeatures: {
|
|
1250
|
+
name: "String",
|
|
1251
|
+
included: "Boolean"
|
|
462
1252
|
},
|
|
463
|
-
|
|
464
|
-
|
|
1253
|
+
ShapepricingPlans: {
|
|
1254
|
+
name: "String",
|
|
1255
|
+
price: "String",
|
|
1256
|
+
period: "String",
|
|
1257
|
+
description: "String",
|
|
1258
|
+
features: "ShapepricingPlansFeatures",
|
|
1259
|
+
most_popular: "Boolean",
|
|
1260
|
+
cta: "Shapebutton"
|
|
1261
|
+
},
|
|
1262
|
+
Shapepricing: {
|
|
1263
|
+
heading: "Shapeheading",
|
|
1264
|
+
subheading: "Shapesubheading",
|
|
1265
|
+
plans: "ShapepricingPlans",
|
|
465
1266
|
_id: "String",
|
|
466
1267
|
createdAt: "Float",
|
|
467
1268
|
updatedAt: "Float"
|
|
468
1269
|
},
|
|
469
|
-
|
|
470
|
-
|
|
1270
|
+
Shapepricingv1Pricing_sectionHeader_wrapper: {
|
|
1271
|
+
title: "String",
|
|
471
1272
|
description: "String"
|
|
472
1273
|
},
|
|
473
|
-
|
|
474
|
-
|
|
1274
|
+
Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list: {
|
|
1275
|
+
feature: "String"
|
|
1276
|
+
},
|
|
1277
|
+
Shapepricingv1Pricing_sectionPlans_gridFree_plan: {
|
|
1278
|
+
plan_name: "String",
|
|
1279
|
+
price: "String",
|
|
1280
|
+
plan_description: "String",
|
|
1281
|
+
feature_list: "Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list",
|
|
1282
|
+
cta: "Shapesecondary_cta"
|
|
475
1283
|
},
|
|
476
|
-
|
|
477
|
-
|
|
1284
|
+
Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list: {
|
|
1285
|
+
feature: "String"
|
|
478
1286
|
},
|
|
479
|
-
|
|
480
|
-
|
|
1287
|
+
Shapepricingv1Pricing_sectionPlans_gridPaid_plan: {
|
|
1288
|
+
plan_name: "String",
|
|
1289
|
+
price: "String",
|
|
1290
|
+
plan_description: "String",
|
|
1291
|
+
feature_list: "Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list",
|
|
1292
|
+
cta: "Shapectabutton"
|
|
1293
|
+
},
|
|
1294
|
+
Shapepricingv1Pricing_sectionPlans_grid: {
|
|
1295
|
+
free_plan: "Shapepricingv1Pricing_sectionPlans_gridFree_plan",
|
|
1296
|
+
paid_plan: "Shapepricingv1Pricing_sectionPlans_gridPaid_plan"
|
|
1297
|
+
},
|
|
1298
|
+
Shapepricingv1Pricing_section: {
|
|
1299
|
+
header_wrapper: "Shapepricingv1Pricing_sectionHeader_wrapper",
|
|
1300
|
+
plans_grid: "Shapepricingv1Pricing_sectionPlans_grid"
|
|
1301
|
+
},
|
|
1302
|
+
Shapepricingv1: {
|
|
1303
|
+
pricing_section: "Shapepricingv1Pricing_section",
|
|
481
1304
|
_id: "String",
|
|
482
1305
|
createdAt: "Float",
|
|
483
1306
|
updatedAt: "Float"
|
|
484
1307
|
},
|
|
485
|
-
|
|
1308
|
+
Shapepricingv2MainPlans_gridFree_planPlan_footer: {
|
|
1309
|
+
price: "String",
|
|
1310
|
+
cta: "String"
|
|
1311
|
+
},
|
|
1312
|
+
Shapepricingv2MainPlans_gridFree_plan: {
|
|
1313
|
+
subtitle: "String",
|
|
486
1314
|
description: "String",
|
|
487
|
-
|
|
1315
|
+
features: "String",
|
|
1316
|
+
plan_footer: "Shapepricingv2MainPlans_gridFree_planPlan_footer"
|
|
1317
|
+
},
|
|
1318
|
+
Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock: {
|
|
1319
|
+
price: "String",
|
|
1320
|
+
price_period: "String"
|
|
488
1321
|
},
|
|
489
|
-
|
|
1322
|
+
Shapepricingv2MainPlans_gridPro_planPlan_footer: {
|
|
1323
|
+
priceblock: "Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock",
|
|
1324
|
+
cta: "String"
|
|
1325
|
+
},
|
|
1326
|
+
Shapepricingv2MainPlans_gridPro_plan: {
|
|
490
1327
|
subtitle: "String",
|
|
491
|
-
|
|
1328
|
+
description: "String",
|
|
1329
|
+
features: "String",
|
|
1330
|
+
plan_footer: "Shapepricingv2MainPlans_gridPro_planPlan_footer"
|
|
1331
|
+
},
|
|
1332
|
+
Shapepricingv2MainPlans_grid: {
|
|
1333
|
+
free_plan: "Shapepricingv2MainPlans_gridFree_plan",
|
|
1334
|
+
pro_plan: "Shapepricingv2MainPlans_gridPro_plan"
|
|
1335
|
+
},
|
|
1336
|
+
Shapepricingv2Main: {
|
|
1337
|
+
plans_grid: "Shapepricingv2MainPlans_grid"
|
|
1338
|
+
},
|
|
1339
|
+
Shapepricingv2: {
|
|
1340
|
+
main: "Shapepricingv2Main",
|
|
1341
|
+
_id: "String",
|
|
1342
|
+
createdAt: "Float",
|
|
1343
|
+
updatedAt: "Float"
|
|
1344
|
+
},
|
|
1345
|
+
Shapeprofile_infoProfile_sectionAccount_headerInfo: {
|
|
1346
|
+
full_name: "String",
|
|
1347
|
+
company: "String",
|
|
1348
|
+
email: "String"
|
|
492
1349
|
},
|
|
493
|
-
|
|
494
|
-
|
|
1350
|
+
Shapeprofile_infoProfile_sectionAccount_header: {
|
|
1351
|
+
avatar: "ImageField",
|
|
1352
|
+
info: "Shapeprofile_infoProfile_sectionAccount_headerInfo"
|
|
495
1353
|
},
|
|
496
|
-
|
|
497
|
-
|
|
1354
|
+
Shapeprofile_infoProfile_sectionPlan_status: {
|
|
1355
|
+
plan: "String"
|
|
498
1356
|
},
|
|
499
|
-
|
|
500
|
-
|
|
1357
|
+
Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens: {
|
|
1358
|
+
label: "String",
|
|
1359
|
+
value: "String"
|
|
1360
|
+
},
|
|
1361
|
+
Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens: {
|
|
1362
|
+
label: "String",
|
|
1363
|
+
value: "String"
|
|
1364
|
+
},
|
|
1365
|
+
Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests: {
|
|
1366
|
+
label: "String",
|
|
1367
|
+
value: "String"
|
|
1368
|
+
},
|
|
1369
|
+
Shapeprofile_infoProfile_sectionUsage_section: {
|
|
1370
|
+
ai_tokens: "Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens",
|
|
1371
|
+
translate_tokens: "Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens",
|
|
1372
|
+
monthly_api_requests: "Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"
|
|
1373
|
+
},
|
|
1374
|
+
Shapeprofile_infoProfile_section: {
|
|
1375
|
+
account_header: "Shapeprofile_infoProfile_sectionAccount_header",
|
|
1376
|
+
plan_status: "Shapeprofile_infoProfile_sectionPlan_status",
|
|
1377
|
+
usage_section: "Shapeprofile_infoProfile_sectionUsage_section"
|
|
1378
|
+
},
|
|
1379
|
+
Shapeprofile_info: {
|
|
1380
|
+
profile_section: "Shapeprofile_infoProfile_section",
|
|
501
1381
|
_id: "String",
|
|
502
1382
|
createdAt: "Float",
|
|
503
1383
|
updatedAt: "Float"
|
|
504
1384
|
},
|
|
505
|
-
|
|
506
|
-
|
|
1385
|
+
Shaperich_text: {
|
|
1386
|
+
content: "String",
|
|
507
1387
|
_id: "String",
|
|
508
1388
|
createdAt: "Float",
|
|
509
1389
|
updatedAt: "Float"
|
|
510
1390
|
},
|
|
511
|
-
|
|
1391
|
+
Shapes26_bento_gridRootHeader: {
|
|
1392
|
+
eyebrow: "String",
|
|
1393
|
+
title: "String",
|
|
1394
|
+
description: "String"
|
|
1395
|
+
},
|
|
1396
|
+
Shapes26_bento_gridRootContainer: {
|
|
1397
|
+
items: "Shapes26_bento_item"
|
|
1398
|
+
},
|
|
1399
|
+
Shapes26_bento_gridRoot: {
|
|
1400
|
+
header: "Shapes26_bento_gridRootHeader",
|
|
1401
|
+
container: "Shapes26_bento_gridRootContainer"
|
|
1402
|
+
},
|
|
1403
|
+
Shapes26_bento_grid: {
|
|
1404
|
+
root: "Shapes26_bento_gridRoot",
|
|
512
1405
|
_id: "String",
|
|
513
1406
|
createdAt: "Float",
|
|
514
1407
|
updatedAt: "Float"
|
|
515
1408
|
},
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
1409
|
+
Shapes26_bento_item: {
|
|
1410
|
+
icon_emoji: "String",
|
|
1411
|
+
highlight: "String",
|
|
1412
|
+
title: "String",
|
|
1413
|
+
description: "String",
|
|
1414
|
+
visual: "ImageField",
|
|
1415
|
+
_id: "String",
|
|
1416
|
+
createdAt: "Float",
|
|
1417
|
+
updatedAt: "Float"
|
|
519
1418
|
},
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
1419
|
+
Shapes26_footerRootGridBrand: {
|
|
1420
|
+
logo: "String",
|
|
1421
|
+
tagline: "String"
|
|
1422
|
+
},
|
|
1423
|
+
Shapes26_footerRootGridColumn1Link1: {
|
|
1424
|
+
label: "String",
|
|
1425
|
+
href: "String"
|
|
1426
|
+
},
|
|
1427
|
+
Shapes26_footerRootGridColumn1Link2: {
|
|
1428
|
+
label: "String",
|
|
1429
|
+
href: "String"
|
|
1430
|
+
},
|
|
1431
|
+
Shapes26_footerRootGridColumn1Link3: {
|
|
1432
|
+
label: "String",
|
|
1433
|
+
href: "String"
|
|
524
1434
|
},
|
|
525
|
-
|
|
1435
|
+
Shapes26_footerRootGridColumn1: {
|
|
526
1436
|
title: "String",
|
|
1437
|
+
link1: "Shapes26_footerRootGridColumn1Link1",
|
|
1438
|
+
link2: "Shapes26_footerRootGridColumn1Link2",
|
|
1439
|
+
link3: "Shapes26_footerRootGridColumn1Link3"
|
|
1440
|
+
},
|
|
1441
|
+
Shapes26_footerRootGridColumn2Link1: {
|
|
1442
|
+
label: "String",
|
|
1443
|
+
href: "String"
|
|
1444
|
+
},
|
|
1445
|
+
Shapes26_footerRootGridColumn2Link2: {
|
|
1446
|
+
label: "String",
|
|
1447
|
+
href: "String"
|
|
1448
|
+
},
|
|
1449
|
+
Shapes26_footerRootGridColumn2Link3: {
|
|
1450
|
+
label: "String",
|
|
527
1451
|
href: "String"
|
|
528
1452
|
},
|
|
529
|
-
|
|
1453
|
+
Shapes26_footerRootGridColumn2: {
|
|
530
1454
|
title: "String",
|
|
1455
|
+
link1: "Shapes26_footerRootGridColumn2Link1",
|
|
1456
|
+
link2: "Shapes26_footerRootGridColumn2Link2",
|
|
1457
|
+
link3: "Shapes26_footerRootGridColumn2Link3"
|
|
1458
|
+
},
|
|
1459
|
+
Shapes26_footerRootGridColumn3Link1: {
|
|
1460
|
+
label: "String",
|
|
531
1461
|
href: "String"
|
|
532
1462
|
},
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
1463
|
+
Shapes26_footerRootGridColumn3Link2: {
|
|
1464
|
+
label: "String",
|
|
1465
|
+
href: "String"
|
|
1466
|
+
},
|
|
1467
|
+
Shapes26_footerRootGridColumn3Link3: {
|
|
1468
|
+
label: "String",
|
|
1469
|
+
href: "String"
|
|
1470
|
+
},
|
|
1471
|
+
Shapes26_footerRootGridColumn3: {
|
|
1472
|
+
title: "String",
|
|
1473
|
+
link1: "Shapes26_footerRootGridColumn3Link1",
|
|
1474
|
+
link2: "Shapes26_footerRootGridColumn3Link2",
|
|
1475
|
+
link3: "Shapes26_footerRootGridColumn3Link3"
|
|
1476
|
+
},
|
|
1477
|
+
Shapes26_footerRootGrid: {
|
|
1478
|
+
brand: "Shapes26_footerRootGridBrand",
|
|
1479
|
+
column1: "Shapes26_footerRootGridColumn1",
|
|
1480
|
+
column2: "Shapes26_footerRootGridColumn2",
|
|
1481
|
+
column3: "Shapes26_footerRootGridColumn3"
|
|
1482
|
+
},
|
|
1483
|
+
Shapes26_footerRootBottomSocials: {
|
|
1484
|
+
github: "String",
|
|
1485
|
+
twitter: "String",
|
|
1486
|
+
discord: "String"
|
|
1487
|
+
},
|
|
1488
|
+
Shapes26_footerRootBottom: {
|
|
1489
|
+
copyright: "String",
|
|
1490
|
+
socials: "Shapes26_footerRootBottomSocials"
|
|
1491
|
+
},
|
|
1492
|
+
Shapes26_footerRoot: {
|
|
1493
|
+
grid: "Shapes26_footerRootGrid",
|
|
1494
|
+
bottom: "Shapes26_footerRootBottom"
|
|
1495
|
+
},
|
|
1496
|
+
Shapes26_footer: {
|
|
1497
|
+
root: "Shapes26_footerRoot",
|
|
1498
|
+
_id: "String",
|
|
1499
|
+
createdAt: "Float",
|
|
1500
|
+
updatedAt: "Float"
|
|
1501
|
+
},
|
|
1502
|
+
Shapes26_heroContainerEyebrow: {
|
|
1503
|
+
badge: "String",
|
|
1504
|
+
announcement: "String"
|
|
1505
|
+
},
|
|
1506
|
+
Shapes26_heroContainerActions: {
|
|
1507
|
+
primary_cta: "String",
|
|
1508
|
+
secondary_cta: "String"
|
|
1509
|
+
},
|
|
1510
|
+
Shapes26_heroContainerHero_visual: {
|
|
1511
|
+
image: "ImageField",
|
|
1512
|
+
video: "VideoField"
|
|
1513
|
+
},
|
|
1514
|
+
Shapes26_heroContainerStatsStat1: {
|
|
1515
|
+
value: "String",
|
|
1516
|
+
label: "String"
|
|
1517
|
+
},
|
|
1518
|
+
Shapes26_heroContainerStatsStat2: {
|
|
1519
|
+
value: "String",
|
|
1520
|
+
label: "String"
|
|
1521
|
+
},
|
|
1522
|
+
Shapes26_heroContainerStatsStat3: {
|
|
1523
|
+
value: "String",
|
|
1524
|
+
label: "String"
|
|
1525
|
+
},
|
|
1526
|
+
Shapes26_heroContainerStatsStat4: {
|
|
1527
|
+
value: "String",
|
|
1528
|
+
label: "String"
|
|
1529
|
+
},
|
|
1530
|
+
Shapes26_heroContainerStats: {
|
|
1531
|
+
stat1: "Shapes26_heroContainerStatsStat1",
|
|
1532
|
+
stat2: "Shapes26_heroContainerStatsStat2",
|
|
1533
|
+
stat3: "Shapes26_heroContainerStatsStat3",
|
|
1534
|
+
stat4: "Shapes26_heroContainerStatsStat4"
|
|
1535
|
+
},
|
|
1536
|
+
Shapes26_heroContainer: {
|
|
1537
|
+
eyebrow: "Shapes26_heroContainerEyebrow",
|
|
1538
|
+
headline: "String",
|
|
1539
|
+
subheadline: "String",
|
|
1540
|
+
actions: "Shapes26_heroContainerActions",
|
|
1541
|
+
hero_visual: "Shapes26_heroContainerHero_visual",
|
|
1542
|
+
stats: "Shapes26_heroContainerStats"
|
|
1543
|
+
},
|
|
1544
|
+
Shapes26_hero: {
|
|
1545
|
+
container: "Shapes26_heroContainer",
|
|
1546
|
+
_id: "String",
|
|
1547
|
+
createdAt: "Float",
|
|
1548
|
+
updatedAt: "Float"
|
|
1549
|
+
},
|
|
1550
|
+
Shapes26_navNavbarLinks: {
|
|
1551
|
+
link1: "Shapes26_nav_link",
|
|
1552
|
+
link2: "Shapes26_nav_link",
|
|
1553
|
+
link3: "Shapes26_nav_link",
|
|
1554
|
+
link4: "Shapes26_nav_link"
|
|
1555
|
+
},
|
|
1556
|
+
Shapes26_navNavbarActions: {
|
|
1557
|
+
login: "String",
|
|
1558
|
+
cta: "String"
|
|
1559
|
+
},
|
|
1560
|
+
Shapes26_navNavbar: {
|
|
1561
|
+
logo: "String",
|
|
1562
|
+
links: "Shapes26_navNavbarLinks",
|
|
1563
|
+
actions: "Shapes26_navNavbarActions"
|
|
1564
|
+
},
|
|
1565
|
+
Shapes26_nav: {
|
|
1566
|
+
navbar: "Shapes26_navNavbar",
|
|
1567
|
+
_id: "String",
|
|
1568
|
+
createdAt: "Float",
|
|
1569
|
+
updatedAt: "Float"
|
|
1570
|
+
},
|
|
1571
|
+
Shapes26_nav_link: {
|
|
1572
|
+
label: "String",
|
|
1573
|
+
href: "String",
|
|
1574
|
+
_id: "String",
|
|
1575
|
+
createdAt: "Float",
|
|
1576
|
+
updatedAt: "Float"
|
|
1577
|
+
},
|
|
1578
|
+
Shapes26_pricingSectionHeader: {
|
|
1579
|
+
eyebrow: "String",
|
|
1580
|
+
title: "String",
|
|
1581
|
+
description: "String"
|
|
1582
|
+
},
|
|
1583
|
+
Shapes26_pricingSectionPlans_container: {
|
|
1584
|
+
plans: "Shapes26_pricing_card"
|
|
1585
|
+
},
|
|
1586
|
+
Shapes26_pricingSection: {
|
|
1587
|
+
header: "Shapes26_pricingSectionHeader",
|
|
1588
|
+
plans_container: "Shapes26_pricingSectionPlans_container"
|
|
1589
|
+
},
|
|
1590
|
+
Shapes26_pricing: {
|
|
1591
|
+
section: "Shapes26_pricingSection",
|
|
1592
|
+
_id: "String",
|
|
1593
|
+
createdAt: "Float",
|
|
1594
|
+
updatedAt: "Float"
|
|
1595
|
+
},
|
|
1596
|
+
Shapes26_pricing_cardFeatures: {
|
|
1597
|
+
feature1: "String",
|
|
1598
|
+
feature2: "String",
|
|
1599
|
+
feature3: "String",
|
|
1600
|
+
feature4: "String",
|
|
1601
|
+
feature5: "String"
|
|
1602
|
+
},
|
|
1603
|
+
Shapes26_pricing_card: {
|
|
1604
|
+
badge: "String",
|
|
1605
|
+
plan_name: "String",
|
|
1606
|
+
price: "String",
|
|
1607
|
+
price_period: "String",
|
|
1608
|
+
description: "String",
|
|
1609
|
+
features: "Shapes26_pricing_cardFeatures",
|
|
1610
|
+
cta: "String",
|
|
1611
|
+
_id: "String",
|
|
1612
|
+
createdAt: "Float",
|
|
1613
|
+
updatedAt: "Float"
|
|
1614
|
+
},
|
|
1615
|
+
Shapes26_use_casesSectionHeader: {
|
|
1616
|
+
eyebrow: "String",
|
|
1617
|
+
title: "String",
|
|
1618
|
+
description: "String"
|
|
1619
|
+
},
|
|
1620
|
+
Shapes26_use_casesSectionGridUse_husarHeader: {
|
|
1621
|
+
icon: "String",
|
|
1622
|
+
title: "String"
|
|
1623
|
+
},
|
|
1624
|
+
Shapes26_use_casesSectionGridUse_husarItems: {
|
|
1625
|
+
item1: "String",
|
|
1626
|
+
item2: "String",
|
|
1627
|
+
item3: "String",
|
|
1628
|
+
item4: "String",
|
|
1629
|
+
item5: "String"
|
|
1630
|
+
},
|
|
1631
|
+
Shapes26_use_casesSectionGridUse_husar: {
|
|
1632
|
+
header: "Shapes26_use_casesSectionGridUse_husarHeader",
|
|
1633
|
+
items: "Shapes26_use_casesSectionGridUse_husarItems"
|
|
1634
|
+
},
|
|
1635
|
+
Shapes26_use_casesSectionGridNot_for_youHeader: {
|
|
1636
|
+
icon: "String",
|
|
1637
|
+
title: "String"
|
|
1638
|
+
},
|
|
1639
|
+
Shapes26_use_casesSectionGridNot_for_youItemsItem1: {
|
|
1640
|
+
text: "String",
|
|
1641
|
+
alternative: "String"
|
|
1642
|
+
},
|
|
1643
|
+
Shapes26_use_casesSectionGridNot_for_youItemsItem2: {
|
|
1644
|
+
text: "String",
|
|
1645
|
+
alternative: "String"
|
|
1646
|
+
},
|
|
1647
|
+
Shapes26_use_casesSectionGridNot_for_youItemsItem3: {
|
|
1648
|
+
text: "String",
|
|
1649
|
+
alternative: "String"
|
|
1650
|
+
},
|
|
1651
|
+
Shapes26_use_casesSectionGridNot_for_youItems: {
|
|
1652
|
+
item1: "Shapes26_use_casesSectionGridNot_for_youItemsItem1",
|
|
1653
|
+
item2: "Shapes26_use_casesSectionGridNot_for_youItemsItem2",
|
|
1654
|
+
item3: "Shapes26_use_casesSectionGridNot_for_youItemsItem3"
|
|
1655
|
+
},
|
|
1656
|
+
Shapes26_use_casesSectionGridNot_for_you: {
|
|
1657
|
+
header: "Shapes26_use_casesSectionGridNot_for_youHeader",
|
|
1658
|
+
items: "Shapes26_use_casesSectionGridNot_for_youItems"
|
|
1659
|
+
},
|
|
1660
|
+
Shapes26_use_casesSectionGrid: {
|
|
1661
|
+
use_husar: "Shapes26_use_casesSectionGridUse_husar",
|
|
1662
|
+
not_for_you: "Shapes26_use_casesSectionGridNot_for_you"
|
|
1663
|
+
},
|
|
1664
|
+
Shapes26_use_casesSection: {
|
|
1665
|
+
header: "Shapes26_use_casesSectionHeader",
|
|
1666
|
+
grid: "Shapes26_use_casesSectionGrid"
|
|
1667
|
+
},
|
|
1668
|
+
Shapes26_use_cases: {
|
|
1669
|
+
section: "Shapes26_use_casesSection",
|
|
1670
|
+
_id: "String",
|
|
1671
|
+
createdAt: "Float",
|
|
1672
|
+
updatedAt: "Float"
|
|
1673
|
+
},
|
|
1674
|
+
Shapesecondary_cta: {
|
|
1675
|
+
cta: "String",
|
|
1676
|
+
_id: "String",
|
|
1677
|
+
createdAt: "Float",
|
|
1678
|
+
updatedAt: "Float"
|
|
1679
|
+
},
|
|
1680
|
+
Shapesubheading: {
|
|
1681
|
+
text: "String",
|
|
1682
|
+
_id: "String",
|
|
1683
|
+
createdAt: "Float",
|
|
1684
|
+
updatedAt: "Float"
|
|
1685
|
+
},
|
|
1686
|
+
ShapesupportSectionHeader_wrapper: {
|
|
1687
|
+
title: "String",
|
|
1688
|
+
description: "String"
|
|
1689
|
+
},
|
|
1690
|
+
ShapesupportSectionFeatures_gridFeature_item: {
|
|
1691
|
+
image: "ImageField",
|
|
1692
|
+
title: "String",
|
|
1693
|
+
text: "String",
|
|
1694
|
+
cta: "String"
|
|
536
1695
|
},
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
items: "String",
|
|
540
|
-
conclusion: "String",
|
|
541
|
-
cta_buttons: "ShapeomnieContainerCardGridContent_blockCta_buttons"
|
|
1696
|
+
ShapesupportSectionFeatures_grid: {
|
|
1697
|
+
feature_item: "ShapesupportSectionFeatures_gridFeature_item"
|
|
542
1698
|
},
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
1699
|
+
ShapesupportSection: {
|
|
1700
|
+
header_wrapper: "ShapesupportSectionHeader_wrapper",
|
|
1701
|
+
features_grid: "ShapesupportSectionFeatures_grid"
|
|
546
1702
|
},
|
|
547
|
-
|
|
548
|
-
|
|
1703
|
+
Shapesupport: {
|
|
1704
|
+
section: "ShapesupportSection",
|
|
1705
|
+
_id: "String",
|
|
1706
|
+
createdAt: "Float",
|
|
1707
|
+
updatedAt: "Float"
|
|
549
1708
|
},
|
|
550
|
-
|
|
551
|
-
|
|
1709
|
+
Shapetest_shape_agent: {
|
|
1710
|
+
title: "String",
|
|
1711
|
+
_id: "String",
|
|
1712
|
+
createdAt: "Float",
|
|
1713
|
+
updatedAt: "Float"
|
|
1714
|
+
},
|
|
1715
|
+
ShapetestimonialItems: {
|
|
1716
|
+
quote: "String",
|
|
1717
|
+
author_name: "String",
|
|
1718
|
+
author_role: "String",
|
|
1719
|
+
author_avatar: "ImageField",
|
|
1720
|
+
company: "String"
|
|
1721
|
+
},
|
|
1722
|
+
Shapetestimonial: {
|
|
1723
|
+
heading: "Shapeheading",
|
|
1724
|
+
items: "ShapetestimonialItems",
|
|
1725
|
+
_id: "String",
|
|
1726
|
+
createdAt: "Float",
|
|
1727
|
+
updatedAt: "Float"
|
|
1728
|
+
},
|
|
1729
|
+
Shapetitle_descTitledesc: {
|
|
1730
|
+
title: "String",
|
|
1731
|
+
description: "String"
|
|
1732
|
+
},
|
|
1733
|
+
Shapetitle_desc: {
|
|
1734
|
+
titledesc: "Shapetitle_descTitledesc",
|
|
1735
|
+
_id: "String",
|
|
1736
|
+
createdAt: "Float",
|
|
1737
|
+
updatedAt: "Float"
|
|
1738
|
+
},
|
|
1739
|
+
ShapeusageMain: {
|
|
1740
|
+
title: "String",
|
|
1741
|
+
subtitle: "String",
|
|
1742
|
+
period: "String",
|
|
1743
|
+
tokens_consumed: "Float"
|
|
552
1744
|
},
|
|
553
|
-
|
|
554
|
-
|
|
1745
|
+
Shapeusage: {
|
|
1746
|
+
main: "ShapeusageMain",
|
|
555
1747
|
_id: "String",
|
|
556
1748
|
createdAt: "Float",
|
|
557
1749
|
updatedAt: "Float"
|