@husar.ai/cli 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/zeus/const.js +366 -1110
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.d.ts +1820 -4494
- package/dist/zeus/index.js +24 -25
- package/dist/zeus/index.js.map +1 -1
- package/package.json +2 -2
- package/src/zeus/const.ts +365 -1155
- package/src/zeus/index.ts +1636 -3817
package/dist/zeus/const.js
CHANGED
|
@@ -11,443 +11,44 @@ export const AllTypesProps = {
|
|
|
11
11
|
ConditionType: "enum",
|
|
12
12
|
PageInput: {},
|
|
13
13
|
FilterInputString: {},
|
|
14
|
+
RootParamsAdminType: `scalar.RootParamsAdminType`,
|
|
14
15
|
FormFieldType: "enum",
|
|
15
16
|
CMSType: "enum",
|
|
16
17
|
Query: {
|
|
17
|
-
|
|
18
|
+
listPaginateddocs: {
|
|
18
19
|
page: "PageInput",
|
|
19
20
|
rootParams: "RootParamsInput",
|
|
20
|
-
sort: "
|
|
21
|
-
filter: "
|
|
21
|
+
sort: "docsSortInput",
|
|
22
|
+
filter: "docsFilterInput"
|
|
22
23
|
},
|
|
23
|
-
|
|
24
|
+
onedocsBySlug: {
|
|
24
25
|
rootParams: "RootParamsInput"
|
|
25
26
|
},
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
page: "PageInput",
|
|
29
|
-
rootParams: "RootParamsInput",
|
|
30
|
-
sort: "auth_pageSortInput",
|
|
31
|
-
filter: "auth_pageFilterInput"
|
|
32
|
-
},
|
|
33
|
-
oneauth_pageBySlug: {
|
|
34
|
-
rootParams: "RootParamsInput"
|
|
35
|
-
},
|
|
36
|
-
variantsauth_pageBySlug: {},
|
|
37
|
-
listPaginatedauthor: {
|
|
38
|
-
page: "PageInput",
|
|
39
|
-
rootParams: "RootParamsInput",
|
|
40
|
-
sort: "authorSortInput",
|
|
41
|
-
filter: "authorFilterInput"
|
|
42
|
-
},
|
|
43
|
-
oneauthorBySlug: {
|
|
44
|
-
rootParams: "RootParamsInput"
|
|
45
|
-
},
|
|
46
|
-
variantsauthorBySlug: {},
|
|
47
|
-
listPaginatedblog_page: {
|
|
48
|
-
page: "PageInput",
|
|
49
|
-
rootParams: "RootParamsInput",
|
|
50
|
-
sort: "blog_pageSortInput",
|
|
51
|
-
filter: "blog_pageFilterInput"
|
|
52
|
-
},
|
|
53
|
-
oneblog_pageBySlug: {
|
|
54
|
-
rootParams: "RootParamsInput"
|
|
55
|
-
},
|
|
56
|
-
variantsblog_pageBySlug: {},
|
|
57
|
-
listPaginatedcards_section: {
|
|
58
|
-
page: "PageInput",
|
|
59
|
-
rootParams: "RootParamsInput",
|
|
60
|
-
sort: "cards_sectionSortInput",
|
|
61
|
-
filter: "cards_sectionFilterInput"
|
|
62
|
-
},
|
|
63
|
-
onecards_sectionBySlug: {
|
|
64
|
-
rootParams: "RootParamsInput"
|
|
65
|
-
},
|
|
66
|
-
variantscards_sectionBySlug: {},
|
|
67
|
-
listPaginatedchangelog: {
|
|
68
|
-
page: "PageInput",
|
|
69
|
-
rootParams: "RootParamsInput",
|
|
70
|
-
sort: "changelogSortInput",
|
|
71
|
-
filter: "changelogFilterInput"
|
|
72
|
-
},
|
|
73
|
-
onechangelogBySlug: {
|
|
74
|
-
rootParams: "RootParamsInput"
|
|
75
|
-
},
|
|
76
|
-
variantschangelogBySlug: {},
|
|
77
|
-
listPaginatedcontact_page: {
|
|
78
|
-
page: "PageInput",
|
|
79
|
-
rootParams: "RootParamsInput",
|
|
80
|
-
sort: "contact_pageSortInput",
|
|
81
|
-
filter: "contact_pageFilterInput"
|
|
82
|
-
},
|
|
83
|
-
onecontact_pageBySlug: {
|
|
84
|
-
rootParams: "RootParamsInput"
|
|
85
|
-
},
|
|
86
|
-
variantscontact_pageBySlug: {},
|
|
87
|
-
listPaginatedfaq_section: {
|
|
88
|
-
page: "PageInput",
|
|
89
|
-
rootParams: "RootParamsInput",
|
|
90
|
-
sort: "faq_sectionSortInput",
|
|
91
|
-
filter: "faq_sectionFilterInput"
|
|
92
|
-
},
|
|
93
|
-
onefaq_sectionBySlug: {
|
|
94
|
-
rootParams: "RootParamsInput"
|
|
95
|
-
},
|
|
96
|
-
variantsfaq_sectionBySlug: {},
|
|
97
|
-
listPaginatedfeatures_page: {
|
|
98
|
-
page: "PageInput",
|
|
99
|
-
rootParams: "RootParamsInput",
|
|
100
|
-
sort: "features_pageSortInput",
|
|
101
|
-
filter: "features_pageFilterInput"
|
|
102
|
-
},
|
|
103
|
-
onefeatures_pageBySlug: {
|
|
104
|
-
rootParams: "RootParamsInput"
|
|
105
|
-
},
|
|
106
|
-
variantsfeatures_pageBySlug: {},
|
|
107
|
-
listPaginatedfooter: {
|
|
108
|
-
page: "PageInput",
|
|
109
|
-
rootParams: "RootParamsInput",
|
|
110
|
-
sort: "footerSortInput",
|
|
111
|
-
filter: "footerFilterInput"
|
|
112
|
-
},
|
|
113
|
-
onefooterBySlug: {
|
|
114
|
-
rootParams: "RootParamsInput"
|
|
115
|
-
},
|
|
116
|
-
variantsfooterBySlug: {},
|
|
117
|
-
listPaginatedgetstarted_section: {
|
|
118
|
-
page: "PageInput",
|
|
119
|
-
rootParams: "RootParamsInput",
|
|
120
|
-
sort: "getstarted_sectionSortInput",
|
|
121
|
-
filter: "getstarted_sectionFilterInput"
|
|
122
|
-
},
|
|
123
|
-
onegetstarted_sectionBySlug: {
|
|
27
|
+
variantsdocsBySlug: {},
|
|
28
|
+
oneViewhomepage: {
|
|
124
29
|
rootParams: "RootParamsInput"
|
|
125
30
|
},
|
|
126
|
-
|
|
127
|
-
listPaginatedguide: {
|
|
128
|
-
page: "PageInput",
|
|
129
|
-
rootParams: "RootParamsInput",
|
|
130
|
-
sort: "guideSortInput",
|
|
131
|
-
filter: "guideFilterInput"
|
|
132
|
-
},
|
|
133
|
-
oneguideBySlug: {
|
|
134
|
-
rootParams: "RootParamsInput"
|
|
135
|
-
},
|
|
136
|
-
variantsguideBySlug: {},
|
|
137
|
-
listPaginatedguide_page: {
|
|
138
|
-
page: "PageInput",
|
|
139
|
-
rootParams: "RootParamsInput",
|
|
140
|
-
sort: "guide_pageSortInput",
|
|
141
|
-
filter: "guide_pageFilterInput"
|
|
142
|
-
},
|
|
143
|
-
oneguide_pageBySlug: {
|
|
31
|
+
oneViewhowitworks: {
|
|
144
32
|
rootParams: "RootParamsInput"
|
|
145
33
|
},
|
|
146
|
-
|
|
147
|
-
listPaginatedhome_page: {
|
|
148
|
-
page: "PageInput",
|
|
149
|
-
rootParams: "RootParamsInput",
|
|
150
|
-
sort: "home_pageSortInput",
|
|
151
|
-
filter: "home_pageFilterInput"
|
|
152
|
-
},
|
|
153
|
-
onehome_pageBySlug: {
|
|
34
|
+
oneFormsteps: {
|
|
154
35
|
rootParams: "RootParamsInput"
|
|
155
36
|
},
|
|
156
|
-
|
|
157
|
-
listPaginatedinfo_page: {
|
|
158
|
-
page: "PageInput",
|
|
159
|
-
rootParams: "RootParamsInput",
|
|
160
|
-
sort: "info_pageSortInput",
|
|
161
|
-
filter: "info_pageFilterInput"
|
|
162
|
-
},
|
|
163
|
-
oneinfo_pageBySlug: {
|
|
37
|
+
oneFormtest: {
|
|
164
38
|
rootParams: "RootParamsInput"
|
|
165
|
-
}
|
|
166
|
-
variantsinfo_pageBySlug: {},
|
|
167
|
-
listPaginatedinfo_section: {
|
|
168
|
-
page: "PageInput",
|
|
169
|
-
rootParams: "RootParamsInput",
|
|
170
|
-
sort: "info_sectionSortInput",
|
|
171
|
-
filter: "info_sectionFilterInput"
|
|
172
|
-
},
|
|
173
|
-
oneinfo_sectionBySlug: {
|
|
174
|
-
rootParams: "RootParamsInput"
|
|
175
|
-
},
|
|
176
|
-
variantsinfo_sectionBySlug: {},
|
|
177
|
-
listPaginatednavigation: {
|
|
178
|
-
page: "PageInput",
|
|
179
|
-
rootParams: "RootParamsInput",
|
|
180
|
-
sort: "navigationSortInput",
|
|
181
|
-
filter: "navigationFilterInput"
|
|
182
|
-
},
|
|
183
|
-
onenavigationBySlug: {
|
|
184
|
-
rootParams: "RootParamsInput"
|
|
185
|
-
},
|
|
186
|
-
variantsnavigationBySlug: {},
|
|
187
|
-
listPaginatedpolicy: {
|
|
188
|
-
page: "PageInput",
|
|
189
|
-
rootParams: "RootParamsInput",
|
|
190
|
-
sort: "policySortInput",
|
|
191
|
-
filter: "policyFilterInput"
|
|
192
|
-
},
|
|
193
|
-
onepolicyBySlug: {
|
|
194
|
-
rootParams: "RootParamsInput"
|
|
195
|
-
},
|
|
196
|
-
variantspolicyBySlug: {},
|
|
197
|
-
listPaginatedpost: {
|
|
198
|
-
page: "PageInput",
|
|
199
|
-
rootParams: "RootParamsInput",
|
|
200
|
-
sort: "postSortInput",
|
|
201
|
-
filter: "postFilterInput"
|
|
202
|
-
},
|
|
203
|
-
onepostBySlug: {
|
|
204
|
-
rootParams: "RootParamsInput"
|
|
205
|
-
},
|
|
206
|
-
variantspostBySlug: {},
|
|
207
|
-
listPaginatedpricing_page: {
|
|
208
|
-
page: "PageInput",
|
|
209
|
-
rootParams: "RootParamsInput",
|
|
210
|
-
sort: "pricing_pageSortInput",
|
|
211
|
-
filter: "pricing_pageFilterInput"
|
|
212
|
-
},
|
|
213
|
-
onepricing_pageBySlug: {
|
|
214
|
-
rootParams: "RootParamsInput"
|
|
215
|
-
},
|
|
216
|
-
variantspricing_pageBySlug: {},
|
|
217
|
-
listPaginatedsolution_page: {
|
|
218
|
-
page: "PageInput",
|
|
219
|
-
rootParams: "RootParamsInput",
|
|
220
|
-
sort: "solution_pageSortInput",
|
|
221
|
-
filter: "solution_pageFilterInput"
|
|
222
|
-
},
|
|
223
|
-
onesolution_pageBySlug: {
|
|
224
|
-
rootParams: "RootParamsInput"
|
|
225
|
-
},
|
|
226
|
-
variantssolution_pageBySlug: {},
|
|
227
|
-
listPaginatedtechnologies_section: {
|
|
228
|
-
page: "PageInput",
|
|
229
|
-
rootParams: "RootParamsInput",
|
|
230
|
-
sort: "technologies_sectionSortInput",
|
|
231
|
-
filter: "technologies_sectionFilterInput"
|
|
232
|
-
},
|
|
233
|
-
onetechnologies_sectionBySlug: {
|
|
234
|
-
rootParams: "RootParamsInput"
|
|
235
|
-
},
|
|
236
|
-
variantstechnologies_sectionBySlug: {},
|
|
237
|
-
listPaginatedusecase_page: {
|
|
238
|
-
page: "PageInput",
|
|
239
|
-
rootParams: "RootParamsInput",
|
|
240
|
-
sort: "usecase_pageSortInput",
|
|
241
|
-
filter: "usecase_pageFilterInput"
|
|
242
|
-
},
|
|
243
|
-
oneusecase_pageBySlug: {
|
|
244
|
-
rootParams: "RootParamsInput"
|
|
245
|
-
},
|
|
246
|
-
variantsusecase_pageBySlug: {},
|
|
247
|
-
listPaginatedvalidation: {
|
|
248
|
-
page: "PageInput",
|
|
249
|
-
rootParams: "RootParamsInput",
|
|
250
|
-
sort: "validationSortInput",
|
|
251
|
-
filter: "validationFilterInput"
|
|
252
|
-
},
|
|
253
|
-
onevalidationBySlug: {
|
|
254
|
-
rootParams: "RootParamsInput"
|
|
255
|
-
},
|
|
256
|
-
variantsvalidationBySlug: {}
|
|
39
|
+
}
|
|
257
40
|
},
|
|
258
41
|
ModelEnum: "enum",
|
|
42
|
+
ViewEnum: "enum",
|
|
43
|
+
ShapeEnum: "enum",
|
|
259
44
|
RootParamsInput: {},
|
|
260
45
|
RootParamsEnum: "enum",
|
|
261
|
-
|
|
262
|
-
slug: "Sort",
|
|
263
|
-
createdAt: "Sort",
|
|
264
|
-
updatedAt: "Sort"
|
|
265
|
-
},
|
|
266
|
-
auth_pageSortInput: {
|
|
46
|
+
docsSortInput: {
|
|
267
47
|
slug: "Sort",
|
|
268
48
|
createdAt: "Sort",
|
|
269
49
|
updatedAt: "Sort"
|
|
270
50
|
},
|
|
271
|
-
|
|
272
|
-
slug: "Sort",
|
|
273
|
-
createdAt: "Sort",
|
|
274
|
-
updatedAt: "Sort"
|
|
275
|
-
},
|
|
276
|
-
blog_pageSortInput: {
|
|
277
|
-
slug: "Sort",
|
|
278
|
-
createdAt: "Sort",
|
|
279
|
-
updatedAt: "Sort"
|
|
280
|
-
},
|
|
281
|
-
cards_sectionSortInput: {
|
|
282
|
-
slug: "Sort",
|
|
283
|
-
createdAt: "Sort",
|
|
284
|
-
updatedAt: "Sort"
|
|
285
|
-
},
|
|
286
|
-
changelogSortInput: {
|
|
287
|
-
slug: "Sort",
|
|
288
|
-
createdAt: "Sort",
|
|
289
|
-
updatedAt: "Sort"
|
|
290
|
-
},
|
|
291
|
-
contact_pageSortInput: {
|
|
292
|
-
slug: "Sort",
|
|
293
|
-
createdAt: "Sort",
|
|
294
|
-
updatedAt: "Sort"
|
|
295
|
-
},
|
|
296
|
-
faq_sectionSortInput: {
|
|
297
|
-
slug: "Sort",
|
|
298
|
-
createdAt: "Sort",
|
|
299
|
-
updatedAt: "Sort"
|
|
300
|
-
},
|
|
301
|
-
features_pageSortInput: {
|
|
302
|
-
slug: "Sort",
|
|
303
|
-
createdAt: "Sort",
|
|
304
|
-
updatedAt: "Sort"
|
|
305
|
-
},
|
|
306
|
-
footerSortInput: {
|
|
307
|
-
slug: "Sort",
|
|
308
|
-
createdAt: "Sort",
|
|
309
|
-
updatedAt: "Sort"
|
|
310
|
-
},
|
|
311
|
-
getstarted_sectionSortInput: {
|
|
312
|
-
slug: "Sort",
|
|
313
|
-
createdAt: "Sort",
|
|
314
|
-
updatedAt: "Sort"
|
|
315
|
-
},
|
|
316
|
-
guideSortInput: {
|
|
317
|
-
slug: "Sort",
|
|
318
|
-
createdAt: "Sort",
|
|
319
|
-
updatedAt: "Sort"
|
|
320
|
-
},
|
|
321
|
-
guide_pageSortInput: {
|
|
322
|
-
slug: "Sort",
|
|
323
|
-
createdAt: "Sort",
|
|
324
|
-
updatedAt: "Sort"
|
|
325
|
-
},
|
|
326
|
-
home_pageSortInput: {
|
|
327
|
-
slug: "Sort",
|
|
328
|
-
createdAt: "Sort",
|
|
329
|
-
updatedAt: "Sort"
|
|
330
|
-
},
|
|
331
|
-
info_pageSortInput: {
|
|
332
|
-
slug: "Sort",
|
|
333
|
-
createdAt: "Sort",
|
|
334
|
-
updatedAt: "Sort"
|
|
335
|
-
},
|
|
336
|
-
info_sectionSortInput: {
|
|
337
|
-
slug: "Sort",
|
|
338
|
-
createdAt: "Sort",
|
|
339
|
-
updatedAt: "Sort"
|
|
340
|
-
},
|
|
341
|
-
navigationSortInput: {
|
|
342
|
-
slug: "Sort",
|
|
343
|
-
createdAt: "Sort",
|
|
344
|
-
updatedAt: "Sort"
|
|
345
|
-
},
|
|
346
|
-
policySortInput: {
|
|
347
|
-
slug: "Sort",
|
|
348
|
-
createdAt: "Sort",
|
|
349
|
-
updatedAt: "Sort"
|
|
350
|
-
},
|
|
351
|
-
postSortInput: {
|
|
352
|
-
slug: "Sort",
|
|
353
|
-
createdAt: "Sort",
|
|
354
|
-
updatedAt: "Sort"
|
|
355
|
-
},
|
|
356
|
-
pricing_pageSortInput: {
|
|
357
|
-
slug: "Sort",
|
|
358
|
-
createdAt: "Sort",
|
|
359
|
-
updatedAt: "Sort"
|
|
360
|
-
},
|
|
361
|
-
solution_pageSortInput: {
|
|
362
|
-
slug: "Sort",
|
|
363
|
-
createdAt: "Sort",
|
|
364
|
-
updatedAt: "Sort"
|
|
365
|
-
},
|
|
366
|
-
technologies_sectionSortInput: {
|
|
367
|
-
slug: "Sort",
|
|
368
|
-
createdAt: "Sort",
|
|
369
|
-
updatedAt: "Sort"
|
|
370
|
-
},
|
|
371
|
-
usecase_pageSortInput: {
|
|
372
|
-
slug: "Sort",
|
|
373
|
-
createdAt: "Sort",
|
|
374
|
-
updatedAt: "Sort"
|
|
375
|
-
},
|
|
376
|
-
validationSortInput: {
|
|
377
|
-
slug: "Sort",
|
|
378
|
-
createdAt: "Sort",
|
|
379
|
-
updatedAt: "Sort"
|
|
380
|
-
},
|
|
381
|
-
actionsFilterInput: {
|
|
382
|
-
slug: "FilterInputString"
|
|
383
|
-
},
|
|
384
|
-
auth_pageFilterInput: {
|
|
385
|
-
slug: "FilterInputString"
|
|
386
|
-
},
|
|
387
|
-
authorFilterInput: {
|
|
388
|
-
slug: "FilterInputString"
|
|
389
|
-
},
|
|
390
|
-
blog_pageFilterInput: {
|
|
391
|
-
slug: "FilterInputString"
|
|
392
|
-
},
|
|
393
|
-
cards_sectionFilterInput: {
|
|
394
|
-
slug: "FilterInputString"
|
|
395
|
-
},
|
|
396
|
-
changelogFilterInput: {
|
|
397
|
-
slug: "FilterInputString"
|
|
398
|
-
},
|
|
399
|
-
contact_pageFilterInput: {
|
|
400
|
-
slug: "FilterInputString"
|
|
401
|
-
},
|
|
402
|
-
faq_sectionFilterInput: {
|
|
403
|
-
slug: "FilterInputString"
|
|
404
|
-
},
|
|
405
|
-
features_pageFilterInput: {
|
|
406
|
-
slug: "FilterInputString"
|
|
407
|
-
},
|
|
408
|
-
footerFilterInput: {
|
|
409
|
-
slug: "FilterInputString"
|
|
410
|
-
},
|
|
411
|
-
getstarted_sectionFilterInput: {
|
|
412
|
-
slug: "FilterInputString"
|
|
413
|
-
},
|
|
414
|
-
guideFilterInput: {
|
|
415
|
-
slug: "FilterInputString"
|
|
416
|
-
},
|
|
417
|
-
guide_pageFilterInput: {
|
|
418
|
-
slug: "FilterInputString"
|
|
419
|
-
},
|
|
420
|
-
home_pageFilterInput: {
|
|
421
|
-
slug: "FilterInputString"
|
|
422
|
-
},
|
|
423
|
-
info_pageFilterInput: {
|
|
424
|
-
slug: "FilterInputString"
|
|
425
|
-
},
|
|
426
|
-
info_sectionFilterInput: {
|
|
427
|
-
slug: "FilterInputString"
|
|
428
|
-
},
|
|
429
|
-
navigationFilterInput: {
|
|
430
|
-
slug: "FilterInputString"
|
|
431
|
-
},
|
|
432
|
-
policyFilterInput: {
|
|
433
|
-
slug: "FilterInputString"
|
|
434
|
-
},
|
|
435
|
-
postFilterInput: {
|
|
436
|
-
slug: "FilterInputString"
|
|
437
|
-
},
|
|
438
|
-
pricing_pageFilterInput: {
|
|
439
|
-
slug: "FilterInputString"
|
|
440
|
-
},
|
|
441
|
-
solution_pageFilterInput: {
|
|
442
|
-
slug: "FilterInputString"
|
|
443
|
-
},
|
|
444
|
-
technologies_sectionFilterInput: {
|
|
445
|
-
slug: "FilterInputString"
|
|
446
|
-
},
|
|
447
|
-
usecase_pageFilterInput: {
|
|
448
|
-
slug: "FilterInputString"
|
|
449
|
-
},
|
|
450
|
-
validationFilterInput: {
|
|
51
|
+
docsFilterInput: {
|
|
451
52
|
slug: "FilterInputString"
|
|
452
53
|
},
|
|
453
54
|
ID: `scalar.ID`
|
|
@@ -532,13 +133,13 @@ export const ReturnTypes = {
|
|
|
532
133
|
total: "Int",
|
|
533
134
|
hasNext: "Boolean"
|
|
534
135
|
},
|
|
136
|
+
RootParamsAdminType: `scalar.RootParamsAdminType`,
|
|
535
137
|
Shape: {
|
|
536
138
|
name: "String",
|
|
537
139
|
slug: "String",
|
|
538
140
|
display: "String",
|
|
539
141
|
previewFields: "BakedIpsumData",
|
|
540
142
|
prompt: "String",
|
|
541
|
-
promptResponse: "AiComponent",
|
|
542
143
|
fields: "CMSField"
|
|
543
144
|
},
|
|
544
145
|
View: {
|
|
@@ -547,13 +148,6 @@ export const ReturnTypes = {
|
|
|
547
148
|
slug: "String",
|
|
548
149
|
display: "String"
|
|
549
150
|
},
|
|
550
|
-
AiComponent: {
|
|
551
|
-
name: "String",
|
|
552
|
-
htmlComponent: "String",
|
|
553
|
-
className: "String",
|
|
554
|
-
textContent: "String",
|
|
555
|
-
children: "AiComponent"
|
|
556
|
-
},
|
|
557
151
|
FormField: {
|
|
558
152
|
name: "String",
|
|
559
153
|
display: "String",
|
|
@@ -630,258 +224,106 @@ export const ReturnTypes = {
|
|
|
630
224
|
listShapes: "Shape",
|
|
631
225
|
tailwind: "TailwindConfiguration",
|
|
632
226
|
listForms: "Form",
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
previewFieldsinfo_page: "ModelNavigationCompiled",
|
|
723
|
-
listPaginatedinfo_section: "info_section__Connection",
|
|
724
|
-
oneinfo_sectionBySlug: "info_section",
|
|
725
|
-
variantsinfo_sectionBySlug: "info_section",
|
|
726
|
-
fieldSetinfo_section: "String",
|
|
727
|
-
modelinfo_section: "ModelNavigationCompiled",
|
|
728
|
-
previewFieldsinfo_section: "ModelNavigationCompiled",
|
|
729
|
-
listPaginatednavigation: "navigation__Connection",
|
|
730
|
-
onenavigationBySlug: "navigation",
|
|
731
|
-
variantsnavigationBySlug: "navigation",
|
|
732
|
-
fieldSetnavigation: "String",
|
|
733
|
-
modelnavigation: "ModelNavigationCompiled",
|
|
734
|
-
previewFieldsnavigation: "ModelNavigationCompiled",
|
|
735
|
-
listPaginatedpolicy: "policy__Connection",
|
|
736
|
-
onepolicyBySlug: "policy",
|
|
737
|
-
variantspolicyBySlug: "policy",
|
|
738
|
-
fieldSetpolicy: "String",
|
|
739
|
-
modelpolicy: "ModelNavigationCompiled",
|
|
740
|
-
previewFieldspolicy: "ModelNavigationCompiled",
|
|
741
|
-
listPaginatedpost: "post__Connection",
|
|
742
|
-
onepostBySlug: "post",
|
|
743
|
-
variantspostBySlug: "post",
|
|
744
|
-
fieldSetpost: "String",
|
|
745
|
-
modelpost: "ModelNavigationCompiled",
|
|
746
|
-
previewFieldspost: "ModelNavigationCompiled",
|
|
747
|
-
listPaginatedpricing_page: "pricing_page__Connection",
|
|
748
|
-
onepricing_pageBySlug: "pricing_page",
|
|
749
|
-
variantspricing_pageBySlug: "pricing_page",
|
|
750
|
-
fieldSetpricing_page: "String",
|
|
751
|
-
modelpricing_page: "ModelNavigationCompiled",
|
|
752
|
-
previewFieldspricing_page: "ModelNavigationCompiled",
|
|
753
|
-
listPaginatedsolution_page: "solution_page__Connection",
|
|
754
|
-
onesolution_pageBySlug: "solution_page",
|
|
755
|
-
variantssolution_pageBySlug: "solution_page",
|
|
756
|
-
fieldSetsolution_page: "String",
|
|
757
|
-
modelsolution_page: "ModelNavigationCompiled",
|
|
758
|
-
previewFieldssolution_page: "ModelNavigationCompiled",
|
|
759
|
-
listPaginatedtechnologies_section: "technologies_section__Connection",
|
|
760
|
-
onetechnologies_sectionBySlug: "technologies_section",
|
|
761
|
-
variantstechnologies_sectionBySlug: "technologies_section",
|
|
762
|
-
fieldSettechnologies_section: "String",
|
|
763
|
-
modeltechnologies_section: "ModelNavigationCompiled",
|
|
764
|
-
previewFieldstechnologies_section: "ModelNavigationCompiled",
|
|
765
|
-
listPaginatedusecase_page: "usecase_page__Connection",
|
|
766
|
-
oneusecase_pageBySlug: "usecase_page",
|
|
767
|
-
variantsusecase_pageBySlug: "usecase_page",
|
|
768
|
-
fieldSetusecase_page: "String",
|
|
769
|
-
modelusecase_page: "ModelNavigationCompiled",
|
|
770
|
-
previewFieldsusecase_page: "ModelNavigationCompiled",
|
|
771
|
-
listPaginatedvalidation: "validation__Connection",
|
|
772
|
-
onevalidationBySlug: "validation",
|
|
773
|
-
variantsvalidationBySlug: "validation",
|
|
774
|
-
fieldSetvalidation: "String",
|
|
775
|
-
modelvalidation: "ModelNavigationCompiled",
|
|
776
|
-
previewFieldsvalidation: "ModelNavigationCompiled"
|
|
777
|
-
},
|
|
778
|
-
actionsButtons: {
|
|
779
|
-
back: "String",
|
|
780
|
-
submit: "String"
|
|
781
|
-
},
|
|
782
|
-
actionsWaiting: {
|
|
783
|
-
header: "String",
|
|
784
|
-
description: "String",
|
|
785
|
-
text: "String"
|
|
786
|
-
},
|
|
787
|
-
actionsSuccess: {
|
|
788
|
-
header: "String",
|
|
789
|
-
description: "String",
|
|
790
|
-
text: "String"
|
|
791
|
-
},
|
|
792
|
-
actionsValid: {
|
|
793
|
-
header: "String",
|
|
794
|
-
input_password: "String",
|
|
795
|
-
input_repeat: "String",
|
|
796
|
-
email: "String"
|
|
797
|
-
},
|
|
798
|
-
actionsError: {
|
|
799
|
-
header: "String",
|
|
800
|
-
description: "String",
|
|
801
|
-
text: "String",
|
|
802
|
-
password_weak: "String",
|
|
803
|
-
invalid_token: "String",
|
|
804
|
-
send_email_error: "String"
|
|
805
|
-
},
|
|
806
|
-
actions__Connection: {
|
|
807
|
-
items: "actions",
|
|
808
|
-
pageInfo: "PageInfo"
|
|
809
|
-
},
|
|
810
|
-
actions: {
|
|
811
|
-
_version: "VersionField",
|
|
812
|
-
buttons: "actionsButtons",
|
|
813
|
-
waiting: "actionsWaiting",
|
|
814
|
-
success: "actionsSuccess",
|
|
815
|
-
valid: "actionsValid",
|
|
816
|
-
error: "actionsError",
|
|
817
|
-
locale: "String",
|
|
818
|
-
slug: "String",
|
|
819
|
-
_id: "String",
|
|
820
|
-
createdAt: "Float",
|
|
821
|
-
updatedAt: "Float",
|
|
822
|
-
draft_version: "Boolean",
|
|
823
|
-
json_ld: "String"
|
|
824
|
-
},
|
|
825
|
-
auth_pageForm_values: {
|
|
826
|
-
email_label: "String",
|
|
827
|
-
password_label: "String",
|
|
828
|
-
repeat_password_label: "String",
|
|
829
|
-
forget_password_link_text: "String",
|
|
830
|
-
terms_link_text: "String",
|
|
831
|
-
privacy_link_text: "String",
|
|
832
|
-
i_ve_read: "String",
|
|
833
|
-
form_header: "String",
|
|
834
|
-
form_description: "String",
|
|
835
|
-
waiting: "String",
|
|
836
|
-
waiting_unit: "String",
|
|
837
|
-
success_text: "String"
|
|
838
|
-
},
|
|
839
|
-
auth_pageForm_errors: {
|
|
840
|
-
sign_in_error: "String",
|
|
841
|
-
user_exist: "String",
|
|
842
|
-
register_error: "String",
|
|
843
|
-
passwords_not_match: "String",
|
|
844
|
-
send_error: "String",
|
|
845
|
-
temp_error: "String",
|
|
846
|
-
password_weak: "String",
|
|
847
|
-
username_invalid: "String",
|
|
848
|
-
username_or_password_invalid: "String"
|
|
849
|
-
},
|
|
850
|
-
auth_pageBottom: {
|
|
851
|
-
primary_text: "String",
|
|
852
|
-
link_text: "String"
|
|
853
|
-
},
|
|
854
|
-
auth_page__Connection: {
|
|
855
|
-
items: "auth_page",
|
|
856
|
-
pageInfo: "PageInfo"
|
|
857
|
-
},
|
|
858
|
-
auth_page: {
|
|
859
|
-
_version: "VersionField",
|
|
860
|
-
page_title: "String",
|
|
861
|
-
meta_description: "String",
|
|
862
|
-
canonical: "String",
|
|
863
|
-
header: "String",
|
|
864
|
-
action_button: "String",
|
|
865
|
-
form_values: "auth_pageForm_values",
|
|
866
|
-
form_errors: "auth_pageForm_errors",
|
|
867
|
-
bottom: "auth_pageBottom",
|
|
868
|
-
locale: "String",
|
|
869
|
-
slug: "String",
|
|
870
|
-
_id: "String",
|
|
871
|
-
createdAt: "Float",
|
|
872
|
-
updatedAt: "Float",
|
|
873
|
-
draft_version: "Boolean",
|
|
874
|
-
json_ld: "String"
|
|
875
|
-
},
|
|
876
|
-
author__Connection: {
|
|
877
|
-
items: "author",
|
|
227
|
+
listPaginateddocs: "docs__Connection",
|
|
228
|
+
onedocsBySlug: "docs",
|
|
229
|
+
variantsdocsBySlug: "docs",
|
|
230
|
+
fieldSetdocs: "String",
|
|
231
|
+
modeldocs: "ModelNavigationCompiled",
|
|
232
|
+
previewFieldsdocs: "ModelNavigationCompiled",
|
|
233
|
+
fieldSetShapecta: "String",
|
|
234
|
+
modelShapecta: "ModelNavigationCompiled",
|
|
235
|
+
previewFieldsShapecta: "ModelNavigationCompiled",
|
|
236
|
+
oneShapecta: "Shapecta",
|
|
237
|
+
fieldSetShapedocs_content: "String",
|
|
238
|
+
modelShapedocs_content: "ModelNavigationCompiled",
|
|
239
|
+
previewFieldsShapedocs_content: "ModelNavigationCompiled",
|
|
240
|
+
oneShapedocs_content: "Shapedocs_content",
|
|
241
|
+
fieldSetShapedocs_nav: "String",
|
|
242
|
+
modelShapedocs_nav: "ModelNavigationCompiled",
|
|
243
|
+
previewFieldsShapedocs_nav: "ModelNavigationCompiled",
|
|
244
|
+
oneShapedocs_nav: "Shapedocs_nav",
|
|
245
|
+
fieldSetShapefoot: "String",
|
|
246
|
+
modelShapefoot: "ModelNavigationCompiled",
|
|
247
|
+
previewFieldsShapefoot: "ModelNavigationCompiled",
|
|
248
|
+
oneShapefoot: "Shapefoot",
|
|
249
|
+
fieldSetShapehero: "String",
|
|
250
|
+
modelShapehero: "ModelNavigationCompiled",
|
|
251
|
+
previewFieldsShapehero: "ModelNavigationCompiled",
|
|
252
|
+
oneShapehero: "Shapehero",
|
|
253
|
+
fieldSetShapeherox: "String",
|
|
254
|
+
modelShapeherox: "ModelNavigationCompiled",
|
|
255
|
+
previewFieldsShapeherox: "ModelNavigationCompiled",
|
|
256
|
+
oneShapeherox: "Shapeherox",
|
|
257
|
+
fieldSetShapelearn: "String",
|
|
258
|
+
modelShapelearn: "ModelNavigationCompiled",
|
|
259
|
+
previewFieldsShapelearn: "ModelNavigationCompiled",
|
|
260
|
+
oneShapelearn: "Shapelearn",
|
|
261
|
+
fieldSetShapenav: "String",
|
|
262
|
+
modelShapenav: "ModelNavigationCompiled",
|
|
263
|
+
previewFieldsShapenav: "ModelNavigationCompiled",
|
|
264
|
+
oneShapenav: "Shapenav",
|
|
265
|
+
fieldSetShapenewshape: "String",
|
|
266
|
+
modelShapenewshape: "ModelNavigationCompiled",
|
|
267
|
+
previewFieldsShapenewshape: "ModelNavigationCompiled",
|
|
268
|
+
oneShapenewshape: "Shapenewshape",
|
|
269
|
+
fieldSetShapenewshapereprompt: "String",
|
|
270
|
+
modelShapenewshapereprompt: "ModelNavigationCompiled",
|
|
271
|
+
previewFieldsShapenewshapereprompt: "ModelNavigationCompiled",
|
|
272
|
+
oneShapenewshapereprompt: "Shapenewshapereprompt",
|
|
273
|
+
fieldSetShapenewsletter: "String",
|
|
274
|
+
modelShapenewsletter: "ModelNavigationCompiled",
|
|
275
|
+
previewFieldsShapenewsletter: "ModelNavigationCompiled",
|
|
276
|
+
oneShapenewsletter: "Shapenewsletter",
|
|
277
|
+
fieldSetShapepricing: "String",
|
|
278
|
+
modelShapepricing: "ModelNavigationCompiled",
|
|
279
|
+
previewFieldsShapepricing: "ModelNavigationCompiled",
|
|
280
|
+
oneShapepricing: "Shapepricing",
|
|
281
|
+
fieldSetShapepricingv1: "String",
|
|
282
|
+
modelShapepricingv1: "ModelNavigationCompiled",
|
|
283
|
+
previewFieldsShapepricingv1: "ModelNavigationCompiled",
|
|
284
|
+
oneShapepricingv1: "Shapepricingv1",
|
|
285
|
+
fieldSetShapetesta: "String",
|
|
286
|
+
modelShapetesta: "ModelNavigationCompiled",
|
|
287
|
+
previewFieldsShapetesta: "ModelNavigationCompiled",
|
|
288
|
+
oneShapetesta: "Shapetesta",
|
|
289
|
+
variantsViewhomepage: "Viewhomepage",
|
|
290
|
+
fieldSetViewhomepage: "String",
|
|
291
|
+
modelViewhomepage: "ModelNavigationCompiled",
|
|
292
|
+
previewFieldsViewhomepage: "ModelNavigationCompiled",
|
|
293
|
+
oneViewhomepage: "Viewhomepage",
|
|
294
|
+
variantsViewhowitworks: "Viewhowitworks",
|
|
295
|
+
fieldSetViewhowitworks: "String",
|
|
296
|
+
modelViewhowitworks: "ModelNavigationCompiled",
|
|
297
|
+
previewFieldsViewhowitworks: "ModelNavigationCompiled",
|
|
298
|
+
oneViewhowitworks: "Viewhowitworks",
|
|
299
|
+
variantsFormsteps: "Formsteps",
|
|
300
|
+
fieldSetFormsteps: "String",
|
|
301
|
+
modelFormsteps: "ModelNavigationCompiled",
|
|
302
|
+
previewFieldsFormsteps: "ModelNavigationCompiled",
|
|
303
|
+
oneFormsteps: "Formsteps",
|
|
304
|
+
variantsFormtest: "Formtest",
|
|
305
|
+
fieldSetFormtest: "String",
|
|
306
|
+
modelFormtest: "ModelNavigationCompiled",
|
|
307
|
+
previewFieldsFormtest: "ModelNavigationCompiled",
|
|
308
|
+
oneFormtest: "Formtest"
|
|
309
|
+
},
|
|
310
|
+
RootParamsType: {
|
|
311
|
+
_version: "String",
|
|
312
|
+
locale: "String"
|
|
313
|
+
},
|
|
314
|
+
docs__Connection: {
|
|
315
|
+
items: "docs",
|
|
878
316
|
pageInfo: "PageInfo"
|
|
879
317
|
},
|
|
880
|
-
|
|
318
|
+
docs: {
|
|
881
319
|
_version: "VersionField",
|
|
882
|
-
name: "String",
|
|
883
|
-
picture: "ImageField",
|
|
884
320
|
title: "String",
|
|
321
|
+
seotitle: "String",
|
|
322
|
+
metadesc: "String",
|
|
323
|
+
sortid: "Float",
|
|
324
|
+
main_category: "String",
|
|
325
|
+
content: "String",
|
|
326
|
+
video: "VideoField",
|
|
885
327
|
locale: "String",
|
|
886
328
|
slug: "String",
|
|
887
329
|
_id: "String",
|
|
@@ -890,19 +332,14 @@ export const ReturnTypes = {
|
|
|
890
332
|
draft_version: "Boolean",
|
|
891
333
|
json_ld: "String"
|
|
892
334
|
},
|
|
893
|
-
|
|
894
|
-
items: "blog_page",
|
|
895
|
-
pageInfo: "PageInfo"
|
|
896
|
-
},
|
|
897
|
-
blog_page: {
|
|
335
|
+
Viewhomepage: {
|
|
898
336
|
_version: "VersionField",
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
posts_recommendation: "String",
|
|
337
|
+
nav: "Shapenav",
|
|
338
|
+
main: "Shapehero",
|
|
339
|
+
hero: "Shapeherox",
|
|
340
|
+
learn: "Shapelearn",
|
|
341
|
+
pricing: "Shapepricingv1",
|
|
342
|
+
footer: "Shapefoot",
|
|
906
343
|
locale: "String",
|
|
907
344
|
slug: "String",
|
|
908
345
|
_id: "String",
|
|
@@ -911,21 +348,15 @@ export const ReturnTypes = {
|
|
|
911
348
|
draft_version: "Boolean",
|
|
912
349
|
json_ld: "String"
|
|
913
350
|
},
|
|
914
|
-
|
|
351
|
+
ViewhowitworksFeature_control: {
|
|
915
352
|
title: "String",
|
|
916
353
|
description: "String",
|
|
917
|
-
|
|
354
|
+
image: "ImageField"
|
|
918
355
|
},
|
|
919
|
-
|
|
920
|
-
items: "cards_section",
|
|
921
|
-
pageInfo: "PageInfo"
|
|
922
|
-
},
|
|
923
|
-
cards_section: {
|
|
356
|
+
Viewhowitworks: {
|
|
924
357
|
_version: "VersionField",
|
|
925
358
|
title: "String",
|
|
926
|
-
|
|
927
|
-
description2: "String",
|
|
928
|
-
tile: "cards_sectionTile",
|
|
359
|
+
feature_control: "ViewhowitworksFeature_control",
|
|
929
360
|
locale: "String",
|
|
930
361
|
slug: "String",
|
|
931
362
|
_id: "String",
|
|
@@ -934,520 +365,345 @@ export const ReturnTypes = {
|
|
|
934
365
|
draft_version: "Boolean",
|
|
935
366
|
json_ld: "String"
|
|
936
367
|
},
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
changelog: {
|
|
942
|
-
_version: "VersionField",
|
|
943
|
-
badge_text: "String",
|
|
944
|
-
badge_color: "String",
|
|
945
|
-
title: "String",
|
|
946
|
-
content: "String",
|
|
947
|
-
locale: "String",
|
|
948
|
-
slug: "String",
|
|
949
|
-
_id: "String",
|
|
950
|
-
createdAt: "Float",
|
|
951
|
-
updatedAt: "Float",
|
|
952
|
-
draft_version: "Boolean",
|
|
953
|
-
json_ld: "String"
|
|
368
|
+
ShapectaCta_sectionCta_container: {
|
|
369
|
+
cta_heading: "String",
|
|
370
|
+
cta_subtitle: "String",
|
|
371
|
+
cta_button: "String"
|
|
954
372
|
},
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
description: "String",
|
|
958
|
-
description2: "String"
|
|
373
|
+
ShapectaCta_section: {
|
|
374
|
+
cta_container: "ShapectaCta_sectionCta_container"
|
|
959
375
|
},
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
pageInfo: "PageInfo"
|
|
963
|
-
},
|
|
964
|
-
contact_page: {
|
|
965
|
-
_version: "VersionField",
|
|
966
|
-
page_title: "String",
|
|
967
|
-
meta_description: "String",
|
|
968
|
-
canonical: "String",
|
|
969
|
-
brand_section: "contact_pageBrand_section",
|
|
970
|
-
header: "String",
|
|
971
|
-
email: "String",
|
|
972
|
-
address: "String",
|
|
973
|
-
locale: "String",
|
|
974
|
-
slug: "String",
|
|
975
|
-
_id: "String",
|
|
976
|
-
createdAt: "Float",
|
|
977
|
-
updatedAt: "Float",
|
|
978
|
-
draft_version: "Boolean",
|
|
979
|
-
json_ld: "String"
|
|
980
|
-
},
|
|
981
|
-
faq_sectionFaq_list: {
|
|
982
|
-
question: "String",
|
|
983
|
-
answer: "String"
|
|
984
|
-
},
|
|
985
|
-
faq_section__Connection: {
|
|
986
|
-
items: "faq_section",
|
|
987
|
-
pageInfo: "PageInfo"
|
|
988
|
-
},
|
|
989
|
-
faq_section: {
|
|
990
|
-
_version: "VersionField",
|
|
991
|
-
header: "String",
|
|
992
|
-
faq_list: "faq_sectionFaq_list",
|
|
993
|
-
locale: "String",
|
|
994
|
-
slug: "String",
|
|
376
|
+
Shapecta: {
|
|
377
|
+
cta_section: "ShapectaCta_section",
|
|
995
378
|
_id: "String",
|
|
996
379
|
createdAt: "Float",
|
|
997
|
-
updatedAt: "Float"
|
|
998
|
-
draft_version: "Boolean",
|
|
999
|
-
json_ld: "String"
|
|
380
|
+
updatedAt: "Float"
|
|
1000
381
|
},
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
description: "String"
|
|
382
|
+
Shapedocs_contentDocumentation_pageContent_containerDoc_content: {
|
|
383
|
+
content: "String"
|
|
1004
384
|
},
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
385
|
+
Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container: {
|
|
386
|
+
scrollspy_title: "String",
|
|
387
|
+
scrollspy_list: "String"
|
|
1008
388
|
},
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
description: "String",
|
|
1012
|
-
steps: "features_pageInstruction_line_sectionInstruction_listSteps"
|
|
389
|
+
Shapedocs_contentDocumentation_pageContent_containerScrollspy: {
|
|
390
|
+
scrollspy_container: "Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"
|
|
1013
391
|
},
|
|
1014
|
-
|
|
1015
|
-
|
|
392
|
+
Shapedocs_contentDocumentation_pageContent_container: {
|
|
393
|
+
doc_content: "Shapedocs_contentDocumentation_pageContent_containerDoc_content",
|
|
394
|
+
scrollspy: "Shapedocs_contentDocumentation_pageContent_containerScrollspy"
|
|
1016
395
|
},
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
pageInfo: "PageInfo"
|
|
396
|
+
Shapedocs_contentDocumentation_page: {
|
|
397
|
+
content_container: "Shapedocs_contentDocumentation_pageContent_container"
|
|
1020
398
|
},
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
page_title: "String",
|
|
1024
|
-
meta_description: "String",
|
|
1025
|
-
canonical: "String",
|
|
1026
|
-
header: "features_pageHeader",
|
|
1027
|
-
instruction_line_section: "features_pageInstruction_line_section",
|
|
1028
|
-
locale: "String",
|
|
1029
|
-
slug: "String",
|
|
399
|
+
Shapedocs_content: {
|
|
400
|
+
documentation_page: "Shapedocs_contentDocumentation_page",
|
|
1030
401
|
_id: "String",
|
|
1031
402
|
createdAt: "Float",
|
|
1032
|
-
updatedAt: "Float"
|
|
1033
|
-
draft_version: "Boolean",
|
|
1034
|
-
json_ld: "String"
|
|
403
|
+
updatedAt: "Float"
|
|
1035
404
|
},
|
|
1036
|
-
|
|
1037
|
-
|
|
405
|
+
Shapedocs_navMainListChildrenCategory: {
|
|
406
|
+
name: "String",
|
|
1038
407
|
link: "String"
|
|
1039
408
|
},
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
link: "String"
|
|
409
|
+
Shapedocs_navMainListChildren: {
|
|
410
|
+
category: "Shapedocs_navMainListChildrenCategory"
|
|
1043
411
|
},
|
|
1044
|
-
|
|
412
|
+
Shapedocs_navMainList: {
|
|
1045
413
|
title: "String",
|
|
1046
|
-
|
|
414
|
+
children: "Shapedocs_navMainListChildren"
|
|
1047
415
|
},
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
pageInfo: "PageInfo"
|
|
416
|
+
Shapedocs_navMain: {
|
|
417
|
+
list: "Shapedocs_navMainList"
|
|
1051
418
|
},
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
logo: "ImageField",
|
|
1055
|
-
text_below_logo: "String",
|
|
1056
|
-
rights_reserved: "String",
|
|
1057
|
-
disclaimer: "String",
|
|
1058
|
-
media: "ImageField",
|
|
1059
|
-
bottom_band: "footerBottom_band",
|
|
1060
|
-
navigation_column: "footerNavigation_column",
|
|
1061
|
-
locale: "String",
|
|
1062
|
-
slug: "String",
|
|
419
|
+
Shapedocs_nav: {
|
|
420
|
+
main: "Shapedocs_navMain",
|
|
1063
421
|
_id: "String",
|
|
1064
422
|
createdAt: "Float",
|
|
1065
|
-
updatedAt: "Float"
|
|
1066
|
-
draft_version: "Boolean",
|
|
1067
|
-
json_ld: "String"
|
|
423
|
+
updatedAt: "Float"
|
|
1068
424
|
},
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
425
|
+
ShapefootFooterFooter_containerFooter_links: {
|
|
426
|
+
privacy_policy: "String",
|
|
427
|
+
terms_of_service: "String",
|
|
428
|
+
contact_us: "String"
|
|
1072
429
|
},
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
title: "String",
|
|
1078
|
-
description: "String",
|
|
1079
|
-
button_text_app: "String",
|
|
1080
|
-
button_text_user: "String",
|
|
1081
|
-
locale: "String",
|
|
1082
|
-
slug: "String",
|
|
1083
|
-
_id: "String",
|
|
1084
|
-
createdAt: "Float",
|
|
1085
|
-
updatedAt: "Float",
|
|
1086
|
-
draft_version: "Boolean",
|
|
1087
|
-
json_ld: "String"
|
|
430
|
+
ShapefootFooterFooter_container: {
|
|
431
|
+
footer_logo: "String",
|
|
432
|
+
footer_links: "ShapefootFooterFooter_containerFooter_links",
|
|
433
|
+
footer_copy: "String"
|
|
1088
434
|
},
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
pageInfo: "PageInfo"
|
|
435
|
+
ShapefootFooter: {
|
|
436
|
+
footer_container: "ShapefootFooterFooter_container"
|
|
1092
437
|
},
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
title: "String",
|
|
1096
|
-
description: "String",
|
|
1097
|
-
content: "String",
|
|
1098
|
-
locale: "String",
|
|
1099
|
-
slug: "String",
|
|
438
|
+
Shapefoot: {
|
|
439
|
+
footer: "ShapefootFooter",
|
|
1100
440
|
_id: "String",
|
|
1101
441
|
createdAt: "Float",
|
|
1102
|
-
updatedAt: "Float"
|
|
1103
|
-
draft_version: "Boolean",
|
|
1104
|
-
json_ld: "String"
|
|
442
|
+
updatedAt: "Float"
|
|
1105
443
|
},
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
444
|
+
ShapeheroHero_component: {
|
|
445
|
+
logoplace: "String",
|
|
446
|
+
logo: "String",
|
|
447
|
+
slogan: "String",
|
|
448
|
+
subslogan: "String"
|
|
1109
449
|
},
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
page_title: "String",
|
|
1113
|
-
meta_description: "String",
|
|
1114
|
-
canonical: "String",
|
|
1115
|
-
header: "String",
|
|
1116
|
-
description: "String",
|
|
1117
|
-
search_placeholder: "String",
|
|
1118
|
-
search_no_content: "String",
|
|
1119
|
-
locale: "String",
|
|
1120
|
-
slug: "String",
|
|
450
|
+
Shapehero: {
|
|
451
|
+
hero_component: "ShapeheroHero_component",
|
|
1121
452
|
_id: "String",
|
|
1122
453
|
createdAt: "Float",
|
|
1123
|
-
updatedAt: "Float"
|
|
1124
|
-
draft_version: "Boolean",
|
|
1125
|
-
json_ld: "String"
|
|
454
|
+
updatedAt: "Float"
|
|
1126
455
|
},
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
features: "String"
|
|
456
|
+
ShapeheroxHero_sectionHero_containerText_wrapperFeatures: {
|
|
457
|
+
feature: "String"
|
|
1130
458
|
},
|
|
1131
|
-
|
|
459
|
+
ShapeheroxHero_sectionHero_containerText_wrapper: {
|
|
1132
460
|
title: "String",
|
|
1133
461
|
description: "String",
|
|
1134
|
-
|
|
1135
|
-
|
|
462
|
+
features: "ShapeheroxHero_sectionHero_containerText_wrapperFeatures",
|
|
463
|
+
call_to_action: "String"
|
|
1136
464
|
},
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
description: "String",
|
|
1140
|
-
icon: "String"
|
|
465
|
+
ShapeheroxHero_sectionHero_containerImage_wrapper: {
|
|
466
|
+
hero_image: "ImageField"
|
|
1141
467
|
},
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
desc: "String",
|
|
1146
|
-
img: "ImageField"
|
|
1147
|
-
},
|
|
1148
|
-
home_pageFeaturesUsecases_list: {
|
|
1149
|
-
list_title: "String",
|
|
1150
|
-
list_desc: "String",
|
|
1151
|
-
usecase: "home_pageFeaturesUsecases_listUsecase"
|
|
1152
|
-
},
|
|
1153
|
-
home_pageFeatures: {
|
|
1154
|
-
header: "String",
|
|
1155
|
-
description: "String",
|
|
1156
|
-
tile: "home_pageFeaturesTile",
|
|
1157
|
-
usecases_list: "home_pageFeaturesUsecases_list"
|
|
468
|
+
ShapeheroxHero_sectionHero_container: {
|
|
469
|
+
text_wrapper: "ShapeheroxHero_sectionHero_containerText_wrapper",
|
|
470
|
+
image_wrapper: "ShapeheroxHero_sectionHero_containerImage_wrapper"
|
|
1158
471
|
},
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
description: "String",
|
|
1162
|
-
video: "VideoField",
|
|
1163
|
-
button_app: "String",
|
|
1164
|
-
button_register: "String"
|
|
472
|
+
ShapeheroxHero_section: {
|
|
473
|
+
hero_container: "ShapeheroxHero_sectionHero_container"
|
|
1165
474
|
},
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
475
|
+
Shapeherox: {
|
|
476
|
+
hero_section: "ShapeheroxHero_section",
|
|
477
|
+
_id: "String",
|
|
478
|
+
createdAt: "Float",
|
|
479
|
+
updatedAt: "Float"
|
|
1170
480
|
},
|
|
1171
|
-
|
|
1172
|
-
|
|
481
|
+
ShapelearnLearning_sectionContainer: {
|
|
482
|
+
image: "ImageField",
|
|
483
|
+
heading: "String",
|
|
1173
484
|
description: "String",
|
|
1174
|
-
|
|
485
|
+
cta_button: "String"
|
|
1175
486
|
},
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
pageInfo: "PageInfo"
|
|
487
|
+
ShapelearnLearning_section: {
|
|
488
|
+
container: "ShapelearnLearning_sectionContainer"
|
|
1179
489
|
},
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
page_title: "String",
|
|
1183
|
-
meta_description: "String",
|
|
1184
|
-
canonical: "String",
|
|
1185
|
-
header: "home_pageHeader",
|
|
1186
|
-
features: "home_pageFeatures",
|
|
1187
|
-
flags: "home_pageFlags",
|
|
1188
|
-
cards: "home_pageCards",
|
|
1189
|
-
locale: "String",
|
|
1190
|
-
slug: "String",
|
|
490
|
+
Shapelearn: {
|
|
491
|
+
learning_section: "ShapelearnLearning_section",
|
|
1191
492
|
_id: "String",
|
|
1192
493
|
createdAt: "Float",
|
|
1193
|
-
updatedAt: "Float"
|
|
1194
|
-
draft_version: "Boolean",
|
|
1195
|
-
json_ld: "String"
|
|
494
|
+
updatedAt: "Float"
|
|
1196
495
|
},
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
496
|
+
ShapenavNavigationNavigation_linksLink: {
|
|
497
|
+
display: "String",
|
|
498
|
+
href: "String"
|
|
1200
499
|
},
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
page_title: "String",
|
|
1204
|
-
meta_description: "String",
|
|
1205
|
-
canonical: "String",
|
|
1206
|
-
page_header: "String",
|
|
1207
|
-
card_header: "String",
|
|
1208
|
-
card_description: "String",
|
|
1209
|
-
card_button: "String",
|
|
1210
|
-
locale: "String",
|
|
1211
|
-
slug: "String",
|
|
1212
|
-
_id: "String",
|
|
1213
|
-
createdAt: "Float",
|
|
1214
|
-
updatedAt: "Float",
|
|
1215
|
-
draft_version: "Boolean",
|
|
1216
|
-
json_ld: "String"
|
|
500
|
+
ShapenavNavigationNavigation_links: {
|
|
501
|
+
link: "ShapenavNavigationNavigation_linksLink"
|
|
1217
502
|
},
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
title: "String",
|
|
1222
|
-
description: "String",
|
|
1223
|
-
href: "String"
|
|
503
|
+
ShapenavNavigation: {
|
|
504
|
+
logo: "String",
|
|
505
|
+
navigation_links: "ShapenavNavigationNavigation_links"
|
|
1224
506
|
},
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
507
|
+
Shapenav: {
|
|
508
|
+
navigation: "ShapenavNavigation",
|
|
509
|
+
_id: "String",
|
|
510
|
+
createdAt: "Float",
|
|
511
|
+
updatedAt: "Float"
|
|
512
|
+
},
|
|
513
|
+
ShapenewshapeBackgroundContent: {
|
|
514
|
+
badge: "String",
|
|
515
|
+
headline: "String",
|
|
516
|
+
subheadline: "String",
|
|
517
|
+
cta_label: "String",
|
|
518
|
+
cta_href: "String"
|
|
519
|
+
},
|
|
520
|
+
ShapenewshapeBackground: {
|
|
521
|
+
overlay_gradient: "Boolean",
|
|
522
|
+
content: "ShapenewshapeBackgroundContent",
|
|
523
|
+
hero_image: "ImageField"
|
|
524
|
+
},
|
|
525
|
+
Shapenewshape: {
|
|
526
|
+
background: "ShapenewshapeBackground",
|
|
527
|
+
_id: "String",
|
|
528
|
+
createdAt: "Float",
|
|
529
|
+
updatedAt: "Float"
|
|
1228
530
|
},
|
|
1229
|
-
|
|
1230
|
-
_version: "VersionField",
|
|
1231
|
-
tile: "info_sectionTile",
|
|
1232
|
-
locale: "String",
|
|
1233
|
-
slug: "String",
|
|
531
|
+
Shapenewshapereprompt: {
|
|
1234
532
|
_id: "String",
|
|
1235
533
|
createdAt: "Float",
|
|
1236
|
-
updatedAt: "Float"
|
|
1237
|
-
draft_version: "Boolean",
|
|
1238
|
-
json_ld: "String"
|
|
534
|
+
updatedAt: "Float"
|
|
1239
535
|
},
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
536
|
+
ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form: {
|
|
537
|
+
email_input: "String",
|
|
538
|
+
subscribe_button: "String"
|
|
1243
539
|
},
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
540
|
+
ShapenewsletterNewsletter_sectionNewsletter_container: {
|
|
541
|
+
newsletter_heading: "String",
|
|
542
|
+
newsletter_description: "String",
|
|
543
|
+
newsletter_form: "ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form"
|
|
1247
544
|
},
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
locale: "String",
|
|
1254
|
-
slug: "String",
|
|
545
|
+
ShapenewsletterNewsletter_section: {
|
|
546
|
+
newsletter_container: "ShapenewsletterNewsletter_sectionNewsletter_container"
|
|
547
|
+
},
|
|
548
|
+
Shapenewsletter: {
|
|
549
|
+
newsletter_section: "ShapenewsletterNewsletter_section",
|
|
1255
550
|
_id: "String",
|
|
1256
551
|
createdAt: "Float",
|
|
1257
|
-
updatedAt: "Float"
|
|
1258
|
-
draft_version: "Boolean",
|
|
1259
|
-
json_ld: "String"
|
|
552
|
+
updatedAt: "Float"
|
|
1260
553
|
},
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
554
|
+
ShapepricingPricing_sectionPricing_header: {
|
|
555
|
+
title: "String",
|
|
556
|
+
sub_title: "String"
|
|
1264
557
|
},
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
content: "String",
|
|
1268
|
-
locale: "String",
|
|
1269
|
-
slug: "String",
|
|
1270
|
-
_id: "String",
|
|
1271
|
-
createdAt: "Float",
|
|
1272
|
-
updatedAt: "Float",
|
|
1273
|
-
draft_version: "Boolean",
|
|
1274
|
-
json_ld: "String"
|
|
558
|
+
ShapepricingPricing_sectionPricing_gridStarter_planPlan_features: {
|
|
559
|
+
feat: "String"
|
|
1275
560
|
},
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
561
|
+
ShapepricingPricing_sectionPricing_gridStarter_plan: {
|
|
562
|
+
plan_title: "String",
|
|
563
|
+
plan_price: "String",
|
|
564
|
+
plan_features: "ShapepricingPricing_sectionPricing_gridStarter_planPlan_features",
|
|
565
|
+
plan_cta: "String"
|
|
1279
566
|
},
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
locale: "String",
|
|
1290
|
-
slug: "String",
|
|
567
|
+
ShapepricingPricing_sectionPricing_grid: {
|
|
568
|
+
starter_plan: "ShapepricingPricing_sectionPricing_gridStarter_plan"
|
|
569
|
+
},
|
|
570
|
+
ShapepricingPricing_section: {
|
|
571
|
+
pricing_header: "ShapepricingPricing_sectionPricing_header",
|
|
572
|
+
pricing_grid: "ShapepricingPricing_sectionPricing_grid"
|
|
573
|
+
},
|
|
574
|
+
Shapepricing: {
|
|
575
|
+
pricing_section: "ShapepricingPricing_section",
|
|
1291
576
|
_id: "String",
|
|
1292
577
|
createdAt: "Float",
|
|
1293
|
-
updatedAt: "Float"
|
|
1294
|
-
draft_version: "Boolean",
|
|
1295
|
-
json_ld: "String"
|
|
578
|
+
updatedAt: "Float"
|
|
1296
579
|
},
|
|
1297
|
-
|
|
580
|
+
Shapepricingv1Pricing_sectionHeader_wrapper: {
|
|
1298
581
|
title: "String",
|
|
582
|
+
description: "String"
|
|
583
|
+
},
|
|
584
|
+
Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list: {
|
|
585
|
+
feature: "String"
|
|
586
|
+
},
|
|
587
|
+
Shapepricingv1Pricing_sectionPlans_gridFree_plan: {
|
|
588
|
+
plan_name: "String",
|
|
1299
589
|
price: "String",
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
features: "String"
|
|
590
|
+
plan_description: "String",
|
|
591
|
+
feature_list: "Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list",
|
|
592
|
+
cta: "String"
|
|
1304
593
|
},
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
token_price: "Float"
|
|
594
|
+
Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list: {
|
|
595
|
+
feature: "String"
|
|
1308
596
|
},
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
597
|
+
Shapepricingv1Pricing_sectionPlans_gridPaid_plan: {
|
|
598
|
+
plan_name: "String",
|
|
599
|
+
price: "String",
|
|
600
|
+
plan_description: "String",
|
|
601
|
+
feature_list: "Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list",
|
|
602
|
+
cta: "String"
|
|
1314
603
|
},
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
604
|
+
Shapepricingv1Pricing_sectionPlans_grid: {
|
|
605
|
+
free_plan: "Shapepricingv1Pricing_sectionPlans_gridFree_plan",
|
|
606
|
+
paid_plan: "Shapepricingv1Pricing_sectionPlans_gridPaid_plan"
|
|
1318
607
|
},
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
climate_badge: "String",
|
|
1323
|
-
features_heading: "String",
|
|
1324
|
-
left: "pricing_pageHero_sectionLeft",
|
|
1325
|
-
packs: "pricing_pageHero_sectionPacks",
|
|
1326
|
-
center: "pricing_pageHero_sectionCenter"
|
|
1327
|
-
},
|
|
1328
|
-
pricing_page__Connection: {
|
|
1329
|
-
items: "pricing_page",
|
|
1330
|
-
pageInfo: "PageInfo"
|
|
608
|
+
Shapepricingv1Pricing_section: {
|
|
609
|
+
header_wrapper: "Shapepricingv1Pricing_sectionHeader_wrapper",
|
|
610
|
+
plans_grid: "Shapepricingv1Pricing_sectionPlans_grid"
|
|
1331
611
|
},
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
page_title: "String",
|
|
1335
|
-
meta_description: "String",
|
|
1336
|
-
canonical: "String",
|
|
1337
|
-
hero_section: "pricing_pageHero_section",
|
|
1338
|
-
tokens_for: "String",
|
|
1339
|
-
token_per_unit: "String",
|
|
1340
|
-
locale: "String",
|
|
1341
|
-
slug: "String",
|
|
612
|
+
Shapepricingv1: {
|
|
613
|
+
pricing_section: "Shapepricingv1Pricing_section",
|
|
1342
614
|
_id: "String",
|
|
1343
615
|
createdAt: "Float",
|
|
1344
|
-
updatedAt: "Float"
|
|
1345
|
-
draft_version: "Boolean",
|
|
1346
|
-
json_ld: "String"
|
|
616
|
+
updatedAt: "Float"
|
|
1347
617
|
},
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
button1: "String",
|
|
1352
|
-
button2: "String"
|
|
618
|
+
ShapetestaRootHeaderNav: {
|
|
619
|
+
logo: "String",
|
|
620
|
+
cta: "String"
|
|
1353
621
|
},
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
pageInfo: "PageInfo"
|
|
622
|
+
ShapetestaRootHeader: {
|
|
623
|
+
nav: "ShapetestaRootHeaderNav"
|
|
1357
624
|
},
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
canonical: "String",
|
|
1363
|
-
hero_section: "solution_pageHero_section",
|
|
1364
|
-
locale: "String",
|
|
1365
|
-
slug: "String",
|
|
1366
|
-
_id: "String",
|
|
1367
|
-
createdAt: "Float",
|
|
1368
|
-
updatedAt: "Float",
|
|
1369
|
-
draft_version: "Boolean",
|
|
1370
|
-
json_ld: "String"
|
|
625
|
+
ShapetestaRootMainHero_section: {
|
|
626
|
+
hero_title: "String",
|
|
627
|
+
hero_text: "String",
|
|
628
|
+
hero_button: "String"
|
|
1371
629
|
},
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
href: "String"
|
|
630
|
+
ShapetestaRootMainFeatures_section: {
|
|
631
|
+
features_title: "String",
|
|
632
|
+
features_text: "String"
|
|
1376
633
|
},
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
634
|
+
ShapetestaRootMain: {
|
|
635
|
+
hero_section: "ShapetestaRootMainHero_section",
|
|
636
|
+
features_section: "ShapetestaRootMainFeatures_section"
|
|
1380
637
|
},
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
slug: "String",
|
|
638
|
+
ShapetestaRoot: {
|
|
639
|
+
header: "ShapetestaRootHeader",
|
|
640
|
+
main: "ShapetestaRootMain"
|
|
641
|
+
},
|
|
642
|
+
Shapetesta: {
|
|
643
|
+
root: "ShapetestaRoot",
|
|
1388
644
|
_id: "String",
|
|
1389
645
|
createdAt: "Float",
|
|
1390
|
-
updatedAt: "Float"
|
|
1391
|
-
draft_version: "Boolean",
|
|
1392
|
-
json_ld: "String"
|
|
646
|
+
updatedAt: "Float"
|
|
1393
647
|
},
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
button2: "String",
|
|
1399
|
-
icon: "String"
|
|
648
|
+
FormstepsStep1: {
|
|
649
|
+
_mocks: "String",
|
|
650
|
+
imie: "FormTextField",
|
|
651
|
+
source: "FormRadioTextField"
|
|
1400
652
|
},
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
icon: "String"
|
|
1405
|
-
},
|
|
1406
|
-
usecase_pageFeatures_section: {
|
|
1407
|
-
title: "String",
|
|
1408
|
-
description: "String",
|
|
1409
|
-
tile: "usecase_pageFeatures_sectionTile"
|
|
653
|
+
FormstepsStep2: {
|
|
654
|
+
_mocks: "String",
|
|
655
|
+
nazwisko: "FormTextField"
|
|
1410
656
|
},
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
657
|
+
FormstepsStep3: {
|
|
658
|
+
_mocks: "String",
|
|
659
|
+
email: "FormTextField",
|
|
660
|
+
koniec: "FormSubmitField"
|
|
1414
661
|
},
|
|
1415
|
-
|
|
662
|
+
Formsteps: {
|
|
663
|
+
_mocks: "String",
|
|
1416
664
|
_version: "VersionField",
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
hero_section: "usecase_pageHero_section",
|
|
1421
|
-
features_section: "usecase_pageFeatures_section",
|
|
665
|
+
step1: "FormstepsStep1",
|
|
666
|
+
step2: "FormstepsStep2",
|
|
667
|
+
step3: "FormstepsStep3",
|
|
1422
668
|
locale: "String",
|
|
1423
669
|
slug: "String",
|
|
1424
670
|
_id: "String",
|
|
1425
|
-
createdAt: "
|
|
1426
|
-
updatedAt: "
|
|
1427
|
-
draft_version: "
|
|
671
|
+
createdAt: "String",
|
|
672
|
+
updatedAt: "String",
|
|
673
|
+
draft_version: "String",
|
|
1428
674
|
json_ld: "String"
|
|
1429
675
|
},
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
676
|
+
FormtestWindowBasics: {
|
|
677
|
+
_mocks: "String",
|
|
678
|
+
type: "FormRadioTextField"
|
|
679
|
+
},
|
|
680
|
+
FormtestWindowTechincals: {
|
|
681
|
+
_mocks: "String",
|
|
682
|
+
width: "FormNumberField",
|
|
683
|
+
height: "FormNumberField",
|
|
684
|
+
confirm: "FormRouteField"
|
|
685
|
+
},
|
|
686
|
+
FormtestWindow: {
|
|
687
|
+
_mocks: "String",
|
|
688
|
+
basics: "FormtestWindowBasics",
|
|
689
|
+
techincals: "FormtestWindowTechincals"
|
|
690
|
+
},
|
|
691
|
+
FormtestHome: {
|
|
692
|
+
_mocks: "String",
|
|
693
|
+
window: "FormTextField",
|
|
694
|
+
add: "FormRouteField"
|
|
1433
695
|
},
|
|
1434
|
-
|
|
696
|
+
Formtest: {
|
|
697
|
+
_mocks: "String",
|
|
1435
698
|
_version: "VersionField",
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
email_blocked: "String",
|
|
1439
|
-
password_valid: "String",
|
|
1440
|
-
firstname_valid: "String",
|
|
1441
|
-
domain_valid: "String",
|
|
1442
|
-
name_valid: "String",
|
|
1443
|
-
password_match: "String",
|
|
1444
|
-
password_too_short: "String",
|
|
699
|
+
window: "FormtestWindow",
|
|
700
|
+
home: "FormtestHome",
|
|
1445
701
|
locale: "String",
|
|
1446
702
|
slug: "String",
|
|
1447
703
|
_id: "String",
|
|
1448
|
-
createdAt: "
|
|
1449
|
-
updatedAt: "
|
|
1450
|
-
draft_version: "
|
|
704
|
+
createdAt: "String",
|
|
705
|
+
updatedAt: "String",
|
|
706
|
+
draft_version: "String",
|
|
1451
707
|
json_ld: "String"
|
|
1452
708
|
},
|
|
1453
709
|
ID: `scalar.ID`
|