@husar.ai/cli 0.3.0 → 0.3.3
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/functions/generate.js +3 -1
- package/dist/functions/generate.js.map +1 -1
- package/dist/mcp.js +484 -1
- package/dist/mcp.js.map +1 -1
- package/dist/zeus/const.js +0 -100
- package/dist/zeus/const.js.map +1 -1
- package/dist/zeus/index.d.ts +0 -456
- package/dist/zeus/index.js +0 -5
- package/dist/zeus/index.js.map +1 -1
- package/package.json +4 -2
- package/src/functions/generate.ts +3 -2
- package/src/mcp.ts +545 -1
- package/src/zeus/const.ts +0 -100
- package/src/zeus/index.ts +0 -456
package/src/zeus/index.ts
CHANGED
|
@@ -1202,18 +1202,6 @@ variantsdocsBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["docs"]
|
|
|
1202
1202
|
modelShapeaplikacja_g?:boolean | `@${string}`,
|
|
1203
1203
|
previewFieldsShapeaplikacja_g?:boolean | `@${string}`,
|
|
1204
1204
|
oneShapeaplikacja_g?:ValueTypes["Shapeaplikacja_g"],
|
|
1205
|
-
fieldSetShapebgallery?:boolean | `@${string}`,
|
|
1206
|
-
modelShapebgallery?:boolean | `@${string}`,
|
|
1207
|
-
previewFieldsShapebgallery?:boolean | `@${string}`,
|
|
1208
|
-
oneShapebgallery?:ValueTypes["Shapebgallery"],
|
|
1209
|
-
fieldSetShapebookina?:boolean | `@${string}`,
|
|
1210
|
-
modelShapebookina?:boolean | `@${string}`,
|
|
1211
|
-
previewFieldsShapebookina?:boolean | `@${string}`,
|
|
1212
|
-
oneShapebookina?:ValueTypes["Shapebookina"],
|
|
1213
|
-
fieldSetShapebpage?:boolean | `@${string}`,
|
|
1214
|
-
modelShapebpage?:boolean | `@${string}`,
|
|
1215
|
-
previewFieldsShapebpage?:boolean | `@${string}`,
|
|
1216
|
-
oneShapebpage?:ValueTypes["Shapebpage"],
|
|
1217
1205
|
fieldSetShapecloud_sidebar?:boolean | `@${string}`,
|
|
1218
1206
|
modelShapecloud_sidebar?:boolean | `@${string}`,
|
|
1219
1207
|
previewFieldsShapecloud_sidebar?:boolean | `@${string}`,
|
|
@@ -1282,14 +1270,6 @@ variantsdocsBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["docs"]
|
|
|
1282
1270
|
modelShapesupport?:boolean | `@${string}`,
|
|
1283
1271
|
previewFieldsShapesupport?:boolean | `@${string}`,
|
|
1284
1272
|
oneShapesupport?:ValueTypes["Shapesupport"],
|
|
1285
|
-
fieldSetShapeteee?:boolean | `@${string}`,
|
|
1286
|
-
modelShapeteee?:boolean | `@${string}`,
|
|
1287
|
-
previewFieldsShapeteee?:boolean | `@${string}`,
|
|
1288
|
-
oneShapeteee?:ValueTypes["Shapeteee"],
|
|
1289
|
-
fieldSetShapetest?:boolean | `@${string}`,
|
|
1290
|
-
modelShapetest?:boolean | `@${string}`,
|
|
1291
|
-
previewFieldsShapetest?:boolean | `@${string}`,
|
|
1292
|
-
oneShapetest?:ValueTypes["Shapetest"],
|
|
1293
1273
|
fieldSetShapetitle_desc?:boolean | `@${string}`,
|
|
1294
1274
|
modelShapetitle_desc?:boolean | `@${string}`,
|
|
1295
1275
|
previewFieldsShapetitle_desc?:boolean | `@${string}`,
|
|
@@ -1572,90 +1552,6 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
|
|
|
1572
1552
|
createdAt?:boolean | `@${string}`,
|
|
1573
1553
|
updatedAt?:boolean | `@${string}`,
|
|
1574
1554
|
__typename?: boolean | `@${string}`
|
|
1575
|
-
}>;
|
|
1576
|
-
["ShapebgalleryGallery_grid"]: AliasType<{
|
|
1577
|
-
main_photo?:ValueTypes["ImageField"],
|
|
1578
|
-
gallery_photos?:ValueTypes["ImageField"],
|
|
1579
|
-
__typename?: boolean | `@${string}`
|
|
1580
|
-
}>;
|
|
1581
|
-
["Shapebgallery"]: AliasType<{
|
|
1582
|
-
gallery_grid?:ValueTypes["ShapebgalleryGallery_grid"],
|
|
1583
|
-
rrrr?:boolean | `@${string}`,
|
|
1584
|
-
_id?:boolean | `@${string}`,
|
|
1585
|
-
createdAt?:boolean | `@${string}`,
|
|
1586
|
-
updatedAt?:boolean | `@${string}`,
|
|
1587
|
-
__typename?: boolean | `@${string}`
|
|
1588
|
-
}>;
|
|
1589
|
-
["ShapebookinaOverlaySearch_barSearch_button"]: AliasType<{
|
|
1590
|
-
label?:boolean | `@${string}`,
|
|
1591
|
-
__typename?: boolean | `@${string}`
|
|
1592
|
-
}>;
|
|
1593
|
-
["ShapebookinaOverlaySearch_bar"]: AliasType<{
|
|
1594
|
-
location?:boolean | `@${string}`,
|
|
1595
|
-
search_button?:ValueTypes["ShapebookinaOverlaySearch_barSearch_button"],
|
|
1596
|
-
__typename?: boolean | `@${string}`
|
|
1597
|
-
}>;
|
|
1598
|
-
["ShapebookinaOverlay"]: AliasType<{
|
|
1599
|
-
title?:boolean | `@${string}`,
|
|
1600
|
-
subtitle?:boolean | `@${string}`,
|
|
1601
|
-
search_bar?:ValueTypes["ShapebookinaOverlaySearch_bar"],
|
|
1602
|
-
__typename?: boolean | `@${string}`
|
|
1603
|
-
}>;
|
|
1604
|
-
["Shapebookina"]: AliasType<{
|
|
1605
|
-
background_image?:ValueTypes["ImageField"],
|
|
1606
|
-
overlay?:ValueTypes["ShapebookinaOverlay"],
|
|
1607
|
-
_id?:boolean | `@${string}`,
|
|
1608
|
-
createdAt?:boolean | `@${string}`,
|
|
1609
|
-
updatedAt?:boolean | `@${string}`,
|
|
1610
|
-
__typename?: boolean | `@${string}`
|
|
1611
|
-
}>;
|
|
1612
|
-
["ShapebpageBooking_sectionContainerGallery_wrapper"]: AliasType<{
|
|
1613
|
-
gallery_grid?:ValueTypes["Shapebgallery"],
|
|
1614
|
-
see_more_button?:boolean | `@${string}`,
|
|
1615
|
-
__typename?: boolean | `@${string}`
|
|
1616
|
-
}>;
|
|
1617
|
-
["ShapebpageBooking_sectionContainerTitle_location_wrapper"]: AliasType<{
|
|
1618
|
-
title?:boolean | `@${string}`,
|
|
1619
|
-
location?:boolean | `@${string}`,
|
|
1620
|
-
__typename?: boolean | `@${string}`
|
|
1621
|
-
}>;
|
|
1622
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"]: AliasType<{
|
|
1623
|
-
name?:boolean | `@${string}`,
|
|
1624
|
-
icon?:ValueTypes["ImageField"],
|
|
1625
|
-
__typename?: boolean | `@${string}`
|
|
1626
|
-
}>;
|
|
1627
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapper"]: AliasType<{
|
|
1628
|
-
extras_heading?:boolean | `@${string}`,
|
|
1629
|
-
extras?:ValueTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"],
|
|
1630
|
-
__typename?: boolean | `@${string}`
|
|
1631
|
-
}>;
|
|
1632
|
-
["ShapebpageBooking_sectionContainerDescription_wrapper"]: AliasType<{
|
|
1633
|
-
description?:boolean | `@${string}`,
|
|
1634
|
-
__typename?: boolean | `@${string}`
|
|
1635
|
-
}>;
|
|
1636
|
-
["ShapebpageBooking_sectionContainerLocation_info_wrapper"]: AliasType<{
|
|
1637
|
-
location_info_heading?:boolean | `@${string}`,
|
|
1638
|
-
location_info?:boolean | `@${string}`,
|
|
1639
|
-
__typename?: boolean | `@${string}`
|
|
1640
|
-
}>;
|
|
1641
|
-
["ShapebpageBooking_sectionContainer"]: AliasType<{
|
|
1642
|
-
gallery_wrapper?:ValueTypes["ShapebpageBooking_sectionContainerGallery_wrapper"],
|
|
1643
|
-
title_location_wrapper?:ValueTypes["ShapebpageBooking_sectionContainerTitle_location_wrapper"],
|
|
1644
|
-
extras_addons_wrapper?:ValueTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapper"],
|
|
1645
|
-
description_wrapper?:ValueTypes["ShapebpageBooking_sectionContainerDescription_wrapper"],
|
|
1646
|
-
location_info_wrapper?:ValueTypes["ShapebpageBooking_sectionContainerLocation_info_wrapper"],
|
|
1647
|
-
__typename?: boolean | `@${string}`
|
|
1648
|
-
}>;
|
|
1649
|
-
["ShapebpageBooking_section"]: AliasType<{
|
|
1650
|
-
container?:ValueTypes["ShapebpageBooking_sectionContainer"],
|
|
1651
|
-
__typename?: boolean | `@${string}`
|
|
1652
|
-
}>;
|
|
1653
|
-
["Shapebpage"]: AliasType<{
|
|
1654
|
-
booking_section?:ValueTypes["ShapebpageBooking_section"],
|
|
1655
|
-
_id?:boolean | `@${string}`,
|
|
1656
|
-
createdAt?:boolean | `@${string}`,
|
|
1657
|
-
updatedAt?:boolean | `@${string}`,
|
|
1658
|
-
__typename?: boolean | `@${string}`
|
|
1659
1555
|
}>;
|
|
1660
1556
|
["Shapecloud_sidebarSidebarMenuCategoryPage"]: AliasType<{
|
|
1661
1557
|
name?:boolean | `@${string}`,
|
|
@@ -2114,19 +2010,6 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
|
|
|
2114
2010
|
createdAt?:boolean | `@${string}`,
|
|
2115
2011
|
updatedAt?:boolean | `@${string}`,
|
|
2116
2012
|
__typename?: boolean | `@${string}`
|
|
2117
|
-
}>;
|
|
2118
|
-
["Shapeteee"]: AliasType<{
|
|
2119
|
-
_id?:boolean | `@${string}`,
|
|
2120
|
-
createdAt?:boolean | `@${string}`,
|
|
2121
|
-
updatedAt?:boolean | `@${string}`,
|
|
2122
|
-
__typename?: boolean | `@${string}`
|
|
2123
|
-
}>;
|
|
2124
|
-
["Shapetest"]: AliasType<{
|
|
2125
|
-
rrr?:ValueTypes["Shapebgallery"],
|
|
2126
|
-
_id?:boolean | `@${string}`,
|
|
2127
|
-
createdAt?:boolean | `@${string}`,
|
|
2128
|
-
updatedAt?:boolean | `@${string}`,
|
|
2129
|
-
__typename?: boolean | `@${string}`
|
|
2130
2013
|
}>;
|
|
2131
2014
|
["Shapetitle_descTitledesc"]: AliasType<{
|
|
2132
2015
|
title?:boolean | `@${string}`,
|
|
@@ -2799,18 +2682,6 @@ variantsdocsBySlug?: [{ slug: string},ResolverInputTypes["docs"]],
|
|
|
2799
2682
|
modelShapeaplikacja_g?:boolean | `@${string}`,
|
|
2800
2683
|
previewFieldsShapeaplikacja_g?:boolean | `@${string}`,
|
|
2801
2684
|
oneShapeaplikacja_g?:ResolverInputTypes["Shapeaplikacja_g"],
|
|
2802
|
-
fieldSetShapebgallery?:boolean | `@${string}`,
|
|
2803
|
-
modelShapebgallery?:boolean | `@${string}`,
|
|
2804
|
-
previewFieldsShapebgallery?:boolean | `@${string}`,
|
|
2805
|
-
oneShapebgallery?:ResolverInputTypes["Shapebgallery"],
|
|
2806
|
-
fieldSetShapebookina?:boolean | `@${string}`,
|
|
2807
|
-
modelShapebookina?:boolean | `@${string}`,
|
|
2808
|
-
previewFieldsShapebookina?:boolean | `@${string}`,
|
|
2809
|
-
oneShapebookina?:ResolverInputTypes["Shapebookina"],
|
|
2810
|
-
fieldSetShapebpage?:boolean | `@${string}`,
|
|
2811
|
-
modelShapebpage?:boolean | `@${string}`,
|
|
2812
|
-
previewFieldsShapebpage?:boolean | `@${string}`,
|
|
2813
|
-
oneShapebpage?:ResolverInputTypes["Shapebpage"],
|
|
2814
2685
|
fieldSetShapecloud_sidebar?:boolean | `@${string}`,
|
|
2815
2686
|
modelShapecloud_sidebar?:boolean | `@${string}`,
|
|
2816
2687
|
previewFieldsShapecloud_sidebar?:boolean | `@${string}`,
|
|
@@ -2879,14 +2750,6 @@ variantsdocsBySlug?: [{ slug: string},ResolverInputTypes["docs"]],
|
|
|
2879
2750
|
modelShapesupport?:boolean | `@${string}`,
|
|
2880
2751
|
previewFieldsShapesupport?:boolean | `@${string}`,
|
|
2881
2752
|
oneShapesupport?:ResolverInputTypes["Shapesupport"],
|
|
2882
|
-
fieldSetShapeteee?:boolean | `@${string}`,
|
|
2883
|
-
modelShapeteee?:boolean | `@${string}`,
|
|
2884
|
-
previewFieldsShapeteee?:boolean | `@${string}`,
|
|
2885
|
-
oneShapeteee?:ResolverInputTypes["Shapeteee"],
|
|
2886
|
-
fieldSetShapetest?:boolean | `@${string}`,
|
|
2887
|
-
modelShapetest?:boolean | `@${string}`,
|
|
2888
|
-
previewFieldsShapetest?:boolean | `@${string}`,
|
|
2889
|
-
oneShapetest?:ResolverInputTypes["Shapetest"],
|
|
2890
2753
|
fieldSetShapetitle_desc?:boolean | `@${string}`,
|
|
2891
2754
|
modelShapetitle_desc?:boolean | `@${string}`,
|
|
2892
2755
|
previewFieldsShapetitle_desc?:boolean | `@${string}`,
|
|
@@ -3169,90 +3032,6 @@ removeResponseFormtest?: [{ id: string},boolean | `@${string}`],
|
|
|
3169
3032
|
createdAt?:boolean | `@${string}`,
|
|
3170
3033
|
updatedAt?:boolean | `@${string}`,
|
|
3171
3034
|
__typename?: boolean | `@${string}`
|
|
3172
|
-
}>;
|
|
3173
|
-
["ShapebgalleryGallery_grid"]: AliasType<{
|
|
3174
|
-
main_photo?:ResolverInputTypes["ImageField"],
|
|
3175
|
-
gallery_photos?:ResolverInputTypes["ImageField"],
|
|
3176
|
-
__typename?: boolean | `@${string}`
|
|
3177
|
-
}>;
|
|
3178
|
-
["Shapebgallery"]: AliasType<{
|
|
3179
|
-
gallery_grid?:ResolverInputTypes["ShapebgalleryGallery_grid"],
|
|
3180
|
-
rrrr?:boolean | `@${string}`,
|
|
3181
|
-
_id?:boolean | `@${string}`,
|
|
3182
|
-
createdAt?:boolean | `@${string}`,
|
|
3183
|
-
updatedAt?:boolean | `@${string}`,
|
|
3184
|
-
__typename?: boolean | `@${string}`
|
|
3185
|
-
}>;
|
|
3186
|
-
["ShapebookinaOverlaySearch_barSearch_button"]: AliasType<{
|
|
3187
|
-
label?:boolean | `@${string}`,
|
|
3188
|
-
__typename?: boolean | `@${string}`
|
|
3189
|
-
}>;
|
|
3190
|
-
["ShapebookinaOverlaySearch_bar"]: AliasType<{
|
|
3191
|
-
location?:boolean | `@${string}`,
|
|
3192
|
-
search_button?:ResolverInputTypes["ShapebookinaOverlaySearch_barSearch_button"],
|
|
3193
|
-
__typename?: boolean | `@${string}`
|
|
3194
|
-
}>;
|
|
3195
|
-
["ShapebookinaOverlay"]: AliasType<{
|
|
3196
|
-
title?:boolean | `@${string}`,
|
|
3197
|
-
subtitle?:boolean | `@${string}`,
|
|
3198
|
-
search_bar?:ResolverInputTypes["ShapebookinaOverlaySearch_bar"],
|
|
3199
|
-
__typename?: boolean | `@${string}`
|
|
3200
|
-
}>;
|
|
3201
|
-
["Shapebookina"]: AliasType<{
|
|
3202
|
-
background_image?:ResolverInputTypes["ImageField"],
|
|
3203
|
-
overlay?:ResolverInputTypes["ShapebookinaOverlay"],
|
|
3204
|
-
_id?:boolean | `@${string}`,
|
|
3205
|
-
createdAt?:boolean | `@${string}`,
|
|
3206
|
-
updatedAt?:boolean | `@${string}`,
|
|
3207
|
-
__typename?: boolean | `@${string}`
|
|
3208
|
-
}>;
|
|
3209
|
-
["ShapebpageBooking_sectionContainerGallery_wrapper"]: AliasType<{
|
|
3210
|
-
gallery_grid?:ResolverInputTypes["Shapebgallery"],
|
|
3211
|
-
see_more_button?:boolean | `@${string}`,
|
|
3212
|
-
__typename?: boolean | `@${string}`
|
|
3213
|
-
}>;
|
|
3214
|
-
["ShapebpageBooking_sectionContainerTitle_location_wrapper"]: AliasType<{
|
|
3215
|
-
title?:boolean | `@${string}`,
|
|
3216
|
-
location?:boolean | `@${string}`,
|
|
3217
|
-
__typename?: boolean | `@${string}`
|
|
3218
|
-
}>;
|
|
3219
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"]: AliasType<{
|
|
3220
|
-
name?:boolean | `@${string}`,
|
|
3221
|
-
icon?:ResolverInputTypes["ImageField"],
|
|
3222
|
-
__typename?: boolean | `@${string}`
|
|
3223
|
-
}>;
|
|
3224
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapper"]: AliasType<{
|
|
3225
|
-
extras_heading?:boolean | `@${string}`,
|
|
3226
|
-
extras?:ResolverInputTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"],
|
|
3227
|
-
__typename?: boolean | `@${string}`
|
|
3228
|
-
}>;
|
|
3229
|
-
["ShapebpageBooking_sectionContainerDescription_wrapper"]: AliasType<{
|
|
3230
|
-
description?:boolean | `@${string}`,
|
|
3231
|
-
__typename?: boolean | `@${string}`
|
|
3232
|
-
}>;
|
|
3233
|
-
["ShapebpageBooking_sectionContainerLocation_info_wrapper"]: AliasType<{
|
|
3234
|
-
location_info_heading?:boolean | `@${string}`,
|
|
3235
|
-
location_info?:boolean | `@${string}`,
|
|
3236
|
-
__typename?: boolean | `@${string}`
|
|
3237
|
-
}>;
|
|
3238
|
-
["ShapebpageBooking_sectionContainer"]: AliasType<{
|
|
3239
|
-
gallery_wrapper?:ResolverInputTypes["ShapebpageBooking_sectionContainerGallery_wrapper"],
|
|
3240
|
-
title_location_wrapper?:ResolverInputTypes["ShapebpageBooking_sectionContainerTitle_location_wrapper"],
|
|
3241
|
-
extras_addons_wrapper?:ResolverInputTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapper"],
|
|
3242
|
-
description_wrapper?:ResolverInputTypes["ShapebpageBooking_sectionContainerDescription_wrapper"],
|
|
3243
|
-
location_info_wrapper?:ResolverInputTypes["ShapebpageBooking_sectionContainerLocation_info_wrapper"],
|
|
3244
|
-
__typename?: boolean | `@${string}`
|
|
3245
|
-
}>;
|
|
3246
|
-
["ShapebpageBooking_section"]: AliasType<{
|
|
3247
|
-
container?:ResolverInputTypes["ShapebpageBooking_sectionContainer"],
|
|
3248
|
-
__typename?: boolean | `@${string}`
|
|
3249
|
-
}>;
|
|
3250
|
-
["Shapebpage"]: AliasType<{
|
|
3251
|
-
booking_section?:ResolverInputTypes["ShapebpageBooking_section"],
|
|
3252
|
-
_id?:boolean | `@${string}`,
|
|
3253
|
-
createdAt?:boolean | `@${string}`,
|
|
3254
|
-
updatedAt?:boolean | `@${string}`,
|
|
3255
|
-
__typename?: boolean | `@${string}`
|
|
3256
3035
|
}>;
|
|
3257
3036
|
["Shapecloud_sidebarSidebarMenuCategoryPage"]: AliasType<{
|
|
3258
3037
|
name?:boolean | `@${string}`,
|
|
@@ -3711,19 +3490,6 @@ removeResponseFormtest?: [{ id: string},boolean | `@${string}`],
|
|
|
3711
3490
|
createdAt?:boolean | `@${string}`,
|
|
3712
3491
|
updatedAt?:boolean | `@${string}`,
|
|
3713
3492
|
__typename?: boolean | `@${string}`
|
|
3714
|
-
}>;
|
|
3715
|
-
["Shapeteee"]: AliasType<{
|
|
3716
|
-
_id?:boolean | `@${string}`,
|
|
3717
|
-
createdAt?:boolean | `@${string}`,
|
|
3718
|
-
updatedAt?:boolean | `@${string}`,
|
|
3719
|
-
__typename?: boolean | `@${string}`
|
|
3720
|
-
}>;
|
|
3721
|
-
["Shapetest"]: AliasType<{
|
|
3722
|
-
rrr?:ResolverInputTypes["Shapebgallery"],
|
|
3723
|
-
_id?:boolean | `@${string}`,
|
|
3724
|
-
createdAt?:boolean | `@${string}`,
|
|
3725
|
-
updatedAt?:boolean | `@${string}`,
|
|
3726
|
-
__typename?: boolean | `@${string}`
|
|
3727
3493
|
}>;
|
|
3728
3494
|
["Shapetitle_descTitledesc"]: AliasType<{
|
|
3729
3495
|
title?:boolean | `@${string}`,
|
|
@@ -4362,18 +4128,6 @@ export type ModelTypes = {
|
|
|
4362
4128
|
modelShapeaplikacja_g: ModelTypes["ModelNavigationCompiled"],
|
|
4363
4129
|
previewFieldsShapeaplikacja_g: ModelTypes["ModelNavigationCompiled"],
|
|
4364
4130
|
oneShapeaplikacja_g?: ModelTypes["Shapeaplikacja_g"] | undefined | null,
|
|
4365
|
-
fieldSetShapebgallery: string,
|
|
4366
|
-
modelShapebgallery: ModelTypes["ModelNavigationCompiled"],
|
|
4367
|
-
previewFieldsShapebgallery: ModelTypes["ModelNavigationCompiled"],
|
|
4368
|
-
oneShapebgallery?: ModelTypes["Shapebgallery"] | undefined | null,
|
|
4369
|
-
fieldSetShapebookina: string,
|
|
4370
|
-
modelShapebookina: ModelTypes["ModelNavigationCompiled"],
|
|
4371
|
-
previewFieldsShapebookina: ModelTypes["ModelNavigationCompiled"],
|
|
4372
|
-
oneShapebookina?: ModelTypes["Shapebookina"] | undefined | null,
|
|
4373
|
-
fieldSetShapebpage: string,
|
|
4374
|
-
modelShapebpage: ModelTypes["ModelNavigationCompiled"],
|
|
4375
|
-
previewFieldsShapebpage: ModelTypes["ModelNavigationCompiled"],
|
|
4376
|
-
oneShapebpage?: ModelTypes["Shapebpage"] | undefined | null,
|
|
4377
4131
|
fieldSetShapecloud_sidebar: string,
|
|
4378
4132
|
modelShapecloud_sidebar: ModelTypes["ModelNavigationCompiled"],
|
|
4379
4133
|
previewFieldsShapecloud_sidebar: ModelTypes["ModelNavigationCompiled"],
|
|
@@ -4442,14 +4196,6 @@ export type ModelTypes = {
|
|
|
4442
4196
|
modelShapesupport: ModelTypes["ModelNavigationCompiled"],
|
|
4443
4197
|
previewFieldsShapesupport: ModelTypes["ModelNavigationCompiled"],
|
|
4444
4198
|
oneShapesupport?: ModelTypes["Shapesupport"] | undefined | null,
|
|
4445
|
-
fieldSetShapeteee: string,
|
|
4446
|
-
modelShapeteee: ModelTypes["ModelNavigationCompiled"],
|
|
4447
|
-
previewFieldsShapeteee: ModelTypes["ModelNavigationCompiled"],
|
|
4448
|
-
oneShapeteee?: ModelTypes["Shapeteee"] | undefined | null,
|
|
4449
|
-
fieldSetShapetest: string,
|
|
4450
|
-
modelShapetest: ModelTypes["ModelNavigationCompiled"],
|
|
4451
|
-
previewFieldsShapetest: ModelTypes["ModelNavigationCompiled"],
|
|
4452
|
-
oneShapetest?: ModelTypes["Shapetest"] | undefined | null,
|
|
4453
4199
|
fieldSetShapetitle_desc: string,
|
|
4454
4200
|
modelShapetitle_desc: ModelTypes["ModelNavigationCompiled"],
|
|
4455
4201
|
previewFieldsShapetitle_desc: ModelTypes["ModelNavigationCompiled"],
|
|
@@ -4703,75 +4449,6 @@ export type ModelTypes = {
|
|
|
4703
4449
|
_id: string,
|
|
4704
4450
|
createdAt?: number | undefined | null,
|
|
4705
4451
|
updatedAt?: number | undefined | null
|
|
4706
|
-
};
|
|
4707
|
-
["ShapebgalleryGallery_grid"]: {
|
|
4708
|
-
main_photo?: ModelTypes["ImageField"] | undefined | null,
|
|
4709
|
-
gallery_photos?: Array<ModelTypes["ImageField"] | undefined | null> | undefined | null
|
|
4710
|
-
};
|
|
4711
|
-
["Shapebgallery"]: {
|
|
4712
|
-
gallery_grid?: ModelTypes["ShapebgalleryGallery_grid"] | undefined | null,
|
|
4713
|
-
rrrr?: string | undefined | null,
|
|
4714
|
-
_id: string,
|
|
4715
|
-
createdAt?: number | undefined | null,
|
|
4716
|
-
updatedAt?: number | undefined | null
|
|
4717
|
-
};
|
|
4718
|
-
["ShapebookinaOverlaySearch_barSearch_button"]: {
|
|
4719
|
-
label?: string | undefined | null
|
|
4720
|
-
};
|
|
4721
|
-
["ShapebookinaOverlaySearch_bar"]: {
|
|
4722
|
-
location?: string | undefined | null,
|
|
4723
|
-
search_button?: ModelTypes["ShapebookinaOverlaySearch_barSearch_button"] | undefined | null
|
|
4724
|
-
};
|
|
4725
|
-
["ShapebookinaOverlay"]: {
|
|
4726
|
-
title?: string | undefined | null,
|
|
4727
|
-
subtitle?: string | undefined | null,
|
|
4728
|
-
search_bar?: ModelTypes["ShapebookinaOverlaySearch_bar"] | undefined | null
|
|
4729
|
-
};
|
|
4730
|
-
["Shapebookina"]: {
|
|
4731
|
-
background_image?: ModelTypes["ImageField"] | undefined | null,
|
|
4732
|
-
overlay?: ModelTypes["ShapebookinaOverlay"] | undefined | null,
|
|
4733
|
-
_id: string,
|
|
4734
|
-
createdAt?: number | undefined | null,
|
|
4735
|
-
updatedAt?: number | undefined | null
|
|
4736
|
-
};
|
|
4737
|
-
["ShapebpageBooking_sectionContainerGallery_wrapper"]: {
|
|
4738
|
-
gallery_grid?: ModelTypes["Shapebgallery"] | undefined | null,
|
|
4739
|
-
see_more_button?: string | undefined | null
|
|
4740
|
-
};
|
|
4741
|
-
["ShapebpageBooking_sectionContainerTitle_location_wrapper"]: {
|
|
4742
|
-
title?: string | undefined | null,
|
|
4743
|
-
location?: string | undefined | null
|
|
4744
|
-
};
|
|
4745
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"]: {
|
|
4746
|
-
name?: string | undefined | null,
|
|
4747
|
-
icon?: ModelTypes["ImageField"] | undefined | null
|
|
4748
|
-
};
|
|
4749
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapper"]: {
|
|
4750
|
-
extras_heading?: string | undefined | null,
|
|
4751
|
-
extras?: Array<ModelTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"] | undefined | null> | undefined | null
|
|
4752
|
-
};
|
|
4753
|
-
["ShapebpageBooking_sectionContainerDescription_wrapper"]: {
|
|
4754
|
-
description?: string | undefined | null
|
|
4755
|
-
};
|
|
4756
|
-
["ShapebpageBooking_sectionContainerLocation_info_wrapper"]: {
|
|
4757
|
-
location_info_heading?: string | undefined | null,
|
|
4758
|
-
location_info?: string | undefined | null
|
|
4759
|
-
};
|
|
4760
|
-
["ShapebpageBooking_sectionContainer"]: {
|
|
4761
|
-
gallery_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerGallery_wrapper"] | undefined | null,
|
|
4762
|
-
title_location_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerTitle_location_wrapper"] | undefined | null,
|
|
4763
|
-
extras_addons_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapper"] | undefined | null,
|
|
4764
|
-
description_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerDescription_wrapper"] | undefined | null,
|
|
4765
|
-
location_info_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerLocation_info_wrapper"] | undefined | null
|
|
4766
|
-
};
|
|
4767
|
-
["ShapebpageBooking_section"]: {
|
|
4768
|
-
container?: ModelTypes["ShapebpageBooking_sectionContainer"] | undefined | null
|
|
4769
|
-
};
|
|
4770
|
-
["Shapebpage"]: {
|
|
4771
|
-
booking_section?: ModelTypes["ShapebpageBooking_section"] | undefined | null,
|
|
4772
|
-
_id: string,
|
|
4773
|
-
createdAt?: number | undefined | null,
|
|
4774
|
-
updatedAt?: number | undefined | null
|
|
4775
4452
|
};
|
|
4776
4453
|
["Shapecloud_sidebarSidebarMenuCategoryPage"]: {
|
|
4777
4454
|
name?: string | undefined | null,
|
|
@@ -5147,17 +4824,6 @@ export type ModelTypes = {
|
|
|
5147
4824
|
_id: string,
|
|
5148
4825
|
createdAt?: number | undefined | null,
|
|
5149
4826
|
updatedAt?: number | undefined | null
|
|
5150
|
-
};
|
|
5151
|
-
["Shapeteee"]: {
|
|
5152
|
-
_id: string,
|
|
5153
|
-
createdAt?: number | undefined | null,
|
|
5154
|
-
updatedAt?: number | undefined | null
|
|
5155
|
-
};
|
|
5156
|
-
["Shapetest"]: {
|
|
5157
|
-
rrr?: ModelTypes["Shapebgallery"] | undefined | null,
|
|
5158
|
-
_id: string,
|
|
5159
|
-
createdAt?: number | undefined | null,
|
|
5160
|
-
updatedAt?: number | undefined | null
|
|
5161
4827
|
};
|
|
5162
4828
|
["Shapetitle_descTitledesc"]: {
|
|
5163
4829
|
title?: string | undefined | null,
|
|
@@ -5803,18 +5469,6 @@ export type GraphQLTypes = {
|
|
|
5803
5469
|
modelShapeaplikacja_g: GraphQLTypes["ModelNavigationCompiled"],
|
|
5804
5470
|
previewFieldsShapeaplikacja_g: GraphQLTypes["ModelNavigationCompiled"],
|
|
5805
5471
|
oneShapeaplikacja_g?: GraphQLTypes["Shapeaplikacja_g"] | undefined | null,
|
|
5806
|
-
fieldSetShapebgallery: string,
|
|
5807
|
-
modelShapebgallery: GraphQLTypes["ModelNavigationCompiled"],
|
|
5808
|
-
previewFieldsShapebgallery: GraphQLTypes["ModelNavigationCompiled"],
|
|
5809
|
-
oneShapebgallery?: GraphQLTypes["Shapebgallery"] | undefined | null,
|
|
5810
|
-
fieldSetShapebookina: string,
|
|
5811
|
-
modelShapebookina: GraphQLTypes["ModelNavigationCompiled"],
|
|
5812
|
-
previewFieldsShapebookina: GraphQLTypes["ModelNavigationCompiled"],
|
|
5813
|
-
oneShapebookina?: GraphQLTypes["Shapebookina"] | undefined | null,
|
|
5814
|
-
fieldSetShapebpage: string,
|
|
5815
|
-
modelShapebpage: GraphQLTypes["ModelNavigationCompiled"],
|
|
5816
|
-
previewFieldsShapebpage: GraphQLTypes["ModelNavigationCompiled"],
|
|
5817
|
-
oneShapebpage?: GraphQLTypes["Shapebpage"] | undefined | null,
|
|
5818
5472
|
fieldSetShapecloud_sidebar: string,
|
|
5819
5473
|
modelShapecloud_sidebar: GraphQLTypes["ModelNavigationCompiled"],
|
|
5820
5474
|
previewFieldsShapecloud_sidebar: GraphQLTypes["ModelNavigationCompiled"],
|
|
@@ -5883,14 +5537,6 @@ export type GraphQLTypes = {
|
|
|
5883
5537
|
modelShapesupport: GraphQLTypes["ModelNavigationCompiled"],
|
|
5884
5538
|
previewFieldsShapesupport: GraphQLTypes["ModelNavigationCompiled"],
|
|
5885
5539
|
oneShapesupport?: GraphQLTypes["Shapesupport"] | undefined | null,
|
|
5886
|
-
fieldSetShapeteee: string,
|
|
5887
|
-
modelShapeteee: GraphQLTypes["ModelNavigationCompiled"],
|
|
5888
|
-
previewFieldsShapeteee: GraphQLTypes["ModelNavigationCompiled"],
|
|
5889
|
-
oneShapeteee?: GraphQLTypes["Shapeteee"] | undefined | null,
|
|
5890
|
-
fieldSetShapetest: string,
|
|
5891
|
-
modelShapetest: GraphQLTypes["ModelNavigationCompiled"],
|
|
5892
|
-
previewFieldsShapetest: GraphQLTypes["ModelNavigationCompiled"],
|
|
5893
|
-
oneShapetest?: GraphQLTypes["Shapetest"] | undefined | null,
|
|
5894
5540
|
fieldSetShapetitle_desc: string,
|
|
5895
5541
|
modelShapetitle_desc: GraphQLTypes["ModelNavigationCompiled"],
|
|
5896
5542
|
previewFieldsShapetitle_desc: GraphQLTypes["ModelNavigationCompiled"],
|
|
@@ -6172,90 +5818,6 @@ export type GraphQLTypes = {
|
|
|
6172
5818
|
_id: string,
|
|
6173
5819
|
createdAt?: number | undefined | null,
|
|
6174
5820
|
updatedAt?: number | undefined | null
|
|
6175
|
-
};
|
|
6176
|
-
["ShapebgalleryGallery_grid"]: {
|
|
6177
|
-
__typename: "ShapebgalleryGallery_grid",
|
|
6178
|
-
main_photo?: GraphQLTypes["ImageField"] | undefined | null,
|
|
6179
|
-
gallery_photos?: Array<GraphQLTypes["ImageField"] | undefined | null> | undefined | null
|
|
6180
|
-
};
|
|
6181
|
-
["Shapebgallery"]: {
|
|
6182
|
-
__typename: "Shapebgallery",
|
|
6183
|
-
gallery_grid?: GraphQLTypes["ShapebgalleryGallery_grid"] | undefined | null,
|
|
6184
|
-
rrrr?: string | undefined | null,
|
|
6185
|
-
_id: string,
|
|
6186
|
-
createdAt?: number | undefined | null,
|
|
6187
|
-
updatedAt?: number | undefined | null
|
|
6188
|
-
};
|
|
6189
|
-
["ShapebookinaOverlaySearch_barSearch_button"]: {
|
|
6190
|
-
__typename: "ShapebookinaOverlaySearch_barSearch_button",
|
|
6191
|
-
label?: string | undefined | null
|
|
6192
|
-
};
|
|
6193
|
-
["ShapebookinaOverlaySearch_bar"]: {
|
|
6194
|
-
__typename: "ShapebookinaOverlaySearch_bar",
|
|
6195
|
-
location?: string | undefined | null,
|
|
6196
|
-
search_button?: GraphQLTypes["ShapebookinaOverlaySearch_barSearch_button"] | undefined | null
|
|
6197
|
-
};
|
|
6198
|
-
["ShapebookinaOverlay"]: {
|
|
6199
|
-
__typename: "ShapebookinaOverlay",
|
|
6200
|
-
title?: string | undefined | null,
|
|
6201
|
-
subtitle?: string | undefined | null,
|
|
6202
|
-
search_bar?: GraphQLTypes["ShapebookinaOverlaySearch_bar"] | undefined | null
|
|
6203
|
-
};
|
|
6204
|
-
["Shapebookina"]: {
|
|
6205
|
-
__typename: "Shapebookina",
|
|
6206
|
-
background_image?: GraphQLTypes["ImageField"] | undefined | null,
|
|
6207
|
-
overlay?: GraphQLTypes["ShapebookinaOverlay"] | undefined | null,
|
|
6208
|
-
_id: string,
|
|
6209
|
-
createdAt?: number | undefined | null,
|
|
6210
|
-
updatedAt?: number | undefined | null
|
|
6211
|
-
};
|
|
6212
|
-
["ShapebpageBooking_sectionContainerGallery_wrapper"]: {
|
|
6213
|
-
__typename: "ShapebpageBooking_sectionContainerGallery_wrapper",
|
|
6214
|
-
gallery_grid?: GraphQLTypes["Shapebgallery"] | undefined | null,
|
|
6215
|
-
see_more_button?: string | undefined | null
|
|
6216
|
-
};
|
|
6217
|
-
["ShapebpageBooking_sectionContainerTitle_location_wrapper"]: {
|
|
6218
|
-
__typename: "ShapebpageBooking_sectionContainerTitle_location_wrapper",
|
|
6219
|
-
title?: string | undefined | null,
|
|
6220
|
-
location?: string | undefined | null
|
|
6221
|
-
};
|
|
6222
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"]: {
|
|
6223
|
-
__typename: "ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras",
|
|
6224
|
-
name?: string | undefined | null,
|
|
6225
|
-
icon?: GraphQLTypes["ImageField"] | undefined | null
|
|
6226
|
-
};
|
|
6227
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapper"]: {
|
|
6228
|
-
__typename: "ShapebpageBooking_sectionContainerExtras_addons_wrapper",
|
|
6229
|
-
extras_heading?: string | undefined | null,
|
|
6230
|
-
extras?: Array<GraphQLTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"] | undefined | null> | undefined | null
|
|
6231
|
-
};
|
|
6232
|
-
["ShapebpageBooking_sectionContainerDescription_wrapper"]: {
|
|
6233
|
-
__typename: "ShapebpageBooking_sectionContainerDescription_wrapper",
|
|
6234
|
-
description?: string | undefined | null
|
|
6235
|
-
};
|
|
6236
|
-
["ShapebpageBooking_sectionContainerLocation_info_wrapper"]: {
|
|
6237
|
-
__typename: "ShapebpageBooking_sectionContainerLocation_info_wrapper",
|
|
6238
|
-
location_info_heading?: string | undefined | null,
|
|
6239
|
-
location_info?: string | undefined | null
|
|
6240
|
-
};
|
|
6241
|
-
["ShapebpageBooking_sectionContainer"]: {
|
|
6242
|
-
__typename: "ShapebpageBooking_sectionContainer",
|
|
6243
|
-
gallery_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerGallery_wrapper"] | undefined | null,
|
|
6244
|
-
title_location_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerTitle_location_wrapper"] | undefined | null,
|
|
6245
|
-
extras_addons_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapper"] | undefined | null,
|
|
6246
|
-
description_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerDescription_wrapper"] | undefined | null,
|
|
6247
|
-
location_info_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerLocation_info_wrapper"] | undefined | null
|
|
6248
|
-
};
|
|
6249
|
-
["ShapebpageBooking_section"]: {
|
|
6250
|
-
__typename: "ShapebpageBooking_section",
|
|
6251
|
-
container?: GraphQLTypes["ShapebpageBooking_sectionContainer"] | undefined | null
|
|
6252
|
-
};
|
|
6253
|
-
["Shapebpage"]: {
|
|
6254
|
-
__typename: "Shapebpage",
|
|
6255
|
-
booking_section?: GraphQLTypes["ShapebpageBooking_section"] | undefined | null,
|
|
6256
|
-
_id: string,
|
|
6257
|
-
createdAt?: number | undefined | null,
|
|
6258
|
-
updatedAt?: number | undefined | null
|
|
6259
5821
|
};
|
|
6260
5822
|
["Shapecloud_sidebarSidebarMenuCategoryPage"]: {
|
|
6261
5823
|
__typename: "Shapecloud_sidebarSidebarMenuCategoryPage",
|
|
@@ -6714,19 +6276,6 @@ export type GraphQLTypes = {
|
|
|
6714
6276
|
_id: string,
|
|
6715
6277
|
createdAt?: number | undefined | null,
|
|
6716
6278
|
updatedAt?: number | undefined | null
|
|
6717
|
-
};
|
|
6718
|
-
["Shapeteee"]: {
|
|
6719
|
-
__typename: "Shapeteee",
|
|
6720
|
-
_id: string,
|
|
6721
|
-
createdAt?: number | undefined | null,
|
|
6722
|
-
updatedAt?: number | undefined | null
|
|
6723
|
-
};
|
|
6724
|
-
["Shapetest"]: {
|
|
6725
|
-
__typename: "Shapetest",
|
|
6726
|
-
rrr?: GraphQLTypes["Shapebgallery"] | undefined | null,
|
|
6727
|
-
_id: string,
|
|
6728
|
-
createdAt?: number | undefined | null,
|
|
6729
|
-
updatedAt?: number | undefined | null
|
|
6730
6279
|
};
|
|
6731
6280
|
["Shapetitle_descTitledesc"]: {
|
|
6732
6281
|
__typename: "Shapetitle_descTitledesc",
|
|
@@ -7188,9 +6737,6 @@ export enum ViewEnum {
|
|
|
7188
6737
|
}
|
|
7189
6738
|
export enum ShapeEnum {
|
|
7190
6739
|
aplikacja_g = "aplikacja_g",
|
|
7191
|
-
bgallery = "bgallery",
|
|
7192
|
-
bookina = "bookina",
|
|
7193
|
-
bpage = "bpage",
|
|
7194
6740
|
cloud_sidebar = "cloud_sidebar",
|
|
7195
6741
|
cta_boom = "cta_boom",
|
|
7196
6742
|
ctabutton = "ctabutton",
|
|
@@ -7208,8 +6754,6 @@ export enum ShapeEnum {
|
|
|
7208
6754
|
profile_info = "profile_info",
|
|
7209
6755
|
secondary_cta = "secondary_cta",
|
|
7210
6756
|
support = "support",
|
|
7211
|
-
teee = "teee",
|
|
7212
|
-
test = "test",
|
|
7213
6757
|
title_desc = "title_desc",
|
|
7214
6758
|
usage = "usage"
|
|
7215
6759
|
}
|