@better-fullstack/types 2.5.0 → 2.5.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-CbLlpynl.d.mts → defaults-RqRyHpap.d.mts} +2 -2
- package/dist/defaults-RqRyHpap.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 +328 -328
- package/dist/{schemas-BRAokgPa.d.mts → schemas-GnlaSaAD.d.mts} +633 -633
- package/dist/schemas-GnlaSaAD.d.mts.map +1 -0
- package/dist/schemas.d.mts +1 -1
- package/dist/stack-graph-CXTiPofQ.mjs.map +1 -1
- package/dist/{stack-graph-BPw9KsNm.d.mts → stack-graph-D8YLovR0.d.mts} +2 -2
- package/dist/{stack-graph-BPw9KsNm.d.mts.map → stack-graph-D8YLovR0.d.mts.map} +1 -1
- package/dist/stack-graph.d.mts +3 -3
- package/dist/{stack-translation-D7KkQm8W.d.mts → stack-translation-BV7cLYdZ.d.mts} +3 -3
- package/dist/{stack-translation-D7KkQm8W.d.mts.map → stack-translation-BV7cLYdZ.d.mts.map} +1 -1
- package/dist/stack-translation.d.mts +4 -4
- package/dist/{types-Br0NsnBr.d.mts → types-BdHthWR-.d.mts} +2 -2
- package/dist/types-BdHthWR-.d.mts.map +1 -0
- package/dist/types.d.mts +2 -2
- package/package.json +1 -1
- package/dist/defaults-CbLlpynl.d.mts.map +0 -1
- package/dist/schemas-BRAokgPa.d.mts.map +0 -1
- package/dist/types-Br0NsnBr.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";
|
|
25
24
|
none: "none";
|
|
26
25
|
hono: "hono";
|
|
27
26
|
express: "express";
|
|
28
27
|
fastify: "fastify";
|
|
29
28
|
elysia: "elysia";
|
|
30
29
|
fets: "fets";
|
|
30
|
+
effect: "effect";
|
|
31
31
|
nestjs: "nestjs";
|
|
32
32
|
adonisjs: "adonisjs";
|
|
33
33
|
nitro: "nitro";
|
|
@@ -108,8 +108,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
108
108
|
capacitor: "capacitor";
|
|
109
109
|
}>>;
|
|
110
110
|
declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
111
|
-
ai: "ai";
|
|
112
111
|
none: "none";
|
|
112
|
+
ai: "ai";
|
|
113
113
|
"chat-sdk": "chat-sdk";
|
|
114
114
|
"tanstack-showcase": "tanstack-showcase";
|
|
115
115
|
}>>;
|
|
@@ -192,28 +192,28 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
192
192
|
vercel: "vercel";
|
|
193
193
|
}>>;
|
|
194
194
|
declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
195
|
-
error: "error";
|
|
196
195
|
merge: "merge";
|
|
197
196
|
overwrite: "overwrite";
|
|
198
197
|
increment: "increment";
|
|
198
|
+
error: "error";
|
|
199
199
|
}>>;
|
|
200
200
|
declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
201
201
|
none: "none";
|
|
202
|
-
uniwind: "uniwind";
|
|
203
202
|
mern: "mern";
|
|
204
203
|
pern: "pern";
|
|
205
204
|
t3: "t3";
|
|
206
205
|
saas: "saas";
|
|
206
|
+
uniwind: "uniwind";
|
|
207
207
|
}>>;
|
|
208
208
|
declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
209
209
|
projectName: z.ZodOptional<z.ZodString>;
|
|
210
210
|
template: z.ZodOptional<z.ZodEnum<{
|
|
211
211
|
none: "none";
|
|
212
|
-
uniwind: "uniwind";
|
|
213
212
|
mern: "mern";
|
|
214
213
|
pern: "pern";
|
|
215
214
|
t3: "t3";
|
|
216
215
|
saas: "saas";
|
|
216
|
+
uniwind: "uniwind";
|
|
217
217
|
}>>;
|
|
218
218
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
219
219
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -344,8 +344,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
344
344
|
capacitor: "capacitor";
|
|
345
345
|
}>>>;
|
|
346
346
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
347
|
-
ai: "ai";
|
|
348
347
|
none: "none";
|
|
348
|
+
ai: "ai";
|
|
349
349
|
"chat-sdk": "chat-sdk";
|
|
350
350
|
"tanstack-showcase": "tanstack-showcase";
|
|
351
351
|
}>>>;
|
|
@@ -379,13 +379,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
379
379
|
docker: "docker";
|
|
380
380
|
}>>;
|
|
381
381
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
382
|
-
effect: "effect";
|
|
383
382
|
none: "none";
|
|
384
383
|
hono: "hono";
|
|
385
384
|
express: "express";
|
|
386
385
|
fastify: "fastify";
|
|
387
386
|
elysia: "elysia";
|
|
388
387
|
fets: "fets";
|
|
388
|
+
effect: "effect";
|
|
389
389
|
nestjs: "nestjs";
|
|
390
390
|
adonisjs: "adonisjs";
|
|
391
391
|
nitro: "nitro";
|
|
@@ -432,10 +432,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
432
432
|
vercel: "vercel";
|
|
433
433
|
}>>;
|
|
434
434
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
435
|
-
error: "error";
|
|
436
435
|
merge: "merge";
|
|
437
436
|
overwrite: "overwrite";
|
|
438
437
|
increment: "increment";
|
|
438
|
+
error: "error";
|
|
439
439
|
}>>;
|
|
440
440
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
441
441
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -464,8 +464,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
464
464
|
"ai-cli": "ai-cli";
|
|
465
465
|
}>>;
|
|
466
466
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
467
|
-
effect: "effect";
|
|
468
467
|
none: "none";
|
|
468
|
+
effect: "effect";
|
|
469
469
|
"effect-full": "effect-full";
|
|
470
470
|
}>>;
|
|
471
471
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -600,8 +600,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
600
600
|
"geist-mono": "geist-mono";
|
|
601
601
|
}>>;
|
|
602
602
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
603
|
-
default: "default";
|
|
604
603
|
none: "none";
|
|
604
|
+
default: "default";
|
|
605
605
|
small: "small";
|
|
606
606
|
medium: "medium";
|
|
607
607
|
large: "large";
|
|
@@ -743,9 +743,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
743
743
|
}>>;
|
|
744
744
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
745
745
|
none: "none";
|
|
746
|
+
uniwind: "uniwind";
|
|
746
747
|
tamagui: "tamagui";
|
|
747
748
|
"gluestack-ui": "gluestack-ui";
|
|
748
|
-
uniwind: "uniwind";
|
|
749
749
|
unistyles: "unistyles";
|
|
750
750
|
}>>;
|
|
751
751
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -861,12 +861,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
861
861
|
ratatui: "ratatui";
|
|
862
862
|
}>>;
|
|
863
863
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
864
|
-
config: "config";
|
|
865
864
|
none: "none";
|
|
866
865
|
serde: "serde";
|
|
867
866
|
uuid: "uuid";
|
|
868
867
|
chrono: "chrono";
|
|
869
868
|
reqwest: "reqwest";
|
|
869
|
+
config: "config";
|
|
870
870
|
dashmap: "dashmap";
|
|
871
871
|
"parking-lot": "parking-lot";
|
|
872
872
|
secrecy: "secrecy";
|
|
@@ -1511,13 +1511,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1511
1511
|
sequelize: "sequelize";
|
|
1512
1512
|
}>;
|
|
1513
1513
|
backend: z.ZodEnum<{
|
|
1514
|
-
effect: "effect";
|
|
1515
1514
|
none: "none";
|
|
1516
1515
|
hono: "hono";
|
|
1517
1516
|
express: "express";
|
|
1518
1517
|
fastify: "fastify";
|
|
1519
1518
|
elysia: "elysia";
|
|
1520
1519
|
fets: "fets";
|
|
1520
|
+
effect: "effect";
|
|
1521
1521
|
nestjs: "nestjs";
|
|
1522
1522
|
adonisjs: "adonisjs";
|
|
1523
1523
|
nitro: "nitro";
|
|
@@ -1598,8 +1598,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1598
1598
|
capacitor: "capacitor";
|
|
1599
1599
|
}>>;
|
|
1600
1600
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1601
|
-
ai: "ai";
|
|
1602
1601
|
none: "none";
|
|
1602
|
+
ai: "ai";
|
|
1603
1603
|
"chat-sdk": "chat-sdk";
|
|
1604
1604
|
"tanstack-showcase": "tanstack-showcase";
|
|
1605
1605
|
}>>;
|
|
@@ -1716,8 +1716,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1716
1716
|
"ai-cli": "ai-cli";
|
|
1717
1717
|
}>;
|
|
1718
1718
|
effect: z.ZodEnum<{
|
|
1719
|
-
effect: "effect";
|
|
1720
1719
|
none: "none";
|
|
1720
|
+
effect: "effect";
|
|
1721
1721
|
"effect-full": "effect-full";
|
|
1722
1722
|
}>;
|
|
1723
1723
|
stateManagement: z.ZodEnum<{
|
|
@@ -1852,8 +1852,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1852
1852
|
"geist-mono": "geist-mono";
|
|
1853
1853
|
}>>;
|
|
1854
1854
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1855
|
-
default: "default";
|
|
1856
1855
|
none: "none";
|
|
1856
|
+
default: "default";
|
|
1857
1857
|
small: "small";
|
|
1858
1858
|
medium: "medium";
|
|
1859
1859
|
large: "large";
|
|
@@ -1995,9 +1995,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1995
1995
|
}>;
|
|
1996
1996
|
mobileUI: z.ZodEnum<{
|
|
1997
1997
|
none: "none";
|
|
1998
|
+
uniwind: "uniwind";
|
|
1998
1999
|
tamagui: "tamagui";
|
|
1999
2000
|
"gluestack-ui": "gluestack-ui";
|
|
2000
|
-
uniwind: "uniwind";
|
|
2001
2001
|
unistyles: "unistyles";
|
|
2002
2002
|
}>;
|
|
2003
2003
|
mobileStorage: z.ZodEnum<{
|
|
@@ -2113,12 +2113,12 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2113
2113
|
ratatui: "ratatui";
|
|
2114
2114
|
}>;
|
|
2115
2115
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2116
|
-
config: "config";
|
|
2117
2116
|
none: "none";
|
|
2118
2117
|
serde: "serde";
|
|
2119
2118
|
uuid: "uuid";
|
|
2120
2119
|
chrono: "chrono";
|
|
2121
2120
|
reqwest: "reqwest";
|
|
2121
|
+
config: "config";
|
|
2122
2122
|
dashmap: "dashmap";
|
|
2123
2123
|
"parking-lot": "parking-lot";
|
|
2124
2124
|
secrecy: "secrecy";
|
|
@@ -2730,69 +2730,69 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2730
2730
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2731
2731
|
id: z.ZodString;
|
|
2732
2732
|
role: z.ZodEnum<{
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
backend: "backend";
|
|
2736
|
-
mobile: "mobile";
|
|
2733
|
+
effect: "effect";
|
|
2734
|
+
ai: "ai";
|
|
2737
2735
|
database: "database";
|
|
2738
|
-
api: "api";
|
|
2739
|
-
graphql: "graphql";
|
|
2740
2736
|
orm: "orm";
|
|
2741
2737
|
auth: "auth";
|
|
2742
|
-
|
|
2743
|
-
|
|
2738
|
+
payments: "payments";
|
|
2739
|
+
frontend: "frontend";
|
|
2740
|
+
examples: "examples";
|
|
2741
|
+
packageManager: "packageManager";
|
|
2744
2742
|
dbSetup: "dbSetup";
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
caching: "caching";
|
|
2749
|
-
observability: "observability";
|
|
2750
|
-
email: "email";
|
|
2751
|
-
search: "search";
|
|
2752
|
-
vectorDb: "vectorDb";
|
|
2753
|
-
fileStorage: "fileStorage";
|
|
2754
|
-
jobQueue: "jobQueue";
|
|
2755
|
-
rateLimit: "rateLimit";
|
|
2756
|
-
testing: "testing";
|
|
2743
|
+
backend: "backend";
|
|
2744
|
+
runtime: "runtime";
|
|
2745
|
+
api: "api";
|
|
2757
2746
|
stateManagement: "stateManagement";
|
|
2758
2747
|
forms: "forms";
|
|
2748
|
+
testing: "testing";
|
|
2749
|
+
email: "email";
|
|
2750
|
+
validation: "validation";
|
|
2751
|
+
realtime: "realtime";
|
|
2752
|
+
jobQueue: "jobQueue";
|
|
2759
2753
|
animation: "animation";
|
|
2760
2754
|
fileUpload: "fileUpload";
|
|
2761
|
-
validation: "validation";
|
|
2762
|
-
effect: "effect";
|
|
2763
|
-
ui: "ui";
|
|
2764
|
-
css: "css";
|
|
2765
|
-
storage: "storage";
|
|
2766
|
-
ota: "ota";
|
|
2767
|
-
deepLinking: "deepLinking";
|
|
2768
|
-
ai: "ai";
|
|
2769
|
-
payments: "payments";
|
|
2770
2755
|
logging: "logging";
|
|
2756
|
+
observability: "observability";
|
|
2771
2757
|
featureFlags: "featureFlags";
|
|
2772
2758
|
integrations: "integrations";
|
|
2773
2759
|
ecommerce: "ecommerce";
|
|
2774
2760
|
analytics: "analytics";
|
|
2775
2761
|
cms: "cms";
|
|
2762
|
+
caching: "caching";
|
|
2763
|
+
rateLimit: "rateLimit";
|
|
2776
2764
|
i18n: "i18n";
|
|
2765
|
+
search: "search";
|
|
2766
|
+
vectorDb: "vectorDb";
|
|
2767
|
+
fileStorage: "fileStorage";
|
|
2768
|
+
config: "config";
|
|
2769
|
+
mobile: "mobile";
|
|
2770
|
+
graphql: "graphql";
|
|
2771
|
+
deploy: "deploy";
|
|
2772
|
+
migrations: "migrations";
|
|
2773
|
+
navigation: "navigation";
|
|
2774
|
+
ui: "ui";
|
|
2775
|
+
css: "css";
|
|
2776
|
+
storage: "storage";
|
|
2777
|
+
push: "push";
|
|
2778
|
+
ota: "ota";
|
|
2779
|
+
deepLinking: "deepLinking";
|
|
2777
2780
|
documentation: "documentation";
|
|
2778
2781
|
codeQuality: "codeQuality";
|
|
2779
2782
|
appPlatform: "appPlatform";
|
|
2780
2783
|
dataFetching: "dataFetching";
|
|
2781
2784
|
workspaceTooling: "workspaceTooling";
|
|
2782
|
-
examples: "examples";
|
|
2783
2785
|
language: "language";
|
|
2784
2786
|
buildTool: "buildTool";
|
|
2785
2787
|
cli: "cli";
|
|
2786
2788
|
errorHandling: "errorHandling";
|
|
2787
2789
|
httpClient: "httpClient";
|
|
2788
2790
|
libraries: "libraries";
|
|
2789
|
-
config: "config";
|
|
2790
2791
|
templating: "templating";
|
|
2791
2792
|
cloudSdk: "cloudSdk";
|
|
2792
2793
|
data: "data";
|
|
2793
2794
|
media: "media";
|
|
2794
2795
|
server: "server";
|
|
2795
|
-
packageManager: "packageManager";
|
|
2796
2796
|
messageQueue: "messageQueue";
|
|
2797
2797
|
}>;
|
|
2798
2798
|
toolId: z.ZodString;
|
|
@@ -2854,13 +2854,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2854
2854
|
sequelize: "sequelize";
|
|
2855
2855
|
}>;
|
|
2856
2856
|
backend: z.ZodEnum<{
|
|
2857
|
-
effect: "effect";
|
|
2858
2857
|
none: "none";
|
|
2859
2858
|
hono: "hono";
|
|
2860
2859
|
express: "express";
|
|
2861
2860
|
fastify: "fastify";
|
|
2862
2861
|
elysia: "elysia";
|
|
2863
2862
|
fets: "fets";
|
|
2863
|
+
effect: "effect";
|
|
2864
2864
|
nestjs: "nestjs";
|
|
2865
2865
|
adonisjs: "adonisjs";
|
|
2866
2866
|
nitro: "nitro";
|
|
@@ -2941,8 +2941,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2941
2941
|
capacitor: "capacitor";
|
|
2942
2942
|
}>>;
|
|
2943
2943
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2944
|
-
ai: "ai";
|
|
2945
2944
|
none: "none";
|
|
2945
|
+
ai: "ai";
|
|
2946
2946
|
"chat-sdk": "chat-sdk";
|
|
2947
2947
|
"tanstack-showcase": "tanstack-showcase";
|
|
2948
2948
|
}>>;
|
|
@@ -3057,8 +3057,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3057
3057
|
"ai-cli": "ai-cli";
|
|
3058
3058
|
}>;
|
|
3059
3059
|
effect: z.ZodEnum<{
|
|
3060
|
-
effect: "effect";
|
|
3061
3060
|
none: "none";
|
|
3061
|
+
effect: "effect";
|
|
3062
3062
|
"effect-full": "effect-full";
|
|
3063
3063
|
}>;
|
|
3064
3064
|
stateManagement: z.ZodEnum<{
|
|
@@ -3193,8 +3193,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3193
3193
|
"geist-mono": "geist-mono";
|
|
3194
3194
|
}>>;
|
|
3195
3195
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3196
|
-
default: "default";
|
|
3197
3196
|
none: "none";
|
|
3197
|
+
default: "default";
|
|
3198
3198
|
small: "small";
|
|
3199
3199
|
medium: "medium";
|
|
3200
3200
|
large: "large";
|
|
@@ -3336,9 +3336,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3336
3336
|
}>;
|
|
3337
3337
|
mobileUI: z.ZodEnum<{
|
|
3338
3338
|
none: "none";
|
|
3339
|
+
uniwind: "uniwind";
|
|
3339
3340
|
tamagui: "tamagui";
|
|
3340
3341
|
"gluestack-ui": "gluestack-ui";
|
|
3341
|
-
uniwind: "uniwind";
|
|
3342
3342
|
unistyles: "unistyles";
|
|
3343
3343
|
}>;
|
|
3344
3344
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3454,12 +3454,12 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3454
3454
|
ratatui: "ratatui";
|
|
3455
3455
|
}>;
|
|
3456
3456
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3457
|
-
config: "config";
|
|
3458
3457
|
none: "none";
|
|
3459
3458
|
serde: "serde";
|
|
3460
3459
|
uuid: "uuid";
|
|
3461
3460
|
chrono: "chrono";
|
|
3462
3461
|
reqwest: "reqwest";
|
|
3462
|
+
config: "config";
|
|
3463
3463
|
dashmap: "dashmap";
|
|
3464
3464
|
"parking-lot": "parking-lot";
|
|
3465
3465
|
secrecy: "secrecy";
|
|
@@ -4071,69 +4071,69 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4071
4071
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4072
4072
|
id: z.ZodString;
|
|
4073
4073
|
role: z.ZodEnum<{
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
backend: "backend";
|
|
4077
|
-
mobile: "mobile";
|
|
4074
|
+
effect: "effect";
|
|
4075
|
+
ai: "ai";
|
|
4078
4076
|
database: "database";
|
|
4079
|
-
api: "api";
|
|
4080
|
-
graphql: "graphql";
|
|
4081
4077
|
orm: "orm";
|
|
4082
4078
|
auth: "auth";
|
|
4083
|
-
|
|
4084
|
-
|
|
4079
|
+
payments: "payments";
|
|
4080
|
+
frontend: "frontend";
|
|
4081
|
+
examples: "examples";
|
|
4082
|
+
packageManager: "packageManager";
|
|
4085
4083
|
dbSetup: "dbSetup";
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
caching: "caching";
|
|
4090
|
-
observability: "observability";
|
|
4091
|
-
email: "email";
|
|
4092
|
-
search: "search";
|
|
4093
|
-
vectorDb: "vectorDb";
|
|
4094
|
-
fileStorage: "fileStorage";
|
|
4095
|
-
jobQueue: "jobQueue";
|
|
4096
|
-
rateLimit: "rateLimit";
|
|
4097
|
-
testing: "testing";
|
|
4084
|
+
backend: "backend";
|
|
4085
|
+
runtime: "runtime";
|
|
4086
|
+
api: "api";
|
|
4098
4087
|
stateManagement: "stateManagement";
|
|
4099
4088
|
forms: "forms";
|
|
4089
|
+
testing: "testing";
|
|
4090
|
+
email: "email";
|
|
4091
|
+
validation: "validation";
|
|
4092
|
+
realtime: "realtime";
|
|
4093
|
+
jobQueue: "jobQueue";
|
|
4100
4094
|
animation: "animation";
|
|
4101
4095
|
fileUpload: "fileUpload";
|
|
4102
|
-
validation: "validation";
|
|
4103
|
-
effect: "effect";
|
|
4104
|
-
ui: "ui";
|
|
4105
|
-
css: "css";
|
|
4106
|
-
storage: "storage";
|
|
4107
|
-
ota: "ota";
|
|
4108
|
-
deepLinking: "deepLinking";
|
|
4109
|
-
ai: "ai";
|
|
4110
|
-
payments: "payments";
|
|
4111
4096
|
logging: "logging";
|
|
4097
|
+
observability: "observability";
|
|
4112
4098
|
featureFlags: "featureFlags";
|
|
4113
4099
|
integrations: "integrations";
|
|
4114
4100
|
ecommerce: "ecommerce";
|
|
4115
4101
|
analytics: "analytics";
|
|
4116
4102
|
cms: "cms";
|
|
4103
|
+
caching: "caching";
|
|
4104
|
+
rateLimit: "rateLimit";
|
|
4117
4105
|
i18n: "i18n";
|
|
4106
|
+
search: "search";
|
|
4107
|
+
vectorDb: "vectorDb";
|
|
4108
|
+
fileStorage: "fileStorage";
|
|
4109
|
+
config: "config";
|
|
4110
|
+
mobile: "mobile";
|
|
4111
|
+
graphql: "graphql";
|
|
4112
|
+
deploy: "deploy";
|
|
4113
|
+
migrations: "migrations";
|
|
4114
|
+
navigation: "navigation";
|
|
4115
|
+
ui: "ui";
|
|
4116
|
+
css: "css";
|
|
4117
|
+
storage: "storage";
|
|
4118
|
+
push: "push";
|
|
4119
|
+
ota: "ota";
|
|
4120
|
+
deepLinking: "deepLinking";
|
|
4118
4121
|
documentation: "documentation";
|
|
4119
4122
|
codeQuality: "codeQuality";
|
|
4120
4123
|
appPlatform: "appPlatform";
|
|
4121
4124
|
dataFetching: "dataFetching";
|
|
4122
4125
|
workspaceTooling: "workspaceTooling";
|
|
4123
|
-
examples: "examples";
|
|
4124
4126
|
language: "language";
|
|
4125
4127
|
buildTool: "buildTool";
|
|
4126
4128
|
cli: "cli";
|
|
4127
4129
|
errorHandling: "errorHandling";
|
|
4128
4130
|
httpClient: "httpClient";
|
|
4129
4131
|
libraries: "libraries";
|
|
4130
|
-
config: "config";
|
|
4131
4132
|
templating: "templating";
|
|
4132
4133
|
cloudSdk: "cloudSdk";
|
|
4133
4134
|
data: "data";
|
|
4134
4135
|
media: "media";
|
|
4135
4136
|
server: "server";
|
|
4136
|
-
packageManager: "packageManager";
|
|
4137
4137
|
messageQueue: "messageQueue";
|
|
4138
4138
|
}>;
|
|
4139
4139
|
toolId: z.ZodString;
|
|
@@ -4195,13 +4195,13 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4195
4195
|
sequelize: "sequelize";
|
|
4196
4196
|
}>;
|
|
4197
4197
|
backend: z.ZodEnum<{
|
|
4198
|
-
effect: "effect";
|
|
4199
4198
|
none: "none";
|
|
4200
4199
|
hono: "hono";
|
|
4201
4200
|
express: "express";
|
|
4202
4201
|
fastify: "fastify";
|
|
4203
4202
|
elysia: "elysia";
|
|
4204
4203
|
fets: "fets";
|
|
4204
|
+
effect: "effect";
|
|
4205
4205
|
nestjs: "nestjs";
|
|
4206
4206
|
adonisjs: "adonisjs";
|
|
4207
4207
|
nitro: "nitro";
|
|
@@ -4282,8 +4282,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4282
4282
|
capacitor: "capacitor";
|
|
4283
4283
|
}>>;
|
|
4284
4284
|
examples: z.ZodArray<z.ZodEnum<{
|
|
4285
|
-
ai: "ai";
|
|
4286
4285
|
none: "none";
|
|
4286
|
+
ai: "ai";
|
|
4287
4287
|
"chat-sdk": "chat-sdk";
|
|
4288
4288
|
"tanstack-showcase": "tanstack-showcase";
|
|
4289
4289
|
}>>;
|
|
@@ -4398,8 +4398,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4398
4398
|
"ai-cli": "ai-cli";
|
|
4399
4399
|
}>;
|
|
4400
4400
|
effect: z.ZodEnum<{
|
|
4401
|
-
effect: "effect";
|
|
4402
4401
|
none: "none";
|
|
4402
|
+
effect: "effect";
|
|
4403
4403
|
"effect-full": "effect-full";
|
|
4404
4404
|
}>;
|
|
4405
4405
|
stateManagement: z.ZodEnum<{
|
|
@@ -4534,8 +4534,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4534
4534
|
"geist-mono": "geist-mono";
|
|
4535
4535
|
}>>;
|
|
4536
4536
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4537
|
-
default: "default";
|
|
4538
4537
|
none: "none";
|
|
4538
|
+
default: "default";
|
|
4539
4539
|
small: "small";
|
|
4540
4540
|
medium: "medium";
|
|
4541
4541
|
large: "large";
|
|
@@ -4677,9 +4677,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4677
4677
|
}>;
|
|
4678
4678
|
mobileUI: z.ZodEnum<{
|
|
4679
4679
|
none: "none";
|
|
4680
|
+
uniwind: "uniwind";
|
|
4680
4681
|
tamagui: "tamagui";
|
|
4681
4682
|
"gluestack-ui": "gluestack-ui";
|
|
4682
|
-
uniwind: "uniwind";
|
|
4683
4683
|
unistyles: "unistyles";
|
|
4684
4684
|
}>;
|
|
4685
4685
|
mobileStorage: z.ZodEnum<{
|
|
@@ -4795,12 +4795,12 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4795
4795
|
ratatui: "ratatui";
|
|
4796
4796
|
}>;
|
|
4797
4797
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4798
|
-
config: "config";
|
|
4799
4798
|
none: "none";
|
|
4800
4799
|
serde: "serde";
|
|
4801
4800
|
uuid: "uuid";
|
|
4802
4801
|
chrono: "chrono";
|
|
4803
4802
|
reqwest: "reqwest";
|
|
4803
|
+
config: "config";
|
|
4804
4804
|
dashmap: "dashmap";
|
|
4805
4805
|
"parking-lot": "parking-lot";
|
|
4806
4806
|
secrecy: "secrecy";
|
|
@@ -5412,69 +5412,69 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5412
5412
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5413
5413
|
id: z.ZodString;
|
|
5414
5414
|
role: z.ZodEnum<{
|
|
5415
|
-
|
|
5416
|
-
|
|
5417
|
-
backend: "backend";
|
|
5418
|
-
mobile: "mobile";
|
|
5415
|
+
effect: "effect";
|
|
5416
|
+
ai: "ai";
|
|
5419
5417
|
database: "database";
|
|
5420
|
-
api: "api";
|
|
5421
|
-
graphql: "graphql";
|
|
5422
5418
|
orm: "orm";
|
|
5423
5419
|
auth: "auth";
|
|
5424
|
-
|
|
5425
|
-
|
|
5420
|
+
payments: "payments";
|
|
5421
|
+
frontend: "frontend";
|
|
5422
|
+
examples: "examples";
|
|
5423
|
+
packageManager: "packageManager";
|
|
5426
5424
|
dbSetup: "dbSetup";
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
caching: "caching";
|
|
5431
|
-
observability: "observability";
|
|
5432
|
-
email: "email";
|
|
5433
|
-
search: "search";
|
|
5434
|
-
vectorDb: "vectorDb";
|
|
5435
|
-
fileStorage: "fileStorage";
|
|
5436
|
-
jobQueue: "jobQueue";
|
|
5437
|
-
rateLimit: "rateLimit";
|
|
5438
|
-
testing: "testing";
|
|
5425
|
+
backend: "backend";
|
|
5426
|
+
runtime: "runtime";
|
|
5427
|
+
api: "api";
|
|
5439
5428
|
stateManagement: "stateManagement";
|
|
5440
5429
|
forms: "forms";
|
|
5430
|
+
testing: "testing";
|
|
5431
|
+
email: "email";
|
|
5432
|
+
validation: "validation";
|
|
5433
|
+
realtime: "realtime";
|
|
5434
|
+
jobQueue: "jobQueue";
|
|
5441
5435
|
animation: "animation";
|
|
5442
5436
|
fileUpload: "fileUpload";
|
|
5443
|
-
validation: "validation";
|
|
5444
|
-
effect: "effect";
|
|
5445
|
-
ui: "ui";
|
|
5446
|
-
css: "css";
|
|
5447
|
-
storage: "storage";
|
|
5448
|
-
ota: "ota";
|
|
5449
|
-
deepLinking: "deepLinking";
|
|
5450
|
-
ai: "ai";
|
|
5451
|
-
payments: "payments";
|
|
5452
5437
|
logging: "logging";
|
|
5438
|
+
observability: "observability";
|
|
5453
5439
|
featureFlags: "featureFlags";
|
|
5454
5440
|
integrations: "integrations";
|
|
5455
5441
|
ecommerce: "ecommerce";
|
|
5456
5442
|
analytics: "analytics";
|
|
5457
5443
|
cms: "cms";
|
|
5444
|
+
caching: "caching";
|
|
5445
|
+
rateLimit: "rateLimit";
|
|
5458
5446
|
i18n: "i18n";
|
|
5447
|
+
search: "search";
|
|
5448
|
+
vectorDb: "vectorDb";
|
|
5449
|
+
fileStorage: "fileStorage";
|
|
5450
|
+
config: "config";
|
|
5451
|
+
mobile: "mobile";
|
|
5452
|
+
graphql: "graphql";
|
|
5453
|
+
deploy: "deploy";
|
|
5454
|
+
migrations: "migrations";
|
|
5455
|
+
navigation: "navigation";
|
|
5456
|
+
ui: "ui";
|
|
5457
|
+
css: "css";
|
|
5458
|
+
storage: "storage";
|
|
5459
|
+
push: "push";
|
|
5460
|
+
ota: "ota";
|
|
5461
|
+
deepLinking: "deepLinking";
|
|
5459
5462
|
documentation: "documentation";
|
|
5460
5463
|
codeQuality: "codeQuality";
|
|
5461
5464
|
appPlatform: "appPlatform";
|
|
5462
5465
|
dataFetching: "dataFetching";
|
|
5463
5466
|
workspaceTooling: "workspaceTooling";
|
|
5464
|
-
examples: "examples";
|
|
5465
5467
|
language: "language";
|
|
5466
5468
|
buildTool: "buildTool";
|
|
5467
5469
|
cli: "cli";
|
|
5468
5470
|
errorHandling: "errorHandling";
|
|
5469
5471
|
httpClient: "httpClient";
|
|
5470
5472
|
libraries: "libraries";
|
|
5471
|
-
config: "config";
|
|
5472
5473
|
templating: "templating";
|
|
5473
5474
|
cloudSdk: "cloudSdk";
|
|
5474
5475
|
data: "data";
|
|
5475
5476
|
media: "media";
|
|
5476
5477
|
server: "server";
|
|
5477
|
-
packageManager: "packageManager";
|
|
5478
5478
|
messageQueue: "messageQueue";
|
|
5479
5479
|
}>;
|
|
5480
5480
|
toolId: z.ZodString;
|
|
@@ -5537,13 +5537,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5537
5537
|
sequelize: "sequelize";
|
|
5538
5538
|
}>;
|
|
5539
5539
|
backend: z.ZodEnum<{
|
|
5540
|
-
effect: "effect";
|
|
5541
5540
|
none: "none";
|
|
5542
5541
|
hono: "hono";
|
|
5543
5542
|
express: "express";
|
|
5544
5543
|
fastify: "fastify";
|
|
5545
5544
|
elysia: "elysia";
|
|
5546
5545
|
fets: "fets";
|
|
5546
|
+
effect: "effect";
|
|
5547
5547
|
nestjs: "nestjs";
|
|
5548
5548
|
adonisjs: "adonisjs";
|
|
5549
5549
|
nitro: "nitro";
|
|
@@ -5624,8 +5624,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5624
5624
|
capacitor: "capacitor";
|
|
5625
5625
|
}>>;
|
|
5626
5626
|
examples: z.ZodArray<z.ZodEnum<{
|
|
5627
|
-
ai: "ai";
|
|
5628
5627
|
none: "none";
|
|
5628
|
+
ai: "ai";
|
|
5629
5629
|
"chat-sdk": "chat-sdk";
|
|
5630
5630
|
"tanstack-showcase": "tanstack-showcase";
|
|
5631
5631
|
}>>;
|
|
@@ -5742,8 +5742,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5742
5742
|
"ai-cli": "ai-cli";
|
|
5743
5743
|
}>;
|
|
5744
5744
|
effect: z.ZodEnum<{
|
|
5745
|
-
effect: "effect";
|
|
5746
5745
|
none: "none";
|
|
5746
|
+
effect: "effect";
|
|
5747
5747
|
"effect-full": "effect-full";
|
|
5748
5748
|
}>;
|
|
5749
5749
|
stateManagement: z.ZodEnum<{
|
|
@@ -5878,8 +5878,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5878
5878
|
"geist-mono": "geist-mono";
|
|
5879
5879
|
}>>;
|
|
5880
5880
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
5881
|
-
default: "default";
|
|
5882
5881
|
none: "none";
|
|
5882
|
+
default: "default";
|
|
5883
5883
|
small: "small";
|
|
5884
5884
|
medium: "medium";
|
|
5885
5885
|
large: "large";
|
|
@@ -6021,9 +6021,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6021
6021
|
}>;
|
|
6022
6022
|
mobileUI: z.ZodEnum<{
|
|
6023
6023
|
none: "none";
|
|
6024
|
+
uniwind: "uniwind";
|
|
6024
6025
|
tamagui: "tamagui";
|
|
6025
6026
|
"gluestack-ui": "gluestack-ui";
|
|
6026
|
-
uniwind: "uniwind";
|
|
6027
6027
|
unistyles: "unistyles";
|
|
6028
6028
|
}>;
|
|
6029
6029
|
mobileStorage: z.ZodEnum<{
|
|
@@ -6139,12 +6139,12 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6139
6139
|
ratatui: "ratatui";
|
|
6140
6140
|
}>;
|
|
6141
6141
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
6142
|
-
config: "config";
|
|
6143
6142
|
none: "none";
|
|
6144
6143
|
serde: "serde";
|
|
6145
6144
|
uuid: "uuid";
|
|
6146
6145
|
chrono: "chrono";
|
|
6147
6146
|
reqwest: "reqwest";
|
|
6147
|
+
config: "config";
|
|
6148
6148
|
dashmap: "dashmap";
|
|
6149
6149
|
"parking-lot": "parking-lot";
|
|
6150
6150
|
secrecy: "secrecy";
|
|
@@ -6756,69 +6756,69 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6756
6756
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6757
6757
|
id: z.ZodString;
|
|
6758
6758
|
role: z.ZodEnum<{
|
|
6759
|
-
|
|
6760
|
-
|
|
6761
|
-
backend: "backend";
|
|
6762
|
-
mobile: "mobile";
|
|
6759
|
+
effect: "effect";
|
|
6760
|
+
ai: "ai";
|
|
6763
6761
|
database: "database";
|
|
6764
|
-
api: "api";
|
|
6765
|
-
graphql: "graphql";
|
|
6766
6762
|
orm: "orm";
|
|
6767
6763
|
auth: "auth";
|
|
6768
|
-
|
|
6769
|
-
|
|
6764
|
+
payments: "payments";
|
|
6765
|
+
frontend: "frontend";
|
|
6766
|
+
examples: "examples";
|
|
6767
|
+
packageManager: "packageManager";
|
|
6770
6768
|
dbSetup: "dbSetup";
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
|
|
6774
|
-
caching: "caching";
|
|
6775
|
-
observability: "observability";
|
|
6776
|
-
email: "email";
|
|
6777
|
-
search: "search";
|
|
6778
|
-
vectorDb: "vectorDb";
|
|
6779
|
-
fileStorage: "fileStorage";
|
|
6780
|
-
jobQueue: "jobQueue";
|
|
6781
|
-
rateLimit: "rateLimit";
|
|
6782
|
-
testing: "testing";
|
|
6769
|
+
backend: "backend";
|
|
6770
|
+
runtime: "runtime";
|
|
6771
|
+
api: "api";
|
|
6783
6772
|
stateManagement: "stateManagement";
|
|
6784
6773
|
forms: "forms";
|
|
6774
|
+
testing: "testing";
|
|
6775
|
+
email: "email";
|
|
6776
|
+
validation: "validation";
|
|
6777
|
+
realtime: "realtime";
|
|
6778
|
+
jobQueue: "jobQueue";
|
|
6785
6779
|
animation: "animation";
|
|
6786
6780
|
fileUpload: "fileUpload";
|
|
6787
|
-
validation: "validation";
|
|
6788
|
-
effect: "effect";
|
|
6789
|
-
ui: "ui";
|
|
6790
|
-
css: "css";
|
|
6791
|
-
storage: "storage";
|
|
6792
|
-
ota: "ota";
|
|
6793
|
-
deepLinking: "deepLinking";
|
|
6794
|
-
ai: "ai";
|
|
6795
|
-
payments: "payments";
|
|
6796
6781
|
logging: "logging";
|
|
6782
|
+
observability: "observability";
|
|
6797
6783
|
featureFlags: "featureFlags";
|
|
6798
6784
|
integrations: "integrations";
|
|
6799
6785
|
ecommerce: "ecommerce";
|
|
6800
6786
|
analytics: "analytics";
|
|
6801
6787
|
cms: "cms";
|
|
6788
|
+
caching: "caching";
|
|
6789
|
+
rateLimit: "rateLimit";
|
|
6802
6790
|
i18n: "i18n";
|
|
6791
|
+
search: "search";
|
|
6792
|
+
vectorDb: "vectorDb";
|
|
6793
|
+
fileStorage: "fileStorage";
|
|
6794
|
+
config: "config";
|
|
6795
|
+
mobile: "mobile";
|
|
6796
|
+
graphql: "graphql";
|
|
6797
|
+
deploy: "deploy";
|
|
6798
|
+
migrations: "migrations";
|
|
6799
|
+
navigation: "navigation";
|
|
6800
|
+
ui: "ui";
|
|
6801
|
+
css: "css";
|
|
6802
|
+
storage: "storage";
|
|
6803
|
+
push: "push";
|
|
6804
|
+
ota: "ota";
|
|
6805
|
+
deepLinking: "deepLinking";
|
|
6803
6806
|
documentation: "documentation";
|
|
6804
6807
|
codeQuality: "codeQuality";
|
|
6805
6808
|
appPlatform: "appPlatform";
|
|
6806
6809
|
dataFetching: "dataFetching";
|
|
6807
6810
|
workspaceTooling: "workspaceTooling";
|
|
6808
|
-
examples: "examples";
|
|
6809
6811
|
language: "language";
|
|
6810
6812
|
buildTool: "buildTool";
|
|
6811
6813
|
cli: "cli";
|
|
6812
6814
|
errorHandling: "errorHandling";
|
|
6813
6815
|
httpClient: "httpClient";
|
|
6814
6816
|
libraries: "libraries";
|
|
6815
|
-
config: "config";
|
|
6816
6817
|
templating: "templating";
|
|
6817
6818
|
cloudSdk: "cloudSdk";
|
|
6818
6819
|
data: "data";
|
|
6819
6820
|
media: "media";
|
|
6820
6821
|
server: "server";
|
|
6821
|
-
packageManager: "packageManager";
|
|
6822
6822
|
messageQueue: "messageQueue";
|
|
6823
6823
|
}>;
|
|
6824
6824
|
toolId: z.ZodString;
|
|
@@ -7222,13 +7222,13 @@ declare function getAllJsonSchemas(): {
|
|
|
7222
7222
|
sequelize: "sequelize";
|
|
7223
7223
|
}>>;
|
|
7224
7224
|
backend: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7225
|
-
effect: "effect";
|
|
7226
7225
|
none: "none";
|
|
7227
7226
|
hono: "hono";
|
|
7228
7227
|
express: "express";
|
|
7229
7228
|
fastify: "fastify";
|
|
7230
7229
|
elysia: "elysia";
|
|
7231
7230
|
fets: "fets";
|
|
7231
|
+
effect: "effect";
|
|
7232
7232
|
nestjs: "nestjs";
|
|
7233
7233
|
adonisjs: "adonisjs";
|
|
7234
7234
|
nitro: "nitro";
|
|
@@ -7309,8 +7309,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7309
7309
|
capacitor: "capacitor";
|
|
7310
7310
|
}>>;
|
|
7311
7311
|
examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7312
|
-
ai: "ai";
|
|
7313
7312
|
none: "none";
|
|
7313
|
+
ai: "ai";
|
|
7314
7314
|
"chat-sdk": "chat-sdk";
|
|
7315
7315
|
"tanstack-showcase": "tanstack-showcase";
|
|
7316
7316
|
}>>;
|
|
@@ -7393,18 +7393,18 @@ declare function getAllJsonSchemas(): {
|
|
|
7393
7393
|
vercel: "vercel";
|
|
7394
7394
|
}>>;
|
|
7395
7395
|
directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7396
|
-
error: "error";
|
|
7397
7396
|
merge: "merge";
|
|
7398
7397
|
overwrite: "overwrite";
|
|
7399
7398
|
increment: "increment";
|
|
7399
|
+
error: "error";
|
|
7400
7400
|
}>>;
|
|
7401
7401
|
template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7402
7402
|
none: "none";
|
|
7403
|
-
uniwind: "uniwind";
|
|
7404
7403
|
mern: "mern";
|
|
7405
7404
|
pern: "pern";
|
|
7406
7405
|
t3: "t3";
|
|
7407
7406
|
saas: "saas";
|
|
7407
|
+
uniwind: "uniwind";
|
|
7408
7408
|
}>>;
|
|
7409
7409
|
goWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7410
7410
|
none: "none";
|
|
@@ -7755,11 +7755,11 @@ declare function getAllJsonSchemas(): {
|
|
|
7755
7755
|
projectName: z.ZodOptional<z.ZodString>;
|
|
7756
7756
|
template: z.ZodOptional<z.ZodEnum<{
|
|
7757
7757
|
none: "none";
|
|
7758
|
-
uniwind: "uniwind";
|
|
7759
7758
|
mern: "mern";
|
|
7760
7759
|
pern: "pern";
|
|
7761
7760
|
t3: "t3";
|
|
7762
7761
|
saas: "saas";
|
|
7762
|
+
uniwind: "uniwind";
|
|
7763
7763
|
}>>;
|
|
7764
7764
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
7765
7765
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7890,8 +7890,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7890
7890
|
capacitor: "capacitor";
|
|
7891
7891
|
}>>>;
|
|
7892
7892
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7893
|
-
ai: "ai";
|
|
7894
7893
|
none: "none";
|
|
7894
|
+
ai: "ai";
|
|
7895
7895
|
"chat-sdk": "chat-sdk";
|
|
7896
7896
|
"tanstack-showcase": "tanstack-showcase";
|
|
7897
7897
|
}>>>;
|
|
@@ -7925,13 +7925,13 @@ declare function getAllJsonSchemas(): {
|
|
|
7925
7925
|
docker: "docker";
|
|
7926
7926
|
}>>;
|
|
7927
7927
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
7928
|
-
effect: "effect";
|
|
7929
7928
|
none: "none";
|
|
7930
7929
|
hono: "hono";
|
|
7931
7930
|
express: "express";
|
|
7932
7931
|
fastify: "fastify";
|
|
7933
7932
|
elysia: "elysia";
|
|
7934
7933
|
fets: "fets";
|
|
7934
|
+
effect: "effect";
|
|
7935
7935
|
nestjs: "nestjs";
|
|
7936
7936
|
adonisjs: "adonisjs";
|
|
7937
7937
|
nitro: "nitro";
|
|
@@ -7978,10 +7978,10 @@ declare function getAllJsonSchemas(): {
|
|
|
7978
7978
|
vercel: "vercel";
|
|
7979
7979
|
}>>;
|
|
7980
7980
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
7981
|
-
error: "error";
|
|
7982
7981
|
merge: "merge";
|
|
7983
7982
|
overwrite: "overwrite";
|
|
7984
7983
|
increment: "increment";
|
|
7984
|
+
error: "error";
|
|
7985
7985
|
}>>;
|
|
7986
7986
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
7987
7987
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8010,8 +8010,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8010
8010
|
"ai-cli": "ai-cli";
|
|
8011
8011
|
}>>;
|
|
8012
8012
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
8013
|
-
effect: "effect";
|
|
8014
8013
|
none: "none";
|
|
8014
|
+
effect: "effect";
|
|
8015
8015
|
"effect-full": "effect-full";
|
|
8016
8016
|
}>>;
|
|
8017
8017
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8146,8 +8146,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8146
8146
|
"geist-mono": "geist-mono";
|
|
8147
8147
|
}>>;
|
|
8148
8148
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
8149
|
-
default: "default";
|
|
8150
8149
|
none: "none";
|
|
8150
|
+
default: "default";
|
|
8151
8151
|
small: "small";
|
|
8152
8152
|
medium: "medium";
|
|
8153
8153
|
large: "large";
|
|
@@ -8289,9 +8289,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8289
8289
|
}>>;
|
|
8290
8290
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
8291
8291
|
none: "none";
|
|
8292
|
+
uniwind: "uniwind";
|
|
8292
8293
|
tamagui: "tamagui";
|
|
8293
8294
|
"gluestack-ui": "gluestack-ui";
|
|
8294
|
-
uniwind: "uniwind";
|
|
8295
8295
|
unistyles: "unistyles";
|
|
8296
8296
|
}>>;
|
|
8297
8297
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8407,12 +8407,12 @@ declare function getAllJsonSchemas(): {
|
|
|
8407
8407
|
ratatui: "ratatui";
|
|
8408
8408
|
}>>;
|
|
8409
8409
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8410
|
-
config: "config";
|
|
8411
8410
|
none: "none";
|
|
8412
8411
|
serde: "serde";
|
|
8413
8412
|
uuid: "uuid";
|
|
8414
8413
|
chrono: "chrono";
|
|
8415
8414
|
reqwest: "reqwest";
|
|
8415
|
+
config: "config";
|
|
8416
8416
|
dashmap: "dashmap";
|
|
8417
8417
|
"parking-lot": "parking-lot";
|
|
8418
8418
|
secrecy: "secrecy";
|
|
@@ -9057,13 +9057,13 @@ declare function getAllJsonSchemas(): {
|
|
|
9057
9057
|
sequelize: "sequelize";
|
|
9058
9058
|
}>;
|
|
9059
9059
|
backend: z.ZodEnum<{
|
|
9060
|
-
effect: "effect";
|
|
9061
9060
|
none: "none";
|
|
9062
9061
|
hono: "hono";
|
|
9063
9062
|
express: "express";
|
|
9064
9063
|
fastify: "fastify";
|
|
9065
9064
|
elysia: "elysia";
|
|
9066
9065
|
fets: "fets";
|
|
9066
|
+
effect: "effect";
|
|
9067
9067
|
nestjs: "nestjs";
|
|
9068
9068
|
adonisjs: "adonisjs";
|
|
9069
9069
|
nitro: "nitro";
|
|
@@ -9144,8 +9144,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9144
9144
|
capacitor: "capacitor";
|
|
9145
9145
|
}>>;
|
|
9146
9146
|
examples: z.ZodArray<z.ZodEnum<{
|
|
9147
|
-
ai: "ai";
|
|
9148
9147
|
none: "none";
|
|
9148
|
+
ai: "ai";
|
|
9149
9149
|
"chat-sdk": "chat-sdk";
|
|
9150
9150
|
"tanstack-showcase": "tanstack-showcase";
|
|
9151
9151
|
}>>;
|
|
@@ -9262,8 +9262,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9262
9262
|
"ai-cli": "ai-cli";
|
|
9263
9263
|
}>;
|
|
9264
9264
|
effect: z.ZodEnum<{
|
|
9265
|
-
effect: "effect";
|
|
9266
9265
|
none: "none";
|
|
9266
|
+
effect: "effect";
|
|
9267
9267
|
"effect-full": "effect-full";
|
|
9268
9268
|
}>;
|
|
9269
9269
|
stateManagement: z.ZodEnum<{
|
|
@@ -9398,8 +9398,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9398
9398
|
"geist-mono": "geist-mono";
|
|
9399
9399
|
}>>;
|
|
9400
9400
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
9401
|
-
default: "default";
|
|
9402
9401
|
none: "none";
|
|
9402
|
+
default: "default";
|
|
9403
9403
|
small: "small";
|
|
9404
9404
|
medium: "medium";
|
|
9405
9405
|
large: "large";
|
|
@@ -9541,9 +9541,9 @@ declare function getAllJsonSchemas(): {
|
|
|
9541
9541
|
}>;
|
|
9542
9542
|
mobileUI: z.ZodEnum<{
|
|
9543
9543
|
none: "none";
|
|
9544
|
+
uniwind: "uniwind";
|
|
9544
9545
|
tamagui: "tamagui";
|
|
9545
9546
|
"gluestack-ui": "gluestack-ui";
|
|
9546
|
-
uniwind: "uniwind";
|
|
9547
9547
|
unistyles: "unistyles";
|
|
9548
9548
|
}>;
|
|
9549
9549
|
mobileStorage: z.ZodEnum<{
|
|
@@ -9659,12 +9659,12 @@ declare function getAllJsonSchemas(): {
|
|
|
9659
9659
|
ratatui: "ratatui";
|
|
9660
9660
|
}>;
|
|
9661
9661
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
9662
|
-
config: "config";
|
|
9663
9662
|
none: "none";
|
|
9664
9663
|
serde: "serde";
|
|
9665
9664
|
uuid: "uuid";
|
|
9666
9665
|
chrono: "chrono";
|
|
9667
9666
|
reqwest: "reqwest";
|
|
9667
|
+
config: "config";
|
|
9668
9668
|
dashmap: "dashmap";
|
|
9669
9669
|
"parking-lot": "parking-lot";
|
|
9670
9670
|
secrecy: "secrecy";
|
|
@@ -10276,69 +10276,69 @@ declare function getAllJsonSchemas(): {
|
|
|
10276
10276
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10277
10277
|
id: z.ZodString;
|
|
10278
10278
|
role: z.ZodEnum<{
|
|
10279
|
-
|
|
10280
|
-
|
|
10281
|
-
backend: "backend";
|
|
10282
|
-
mobile: "mobile";
|
|
10279
|
+
effect: "effect";
|
|
10280
|
+
ai: "ai";
|
|
10283
10281
|
database: "database";
|
|
10284
|
-
api: "api";
|
|
10285
|
-
graphql: "graphql";
|
|
10286
10282
|
orm: "orm";
|
|
10287
10283
|
auth: "auth";
|
|
10288
|
-
|
|
10289
|
-
|
|
10284
|
+
payments: "payments";
|
|
10285
|
+
frontend: "frontend";
|
|
10286
|
+
examples: "examples";
|
|
10287
|
+
packageManager: "packageManager";
|
|
10290
10288
|
dbSetup: "dbSetup";
|
|
10291
|
-
|
|
10292
|
-
|
|
10293
|
-
|
|
10294
|
-
caching: "caching";
|
|
10295
|
-
observability: "observability";
|
|
10296
|
-
email: "email";
|
|
10297
|
-
search: "search";
|
|
10298
|
-
vectorDb: "vectorDb";
|
|
10299
|
-
fileStorage: "fileStorage";
|
|
10300
|
-
jobQueue: "jobQueue";
|
|
10301
|
-
rateLimit: "rateLimit";
|
|
10302
|
-
testing: "testing";
|
|
10289
|
+
backend: "backend";
|
|
10290
|
+
runtime: "runtime";
|
|
10291
|
+
api: "api";
|
|
10303
10292
|
stateManagement: "stateManagement";
|
|
10304
10293
|
forms: "forms";
|
|
10294
|
+
testing: "testing";
|
|
10295
|
+
email: "email";
|
|
10296
|
+
validation: "validation";
|
|
10297
|
+
realtime: "realtime";
|
|
10298
|
+
jobQueue: "jobQueue";
|
|
10305
10299
|
animation: "animation";
|
|
10306
10300
|
fileUpload: "fileUpload";
|
|
10307
|
-
validation: "validation";
|
|
10308
|
-
effect: "effect";
|
|
10309
|
-
ui: "ui";
|
|
10310
|
-
css: "css";
|
|
10311
|
-
storage: "storage";
|
|
10312
|
-
ota: "ota";
|
|
10313
|
-
deepLinking: "deepLinking";
|
|
10314
|
-
ai: "ai";
|
|
10315
|
-
payments: "payments";
|
|
10316
10301
|
logging: "logging";
|
|
10302
|
+
observability: "observability";
|
|
10317
10303
|
featureFlags: "featureFlags";
|
|
10318
10304
|
integrations: "integrations";
|
|
10319
10305
|
ecommerce: "ecommerce";
|
|
10320
10306
|
analytics: "analytics";
|
|
10321
10307
|
cms: "cms";
|
|
10308
|
+
caching: "caching";
|
|
10309
|
+
rateLimit: "rateLimit";
|
|
10322
10310
|
i18n: "i18n";
|
|
10311
|
+
search: "search";
|
|
10312
|
+
vectorDb: "vectorDb";
|
|
10313
|
+
fileStorage: "fileStorage";
|
|
10314
|
+
config: "config";
|
|
10315
|
+
mobile: "mobile";
|
|
10316
|
+
graphql: "graphql";
|
|
10317
|
+
deploy: "deploy";
|
|
10318
|
+
migrations: "migrations";
|
|
10319
|
+
navigation: "navigation";
|
|
10320
|
+
ui: "ui";
|
|
10321
|
+
css: "css";
|
|
10322
|
+
storage: "storage";
|
|
10323
|
+
push: "push";
|
|
10324
|
+
ota: "ota";
|
|
10325
|
+
deepLinking: "deepLinking";
|
|
10323
10326
|
documentation: "documentation";
|
|
10324
10327
|
codeQuality: "codeQuality";
|
|
10325
10328
|
appPlatform: "appPlatform";
|
|
10326
10329
|
dataFetching: "dataFetching";
|
|
10327
10330
|
workspaceTooling: "workspaceTooling";
|
|
10328
|
-
examples: "examples";
|
|
10329
10331
|
language: "language";
|
|
10330
10332
|
buildTool: "buildTool";
|
|
10331
10333
|
cli: "cli";
|
|
10332
10334
|
errorHandling: "errorHandling";
|
|
10333
10335
|
httpClient: "httpClient";
|
|
10334
10336
|
libraries: "libraries";
|
|
10335
|
-
config: "config";
|
|
10336
10337
|
templating: "templating";
|
|
10337
10338
|
cloudSdk: "cloudSdk";
|
|
10338
10339
|
data: "data";
|
|
10339
10340
|
media: "media";
|
|
10340
10341
|
server: "server";
|
|
10341
|
-
packageManager: "packageManager";
|
|
10342
10342
|
messageQueue: "messageQueue";
|
|
10343
10343
|
}>;
|
|
10344
10344
|
toolId: z.ZodString;
|
|
@@ -10400,13 +10400,13 @@ declare function getAllJsonSchemas(): {
|
|
|
10400
10400
|
sequelize: "sequelize";
|
|
10401
10401
|
}>;
|
|
10402
10402
|
backend: z.ZodEnum<{
|
|
10403
|
-
effect: "effect";
|
|
10404
10403
|
none: "none";
|
|
10405
10404
|
hono: "hono";
|
|
10406
10405
|
express: "express";
|
|
10407
10406
|
fastify: "fastify";
|
|
10408
10407
|
elysia: "elysia";
|
|
10409
10408
|
fets: "fets";
|
|
10409
|
+
effect: "effect";
|
|
10410
10410
|
nestjs: "nestjs";
|
|
10411
10411
|
adonisjs: "adonisjs";
|
|
10412
10412
|
nitro: "nitro";
|
|
@@ -10487,8 +10487,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10487
10487
|
capacitor: "capacitor";
|
|
10488
10488
|
}>>;
|
|
10489
10489
|
examples: z.ZodArray<z.ZodEnum<{
|
|
10490
|
-
ai: "ai";
|
|
10491
10490
|
none: "none";
|
|
10491
|
+
ai: "ai";
|
|
10492
10492
|
"chat-sdk": "chat-sdk";
|
|
10493
10493
|
"tanstack-showcase": "tanstack-showcase";
|
|
10494
10494
|
}>>;
|
|
@@ -10603,8 +10603,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10603
10603
|
"ai-cli": "ai-cli";
|
|
10604
10604
|
}>;
|
|
10605
10605
|
effect: z.ZodEnum<{
|
|
10606
|
-
effect: "effect";
|
|
10607
10606
|
none: "none";
|
|
10607
|
+
effect: "effect";
|
|
10608
10608
|
"effect-full": "effect-full";
|
|
10609
10609
|
}>;
|
|
10610
10610
|
stateManagement: z.ZodEnum<{
|
|
@@ -10739,8 +10739,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10739
10739
|
"geist-mono": "geist-mono";
|
|
10740
10740
|
}>>;
|
|
10741
10741
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
10742
|
-
default: "default";
|
|
10743
10742
|
none: "none";
|
|
10743
|
+
default: "default";
|
|
10744
10744
|
small: "small";
|
|
10745
10745
|
medium: "medium";
|
|
10746
10746
|
large: "large";
|
|
@@ -10882,9 +10882,9 @@ declare function getAllJsonSchemas(): {
|
|
|
10882
10882
|
}>;
|
|
10883
10883
|
mobileUI: z.ZodEnum<{
|
|
10884
10884
|
none: "none";
|
|
10885
|
+
uniwind: "uniwind";
|
|
10885
10886
|
tamagui: "tamagui";
|
|
10886
10887
|
"gluestack-ui": "gluestack-ui";
|
|
10887
|
-
uniwind: "uniwind";
|
|
10888
10888
|
unistyles: "unistyles";
|
|
10889
10889
|
}>;
|
|
10890
10890
|
mobileStorage: z.ZodEnum<{
|
|
@@ -11000,12 +11000,12 @@ declare function getAllJsonSchemas(): {
|
|
|
11000
11000
|
ratatui: "ratatui";
|
|
11001
11001
|
}>;
|
|
11002
11002
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
11003
|
-
config: "config";
|
|
11004
11003
|
none: "none";
|
|
11005
11004
|
serde: "serde";
|
|
11006
11005
|
uuid: "uuid";
|
|
11007
11006
|
chrono: "chrono";
|
|
11008
11007
|
reqwest: "reqwest";
|
|
11008
|
+
config: "config";
|
|
11009
11009
|
dashmap: "dashmap";
|
|
11010
11010
|
"parking-lot": "parking-lot";
|
|
11011
11011
|
secrecy: "secrecy";
|
|
@@ -11617,69 +11617,69 @@ declare function getAllJsonSchemas(): {
|
|
|
11617
11617
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11618
11618
|
id: z.ZodString;
|
|
11619
11619
|
role: z.ZodEnum<{
|
|
11620
|
-
|
|
11621
|
-
|
|
11622
|
-
backend: "backend";
|
|
11623
|
-
mobile: "mobile";
|
|
11620
|
+
effect: "effect";
|
|
11621
|
+
ai: "ai";
|
|
11624
11622
|
database: "database";
|
|
11625
|
-
api: "api";
|
|
11626
|
-
graphql: "graphql";
|
|
11627
11623
|
orm: "orm";
|
|
11628
11624
|
auth: "auth";
|
|
11629
|
-
|
|
11630
|
-
|
|
11625
|
+
payments: "payments";
|
|
11626
|
+
frontend: "frontend";
|
|
11627
|
+
examples: "examples";
|
|
11628
|
+
packageManager: "packageManager";
|
|
11631
11629
|
dbSetup: "dbSetup";
|
|
11632
|
-
|
|
11633
|
-
|
|
11634
|
-
|
|
11635
|
-
caching: "caching";
|
|
11636
|
-
observability: "observability";
|
|
11637
|
-
email: "email";
|
|
11638
|
-
search: "search";
|
|
11639
|
-
vectorDb: "vectorDb";
|
|
11640
|
-
fileStorage: "fileStorage";
|
|
11641
|
-
jobQueue: "jobQueue";
|
|
11642
|
-
rateLimit: "rateLimit";
|
|
11643
|
-
testing: "testing";
|
|
11630
|
+
backend: "backend";
|
|
11631
|
+
runtime: "runtime";
|
|
11632
|
+
api: "api";
|
|
11644
11633
|
stateManagement: "stateManagement";
|
|
11645
11634
|
forms: "forms";
|
|
11635
|
+
testing: "testing";
|
|
11636
|
+
email: "email";
|
|
11637
|
+
validation: "validation";
|
|
11638
|
+
realtime: "realtime";
|
|
11639
|
+
jobQueue: "jobQueue";
|
|
11646
11640
|
animation: "animation";
|
|
11647
11641
|
fileUpload: "fileUpload";
|
|
11648
|
-
validation: "validation";
|
|
11649
|
-
effect: "effect";
|
|
11650
|
-
ui: "ui";
|
|
11651
|
-
css: "css";
|
|
11652
|
-
storage: "storage";
|
|
11653
|
-
ota: "ota";
|
|
11654
|
-
deepLinking: "deepLinking";
|
|
11655
|
-
ai: "ai";
|
|
11656
|
-
payments: "payments";
|
|
11657
11642
|
logging: "logging";
|
|
11643
|
+
observability: "observability";
|
|
11658
11644
|
featureFlags: "featureFlags";
|
|
11659
11645
|
integrations: "integrations";
|
|
11660
11646
|
ecommerce: "ecommerce";
|
|
11661
11647
|
analytics: "analytics";
|
|
11662
11648
|
cms: "cms";
|
|
11649
|
+
caching: "caching";
|
|
11650
|
+
rateLimit: "rateLimit";
|
|
11663
11651
|
i18n: "i18n";
|
|
11652
|
+
search: "search";
|
|
11653
|
+
vectorDb: "vectorDb";
|
|
11654
|
+
fileStorage: "fileStorage";
|
|
11655
|
+
config: "config";
|
|
11656
|
+
mobile: "mobile";
|
|
11657
|
+
graphql: "graphql";
|
|
11658
|
+
deploy: "deploy";
|
|
11659
|
+
migrations: "migrations";
|
|
11660
|
+
navigation: "navigation";
|
|
11661
|
+
ui: "ui";
|
|
11662
|
+
css: "css";
|
|
11663
|
+
storage: "storage";
|
|
11664
|
+
push: "push";
|
|
11665
|
+
ota: "ota";
|
|
11666
|
+
deepLinking: "deepLinking";
|
|
11664
11667
|
documentation: "documentation";
|
|
11665
11668
|
codeQuality: "codeQuality";
|
|
11666
11669
|
appPlatform: "appPlatform";
|
|
11667
11670
|
dataFetching: "dataFetching";
|
|
11668
11671
|
workspaceTooling: "workspaceTooling";
|
|
11669
|
-
examples: "examples";
|
|
11670
11672
|
language: "language";
|
|
11671
11673
|
buildTool: "buildTool";
|
|
11672
11674
|
cli: "cli";
|
|
11673
11675
|
errorHandling: "errorHandling";
|
|
11674
11676
|
httpClient: "httpClient";
|
|
11675
11677
|
libraries: "libraries";
|
|
11676
|
-
config: "config";
|
|
11677
11678
|
templating: "templating";
|
|
11678
11679
|
cloudSdk: "cloudSdk";
|
|
11679
11680
|
data: "data";
|
|
11680
11681
|
media: "media";
|
|
11681
11682
|
server: "server";
|
|
11682
|
-
packageManager: "packageManager";
|
|
11683
11683
|
messageQueue: "messageQueue";
|
|
11684
11684
|
}>;
|
|
11685
11685
|
toolId: z.ZodString;
|
|
@@ -11741,13 +11741,13 @@ declare function getAllJsonSchemas(): {
|
|
|
11741
11741
|
sequelize: "sequelize";
|
|
11742
11742
|
}>;
|
|
11743
11743
|
backend: z.ZodEnum<{
|
|
11744
|
-
effect: "effect";
|
|
11745
11744
|
none: "none";
|
|
11746
11745
|
hono: "hono";
|
|
11747
11746
|
express: "express";
|
|
11748
11747
|
fastify: "fastify";
|
|
11749
11748
|
elysia: "elysia";
|
|
11750
11749
|
fets: "fets";
|
|
11750
|
+
effect: "effect";
|
|
11751
11751
|
nestjs: "nestjs";
|
|
11752
11752
|
adonisjs: "adonisjs";
|
|
11753
11753
|
nitro: "nitro";
|
|
@@ -11828,8 +11828,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11828
11828
|
capacitor: "capacitor";
|
|
11829
11829
|
}>>;
|
|
11830
11830
|
examples: z.ZodArray<z.ZodEnum<{
|
|
11831
|
-
ai: "ai";
|
|
11832
11831
|
none: "none";
|
|
11832
|
+
ai: "ai";
|
|
11833
11833
|
"chat-sdk": "chat-sdk";
|
|
11834
11834
|
"tanstack-showcase": "tanstack-showcase";
|
|
11835
11835
|
}>>;
|
|
@@ -11944,8 +11944,8 @@ declare function getAllJsonSchemas(): {
|
|
|
11944
11944
|
"ai-cli": "ai-cli";
|
|
11945
11945
|
}>;
|
|
11946
11946
|
effect: z.ZodEnum<{
|
|
11947
|
-
effect: "effect";
|
|
11948
11947
|
none: "none";
|
|
11948
|
+
effect: "effect";
|
|
11949
11949
|
"effect-full": "effect-full";
|
|
11950
11950
|
}>;
|
|
11951
11951
|
stateManagement: z.ZodEnum<{
|
|
@@ -12080,8 +12080,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12080
12080
|
"geist-mono": "geist-mono";
|
|
12081
12081
|
}>>;
|
|
12082
12082
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
12083
|
-
default: "default";
|
|
12084
12083
|
none: "none";
|
|
12084
|
+
default: "default";
|
|
12085
12085
|
small: "small";
|
|
12086
12086
|
medium: "medium";
|
|
12087
12087
|
large: "large";
|
|
@@ -12223,9 +12223,9 @@ declare function getAllJsonSchemas(): {
|
|
|
12223
12223
|
}>;
|
|
12224
12224
|
mobileUI: z.ZodEnum<{
|
|
12225
12225
|
none: "none";
|
|
12226
|
+
uniwind: "uniwind";
|
|
12226
12227
|
tamagui: "tamagui";
|
|
12227
12228
|
"gluestack-ui": "gluestack-ui";
|
|
12228
|
-
uniwind: "uniwind";
|
|
12229
12229
|
unistyles: "unistyles";
|
|
12230
12230
|
}>;
|
|
12231
12231
|
mobileStorage: z.ZodEnum<{
|
|
@@ -12341,12 +12341,12 @@ declare function getAllJsonSchemas(): {
|
|
|
12341
12341
|
ratatui: "ratatui";
|
|
12342
12342
|
}>;
|
|
12343
12343
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
12344
|
-
config: "config";
|
|
12345
12344
|
none: "none";
|
|
12346
12345
|
serde: "serde";
|
|
12347
12346
|
uuid: "uuid";
|
|
12348
12347
|
chrono: "chrono";
|
|
12349
12348
|
reqwest: "reqwest";
|
|
12349
|
+
config: "config";
|
|
12350
12350
|
dashmap: "dashmap";
|
|
12351
12351
|
"parking-lot": "parking-lot";
|
|
12352
12352
|
secrecy: "secrecy";
|
|
@@ -12958,69 +12958,69 @@ declare function getAllJsonSchemas(): {
|
|
|
12958
12958
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12959
12959
|
id: z.ZodString;
|
|
12960
12960
|
role: z.ZodEnum<{
|
|
12961
|
-
|
|
12962
|
-
|
|
12963
|
-
backend: "backend";
|
|
12964
|
-
mobile: "mobile";
|
|
12961
|
+
effect: "effect";
|
|
12962
|
+
ai: "ai";
|
|
12965
12963
|
database: "database";
|
|
12966
|
-
api: "api";
|
|
12967
|
-
graphql: "graphql";
|
|
12968
12964
|
orm: "orm";
|
|
12969
12965
|
auth: "auth";
|
|
12970
|
-
|
|
12971
|
-
|
|
12966
|
+
payments: "payments";
|
|
12967
|
+
frontend: "frontend";
|
|
12968
|
+
examples: "examples";
|
|
12969
|
+
packageManager: "packageManager";
|
|
12972
12970
|
dbSetup: "dbSetup";
|
|
12973
|
-
|
|
12974
|
-
|
|
12975
|
-
|
|
12976
|
-
caching: "caching";
|
|
12977
|
-
observability: "observability";
|
|
12978
|
-
email: "email";
|
|
12979
|
-
search: "search";
|
|
12980
|
-
vectorDb: "vectorDb";
|
|
12981
|
-
fileStorage: "fileStorage";
|
|
12982
|
-
jobQueue: "jobQueue";
|
|
12983
|
-
rateLimit: "rateLimit";
|
|
12984
|
-
testing: "testing";
|
|
12971
|
+
backend: "backend";
|
|
12972
|
+
runtime: "runtime";
|
|
12973
|
+
api: "api";
|
|
12985
12974
|
stateManagement: "stateManagement";
|
|
12986
12975
|
forms: "forms";
|
|
12976
|
+
testing: "testing";
|
|
12977
|
+
email: "email";
|
|
12978
|
+
validation: "validation";
|
|
12979
|
+
realtime: "realtime";
|
|
12980
|
+
jobQueue: "jobQueue";
|
|
12987
12981
|
animation: "animation";
|
|
12988
12982
|
fileUpload: "fileUpload";
|
|
12989
|
-
validation: "validation";
|
|
12990
|
-
effect: "effect";
|
|
12991
|
-
ui: "ui";
|
|
12992
|
-
css: "css";
|
|
12993
|
-
storage: "storage";
|
|
12994
|
-
ota: "ota";
|
|
12995
|
-
deepLinking: "deepLinking";
|
|
12996
|
-
ai: "ai";
|
|
12997
|
-
payments: "payments";
|
|
12998
12983
|
logging: "logging";
|
|
12984
|
+
observability: "observability";
|
|
12999
12985
|
featureFlags: "featureFlags";
|
|
13000
12986
|
integrations: "integrations";
|
|
13001
12987
|
ecommerce: "ecommerce";
|
|
13002
12988
|
analytics: "analytics";
|
|
13003
12989
|
cms: "cms";
|
|
12990
|
+
caching: "caching";
|
|
12991
|
+
rateLimit: "rateLimit";
|
|
13004
12992
|
i18n: "i18n";
|
|
12993
|
+
search: "search";
|
|
12994
|
+
vectorDb: "vectorDb";
|
|
12995
|
+
fileStorage: "fileStorage";
|
|
12996
|
+
config: "config";
|
|
12997
|
+
mobile: "mobile";
|
|
12998
|
+
graphql: "graphql";
|
|
12999
|
+
deploy: "deploy";
|
|
13000
|
+
migrations: "migrations";
|
|
13001
|
+
navigation: "navigation";
|
|
13002
|
+
ui: "ui";
|
|
13003
|
+
css: "css";
|
|
13004
|
+
storage: "storage";
|
|
13005
|
+
push: "push";
|
|
13006
|
+
ota: "ota";
|
|
13007
|
+
deepLinking: "deepLinking";
|
|
13005
13008
|
documentation: "documentation";
|
|
13006
13009
|
codeQuality: "codeQuality";
|
|
13007
13010
|
appPlatform: "appPlatform";
|
|
13008
13011
|
dataFetching: "dataFetching";
|
|
13009
13012
|
workspaceTooling: "workspaceTooling";
|
|
13010
|
-
examples: "examples";
|
|
13011
13013
|
language: "language";
|
|
13012
13014
|
buildTool: "buildTool";
|
|
13013
13015
|
cli: "cli";
|
|
13014
13016
|
errorHandling: "errorHandling";
|
|
13015
13017
|
httpClient: "httpClient";
|
|
13016
13018
|
libraries: "libraries";
|
|
13017
|
-
config: "config";
|
|
13018
13019
|
templating: "templating";
|
|
13019
13020
|
cloudSdk: "cloudSdk";
|
|
13020
13021
|
data: "data";
|
|
13021
13022
|
media: "media";
|
|
13022
13023
|
server: "server";
|
|
13023
|
-
packageManager: "packageManager";
|
|
13024
13024
|
messageQueue: "messageQueue";
|
|
13025
13025
|
}>;
|
|
13026
13026
|
toolId: z.ZodString;
|
|
@@ -13083,13 +13083,13 @@ declare function getAllJsonSchemas(): {
|
|
|
13083
13083
|
sequelize: "sequelize";
|
|
13084
13084
|
}>;
|
|
13085
13085
|
backend: z.ZodEnum<{
|
|
13086
|
-
effect: "effect";
|
|
13087
13086
|
none: "none";
|
|
13088
13087
|
hono: "hono";
|
|
13089
13088
|
express: "express";
|
|
13090
13089
|
fastify: "fastify";
|
|
13091
13090
|
elysia: "elysia";
|
|
13092
13091
|
fets: "fets";
|
|
13092
|
+
effect: "effect";
|
|
13093
13093
|
nestjs: "nestjs";
|
|
13094
13094
|
adonisjs: "adonisjs";
|
|
13095
13095
|
nitro: "nitro";
|
|
@@ -13170,8 +13170,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13170
13170
|
capacitor: "capacitor";
|
|
13171
13171
|
}>>;
|
|
13172
13172
|
examples: z.ZodArray<z.ZodEnum<{
|
|
13173
|
-
ai: "ai";
|
|
13174
13173
|
none: "none";
|
|
13174
|
+
ai: "ai";
|
|
13175
13175
|
"chat-sdk": "chat-sdk";
|
|
13176
13176
|
"tanstack-showcase": "tanstack-showcase";
|
|
13177
13177
|
}>>;
|
|
@@ -13288,8 +13288,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13288
13288
|
"ai-cli": "ai-cli";
|
|
13289
13289
|
}>;
|
|
13290
13290
|
effect: z.ZodEnum<{
|
|
13291
|
-
effect: "effect";
|
|
13292
13291
|
none: "none";
|
|
13292
|
+
effect: "effect";
|
|
13293
13293
|
"effect-full": "effect-full";
|
|
13294
13294
|
}>;
|
|
13295
13295
|
stateManagement: z.ZodEnum<{
|
|
@@ -13424,8 +13424,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13424
13424
|
"geist-mono": "geist-mono";
|
|
13425
13425
|
}>>;
|
|
13426
13426
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
13427
|
-
default: "default";
|
|
13428
13427
|
none: "none";
|
|
13428
|
+
default: "default";
|
|
13429
13429
|
small: "small";
|
|
13430
13430
|
medium: "medium";
|
|
13431
13431
|
large: "large";
|
|
@@ -13567,9 +13567,9 @@ declare function getAllJsonSchemas(): {
|
|
|
13567
13567
|
}>;
|
|
13568
13568
|
mobileUI: z.ZodEnum<{
|
|
13569
13569
|
none: "none";
|
|
13570
|
+
uniwind: "uniwind";
|
|
13570
13571
|
tamagui: "tamagui";
|
|
13571
13572
|
"gluestack-ui": "gluestack-ui";
|
|
13572
|
-
uniwind: "uniwind";
|
|
13573
13573
|
unistyles: "unistyles";
|
|
13574
13574
|
}>;
|
|
13575
13575
|
mobileStorage: z.ZodEnum<{
|
|
@@ -13685,12 +13685,12 @@ declare function getAllJsonSchemas(): {
|
|
|
13685
13685
|
ratatui: "ratatui";
|
|
13686
13686
|
}>;
|
|
13687
13687
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
13688
|
-
config: "config";
|
|
13689
13688
|
none: "none";
|
|
13690
13689
|
serde: "serde";
|
|
13691
13690
|
uuid: "uuid";
|
|
13692
13691
|
chrono: "chrono";
|
|
13693
13692
|
reqwest: "reqwest";
|
|
13693
|
+
config: "config";
|
|
13694
13694
|
dashmap: "dashmap";
|
|
13695
13695
|
"parking-lot": "parking-lot";
|
|
13696
13696
|
secrecy: "secrecy";
|
|
@@ -14302,69 +14302,69 @@ declare function getAllJsonSchemas(): {
|
|
|
14302
14302
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14303
14303
|
id: z.ZodString;
|
|
14304
14304
|
role: z.ZodEnum<{
|
|
14305
|
-
|
|
14306
|
-
|
|
14307
|
-
backend: "backend";
|
|
14308
|
-
mobile: "mobile";
|
|
14305
|
+
effect: "effect";
|
|
14306
|
+
ai: "ai";
|
|
14309
14307
|
database: "database";
|
|
14310
|
-
api: "api";
|
|
14311
|
-
graphql: "graphql";
|
|
14312
14308
|
orm: "orm";
|
|
14313
14309
|
auth: "auth";
|
|
14314
|
-
|
|
14315
|
-
|
|
14310
|
+
payments: "payments";
|
|
14311
|
+
frontend: "frontend";
|
|
14312
|
+
examples: "examples";
|
|
14313
|
+
packageManager: "packageManager";
|
|
14316
14314
|
dbSetup: "dbSetup";
|
|
14317
|
-
|
|
14318
|
-
|
|
14319
|
-
|
|
14320
|
-
caching: "caching";
|
|
14321
|
-
observability: "observability";
|
|
14322
|
-
email: "email";
|
|
14323
|
-
search: "search";
|
|
14324
|
-
vectorDb: "vectorDb";
|
|
14325
|
-
fileStorage: "fileStorage";
|
|
14326
|
-
jobQueue: "jobQueue";
|
|
14327
|
-
rateLimit: "rateLimit";
|
|
14328
|
-
testing: "testing";
|
|
14315
|
+
backend: "backend";
|
|
14316
|
+
runtime: "runtime";
|
|
14317
|
+
api: "api";
|
|
14329
14318
|
stateManagement: "stateManagement";
|
|
14330
14319
|
forms: "forms";
|
|
14320
|
+
testing: "testing";
|
|
14321
|
+
email: "email";
|
|
14322
|
+
validation: "validation";
|
|
14323
|
+
realtime: "realtime";
|
|
14324
|
+
jobQueue: "jobQueue";
|
|
14331
14325
|
animation: "animation";
|
|
14332
14326
|
fileUpload: "fileUpload";
|
|
14333
|
-
validation: "validation";
|
|
14334
|
-
effect: "effect";
|
|
14335
|
-
ui: "ui";
|
|
14336
|
-
css: "css";
|
|
14337
|
-
storage: "storage";
|
|
14338
|
-
ota: "ota";
|
|
14339
|
-
deepLinking: "deepLinking";
|
|
14340
|
-
ai: "ai";
|
|
14341
|
-
payments: "payments";
|
|
14342
14327
|
logging: "logging";
|
|
14328
|
+
observability: "observability";
|
|
14343
14329
|
featureFlags: "featureFlags";
|
|
14344
14330
|
integrations: "integrations";
|
|
14345
14331
|
ecommerce: "ecommerce";
|
|
14346
14332
|
analytics: "analytics";
|
|
14347
14333
|
cms: "cms";
|
|
14334
|
+
caching: "caching";
|
|
14335
|
+
rateLimit: "rateLimit";
|
|
14348
14336
|
i18n: "i18n";
|
|
14337
|
+
search: "search";
|
|
14338
|
+
vectorDb: "vectorDb";
|
|
14339
|
+
fileStorage: "fileStorage";
|
|
14340
|
+
config: "config";
|
|
14341
|
+
mobile: "mobile";
|
|
14342
|
+
graphql: "graphql";
|
|
14343
|
+
deploy: "deploy";
|
|
14344
|
+
migrations: "migrations";
|
|
14345
|
+
navigation: "navigation";
|
|
14346
|
+
ui: "ui";
|
|
14347
|
+
css: "css";
|
|
14348
|
+
storage: "storage";
|
|
14349
|
+
push: "push";
|
|
14350
|
+
ota: "ota";
|
|
14351
|
+
deepLinking: "deepLinking";
|
|
14349
14352
|
documentation: "documentation";
|
|
14350
14353
|
codeQuality: "codeQuality";
|
|
14351
14354
|
appPlatform: "appPlatform";
|
|
14352
14355
|
dataFetching: "dataFetching";
|
|
14353
14356
|
workspaceTooling: "workspaceTooling";
|
|
14354
|
-
examples: "examples";
|
|
14355
14357
|
language: "language";
|
|
14356
14358
|
buildTool: "buildTool";
|
|
14357
14359
|
cli: "cli";
|
|
14358
14360
|
errorHandling: "errorHandling";
|
|
14359
14361
|
httpClient: "httpClient";
|
|
14360
14362
|
libraries: "libraries";
|
|
14361
|
-
config: "config";
|
|
14362
14363
|
templating: "templating";
|
|
14363
14364
|
cloudSdk: "cloudSdk";
|
|
14364
14365
|
data: "data";
|
|
14365
14366
|
media: "media";
|
|
14366
14367
|
server: "server";
|
|
14367
|
-
packageManager: "packageManager";
|
|
14368
14368
|
messageQueue: "messageQueue";
|
|
14369
14369
|
}>;
|
|
14370
14370
|
toolId: z.ZodString;
|