@better-fullstack/types 2.6.5 → 2.6.6
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-2siC1CqU.d.mts → defaults-CXCA_IXN.d.mts} +2 -2
- package/dist/defaults.d.mts +3 -3
- package/dist/index.d.mts +32 -20
- package/dist/index.mjs +5 -5
- package/dist/json-schema.d.mts +326 -314
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-CBplkYwu.d.mts → schemas-DMxQS38P.d.mts} +640 -630
- package/dist/{schemas-CywxHrK2.mjs → schemas-DWWJaBQD.mjs} +2 -1
- package/dist/schemas.d.mts +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/{stack-graph-6mobDYUo.mjs → stack-graph-BLqsCkqk.mjs} +83 -5
- package/dist/{stack-graph-CmMyv1fu.d.mts → stack-graph-ocCFxrnc.d.mts} +3 -2
- package/dist/stack-graph.d.mts +3 -3
- package/dist/stack-graph.mjs +2 -2
- package/dist/{stack-translation-DwF-iWnN.d.mts → stack-translation-DDecTM8V.d.mts} +19 -6
- package/dist/{stack-translation-CavXg_BJ.mjs → stack-translation-HKhp-rYK.mjs} +74 -6
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +3 -3
- package/dist/{telemetry--r3iKqHM.mjs → telemetry-BjMbLJUQ.mjs} +4 -4
- package/dist/telemetry.mjs +4 -4
- package/dist/{types-DgPd7BLf.d.mts → types-DAJKUOQ_.d.mts} +2 -2
- package/dist/types.d.mts +2 -2
- package/package.json +2 -1
- package/dist/defaults-2siC1CqU.d.mts.map +0 -1
- package/dist/defaults-nq08Mnf5.mjs.map +0 -1
- package/dist/index.d.mts.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/json-schema.d.mts.map +0 -1
- package/dist/json-schema.mjs.map +0 -1
- package/dist/schemas-CBplkYwu.d.mts.map +0 -1
- package/dist/schemas-CywxHrK2.mjs.map +0 -1
- package/dist/stack-graph-6mobDYUo.mjs.map +0 -1
- package/dist/stack-graph-CmMyv1fu.d.mts.map +0 -1
- package/dist/stack-translation-CavXg_BJ.mjs.map +0 -1
- package/dist/stack-translation-DwF-iWnN.d.mts.map +0 -1
- package/dist/telemetry--r3iKqHM.mjs.map +0 -1
- package/dist/telemetry-D4mP-fTC.d.mts.map +0 -1
- package/dist/types-DgPd7BLf.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";
|
|
@@ -83,6 +83,7 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
83
83
|
fumadocs: "fumadocs";
|
|
84
84
|
ultracite: "ultracite";
|
|
85
85
|
oxlint: "oxlint";
|
|
86
|
+
"shadcn-lint": "shadcn-lint";
|
|
86
87
|
opentui: "opentui";
|
|
87
88
|
wxt: "wxt";
|
|
88
89
|
msw: "msw";
|
|
@@ -109,8 +110,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
109
110
|
capacitor: "capacitor";
|
|
110
111
|
}>>;
|
|
111
112
|
declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
112
|
-
none: "none";
|
|
113
113
|
ai: "ai";
|
|
114
|
+
none: "none";
|
|
114
115
|
"chat-sdk": "chat-sdk";
|
|
115
116
|
"tanstack-showcase": "tanstack-showcase";
|
|
116
117
|
}>>;
|
|
@@ -193,34 +194,34 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
193
194
|
vercel: "vercel";
|
|
194
195
|
}>>;
|
|
195
196
|
declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
197
|
+
error: "error";
|
|
196
198
|
merge: "merge";
|
|
197
199
|
overwrite: "overwrite";
|
|
198
200
|
increment: "increment";
|
|
199
|
-
error: "error";
|
|
200
201
|
}>>;
|
|
201
202
|
declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
202
203
|
none: "none";
|
|
204
|
+
uniwind: "uniwind";
|
|
203
205
|
mern: "mern";
|
|
204
206
|
pern: "pern";
|
|
205
207
|
t3: "t3";
|
|
206
208
|
saas: "saas";
|
|
207
|
-
uniwind: "uniwind";
|
|
208
209
|
}>>;
|
|
209
210
|
declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
210
211
|
projectName: z.ZodOptional<z.ZodString>;
|
|
211
212
|
template: z.ZodOptional<z.ZodEnum<{
|
|
212
213
|
none: "none";
|
|
214
|
+
uniwind: "uniwind";
|
|
213
215
|
mern: "mern";
|
|
214
216
|
pern: "pern";
|
|
215
217
|
t3: "t3";
|
|
216
218
|
saas: "saas";
|
|
217
|
-
uniwind: "uniwind";
|
|
218
219
|
}>>;
|
|
219
220
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
220
|
-
fullstack: "fullstack";
|
|
221
221
|
frontend: "frontend";
|
|
222
222
|
backend: "backend";
|
|
223
223
|
mobile: "mobile";
|
|
224
|
+
fullstack: "fullstack";
|
|
224
225
|
}>>;
|
|
225
226
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
226
227
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -326,6 +327,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
326
327
|
fumadocs: "fumadocs";
|
|
327
328
|
ultracite: "ultracite";
|
|
328
329
|
oxlint: "oxlint";
|
|
330
|
+
"shadcn-lint": "shadcn-lint";
|
|
329
331
|
opentui: "opentui";
|
|
330
332
|
wxt: "wxt";
|
|
331
333
|
msw: "msw";
|
|
@@ -352,8 +354,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
352
354
|
capacitor: "capacitor";
|
|
353
355
|
}>>>;
|
|
354
356
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
355
|
-
none: "none";
|
|
356
357
|
ai: "ai";
|
|
358
|
+
none: "none";
|
|
357
359
|
"chat-sdk": "chat-sdk";
|
|
358
360
|
"tanstack-showcase": "tanstack-showcase";
|
|
359
361
|
}>>>;
|
|
@@ -387,13 +389,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
387
389
|
docker: "docker";
|
|
388
390
|
}>>;
|
|
389
391
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
392
|
+
effect: "effect";
|
|
390
393
|
none: "none";
|
|
391
394
|
hono: "hono";
|
|
392
395
|
express: "express";
|
|
393
396
|
fastify: "fastify";
|
|
394
397
|
elysia: "elysia";
|
|
395
398
|
fets: "fets";
|
|
396
|
-
effect: "effect";
|
|
397
399
|
nestjs: "nestjs";
|
|
398
400
|
adonisjs: "adonisjs";
|
|
399
401
|
nitro: "nitro";
|
|
@@ -440,10 +442,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
440
442
|
vercel: "vercel";
|
|
441
443
|
}>>;
|
|
442
444
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
445
|
+
error: "error";
|
|
443
446
|
merge: "merge";
|
|
444
447
|
overwrite: "overwrite";
|
|
445
448
|
increment: "increment";
|
|
446
|
-
error: "error";
|
|
447
449
|
}>>;
|
|
448
450
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
449
451
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -472,8 +474,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
472
474
|
"ai-cli": "ai-cli";
|
|
473
475
|
}>>;
|
|
474
476
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
475
|
-
none: "none";
|
|
476
477
|
effect: "effect";
|
|
478
|
+
none: "none";
|
|
477
479
|
"effect-full": "effect-full";
|
|
478
480
|
}>>;
|
|
479
481
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -608,8 +610,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
608
610
|
"geist-mono": "geist-mono";
|
|
609
611
|
}>>;
|
|
610
612
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
611
|
-
none: "none";
|
|
612
613
|
default: "default";
|
|
614
|
+
none: "none";
|
|
613
615
|
small: "small";
|
|
614
616
|
medium: "medium";
|
|
615
617
|
large: "large";
|
|
@@ -761,9 +763,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
761
763
|
}>>;
|
|
762
764
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
763
765
|
none: "none";
|
|
764
|
-
uniwind: "uniwind";
|
|
765
766
|
tamagui: "tamagui";
|
|
766
767
|
"gluestack-ui": "gluestack-ui";
|
|
768
|
+
uniwind: "uniwind";
|
|
767
769
|
unistyles: "unistyles";
|
|
768
770
|
}>>;
|
|
769
771
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -879,12 +881,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
879
881
|
ratatui: "ratatui";
|
|
880
882
|
}>>;
|
|
881
883
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
884
|
+
config: "config";
|
|
882
885
|
none: "none";
|
|
883
886
|
serde: "serde";
|
|
884
887
|
uuid: "uuid";
|
|
885
888
|
chrono: "chrono";
|
|
886
889
|
reqwest: "reqwest";
|
|
887
|
-
config: "config";
|
|
888
890
|
dashmap: "dashmap";
|
|
889
891
|
"parking-lot": "parking-lot";
|
|
890
892
|
secrecy: "secrecy";
|
|
@@ -1529,13 +1531,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1529
1531
|
sequelize: "sequelize";
|
|
1530
1532
|
}>;
|
|
1531
1533
|
backend: z.ZodEnum<{
|
|
1534
|
+
effect: "effect";
|
|
1532
1535
|
none: "none";
|
|
1533
1536
|
hono: "hono";
|
|
1534
1537
|
express: "express";
|
|
1535
1538
|
fastify: "fastify";
|
|
1536
1539
|
elysia: "elysia";
|
|
1537
1540
|
fets: "fets";
|
|
1538
|
-
effect: "effect";
|
|
1539
1541
|
nestjs: "nestjs";
|
|
1540
1542
|
adonisjs: "adonisjs";
|
|
1541
1543
|
nitro: "nitro";
|
|
@@ -1591,6 +1593,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1591
1593
|
fumadocs: "fumadocs";
|
|
1592
1594
|
ultracite: "ultracite";
|
|
1593
1595
|
oxlint: "oxlint";
|
|
1596
|
+
"shadcn-lint": "shadcn-lint";
|
|
1594
1597
|
opentui: "opentui";
|
|
1595
1598
|
wxt: "wxt";
|
|
1596
1599
|
msw: "msw";
|
|
@@ -1617,8 +1620,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1617
1620
|
capacitor: "capacitor";
|
|
1618
1621
|
}>>;
|
|
1619
1622
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1620
|
-
none: "none";
|
|
1621
1623
|
ai: "ai";
|
|
1624
|
+
none: "none";
|
|
1622
1625
|
"chat-sdk": "chat-sdk";
|
|
1623
1626
|
"tanstack-showcase": "tanstack-showcase";
|
|
1624
1627
|
}>>;
|
|
@@ -1735,8 +1738,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1735
1738
|
"ai-cli": "ai-cli";
|
|
1736
1739
|
}>;
|
|
1737
1740
|
effect: z.ZodEnum<{
|
|
1738
|
-
none: "none";
|
|
1739
1741
|
effect: "effect";
|
|
1742
|
+
none: "none";
|
|
1740
1743
|
"effect-full": "effect-full";
|
|
1741
1744
|
}>;
|
|
1742
1745
|
stateManagement: z.ZodEnum<{
|
|
@@ -1871,8 +1874,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1871
1874
|
"geist-mono": "geist-mono";
|
|
1872
1875
|
}>>;
|
|
1873
1876
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1874
|
-
none: "none";
|
|
1875
1877
|
default: "default";
|
|
1878
|
+
none: "none";
|
|
1876
1879
|
small: "small";
|
|
1877
1880
|
medium: "medium";
|
|
1878
1881
|
large: "large";
|
|
@@ -2024,9 +2027,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2024
2027
|
}>;
|
|
2025
2028
|
mobileUI: z.ZodEnum<{
|
|
2026
2029
|
none: "none";
|
|
2027
|
-
uniwind: "uniwind";
|
|
2028
2030
|
tamagui: "tamagui";
|
|
2029
2031
|
"gluestack-ui": "gluestack-ui";
|
|
2032
|
+
uniwind: "uniwind";
|
|
2030
2033
|
unistyles: "unistyles";
|
|
2031
2034
|
}>;
|
|
2032
2035
|
mobileStorage: z.ZodEnum<{
|
|
@@ -2142,12 +2145,12 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2142
2145
|
ratatui: "ratatui";
|
|
2143
2146
|
}>;
|
|
2144
2147
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2148
|
+
config: "config";
|
|
2145
2149
|
none: "none";
|
|
2146
2150
|
serde: "serde";
|
|
2147
2151
|
uuid: "uuid";
|
|
2148
2152
|
chrono: "chrono";
|
|
2149
2153
|
reqwest: "reqwest";
|
|
2150
|
-
config: "config";
|
|
2151
2154
|
dashmap: "dashmap";
|
|
2152
2155
|
"parking-lot": "parking-lot";
|
|
2153
2156
|
secrecy: "secrecy";
|
|
@@ -2759,55 +2762,52 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2759
2762
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2760
2763
|
id: z.ZodString;
|
|
2761
2764
|
role: z.ZodEnum<{
|
|
2762
|
-
|
|
2763
|
-
ai: "ai";
|
|
2765
|
+
push: "push";
|
|
2764
2766
|
frontend: "frontend";
|
|
2765
2767
|
backend: "backend";
|
|
2766
2768
|
mobile: "mobile";
|
|
2767
2769
|
database: "database";
|
|
2770
|
+
api: "api";
|
|
2771
|
+
graphql: "graphql";
|
|
2768
2772
|
orm: "orm";
|
|
2769
2773
|
auth: "auth";
|
|
2770
|
-
payments: "payments";
|
|
2771
|
-
examples: "examples";
|
|
2772
|
-
packageManager: "packageManager";
|
|
2773
|
-
dbSetup: "dbSetup";
|
|
2774
2774
|
runtime: "runtime";
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
testing: "testing";
|
|
2779
|
-
email: "email";
|
|
2780
|
-
validation: "validation";
|
|
2775
|
+
deploy: "deploy";
|
|
2776
|
+
dbSetup: "dbSetup";
|
|
2777
|
+
migrations: "migrations";
|
|
2781
2778
|
realtime: "realtime";
|
|
2779
|
+
navigation: "navigation";
|
|
2780
|
+
caching: "caching";
|
|
2781
|
+
observability: "observability";
|
|
2782
|
+
email: "email";
|
|
2783
|
+
search: "search";
|
|
2784
|
+
vectorDb: "vectorDb";
|
|
2785
|
+
fileStorage: "fileStorage";
|
|
2782
2786
|
jobQueue: "jobQueue";
|
|
2787
|
+
rateLimit: "rateLimit";
|
|
2788
|
+
botProtection: "botProtection";
|
|
2789
|
+
testing: "testing";
|
|
2790
|
+
stateManagement: "stateManagement";
|
|
2791
|
+
forms: "forms";
|
|
2783
2792
|
animation: "animation";
|
|
2784
2793
|
fileUpload: "fileUpload";
|
|
2794
|
+
validation: "validation";
|
|
2795
|
+
effect: "effect";
|
|
2796
|
+
ui: "ui";
|
|
2797
|
+
css: "css";
|
|
2798
|
+
storage: "storage";
|
|
2799
|
+
ota: "ota";
|
|
2800
|
+
deepLinking: "deepLinking";
|
|
2801
|
+
ai: "ai";
|
|
2802
|
+
payments: "payments";
|
|
2785
2803
|
logging: "logging";
|
|
2786
|
-
observability: "observability";
|
|
2787
2804
|
featureFlags: "featureFlags";
|
|
2788
2805
|
integrations: "integrations";
|
|
2789
2806
|
ecommerce: "ecommerce";
|
|
2790
2807
|
analytics: "analytics";
|
|
2791
2808
|
webMcp: "webMcp";
|
|
2792
2809
|
cms: "cms";
|
|
2793
|
-
caching: "caching";
|
|
2794
|
-
rateLimit: "rateLimit";
|
|
2795
|
-
botProtection: "botProtection";
|
|
2796
2810
|
i18n: "i18n";
|
|
2797
|
-
search: "search";
|
|
2798
|
-
vectorDb: "vectorDb";
|
|
2799
|
-
fileStorage: "fileStorage";
|
|
2800
|
-
config: "config";
|
|
2801
|
-
graphql: "graphql";
|
|
2802
|
-
deploy: "deploy";
|
|
2803
|
-
migrations: "migrations";
|
|
2804
|
-
navigation: "navigation";
|
|
2805
|
-
ui: "ui";
|
|
2806
|
-
css: "css";
|
|
2807
|
-
storage: "storage";
|
|
2808
|
-
push: "push";
|
|
2809
|
-
ota: "ota";
|
|
2810
|
-
deepLinking: "deepLinking";
|
|
2811
2811
|
documentation: "documentation";
|
|
2812
2812
|
codeQuality: "codeQuality";
|
|
2813
2813
|
appPlatform: "appPlatform";
|
|
@@ -2824,17 +2824,20 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2824
2824
|
apiGateway: "apiGateway";
|
|
2825
2825
|
continuousIntegration: "continuousIntegration";
|
|
2826
2826
|
backendUtilities: "backendUtilities";
|
|
2827
|
+
examples: "examples";
|
|
2827
2828
|
language: "language";
|
|
2828
2829
|
buildTool: "buildTool";
|
|
2829
2830
|
cli: "cli";
|
|
2830
2831
|
errorHandling: "errorHandling";
|
|
2831
2832
|
httpClient: "httpClient";
|
|
2832
2833
|
libraries: "libraries";
|
|
2834
|
+
config: "config";
|
|
2833
2835
|
templating: "templating";
|
|
2834
2836
|
cloudSdk: "cloudSdk";
|
|
2835
2837
|
data: "data";
|
|
2836
2838
|
media: "media";
|
|
2837
2839
|
server: "server";
|
|
2840
|
+
packageManager: "packageManager";
|
|
2838
2841
|
messageQueue: "messageQueue";
|
|
2839
2842
|
}>;
|
|
2840
2843
|
toolId: z.ZodString;
|
|
@@ -2896,13 +2899,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2896
2899
|
sequelize: "sequelize";
|
|
2897
2900
|
}>;
|
|
2898
2901
|
backend: z.ZodEnum<{
|
|
2902
|
+
effect: "effect";
|
|
2899
2903
|
none: "none";
|
|
2900
2904
|
hono: "hono";
|
|
2901
2905
|
express: "express";
|
|
2902
2906
|
fastify: "fastify";
|
|
2903
2907
|
elysia: "elysia";
|
|
2904
2908
|
fets: "fets";
|
|
2905
|
-
effect: "effect";
|
|
2906
2909
|
nestjs: "nestjs";
|
|
2907
2910
|
adonisjs: "adonisjs";
|
|
2908
2911
|
nitro: "nitro";
|
|
@@ -2958,6 +2961,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2958
2961
|
fumadocs: "fumadocs";
|
|
2959
2962
|
ultracite: "ultracite";
|
|
2960
2963
|
oxlint: "oxlint";
|
|
2964
|
+
"shadcn-lint": "shadcn-lint";
|
|
2961
2965
|
opentui: "opentui";
|
|
2962
2966
|
wxt: "wxt";
|
|
2963
2967
|
msw: "msw";
|
|
@@ -2984,8 +2988,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2984
2988
|
capacitor: "capacitor";
|
|
2985
2989
|
}>>;
|
|
2986
2990
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2987
|
-
none: "none";
|
|
2988
2991
|
ai: "ai";
|
|
2992
|
+
none: "none";
|
|
2989
2993
|
"chat-sdk": "chat-sdk";
|
|
2990
2994
|
"tanstack-showcase": "tanstack-showcase";
|
|
2991
2995
|
}>>;
|
|
@@ -3100,8 +3104,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3100
3104
|
"ai-cli": "ai-cli";
|
|
3101
3105
|
}>;
|
|
3102
3106
|
effect: z.ZodEnum<{
|
|
3103
|
-
none: "none";
|
|
3104
3107
|
effect: "effect";
|
|
3108
|
+
none: "none";
|
|
3105
3109
|
"effect-full": "effect-full";
|
|
3106
3110
|
}>;
|
|
3107
3111
|
stateManagement: z.ZodEnum<{
|
|
@@ -3236,8 +3240,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3236
3240
|
"geist-mono": "geist-mono";
|
|
3237
3241
|
}>>;
|
|
3238
3242
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3239
|
-
none: "none";
|
|
3240
3243
|
default: "default";
|
|
3244
|
+
none: "none";
|
|
3241
3245
|
small: "small";
|
|
3242
3246
|
medium: "medium";
|
|
3243
3247
|
large: "large";
|
|
@@ -3389,9 +3393,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3389
3393
|
}>;
|
|
3390
3394
|
mobileUI: z.ZodEnum<{
|
|
3391
3395
|
none: "none";
|
|
3392
|
-
uniwind: "uniwind";
|
|
3393
3396
|
tamagui: "tamagui";
|
|
3394
3397
|
"gluestack-ui": "gluestack-ui";
|
|
3398
|
+
uniwind: "uniwind";
|
|
3395
3399
|
unistyles: "unistyles";
|
|
3396
3400
|
}>;
|
|
3397
3401
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3507,12 +3511,12 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3507
3511
|
ratatui: "ratatui";
|
|
3508
3512
|
}>;
|
|
3509
3513
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3514
|
+
config: "config";
|
|
3510
3515
|
none: "none";
|
|
3511
3516
|
serde: "serde";
|
|
3512
3517
|
uuid: "uuid";
|
|
3513
3518
|
chrono: "chrono";
|
|
3514
3519
|
reqwest: "reqwest";
|
|
3515
|
-
config: "config";
|
|
3516
3520
|
dashmap: "dashmap";
|
|
3517
3521
|
"parking-lot": "parking-lot";
|
|
3518
3522
|
secrecy: "secrecy";
|
|
@@ -4124,55 +4128,52 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4124
4128
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4125
4129
|
id: z.ZodString;
|
|
4126
4130
|
role: z.ZodEnum<{
|
|
4127
|
-
|
|
4128
|
-
ai: "ai";
|
|
4131
|
+
push: "push";
|
|
4129
4132
|
frontend: "frontend";
|
|
4130
4133
|
backend: "backend";
|
|
4131
4134
|
mobile: "mobile";
|
|
4132
4135
|
database: "database";
|
|
4136
|
+
api: "api";
|
|
4137
|
+
graphql: "graphql";
|
|
4133
4138
|
orm: "orm";
|
|
4134
4139
|
auth: "auth";
|
|
4135
|
-
payments: "payments";
|
|
4136
|
-
examples: "examples";
|
|
4137
|
-
packageManager: "packageManager";
|
|
4138
|
-
dbSetup: "dbSetup";
|
|
4139
4140
|
runtime: "runtime";
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
testing: "testing";
|
|
4144
|
-
email: "email";
|
|
4145
|
-
validation: "validation";
|
|
4141
|
+
deploy: "deploy";
|
|
4142
|
+
dbSetup: "dbSetup";
|
|
4143
|
+
migrations: "migrations";
|
|
4146
4144
|
realtime: "realtime";
|
|
4145
|
+
navigation: "navigation";
|
|
4146
|
+
caching: "caching";
|
|
4147
|
+
observability: "observability";
|
|
4148
|
+
email: "email";
|
|
4149
|
+
search: "search";
|
|
4150
|
+
vectorDb: "vectorDb";
|
|
4151
|
+
fileStorage: "fileStorage";
|
|
4147
4152
|
jobQueue: "jobQueue";
|
|
4153
|
+
rateLimit: "rateLimit";
|
|
4154
|
+
botProtection: "botProtection";
|
|
4155
|
+
testing: "testing";
|
|
4156
|
+
stateManagement: "stateManagement";
|
|
4157
|
+
forms: "forms";
|
|
4148
4158
|
animation: "animation";
|
|
4149
4159
|
fileUpload: "fileUpload";
|
|
4160
|
+
validation: "validation";
|
|
4161
|
+
effect: "effect";
|
|
4162
|
+
ui: "ui";
|
|
4163
|
+
css: "css";
|
|
4164
|
+
storage: "storage";
|
|
4165
|
+
ota: "ota";
|
|
4166
|
+
deepLinking: "deepLinking";
|
|
4167
|
+
ai: "ai";
|
|
4168
|
+
payments: "payments";
|
|
4150
4169
|
logging: "logging";
|
|
4151
|
-
observability: "observability";
|
|
4152
4170
|
featureFlags: "featureFlags";
|
|
4153
4171
|
integrations: "integrations";
|
|
4154
4172
|
ecommerce: "ecommerce";
|
|
4155
4173
|
analytics: "analytics";
|
|
4156
4174
|
webMcp: "webMcp";
|
|
4157
4175
|
cms: "cms";
|
|
4158
|
-
caching: "caching";
|
|
4159
|
-
rateLimit: "rateLimit";
|
|
4160
|
-
botProtection: "botProtection";
|
|
4161
4176
|
i18n: "i18n";
|
|
4162
|
-
search: "search";
|
|
4163
|
-
vectorDb: "vectorDb";
|
|
4164
|
-
fileStorage: "fileStorage";
|
|
4165
|
-
config: "config";
|
|
4166
|
-
graphql: "graphql";
|
|
4167
|
-
deploy: "deploy";
|
|
4168
|
-
migrations: "migrations";
|
|
4169
|
-
navigation: "navigation";
|
|
4170
|
-
ui: "ui";
|
|
4171
|
-
css: "css";
|
|
4172
|
-
storage: "storage";
|
|
4173
|
-
push: "push";
|
|
4174
|
-
ota: "ota";
|
|
4175
|
-
deepLinking: "deepLinking";
|
|
4176
4177
|
documentation: "documentation";
|
|
4177
4178
|
codeQuality: "codeQuality";
|
|
4178
4179
|
appPlatform: "appPlatform";
|
|
@@ -4189,17 +4190,20 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
4189
4190
|
apiGateway: "apiGateway";
|
|
4190
4191
|
continuousIntegration: "continuousIntegration";
|
|
4191
4192
|
backendUtilities: "backendUtilities";
|
|
4193
|
+
examples: "examples";
|
|
4192
4194
|
language: "language";
|
|
4193
4195
|
buildTool: "buildTool";
|
|
4194
4196
|
cli: "cli";
|
|
4195
4197
|
errorHandling: "errorHandling";
|
|
4196
4198
|
httpClient: "httpClient";
|
|
4197
4199
|
libraries: "libraries";
|
|
4200
|
+
config: "config";
|
|
4198
4201
|
templating: "templating";
|
|
4199
4202
|
cloudSdk: "cloudSdk";
|
|
4200
4203
|
data: "data";
|
|
4201
4204
|
media: "media";
|
|
4202
4205
|
server: "server";
|
|
4206
|
+
packageManager: "packageManager";
|
|
4203
4207
|
messageQueue: "messageQueue";
|
|
4204
4208
|
}>;
|
|
4205
4209
|
toolId: z.ZodString;
|
|
@@ -4261,13 +4265,13 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4261
4265
|
sequelize: "sequelize";
|
|
4262
4266
|
}>;
|
|
4263
4267
|
backend: z.ZodEnum<{
|
|
4268
|
+
effect: "effect";
|
|
4264
4269
|
none: "none";
|
|
4265
4270
|
hono: "hono";
|
|
4266
4271
|
express: "express";
|
|
4267
4272
|
fastify: "fastify";
|
|
4268
4273
|
elysia: "elysia";
|
|
4269
4274
|
fets: "fets";
|
|
4270
|
-
effect: "effect";
|
|
4271
4275
|
nestjs: "nestjs";
|
|
4272
4276
|
adonisjs: "adonisjs";
|
|
4273
4277
|
nitro: "nitro";
|
|
@@ -4323,6 +4327,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4323
4327
|
fumadocs: "fumadocs";
|
|
4324
4328
|
ultracite: "ultracite";
|
|
4325
4329
|
oxlint: "oxlint";
|
|
4330
|
+
"shadcn-lint": "shadcn-lint";
|
|
4326
4331
|
opentui: "opentui";
|
|
4327
4332
|
wxt: "wxt";
|
|
4328
4333
|
msw: "msw";
|
|
@@ -4349,8 +4354,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4349
4354
|
capacitor: "capacitor";
|
|
4350
4355
|
}>>;
|
|
4351
4356
|
examples: z.ZodArray<z.ZodEnum<{
|
|
4352
|
-
none: "none";
|
|
4353
4357
|
ai: "ai";
|
|
4358
|
+
none: "none";
|
|
4354
4359
|
"chat-sdk": "chat-sdk";
|
|
4355
4360
|
"tanstack-showcase": "tanstack-showcase";
|
|
4356
4361
|
}>>;
|
|
@@ -4465,8 +4470,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4465
4470
|
"ai-cli": "ai-cli";
|
|
4466
4471
|
}>;
|
|
4467
4472
|
effect: z.ZodEnum<{
|
|
4468
|
-
none: "none";
|
|
4469
4473
|
effect: "effect";
|
|
4474
|
+
none: "none";
|
|
4470
4475
|
"effect-full": "effect-full";
|
|
4471
4476
|
}>;
|
|
4472
4477
|
stateManagement: z.ZodEnum<{
|
|
@@ -4601,8 +4606,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4601
4606
|
"geist-mono": "geist-mono";
|
|
4602
4607
|
}>>;
|
|
4603
4608
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4604
|
-
none: "none";
|
|
4605
4609
|
default: "default";
|
|
4610
|
+
none: "none";
|
|
4606
4611
|
small: "small";
|
|
4607
4612
|
medium: "medium";
|
|
4608
4613
|
large: "large";
|
|
@@ -4754,9 +4759,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4754
4759
|
}>;
|
|
4755
4760
|
mobileUI: z.ZodEnum<{
|
|
4756
4761
|
none: "none";
|
|
4757
|
-
uniwind: "uniwind";
|
|
4758
4762
|
tamagui: "tamagui";
|
|
4759
4763
|
"gluestack-ui": "gluestack-ui";
|
|
4764
|
+
uniwind: "uniwind";
|
|
4760
4765
|
unistyles: "unistyles";
|
|
4761
4766
|
}>;
|
|
4762
4767
|
mobileStorage: z.ZodEnum<{
|
|
@@ -4872,12 +4877,12 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4872
4877
|
ratatui: "ratatui";
|
|
4873
4878
|
}>;
|
|
4874
4879
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4880
|
+
config: "config";
|
|
4875
4881
|
none: "none";
|
|
4876
4882
|
serde: "serde";
|
|
4877
4883
|
uuid: "uuid";
|
|
4878
4884
|
chrono: "chrono";
|
|
4879
4885
|
reqwest: "reqwest";
|
|
4880
|
-
config: "config";
|
|
4881
4886
|
dashmap: "dashmap";
|
|
4882
4887
|
"parking-lot": "parking-lot";
|
|
4883
4888
|
secrecy: "secrecy";
|
|
@@ -5489,55 +5494,52 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5489
5494
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5490
5495
|
id: z.ZodString;
|
|
5491
5496
|
role: z.ZodEnum<{
|
|
5492
|
-
|
|
5493
|
-
ai: "ai";
|
|
5497
|
+
push: "push";
|
|
5494
5498
|
frontend: "frontend";
|
|
5495
5499
|
backend: "backend";
|
|
5496
5500
|
mobile: "mobile";
|
|
5497
5501
|
database: "database";
|
|
5502
|
+
api: "api";
|
|
5503
|
+
graphql: "graphql";
|
|
5498
5504
|
orm: "orm";
|
|
5499
5505
|
auth: "auth";
|
|
5500
|
-
payments: "payments";
|
|
5501
|
-
examples: "examples";
|
|
5502
|
-
packageManager: "packageManager";
|
|
5503
|
-
dbSetup: "dbSetup";
|
|
5504
5506
|
runtime: "runtime";
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
testing: "testing";
|
|
5509
|
-
email: "email";
|
|
5510
|
-
validation: "validation";
|
|
5507
|
+
deploy: "deploy";
|
|
5508
|
+
dbSetup: "dbSetup";
|
|
5509
|
+
migrations: "migrations";
|
|
5511
5510
|
realtime: "realtime";
|
|
5511
|
+
navigation: "navigation";
|
|
5512
|
+
caching: "caching";
|
|
5513
|
+
observability: "observability";
|
|
5514
|
+
email: "email";
|
|
5515
|
+
search: "search";
|
|
5516
|
+
vectorDb: "vectorDb";
|
|
5517
|
+
fileStorage: "fileStorage";
|
|
5512
5518
|
jobQueue: "jobQueue";
|
|
5519
|
+
rateLimit: "rateLimit";
|
|
5520
|
+
botProtection: "botProtection";
|
|
5521
|
+
testing: "testing";
|
|
5522
|
+
stateManagement: "stateManagement";
|
|
5523
|
+
forms: "forms";
|
|
5513
5524
|
animation: "animation";
|
|
5514
5525
|
fileUpload: "fileUpload";
|
|
5526
|
+
validation: "validation";
|
|
5527
|
+
effect: "effect";
|
|
5528
|
+
ui: "ui";
|
|
5529
|
+
css: "css";
|
|
5530
|
+
storage: "storage";
|
|
5531
|
+
ota: "ota";
|
|
5532
|
+
deepLinking: "deepLinking";
|
|
5533
|
+
ai: "ai";
|
|
5534
|
+
payments: "payments";
|
|
5515
5535
|
logging: "logging";
|
|
5516
|
-
observability: "observability";
|
|
5517
5536
|
featureFlags: "featureFlags";
|
|
5518
5537
|
integrations: "integrations";
|
|
5519
5538
|
ecommerce: "ecommerce";
|
|
5520
5539
|
analytics: "analytics";
|
|
5521
5540
|
webMcp: "webMcp";
|
|
5522
5541
|
cms: "cms";
|
|
5523
|
-
caching: "caching";
|
|
5524
|
-
rateLimit: "rateLimit";
|
|
5525
|
-
botProtection: "botProtection";
|
|
5526
5542
|
i18n: "i18n";
|
|
5527
|
-
search: "search";
|
|
5528
|
-
vectorDb: "vectorDb";
|
|
5529
|
-
fileStorage: "fileStorage";
|
|
5530
|
-
config: "config";
|
|
5531
|
-
graphql: "graphql";
|
|
5532
|
-
deploy: "deploy";
|
|
5533
|
-
migrations: "migrations";
|
|
5534
|
-
navigation: "navigation";
|
|
5535
|
-
ui: "ui";
|
|
5536
|
-
css: "css";
|
|
5537
|
-
storage: "storage";
|
|
5538
|
-
push: "push";
|
|
5539
|
-
ota: "ota";
|
|
5540
|
-
deepLinking: "deepLinking";
|
|
5541
5543
|
documentation: "documentation";
|
|
5542
5544
|
codeQuality: "codeQuality";
|
|
5543
5545
|
appPlatform: "appPlatform";
|
|
@@ -5554,17 +5556,20 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
5554
5556
|
apiGateway: "apiGateway";
|
|
5555
5557
|
continuousIntegration: "continuousIntegration";
|
|
5556
5558
|
backendUtilities: "backendUtilities";
|
|
5559
|
+
examples: "examples";
|
|
5557
5560
|
language: "language";
|
|
5558
5561
|
buildTool: "buildTool";
|
|
5559
5562
|
cli: "cli";
|
|
5560
5563
|
errorHandling: "errorHandling";
|
|
5561
5564
|
httpClient: "httpClient";
|
|
5562
5565
|
libraries: "libraries";
|
|
5566
|
+
config: "config";
|
|
5563
5567
|
templating: "templating";
|
|
5564
5568
|
cloudSdk: "cloudSdk";
|
|
5565
5569
|
data: "data";
|
|
5566
5570
|
media: "media";
|
|
5567
5571
|
server: "server";
|
|
5572
|
+
packageManager: "packageManager";
|
|
5568
5573
|
messageQueue: "messageQueue";
|
|
5569
5574
|
}>;
|
|
5570
5575
|
toolId: z.ZodString;
|
|
@@ -5627,13 +5632,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5627
5632
|
sequelize: "sequelize";
|
|
5628
5633
|
}>;
|
|
5629
5634
|
backend: z.ZodEnum<{
|
|
5635
|
+
effect: "effect";
|
|
5630
5636
|
none: "none";
|
|
5631
5637
|
hono: "hono";
|
|
5632
5638
|
express: "express";
|
|
5633
5639
|
fastify: "fastify";
|
|
5634
5640
|
elysia: "elysia";
|
|
5635
5641
|
fets: "fets";
|
|
5636
|
-
effect: "effect";
|
|
5637
5642
|
nestjs: "nestjs";
|
|
5638
5643
|
adonisjs: "adonisjs";
|
|
5639
5644
|
nitro: "nitro";
|
|
@@ -5689,6 +5694,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5689
5694
|
fumadocs: "fumadocs";
|
|
5690
5695
|
ultracite: "ultracite";
|
|
5691
5696
|
oxlint: "oxlint";
|
|
5697
|
+
"shadcn-lint": "shadcn-lint";
|
|
5692
5698
|
opentui: "opentui";
|
|
5693
5699
|
wxt: "wxt";
|
|
5694
5700
|
msw: "msw";
|
|
@@ -5715,8 +5721,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5715
5721
|
capacitor: "capacitor";
|
|
5716
5722
|
}>>;
|
|
5717
5723
|
examples: z.ZodArray<z.ZodEnum<{
|
|
5718
|
-
none: "none";
|
|
5719
5724
|
ai: "ai";
|
|
5725
|
+
none: "none";
|
|
5720
5726
|
"chat-sdk": "chat-sdk";
|
|
5721
5727
|
"tanstack-showcase": "tanstack-showcase";
|
|
5722
5728
|
}>>;
|
|
@@ -5833,8 +5839,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5833
5839
|
"ai-cli": "ai-cli";
|
|
5834
5840
|
}>;
|
|
5835
5841
|
effect: z.ZodEnum<{
|
|
5836
|
-
none: "none";
|
|
5837
5842
|
effect: "effect";
|
|
5843
|
+
none: "none";
|
|
5838
5844
|
"effect-full": "effect-full";
|
|
5839
5845
|
}>;
|
|
5840
5846
|
stateManagement: z.ZodEnum<{
|
|
@@ -5969,8 +5975,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5969
5975
|
"geist-mono": "geist-mono";
|
|
5970
5976
|
}>>;
|
|
5971
5977
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
5972
|
-
none: "none";
|
|
5973
5978
|
default: "default";
|
|
5979
|
+
none: "none";
|
|
5974
5980
|
small: "small";
|
|
5975
5981
|
medium: "medium";
|
|
5976
5982
|
large: "large";
|
|
@@ -6122,9 +6128,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6122
6128
|
}>;
|
|
6123
6129
|
mobileUI: z.ZodEnum<{
|
|
6124
6130
|
none: "none";
|
|
6125
|
-
uniwind: "uniwind";
|
|
6126
6131
|
tamagui: "tamagui";
|
|
6127
6132
|
"gluestack-ui": "gluestack-ui";
|
|
6133
|
+
uniwind: "uniwind";
|
|
6128
6134
|
unistyles: "unistyles";
|
|
6129
6135
|
}>;
|
|
6130
6136
|
mobileStorage: z.ZodEnum<{
|
|
@@ -6240,12 +6246,12 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6240
6246
|
ratatui: "ratatui";
|
|
6241
6247
|
}>;
|
|
6242
6248
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
6249
|
+
config: "config";
|
|
6243
6250
|
none: "none";
|
|
6244
6251
|
serde: "serde";
|
|
6245
6252
|
uuid: "uuid";
|
|
6246
6253
|
chrono: "chrono";
|
|
6247
6254
|
reqwest: "reqwest";
|
|
6248
|
-
config: "config";
|
|
6249
6255
|
dashmap: "dashmap";
|
|
6250
6256
|
"parking-lot": "parking-lot";
|
|
6251
6257
|
secrecy: "secrecy";
|
|
@@ -6857,55 +6863,52 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6857
6863
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6858
6864
|
id: z.ZodString;
|
|
6859
6865
|
role: z.ZodEnum<{
|
|
6860
|
-
|
|
6861
|
-
ai: "ai";
|
|
6866
|
+
push: "push";
|
|
6862
6867
|
frontend: "frontend";
|
|
6863
6868
|
backend: "backend";
|
|
6864
6869
|
mobile: "mobile";
|
|
6865
6870
|
database: "database";
|
|
6871
|
+
api: "api";
|
|
6872
|
+
graphql: "graphql";
|
|
6866
6873
|
orm: "orm";
|
|
6867
6874
|
auth: "auth";
|
|
6868
|
-
payments: "payments";
|
|
6869
|
-
examples: "examples";
|
|
6870
|
-
packageManager: "packageManager";
|
|
6871
|
-
dbSetup: "dbSetup";
|
|
6872
6875
|
runtime: "runtime";
|
|
6873
|
-
|
|
6874
|
-
|
|
6875
|
-
|
|
6876
|
-
testing: "testing";
|
|
6877
|
-
email: "email";
|
|
6878
|
-
validation: "validation";
|
|
6876
|
+
deploy: "deploy";
|
|
6877
|
+
dbSetup: "dbSetup";
|
|
6878
|
+
migrations: "migrations";
|
|
6879
6879
|
realtime: "realtime";
|
|
6880
|
+
navigation: "navigation";
|
|
6881
|
+
caching: "caching";
|
|
6882
|
+
observability: "observability";
|
|
6883
|
+
email: "email";
|
|
6884
|
+
search: "search";
|
|
6885
|
+
vectorDb: "vectorDb";
|
|
6886
|
+
fileStorage: "fileStorage";
|
|
6880
6887
|
jobQueue: "jobQueue";
|
|
6888
|
+
rateLimit: "rateLimit";
|
|
6889
|
+
botProtection: "botProtection";
|
|
6890
|
+
testing: "testing";
|
|
6891
|
+
stateManagement: "stateManagement";
|
|
6892
|
+
forms: "forms";
|
|
6881
6893
|
animation: "animation";
|
|
6882
6894
|
fileUpload: "fileUpload";
|
|
6895
|
+
validation: "validation";
|
|
6896
|
+
effect: "effect";
|
|
6897
|
+
ui: "ui";
|
|
6898
|
+
css: "css";
|
|
6899
|
+
storage: "storage";
|
|
6900
|
+
ota: "ota";
|
|
6901
|
+
deepLinking: "deepLinking";
|
|
6902
|
+
ai: "ai";
|
|
6903
|
+
payments: "payments";
|
|
6883
6904
|
logging: "logging";
|
|
6884
|
-
observability: "observability";
|
|
6885
6905
|
featureFlags: "featureFlags";
|
|
6886
6906
|
integrations: "integrations";
|
|
6887
6907
|
ecommerce: "ecommerce";
|
|
6888
6908
|
analytics: "analytics";
|
|
6889
6909
|
webMcp: "webMcp";
|
|
6890
6910
|
cms: "cms";
|
|
6891
|
-
caching: "caching";
|
|
6892
|
-
rateLimit: "rateLimit";
|
|
6893
|
-
botProtection: "botProtection";
|
|
6894
6911
|
i18n: "i18n";
|
|
6895
|
-
search: "search";
|
|
6896
|
-
vectorDb: "vectorDb";
|
|
6897
|
-
fileStorage: "fileStorage";
|
|
6898
|
-
config: "config";
|
|
6899
|
-
graphql: "graphql";
|
|
6900
|
-
deploy: "deploy";
|
|
6901
|
-
migrations: "migrations";
|
|
6902
|
-
navigation: "navigation";
|
|
6903
|
-
ui: "ui";
|
|
6904
|
-
css: "css";
|
|
6905
|
-
storage: "storage";
|
|
6906
|
-
push: "push";
|
|
6907
|
-
ota: "ota";
|
|
6908
|
-
deepLinking: "deepLinking";
|
|
6909
6912
|
documentation: "documentation";
|
|
6910
6913
|
codeQuality: "codeQuality";
|
|
6911
6914
|
appPlatform: "appPlatform";
|
|
@@ -6922,17 +6925,20 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
6922
6925
|
apiGateway: "apiGateway";
|
|
6923
6926
|
continuousIntegration: "continuousIntegration";
|
|
6924
6927
|
backendUtilities: "backendUtilities";
|
|
6928
|
+
examples: "examples";
|
|
6925
6929
|
language: "language";
|
|
6926
6930
|
buildTool: "buildTool";
|
|
6927
6931
|
cli: "cli";
|
|
6928
6932
|
errorHandling: "errorHandling";
|
|
6929
6933
|
httpClient: "httpClient";
|
|
6930
6934
|
libraries: "libraries";
|
|
6935
|
+
config: "config";
|
|
6931
6936
|
templating: "templating";
|
|
6932
6937
|
cloudSdk: "cloudSdk";
|
|
6933
6938
|
data: "data";
|
|
6934
6939
|
media: "media";
|
|
6935
6940
|
server: "server";
|
|
6941
|
+
packageManager: "packageManager";
|
|
6936
6942
|
messageQueue: "messageQueue";
|
|
6937
6943
|
}>;
|
|
6938
6944
|
toolId: z.ZodString;
|
|
@@ -7336,13 +7342,13 @@ declare function getAllJsonSchemas(): {
|
|
|
7336
7342
|
sequelize: "sequelize";
|
|
7337
7343
|
}>>;
|
|
7338
7344
|
backend: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7345
|
+
effect: "effect";
|
|
7339
7346
|
none: "none";
|
|
7340
7347
|
hono: "hono";
|
|
7341
7348
|
express: "express";
|
|
7342
7349
|
fastify: "fastify";
|
|
7343
7350
|
elysia: "elysia";
|
|
7344
7351
|
fets: "fets";
|
|
7345
|
-
effect: "effect";
|
|
7346
7352
|
nestjs: "nestjs";
|
|
7347
7353
|
adonisjs: "adonisjs";
|
|
7348
7354
|
nitro: "nitro";
|
|
@@ -7398,6 +7404,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7398
7404
|
fumadocs: "fumadocs";
|
|
7399
7405
|
ultracite: "ultracite";
|
|
7400
7406
|
oxlint: "oxlint";
|
|
7407
|
+
"shadcn-lint": "shadcn-lint";
|
|
7401
7408
|
opentui: "opentui";
|
|
7402
7409
|
wxt: "wxt";
|
|
7403
7410
|
msw: "msw";
|
|
@@ -7424,8 +7431,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7424
7431
|
capacitor: "capacitor";
|
|
7425
7432
|
}>>;
|
|
7426
7433
|
examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7427
|
-
none: "none";
|
|
7428
7434
|
ai: "ai";
|
|
7435
|
+
none: "none";
|
|
7429
7436
|
"chat-sdk": "chat-sdk";
|
|
7430
7437
|
"tanstack-showcase": "tanstack-showcase";
|
|
7431
7438
|
}>>;
|
|
@@ -7508,18 +7515,18 @@ declare function getAllJsonSchemas(): {
|
|
|
7508
7515
|
vercel: "vercel";
|
|
7509
7516
|
}>>;
|
|
7510
7517
|
directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7518
|
+
error: "error";
|
|
7511
7519
|
merge: "merge";
|
|
7512
7520
|
overwrite: "overwrite";
|
|
7513
7521
|
increment: "increment";
|
|
7514
|
-
error: "error";
|
|
7515
7522
|
}>>;
|
|
7516
7523
|
template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7517
7524
|
none: "none";
|
|
7525
|
+
uniwind: "uniwind";
|
|
7518
7526
|
mern: "mern";
|
|
7519
7527
|
pern: "pern";
|
|
7520
7528
|
t3: "t3";
|
|
7521
7529
|
saas: "saas";
|
|
7522
|
-
uniwind: "uniwind";
|
|
7523
7530
|
}>>;
|
|
7524
7531
|
goWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
7525
7532
|
none: "none";
|
|
@@ -7870,17 +7877,17 @@ declare function getAllJsonSchemas(): {
|
|
|
7870
7877
|
projectName: z.ZodOptional<z.ZodString>;
|
|
7871
7878
|
template: z.ZodOptional<z.ZodEnum<{
|
|
7872
7879
|
none: "none";
|
|
7880
|
+
uniwind: "uniwind";
|
|
7873
7881
|
mern: "mern";
|
|
7874
7882
|
pern: "pern";
|
|
7875
7883
|
t3: "t3";
|
|
7876
7884
|
saas: "saas";
|
|
7877
|
-
uniwind: "uniwind";
|
|
7878
7885
|
}>>;
|
|
7879
7886
|
shape: z.ZodOptional<z.ZodEnum<{
|
|
7880
|
-
fullstack: "fullstack";
|
|
7881
7887
|
frontend: "frontend";
|
|
7882
7888
|
backend: "backend";
|
|
7883
7889
|
mobile: "mobile";
|
|
7890
|
+
fullstack: "fullstack";
|
|
7884
7891
|
}>>;
|
|
7885
7892
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
7886
7893
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7986,6 +7993,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7986
7993
|
fumadocs: "fumadocs";
|
|
7987
7994
|
ultracite: "ultracite";
|
|
7988
7995
|
oxlint: "oxlint";
|
|
7996
|
+
"shadcn-lint": "shadcn-lint";
|
|
7989
7997
|
opentui: "opentui";
|
|
7990
7998
|
wxt: "wxt";
|
|
7991
7999
|
msw: "msw";
|
|
@@ -8012,8 +8020,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8012
8020
|
capacitor: "capacitor";
|
|
8013
8021
|
}>>>;
|
|
8014
8022
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8015
|
-
none: "none";
|
|
8016
8023
|
ai: "ai";
|
|
8024
|
+
none: "none";
|
|
8017
8025
|
"chat-sdk": "chat-sdk";
|
|
8018
8026
|
"tanstack-showcase": "tanstack-showcase";
|
|
8019
8027
|
}>>>;
|
|
@@ -8047,13 +8055,13 @@ declare function getAllJsonSchemas(): {
|
|
|
8047
8055
|
docker: "docker";
|
|
8048
8056
|
}>>;
|
|
8049
8057
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
8058
|
+
effect: "effect";
|
|
8050
8059
|
none: "none";
|
|
8051
8060
|
hono: "hono";
|
|
8052
8061
|
express: "express";
|
|
8053
8062
|
fastify: "fastify";
|
|
8054
8063
|
elysia: "elysia";
|
|
8055
8064
|
fets: "fets";
|
|
8056
|
-
effect: "effect";
|
|
8057
8065
|
nestjs: "nestjs";
|
|
8058
8066
|
adonisjs: "adonisjs";
|
|
8059
8067
|
nitro: "nitro";
|
|
@@ -8100,10 +8108,10 @@ declare function getAllJsonSchemas(): {
|
|
|
8100
8108
|
vercel: "vercel";
|
|
8101
8109
|
}>>;
|
|
8102
8110
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
8111
|
+
error: "error";
|
|
8103
8112
|
merge: "merge";
|
|
8104
8113
|
overwrite: "overwrite";
|
|
8105
8114
|
increment: "increment";
|
|
8106
|
-
error: "error";
|
|
8107
8115
|
}>>;
|
|
8108
8116
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
8109
8117
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8132,8 +8140,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8132
8140
|
"ai-cli": "ai-cli";
|
|
8133
8141
|
}>>;
|
|
8134
8142
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
8135
|
-
none: "none";
|
|
8136
8143
|
effect: "effect";
|
|
8144
|
+
none: "none";
|
|
8137
8145
|
"effect-full": "effect-full";
|
|
8138
8146
|
}>>;
|
|
8139
8147
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8268,8 +8276,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8268
8276
|
"geist-mono": "geist-mono";
|
|
8269
8277
|
}>>;
|
|
8270
8278
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
8271
|
-
none: "none";
|
|
8272
8279
|
default: "default";
|
|
8280
|
+
none: "none";
|
|
8273
8281
|
small: "small";
|
|
8274
8282
|
medium: "medium";
|
|
8275
8283
|
large: "large";
|
|
@@ -8421,9 +8429,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8421
8429
|
}>>;
|
|
8422
8430
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
8423
8431
|
none: "none";
|
|
8424
|
-
uniwind: "uniwind";
|
|
8425
8432
|
tamagui: "tamagui";
|
|
8426
8433
|
"gluestack-ui": "gluestack-ui";
|
|
8434
|
+
uniwind: "uniwind";
|
|
8427
8435
|
unistyles: "unistyles";
|
|
8428
8436
|
}>>;
|
|
8429
8437
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8539,12 +8547,12 @@ declare function getAllJsonSchemas(): {
|
|
|
8539
8547
|
ratatui: "ratatui";
|
|
8540
8548
|
}>>;
|
|
8541
8549
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8550
|
+
config: "config";
|
|
8542
8551
|
none: "none";
|
|
8543
8552
|
serde: "serde";
|
|
8544
8553
|
uuid: "uuid";
|
|
8545
8554
|
chrono: "chrono";
|
|
8546
8555
|
reqwest: "reqwest";
|
|
8547
|
-
config: "config";
|
|
8548
8556
|
dashmap: "dashmap";
|
|
8549
8557
|
"parking-lot": "parking-lot";
|
|
8550
8558
|
secrecy: "secrecy";
|
|
@@ -9189,13 +9197,13 @@ declare function getAllJsonSchemas(): {
|
|
|
9189
9197
|
sequelize: "sequelize";
|
|
9190
9198
|
}>;
|
|
9191
9199
|
backend: z.ZodEnum<{
|
|
9200
|
+
effect: "effect";
|
|
9192
9201
|
none: "none";
|
|
9193
9202
|
hono: "hono";
|
|
9194
9203
|
express: "express";
|
|
9195
9204
|
fastify: "fastify";
|
|
9196
9205
|
elysia: "elysia";
|
|
9197
9206
|
fets: "fets";
|
|
9198
|
-
effect: "effect";
|
|
9199
9207
|
nestjs: "nestjs";
|
|
9200
9208
|
adonisjs: "adonisjs";
|
|
9201
9209
|
nitro: "nitro";
|
|
@@ -9251,6 +9259,7 @@ declare function getAllJsonSchemas(): {
|
|
|
9251
9259
|
fumadocs: "fumadocs";
|
|
9252
9260
|
ultracite: "ultracite";
|
|
9253
9261
|
oxlint: "oxlint";
|
|
9262
|
+
"shadcn-lint": "shadcn-lint";
|
|
9254
9263
|
opentui: "opentui";
|
|
9255
9264
|
wxt: "wxt";
|
|
9256
9265
|
msw: "msw";
|
|
@@ -9277,8 +9286,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9277
9286
|
capacitor: "capacitor";
|
|
9278
9287
|
}>>;
|
|
9279
9288
|
examples: z.ZodArray<z.ZodEnum<{
|
|
9280
|
-
none: "none";
|
|
9281
9289
|
ai: "ai";
|
|
9290
|
+
none: "none";
|
|
9282
9291
|
"chat-sdk": "chat-sdk";
|
|
9283
9292
|
"tanstack-showcase": "tanstack-showcase";
|
|
9284
9293
|
}>>;
|
|
@@ -9395,8 +9404,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9395
9404
|
"ai-cli": "ai-cli";
|
|
9396
9405
|
}>;
|
|
9397
9406
|
effect: z.ZodEnum<{
|
|
9398
|
-
none: "none";
|
|
9399
9407
|
effect: "effect";
|
|
9408
|
+
none: "none";
|
|
9400
9409
|
"effect-full": "effect-full";
|
|
9401
9410
|
}>;
|
|
9402
9411
|
stateManagement: z.ZodEnum<{
|
|
@@ -9531,8 +9540,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9531
9540
|
"geist-mono": "geist-mono";
|
|
9532
9541
|
}>>;
|
|
9533
9542
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
9534
|
-
none: "none";
|
|
9535
9543
|
default: "default";
|
|
9544
|
+
none: "none";
|
|
9536
9545
|
small: "small";
|
|
9537
9546
|
medium: "medium";
|
|
9538
9547
|
large: "large";
|
|
@@ -9684,9 +9693,9 @@ declare function getAllJsonSchemas(): {
|
|
|
9684
9693
|
}>;
|
|
9685
9694
|
mobileUI: z.ZodEnum<{
|
|
9686
9695
|
none: "none";
|
|
9687
|
-
uniwind: "uniwind";
|
|
9688
9696
|
tamagui: "tamagui";
|
|
9689
9697
|
"gluestack-ui": "gluestack-ui";
|
|
9698
|
+
uniwind: "uniwind";
|
|
9690
9699
|
unistyles: "unistyles";
|
|
9691
9700
|
}>;
|
|
9692
9701
|
mobileStorage: z.ZodEnum<{
|
|
@@ -9802,12 +9811,12 @@ declare function getAllJsonSchemas(): {
|
|
|
9802
9811
|
ratatui: "ratatui";
|
|
9803
9812
|
}>;
|
|
9804
9813
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
9814
|
+
config: "config";
|
|
9805
9815
|
none: "none";
|
|
9806
9816
|
serde: "serde";
|
|
9807
9817
|
uuid: "uuid";
|
|
9808
9818
|
chrono: "chrono";
|
|
9809
9819
|
reqwest: "reqwest";
|
|
9810
|
-
config: "config";
|
|
9811
9820
|
dashmap: "dashmap";
|
|
9812
9821
|
"parking-lot": "parking-lot";
|
|
9813
9822
|
secrecy: "secrecy";
|
|
@@ -10419,55 +10428,52 @@ declare function getAllJsonSchemas(): {
|
|
|
10419
10428
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10420
10429
|
id: z.ZodString;
|
|
10421
10430
|
role: z.ZodEnum<{
|
|
10422
|
-
|
|
10423
|
-
ai: "ai";
|
|
10431
|
+
push: "push";
|
|
10424
10432
|
frontend: "frontend";
|
|
10425
10433
|
backend: "backend";
|
|
10426
10434
|
mobile: "mobile";
|
|
10427
10435
|
database: "database";
|
|
10436
|
+
api: "api";
|
|
10437
|
+
graphql: "graphql";
|
|
10428
10438
|
orm: "orm";
|
|
10429
10439
|
auth: "auth";
|
|
10430
|
-
payments: "payments";
|
|
10431
|
-
examples: "examples";
|
|
10432
|
-
packageManager: "packageManager";
|
|
10433
|
-
dbSetup: "dbSetup";
|
|
10434
10440
|
runtime: "runtime";
|
|
10435
|
-
|
|
10436
|
-
|
|
10437
|
-
|
|
10438
|
-
testing: "testing";
|
|
10439
|
-
email: "email";
|
|
10440
|
-
validation: "validation";
|
|
10441
|
+
deploy: "deploy";
|
|
10442
|
+
dbSetup: "dbSetup";
|
|
10443
|
+
migrations: "migrations";
|
|
10441
10444
|
realtime: "realtime";
|
|
10445
|
+
navigation: "navigation";
|
|
10446
|
+
caching: "caching";
|
|
10447
|
+
observability: "observability";
|
|
10448
|
+
email: "email";
|
|
10449
|
+
search: "search";
|
|
10450
|
+
vectorDb: "vectorDb";
|
|
10451
|
+
fileStorage: "fileStorage";
|
|
10442
10452
|
jobQueue: "jobQueue";
|
|
10453
|
+
rateLimit: "rateLimit";
|
|
10454
|
+
botProtection: "botProtection";
|
|
10455
|
+
testing: "testing";
|
|
10456
|
+
stateManagement: "stateManagement";
|
|
10457
|
+
forms: "forms";
|
|
10443
10458
|
animation: "animation";
|
|
10444
10459
|
fileUpload: "fileUpload";
|
|
10460
|
+
validation: "validation";
|
|
10461
|
+
effect: "effect";
|
|
10462
|
+
ui: "ui";
|
|
10463
|
+
css: "css";
|
|
10464
|
+
storage: "storage";
|
|
10465
|
+
ota: "ota";
|
|
10466
|
+
deepLinking: "deepLinking";
|
|
10467
|
+
ai: "ai";
|
|
10468
|
+
payments: "payments";
|
|
10445
10469
|
logging: "logging";
|
|
10446
|
-
observability: "observability";
|
|
10447
10470
|
featureFlags: "featureFlags";
|
|
10448
10471
|
integrations: "integrations";
|
|
10449
10472
|
ecommerce: "ecommerce";
|
|
10450
10473
|
analytics: "analytics";
|
|
10451
10474
|
webMcp: "webMcp";
|
|
10452
10475
|
cms: "cms";
|
|
10453
|
-
caching: "caching";
|
|
10454
|
-
rateLimit: "rateLimit";
|
|
10455
|
-
botProtection: "botProtection";
|
|
10456
10476
|
i18n: "i18n";
|
|
10457
|
-
search: "search";
|
|
10458
|
-
vectorDb: "vectorDb";
|
|
10459
|
-
fileStorage: "fileStorage";
|
|
10460
|
-
config: "config";
|
|
10461
|
-
graphql: "graphql";
|
|
10462
|
-
deploy: "deploy";
|
|
10463
|
-
migrations: "migrations";
|
|
10464
|
-
navigation: "navigation";
|
|
10465
|
-
ui: "ui";
|
|
10466
|
-
css: "css";
|
|
10467
|
-
storage: "storage";
|
|
10468
|
-
push: "push";
|
|
10469
|
-
ota: "ota";
|
|
10470
|
-
deepLinking: "deepLinking";
|
|
10471
10477
|
documentation: "documentation";
|
|
10472
10478
|
codeQuality: "codeQuality";
|
|
10473
10479
|
appPlatform: "appPlatform";
|
|
@@ -10484,17 +10490,20 @@ declare function getAllJsonSchemas(): {
|
|
|
10484
10490
|
apiGateway: "apiGateway";
|
|
10485
10491
|
continuousIntegration: "continuousIntegration";
|
|
10486
10492
|
backendUtilities: "backendUtilities";
|
|
10493
|
+
examples: "examples";
|
|
10487
10494
|
language: "language";
|
|
10488
10495
|
buildTool: "buildTool";
|
|
10489
10496
|
cli: "cli";
|
|
10490
10497
|
errorHandling: "errorHandling";
|
|
10491
10498
|
httpClient: "httpClient";
|
|
10492
10499
|
libraries: "libraries";
|
|
10500
|
+
config: "config";
|
|
10493
10501
|
templating: "templating";
|
|
10494
10502
|
cloudSdk: "cloudSdk";
|
|
10495
10503
|
data: "data";
|
|
10496
10504
|
media: "media";
|
|
10497
10505
|
server: "server";
|
|
10506
|
+
packageManager: "packageManager";
|
|
10498
10507
|
messageQueue: "messageQueue";
|
|
10499
10508
|
}>;
|
|
10500
10509
|
toolId: z.ZodString;
|
|
@@ -10556,13 +10565,13 @@ declare function getAllJsonSchemas(): {
|
|
|
10556
10565
|
sequelize: "sequelize";
|
|
10557
10566
|
}>;
|
|
10558
10567
|
backend: z.ZodEnum<{
|
|
10568
|
+
effect: "effect";
|
|
10559
10569
|
none: "none";
|
|
10560
10570
|
hono: "hono";
|
|
10561
10571
|
express: "express";
|
|
10562
10572
|
fastify: "fastify";
|
|
10563
10573
|
elysia: "elysia";
|
|
10564
10574
|
fets: "fets";
|
|
10565
|
-
effect: "effect";
|
|
10566
10575
|
nestjs: "nestjs";
|
|
10567
10576
|
adonisjs: "adonisjs";
|
|
10568
10577
|
nitro: "nitro";
|
|
@@ -10618,6 +10627,7 @@ declare function getAllJsonSchemas(): {
|
|
|
10618
10627
|
fumadocs: "fumadocs";
|
|
10619
10628
|
ultracite: "ultracite";
|
|
10620
10629
|
oxlint: "oxlint";
|
|
10630
|
+
"shadcn-lint": "shadcn-lint";
|
|
10621
10631
|
opentui: "opentui";
|
|
10622
10632
|
wxt: "wxt";
|
|
10623
10633
|
msw: "msw";
|
|
@@ -10644,8 +10654,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10644
10654
|
capacitor: "capacitor";
|
|
10645
10655
|
}>>;
|
|
10646
10656
|
examples: z.ZodArray<z.ZodEnum<{
|
|
10647
|
-
none: "none";
|
|
10648
10657
|
ai: "ai";
|
|
10658
|
+
none: "none";
|
|
10649
10659
|
"chat-sdk": "chat-sdk";
|
|
10650
10660
|
"tanstack-showcase": "tanstack-showcase";
|
|
10651
10661
|
}>>;
|
|
@@ -10760,8 +10770,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10760
10770
|
"ai-cli": "ai-cli";
|
|
10761
10771
|
}>;
|
|
10762
10772
|
effect: z.ZodEnum<{
|
|
10763
|
-
none: "none";
|
|
10764
10773
|
effect: "effect";
|
|
10774
|
+
none: "none";
|
|
10765
10775
|
"effect-full": "effect-full";
|
|
10766
10776
|
}>;
|
|
10767
10777
|
stateManagement: z.ZodEnum<{
|
|
@@ -10896,8 +10906,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10896
10906
|
"geist-mono": "geist-mono";
|
|
10897
10907
|
}>>;
|
|
10898
10908
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
10899
|
-
none: "none";
|
|
10900
10909
|
default: "default";
|
|
10910
|
+
none: "none";
|
|
10901
10911
|
small: "small";
|
|
10902
10912
|
medium: "medium";
|
|
10903
10913
|
large: "large";
|
|
@@ -11049,9 +11059,9 @@ declare function getAllJsonSchemas(): {
|
|
|
11049
11059
|
}>;
|
|
11050
11060
|
mobileUI: z.ZodEnum<{
|
|
11051
11061
|
none: "none";
|
|
11052
|
-
uniwind: "uniwind";
|
|
11053
11062
|
tamagui: "tamagui";
|
|
11054
11063
|
"gluestack-ui": "gluestack-ui";
|
|
11064
|
+
uniwind: "uniwind";
|
|
11055
11065
|
unistyles: "unistyles";
|
|
11056
11066
|
}>;
|
|
11057
11067
|
mobileStorage: z.ZodEnum<{
|
|
@@ -11167,12 +11177,12 @@ declare function getAllJsonSchemas(): {
|
|
|
11167
11177
|
ratatui: "ratatui";
|
|
11168
11178
|
}>;
|
|
11169
11179
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
11180
|
+
config: "config";
|
|
11170
11181
|
none: "none";
|
|
11171
11182
|
serde: "serde";
|
|
11172
11183
|
uuid: "uuid";
|
|
11173
11184
|
chrono: "chrono";
|
|
11174
11185
|
reqwest: "reqwest";
|
|
11175
|
-
config: "config";
|
|
11176
11186
|
dashmap: "dashmap";
|
|
11177
11187
|
"parking-lot": "parking-lot";
|
|
11178
11188
|
secrecy: "secrecy";
|
|
@@ -11784,55 +11794,52 @@ declare function getAllJsonSchemas(): {
|
|
|
11784
11794
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11785
11795
|
id: z.ZodString;
|
|
11786
11796
|
role: z.ZodEnum<{
|
|
11787
|
-
|
|
11788
|
-
ai: "ai";
|
|
11797
|
+
push: "push";
|
|
11789
11798
|
frontend: "frontend";
|
|
11790
11799
|
backend: "backend";
|
|
11791
11800
|
mobile: "mobile";
|
|
11792
11801
|
database: "database";
|
|
11802
|
+
api: "api";
|
|
11803
|
+
graphql: "graphql";
|
|
11793
11804
|
orm: "orm";
|
|
11794
11805
|
auth: "auth";
|
|
11795
|
-
payments: "payments";
|
|
11796
|
-
examples: "examples";
|
|
11797
|
-
packageManager: "packageManager";
|
|
11798
|
-
dbSetup: "dbSetup";
|
|
11799
11806
|
runtime: "runtime";
|
|
11800
|
-
|
|
11801
|
-
|
|
11802
|
-
|
|
11803
|
-
testing: "testing";
|
|
11804
|
-
email: "email";
|
|
11805
|
-
validation: "validation";
|
|
11807
|
+
deploy: "deploy";
|
|
11808
|
+
dbSetup: "dbSetup";
|
|
11809
|
+
migrations: "migrations";
|
|
11806
11810
|
realtime: "realtime";
|
|
11811
|
+
navigation: "navigation";
|
|
11812
|
+
caching: "caching";
|
|
11813
|
+
observability: "observability";
|
|
11814
|
+
email: "email";
|
|
11815
|
+
search: "search";
|
|
11816
|
+
vectorDb: "vectorDb";
|
|
11817
|
+
fileStorage: "fileStorage";
|
|
11807
11818
|
jobQueue: "jobQueue";
|
|
11819
|
+
rateLimit: "rateLimit";
|
|
11820
|
+
botProtection: "botProtection";
|
|
11821
|
+
testing: "testing";
|
|
11822
|
+
stateManagement: "stateManagement";
|
|
11823
|
+
forms: "forms";
|
|
11808
11824
|
animation: "animation";
|
|
11809
11825
|
fileUpload: "fileUpload";
|
|
11826
|
+
validation: "validation";
|
|
11827
|
+
effect: "effect";
|
|
11828
|
+
ui: "ui";
|
|
11829
|
+
css: "css";
|
|
11830
|
+
storage: "storage";
|
|
11831
|
+
ota: "ota";
|
|
11832
|
+
deepLinking: "deepLinking";
|
|
11833
|
+
ai: "ai";
|
|
11834
|
+
payments: "payments";
|
|
11810
11835
|
logging: "logging";
|
|
11811
|
-
observability: "observability";
|
|
11812
11836
|
featureFlags: "featureFlags";
|
|
11813
11837
|
integrations: "integrations";
|
|
11814
11838
|
ecommerce: "ecommerce";
|
|
11815
11839
|
analytics: "analytics";
|
|
11816
11840
|
webMcp: "webMcp";
|
|
11817
11841
|
cms: "cms";
|
|
11818
|
-
caching: "caching";
|
|
11819
|
-
rateLimit: "rateLimit";
|
|
11820
|
-
botProtection: "botProtection";
|
|
11821
11842
|
i18n: "i18n";
|
|
11822
|
-
search: "search";
|
|
11823
|
-
vectorDb: "vectorDb";
|
|
11824
|
-
fileStorage: "fileStorage";
|
|
11825
|
-
config: "config";
|
|
11826
|
-
graphql: "graphql";
|
|
11827
|
-
deploy: "deploy";
|
|
11828
|
-
migrations: "migrations";
|
|
11829
|
-
navigation: "navigation";
|
|
11830
|
-
ui: "ui";
|
|
11831
|
-
css: "css";
|
|
11832
|
-
storage: "storage";
|
|
11833
|
-
push: "push";
|
|
11834
|
-
ota: "ota";
|
|
11835
|
-
deepLinking: "deepLinking";
|
|
11836
11843
|
documentation: "documentation";
|
|
11837
11844
|
codeQuality: "codeQuality";
|
|
11838
11845
|
appPlatform: "appPlatform";
|
|
@@ -11849,17 +11856,20 @@ declare function getAllJsonSchemas(): {
|
|
|
11849
11856
|
apiGateway: "apiGateway";
|
|
11850
11857
|
continuousIntegration: "continuousIntegration";
|
|
11851
11858
|
backendUtilities: "backendUtilities";
|
|
11859
|
+
examples: "examples";
|
|
11852
11860
|
language: "language";
|
|
11853
11861
|
buildTool: "buildTool";
|
|
11854
11862
|
cli: "cli";
|
|
11855
11863
|
errorHandling: "errorHandling";
|
|
11856
11864
|
httpClient: "httpClient";
|
|
11857
11865
|
libraries: "libraries";
|
|
11866
|
+
config: "config";
|
|
11858
11867
|
templating: "templating";
|
|
11859
11868
|
cloudSdk: "cloudSdk";
|
|
11860
11869
|
data: "data";
|
|
11861
11870
|
media: "media";
|
|
11862
11871
|
server: "server";
|
|
11872
|
+
packageManager: "packageManager";
|
|
11863
11873
|
messageQueue: "messageQueue";
|
|
11864
11874
|
}>;
|
|
11865
11875
|
toolId: z.ZodString;
|
|
@@ -11921,13 +11931,13 @@ declare function getAllJsonSchemas(): {
|
|
|
11921
11931
|
sequelize: "sequelize";
|
|
11922
11932
|
}>;
|
|
11923
11933
|
backend: z.ZodEnum<{
|
|
11934
|
+
effect: "effect";
|
|
11924
11935
|
none: "none";
|
|
11925
11936
|
hono: "hono";
|
|
11926
11937
|
express: "express";
|
|
11927
11938
|
fastify: "fastify";
|
|
11928
11939
|
elysia: "elysia";
|
|
11929
11940
|
fets: "fets";
|
|
11930
|
-
effect: "effect";
|
|
11931
11941
|
nestjs: "nestjs";
|
|
11932
11942
|
adonisjs: "adonisjs";
|
|
11933
11943
|
nitro: "nitro";
|
|
@@ -11983,6 +11993,7 @@ declare function getAllJsonSchemas(): {
|
|
|
11983
11993
|
fumadocs: "fumadocs";
|
|
11984
11994
|
ultracite: "ultracite";
|
|
11985
11995
|
oxlint: "oxlint";
|
|
11996
|
+
"shadcn-lint": "shadcn-lint";
|
|
11986
11997
|
opentui: "opentui";
|
|
11987
11998
|
wxt: "wxt";
|
|
11988
11999
|
msw: "msw";
|
|
@@ -12009,8 +12020,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12009
12020
|
capacitor: "capacitor";
|
|
12010
12021
|
}>>;
|
|
12011
12022
|
examples: z.ZodArray<z.ZodEnum<{
|
|
12012
|
-
none: "none";
|
|
12013
12023
|
ai: "ai";
|
|
12024
|
+
none: "none";
|
|
12014
12025
|
"chat-sdk": "chat-sdk";
|
|
12015
12026
|
"tanstack-showcase": "tanstack-showcase";
|
|
12016
12027
|
}>>;
|
|
@@ -12125,8 +12136,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12125
12136
|
"ai-cli": "ai-cli";
|
|
12126
12137
|
}>;
|
|
12127
12138
|
effect: z.ZodEnum<{
|
|
12128
|
-
none: "none";
|
|
12129
12139
|
effect: "effect";
|
|
12140
|
+
none: "none";
|
|
12130
12141
|
"effect-full": "effect-full";
|
|
12131
12142
|
}>;
|
|
12132
12143
|
stateManagement: z.ZodEnum<{
|
|
@@ -12261,8 +12272,8 @@ declare function getAllJsonSchemas(): {
|
|
|
12261
12272
|
"geist-mono": "geist-mono";
|
|
12262
12273
|
}>>;
|
|
12263
12274
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
12264
|
-
none: "none";
|
|
12265
12275
|
default: "default";
|
|
12276
|
+
none: "none";
|
|
12266
12277
|
small: "small";
|
|
12267
12278
|
medium: "medium";
|
|
12268
12279
|
large: "large";
|
|
@@ -12414,9 +12425,9 @@ declare function getAllJsonSchemas(): {
|
|
|
12414
12425
|
}>;
|
|
12415
12426
|
mobileUI: z.ZodEnum<{
|
|
12416
12427
|
none: "none";
|
|
12417
|
-
uniwind: "uniwind";
|
|
12418
12428
|
tamagui: "tamagui";
|
|
12419
12429
|
"gluestack-ui": "gluestack-ui";
|
|
12430
|
+
uniwind: "uniwind";
|
|
12420
12431
|
unistyles: "unistyles";
|
|
12421
12432
|
}>;
|
|
12422
12433
|
mobileStorage: z.ZodEnum<{
|
|
@@ -12532,12 +12543,12 @@ declare function getAllJsonSchemas(): {
|
|
|
12532
12543
|
ratatui: "ratatui";
|
|
12533
12544
|
}>;
|
|
12534
12545
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
12546
|
+
config: "config";
|
|
12535
12547
|
none: "none";
|
|
12536
12548
|
serde: "serde";
|
|
12537
12549
|
uuid: "uuid";
|
|
12538
12550
|
chrono: "chrono";
|
|
12539
12551
|
reqwest: "reqwest";
|
|
12540
|
-
config: "config";
|
|
12541
12552
|
dashmap: "dashmap";
|
|
12542
12553
|
"parking-lot": "parking-lot";
|
|
12543
12554
|
secrecy: "secrecy";
|
|
@@ -13149,55 +13160,52 @@ declare function getAllJsonSchemas(): {
|
|
|
13149
13160
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13150
13161
|
id: z.ZodString;
|
|
13151
13162
|
role: z.ZodEnum<{
|
|
13152
|
-
|
|
13153
|
-
ai: "ai";
|
|
13163
|
+
push: "push";
|
|
13154
13164
|
frontend: "frontend";
|
|
13155
13165
|
backend: "backend";
|
|
13156
13166
|
mobile: "mobile";
|
|
13157
13167
|
database: "database";
|
|
13168
|
+
api: "api";
|
|
13169
|
+
graphql: "graphql";
|
|
13158
13170
|
orm: "orm";
|
|
13159
13171
|
auth: "auth";
|
|
13160
|
-
payments: "payments";
|
|
13161
|
-
examples: "examples";
|
|
13162
|
-
packageManager: "packageManager";
|
|
13163
|
-
dbSetup: "dbSetup";
|
|
13164
13172
|
runtime: "runtime";
|
|
13165
|
-
|
|
13166
|
-
|
|
13167
|
-
|
|
13168
|
-
testing: "testing";
|
|
13169
|
-
email: "email";
|
|
13170
|
-
validation: "validation";
|
|
13173
|
+
deploy: "deploy";
|
|
13174
|
+
dbSetup: "dbSetup";
|
|
13175
|
+
migrations: "migrations";
|
|
13171
13176
|
realtime: "realtime";
|
|
13177
|
+
navigation: "navigation";
|
|
13178
|
+
caching: "caching";
|
|
13179
|
+
observability: "observability";
|
|
13180
|
+
email: "email";
|
|
13181
|
+
search: "search";
|
|
13182
|
+
vectorDb: "vectorDb";
|
|
13183
|
+
fileStorage: "fileStorage";
|
|
13172
13184
|
jobQueue: "jobQueue";
|
|
13185
|
+
rateLimit: "rateLimit";
|
|
13186
|
+
botProtection: "botProtection";
|
|
13187
|
+
testing: "testing";
|
|
13188
|
+
stateManagement: "stateManagement";
|
|
13189
|
+
forms: "forms";
|
|
13173
13190
|
animation: "animation";
|
|
13174
13191
|
fileUpload: "fileUpload";
|
|
13192
|
+
validation: "validation";
|
|
13193
|
+
effect: "effect";
|
|
13194
|
+
ui: "ui";
|
|
13195
|
+
css: "css";
|
|
13196
|
+
storage: "storage";
|
|
13197
|
+
ota: "ota";
|
|
13198
|
+
deepLinking: "deepLinking";
|
|
13199
|
+
ai: "ai";
|
|
13200
|
+
payments: "payments";
|
|
13175
13201
|
logging: "logging";
|
|
13176
|
-
observability: "observability";
|
|
13177
13202
|
featureFlags: "featureFlags";
|
|
13178
13203
|
integrations: "integrations";
|
|
13179
13204
|
ecommerce: "ecommerce";
|
|
13180
13205
|
analytics: "analytics";
|
|
13181
13206
|
webMcp: "webMcp";
|
|
13182
13207
|
cms: "cms";
|
|
13183
|
-
caching: "caching";
|
|
13184
|
-
rateLimit: "rateLimit";
|
|
13185
|
-
botProtection: "botProtection";
|
|
13186
13208
|
i18n: "i18n";
|
|
13187
|
-
search: "search";
|
|
13188
|
-
vectorDb: "vectorDb";
|
|
13189
|
-
fileStorage: "fileStorage";
|
|
13190
|
-
config: "config";
|
|
13191
|
-
graphql: "graphql";
|
|
13192
|
-
deploy: "deploy";
|
|
13193
|
-
migrations: "migrations";
|
|
13194
|
-
navigation: "navigation";
|
|
13195
|
-
ui: "ui";
|
|
13196
|
-
css: "css";
|
|
13197
|
-
storage: "storage";
|
|
13198
|
-
push: "push";
|
|
13199
|
-
ota: "ota";
|
|
13200
|
-
deepLinking: "deepLinking";
|
|
13201
13209
|
documentation: "documentation";
|
|
13202
13210
|
codeQuality: "codeQuality";
|
|
13203
13211
|
appPlatform: "appPlatform";
|
|
@@ -13214,17 +13222,20 @@ declare function getAllJsonSchemas(): {
|
|
|
13214
13222
|
apiGateway: "apiGateway";
|
|
13215
13223
|
continuousIntegration: "continuousIntegration";
|
|
13216
13224
|
backendUtilities: "backendUtilities";
|
|
13225
|
+
examples: "examples";
|
|
13217
13226
|
language: "language";
|
|
13218
13227
|
buildTool: "buildTool";
|
|
13219
13228
|
cli: "cli";
|
|
13220
13229
|
errorHandling: "errorHandling";
|
|
13221
13230
|
httpClient: "httpClient";
|
|
13222
13231
|
libraries: "libraries";
|
|
13232
|
+
config: "config";
|
|
13223
13233
|
templating: "templating";
|
|
13224
13234
|
cloudSdk: "cloudSdk";
|
|
13225
13235
|
data: "data";
|
|
13226
13236
|
media: "media";
|
|
13227
13237
|
server: "server";
|
|
13238
|
+
packageManager: "packageManager";
|
|
13228
13239
|
messageQueue: "messageQueue";
|
|
13229
13240
|
}>;
|
|
13230
13241
|
toolId: z.ZodString;
|
|
@@ -13287,13 +13298,13 @@ declare function getAllJsonSchemas(): {
|
|
|
13287
13298
|
sequelize: "sequelize";
|
|
13288
13299
|
}>;
|
|
13289
13300
|
backend: z.ZodEnum<{
|
|
13301
|
+
effect: "effect";
|
|
13290
13302
|
none: "none";
|
|
13291
13303
|
hono: "hono";
|
|
13292
13304
|
express: "express";
|
|
13293
13305
|
fastify: "fastify";
|
|
13294
13306
|
elysia: "elysia";
|
|
13295
13307
|
fets: "fets";
|
|
13296
|
-
effect: "effect";
|
|
13297
13308
|
nestjs: "nestjs";
|
|
13298
13309
|
adonisjs: "adonisjs";
|
|
13299
13310
|
nitro: "nitro";
|
|
@@ -13349,6 +13360,7 @@ declare function getAllJsonSchemas(): {
|
|
|
13349
13360
|
fumadocs: "fumadocs";
|
|
13350
13361
|
ultracite: "ultracite";
|
|
13351
13362
|
oxlint: "oxlint";
|
|
13363
|
+
"shadcn-lint": "shadcn-lint";
|
|
13352
13364
|
opentui: "opentui";
|
|
13353
13365
|
wxt: "wxt";
|
|
13354
13366
|
msw: "msw";
|
|
@@ -13375,8 +13387,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13375
13387
|
capacitor: "capacitor";
|
|
13376
13388
|
}>>;
|
|
13377
13389
|
examples: z.ZodArray<z.ZodEnum<{
|
|
13378
|
-
none: "none";
|
|
13379
13390
|
ai: "ai";
|
|
13391
|
+
none: "none";
|
|
13380
13392
|
"chat-sdk": "chat-sdk";
|
|
13381
13393
|
"tanstack-showcase": "tanstack-showcase";
|
|
13382
13394
|
}>>;
|
|
@@ -13493,8 +13505,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13493
13505
|
"ai-cli": "ai-cli";
|
|
13494
13506
|
}>;
|
|
13495
13507
|
effect: z.ZodEnum<{
|
|
13496
|
-
none: "none";
|
|
13497
13508
|
effect: "effect";
|
|
13509
|
+
none: "none";
|
|
13498
13510
|
"effect-full": "effect-full";
|
|
13499
13511
|
}>;
|
|
13500
13512
|
stateManagement: z.ZodEnum<{
|
|
@@ -13629,8 +13641,8 @@ declare function getAllJsonSchemas(): {
|
|
|
13629
13641
|
"geist-mono": "geist-mono";
|
|
13630
13642
|
}>>;
|
|
13631
13643
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
13632
|
-
none: "none";
|
|
13633
13644
|
default: "default";
|
|
13645
|
+
none: "none";
|
|
13634
13646
|
small: "small";
|
|
13635
13647
|
medium: "medium";
|
|
13636
13648
|
large: "large";
|
|
@@ -13782,9 +13794,9 @@ declare function getAllJsonSchemas(): {
|
|
|
13782
13794
|
}>;
|
|
13783
13795
|
mobileUI: z.ZodEnum<{
|
|
13784
13796
|
none: "none";
|
|
13785
|
-
uniwind: "uniwind";
|
|
13786
13797
|
tamagui: "tamagui";
|
|
13787
13798
|
"gluestack-ui": "gluestack-ui";
|
|
13799
|
+
uniwind: "uniwind";
|
|
13788
13800
|
unistyles: "unistyles";
|
|
13789
13801
|
}>;
|
|
13790
13802
|
mobileStorage: z.ZodEnum<{
|
|
@@ -13900,12 +13912,12 @@ declare function getAllJsonSchemas(): {
|
|
|
13900
13912
|
ratatui: "ratatui";
|
|
13901
13913
|
}>;
|
|
13902
13914
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
13915
|
+
config: "config";
|
|
13903
13916
|
none: "none";
|
|
13904
13917
|
serde: "serde";
|
|
13905
13918
|
uuid: "uuid";
|
|
13906
13919
|
chrono: "chrono";
|
|
13907
13920
|
reqwest: "reqwest";
|
|
13908
|
-
config: "config";
|
|
13909
13921
|
dashmap: "dashmap";
|
|
13910
13922
|
"parking-lot": "parking-lot";
|
|
13911
13923
|
secrecy: "secrecy";
|
|
@@ -14517,55 +14529,52 @@ declare function getAllJsonSchemas(): {
|
|
|
14517
14529
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14518
14530
|
id: z.ZodString;
|
|
14519
14531
|
role: z.ZodEnum<{
|
|
14520
|
-
|
|
14521
|
-
ai: "ai";
|
|
14532
|
+
push: "push";
|
|
14522
14533
|
frontend: "frontend";
|
|
14523
14534
|
backend: "backend";
|
|
14524
14535
|
mobile: "mobile";
|
|
14525
14536
|
database: "database";
|
|
14537
|
+
api: "api";
|
|
14538
|
+
graphql: "graphql";
|
|
14526
14539
|
orm: "orm";
|
|
14527
14540
|
auth: "auth";
|
|
14528
|
-
payments: "payments";
|
|
14529
|
-
examples: "examples";
|
|
14530
|
-
packageManager: "packageManager";
|
|
14531
|
-
dbSetup: "dbSetup";
|
|
14532
14541
|
runtime: "runtime";
|
|
14533
|
-
|
|
14534
|
-
|
|
14535
|
-
|
|
14536
|
-
testing: "testing";
|
|
14537
|
-
email: "email";
|
|
14538
|
-
validation: "validation";
|
|
14542
|
+
deploy: "deploy";
|
|
14543
|
+
dbSetup: "dbSetup";
|
|
14544
|
+
migrations: "migrations";
|
|
14539
14545
|
realtime: "realtime";
|
|
14546
|
+
navigation: "navigation";
|
|
14547
|
+
caching: "caching";
|
|
14548
|
+
observability: "observability";
|
|
14549
|
+
email: "email";
|
|
14550
|
+
search: "search";
|
|
14551
|
+
vectorDb: "vectorDb";
|
|
14552
|
+
fileStorage: "fileStorage";
|
|
14540
14553
|
jobQueue: "jobQueue";
|
|
14554
|
+
rateLimit: "rateLimit";
|
|
14555
|
+
botProtection: "botProtection";
|
|
14556
|
+
testing: "testing";
|
|
14557
|
+
stateManagement: "stateManagement";
|
|
14558
|
+
forms: "forms";
|
|
14541
14559
|
animation: "animation";
|
|
14542
14560
|
fileUpload: "fileUpload";
|
|
14561
|
+
validation: "validation";
|
|
14562
|
+
effect: "effect";
|
|
14563
|
+
ui: "ui";
|
|
14564
|
+
css: "css";
|
|
14565
|
+
storage: "storage";
|
|
14566
|
+
ota: "ota";
|
|
14567
|
+
deepLinking: "deepLinking";
|
|
14568
|
+
ai: "ai";
|
|
14569
|
+
payments: "payments";
|
|
14543
14570
|
logging: "logging";
|
|
14544
|
-
observability: "observability";
|
|
14545
14571
|
featureFlags: "featureFlags";
|
|
14546
14572
|
integrations: "integrations";
|
|
14547
14573
|
ecommerce: "ecommerce";
|
|
14548
14574
|
analytics: "analytics";
|
|
14549
14575
|
webMcp: "webMcp";
|
|
14550
14576
|
cms: "cms";
|
|
14551
|
-
caching: "caching";
|
|
14552
|
-
rateLimit: "rateLimit";
|
|
14553
|
-
botProtection: "botProtection";
|
|
14554
14577
|
i18n: "i18n";
|
|
14555
|
-
search: "search";
|
|
14556
|
-
vectorDb: "vectorDb";
|
|
14557
|
-
fileStorage: "fileStorage";
|
|
14558
|
-
config: "config";
|
|
14559
|
-
graphql: "graphql";
|
|
14560
|
-
deploy: "deploy";
|
|
14561
|
-
migrations: "migrations";
|
|
14562
|
-
navigation: "navigation";
|
|
14563
|
-
ui: "ui";
|
|
14564
|
-
css: "css";
|
|
14565
|
-
storage: "storage";
|
|
14566
|
-
push: "push";
|
|
14567
|
-
ota: "ota";
|
|
14568
|
-
deepLinking: "deepLinking";
|
|
14569
14578
|
documentation: "documentation";
|
|
14570
14579
|
codeQuality: "codeQuality";
|
|
14571
14580
|
appPlatform: "appPlatform";
|
|
@@ -14582,17 +14591,20 @@ declare function getAllJsonSchemas(): {
|
|
|
14582
14591
|
apiGateway: "apiGateway";
|
|
14583
14592
|
continuousIntegration: "continuousIntegration";
|
|
14584
14593
|
backendUtilities: "backendUtilities";
|
|
14594
|
+
examples: "examples";
|
|
14585
14595
|
language: "language";
|
|
14586
14596
|
buildTool: "buildTool";
|
|
14587
14597
|
cli: "cli";
|
|
14588
14598
|
errorHandling: "errorHandling";
|
|
14589
14599
|
httpClient: "httpClient";
|
|
14590
14600
|
libraries: "libraries";
|
|
14601
|
+
config: "config";
|
|
14591
14602
|
templating: "templating";
|
|
14592
14603
|
cloudSdk: "cloudSdk";
|
|
14593
14604
|
data: "data";
|
|
14594
14605
|
media: "media";
|
|
14595
14606
|
server: "server";
|
|
14607
|
+
packageManager: "packageManager";
|
|
14596
14608
|
messageQueue: "messageQueue";
|
|
14597
14609
|
}>;
|
|
14598
14610
|
toolId: z.ZodString;
|