@husar.ai/cli 0.1.2 → 0.1.4
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/index.js +7 -68
- package/dist/index.js.map +1 -1
- package/dist/zeus/const.js +28 -1191
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.d.ts +555 -5124
- package/dist/zeus/index.js +5 -24
- package/dist/zeus/index.js.map +1 -1
- package/package.json +2 -2
- package/src/index.ts +9 -82
- package/src/zeus/const.ts +184 -1391
- package/src/zeus/index.ts +548 -4633
package/dist/zeus/const.js
CHANGED
|
@@ -14,186 +14,16 @@ export const AllTypesProps = {
|
|
|
14
14
|
FormFieldType: "enum",
|
|
15
15
|
CMSType: "enum",
|
|
16
16
|
Query: {
|
|
17
|
-
|
|
17
|
+
listPaginateddemo: {
|
|
18
18
|
page: "PageInput",
|
|
19
19
|
rootParams: "RootParamsInput",
|
|
20
|
-
sort: "
|
|
21
|
-
filter: "
|
|
20
|
+
sort: "demoSortInput",
|
|
21
|
+
filter: "demoFilterInput"
|
|
22
22
|
},
|
|
23
|
-
|
|
23
|
+
onedemoBySlug: {
|
|
24
24
|
rootParams: "RootParamsInput"
|
|
25
25
|
},
|
|
26
|
-
|
|
27
|
-
listPaginatedauth_page: {
|
|
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: {
|
|
124
|
-
rootParams: "RootParamsInput"
|
|
125
|
-
},
|
|
126
|
-
variantsgetstarted_sectionBySlug: {},
|
|
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: {
|
|
144
|
-
rootParams: "RootParamsInput"
|
|
145
|
-
},
|
|
146
|
-
variantsguide_pageBySlug: {},
|
|
147
|
-
listPaginatedhome_page: {
|
|
148
|
-
page: "PageInput",
|
|
149
|
-
rootParams: "RootParamsInput",
|
|
150
|
-
sort: "home_pageSortInput",
|
|
151
|
-
filter: "home_pageFilterInput"
|
|
152
|
-
},
|
|
153
|
-
onehome_pageBySlug: {
|
|
154
|
-
rootParams: "RootParamsInput"
|
|
155
|
-
},
|
|
156
|
-
variantshome_pageBySlug: {},
|
|
157
|
-
listPaginatedinfo_page: {
|
|
158
|
-
page: "PageInput",
|
|
159
|
-
rootParams: "RootParamsInput",
|
|
160
|
-
sort: "info_pageSortInput",
|
|
161
|
-
filter: "info_pageFilterInput"
|
|
162
|
-
},
|
|
163
|
-
oneinfo_pageBySlug: {
|
|
164
|
-
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: {},
|
|
26
|
+
variantsdemoBySlug: {},
|
|
197
27
|
listPaginatedpost: {
|
|
198
28
|
page: "PageInput",
|
|
199
29
|
rootParams: "RootParamsInput",
|
|
@@ -203,147 +33,13 @@ export const AllTypesProps = {
|
|
|
203
33
|
onepostBySlug: {
|
|
204
34
|
rootParams: "RootParamsInput"
|
|
205
35
|
},
|
|
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: {}
|
|
36
|
+
variantspostBySlug: {}
|
|
257
37
|
},
|
|
258
38
|
ModelEnum: "enum",
|
|
39
|
+
ShapeEnum: "enum",
|
|
259
40
|
RootParamsInput: {},
|
|
260
41
|
RootParamsEnum: "enum",
|
|
261
|
-
|
|
262
|
-
slug: "Sort",
|
|
263
|
-
createdAt: "Sort",
|
|
264
|
-
updatedAt: "Sort"
|
|
265
|
-
},
|
|
266
|
-
auth_pageSortInput: {
|
|
267
|
-
slug: "Sort",
|
|
268
|
-
createdAt: "Sort",
|
|
269
|
-
updatedAt: "Sort"
|
|
270
|
-
},
|
|
271
|
-
authorSortInput: {
|
|
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: {
|
|
42
|
+
demoSortInput: {
|
|
347
43
|
slug: "Sort",
|
|
348
44
|
createdAt: "Sort",
|
|
349
45
|
updatedAt: "Sort"
|
|
@@ -353,103 +49,12 @@ export const AllTypesProps = {
|
|
|
353
49
|
createdAt: "Sort",
|
|
354
50
|
updatedAt: "Sort"
|
|
355
51
|
},
|
|
356
|
-
|
|
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: {
|
|
52
|
+
demoFilterInput: {
|
|
433
53
|
slug: "FilterInputString"
|
|
434
54
|
},
|
|
435
55
|
postFilterInput: {
|
|
436
56
|
slug: "FilterInputString"
|
|
437
57
|
},
|
|
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: {
|
|
451
|
-
slug: "FilterInputString"
|
|
452
|
-
},
|
|
453
58
|
ID: `scalar.ID`
|
|
454
59
|
};
|
|
455
60
|
export const ReturnTypes = {
|
|
@@ -630,191 +235,30 @@ export const ReturnTypes = {
|
|
|
630
235
|
listShapes: "Shape",
|
|
631
236
|
tailwind: "TailwindConfiguration",
|
|
632
237
|
listForms: "Form",
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
listPaginatedauth_page: "auth_page__Connection",
|
|
640
|
-
oneauth_pageBySlug: "auth_page",
|
|
641
|
-
variantsauth_pageBySlug: "auth_page",
|
|
642
|
-
fieldSetauth_page: "String",
|
|
643
|
-
modelauth_page: "ModelNavigationCompiled",
|
|
644
|
-
previewFieldsauth_page: "ModelNavigationCompiled",
|
|
645
|
-
listPaginatedauthor: "author__Connection",
|
|
646
|
-
oneauthorBySlug: "author",
|
|
647
|
-
variantsauthorBySlug: "author",
|
|
648
|
-
fieldSetauthor: "String",
|
|
649
|
-
modelauthor: "ModelNavigationCompiled",
|
|
650
|
-
previewFieldsauthor: "ModelNavigationCompiled",
|
|
651
|
-
listPaginatedblog_page: "blog_page__Connection",
|
|
652
|
-
oneblog_pageBySlug: "blog_page",
|
|
653
|
-
variantsblog_pageBySlug: "blog_page",
|
|
654
|
-
fieldSetblog_page: "String",
|
|
655
|
-
modelblog_page: "ModelNavigationCompiled",
|
|
656
|
-
previewFieldsblog_page: "ModelNavigationCompiled",
|
|
657
|
-
listPaginatedcards_section: "cards_section__Connection",
|
|
658
|
-
onecards_sectionBySlug: "cards_section",
|
|
659
|
-
variantscards_sectionBySlug: "cards_section",
|
|
660
|
-
fieldSetcards_section: "String",
|
|
661
|
-
modelcards_section: "ModelNavigationCompiled",
|
|
662
|
-
previewFieldscards_section: "ModelNavigationCompiled",
|
|
663
|
-
listPaginatedchangelog: "changelog__Connection",
|
|
664
|
-
onechangelogBySlug: "changelog",
|
|
665
|
-
variantschangelogBySlug: "changelog",
|
|
666
|
-
fieldSetchangelog: "String",
|
|
667
|
-
modelchangelog: "ModelNavigationCompiled",
|
|
668
|
-
previewFieldschangelog: "ModelNavigationCompiled",
|
|
669
|
-
listPaginatedcontact_page: "contact_page__Connection",
|
|
670
|
-
onecontact_pageBySlug: "contact_page",
|
|
671
|
-
variantscontact_pageBySlug: "contact_page",
|
|
672
|
-
fieldSetcontact_page: "String",
|
|
673
|
-
modelcontact_page: "ModelNavigationCompiled",
|
|
674
|
-
previewFieldscontact_page: "ModelNavigationCompiled",
|
|
675
|
-
listPaginatedfaq_section: "faq_section__Connection",
|
|
676
|
-
onefaq_sectionBySlug: "faq_section",
|
|
677
|
-
variantsfaq_sectionBySlug: "faq_section",
|
|
678
|
-
fieldSetfaq_section: "String",
|
|
679
|
-
modelfaq_section: "ModelNavigationCompiled",
|
|
680
|
-
previewFieldsfaq_section: "ModelNavigationCompiled",
|
|
681
|
-
listPaginatedfeatures_page: "features_page__Connection",
|
|
682
|
-
onefeatures_pageBySlug: "features_page",
|
|
683
|
-
variantsfeatures_pageBySlug: "features_page",
|
|
684
|
-
fieldSetfeatures_page: "String",
|
|
685
|
-
modelfeatures_page: "ModelNavigationCompiled",
|
|
686
|
-
previewFieldsfeatures_page: "ModelNavigationCompiled",
|
|
687
|
-
listPaginatedfooter: "footer__Connection",
|
|
688
|
-
onefooterBySlug: "footer",
|
|
689
|
-
variantsfooterBySlug: "footer",
|
|
690
|
-
fieldSetfooter: "String",
|
|
691
|
-
modelfooter: "ModelNavigationCompiled",
|
|
692
|
-
previewFieldsfooter: "ModelNavigationCompiled",
|
|
693
|
-
listPaginatedgetstarted_section: "getstarted_section__Connection",
|
|
694
|
-
onegetstarted_sectionBySlug: "getstarted_section",
|
|
695
|
-
variantsgetstarted_sectionBySlug: "getstarted_section",
|
|
696
|
-
fieldSetgetstarted_section: "String",
|
|
697
|
-
modelgetstarted_section: "ModelNavigationCompiled",
|
|
698
|
-
previewFieldsgetstarted_section: "ModelNavigationCompiled",
|
|
699
|
-
listPaginatedguide: "guide__Connection",
|
|
700
|
-
oneguideBySlug: "guide",
|
|
701
|
-
variantsguideBySlug: "guide",
|
|
702
|
-
fieldSetguide: "String",
|
|
703
|
-
modelguide: "ModelNavigationCompiled",
|
|
704
|
-
previewFieldsguide: "ModelNavigationCompiled",
|
|
705
|
-
listPaginatedguide_page: "guide_page__Connection",
|
|
706
|
-
oneguide_pageBySlug: "guide_page",
|
|
707
|
-
variantsguide_pageBySlug: "guide_page",
|
|
708
|
-
fieldSetguide_page: "String",
|
|
709
|
-
modelguide_page: "ModelNavigationCompiled",
|
|
710
|
-
previewFieldsguide_page: "ModelNavigationCompiled",
|
|
711
|
-
listPaginatedhome_page: "home_page__Connection",
|
|
712
|
-
onehome_pageBySlug: "home_page",
|
|
713
|
-
variantshome_pageBySlug: "home_page",
|
|
714
|
-
fieldSethome_page: "String",
|
|
715
|
-
modelhome_page: "ModelNavigationCompiled",
|
|
716
|
-
previewFieldshome_page: "ModelNavigationCompiled",
|
|
717
|
-
listPaginatedinfo_page: "info_page__Connection",
|
|
718
|
-
oneinfo_pageBySlug: "info_page",
|
|
719
|
-
variantsinfo_pageBySlug: "info_page",
|
|
720
|
-
fieldSetinfo_page: "String",
|
|
721
|
-
modelinfo_page: "ModelNavigationCompiled",
|
|
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",
|
|
238
|
+
listPaginateddemo: "demo__Connection",
|
|
239
|
+
onedemoBySlug: "demo",
|
|
240
|
+
variantsdemoBySlug: "demo",
|
|
241
|
+
fieldSetdemo: "String",
|
|
242
|
+
modeldemo: "ModelNavigationCompiled",
|
|
243
|
+
previewFieldsdemo: "ModelNavigationCompiled",
|
|
741
244
|
listPaginatedpost: "post__Connection",
|
|
742
245
|
onepostBySlug: "post",
|
|
743
246
|
variantspostBySlug: "post",
|
|
744
247
|
fieldSetpost: "String",
|
|
745
248
|
modelpost: "ModelNavigationCompiled",
|
|
746
249
|
previewFieldspost: "ModelNavigationCompiled",
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
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"
|
|
250
|
+
fieldSetShapetests: "String",
|
|
251
|
+
modelShapetests: "ModelNavigationCompiled",
|
|
252
|
+
previewFieldsShapetests: "ModelNavigationCompiled",
|
|
253
|
+
oneShapetests: "Shapetests"
|
|
786
254
|
},
|
|
787
|
-
|
|
788
|
-
|
|
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",
|
|
255
|
+
demo__Connection: {
|
|
256
|
+
items: "demo",
|
|
808
257
|
pageInfo: "PageInfo"
|
|
809
258
|
},
|
|
810
|
-
|
|
259
|
+
demo: {
|
|
811
260
|
_version: "VersionField",
|
|
812
|
-
|
|
813
|
-
waiting: "actionsWaiting",
|
|
814
|
-
success: "actionsSuccess",
|
|
815
|
-
valid: "actionsValid",
|
|
816
|
-
error: "actionsError",
|
|
817
|
-
locale: "String",
|
|
261
|
+
content: "String",
|
|
818
262
|
slug: "String",
|
|
819
263
|
_id: "String",
|
|
820
264
|
createdAt: "Float",
|
|
@@ -822,450 +266,15 @@ export const ReturnTypes = {
|
|
|
822
266
|
draft_version: "Boolean",
|
|
823
267
|
json_ld: "String"
|
|
824
268
|
},
|
|
825
|
-
|
|
826
|
-
|
|
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",
|
|
269
|
+
post__Connection: {
|
|
270
|
+
items: "post",
|
|
856
271
|
pageInfo: "PageInfo"
|
|
857
272
|
},
|
|
858
|
-
|
|
273
|
+
post: {
|
|
859
274
|
_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",
|
|
878
|
-
pageInfo: "PageInfo"
|
|
879
|
-
},
|
|
880
|
-
author: {
|
|
881
|
-
_version: "VersionField",
|
|
882
|
-
name: "String",
|
|
883
|
-
picture: "ImageField",
|
|
884
|
-
title: "String",
|
|
885
|
-
locale: "String",
|
|
886
|
-
slug: "String",
|
|
887
|
-
_id: "String",
|
|
888
|
-
createdAt: "Float",
|
|
889
|
-
updatedAt: "Float",
|
|
890
|
-
draft_version: "Boolean",
|
|
891
|
-
json_ld: "String"
|
|
892
|
-
},
|
|
893
|
-
blog_page__Connection: {
|
|
894
|
-
items: "blog_page",
|
|
895
|
-
pageInfo: "PageInfo"
|
|
896
|
-
},
|
|
897
|
-
blog_page: {
|
|
898
|
-
_version: "VersionField",
|
|
899
|
-
page_title: "String",
|
|
900
|
-
meta_description: "String",
|
|
901
|
-
canonical: "String",
|
|
902
|
-
header: "String",
|
|
903
|
-
description: "String",
|
|
904
|
-
button_more: "String",
|
|
905
|
-
posts_recommendation: "String",
|
|
906
|
-
locale: "String",
|
|
907
|
-
slug: "String",
|
|
908
|
-
_id: "String",
|
|
909
|
-
createdAt: "Float",
|
|
910
|
-
updatedAt: "Float",
|
|
911
|
-
draft_version: "Boolean",
|
|
912
|
-
json_ld: "String"
|
|
913
|
-
},
|
|
914
|
-
cards_sectionTile: {
|
|
915
|
-
title: "String",
|
|
916
|
-
description: "String",
|
|
917
|
-
icon: "String"
|
|
918
|
-
},
|
|
919
|
-
cards_section__Connection: {
|
|
920
|
-
items: "cards_section",
|
|
921
|
-
pageInfo: "PageInfo"
|
|
922
|
-
},
|
|
923
|
-
cards_section: {
|
|
924
|
-
_version: "VersionField",
|
|
925
|
-
title: "String",
|
|
926
|
-
description: "String",
|
|
927
|
-
description2: "String",
|
|
928
|
-
tile: "cards_sectionTile",
|
|
929
|
-
locale: "String",
|
|
930
|
-
slug: "String",
|
|
931
|
-
_id: "String",
|
|
932
|
-
createdAt: "Float",
|
|
933
|
-
updatedAt: "Float",
|
|
934
|
-
draft_version: "Boolean",
|
|
935
|
-
json_ld: "String"
|
|
936
|
-
},
|
|
937
|
-
changelog__Connection: {
|
|
938
|
-
items: "changelog",
|
|
939
|
-
pageInfo: "PageInfo"
|
|
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"
|
|
954
|
-
},
|
|
955
|
-
contact_pageBrand_section: {
|
|
956
|
-
title: "String",
|
|
957
|
-
description: "String",
|
|
958
|
-
description2: "String"
|
|
959
|
-
},
|
|
960
|
-
contact_page__Connection: {
|
|
961
|
-
items: "contact_page",
|
|
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",
|
|
995
|
-
_id: "String",
|
|
996
|
-
createdAt: "Float",
|
|
997
|
-
updatedAt: "Float",
|
|
998
|
-
draft_version: "Boolean",
|
|
999
|
-
json_ld: "String"
|
|
1000
|
-
},
|
|
1001
|
-
features_pageHeader: {
|
|
1002
|
-
title: "String",
|
|
1003
|
-
description: "String"
|
|
1004
|
-
},
|
|
1005
|
-
features_pageInstruction_line_sectionInstruction_listSteps: {
|
|
1006
|
-
number: "Float",
|
|
1007
|
-
label: "String"
|
|
1008
|
-
},
|
|
1009
|
-
features_pageInstruction_line_sectionInstruction_list: {
|
|
1010
|
-
title: "String",
|
|
1011
|
-
description: "String",
|
|
1012
|
-
steps: "features_pageInstruction_line_sectionInstruction_listSteps"
|
|
1013
|
-
},
|
|
1014
|
-
features_pageInstruction_line_section: {
|
|
1015
|
-
instruction_list: "features_pageInstruction_line_sectionInstruction_list"
|
|
1016
|
-
},
|
|
1017
|
-
features_page__Connection: {
|
|
1018
|
-
items: "features_page",
|
|
1019
|
-
pageInfo: "PageInfo"
|
|
1020
|
-
},
|
|
1021
|
-
features_page: {
|
|
1022
|
-
_version: "VersionField",
|
|
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",
|
|
1030
|
-
_id: "String",
|
|
1031
|
-
createdAt: "Float",
|
|
1032
|
-
updatedAt: "Float",
|
|
1033
|
-
draft_version: "Boolean",
|
|
1034
|
-
json_ld: "String"
|
|
1035
|
-
},
|
|
1036
|
-
footerBottom_band: {
|
|
1037
|
-
title: "String",
|
|
1038
|
-
link: "String"
|
|
1039
|
-
},
|
|
1040
|
-
footerNavigation_columnLinks: {
|
|
1041
|
-
title: "String",
|
|
1042
|
-
link: "String"
|
|
1043
|
-
},
|
|
1044
|
-
footerNavigation_column: {
|
|
1045
|
-
title: "String",
|
|
1046
|
-
links: "footerNavigation_columnLinks"
|
|
1047
|
-
},
|
|
1048
|
-
footer__Connection: {
|
|
1049
|
-
items: "footer",
|
|
1050
|
-
pageInfo: "PageInfo"
|
|
1051
|
-
},
|
|
1052
|
-
footer: {
|
|
1053
|
-
_version: "VersionField",
|
|
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",
|
|
1063
|
-
_id: "String",
|
|
1064
|
-
createdAt: "Float",
|
|
1065
|
-
updatedAt: "Float",
|
|
1066
|
-
draft_version: "Boolean",
|
|
1067
|
-
json_ld: "String"
|
|
1068
|
-
},
|
|
1069
|
-
getstarted_section__Connection: {
|
|
1070
|
-
items: "getstarted_section",
|
|
1071
|
-
pageInfo: "PageInfo"
|
|
1072
|
-
},
|
|
1073
|
-
getstarted_section: {
|
|
1074
|
-
_version: "VersionField",
|
|
1075
|
-
map_image: "ImageField",
|
|
1076
|
-
logo: "ImageField",
|
|
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"
|
|
1088
|
-
},
|
|
1089
|
-
guide__Connection: {
|
|
1090
|
-
items: "guide",
|
|
1091
|
-
pageInfo: "PageInfo"
|
|
1092
|
-
},
|
|
1093
|
-
guide: {
|
|
1094
|
-
_version: "VersionField",
|
|
1095
|
-
title: "String",
|
|
1096
|
-
description: "String",
|
|
1097
|
-
content: "String",
|
|
1098
|
-
locale: "String",
|
|
1099
|
-
slug: "String",
|
|
1100
|
-
_id: "String",
|
|
1101
|
-
createdAt: "Float",
|
|
1102
|
-
updatedAt: "Float",
|
|
1103
|
-
draft_version: "Boolean",
|
|
1104
|
-
json_ld: "String"
|
|
1105
|
-
},
|
|
1106
|
-
guide_page__Connection: {
|
|
1107
|
-
items: "guide_page",
|
|
1108
|
-
pageInfo: "PageInfo"
|
|
1109
|
-
},
|
|
1110
|
-
guide_page: {
|
|
1111
|
-
_version: "VersionField",
|
|
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",
|
|
1121
|
-
_id: "String",
|
|
1122
|
-
createdAt: "Float",
|
|
1123
|
-
updatedAt: "Float",
|
|
1124
|
-
draft_version: "Boolean",
|
|
1125
|
-
json_ld: "String"
|
|
1126
|
-
},
|
|
1127
|
-
home_pageHeaderButtons: {
|
|
1128
|
-
translate: "String",
|
|
1129
|
-
features: "String"
|
|
1130
|
-
},
|
|
1131
|
-
home_pageHeader: {
|
|
1132
|
-
title: "String",
|
|
1133
|
-
description: "String",
|
|
1134
|
-
small_description: "String",
|
|
1135
|
-
buttons: "home_pageHeaderButtons"
|
|
1136
|
-
},
|
|
1137
|
-
home_pageFeaturesTile: {
|
|
1138
|
-
title: "String",
|
|
1139
|
-
description: "String",
|
|
1140
|
-
icon: "String"
|
|
1141
|
-
},
|
|
1142
|
-
home_pageFeaturesUsecases_listUsecase: {
|
|
1143
|
-
number: "Float",
|
|
1144
|
-
label: "String",
|
|
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"
|
|
1158
|
-
},
|
|
1159
|
-
home_pageFlags: {
|
|
1160
|
-
header: "String",
|
|
1161
|
-
description: "String",
|
|
1162
|
-
video: "VideoField",
|
|
1163
|
-
button_app: "String",
|
|
1164
|
-
button_register: "String"
|
|
1165
|
-
},
|
|
1166
|
-
home_pageCardsCard_list: {
|
|
1167
275
|
title: "String",
|
|
1168
|
-
description: "String",
|
|
1169
|
-
icon: "String"
|
|
1170
|
-
},
|
|
1171
|
-
home_pageCards: {
|
|
1172
|
-
header: "String",
|
|
1173
|
-
description: "String",
|
|
1174
|
-
card_list: "home_pageCardsCard_list"
|
|
1175
|
-
},
|
|
1176
|
-
home_page__Connection: {
|
|
1177
|
-
items: "home_page",
|
|
1178
|
-
pageInfo: "PageInfo"
|
|
1179
|
-
},
|
|
1180
|
-
home_page: {
|
|
1181
|
-
_version: "VersionField",
|
|
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",
|
|
1191
|
-
_id: "String",
|
|
1192
|
-
createdAt: "Float",
|
|
1193
|
-
updatedAt: "Float",
|
|
1194
|
-
draft_version: "Boolean",
|
|
1195
|
-
json_ld: "String"
|
|
1196
|
-
},
|
|
1197
|
-
info_page__Connection: {
|
|
1198
|
-
items: "info_page",
|
|
1199
|
-
pageInfo: "PageInfo"
|
|
1200
|
-
},
|
|
1201
|
-
info_page: {
|
|
1202
|
-
_version: "VersionField",
|
|
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"
|
|
1217
|
-
},
|
|
1218
|
-
info_sectionTile: {
|
|
1219
276
|
image: "ImageField",
|
|
1220
|
-
chip: "String",
|
|
1221
|
-
title: "String",
|
|
1222
|
-
description: "String",
|
|
1223
|
-
href: "String"
|
|
1224
|
-
},
|
|
1225
|
-
info_section__Connection: {
|
|
1226
|
-
items: "info_section",
|
|
1227
|
-
pageInfo: "PageInfo"
|
|
1228
|
-
},
|
|
1229
|
-
info_section: {
|
|
1230
|
-
_version: "VersionField",
|
|
1231
|
-
tile: "info_sectionTile",
|
|
1232
|
-
locale: "String",
|
|
1233
|
-
slug: "String",
|
|
1234
|
-
_id: "String",
|
|
1235
|
-
createdAt: "Float",
|
|
1236
|
-
updatedAt: "Float",
|
|
1237
|
-
draft_version: "Boolean",
|
|
1238
|
-
json_ld: "String"
|
|
1239
|
-
},
|
|
1240
|
-
navigationLinks: {
|
|
1241
|
-
name: "String",
|
|
1242
|
-
path: "String"
|
|
1243
|
-
},
|
|
1244
|
-
navigation__Connection: {
|
|
1245
|
-
items: "navigation",
|
|
1246
|
-
pageInfo: "PageInfo"
|
|
1247
|
-
},
|
|
1248
|
-
navigation: {
|
|
1249
|
-
_version: "VersionField",
|
|
1250
|
-
links: "navigationLinks",
|
|
1251
|
-
button_app: "String",
|
|
1252
|
-
button_signin: "String",
|
|
1253
|
-
locale: "String",
|
|
1254
|
-
slug: "String",
|
|
1255
|
-
_id: "String",
|
|
1256
|
-
createdAt: "Float",
|
|
1257
|
-
updatedAt: "Float",
|
|
1258
|
-
draft_version: "Boolean",
|
|
1259
|
-
json_ld: "String"
|
|
1260
|
-
},
|
|
1261
|
-
policy__Connection: {
|
|
1262
|
-
items: "policy",
|
|
1263
|
-
pageInfo: "PageInfo"
|
|
1264
|
-
},
|
|
1265
|
-
policy: {
|
|
1266
|
-
_version: "VersionField",
|
|
1267
277
|
content: "String",
|
|
1268
|
-
locale: "String",
|
|
1269
278
|
slug: "String",
|
|
1270
279
|
_id: "String",
|
|
1271
280
|
createdAt: "Float",
|
|
@@ -1273,182 +282,10 @@ export const ReturnTypes = {
|
|
|
1273
282
|
draft_version: "Boolean",
|
|
1274
283
|
json_ld: "String"
|
|
1275
284
|
},
|
|
1276
|
-
|
|
1277
|
-
items: "post",
|
|
1278
|
-
pageInfo: "PageInfo"
|
|
1279
|
-
},
|
|
1280
|
-
post: {
|
|
1281
|
-
_version: "VersionField",
|
|
1282
|
-
title: "String",
|
|
1283
|
-
date: "String",
|
|
1284
|
-
excerpt: "String",
|
|
1285
|
-
cover: "ImageField",
|
|
1286
|
-
author: "author",
|
|
1287
|
-
published: "Boolean",
|
|
1288
|
-
content: "String",
|
|
1289
|
-
locale: "String",
|
|
1290
|
-
slug: "String",
|
|
285
|
+
Shapetests: {
|
|
1291
286
|
_id: "String",
|
|
1292
287
|
createdAt: "Float",
|
|
1293
|
-
updatedAt: "Float"
|
|
1294
|
-
draft_version: "Boolean",
|
|
1295
|
-
json_ld: "String"
|
|
1296
|
-
},
|
|
1297
|
-
pricing_pageHero_sectionLeft: {
|
|
1298
|
-
title: "String",
|
|
1299
|
-
price: "String",
|
|
1300
|
-
description: "String",
|
|
1301
|
-
period: "String",
|
|
1302
|
-
button: "String",
|
|
1303
|
-
features: "String"
|
|
1304
|
-
},
|
|
1305
|
-
pricing_pageHero_sectionPacksData: {
|
|
1306
|
-
available_from_quantity: "Float",
|
|
1307
|
-
token_price: "Float"
|
|
1308
|
-
},
|
|
1309
|
-
pricing_pageHero_sectionPacks: {
|
|
1310
|
-
active: "Boolean",
|
|
1311
|
-
name: "String",
|
|
1312
|
-
product_type: "String",
|
|
1313
|
-
data: "pricing_pageHero_sectionPacksData"
|
|
1314
|
-
},
|
|
1315
|
-
pricing_pageHero_sectionCenter: {
|
|
1316
|
-
tokens_for: "String",
|
|
1317
|
-
characters: "String"
|
|
1318
|
-
},
|
|
1319
|
-
pricing_pageHero_section: {
|
|
1320
|
-
header: "String",
|
|
1321
|
-
description: "String",
|
|
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"
|
|
1331
|
-
},
|
|
1332
|
-
pricing_page: {
|
|
1333
|
-
_version: "VersionField",
|
|
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",
|
|
1342
|
-
_id: "String",
|
|
1343
|
-
createdAt: "Float",
|
|
1344
|
-
updatedAt: "Float",
|
|
1345
|
-
draft_version: "Boolean",
|
|
1346
|
-
json_ld: "String"
|
|
1347
|
-
},
|
|
1348
|
-
solution_pageHero_section: {
|
|
1349
|
-
title: "String",
|
|
1350
|
-
description: "String",
|
|
1351
|
-
button1: "String",
|
|
1352
|
-
button2: "String"
|
|
1353
|
-
},
|
|
1354
|
-
solution_page__Connection: {
|
|
1355
|
-
items: "solution_page",
|
|
1356
|
-
pageInfo: "PageInfo"
|
|
1357
|
-
},
|
|
1358
|
-
solution_page: {
|
|
1359
|
-
_version: "VersionField",
|
|
1360
|
-
page_title: "String",
|
|
1361
|
-
meta_description: "String",
|
|
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"
|
|
1371
|
-
},
|
|
1372
|
-
technologies_sectionTechnologies_list: {
|
|
1373
|
-
title: "String",
|
|
1374
|
-
icon: "String",
|
|
1375
|
-
href: "String"
|
|
1376
|
-
},
|
|
1377
|
-
technologies_section__Connection: {
|
|
1378
|
-
items: "technologies_section",
|
|
1379
|
-
pageInfo: "PageInfo"
|
|
1380
|
-
},
|
|
1381
|
-
technologies_section: {
|
|
1382
|
-
_version: "VersionField",
|
|
1383
|
-
title: "String",
|
|
1384
|
-
description: "String",
|
|
1385
|
-
technologies_list: "technologies_sectionTechnologies_list",
|
|
1386
|
-
locale: "String",
|
|
1387
|
-
slug: "String",
|
|
1388
|
-
_id: "String",
|
|
1389
|
-
createdAt: "Float",
|
|
1390
|
-
updatedAt: "Float",
|
|
1391
|
-
draft_version: "Boolean",
|
|
1392
|
-
json_ld: "String"
|
|
1393
|
-
},
|
|
1394
|
-
usecase_pageHero_section: {
|
|
1395
|
-
title: "String",
|
|
1396
|
-
description: "String",
|
|
1397
|
-
button1: "String",
|
|
1398
|
-
button2: "String",
|
|
1399
|
-
icon: "String"
|
|
1400
|
-
},
|
|
1401
|
-
usecase_pageFeatures_sectionTile: {
|
|
1402
|
-
title: "String",
|
|
1403
|
-
description: "String",
|
|
1404
|
-
icon: "String"
|
|
1405
|
-
},
|
|
1406
|
-
usecase_pageFeatures_section: {
|
|
1407
|
-
title: "String",
|
|
1408
|
-
description: "String",
|
|
1409
|
-
tile: "usecase_pageFeatures_sectionTile"
|
|
1410
|
-
},
|
|
1411
|
-
usecase_page__Connection: {
|
|
1412
|
-
items: "usecase_page",
|
|
1413
|
-
pageInfo: "PageInfo"
|
|
1414
|
-
},
|
|
1415
|
-
usecase_page: {
|
|
1416
|
-
_version: "VersionField",
|
|
1417
|
-
page_title: "String",
|
|
1418
|
-
meta_description: "String",
|
|
1419
|
-
canonical: "String",
|
|
1420
|
-
hero_section: "usecase_pageHero_section",
|
|
1421
|
-
features_section: "usecase_pageFeatures_section",
|
|
1422
|
-
locale: "String",
|
|
1423
|
-
slug: "String",
|
|
1424
|
-
_id: "String",
|
|
1425
|
-
createdAt: "Float",
|
|
1426
|
-
updatedAt: "Float",
|
|
1427
|
-
draft_version: "Boolean",
|
|
1428
|
-
json_ld: "String"
|
|
1429
|
-
},
|
|
1430
|
-
validation__Connection: {
|
|
1431
|
-
items: "validation",
|
|
1432
|
-
pageInfo: "PageInfo"
|
|
1433
|
-
},
|
|
1434
|
-
validation: {
|
|
1435
|
-
_version: "VersionField",
|
|
1436
|
-
required: "String",
|
|
1437
|
-
email_valid: "String",
|
|
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",
|
|
1445
|
-
locale: "String",
|
|
1446
|
-
slug: "String",
|
|
1447
|
-
_id: "String",
|
|
1448
|
-
createdAt: "Float",
|
|
1449
|
-
updatedAt: "Float",
|
|
1450
|
-
draft_version: "Boolean",
|
|
1451
|
-
json_ld: "String"
|
|
288
|
+
updatedAt: "Float"
|
|
1452
289
|
},
|
|
1453
290
|
ID: `scalar.ID`
|
|
1454
291
|
};
|