@better-fullstack/types 2.3.0 → 2.3.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-BT-WhLPX.d.mts → defaults-BCprHCB6.d.mts} +2 -2
- package/dist/defaults-BCprHCB6.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 +320 -320
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/{schemas-q5-QVYJy.d.mts → schemas-B79HRN5e.d.mts} +622 -622
- package/dist/schemas-B79HRN5e.d.mts.map +1 -0
- package/dist/schemas.d.mts +1 -1
- package/dist/{stack-graph-CgFYIeir.d.mts → stack-graph-BkHZlyKH.d.mts} +2 -2
- package/dist/{stack-graph-CgFYIeir.d.mts.map → stack-graph-BkHZlyKH.d.mts.map} +1 -1
- package/dist/stack-graph.d.mts +3 -3
- package/dist/{stack-translation-CU1kpqq3.d.mts → stack-translation-BmsX82IA.d.mts} +3 -3
- package/dist/{stack-translation-CU1kpqq3.d.mts.map → stack-translation-BmsX82IA.d.mts.map} +1 -1
- package/dist/stack-translation.d.mts +4 -4
- package/dist/{types-Cp7krSdb.d.mts → types-BuRzqsRV.d.mts} +2 -2
- package/dist/{types-Cp7krSdb.d.mts.map → types-BuRzqsRV.d.mts.map} +1 -1
- package/dist/types.d.mts +2 -2
- package/package.json +1 -1
- package/dist/defaults-BT-WhLPX.d.mts.map +0 -1
- package/dist/schemas-q5-QVYJy.d.mts.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -21,13 +21,13 @@ declare function getORMJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEn
|
|
|
21
21
|
sequelize: "sequelize";
|
|
22
22
|
}>>;
|
|
23
23
|
declare function getBackendJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
24
|
+
effect: "effect";
|
|
24
25
|
none: "none";
|
|
25
26
|
hono: "hono";
|
|
26
27
|
express: "express";
|
|
27
28
|
fastify: "fastify";
|
|
28
29
|
elysia: "elysia";
|
|
29
30
|
fets: "fets";
|
|
30
|
-
effect: "effect";
|
|
31
31
|
nestjs: "nestjs";
|
|
32
32
|
adonisjs: "adonisjs";
|
|
33
33
|
nitro: "nitro";
|
|
@@ -105,8 +105,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
105
105
|
capacitor: "capacitor";
|
|
106
106
|
}>>;
|
|
107
107
|
declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
108
|
-
none: "none";
|
|
109
108
|
ai: "ai";
|
|
109
|
+
none: "none";
|
|
110
110
|
"chat-sdk": "chat-sdk";
|
|
111
111
|
"tanstack-showcase": "tanstack-showcase";
|
|
112
112
|
}>>;
|
|
@@ -188,28 +188,28 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
188
188
|
vercel: "vercel";
|
|
189
189
|
}>>;
|
|
190
190
|
declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
191
|
+
error: "error";
|
|
191
192
|
merge: "merge";
|
|
192
193
|
overwrite: "overwrite";
|
|
193
194
|
increment: "increment";
|
|
194
|
-
error: "error";
|
|
195
195
|
}>>;
|
|
196
196
|
declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
197
197
|
none: "none";
|
|
198
|
+
uniwind: "uniwind";
|
|
198
199
|
mern: "mern";
|
|
199
200
|
pern: "pern";
|
|
200
201
|
t3: "t3";
|
|
201
202
|
saas: "saas";
|
|
202
|
-
uniwind: "uniwind";
|
|
203
203
|
}>>;
|
|
204
204
|
declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
205
205
|
projectName: z.ZodOptional<z.ZodString>;
|
|
206
206
|
template: z.ZodOptional<z.ZodEnum<{
|
|
207
207
|
none: "none";
|
|
208
|
+
uniwind: "uniwind";
|
|
208
209
|
mern: "mern";
|
|
209
210
|
pern: "pern";
|
|
210
211
|
t3: "t3";
|
|
211
212
|
saas: "saas";
|
|
212
|
-
uniwind: "uniwind";
|
|
213
213
|
}>>;
|
|
214
214
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
215
215
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -336,8 +336,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
336
336
|
capacitor: "capacitor";
|
|
337
337
|
}>>>;
|
|
338
338
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
339
|
-
none: "none";
|
|
340
339
|
ai: "ai";
|
|
340
|
+
none: "none";
|
|
341
341
|
"chat-sdk": "chat-sdk";
|
|
342
342
|
"tanstack-showcase": "tanstack-showcase";
|
|
343
343
|
}>>>;
|
|
@@ -371,13 +371,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
371
371
|
docker: "docker";
|
|
372
372
|
}>>;
|
|
373
373
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
374
|
+
effect: "effect";
|
|
374
375
|
none: "none";
|
|
375
376
|
hono: "hono";
|
|
376
377
|
express: "express";
|
|
377
378
|
fastify: "fastify";
|
|
378
379
|
elysia: "elysia";
|
|
379
380
|
fets: "fets";
|
|
380
|
-
effect: "effect";
|
|
381
381
|
nestjs: "nestjs";
|
|
382
382
|
adonisjs: "adonisjs";
|
|
383
383
|
nitro: "nitro";
|
|
@@ -424,10 +424,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
424
424
|
vercel: "vercel";
|
|
425
425
|
}>>;
|
|
426
426
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
427
|
+
error: "error";
|
|
427
428
|
merge: "merge";
|
|
428
429
|
overwrite: "overwrite";
|
|
429
430
|
increment: "increment";
|
|
430
|
-
error: "error";
|
|
431
431
|
}>>;
|
|
432
432
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
433
433
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -456,8 +456,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
456
456
|
"ai-cli": "ai-cli";
|
|
457
457
|
}>>;
|
|
458
458
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
459
|
-
none: "none";
|
|
460
459
|
effect: "effect";
|
|
460
|
+
none: "none";
|
|
461
461
|
"effect-full": "effect-full";
|
|
462
462
|
}>>;
|
|
463
463
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -592,8 +592,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
592
592
|
"geist-mono": "geist-mono";
|
|
593
593
|
}>>;
|
|
594
594
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
595
|
-
none: "none";
|
|
596
595
|
default: "default";
|
|
596
|
+
none: "none";
|
|
597
597
|
small: "small";
|
|
598
598
|
medium: "medium";
|
|
599
599
|
large: "large";
|
|
@@ -726,9 +726,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
726
726
|
}>>;
|
|
727
727
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
728
728
|
none: "none";
|
|
729
|
-
uniwind: "uniwind";
|
|
730
729
|
tamagui: "tamagui";
|
|
731
730
|
"gluestack-ui": "gluestack-ui";
|
|
731
|
+
uniwind: "uniwind";
|
|
732
732
|
unistyles: "unistyles";
|
|
733
733
|
}>>;
|
|
734
734
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -813,12 +813,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
813
813
|
ratatui: "ratatui";
|
|
814
814
|
}>>;
|
|
815
815
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
816
|
+
config: "config";
|
|
816
817
|
none: "none";
|
|
817
818
|
serde: "serde";
|
|
818
819
|
uuid: "uuid";
|
|
819
820
|
chrono: "chrono";
|
|
820
821
|
reqwest: "reqwest";
|
|
821
|
-
config: "config";
|
|
822
822
|
dashmap: "dashmap";
|
|
823
823
|
"parking-lot": "parking-lot";
|
|
824
824
|
secrecy: "secrecy";
|
|
@@ -1460,13 +1460,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1460
1460
|
sequelize: "sequelize";
|
|
1461
1461
|
}>;
|
|
1462
1462
|
backend: z.ZodEnum<{
|
|
1463
|
+
effect: "effect";
|
|
1463
1464
|
none: "none";
|
|
1464
1465
|
hono: "hono";
|
|
1465
1466
|
express: "express";
|
|
1466
1467
|
fastify: "fastify";
|
|
1467
1468
|
elysia: "elysia";
|
|
1468
1469
|
fets: "fets";
|
|
1469
|
-
effect: "effect";
|
|
1470
1470
|
nestjs: "nestjs";
|
|
1471
1471
|
adonisjs: "adonisjs";
|
|
1472
1472
|
nitro: "nitro";
|
|
@@ -1544,8 +1544,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1544
1544
|
capacitor: "capacitor";
|
|
1545
1545
|
}>>;
|
|
1546
1546
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1547
|
-
none: "none";
|
|
1548
1547
|
ai: "ai";
|
|
1548
|
+
none: "none";
|
|
1549
1549
|
"chat-sdk": "chat-sdk";
|
|
1550
1550
|
"tanstack-showcase": "tanstack-showcase";
|
|
1551
1551
|
}>>;
|
|
@@ -1661,8 +1661,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1661
1661
|
"ai-cli": "ai-cli";
|
|
1662
1662
|
}>;
|
|
1663
1663
|
effect: z.ZodEnum<{
|
|
1664
|
-
none: "none";
|
|
1665
1664
|
effect: "effect";
|
|
1665
|
+
none: "none";
|
|
1666
1666
|
"effect-full": "effect-full";
|
|
1667
1667
|
}>;
|
|
1668
1668
|
stateManagement: z.ZodEnum<{
|
|
@@ -1797,8 +1797,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1797
1797
|
"geist-mono": "geist-mono";
|
|
1798
1798
|
}>>;
|
|
1799
1799
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1800
|
-
none: "none";
|
|
1801
1800
|
default: "default";
|
|
1801
|
+
none: "none";
|
|
1802
1802
|
small: "small";
|
|
1803
1803
|
medium: "medium";
|
|
1804
1804
|
large: "large";
|
|
@@ -1931,9 +1931,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1931
1931
|
}>;
|
|
1932
1932
|
mobileUI: z.ZodEnum<{
|
|
1933
1933
|
none: "none";
|
|
1934
|
-
uniwind: "uniwind";
|
|
1935
1934
|
tamagui: "tamagui";
|
|
1936
1935
|
"gluestack-ui": "gluestack-ui";
|
|
1936
|
+
uniwind: "uniwind";
|
|
1937
1937
|
unistyles: "unistyles";
|
|
1938
1938
|
}>;
|
|
1939
1939
|
mobileStorage: z.ZodEnum<{
|
|
@@ -2018,12 +2018,12 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2018
2018
|
ratatui: "ratatui";
|
|
2019
2019
|
}>;
|
|
2020
2020
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2021
|
+
config: "config";
|
|
2021
2022
|
none: "none";
|
|
2022
2023
|
serde: "serde";
|
|
2023
2024
|
uuid: "uuid";
|
|
2024
2025
|
chrono: "chrono";
|
|
2025
2026
|
reqwest: "reqwest";
|
|
2026
|
-
config: "config";
|
|
2027
2027
|
dashmap: "dashmap";
|
|
2028
2028
|
"parking-lot": "parking-lot";
|
|
2029
2029
|
secrecy: "secrecy";
|
|
@@ -2632,67 +2632,67 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2632
2632
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2633
2633
|
id: z.ZodString;
|
|
2634
2634
|
role: z.ZodEnum<{
|
|
2635
|
-
|
|
2636
|
-
|
|
2635
|
+
push: "push";
|
|
2636
|
+
frontend: "frontend";
|
|
2637
|
+
backend: "backend";
|
|
2638
|
+
mobile: "mobile";
|
|
2637
2639
|
database: "database";
|
|
2640
|
+
api: "api";
|
|
2641
|
+
graphql: "graphql";
|
|
2638
2642
|
orm: "orm";
|
|
2639
2643
|
auth: "auth";
|
|
2640
|
-
payments: "payments";
|
|
2641
|
-
frontend: "frontend";
|
|
2642
|
-
examples: "examples";
|
|
2643
|
-
packageManager: "packageManager";
|
|
2644
|
-
dbSetup: "dbSetup";
|
|
2645
|
-
backend: "backend";
|
|
2646
2644
|
runtime: "runtime";
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
testing: "testing";
|
|
2651
|
-
email: "email";
|
|
2652
|
-
validation: "validation";
|
|
2645
|
+
deploy: "deploy";
|
|
2646
|
+
dbSetup: "dbSetup";
|
|
2647
|
+
migrations: "migrations";
|
|
2653
2648
|
realtime: "realtime";
|
|
2654
|
-
|
|
2655
|
-
animation: "animation";
|
|
2656
|
-
fileUpload: "fileUpload";
|
|
2657
|
-
logging: "logging";
|
|
2658
|
-
observability: "observability";
|
|
2659
|
-
featureFlags: "featureFlags";
|
|
2660
|
-
analytics: "analytics";
|
|
2661
|
-
cms: "cms";
|
|
2649
|
+
navigation: "navigation";
|
|
2662
2650
|
caching: "caching";
|
|
2663
|
-
|
|
2664
|
-
|
|
2651
|
+
observability: "observability";
|
|
2652
|
+
email: "email";
|
|
2665
2653
|
search: "search";
|
|
2666
2654
|
vectorDb: "vectorDb";
|
|
2667
2655
|
fileStorage: "fileStorage";
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2656
|
+
jobQueue: "jobQueue";
|
|
2657
|
+
rateLimit: "rateLimit";
|
|
2658
|
+
testing: "testing";
|
|
2659
|
+
stateManagement: "stateManagement";
|
|
2660
|
+
forms: "forms";
|
|
2661
|
+
animation: "animation";
|
|
2662
|
+
fileUpload: "fileUpload";
|
|
2663
|
+
validation: "validation";
|
|
2664
|
+
effect: "effect";
|
|
2674
2665
|
ui: "ui";
|
|
2675
2666
|
css: "css";
|
|
2676
2667
|
storage: "storage";
|
|
2677
|
-
push: "push";
|
|
2678
2668
|
ota: "ota";
|
|
2679
2669
|
deepLinking: "deepLinking";
|
|
2670
|
+
ai: "ai";
|
|
2671
|
+
payments: "payments";
|
|
2672
|
+
logging: "logging";
|
|
2673
|
+
featureFlags: "featureFlags";
|
|
2674
|
+
analytics: "analytics";
|
|
2675
|
+
cms: "cms";
|
|
2676
|
+
i18n: "i18n";
|
|
2680
2677
|
documentation: "documentation";
|
|
2681
2678
|
codeQuality: "codeQuality";
|
|
2682
2679
|
appPlatform: "appPlatform";
|
|
2683
2680
|
dataFetching: "dataFetching";
|
|
2684
2681
|
workspaceTooling: "workspaceTooling";
|
|
2682
|
+
examples: "examples";
|
|
2685
2683
|
language: "language";
|
|
2686
2684
|
buildTool: "buildTool";
|
|
2687
2685
|
cli: "cli";
|
|
2688
2686
|
errorHandling: "errorHandling";
|
|
2689
2687
|
httpClient: "httpClient";
|
|
2690
2688
|
libraries: "libraries";
|
|
2689
|
+
config: "config";
|
|
2691
2690
|
templating: "templating";
|
|
2692
2691
|
cloudSdk: "cloudSdk";
|
|
2693
2692
|
data: "data";
|
|
2694
2693
|
media: "media";
|
|
2695
2694
|
server: "server";
|
|
2695
|
+
packageManager: "packageManager";
|
|
2696
2696
|
messageQueue: "messageQueue";
|
|
2697
2697
|
}>;
|
|
2698
2698
|
toolId: z.ZodString;
|
|
@@ -2754,13 +2754,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2754
2754
|
sequelize: "sequelize";
|
|
2755
2755
|
}>;
|
|
2756
2756
|
backend: z.ZodEnum<{
|
|
2757
|
+
effect: "effect";
|
|
2757
2758
|
none: "none";
|
|
2758
2759
|
hono: "hono";
|
|
2759
2760
|
express: "express";
|
|
2760
2761
|
fastify: "fastify";
|
|
2761
2762
|
elysia: "elysia";
|
|
2762
2763
|
fets: "fets";
|
|
2763
|
-
effect: "effect";
|
|
2764
2764
|
nestjs: "nestjs";
|
|
2765
2765
|
adonisjs: "adonisjs";
|
|
2766
2766
|
nitro: "nitro";
|
|
@@ -2838,8 +2838,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2838
2838
|
capacitor: "capacitor";
|
|
2839
2839
|
}>>;
|
|
2840
2840
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2841
|
-
none: "none";
|
|
2842
2841
|
ai: "ai";
|
|
2842
|
+
none: "none";
|
|
2843
2843
|
"chat-sdk": "chat-sdk";
|
|
2844
2844
|
"tanstack-showcase": "tanstack-showcase";
|
|
2845
2845
|
}>>;
|
|
@@ -2953,8 +2953,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2953
2953
|
"ai-cli": "ai-cli";
|
|
2954
2954
|
}>;
|
|
2955
2955
|
effect: z.ZodEnum<{
|
|
2956
|
-
none: "none";
|
|
2957
2956
|
effect: "effect";
|
|
2957
|
+
none: "none";
|
|
2958
2958
|
"effect-full": "effect-full";
|
|
2959
2959
|
}>;
|
|
2960
2960
|
stateManagement: z.ZodEnum<{
|
|
@@ -3089,8 +3089,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3089
3089
|
"geist-mono": "geist-mono";
|
|
3090
3090
|
}>>;
|
|
3091
3091
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3092
|
-
none: "none";
|
|
3093
3092
|
default: "default";
|
|
3093
|
+
none: "none";
|
|
3094
3094
|
small: "small";
|
|
3095
3095
|
medium: "medium";
|
|
3096
3096
|
large: "large";
|
|
@@ -3223,9 +3223,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3223
3223
|
}>;
|
|
3224
3224
|
mobileUI: z.ZodEnum<{
|
|
3225
3225
|
none: "none";
|
|
3226
|
-
uniwind: "uniwind";
|
|
3227
3226
|
tamagui: "tamagui";
|
|
3228
3227
|
"gluestack-ui": "gluestack-ui";
|
|
3228
|
+
uniwind: "uniwind";
|
|
3229
3229
|
unistyles: "unistyles";
|
|
3230
3230
|
}>;
|
|
3231
3231
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3310,12 +3310,12 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3310
3310
|
ratatui: "ratatui";
|
|
3311
3311
|
}>;
|
|
3312
3312
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3313
|
+
config: "config";
|
|
3313
3314
|
none: "none";
|
|
3314
3315
|
serde: "serde";
|
|
3315
3316
|
uuid: "uuid";
|
|
3316
3317
|
chrono: "chrono";
|
|
3317
3318
|
reqwest: "reqwest";
|
|
3318
|
-
config: "config";
|
|
3319
3319
|
dashmap: "dashmap";
|
|
3320
3320
|
"parking-lot": "parking-lot";
|
|
3321
3321
|
secrecy: "secrecy";
|
|
@@ -3924,67 +3924,67 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3924
3924
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3925
3925
|
id: z.ZodString;
|
|
3926
3926
|
role: z.ZodEnum<{
|
|
3927
|
-
|
|
3928
|
-
|
|
3927
|
+
push: "push";
|
|
3928
|
+
frontend: "frontend";
|
|
3929
|
+
backend: "backend";
|
|
3930
|
+
mobile: "mobile";
|
|
3929
3931
|
database: "database";
|
|
3932
|
+
api: "api";
|
|
3933
|
+
graphql: "graphql";
|
|
3930
3934
|
orm: "orm";
|
|
3931
3935
|
auth: "auth";
|
|
3932
|
-
payments: "payments";
|
|
3933
|
-
frontend: "frontend";
|
|
3934
|
-
examples: "examples";
|
|
3935
|
-
packageManager: "packageManager";
|
|
3936
|
-
dbSetup: "dbSetup";
|
|
3937
|
-
backend: "backend";
|
|
3938
3936
|
runtime: "runtime";
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
testing: "testing";
|
|
3943
|
-
email: "email";
|
|
3944
|
-
validation: "validation";
|
|
3937
|
+
deploy: "deploy";
|
|
3938
|
+
dbSetup: "dbSetup";
|
|
3939
|
+
migrations: "migrations";
|
|
3945
3940
|
realtime: "realtime";
|
|
3946
|
-
|
|
3947
|
-
animation: "animation";
|
|
3948
|
-
fileUpload: "fileUpload";
|
|
3949
|
-
logging: "logging";
|
|
3950
|
-
observability: "observability";
|
|
3951
|
-
featureFlags: "featureFlags";
|
|
3952
|
-
analytics: "analytics";
|
|
3953
|
-
cms: "cms";
|
|
3941
|
+
navigation: "navigation";
|
|
3954
3942
|
caching: "caching";
|
|
3955
|
-
|
|
3956
|
-
|
|
3943
|
+
observability: "observability";
|
|
3944
|
+
email: "email";
|
|
3957
3945
|
search: "search";
|
|
3958
3946
|
vectorDb: "vectorDb";
|
|
3959
3947
|
fileStorage: "fileStorage";
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3948
|
+
jobQueue: "jobQueue";
|
|
3949
|
+
rateLimit: "rateLimit";
|
|
3950
|
+
testing: "testing";
|
|
3951
|
+
stateManagement: "stateManagement";
|
|
3952
|
+
forms: "forms";
|
|
3953
|
+
animation: "animation";
|
|
3954
|
+
fileUpload: "fileUpload";
|
|
3955
|
+
validation: "validation";
|
|
3956
|
+
effect: "effect";
|
|
3966
3957
|
ui: "ui";
|
|
3967
3958
|
css: "css";
|
|
3968
3959
|
storage: "storage";
|
|
3969
|
-
push: "push";
|
|
3970
3960
|
ota: "ota";
|
|
3971
3961
|
deepLinking: "deepLinking";
|
|
3962
|
+
ai: "ai";
|
|
3963
|
+
payments: "payments";
|
|
3964
|
+
logging: "logging";
|
|
3965
|
+
featureFlags: "featureFlags";
|
|
3966
|
+
analytics: "analytics";
|
|
3967
|
+
cms: "cms";
|
|
3968
|
+
i18n: "i18n";
|
|
3972
3969
|
documentation: "documentation";
|
|
3973
3970
|
codeQuality: "codeQuality";
|
|
3974
3971
|
appPlatform: "appPlatform";
|
|
3975
3972
|
dataFetching: "dataFetching";
|
|
3976
3973
|
workspaceTooling: "workspaceTooling";
|
|
3974
|
+
examples: "examples";
|
|
3977
3975
|
language: "language";
|
|
3978
3976
|
buildTool: "buildTool";
|
|
3979
3977
|
cli: "cli";
|
|
3980
3978
|
errorHandling: "errorHandling";
|
|
3981
3979
|
httpClient: "httpClient";
|
|
3982
3980
|
libraries: "libraries";
|
|
3981
|
+
config: "config";
|
|
3983
3982
|
templating: "templating";
|
|
3984
3983
|
cloudSdk: "cloudSdk";
|
|
3985
3984
|
data: "data";
|
|
3986
3985
|
media: "media";
|
|
3987
3986
|
server: "server";
|
|
3987
|
+
packageManager: "packageManager";
|
|
3988
3988
|
messageQueue: "messageQueue";
|
|
3989
3989
|
}>;
|
|
3990
3990
|
toolId: z.ZodString;
|
|
@@ -4046,13 +4046,13 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4046
4046
|
sequelize: "sequelize";
|
|
4047
4047
|
}>;
|
|
4048
4048
|
backend: z.ZodEnum<{
|
|
4049
|
+
effect: "effect";
|
|
4049
4050
|
none: "none";
|
|
4050
4051
|
hono: "hono";
|
|
4051
4052
|
express: "express";
|
|
4052
4053
|
fastify: "fastify";
|
|
4053
4054
|
elysia: "elysia";
|
|
4054
4055
|
fets: "fets";
|
|
4055
|
-
effect: "effect";
|
|
4056
4056
|
nestjs: "nestjs";
|
|
4057
4057
|
adonisjs: "adonisjs";
|
|
4058
4058
|
nitro: "nitro";
|
|
@@ -4130,8 +4130,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4130
4130
|
capacitor: "capacitor";
|
|
4131
4131
|
}>>;
|
|
4132
4132
|
examples: z.ZodArray<z.ZodEnum<{
|
|
4133
|
-
none: "none";
|
|
4134
4133
|
ai: "ai";
|
|
4134
|
+
none: "none";
|
|
4135
4135
|
"chat-sdk": "chat-sdk";
|
|
4136
4136
|
"tanstack-showcase": "tanstack-showcase";
|
|
4137
4137
|
}>>;
|
|
@@ -4245,8 +4245,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4245
4245
|
"ai-cli": "ai-cli";
|
|
4246
4246
|
}>;
|
|
4247
4247
|
effect: z.ZodEnum<{
|
|
4248
|
-
none: "none";
|
|
4249
4248
|
effect: "effect";
|
|
4249
|
+
none: "none";
|
|
4250
4250
|
"effect-full": "effect-full";
|
|
4251
4251
|
}>;
|
|
4252
4252
|
stateManagement: z.ZodEnum<{
|
|
@@ -4381,8 +4381,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4381
4381
|
"geist-mono": "geist-mono";
|
|
4382
4382
|
}>>;
|
|
4383
4383
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4384
|
-
none: "none";
|
|
4385
4384
|
default: "default";
|
|
4385
|
+
none: "none";
|
|
4386
4386
|
small: "small";
|
|
4387
4387
|
medium: "medium";
|
|
4388
4388
|
large: "large";
|
|
@@ -4515,9 +4515,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4515
4515
|
}>;
|
|
4516
4516
|
mobileUI: z.ZodEnum<{
|
|
4517
4517
|
none: "none";
|
|
4518
|
-
uniwind: "uniwind";
|
|
4519
4518
|
tamagui: "tamagui";
|
|
4520
4519
|
"gluestack-ui": "gluestack-ui";
|
|
4520
|
+
uniwind: "uniwind";
|
|
4521
4521
|
unistyles: "unistyles";
|
|
4522
4522
|
}>;
|
|
4523
4523
|
mobileStorage: z.ZodEnum<{
|
|
@@ -4602,12 +4602,12 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4602
4602
|
ratatui: "ratatui";
|
|
4603
4603
|
}>;
|
|
4604
4604
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4605
|
+
config: "config";
|
|
4605
4606
|
none: "none";
|
|
4606
4607
|
serde: "serde";
|
|
4607
4608
|
uuid: "uuid";
|
|
4608
4609
|
chrono: "chrono";
|
|
4609
4610
|
reqwest: "reqwest";
|
|
4610
|
-
config: "config";
|
|
4611
4611
|
dashmap: "dashmap";
|
|
4612
4612
|
"parking-lot": "parking-lot";
|
|
4613
4613
|
secrecy: "secrecy";
|
|
@@ -5216,67 +5216,67 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5216
5216
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5217
5217
|
id: z.ZodString;
|
|
5218
5218
|
role: z.ZodEnum<{
|
|
5219
|
-
|
|
5220
|
-
|
|
5219
|
+
push: "push";
|
|
5220
|
+
frontend: "frontend";
|
|
5221
|
+
backend: "backend";
|
|
5222
|
+
mobile: "mobile";
|
|
5221
5223
|
database: "database";
|
|
5224
|
+
api: "api";
|
|
5225
|
+
graphql: "graphql";
|
|
5222
5226
|
orm: "orm";
|
|
5223
5227
|
auth: "auth";
|
|
5224
|
-
payments: "payments";
|
|
5225
|
-
frontend: "frontend";
|
|
5226
|
-
examples: "examples";
|
|
5227
|
-
packageManager: "packageManager";
|
|
5228
|
-
dbSetup: "dbSetup";
|
|
5229
|
-
backend: "backend";
|
|
5230
5228
|
runtime: "runtime";
|
|
5231
|
-
|
|
5232
|
-
|
|
5233
|
-
|
|
5234
|
-
testing: "testing";
|
|
5235
|
-
email: "email";
|
|
5236
|
-
validation: "validation";
|
|
5229
|
+
deploy: "deploy";
|
|
5230
|
+
dbSetup: "dbSetup";
|
|
5231
|
+
migrations: "migrations";
|
|
5237
5232
|
realtime: "realtime";
|
|
5238
|
-
|
|
5239
|
-
animation: "animation";
|
|
5240
|
-
fileUpload: "fileUpload";
|
|
5241
|
-
logging: "logging";
|
|
5242
|
-
observability: "observability";
|
|
5243
|
-
featureFlags: "featureFlags";
|
|
5244
|
-
analytics: "analytics";
|
|
5245
|
-
cms: "cms";
|
|
5233
|
+
navigation: "navigation";
|
|
5246
5234
|
caching: "caching";
|
|
5247
|
-
|
|
5248
|
-
|
|
5235
|
+
observability: "observability";
|
|
5236
|
+
email: "email";
|
|
5249
5237
|
search: "search";
|
|
5250
5238
|
vectorDb: "vectorDb";
|
|
5251
5239
|
fileStorage: "fileStorage";
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
|
|
5240
|
+
jobQueue: "jobQueue";
|
|
5241
|
+
rateLimit: "rateLimit";
|
|
5242
|
+
testing: "testing";
|
|
5243
|
+
stateManagement: "stateManagement";
|
|
5244
|
+
forms: "forms";
|
|
5245
|
+
animation: "animation";
|
|
5246
|
+
fileUpload: "fileUpload";
|
|
5247
|
+
validation: "validation";
|
|
5248
|
+
effect: "effect";
|
|
5258
5249
|
ui: "ui";
|
|
5259
5250
|
css: "css";
|
|
5260
5251
|
storage: "storage";
|
|
5261
|
-
push: "push";
|
|
5262
5252
|
ota: "ota";
|
|
5263
5253
|
deepLinking: "deepLinking";
|
|
5254
|
+
ai: "ai";
|
|
5255
|
+
payments: "payments";
|
|
5256
|
+
logging: "logging";
|
|
5257
|
+
featureFlags: "featureFlags";
|
|
5258
|
+
analytics: "analytics";
|
|
5259
|
+
cms: "cms";
|
|
5260
|
+
i18n: "i18n";
|
|
5264
5261
|
documentation: "documentation";
|
|
5265
5262
|
codeQuality: "codeQuality";
|
|
5266
5263
|
appPlatform: "appPlatform";
|
|
5267
5264
|
dataFetching: "dataFetching";
|
|
5268
5265
|
workspaceTooling: "workspaceTooling";
|
|
5266
|
+
examples: "examples";
|
|
5269
5267
|
language: "language";
|
|
5270
5268
|
buildTool: "buildTool";
|
|
5271
5269
|
cli: "cli";
|
|
5272
5270
|
errorHandling: "errorHandling";
|
|
5273
5271
|
httpClient: "httpClient";
|
|
5274
5272
|
libraries: "libraries";
|
|
5273
|
+
config: "config";
|
|
5275
5274
|
templating: "templating";
|
|
5276
5275
|
cloudSdk: "cloudSdk";
|
|
5277
5276
|
data: "data";
|
|
5278
5277
|
media: "media";
|
|
5279
5278
|
server: "server";
|
|
5279
|
+
packageManager: "packageManager";
|
|
5280
5280
|
messageQueue: "messageQueue";
|
|
5281
5281
|
}>;
|
|
5282
5282
|
toolId: z.ZodString;
|
|
@@ -5339,13 +5339,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5339
5339
|
sequelize: "sequelize";
|
|
5340
5340
|
}>;
|
|
5341
5341
|
backend: z.ZodEnum<{
|
|
5342
|
+
effect: "effect";
|
|
5342
5343
|
none: "none";
|
|
5343
5344
|
hono: "hono";
|
|
5344
5345
|
express: "express";
|
|
5345
5346
|
fastify: "fastify";
|
|
5346
5347
|
elysia: "elysia";
|
|
5347
5348
|
fets: "fets";
|
|
5348
|
-
effect: "effect";
|
|
5349
5349
|
nestjs: "nestjs";
|
|
5350
5350
|
adonisjs: "adonisjs";
|
|
5351
5351
|
nitro: "nitro";
|
|
@@ -5423,8 +5423,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5423
5423
|
capacitor: "capacitor";
|
|
5424
5424
|
}>>;
|
|
5425
5425
|
examples: z.ZodArray<z.ZodEnum<{
|
|
5426
|
-
none: "none";
|
|
5427
5426
|
ai: "ai";
|
|
5427
|
+
none: "none";
|
|
5428
5428
|
"chat-sdk": "chat-sdk";
|
|
5429
5429
|
"tanstack-showcase": "tanstack-showcase";
|
|
5430
5430
|
}>>;
|
|
@@ -5540,8 +5540,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5540
5540
|
"ai-cli": "ai-cli";
|
|
5541
5541
|
}>;
|
|
5542
5542
|
effect: z.ZodEnum<{
|
|
5543
|
-
none: "none";
|
|
5544
5543
|
effect: "effect";
|
|
5544
|
+
none: "none";
|
|
5545
5545
|
"effect-full": "effect-full";
|
|
5546
5546
|
}>;
|
|
5547
5547
|
stateManagement: z.ZodEnum<{
|
|
@@ -5676,8 +5676,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5676
5676
|
"geist-mono": "geist-mono";
|
|
5677
5677
|
}>>;
|
|
5678
5678
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
5679
|
-
none: "none";
|
|
5680
5679
|
default: "default";
|
|
5680
|
+
none: "none";
|
|
5681
5681
|
small: "small";
|
|
5682
5682
|
medium: "medium";
|
|
5683
5683
|
large: "large";
|
|
@@ -5810,9 +5810,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5810
5810
|
}>;
|
|
5811
5811
|
mobileUI: z.ZodEnum<{
|
|
5812
5812
|
none: "none";
|
|
5813
|
-
uniwind: "uniwind";
|
|
5814
5813
|
tamagui: "tamagui";
|
|
5815
5814
|
"gluestack-ui": "gluestack-ui";
|
|
5815
|
+
uniwind: "uniwind";
|
|
5816
5816
|
unistyles: "unistyles";
|
|
5817
5817
|
}>;
|
|
5818
5818
|
mobileStorage: z.ZodEnum<{
|
|
@@ -5897,12 +5897,12 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5897
5897
|
ratatui: "ratatui";
|
|
5898
5898
|
}>;
|
|
5899
5899
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
5900
|
+
config: "config";
|
|
5900
5901
|
none: "none";
|
|
5901
5902
|
serde: "serde";
|
|
5902
5903
|
uuid: "uuid";
|
|
5903
5904
|
chrono: "chrono";
|
|
5904
5905
|
reqwest: "reqwest";
|
|
5905
|
-
config: "config";
|
|
5906
5906
|
dashmap: "dashmap";
|
|
5907
5907
|
"parking-lot": "parking-lot";
|
|
5908
5908
|
secrecy: "secrecy";
|
|
@@ -6511,67 +6511,67 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6511
6511
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6512
6512
|
id: z.ZodString;
|
|
6513
6513
|
role: z.ZodEnum<{
|
|
6514
|
-
|
|
6515
|
-
|
|
6514
|
+
push: "push";
|
|
6515
|
+
frontend: "frontend";
|
|
6516
|
+
backend: "backend";
|
|
6517
|
+
mobile: "mobile";
|
|
6516
6518
|
database: "database";
|
|
6519
|
+
api: "api";
|
|
6520
|
+
graphql: "graphql";
|
|
6517
6521
|
orm: "orm";
|
|
6518
6522
|
auth: "auth";
|
|
6519
|
-
payments: "payments";
|
|
6520
|
-
frontend: "frontend";
|
|
6521
|
-
examples: "examples";
|
|
6522
|
-
packageManager: "packageManager";
|
|
6523
|
-
dbSetup: "dbSetup";
|
|
6524
|
-
backend: "backend";
|
|
6525
6523
|
runtime: "runtime";
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
|
|
6529
|
-
testing: "testing";
|
|
6530
|
-
email: "email";
|
|
6531
|
-
validation: "validation";
|
|
6524
|
+
deploy: "deploy";
|
|
6525
|
+
dbSetup: "dbSetup";
|
|
6526
|
+
migrations: "migrations";
|
|
6532
6527
|
realtime: "realtime";
|
|
6533
|
-
|
|
6534
|
-
animation: "animation";
|
|
6535
|
-
fileUpload: "fileUpload";
|
|
6536
|
-
logging: "logging";
|
|
6537
|
-
observability: "observability";
|
|
6538
|
-
featureFlags: "featureFlags";
|
|
6539
|
-
analytics: "analytics";
|
|
6540
|
-
cms: "cms";
|
|
6528
|
+
navigation: "navigation";
|
|
6541
6529
|
caching: "caching";
|
|
6542
|
-
|
|
6543
|
-
|
|
6530
|
+
observability: "observability";
|
|
6531
|
+
email: "email";
|
|
6544
6532
|
search: "search";
|
|
6545
6533
|
vectorDb: "vectorDb";
|
|
6546
6534
|
fileStorage: "fileStorage";
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6535
|
+
jobQueue: "jobQueue";
|
|
6536
|
+
rateLimit: "rateLimit";
|
|
6537
|
+
testing: "testing";
|
|
6538
|
+
stateManagement: "stateManagement";
|
|
6539
|
+
forms: "forms";
|
|
6540
|
+
animation: "animation";
|
|
6541
|
+
fileUpload: "fileUpload";
|
|
6542
|
+
validation: "validation";
|
|
6543
|
+
effect: "effect";
|
|
6553
6544
|
ui: "ui";
|
|
6554
6545
|
css: "css";
|
|
6555
6546
|
storage: "storage";
|
|
6556
|
-
push: "push";
|
|
6557
6547
|
ota: "ota";
|
|
6558
6548
|
deepLinking: "deepLinking";
|
|
6549
|
+
ai: "ai";
|
|
6550
|
+
payments: "payments";
|
|
6551
|
+
logging: "logging";
|
|
6552
|
+
featureFlags: "featureFlags";
|
|
6553
|
+
analytics: "analytics";
|
|
6554
|
+
cms: "cms";
|
|
6555
|
+
i18n: "i18n";
|
|
6559
6556
|
documentation: "documentation";
|
|
6560
6557
|
codeQuality: "codeQuality";
|
|
6561
6558
|
appPlatform: "appPlatform";
|
|
6562
6559
|
dataFetching: "dataFetching";
|
|
6563
6560
|
workspaceTooling: "workspaceTooling";
|
|
6561
|
+
examples: "examples";
|
|
6564
6562
|
language: "language";
|
|
6565
6563
|
buildTool: "buildTool";
|
|
6566
6564
|
cli: "cli";
|
|
6567
6565
|
errorHandling: "errorHandling";
|
|
6568
6566
|
httpClient: "httpClient";
|
|
6569
6567
|
libraries: "libraries";
|
|
6568
|
+
config: "config";
|
|
6570
6569
|
templating: "templating";
|
|
6571
6570
|
cloudSdk: "cloudSdk";
|
|
6572
6571
|
data: "data";
|
|
6573
6572
|
media: "media";
|
|
6574
6573
|
server: "server";
|
|
6574
|
+
packageManager: "packageManager";
|
|
6575
6575
|
messageQueue: "messageQueue";
|
|
6576
6576
|
}>;
|
|
6577
6577
|
toolId: z.ZodString;
|
|
@@ -6973,13 +6973,13 @@ declare function getAllJsonSchemas(): {
|
|
|
6973
6973
|
sequelize: "sequelize";
|
|
6974
6974
|
}>>;
|
|
6975
6975
|
backend: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
6976
|
+
effect: "effect";
|
|
6976
6977
|
none: "none";
|
|
6977
6978
|
hono: "hono";
|
|
6978
6979
|
express: "express";
|
|
6979
6980
|
fastify: "fastify";
|
|
6980
6981
|
elysia: "elysia";
|
|
6981
6982
|
fets: "fets";
|
|
6982
|
-
effect: "effect";
|
|
6983
6983
|
nestjs: "nestjs";
|
|
6984
6984
|
adonisjs: "adonisjs";
|
|
6985
6985
|
nitro: "nitro";
|
|
@@ -7057,8 +7057,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7057
7057
|
capacitor: "capacitor";
|
|
7058
7058
|
}>>;
|
|
7059
7059
|
examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7060
|
-
none: "none";
|
|
7061
7060
|
ai: "ai";
|
|
7061
|
+
none: "none";
|
|
7062
7062
|
"chat-sdk": "chat-sdk";
|
|
7063
7063
|
"tanstack-showcase": "tanstack-showcase";
|
|
7064
7064
|
}>>;
|
|
@@ -7140,18 +7140,18 @@ declare function getAllJsonSchemas(): {
|
|
|
7140
7140
|
vercel: "vercel";
|
|
7141
7141
|
}>>;
|
|
7142
7142
|
directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7143
|
+
error: "error";
|
|
7143
7144
|
merge: "merge";
|
|
7144
7145
|
overwrite: "overwrite";
|
|
7145
7146
|
increment: "increment";
|
|
7146
|
-
error: "error";
|
|
7147
7147
|
}>>;
|
|
7148
7148
|
template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7149
7149
|
none: "none";
|
|
7150
|
+
uniwind: "uniwind";
|
|
7150
7151
|
mern: "mern";
|
|
7151
7152
|
pern: "pern";
|
|
7152
7153
|
t3: "t3";
|
|
7153
7154
|
saas: "saas";
|
|
7154
|
-
uniwind: "uniwind";
|
|
7155
7155
|
}>>;
|
|
7156
7156
|
goWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7157
7157
|
none: "none";
|
|
@@ -7500,11 +7500,11 @@ declare function getAllJsonSchemas(): {
|
|
|
7500
7500
|
projectName: z.ZodOptional<z.ZodString>;
|
|
7501
7501
|
template: z.ZodOptional<z.ZodEnum<{
|
|
7502
7502
|
none: "none";
|
|
7503
|
+
uniwind: "uniwind";
|
|
7503
7504
|
mern: "mern";
|
|
7504
7505
|
pern: "pern";
|
|
7505
7506
|
t3: "t3";
|
|
7506
7507
|
saas: "saas";
|
|
7507
|
-
uniwind: "uniwind";
|
|
7508
7508
|
}>>;
|
|
7509
7509
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
7510
7510
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7631,8 +7631,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7631
7631
|
capacitor: "capacitor";
|
|
7632
7632
|
}>>>;
|
|
7633
7633
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7634
|
-
none: "none";
|
|
7635
7634
|
ai: "ai";
|
|
7635
|
+
none: "none";
|
|
7636
7636
|
"chat-sdk": "chat-sdk";
|
|
7637
7637
|
"tanstack-showcase": "tanstack-showcase";
|
|
7638
7638
|
}>>>;
|
|
@@ -7666,13 +7666,13 @@ declare function getAllJsonSchemas(): {
|
|
|
7666
7666
|
docker: "docker";
|
|
7667
7667
|
}>>;
|
|
7668
7668
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
7669
|
+
effect: "effect";
|
|
7669
7670
|
none: "none";
|
|
7670
7671
|
hono: "hono";
|
|
7671
7672
|
express: "express";
|
|
7672
7673
|
fastify: "fastify";
|
|
7673
7674
|
elysia: "elysia";
|
|
7674
7675
|
fets: "fets";
|
|
7675
|
-
effect: "effect";
|
|
7676
7676
|
nestjs: "nestjs";
|
|
7677
7677
|
adonisjs: "adonisjs";
|
|
7678
7678
|
nitro: "nitro";
|
|
@@ -7719,10 +7719,10 @@ declare function getAllJsonSchemas(): {
|
|
|
7719
7719
|
vercel: "vercel";
|
|
7720
7720
|
}>>;
|
|
7721
7721
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
7722
|
+
error: "error";
|
|
7722
7723
|
merge: "merge";
|
|
7723
7724
|
overwrite: "overwrite";
|
|
7724
7725
|
increment: "increment";
|
|
7725
|
-
error: "error";
|
|
7726
7726
|
}>>;
|
|
7727
7727
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
7728
7728
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7751,8 +7751,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7751
7751
|
"ai-cli": "ai-cli";
|
|
7752
7752
|
}>>;
|
|
7753
7753
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
7754
|
-
none: "none";
|
|
7755
7754
|
effect: "effect";
|
|
7755
|
+
none: "none";
|
|
7756
7756
|
"effect-full": "effect-full";
|
|
7757
7757
|
}>>;
|
|
7758
7758
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -7887,8 +7887,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7887
7887
|
"geist-mono": "geist-mono";
|
|
7888
7888
|
}>>;
|
|
7889
7889
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
7890
|
-
none: "none";
|
|
7891
7890
|
default: "default";
|
|
7891
|
+
none: "none";
|
|
7892
7892
|
small: "small";
|
|
7893
7893
|
medium: "medium";
|
|
7894
7894
|
large: "large";
|
|
@@ -8021,9 +8021,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8021
8021
|
}>>;
|
|
8022
8022
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
8023
8023
|
none: "none";
|
|
8024
|
-
uniwind: "uniwind";
|
|
8025
8024
|
tamagui: "tamagui";
|
|
8026
8025
|
"gluestack-ui": "gluestack-ui";
|
|
8026
|
+
uniwind: "uniwind";
|
|
8027
8027
|
unistyles: "unistyles";
|
|
8028
8028
|
}>>;
|
|
8029
8029
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8108,12 +8108,12 @@ declare function getAllJsonSchemas(): {
|
|
|
8108
8108
|
ratatui: "ratatui";
|
|
8109
8109
|
}>>;
|
|
8110
8110
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8111
|
+
config: "config";
|
|
8111
8112
|
none: "none";
|
|
8112
8113
|
serde: "serde";
|
|
8113
8114
|
uuid: "uuid";
|
|
8114
8115
|
chrono: "chrono";
|
|
8115
8116
|
reqwest: "reqwest";
|
|
8116
|
-
config: "config";
|
|
8117
8117
|
dashmap: "dashmap";
|
|
8118
8118
|
"parking-lot": "parking-lot";
|
|
8119
8119
|
secrecy: "secrecy";
|
|
@@ -8755,13 +8755,13 @@ declare function getAllJsonSchemas(): {
|
|
|
8755
8755
|
sequelize: "sequelize";
|
|
8756
8756
|
}>;
|
|
8757
8757
|
backend: z.ZodEnum<{
|
|
8758
|
+
effect: "effect";
|
|
8758
8759
|
none: "none";
|
|
8759
8760
|
hono: "hono";
|
|
8760
8761
|
express: "express";
|
|
8761
8762
|
fastify: "fastify";
|
|
8762
8763
|
elysia: "elysia";
|
|
8763
8764
|
fets: "fets";
|
|
8764
|
-
effect: "effect";
|
|
8765
8765
|
nestjs: "nestjs";
|
|
8766
8766
|
adonisjs: "adonisjs";
|
|
8767
8767
|
nitro: "nitro";
|
|
@@ -8839,8 +8839,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8839
8839
|
capacitor: "capacitor";
|
|
8840
8840
|
}>>;
|
|
8841
8841
|
examples: z.ZodArray<z.ZodEnum<{
|
|
8842
|
-
none: "none";
|
|
8843
8842
|
ai: "ai";
|
|
8843
|
+
none: "none";
|
|
8844
8844
|
"chat-sdk": "chat-sdk";
|
|
8845
8845
|
"tanstack-showcase": "tanstack-showcase";
|
|
8846
8846
|
}>>;
|
|
@@ -8956,8 +8956,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8956
8956
|
"ai-cli": "ai-cli";
|
|
8957
8957
|
}>;
|
|
8958
8958
|
effect: z.ZodEnum<{
|
|
8959
|
-
none: "none";
|
|
8960
8959
|
effect: "effect";
|
|
8960
|
+
none: "none";
|
|
8961
8961
|
"effect-full": "effect-full";
|
|
8962
8962
|
}>;
|
|
8963
8963
|
stateManagement: z.ZodEnum<{
|
|
@@ -9092,8 +9092,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9092
9092
|
"geist-mono": "geist-mono";
|
|
9093
9093
|
}>>;
|
|
9094
9094
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
9095
|
-
none: "none";
|
|
9096
9095
|
default: "default";
|
|
9096
|
+
none: "none";
|
|
9097
9097
|
small: "small";
|
|
9098
9098
|
medium: "medium";
|
|
9099
9099
|
large: "large";
|
|
@@ -9226,9 +9226,9 @@ declare function getAllJsonSchemas(): {
|
|
|
9226
9226
|
}>;
|
|
9227
9227
|
mobileUI: z.ZodEnum<{
|
|
9228
9228
|
none: "none";
|
|
9229
|
-
uniwind: "uniwind";
|
|
9230
9229
|
tamagui: "tamagui";
|
|
9231
9230
|
"gluestack-ui": "gluestack-ui";
|
|
9231
|
+
uniwind: "uniwind";
|
|
9232
9232
|
unistyles: "unistyles";
|
|
9233
9233
|
}>;
|
|
9234
9234
|
mobileStorage: z.ZodEnum<{
|
|
@@ -9313,12 +9313,12 @@ declare function getAllJsonSchemas(): {
|
|
|
9313
9313
|
ratatui: "ratatui";
|
|
9314
9314
|
}>;
|
|
9315
9315
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
9316
|
+
config: "config";
|
|
9316
9317
|
none: "none";
|
|
9317
9318
|
serde: "serde";
|
|
9318
9319
|
uuid: "uuid";
|
|
9319
9320
|
chrono: "chrono";
|
|
9320
9321
|
reqwest: "reqwest";
|
|
9321
|
-
config: "config";
|
|
9322
9322
|
dashmap: "dashmap";
|
|
9323
9323
|
"parking-lot": "parking-lot";
|
|
9324
9324
|
secrecy: "secrecy";
|
|
@@ -9927,67 +9927,67 @@ declare function getAllJsonSchemas(): {
|
|
|
9927
9927
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9928
9928
|
id: z.ZodString;
|
|
9929
9929
|
role: z.ZodEnum<{
|
|
9930
|
-
|
|
9931
|
-
|
|
9930
|
+
push: "push";
|
|
9931
|
+
frontend: "frontend";
|
|
9932
|
+
backend: "backend";
|
|
9933
|
+
mobile: "mobile";
|
|
9932
9934
|
database: "database";
|
|
9935
|
+
api: "api";
|
|
9936
|
+
graphql: "graphql";
|
|
9933
9937
|
orm: "orm";
|
|
9934
9938
|
auth: "auth";
|
|
9935
|
-
payments: "payments";
|
|
9936
|
-
frontend: "frontend";
|
|
9937
|
-
examples: "examples";
|
|
9938
|
-
packageManager: "packageManager";
|
|
9939
|
-
dbSetup: "dbSetup";
|
|
9940
|
-
backend: "backend";
|
|
9941
9939
|
runtime: "runtime";
|
|
9942
|
-
|
|
9943
|
-
|
|
9944
|
-
|
|
9945
|
-
testing: "testing";
|
|
9946
|
-
email: "email";
|
|
9947
|
-
validation: "validation";
|
|
9940
|
+
deploy: "deploy";
|
|
9941
|
+
dbSetup: "dbSetup";
|
|
9942
|
+
migrations: "migrations";
|
|
9948
9943
|
realtime: "realtime";
|
|
9949
|
-
|
|
9950
|
-
animation: "animation";
|
|
9951
|
-
fileUpload: "fileUpload";
|
|
9952
|
-
logging: "logging";
|
|
9953
|
-
observability: "observability";
|
|
9954
|
-
featureFlags: "featureFlags";
|
|
9955
|
-
analytics: "analytics";
|
|
9956
|
-
cms: "cms";
|
|
9944
|
+
navigation: "navigation";
|
|
9957
9945
|
caching: "caching";
|
|
9958
|
-
|
|
9959
|
-
|
|
9946
|
+
observability: "observability";
|
|
9947
|
+
email: "email";
|
|
9960
9948
|
search: "search";
|
|
9961
9949
|
vectorDb: "vectorDb";
|
|
9962
9950
|
fileStorage: "fileStorage";
|
|
9963
|
-
|
|
9964
|
-
|
|
9965
|
-
|
|
9966
|
-
|
|
9967
|
-
|
|
9968
|
-
|
|
9951
|
+
jobQueue: "jobQueue";
|
|
9952
|
+
rateLimit: "rateLimit";
|
|
9953
|
+
testing: "testing";
|
|
9954
|
+
stateManagement: "stateManagement";
|
|
9955
|
+
forms: "forms";
|
|
9956
|
+
animation: "animation";
|
|
9957
|
+
fileUpload: "fileUpload";
|
|
9958
|
+
validation: "validation";
|
|
9959
|
+
effect: "effect";
|
|
9969
9960
|
ui: "ui";
|
|
9970
9961
|
css: "css";
|
|
9971
9962
|
storage: "storage";
|
|
9972
|
-
push: "push";
|
|
9973
9963
|
ota: "ota";
|
|
9974
9964
|
deepLinking: "deepLinking";
|
|
9965
|
+
ai: "ai";
|
|
9966
|
+
payments: "payments";
|
|
9967
|
+
logging: "logging";
|
|
9968
|
+
featureFlags: "featureFlags";
|
|
9969
|
+
analytics: "analytics";
|
|
9970
|
+
cms: "cms";
|
|
9971
|
+
i18n: "i18n";
|
|
9975
9972
|
documentation: "documentation";
|
|
9976
9973
|
codeQuality: "codeQuality";
|
|
9977
9974
|
appPlatform: "appPlatform";
|
|
9978
9975
|
dataFetching: "dataFetching";
|
|
9979
9976
|
workspaceTooling: "workspaceTooling";
|
|
9977
|
+
examples: "examples";
|
|
9980
9978
|
language: "language";
|
|
9981
9979
|
buildTool: "buildTool";
|
|
9982
9980
|
cli: "cli";
|
|
9983
9981
|
errorHandling: "errorHandling";
|
|
9984
9982
|
httpClient: "httpClient";
|
|
9985
9983
|
libraries: "libraries";
|
|
9984
|
+
config: "config";
|
|
9986
9985
|
templating: "templating";
|
|
9987
9986
|
cloudSdk: "cloudSdk";
|
|
9988
9987
|
data: "data";
|
|
9989
9988
|
media: "media";
|
|
9990
9989
|
server: "server";
|
|
9990
|
+
packageManager: "packageManager";
|
|
9991
9991
|
messageQueue: "messageQueue";
|
|
9992
9992
|
}>;
|
|
9993
9993
|
toolId: z.ZodString;
|
|
@@ -10049,13 +10049,13 @@ declare function getAllJsonSchemas(): {
|
|
|
10049
10049
|
sequelize: "sequelize";
|
|
10050
10050
|
}>;
|
|
10051
10051
|
backend: z.ZodEnum<{
|
|
10052
|
+
effect: "effect";
|
|
10052
10053
|
none: "none";
|
|
10053
10054
|
hono: "hono";
|
|
10054
10055
|
express: "express";
|
|
10055
10056
|
fastify: "fastify";
|
|
10056
10057
|
elysia: "elysia";
|
|
10057
10058
|
fets: "fets";
|
|
10058
|
-
effect: "effect";
|
|
10059
10059
|
nestjs: "nestjs";
|
|
10060
10060
|
adonisjs: "adonisjs";
|
|
10061
10061
|
nitro: "nitro";
|
|
@@ -10133,8 +10133,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10133
10133
|
capacitor: "capacitor";
|
|
10134
10134
|
}>>;
|
|
10135
10135
|
examples: z.ZodArray<z.ZodEnum<{
|
|
10136
|
-
none: "none";
|
|
10137
10136
|
ai: "ai";
|
|
10137
|
+
none: "none";
|
|
10138
10138
|
"chat-sdk": "chat-sdk";
|
|
10139
10139
|
"tanstack-showcase": "tanstack-showcase";
|
|
10140
10140
|
}>>;
|
|
@@ -10248,8 +10248,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10248
10248
|
"ai-cli": "ai-cli";
|
|
10249
10249
|
}>;
|
|
10250
10250
|
effect: z.ZodEnum<{
|
|
10251
|
-
none: "none";
|
|
10252
10251
|
effect: "effect";
|
|
10252
|
+
none: "none";
|
|
10253
10253
|
"effect-full": "effect-full";
|
|
10254
10254
|
}>;
|
|
10255
10255
|
stateManagement: z.ZodEnum<{
|
|
@@ -10384,8 +10384,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10384
10384
|
"geist-mono": "geist-mono";
|
|
10385
10385
|
}>>;
|
|
10386
10386
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
10387
|
-
none: "none";
|
|
10388
10387
|
default: "default";
|
|
10388
|
+
none: "none";
|
|
10389
10389
|
small: "small";
|
|
10390
10390
|
medium: "medium";
|
|
10391
10391
|
large: "large";
|
|
@@ -10518,9 +10518,9 @@ declare function getAllJsonSchemas(): {
|
|
|
10518
10518
|
}>;
|
|
10519
10519
|
mobileUI: z.ZodEnum<{
|
|
10520
10520
|
none: "none";
|
|
10521
|
-
uniwind: "uniwind";
|
|
10522
10521
|
tamagui: "tamagui";
|
|
10523
10522
|
"gluestack-ui": "gluestack-ui";
|
|
10523
|
+
uniwind: "uniwind";
|
|
10524
10524
|
unistyles: "unistyles";
|
|
10525
10525
|
}>;
|
|
10526
10526
|
mobileStorage: z.ZodEnum<{
|
|
@@ -10605,12 +10605,12 @@ declare function getAllJsonSchemas(): {
|
|
|
10605
10605
|
ratatui: "ratatui";
|
|
10606
10606
|
}>;
|
|
10607
10607
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
10608
|
+
config: "config";
|
|
10608
10609
|
none: "none";
|
|
10609
10610
|
serde: "serde";
|
|
10610
10611
|
uuid: "uuid";
|
|
10611
10612
|
chrono: "chrono";
|
|
10612
10613
|
reqwest: "reqwest";
|
|
10613
|
-
config: "config";
|
|
10614
10614
|
dashmap: "dashmap";
|
|
10615
10615
|
"parking-lot": "parking-lot";
|
|
10616
10616
|
secrecy: "secrecy";
|
|
@@ -11219,67 +11219,67 @@ declare function getAllJsonSchemas(): {
|
|
|
11219
11219
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11220
11220
|
id: z.ZodString;
|
|
11221
11221
|
role: z.ZodEnum<{
|
|
11222
|
-
|
|
11223
|
-
|
|
11222
|
+
push: "push";
|
|
11223
|
+
frontend: "frontend";
|
|
11224
|
+
backend: "backend";
|
|
11225
|
+
mobile: "mobile";
|
|
11224
11226
|
database: "database";
|
|
11227
|
+
api: "api";
|
|
11228
|
+
graphql: "graphql";
|
|
11225
11229
|
orm: "orm";
|
|
11226
11230
|
auth: "auth";
|
|
11227
|
-
payments: "payments";
|
|
11228
|
-
frontend: "frontend";
|
|
11229
|
-
examples: "examples";
|
|
11230
|
-
packageManager: "packageManager";
|
|
11231
|
-
dbSetup: "dbSetup";
|
|
11232
|
-
backend: "backend";
|
|
11233
11231
|
runtime: "runtime";
|
|
11234
|
-
|
|
11235
|
-
|
|
11236
|
-
|
|
11237
|
-
testing: "testing";
|
|
11238
|
-
email: "email";
|
|
11239
|
-
validation: "validation";
|
|
11232
|
+
deploy: "deploy";
|
|
11233
|
+
dbSetup: "dbSetup";
|
|
11234
|
+
migrations: "migrations";
|
|
11240
11235
|
realtime: "realtime";
|
|
11241
|
-
|
|
11242
|
-
animation: "animation";
|
|
11243
|
-
fileUpload: "fileUpload";
|
|
11244
|
-
logging: "logging";
|
|
11245
|
-
observability: "observability";
|
|
11246
|
-
featureFlags: "featureFlags";
|
|
11247
|
-
analytics: "analytics";
|
|
11248
|
-
cms: "cms";
|
|
11236
|
+
navigation: "navigation";
|
|
11249
11237
|
caching: "caching";
|
|
11250
|
-
|
|
11251
|
-
|
|
11238
|
+
observability: "observability";
|
|
11239
|
+
email: "email";
|
|
11252
11240
|
search: "search";
|
|
11253
11241
|
vectorDb: "vectorDb";
|
|
11254
11242
|
fileStorage: "fileStorage";
|
|
11255
|
-
|
|
11256
|
-
|
|
11257
|
-
|
|
11258
|
-
|
|
11259
|
-
|
|
11260
|
-
|
|
11243
|
+
jobQueue: "jobQueue";
|
|
11244
|
+
rateLimit: "rateLimit";
|
|
11245
|
+
testing: "testing";
|
|
11246
|
+
stateManagement: "stateManagement";
|
|
11247
|
+
forms: "forms";
|
|
11248
|
+
animation: "animation";
|
|
11249
|
+
fileUpload: "fileUpload";
|
|
11250
|
+
validation: "validation";
|
|
11251
|
+
effect: "effect";
|
|
11261
11252
|
ui: "ui";
|
|
11262
11253
|
css: "css";
|
|
11263
11254
|
storage: "storage";
|
|
11264
|
-
push: "push";
|
|
11265
11255
|
ota: "ota";
|
|
11266
11256
|
deepLinking: "deepLinking";
|
|
11257
|
+
ai: "ai";
|
|
11258
|
+
payments: "payments";
|
|
11259
|
+
logging: "logging";
|
|
11260
|
+
featureFlags: "featureFlags";
|
|
11261
|
+
analytics: "analytics";
|
|
11262
|
+
cms: "cms";
|
|
11263
|
+
i18n: "i18n";
|
|
11267
11264
|
documentation: "documentation";
|
|
11268
11265
|
codeQuality: "codeQuality";
|
|
11269
11266
|
appPlatform: "appPlatform";
|
|
11270
11267
|
dataFetching: "dataFetching";
|
|
11271
11268
|
workspaceTooling: "workspaceTooling";
|
|
11269
|
+
examples: "examples";
|
|
11272
11270
|
language: "language";
|
|
11273
11271
|
buildTool: "buildTool";
|
|
11274
11272
|
cli: "cli";
|
|
11275
11273
|
errorHandling: "errorHandling";
|
|
11276
11274
|
httpClient: "httpClient";
|
|
11277
11275
|
libraries: "libraries";
|
|
11276
|
+
config: "config";
|
|
11278
11277
|
templating: "templating";
|
|
11279
11278
|
cloudSdk: "cloudSdk";
|
|
11280
11279
|
data: "data";
|
|
11281
11280
|
media: "media";
|
|
11282
11281
|
server: "server";
|
|
11282
|
+
packageManager: "packageManager";
|
|
11283
11283
|
messageQueue: "messageQueue";
|
|
11284
11284
|
}>;
|
|
11285
11285
|
toolId: z.ZodString;
|
|
@@ -11341,13 +11341,13 @@ declare function getAllJsonSchemas(): {
|
|
|
11341
11341
|
sequelize: "sequelize";
|
|
11342
11342
|
}>;
|
|
11343
11343
|
backend: z.ZodEnum<{
|
|
11344
|
+
effect: "effect";
|
|
11344
11345
|
none: "none";
|
|
11345
11346
|
hono: "hono";
|
|
11346
11347
|
express: "express";
|
|
11347
11348
|
fastify: "fastify";
|
|
11348
11349
|
elysia: "elysia";
|
|
11349
11350
|
fets: "fets";
|
|
11350
|
-
effect: "effect";
|
|
11351
11351
|
nestjs: "nestjs";
|
|
11352
11352
|
adonisjs: "adonisjs";
|
|
11353
11353
|
nitro: "nitro";
|
|
@@ -11425,8 +11425,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11425
11425
|
capacitor: "capacitor";
|
|
11426
11426
|
}>>;
|
|
11427
11427
|
examples: z.ZodArray<z.ZodEnum<{
|
|
11428
|
-
none: "none";
|
|
11429
11428
|
ai: "ai";
|
|
11429
|
+
none: "none";
|
|
11430
11430
|
"chat-sdk": "chat-sdk";
|
|
11431
11431
|
"tanstack-showcase": "tanstack-showcase";
|
|
11432
11432
|
}>>;
|
|
@@ -11540,8 +11540,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11540
11540
|
"ai-cli": "ai-cli";
|
|
11541
11541
|
}>;
|
|
11542
11542
|
effect: z.ZodEnum<{
|
|
11543
|
-
none: "none";
|
|
11544
11543
|
effect: "effect";
|
|
11544
|
+
none: "none";
|
|
11545
11545
|
"effect-full": "effect-full";
|
|
11546
11546
|
}>;
|
|
11547
11547
|
stateManagement: z.ZodEnum<{
|
|
@@ -11676,8 +11676,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11676
11676
|
"geist-mono": "geist-mono";
|
|
11677
11677
|
}>>;
|
|
11678
11678
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
11679
|
-
none: "none";
|
|
11680
11679
|
default: "default";
|
|
11680
|
+
none: "none";
|
|
11681
11681
|
small: "small";
|
|
11682
11682
|
medium: "medium";
|
|
11683
11683
|
large: "large";
|
|
@@ -11810,9 +11810,9 @@ declare function getAllJsonSchemas(): {
|
|
|
11810
11810
|
}>;
|
|
11811
11811
|
mobileUI: z.ZodEnum<{
|
|
11812
11812
|
none: "none";
|
|
11813
|
-
uniwind: "uniwind";
|
|
11814
11813
|
tamagui: "tamagui";
|
|
11815
11814
|
"gluestack-ui": "gluestack-ui";
|
|
11815
|
+
uniwind: "uniwind";
|
|
11816
11816
|
unistyles: "unistyles";
|
|
11817
11817
|
}>;
|
|
11818
11818
|
mobileStorage: z.ZodEnum<{
|
|
@@ -11897,12 +11897,12 @@ declare function getAllJsonSchemas(): {
|
|
|
11897
11897
|
ratatui: "ratatui";
|
|
11898
11898
|
}>;
|
|
11899
11899
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
11900
|
+
config: "config";
|
|
11900
11901
|
none: "none";
|
|
11901
11902
|
serde: "serde";
|
|
11902
11903
|
uuid: "uuid";
|
|
11903
11904
|
chrono: "chrono";
|
|
11904
11905
|
reqwest: "reqwest";
|
|
11905
|
-
config: "config";
|
|
11906
11906
|
dashmap: "dashmap";
|
|
11907
11907
|
"parking-lot": "parking-lot";
|
|
11908
11908
|
secrecy: "secrecy";
|
|
@@ -12511,67 +12511,67 @@ declare function getAllJsonSchemas(): {
|
|
|
12511
12511
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12512
12512
|
id: z.ZodString;
|
|
12513
12513
|
role: z.ZodEnum<{
|
|
12514
|
-
|
|
12515
|
-
|
|
12514
|
+
push: "push";
|
|
12515
|
+
frontend: "frontend";
|
|
12516
|
+
backend: "backend";
|
|
12517
|
+
mobile: "mobile";
|
|
12516
12518
|
database: "database";
|
|
12519
|
+
api: "api";
|
|
12520
|
+
graphql: "graphql";
|
|
12517
12521
|
orm: "orm";
|
|
12518
12522
|
auth: "auth";
|
|
12519
|
-
payments: "payments";
|
|
12520
|
-
frontend: "frontend";
|
|
12521
|
-
examples: "examples";
|
|
12522
|
-
packageManager: "packageManager";
|
|
12523
|
-
dbSetup: "dbSetup";
|
|
12524
|
-
backend: "backend";
|
|
12525
12523
|
runtime: "runtime";
|
|
12526
|
-
|
|
12527
|
-
|
|
12528
|
-
|
|
12529
|
-
testing: "testing";
|
|
12530
|
-
email: "email";
|
|
12531
|
-
validation: "validation";
|
|
12524
|
+
deploy: "deploy";
|
|
12525
|
+
dbSetup: "dbSetup";
|
|
12526
|
+
migrations: "migrations";
|
|
12532
12527
|
realtime: "realtime";
|
|
12533
|
-
|
|
12534
|
-
animation: "animation";
|
|
12535
|
-
fileUpload: "fileUpload";
|
|
12536
|
-
logging: "logging";
|
|
12537
|
-
observability: "observability";
|
|
12538
|
-
featureFlags: "featureFlags";
|
|
12539
|
-
analytics: "analytics";
|
|
12540
|
-
cms: "cms";
|
|
12528
|
+
navigation: "navigation";
|
|
12541
12529
|
caching: "caching";
|
|
12542
|
-
|
|
12543
|
-
|
|
12530
|
+
observability: "observability";
|
|
12531
|
+
email: "email";
|
|
12544
12532
|
search: "search";
|
|
12545
12533
|
vectorDb: "vectorDb";
|
|
12546
12534
|
fileStorage: "fileStorage";
|
|
12547
|
-
|
|
12548
|
-
|
|
12549
|
-
|
|
12550
|
-
|
|
12551
|
-
|
|
12552
|
-
|
|
12535
|
+
jobQueue: "jobQueue";
|
|
12536
|
+
rateLimit: "rateLimit";
|
|
12537
|
+
testing: "testing";
|
|
12538
|
+
stateManagement: "stateManagement";
|
|
12539
|
+
forms: "forms";
|
|
12540
|
+
animation: "animation";
|
|
12541
|
+
fileUpload: "fileUpload";
|
|
12542
|
+
validation: "validation";
|
|
12543
|
+
effect: "effect";
|
|
12553
12544
|
ui: "ui";
|
|
12554
12545
|
css: "css";
|
|
12555
12546
|
storage: "storage";
|
|
12556
|
-
push: "push";
|
|
12557
12547
|
ota: "ota";
|
|
12558
12548
|
deepLinking: "deepLinking";
|
|
12549
|
+
ai: "ai";
|
|
12550
|
+
payments: "payments";
|
|
12551
|
+
logging: "logging";
|
|
12552
|
+
featureFlags: "featureFlags";
|
|
12553
|
+
analytics: "analytics";
|
|
12554
|
+
cms: "cms";
|
|
12555
|
+
i18n: "i18n";
|
|
12559
12556
|
documentation: "documentation";
|
|
12560
12557
|
codeQuality: "codeQuality";
|
|
12561
12558
|
appPlatform: "appPlatform";
|
|
12562
12559
|
dataFetching: "dataFetching";
|
|
12563
12560
|
workspaceTooling: "workspaceTooling";
|
|
12561
|
+
examples: "examples";
|
|
12564
12562
|
language: "language";
|
|
12565
12563
|
buildTool: "buildTool";
|
|
12566
12564
|
cli: "cli";
|
|
12567
12565
|
errorHandling: "errorHandling";
|
|
12568
12566
|
httpClient: "httpClient";
|
|
12569
12567
|
libraries: "libraries";
|
|
12568
|
+
config: "config";
|
|
12570
12569
|
templating: "templating";
|
|
12571
12570
|
cloudSdk: "cloudSdk";
|
|
12572
12571
|
data: "data";
|
|
12573
12572
|
media: "media";
|
|
12574
12573
|
server: "server";
|
|
12574
|
+
packageManager: "packageManager";
|
|
12575
12575
|
messageQueue: "messageQueue";
|
|
12576
12576
|
}>;
|
|
12577
12577
|
toolId: z.ZodString;
|
|
@@ -12634,13 +12634,13 @@ declare function getAllJsonSchemas(): {
|
|
|
12634
12634
|
sequelize: "sequelize";
|
|
12635
12635
|
}>;
|
|
12636
12636
|
backend: z.ZodEnum<{
|
|
12637
|
+
effect: "effect";
|
|
12637
12638
|
none: "none";
|
|
12638
12639
|
hono: "hono";
|
|
12639
12640
|
express: "express";
|
|
12640
12641
|
fastify: "fastify";
|
|
12641
12642
|
elysia: "elysia";
|
|
12642
12643
|
fets: "fets";
|
|
12643
|
-
effect: "effect";
|
|
12644
12644
|
nestjs: "nestjs";
|
|
12645
12645
|
adonisjs: "adonisjs";
|
|
12646
12646
|
nitro: "nitro";
|
|
@@ -12718,8 +12718,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12718
12718
|
capacitor: "capacitor";
|
|
12719
12719
|
}>>;
|
|
12720
12720
|
examples: z.ZodArray<z.ZodEnum<{
|
|
12721
|
-
none: "none";
|
|
12722
12721
|
ai: "ai";
|
|
12722
|
+
none: "none";
|
|
12723
12723
|
"chat-sdk": "chat-sdk";
|
|
12724
12724
|
"tanstack-showcase": "tanstack-showcase";
|
|
12725
12725
|
}>>;
|
|
@@ -12835,8 +12835,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12835
12835
|
"ai-cli": "ai-cli";
|
|
12836
12836
|
}>;
|
|
12837
12837
|
effect: z.ZodEnum<{
|
|
12838
|
-
none: "none";
|
|
12839
12838
|
effect: "effect";
|
|
12839
|
+
none: "none";
|
|
12840
12840
|
"effect-full": "effect-full";
|
|
12841
12841
|
}>;
|
|
12842
12842
|
stateManagement: z.ZodEnum<{
|
|
@@ -12971,8 +12971,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12971
12971
|
"geist-mono": "geist-mono";
|
|
12972
12972
|
}>>;
|
|
12973
12973
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
12974
|
-
none: "none";
|
|
12975
12974
|
default: "default";
|
|
12975
|
+
none: "none";
|
|
12976
12976
|
small: "small";
|
|
12977
12977
|
medium: "medium";
|
|
12978
12978
|
large: "large";
|
|
@@ -13105,9 +13105,9 @@ declare function getAllJsonSchemas(): {
|
|
|
13105
13105
|
}>;
|
|
13106
13106
|
mobileUI: z.ZodEnum<{
|
|
13107
13107
|
none: "none";
|
|
13108
|
-
uniwind: "uniwind";
|
|
13109
13108
|
tamagui: "tamagui";
|
|
13110
13109
|
"gluestack-ui": "gluestack-ui";
|
|
13110
|
+
uniwind: "uniwind";
|
|
13111
13111
|
unistyles: "unistyles";
|
|
13112
13112
|
}>;
|
|
13113
13113
|
mobileStorage: z.ZodEnum<{
|
|
@@ -13192,12 +13192,12 @@ declare function getAllJsonSchemas(): {
|
|
|
13192
13192
|
ratatui: "ratatui";
|
|
13193
13193
|
}>;
|
|
13194
13194
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
13195
|
+
config: "config";
|
|
13195
13196
|
none: "none";
|
|
13196
13197
|
serde: "serde";
|
|
13197
13198
|
uuid: "uuid";
|
|
13198
13199
|
chrono: "chrono";
|
|
13199
13200
|
reqwest: "reqwest";
|
|
13200
|
-
config: "config";
|
|
13201
13201
|
dashmap: "dashmap";
|
|
13202
13202
|
"parking-lot": "parking-lot";
|
|
13203
13203
|
secrecy: "secrecy";
|
|
@@ -13806,67 +13806,67 @@ declare function getAllJsonSchemas(): {
|
|
|
13806
13806
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13807
13807
|
id: z.ZodString;
|
|
13808
13808
|
role: z.ZodEnum<{
|
|
13809
|
-
|
|
13810
|
-
|
|
13809
|
+
push: "push";
|
|
13810
|
+
frontend: "frontend";
|
|
13811
|
+
backend: "backend";
|
|
13812
|
+
mobile: "mobile";
|
|
13811
13813
|
database: "database";
|
|
13814
|
+
api: "api";
|
|
13815
|
+
graphql: "graphql";
|
|
13812
13816
|
orm: "orm";
|
|
13813
13817
|
auth: "auth";
|
|
13814
|
-
payments: "payments";
|
|
13815
|
-
frontend: "frontend";
|
|
13816
|
-
examples: "examples";
|
|
13817
|
-
packageManager: "packageManager";
|
|
13818
|
-
dbSetup: "dbSetup";
|
|
13819
|
-
backend: "backend";
|
|
13820
13818
|
runtime: "runtime";
|
|
13821
|
-
|
|
13822
|
-
|
|
13823
|
-
|
|
13824
|
-
testing: "testing";
|
|
13825
|
-
email: "email";
|
|
13826
|
-
validation: "validation";
|
|
13819
|
+
deploy: "deploy";
|
|
13820
|
+
dbSetup: "dbSetup";
|
|
13821
|
+
migrations: "migrations";
|
|
13827
13822
|
realtime: "realtime";
|
|
13828
|
-
|
|
13829
|
-
animation: "animation";
|
|
13830
|
-
fileUpload: "fileUpload";
|
|
13831
|
-
logging: "logging";
|
|
13832
|
-
observability: "observability";
|
|
13833
|
-
featureFlags: "featureFlags";
|
|
13834
|
-
analytics: "analytics";
|
|
13835
|
-
cms: "cms";
|
|
13823
|
+
navigation: "navigation";
|
|
13836
13824
|
caching: "caching";
|
|
13837
|
-
|
|
13838
|
-
|
|
13825
|
+
observability: "observability";
|
|
13826
|
+
email: "email";
|
|
13839
13827
|
search: "search";
|
|
13840
13828
|
vectorDb: "vectorDb";
|
|
13841
13829
|
fileStorage: "fileStorage";
|
|
13842
|
-
|
|
13843
|
-
|
|
13844
|
-
|
|
13845
|
-
|
|
13846
|
-
|
|
13847
|
-
|
|
13830
|
+
jobQueue: "jobQueue";
|
|
13831
|
+
rateLimit: "rateLimit";
|
|
13832
|
+
testing: "testing";
|
|
13833
|
+
stateManagement: "stateManagement";
|
|
13834
|
+
forms: "forms";
|
|
13835
|
+
animation: "animation";
|
|
13836
|
+
fileUpload: "fileUpload";
|
|
13837
|
+
validation: "validation";
|
|
13838
|
+
effect: "effect";
|
|
13848
13839
|
ui: "ui";
|
|
13849
13840
|
css: "css";
|
|
13850
13841
|
storage: "storage";
|
|
13851
|
-
push: "push";
|
|
13852
13842
|
ota: "ota";
|
|
13853
13843
|
deepLinking: "deepLinking";
|
|
13844
|
+
ai: "ai";
|
|
13845
|
+
payments: "payments";
|
|
13846
|
+
logging: "logging";
|
|
13847
|
+
featureFlags: "featureFlags";
|
|
13848
|
+
analytics: "analytics";
|
|
13849
|
+
cms: "cms";
|
|
13850
|
+
i18n: "i18n";
|
|
13854
13851
|
documentation: "documentation";
|
|
13855
13852
|
codeQuality: "codeQuality";
|
|
13856
13853
|
appPlatform: "appPlatform";
|
|
13857
13854
|
dataFetching: "dataFetching";
|
|
13858
13855
|
workspaceTooling: "workspaceTooling";
|
|
13856
|
+
examples: "examples";
|
|
13859
13857
|
language: "language";
|
|
13860
13858
|
buildTool: "buildTool";
|
|
13861
13859
|
cli: "cli";
|
|
13862
13860
|
errorHandling: "errorHandling";
|
|
13863
13861
|
httpClient: "httpClient";
|
|
13864
13862
|
libraries: "libraries";
|
|
13863
|
+
config: "config";
|
|
13865
13864
|
templating: "templating";
|
|
13866
13865
|
cloudSdk: "cloudSdk";
|
|
13867
13866
|
data: "data";
|
|
13868
13867
|
media: "media";
|
|
13869
13868
|
server: "server";
|
|
13869
|
+
packageManager: "packageManager";
|
|
13870
13870
|
messageQueue: "messageQueue";
|
|
13871
13871
|
}>;
|
|
13872
13872
|
toolId: z.ZodString;
|