@better-fullstack/types 2.1.3 → 2.1.4
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-14rSFqF6.d.mts → defaults-azh56xa4.d.mts} +2 -2
- package/dist/defaults-azh56xa4.d.mts.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/index.d.mts +5 -5
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/json-schema.d.mts +300 -268
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-jMCVu0xX.d.mts → schemas-C3iF9TRm.d.mts} +1271 -347
- package/dist/schemas-C3iF9TRm.d.mts.map +1 -0
- package/dist/{schemas-Cg75ZlzB.mjs → schemas-ZxRzd5TP.mjs} +18 -9
- package/dist/schemas-ZxRzd5TP.mjs.map +1 -0
- package/dist/schemas.d.mts +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/{stack-graph-Q0PrewPk.mjs → stack-graph-BwtoYnJg.mjs} +171 -9
- package/dist/stack-graph-BwtoYnJg.mjs.map +1 -0
- package/dist/{stack-graph-CjobAqsm.d.mts → stack-graph-CiXONkqh.d.mts} +4 -3
- package/dist/stack-graph-CiXONkqh.d.mts.map +1 -0
- package/dist/stack-graph.d.mts +3 -3
- package/dist/stack-graph.mjs +2 -2
- package/dist/{stack-translation-CjsJzLCX.d.mts → stack-translation-BNwlAM1B.d.mts} +3 -3
- package/dist/{stack-translation-CjsJzLCX.d.mts.map → stack-translation-BNwlAM1B.d.mts.map} +1 -1
- package/dist/{stack-translation-gNYPvlYt.mjs → stack-translation-DNT-iMAE.mjs} +255 -111
- package/dist/stack-translation-DNT-iMAE.mjs.map +1 -0
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +3 -3
- package/dist/{types-DwY2BNyU.d.mts → types-BG-DsHQ9.d.mts} +2 -2
- package/dist/types-BG-DsHQ9.d.mts.map +1 -0
- package/dist/types.d.mts +2 -2
- package/package.json +1 -1
- package/dist/defaults-14rSFqF6.d.mts.map +0 -1
- package/dist/schemas-Cg75ZlzB.mjs.map +0 -1
- package/dist/schemas-jMCVu0xX.d.mts.map +0 -1
- package/dist/stack-graph-CjobAqsm.d.mts.map +0 -1
- package/dist/stack-graph-Q0PrewPk.mjs.map +0 -1
- package/dist/stack-translation-gNYPvlYt.mjs.map +0 -1
- package/dist/types-DwY2BNyU.d.mts.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -93,8 +93,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
93
93
|
"github-actions": "github-actions";
|
|
94
94
|
}>>;
|
|
95
95
|
declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
96
|
-
none: "none";
|
|
97
96
|
ai: "ai";
|
|
97
|
+
none: "none";
|
|
98
98
|
"chat-sdk": "chat-sdk";
|
|
99
99
|
"tanstack-showcase": "tanstack-showcase";
|
|
100
100
|
}>>;
|
|
@@ -170,26 +170,26 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
170
170
|
vercel: "vercel";
|
|
171
171
|
}>>;
|
|
172
172
|
declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
173
|
+
error: "error";
|
|
173
174
|
merge: "merge";
|
|
174
175
|
overwrite: "overwrite";
|
|
175
176
|
increment: "increment";
|
|
176
|
-
error: "error";
|
|
177
177
|
}>>;
|
|
178
178
|
declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
179
179
|
none: "none";
|
|
180
|
+
uniwind: "uniwind";
|
|
180
181
|
mern: "mern";
|
|
181
182
|
pern: "pern";
|
|
182
183
|
t3: "t3";
|
|
183
|
-
uniwind: "uniwind";
|
|
184
184
|
}>>;
|
|
185
185
|
declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
186
186
|
projectName: z.ZodOptional<z.ZodString>;
|
|
187
187
|
template: z.ZodOptional<z.ZodEnum<{
|
|
188
188
|
none: "none";
|
|
189
|
+
uniwind: "uniwind";
|
|
189
190
|
mern: "mern";
|
|
190
191
|
pern: "pern";
|
|
191
192
|
t3: "t3";
|
|
192
|
-
uniwind: "uniwind";
|
|
193
193
|
}>>;
|
|
194
194
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
195
195
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -299,8 +299,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
299
299
|
"github-actions": "github-actions";
|
|
300
300
|
}>>>;
|
|
301
301
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
302
|
-
none: "none";
|
|
303
302
|
ai: "ai";
|
|
303
|
+
none: "none";
|
|
304
304
|
"chat-sdk": "chat-sdk";
|
|
305
305
|
"tanstack-showcase": "tanstack-showcase";
|
|
306
306
|
}>>>;
|
|
@@ -382,10 +382,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
382
382
|
vercel: "vercel";
|
|
383
383
|
}>>;
|
|
384
384
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
385
|
+
error: "error";
|
|
385
386
|
merge: "merge";
|
|
386
387
|
overwrite: "overwrite";
|
|
387
388
|
increment: "increment";
|
|
388
|
-
error: "error";
|
|
389
389
|
}>>;
|
|
390
390
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
391
391
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -412,8 +412,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
412
412
|
"ai-cli": "ai-cli";
|
|
413
413
|
}>>;
|
|
414
414
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
415
|
-
none: "none";
|
|
416
415
|
effect: "effect";
|
|
416
|
+
none: "none";
|
|
417
417
|
"effect-full": "effect-full";
|
|
418
418
|
}>>;
|
|
419
419
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -546,8 +546,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
546
546
|
"geist-mono": "geist-mono";
|
|
547
547
|
}>>;
|
|
548
548
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
549
|
-
none: "none";
|
|
550
549
|
default: "default";
|
|
550
|
+
none: "none";
|
|
551
551
|
small: "small";
|
|
552
552
|
medium: "medium";
|
|
553
553
|
large: "large";
|
|
@@ -672,9 +672,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
672
672
|
}>>;
|
|
673
673
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
674
674
|
none: "none";
|
|
675
|
-
uniwind: "uniwind";
|
|
676
675
|
tamagui: "tamagui";
|
|
677
676
|
"gluestack-ui": "gluestack-ui";
|
|
677
|
+
uniwind: "uniwind";
|
|
678
678
|
unistyles: "unistyles";
|
|
679
679
|
}>>;
|
|
680
680
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -727,12 +727,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
727
727
|
ratatui: "ratatui";
|
|
728
728
|
}>>;
|
|
729
729
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
730
|
+
config: "config";
|
|
730
731
|
none: "none";
|
|
731
732
|
serde: "serde";
|
|
732
733
|
uuid: "uuid";
|
|
733
734
|
chrono: "chrono";
|
|
734
735
|
reqwest: "reqwest";
|
|
735
|
-
config: "config";
|
|
736
736
|
dashmap: "dashmap";
|
|
737
737
|
"parking-lot": "parking-lot";
|
|
738
738
|
secrecy: "secrecy";
|
|
@@ -1264,8 +1264,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1264
1264
|
"github-actions": "github-actions";
|
|
1265
1265
|
}>>;
|
|
1266
1266
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1267
|
-
none: "none";
|
|
1268
1267
|
ai: "ai";
|
|
1268
|
+
none: "none";
|
|
1269
1269
|
"chat-sdk": "chat-sdk";
|
|
1270
1270
|
"tanstack-showcase": "tanstack-showcase";
|
|
1271
1271
|
}>>;
|
|
@@ -1369,8 +1369,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1369
1369
|
"ai-cli": "ai-cli";
|
|
1370
1370
|
}>;
|
|
1371
1371
|
effect: z.ZodEnum<{
|
|
1372
|
-
none: "none";
|
|
1373
1372
|
effect: "effect";
|
|
1373
|
+
none: "none";
|
|
1374
1374
|
"effect-full": "effect-full";
|
|
1375
1375
|
}>;
|
|
1376
1376
|
stateManagement: z.ZodEnum<{
|
|
@@ -1503,8 +1503,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1503
1503
|
"geist-mono": "geist-mono";
|
|
1504
1504
|
}>>;
|
|
1505
1505
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1506
|
-
none: "none";
|
|
1507
1506
|
default: "default";
|
|
1507
|
+
none: "none";
|
|
1508
1508
|
small: "small";
|
|
1509
1509
|
medium: "medium";
|
|
1510
1510
|
large: "large";
|
|
@@ -1629,9 +1629,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1629
1629
|
}>;
|
|
1630
1630
|
mobileUI: z.ZodEnum<{
|
|
1631
1631
|
none: "none";
|
|
1632
|
-
uniwind: "uniwind";
|
|
1633
1632
|
tamagui: "tamagui";
|
|
1634
1633
|
"gluestack-ui": "gluestack-ui";
|
|
1634
|
+
uniwind: "uniwind";
|
|
1635
1635
|
unistyles: "unistyles";
|
|
1636
1636
|
}>;
|
|
1637
1637
|
mobileStorage: z.ZodEnum<{
|
|
@@ -1684,12 +1684,12 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1684
1684
|
ratatui: "ratatui";
|
|
1685
1685
|
}>;
|
|
1686
1686
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
1687
|
+
config: "config";
|
|
1687
1688
|
none: "none";
|
|
1688
1689
|
serde: "serde";
|
|
1689
1690
|
uuid: "uuid";
|
|
1690
1691
|
chrono: "chrono";
|
|
1691
1692
|
reqwest: "reqwest";
|
|
1692
|
-
config: "config";
|
|
1693
1693
|
dashmap: "dashmap";
|
|
1694
1694
|
"parking-lot": "parking-lot";
|
|
1695
1695
|
secrecy: "secrecy";
|
|
@@ -2116,55 +2116,59 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
2116
2116
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2117
2117
|
id: z.ZodString;
|
|
2118
2118
|
role: z.ZodEnum<{
|
|
2119
|
-
|
|
2119
|
+
push: "push";
|
|
2120
|
+
frontend: "frontend";
|
|
2121
|
+
backend: "backend";
|
|
2122
|
+
mobile: "mobile";
|
|
2120
2123
|
database: "database";
|
|
2124
|
+
api: "api";
|
|
2125
|
+
graphql: "graphql";
|
|
2121
2126
|
orm: "orm";
|
|
2122
2127
|
auth: "auth";
|
|
2123
|
-
payments: "payments";
|
|
2124
|
-
frontend: "frontend";
|
|
2125
|
-
examples: "examples";
|
|
2126
|
-
dbSetup: "dbSetup";
|
|
2127
|
-
backend: "backend";
|
|
2128
2128
|
runtime: "runtime";
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
stateManagement: "stateManagement";
|
|
2132
|
-
forms: "forms";
|
|
2133
|
-
testing: "testing";
|
|
2134
|
-
email: "email";
|
|
2135
|
-
validation: "validation";
|
|
2129
|
+
deploy: "deploy";
|
|
2130
|
+
dbSetup: "dbSetup";
|
|
2136
2131
|
realtime: "realtime";
|
|
2132
|
+
navigation: "navigation";
|
|
2133
|
+
caching: "caching";
|
|
2134
|
+
observability: "observability";
|
|
2135
|
+
email: "email";
|
|
2136
|
+
search: "search";
|
|
2137
|
+
vectorDb: "vectorDb";
|
|
2138
|
+
fileStorage: "fileStorage";
|
|
2137
2139
|
jobQueue: "jobQueue";
|
|
2140
|
+
rateLimit: "rateLimit";
|
|
2141
|
+
testing: "testing";
|
|
2142
|
+
stateManagement: "stateManagement";
|
|
2143
|
+
forms: "forms";
|
|
2138
2144
|
animation: "animation";
|
|
2139
2145
|
fileUpload: "fileUpload";
|
|
2146
|
+
validation: "validation";
|
|
2147
|
+
effect: "effect";
|
|
2148
|
+
ui: "ui";
|
|
2149
|
+
css: "css";
|
|
2150
|
+
storage: "storage";
|
|
2151
|
+
ota: "ota";
|
|
2152
|
+
deepLinking: "deepLinking";
|
|
2153
|
+
ai: "ai";
|
|
2154
|
+
payments: "payments";
|
|
2140
2155
|
logging: "logging";
|
|
2141
|
-
observability: "observability";
|
|
2142
2156
|
featureFlags: "featureFlags";
|
|
2143
2157
|
analytics: "analytics";
|
|
2144
2158
|
cms: "cms";
|
|
2145
|
-
caching: "caching";
|
|
2146
|
-
rateLimit: "rateLimit";
|
|
2147
2159
|
i18n: "i18n";
|
|
2148
|
-
search: "search";
|
|
2149
|
-
vectorDb: "vectorDb";
|
|
2150
|
-
fileStorage: "fileStorage";
|
|
2151
|
-
config: "config";
|
|
2152
|
-
mobile: "mobile";
|
|
2153
|
-
deploy: "deploy";
|
|
2154
|
-
navigation: "navigation";
|
|
2155
|
-
ui: "ui";
|
|
2156
|
-
css: "css";
|
|
2157
|
-
storage: "storage";
|
|
2158
2160
|
documentation: "documentation";
|
|
2159
2161
|
codeQuality: "codeQuality";
|
|
2160
2162
|
appPlatform: "appPlatform";
|
|
2161
2163
|
dataFetching: "dataFetching";
|
|
2162
2164
|
workspaceTooling: "workspaceTooling";
|
|
2165
|
+
examples: "examples";
|
|
2163
2166
|
buildTool: "buildTool";
|
|
2164
2167
|
cli: "cli";
|
|
2165
2168
|
errorHandling: "errorHandling";
|
|
2166
2169
|
httpClient: "httpClient";
|
|
2167
2170
|
libraries: "libraries";
|
|
2171
|
+
config: "config";
|
|
2168
2172
|
templating: "templating";
|
|
2169
2173
|
}>;
|
|
2170
2174
|
toolId: z.ZodString;
|
|
@@ -2298,8 +2302,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2298
2302
|
"github-actions": "github-actions";
|
|
2299
2303
|
}>>;
|
|
2300
2304
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2301
|
-
none: "none";
|
|
2302
2305
|
ai: "ai";
|
|
2306
|
+
none: "none";
|
|
2303
2307
|
"chat-sdk": "chat-sdk";
|
|
2304
2308
|
"tanstack-showcase": "tanstack-showcase";
|
|
2305
2309
|
}>>;
|
|
@@ -2401,8 +2405,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2401
2405
|
"ai-cli": "ai-cli";
|
|
2402
2406
|
}>;
|
|
2403
2407
|
effect: z.ZodEnum<{
|
|
2404
|
-
none: "none";
|
|
2405
2408
|
effect: "effect";
|
|
2409
|
+
none: "none";
|
|
2406
2410
|
"effect-full": "effect-full";
|
|
2407
2411
|
}>;
|
|
2408
2412
|
stateManagement: z.ZodEnum<{
|
|
@@ -2535,8 +2539,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2535
2539
|
"geist-mono": "geist-mono";
|
|
2536
2540
|
}>>;
|
|
2537
2541
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
2538
|
-
none: "none";
|
|
2539
2542
|
default: "default";
|
|
2543
|
+
none: "none";
|
|
2540
2544
|
small: "small";
|
|
2541
2545
|
medium: "medium";
|
|
2542
2546
|
large: "large";
|
|
@@ -2661,9 +2665,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2661
2665
|
}>;
|
|
2662
2666
|
mobileUI: z.ZodEnum<{
|
|
2663
2667
|
none: "none";
|
|
2664
|
-
uniwind: "uniwind";
|
|
2665
2668
|
tamagui: "tamagui";
|
|
2666
2669
|
"gluestack-ui": "gluestack-ui";
|
|
2670
|
+
uniwind: "uniwind";
|
|
2667
2671
|
unistyles: "unistyles";
|
|
2668
2672
|
}>;
|
|
2669
2673
|
mobileStorage: z.ZodEnum<{
|
|
@@ -2716,12 +2720,12 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2716
2720
|
ratatui: "ratatui";
|
|
2717
2721
|
}>;
|
|
2718
2722
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
2723
|
+
config: "config";
|
|
2719
2724
|
none: "none";
|
|
2720
2725
|
serde: "serde";
|
|
2721
2726
|
uuid: "uuid";
|
|
2722
2727
|
chrono: "chrono";
|
|
2723
2728
|
reqwest: "reqwest";
|
|
2724
|
-
config: "config";
|
|
2725
2729
|
dashmap: "dashmap";
|
|
2726
2730
|
"parking-lot": "parking-lot";
|
|
2727
2731
|
secrecy: "secrecy";
|
|
@@ -3148,55 +3152,59 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
3148
3152
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3149
3153
|
id: z.ZodString;
|
|
3150
3154
|
role: z.ZodEnum<{
|
|
3151
|
-
|
|
3155
|
+
push: "push";
|
|
3156
|
+
frontend: "frontend";
|
|
3157
|
+
backend: "backend";
|
|
3158
|
+
mobile: "mobile";
|
|
3152
3159
|
database: "database";
|
|
3160
|
+
api: "api";
|
|
3161
|
+
graphql: "graphql";
|
|
3153
3162
|
orm: "orm";
|
|
3154
3163
|
auth: "auth";
|
|
3155
|
-
payments: "payments";
|
|
3156
|
-
frontend: "frontend";
|
|
3157
|
-
examples: "examples";
|
|
3158
|
-
dbSetup: "dbSetup";
|
|
3159
|
-
backend: "backend";
|
|
3160
3164
|
runtime: "runtime";
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
stateManagement: "stateManagement";
|
|
3164
|
-
forms: "forms";
|
|
3165
|
-
testing: "testing";
|
|
3166
|
-
email: "email";
|
|
3167
|
-
validation: "validation";
|
|
3165
|
+
deploy: "deploy";
|
|
3166
|
+
dbSetup: "dbSetup";
|
|
3168
3167
|
realtime: "realtime";
|
|
3168
|
+
navigation: "navigation";
|
|
3169
|
+
caching: "caching";
|
|
3170
|
+
observability: "observability";
|
|
3171
|
+
email: "email";
|
|
3172
|
+
search: "search";
|
|
3173
|
+
vectorDb: "vectorDb";
|
|
3174
|
+
fileStorage: "fileStorage";
|
|
3169
3175
|
jobQueue: "jobQueue";
|
|
3176
|
+
rateLimit: "rateLimit";
|
|
3177
|
+
testing: "testing";
|
|
3178
|
+
stateManagement: "stateManagement";
|
|
3179
|
+
forms: "forms";
|
|
3170
3180
|
animation: "animation";
|
|
3171
3181
|
fileUpload: "fileUpload";
|
|
3182
|
+
validation: "validation";
|
|
3183
|
+
effect: "effect";
|
|
3184
|
+
ui: "ui";
|
|
3185
|
+
css: "css";
|
|
3186
|
+
storage: "storage";
|
|
3187
|
+
ota: "ota";
|
|
3188
|
+
deepLinking: "deepLinking";
|
|
3189
|
+
ai: "ai";
|
|
3190
|
+
payments: "payments";
|
|
3172
3191
|
logging: "logging";
|
|
3173
|
-
observability: "observability";
|
|
3174
3192
|
featureFlags: "featureFlags";
|
|
3175
3193
|
analytics: "analytics";
|
|
3176
3194
|
cms: "cms";
|
|
3177
|
-
caching: "caching";
|
|
3178
|
-
rateLimit: "rateLimit";
|
|
3179
3195
|
i18n: "i18n";
|
|
3180
|
-
search: "search";
|
|
3181
|
-
vectorDb: "vectorDb";
|
|
3182
|
-
fileStorage: "fileStorage";
|
|
3183
|
-
config: "config";
|
|
3184
|
-
mobile: "mobile";
|
|
3185
|
-
deploy: "deploy";
|
|
3186
|
-
navigation: "navigation";
|
|
3187
|
-
ui: "ui";
|
|
3188
|
-
css: "css";
|
|
3189
|
-
storage: "storage";
|
|
3190
3196
|
documentation: "documentation";
|
|
3191
3197
|
codeQuality: "codeQuality";
|
|
3192
3198
|
appPlatform: "appPlatform";
|
|
3193
3199
|
dataFetching: "dataFetching";
|
|
3194
3200
|
workspaceTooling: "workspaceTooling";
|
|
3201
|
+
examples: "examples";
|
|
3195
3202
|
buildTool: "buildTool";
|
|
3196
3203
|
cli: "cli";
|
|
3197
3204
|
errorHandling: "errorHandling";
|
|
3198
3205
|
httpClient: "httpClient";
|
|
3199
3206
|
libraries: "libraries";
|
|
3207
|
+
config: "config";
|
|
3200
3208
|
templating: "templating";
|
|
3201
3209
|
}>;
|
|
3202
3210
|
toolId: z.ZodString;
|
|
@@ -3330,8 +3338,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3330
3338
|
"github-actions": "github-actions";
|
|
3331
3339
|
}>>;
|
|
3332
3340
|
examples: z.ZodArray<z.ZodEnum<{
|
|
3333
|
-
none: "none";
|
|
3334
3341
|
ai: "ai";
|
|
3342
|
+
none: "none";
|
|
3335
3343
|
"chat-sdk": "chat-sdk";
|
|
3336
3344
|
"tanstack-showcase": "tanstack-showcase";
|
|
3337
3345
|
}>>;
|
|
@@ -3433,8 +3441,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3433
3441
|
"ai-cli": "ai-cli";
|
|
3434
3442
|
}>;
|
|
3435
3443
|
effect: z.ZodEnum<{
|
|
3436
|
-
none: "none";
|
|
3437
3444
|
effect: "effect";
|
|
3445
|
+
none: "none";
|
|
3438
3446
|
"effect-full": "effect-full";
|
|
3439
3447
|
}>;
|
|
3440
3448
|
stateManagement: z.ZodEnum<{
|
|
@@ -3567,8 +3575,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3567
3575
|
"geist-mono": "geist-mono";
|
|
3568
3576
|
}>>;
|
|
3569
3577
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3570
|
-
none: "none";
|
|
3571
3578
|
default: "default";
|
|
3579
|
+
none: "none";
|
|
3572
3580
|
small: "small";
|
|
3573
3581
|
medium: "medium";
|
|
3574
3582
|
large: "large";
|
|
@@ -3693,9 +3701,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3693
3701
|
}>;
|
|
3694
3702
|
mobileUI: z.ZodEnum<{
|
|
3695
3703
|
none: "none";
|
|
3696
|
-
uniwind: "uniwind";
|
|
3697
3704
|
tamagui: "tamagui";
|
|
3698
3705
|
"gluestack-ui": "gluestack-ui";
|
|
3706
|
+
uniwind: "uniwind";
|
|
3699
3707
|
unistyles: "unistyles";
|
|
3700
3708
|
}>;
|
|
3701
3709
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3748,12 +3756,12 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3748
3756
|
ratatui: "ratatui";
|
|
3749
3757
|
}>;
|
|
3750
3758
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3759
|
+
config: "config";
|
|
3751
3760
|
none: "none";
|
|
3752
3761
|
serde: "serde";
|
|
3753
3762
|
uuid: "uuid";
|
|
3754
3763
|
chrono: "chrono";
|
|
3755
3764
|
reqwest: "reqwest";
|
|
3756
|
-
config: "config";
|
|
3757
3765
|
dashmap: "dashmap";
|
|
3758
3766
|
"parking-lot": "parking-lot";
|
|
3759
3767
|
secrecy: "secrecy";
|
|
@@ -4180,55 +4188,59 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
4180
4188
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4181
4189
|
id: z.ZodString;
|
|
4182
4190
|
role: z.ZodEnum<{
|
|
4183
|
-
|
|
4191
|
+
push: "push";
|
|
4192
|
+
frontend: "frontend";
|
|
4193
|
+
backend: "backend";
|
|
4194
|
+
mobile: "mobile";
|
|
4184
4195
|
database: "database";
|
|
4196
|
+
api: "api";
|
|
4197
|
+
graphql: "graphql";
|
|
4185
4198
|
orm: "orm";
|
|
4186
4199
|
auth: "auth";
|
|
4187
|
-
payments: "payments";
|
|
4188
|
-
frontend: "frontend";
|
|
4189
|
-
examples: "examples";
|
|
4190
|
-
dbSetup: "dbSetup";
|
|
4191
|
-
backend: "backend";
|
|
4192
4200
|
runtime: "runtime";
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
stateManagement: "stateManagement";
|
|
4196
|
-
forms: "forms";
|
|
4197
|
-
testing: "testing";
|
|
4198
|
-
email: "email";
|
|
4199
|
-
validation: "validation";
|
|
4201
|
+
deploy: "deploy";
|
|
4202
|
+
dbSetup: "dbSetup";
|
|
4200
4203
|
realtime: "realtime";
|
|
4204
|
+
navigation: "navigation";
|
|
4205
|
+
caching: "caching";
|
|
4206
|
+
observability: "observability";
|
|
4207
|
+
email: "email";
|
|
4208
|
+
search: "search";
|
|
4209
|
+
vectorDb: "vectorDb";
|
|
4210
|
+
fileStorage: "fileStorage";
|
|
4201
4211
|
jobQueue: "jobQueue";
|
|
4212
|
+
rateLimit: "rateLimit";
|
|
4213
|
+
testing: "testing";
|
|
4214
|
+
stateManagement: "stateManagement";
|
|
4215
|
+
forms: "forms";
|
|
4202
4216
|
animation: "animation";
|
|
4203
4217
|
fileUpload: "fileUpload";
|
|
4218
|
+
validation: "validation";
|
|
4219
|
+
effect: "effect";
|
|
4220
|
+
ui: "ui";
|
|
4221
|
+
css: "css";
|
|
4222
|
+
storage: "storage";
|
|
4223
|
+
ota: "ota";
|
|
4224
|
+
deepLinking: "deepLinking";
|
|
4225
|
+
ai: "ai";
|
|
4226
|
+
payments: "payments";
|
|
4204
4227
|
logging: "logging";
|
|
4205
|
-
observability: "observability";
|
|
4206
4228
|
featureFlags: "featureFlags";
|
|
4207
4229
|
analytics: "analytics";
|
|
4208
4230
|
cms: "cms";
|
|
4209
|
-
caching: "caching";
|
|
4210
|
-
rateLimit: "rateLimit";
|
|
4211
4231
|
i18n: "i18n";
|
|
4212
|
-
search: "search";
|
|
4213
|
-
vectorDb: "vectorDb";
|
|
4214
|
-
fileStorage: "fileStorage";
|
|
4215
|
-
config: "config";
|
|
4216
|
-
mobile: "mobile";
|
|
4217
|
-
deploy: "deploy";
|
|
4218
|
-
navigation: "navigation";
|
|
4219
|
-
ui: "ui";
|
|
4220
|
-
css: "css";
|
|
4221
|
-
storage: "storage";
|
|
4222
4232
|
documentation: "documentation";
|
|
4223
4233
|
codeQuality: "codeQuality";
|
|
4224
4234
|
appPlatform: "appPlatform";
|
|
4225
4235
|
dataFetching: "dataFetching";
|
|
4226
4236
|
workspaceTooling: "workspaceTooling";
|
|
4237
|
+
examples: "examples";
|
|
4227
4238
|
buildTool: "buildTool";
|
|
4228
4239
|
cli: "cli";
|
|
4229
4240
|
errorHandling: "errorHandling";
|
|
4230
4241
|
httpClient: "httpClient";
|
|
4231
4242
|
libraries: "libraries";
|
|
4243
|
+
config: "config";
|
|
4232
4244
|
templating: "templating";
|
|
4233
4245
|
}>;
|
|
4234
4246
|
toolId: z.ZodString;
|
|
@@ -4363,8 +4375,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4363
4375
|
"github-actions": "github-actions";
|
|
4364
4376
|
}>>;
|
|
4365
4377
|
examples: z.ZodArray<z.ZodEnum<{
|
|
4366
|
-
none: "none";
|
|
4367
4378
|
ai: "ai";
|
|
4379
|
+
none: "none";
|
|
4368
4380
|
"chat-sdk": "chat-sdk";
|
|
4369
4381
|
"tanstack-showcase": "tanstack-showcase";
|
|
4370
4382
|
}>>;
|
|
@@ -4468,8 +4480,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4468
4480
|
"ai-cli": "ai-cli";
|
|
4469
4481
|
}>;
|
|
4470
4482
|
effect: z.ZodEnum<{
|
|
4471
|
-
none: "none";
|
|
4472
4483
|
effect: "effect";
|
|
4484
|
+
none: "none";
|
|
4473
4485
|
"effect-full": "effect-full";
|
|
4474
4486
|
}>;
|
|
4475
4487
|
stateManagement: z.ZodEnum<{
|
|
@@ -4602,8 +4614,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4602
4614
|
"geist-mono": "geist-mono";
|
|
4603
4615
|
}>>;
|
|
4604
4616
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4605
|
-
none: "none";
|
|
4606
4617
|
default: "default";
|
|
4618
|
+
none: "none";
|
|
4607
4619
|
small: "small";
|
|
4608
4620
|
medium: "medium";
|
|
4609
4621
|
large: "large";
|
|
@@ -4728,9 +4740,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4728
4740
|
}>;
|
|
4729
4741
|
mobileUI: z.ZodEnum<{
|
|
4730
4742
|
none: "none";
|
|
4731
|
-
uniwind: "uniwind";
|
|
4732
4743
|
tamagui: "tamagui";
|
|
4733
4744
|
"gluestack-ui": "gluestack-ui";
|
|
4745
|
+
uniwind: "uniwind";
|
|
4734
4746
|
unistyles: "unistyles";
|
|
4735
4747
|
}>;
|
|
4736
4748
|
mobileStorage: z.ZodEnum<{
|
|
@@ -4783,12 +4795,12 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4783
4795
|
ratatui: "ratatui";
|
|
4784
4796
|
}>;
|
|
4785
4797
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4798
|
+
config: "config";
|
|
4786
4799
|
none: "none";
|
|
4787
4800
|
serde: "serde";
|
|
4788
4801
|
uuid: "uuid";
|
|
4789
4802
|
chrono: "chrono";
|
|
4790
4803
|
reqwest: "reqwest";
|
|
4791
|
-
config: "config";
|
|
4792
4804
|
dashmap: "dashmap";
|
|
4793
4805
|
"parking-lot": "parking-lot";
|
|
4794
4806
|
secrecy: "secrecy";
|
|
@@ -5215,55 +5227,59 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
5215
5227
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5216
5228
|
id: z.ZodString;
|
|
5217
5229
|
role: z.ZodEnum<{
|
|
5218
|
-
|
|
5230
|
+
push: "push";
|
|
5231
|
+
frontend: "frontend";
|
|
5232
|
+
backend: "backend";
|
|
5233
|
+
mobile: "mobile";
|
|
5219
5234
|
database: "database";
|
|
5235
|
+
api: "api";
|
|
5236
|
+
graphql: "graphql";
|
|
5220
5237
|
orm: "orm";
|
|
5221
5238
|
auth: "auth";
|
|
5222
|
-
payments: "payments";
|
|
5223
|
-
frontend: "frontend";
|
|
5224
|
-
examples: "examples";
|
|
5225
|
-
dbSetup: "dbSetup";
|
|
5226
|
-
backend: "backend";
|
|
5227
5239
|
runtime: "runtime";
|
|
5228
|
-
|
|
5229
|
-
|
|
5230
|
-
stateManagement: "stateManagement";
|
|
5231
|
-
forms: "forms";
|
|
5232
|
-
testing: "testing";
|
|
5233
|
-
email: "email";
|
|
5234
|
-
validation: "validation";
|
|
5240
|
+
deploy: "deploy";
|
|
5241
|
+
dbSetup: "dbSetup";
|
|
5235
5242
|
realtime: "realtime";
|
|
5243
|
+
navigation: "navigation";
|
|
5244
|
+
caching: "caching";
|
|
5245
|
+
observability: "observability";
|
|
5246
|
+
email: "email";
|
|
5247
|
+
search: "search";
|
|
5248
|
+
vectorDb: "vectorDb";
|
|
5249
|
+
fileStorage: "fileStorage";
|
|
5236
5250
|
jobQueue: "jobQueue";
|
|
5251
|
+
rateLimit: "rateLimit";
|
|
5252
|
+
testing: "testing";
|
|
5253
|
+
stateManagement: "stateManagement";
|
|
5254
|
+
forms: "forms";
|
|
5237
5255
|
animation: "animation";
|
|
5238
5256
|
fileUpload: "fileUpload";
|
|
5257
|
+
validation: "validation";
|
|
5258
|
+
effect: "effect";
|
|
5259
|
+
ui: "ui";
|
|
5260
|
+
css: "css";
|
|
5261
|
+
storage: "storage";
|
|
5262
|
+
ota: "ota";
|
|
5263
|
+
deepLinking: "deepLinking";
|
|
5264
|
+
ai: "ai";
|
|
5265
|
+
payments: "payments";
|
|
5239
5266
|
logging: "logging";
|
|
5240
|
-
observability: "observability";
|
|
5241
5267
|
featureFlags: "featureFlags";
|
|
5242
5268
|
analytics: "analytics";
|
|
5243
5269
|
cms: "cms";
|
|
5244
|
-
caching: "caching";
|
|
5245
|
-
rateLimit: "rateLimit";
|
|
5246
5270
|
i18n: "i18n";
|
|
5247
|
-
search: "search";
|
|
5248
|
-
vectorDb: "vectorDb";
|
|
5249
|
-
fileStorage: "fileStorage";
|
|
5250
|
-
config: "config";
|
|
5251
|
-
mobile: "mobile";
|
|
5252
|
-
deploy: "deploy";
|
|
5253
|
-
navigation: "navigation";
|
|
5254
|
-
ui: "ui";
|
|
5255
|
-
css: "css";
|
|
5256
|
-
storage: "storage";
|
|
5257
5271
|
documentation: "documentation";
|
|
5258
5272
|
codeQuality: "codeQuality";
|
|
5259
5273
|
appPlatform: "appPlatform";
|
|
5260
5274
|
dataFetching: "dataFetching";
|
|
5261
5275
|
workspaceTooling: "workspaceTooling";
|
|
5276
|
+
examples: "examples";
|
|
5262
5277
|
buildTool: "buildTool";
|
|
5263
5278
|
cli: "cli";
|
|
5264
5279
|
errorHandling: "errorHandling";
|
|
5265
5280
|
httpClient: "httpClient";
|
|
5266
5281
|
libraries: "libraries";
|
|
5282
|
+
config: "config";
|
|
5267
5283
|
templating: "templating";
|
|
5268
5284
|
}>;
|
|
5269
5285
|
toolId: z.ZodString;
|
|
@@ -5531,8 +5547,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5531
5547
|
"github-actions": "github-actions";
|
|
5532
5548
|
}>>;
|
|
5533
5549
|
examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
5534
|
-
none: "none";
|
|
5535
5550
|
ai: "ai";
|
|
5551
|
+
none: "none";
|
|
5536
5552
|
"chat-sdk": "chat-sdk";
|
|
5537
5553
|
"tanstack-showcase": "tanstack-showcase";
|
|
5538
5554
|
}>>;
|
|
@@ -5608,17 +5624,17 @@ declare function getAllJsonSchemas(): {
|
|
|
5608
5624
|
vercel: "vercel";
|
|
5609
5625
|
}>>;
|
|
5610
5626
|
directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
5627
|
+
error: "error";
|
|
5611
5628
|
merge: "merge";
|
|
5612
5629
|
overwrite: "overwrite";
|
|
5613
5630
|
increment: "increment";
|
|
5614
|
-
error: "error";
|
|
5615
5631
|
}>>;
|
|
5616
5632
|
template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
5617
5633
|
none: "none";
|
|
5634
|
+
uniwind: "uniwind";
|
|
5618
5635
|
mern: "mern";
|
|
5619
5636
|
pern: "pern";
|
|
5620
5637
|
t3: "t3";
|
|
5621
|
-
uniwind: "uniwind";
|
|
5622
5638
|
}>>;
|
|
5623
5639
|
javaWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
5624
5640
|
none: "none";
|
|
@@ -5761,10 +5777,10 @@ declare function getAllJsonSchemas(): {
|
|
|
5761
5777
|
projectName: z.ZodOptional<z.ZodString>;
|
|
5762
5778
|
template: z.ZodOptional<z.ZodEnum<{
|
|
5763
5779
|
none: "none";
|
|
5780
|
+
uniwind: "uniwind";
|
|
5764
5781
|
mern: "mern";
|
|
5765
5782
|
pern: "pern";
|
|
5766
5783
|
t3: "t3";
|
|
5767
|
-
uniwind: "uniwind";
|
|
5768
5784
|
}>>;
|
|
5769
5785
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
5770
5786
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5874,8 +5890,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5874
5890
|
"github-actions": "github-actions";
|
|
5875
5891
|
}>>>;
|
|
5876
5892
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5877
|
-
none: "none";
|
|
5878
5893
|
ai: "ai";
|
|
5894
|
+
none: "none";
|
|
5879
5895
|
"chat-sdk": "chat-sdk";
|
|
5880
5896
|
"tanstack-showcase": "tanstack-showcase";
|
|
5881
5897
|
}>>>;
|
|
@@ -5957,10 +5973,10 @@ declare function getAllJsonSchemas(): {
|
|
|
5957
5973
|
vercel: "vercel";
|
|
5958
5974
|
}>>;
|
|
5959
5975
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
5976
|
+
error: "error";
|
|
5960
5977
|
merge: "merge";
|
|
5961
5978
|
overwrite: "overwrite";
|
|
5962
5979
|
increment: "increment";
|
|
5963
|
-
error: "error";
|
|
5964
5980
|
}>>;
|
|
5965
5981
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
5966
5982
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5987,8 +6003,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5987
6003
|
"ai-cli": "ai-cli";
|
|
5988
6004
|
}>>;
|
|
5989
6005
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
5990
|
-
none: "none";
|
|
5991
6006
|
effect: "effect";
|
|
6007
|
+
none: "none";
|
|
5992
6008
|
"effect-full": "effect-full";
|
|
5993
6009
|
}>>;
|
|
5994
6010
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -6121,8 +6137,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6121
6137
|
"geist-mono": "geist-mono";
|
|
6122
6138
|
}>>;
|
|
6123
6139
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
6124
|
-
none: "none";
|
|
6125
6140
|
default: "default";
|
|
6141
|
+
none: "none";
|
|
6126
6142
|
small: "small";
|
|
6127
6143
|
medium: "medium";
|
|
6128
6144
|
large: "large";
|
|
@@ -6247,9 +6263,9 @@ declare function getAllJsonSchemas(): {
|
|
|
6247
6263
|
}>>;
|
|
6248
6264
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
6249
6265
|
none: "none";
|
|
6250
|
-
uniwind: "uniwind";
|
|
6251
6266
|
tamagui: "tamagui";
|
|
6252
6267
|
"gluestack-ui": "gluestack-ui";
|
|
6268
|
+
uniwind: "uniwind";
|
|
6253
6269
|
unistyles: "unistyles";
|
|
6254
6270
|
}>>;
|
|
6255
6271
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -6302,12 +6318,12 @@ declare function getAllJsonSchemas(): {
|
|
|
6302
6318
|
ratatui: "ratatui";
|
|
6303
6319
|
}>>;
|
|
6304
6320
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6321
|
+
config: "config";
|
|
6305
6322
|
none: "none";
|
|
6306
6323
|
serde: "serde";
|
|
6307
6324
|
uuid: "uuid";
|
|
6308
6325
|
chrono: "chrono";
|
|
6309
6326
|
reqwest: "reqwest";
|
|
6310
|
-
config: "config";
|
|
6311
6327
|
dashmap: "dashmap";
|
|
6312
6328
|
"parking-lot": "parking-lot";
|
|
6313
6329
|
secrecy: "secrecy";
|
|
@@ -6839,8 +6855,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6839
6855
|
"github-actions": "github-actions";
|
|
6840
6856
|
}>>;
|
|
6841
6857
|
examples: z.ZodArray<z.ZodEnum<{
|
|
6842
|
-
none: "none";
|
|
6843
6858
|
ai: "ai";
|
|
6859
|
+
none: "none";
|
|
6844
6860
|
"chat-sdk": "chat-sdk";
|
|
6845
6861
|
"tanstack-showcase": "tanstack-showcase";
|
|
6846
6862
|
}>>;
|
|
@@ -6944,8 +6960,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6944
6960
|
"ai-cli": "ai-cli";
|
|
6945
6961
|
}>;
|
|
6946
6962
|
effect: z.ZodEnum<{
|
|
6947
|
-
none: "none";
|
|
6948
6963
|
effect: "effect";
|
|
6964
|
+
none: "none";
|
|
6949
6965
|
"effect-full": "effect-full";
|
|
6950
6966
|
}>;
|
|
6951
6967
|
stateManagement: z.ZodEnum<{
|
|
@@ -7078,8 +7094,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7078
7094
|
"geist-mono": "geist-mono";
|
|
7079
7095
|
}>>;
|
|
7080
7096
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
7081
|
-
none: "none";
|
|
7082
7097
|
default: "default";
|
|
7098
|
+
none: "none";
|
|
7083
7099
|
small: "small";
|
|
7084
7100
|
medium: "medium";
|
|
7085
7101
|
large: "large";
|
|
@@ -7204,9 +7220,9 @@ declare function getAllJsonSchemas(): {
|
|
|
7204
7220
|
}>;
|
|
7205
7221
|
mobileUI: z.ZodEnum<{
|
|
7206
7222
|
none: "none";
|
|
7207
|
-
uniwind: "uniwind";
|
|
7208
7223
|
tamagui: "tamagui";
|
|
7209
7224
|
"gluestack-ui": "gluestack-ui";
|
|
7225
|
+
uniwind: "uniwind";
|
|
7210
7226
|
unistyles: "unistyles";
|
|
7211
7227
|
}>;
|
|
7212
7228
|
mobileStorage: z.ZodEnum<{
|
|
@@ -7259,12 +7275,12 @@ declare function getAllJsonSchemas(): {
|
|
|
7259
7275
|
ratatui: "ratatui";
|
|
7260
7276
|
}>;
|
|
7261
7277
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
7278
|
+
config: "config";
|
|
7262
7279
|
none: "none";
|
|
7263
7280
|
serde: "serde";
|
|
7264
7281
|
uuid: "uuid";
|
|
7265
7282
|
chrono: "chrono";
|
|
7266
7283
|
reqwest: "reqwest";
|
|
7267
|
-
config: "config";
|
|
7268
7284
|
dashmap: "dashmap";
|
|
7269
7285
|
"parking-lot": "parking-lot";
|
|
7270
7286
|
secrecy: "secrecy";
|
|
@@ -7691,55 +7707,59 @@ declare function getAllJsonSchemas(): {
|
|
|
7691
7707
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7692
7708
|
id: z.ZodString;
|
|
7693
7709
|
role: z.ZodEnum<{
|
|
7694
|
-
|
|
7710
|
+
push: "push";
|
|
7711
|
+
frontend: "frontend";
|
|
7712
|
+
backend: "backend";
|
|
7713
|
+
mobile: "mobile";
|
|
7695
7714
|
database: "database";
|
|
7715
|
+
api: "api";
|
|
7716
|
+
graphql: "graphql";
|
|
7696
7717
|
orm: "orm";
|
|
7697
7718
|
auth: "auth";
|
|
7698
|
-
payments: "payments";
|
|
7699
|
-
frontend: "frontend";
|
|
7700
|
-
examples: "examples";
|
|
7701
|
-
dbSetup: "dbSetup";
|
|
7702
|
-
backend: "backend";
|
|
7703
7719
|
runtime: "runtime";
|
|
7704
|
-
|
|
7705
|
-
|
|
7706
|
-
stateManagement: "stateManagement";
|
|
7707
|
-
forms: "forms";
|
|
7708
|
-
testing: "testing";
|
|
7709
|
-
email: "email";
|
|
7710
|
-
validation: "validation";
|
|
7720
|
+
deploy: "deploy";
|
|
7721
|
+
dbSetup: "dbSetup";
|
|
7711
7722
|
realtime: "realtime";
|
|
7723
|
+
navigation: "navigation";
|
|
7724
|
+
caching: "caching";
|
|
7725
|
+
observability: "observability";
|
|
7726
|
+
email: "email";
|
|
7727
|
+
search: "search";
|
|
7728
|
+
vectorDb: "vectorDb";
|
|
7729
|
+
fileStorage: "fileStorage";
|
|
7712
7730
|
jobQueue: "jobQueue";
|
|
7731
|
+
rateLimit: "rateLimit";
|
|
7732
|
+
testing: "testing";
|
|
7733
|
+
stateManagement: "stateManagement";
|
|
7734
|
+
forms: "forms";
|
|
7713
7735
|
animation: "animation";
|
|
7714
7736
|
fileUpload: "fileUpload";
|
|
7737
|
+
validation: "validation";
|
|
7738
|
+
effect: "effect";
|
|
7739
|
+
ui: "ui";
|
|
7740
|
+
css: "css";
|
|
7741
|
+
storage: "storage";
|
|
7742
|
+
ota: "ota";
|
|
7743
|
+
deepLinking: "deepLinking";
|
|
7744
|
+
ai: "ai";
|
|
7745
|
+
payments: "payments";
|
|
7715
7746
|
logging: "logging";
|
|
7716
|
-
observability: "observability";
|
|
7717
7747
|
featureFlags: "featureFlags";
|
|
7718
7748
|
analytics: "analytics";
|
|
7719
7749
|
cms: "cms";
|
|
7720
|
-
caching: "caching";
|
|
7721
|
-
rateLimit: "rateLimit";
|
|
7722
7750
|
i18n: "i18n";
|
|
7723
|
-
search: "search";
|
|
7724
|
-
vectorDb: "vectorDb";
|
|
7725
|
-
fileStorage: "fileStorage";
|
|
7726
|
-
config: "config";
|
|
7727
|
-
mobile: "mobile";
|
|
7728
|
-
deploy: "deploy";
|
|
7729
|
-
navigation: "navigation";
|
|
7730
|
-
ui: "ui";
|
|
7731
|
-
css: "css";
|
|
7732
|
-
storage: "storage";
|
|
7733
7751
|
documentation: "documentation";
|
|
7734
7752
|
codeQuality: "codeQuality";
|
|
7735
7753
|
appPlatform: "appPlatform";
|
|
7736
7754
|
dataFetching: "dataFetching";
|
|
7737
7755
|
workspaceTooling: "workspaceTooling";
|
|
7756
|
+
examples: "examples";
|
|
7738
7757
|
buildTool: "buildTool";
|
|
7739
7758
|
cli: "cli";
|
|
7740
7759
|
errorHandling: "errorHandling";
|
|
7741
7760
|
httpClient: "httpClient";
|
|
7742
7761
|
libraries: "libraries";
|
|
7762
|
+
config: "config";
|
|
7743
7763
|
templating: "templating";
|
|
7744
7764
|
}>;
|
|
7745
7765
|
toolId: z.ZodString;
|
|
@@ -7873,8 +7893,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7873
7893
|
"github-actions": "github-actions";
|
|
7874
7894
|
}>>;
|
|
7875
7895
|
examples: z.ZodArray<z.ZodEnum<{
|
|
7876
|
-
none: "none";
|
|
7877
7896
|
ai: "ai";
|
|
7897
|
+
none: "none";
|
|
7878
7898
|
"chat-sdk": "chat-sdk";
|
|
7879
7899
|
"tanstack-showcase": "tanstack-showcase";
|
|
7880
7900
|
}>>;
|
|
@@ -7976,8 +7996,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7976
7996
|
"ai-cli": "ai-cli";
|
|
7977
7997
|
}>;
|
|
7978
7998
|
effect: z.ZodEnum<{
|
|
7979
|
-
none: "none";
|
|
7980
7999
|
effect: "effect";
|
|
8000
|
+
none: "none";
|
|
7981
8001
|
"effect-full": "effect-full";
|
|
7982
8002
|
}>;
|
|
7983
8003
|
stateManagement: z.ZodEnum<{
|
|
@@ -8110,8 +8130,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8110
8130
|
"geist-mono": "geist-mono";
|
|
8111
8131
|
}>>;
|
|
8112
8132
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
8113
|
-
none: "none";
|
|
8114
8133
|
default: "default";
|
|
8134
|
+
none: "none";
|
|
8115
8135
|
small: "small";
|
|
8116
8136
|
medium: "medium";
|
|
8117
8137
|
large: "large";
|
|
@@ -8236,9 +8256,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8236
8256
|
}>;
|
|
8237
8257
|
mobileUI: z.ZodEnum<{
|
|
8238
8258
|
none: "none";
|
|
8239
|
-
uniwind: "uniwind";
|
|
8240
8259
|
tamagui: "tamagui";
|
|
8241
8260
|
"gluestack-ui": "gluestack-ui";
|
|
8261
|
+
uniwind: "uniwind";
|
|
8242
8262
|
unistyles: "unistyles";
|
|
8243
8263
|
}>;
|
|
8244
8264
|
mobileStorage: z.ZodEnum<{
|
|
@@ -8291,12 +8311,12 @@ declare function getAllJsonSchemas(): {
|
|
|
8291
8311
|
ratatui: "ratatui";
|
|
8292
8312
|
}>;
|
|
8293
8313
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
8314
|
+
config: "config";
|
|
8294
8315
|
none: "none";
|
|
8295
8316
|
serde: "serde";
|
|
8296
8317
|
uuid: "uuid";
|
|
8297
8318
|
chrono: "chrono";
|
|
8298
8319
|
reqwest: "reqwest";
|
|
8299
|
-
config: "config";
|
|
8300
8320
|
dashmap: "dashmap";
|
|
8301
8321
|
"parking-lot": "parking-lot";
|
|
8302
8322
|
secrecy: "secrecy";
|
|
@@ -8723,55 +8743,59 @@ declare function getAllJsonSchemas(): {
|
|
|
8723
8743
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8724
8744
|
id: z.ZodString;
|
|
8725
8745
|
role: z.ZodEnum<{
|
|
8726
|
-
|
|
8746
|
+
push: "push";
|
|
8747
|
+
frontend: "frontend";
|
|
8748
|
+
backend: "backend";
|
|
8749
|
+
mobile: "mobile";
|
|
8727
8750
|
database: "database";
|
|
8751
|
+
api: "api";
|
|
8752
|
+
graphql: "graphql";
|
|
8728
8753
|
orm: "orm";
|
|
8729
8754
|
auth: "auth";
|
|
8730
|
-
payments: "payments";
|
|
8731
|
-
frontend: "frontend";
|
|
8732
|
-
examples: "examples";
|
|
8733
|
-
dbSetup: "dbSetup";
|
|
8734
|
-
backend: "backend";
|
|
8735
8755
|
runtime: "runtime";
|
|
8736
|
-
|
|
8737
|
-
|
|
8738
|
-
stateManagement: "stateManagement";
|
|
8739
|
-
forms: "forms";
|
|
8740
|
-
testing: "testing";
|
|
8741
|
-
email: "email";
|
|
8742
|
-
validation: "validation";
|
|
8756
|
+
deploy: "deploy";
|
|
8757
|
+
dbSetup: "dbSetup";
|
|
8743
8758
|
realtime: "realtime";
|
|
8759
|
+
navigation: "navigation";
|
|
8760
|
+
caching: "caching";
|
|
8761
|
+
observability: "observability";
|
|
8762
|
+
email: "email";
|
|
8763
|
+
search: "search";
|
|
8764
|
+
vectorDb: "vectorDb";
|
|
8765
|
+
fileStorage: "fileStorage";
|
|
8744
8766
|
jobQueue: "jobQueue";
|
|
8767
|
+
rateLimit: "rateLimit";
|
|
8768
|
+
testing: "testing";
|
|
8769
|
+
stateManagement: "stateManagement";
|
|
8770
|
+
forms: "forms";
|
|
8745
8771
|
animation: "animation";
|
|
8746
8772
|
fileUpload: "fileUpload";
|
|
8773
|
+
validation: "validation";
|
|
8774
|
+
effect: "effect";
|
|
8775
|
+
ui: "ui";
|
|
8776
|
+
css: "css";
|
|
8777
|
+
storage: "storage";
|
|
8778
|
+
ota: "ota";
|
|
8779
|
+
deepLinking: "deepLinking";
|
|
8780
|
+
ai: "ai";
|
|
8781
|
+
payments: "payments";
|
|
8747
8782
|
logging: "logging";
|
|
8748
|
-
observability: "observability";
|
|
8749
8783
|
featureFlags: "featureFlags";
|
|
8750
8784
|
analytics: "analytics";
|
|
8751
8785
|
cms: "cms";
|
|
8752
|
-
caching: "caching";
|
|
8753
|
-
rateLimit: "rateLimit";
|
|
8754
8786
|
i18n: "i18n";
|
|
8755
|
-
search: "search";
|
|
8756
|
-
vectorDb: "vectorDb";
|
|
8757
|
-
fileStorage: "fileStorage";
|
|
8758
|
-
config: "config";
|
|
8759
|
-
mobile: "mobile";
|
|
8760
|
-
deploy: "deploy";
|
|
8761
|
-
navigation: "navigation";
|
|
8762
|
-
ui: "ui";
|
|
8763
|
-
css: "css";
|
|
8764
|
-
storage: "storage";
|
|
8765
8787
|
documentation: "documentation";
|
|
8766
8788
|
codeQuality: "codeQuality";
|
|
8767
8789
|
appPlatform: "appPlatform";
|
|
8768
8790
|
dataFetching: "dataFetching";
|
|
8769
8791
|
workspaceTooling: "workspaceTooling";
|
|
8792
|
+
examples: "examples";
|
|
8770
8793
|
buildTool: "buildTool";
|
|
8771
8794
|
cli: "cli";
|
|
8772
8795
|
errorHandling: "errorHandling";
|
|
8773
8796
|
httpClient: "httpClient";
|
|
8774
8797
|
libraries: "libraries";
|
|
8798
|
+
config: "config";
|
|
8775
8799
|
templating: "templating";
|
|
8776
8800
|
}>;
|
|
8777
8801
|
toolId: z.ZodString;
|
|
@@ -8905,8 +8929,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8905
8929
|
"github-actions": "github-actions";
|
|
8906
8930
|
}>>;
|
|
8907
8931
|
examples: z.ZodArray<z.ZodEnum<{
|
|
8908
|
-
none: "none";
|
|
8909
8932
|
ai: "ai";
|
|
8933
|
+
none: "none";
|
|
8910
8934
|
"chat-sdk": "chat-sdk";
|
|
8911
8935
|
"tanstack-showcase": "tanstack-showcase";
|
|
8912
8936
|
}>>;
|
|
@@ -9008,8 +9032,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9008
9032
|
"ai-cli": "ai-cli";
|
|
9009
9033
|
}>;
|
|
9010
9034
|
effect: z.ZodEnum<{
|
|
9011
|
-
none: "none";
|
|
9012
9035
|
effect: "effect";
|
|
9036
|
+
none: "none";
|
|
9013
9037
|
"effect-full": "effect-full";
|
|
9014
9038
|
}>;
|
|
9015
9039
|
stateManagement: z.ZodEnum<{
|
|
@@ -9142,8 +9166,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9142
9166
|
"geist-mono": "geist-mono";
|
|
9143
9167
|
}>>;
|
|
9144
9168
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
9145
|
-
none: "none";
|
|
9146
9169
|
default: "default";
|
|
9170
|
+
none: "none";
|
|
9147
9171
|
small: "small";
|
|
9148
9172
|
medium: "medium";
|
|
9149
9173
|
large: "large";
|
|
@@ -9268,9 +9292,9 @@ declare function getAllJsonSchemas(): {
|
|
|
9268
9292
|
}>;
|
|
9269
9293
|
mobileUI: z.ZodEnum<{
|
|
9270
9294
|
none: "none";
|
|
9271
|
-
uniwind: "uniwind";
|
|
9272
9295
|
tamagui: "tamagui";
|
|
9273
9296
|
"gluestack-ui": "gluestack-ui";
|
|
9297
|
+
uniwind: "uniwind";
|
|
9274
9298
|
unistyles: "unistyles";
|
|
9275
9299
|
}>;
|
|
9276
9300
|
mobileStorage: z.ZodEnum<{
|
|
@@ -9323,12 +9347,12 @@ declare function getAllJsonSchemas(): {
|
|
|
9323
9347
|
ratatui: "ratatui";
|
|
9324
9348
|
}>;
|
|
9325
9349
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
9350
|
+
config: "config";
|
|
9326
9351
|
none: "none";
|
|
9327
9352
|
serde: "serde";
|
|
9328
9353
|
uuid: "uuid";
|
|
9329
9354
|
chrono: "chrono";
|
|
9330
9355
|
reqwest: "reqwest";
|
|
9331
|
-
config: "config";
|
|
9332
9356
|
dashmap: "dashmap";
|
|
9333
9357
|
"parking-lot": "parking-lot";
|
|
9334
9358
|
secrecy: "secrecy";
|
|
@@ -9755,55 +9779,59 @@ declare function getAllJsonSchemas(): {
|
|
|
9755
9779
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9756
9780
|
id: z.ZodString;
|
|
9757
9781
|
role: z.ZodEnum<{
|
|
9758
|
-
|
|
9782
|
+
push: "push";
|
|
9783
|
+
frontend: "frontend";
|
|
9784
|
+
backend: "backend";
|
|
9785
|
+
mobile: "mobile";
|
|
9759
9786
|
database: "database";
|
|
9787
|
+
api: "api";
|
|
9788
|
+
graphql: "graphql";
|
|
9760
9789
|
orm: "orm";
|
|
9761
9790
|
auth: "auth";
|
|
9762
|
-
payments: "payments";
|
|
9763
|
-
frontend: "frontend";
|
|
9764
|
-
examples: "examples";
|
|
9765
|
-
dbSetup: "dbSetup";
|
|
9766
|
-
backend: "backend";
|
|
9767
9791
|
runtime: "runtime";
|
|
9768
|
-
|
|
9769
|
-
|
|
9770
|
-
stateManagement: "stateManagement";
|
|
9771
|
-
forms: "forms";
|
|
9772
|
-
testing: "testing";
|
|
9773
|
-
email: "email";
|
|
9774
|
-
validation: "validation";
|
|
9792
|
+
deploy: "deploy";
|
|
9793
|
+
dbSetup: "dbSetup";
|
|
9775
9794
|
realtime: "realtime";
|
|
9795
|
+
navigation: "navigation";
|
|
9796
|
+
caching: "caching";
|
|
9797
|
+
observability: "observability";
|
|
9798
|
+
email: "email";
|
|
9799
|
+
search: "search";
|
|
9800
|
+
vectorDb: "vectorDb";
|
|
9801
|
+
fileStorage: "fileStorage";
|
|
9776
9802
|
jobQueue: "jobQueue";
|
|
9803
|
+
rateLimit: "rateLimit";
|
|
9804
|
+
testing: "testing";
|
|
9805
|
+
stateManagement: "stateManagement";
|
|
9806
|
+
forms: "forms";
|
|
9777
9807
|
animation: "animation";
|
|
9778
9808
|
fileUpload: "fileUpload";
|
|
9809
|
+
validation: "validation";
|
|
9810
|
+
effect: "effect";
|
|
9811
|
+
ui: "ui";
|
|
9812
|
+
css: "css";
|
|
9813
|
+
storage: "storage";
|
|
9814
|
+
ota: "ota";
|
|
9815
|
+
deepLinking: "deepLinking";
|
|
9816
|
+
ai: "ai";
|
|
9817
|
+
payments: "payments";
|
|
9779
9818
|
logging: "logging";
|
|
9780
|
-
observability: "observability";
|
|
9781
9819
|
featureFlags: "featureFlags";
|
|
9782
9820
|
analytics: "analytics";
|
|
9783
9821
|
cms: "cms";
|
|
9784
|
-
caching: "caching";
|
|
9785
|
-
rateLimit: "rateLimit";
|
|
9786
9822
|
i18n: "i18n";
|
|
9787
|
-
search: "search";
|
|
9788
|
-
vectorDb: "vectorDb";
|
|
9789
|
-
fileStorage: "fileStorage";
|
|
9790
|
-
config: "config";
|
|
9791
|
-
mobile: "mobile";
|
|
9792
|
-
deploy: "deploy";
|
|
9793
|
-
navigation: "navigation";
|
|
9794
|
-
ui: "ui";
|
|
9795
|
-
css: "css";
|
|
9796
|
-
storage: "storage";
|
|
9797
9823
|
documentation: "documentation";
|
|
9798
9824
|
codeQuality: "codeQuality";
|
|
9799
9825
|
appPlatform: "appPlatform";
|
|
9800
9826
|
dataFetching: "dataFetching";
|
|
9801
9827
|
workspaceTooling: "workspaceTooling";
|
|
9828
|
+
examples: "examples";
|
|
9802
9829
|
buildTool: "buildTool";
|
|
9803
9830
|
cli: "cli";
|
|
9804
9831
|
errorHandling: "errorHandling";
|
|
9805
9832
|
httpClient: "httpClient";
|
|
9806
9833
|
libraries: "libraries";
|
|
9834
|
+
config: "config";
|
|
9807
9835
|
templating: "templating";
|
|
9808
9836
|
}>;
|
|
9809
9837
|
toolId: z.ZodString;
|
|
@@ -9938,8 +9966,8 @@ declare function getAllJsonSchemas(): {
|
|
|
9938
9966
|
"github-actions": "github-actions";
|
|
9939
9967
|
}>>;
|
|
9940
9968
|
examples: z.ZodArray<z.ZodEnum<{
|
|
9941
|
-
none: "none";
|
|
9942
9969
|
ai: "ai";
|
|
9970
|
+
none: "none";
|
|
9943
9971
|
"chat-sdk": "chat-sdk";
|
|
9944
9972
|
"tanstack-showcase": "tanstack-showcase";
|
|
9945
9973
|
}>>;
|
|
@@ -10043,8 +10071,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10043
10071
|
"ai-cli": "ai-cli";
|
|
10044
10072
|
}>;
|
|
10045
10073
|
effect: z.ZodEnum<{
|
|
10046
|
-
none: "none";
|
|
10047
10074
|
effect: "effect";
|
|
10075
|
+
none: "none";
|
|
10048
10076
|
"effect-full": "effect-full";
|
|
10049
10077
|
}>;
|
|
10050
10078
|
stateManagement: z.ZodEnum<{
|
|
@@ -10177,8 +10205,8 @@ declare function getAllJsonSchemas(): {
|
|
|
10177
10205
|
"geist-mono": "geist-mono";
|
|
10178
10206
|
}>>;
|
|
10179
10207
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
10180
|
-
none: "none";
|
|
10181
10208
|
default: "default";
|
|
10209
|
+
none: "none";
|
|
10182
10210
|
small: "small";
|
|
10183
10211
|
medium: "medium";
|
|
10184
10212
|
large: "large";
|
|
@@ -10303,9 +10331,9 @@ declare function getAllJsonSchemas(): {
|
|
|
10303
10331
|
}>;
|
|
10304
10332
|
mobileUI: z.ZodEnum<{
|
|
10305
10333
|
none: "none";
|
|
10306
|
-
uniwind: "uniwind";
|
|
10307
10334
|
tamagui: "tamagui";
|
|
10308
10335
|
"gluestack-ui": "gluestack-ui";
|
|
10336
|
+
uniwind: "uniwind";
|
|
10309
10337
|
unistyles: "unistyles";
|
|
10310
10338
|
}>;
|
|
10311
10339
|
mobileStorage: z.ZodEnum<{
|
|
@@ -10358,12 +10386,12 @@ declare function getAllJsonSchemas(): {
|
|
|
10358
10386
|
ratatui: "ratatui";
|
|
10359
10387
|
}>;
|
|
10360
10388
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
10389
|
+
config: "config";
|
|
10361
10390
|
none: "none";
|
|
10362
10391
|
serde: "serde";
|
|
10363
10392
|
uuid: "uuid";
|
|
10364
10393
|
chrono: "chrono";
|
|
10365
10394
|
reqwest: "reqwest";
|
|
10366
|
-
config: "config";
|
|
10367
10395
|
dashmap: "dashmap";
|
|
10368
10396
|
"parking-lot": "parking-lot";
|
|
10369
10397
|
secrecy: "secrecy";
|
|
@@ -10790,55 +10818,59 @@ declare function getAllJsonSchemas(): {
|
|
|
10790
10818
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10791
10819
|
id: z.ZodString;
|
|
10792
10820
|
role: z.ZodEnum<{
|
|
10793
|
-
|
|
10821
|
+
push: "push";
|
|
10822
|
+
frontend: "frontend";
|
|
10823
|
+
backend: "backend";
|
|
10824
|
+
mobile: "mobile";
|
|
10794
10825
|
database: "database";
|
|
10826
|
+
api: "api";
|
|
10827
|
+
graphql: "graphql";
|
|
10795
10828
|
orm: "orm";
|
|
10796
10829
|
auth: "auth";
|
|
10797
|
-
payments: "payments";
|
|
10798
|
-
frontend: "frontend";
|
|
10799
|
-
examples: "examples";
|
|
10800
|
-
dbSetup: "dbSetup";
|
|
10801
|
-
backend: "backend";
|
|
10802
10830
|
runtime: "runtime";
|
|
10803
|
-
|
|
10804
|
-
|
|
10805
|
-
stateManagement: "stateManagement";
|
|
10806
|
-
forms: "forms";
|
|
10807
|
-
testing: "testing";
|
|
10808
|
-
email: "email";
|
|
10809
|
-
validation: "validation";
|
|
10831
|
+
deploy: "deploy";
|
|
10832
|
+
dbSetup: "dbSetup";
|
|
10810
10833
|
realtime: "realtime";
|
|
10834
|
+
navigation: "navigation";
|
|
10835
|
+
caching: "caching";
|
|
10836
|
+
observability: "observability";
|
|
10837
|
+
email: "email";
|
|
10838
|
+
search: "search";
|
|
10839
|
+
vectorDb: "vectorDb";
|
|
10840
|
+
fileStorage: "fileStorage";
|
|
10811
10841
|
jobQueue: "jobQueue";
|
|
10842
|
+
rateLimit: "rateLimit";
|
|
10843
|
+
testing: "testing";
|
|
10844
|
+
stateManagement: "stateManagement";
|
|
10845
|
+
forms: "forms";
|
|
10812
10846
|
animation: "animation";
|
|
10813
10847
|
fileUpload: "fileUpload";
|
|
10848
|
+
validation: "validation";
|
|
10849
|
+
effect: "effect";
|
|
10850
|
+
ui: "ui";
|
|
10851
|
+
css: "css";
|
|
10852
|
+
storage: "storage";
|
|
10853
|
+
ota: "ota";
|
|
10854
|
+
deepLinking: "deepLinking";
|
|
10855
|
+
ai: "ai";
|
|
10856
|
+
payments: "payments";
|
|
10814
10857
|
logging: "logging";
|
|
10815
|
-
observability: "observability";
|
|
10816
10858
|
featureFlags: "featureFlags";
|
|
10817
10859
|
analytics: "analytics";
|
|
10818
10860
|
cms: "cms";
|
|
10819
|
-
caching: "caching";
|
|
10820
|
-
rateLimit: "rateLimit";
|
|
10821
10861
|
i18n: "i18n";
|
|
10822
|
-
search: "search";
|
|
10823
|
-
vectorDb: "vectorDb";
|
|
10824
|
-
fileStorage: "fileStorage";
|
|
10825
|
-
config: "config";
|
|
10826
|
-
mobile: "mobile";
|
|
10827
|
-
deploy: "deploy";
|
|
10828
|
-
navigation: "navigation";
|
|
10829
|
-
ui: "ui";
|
|
10830
|
-
css: "css";
|
|
10831
|
-
storage: "storage";
|
|
10832
10862
|
documentation: "documentation";
|
|
10833
10863
|
codeQuality: "codeQuality";
|
|
10834
10864
|
appPlatform: "appPlatform";
|
|
10835
10865
|
dataFetching: "dataFetching";
|
|
10836
10866
|
workspaceTooling: "workspaceTooling";
|
|
10867
|
+
examples: "examples";
|
|
10837
10868
|
buildTool: "buildTool";
|
|
10838
10869
|
cli: "cli";
|
|
10839
10870
|
errorHandling: "errorHandling";
|
|
10840
10871
|
httpClient: "httpClient";
|
|
10841
10872
|
libraries: "libraries";
|
|
10873
|
+
config: "config";
|
|
10842
10874
|
templating: "templating";
|
|
10843
10875
|
}>;
|
|
10844
10876
|
toolId: z.ZodString;
|