@better-fullstack/types 2.6.0 → 2.6.1
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/{defaults-7VECSARb.d.mts → defaults-vm2Pzryr.d.mts} +2 -2
- package/dist/defaults-vm2Pzryr.d.mts.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/index.d.mts +5 -5
- package/dist/json-schema.d.mts +366 -366
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/{schemas-CY0MaZmU.d.mts → schemas-ah-Pon-K.d.mts} +670 -670
- package/dist/schemas-ah-Pon-K.d.mts.map +1 -0
- package/dist/schemas.d.mts +1 -1
- package/dist/{stack-graph-DkJ944IX.d.mts → stack-graph-B2L-S2-8.d.mts} +2 -2
- package/dist/{stack-graph-DkJ944IX.d.mts.map → stack-graph-B2L-S2-8.d.mts.map} +1 -1
- package/dist/stack-graph.d.mts +3 -3
- package/dist/{stack-translation-C9yYLNwM.d.mts → stack-translation-BJ9ulTxF.d.mts} +3 -3
- package/dist/{stack-translation-C9yYLNwM.d.mts.map → stack-translation-BJ9ulTxF.d.mts.map} +1 -1
- package/dist/stack-translation.d.mts +4 -4
- package/dist/{types-fGT5qf7O.d.mts → types-CxFTot-Q.d.mts} +2 -2
- package/dist/types-CxFTot-Q.d.mts.map +1 -0
- package/dist/types.d.mts +2 -2
- package/package.json +1 -1
- package/dist/defaults-7VECSARb.d.mts.map +0 -1
- package/dist/schemas-CY0MaZmU.d.mts.map +0 -1
- package/dist/types-fGT5qf7O.d.mts.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -217,8 +217,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
217
217
|
saas: "saas";
|
|
218
218
|
}>>;
|
|
219
219
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
220
|
-
frontend: "frontend";
|
|
221
220
|
backend: "backend";
|
|
221
|
+
frontend: "frontend";
|
|
222
222
|
mobile: "mobile";
|
|
223
223
|
fullstack: "fullstack";
|
|
224
224
|
}>>;
|
|
@@ -526,6 +526,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
526
526
|
"styled-components": "styled-components";
|
|
527
527
|
}>>;
|
|
528
528
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
529
|
+
mui: "mui";
|
|
529
530
|
none: "none";
|
|
530
531
|
"shadcn-ui": "shadcn-ui";
|
|
531
532
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -536,7 +537,6 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
536
537
|
"chakra-ui": "chakra-ui";
|
|
537
538
|
nextui: "nextui";
|
|
538
539
|
mantine: "mantine";
|
|
539
|
-
mui: "mui";
|
|
540
540
|
antd: "antd";
|
|
541
541
|
"base-ui": "base-ui";
|
|
542
542
|
"ark-ui": "ark-ui";
|
|
@@ -608,8 +608,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
608
608
|
"geist-mono": "geist-mono";
|
|
609
609
|
}>>;
|
|
610
610
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
611
|
-
default: "default";
|
|
612
611
|
none: "none";
|
|
612
|
+
default: "default";
|
|
613
613
|
small: "small";
|
|
614
614
|
medium: "medium";
|
|
615
615
|
large: "large";
|
|
@@ -625,9 +625,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
625
625
|
"effect-schema": "effect-schema";
|
|
626
626
|
}>>;
|
|
627
627
|
realtime: z.ZodOptional<z.ZodEnum<{
|
|
628
|
+
ws: "ws";
|
|
628
629
|
none: "none";
|
|
629
630
|
"socket-io": "socket-io";
|
|
630
|
-
ws: "ws";
|
|
631
631
|
partykit: "partykit";
|
|
632
632
|
ably: "ably";
|
|
633
633
|
pusher: "pusher";
|
|
@@ -875,8 +875,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
875
875
|
ratatui: "ratatui";
|
|
876
876
|
}>>;
|
|
877
877
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
878
|
-
config: "config";
|
|
879
878
|
none: "none";
|
|
879
|
+
config: "config";
|
|
880
880
|
serde: "serde";
|
|
881
881
|
uuid: "uuid";
|
|
882
882
|
chrono: "chrono";
|
|
@@ -1086,10 +1086,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
1086
1086
|
httprouter: "httprouter";
|
|
1087
1087
|
}>>;
|
|
1088
1088
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
1089
|
+
gorm: "gorm";
|
|
1089
1090
|
none: "none";
|
|
1090
1091
|
bun: "bun";
|
|
1091
1092
|
sqlx: "sqlx";
|
|
1092
|
-
gorm: "gorm";
|
|
1093
1093
|
sqlc: "sqlc";
|
|
1094
1094
|
ent: "ent";
|
|
1095
1095
|
}>>;
|
|
@@ -1785,6 +1785,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1785
1785
|
"styled-components": "styled-components";
|
|
1786
1786
|
}>;
|
|
1787
1787
|
uiLibrary: z.ZodEnum<{
|
|
1788
|
+
mui: "mui";
|
|
1788
1789
|
none: "none";
|
|
1789
1790
|
"shadcn-ui": "shadcn-ui";
|
|
1790
1791
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -1795,7 +1796,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1795
1796
|
"chakra-ui": "chakra-ui";
|
|
1796
1797
|
nextui: "nextui";
|
|
1797
1798
|
mantine: "mantine";
|
|
1798
|
-
mui: "mui";
|
|
1799
1799
|
antd: "antd";
|
|
1800
1800
|
"base-ui": "base-ui";
|
|
1801
1801
|
"ark-ui": "ark-ui";
|
|
@@ -1867,8 +1867,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1867
1867
|
"geist-mono": "geist-mono";
|
|
1868
1868
|
}>>;
|
|
1869
1869
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1870
|
-
default: "default";
|
|
1871
1870
|
none: "none";
|
|
1871
|
+
default: "default";
|
|
1872
1872
|
small: "small";
|
|
1873
1873
|
medium: "medium";
|
|
1874
1874
|
large: "large";
|
|
@@ -1884,9 +1884,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1884
1884
|
"effect-schema": "effect-schema";
|
|
1885
1885
|
}>;
|
|
1886
1886
|
realtime: z.ZodEnum<{
|
|
1887
|
+
ws: "ws";
|
|
1887
1888
|
none: "none";
|
|
1888
1889
|
"socket-io": "socket-io";
|
|
1889
|
-
ws: "ws";
|
|
1890
1890
|
partykit: "partykit";
|
|
1891
1891
|
ably: "ably";
|
|
1892
1892
|
pusher: "pusher";
|
|
@@ -2134,8 +2134,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2134
2134
|
ratatui: "ratatui";
|
|
2135
2135
|
}>;
|
|
2136
2136
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2137
|
-
config: "config";
|
|
2138
2137
|
none: "none";
|
|
2138
|
+
config: "config";
|
|
2139
2139
|
serde: "serde";
|
|
2140
2140
|
uuid: "uuid";
|
|
2141
2141
|
chrono: "chrono";
|
|
@@ -2345,10 +2345,10 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2345
2345
|
httprouter: "httprouter";
|
|
2346
2346
|
}>;
|
|
2347
2347
|
goOrm: z.ZodEnum<{
|
|
2348
|
+
gorm: "gorm";
|
|
2348
2349
|
none: "none";
|
|
2349
2350
|
bun: "bun";
|
|
2350
2351
|
sqlx: "sqlx";
|
|
2351
|
-
gorm: "gorm";
|
|
2352
2352
|
sqlc: "sqlc";
|
|
2353
2353
|
ent: "ent";
|
|
2354
2354
|
}>;
|
|
@@ -2751,57 +2751,41 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2751
2751
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2752
2752
|
id: z.ZodString;
|
|
2753
2753
|
role: z.ZodEnum<{
|
|
2754
|
-
|
|
2755
|
-
frontend: "frontend";
|
|
2754
|
+
runtime: "runtime";
|
|
2756
2755
|
backend: "backend";
|
|
2757
|
-
mobile: "mobile";
|
|
2758
2756
|
database: "database";
|
|
2759
|
-
api: "api";
|
|
2760
|
-
graphql: "graphql";
|
|
2761
2757
|
orm: "orm";
|
|
2762
|
-
auth: "auth";
|
|
2763
|
-
runtime: "runtime";
|
|
2764
|
-
deploy: "deploy";
|
|
2765
2758
|
dbSetup: "dbSetup";
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
navigation: "navigation";
|
|
2769
|
-
caching: "caching";
|
|
2770
|
-
observability: "observability";
|
|
2759
|
+
auth: "auth";
|
|
2760
|
+
payments: "payments";
|
|
2771
2761
|
email: "email";
|
|
2772
|
-
search: "search";
|
|
2773
|
-
vectorDb: "vectorDb";
|
|
2774
|
-
fileStorage: "fileStorage";
|
|
2775
|
-
jobQueue: "jobQueue";
|
|
2776
|
-
rateLimit: "rateLimit";
|
|
2777
|
-
botProtection: "botProtection";
|
|
2778
|
-
testing: "testing";
|
|
2779
|
-
stateManagement: "stateManagement";
|
|
2780
|
-
forms: "forms";
|
|
2781
|
-
animation: "animation";
|
|
2782
2762
|
fileUpload: "fileUpload";
|
|
2783
|
-
validation: "validation";
|
|
2784
|
-
effect: "effect";
|
|
2785
|
-
ui: "ui";
|
|
2786
|
-
css: "css";
|
|
2787
|
-
storage: "storage";
|
|
2788
|
-
ota: "ota";
|
|
2789
|
-
deepLinking: "deepLinking";
|
|
2790
|
-
ai: "ai";
|
|
2791
|
-
payments: "payments";
|
|
2792
2763
|
logging: "logging";
|
|
2764
|
+
observability: "observability";
|
|
2793
2765
|
featureFlags: "featureFlags";
|
|
2794
2766
|
integrations: "integrations";
|
|
2795
2767
|
ecommerce: "ecommerce";
|
|
2796
2768
|
analytics: "analytics";
|
|
2769
|
+
stateManagement: "stateManagement";
|
|
2770
|
+
forms: "forms";
|
|
2771
|
+
validation: "validation";
|
|
2772
|
+
testing: "testing";
|
|
2773
|
+
realtime: "realtime";
|
|
2774
|
+
jobQueue: "jobQueue";
|
|
2775
|
+
caching: "caching";
|
|
2776
|
+
rateLimit: "rateLimit";
|
|
2777
|
+
botProtection: "botProtection";
|
|
2778
|
+
animation: "animation";
|
|
2797
2779
|
cms: "cms";
|
|
2798
2780
|
i18n: "i18n";
|
|
2799
|
-
|
|
2781
|
+
search: "search";
|
|
2782
|
+
vectorDb: "vectorDb";
|
|
2783
|
+
fileStorage: "fileStorage";
|
|
2800
2784
|
codeQuality: "codeQuality";
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2785
|
+
documentation: "documentation";
|
|
2786
|
+
packageManager: "packageManager";
|
|
2787
|
+
examples: "examples";
|
|
2788
|
+
api: "api";
|
|
2805
2789
|
workspaceRunner: "workspaceRunner";
|
|
2806
2790
|
gitHooks: "gitHooks";
|
|
2807
2791
|
staticAnalysis: "staticAnalysis";
|
|
@@ -2811,8 +2795,25 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2811
2795
|
containerOrchestration: "containerOrchestration";
|
|
2812
2796
|
apiGateway: "apiGateway";
|
|
2813
2797
|
continuousIntegration: "continuousIntegration";
|
|
2798
|
+
ai: "ai";
|
|
2799
|
+
effect: "effect";
|
|
2800
|
+
css: "css";
|
|
2801
|
+
ui: "ui";
|
|
2802
|
+
push: "push";
|
|
2803
|
+
frontend: "frontend";
|
|
2804
|
+
mobile: "mobile";
|
|
2805
|
+
graphql: "graphql";
|
|
2806
|
+
deploy: "deploy";
|
|
2807
|
+
migrations: "migrations";
|
|
2808
|
+
navigation: "navigation";
|
|
2809
|
+
storage: "storage";
|
|
2810
|
+
ota: "ota";
|
|
2811
|
+
deepLinking: "deepLinking";
|
|
2812
|
+
appPlatform: "appPlatform";
|
|
2813
|
+
dataFetching: "dataFetching";
|
|
2814
|
+
workspaceTooling: "workspaceTooling";
|
|
2815
|
+
toolchain: "toolchain";
|
|
2814
2816
|
backendUtilities: "backendUtilities";
|
|
2815
|
-
examples: "examples";
|
|
2816
2817
|
language: "language";
|
|
2817
2818
|
buildTool: "buildTool";
|
|
2818
2819
|
cli: "cli";
|
|
@@ -2825,7 +2826,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2825
2826
|
data: "data";
|
|
2826
2827
|
media: "media";
|
|
2827
2828
|
server: "server";
|
|
2828
|
-
packageManager: "packageManager";
|
|
2829
2829
|
messageQueue: "messageQueue";
|
|
2830
2830
|
}>;
|
|
2831
2831
|
toolId: z.ZodString;
|
|
@@ -3145,6 +3145,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3145
3145
|
"styled-components": "styled-components";
|
|
3146
3146
|
}>;
|
|
3147
3147
|
uiLibrary: z.ZodEnum<{
|
|
3148
|
+
mui: "mui";
|
|
3148
3149
|
none: "none";
|
|
3149
3150
|
"shadcn-ui": "shadcn-ui";
|
|
3150
3151
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -3155,7 +3156,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3155
3156
|
"chakra-ui": "chakra-ui";
|
|
3156
3157
|
nextui: "nextui";
|
|
3157
3158
|
mantine: "mantine";
|
|
3158
|
-
mui: "mui";
|
|
3159
3159
|
antd: "antd";
|
|
3160
3160
|
"base-ui": "base-ui";
|
|
3161
3161
|
"ark-ui": "ark-ui";
|
|
@@ -3227,8 +3227,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3227
3227
|
"geist-mono": "geist-mono";
|
|
3228
3228
|
}>>;
|
|
3229
3229
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3230
|
-
default: "default";
|
|
3231
3230
|
none: "none";
|
|
3231
|
+
default: "default";
|
|
3232
3232
|
small: "small";
|
|
3233
3233
|
medium: "medium";
|
|
3234
3234
|
large: "large";
|
|
@@ -3244,9 +3244,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3244
3244
|
"effect-schema": "effect-schema";
|
|
3245
3245
|
}>;
|
|
3246
3246
|
realtime: z.ZodEnum<{
|
|
3247
|
+
ws: "ws";
|
|
3247
3248
|
none: "none";
|
|
3248
3249
|
"socket-io": "socket-io";
|
|
3249
|
-
ws: "ws";
|
|
3250
3250
|
partykit: "partykit";
|
|
3251
3251
|
ably: "ably";
|
|
3252
3252
|
pusher: "pusher";
|
|
@@ -3494,8 +3494,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3494
3494
|
ratatui: "ratatui";
|
|
3495
3495
|
}>;
|
|
3496
3496
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3497
|
-
config: "config";
|
|
3498
3497
|
none: "none";
|
|
3498
|
+
config: "config";
|
|
3499
3499
|
serde: "serde";
|
|
3500
3500
|
uuid: "uuid";
|
|
3501
3501
|
chrono: "chrono";
|
|
@@ -3705,10 +3705,10 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3705
3705
|
httprouter: "httprouter";
|
|
3706
3706
|
}>;
|
|
3707
3707
|
goOrm: z.ZodEnum<{
|
|
3708
|
+
gorm: "gorm";
|
|
3708
3709
|
none: "none";
|
|
3709
3710
|
bun: "bun";
|
|
3710
3711
|
sqlx: "sqlx";
|
|
3711
|
-
gorm: "gorm";
|
|
3712
3712
|
sqlc: "sqlc";
|
|
3713
3713
|
ent: "ent";
|
|
3714
3714
|
}>;
|
|
@@ -4111,57 +4111,41 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4111
4111
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4112
4112
|
id: z.ZodString;
|
|
4113
4113
|
role: z.ZodEnum<{
|
|
4114
|
-
|
|
4115
|
-
frontend: "frontend";
|
|
4114
|
+
runtime: "runtime";
|
|
4116
4115
|
backend: "backend";
|
|
4117
|
-
mobile: "mobile";
|
|
4118
4116
|
database: "database";
|
|
4119
|
-
api: "api";
|
|
4120
|
-
graphql: "graphql";
|
|
4121
4117
|
orm: "orm";
|
|
4122
|
-
auth: "auth";
|
|
4123
|
-
runtime: "runtime";
|
|
4124
|
-
deploy: "deploy";
|
|
4125
4118
|
dbSetup: "dbSetup";
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
navigation: "navigation";
|
|
4129
|
-
caching: "caching";
|
|
4130
|
-
observability: "observability";
|
|
4119
|
+
auth: "auth";
|
|
4120
|
+
payments: "payments";
|
|
4131
4121
|
email: "email";
|
|
4132
|
-
search: "search";
|
|
4133
|
-
vectorDb: "vectorDb";
|
|
4134
|
-
fileStorage: "fileStorage";
|
|
4135
|
-
jobQueue: "jobQueue";
|
|
4136
|
-
rateLimit: "rateLimit";
|
|
4137
|
-
botProtection: "botProtection";
|
|
4138
|
-
testing: "testing";
|
|
4139
|
-
stateManagement: "stateManagement";
|
|
4140
|
-
forms: "forms";
|
|
4141
|
-
animation: "animation";
|
|
4142
4122
|
fileUpload: "fileUpload";
|
|
4143
|
-
validation: "validation";
|
|
4144
|
-
effect: "effect";
|
|
4145
|
-
ui: "ui";
|
|
4146
|
-
css: "css";
|
|
4147
|
-
storage: "storage";
|
|
4148
|
-
ota: "ota";
|
|
4149
|
-
deepLinking: "deepLinking";
|
|
4150
|
-
ai: "ai";
|
|
4151
|
-
payments: "payments";
|
|
4152
4123
|
logging: "logging";
|
|
4124
|
+
observability: "observability";
|
|
4153
4125
|
featureFlags: "featureFlags";
|
|
4154
4126
|
integrations: "integrations";
|
|
4155
4127
|
ecommerce: "ecommerce";
|
|
4156
4128
|
analytics: "analytics";
|
|
4129
|
+
stateManagement: "stateManagement";
|
|
4130
|
+
forms: "forms";
|
|
4131
|
+
validation: "validation";
|
|
4132
|
+
testing: "testing";
|
|
4133
|
+
realtime: "realtime";
|
|
4134
|
+
jobQueue: "jobQueue";
|
|
4135
|
+
caching: "caching";
|
|
4136
|
+
rateLimit: "rateLimit";
|
|
4137
|
+
botProtection: "botProtection";
|
|
4138
|
+
animation: "animation";
|
|
4157
4139
|
cms: "cms";
|
|
4158
4140
|
i18n: "i18n";
|
|
4159
|
-
|
|
4141
|
+
search: "search";
|
|
4142
|
+
vectorDb: "vectorDb";
|
|
4143
|
+
fileStorage: "fileStorage";
|
|
4160
4144
|
codeQuality: "codeQuality";
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4145
|
+
documentation: "documentation";
|
|
4146
|
+
packageManager: "packageManager";
|
|
4147
|
+
examples: "examples";
|
|
4148
|
+
api: "api";
|
|
4165
4149
|
workspaceRunner: "workspaceRunner";
|
|
4166
4150
|
gitHooks: "gitHooks";
|
|
4167
4151
|
staticAnalysis: "staticAnalysis";
|
|
@@ -4171,8 +4155,25 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4171
4155
|
containerOrchestration: "containerOrchestration";
|
|
4172
4156
|
apiGateway: "apiGateway";
|
|
4173
4157
|
continuousIntegration: "continuousIntegration";
|
|
4158
|
+
ai: "ai";
|
|
4159
|
+
effect: "effect";
|
|
4160
|
+
css: "css";
|
|
4161
|
+
ui: "ui";
|
|
4162
|
+
push: "push";
|
|
4163
|
+
frontend: "frontend";
|
|
4164
|
+
mobile: "mobile";
|
|
4165
|
+
graphql: "graphql";
|
|
4166
|
+
deploy: "deploy";
|
|
4167
|
+
migrations: "migrations";
|
|
4168
|
+
navigation: "navigation";
|
|
4169
|
+
storage: "storage";
|
|
4170
|
+
ota: "ota";
|
|
4171
|
+
deepLinking: "deepLinking";
|
|
4172
|
+
appPlatform: "appPlatform";
|
|
4173
|
+
dataFetching: "dataFetching";
|
|
4174
|
+
workspaceTooling: "workspaceTooling";
|
|
4175
|
+
toolchain: "toolchain";
|
|
4174
4176
|
backendUtilities: "backendUtilities";
|
|
4175
|
-
examples: "examples";
|
|
4176
4177
|
language: "language";
|
|
4177
4178
|
buildTool: "buildTool";
|
|
4178
4179
|
cli: "cli";
|
|
@@ -4185,7 +4186,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4185
4186
|
data: "data";
|
|
4186
4187
|
media: "media";
|
|
4187
4188
|
server: "server";
|
|
4188
|
-
packageManager: "packageManager";
|
|
4189
4189
|
messageQueue: "messageQueue";
|
|
4190
4190
|
}>;
|
|
4191
4191
|
toolId: z.ZodString;
|
|
@@ -4505,6 +4505,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4505
4505
|
"styled-components": "styled-components";
|
|
4506
4506
|
}>;
|
|
4507
4507
|
uiLibrary: z.ZodEnum<{
|
|
4508
|
+
mui: "mui";
|
|
4508
4509
|
none: "none";
|
|
4509
4510
|
"shadcn-ui": "shadcn-ui";
|
|
4510
4511
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -4515,7 +4516,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4515
4516
|
"chakra-ui": "chakra-ui";
|
|
4516
4517
|
nextui: "nextui";
|
|
4517
4518
|
mantine: "mantine";
|
|
4518
|
-
mui: "mui";
|
|
4519
4519
|
antd: "antd";
|
|
4520
4520
|
"base-ui": "base-ui";
|
|
4521
4521
|
"ark-ui": "ark-ui";
|
|
@@ -4587,8 +4587,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4587
4587
|
"geist-mono": "geist-mono";
|
|
4588
4588
|
}>>;
|
|
4589
4589
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4590
|
-
default: "default";
|
|
4591
4590
|
none: "none";
|
|
4591
|
+
default: "default";
|
|
4592
4592
|
small: "small";
|
|
4593
4593
|
medium: "medium";
|
|
4594
4594
|
large: "large";
|
|
@@ -4604,9 +4604,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4604
4604
|
"effect-schema": "effect-schema";
|
|
4605
4605
|
}>;
|
|
4606
4606
|
realtime: z.ZodEnum<{
|
|
4607
|
+
ws: "ws";
|
|
4607
4608
|
none: "none";
|
|
4608
4609
|
"socket-io": "socket-io";
|
|
4609
|
-
ws: "ws";
|
|
4610
4610
|
partykit: "partykit";
|
|
4611
4611
|
ably: "ably";
|
|
4612
4612
|
pusher: "pusher";
|
|
@@ -4854,8 +4854,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4854
4854
|
ratatui: "ratatui";
|
|
4855
4855
|
}>;
|
|
4856
4856
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4857
|
-
config: "config";
|
|
4858
4857
|
none: "none";
|
|
4858
|
+
config: "config";
|
|
4859
4859
|
serde: "serde";
|
|
4860
4860
|
uuid: "uuid";
|
|
4861
4861
|
chrono: "chrono";
|
|
@@ -5065,10 +5065,10 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5065
5065
|
httprouter: "httprouter";
|
|
5066
5066
|
}>;
|
|
5067
5067
|
goOrm: z.ZodEnum<{
|
|
5068
|
+
gorm: "gorm";
|
|
5068
5069
|
none: "none";
|
|
5069
5070
|
bun: "bun";
|
|
5070
5071
|
sqlx: "sqlx";
|
|
5071
|
-
gorm: "gorm";
|
|
5072
5072
|
sqlc: "sqlc";
|
|
5073
5073
|
ent: "ent";
|
|
5074
5074
|
}>;
|
|
@@ -5471,57 +5471,41 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5471
5471
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5472
5472
|
id: z.ZodString;
|
|
5473
5473
|
role: z.ZodEnum<{
|
|
5474
|
-
|
|
5475
|
-
frontend: "frontend";
|
|
5474
|
+
runtime: "runtime";
|
|
5476
5475
|
backend: "backend";
|
|
5477
|
-
mobile: "mobile";
|
|
5478
5476
|
database: "database";
|
|
5479
|
-
api: "api";
|
|
5480
|
-
graphql: "graphql";
|
|
5481
5477
|
orm: "orm";
|
|
5482
|
-
auth: "auth";
|
|
5483
|
-
runtime: "runtime";
|
|
5484
|
-
deploy: "deploy";
|
|
5485
5478
|
dbSetup: "dbSetup";
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
navigation: "navigation";
|
|
5489
|
-
caching: "caching";
|
|
5490
|
-
observability: "observability";
|
|
5479
|
+
auth: "auth";
|
|
5480
|
+
payments: "payments";
|
|
5491
5481
|
email: "email";
|
|
5492
|
-
search: "search";
|
|
5493
|
-
vectorDb: "vectorDb";
|
|
5494
|
-
fileStorage: "fileStorage";
|
|
5495
|
-
jobQueue: "jobQueue";
|
|
5496
|
-
rateLimit: "rateLimit";
|
|
5497
|
-
botProtection: "botProtection";
|
|
5498
|
-
testing: "testing";
|
|
5499
|
-
stateManagement: "stateManagement";
|
|
5500
|
-
forms: "forms";
|
|
5501
|
-
animation: "animation";
|
|
5502
5482
|
fileUpload: "fileUpload";
|
|
5503
|
-
validation: "validation";
|
|
5504
|
-
effect: "effect";
|
|
5505
|
-
ui: "ui";
|
|
5506
|
-
css: "css";
|
|
5507
|
-
storage: "storage";
|
|
5508
|
-
ota: "ota";
|
|
5509
|
-
deepLinking: "deepLinking";
|
|
5510
|
-
ai: "ai";
|
|
5511
|
-
payments: "payments";
|
|
5512
5483
|
logging: "logging";
|
|
5484
|
+
observability: "observability";
|
|
5513
5485
|
featureFlags: "featureFlags";
|
|
5514
5486
|
integrations: "integrations";
|
|
5515
5487
|
ecommerce: "ecommerce";
|
|
5516
5488
|
analytics: "analytics";
|
|
5489
|
+
stateManagement: "stateManagement";
|
|
5490
|
+
forms: "forms";
|
|
5491
|
+
validation: "validation";
|
|
5492
|
+
testing: "testing";
|
|
5493
|
+
realtime: "realtime";
|
|
5494
|
+
jobQueue: "jobQueue";
|
|
5495
|
+
caching: "caching";
|
|
5496
|
+
rateLimit: "rateLimit";
|
|
5497
|
+
botProtection: "botProtection";
|
|
5498
|
+
animation: "animation";
|
|
5517
5499
|
cms: "cms";
|
|
5518
5500
|
i18n: "i18n";
|
|
5519
|
-
|
|
5501
|
+
search: "search";
|
|
5502
|
+
vectorDb: "vectorDb";
|
|
5503
|
+
fileStorage: "fileStorage";
|
|
5520
5504
|
codeQuality: "codeQuality";
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5524
|
-
|
|
5505
|
+
documentation: "documentation";
|
|
5506
|
+
packageManager: "packageManager";
|
|
5507
|
+
examples: "examples";
|
|
5508
|
+
api: "api";
|
|
5525
5509
|
workspaceRunner: "workspaceRunner";
|
|
5526
5510
|
gitHooks: "gitHooks";
|
|
5527
5511
|
staticAnalysis: "staticAnalysis";
|
|
@@ -5531,8 +5515,25 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5531
5515
|
containerOrchestration: "containerOrchestration";
|
|
5532
5516
|
apiGateway: "apiGateway";
|
|
5533
5517
|
continuousIntegration: "continuousIntegration";
|
|
5518
|
+
ai: "ai";
|
|
5519
|
+
effect: "effect";
|
|
5520
|
+
css: "css";
|
|
5521
|
+
ui: "ui";
|
|
5522
|
+
push: "push";
|
|
5523
|
+
frontend: "frontend";
|
|
5524
|
+
mobile: "mobile";
|
|
5525
|
+
graphql: "graphql";
|
|
5526
|
+
deploy: "deploy";
|
|
5527
|
+
migrations: "migrations";
|
|
5528
|
+
navigation: "navigation";
|
|
5529
|
+
storage: "storage";
|
|
5530
|
+
ota: "ota";
|
|
5531
|
+
deepLinking: "deepLinking";
|
|
5532
|
+
appPlatform: "appPlatform";
|
|
5533
|
+
dataFetching: "dataFetching";
|
|
5534
|
+
workspaceTooling: "workspaceTooling";
|
|
5535
|
+
toolchain: "toolchain";
|
|
5534
5536
|
backendUtilities: "backendUtilities";
|
|
5535
|
-
examples: "examples";
|
|
5536
5537
|
language: "language";
|
|
5537
5538
|
buildTool: "buildTool";
|
|
5538
5539
|
cli: "cli";
|
|
@@ -5545,7 +5546,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5545
5546
|
data: "data";
|
|
5546
5547
|
media: "media";
|
|
5547
5548
|
server: "server";
|
|
5548
|
-
packageManager: "packageManager";
|
|
5549
5549
|
messageQueue: "messageQueue";
|
|
5550
5550
|
}>;
|
|
5551
5551
|
toolId: z.ZodString;
|
|
@@ -5868,6 +5868,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5868
5868
|
"styled-components": "styled-components";
|
|
5869
5869
|
}>;
|
|
5870
5870
|
uiLibrary: z.ZodEnum<{
|
|
5871
|
+
mui: "mui";
|
|
5871
5872
|
none: "none";
|
|
5872
5873
|
"shadcn-ui": "shadcn-ui";
|
|
5873
5874
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -5878,7 +5879,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5878
5879
|
"chakra-ui": "chakra-ui";
|
|
5879
5880
|
nextui: "nextui";
|
|
5880
5881
|
mantine: "mantine";
|
|
5881
|
-
mui: "mui";
|
|
5882
5882
|
antd: "antd";
|
|
5883
5883
|
"base-ui": "base-ui";
|
|
5884
5884
|
"ark-ui": "ark-ui";
|
|
@@ -5950,8 +5950,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5950
5950
|
"geist-mono": "geist-mono";
|
|
5951
5951
|
}>>;
|
|
5952
5952
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
5953
|
-
default: "default";
|
|
5954
5953
|
none: "none";
|
|
5954
|
+
default: "default";
|
|
5955
5955
|
small: "small";
|
|
5956
5956
|
medium: "medium";
|
|
5957
5957
|
large: "large";
|
|
@@ -5967,9 +5967,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5967
5967
|
"effect-schema": "effect-schema";
|
|
5968
5968
|
}>;
|
|
5969
5969
|
realtime: z.ZodEnum<{
|
|
5970
|
+
ws: "ws";
|
|
5970
5971
|
none: "none";
|
|
5971
5972
|
"socket-io": "socket-io";
|
|
5972
|
-
ws: "ws";
|
|
5973
5973
|
partykit: "partykit";
|
|
5974
5974
|
ably: "ably";
|
|
5975
5975
|
pusher: "pusher";
|
|
@@ -6217,8 +6217,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6217
6217
|
ratatui: "ratatui";
|
|
6218
6218
|
}>;
|
|
6219
6219
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
6220
|
-
config: "config";
|
|
6221
6220
|
none: "none";
|
|
6221
|
+
config: "config";
|
|
6222
6222
|
serde: "serde";
|
|
6223
6223
|
uuid: "uuid";
|
|
6224
6224
|
chrono: "chrono";
|
|
@@ -6428,10 +6428,10 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6428
6428
|
httprouter: "httprouter";
|
|
6429
6429
|
}>;
|
|
6430
6430
|
goOrm: z.ZodEnum<{
|
|
6431
|
+
gorm: "gorm";
|
|
6431
6432
|
none: "none";
|
|
6432
6433
|
bun: "bun";
|
|
6433
6434
|
sqlx: "sqlx";
|
|
6434
|
-
gorm: "gorm";
|
|
6435
6435
|
sqlc: "sqlc";
|
|
6436
6436
|
ent: "ent";
|
|
6437
6437
|
}>;
|
|
@@ -6834,57 +6834,41 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6834
6834
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6835
6835
|
id: z.ZodString;
|
|
6836
6836
|
role: z.ZodEnum<{
|
|
6837
|
-
|
|
6838
|
-
frontend: "frontend";
|
|
6837
|
+
runtime: "runtime";
|
|
6839
6838
|
backend: "backend";
|
|
6840
|
-
mobile: "mobile";
|
|
6841
6839
|
database: "database";
|
|
6842
|
-
api: "api";
|
|
6843
|
-
graphql: "graphql";
|
|
6844
6840
|
orm: "orm";
|
|
6845
|
-
auth: "auth";
|
|
6846
|
-
runtime: "runtime";
|
|
6847
|
-
deploy: "deploy";
|
|
6848
6841
|
dbSetup: "dbSetup";
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
navigation: "navigation";
|
|
6852
|
-
caching: "caching";
|
|
6853
|
-
observability: "observability";
|
|
6842
|
+
auth: "auth";
|
|
6843
|
+
payments: "payments";
|
|
6854
6844
|
email: "email";
|
|
6855
|
-
search: "search";
|
|
6856
|
-
vectorDb: "vectorDb";
|
|
6857
|
-
fileStorage: "fileStorage";
|
|
6858
|
-
jobQueue: "jobQueue";
|
|
6859
|
-
rateLimit: "rateLimit";
|
|
6860
|
-
botProtection: "botProtection";
|
|
6861
|
-
testing: "testing";
|
|
6862
|
-
stateManagement: "stateManagement";
|
|
6863
|
-
forms: "forms";
|
|
6864
|
-
animation: "animation";
|
|
6865
6845
|
fileUpload: "fileUpload";
|
|
6866
|
-
validation: "validation";
|
|
6867
|
-
effect: "effect";
|
|
6868
|
-
ui: "ui";
|
|
6869
|
-
css: "css";
|
|
6870
|
-
storage: "storage";
|
|
6871
|
-
ota: "ota";
|
|
6872
|
-
deepLinking: "deepLinking";
|
|
6873
|
-
ai: "ai";
|
|
6874
|
-
payments: "payments";
|
|
6875
6846
|
logging: "logging";
|
|
6847
|
+
observability: "observability";
|
|
6876
6848
|
featureFlags: "featureFlags";
|
|
6877
6849
|
integrations: "integrations";
|
|
6878
6850
|
ecommerce: "ecommerce";
|
|
6879
6851
|
analytics: "analytics";
|
|
6852
|
+
stateManagement: "stateManagement";
|
|
6853
|
+
forms: "forms";
|
|
6854
|
+
validation: "validation";
|
|
6855
|
+
testing: "testing";
|
|
6856
|
+
realtime: "realtime";
|
|
6857
|
+
jobQueue: "jobQueue";
|
|
6858
|
+
caching: "caching";
|
|
6859
|
+
rateLimit: "rateLimit";
|
|
6860
|
+
botProtection: "botProtection";
|
|
6861
|
+
animation: "animation";
|
|
6880
6862
|
cms: "cms";
|
|
6881
6863
|
i18n: "i18n";
|
|
6882
|
-
|
|
6864
|
+
search: "search";
|
|
6865
|
+
vectorDb: "vectorDb";
|
|
6866
|
+
fileStorage: "fileStorage";
|
|
6883
6867
|
codeQuality: "codeQuality";
|
|
6884
|
-
|
|
6885
|
-
|
|
6886
|
-
|
|
6887
|
-
|
|
6868
|
+
documentation: "documentation";
|
|
6869
|
+
packageManager: "packageManager";
|
|
6870
|
+
examples: "examples";
|
|
6871
|
+
api: "api";
|
|
6888
6872
|
workspaceRunner: "workspaceRunner";
|
|
6889
6873
|
gitHooks: "gitHooks";
|
|
6890
6874
|
staticAnalysis: "staticAnalysis";
|
|
@@ -6894,8 +6878,25 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6894
6878
|
containerOrchestration: "containerOrchestration";
|
|
6895
6879
|
apiGateway: "apiGateway";
|
|
6896
6880
|
continuousIntegration: "continuousIntegration";
|
|
6881
|
+
ai: "ai";
|
|
6882
|
+
effect: "effect";
|
|
6883
|
+
css: "css";
|
|
6884
|
+
ui: "ui";
|
|
6885
|
+
push: "push";
|
|
6886
|
+
frontend: "frontend";
|
|
6887
|
+
mobile: "mobile";
|
|
6888
|
+
graphql: "graphql";
|
|
6889
|
+
deploy: "deploy";
|
|
6890
|
+
migrations: "migrations";
|
|
6891
|
+
navigation: "navigation";
|
|
6892
|
+
storage: "storage";
|
|
6893
|
+
ota: "ota";
|
|
6894
|
+
deepLinking: "deepLinking";
|
|
6895
|
+
appPlatform: "appPlatform";
|
|
6896
|
+
dataFetching: "dataFetching";
|
|
6897
|
+
workspaceTooling: "workspaceTooling";
|
|
6898
|
+
toolchain: "toolchain";
|
|
6897
6899
|
backendUtilities: "backendUtilities";
|
|
6898
|
-
examples: "examples";
|
|
6899
6900
|
language: "language";
|
|
6900
6901
|
buildTool: "buildTool";
|
|
6901
6902
|
cli: "cli";
|
|
@@ -6908,7 +6909,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6908
6909
|
data: "data";
|
|
6909
6910
|
media: "media";
|
|
6910
6911
|
server: "server";
|
|
6911
|
-
packageManager: "packageManager";
|
|
6912
6912
|
messageQueue: "messageQueue";
|
|
6913
6913
|
}>;
|
|
6914
6914
|
toolId: z.ZodString;
|
|
@@ -6981,10 +6981,10 @@ declare function getGoWebFrameworkJsonSchema(): z.core.ZodStandardJSONSchemaPayl
|
|
|
6981
6981
|
httprouter: "httprouter";
|
|
6982
6982
|
}>>;
|
|
6983
6983
|
declare function getGoOrmJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6984
|
+
gorm: "gorm";
|
|
6984
6985
|
none: "none";
|
|
6985
6986
|
bun: "bun";
|
|
6986
6987
|
sqlx: "sqlx";
|
|
6987
|
-
gorm: "gorm";
|
|
6988
6988
|
sqlc: "sqlc";
|
|
6989
6989
|
ent: "ent";
|
|
6990
6990
|
}>>;
|
|
@@ -7509,10 +7509,10 @@ declare function getAllJsonSchemas(): {
|
|
|
7509
7509
|
httprouter: "httprouter";
|
|
7510
7510
|
}>>;
|
|
7511
7511
|
goOrm: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7512
|
+
gorm: "gorm";
|
|
7512
7513
|
none: "none";
|
|
7513
7514
|
bun: "bun";
|
|
7514
7515
|
sqlx: "sqlx";
|
|
7515
|
-
gorm: "gorm";
|
|
7516
7516
|
sqlc: "sqlc";
|
|
7517
7517
|
ent: "ent";
|
|
7518
7518
|
}>>;
|
|
@@ -7853,8 +7853,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7853
7853
|
saas: "saas";
|
|
7854
7854
|
}>>;
|
|
7855
7855
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
7856
|
-
frontend: "frontend";
|
|
7857
7856
|
backend: "backend";
|
|
7857
|
+
frontend: "frontend";
|
|
7858
7858
|
mobile: "mobile";
|
|
7859
7859
|
fullstack: "fullstack";
|
|
7860
7860
|
}>>;
|
|
@@ -8162,6 +8162,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8162
8162
|
"styled-components": "styled-components";
|
|
8163
8163
|
}>>;
|
|
8164
8164
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
8165
|
+
mui: "mui";
|
|
8165
8166
|
none: "none";
|
|
8166
8167
|
"shadcn-ui": "shadcn-ui";
|
|
8167
8168
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -8172,7 +8173,6 @@ declare function getAllJsonSchemas(): {
|
|
|
8172
8173
|
"chakra-ui": "chakra-ui";
|
|
8173
8174
|
nextui: "nextui";
|
|
8174
8175
|
mantine: "mantine";
|
|
8175
|
-
mui: "mui";
|
|
8176
8176
|
antd: "antd";
|
|
8177
8177
|
"base-ui": "base-ui";
|
|
8178
8178
|
"ark-ui": "ark-ui";
|
|
@@ -8244,8 +8244,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8244
8244
|
"geist-mono": "geist-mono";
|
|
8245
8245
|
}>>;
|
|
8246
8246
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
8247
|
-
default: "default";
|
|
8248
8247
|
none: "none";
|
|
8248
|
+
default: "default";
|
|
8249
8249
|
small: "small";
|
|
8250
8250
|
medium: "medium";
|
|
8251
8251
|
large: "large";
|
|
@@ -8261,9 +8261,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8261
8261
|
"effect-schema": "effect-schema";
|
|
8262
8262
|
}>>;
|
|
8263
8263
|
realtime: z.ZodOptional<z.ZodEnum<{
|
|
8264
|
+
ws: "ws";
|
|
8264
8265
|
none: "none";
|
|
8265
8266
|
"socket-io": "socket-io";
|
|
8266
|
-
ws: "ws";
|
|
8267
8267
|
partykit: "partykit";
|
|
8268
8268
|
ably: "ably";
|
|
8269
8269
|
pusher: "pusher";
|
|
@@ -8511,8 +8511,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8511
8511
|
ratatui: "ratatui";
|
|
8512
8512
|
}>>;
|
|
8513
8513
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8514
|
-
config: "config";
|
|
8515
8514
|
none: "none";
|
|
8515
|
+
config: "config";
|
|
8516
8516
|
serde: "serde";
|
|
8517
8517
|
uuid: "uuid";
|
|
8518
8518
|
chrono: "chrono";
|
|
@@ -8722,10 +8722,10 @@ declare function getAllJsonSchemas(): {
|
|
|
8722
8722
|
httprouter: "httprouter";
|
|
8723
8723
|
}>>;
|
|
8724
8724
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
8725
|
+
gorm: "gorm";
|
|
8725
8726
|
none: "none";
|
|
8726
8727
|
bun: "bun";
|
|
8727
8728
|
sqlx: "sqlx";
|
|
8728
|
-
gorm: "gorm";
|
|
8729
8729
|
sqlc: "sqlc";
|
|
8730
8730
|
ent: "ent";
|
|
8731
8731
|
}>>;
|
|
@@ -9421,6 +9421,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9421
9421
|
"styled-components": "styled-components";
|
|
9422
9422
|
}>;
|
|
9423
9423
|
uiLibrary: z.ZodEnum<{
|
|
9424
|
+
mui: "mui";
|
|
9424
9425
|
none: "none";
|
|
9425
9426
|
"shadcn-ui": "shadcn-ui";
|
|
9426
9427
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -9431,7 +9432,6 @@ declare function getAllJsonSchemas(): {
|
|
|
9431
9432
|
"chakra-ui": "chakra-ui";
|
|
9432
9433
|
nextui: "nextui";
|
|
9433
9434
|
mantine: "mantine";
|
|
9434
|
-
mui: "mui";
|
|
9435
9435
|
antd: "antd";
|
|
9436
9436
|
"base-ui": "base-ui";
|
|
9437
9437
|
"ark-ui": "ark-ui";
|
|
@@ -9503,8 +9503,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9503
9503
|
"geist-mono": "geist-mono";
|
|
9504
9504
|
}>>;
|
|
9505
9505
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
9506
|
-
default: "default";
|
|
9507
9506
|
none: "none";
|
|
9507
|
+
default: "default";
|
|
9508
9508
|
small: "small";
|
|
9509
9509
|
medium: "medium";
|
|
9510
9510
|
large: "large";
|
|
@@ -9520,9 +9520,9 @@ declare function getAllJsonSchemas(): {
|
|
|
9520
9520
|
"effect-schema": "effect-schema";
|
|
9521
9521
|
}>;
|
|
9522
9522
|
realtime: z.ZodEnum<{
|
|
9523
|
+
ws: "ws";
|
|
9523
9524
|
none: "none";
|
|
9524
9525
|
"socket-io": "socket-io";
|
|
9525
|
-
ws: "ws";
|
|
9526
9526
|
partykit: "partykit";
|
|
9527
9527
|
ably: "ably";
|
|
9528
9528
|
pusher: "pusher";
|
|
@@ -9770,8 +9770,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9770
9770
|
ratatui: "ratatui";
|
|
9771
9771
|
}>;
|
|
9772
9772
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
9773
|
-
config: "config";
|
|
9774
9773
|
none: "none";
|
|
9774
|
+
config: "config";
|
|
9775
9775
|
serde: "serde";
|
|
9776
9776
|
uuid: "uuid";
|
|
9777
9777
|
chrono: "chrono";
|
|
@@ -9981,10 +9981,10 @@ declare function getAllJsonSchemas(): {
|
|
|
9981
9981
|
httprouter: "httprouter";
|
|
9982
9982
|
}>;
|
|
9983
9983
|
goOrm: z.ZodEnum<{
|
|
9984
|
+
gorm: "gorm";
|
|
9984
9985
|
none: "none";
|
|
9985
9986
|
bun: "bun";
|
|
9986
9987
|
sqlx: "sqlx";
|
|
9987
|
-
gorm: "gorm";
|
|
9988
9988
|
sqlc: "sqlc";
|
|
9989
9989
|
ent: "ent";
|
|
9990
9990
|
}>;
|
|
@@ -10387,57 +10387,41 @@ declare function getAllJsonSchemas(): {
|
|
|
10387
10387
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10388
10388
|
id: z.ZodString;
|
|
10389
10389
|
role: z.ZodEnum<{
|
|
10390
|
-
|
|
10391
|
-
frontend: "frontend";
|
|
10390
|
+
runtime: "runtime";
|
|
10392
10391
|
backend: "backend";
|
|
10393
|
-
mobile: "mobile";
|
|
10394
10392
|
database: "database";
|
|
10395
|
-
api: "api";
|
|
10396
|
-
graphql: "graphql";
|
|
10397
10393
|
orm: "orm";
|
|
10398
|
-
auth: "auth";
|
|
10399
|
-
runtime: "runtime";
|
|
10400
|
-
deploy: "deploy";
|
|
10401
10394
|
dbSetup: "dbSetup";
|
|
10402
|
-
|
|
10403
|
-
|
|
10404
|
-
navigation: "navigation";
|
|
10405
|
-
caching: "caching";
|
|
10406
|
-
observability: "observability";
|
|
10395
|
+
auth: "auth";
|
|
10396
|
+
payments: "payments";
|
|
10407
10397
|
email: "email";
|
|
10408
|
-
search: "search";
|
|
10409
|
-
vectorDb: "vectorDb";
|
|
10410
|
-
fileStorage: "fileStorage";
|
|
10411
|
-
jobQueue: "jobQueue";
|
|
10412
|
-
rateLimit: "rateLimit";
|
|
10413
|
-
botProtection: "botProtection";
|
|
10414
|
-
testing: "testing";
|
|
10415
|
-
stateManagement: "stateManagement";
|
|
10416
|
-
forms: "forms";
|
|
10417
|
-
animation: "animation";
|
|
10418
10398
|
fileUpload: "fileUpload";
|
|
10419
|
-
validation: "validation";
|
|
10420
|
-
effect: "effect";
|
|
10421
|
-
ui: "ui";
|
|
10422
|
-
css: "css";
|
|
10423
|
-
storage: "storage";
|
|
10424
|
-
ota: "ota";
|
|
10425
|
-
deepLinking: "deepLinking";
|
|
10426
|
-
ai: "ai";
|
|
10427
|
-
payments: "payments";
|
|
10428
10399
|
logging: "logging";
|
|
10400
|
+
observability: "observability";
|
|
10429
10401
|
featureFlags: "featureFlags";
|
|
10430
10402
|
integrations: "integrations";
|
|
10431
10403
|
ecommerce: "ecommerce";
|
|
10432
10404
|
analytics: "analytics";
|
|
10405
|
+
stateManagement: "stateManagement";
|
|
10406
|
+
forms: "forms";
|
|
10407
|
+
validation: "validation";
|
|
10408
|
+
testing: "testing";
|
|
10409
|
+
realtime: "realtime";
|
|
10410
|
+
jobQueue: "jobQueue";
|
|
10411
|
+
caching: "caching";
|
|
10412
|
+
rateLimit: "rateLimit";
|
|
10413
|
+
botProtection: "botProtection";
|
|
10414
|
+
animation: "animation";
|
|
10433
10415
|
cms: "cms";
|
|
10434
10416
|
i18n: "i18n";
|
|
10435
|
-
|
|
10417
|
+
search: "search";
|
|
10418
|
+
vectorDb: "vectorDb";
|
|
10419
|
+
fileStorage: "fileStorage";
|
|
10436
10420
|
codeQuality: "codeQuality";
|
|
10437
|
-
|
|
10438
|
-
|
|
10439
|
-
|
|
10440
|
-
|
|
10421
|
+
documentation: "documentation";
|
|
10422
|
+
packageManager: "packageManager";
|
|
10423
|
+
examples: "examples";
|
|
10424
|
+
api: "api";
|
|
10441
10425
|
workspaceRunner: "workspaceRunner";
|
|
10442
10426
|
gitHooks: "gitHooks";
|
|
10443
10427
|
staticAnalysis: "staticAnalysis";
|
|
@@ -10447,8 +10431,25 @@ declare function getAllJsonSchemas(): {
|
|
|
10447
10431
|
containerOrchestration: "containerOrchestration";
|
|
10448
10432
|
apiGateway: "apiGateway";
|
|
10449
10433
|
continuousIntegration: "continuousIntegration";
|
|
10434
|
+
ai: "ai";
|
|
10435
|
+
effect: "effect";
|
|
10436
|
+
css: "css";
|
|
10437
|
+
ui: "ui";
|
|
10438
|
+
push: "push";
|
|
10439
|
+
frontend: "frontend";
|
|
10440
|
+
mobile: "mobile";
|
|
10441
|
+
graphql: "graphql";
|
|
10442
|
+
deploy: "deploy";
|
|
10443
|
+
migrations: "migrations";
|
|
10444
|
+
navigation: "navigation";
|
|
10445
|
+
storage: "storage";
|
|
10446
|
+
ota: "ota";
|
|
10447
|
+
deepLinking: "deepLinking";
|
|
10448
|
+
appPlatform: "appPlatform";
|
|
10449
|
+
dataFetching: "dataFetching";
|
|
10450
|
+
workspaceTooling: "workspaceTooling";
|
|
10451
|
+
toolchain: "toolchain";
|
|
10450
10452
|
backendUtilities: "backendUtilities";
|
|
10451
|
-
examples: "examples";
|
|
10452
10453
|
language: "language";
|
|
10453
10454
|
buildTool: "buildTool";
|
|
10454
10455
|
cli: "cli";
|
|
@@ -10461,7 +10462,6 @@ declare function getAllJsonSchemas(): {
|
|
|
10461
10462
|
data: "data";
|
|
10462
10463
|
media: "media";
|
|
10463
10464
|
server: "server";
|
|
10464
|
-
packageManager: "packageManager";
|
|
10465
10465
|
messageQueue: "messageQueue";
|
|
10466
10466
|
}>;
|
|
10467
10467
|
toolId: z.ZodString;
|
|
@@ -10781,6 +10781,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10781
10781
|
"styled-components": "styled-components";
|
|
10782
10782
|
}>;
|
|
10783
10783
|
uiLibrary: z.ZodEnum<{
|
|
10784
|
+
mui: "mui";
|
|
10784
10785
|
none: "none";
|
|
10785
10786
|
"shadcn-ui": "shadcn-ui";
|
|
10786
10787
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -10791,7 +10792,6 @@ declare function getAllJsonSchemas(): {
|
|
|
10791
10792
|
"chakra-ui": "chakra-ui";
|
|
10792
10793
|
nextui: "nextui";
|
|
10793
10794
|
mantine: "mantine";
|
|
10794
|
-
mui: "mui";
|
|
10795
10795
|
antd: "antd";
|
|
10796
10796
|
"base-ui": "base-ui";
|
|
10797
10797
|
"ark-ui": "ark-ui";
|
|
@@ -10863,8 +10863,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10863
10863
|
"geist-mono": "geist-mono";
|
|
10864
10864
|
}>>;
|
|
10865
10865
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
10866
|
-
default: "default";
|
|
10867
10866
|
none: "none";
|
|
10867
|
+
default: "default";
|
|
10868
10868
|
small: "small";
|
|
10869
10869
|
medium: "medium";
|
|
10870
10870
|
large: "large";
|
|
@@ -10880,9 +10880,9 @@ declare function getAllJsonSchemas(): {
|
|
|
10880
10880
|
"effect-schema": "effect-schema";
|
|
10881
10881
|
}>;
|
|
10882
10882
|
realtime: z.ZodEnum<{
|
|
10883
|
+
ws: "ws";
|
|
10883
10884
|
none: "none";
|
|
10884
10885
|
"socket-io": "socket-io";
|
|
10885
|
-
ws: "ws";
|
|
10886
10886
|
partykit: "partykit";
|
|
10887
10887
|
ably: "ably";
|
|
10888
10888
|
pusher: "pusher";
|
|
@@ -11130,8 +11130,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11130
11130
|
ratatui: "ratatui";
|
|
11131
11131
|
}>;
|
|
11132
11132
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
11133
|
-
config: "config";
|
|
11134
11133
|
none: "none";
|
|
11134
|
+
config: "config";
|
|
11135
11135
|
serde: "serde";
|
|
11136
11136
|
uuid: "uuid";
|
|
11137
11137
|
chrono: "chrono";
|
|
@@ -11341,10 +11341,10 @@ declare function getAllJsonSchemas(): {
|
|
|
11341
11341
|
httprouter: "httprouter";
|
|
11342
11342
|
}>;
|
|
11343
11343
|
goOrm: z.ZodEnum<{
|
|
11344
|
+
gorm: "gorm";
|
|
11344
11345
|
none: "none";
|
|
11345
11346
|
bun: "bun";
|
|
11346
11347
|
sqlx: "sqlx";
|
|
11347
|
-
gorm: "gorm";
|
|
11348
11348
|
sqlc: "sqlc";
|
|
11349
11349
|
ent: "ent";
|
|
11350
11350
|
}>;
|
|
@@ -11747,57 +11747,41 @@ declare function getAllJsonSchemas(): {
|
|
|
11747
11747
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11748
11748
|
id: z.ZodString;
|
|
11749
11749
|
role: z.ZodEnum<{
|
|
11750
|
-
|
|
11751
|
-
frontend: "frontend";
|
|
11750
|
+
runtime: "runtime";
|
|
11752
11751
|
backend: "backend";
|
|
11753
|
-
mobile: "mobile";
|
|
11754
11752
|
database: "database";
|
|
11755
|
-
api: "api";
|
|
11756
|
-
graphql: "graphql";
|
|
11757
11753
|
orm: "orm";
|
|
11758
|
-
auth: "auth";
|
|
11759
|
-
runtime: "runtime";
|
|
11760
|
-
deploy: "deploy";
|
|
11761
11754
|
dbSetup: "dbSetup";
|
|
11762
|
-
|
|
11763
|
-
|
|
11764
|
-
navigation: "navigation";
|
|
11765
|
-
caching: "caching";
|
|
11766
|
-
observability: "observability";
|
|
11755
|
+
auth: "auth";
|
|
11756
|
+
payments: "payments";
|
|
11767
11757
|
email: "email";
|
|
11768
|
-
search: "search";
|
|
11769
|
-
vectorDb: "vectorDb";
|
|
11770
|
-
fileStorage: "fileStorage";
|
|
11771
|
-
jobQueue: "jobQueue";
|
|
11772
|
-
rateLimit: "rateLimit";
|
|
11773
|
-
botProtection: "botProtection";
|
|
11774
|
-
testing: "testing";
|
|
11775
|
-
stateManagement: "stateManagement";
|
|
11776
|
-
forms: "forms";
|
|
11777
|
-
animation: "animation";
|
|
11778
11758
|
fileUpload: "fileUpload";
|
|
11779
|
-
validation: "validation";
|
|
11780
|
-
effect: "effect";
|
|
11781
|
-
ui: "ui";
|
|
11782
|
-
css: "css";
|
|
11783
|
-
storage: "storage";
|
|
11784
|
-
ota: "ota";
|
|
11785
|
-
deepLinking: "deepLinking";
|
|
11786
|
-
ai: "ai";
|
|
11787
|
-
payments: "payments";
|
|
11788
11759
|
logging: "logging";
|
|
11760
|
+
observability: "observability";
|
|
11789
11761
|
featureFlags: "featureFlags";
|
|
11790
11762
|
integrations: "integrations";
|
|
11791
11763
|
ecommerce: "ecommerce";
|
|
11792
11764
|
analytics: "analytics";
|
|
11765
|
+
stateManagement: "stateManagement";
|
|
11766
|
+
forms: "forms";
|
|
11767
|
+
validation: "validation";
|
|
11768
|
+
testing: "testing";
|
|
11769
|
+
realtime: "realtime";
|
|
11770
|
+
jobQueue: "jobQueue";
|
|
11771
|
+
caching: "caching";
|
|
11772
|
+
rateLimit: "rateLimit";
|
|
11773
|
+
botProtection: "botProtection";
|
|
11774
|
+
animation: "animation";
|
|
11793
11775
|
cms: "cms";
|
|
11794
11776
|
i18n: "i18n";
|
|
11795
|
-
|
|
11777
|
+
search: "search";
|
|
11778
|
+
vectorDb: "vectorDb";
|
|
11779
|
+
fileStorage: "fileStorage";
|
|
11796
11780
|
codeQuality: "codeQuality";
|
|
11797
|
-
|
|
11798
|
-
|
|
11799
|
-
|
|
11800
|
-
|
|
11781
|
+
documentation: "documentation";
|
|
11782
|
+
packageManager: "packageManager";
|
|
11783
|
+
examples: "examples";
|
|
11784
|
+
api: "api";
|
|
11801
11785
|
workspaceRunner: "workspaceRunner";
|
|
11802
11786
|
gitHooks: "gitHooks";
|
|
11803
11787
|
staticAnalysis: "staticAnalysis";
|
|
@@ -11807,8 +11791,25 @@ declare function getAllJsonSchemas(): {
|
|
|
11807
11791
|
containerOrchestration: "containerOrchestration";
|
|
11808
11792
|
apiGateway: "apiGateway";
|
|
11809
11793
|
continuousIntegration: "continuousIntegration";
|
|
11794
|
+
ai: "ai";
|
|
11795
|
+
effect: "effect";
|
|
11796
|
+
css: "css";
|
|
11797
|
+
ui: "ui";
|
|
11798
|
+
push: "push";
|
|
11799
|
+
frontend: "frontend";
|
|
11800
|
+
mobile: "mobile";
|
|
11801
|
+
graphql: "graphql";
|
|
11802
|
+
deploy: "deploy";
|
|
11803
|
+
migrations: "migrations";
|
|
11804
|
+
navigation: "navigation";
|
|
11805
|
+
storage: "storage";
|
|
11806
|
+
ota: "ota";
|
|
11807
|
+
deepLinking: "deepLinking";
|
|
11808
|
+
appPlatform: "appPlatform";
|
|
11809
|
+
dataFetching: "dataFetching";
|
|
11810
|
+
workspaceTooling: "workspaceTooling";
|
|
11811
|
+
toolchain: "toolchain";
|
|
11810
11812
|
backendUtilities: "backendUtilities";
|
|
11811
|
-
examples: "examples";
|
|
11812
11813
|
language: "language";
|
|
11813
11814
|
buildTool: "buildTool";
|
|
11814
11815
|
cli: "cli";
|
|
@@ -11821,7 +11822,6 @@ declare function getAllJsonSchemas(): {
|
|
|
11821
11822
|
data: "data";
|
|
11822
11823
|
media: "media";
|
|
11823
11824
|
server: "server";
|
|
11824
|
-
packageManager: "packageManager";
|
|
11825
11825
|
messageQueue: "messageQueue";
|
|
11826
11826
|
}>;
|
|
11827
11827
|
toolId: z.ZodString;
|
|
@@ -12141,6 +12141,7 @@ declare function getAllJsonSchemas(): {
|
|
|
12141
12141
|
"styled-components": "styled-components";
|
|
12142
12142
|
}>;
|
|
12143
12143
|
uiLibrary: z.ZodEnum<{
|
|
12144
|
+
mui: "mui";
|
|
12144
12145
|
none: "none";
|
|
12145
12146
|
"shadcn-ui": "shadcn-ui";
|
|
12146
12147
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -12151,7 +12152,6 @@ declare function getAllJsonSchemas(): {
|
|
|
12151
12152
|
"chakra-ui": "chakra-ui";
|
|
12152
12153
|
nextui: "nextui";
|
|
12153
12154
|
mantine: "mantine";
|
|
12154
|
-
mui: "mui";
|
|
12155
12155
|
antd: "antd";
|
|
12156
12156
|
"base-ui": "base-ui";
|
|
12157
12157
|
"ark-ui": "ark-ui";
|
|
@@ -12223,8 +12223,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12223
12223
|
"geist-mono": "geist-mono";
|
|
12224
12224
|
}>>;
|
|
12225
12225
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
12226
|
-
default: "default";
|
|
12227
12226
|
none: "none";
|
|
12227
|
+
default: "default";
|
|
12228
12228
|
small: "small";
|
|
12229
12229
|
medium: "medium";
|
|
12230
12230
|
large: "large";
|
|
@@ -12240,9 +12240,9 @@ declare function getAllJsonSchemas(): {
|
|
|
12240
12240
|
"effect-schema": "effect-schema";
|
|
12241
12241
|
}>;
|
|
12242
12242
|
realtime: z.ZodEnum<{
|
|
12243
|
+
ws: "ws";
|
|
12243
12244
|
none: "none";
|
|
12244
12245
|
"socket-io": "socket-io";
|
|
12245
|
-
ws: "ws";
|
|
12246
12246
|
partykit: "partykit";
|
|
12247
12247
|
ably: "ably";
|
|
12248
12248
|
pusher: "pusher";
|
|
@@ -12490,8 +12490,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12490
12490
|
ratatui: "ratatui";
|
|
12491
12491
|
}>;
|
|
12492
12492
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
12493
|
-
config: "config";
|
|
12494
12493
|
none: "none";
|
|
12494
|
+
config: "config";
|
|
12495
12495
|
serde: "serde";
|
|
12496
12496
|
uuid: "uuid";
|
|
12497
12497
|
chrono: "chrono";
|
|
@@ -12701,10 +12701,10 @@ declare function getAllJsonSchemas(): {
|
|
|
12701
12701
|
httprouter: "httprouter";
|
|
12702
12702
|
}>;
|
|
12703
12703
|
goOrm: z.ZodEnum<{
|
|
12704
|
+
gorm: "gorm";
|
|
12704
12705
|
none: "none";
|
|
12705
12706
|
bun: "bun";
|
|
12706
12707
|
sqlx: "sqlx";
|
|
12707
|
-
gorm: "gorm";
|
|
12708
12708
|
sqlc: "sqlc";
|
|
12709
12709
|
ent: "ent";
|
|
12710
12710
|
}>;
|
|
@@ -13107,57 +13107,41 @@ declare function getAllJsonSchemas(): {
|
|
|
13107
13107
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13108
13108
|
id: z.ZodString;
|
|
13109
13109
|
role: z.ZodEnum<{
|
|
13110
|
-
|
|
13111
|
-
frontend: "frontend";
|
|
13110
|
+
runtime: "runtime";
|
|
13112
13111
|
backend: "backend";
|
|
13113
|
-
mobile: "mobile";
|
|
13114
13112
|
database: "database";
|
|
13115
|
-
api: "api";
|
|
13116
|
-
graphql: "graphql";
|
|
13117
13113
|
orm: "orm";
|
|
13118
|
-
auth: "auth";
|
|
13119
|
-
runtime: "runtime";
|
|
13120
|
-
deploy: "deploy";
|
|
13121
13114
|
dbSetup: "dbSetup";
|
|
13122
|
-
|
|
13123
|
-
|
|
13124
|
-
navigation: "navigation";
|
|
13125
|
-
caching: "caching";
|
|
13126
|
-
observability: "observability";
|
|
13115
|
+
auth: "auth";
|
|
13116
|
+
payments: "payments";
|
|
13127
13117
|
email: "email";
|
|
13128
|
-
search: "search";
|
|
13129
|
-
vectorDb: "vectorDb";
|
|
13130
|
-
fileStorage: "fileStorage";
|
|
13131
|
-
jobQueue: "jobQueue";
|
|
13132
|
-
rateLimit: "rateLimit";
|
|
13133
|
-
botProtection: "botProtection";
|
|
13134
|
-
testing: "testing";
|
|
13135
|
-
stateManagement: "stateManagement";
|
|
13136
|
-
forms: "forms";
|
|
13137
|
-
animation: "animation";
|
|
13138
13118
|
fileUpload: "fileUpload";
|
|
13139
|
-
validation: "validation";
|
|
13140
|
-
effect: "effect";
|
|
13141
|
-
ui: "ui";
|
|
13142
|
-
css: "css";
|
|
13143
|
-
storage: "storage";
|
|
13144
|
-
ota: "ota";
|
|
13145
|
-
deepLinking: "deepLinking";
|
|
13146
|
-
ai: "ai";
|
|
13147
|
-
payments: "payments";
|
|
13148
13119
|
logging: "logging";
|
|
13120
|
+
observability: "observability";
|
|
13149
13121
|
featureFlags: "featureFlags";
|
|
13150
13122
|
integrations: "integrations";
|
|
13151
13123
|
ecommerce: "ecommerce";
|
|
13152
13124
|
analytics: "analytics";
|
|
13125
|
+
stateManagement: "stateManagement";
|
|
13126
|
+
forms: "forms";
|
|
13127
|
+
validation: "validation";
|
|
13128
|
+
testing: "testing";
|
|
13129
|
+
realtime: "realtime";
|
|
13130
|
+
jobQueue: "jobQueue";
|
|
13131
|
+
caching: "caching";
|
|
13132
|
+
rateLimit: "rateLimit";
|
|
13133
|
+
botProtection: "botProtection";
|
|
13134
|
+
animation: "animation";
|
|
13153
13135
|
cms: "cms";
|
|
13154
13136
|
i18n: "i18n";
|
|
13155
|
-
|
|
13137
|
+
search: "search";
|
|
13138
|
+
vectorDb: "vectorDb";
|
|
13139
|
+
fileStorage: "fileStorage";
|
|
13156
13140
|
codeQuality: "codeQuality";
|
|
13157
|
-
|
|
13158
|
-
|
|
13159
|
-
|
|
13160
|
-
|
|
13141
|
+
documentation: "documentation";
|
|
13142
|
+
packageManager: "packageManager";
|
|
13143
|
+
examples: "examples";
|
|
13144
|
+
api: "api";
|
|
13161
13145
|
workspaceRunner: "workspaceRunner";
|
|
13162
13146
|
gitHooks: "gitHooks";
|
|
13163
13147
|
staticAnalysis: "staticAnalysis";
|
|
@@ -13167,8 +13151,25 @@ declare function getAllJsonSchemas(): {
|
|
|
13167
13151
|
containerOrchestration: "containerOrchestration";
|
|
13168
13152
|
apiGateway: "apiGateway";
|
|
13169
13153
|
continuousIntegration: "continuousIntegration";
|
|
13154
|
+
ai: "ai";
|
|
13155
|
+
effect: "effect";
|
|
13156
|
+
css: "css";
|
|
13157
|
+
ui: "ui";
|
|
13158
|
+
push: "push";
|
|
13159
|
+
frontend: "frontend";
|
|
13160
|
+
mobile: "mobile";
|
|
13161
|
+
graphql: "graphql";
|
|
13162
|
+
deploy: "deploy";
|
|
13163
|
+
migrations: "migrations";
|
|
13164
|
+
navigation: "navigation";
|
|
13165
|
+
storage: "storage";
|
|
13166
|
+
ota: "ota";
|
|
13167
|
+
deepLinking: "deepLinking";
|
|
13168
|
+
appPlatform: "appPlatform";
|
|
13169
|
+
dataFetching: "dataFetching";
|
|
13170
|
+
workspaceTooling: "workspaceTooling";
|
|
13171
|
+
toolchain: "toolchain";
|
|
13170
13172
|
backendUtilities: "backendUtilities";
|
|
13171
|
-
examples: "examples";
|
|
13172
13173
|
language: "language";
|
|
13173
13174
|
buildTool: "buildTool";
|
|
13174
13175
|
cli: "cli";
|
|
@@ -13181,7 +13182,6 @@ declare function getAllJsonSchemas(): {
|
|
|
13181
13182
|
data: "data";
|
|
13182
13183
|
media: "media";
|
|
13183
13184
|
server: "server";
|
|
13184
|
-
packageManager: "packageManager";
|
|
13185
13185
|
messageQueue: "messageQueue";
|
|
13186
13186
|
}>;
|
|
13187
13187
|
toolId: z.ZodString;
|
|
@@ -13504,6 +13504,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13504
13504
|
"styled-components": "styled-components";
|
|
13505
13505
|
}>;
|
|
13506
13506
|
uiLibrary: z.ZodEnum<{
|
|
13507
|
+
mui: "mui";
|
|
13507
13508
|
none: "none";
|
|
13508
13509
|
"shadcn-ui": "shadcn-ui";
|
|
13509
13510
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -13514,7 +13515,6 @@ declare function getAllJsonSchemas(): {
|
|
|
13514
13515
|
"chakra-ui": "chakra-ui";
|
|
13515
13516
|
nextui: "nextui";
|
|
13516
13517
|
mantine: "mantine";
|
|
13517
|
-
mui: "mui";
|
|
13518
13518
|
antd: "antd";
|
|
13519
13519
|
"base-ui": "base-ui";
|
|
13520
13520
|
"ark-ui": "ark-ui";
|
|
@@ -13586,8 +13586,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13586
13586
|
"geist-mono": "geist-mono";
|
|
13587
13587
|
}>>;
|
|
13588
13588
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
13589
|
-
default: "default";
|
|
13590
13589
|
none: "none";
|
|
13590
|
+
default: "default";
|
|
13591
13591
|
small: "small";
|
|
13592
13592
|
medium: "medium";
|
|
13593
13593
|
large: "large";
|
|
@@ -13603,9 +13603,9 @@ declare function getAllJsonSchemas(): {
|
|
|
13603
13603
|
"effect-schema": "effect-schema";
|
|
13604
13604
|
}>;
|
|
13605
13605
|
realtime: z.ZodEnum<{
|
|
13606
|
+
ws: "ws";
|
|
13606
13607
|
none: "none";
|
|
13607
13608
|
"socket-io": "socket-io";
|
|
13608
|
-
ws: "ws";
|
|
13609
13609
|
partykit: "partykit";
|
|
13610
13610
|
ably: "ably";
|
|
13611
13611
|
pusher: "pusher";
|
|
@@ -13853,8 +13853,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13853
13853
|
ratatui: "ratatui";
|
|
13854
13854
|
}>;
|
|
13855
13855
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
13856
|
-
config: "config";
|
|
13857
13856
|
none: "none";
|
|
13857
|
+
config: "config";
|
|
13858
13858
|
serde: "serde";
|
|
13859
13859
|
uuid: "uuid";
|
|
13860
13860
|
chrono: "chrono";
|
|
@@ -14064,10 +14064,10 @@ declare function getAllJsonSchemas(): {
|
|
|
14064
14064
|
httprouter: "httprouter";
|
|
14065
14065
|
}>;
|
|
14066
14066
|
goOrm: z.ZodEnum<{
|
|
14067
|
+
gorm: "gorm";
|
|
14067
14068
|
none: "none";
|
|
14068
14069
|
bun: "bun";
|
|
14069
14070
|
sqlx: "sqlx";
|
|
14070
|
-
gorm: "gorm";
|
|
14071
14071
|
sqlc: "sqlc";
|
|
14072
14072
|
ent: "ent";
|
|
14073
14073
|
}>;
|
|
@@ -14470,57 +14470,41 @@ declare function getAllJsonSchemas(): {
|
|
|
14470
14470
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14471
14471
|
id: z.ZodString;
|
|
14472
14472
|
role: z.ZodEnum<{
|
|
14473
|
-
|
|
14474
|
-
frontend: "frontend";
|
|
14473
|
+
runtime: "runtime";
|
|
14475
14474
|
backend: "backend";
|
|
14476
|
-
mobile: "mobile";
|
|
14477
14475
|
database: "database";
|
|
14478
|
-
api: "api";
|
|
14479
|
-
graphql: "graphql";
|
|
14480
14476
|
orm: "orm";
|
|
14481
|
-
auth: "auth";
|
|
14482
|
-
runtime: "runtime";
|
|
14483
|
-
deploy: "deploy";
|
|
14484
14477
|
dbSetup: "dbSetup";
|
|
14485
|
-
|
|
14486
|
-
|
|
14487
|
-
navigation: "navigation";
|
|
14488
|
-
caching: "caching";
|
|
14489
|
-
observability: "observability";
|
|
14478
|
+
auth: "auth";
|
|
14479
|
+
payments: "payments";
|
|
14490
14480
|
email: "email";
|
|
14491
|
-
search: "search";
|
|
14492
|
-
vectorDb: "vectorDb";
|
|
14493
|
-
fileStorage: "fileStorage";
|
|
14494
|
-
jobQueue: "jobQueue";
|
|
14495
|
-
rateLimit: "rateLimit";
|
|
14496
|
-
botProtection: "botProtection";
|
|
14497
|
-
testing: "testing";
|
|
14498
|
-
stateManagement: "stateManagement";
|
|
14499
|
-
forms: "forms";
|
|
14500
|
-
animation: "animation";
|
|
14501
14481
|
fileUpload: "fileUpload";
|
|
14502
|
-
validation: "validation";
|
|
14503
|
-
effect: "effect";
|
|
14504
|
-
ui: "ui";
|
|
14505
|
-
css: "css";
|
|
14506
|
-
storage: "storage";
|
|
14507
|
-
ota: "ota";
|
|
14508
|
-
deepLinking: "deepLinking";
|
|
14509
|
-
ai: "ai";
|
|
14510
|
-
payments: "payments";
|
|
14511
14482
|
logging: "logging";
|
|
14483
|
+
observability: "observability";
|
|
14512
14484
|
featureFlags: "featureFlags";
|
|
14513
14485
|
integrations: "integrations";
|
|
14514
14486
|
ecommerce: "ecommerce";
|
|
14515
14487
|
analytics: "analytics";
|
|
14488
|
+
stateManagement: "stateManagement";
|
|
14489
|
+
forms: "forms";
|
|
14490
|
+
validation: "validation";
|
|
14491
|
+
testing: "testing";
|
|
14492
|
+
realtime: "realtime";
|
|
14493
|
+
jobQueue: "jobQueue";
|
|
14494
|
+
caching: "caching";
|
|
14495
|
+
rateLimit: "rateLimit";
|
|
14496
|
+
botProtection: "botProtection";
|
|
14497
|
+
animation: "animation";
|
|
14516
14498
|
cms: "cms";
|
|
14517
14499
|
i18n: "i18n";
|
|
14518
|
-
|
|
14500
|
+
search: "search";
|
|
14501
|
+
vectorDb: "vectorDb";
|
|
14502
|
+
fileStorage: "fileStorage";
|
|
14519
14503
|
codeQuality: "codeQuality";
|
|
14520
|
-
|
|
14521
|
-
|
|
14522
|
-
|
|
14523
|
-
|
|
14504
|
+
documentation: "documentation";
|
|
14505
|
+
packageManager: "packageManager";
|
|
14506
|
+
examples: "examples";
|
|
14507
|
+
api: "api";
|
|
14524
14508
|
workspaceRunner: "workspaceRunner";
|
|
14525
14509
|
gitHooks: "gitHooks";
|
|
14526
14510
|
staticAnalysis: "staticAnalysis";
|
|
@@ -14530,8 +14514,25 @@ declare function getAllJsonSchemas(): {
|
|
|
14530
14514
|
containerOrchestration: "containerOrchestration";
|
|
14531
14515
|
apiGateway: "apiGateway";
|
|
14532
14516
|
continuousIntegration: "continuousIntegration";
|
|
14517
|
+
ai: "ai";
|
|
14518
|
+
effect: "effect";
|
|
14519
|
+
css: "css";
|
|
14520
|
+
ui: "ui";
|
|
14521
|
+
push: "push";
|
|
14522
|
+
frontend: "frontend";
|
|
14523
|
+
mobile: "mobile";
|
|
14524
|
+
graphql: "graphql";
|
|
14525
|
+
deploy: "deploy";
|
|
14526
|
+
migrations: "migrations";
|
|
14527
|
+
navigation: "navigation";
|
|
14528
|
+
storage: "storage";
|
|
14529
|
+
ota: "ota";
|
|
14530
|
+
deepLinking: "deepLinking";
|
|
14531
|
+
appPlatform: "appPlatform";
|
|
14532
|
+
dataFetching: "dataFetching";
|
|
14533
|
+
workspaceTooling: "workspaceTooling";
|
|
14534
|
+
toolchain: "toolchain";
|
|
14533
14535
|
backendUtilities: "backendUtilities";
|
|
14534
|
-
examples: "examples";
|
|
14535
14536
|
language: "language";
|
|
14536
14537
|
buildTool: "buildTool";
|
|
14537
14538
|
cli: "cli";
|
|
@@ -14544,7 +14545,6 @@ declare function getAllJsonSchemas(): {
|
|
|
14544
14545
|
data: "data";
|
|
14545
14546
|
media: "media";
|
|
14546
14547
|
server: "server";
|
|
14547
|
-
packageManager: "packageManager";
|
|
14548
14548
|
messageQueue: "messageQueue";
|
|
14549
14549
|
}>;
|
|
14550
14550
|
toolId: z.ZodString;
|