@husar.ai/cli 0.3.0 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mcp.js +449 -0
- 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 +3 -2
- package/src/mcp.ts +503 -0
- package/src/zeus/const.ts +0 -100
- package/src/zeus/index.ts +0 -456
package/dist/zeus/index.d.ts
CHANGED
|
@@ -558,18 +558,6 @@ export type ValueTypes = {
|
|
|
558
558
|
modelShapeaplikacja_g?: boolean | `@${string}`;
|
|
559
559
|
previewFieldsShapeaplikacja_g?: boolean | `@${string}`;
|
|
560
560
|
oneShapeaplikacja_g?: ValueTypes["Shapeaplikacja_g"];
|
|
561
|
-
fieldSetShapebgallery?: boolean | `@${string}`;
|
|
562
|
-
modelShapebgallery?: boolean | `@${string}`;
|
|
563
|
-
previewFieldsShapebgallery?: boolean | `@${string}`;
|
|
564
|
-
oneShapebgallery?: ValueTypes["Shapebgallery"];
|
|
565
|
-
fieldSetShapebookina?: boolean | `@${string}`;
|
|
566
|
-
modelShapebookina?: boolean | `@${string}`;
|
|
567
|
-
previewFieldsShapebookina?: boolean | `@${string}`;
|
|
568
|
-
oneShapebookina?: ValueTypes["Shapebookina"];
|
|
569
|
-
fieldSetShapebpage?: boolean | `@${string}`;
|
|
570
|
-
modelShapebpage?: boolean | `@${string}`;
|
|
571
|
-
previewFieldsShapebpage?: boolean | `@${string}`;
|
|
572
|
-
oneShapebpage?: ValueTypes["Shapebpage"];
|
|
573
561
|
fieldSetShapecloud_sidebar?: boolean | `@${string}`;
|
|
574
562
|
modelShapecloud_sidebar?: boolean | `@${string}`;
|
|
575
563
|
previewFieldsShapecloud_sidebar?: boolean | `@${string}`;
|
|
@@ -638,14 +626,6 @@ export type ValueTypes = {
|
|
|
638
626
|
modelShapesupport?: boolean | `@${string}`;
|
|
639
627
|
previewFieldsShapesupport?: boolean | `@${string}`;
|
|
640
628
|
oneShapesupport?: ValueTypes["Shapesupport"];
|
|
641
|
-
fieldSetShapeteee?: boolean | `@${string}`;
|
|
642
|
-
modelShapeteee?: boolean | `@${string}`;
|
|
643
|
-
previewFieldsShapeteee?: boolean | `@${string}`;
|
|
644
|
-
oneShapeteee?: ValueTypes["Shapeteee"];
|
|
645
|
-
fieldSetShapetest?: boolean | `@${string}`;
|
|
646
|
-
modelShapetest?: boolean | `@${string}`;
|
|
647
|
-
previewFieldsShapetest?: boolean | `@${string}`;
|
|
648
|
-
oneShapetest?: ValueTypes["Shapetest"];
|
|
649
629
|
fieldSetShapetitle_desc?: boolean | `@${string}`;
|
|
650
630
|
modelShapetitle_desc?: boolean | `@${string}`;
|
|
651
631
|
previewFieldsShapetitle_desc?: boolean | `@${string}`;
|
|
@@ -985,90 +965,6 @@ export type ValueTypes = {
|
|
|
985
965
|
updatedAt?: boolean | `@${string}`;
|
|
986
966
|
__typename?: boolean | `@${string}`;
|
|
987
967
|
}>;
|
|
988
|
-
["ShapebgalleryGallery_grid"]: AliasType<{
|
|
989
|
-
main_photo?: ValueTypes["ImageField"];
|
|
990
|
-
gallery_photos?: ValueTypes["ImageField"];
|
|
991
|
-
__typename?: boolean | `@${string}`;
|
|
992
|
-
}>;
|
|
993
|
-
["Shapebgallery"]: AliasType<{
|
|
994
|
-
gallery_grid?: ValueTypes["ShapebgalleryGallery_grid"];
|
|
995
|
-
rrrr?: boolean | `@${string}`;
|
|
996
|
-
_id?: boolean | `@${string}`;
|
|
997
|
-
createdAt?: boolean | `@${string}`;
|
|
998
|
-
updatedAt?: boolean | `@${string}`;
|
|
999
|
-
__typename?: boolean | `@${string}`;
|
|
1000
|
-
}>;
|
|
1001
|
-
["ShapebookinaOverlaySearch_barSearch_button"]: AliasType<{
|
|
1002
|
-
label?: boolean | `@${string}`;
|
|
1003
|
-
__typename?: boolean | `@${string}`;
|
|
1004
|
-
}>;
|
|
1005
|
-
["ShapebookinaOverlaySearch_bar"]: AliasType<{
|
|
1006
|
-
location?: boolean | `@${string}`;
|
|
1007
|
-
search_button?: ValueTypes["ShapebookinaOverlaySearch_barSearch_button"];
|
|
1008
|
-
__typename?: boolean | `@${string}`;
|
|
1009
|
-
}>;
|
|
1010
|
-
["ShapebookinaOverlay"]: AliasType<{
|
|
1011
|
-
title?: boolean | `@${string}`;
|
|
1012
|
-
subtitle?: boolean | `@${string}`;
|
|
1013
|
-
search_bar?: ValueTypes["ShapebookinaOverlaySearch_bar"];
|
|
1014
|
-
__typename?: boolean | `@${string}`;
|
|
1015
|
-
}>;
|
|
1016
|
-
["Shapebookina"]: AliasType<{
|
|
1017
|
-
background_image?: ValueTypes["ImageField"];
|
|
1018
|
-
overlay?: ValueTypes["ShapebookinaOverlay"];
|
|
1019
|
-
_id?: boolean | `@${string}`;
|
|
1020
|
-
createdAt?: boolean | `@${string}`;
|
|
1021
|
-
updatedAt?: boolean | `@${string}`;
|
|
1022
|
-
__typename?: boolean | `@${string}`;
|
|
1023
|
-
}>;
|
|
1024
|
-
["ShapebpageBooking_sectionContainerGallery_wrapper"]: AliasType<{
|
|
1025
|
-
gallery_grid?: ValueTypes["Shapebgallery"];
|
|
1026
|
-
see_more_button?: boolean | `@${string}`;
|
|
1027
|
-
__typename?: boolean | `@${string}`;
|
|
1028
|
-
}>;
|
|
1029
|
-
["ShapebpageBooking_sectionContainerTitle_location_wrapper"]: AliasType<{
|
|
1030
|
-
title?: boolean | `@${string}`;
|
|
1031
|
-
location?: boolean | `@${string}`;
|
|
1032
|
-
__typename?: boolean | `@${string}`;
|
|
1033
|
-
}>;
|
|
1034
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"]: AliasType<{
|
|
1035
|
-
name?: boolean | `@${string}`;
|
|
1036
|
-
icon?: ValueTypes["ImageField"];
|
|
1037
|
-
__typename?: boolean | `@${string}`;
|
|
1038
|
-
}>;
|
|
1039
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapper"]: AliasType<{
|
|
1040
|
-
extras_heading?: boolean | `@${string}`;
|
|
1041
|
-
extras?: ValueTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"];
|
|
1042
|
-
__typename?: boolean | `@${string}`;
|
|
1043
|
-
}>;
|
|
1044
|
-
["ShapebpageBooking_sectionContainerDescription_wrapper"]: AliasType<{
|
|
1045
|
-
description?: boolean | `@${string}`;
|
|
1046
|
-
__typename?: boolean | `@${string}`;
|
|
1047
|
-
}>;
|
|
1048
|
-
["ShapebpageBooking_sectionContainerLocation_info_wrapper"]: AliasType<{
|
|
1049
|
-
location_info_heading?: boolean | `@${string}`;
|
|
1050
|
-
location_info?: boolean | `@${string}`;
|
|
1051
|
-
__typename?: boolean | `@${string}`;
|
|
1052
|
-
}>;
|
|
1053
|
-
["ShapebpageBooking_sectionContainer"]: AliasType<{
|
|
1054
|
-
gallery_wrapper?: ValueTypes["ShapebpageBooking_sectionContainerGallery_wrapper"];
|
|
1055
|
-
title_location_wrapper?: ValueTypes["ShapebpageBooking_sectionContainerTitle_location_wrapper"];
|
|
1056
|
-
extras_addons_wrapper?: ValueTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapper"];
|
|
1057
|
-
description_wrapper?: ValueTypes["ShapebpageBooking_sectionContainerDescription_wrapper"];
|
|
1058
|
-
location_info_wrapper?: ValueTypes["ShapebpageBooking_sectionContainerLocation_info_wrapper"];
|
|
1059
|
-
__typename?: boolean | `@${string}`;
|
|
1060
|
-
}>;
|
|
1061
|
-
["ShapebpageBooking_section"]: AliasType<{
|
|
1062
|
-
container?: ValueTypes["ShapebpageBooking_sectionContainer"];
|
|
1063
|
-
__typename?: boolean | `@${string}`;
|
|
1064
|
-
}>;
|
|
1065
|
-
["Shapebpage"]: AliasType<{
|
|
1066
|
-
booking_section?: ValueTypes["ShapebpageBooking_section"];
|
|
1067
|
-
_id?: boolean | `@${string}`;
|
|
1068
|
-
createdAt?: boolean | `@${string}`;
|
|
1069
|
-
updatedAt?: boolean | `@${string}`;
|
|
1070
|
-
__typename?: boolean | `@${string}`;
|
|
1071
|
-
}>;
|
|
1072
968
|
["Shapecloud_sidebarSidebarMenuCategoryPage"]: AliasType<{
|
|
1073
969
|
name?: boolean | `@${string}`;
|
|
1074
970
|
link?: boolean | `@${string}`;
|
|
@@ -1527,19 +1423,6 @@ export type ValueTypes = {
|
|
|
1527
1423
|
updatedAt?: boolean | `@${string}`;
|
|
1528
1424
|
__typename?: boolean | `@${string}`;
|
|
1529
1425
|
}>;
|
|
1530
|
-
["Shapeteee"]: AliasType<{
|
|
1531
|
-
_id?: boolean | `@${string}`;
|
|
1532
|
-
createdAt?: boolean | `@${string}`;
|
|
1533
|
-
updatedAt?: boolean | `@${string}`;
|
|
1534
|
-
__typename?: boolean | `@${string}`;
|
|
1535
|
-
}>;
|
|
1536
|
-
["Shapetest"]: AliasType<{
|
|
1537
|
-
rrr?: ValueTypes["Shapebgallery"];
|
|
1538
|
-
_id?: boolean | `@${string}`;
|
|
1539
|
-
createdAt?: boolean | `@${string}`;
|
|
1540
|
-
updatedAt?: boolean | `@${string}`;
|
|
1541
|
-
__typename?: boolean | `@${string}`;
|
|
1542
|
-
}>;
|
|
1543
1426
|
["Shapetitle_descTitledesc"]: AliasType<{
|
|
1544
1427
|
title?: boolean | `@${string}`;
|
|
1545
1428
|
description?: boolean | `@${string}`;
|
|
@@ -2223,18 +2106,6 @@ export type ResolverInputTypes = {
|
|
|
2223
2106
|
modelShapeaplikacja_g?: boolean | `@${string}`;
|
|
2224
2107
|
previewFieldsShapeaplikacja_g?: boolean | `@${string}`;
|
|
2225
2108
|
oneShapeaplikacja_g?: ResolverInputTypes["Shapeaplikacja_g"];
|
|
2226
|
-
fieldSetShapebgallery?: boolean | `@${string}`;
|
|
2227
|
-
modelShapebgallery?: boolean | `@${string}`;
|
|
2228
|
-
previewFieldsShapebgallery?: boolean | `@${string}`;
|
|
2229
|
-
oneShapebgallery?: ResolverInputTypes["Shapebgallery"];
|
|
2230
|
-
fieldSetShapebookina?: boolean | `@${string}`;
|
|
2231
|
-
modelShapebookina?: boolean | `@${string}`;
|
|
2232
|
-
previewFieldsShapebookina?: boolean | `@${string}`;
|
|
2233
|
-
oneShapebookina?: ResolverInputTypes["Shapebookina"];
|
|
2234
|
-
fieldSetShapebpage?: boolean | `@${string}`;
|
|
2235
|
-
modelShapebpage?: boolean | `@${string}`;
|
|
2236
|
-
previewFieldsShapebpage?: boolean | `@${string}`;
|
|
2237
|
-
oneShapebpage?: ResolverInputTypes["Shapebpage"];
|
|
2238
2109
|
fieldSetShapecloud_sidebar?: boolean | `@${string}`;
|
|
2239
2110
|
modelShapecloud_sidebar?: boolean | `@${string}`;
|
|
2240
2111
|
previewFieldsShapecloud_sidebar?: boolean | `@${string}`;
|
|
@@ -2303,14 +2174,6 @@ export type ResolverInputTypes = {
|
|
|
2303
2174
|
modelShapesupport?: boolean | `@${string}`;
|
|
2304
2175
|
previewFieldsShapesupport?: boolean | `@${string}`;
|
|
2305
2176
|
oneShapesupport?: ResolverInputTypes["Shapesupport"];
|
|
2306
|
-
fieldSetShapeteee?: boolean | `@${string}`;
|
|
2307
|
-
modelShapeteee?: boolean | `@${string}`;
|
|
2308
|
-
previewFieldsShapeteee?: boolean | `@${string}`;
|
|
2309
|
-
oneShapeteee?: ResolverInputTypes["Shapeteee"];
|
|
2310
|
-
fieldSetShapetest?: boolean | `@${string}`;
|
|
2311
|
-
modelShapetest?: boolean | `@${string}`;
|
|
2312
|
-
previewFieldsShapetest?: boolean | `@${string}`;
|
|
2313
|
-
oneShapetest?: ResolverInputTypes["Shapetest"];
|
|
2314
2177
|
fieldSetShapetitle_desc?: boolean | `@${string}`;
|
|
2315
2178
|
modelShapetitle_desc?: boolean | `@${string}`;
|
|
2316
2179
|
previewFieldsShapetitle_desc?: boolean | `@${string}`;
|
|
@@ -2650,90 +2513,6 @@ export type ResolverInputTypes = {
|
|
|
2650
2513
|
updatedAt?: boolean | `@${string}`;
|
|
2651
2514
|
__typename?: boolean | `@${string}`;
|
|
2652
2515
|
}>;
|
|
2653
|
-
["ShapebgalleryGallery_grid"]: AliasType<{
|
|
2654
|
-
main_photo?: ResolverInputTypes["ImageField"];
|
|
2655
|
-
gallery_photos?: ResolverInputTypes["ImageField"];
|
|
2656
|
-
__typename?: boolean | `@${string}`;
|
|
2657
|
-
}>;
|
|
2658
|
-
["Shapebgallery"]: AliasType<{
|
|
2659
|
-
gallery_grid?: ResolverInputTypes["ShapebgalleryGallery_grid"];
|
|
2660
|
-
rrrr?: boolean | `@${string}`;
|
|
2661
|
-
_id?: boolean | `@${string}`;
|
|
2662
|
-
createdAt?: boolean | `@${string}`;
|
|
2663
|
-
updatedAt?: boolean | `@${string}`;
|
|
2664
|
-
__typename?: boolean | `@${string}`;
|
|
2665
|
-
}>;
|
|
2666
|
-
["ShapebookinaOverlaySearch_barSearch_button"]: AliasType<{
|
|
2667
|
-
label?: boolean | `@${string}`;
|
|
2668
|
-
__typename?: boolean | `@${string}`;
|
|
2669
|
-
}>;
|
|
2670
|
-
["ShapebookinaOverlaySearch_bar"]: AliasType<{
|
|
2671
|
-
location?: boolean | `@${string}`;
|
|
2672
|
-
search_button?: ResolverInputTypes["ShapebookinaOverlaySearch_barSearch_button"];
|
|
2673
|
-
__typename?: boolean | `@${string}`;
|
|
2674
|
-
}>;
|
|
2675
|
-
["ShapebookinaOverlay"]: AliasType<{
|
|
2676
|
-
title?: boolean | `@${string}`;
|
|
2677
|
-
subtitle?: boolean | `@${string}`;
|
|
2678
|
-
search_bar?: ResolverInputTypes["ShapebookinaOverlaySearch_bar"];
|
|
2679
|
-
__typename?: boolean | `@${string}`;
|
|
2680
|
-
}>;
|
|
2681
|
-
["Shapebookina"]: AliasType<{
|
|
2682
|
-
background_image?: ResolverInputTypes["ImageField"];
|
|
2683
|
-
overlay?: ResolverInputTypes["ShapebookinaOverlay"];
|
|
2684
|
-
_id?: boolean | `@${string}`;
|
|
2685
|
-
createdAt?: boolean | `@${string}`;
|
|
2686
|
-
updatedAt?: boolean | `@${string}`;
|
|
2687
|
-
__typename?: boolean | `@${string}`;
|
|
2688
|
-
}>;
|
|
2689
|
-
["ShapebpageBooking_sectionContainerGallery_wrapper"]: AliasType<{
|
|
2690
|
-
gallery_grid?: ResolverInputTypes["Shapebgallery"];
|
|
2691
|
-
see_more_button?: boolean | `@${string}`;
|
|
2692
|
-
__typename?: boolean | `@${string}`;
|
|
2693
|
-
}>;
|
|
2694
|
-
["ShapebpageBooking_sectionContainerTitle_location_wrapper"]: AliasType<{
|
|
2695
|
-
title?: boolean | `@${string}`;
|
|
2696
|
-
location?: boolean | `@${string}`;
|
|
2697
|
-
__typename?: boolean | `@${string}`;
|
|
2698
|
-
}>;
|
|
2699
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"]: AliasType<{
|
|
2700
|
-
name?: boolean | `@${string}`;
|
|
2701
|
-
icon?: ResolverInputTypes["ImageField"];
|
|
2702
|
-
__typename?: boolean | `@${string}`;
|
|
2703
|
-
}>;
|
|
2704
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapper"]: AliasType<{
|
|
2705
|
-
extras_heading?: boolean | `@${string}`;
|
|
2706
|
-
extras?: ResolverInputTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"];
|
|
2707
|
-
__typename?: boolean | `@${string}`;
|
|
2708
|
-
}>;
|
|
2709
|
-
["ShapebpageBooking_sectionContainerDescription_wrapper"]: AliasType<{
|
|
2710
|
-
description?: boolean | `@${string}`;
|
|
2711
|
-
__typename?: boolean | `@${string}`;
|
|
2712
|
-
}>;
|
|
2713
|
-
["ShapebpageBooking_sectionContainerLocation_info_wrapper"]: AliasType<{
|
|
2714
|
-
location_info_heading?: boolean | `@${string}`;
|
|
2715
|
-
location_info?: boolean | `@${string}`;
|
|
2716
|
-
__typename?: boolean | `@${string}`;
|
|
2717
|
-
}>;
|
|
2718
|
-
["ShapebpageBooking_sectionContainer"]: AliasType<{
|
|
2719
|
-
gallery_wrapper?: ResolverInputTypes["ShapebpageBooking_sectionContainerGallery_wrapper"];
|
|
2720
|
-
title_location_wrapper?: ResolverInputTypes["ShapebpageBooking_sectionContainerTitle_location_wrapper"];
|
|
2721
|
-
extras_addons_wrapper?: ResolverInputTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapper"];
|
|
2722
|
-
description_wrapper?: ResolverInputTypes["ShapebpageBooking_sectionContainerDescription_wrapper"];
|
|
2723
|
-
location_info_wrapper?: ResolverInputTypes["ShapebpageBooking_sectionContainerLocation_info_wrapper"];
|
|
2724
|
-
__typename?: boolean | `@${string}`;
|
|
2725
|
-
}>;
|
|
2726
|
-
["ShapebpageBooking_section"]: AliasType<{
|
|
2727
|
-
container?: ResolverInputTypes["ShapebpageBooking_sectionContainer"];
|
|
2728
|
-
__typename?: boolean | `@${string}`;
|
|
2729
|
-
}>;
|
|
2730
|
-
["Shapebpage"]: AliasType<{
|
|
2731
|
-
booking_section?: ResolverInputTypes["ShapebpageBooking_section"];
|
|
2732
|
-
_id?: boolean | `@${string}`;
|
|
2733
|
-
createdAt?: boolean | `@${string}`;
|
|
2734
|
-
updatedAt?: boolean | `@${string}`;
|
|
2735
|
-
__typename?: boolean | `@${string}`;
|
|
2736
|
-
}>;
|
|
2737
2516
|
["Shapecloud_sidebarSidebarMenuCategoryPage"]: AliasType<{
|
|
2738
2517
|
name?: boolean | `@${string}`;
|
|
2739
2518
|
link?: boolean | `@${string}`;
|
|
@@ -3192,19 +2971,6 @@ export type ResolverInputTypes = {
|
|
|
3192
2971
|
updatedAt?: boolean | `@${string}`;
|
|
3193
2972
|
__typename?: boolean | `@${string}`;
|
|
3194
2973
|
}>;
|
|
3195
|
-
["Shapeteee"]: AliasType<{
|
|
3196
|
-
_id?: boolean | `@${string}`;
|
|
3197
|
-
createdAt?: boolean | `@${string}`;
|
|
3198
|
-
updatedAt?: boolean | `@${string}`;
|
|
3199
|
-
__typename?: boolean | `@${string}`;
|
|
3200
|
-
}>;
|
|
3201
|
-
["Shapetest"]: AliasType<{
|
|
3202
|
-
rrr?: ResolverInputTypes["Shapebgallery"];
|
|
3203
|
-
_id?: boolean | `@${string}`;
|
|
3204
|
-
createdAt?: boolean | `@${string}`;
|
|
3205
|
-
updatedAt?: boolean | `@${string}`;
|
|
3206
|
-
__typename?: boolean | `@${string}`;
|
|
3207
|
-
}>;
|
|
3208
2974
|
["Shapetitle_descTitledesc"]: AliasType<{
|
|
3209
2975
|
title?: boolean | `@${string}`;
|
|
3210
2976
|
description?: boolean | `@${string}`;
|
|
@@ -3841,18 +3607,6 @@ export type ModelTypes = {
|
|
|
3841
3607
|
modelShapeaplikacja_g: ModelTypes["ModelNavigationCompiled"];
|
|
3842
3608
|
previewFieldsShapeaplikacja_g: ModelTypes["ModelNavigationCompiled"];
|
|
3843
3609
|
oneShapeaplikacja_g?: ModelTypes["Shapeaplikacja_g"] | undefined | null;
|
|
3844
|
-
fieldSetShapebgallery: string;
|
|
3845
|
-
modelShapebgallery: ModelTypes["ModelNavigationCompiled"];
|
|
3846
|
-
previewFieldsShapebgallery: ModelTypes["ModelNavigationCompiled"];
|
|
3847
|
-
oneShapebgallery?: ModelTypes["Shapebgallery"] | undefined | null;
|
|
3848
|
-
fieldSetShapebookina: string;
|
|
3849
|
-
modelShapebookina: ModelTypes["ModelNavigationCompiled"];
|
|
3850
|
-
previewFieldsShapebookina: ModelTypes["ModelNavigationCompiled"];
|
|
3851
|
-
oneShapebookina?: ModelTypes["Shapebookina"] | undefined | null;
|
|
3852
|
-
fieldSetShapebpage: string;
|
|
3853
|
-
modelShapebpage: ModelTypes["ModelNavigationCompiled"];
|
|
3854
|
-
previewFieldsShapebpage: ModelTypes["ModelNavigationCompiled"];
|
|
3855
|
-
oneShapebpage?: ModelTypes["Shapebpage"] | undefined | null;
|
|
3856
3610
|
fieldSetShapecloud_sidebar: string;
|
|
3857
3611
|
modelShapecloud_sidebar: ModelTypes["ModelNavigationCompiled"];
|
|
3858
3612
|
previewFieldsShapecloud_sidebar: ModelTypes["ModelNavigationCompiled"];
|
|
@@ -3921,14 +3675,6 @@ export type ModelTypes = {
|
|
|
3921
3675
|
modelShapesupport: ModelTypes["ModelNavigationCompiled"];
|
|
3922
3676
|
previewFieldsShapesupport: ModelTypes["ModelNavigationCompiled"];
|
|
3923
3677
|
oneShapesupport?: ModelTypes["Shapesupport"] | undefined | null;
|
|
3924
|
-
fieldSetShapeteee: string;
|
|
3925
|
-
modelShapeteee: ModelTypes["ModelNavigationCompiled"];
|
|
3926
|
-
previewFieldsShapeteee: ModelTypes["ModelNavigationCompiled"];
|
|
3927
|
-
oneShapeteee?: ModelTypes["Shapeteee"] | undefined | null;
|
|
3928
|
-
fieldSetShapetest: string;
|
|
3929
|
-
modelShapetest: ModelTypes["ModelNavigationCompiled"];
|
|
3930
|
-
previewFieldsShapetest: ModelTypes["ModelNavigationCompiled"];
|
|
3931
|
-
oneShapetest?: ModelTypes["Shapetest"] | undefined | null;
|
|
3932
3678
|
fieldSetShapetitle_desc: string;
|
|
3933
3679
|
modelShapetitle_desc: ModelTypes["ModelNavigationCompiled"];
|
|
3934
3680
|
previewFieldsShapetitle_desc: ModelTypes["ModelNavigationCompiled"];
|
|
@@ -4183,75 +3929,6 @@ export type ModelTypes = {
|
|
|
4183
3929
|
createdAt?: number | undefined | null;
|
|
4184
3930
|
updatedAt?: number | undefined | null;
|
|
4185
3931
|
};
|
|
4186
|
-
["ShapebgalleryGallery_grid"]: {
|
|
4187
|
-
main_photo?: ModelTypes["ImageField"] | undefined | null;
|
|
4188
|
-
gallery_photos?: Array<ModelTypes["ImageField"] | undefined | null> | undefined | null;
|
|
4189
|
-
};
|
|
4190
|
-
["Shapebgallery"]: {
|
|
4191
|
-
gallery_grid?: ModelTypes["ShapebgalleryGallery_grid"] | undefined | null;
|
|
4192
|
-
rrrr?: string | undefined | null;
|
|
4193
|
-
_id: string;
|
|
4194
|
-
createdAt?: number | undefined | null;
|
|
4195
|
-
updatedAt?: number | undefined | null;
|
|
4196
|
-
};
|
|
4197
|
-
["ShapebookinaOverlaySearch_barSearch_button"]: {
|
|
4198
|
-
label?: string | undefined | null;
|
|
4199
|
-
};
|
|
4200
|
-
["ShapebookinaOverlaySearch_bar"]: {
|
|
4201
|
-
location?: string | undefined | null;
|
|
4202
|
-
search_button?: ModelTypes["ShapebookinaOverlaySearch_barSearch_button"] | undefined | null;
|
|
4203
|
-
};
|
|
4204
|
-
["ShapebookinaOverlay"]: {
|
|
4205
|
-
title?: string | undefined | null;
|
|
4206
|
-
subtitle?: string | undefined | null;
|
|
4207
|
-
search_bar?: ModelTypes["ShapebookinaOverlaySearch_bar"] | undefined | null;
|
|
4208
|
-
};
|
|
4209
|
-
["Shapebookina"]: {
|
|
4210
|
-
background_image?: ModelTypes["ImageField"] | undefined | null;
|
|
4211
|
-
overlay?: ModelTypes["ShapebookinaOverlay"] | undefined | null;
|
|
4212
|
-
_id: string;
|
|
4213
|
-
createdAt?: number | undefined | null;
|
|
4214
|
-
updatedAt?: number | undefined | null;
|
|
4215
|
-
};
|
|
4216
|
-
["ShapebpageBooking_sectionContainerGallery_wrapper"]: {
|
|
4217
|
-
gallery_grid?: ModelTypes["Shapebgallery"] | undefined | null;
|
|
4218
|
-
see_more_button?: string | undefined | null;
|
|
4219
|
-
};
|
|
4220
|
-
["ShapebpageBooking_sectionContainerTitle_location_wrapper"]: {
|
|
4221
|
-
title?: string | undefined | null;
|
|
4222
|
-
location?: string | undefined | null;
|
|
4223
|
-
};
|
|
4224
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"]: {
|
|
4225
|
-
name?: string | undefined | null;
|
|
4226
|
-
icon?: ModelTypes["ImageField"] | undefined | null;
|
|
4227
|
-
};
|
|
4228
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapper"]: {
|
|
4229
|
-
extras_heading?: string | undefined | null;
|
|
4230
|
-
extras?: Array<ModelTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"] | undefined | null> | undefined | null;
|
|
4231
|
-
};
|
|
4232
|
-
["ShapebpageBooking_sectionContainerDescription_wrapper"]: {
|
|
4233
|
-
description?: string | undefined | null;
|
|
4234
|
-
};
|
|
4235
|
-
["ShapebpageBooking_sectionContainerLocation_info_wrapper"]: {
|
|
4236
|
-
location_info_heading?: string | undefined | null;
|
|
4237
|
-
location_info?: string | undefined | null;
|
|
4238
|
-
};
|
|
4239
|
-
["ShapebpageBooking_sectionContainer"]: {
|
|
4240
|
-
gallery_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerGallery_wrapper"] | undefined | null;
|
|
4241
|
-
title_location_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerTitle_location_wrapper"] | undefined | null;
|
|
4242
|
-
extras_addons_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapper"] | undefined | null;
|
|
4243
|
-
description_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerDescription_wrapper"] | undefined | null;
|
|
4244
|
-
location_info_wrapper?: ModelTypes["ShapebpageBooking_sectionContainerLocation_info_wrapper"] | undefined | null;
|
|
4245
|
-
};
|
|
4246
|
-
["ShapebpageBooking_section"]: {
|
|
4247
|
-
container?: ModelTypes["ShapebpageBooking_sectionContainer"] | undefined | null;
|
|
4248
|
-
};
|
|
4249
|
-
["Shapebpage"]: {
|
|
4250
|
-
booking_section?: ModelTypes["ShapebpageBooking_section"] | undefined | null;
|
|
4251
|
-
_id: string;
|
|
4252
|
-
createdAt?: number | undefined | null;
|
|
4253
|
-
updatedAt?: number | undefined | null;
|
|
4254
|
-
};
|
|
4255
3932
|
["Shapecloud_sidebarSidebarMenuCategoryPage"]: {
|
|
4256
3933
|
name?: string | undefined | null;
|
|
4257
3934
|
link?: string | undefined | null;
|
|
@@ -4627,17 +4304,6 @@ export type ModelTypes = {
|
|
|
4627
4304
|
createdAt?: number | undefined | null;
|
|
4628
4305
|
updatedAt?: number | undefined | null;
|
|
4629
4306
|
};
|
|
4630
|
-
["Shapeteee"]: {
|
|
4631
|
-
_id: string;
|
|
4632
|
-
createdAt?: number | undefined | null;
|
|
4633
|
-
updatedAt?: number | undefined | null;
|
|
4634
|
-
};
|
|
4635
|
-
["Shapetest"]: {
|
|
4636
|
-
rrr?: ModelTypes["Shapebgallery"] | undefined | null;
|
|
4637
|
-
_id: string;
|
|
4638
|
-
createdAt?: number | undefined | null;
|
|
4639
|
-
updatedAt?: number | undefined | null;
|
|
4640
|
-
};
|
|
4641
4307
|
["Shapetitle_descTitledesc"]: {
|
|
4642
4308
|
title?: string | undefined | null;
|
|
4643
4309
|
description?: string | undefined | null;
|
|
@@ -5302,18 +4968,6 @@ export type GraphQLTypes = {
|
|
|
5302
4968
|
modelShapeaplikacja_g: GraphQLTypes["ModelNavigationCompiled"];
|
|
5303
4969
|
previewFieldsShapeaplikacja_g: GraphQLTypes["ModelNavigationCompiled"];
|
|
5304
4970
|
oneShapeaplikacja_g?: GraphQLTypes["Shapeaplikacja_g"] | undefined | null;
|
|
5305
|
-
fieldSetShapebgallery: string;
|
|
5306
|
-
modelShapebgallery: GraphQLTypes["ModelNavigationCompiled"];
|
|
5307
|
-
previewFieldsShapebgallery: GraphQLTypes["ModelNavigationCompiled"];
|
|
5308
|
-
oneShapebgallery?: GraphQLTypes["Shapebgallery"] | undefined | null;
|
|
5309
|
-
fieldSetShapebookina: string;
|
|
5310
|
-
modelShapebookina: GraphQLTypes["ModelNavigationCompiled"];
|
|
5311
|
-
previewFieldsShapebookina: GraphQLTypes["ModelNavigationCompiled"];
|
|
5312
|
-
oneShapebookina?: GraphQLTypes["Shapebookina"] | undefined | null;
|
|
5313
|
-
fieldSetShapebpage: string;
|
|
5314
|
-
modelShapebpage: GraphQLTypes["ModelNavigationCompiled"];
|
|
5315
|
-
previewFieldsShapebpage: GraphQLTypes["ModelNavigationCompiled"];
|
|
5316
|
-
oneShapebpage?: GraphQLTypes["Shapebpage"] | undefined | null;
|
|
5317
4971
|
fieldSetShapecloud_sidebar: string;
|
|
5318
4972
|
modelShapecloud_sidebar: GraphQLTypes["ModelNavigationCompiled"];
|
|
5319
4973
|
previewFieldsShapecloud_sidebar: GraphQLTypes["ModelNavigationCompiled"];
|
|
@@ -5382,14 +5036,6 @@ export type GraphQLTypes = {
|
|
|
5382
5036
|
modelShapesupport: GraphQLTypes["ModelNavigationCompiled"];
|
|
5383
5037
|
previewFieldsShapesupport: GraphQLTypes["ModelNavigationCompiled"];
|
|
5384
5038
|
oneShapesupport?: GraphQLTypes["Shapesupport"] | undefined | null;
|
|
5385
|
-
fieldSetShapeteee: string;
|
|
5386
|
-
modelShapeteee: GraphQLTypes["ModelNavigationCompiled"];
|
|
5387
|
-
previewFieldsShapeteee: GraphQLTypes["ModelNavigationCompiled"];
|
|
5388
|
-
oneShapeteee?: GraphQLTypes["Shapeteee"] | undefined | null;
|
|
5389
|
-
fieldSetShapetest: string;
|
|
5390
|
-
modelShapetest: GraphQLTypes["ModelNavigationCompiled"];
|
|
5391
|
-
previewFieldsShapetest: GraphQLTypes["ModelNavigationCompiled"];
|
|
5392
|
-
oneShapetest?: GraphQLTypes["Shapetest"] | undefined | null;
|
|
5393
5039
|
fieldSetShapetitle_desc: string;
|
|
5394
5040
|
modelShapetitle_desc: GraphQLTypes["ModelNavigationCompiled"];
|
|
5395
5041
|
previewFieldsShapetitle_desc: GraphQLTypes["ModelNavigationCompiled"];
|
|
@@ -5672,90 +5318,6 @@ export type GraphQLTypes = {
|
|
|
5672
5318
|
createdAt?: number | undefined | null;
|
|
5673
5319
|
updatedAt?: number | undefined | null;
|
|
5674
5320
|
};
|
|
5675
|
-
["ShapebgalleryGallery_grid"]: {
|
|
5676
|
-
__typename: "ShapebgalleryGallery_grid";
|
|
5677
|
-
main_photo?: GraphQLTypes["ImageField"] | undefined | null;
|
|
5678
|
-
gallery_photos?: Array<GraphQLTypes["ImageField"] | undefined | null> | undefined | null;
|
|
5679
|
-
};
|
|
5680
|
-
["Shapebgallery"]: {
|
|
5681
|
-
__typename: "Shapebgallery";
|
|
5682
|
-
gallery_grid?: GraphQLTypes["ShapebgalleryGallery_grid"] | undefined | null;
|
|
5683
|
-
rrrr?: string | undefined | null;
|
|
5684
|
-
_id: string;
|
|
5685
|
-
createdAt?: number | undefined | null;
|
|
5686
|
-
updatedAt?: number | undefined | null;
|
|
5687
|
-
};
|
|
5688
|
-
["ShapebookinaOverlaySearch_barSearch_button"]: {
|
|
5689
|
-
__typename: "ShapebookinaOverlaySearch_barSearch_button";
|
|
5690
|
-
label?: string | undefined | null;
|
|
5691
|
-
};
|
|
5692
|
-
["ShapebookinaOverlaySearch_bar"]: {
|
|
5693
|
-
__typename: "ShapebookinaOverlaySearch_bar";
|
|
5694
|
-
location?: string | undefined | null;
|
|
5695
|
-
search_button?: GraphQLTypes["ShapebookinaOverlaySearch_barSearch_button"] | undefined | null;
|
|
5696
|
-
};
|
|
5697
|
-
["ShapebookinaOverlay"]: {
|
|
5698
|
-
__typename: "ShapebookinaOverlay";
|
|
5699
|
-
title?: string | undefined | null;
|
|
5700
|
-
subtitle?: string | undefined | null;
|
|
5701
|
-
search_bar?: GraphQLTypes["ShapebookinaOverlaySearch_bar"] | undefined | null;
|
|
5702
|
-
};
|
|
5703
|
-
["Shapebookina"]: {
|
|
5704
|
-
__typename: "Shapebookina";
|
|
5705
|
-
background_image?: GraphQLTypes["ImageField"] | undefined | null;
|
|
5706
|
-
overlay?: GraphQLTypes["ShapebookinaOverlay"] | undefined | null;
|
|
5707
|
-
_id: string;
|
|
5708
|
-
createdAt?: number | undefined | null;
|
|
5709
|
-
updatedAt?: number | undefined | null;
|
|
5710
|
-
};
|
|
5711
|
-
["ShapebpageBooking_sectionContainerGallery_wrapper"]: {
|
|
5712
|
-
__typename: "ShapebpageBooking_sectionContainerGallery_wrapper";
|
|
5713
|
-
gallery_grid?: GraphQLTypes["Shapebgallery"] | undefined | null;
|
|
5714
|
-
see_more_button?: string | undefined | null;
|
|
5715
|
-
};
|
|
5716
|
-
["ShapebpageBooking_sectionContainerTitle_location_wrapper"]: {
|
|
5717
|
-
__typename: "ShapebpageBooking_sectionContainerTitle_location_wrapper";
|
|
5718
|
-
title?: string | undefined | null;
|
|
5719
|
-
location?: string | undefined | null;
|
|
5720
|
-
};
|
|
5721
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"]: {
|
|
5722
|
-
__typename: "ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras";
|
|
5723
|
-
name?: string | undefined | null;
|
|
5724
|
-
icon?: GraphQLTypes["ImageField"] | undefined | null;
|
|
5725
|
-
};
|
|
5726
|
-
["ShapebpageBooking_sectionContainerExtras_addons_wrapper"]: {
|
|
5727
|
-
__typename: "ShapebpageBooking_sectionContainerExtras_addons_wrapper";
|
|
5728
|
-
extras_heading?: string | undefined | null;
|
|
5729
|
-
extras?: Array<GraphQLTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapperExtras"] | undefined | null> | undefined | null;
|
|
5730
|
-
};
|
|
5731
|
-
["ShapebpageBooking_sectionContainerDescription_wrapper"]: {
|
|
5732
|
-
__typename: "ShapebpageBooking_sectionContainerDescription_wrapper";
|
|
5733
|
-
description?: string | undefined | null;
|
|
5734
|
-
};
|
|
5735
|
-
["ShapebpageBooking_sectionContainerLocation_info_wrapper"]: {
|
|
5736
|
-
__typename: "ShapebpageBooking_sectionContainerLocation_info_wrapper";
|
|
5737
|
-
location_info_heading?: string | undefined | null;
|
|
5738
|
-
location_info?: string | undefined | null;
|
|
5739
|
-
};
|
|
5740
|
-
["ShapebpageBooking_sectionContainer"]: {
|
|
5741
|
-
__typename: "ShapebpageBooking_sectionContainer";
|
|
5742
|
-
gallery_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerGallery_wrapper"] | undefined | null;
|
|
5743
|
-
title_location_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerTitle_location_wrapper"] | undefined | null;
|
|
5744
|
-
extras_addons_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerExtras_addons_wrapper"] | undefined | null;
|
|
5745
|
-
description_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerDescription_wrapper"] | undefined | null;
|
|
5746
|
-
location_info_wrapper?: GraphQLTypes["ShapebpageBooking_sectionContainerLocation_info_wrapper"] | undefined | null;
|
|
5747
|
-
};
|
|
5748
|
-
["ShapebpageBooking_section"]: {
|
|
5749
|
-
__typename: "ShapebpageBooking_section";
|
|
5750
|
-
container?: GraphQLTypes["ShapebpageBooking_sectionContainer"] | undefined | null;
|
|
5751
|
-
};
|
|
5752
|
-
["Shapebpage"]: {
|
|
5753
|
-
__typename: "Shapebpage";
|
|
5754
|
-
booking_section?: GraphQLTypes["ShapebpageBooking_section"] | undefined | null;
|
|
5755
|
-
_id: string;
|
|
5756
|
-
createdAt?: number | undefined | null;
|
|
5757
|
-
updatedAt?: number | undefined | null;
|
|
5758
|
-
};
|
|
5759
5321
|
["Shapecloud_sidebarSidebarMenuCategoryPage"]: {
|
|
5760
5322
|
__typename: "Shapecloud_sidebarSidebarMenuCategoryPage";
|
|
5761
5323
|
name?: string | undefined | null;
|
|
@@ -6214,19 +5776,6 @@ export type GraphQLTypes = {
|
|
|
6214
5776
|
createdAt?: number | undefined | null;
|
|
6215
5777
|
updatedAt?: number | undefined | null;
|
|
6216
5778
|
};
|
|
6217
|
-
["Shapeteee"]: {
|
|
6218
|
-
__typename: "Shapeteee";
|
|
6219
|
-
_id: string;
|
|
6220
|
-
createdAt?: number | undefined | null;
|
|
6221
|
-
updatedAt?: number | undefined | null;
|
|
6222
|
-
};
|
|
6223
|
-
["Shapetest"]: {
|
|
6224
|
-
__typename: "Shapetest";
|
|
6225
|
-
rrr?: GraphQLTypes["Shapebgallery"] | undefined | null;
|
|
6226
|
-
_id: string;
|
|
6227
|
-
createdAt?: number | undefined | null;
|
|
6228
|
-
updatedAt?: number | undefined | null;
|
|
6229
|
-
};
|
|
6230
5779
|
["Shapetitle_descTitledesc"]: {
|
|
6231
5780
|
__typename: "Shapetitle_descTitledesc";
|
|
6232
5781
|
title?: string | undefined | null;
|
|
@@ -6688,9 +6237,6 @@ export declare enum ViewEnum {
|
|
|
6688
6237
|
}
|
|
6689
6238
|
export declare enum ShapeEnum {
|
|
6690
6239
|
aplikacja_g = "aplikacja_g",
|
|
6691
|
-
bgallery = "bgallery",
|
|
6692
|
-
bookina = "bookina",
|
|
6693
|
-
bpage = "bpage",
|
|
6694
6240
|
cloud_sidebar = "cloud_sidebar",
|
|
6695
6241
|
cta_boom = "cta_boom",
|
|
6696
6242
|
ctabutton = "ctabutton",
|
|
@@ -6708,8 +6254,6 @@ export declare enum ShapeEnum {
|
|
|
6708
6254
|
profile_info = "profile_info",
|
|
6709
6255
|
secondary_cta = "secondary_cta",
|
|
6710
6256
|
support = "support",
|
|
6711
|
-
teee = "teee",
|
|
6712
|
-
test = "test",
|
|
6713
6257
|
title_desc = "title_desc",
|
|
6714
6258
|
usage = "usage"
|
|
6715
6259
|
}
|
package/dist/zeus/index.js
CHANGED
|
@@ -562,9 +562,6 @@ export var ViewEnum;
|
|
|
562
562
|
export var ShapeEnum;
|
|
563
563
|
(function (ShapeEnum) {
|
|
564
564
|
ShapeEnum["aplikacja_g"] = "aplikacja_g";
|
|
565
|
-
ShapeEnum["bgallery"] = "bgallery";
|
|
566
|
-
ShapeEnum["bookina"] = "bookina";
|
|
567
|
-
ShapeEnum["bpage"] = "bpage";
|
|
568
565
|
ShapeEnum["cloud_sidebar"] = "cloud_sidebar";
|
|
569
566
|
ShapeEnum["cta_boom"] = "cta_boom";
|
|
570
567
|
ShapeEnum["ctabutton"] = "ctabutton";
|
|
@@ -582,8 +579,6 @@ export var ShapeEnum;
|
|
|
582
579
|
ShapeEnum["profile_info"] = "profile_info";
|
|
583
580
|
ShapeEnum["secondary_cta"] = "secondary_cta";
|
|
584
581
|
ShapeEnum["support"] = "support";
|
|
585
|
-
ShapeEnum["teee"] = "teee";
|
|
586
|
-
ShapeEnum["test"] = "test";
|
|
587
582
|
ShapeEnum["title_desc"] = "title_desc";
|
|
588
583
|
ShapeEnum["usage"] = "usage";
|
|
589
584
|
})(ShapeEnum || (ShapeEnum = {}));
|