@better-fullstack/types 2.0.1 → 2.0.3
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-ByJzfP7_.d.mts → defaults-CGUDVwYW.d.mts} +2 -2
- package/dist/defaults-CGUDVwYW.d.mts.map +1 -0
- package/dist/{defaults-DNmNiuxG.mjs → defaults-Cy0_ttEE.mjs} +31 -1
- package/dist/defaults-Cy0_ttEE.mjs.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/defaults.mjs +1 -1
- package/dist/index.d.mts +6 -6
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/json-schema.d.mts +2200 -186
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-DnEGgQzA.mjs → schemas-D1fG1cXJ.mjs} +323 -14
- package/dist/schemas-D1fG1cXJ.mjs.map +1 -0
- package/dist/{schemas-62dqb8iS.d.mts → schemas-DVyeJ5g_.d.mts} +2039 -204
- package/dist/schemas-DVyeJ5g_.d.mts.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/dist/stack-graph-DIXiAwrZ.mjs +2115 -0
- package/dist/stack-graph-DIXiAwrZ.mjs.map +1 -0
- package/dist/{stack-graph-UgPd4sup.d.mts → stack-graph-DxbVgmAd.d.mts} +19 -4
- package/dist/stack-graph-DxbVgmAd.d.mts.map +1 -0
- package/dist/stack-graph.d.mts +4 -4
- package/dist/stack-graph.mjs +3 -3
- package/dist/{stack-translation-COVG5IPm.mjs → stack-translation-9PxvYAJB.mjs} +4084 -3024
- package/dist/stack-translation-9PxvYAJB.mjs.map +1 -0
- package/dist/{stack-translation-CYNMQUUu.d.mts → stack-translation-DQfT1jwM.d.mts} +117 -35
- package/dist/stack-translation-DQfT1jwM.d.mts.map +1 -0
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +3 -3
- package/dist/types-j0tqBnAt.d.mts +153 -0
- package/dist/types-j0tqBnAt.d.mts.map +1 -0
- package/dist/types.d.mts +3 -3
- package/package.json +1 -1
- package/dist/defaults-ByJzfP7_.d.mts.map +0 -1
- package/dist/defaults-DNmNiuxG.mjs.map +0 -1
- package/dist/schemas-62dqb8iS.d.mts.map +0 -1
- package/dist/schemas-DnEGgQzA.mjs.map +0 -1
- package/dist/stack-graph-C2tzuzRe.mjs +0 -585
- package/dist/stack-graph-C2tzuzRe.mjs.map +0 -1
- package/dist/stack-graph-UgPd4sup.d.mts.map +0 -1
- package/dist/stack-translation-COVG5IPm.mjs.map +0 -1
- package/dist/stack-translation-CYNMQUUu.d.mts.map +0 -1
- package/dist/types-CWpfWGSN.d.mts +0 -123
- package/dist/types-CWpfWGSN.d.mts.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -73,6 +73,7 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
73
73
|
mcp: "mcp";
|
|
74
74
|
skills: "skills";
|
|
75
75
|
turborepo: "turborepo";
|
|
76
|
+
nx: "nx";
|
|
76
77
|
fumadocs: "fumadocs";
|
|
77
78
|
ultracite: "ultracite";
|
|
78
79
|
oxlint: "oxlint";
|
|
@@ -86,11 +87,12 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
86
87
|
"tanstack-virtual": "tanstack-virtual";
|
|
87
88
|
"tanstack-db": "tanstack-db";
|
|
88
89
|
"tanstack-pacer": "tanstack-pacer";
|
|
90
|
+
"backend-utils": "backend-utils";
|
|
89
91
|
"docker-compose": "docker-compose";
|
|
90
92
|
}>>;
|
|
91
93
|
declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
92
|
-
ai: "ai";
|
|
93
94
|
none: "none";
|
|
95
|
+
ai: "ai";
|
|
94
96
|
"chat-sdk": "chat-sdk";
|
|
95
97
|
"tanstack-showcase": "tanstack-showcase";
|
|
96
98
|
}>>;
|
|
@@ -119,16 +121,20 @@ declare function getAPIJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEn
|
|
|
119
121
|
"ts-rest": "ts-rest";
|
|
120
122
|
garph: "garph";
|
|
121
123
|
"graphql-yoga": "graphql-yoga";
|
|
124
|
+
openapi: "openapi";
|
|
122
125
|
}>>;
|
|
123
126
|
declare function getAuthJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
124
127
|
none: "none";
|
|
125
128
|
"better-auth": "better-auth";
|
|
129
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
126
130
|
"go-better-auth": "go-better-auth";
|
|
127
131
|
clerk: "clerk";
|
|
128
132
|
nextauth: "nextauth";
|
|
129
133
|
"stack-auth": "stack-auth";
|
|
130
134
|
"supabase-auth": "supabase-auth";
|
|
131
135
|
auth0: "auth0";
|
|
136
|
+
workos: "workos";
|
|
137
|
+
kinde: "kinde";
|
|
132
138
|
}>>;
|
|
133
139
|
declare function getPaymentsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
134
140
|
none: "none";
|
|
@@ -144,6 +150,8 @@ declare function getWebDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z
|
|
|
144
150
|
cloudflare: "cloudflare";
|
|
145
151
|
fly: "fly";
|
|
146
152
|
railway: "railway";
|
|
153
|
+
render: "render";
|
|
154
|
+
netlify: "netlify";
|
|
147
155
|
sst: "sst";
|
|
148
156
|
vercel: "vercel";
|
|
149
157
|
}>>;
|
|
@@ -153,30 +161,32 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
153
161
|
cloudflare: "cloudflare";
|
|
154
162
|
fly: "fly";
|
|
155
163
|
railway: "railway";
|
|
164
|
+
render: "render";
|
|
165
|
+
netlify: "netlify";
|
|
156
166
|
sst: "sst";
|
|
157
167
|
vercel: "vercel";
|
|
158
168
|
}>>;
|
|
159
169
|
declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
160
|
-
error: "error";
|
|
161
170
|
merge: "merge";
|
|
162
171
|
overwrite: "overwrite";
|
|
163
172
|
increment: "increment";
|
|
173
|
+
error: "error";
|
|
164
174
|
}>>;
|
|
165
175
|
declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
166
176
|
none: "none";
|
|
167
|
-
uniwind: "uniwind";
|
|
168
177
|
mern: "mern";
|
|
169
178
|
pern: "pern";
|
|
170
179
|
t3: "t3";
|
|
180
|
+
uniwind: "uniwind";
|
|
171
181
|
}>>;
|
|
172
182
|
declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
173
183
|
projectName: z.ZodOptional<z.ZodString>;
|
|
174
184
|
template: z.ZodOptional<z.ZodEnum<{
|
|
175
185
|
none: "none";
|
|
176
|
-
uniwind: "uniwind";
|
|
177
186
|
mern: "mern";
|
|
178
187
|
pern: "pern";
|
|
179
188
|
t3: "t3";
|
|
189
|
+
uniwind: "uniwind";
|
|
180
190
|
}>>;
|
|
181
191
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
182
192
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -191,6 +201,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
191
201
|
go: "go";
|
|
192
202
|
java: "java";
|
|
193
203
|
elixir: "elixir";
|
|
204
|
+
dotnet: "dotnet";
|
|
194
205
|
}>>;
|
|
195
206
|
database: z.ZodOptional<z.ZodEnum<{
|
|
196
207
|
none: "none";
|
|
@@ -214,12 +225,15 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
214
225
|
auth: z.ZodOptional<z.ZodEnum<{
|
|
215
226
|
none: "none";
|
|
216
227
|
"better-auth": "better-auth";
|
|
228
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
217
229
|
"go-better-auth": "go-better-auth";
|
|
218
230
|
clerk: "clerk";
|
|
219
231
|
nextauth: "nextauth";
|
|
220
232
|
"stack-auth": "stack-auth";
|
|
221
233
|
"supabase-auth": "supabase-auth";
|
|
222
234
|
auth0: "auth0";
|
|
235
|
+
workos: "workos";
|
|
236
|
+
kinde: "kinde";
|
|
223
237
|
}>>;
|
|
224
238
|
payments: z.ZodOptional<z.ZodEnum<{
|
|
225
239
|
none: "none";
|
|
@@ -262,6 +276,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
262
276
|
mcp: "mcp";
|
|
263
277
|
skills: "skills";
|
|
264
278
|
turborepo: "turborepo";
|
|
279
|
+
nx: "nx";
|
|
265
280
|
fumadocs: "fumadocs";
|
|
266
281
|
ultracite: "ultracite";
|
|
267
282
|
oxlint: "oxlint";
|
|
@@ -275,11 +290,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
275
290
|
"tanstack-virtual": "tanstack-virtual";
|
|
276
291
|
"tanstack-db": "tanstack-db";
|
|
277
292
|
"tanstack-pacer": "tanstack-pacer";
|
|
293
|
+
"backend-utils": "backend-utils";
|
|
278
294
|
"docker-compose": "docker-compose";
|
|
279
295
|
}>>>;
|
|
280
296
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
281
|
-
ai: "ai";
|
|
282
297
|
none: "none";
|
|
298
|
+
ai: "ai";
|
|
283
299
|
"chat-sdk": "chat-sdk";
|
|
284
300
|
"tanstack-showcase": "tanstack-showcase";
|
|
285
301
|
}>>>;
|
|
@@ -335,6 +351,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
335
351
|
"ts-rest": "ts-rest";
|
|
336
352
|
garph: "garph";
|
|
337
353
|
"graphql-yoga": "graphql-yoga";
|
|
354
|
+
openapi: "openapi";
|
|
338
355
|
}>>;
|
|
339
356
|
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
340
357
|
none: "none";
|
|
@@ -342,6 +359,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
342
359
|
cloudflare: "cloudflare";
|
|
343
360
|
fly: "fly";
|
|
344
361
|
railway: "railway";
|
|
362
|
+
render: "render";
|
|
363
|
+
netlify: "netlify";
|
|
345
364
|
sst: "sst";
|
|
346
365
|
vercel: "vercel";
|
|
347
366
|
}>>;
|
|
@@ -351,14 +370,16 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
351
370
|
cloudflare: "cloudflare";
|
|
352
371
|
fly: "fly";
|
|
353
372
|
railway: "railway";
|
|
373
|
+
render: "render";
|
|
374
|
+
netlify: "netlify";
|
|
354
375
|
sst: "sst";
|
|
355
376
|
vercel: "vercel";
|
|
356
377
|
}>>;
|
|
357
378
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
358
|
-
error: "error";
|
|
359
379
|
merge: "merge";
|
|
360
380
|
overwrite: "overwrite";
|
|
361
381
|
increment: "increment";
|
|
382
|
+
error: "error";
|
|
362
383
|
}>>;
|
|
363
384
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
364
385
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -385,8 +406,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
385
406
|
"ai-cli": "ai-cli";
|
|
386
407
|
}>>;
|
|
387
408
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
388
|
-
effect: "effect";
|
|
389
409
|
none: "none";
|
|
410
|
+
effect: "effect";
|
|
390
411
|
"effect-full": "effect-full";
|
|
391
412
|
}>>;
|
|
392
413
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -437,7 +458,6 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
437
458
|
"postcss-only": "postcss-only";
|
|
438
459
|
}>>;
|
|
439
460
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
440
|
-
mui: "mui";
|
|
441
461
|
none: "none";
|
|
442
462
|
"shadcn-ui": "shadcn-ui";
|
|
443
463
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -448,6 +468,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
448
468
|
"chakra-ui": "chakra-ui";
|
|
449
469
|
nextui: "nextui";
|
|
450
470
|
mantine: "mantine";
|
|
471
|
+
mui: "mui";
|
|
451
472
|
antd: "antd";
|
|
452
473
|
"base-ui": "base-ui";
|
|
453
474
|
"ark-ui": "ark-ui";
|
|
@@ -576,6 +597,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
576
597
|
opentelemetry: "opentelemetry";
|
|
577
598
|
sentry: "sentry";
|
|
578
599
|
grafana: "grafana";
|
|
600
|
+
datadog: "datadog";
|
|
601
|
+
axiom: "axiom";
|
|
602
|
+
betterstack: "betterstack";
|
|
579
603
|
}>>;
|
|
580
604
|
featureFlags: z.ZodOptional<z.ZodEnum<{
|
|
581
605
|
none: "none";
|
|
@@ -602,6 +626,11 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
602
626
|
none: "none";
|
|
603
627
|
"upstash-redis": "upstash-redis";
|
|
604
628
|
}>>;
|
|
629
|
+
rateLimit: z.ZodOptional<z.ZodEnum<{
|
|
630
|
+
none: "none";
|
|
631
|
+
arcjet: "arcjet";
|
|
632
|
+
"upstash-ratelimit": "upstash-ratelimit";
|
|
633
|
+
}>>;
|
|
605
634
|
i18n: z.ZodOptional<z.ZodEnum<{
|
|
606
635
|
none: "none";
|
|
607
636
|
i18next: "i18next";
|
|
@@ -627,9 +656,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
627
656
|
}>>;
|
|
628
657
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
629
658
|
none: "none";
|
|
659
|
+
uniwind: "uniwind";
|
|
630
660
|
tamagui: "tamagui";
|
|
631
661
|
"gluestack-ui": "gluestack-ui";
|
|
632
|
-
uniwind: "uniwind";
|
|
633
662
|
unistyles: "unistyles";
|
|
634
663
|
}>>;
|
|
635
664
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -719,6 +748,24 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
719
748
|
rustAuth: z.ZodOptional<z.ZodEnum<{
|
|
720
749
|
none: "none";
|
|
721
750
|
oauth2: "oauth2";
|
|
751
|
+
torii: "torii";
|
|
752
|
+
}>>;
|
|
753
|
+
rustRealtime: z.ZodOptional<z.ZodEnum<{
|
|
754
|
+
none: "none";
|
|
755
|
+
"tokio-tungstenite": "tokio-tungstenite";
|
|
756
|
+
}>>;
|
|
757
|
+
rustMessageQueue: z.ZodOptional<z.ZodEnum<{
|
|
758
|
+
none: "none";
|
|
759
|
+
lapin: "lapin";
|
|
760
|
+
}>>;
|
|
761
|
+
rustObservability: z.ZodOptional<z.ZodEnum<{
|
|
762
|
+
none: "none";
|
|
763
|
+
opentelemetry: "opentelemetry";
|
|
764
|
+
}>>;
|
|
765
|
+
rustTemplating: z.ZodOptional<z.ZodEnum<{
|
|
766
|
+
none: "none";
|
|
767
|
+
askama: "askama";
|
|
768
|
+
tera: "tera";
|
|
722
769
|
}>>;
|
|
723
770
|
pythonWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
724
771
|
none: "none";
|
|
@@ -726,12 +773,14 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
726
773
|
django: "django";
|
|
727
774
|
flask: "flask";
|
|
728
775
|
litestar: "litestar";
|
|
776
|
+
starlette: "starlette";
|
|
729
777
|
}>>;
|
|
730
778
|
pythonOrm: z.ZodOptional<z.ZodEnum<{
|
|
731
779
|
none: "none";
|
|
732
780
|
sqlalchemy: "sqlalchemy";
|
|
733
781
|
sqlmodel: "sqlmodel";
|
|
734
782
|
"tortoise-orm": "tortoise-orm";
|
|
783
|
+
peewee: "peewee";
|
|
735
784
|
}>>;
|
|
736
785
|
pythonValidation: z.ZodOptional<z.ZodEnum<{
|
|
737
786
|
none: "none";
|
|
@@ -740,17 +789,21 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
740
789
|
pythonAi: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
741
790
|
none: "none";
|
|
742
791
|
langgraph: "langgraph";
|
|
792
|
+
"google-adk": "google-adk";
|
|
743
793
|
langchain: "langchain";
|
|
744
794
|
llamaindex: "llamaindex";
|
|
745
795
|
"openai-sdk": "openai-sdk";
|
|
746
796
|
"anthropic-sdk": "anthropic-sdk";
|
|
747
797
|
crewai: "crewai";
|
|
748
798
|
haystack: "haystack";
|
|
799
|
+
"pydantic-ai": "pydantic-ai";
|
|
800
|
+
smolagents: "smolagents";
|
|
749
801
|
}>>>;
|
|
750
802
|
pythonAuth: z.ZodOptional<z.ZodEnum<{
|
|
751
803
|
none: "none";
|
|
752
804
|
authlib: "authlib";
|
|
753
805
|
jwt: "jwt";
|
|
806
|
+
"fastapi-users": "fastapi-users";
|
|
754
807
|
}>>;
|
|
755
808
|
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
756
809
|
none: "none";
|
|
@@ -763,6 +816,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
763
816
|
rq: "rq";
|
|
764
817
|
dramatiq: "dramatiq";
|
|
765
818
|
huey: "huey";
|
|
819
|
+
taskiq: "taskiq";
|
|
766
820
|
}>>;
|
|
767
821
|
pythonGraphql: z.ZodOptional<z.ZodEnum<{
|
|
768
822
|
none: "none";
|
|
@@ -775,6 +829,31 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
775
829
|
mypy: "mypy";
|
|
776
830
|
pyright: "pyright";
|
|
777
831
|
}>>;
|
|
832
|
+
pythonTesting: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
833
|
+
none: "none";
|
|
834
|
+
pytest: "pytest";
|
|
835
|
+
hypothesis: "hypothesis";
|
|
836
|
+
}>>>;
|
|
837
|
+
pythonCaching: z.ZodOptional<z.ZodEnum<{
|
|
838
|
+
none: "none";
|
|
839
|
+
redis: "redis";
|
|
840
|
+
aiocache: "aiocache";
|
|
841
|
+
}>>;
|
|
842
|
+
pythonRealtime: z.ZodOptional<z.ZodEnum<{
|
|
843
|
+
none: "none";
|
|
844
|
+
"python-socketio": "python-socketio";
|
|
845
|
+
websockets: "websockets";
|
|
846
|
+
}>>;
|
|
847
|
+
pythonObservability: z.ZodOptional<z.ZodEnum<{
|
|
848
|
+
none: "none";
|
|
849
|
+
opentelemetry: "opentelemetry";
|
|
850
|
+
}>>;
|
|
851
|
+
pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
852
|
+
none: "none";
|
|
853
|
+
typer: "typer";
|
|
854
|
+
click: "click";
|
|
855
|
+
rich: "rich";
|
|
856
|
+
}>>>;
|
|
778
857
|
goWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
779
858
|
none: "none";
|
|
780
859
|
gin: "gin";
|
|
@@ -783,14 +862,15 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
783
862
|
chi: "chi";
|
|
784
863
|
}>>;
|
|
785
864
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
786
|
-
gorm: "gorm";
|
|
787
865
|
none: "none";
|
|
866
|
+
gorm: "gorm";
|
|
788
867
|
sqlc: "sqlc";
|
|
789
868
|
ent: "ent";
|
|
790
869
|
}>>;
|
|
791
870
|
goApi: z.ZodOptional<z.ZodEnum<{
|
|
792
871
|
none: "none";
|
|
793
872
|
"grpc-go": "grpc-go";
|
|
873
|
+
gqlgen: "gqlgen";
|
|
794
874
|
}>>;
|
|
795
875
|
goCli: z.ZodOptional<z.ZodEnum<{
|
|
796
876
|
none: "none";
|
|
@@ -809,6 +889,36 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
809
889
|
none: "none";
|
|
810
890
|
jwt: "jwt";
|
|
811
891
|
casbin: "casbin";
|
|
892
|
+
goth: "goth";
|
|
893
|
+
}>>;
|
|
894
|
+
goTesting: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
895
|
+
none: "none";
|
|
896
|
+
testify: "testify";
|
|
897
|
+
gomock: "gomock";
|
|
898
|
+
}>>>;
|
|
899
|
+
goRealtime: z.ZodOptional<z.ZodEnum<{
|
|
900
|
+
none: "none";
|
|
901
|
+
"gorilla-websocket": "gorilla-websocket";
|
|
902
|
+
centrifuge: "centrifuge";
|
|
903
|
+
}>>;
|
|
904
|
+
goMessageQueue: z.ZodOptional<z.ZodEnum<{
|
|
905
|
+
none: "none";
|
|
906
|
+
nats: "nats";
|
|
907
|
+
watermill: "watermill";
|
|
908
|
+
}>>;
|
|
909
|
+
goCaching: z.ZodOptional<z.ZodEnum<{
|
|
910
|
+
none: "none";
|
|
911
|
+
redis: "redis";
|
|
912
|
+
ristretto: "ristretto";
|
|
913
|
+
}>>;
|
|
914
|
+
goConfig: z.ZodOptional<z.ZodEnum<{
|
|
915
|
+
none: "none";
|
|
916
|
+
viper: "viper";
|
|
917
|
+
koanf: "koanf";
|
|
918
|
+
}>>;
|
|
919
|
+
goObservability: z.ZodOptional<z.ZodEnum<{
|
|
920
|
+
none: "none";
|
|
921
|
+
opentelemetry: "opentelemetry";
|
|
812
922
|
}>>;
|
|
813
923
|
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
814
924
|
none: "none";
|
|
@@ -823,10 +933,21 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
823
933
|
javaOrm: z.ZodOptional<z.ZodEnum<{
|
|
824
934
|
none: "none";
|
|
825
935
|
"spring-data-jpa": "spring-data-jpa";
|
|
936
|
+
jooq: "jooq";
|
|
937
|
+
mybatis: "mybatis";
|
|
826
938
|
}>>;
|
|
827
939
|
javaAuth: z.ZodOptional<z.ZodEnum<{
|
|
828
940
|
none: "none";
|
|
829
941
|
"spring-security": "spring-security";
|
|
942
|
+
keycloak: "keycloak";
|
|
943
|
+
}>>;
|
|
944
|
+
javaApi: z.ZodOptional<z.ZodEnum<{
|
|
945
|
+
none: "none";
|
|
946
|
+
"spring-graphql": "spring-graphql";
|
|
947
|
+
}>>;
|
|
948
|
+
javaLogging: z.ZodOptional<z.ZodEnum<{
|
|
949
|
+
none: "none";
|
|
950
|
+
logback: "logback";
|
|
830
951
|
}>>;
|
|
831
952
|
javaLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
832
953
|
none: "none";
|
|
@@ -846,6 +967,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
846
967
|
"spring-devtools": "spring-devtools";
|
|
847
968
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
848
969
|
thymeleaf: "thymeleaf";
|
|
970
|
+
"spring-amqp": "spring-amqp";
|
|
971
|
+
"opentelemetry-java": "opentelemetry-java";
|
|
849
972
|
}>>>;
|
|
850
973
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
851
974
|
none: "none";
|
|
@@ -859,6 +982,70 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
859
982
|
archunit: "archunit";
|
|
860
983
|
jqwik: "jqwik";
|
|
861
984
|
}>>>;
|
|
985
|
+
dotnetWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
986
|
+
none: "none";
|
|
987
|
+
"aspnet-minimal": "aspnet-minimal";
|
|
988
|
+
"aspnet-mvc": "aspnet-mvc";
|
|
989
|
+
"aspnet-blazor": "aspnet-blazor";
|
|
990
|
+
}>>;
|
|
991
|
+
dotnetOrm: z.ZodOptional<z.ZodEnum<{
|
|
992
|
+
none: "none";
|
|
993
|
+
"ef-core": "ef-core";
|
|
994
|
+
dapper: "dapper";
|
|
995
|
+
linq2db: "linq2db";
|
|
996
|
+
}>>;
|
|
997
|
+
dotnetAuth: z.ZodOptional<z.ZodEnum<{
|
|
998
|
+
none: "none";
|
|
999
|
+
"aspnet-identity": "aspnet-identity";
|
|
1000
|
+
"duende-identityserver": "duende-identityserver";
|
|
1001
|
+
"auth0-aspnet": "auth0-aspnet";
|
|
1002
|
+
}>>;
|
|
1003
|
+
dotnetApi: z.ZodOptional<z.ZodEnum<{
|
|
1004
|
+
none: "none";
|
|
1005
|
+
"minimal-api": "minimal-api";
|
|
1006
|
+
"graphql-hotchocolate": "graphql-hotchocolate";
|
|
1007
|
+
"grpc-dotnet": "grpc-dotnet";
|
|
1008
|
+
}>>;
|
|
1009
|
+
dotnetTesting: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1010
|
+
none: "none";
|
|
1011
|
+
xunit: "xunit";
|
|
1012
|
+
nunit: "nunit";
|
|
1013
|
+
moq: "moq";
|
|
1014
|
+
"testcontainers-dotnet": "testcontainers-dotnet";
|
|
1015
|
+
}>>>;
|
|
1016
|
+
dotnetJobQueue: z.ZodOptional<z.ZodEnum<{
|
|
1017
|
+
none: "none";
|
|
1018
|
+
hangfire: "hangfire";
|
|
1019
|
+
"quartz-net": "quartz-net";
|
|
1020
|
+
"hosted-services": "hosted-services";
|
|
1021
|
+
}>>;
|
|
1022
|
+
dotnetRealtime: z.ZodOptional<z.ZodEnum<{
|
|
1023
|
+
none: "none";
|
|
1024
|
+
signalr: "signalr";
|
|
1025
|
+
}>>;
|
|
1026
|
+
dotnetObservability: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1027
|
+
none: "none";
|
|
1028
|
+
"opentelemetry-dotnet": "opentelemetry-dotnet";
|
|
1029
|
+
serilog: "serilog";
|
|
1030
|
+
nlog: "nlog";
|
|
1031
|
+
"health-checks": "health-checks";
|
|
1032
|
+
}>>>;
|
|
1033
|
+
dotnetValidation: z.ZodOptional<z.ZodEnum<{
|
|
1034
|
+
none: "none";
|
|
1035
|
+
fluentvalidation: "fluentvalidation";
|
|
1036
|
+
"data-annotations": "data-annotations";
|
|
1037
|
+
}>>;
|
|
1038
|
+
dotnetCaching: z.ZodOptional<z.ZodEnum<{
|
|
1039
|
+
none: "none";
|
|
1040
|
+
redis: "redis";
|
|
1041
|
+
"memory-cache": "memory-cache";
|
|
1042
|
+
}>>;
|
|
1043
|
+
dotnetDeploy: z.ZodOptional<z.ZodEnum<{
|
|
1044
|
+
none: "none";
|
|
1045
|
+
docker: "docker";
|
|
1046
|
+
azure: "azure";
|
|
1047
|
+
aws: "aws";
|
|
1048
|
+
}>>;
|
|
862
1049
|
elixirWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
863
1050
|
none: "none";
|
|
864
1051
|
phoenix: "phoenix";
|
|
@@ -879,6 +1066,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
879
1066
|
none: "none";
|
|
880
1067
|
rest: "rest";
|
|
881
1068
|
absinthe: "absinthe";
|
|
1069
|
+
grpc: "grpc";
|
|
882
1070
|
}>>;
|
|
883
1071
|
elixirRealtime: z.ZodOptional<z.ZodEnum<{
|
|
884
1072
|
none: "none";
|
|
@@ -941,6 +1129,11 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
941
1129
|
gigalixir: "gigalixir";
|
|
942
1130
|
"mix-release": "mix-release";
|
|
943
1131
|
}>>;
|
|
1132
|
+
elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1133
|
+
none: "none";
|
|
1134
|
+
nx: "nx";
|
|
1135
|
+
broadway: "broadway";
|
|
1136
|
+
}>>>;
|
|
944
1137
|
aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
945
1138
|
none: "none";
|
|
946
1139
|
"claude-md": "claude-md";
|
|
@@ -961,6 +1154,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
961
1154
|
go: "go";
|
|
962
1155
|
java: "java";
|
|
963
1156
|
elixir: "elixir";
|
|
1157
|
+
dotnet: "dotnet";
|
|
964
1158
|
}>;
|
|
965
1159
|
database: z.ZodEnum<{
|
|
966
1160
|
none: "none";
|
|
@@ -1034,6 +1228,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1034
1228
|
mcp: "mcp";
|
|
1035
1229
|
skills: "skills";
|
|
1036
1230
|
turborepo: "turborepo";
|
|
1231
|
+
nx: "nx";
|
|
1037
1232
|
fumadocs: "fumadocs";
|
|
1038
1233
|
ultracite: "ultracite";
|
|
1039
1234
|
oxlint: "oxlint";
|
|
@@ -1047,23 +1242,27 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1047
1242
|
"tanstack-virtual": "tanstack-virtual";
|
|
1048
1243
|
"tanstack-db": "tanstack-db";
|
|
1049
1244
|
"tanstack-pacer": "tanstack-pacer";
|
|
1245
|
+
"backend-utils": "backend-utils";
|
|
1050
1246
|
"docker-compose": "docker-compose";
|
|
1051
1247
|
}>>;
|
|
1052
1248
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1053
|
-
ai: "ai";
|
|
1054
1249
|
none: "none";
|
|
1250
|
+
ai: "ai";
|
|
1055
1251
|
"chat-sdk": "chat-sdk";
|
|
1056
1252
|
"tanstack-showcase": "tanstack-showcase";
|
|
1057
1253
|
}>>;
|
|
1058
1254
|
auth: z.ZodEnum<{
|
|
1059
1255
|
none: "none";
|
|
1060
1256
|
"better-auth": "better-auth";
|
|
1257
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
1061
1258
|
"go-better-auth": "go-better-auth";
|
|
1062
1259
|
clerk: "clerk";
|
|
1063
1260
|
nextauth: "nextauth";
|
|
1064
1261
|
"stack-auth": "stack-auth";
|
|
1065
1262
|
"supabase-auth": "supabase-auth";
|
|
1066
1263
|
auth0: "auth0";
|
|
1264
|
+
workos: "workos";
|
|
1265
|
+
kinde: "kinde";
|
|
1067
1266
|
}>;
|
|
1068
1267
|
payments: z.ZodEnum<{
|
|
1069
1268
|
none: "none";
|
|
@@ -1105,6 +1304,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1105
1304
|
"ts-rest": "ts-rest";
|
|
1106
1305
|
garph: "garph";
|
|
1107
1306
|
"graphql-yoga": "graphql-yoga";
|
|
1307
|
+
openapi: "openapi";
|
|
1108
1308
|
}>;
|
|
1109
1309
|
webDeploy: z.ZodEnum<{
|
|
1110
1310
|
none: "none";
|
|
@@ -1112,6 +1312,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1112
1312
|
cloudflare: "cloudflare";
|
|
1113
1313
|
fly: "fly";
|
|
1114
1314
|
railway: "railway";
|
|
1315
|
+
render: "render";
|
|
1316
|
+
netlify: "netlify";
|
|
1115
1317
|
sst: "sst";
|
|
1116
1318
|
vercel: "vercel";
|
|
1117
1319
|
}>;
|
|
@@ -1121,6 +1323,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1121
1323
|
cloudflare: "cloudflare";
|
|
1122
1324
|
fly: "fly";
|
|
1123
1325
|
railway: "railway";
|
|
1326
|
+
render: "render";
|
|
1327
|
+
netlify: "netlify";
|
|
1124
1328
|
sst: "sst";
|
|
1125
1329
|
vercel: "vercel";
|
|
1126
1330
|
}>;
|
|
@@ -1146,8 +1350,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1146
1350
|
"ai-cli": "ai-cli";
|
|
1147
1351
|
}>;
|
|
1148
1352
|
effect: z.ZodEnum<{
|
|
1149
|
-
effect: "effect";
|
|
1150
1353
|
none: "none";
|
|
1354
|
+
effect: "effect";
|
|
1151
1355
|
"effect-full": "effect-full";
|
|
1152
1356
|
}>;
|
|
1153
1357
|
stateManagement: z.ZodEnum<{
|
|
@@ -1198,7 +1402,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1198
1402
|
"postcss-only": "postcss-only";
|
|
1199
1403
|
}>;
|
|
1200
1404
|
uiLibrary: z.ZodEnum<{
|
|
1201
|
-
mui: "mui";
|
|
1202
1405
|
none: "none";
|
|
1203
1406
|
"shadcn-ui": "shadcn-ui";
|
|
1204
1407
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -1209,6 +1412,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1209
1412
|
"chakra-ui": "chakra-ui";
|
|
1210
1413
|
nextui: "nextui";
|
|
1211
1414
|
mantine: "mantine";
|
|
1415
|
+
mui: "mui";
|
|
1212
1416
|
antd: "antd";
|
|
1213
1417
|
"base-ui": "base-ui";
|
|
1214
1418
|
"ark-ui": "ark-ui";
|
|
@@ -1337,6 +1541,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1337
1541
|
opentelemetry: "opentelemetry";
|
|
1338
1542
|
sentry: "sentry";
|
|
1339
1543
|
grafana: "grafana";
|
|
1544
|
+
datadog: "datadog";
|
|
1545
|
+
axiom: "axiom";
|
|
1546
|
+
betterstack: "betterstack";
|
|
1340
1547
|
}>;
|
|
1341
1548
|
featureFlags: z.ZodEnum<{
|
|
1342
1549
|
none: "none";
|
|
@@ -1363,6 +1570,11 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1363
1570
|
none: "none";
|
|
1364
1571
|
"upstash-redis": "upstash-redis";
|
|
1365
1572
|
}>;
|
|
1573
|
+
rateLimit: z.ZodEnum<{
|
|
1574
|
+
none: "none";
|
|
1575
|
+
arcjet: "arcjet";
|
|
1576
|
+
"upstash-ratelimit": "upstash-ratelimit";
|
|
1577
|
+
}>;
|
|
1366
1578
|
i18n: z.ZodEnum<{
|
|
1367
1579
|
none: "none";
|
|
1368
1580
|
i18next: "i18next";
|
|
@@ -1388,9 +1600,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1388
1600
|
}>;
|
|
1389
1601
|
mobileUI: z.ZodEnum<{
|
|
1390
1602
|
none: "none";
|
|
1603
|
+
uniwind: "uniwind";
|
|
1391
1604
|
tamagui: "tamagui";
|
|
1392
1605
|
"gluestack-ui": "gluestack-ui";
|
|
1393
|
-
uniwind: "uniwind";
|
|
1394
1606
|
unistyles: "unistyles";
|
|
1395
1607
|
}>;
|
|
1396
1608
|
mobileStorage: z.ZodEnum<{
|
|
@@ -1480,6 +1692,24 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1480
1692
|
rustAuth: z.ZodEnum<{
|
|
1481
1693
|
none: "none";
|
|
1482
1694
|
oauth2: "oauth2";
|
|
1695
|
+
torii: "torii";
|
|
1696
|
+
}>;
|
|
1697
|
+
rustRealtime: z.ZodEnum<{
|
|
1698
|
+
none: "none";
|
|
1699
|
+
"tokio-tungstenite": "tokio-tungstenite";
|
|
1700
|
+
}>;
|
|
1701
|
+
rustMessageQueue: z.ZodEnum<{
|
|
1702
|
+
none: "none";
|
|
1703
|
+
lapin: "lapin";
|
|
1704
|
+
}>;
|
|
1705
|
+
rustObservability: z.ZodEnum<{
|
|
1706
|
+
none: "none";
|
|
1707
|
+
opentelemetry: "opentelemetry";
|
|
1708
|
+
}>;
|
|
1709
|
+
rustTemplating: z.ZodEnum<{
|
|
1710
|
+
none: "none";
|
|
1711
|
+
askama: "askama";
|
|
1712
|
+
tera: "tera";
|
|
1483
1713
|
}>;
|
|
1484
1714
|
pythonWebFramework: z.ZodEnum<{
|
|
1485
1715
|
none: "none";
|
|
@@ -1487,12 +1717,14 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1487
1717
|
django: "django";
|
|
1488
1718
|
flask: "flask";
|
|
1489
1719
|
litestar: "litestar";
|
|
1720
|
+
starlette: "starlette";
|
|
1490
1721
|
}>;
|
|
1491
1722
|
pythonOrm: z.ZodEnum<{
|
|
1492
1723
|
none: "none";
|
|
1493
1724
|
sqlalchemy: "sqlalchemy";
|
|
1494
1725
|
sqlmodel: "sqlmodel";
|
|
1495
1726
|
"tortoise-orm": "tortoise-orm";
|
|
1727
|
+
peewee: "peewee";
|
|
1496
1728
|
}>;
|
|
1497
1729
|
pythonValidation: z.ZodEnum<{
|
|
1498
1730
|
none: "none";
|
|
@@ -1501,17 +1733,21 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1501
1733
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
1502
1734
|
none: "none";
|
|
1503
1735
|
langgraph: "langgraph";
|
|
1736
|
+
"google-adk": "google-adk";
|
|
1504
1737
|
langchain: "langchain";
|
|
1505
1738
|
llamaindex: "llamaindex";
|
|
1506
1739
|
"openai-sdk": "openai-sdk";
|
|
1507
1740
|
"anthropic-sdk": "anthropic-sdk";
|
|
1508
1741
|
crewai: "crewai";
|
|
1509
1742
|
haystack: "haystack";
|
|
1743
|
+
"pydantic-ai": "pydantic-ai";
|
|
1744
|
+
smolagents: "smolagents";
|
|
1510
1745
|
}>>;
|
|
1511
1746
|
pythonAuth: z.ZodEnum<{
|
|
1512
1747
|
none: "none";
|
|
1513
1748
|
authlib: "authlib";
|
|
1514
1749
|
jwt: "jwt";
|
|
1750
|
+
"fastapi-users": "fastapi-users";
|
|
1515
1751
|
}>;
|
|
1516
1752
|
pythonApi: z.ZodEnum<{
|
|
1517
1753
|
none: "none";
|
|
@@ -1524,6 +1760,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1524
1760
|
rq: "rq";
|
|
1525
1761
|
dramatiq: "dramatiq";
|
|
1526
1762
|
huey: "huey";
|
|
1763
|
+
taskiq: "taskiq";
|
|
1527
1764
|
}>;
|
|
1528
1765
|
pythonGraphql: z.ZodEnum<{
|
|
1529
1766
|
none: "none";
|
|
@@ -1536,6 +1773,31 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1536
1773
|
mypy: "mypy";
|
|
1537
1774
|
pyright: "pyright";
|
|
1538
1775
|
}>;
|
|
1776
|
+
pythonTesting: z.ZodArray<z.ZodEnum<{
|
|
1777
|
+
none: "none";
|
|
1778
|
+
pytest: "pytest";
|
|
1779
|
+
hypothesis: "hypothesis";
|
|
1780
|
+
}>>;
|
|
1781
|
+
pythonCaching: z.ZodEnum<{
|
|
1782
|
+
none: "none";
|
|
1783
|
+
redis: "redis";
|
|
1784
|
+
aiocache: "aiocache";
|
|
1785
|
+
}>;
|
|
1786
|
+
pythonRealtime: z.ZodEnum<{
|
|
1787
|
+
none: "none";
|
|
1788
|
+
"python-socketio": "python-socketio";
|
|
1789
|
+
websockets: "websockets";
|
|
1790
|
+
}>;
|
|
1791
|
+
pythonObservability: z.ZodEnum<{
|
|
1792
|
+
none: "none";
|
|
1793
|
+
opentelemetry: "opentelemetry";
|
|
1794
|
+
}>;
|
|
1795
|
+
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
1796
|
+
none: "none";
|
|
1797
|
+
typer: "typer";
|
|
1798
|
+
click: "click";
|
|
1799
|
+
rich: "rich";
|
|
1800
|
+
}>>;
|
|
1539
1801
|
goWebFramework: z.ZodEnum<{
|
|
1540
1802
|
none: "none";
|
|
1541
1803
|
gin: "gin";
|
|
@@ -1544,14 +1806,15 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1544
1806
|
chi: "chi";
|
|
1545
1807
|
}>;
|
|
1546
1808
|
goOrm: z.ZodEnum<{
|
|
1547
|
-
gorm: "gorm";
|
|
1548
1809
|
none: "none";
|
|
1810
|
+
gorm: "gorm";
|
|
1549
1811
|
sqlc: "sqlc";
|
|
1550
1812
|
ent: "ent";
|
|
1551
1813
|
}>;
|
|
1552
1814
|
goApi: z.ZodEnum<{
|
|
1553
1815
|
none: "none";
|
|
1554
1816
|
"grpc-go": "grpc-go";
|
|
1817
|
+
gqlgen: "gqlgen";
|
|
1555
1818
|
}>;
|
|
1556
1819
|
goCli: z.ZodEnum<{
|
|
1557
1820
|
none: "none";
|
|
@@ -1570,6 +1833,36 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1570
1833
|
none: "none";
|
|
1571
1834
|
jwt: "jwt";
|
|
1572
1835
|
casbin: "casbin";
|
|
1836
|
+
goth: "goth";
|
|
1837
|
+
}>;
|
|
1838
|
+
goTesting: z.ZodArray<z.ZodEnum<{
|
|
1839
|
+
none: "none";
|
|
1840
|
+
testify: "testify";
|
|
1841
|
+
gomock: "gomock";
|
|
1842
|
+
}>>;
|
|
1843
|
+
goRealtime: z.ZodEnum<{
|
|
1844
|
+
none: "none";
|
|
1845
|
+
"gorilla-websocket": "gorilla-websocket";
|
|
1846
|
+
centrifuge: "centrifuge";
|
|
1847
|
+
}>;
|
|
1848
|
+
goMessageQueue: z.ZodEnum<{
|
|
1849
|
+
none: "none";
|
|
1850
|
+
nats: "nats";
|
|
1851
|
+
watermill: "watermill";
|
|
1852
|
+
}>;
|
|
1853
|
+
goCaching: z.ZodEnum<{
|
|
1854
|
+
none: "none";
|
|
1855
|
+
redis: "redis";
|
|
1856
|
+
ristretto: "ristretto";
|
|
1857
|
+
}>;
|
|
1858
|
+
goConfig: z.ZodEnum<{
|
|
1859
|
+
none: "none";
|
|
1860
|
+
viper: "viper";
|
|
1861
|
+
koanf: "koanf";
|
|
1862
|
+
}>;
|
|
1863
|
+
goObservability: z.ZodEnum<{
|
|
1864
|
+
none: "none";
|
|
1865
|
+
opentelemetry: "opentelemetry";
|
|
1573
1866
|
}>;
|
|
1574
1867
|
javaWebFramework: z.ZodEnum<{
|
|
1575
1868
|
none: "none";
|
|
@@ -1584,10 +1877,21 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1584
1877
|
javaOrm: z.ZodEnum<{
|
|
1585
1878
|
none: "none";
|
|
1586
1879
|
"spring-data-jpa": "spring-data-jpa";
|
|
1880
|
+
jooq: "jooq";
|
|
1881
|
+
mybatis: "mybatis";
|
|
1587
1882
|
}>;
|
|
1588
1883
|
javaAuth: z.ZodEnum<{
|
|
1589
1884
|
none: "none";
|
|
1590
1885
|
"spring-security": "spring-security";
|
|
1886
|
+
keycloak: "keycloak";
|
|
1887
|
+
}>;
|
|
1888
|
+
javaApi: z.ZodEnum<{
|
|
1889
|
+
none: "none";
|
|
1890
|
+
"spring-graphql": "spring-graphql";
|
|
1891
|
+
}>;
|
|
1892
|
+
javaLogging: z.ZodEnum<{
|
|
1893
|
+
none: "none";
|
|
1894
|
+
logback: "logback";
|
|
1591
1895
|
}>;
|
|
1592
1896
|
javaLibraries: z.ZodArray<z.ZodEnum<{
|
|
1593
1897
|
none: "none";
|
|
@@ -1607,6 +1911,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1607
1911
|
"spring-devtools": "spring-devtools";
|
|
1608
1912
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
1609
1913
|
thymeleaf: "thymeleaf";
|
|
1914
|
+
"spring-amqp": "spring-amqp";
|
|
1915
|
+
"opentelemetry-java": "opentelemetry-java";
|
|
1610
1916
|
}>>;
|
|
1611
1917
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
1612
1918
|
none: "none";
|
|
@@ -1620,6 +1926,70 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1620
1926
|
archunit: "archunit";
|
|
1621
1927
|
jqwik: "jqwik";
|
|
1622
1928
|
}>>;
|
|
1929
|
+
dotnetWebFramework: z.ZodEnum<{
|
|
1930
|
+
none: "none";
|
|
1931
|
+
"aspnet-minimal": "aspnet-minimal";
|
|
1932
|
+
"aspnet-mvc": "aspnet-mvc";
|
|
1933
|
+
"aspnet-blazor": "aspnet-blazor";
|
|
1934
|
+
}>;
|
|
1935
|
+
dotnetOrm: z.ZodEnum<{
|
|
1936
|
+
none: "none";
|
|
1937
|
+
"ef-core": "ef-core";
|
|
1938
|
+
dapper: "dapper";
|
|
1939
|
+
linq2db: "linq2db";
|
|
1940
|
+
}>;
|
|
1941
|
+
dotnetAuth: z.ZodEnum<{
|
|
1942
|
+
none: "none";
|
|
1943
|
+
"aspnet-identity": "aspnet-identity";
|
|
1944
|
+
"duende-identityserver": "duende-identityserver";
|
|
1945
|
+
"auth0-aspnet": "auth0-aspnet";
|
|
1946
|
+
}>;
|
|
1947
|
+
dotnetApi: z.ZodEnum<{
|
|
1948
|
+
none: "none";
|
|
1949
|
+
"minimal-api": "minimal-api";
|
|
1950
|
+
"graphql-hotchocolate": "graphql-hotchocolate";
|
|
1951
|
+
"grpc-dotnet": "grpc-dotnet";
|
|
1952
|
+
}>;
|
|
1953
|
+
dotnetTesting: z.ZodArray<z.ZodEnum<{
|
|
1954
|
+
none: "none";
|
|
1955
|
+
xunit: "xunit";
|
|
1956
|
+
nunit: "nunit";
|
|
1957
|
+
moq: "moq";
|
|
1958
|
+
"testcontainers-dotnet": "testcontainers-dotnet";
|
|
1959
|
+
}>>;
|
|
1960
|
+
dotnetJobQueue: z.ZodEnum<{
|
|
1961
|
+
none: "none";
|
|
1962
|
+
hangfire: "hangfire";
|
|
1963
|
+
"quartz-net": "quartz-net";
|
|
1964
|
+
"hosted-services": "hosted-services";
|
|
1965
|
+
}>;
|
|
1966
|
+
dotnetRealtime: z.ZodEnum<{
|
|
1967
|
+
none: "none";
|
|
1968
|
+
signalr: "signalr";
|
|
1969
|
+
}>;
|
|
1970
|
+
dotnetObservability: z.ZodArray<z.ZodEnum<{
|
|
1971
|
+
none: "none";
|
|
1972
|
+
"opentelemetry-dotnet": "opentelemetry-dotnet";
|
|
1973
|
+
serilog: "serilog";
|
|
1974
|
+
nlog: "nlog";
|
|
1975
|
+
"health-checks": "health-checks";
|
|
1976
|
+
}>>;
|
|
1977
|
+
dotnetValidation: z.ZodEnum<{
|
|
1978
|
+
none: "none";
|
|
1979
|
+
fluentvalidation: "fluentvalidation";
|
|
1980
|
+
"data-annotations": "data-annotations";
|
|
1981
|
+
}>;
|
|
1982
|
+
dotnetCaching: z.ZodEnum<{
|
|
1983
|
+
none: "none";
|
|
1984
|
+
redis: "redis";
|
|
1985
|
+
"memory-cache": "memory-cache";
|
|
1986
|
+
}>;
|
|
1987
|
+
dotnetDeploy: z.ZodEnum<{
|
|
1988
|
+
none: "none";
|
|
1989
|
+
docker: "docker";
|
|
1990
|
+
azure: "azure";
|
|
1991
|
+
aws: "aws";
|
|
1992
|
+
}>;
|
|
1623
1993
|
elixirWebFramework: z.ZodEnum<{
|
|
1624
1994
|
none: "none";
|
|
1625
1995
|
phoenix: "phoenix";
|
|
@@ -1640,6 +2010,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1640
2010
|
none: "none";
|
|
1641
2011
|
rest: "rest";
|
|
1642
2012
|
absinthe: "absinthe";
|
|
2013
|
+
grpc: "grpc";
|
|
1643
2014
|
}>;
|
|
1644
2015
|
elixirRealtime: z.ZodEnum<{
|
|
1645
2016
|
none: "none";
|
|
@@ -1702,6 +2073,11 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1702
2073
|
gigalixir: "gigalixir";
|
|
1703
2074
|
"mix-release": "mix-release";
|
|
1704
2075
|
}>;
|
|
2076
|
+
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
2077
|
+
none: "none";
|
|
2078
|
+
nx: "nx";
|
|
2079
|
+
broadway: "broadway";
|
|
2080
|
+
}>>;
|
|
1705
2081
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
1706
2082
|
none: "none";
|
|
1707
2083
|
"claude-md": "claude-md";
|
|
@@ -1711,37 +2087,55 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1711
2087
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1712
2088
|
id: z.ZodString;
|
|
1713
2089
|
role: z.ZodEnum<{
|
|
1714
|
-
|
|
1715
|
-
backend: "backend";
|
|
2090
|
+
ai: "ai";
|
|
1716
2091
|
database: "database";
|
|
1717
2092
|
orm: "orm";
|
|
1718
2093
|
auth: "auth";
|
|
1719
2094
|
payments: "payments";
|
|
2095
|
+
frontend: "frontend";
|
|
2096
|
+
examples: "examples";
|
|
2097
|
+
dbSetup: "dbSetup";
|
|
2098
|
+
backend: "backend";
|
|
2099
|
+
runtime: "runtime";
|
|
2100
|
+
api: "api";
|
|
2101
|
+
effect: "effect";
|
|
2102
|
+
stateManagement: "stateManagement";
|
|
2103
|
+
forms: "forms";
|
|
2104
|
+
testing: "testing";
|
|
1720
2105
|
email: "email";
|
|
2106
|
+
validation: "validation";
|
|
2107
|
+
realtime: "realtime";
|
|
2108
|
+
jobQueue: "jobQueue";
|
|
2109
|
+
animation: "animation";
|
|
2110
|
+
fileUpload: "fileUpload";
|
|
1721
2111
|
logging: "logging";
|
|
1722
2112
|
observability: "observability";
|
|
1723
2113
|
featureFlags: "featureFlags";
|
|
1724
2114
|
analytics: "analytics";
|
|
1725
|
-
stateManagement: "stateManagement";
|
|
1726
|
-
forms: "forms";
|
|
1727
|
-
validation: "validation";
|
|
1728
|
-
testing: "testing";
|
|
1729
|
-
jobQueue: "jobQueue";
|
|
1730
|
-
caching: "caching";
|
|
1731
2115
|
cms: "cms";
|
|
2116
|
+
caching: "caching";
|
|
2117
|
+
rateLimit: "rateLimit";
|
|
1732
2118
|
i18n: "i18n";
|
|
1733
2119
|
search: "search";
|
|
1734
2120
|
fileStorage: "fileStorage";
|
|
1735
|
-
|
|
1736
|
-
documentation: "documentation";
|
|
1737
|
-
api: "api";
|
|
1738
|
-
ai: "ai";
|
|
1739
|
-
css: "css";
|
|
1740
|
-
ui: "ui";
|
|
1741
|
-
frontend: "frontend";
|
|
2121
|
+
config: "config";
|
|
1742
2122
|
mobile: "mobile";
|
|
1743
2123
|
deploy: "deploy";
|
|
2124
|
+
navigation: "navigation";
|
|
2125
|
+
ui: "ui";
|
|
2126
|
+
css: "css";
|
|
2127
|
+
storage: "storage";
|
|
2128
|
+
documentation: "documentation";
|
|
2129
|
+
codeQuality: "codeQuality";
|
|
1744
2130
|
appPlatform: "appPlatform";
|
|
2131
|
+
dataFetching: "dataFetching";
|
|
2132
|
+
workspaceTooling: "workspaceTooling";
|
|
2133
|
+
buildTool: "buildTool";
|
|
2134
|
+
cli: "cli";
|
|
2135
|
+
errorHandling: "errorHandling";
|
|
2136
|
+
httpClient: "httpClient";
|
|
2137
|
+
libraries: "libraries";
|
|
2138
|
+
templating: "templating";
|
|
1745
2139
|
}>;
|
|
1746
2140
|
toolId: z.ZodString;
|
|
1747
2141
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -1752,6 +2146,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1752
2146
|
go: "go";
|
|
1753
2147
|
java: "java";
|
|
1754
2148
|
elixir: "elixir";
|
|
2149
|
+
dotnet: "dotnet";
|
|
1755
2150
|
}>, z.ZodLiteral<"universal">]>;
|
|
1756
2151
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
1757
2152
|
source: z.ZodEnum<{
|
|
@@ -1779,6 +2174,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1779
2174
|
go: "go";
|
|
1780
2175
|
java: "java";
|
|
1781
2176
|
elixir: "elixir";
|
|
2177
|
+
dotnet: "dotnet";
|
|
1782
2178
|
}>;
|
|
1783
2179
|
database: z.ZodEnum<{
|
|
1784
2180
|
none: "none";
|
|
@@ -1852,6 +2248,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1852
2248
|
mcp: "mcp";
|
|
1853
2249
|
skills: "skills";
|
|
1854
2250
|
turborepo: "turborepo";
|
|
2251
|
+
nx: "nx";
|
|
1855
2252
|
fumadocs: "fumadocs";
|
|
1856
2253
|
ultracite: "ultracite";
|
|
1857
2254
|
oxlint: "oxlint";
|
|
@@ -1865,23 +2262,27 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1865
2262
|
"tanstack-virtual": "tanstack-virtual";
|
|
1866
2263
|
"tanstack-db": "tanstack-db";
|
|
1867
2264
|
"tanstack-pacer": "tanstack-pacer";
|
|
2265
|
+
"backend-utils": "backend-utils";
|
|
1868
2266
|
"docker-compose": "docker-compose";
|
|
1869
2267
|
}>>;
|
|
1870
2268
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1871
|
-
ai: "ai";
|
|
1872
2269
|
none: "none";
|
|
2270
|
+
ai: "ai";
|
|
1873
2271
|
"chat-sdk": "chat-sdk";
|
|
1874
2272
|
"tanstack-showcase": "tanstack-showcase";
|
|
1875
2273
|
}>>;
|
|
1876
2274
|
auth: z.ZodEnum<{
|
|
1877
2275
|
none: "none";
|
|
1878
2276
|
"better-auth": "better-auth";
|
|
2277
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
1879
2278
|
"go-better-auth": "go-better-auth";
|
|
1880
2279
|
clerk: "clerk";
|
|
1881
2280
|
nextauth: "nextauth";
|
|
1882
2281
|
"stack-auth": "stack-auth";
|
|
1883
2282
|
"supabase-auth": "supabase-auth";
|
|
1884
2283
|
auth0: "auth0";
|
|
2284
|
+
workos: "workos";
|
|
2285
|
+
kinde: "kinde";
|
|
1885
2286
|
}>;
|
|
1886
2287
|
payments: z.ZodEnum<{
|
|
1887
2288
|
none: "none";
|
|
@@ -1921,6 +2322,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1921
2322
|
"ts-rest": "ts-rest";
|
|
1922
2323
|
garph: "garph";
|
|
1923
2324
|
"graphql-yoga": "graphql-yoga";
|
|
2325
|
+
openapi: "openapi";
|
|
1924
2326
|
}>;
|
|
1925
2327
|
webDeploy: z.ZodEnum<{
|
|
1926
2328
|
none: "none";
|
|
@@ -1928,6 +2330,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1928
2330
|
cloudflare: "cloudflare";
|
|
1929
2331
|
fly: "fly";
|
|
1930
2332
|
railway: "railway";
|
|
2333
|
+
render: "render";
|
|
2334
|
+
netlify: "netlify";
|
|
1931
2335
|
sst: "sst";
|
|
1932
2336
|
vercel: "vercel";
|
|
1933
2337
|
}>;
|
|
@@ -1937,6 +2341,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1937
2341
|
cloudflare: "cloudflare";
|
|
1938
2342
|
fly: "fly";
|
|
1939
2343
|
railway: "railway";
|
|
2344
|
+
render: "render";
|
|
2345
|
+
netlify: "netlify";
|
|
1940
2346
|
sst: "sst";
|
|
1941
2347
|
vercel: "vercel";
|
|
1942
2348
|
}>;
|
|
@@ -1962,8 +2368,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1962
2368
|
"ai-cli": "ai-cli";
|
|
1963
2369
|
}>;
|
|
1964
2370
|
effect: z.ZodEnum<{
|
|
1965
|
-
effect: "effect";
|
|
1966
2371
|
none: "none";
|
|
2372
|
+
effect: "effect";
|
|
1967
2373
|
"effect-full": "effect-full";
|
|
1968
2374
|
}>;
|
|
1969
2375
|
stateManagement: z.ZodEnum<{
|
|
@@ -2014,7 +2420,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2014
2420
|
"postcss-only": "postcss-only";
|
|
2015
2421
|
}>;
|
|
2016
2422
|
uiLibrary: z.ZodEnum<{
|
|
2017
|
-
mui: "mui";
|
|
2018
2423
|
none: "none";
|
|
2019
2424
|
"shadcn-ui": "shadcn-ui";
|
|
2020
2425
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -2025,6 +2430,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2025
2430
|
"chakra-ui": "chakra-ui";
|
|
2026
2431
|
nextui: "nextui";
|
|
2027
2432
|
mantine: "mantine";
|
|
2433
|
+
mui: "mui";
|
|
2028
2434
|
antd: "antd";
|
|
2029
2435
|
"base-ui": "base-ui";
|
|
2030
2436
|
"ark-ui": "ark-ui";
|
|
@@ -2153,6 +2559,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2153
2559
|
opentelemetry: "opentelemetry";
|
|
2154
2560
|
sentry: "sentry";
|
|
2155
2561
|
grafana: "grafana";
|
|
2562
|
+
datadog: "datadog";
|
|
2563
|
+
axiom: "axiom";
|
|
2564
|
+
betterstack: "betterstack";
|
|
2156
2565
|
}>;
|
|
2157
2566
|
featureFlags: z.ZodEnum<{
|
|
2158
2567
|
none: "none";
|
|
@@ -2179,6 +2588,11 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2179
2588
|
none: "none";
|
|
2180
2589
|
"upstash-redis": "upstash-redis";
|
|
2181
2590
|
}>;
|
|
2591
|
+
rateLimit: z.ZodEnum<{
|
|
2592
|
+
none: "none";
|
|
2593
|
+
arcjet: "arcjet";
|
|
2594
|
+
"upstash-ratelimit": "upstash-ratelimit";
|
|
2595
|
+
}>;
|
|
2182
2596
|
i18n: z.ZodEnum<{
|
|
2183
2597
|
none: "none";
|
|
2184
2598
|
i18next: "i18next";
|
|
@@ -2204,9 +2618,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2204
2618
|
}>;
|
|
2205
2619
|
mobileUI: z.ZodEnum<{
|
|
2206
2620
|
none: "none";
|
|
2621
|
+
uniwind: "uniwind";
|
|
2207
2622
|
tamagui: "tamagui";
|
|
2208
2623
|
"gluestack-ui": "gluestack-ui";
|
|
2209
|
-
uniwind: "uniwind";
|
|
2210
2624
|
unistyles: "unistyles";
|
|
2211
2625
|
}>;
|
|
2212
2626
|
mobileStorage: z.ZodEnum<{
|
|
@@ -2296,6 +2710,24 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2296
2710
|
rustAuth: z.ZodEnum<{
|
|
2297
2711
|
none: "none";
|
|
2298
2712
|
oauth2: "oauth2";
|
|
2713
|
+
torii: "torii";
|
|
2714
|
+
}>;
|
|
2715
|
+
rustRealtime: z.ZodEnum<{
|
|
2716
|
+
none: "none";
|
|
2717
|
+
"tokio-tungstenite": "tokio-tungstenite";
|
|
2718
|
+
}>;
|
|
2719
|
+
rustMessageQueue: z.ZodEnum<{
|
|
2720
|
+
none: "none";
|
|
2721
|
+
lapin: "lapin";
|
|
2722
|
+
}>;
|
|
2723
|
+
rustObservability: z.ZodEnum<{
|
|
2724
|
+
none: "none";
|
|
2725
|
+
opentelemetry: "opentelemetry";
|
|
2726
|
+
}>;
|
|
2727
|
+
rustTemplating: z.ZodEnum<{
|
|
2728
|
+
none: "none";
|
|
2729
|
+
askama: "askama";
|
|
2730
|
+
tera: "tera";
|
|
2299
2731
|
}>;
|
|
2300
2732
|
pythonWebFramework: z.ZodEnum<{
|
|
2301
2733
|
none: "none";
|
|
@@ -2303,12 +2735,14 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2303
2735
|
django: "django";
|
|
2304
2736
|
flask: "flask";
|
|
2305
2737
|
litestar: "litestar";
|
|
2738
|
+
starlette: "starlette";
|
|
2306
2739
|
}>;
|
|
2307
2740
|
pythonOrm: z.ZodEnum<{
|
|
2308
2741
|
none: "none";
|
|
2309
2742
|
sqlalchemy: "sqlalchemy";
|
|
2310
2743
|
sqlmodel: "sqlmodel";
|
|
2311
2744
|
"tortoise-orm": "tortoise-orm";
|
|
2745
|
+
peewee: "peewee";
|
|
2312
2746
|
}>;
|
|
2313
2747
|
pythonValidation: z.ZodEnum<{
|
|
2314
2748
|
none: "none";
|
|
@@ -2317,17 +2751,21 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2317
2751
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
2318
2752
|
none: "none";
|
|
2319
2753
|
langgraph: "langgraph";
|
|
2754
|
+
"google-adk": "google-adk";
|
|
2320
2755
|
langchain: "langchain";
|
|
2321
2756
|
llamaindex: "llamaindex";
|
|
2322
2757
|
"openai-sdk": "openai-sdk";
|
|
2323
2758
|
"anthropic-sdk": "anthropic-sdk";
|
|
2324
2759
|
crewai: "crewai";
|
|
2325
2760
|
haystack: "haystack";
|
|
2761
|
+
"pydantic-ai": "pydantic-ai";
|
|
2762
|
+
smolagents: "smolagents";
|
|
2326
2763
|
}>>;
|
|
2327
2764
|
pythonAuth: z.ZodEnum<{
|
|
2328
2765
|
none: "none";
|
|
2329
2766
|
authlib: "authlib";
|
|
2330
2767
|
jwt: "jwt";
|
|
2768
|
+
"fastapi-users": "fastapi-users";
|
|
2331
2769
|
}>;
|
|
2332
2770
|
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
2333
2771
|
none: "none";
|
|
@@ -2340,6 +2778,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2340
2778
|
rq: "rq";
|
|
2341
2779
|
dramatiq: "dramatiq";
|
|
2342
2780
|
huey: "huey";
|
|
2781
|
+
taskiq: "taskiq";
|
|
2343
2782
|
}>;
|
|
2344
2783
|
pythonGraphql: z.ZodEnum<{
|
|
2345
2784
|
none: "none";
|
|
@@ -2352,6 +2791,31 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2352
2791
|
mypy: "mypy";
|
|
2353
2792
|
pyright: "pyright";
|
|
2354
2793
|
}>;
|
|
2794
|
+
pythonTesting: z.ZodArray<z.ZodEnum<{
|
|
2795
|
+
none: "none";
|
|
2796
|
+
pytest: "pytest";
|
|
2797
|
+
hypothesis: "hypothesis";
|
|
2798
|
+
}>>;
|
|
2799
|
+
pythonCaching: z.ZodEnum<{
|
|
2800
|
+
none: "none";
|
|
2801
|
+
redis: "redis";
|
|
2802
|
+
aiocache: "aiocache";
|
|
2803
|
+
}>;
|
|
2804
|
+
pythonRealtime: z.ZodEnum<{
|
|
2805
|
+
none: "none";
|
|
2806
|
+
"python-socketio": "python-socketio";
|
|
2807
|
+
websockets: "websockets";
|
|
2808
|
+
}>;
|
|
2809
|
+
pythonObservability: z.ZodEnum<{
|
|
2810
|
+
none: "none";
|
|
2811
|
+
opentelemetry: "opentelemetry";
|
|
2812
|
+
}>;
|
|
2813
|
+
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
2814
|
+
none: "none";
|
|
2815
|
+
typer: "typer";
|
|
2816
|
+
click: "click";
|
|
2817
|
+
rich: "rich";
|
|
2818
|
+
}>>;
|
|
2355
2819
|
goWebFramework: z.ZodEnum<{
|
|
2356
2820
|
none: "none";
|
|
2357
2821
|
gin: "gin";
|
|
@@ -2360,14 +2824,15 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2360
2824
|
chi: "chi";
|
|
2361
2825
|
}>;
|
|
2362
2826
|
goOrm: z.ZodEnum<{
|
|
2363
|
-
gorm: "gorm";
|
|
2364
2827
|
none: "none";
|
|
2828
|
+
gorm: "gorm";
|
|
2365
2829
|
sqlc: "sqlc";
|
|
2366
2830
|
ent: "ent";
|
|
2367
2831
|
}>;
|
|
2368
2832
|
goApi: z.ZodEnum<{
|
|
2369
2833
|
none: "none";
|
|
2370
2834
|
"grpc-go": "grpc-go";
|
|
2835
|
+
gqlgen: "gqlgen";
|
|
2371
2836
|
}>;
|
|
2372
2837
|
goCli: z.ZodEnum<{
|
|
2373
2838
|
none: "none";
|
|
@@ -2386,6 +2851,36 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2386
2851
|
none: "none";
|
|
2387
2852
|
jwt: "jwt";
|
|
2388
2853
|
casbin: "casbin";
|
|
2854
|
+
goth: "goth";
|
|
2855
|
+
}>;
|
|
2856
|
+
goTesting: z.ZodArray<z.ZodEnum<{
|
|
2857
|
+
none: "none";
|
|
2858
|
+
testify: "testify";
|
|
2859
|
+
gomock: "gomock";
|
|
2860
|
+
}>>;
|
|
2861
|
+
goRealtime: z.ZodEnum<{
|
|
2862
|
+
none: "none";
|
|
2863
|
+
"gorilla-websocket": "gorilla-websocket";
|
|
2864
|
+
centrifuge: "centrifuge";
|
|
2865
|
+
}>;
|
|
2866
|
+
goMessageQueue: z.ZodEnum<{
|
|
2867
|
+
none: "none";
|
|
2868
|
+
nats: "nats";
|
|
2869
|
+
watermill: "watermill";
|
|
2870
|
+
}>;
|
|
2871
|
+
goCaching: z.ZodEnum<{
|
|
2872
|
+
none: "none";
|
|
2873
|
+
redis: "redis";
|
|
2874
|
+
ristretto: "ristretto";
|
|
2875
|
+
}>;
|
|
2876
|
+
goConfig: z.ZodEnum<{
|
|
2877
|
+
none: "none";
|
|
2878
|
+
viper: "viper";
|
|
2879
|
+
koanf: "koanf";
|
|
2880
|
+
}>;
|
|
2881
|
+
goObservability: z.ZodEnum<{
|
|
2882
|
+
none: "none";
|
|
2883
|
+
opentelemetry: "opentelemetry";
|
|
2389
2884
|
}>;
|
|
2390
2885
|
javaWebFramework: z.ZodEnum<{
|
|
2391
2886
|
none: "none";
|
|
@@ -2400,10 +2895,21 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2400
2895
|
javaOrm: z.ZodEnum<{
|
|
2401
2896
|
none: "none";
|
|
2402
2897
|
"spring-data-jpa": "spring-data-jpa";
|
|
2898
|
+
jooq: "jooq";
|
|
2899
|
+
mybatis: "mybatis";
|
|
2403
2900
|
}>;
|
|
2404
2901
|
javaAuth: z.ZodEnum<{
|
|
2405
2902
|
none: "none";
|
|
2406
2903
|
"spring-security": "spring-security";
|
|
2904
|
+
keycloak: "keycloak";
|
|
2905
|
+
}>;
|
|
2906
|
+
javaApi: z.ZodEnum<{
|
|
2907
|
+
none: "none";
|
|
2908
|
+
"spring-graphql": "spring-graphql";
|
|
2909
|
+
}>;
|
|
2910
|
+
javaLogging: z.ZodEnum<{
|
|
2911
|
+
none: "none";
|
|
2912
|
+
logback: "logback";
|
|
2407
2913
|
}>;
|
|
2408
2914
|
javaLibraries: z.ZodArray<z.ZodEnum<{
|
|
2409
2915
|
none: "none";
|
|
@@ -2423,6 +2929,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2423
2929
|
"spring-devtools": "spring-devtools";
|
|
2424
2930
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
2425
2931
|
thymeleaf: "thymeleaf";
|
|
2932
|
+
"spring-amqp": "spring-amqp";
|
|
2933
|
+
"opentelemetry-java": "opentelemetry-java";
|
|
2426
2934
|
}>>;
|
|
2427
2935
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
2428
2936
|
none: "none";
|
|
@@ -2436,15 +2944,79 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2436
2944
|
archunit: "archunit";
|
|
2437
2945
|
jqwik: "jqwik";
|
|
2438
2946
|
}>>;
|
|
2439
|
-
|
|
2947
|
+
dotnetWebFramework: z.ZodEnum<{
|
|
2440
2948
|
none: "none";
|
|
2441
|
-
|
|
2442
|
-
"
|
|
2949
|
+
"aspnet-minimal": "aspnet-minimal";
|
|
2950
|
+
"aspnet-mvc": "aspnet-mvc";
|
|
2951
|
+
"aspnet-blazor": "aspnet-blazor";
|
|
2443
2952
|
}>;
|
|
2444
|
-
|
|
2953
|
+
dotnetOrm: z.ZodEnum<{
|
|
2445
2954
|
none: "none";
|
|
2446
|
-
|
|
2447
|
-
|
|
2955
|
+
"ef-core": "ef-core";
|
|
2956
|
+
dapper: "dapper";
|
|
2957
|
+
linq2db: "linq2db";
|
|
2958
|
+
}>;
|
|
2959
|
+
dotnetAuth: z.ZodEnum<{
|
|
2960
|
+
none: "none";
|
|
2961
|
+
"aspnet-identity": "aspnet-identity";
|
|
2962
|
+
"duende-identityserver": "duende-identityserver";
|
|
2963
|
+
"auth0-aspnet": "auth0-aspnet";
|
|
2964
|
+
}>;
|
|
2965
|
+
dotnetApi: z.ZodEnum<{
|
|
2966
|
+
none: "none";
|
|
2967
|
+
"minimal-api": "minimal-api";
|
|
2968
|
+
"graphql-hotchocolate": "graphql-hotchocolate";
|
|
2969
|
+
"grpc-dotnet": "grpc-dotnet";
|
|
2970
|
+
}>;
|
|
2971
|
+
dotnetTesting: z.ZodArray<z.ZodEnum<{
|
|
2972
|
+
none: "none";
|
|
2973
|
+
xunit: "xunit";
|
|
2974
|
+
nunit: "nunit";
|
|
2975
|
+
moq: "moq";
|
|
2976
|
+
"testcontainers-dotnet": "testcontainers-dotnet";
|
|
2977
|
+
}>>;
|
|
2978
|
+
dotnetJobQueue: z.ZodEnum<{
|
|
2979
|
+
none: "none";
|
|
2980
|
+
hangfire: "hangfire";
|
|
2981
|
+
"quartz-net": "quartz-net";
|
|
2982
|
+
"hosted-services": "hosted-services";
|
|
2983
|
+
}>;
|
|
2984
|
+
dotnetRealtime: z.ZodEnum<{
|
|
2985
|
+
none: "none";
|
|
2986
|
+
signalr: "signalr";
|
|
2987
|
+
}>;
|
|
2988
|
+
dotnetObservability: z.ZodArray<z.ZodEnum<{
|
|
2989
|
+
none: "none";
|
|
2990
|
+
"opentelemetry-dotnet": "opentelemetry-dotnet";
|
|
2991
|
+
serilog: "serilog";
|
|
2992
|
+
nlog: "nlog";
|
|
2993
|
+
"health-checks": "health-checks";
|
|
2994
|
+
}>>;
|
|
2995
|
+
dotnetValidation: z.ZodEnum<{
|
|
2996
|
+
none: "none";
|
|
2997
|
+
fluentvalidation: "fluentvalidation";
|
|
2998
|
+
"data-annotations": "data-annotations";
|
|
2999
|
+
}>;
|
|
3000
|
+
dotnetCaching: z.ZodEnum<{
|
|
3001
|
+
none: "none";
|
|
3002
|
+
redis: "redis";
|
|
3003
|
+
"memory-cache": "memory-cache";
|
|
3004
|
+
}>;
|
|
3005
|
+
dotnetDeploy: z.ZodEnum<{
|
|
3006
|
+
none: "none";
|
|
3007
|
+
docker: "docker";
|
|
3008
|
+
azure: "azure";
|
|
3009
|
+
aws: "aws";
|
|
3010
|
+
}>;
|
|
3011
|
+
elixirWebFramework: z.ZodEnum<{
|
|
3012
|
+
none: "none";
|
|
3013
|
+
phoenix: "phoenix";
|
|
3014
|
+
"phoenix-live-view": "phoenix-live-view";
|
|
3015
|
+
}>;
|
|
3016
|
+
elixirOrm: z.ZodEnum<{
|
|
3017
|
+
none: "none";
|
|
3018
|
+
ecto: "ecto";
|
|
3019
|
+
"ecto-sql": "ecto-sql";
|
|
2448
3020
|
}>;
|
|
2449
3021
|
elixirAuth: z.ZodEnum<{
|
|
2450
3022
|
none: "none";
|
|
@@ -2456,6 +3028,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2456
3028
|
none: "none";
|
|
2457
3029
|
rest: "rest";
|
|
2458
3030
|
absinthe: "absinthe";
|
|
3031
|
+
grpc: "grpc";
|
|
2459
3032
|
}>;
|
|
2460
3033
|
elixirRealtime: z.ZodEnum<{
|
|
2461
3034
|
none: "none";
|
|
@@ -2518,6 +3091,11 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2518
3091
|
gigalixir: "gigalixir";
|
|
2519
3092
|
"mix-release": "mix-release";
|
|
2520
3093
|
}>;
|
|
3094
|
+
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
3095
|
+
none: "none";
|
|
3096
|
+
nx: "nx";
|
|
3097
|
+
broadway: "broadway";
|
|
3098
|
+
}>>;
|
|
2521
3099
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
2522
3100
|
none: "none";
|
|
2523
3101
|
"claude-md": "claude-md";
|
|
@@ -2527,37 +3105,55 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2527
3105
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2528
3106
|
id: z.ZodString;
|
|
2529
3107
|
role: z.ZodEnum<{
|
|
2530
|
-
|
|
2531
|
-
backend: "backend";
|
|
3108
|
+
ai: "ai";
|
|
2532
3109
|
database: "database";
|
|
2533
3110
|
orm: "orm";
|
|
2534
3111
|
auth: "auth";
|
|
2535
3112
|
payments: "payments";
|
|
3113
|
+
frontend: "frontend";
|
|
3114
|
+
examples: "examples";
|
|
3115
|
+
dbSetup: "dbSetup";
|
|
3116
|
+
backend: "backend";
|
|
3117
|
+
runtime: "runtime";
|
|
3118
|
+
api: "api";
|
|
3119
|
+
effect: "effect";
|
|
3120
|
+
stateManagement: "stateManagement";
|
|
3121
|
+
forms: "forms";
|
|
3122
|
+
testing: "testing";
|
|
2536
3123
|
email: "email";
|
|
3124
|
+
validation: "validation";
|
|
3125
|
+
realtime: "realtime";
|
|
3126
|
+
jobQueue: "jobQueue";
|
|
3127
|
+
animation: "animation";
|
|
3128
|
+
fileUpload: "fileUpload";
|
|
2537
3129
|
logging: "logging";
|
|
2538
3130
|
observability: "observability";
|
|
2539
3131
|
featureFlags: "featureFlags";
|
|
2540
3132
|
analytics: "analytics";
|
|
2541
|
-
stateManagement: "stateManagement";
|
|
2542
|
-
forms: "forms";
|
|
2543
|
-
validation: "validation";
|
|
2544
|
-
testing: "testing";
|
|
2545
|
-
jobQueue: "jobQueue";
|
|
2546
|
-
caching: "caching";
|
|
2547
3133
|
cms: "cms";
|
|
3134
|
+
caching: "caching";
|
|
3135
|
+
rateLimit: "rateLimit";
|
|
2548
3136
|
i18n: "i18n";
|
|
2549
3137
|
search: "search";
|
|
2550
3138
|
fileStorage: "fileStorage";
|
|
2551
|
-
|
|
2552
|
-
documentation: "documentation";
|
|
2553
|
-
api: "api";
|
|
2554
|
-
ai: "ai";
|
|
2555
|
-
css: "css";
|
|
2556
|
-
ui: "ui";
|
|
2557
|
-
frontend: "frontend";
|
|
3139
|
+
config: "config";
|
|
2558
3140
|
mobile: "mobile";
|
|
2559
3141
|
deploy: "deploy";
|
|
3142
|
+
navigation: "navigation";
|
|
3143
|
+
ui: "ui";
|
|
3144
|
+
css: "css";
|
|
3145
|
+
storage: "storage";
|
|
3146
|
+
documentation: "documentation";
|
|
3147
|
+
codeQuality: "codeQuality";
|
|
2560
3148
|
appPlatform: "appPlatform";
|
|
3149
|
+
dataFetching: "dataFetching";
|
|
3150
|
+
workspaceTooling: "workspaceTooling";
|
|
3151
|
+
buildTool: "buildTool";
|
|
3152
|
+
cli: "cli";
|
|
3153
|
+
errorHandling: "errorHandling";
|
|
3154
|
+
httpClient: "httpClient";
|
|
3155
|
+
libraries: "libraries";
|
|
3156
|
+
templating: "templating";
|
|
2561
3157
|
}>;
|
|
2562
3158
|
toolId: z.ZodString;
|
|
2563
3159
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -2568,6 +3164,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2568
3164
|
go: "go";
|
|
2569
3165
|
java: "java";
|
|
2570
3166
|
elixir: "elixir";
|
|
3167
|
+
dotnet: "dotnet";
|
|
2571
3168
|
}>, z.ZodLiteral<"universal">]>;
|
|
2572
3169
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
2573
3170
|
source: z.ZodEnum<{
|
|
@@ -2595,6 +3192,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
2595
3192
|
go: "go";
|
|
2596
3193
|
java: "java";
|
|
2597
3194
|
elixir: "elixir";
|
|
3195
|
+
dotnet: "dotnet";
|
|
2598
3196
|
}>;
|
|
2599
3197
|
database: z.ZodEnum<{
|
|
2600
3198
|
none: "none";
|
|
@@ -2668,6 +3266,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
2668
3266
|
mcp: "mcp";
|
|
2669
3267
|
skills: "skills";
|
|
2670
3268
|
turborepo: "turborepo";
|
|
3269
|
+
nx: "nx";
|
|
2671
3270
|
fumadocs: "fumadocs";
|
|
2672
3271
|
ultracite: "ultracite";
|
|
2673
3272
|
oxlint: "oxlint";
|
|
@@ -2681,23 +3280,27 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
2681
3280
|
"tanstack-virtual": "tanstack-virtual";
|
|
2682
3281
|
"tanstack-db": "tanstack-db";
|
|
2683
3282
|
"tanstack-pacer": "tanstack-pacer";
|
|
3283
|
+
"backend-utils": "backend-utils";
|
|
2684
3284
|
"docker-compose": "docker-compose";
|
|
2685
3285
|
}>>;
|
|
2686
3286
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2687
|
-
ai: "ai";
|
|
2688
3287
|
none: "none";
|
|
3288
|
+
ai: "ai";
|
|
2689
3289
|
"chat-sdk": "chat-sdk";
|
|
2690
3290
|
"tanstack-showcase": "tanstack-showcase";
|
|
2691
3291
|
}>>;
|
|
2692
3292
|
auth: z.ZodEnum<{
|
|
2693
3293
|
none: "none";
|
|
2694
3294
|
"better-auth": "better-auth";
|
|
3295
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
2695
3296
|
"go-better-auth": "go-better-auth";
|
|
2696
3297
|
clerk: "clerk";
|
|
2697
3298
|
nextauth: "nextauth";
|
|
2698
3299
|
"stack-auth": "stack-auth";
|
|
2699
3300
|
"supabase-auth": "supabase-auth";
|
|
2700
3301
|
auth0: "auth0";
|
|
3302
|
+
workos: "workos";
|
|
3303
|
+
kinde: "kinde";
|
|
2701
3304
|
}>;
|
|
2702
3305
|
payments: z.ZodEnum<{
|
|
2703
3306
|
none: "none";
|
|
@@ -2737,6 +3340,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
2737
3340
|
"ts-rest": "ts-rest";
|
|
2738
3341
|
garph: "garph";
|
|
2739
3342
|
"graphql-yoga": "graphql-yoga";
|
|
3343
|
+
openapi: "openapi";
|
|
2740
3344
|
}>;
|
|
2741
3345
|
webDeploy: z.ZodEnum<{
|
|
2742
3346
|
none: "none";
|
|
@@ -2744,6 +3348,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
2744
3348
|
cloudflare: "cloudflare";
|
|
2745
3349
|
fly: "fly";
|
|
2746
3350
|
railway: "railway";
|
|
3351
|
+
render: "render";
|
|
3352
|
+
netlify: "netlify";
|
|
2747
3353
|
sst: "sst";
|
|
2748
3354
|
vercel: "vercel";
|
|
2749
3355
|
}>;
|
|
@@ -2753,6 +3359,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
2753
3359
|
cloudflare: "cloudflare";
|
|
2754
3360
|
fly: "fly";
|
|
2755
3361
|
railway: "railway";
|
|
3362
|
+
render: "render";
|
|
3363
|
+
netlify: "netlify";
|
|
2756
3364
|
sst: "sst";
|
|
2757
3365
|
vercel: "vercel";
|
|
2758
3366
|
}>;
|
|
@@ -2778,8 +3386,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
2778
3386
|
"ai-cli": "ai-cli";
|
|
2779
3387
|
}>;
|
|
2780
3388
|
effect: z.ZodEnum<{
|
|
2781
|
-
effect: "effect";
|
|
2782
3389
|
none: "none";
|
|
3390
|
+
effect: "effect";
|
|
2783
3391
|
"effect-full": "effect-full";
|
|
2784
3392
|
}>;
|
|
2785
3393
|
stateManagement: z.ZodEnum<{
|
|
@@ -2830,7 +3438,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
2830
3438
|
"postcss-only": "postcss-only";
|
|
2831
3439
|
}>;
|
|
2832
3440
|
uiLibrary: z.ZodEnum<{
|
|
2833
|
-
mui: "mui";
|
|
2834
3441
|
none: "none";
|
|
2835
3442
|
"shadcn-ui": "shadcn-ui";
|
|
2836
3443
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -2841,6 +3448,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
2841
3448
|
"chakra-ui": "chakra-ui";
|
|
2842
3449
|
nextui: "nextui";
|
|
2843
3450
|
mantine: "mantine";
|
|
3451
|
+
mui: "mui";
|
|
2844
3452
|
antd: "antd";
|
|
2845
3453
|
"base-ui": "base-ui";
|
|
2846
3454
|
"ark-ui": "ark-ui";
|
|
@@ -2969,6 +3577,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
2969
3577
|
opentelemetry: "opentelemetry";
|
|
2970
3578
|
sentry: "sentry";
|
|
2971
3579
|
grafana: "grafana";
|
|
3580
|
+
datadog: "datadog";
|
|
3581
|
+
axiom: "axiom";
|
|
3582
|
+
betterstack: "betterstack";
|
|
2972
3583
|
}>;
|
|
2973
3584
|
featureFlags: z.ZodEnum<{
|
|
2974
3585
|
none: "none";
|
|
@@ -2995,6 +3606,11 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
2995
3606
|
none: "none";
|
|
2996
3607
|
"upstash-redis": "upstash-redis";
|
|
2997
3608
|
}>;
|
|
3609
|
+
rateLimit: z.ZodEnum<{
|
|
3610
|
+
none: "none";
|
|
3611
|
+
arcjet: "arcjet";
|
|
3612
|
+
"upstash-ratelimit": "upstash-ratelimit";
|
|
3613
|
+
}>;
|
|
2998
3614
|
i18n: z.ZodEnum<{
|
|
2999
3615
|
none: "none";
|
|
3000
3616
|
i18next: "i18next";
|
|
@@ -3020,9 +3636,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3020
3636
|
}>;
|
|
3021
3637
|
mobileUI: z.ZodEnum<{
|
|
3022
3638
|
none: "none";
|
|
3639
|
+
uniwind: "uniwind";
|
|
3023
3640
|
tamagui: "tamagui";
|
|
3024
3641
|
"gluestack-ui": "gluestack-ui";
|
|
3025
|
-
uniwind: "uniwind";
|
|
3026
3642
|
unistyles: "unistyles";
|
|
3027
3643
|
}>;
|
|
3028
3644
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3112,6 +3728,24 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3112
3728
|
rustAuth: z.ZodEnum<{
|
|
3113
3729
|
none: "none";
|
|
3114
3730
|
oauth2: "oauth2";
|
|
3731
|
+
torii: "torii";
|
|
3732
|
+
}>;
|
|
3733
|
+
rustRealtime: z.ZodEnum<{
|
|
3734
|
+
none: "none";
|
|
3735
|
+
"tokio-tungstenite": "tokio-tungstenite";
|
|
3736
|
+
}>;
|
|
3737
|
+
rustMessageQueue: z.ZodEnum<{
|
|
3738
|
+
none: "none";
|
|
3739
|
+
lapin: "lapin";
|
|
3740
|
+
}>;
|
|
3741
|
+
rustObservability: z.ZodEnum<{
|
|
3742
|
+
none: "none";
|
|
3743
|
+
opentelemetry: "opentelemetry";
|
|
3744
|
+
}>;
|
|
3745
|
+
rustTemplating: z.ZodEnum<{
|
|
3746
|
+
none: "none";
|
|
3747
|
+
askama: "askama";
|
|
3748
|
+
tera: "tera";
|
|
3115
3749
|
}>;
|
|
3116
3750
|
pythonWebFramework: z.ZodEnum<{
|
|
3117
3751
|
none: "none";
|
|
@@ -3119,12 +3753,14 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3119
3753
|
django: "django";
|
|
3120
3754
|
flask: "flask";
|
|
3121
3755
|
litestar: "litestar";
|
|
3756
|
+
starlette: "starlette";
|
|
3122
3757
|
}>;
|
|
3123
3758
|
pythonOrm: z.ZodEnum<{
|
|
3124
3759
|
none: "none";
|
|
3125
3760
|
sqlalchemy: "sqlalchemy";
|
|
3126
3761
|
sqlmodel: "sqlmodel";
|
|
3127
3762
|
"tortoise-orm": "tortoise-orm";
|
|
3763
|
+
peewee: "peewee";
|
|
3128
3764
|
}>;
|
|
3129
3765
|
pythonValidation: z.ZodEnum<{
|
|
3130
3766
|
none: "none";
|
|
@@ -3133,17 +3769,21 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3133
3769
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
3134
3770
|
none: "none";
|
|
3135
3771
|
langgraph: "langgraph";
|
|
3772
|
+
"google-adk": "google-adk";
|
|
3136
3773
|
langchain: "langchain";
|
|
3137
3774
|
llamaindex: "llamaindex";
|
|
3138
3775
|
"openai-sdk": "openai-sdk";
|
|
3139
3776
|
"anthropic-sdk": "anthropic-sdk";
|
|
3140
3777
|
crewai: "crewai";
|
|
3141
3778
|
haystack: "haystack";
|
|
3779
|
+
"pydantic-ai": "pydantic-ai";
|
|
3780
|
+
smolagents: "smolagents";
|
|
3142
3781
|
}>>;
|
|
3143
3782
|
pythonAuth: z.ZodEnum<{
|
|
3144
3783
|
none: "none";
|
|
3145
3784
|
authlib: "authlib";
|
|
3146
3785
|
jwt: "jwt";
|
|
3786
|
+
"fastapi-users": "fastapi-users";
|
|
3147
3787
|
}>;
|
|
3148
3788
|
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
3149
3789
|
none: "none";
|
|
@@ -3156,6 +3796,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3156
3796
|
rq: "rq";
|
|
3157
3797
|
dramatiq: "dramatiq";
|
|
3158
3798
|
huey: "huey";
|
|
3799
|
+
taskiq: "taskiq";
|
|
3159
3800
|
}>;
|
|
3160
3801
|
pythonGraphql: z.ZodEnum<{
|
|
3161
3802
|
none: "none";
|
|
@@ -3168,6 +3809,31 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3168
3809
|
mypy: "mypy";
|
|
3169
3810
|
pyright: "pyright";
|
|
3170
3811
|
}>;
|
|
3812
|
+
pythonTesting: z.ZodArray<z.ZodEnum<{
|
|
3813
|
+
none: "none";
|
|
3814
|
+
pytest: "pytest";
|
|
3815
|
+
hypothesis: "hypothesis";
|
|
3816
|
+
}>>;
|
|
3817
|
+
pythonCaching: z.ZodEnum<{
|
|
3818
|
+
none: "none";
|
|
3819
|
+
redis: "redis";
|
|
3820
|
+
aiocache: "aiocache";
|
|
3821
|
+
}>;
|
|
3822
|
+
pythonRealtime: z.ZodEnum<{
|
|
3823
|
+
none: "none";
|
|
3824
|
+
"python-socketio": "python-socketio";
|
|
3825
|
+
websockets: "websockets";
|
|
3826
|
+
}>;
|
|
3827
|
+
pythonObservability: z.ZodEnum<{
|
|
3828
|
+
none: "none";
|
|
3829
|
+
opentelemetry: "opentelemetry";
|
|
3830
|
+
}>;
|
|
3831
|
+
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
3832
|
+
none: "none";
|
|
3833
|
+
typer: "typer";
|
|
3834
|
+
click: "click";
|
|
3835
|
+
rich: "rich";
|
|
3836
|
+
}>>;
|
|
3171
3837
|
goWebFramework: z.ZodEnum<{
|
|
3172
3838
|
none: "none";
|
|
3173
3839
|
gin: "gin";
|
|
@@ -3176,14 +3842,15 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3176
3842
|
chi: "chi";
|
|
3177
3843
|
}>;
|
|
3178
3844
|
goOrm: z.ZodEnum<{
|
|
3179
|
-
gorm: "gorm";
|
|
3180
3845
|
none: "none";
|
|
3846
|
+
gorm: "gorm";
|
|
3181
3847
|
sqlc: "sqlc";
|
|
3182
3848
|
ent: "ent";
|
|
3183
3849
|
}>;
|
|
3184
3850
|
goApi: z.ZodEnum<{
|
|
3185
3851
|
none: "none";
|
|
3186
3852
|
"grpc-go": "grpc-go";
|
|
3853
|
+
gqlgen: "gqlgen";
|
|
3187
3854
|
}>;
|
|
3188
3855
|
goCli: z.ZodEnum<{
|
|
3189
3856
|
none: "none";
|
|
@@ -3202,6 +3869,36 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3202
3869
|
none: "none";
|
|
3203
3870
|
jwt: "jwt";
|
|
3204
3871
|
casbin: "casbin";
|
|
3872
|
+
goth: "goth";
|
|
3873
|
+
}>;
|
|
3874
|
+
goTesting: z.ZodArray<z.ZodEnum<{
|
|
3875
|
+
none: "none";
|
|
3876
|
+
testify: "testify";
|
|
3877
|
+
gomock: "gomock";
|
|
3878
|
+
}>>;
|
|
3879
|
+
goRealtime: z.ZodEnum<{
|
|
3880
|
+
none: "none";
|
|
3881
|
+
"gorilla-websocket": "gorilla-websocket";
|
|
3882
|
+
centrifuge: "centrifuge";
|
|
3883
|
+
}>;
|
|
3884
|
+
goMessageQueue: z.ZodEnum<{
|
|
3885
|
+
none: "none";
|
|
3886
|
+
nats: "nats";
|
|
3887
|
+
watermill: "watermill";
|
|
3888
|
+
}>;
|
|
3889
|
+
goCaching: z.ZodEnum<{
|
|
3890
|
+
none: "none";
|
|
3891
|
+
redis: "redis";
|
|
3892
|
+
ristretto: "ristretto";
|
|
3893
|
+
}>;
|
|
3894
|
+
goConfig: z.ZodEnum<{
|
|
3895
|
+
none: "none";
|
|
3896
|
+
viper: "viper";
|
|
3897
|
+
koanf: "koanf";
|
|
3898
|
+
}>;
|
|
3899
|
+
goObservability: z.ZodEnum<{
|
|
3900
|
+
none: "none";
|
|
3901
|
+
opentelemetry: "opentelemetry";
|
|
3205
3902
|
}>;
|
|
3206
3903
|
javaWebFramework: z.ZodEnum<{
|
|
3207
3904
|
none: "none";
|
|
@@ -3216,10 +3913,21 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3216
3913
|
javaOrm: z.ZodEnum<{
|
|
3217
3914
|
none: "none";
|
|
3218
3915
|
"spring-data-jpa": "spring-data-jpa";
|
|
3916
|
+
jooq: "jooq";
|
|
3917
|
+
mybatis: "mybatis";
|
|
3219
3918
|
}>;
|
|
3220
3919
|
javaAuth: z.ZodEnum<{
|
|
3221
3920
|
none: "none";
|
|
3222
3921
|
"spring-security": "spring-security";
|
|
3922
|
+
keycloak: "keycloak";
|
|
3923
|
+
}>;
|
|
3924
|
+
javaApi: z.ZodEnum<{
|
|
3925
|
+
none: "none";
|
|
3926
|
+
"spring-graphql": "spring-graphql";
|
|
3927
|
+
}>;
|
|
3928
|
+
javaLogging: z.ZodEnum<{
|
|
3929
|
+
none: "none";
|
|
3930
|
+
logback: "logback";
|
|
3223
3931
|
}>;
|
|
3224
3932
|
javaLibraries: z.ZodArray<z.ZodEnum<{
|
|
3225
3933
|
none: "none";
|
|
@@ -3239,6 +3947,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3239
3947
|
"spring-devtools": "spring-devtools";
|
|
3240
3948
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
3241
3949
|
thymeleaf: "thymeleaf";
|
|
3950
|
+
"spring-amqp": "spring-amqp";
|
|
3951
|
+
"opentelemetry-java": "opentelemetry-java";
|
|
3242
3952
|
}>>;
|
|
3243
3953
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
3244
3954
|
none: "none";
|
|
@@ -3252,6 +3962,70 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3252
3962
|
archunit: "archunit";
|
|
3253
3963
|
jqwik: "jqwik";
|
|
3254
3964
|
}>>;
|
|
3965
|
+
dotnetWebFramework: z.ZodEnum<{
|
|
3966
|
+
none: "none";
|
|
3967
|
+
"aspnet-minimal": "aspnet-minimal";
|
|
3968
|
+
"aspnet-mvc": "aspnet-mvc";
|
|
3969
|
+
"aspnet-blazor": "aspnet-blazor";
|
|
3970
|
+
}>;
|
|
3971
|
+
dotnetOrm: z.ZodEnum<{
|
|
3972
|
+
none: "none";
|
|
3973
|
+
"ef-core": "ef-core";
|
|
3974
|
+
dapper: "dapper";
|
|
3975
|
+
linq2db: "linq2db";
|
|
3976
|
+
}>;
|
|
3977
|
+
dotnetAuth: z.ZodEnum<{
|
|
3978
|
+
none: "none";
|
|
3979
|
+
"aspnet-identity": "aspnet-identity";
|
|
3980
|
+
"duende-identityserver": "duende-identityserver";
|
|
3981
|
+
"auth0-aspnet": "auth0-aspnet";
|
|
3982
|
+
}>;
|
|
3983
|
+
dotnetApi: z.ZodEnum<{
|
|
3984
|
+
none: "none";
|
|
3985
|
+
"minimal-api": "minimal-api";
|
|
3986
|
+
"graphql-hotchocolate": "graphql-hotchocolate";
|
|
3987
|
+
"grpc-dotnet": "grpc-dotnet";
|
|
3988
|
+
}>;
|
|
3989
|
+
dotnetTesting: z.ZodArray<z.ZodEnum<{
|
|
3990
|
+
none: "none";
|
|
3991
|
+
xunit: "xunit";
|
|
3992
|
+
nunit: "nunit";
|
|
3993
|
+
moq: "moq";
|
|
3994
|
+
"testcontainers-dotnet": "testcontainers-dotnet";
|
|
3995
|
+
}>>;
|
|
3996
|
+
dotnetJobQueue: z.ZodEnum<{
|
|
3997
|
+
none: "none";
|
|
3998
|
+
hangfire: "hangfire";
|
|
3999
|
+
"quartz-net": "quartz-net";
|
|
4000
|
+
"hosted-services": "hosted-services";
|
|
4001
|
+
}>;
|
|
4002
|
+
dotnetRealtime: z.ZodEnum<{
|
|
4003
|
+
none: "none";
|
|
4004
|
+
signalr: "signalr";
|
|
4005
|
+
}>;
|
|
4006
|
+
dotnetObservability: z.ZodArray<z.ZodEnum<{
|
|
4007
|
+
none: "none";
|
|
4008
|
+
"opentelemetry-dotnet": "opentelemetry-dotnet";
|
|
4009
|
+
serilog: "serilog";
|
|
4010
|
+
nlog: "nlog";
|
|
4011
|
+
"health-checks": "health-checks";
|
|
4012
|
+
}>>;
|
|
4013
|
+
dotnetValidation: z.ZodEnum<{
|
|
4014
|
+
none: "none";
|
|
4015
|
+
fluentvalidation: "fluentvalidation";
|
|
4016
|
+
"data-annotations": "data-annotations";
|
|
4017
|
+
}>;
|
|
4018
|
+
dotnetCaching: z.ZodEnum<{
|
|
4019
|
+
none: "none";
|
|
4020
|
+
redis: "redis";
|
|
4021
|
+
"memory-cache": "memory-cache";
|
|
4022
|
+
}>;
|
|
4023
|
+
dotnetDeploy: z.ZodEnum<{
|
|
4024
|
+
none: "none";
|
|
4025
|
+
docker: "docker";
|
|
4026
|
+
azure: "azure";
|
|
4027
|
+
aws: "aws";
|
|
4028
|
+
}>;
|
|
3255
4029
|
elixirWebFramework: z.ZodEnum<{
|
|
3256
4030
|
none: "none";
|
|
3257
4031
|
phoenix: "phoenix";
|
|
@@ -3272,6 +4046,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3272
4046
|
none: "none";
|
|
3273
4047
|
rest: "rest";
|
|
3274
4048
|
absinthe: "absinthe";
|
|
4049
|
+
grpc: "grpc";
|
|
3275
4050
|
}>;
|
|
3276
4051
|
elixirRealtime: z.ZodEnum<{
|
|
3277
4052
|
none: "none";
|
|
@@ -3334,6 +4109,11 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3334
4109
|
gigalixir: "gigalixir";
|
|
3335
4110
|
"mix-release": "mix-release";
|
|
3336
4111
|
}>;
|
|
4112
|
+
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
4113
|
+
none: "none";
|
|
4114
|
+
nx: "nx";
|
|
4115
|
+
broadway: "broadway";
|
|
4116
|
+
}>>;
|
|
3337
4117
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
3338
4118
|
none: "none";
|
|
3339
4119
|
"claude-md": "claude-md";
|
|
@@ -3343,37 +4123,55 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3343
4123
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3344
4124
|
id: z.ZodString;
|
|
3345
4125
|
role: z.ZodEnum<{
|
|
3346
|
-
|
|
3347
|
-
backend: "backend";
|
|
4126
|
+
ai: "ai";
|
|
3348
4127
|
database: "database";
|
|
3349
4128
|
orm: "orm";
|
|
3350
4129
|
auth: "auth";
|
|
3351
4130
|
payments: "payments";
|
|
4131
|
+
frontend: "frontend";
|
|
4132
|
+
examples: "examples";
|
|
4133
|
+
dbSetup: "dbSetup";
|
|
4134
|
+
backend: "backend";
|
|
4135
|
+
runtime: "runtime";
|
|
4136
|
+
api: "api";
|
|
4137
|
+
effect: "effect";
|
|
4138
|
+
stateManagement: "stateManagement";
|
|
4139
|
+
forms: "forms";
|
|
4140
|
+
testing: "testing";
|
|
3352
4141
|
email: "email";
|
|
4142
|
+
validation: "validation";
|
|
4143
|
+
realtime: "realtime";
|
|
4144
|
+
jobQueue: "jobQueue";
|
|
4145
|
+
animation: "animation";
|
|
4146
|
+
fileUpload: "fileUpload";
|
|
3353
4147
|
logging: "logging";
|
|
3354
4148
|
observability: "observability";
|
|
3355
4149
|
featureFlags: "featureFlags";
|
|
3356
4150
|
analytics: "analytics";
|
|
3357
|
-
stateManagement: "stateManagement";
|
|
3358
|
-
forms: "forms";
|
|
3359
|
-
validation: "validation";
|
|
3360
|
-
testing: "testing";
|
|
3361
|
-
jobQueue: "jobQueue";
|
|
3362
|
-
caching: "caching";
|
|
3363
4151
|
cms: "cms";
|
|
4152
|
+
caching: "caching";
|
|
4153
|
+
rateLimit: "rateLimit";
|
|
3364
4154
|
i18n: "i18n";
|
|
3365
4155
|
search: "search";
|
|
3366
4156
|
fileStorage: "fileStorage";
|
|
3367
|
-
|
|
3368
|
-
documentation: "documentation";
|
|
3369
|
-
api: "api";
|
|
3370
|
-
ai: "ai";
|
|
3371
|
-
css: "css";
|
|
3372
|
-
ui: "ui";
|
|
3373
|
-
frontend: "frontend";
|
|
4157
|
+
config: "config";
|
|
3374
4158
|
mobile: "mobile";
|
|
3375
4159
|
deploy: "deploy";
|
|
4160
|
+
navigation: "navigation";
|
|
4161
|
+
ui: "ui";
|
|
4162
|
+
css: "css";
|
|
4163
|
+
storage: "storage";
|
|
4164
|
+
documentation: "documentation";
|
|
4165
|
+
codeQuality: "codeQuality";
|
|
3376
4166
|
appPlatform: "appPlatform";
|
|
4167
|
+
dataFetching: "dataFetching";
|
|
4168
|
+
workspaceTooling: "workspaceTooling";
|
|
4169
|
+
buildTool: "buildTool";
|
|
4170
|
+
cli: "cli";
|
|
4171
|
+
errorHandling: "errorHandling";
|
|
4172
|
+
httpClient: "httpClient";
|
|
4173
|
+
libraries: "libraries";
|
|
4174
|
+
templating: "templating";
|
|
3377
4175
|
}>;
|
|
3378
4176
|
toolId: z.ZodString;
|
|
3379
4177
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -3384,6 +4182,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3384
4182
|
go: "go";
|
|
3385
4183
|
java: "java";
|
|
3386
4184
|
elixir: "elixir";
|
|
4185
|
+
dotnet: "dotnet";
|
|
3387
4186
|
}>, z.ZodLiteral<"universal">]>;
|
|
3388
4187
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
3389
4188
|
source: z.ZodEnum<{
|
|
@@ -3412,6 +4211,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3412
4211
|
go: "go";
|
|
3413
4212
|
java: "java";
|
|
3414
4213
|
elixir: "elixir";
|
|
4214
|
+
dotnet: "dotnet";
|
|
3415
4215
|
}>;
|
|
3416
4216
|
database: z.ZodEnum<{
|
|
3417
4217
|
none: "none";
|
|
@@ -3485,6 +4285,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3485
4285
|
mcp: "mcp";
|
|
3486
4286
|
skills: "skills";
|
|
3487
4287
|
turborepo: "turborepo";
|
|
4288
|
+
nx: "nx";
|
|
3488
4289
|
fumadocs: "fumadocs";
|
|
3489
4290
|
ultracite: "ultracite";
|
|
3490
4291
|
oxlint: "oxlint";
|
|
@@ -3498,23 +4299,27 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3498
4299
|
"tanstack-virtual": "tanstack-virtual";
|
|
3499
4300
|
"tanstack-db": "tanstack-db";
|
|
3500
4301
|
"tanstack-pacer": "tanstack-pacer";
|
|
4302
|
+
"backend-utils": "backend-utils";
|
|
3501
4303
|
"docker-compose": "docker-compose";
|
|
3502
4304
|
}>>;
|
|
3503
4305
|
examples: z.ZodArray<z.ZodEnum<{
|
|
3504
|
-
ai: "ai";
|
|
3505
4306
|
none: "none";
|
|
4307
|
+
ai: "ai";
|
|
3506
4308
|
"chat-sdk": "chat-sdk";
|
|
3507
4309
|
"tanstack-showcase": "tanstack-showcase";
|
|
3508
4310
|
}>>;
|
|
3509
4311
|
auth: z.ZodEnum<{
|
|
3510
4312
|
none: "none";
|
|
3511
4313
|
"better-auth": "better-auth";
|
|
4314
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
3512
4315
|
"go-better-auth": "go-better-auth";
|
|
3513
4316
|
clerk: "clerk";
|
|
3514
4317
|
nextauth: "nextauth";
|
|
3515
4318
|
"stack-auth": "stack-auth";
|
|
3516
4319
|
"supabase-auth": "supabase-auth";
|
|
3517
4320
|
auth0: "auth0";
|
|
4321
|
+
workos: "workos";
|
|
4322
|
+
kinde: "kinde";
|
|
3518
4323
|
}>;
|
|
3519
4324
|
payments: z.ZodEnum<{
|
|
3520
4325
|
none: "none";
|
|
@@ -3556,6 +4361,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3556
4361
|
"ts-rest": "ts-rest";
|
|
3557
4362
|
garph: "garph";
|
|
3558
4363
|
"graphql-yoga": "graphql-yoga";
|
|
4364
|
+
openapi: "openapi";
|
|
3559
4365
|
}>;
|
|
3560
4366
|
webDeploy: z.ZodEnum<{
|
|
3561
4367
|
none: "none";
|
|
@@ -3563,6 +4369,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3563
4369
|
cloudflare: "cloudflare";
|
|
3564
4370
|
fly: "fly";
|
|
3565
4371
|
railway: "railway";
|
|
4372
|
+
render: "render";
|
|
4373
|
+
netlify: "netlify";
|
|
3566
4374
|
sst: "sst";
|
|
3567
4375
|
vercel: "vercel";
|
|
3568
4376
|
}>;
|
|
@@ -3572,6 +4380,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3572
4380
|
cloudflare: "cloudflare";
|
|
3573
4381
|
fly: "fly";
|
|
3574
4382
|
railway: "railway";
|
|
4383
|
+
render: "render";
|
|
4384
|
+
netlify: "netlify";
|
|
3575
4385
|
sst: "sst";
|
|
3576
4386
|
vercel: "vercel";
|
|
3577
4387
|
}>;
|
|
@@ -3597,8 +4407,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3597
4407
|
"ai-cli": "ai-cli";
|
|
3598
4408
|
}>;
|
|
3599
4409
|
effect: z.ZodEnum<{
|
|
3600
|
-
effect: "effect";
|
|
3601
4410
|
none: "none";
|
|
4411
|
+
effect: "effect";
|
|
3602
4412
|
"effect-full": "effect-full";
|
|
3603
4413
|
}>;
|
|
3604
4414
|
stateManagement: z.ZodEnum<{
|
|
@@ -3649,7 +4459,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3649
4459
|
"postcss-only": "postcss-only";
|
|
3650
4460
|
}>;
|
|
3651
4461
|
uiLibrary: z.ZodEnum<{
|
|
3652
|
-
mui: "mui";
|
|
3653
4462
|
none: "none";
|
|
3654
4463
|
"shadcn-ui": "shadcn-ui";
|
|
3655
4464
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -3660,6 +4469,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3660
4469
|
"chakra-ui": "chakra-ui";
|
|
3661
4470
|
nextui: "nextui";
|
|
3662
4471
|
mantine: "mantine";
|
|
4472
|
+
mui: "mui";
|
|
3663
4473
|
antd: "antd";
|
|
3664
4474
|
"base-ui": "base-ui";
|
|
3665
4475
|
"ark-ui": "ark-ui";
|
|
@@ -3788,6 +4598,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3788
4598
|
opentelemetry: "opentelemetry";
|
|
3789
4599
|
sentry: "sentry";
|
|
3790
4600
|
grafana: "grafana";
|
|
4601
|
+
datadog: "datadog";
|
|
4602
|
+
axiom: "axiom";
|
|
4603
|
+
betterstack: "betterstack";
|
|
3791
4604
|
}>;
|
|
3792
4605
|
featureFlags: z.ZodEnum<{
|
|
3793
4606
|
none: "none";
|
|
@@ -3814,6 +4627,11 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3814
4627
|
none: "none";
|
|
3815
4628
|
"upstash-redis": "upstash-redis";
|
|
3816
4629
|
}>;
|
|
4630
|
+
rateLimit: z.ZodEnum<{
|
|
4631
|
+
none: "none";
|
|
4632
|
+
arcjet: "arcjet";
|
|
4633
|
+
"upstash-ratelimit": "upstash-ratelimit";
|
|
4634
|
+
}>;
|
|
3817
4635
|
i18n: z.ZodEnum<{
|
|
3818
4636
|
none: "none";
|
|
3819
4637
|
i18next: "i18next";
|
|
@@ -3839,9 +4657,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3839
4657
|
}>;
|
|
3840
4658
|
mobileUI: z.ZodEnum<{
|
|
3841
4659
|
none: "none";
|
|
4660
|
+
uniwind: "uniwind";
|
|
3842
4661
|
tamagui: "tamagui";
|
|
3843
4662
|
"gluestack-ui": "gluestack-ui";
|
|
3844
|
-
uniwind: "uniwind";
|
|
3845
4663
|
unistyles: "unistyles";
|
|
3846
4664
|
}>;
|
|
3847
4665
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3931,6 +4749,24 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3931
4749
|
rustAuth: z.ZodEnum<{
|
|
3932
4750
|
none: "none";
|
|
3933
4751
|
oauth2: "oauth2";
|
|
4752
|
+
torii: "torii";
|
|
4753
|
+
}>;
|
|
4754
|
+
rustRealtime: z.ZodEnum<{
|
|
4755
|
+
none: "none";
|
|
4756
|
+
"tokio-tungstenite": "tokio-tungstenite";
|
|
4757
|
+
}>;
|
|
4758
|
+
rustMessageQueue: z.ZodEnum<{
|
|
4759
|
+
none: "none";
|
|
4760
|
+
lapin: "lapin";
|
|
4761
|
+
}>;
|
|
4762
|
+
rustObservability: z.ZodEnum<{
|
|
4763
|
+
none: "none";
|
|
4764
|
+
opentelemetry: "opentelemetry";
|
|
4765
|
+
}>;
|
|
4766
|
+
rustTemplating: z.ZodEnum<{
|
|
4767
|
+
none: "none";
|
|
4768
|
+
askama: "askama";
|
|
4769
|
+
tera: "tera";
|
|
3934
4770
|
}>;
|
|
3935
4771
|
pythonWebFramework: z.ZodEnum<{
|
|
3936
4772
|
none: "none";
|
|
@@ -3938,12 +4774,14 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3938
4774
|
django: "django";
|
|
3939
4775
|
flask: "flask";
|
|
3940
4776
|
litestar: "litestar";
|
|
4777
|
+
starlette: "starlette";
|
|
3941
4778
|
}>;
|
|
3942
4779
|
pythonOrm: z.ZodEnum<{
|
|
3943
4780
|
none: "none";
|
|
3944
4781
|
sqlalchemy: "sqlalchemy";
|
|
3945
4782
|
sqlmodel: "sqlmodel";
|
|
3946
4783
|
"tortoise-orm": "tortoise-orm";
|
|
4784
|
+
peewee: "peewee";
|
|
3947
4785
|
}>;
|
|
3948
4786
|
pythonValidation: z.ZodEnum<{
|
|
3949
4787
|
none: "none";
|
|
@@ -3952,17 +4790,21 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3952
4790
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
3953
4791
|
none: "none";
|
|
3954
4792
|
langgraph: "langgraph";
|
|
4793
|
+
"google-adk": "google-adk";
|
|
3955
4794
|
langchain: "langchain";
|
|
3956
4795
|
llamaindex: "llamaindex";
|
|
3957
4796
|
"openai-sdk": "openai-sdk";
|
|
3958
4797
|
"anthropic-sdk": "anthropic-sdk";
|
|
3959
4798
|
crewai: "crewai";
|
|
3960
4799
|
haystack: "haystack";
|
|
4800
|
+
"pydantic-ai": "pydantic-ai";
|
|
4801
|
+
smolagents: "smolagents";
|
|
3961
4802
|
}>>;
|
|
3962
4803
|
pythonAuth: z.ZodEnum<{
|
|
3963
4804
|
none: "none";
|
|
3964
4805
|
authlib: "authlib";
|
|
3965
4806
|
jwt: "jwt";
|
|
4807
|
+
"fastapi-users": "fastapi-users";
|
|
3966
4808
|
}>;
|
|
3967
4809
|
pythonApi: z.ZodEnum<{
|
|
3968
4810
|
none: "none";
|
|
@@ -3975,6 +4817,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3975
4817
|
rq: "rq";
|
|
3976
4818
|
dramatiq: "dramatiq";
|
|
3977
4819
|
huey: "huey";
|
|
4820
|
+
taskiq: "taskiq";
|
|
3978
4821
|
}>;
|
|
3979
4822
|
pythonGraphql: z.ZodEnum<{
|
|
3980
4823
|
none: "none";
|
|
@@ -3987,6 +4830,31 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3987
4830
|
mypy: "mypy";
|
|
3988
4831
|
pyright: "pyright";
|
|
3989
4832
|
}>;
|
|
4833
|
+
pythonTesting: z.ZodArray<z.ZodEnum<{
|
|
4834
|
+
none: "none";
|
|
4835
|
+
pytest: "pytest";
|
|
4836
|
+
hypothesis: "hypothesis";
|
|
4837
|
+
}>>;
|
|
4838
|
+
pythonCaching: z.ZodEnum<{
|
|
4839
|
+
none: "none";
|
|
4840
|
+
redis: "redis";
|
|
4841
|
+
aiocache: "aiocache";
|
|
4842
|
+
}>;
|
|
4843
|
+
pythonRealtime: z.ZodEnum<{
|
|
4844
|
+
none: "none";
|
|
4845
|
+
"python-socketio": "python-socketio";
|
|
4846
|
+
websockets: "websockets";
|
|
4847
|
+
}>;
|
|
4848
|
+
pythonObservability: z.ZodEnum<{
|
|
4849
|
+
none: "none";
|
|
4850
|
+
opentelemetry: "opentelemetry";
|
|
4851
|
+
}>;
|
|
4852
|
+
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
4853
|
+
none: "none";
|
|
4854
|
+
typer: "typer";
|
|
4855
|
+
click: "click";
|
|
4856
|
+
rich: "rich";
|
|
4857
|
+
}>>;
|
|
3990
4858
|
goWebFramework: z.ZodEnum<{
|
|
3991
4859
|
none: "none";
|
|
3992
4860
|
gin: "gin";
|
|
@@ -3995,14 +4863,15 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3995
4863
|
chi: "chi";
|
|
3996
4864
|
}>;
|
|
3997
4865
|
goOrm: z.ZodEnum<{
|
|
3998
|
-
gorm: "gorm";
|
|
3999
4866
|
none: "none";
|
|
4867
|
+
gorm: "gorm";
|
|
4000
4868
|
sqlc: "sqlc";
|
|
4001
4869
|
ent: "ent";
|
|
4002
4870
|
}>;
|
|
4003
4871
|
goApi: z.ZodEnum<{
|
|
4004
4872
|
none: "none";
|
|
4005
4873
|
"grpc-go": "grpc-go";
|
|
4874
|
+
gqlgen: "gqlgen";
|
|
4006
4875
|
}>;
|
|
4007
4876
|
goCli: z.ZodEnum<{
|
|
4008
4877
|
none: "none";
|
|
@@ -4021,6 +4890,36 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4021
4890
|
none: "none";
|
|
4022
4891
|
jwt: "jwt";
|
|
4023
4892
|
casbin: "casbin";
|
|
4893
|
+
goth: "goth";
|
|
4894
|
+
}>;
|
|
4895
|
+
goTesting: z.ZodArray<z.ZodEnum<{
|
|
4896
|
+
none: "none";
|
|
4897
|
+
testify: "testify";
|
|
4898
|
+
gomock: "gomock";
|
|
4899
|
+
}>>;
|
|
4900
|
+
goRealtime: z.ZodEnum<{
|
|
4901
|
+
none: "none";
|
|
4902
|
+
"gorilla-websocket": "gorilla-websocket";
|
|
4903
|
+
centrifuge: "centrifuge";
|
|
4904
|
+
}>;
|
|
4905
|
+
goMessageQueue: z.ZodEnum<{
|
|
4906
|
+
none: "none";
|
|
4907
|
+
nats: "nats";
|
|
4908
|
+
watermill: "watermill";
|
|
4909
|
+
}>;
|
|
4910
|
+
goCaching: z.ZodEnum<{
|
|
4911
|
+
none: "none";
|
|
4912
|
+
redis: "redis";
|
|
4913
|
+
ristretto: "ristretto";
|
|
4914
|
+
}>;
|
|
4915
|
+
goConfig: z.ZodEnum<{
|
|
4916
|
+
none: "none";
|
|
4917
|
+
viper: "viper";
|
|
4918
|
+
koanf: "koanf";
|
|
4919
|
+
}>;
|
|
4920
|
+
goObservability: z.ZodEnum<{
|
|
4921
|
+
none: "none";
|
|
4922
|
+
opentelemetry: "opentelemetry";
|
|
4024
4923
|
}>;
|
|
4025
4924
|
javaWebFramework: z.ZodEnum<{
|
|
4026
4925
|
none: "none";
|
|
@@ -4035,10 +4934,21 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4035
4934
|
javaOrm: z.ZodEnum<{
|
|
4036
4935
|
none: "none";
|
|
4037
4936
|
"spring-data-jpa": "spring-data-jpa";
|
|
4937
|
+
jooq: "jooq";
|
|
4938
|
+
mybatis: "mybatis";
|
|
4038
4939
|
}>;
|
|
4039
4940
|
javaAuth: z.ZodEnum<{
|
|
4040
4941
|
none: "none";
|
|
4041
4942
|
"spring-security": "spring-security";
|
|
4943
|
+
keycloak: "keycloak";
|
|
4944
|
+
}>;
|
|
4945
|
+
javaApi: z.ZodEnum<{
|
|
4946
|
+
none: "none";
|
|
4947
|
+
"spring-graphql": "spring-graphql";
|
|
4948
|
+
}>;
|
|
4949
|
+
javaLogging: z.ZodEnum<{
|
|
4950
|
+
none: "none";
|
|
4951
|
+
logback: "logback";
|
|
4042
4952
|
}>;
|
|
4043
4953
|
javaLibraries: z.ZodArray<z.ZodEnum<{
|
|
4044
4954
|
none: "none";
|
|
@@ -4058,6 +4968,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4058
4968
|
"spring-devtools": "spring-devtools";
|
|
4059
4969
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
4060
4970
|
thymeleaf: "thymeleaf";
|
|
4971
|
+
"spring-amqp": "spring-amqp";
|
|
4972
|
+
"opentelemetry-java": "opentelemetry-java";
|
|
4061
4973
|
}>>;
|
|
4062
4974
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
4063
4975
|
none: "none";
|
|
@@ -4071,6 +4983,70 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4071
4983
|
archunit: "archunit";
|
|
4072
4984
|
jqwik: "jqwik";
|
|
4073
4985
|
}>>;
|
|
4986
|
+
dotnetWebFramework: z.ZodEnum<{
|
|
4987
|
+
none: "none";
|
|
4988
|
+
"aspnet-minimal": "aspnet-minimal";
|
|
4989
|
+
"aspnet-mvc": "aspnet-mvc";
|
|
4990
|
+
"aspnet-blazor": "aspnet-blazor";
|
|
4991
|
+
}>;
|
|
4992
|
+
dotnetOrm: z.ZodEnum<{
|
|
4993
|
+
none: "none";
|
|
4994
|
+
"ef-core": "ef-core";
|
|
4995
|
+
dapper: "dapper";
|
|
4996
|
+
linq2db: "linq2db";
|
|
4997
|
+
}>;
|
|
4998
|
+
dotnetAuth: z.ZodEnum<{
|
|
4999
|
+
none: "none";
|
|
5000
|
+
"aspnet-identity": "aspnet-identity";
|
|
5001
|
+
"duende-identityserver": "duende-identityserver";
|
|
5002
|
+
"auth0-aspnet": "auth0-aspnet";
|
|
5003
|
+
}>;
|
|
5004
|
+
dotnetApi: z.ZodEnum<{
|
|
5005
|
+
none: "none";
|
|
5006
|
+
"minimal-api": "minimal-api";
|
|
5007
|
+
"graphql-hotchocolate": "graphql-hotchocolate";
|
|
5008
|
+
"grpc-dotnet": "grpc-dotnet";
|
|
5009
|
+
}>;
|
|
5010
|
+
dotnetTesting: z.ZodArray<z.ZodEnum<{
|
|
5011
|
+
none: "none";
|
|
5012
|
+
xunit: "xunit";
|
|
5013
|
+
nunit: "nunit";
|
|
5014
|
+
moq: "moq";
|
|
5015
|
+
"testcontainers-dotnet": "testcontainers-dotnet";
|
|
5016
|
+
}>>;
|
|
5017
|
+
dotnetJobQueue: z.ZodEnum<{
|
|
5018
|
+
none: "none";
|
|
5019
|
+
hangfire: "hangfire";
|
|
5020
|
+
"quartz-net": "quartz-net";
|
|
5021
|
+
"hosted-services": "hosted-services";
|
|
5022
|
+
}>;
|
|
5023
|
+
dotnetRealtime: z.ZodEnum<{
|
|
5024
|
+
none: "none";
|
|
5025
|
+
signalr: "signalr";
|
|
5026
|
+
}>;
|
|
5027
|
+
dotnetObservability: z.ZodArray<z.ZodEnum<{
|
|
5028
|
+
none: "none";
|
|
5029
|
+
"opentelemetry-dotnet": "opentelemetry-dotnet";
|
|
5030
|
+
serilog: "serilog";
|
|
5031
|
+
nlog: "nlog";
|
|
5032
|
+
"health-checks": "health-checks";
|
|
5033
|
+
}>>;
|
|
5034
|
+
dotnetValidation: z.ZodEnum<{
|
|
5035
|
+
none: "none";
|
|
5036
|
+
fluentvalidation: "fluentvalidation";
|
|
5037
|
+
"data-annotations": "data-annotations";
|
|
5038
|
+
}>;
|
|
5039
|
+
dotnetCaching: z.ZodEnum<{
|
|
5040
|
+
none: "none";
|
|
5041
|
+
redis: "redis";
|
|
5042
|
+
"memory-cache": "memory-cache";
|
|
5043
|
+
}>;
|
|
5044
|
+
dotnetDeploy: z.ZodEnum<{
|
|
5045
|
+
none: "none";
|
|
5046
|
+
docker: "docker";
|
|
5047
|
+
azure: "azure";
|
|
5048
|
+
aws: "aws";
|
|
5049
|
+
}>;
|
|
4074
5050
|
elixirWebFramework: z.ZodEnum<{
|
|
4075
5051
|
none: "none";
|
|
4076
5052
|
phoenix: "phoenix";
|
|
@@ -4091,6 +5067,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4091
5067
|
none: "none";
|
|
4092
5068
|
rest: "rest";
|
|
4093
5069
|
absinthe: "absinthe";
|
|
5070
|
+
grpc: "grpc";
|
|
4094
5071
|
}>;
|
|
4095
5072
|
elixirRealtime: z.ZodEnum<{
|
|
4096
5073
|
none: "none";
|
|
@@ -4153,6 +5130,11 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4153
5130
|
gigalixir: "gigalixir";
|
|
4154
5131
|
"mix-release": "mix-release";
|
|
4155
5132
|
}>;
|
|
5133
|
+
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
5134
|
+
none: "none";
|
|
5135
|
+
nx: "nx";
|
|
5136
|
+
broadway: "broadway";
|
|
5137
|
+
}>>;
|
|
4156
5138
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
4157
5139
|
none: "none";
|
|
4158
5140
|
"claude-md": "claude-md";
|
|
@@ -4162,37 +5144,55 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4162
5144
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4163
5145
|
id: z.ZodString;
|
|
4164
5146
|
role: z.ZodEnum<{
|
|
4165
|
-
|
|
4166
|
-
backend: "backend";
|
|
5147
|
+
ai: "ai";
|
|
4167
5148
|
database: "database";
|
|
4168
5149
|
orm: "orm";
|
|
4169
5150
|
auth: "auth";
|
|
4170
5151
|
payments: "payments";
|
|
5152
|
+
frontend: "frontend";
|
|
5153
|
+
examples: "examples";
|
|
5154
|
+
dbSetup: "dbSetup";
|
|
5155
|
+
backend: "backend";
|
|
5156
|
+
runtime: "runtime";
|
|
5157
|
+
api: "api";
|
|
5158
|
+
effect: "effect";
|
|
5159
|
+
stateManagement: "stateManagement";
|
|
5160
|
+
forms: "forms";
|
|
5161
|
+
testing: "testing";
|
|
4171
5162
|
email: "email";
|
|
5163
|
+
validation: "validation";
|
|
5164
|
+
realtime: "realtime";
|
|
5165
|
+
jobQueue: "jobQueue";
|
|
5166
|
+
animation: "animation";
|
|
5167
|
+
fileUpload: "fileUpload";
|
|
4172
5168
|
logging: "logging";
|
|
4173
5169
|
observability: "observability";
|
|
4174
5170
|
featureFlags: "featureFlags";
|
|
4175
5171
|
analytics: "analytics";
|
|
4176
|
-
stateManagement: "stateManagement";
|
|
4177
|
-
forms: "forms";
|
|
4178
|
-
validation: "validation";
|
|
4179
|
-
testing: "testing";
|
|
4180
|
-
jobQueue: "jobQueue";
|
|
4181
|
-
caching: "caching";
|
|
4182
5172
|
cms: "cms";
|
|
5173
|
+
caching: "caching";
|
|
5174
|
+
rateLimit: "rateLimit";
|
|
4183
5175
|
i18n: "i18n";
|
|
4184
5176
|
search: "search";
|
|
4185
5177
|
fileStorage: "fileStorage";
|
|
4186
|
-
|
|
4187
|
-
documentation: "documentation";
|
|
4188
|
-
api: "api";
|
|
4189
|
-
ai: "ai";
|
|
4190
|
-
css: "css";
|
|
4191
|
-
ui: "ui";
|
|
4192
|
-
frontend: "frontend";
|
|
5178
|
+
config: "config";
|
|
4193
5179
|
mobile: "mobile";
|
|
4194
5180
|
deploy: "deploy";
|
|
5181
|
+
navigation: "navigation";
|
|
5182
|
+
ui: "ui";
|
|
5183
|
+
css: "css";
|
|
5184
|
+
storage: "storage";
|
|
5185
|
+
documentation: "documentation";
|
|
5186
|
+
codeQuality: "codeQuality";
|
|
4195
5187
|
appPlatform: "appPlatform";
|
|
5188
|
+
dataFetching: "dataFetching";
|
|
5189
|
+
workspaceTooling: "workspaceTooling";
|
|
5190
|
+
buildTool: "buildTool";
|
|
5191
|
+
cli: "cli";
|
|
5192
|
+
errorHandling: "errorHandling";
|
|
5193
|
+
httpClient: "httpClient";
|
|
5194
|
+
libraries: "libraries";
|
|
5195
|
+
templating: "templating";
|
|
4196
5196
|
}>;
|
|
4197
5197
|
toolId: z.ZodString;
|
|
4198
5198
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -4203,6 +5203,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
4203
5203
|
go: "go";
|
|
4204
5204
|
java: "java";
|
|
4205
5205
|
elixir: "elixir";
|
|
5206
|
+
dotnet: "dotnet";
|
|
4206
5207
|
}>, z.ZodLiteral<"universal">]>;
|
|
4207
5208
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
4208
5209
|
source: z.ZodEnum<{
|
|
@@ -4241,10 +5242,13 @@ declare function getJavaBuildToolJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
4241
5242
|
declare function getJavaOrmJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4242
5243
|
none: "none";
|
|
4243
5244
|
"spring-data-jpa": "spring-data-jpa";
|
|
5245
|
+
jooq: "jooq";
|
|
5246
|
+
mybatis: "mybatis";
|
|
4244
5247
|
}>>;
|
|
4245
5248
|
declare function getJavaAuthJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4246
5249
|
none: "none";
|
|
4247
5250
|
"spring-security": "spring-security";
|
|
5251
|
+
keycloak: "keycloak";
|
|
4248
5252
|
}>>;
|
|
4249
5253
|
declare function getJavaLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4250
5254
|
none: "none";
|
|
@@ -4264,6 +5268,8 @@ declare function getJavaLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
4264
5268
|
"spring-devtools": "spring-devtools";
|
|
4265
5269
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
4266
5270
|
thymeleaf: "thymeleaf";
|
|
5271
|
+
"spring-amqp": "spring-amqp";
|
|
5272
|
+
"opentelemetry-java": "opentelemetry-java";
|
|
4267
5273
|
}>>;
|
|
4268
5274
|
declare function getJavaTestingLibrariesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4269
5275
|
none: "none";
|
|
@@ -4297,6 +5303,7 @@ declare function getElixirApiJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z
|
|
|
4297
5303
|
none: "none";
|
|
4298
5304
|
rest: "rest";
|
|
4299
5305
|
absinthe: "absinthe";
|
|
5306
|
+
grpc: "grpc";
|
|
4300
5307
|
}>>;
|
|
4301
5308
|
declare function getElixirRealtimeJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4302
5309
|
none: "none";
|
|
@@ -4432,6 +5439,7 @@ declare function getAllJsonSchemas(): {
|
|
|
4432
5439
|
mcp: "mcp";
|
|
4433
5440
|
skills: "skills";
|
|
4434
5441
|
turborepo: "turborepo";
|
|
5442
|
+
nx: "nx";
|
|
4435
5443
|
fumadocs: "fumadocs";
|
|
4436
5444
|
ultracite: "ultracite";
|
|
4437
5445
|
oxlint: "oxlint";
|
|
@@ -4445,11 +5453,12 @@ declare function getAllJsonSchemas(): {
|
|
|
4445
5453
|
"tanstack-virtual": "tanstack-virtual";
|
|
4446
5454
|
"tanstack-db": "tanstack-db";
|
|
4447
5455
|
"tanstack-pacer": "tanstack-pacer";
|
|
5456
|
+
"backend-utils": "backend-utils";
|
|
4448
5457
|
"docker-compose": "docker-compose";
|
|
4449
5458
|
}>>;
|
|
4450
5459
|
examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4451
|
-
ai: "ai";
|
|
4452
5460
|
none: "none";
|
|
5461
|
+
ai: "ai";
|
|
4453
5462
|
"chat-sdk": "chat-sdk";
|
|
4454
5463
|
"tanstack-showcase": "tanstack-showcase";
|
|
4455
5464
|
}>>;
|
|
@@ -4478,16 +5487,20 @@ declare function getAllJsonSchemas(): {
|
|
|
4478
5487
|
"ts-rest": "ts-rest";
|
|
4479
5488
|
garph: "garph";
|
|
4480
5489
|
"graphql-yoga": "graphql-yoga";
|
|
5490
|
+
openapi: "openapi";
|
|
4481
5491
|
}>>;
|
|
4482
5492
|
auth: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4483
5493
|
none: "none";
|
|
4484
5494
|
"better-auth": "better-auth";
|
|
5495
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
4485
5496
|
"go-better-auth": "go-better-auth";
|
|
4486
5497
|
clerk: "clerk";
|
|
4487
5498
|
nextauth: "nextauth";
|
|
4488
5499
|
"stack-auth": "stack-auth";
|
|
4489
5500
|
"supabase-auth": "supabase-auth";
|
|
4490
5501
|
auth0: "auth0";
|
|
5502
|
+
workos: "workos";
|
|
5503
|
+
kinde: "kinde";
|
|
4491
5504
|
}>>;
|
|
4492
5505
|
payments: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4493
5506
|
none: "none";
|
|
@@ -4503,6 +5516,8 @@ declare function getAllJsonSchemas(): {
|
|
|
4503
5516
|
cloudflare: "cloudflare";
|
|
4504
5517
|
fly: "fly";
|
|
4505
5518
|
railway: "railway";
|
|
5519
|
+
render: "render";
|
|
5520
|
+
netlify: "netlify";
|
|
4506
5521
|
sst: "sst";
|
|
4507
5522
|
vercel: "vercel";
|
|
4508
5523
|
}>>;
|
|
@@ -4512,21 +5527,23 @@ declare function getAllJsonSchemas(): {
|
|
|
4512
5527
|
cloudflare: "cloudflare";
|
|
4513
5528
|
fly: "fly";
|
|
4514
5529
|
railway: "railway";
|
|
5530
|
+
render: "render";
|
|
5531
|
+
netlify: "netlify";
|
|
4515
5532
|
sst: "sst";
|
|
4516
5533
|
vercel: "vercel";
|
|
4517
5534
|
}>>;
|
|
4518
5535
|
directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4519
|
-
error: "error";
|
|
4520
5536
|
merge: "merge";
|
|
4521
5537
|
overwrite: "overwrite";
|
|
4522
5538
|
increment: "increment";
|
|
5539
|
+
error: "error";
|
|
4523
5540
|
}>>;
|
|
4524
5541
|
template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4525
5542
|
none: "none";
|
|
4526
|
-
uniwind: "uniwind";
|
|
4527
5543
|
mern: "mern";
|
|
4528
5544
|
pern: "pern";
|
|
4529
5545
|
t3: "t3";
|
|
5546
|
+
uniwind: "uniwind";
|
|
4530
5547
|
}>>;
|
|
4531
5548
|
javaWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4532
5549
|
none: "none";
|
|
@@ -4541,10 +5558,13 @@ declare function getAllJsonSchemas(): {
|
|
|
4541
5558
|
javaOrm: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4542
5559
|
none: "none";
|
|
4543
5560
|
"spring-data-jpa": "spring-data-jpa";
|
|
5561
|
+
jooq: "jooq";
|
|
5562
|
+
mybatis: "mybatis";
|
|
4544
5563
|
}>>;
|
|
4545
5564
|
javaAuth: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4546
5565
|
none: "none";
|
|
4547
5566
|
"spring-security": "spring-security";
|
|
5567
|
+
keycloak: "keycloak";
|
|
4548
5568
|
}>>;
|
|
4549
5569
|
javaLibraries: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4550
5570
|
none: "none";
|
|
@@ -4564,6 +5584,8 @@ declare function getAllJsonSchemas(): {
|
|
|
4564
5584
|
"spring-devtools": "spring-devtools";
|
|
4565
5585
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
4566
5586
|
thymeleaf: "thymeleaf";
|
|
5587
|
+
"spring-amqp": "spring-amqp";
|
|
5588
|
+
"opentelemetry-java": "opentelemetry-java";
|
|
4567
5589
|
}>>;
|
|
4568
5590
|
javaTestingLibraries: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4569
5591
|
none: "none";
|
|
@@ -4597,6 +5619,7 @@ declare function getAllJsonSchemas(): {
|
|
|
4597
5619
|
none: "none";
|
|
4598
5620
|
rest: "rest";
|
|
4599
5621
|
absinthe: "absinthe";
|
|
5622
|
+
grpc: "grpc";
|
|
4600
5623
|
}>>;
|
|
4601
5624
|
elixirRealtime: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4602
5625
|
none: "none";
|
|
@@ -4663,10 +5686,10 @@ declare function getAllJsonSchemas(): {
|
|
|
4663
5686
|
projectName: z.ZodOptional<z.ZodString>;
|
|
4664
5687
|
template: z.ZodOptional<z.ZodEnum<{
|
|
4665
5688
|
none: "none";
|
|
4666
|
-
uniwind: "uniwind";
|
|
4667
5689
|
mern: "mern";
|
|
4668
5690
|
pern: "pern";
|
|
4669
5691
|
t3: "t3";
|
|
5692
|
+
uniwind: "uniwind";
|
|
4670
5693
|
}>>;
|
|
4671
5694
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
4672
5695
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4681,6 +5704,7 @@ declare function getAllJsonSchemas(): {
|
|
|
4681
5704
|
go: "go";
|
|
4682
5705
|
java: "java";
|
|
4683
5706
|
elixir: "elixir";
|
|
5707
|
+
dotnet: "dotnet";
|
|
4684
5708
|
}>>;
|
|
4685
5709
|
database: z.ZodOptional<z.ZodEnum<{
|
|
4686
5710
|
none: "none";
|
|
@@ -4704,12 +5728,15 @@ declare function getAllJsonSchemas(): {
|
|
|
4704
5728
|
auth: z.ZodOptional<z.ZodEnum<{
|
|
4705
5729
|
none: "none";
|
|
4706
5730
|
"better-auth": "better-auth";
|
|
5731
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
4707
5732
|
"go-better-auth": "go-better-auth";
|
|
4708
5733
|
clerk: "clerk";
|
|
4709
5734
|
nextauth: "nextauth";
|
|
4710
5735
|
"stack-auth": "stack-auth";
|
|
4711
5736
|
"supabase-auth": "supabase-auth";
|
|
4712
5737
|
auth0: "auth0";
|
|
5738
|
+
workos: "workos";
|
|
5739
|
+
kinde: "kinde";
|
|
4713
5740
|
}>>;
|
|
4714
5741
|
payments: z.ZodOptional<z.ZodEnum<{
|
|
4715
5742
|
none: "none";
|
|
@@ -4752,6 +5779,7 @@ declare function getAllJsonSchemas(): {
|
|
|
4752
5779
|
mcp: "mcp";
|
|
4753
5780
|
skills: "skills";
|
|
4754
5781
|
turborepo: "turborepo";
|
|
5782
|
+
nx: "nx";
|
|
4755
5783
|
fumadocs: "fumadocs";
|
|
4756
5784
|
ultracite: "ultracite";
|
|
4757
5785
|
oxlint: "oxlint";
|
|
@@ -4765,11 +5793,12 @@ declare function getAllJsonSchemas(): {
|
|
|
4765
5793
|
"tanstack-virtual": "tanstack-virtual";
|
|
4766
5794
|
"tanstack-db": "tanstack-db";
|
|
4767
5795
|
"tanstack-pacer": "tanstack-pacer";
|
|
5796
|
+
"backend-utils": "backend-utils";
|
|
4768
5797
|
"docker-compose": "docker-compose";
|
|
4769
5798
|
}>>>;
|
|
4770
5799
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4771
|
-
ai: "ai";
|
|
4772
5800
|
none: "none";
|
|
5801
|
+
ai: "ai";
|
|
4773
5802
|
"chat-sdk": "chat-sdk";
|
|
4774
5803
|
"tanstack-showcase": "tanstack-showcase";
|
|
4775
5804
|
}>>>;
|
|
@@ -4825,6 +5854,7 @@ declare function getAllJsonSchemas(): {
|
|
|
4825
5854
|
"ts-rest": "ts-rest";
|
|
4826
5855
|
garph: "garph";
|
|
4827
5856
|
"graphql-yoga": "graphql-yoga";
|
|
5857
|
+
openapi: "openapi";
|
|
4828
5858
|
}>>;
|
|
4829
5859
|
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
4830
5860
|
none: "none";
|
|
@@ -4832,6 +5862,8 @@ declare function getAllJsonSchemas(): {
|
|
|
4832
5862
|
cloudflare: "cloudflare";
|
|
4833
5863
|
fly: "fly";
|
|
4834
5864
|
railway: "railway";
|
|
5865
|
+
render: "render";
|
|
5866
|
+
netlify: "netlify";
|
|
4835
5867
|
sst: "sst";
|
|
4836
5868
|
vercel: "vercel";
|
|
4837
5869
|
}>>;
|
|
@@ -4841,14 +5873,16 @@ declare function getAllJsonSchemas(): {
|
|
|
4841
5873
|
cloudflare: "cloudflare";
|
|
4842
5874
|
fly: "fly";
|
|
4843
5875
|
railway: "railway";
|
|
5876
|
+
render: "render";
|
|
5877
|
+
netlify: "netlify";
|
|
4844
5878
|
sst: "sst";
|
|
4845
5879
|
vercel: "vercel";
|
|
4846
5880
|
}>>;
|
|
4847
5881
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
4848
|
-
error: "error";
|
|
4849
5882
|
merge: "merge";
|
|
4850
5883
|
overwrite: "overwrite";
|
|
4851
5884
|
increment: "increment";
|
|
5885
|
+
error: "error";
|
|
4852
5886
|
}>>;
|
|
4853
5887
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
4854
5888
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4875,8 +5909,8 @@ declare function getAllJsonSchemas(): {
|
|
|
4875
5909
|
"ai-cli": "ai-cli";
|
|
4876
5910
|
}>>;
|
|
4877
5911
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
4878
|
-
effect: "effect";
|
|
4879
5912
|
none: "none";
|
|
5913
|
+
effect: "effect";
|
|
4880
5914
|
"effect-full": "effect-full";
|
|
4881
5915
|
}>>;
|
|
4882
5916
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -4927,7 +5961,6 @@ declare function getAllJsonSchemas(): {
|
|
|
4927
5961
|
"postcss-only": "postcss-only";
|
|
4928
5962
|
}>>;
|
|
4929
5963
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
4930
|
-
mui: "mui";
|
|
4931
5964
|
none: "none";
|
|
4932
5965
|
"shadcn-ui": "shadcn-ui";
|
|
4933
5966
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -4938,6 +5971,7 @@ declare function getAllJsonSchemas(): {
|
|
|
4938
5971
|
"chakra-ui": "chakra-ui";
|
|
4939
5972
|
nextui: "nextui";
|
|
4940
5973
|
mantine: "mantine";
|
|
5974
|
+
mui: "mui";
|
|
4941
5975
|
antd: "antd";
|
|
4942
5976
|
"base-ui": "base-ui";
|
|
4943
5977
|
"ark-ui": "ark-ui";
|
|
@@ -5066,6 +6100,9 @@ declare function getAllJsonSchemas(): {
|
|
|
5066
6100
|
opentelemetry: "opentelemetry";
|
|
5067
6101
|
sentry: "sentry";
|
|
5068
6102
|
grafana: "grafana";
|
|
6103
|
+
datadog: "datadog";
|
|
6104
|
+
axiom: "axiom";
|
|
6105
|
+
betterstack: "betterstack";
|
|
5069
6106
|
}>>;
|
|
5070
6107
|
featureFlags: z.ZodOptional<z.ZodEnum<{
|
|
5071
6108
|
none: "none";
|
|
@@ -5092,6 +6129,11 @@ declare function getAllJsonSchemas(): {
|
|
|
5092
6129
|
none: "none";
|
|
5093
6130
|
"upstash-redis": "upstash-redis";
|
|
5094
6131
|
}>>;
|
|
6132
|
+
rateLimit: z.ZodOptional<z.ZodEnum<{
|
|
6133
|
+
none: "none";
|
|
6134
|
+
arcjet: "arcjet";
|
|
6135
|
+
"upstash-ratelimit": "upstash-ratelimit";
|
|
6136
|
+
}>>;
|
|
5095
6137
|
i18n: z.ZodOptional<z.ZodEnum<{
|
|
5096
6138
|
none: "none";
|
|
5097
6139
|
i18next: "i18next";
|
|
@@ -5117,9 +6159,9 @@ declare function getAllJsonSchemas(): {
|
|
|
5117
6159
|
}>>;
|
|
5118
6160
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
5119
6161
|
none: "none";
|
|
6162
|
+
uniwind: "uniwind";
|
|
5120
6163
|
tamagui: "tamagui";
|
|
5121
6164
|
"gluestack-ui": "gluestack-ui";
|
|
5122
|
-
uniwind: "uniwind";
|
|
5123
6165
|
unistyles: "unistyles";
|
|
5124
6166
|
}>>;
|
|
5125
6167
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -5209,6 +6251,24 @@ declare function getAllJsonSchemas(): {
|
|
|
5209
6251
|
rustAuth: z.ZodOptional<z.ZodEnum<{
|
|
5210
6252
|
none: "none";
|
|
5211
6253
|
oauth2: "oauth2";
|
|
6254
|
+
torii: "torii";
|
|
6255
|
+
}>>;
|
|
6256
|
+
rustRealtime: z.ZodOptional<z.ZodEnum<{
|
|
6257
|
+
none: "none";
|
|
6258
|
+
"tokio-tungstenite": "tokio-tungstenite";
|
|
6259
|
+
}>>;
|
|
6260
|
+
rustMessageQueue: z.ZodOptional<z.ZodEnum<{
|
|
6261
|
+
none: "none";
|
|
6262
|
+
lapin: "lapin";
|
|
6263
|
+
}>>;
|
|
6264
|
+
rustObservability: z.ZodOptional<z.ZodEnum<{
|
|
6265
|
+
none: "none";
|
|
6266
|
+
opentelemetry: "opentelemetry";
|
|
6267
|
+
}>>;
|
|
6268
|
+
rustTemplating: z.ZodOptional<z.ZodEnum<{
|
|
6269
|
+
none: "none";
|
|
6270
|
+
askama: "askama";
|
|
6271
|
+
tera: "tera";
|
|
5212
6272
|
}>>;
|
|
5213
6273
|
pythonWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
5214
6274
|
none: "none";
|
|
@@ -5216,12 +6276,14 @@ declare function getAllJsonSchemas(): {
|
|
|
5216
6276
|
django: "django";
|
|
5217
6277
|
flask: "flask";
|
|
5218
6278
|
litestar: "litestar";
|
|
6279
|
+
starlette: "starlette";
|
|
5219
6280
|
}>>;
|
|
5220
6281
|
pythonOrm: z.ZodOptional<z.ZodEnum<{
|
|
5221
6282
|
none: "none";
|
|
5222
6283
|
sqlalchemy: "sqlalchemy";
|
|
5223
6284
|
sqlmodel: "sqlmodel";
|
|
5224
6285
|
"tortoise-orm": "tortoise-orm";
|
|
6286
|
+
peewee: "peewee";
|
|
5225
6287
|
}>>;
|
|
5226
6288
|
pythonValidation: z.ZodOptional<z.ZodEnum<{
|
|
5227
6289
|
none: "none";
|
|
@@ -5230,17 +6292,21 @@ declare function getAllJsonSchemas(): {
|
|
|
5230
6292
|
pythonAi: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5231
6293
|
none: "none";
|
|
5232
6294
|
langgraph: "langgraph";
|
|
6295
|
+
"google-adk": "google-adk";
|
|
5233
6296
|
langchain: "langchain";
|
|
5234
6297
|
llamaindex: "llamaindex";
|
|
5235
6298
|
"openai-sdk": "openai-sdk";
|
|
5236
6299
|
"anthropic-sdk": "anthropic-sdk";
|
|
5237
6300
|
crewai: "crewai";
|
|
5238
6301
|
haystack: "haystack";
|
|
6302
|
+
"pydantic-ai": "pydantic-ai";
|
|
6303
|
+
smolagents: "smolagents";
|
|
5239
6304
|
}>>>;
|
|
5240
6305
|
pythonAuth: z.ZodOptional<z.ZodEnum<{
|
|
5241
6306
|
none: "none";
|
|
5242
6307
|
authlib: "authlib";
|
|
5243
6308
|
jwt: "jwt";
|
|
6309
|
+
"fastapi-users": "fastapi-users";
|
|
5244
6310
|
}>>;
|
|
5245
6311
|
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
5246
6312
|
none: "none";
|
|
@@ -5253,6 +6319,7 @@ declare function getAllJsonSchemas(): {
|
|
|
5253
6319
|
rq: "rq";
|
|
5254
6320
|
dramatiq: "dramatiq";
|
|
5255
6321
|
huey: "huey";
|
|
6322
|
+
taskiq: "taskiq";
|
|
5256
6323
|
}>>;
|
|
5257
6324
|
pythonGraphql: z.ZodOptional<z.ZodEnum<{
|
|
5258
6325
|
none: "none";
|
|
@@ -5265,6 +6332,31 @@ declare function getAllJsonSchemas(): {
|
|
|
5265
6332
|
mypy: "mypy";
|
|
5266
6333
|
pyright: "pyright";
|
|
5267
6334
|
}>>;
|
|
6335
|
+
pythonTesting: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6336
|
+
none: "none";
|
|
6337
|
+
pytest: "pytest";
|
|
6338
|
+
hypothesis: "hypothesis";
|
|
6339
|
+
}>>>;
|
|
6340
|
+
pythonCaching: z.ZodOptional<z.ZodEnum<{
|
|
6341
|
+
none: "none";
|
|
6342
|
+
redis: "redis";
|
|
6343
|
+
aiocache: "aiocache";
|
|
6344
|
+
}>>;
|
|
6345
|
+
pythonRealtime: z.ZodOptional<z.ZodEnum<{
|
|
6346
|
+
none: "none";
|
|
6347
|
+
"python-socketio": "python-socketio";
|
|
6348
|
+
websockets: "websockets";
|
|
6349
|
+
}>>;
|
|
6350
|
+
pythonObservability: z.ZodOptional<z.ZodEnum<{
|
|
6351
|
+
none: "none";
|
|
6352
|
+
opentelemetry: "opentelemetry";
|
|
6353
|
+
}>>;
|
|
6354
|
+
pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6355
|
+
none: "none";
|
|
6356
|
+
typer: "typer";
|
|
6357
|
+
click: "click";
|
|
6358
|
+
rich: "rich";
|
|
6359
|
+
}>>>;
|
|
5268
6360
|
goWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
5269
6361
|
none: "none";
|
|
5270
6362
|
gin: "gin";
|
|
@@ -5273,14 +6365,15 @@ declare function getAllJsonSchemas(): {
|
|
|
5273
6365
|
chi: "chi";
|
|
5274
6366
|
}>>;
|
|
5275
6367
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
5276
|
-
gorm: "gorm";
|
|
5277
6368
|
none: "none";
|
|
6369
|
+
gorm: "gorm";
|
|
5278
6370
|
sqlc: "sqlc";
|
|
5279
6371
|
ent: "ent";
|
|
5280
6372
|
}>>;
|
|
5281
6373
|
goApi: z.ZodOptional<z.ZodEnum<{
|
|
5282
6374
|
none: "none";
|
|
5283
6375
|
"grpc-go": "grpc-go";
|
|
6376
|
+
gqlgen: "gqlgen";
|
|
5284
6377
|
}>>;
|
|
5285
6378
|
goCli: z.ZodOptional<z.ZodEnum<{
|
|
5286
6379
|
none: "none";
|
|
@@ -5299,6 +6392,36 @@ declare function getAllJsonSchemas(): {
|
|
|
5299
6392
|
none: "none";
|
|
5300
6393
|
jwt: "jwt";
|
|
5301
6394
|
casbin: "casbin";
|
|
6395
|
+
goth: "goth";
|
|
6396
|
+
}>>;
|
|
6397
|
+
goTesting: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6398
|
+
none: "none";
|
|
6399
|
+
testify: "testify";
|
|
6400
|
+
gomock: "gomock";
|
|
6401
|
+
}>>>;
|
|
6402
|
+
goRealtime: z.ZodOptional<z.ZodEnum<{
|
|
6403
|
+
none: "none";
|
|
6404
|
+
"gorilla-websocket": "gorilla-websocket";
|
|
6405
|
+
centrifuge: "centrifuge";
|
|
6406
|
+
}>>;
|
|
6407
|
+
goMessageQueue: z.ZodOptional<z.ZodEnum<{
|
|
6408
|
+
none: "none";
|
|
6409
|
+
nats: "nats";
|
|
6410
|
+
watermill: "watermill";
|
|
6411
|
+
}>>;
|
|
6412
|
+
goCaching: z.ZodOptional<z.ZodEnum<{
|
|
6413
|
+
none: "none";
|
|
6414
|
+
redis: "redis";
|
|
6415
|
+
ristretto: "ristretto";
|
|
6416
|
+
}>>;
|
|
6417
|
+
goConfig: z.ZodOptional<z.ZodEnum<{
|
|
6418
|
+
none: "none";
|
|
6419
|
+
viper: "viper";
|
|
6420
|
+
koanf: "koanf";
|
|
6421
|
+
}>>;
|
|
6422
|
+
goObservability: z.ZodOptional<z.ZodEnum<{
|
|
6423
|
+
none: "none";
|
|
6424
|
+
opentelemetry: "opentelemetry";
|
|
5302
6425
|
}>>;
|
|
5303
6426
|
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
5304
6427
|
none: "none";
|
|
@@ -5313,10 +6436,21 @@ declare function getAllJsonSchemas(): {
|
|
|
5313
6436
|
javaOrm: z.ZodOptional<z.ZodEnum<{
|
|
5314
6437
|
none: "none";
|
|
5315
6438
|
"spring-data-jpa": "spring-data-jpa";
|
|
6439
|
+
jooq: "jooq";
|
|
6440
|
+
mybatis: "mybatis";
|
|
5316
6441
|
}>>;
|
|
5317
6442
|
javaAuth: z.ZodOptional<z.ZodEnum<{
|
|
5318
6443
|
none: "none";
|
|
5319
6444
|
"spring-security": "spring-security";
|
|
6445
|
+
keycloak: "keycloak";
|
|
6446
|
+
}>>;
|
|
6447
|
+
javaApi: z.ZodOptional<z.ZodEnum<{
|
|
6448
|
+
none: "none";
|
|
6449
|
+
"spring-graphql": "spring-graphql";
|
|
6450
|
+
}>>;
|
|
6451
|
+
javaLogging: z.ZodOptional<z.ZodEnum<{
|
|
6452
|
+
none: "none";
|
|
6453
|
+
logback: "logback";
|
|
5320
6454
|
}>>;
|
|
5321
6455
|
javaLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5322
6456
|
none: "none";
|
|
@@ -5336,6 +6470,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5336
6470
|
"spring-devtools": "spring-devtools";
|
|
5337
6471
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
5338
6472
|
thymeleaf: "thymeleaf";
|
|
6473
|
+
"spring-amqp": "spring-amqp";
|
|
6474
|
+
"opentelemetry-java": "opentelemetry-java";
|
|
5339
6475
|
}>>>;
|
|
5340
6476
|
javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5341
6477
|
none: "none";
|
|
@@ -5349,6 +6485,70 @@ declare function getAllJsonSchemas(): {
|
|
|
5349
6485
|
archunit: "archunit";
|
|
5350
6486
|
jqwik: "jqwik";
|
|
5351
6487
|
}>>>;
|
|
6488
|
+
dotnetWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
6489
|
+
none: "none";
|
|
6490
|
+
"aspnet-minimal": "aspnet-minimal";
|
|
6491
|
+
"aspnet-mvc": "aspnet-mvc";
|
|
6492
|
+
"aspnet-blazor": "aspnet-blazor";
|
|
6493
|
+
}>>;
|
|
6494
|
+
dotnetOrm: z.ZodOptional<z.ZodEnum<{
|
|
6495
|
+
none: "none";
|
|
6496
|
+
"ef-core": "ef-core";
|
|
6497
|
+
dapper: "dapper";
|
|
6498
|
+
linq2db: "linq2db";
|
|
6499
|
+
}>>;
|
|
6500
|
+
dotnetAuth: z.ZodOptional<z.ZodEnum<{
|
|
6501
|
+
none: "none";
|
|
6502
|
+
"aspnet-identity": "aspnet-identity";
|
|
6503
|
+
"duende-identityserver": "duende-identityserver";
|
|
6504
|
+
"auth0-aspnet": "auth0-aspnet";
|
|
6505
|
+
}>>;
|
|
6506
|
+
dotnetApi: z.ZodOptional<z.ZodEnum<{
|
|
6507
|
+
none: "none";
|
|
6508
|
+
"minimal-api": "minimal-api";
|
|
6509
|
+
"graphql-hotchocolate": "graphql-hotchocolate";
|
|
6510
|
+
"grpc-dotnet": "grpc-dotnet";
|
|
6511
|
+
}>>;
|
|
6512
|
+
dotnetTesting: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6513
|
+
none: "none";
|
|
6514
|
+
xunit: "xunit";
|
|
6515
|
+
nunit: "nunit";
|
|
6516
|
+
moq: "moq";
|
|
6517
|
+
"testcontainers-dotnet": "testcontainers-dotnet";
|
|
6518
|
+
}>>>;
|
|
6519
|
+
dotnetJobQueue: z.ZodOptional<z.ZodEnum<{
|
|
6520
|
+
none: "none";
|
|
6521
|
+
hangfire: "hangfire";
|
|
6522
|
+
"quartz-net": "quartz-net";
|
|
6523
|
+
"hosted-services": "hosted-services";
|
|
6524
|
+
}>>;
|
|
6525
|
+
dotnetRealtime: z.ZodOptional<z.ZodEnum<{
|
|
6526
|
+
none: "none";
|
|
6527
|
+
signalr: "signalr";
|
|
6528
|
+
}>>;
|
|
6529
|
+
dotnetObservability: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6530
|
+
none: "none";
|
|
6531
|
+
"opentelemetry-dotnet": "opentelemetry-dotnet";
|
|
6532
|
+
serilog: "serilog";
|
|
6533
|
+
nlog: "nlog";
|
|
6534
|
+
"health-checks": "health-checks";
|
|
6535
|
+
}>>>;
|
|
6536
|
+
dotnetValidation: z.ZodOptional<z.ZodEnum<{
|
|
6537
|
+
none: "none";
|
|
6538
|
+
fluentvalidation: "fluentvalidation";
|
|
6539
|
+
"data-annotations": "data-annotations";
|
|
6540
|
+
}>>;
|
|
6541
|
+
dotnetCaching: z.ZodOptional<z.ZodEnum<{
|
|
6542
|
+
none: "none";
|
|
6543
|
+
redis: "redis";
|
|
6544
|
+
"memory-cache": "memory-cache";
|
|
6545
|
+
}>>;
|
|
6546
|
+
dotnetDeploy: z.ZodOptional<z.ZodEnum<{
|
|
6547
|
+
none: "none";
|
|
6548
|
+
docker: "docker";
|
|
6549
|
+
azure: "azure";
|
|
6550
|
+
aws: "aws";
|
|
6551
|
+
}>>;
|
|
5352
6552
|
elixirWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
5353
6553
|
none: "none";
|
|
5354
6554
|
phoenix: "phoenix";
|
|
@@ -5369,6 +6569,7 @@ declare function getAllJsonSchemas(): {
|
|
|
5369
6569
|
none: "none";
|
|
5370
6570
|
rest: "rest";
|
|
5371
6571
|
absinthe: "absinthe";
|
|
6572
|
+
grpc: "grpc";
|
|
5372
6573
|
}>>;
|
|
5373
6574
|
elixirRealtime: z.ZodOptional<z.ZodEnum<{
|
|
5374
6575
|
none: "none";
|
|
@@ -5431,6 +6632,11 @@ declare function getAllJsonSchemas(): {
|
|
|
5431
6632
|
gigalixir: "gigalixir";
|
|
5432
6633
|
"mix-release": "mix-release";
|
|
5433
6634
|
}>>;
|
|
6635
|
+
elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6636
|
+
none: "none";
|
|
6637
|
+
nx: "nx";
|
|
6638
|
+
broadway: "broadway";
|
|
6639
|
+
}>>>;
|
|
5434
6640
|
aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5435
6641
|
none: "none";
|
|
5436
6642
|
"claude-md": "claude-md";
|
|
@@ -5451,6 +6657,7 @@ declare function getAllJsonSchemas(): {
|
|
|
5451
6657
|
go: "go";
|
|
5452
6658
|
java: "java";
|
|
5453
6659
|
elixir: "elixir";
|
|
6660
|
+
dotnet: "dotnet";
|
|
5454
6661
|
}>;
|
|
5455
6662
|
database: z.ZodEnum<{
|
|
5456
6663
|
none: "none";
|
|
@@ -5524,6 +6731,7 @@ declare function getAllJsonSchemas(): {
|
|
|
5524
6731
|
mcp: "mcp";
|
|
5525
6732
|
skills: "skills";
|
|
5526
6733
|
turborepo: "turborepo";
|
|
6734
|
+
nx: "nx";
|
|
5527
6735
|
fumadocs: "fumadocs";
|
|
5528
6736
|
ultracite: "ultracite";
|
|
5529
6737
|
oxlint: "oxlint";
|
|
@@ -5537,23 +6745,27 @@ declare function getAllJsonSchemas(): {
|
|
|
5537
6745
|
"tanstack-virtual": "tanstack-virtual";
|
|
5538
6746
|
"tanstack-db": "tanstack-db";
|
|
5539
6747
|
"tanstack-pacer": "tanstack-pacer";
|
|
6748
|
+
"backend-utils": "backend-utils";
|
|
5540
6749
|
"docker-compose": "docker-compose";
|
|
5541
6750
|
}>>;
|
|
5542
6751
|
examples: z.ZodArray<z.ZodEnum<{
|
|
5543
|
-
ai: "ai";
|
|
5544
6752
|
none: "none";
|
|
6753
|
+
ai: "ai";
|
|
5545
6754
|
"chat-sdk": "chat-sdk";
|
|
5546
6755
|
"tanstack-showcase": "tanstack-showcase";
|
|
5547
6756
|
}>>;
|
|
5548
6757
|
auth: z.ZodEnum<{
|
|
5549
6758
|
none: "none";
|
|
5550
6759
|
"better-auth": "better-auth";
|
|
6760
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
5551
6761
|
"go-better-auth": "go-better-auth";
|
|
5552
6762
|
clerk: "clerk";
|
|
5553
6763
|
nextauth: "nextauth";
|
|
5554
6764
|
"stack-auth": "stack-auth";
|
|
5555
6765
|
"supabase-auth": "supabase-auth";
|
|
5556
6766
|
auth0: "auth0";
|
|
6767
|
+
workos: "workos";
|
|
6768
|
+
kinde: "kinde";
|
|
5557
6769
|
}>;
|
|
5558
6770
|
payments: z.ZodEnum<{
|
|
5559
6771
|
none: "none";
|
|
@@ -5595,6 +6807,7 @@ declare function getAllJsonSchemas(): {
|
|
|
5595
6807
|
"ts-rest": "ts-rest";
|
|
5596
6808
|
garph: "garph";
|
|
5597
6809
|
"graphql-yoga": "graphql-yoga";
|
|
6810
|
+
openapi: "openapi";
|
|
5598
6811
|
}>;
|
|
5599
6812
|
webDeploy: z.ZodEnum<{
|
|
5600
6813
|
none: "none";
|
|
@@ -5602,6 +6815,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5602
6815
|
cloudflare: "cloudflare";
|
|
5603
6816
|
fly: "fly";
|
|
5604
6817
|
railway: "railway";
|
|
6818
|
+
render: "render";
|
|
6819
|
+
netlify: "netlify";
|
|
5605
6820
|
sst: "sst";
|
|
5606
6821
|
vercel: "vercel";
|
|
5607
6822
|
}>;
|
|
@@ -5611,6 +6826,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5611
6826
|
cloudflare: "cloudflare";
|
|
5612
6827
|
fly: "fly";
|
|
5613
6828
|
railway: "railway";
|
|
6829
|
+
render: "render";
|
|
6830
|
+
netlify: "netlify";
|
|
5614
6831
|
sst: "sst";
|
|
5615
6832
|
vercel: "vercel";
|
|
5616
6833
|
}>;
|
|
@@ -5636,8 +6853,8 @@ declare function getAllJsonSchemas(): {
|
|
|
5636
6853
|
"ai-cli": "ai-cli";
|
|
5637
6854
|
}>;
|
|
5638
6855
|
effect: z.ZodEnum<{
|
|
5639
|
-
effect: "effect";
|
|
5640
6856
|
none: "none";
|
|
6857
|
+
effect: "effect";
|
|
5641
6858
|
"effect-full": "effect-full";
|
|
5642
6859
|
}>;
|
|
5643
6860
|
stateManagement: z.ZodEnum<{
|
|
@@ -5688,7 +6905,6 @@ declare function getAllJsonSchemas(): {
|
|
|
5688
6905
|
"postcss-only": "postcss-only";
|
|
5689
6906
|
}>;
|
|
5690
6907
|
uiLibrary: z.ZodEnum<{
|
|
5691
|
-
mui: "mui";
|
|
5692
6908
|
none: "none";
|
|
5693
6909
|
"shadcn-ui": "shadcn-ui";
|
|
5694
6910
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -5699,6 +6915,7 @@ declare function getAllJsonSchemas(): {
|
|
|
5699
6915
|
"chakra-ui": "chakra-ui";
|
|
5700
6916
|
nextui: "nextui";
|
|
5701
6917
|
mantine: "mantine";
|
|
6918
|
+
mui: "mui";
|
|
5702
6919
|
antd: "antd";
|
|
5703
6920
|
"base-ui": "base-ui";
|
|
5704
6921
|
"ark-ui": "ark-ui";
|
|
@@ -5827,6 +7044,9 @@ declare function getAllJsonSchemas(): {
|
|
|
5827
7044
|
opentelemetry: "opentelemetry";
|
|
5828
7045
|
sentry: "sentry";
|
|
5829
7046
|
grafana: "grafana";
|
|
7047
|
+
datadog: "datadog";
|
|
7048
|
+
axiom: "axiom";
|
|
7049
|
+
betterstack: "betterstack";
|
|
5830
7050
|
}>;
|
|
5831
7051
|
featureFlags: z.ZodEnum<{
|
|
5832
7052
|
none: "none";
|
|
@@ -5853,6 +7073,11 @@ declare function getAllJsonSchemas(): {
|
|
|
5853
7073
|
none: "none";
|
|
5854
7074
|
"upstash-redis": "upstash-redis";
|
|
5855
7075
|
}>;
|
|
7076
|
+
rateLimit: z.ZodEnum<{
|
|
7077
|
+
none: "none";
|
|
7078
|
+
arcjet: "arcjet";
|
|
7079
|
+
"upstash-ratelimit": "upstash-ratelimit";
|
|
7080
|
+
}>;
|
|
5856
7081
|
i18n: z.ZodEnum<{
|
|
5857
7082
|
none: "none";
|
|
5858
7083
|
i18next: "i18next";
|
|
@@ -5878,9 +7103,9 @@ declare function getAllJsonSchemas(): {
|
|
|
5878
7103
|
}>;
|
|
5879
7104
|
mobileUI: z.ZodEnum<{
|
|
5880
7105
|
none: "none";
|
|
7106
|
+
uniwind: "uniwind";
|
|
5881
7107
|
tamagui: "tamagui";
|
|
5882
7108
|
"gluestack-ui": "gluestack-ui";
|
|
5883
|
-
uniwind: "uniwind";
|
|
5884
7109
|
unistyles: "unistyles";
|
|
5885
7110
|
}>;
|
|
5886
7111
|
mobileStorage: z.ZodEnum<{
|
|
@@ -5970,6 +7195,24 @@ declare function getAllJsonSchemas(): {
|
|
|
5970
7195
|
rustAuth: z.ZodEnum<{
|
|
5971
7196
|
none: "none";
|
|
5972
7197
|
oauth2: "oauth2";
|
|
7198
|
+
torii: "torii";
|
|
7199
|
+
}>;
|
|
7200
|
+
rustRealtime: z.ZodEnum<{
|
|
7201
|
+
none: "none";
|
|
7202
|
+
"tokio-tungstenite": "tokio-tungstenite";
|
|
7203
|
+
}>;
|
|
7204
|
+
rustMessageQueue: z.ZodEnum<{
|
|
7205
|
+
none: "none";
|
|
7206
|
+
lapin: "lapin";
|
|
7207
|
+
}>;
|
|
7208
|
+
rustObservability: z.ZodEnum<{
|
|
7209
|
+
none: "none";
|
|
7210
|
+
opentelemetry: "opentelemetry";
|
|
7211
|
+
}>;
|
|
7212
|
+
rustTemplating: z.ZodEnum<{
|
|
7213
|
+
none: "none";
|
|
7214
|
+
askama: "askama";
|
|
7215
|
+
tera: "tera";
|
|
5973
7216
|
}>;
|
|
5974
7217
|
pythonWebFramework: z.ZodEnum<{
|
|
5975
7218
|
none: "none";
|
|
@@ -5977,12 +7220,14 @@ declare function getAllJsonSchemas(): {
|
|
|
5977
7220
|
django: "django";
|
|
5978
7221
|
flask: "flask";
|
|
5979
7222
|
litestar: "litestar";
|
|
7223
|
+
starlette: "starlette";
|
|
5980
7224
|
}>;
|
|
5981
7225
|
pythonOrm: z.ZodEnum<{
|
|
5982
7226
|
none: "none";
|
|
5983
7227
|
sqlalchemy: "sqlalchemy";
|
|
5984
7228
|
sqlmodel: "sqlmodel";
|
|
5985
7229
|
"tortoise-orm": "tortoise-orm";
|
|
7230
|
+
peewee: "peewee";
|
|
5986
7231
|
}>;
|
|
5987
7232
|
pythonValidation: z.ZodEnum<{
|
|
5988
7233
|
none: "none";
|
|
@@ -5991,17 +7236,21 @@ declare function getAllJsonSchemas(): {
|
|
|
5991
7236
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
5992
7237
|
none: "none";
|
|
5993
7238
|
langgraph: "langgraph";
|
|
7239
|
+
"google-adk": "google-adk";
|
|
5994
7240
|
langchain: "langchain";
|
|
5995
7241
|
llamaindex: "llamaindex";
|
|
5996
7242
|
"openai-sdk": "openai-sdk";
|
|
5997
7243
|
"anthropic-sdk": "anthropic-sdk";
|
|
5998
7244
|
crewai: "crewai";
|
|
5999
7245
|
haystack: "haystack";
|
|
7246
|
+
"pydantic-ai": "pydantic-ai";
|
|
7247
|
+
smolagents: "smolagents";
|
|
6000
7248
|
}>>;
|
|
6001
7249
|
pythonAuth: z.ZodEnum<{
|
|
6002
7250
|
none: "none";
|
|
6003
7251
|
authlib: "authlib";
|
|
6004
7252
|
jwt: "jwt";
|
|
7253
|
+
"fastapi-users": "fastapi-users";
|
|
6005
7254
|
}>;
|
|
6006
7255
|
pythonApi: z.ZodEnum<{
|
|
6007
7256
|
none: "none";
|
|
@@ -6014,6 +7263,7 @@ declare function getAllJsonSchemas(): {
|
|
|
6014
7263
|
rq: "rq";
|
|
6015
7264
|
dramatiq: "dramatiq";
|
|
6016
7265
|
huey: "huey";
|
|
7266
|
+
taskiq: "taskiq";
|
|
6017
7267
|
}>;
|
|
6018
7268
|
pythonGraphql: z.ZodEnum<{
|
|
6019
7269
|
none: "none";
|
|
@@ -6026,6 +7276,31 @@ declare function getAllJsonSchemas(): {
|
|
|
6026
7276
|
mypy: "mypy";
|
|
6027
7277
|
pyright: "pyright";
|
|
6028
7278
|
}>;
|
|
7279
|
+
pythonTesting: z.ZodArray<z.ZodEnum<{
|
|
7280
|
+
none: "none";
|
|
7281
|
+
pytest: "pytest";
|
|
7282
|
+
hypothesis: "hypothesis";
|
|
7283
|
+
}>>;
|
|
7284
|
+
pythonCaching: z.ZodEnum<{
|
|
7285
|
+
none: "none";
|
|
7286
|
+
redis: "redis";
|
|
7287
|
+
aiocache: "aiocache";
|
|
7288
|
+
}>;
|
|
7289
|
+
pythonRealtime: z.ZodEnum<{
|
|
7290
|
+
none: "none";
|
|
7291
|
+
"python-socketio": "python-socketio";
|
|
7292
|
+
websockets: "websockets";
|
|
7293
|
+
}>;
|
|
7294
|
+
pythonObservability: z.ZodEnum<{
|
|
7295
|
+
none: "none";
|
|
7296
|
+
opentelemetry: "opentelemetry";
|
|
7297
|
+
}>;
|
|
7298
|
+
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
7299
|
+
none: "none";
|
|
7300
|
+
typer: "typer";
|
|
7301
|
+
click: "click";
|
|
7302
|
+
rich: "rich";
|
|
7303
|
+
}>>;
|
|
6029
7304
|
goWebFramework: z.ZodEnum<{
|
|
6030
7305
|
none: "none";
|
|
6031
7306
|
gin: "gin";
|
|
@@ -6034,14 +7309,15 @@ declare function getAllJsonSchemas(): {
|
|
|
6034
7309
|
chi: "chi";
|
|
6035
7310
|
}>;
|
|
6036
7311
|
goOrm: z.ZodEnum<{
|
|
6037
|
-
gorm: "gorm";
|
|
6038
7312
|
none: "none";
|
|
7313
|
+
gorm: "gorm";
|
|
6039
7314
|
sqlc: "sqlc";
|
|
6040
7315
|
ent: "ent";
|
|
6041
7316
|
}>;
|
|
6042
7317
|
goApi: z.ZodEnum<{
|
|
6043
7318
|
none: "none";
|
|
6044
7319
|
"grpc-go": "grpc-go";
|
|
7320
|
+
gqlgen: "gqlgen";
|
|
6045
7321
|
}>;
|
|
6046
7322
|
goCli: z.ZodEnum<{
|
|
6047
7323
|
none: "none";
|
|
@@ -6060,6 +7336,36 @@ declare function getAllJsonSchemas(): {
|
|
|
6060
7336
|
none: "none";
|
|
6061
7337
|
jwt: "jwt";
|
|
6062
7338
|
casbin: "casbin";
|
|
7339
|
+
goth: "goth";
|
|
7340
|
+
}>;
|
|
7341
|
+
goTesting: z.ZodArray<z.ZodEnum<{
|
|
7342
|
+
none: "none";
|
|
7343
|
+
testify: "testify";
|
|
7344
|
+
gomock: "gomock";
|
|
7345
|
+
}>>;
|
|
7346
|
+
goRealtime: z.ZodEnum<{
|
|
7347
|
+
none: "none";
|
|
7348
|
+
"gorilla-websocket": "gorilla-websocket";
|
|
7349
|
+
centrifuge: "centrifuge";
|
|
7350
|
+
}>;
|
|
7351
|
+
goMessageQueue: z.ZodEnum<{
|
|
7352
|
+
none: "none";
|
|
7353
|
+
nats: "nats";
|
|
7354
|
+
watermill: "watermill";
|
|
7355
|
+
}>;
|
|
7356
|
+
goCaching: z.ZodEnum<{
|
|
7357
|
+
none: "none";
|
|
7358
|
+
redis: "redis";
|
|
7359
|
+
ristretto: "ristretto";
|
|
7360
|
+
}>;
|
|
7361
|
+
goConfig: z.ZodEnum<{
|
|
7362
|
+
none: "none";
|
|
7363
|
+
viper: "viper";
|
|
7364
|
+
koanf: "koanf";
|
|
7365
|
+
}>;
|
|
7366
|
+
goObservability: z.ZodEnum<{
|
|
7367
|
+
none: "none";
|
|
7368
|
+
opentelemetry: "opentelemetry";
|
|
6063
7369
|
}>;
|
|
6064
7370
|
javaWebFramework: z.ZodEnum<{
|
|
6065
7371
|
none: "none";
|
|
@@ -6074,10 +7380,21 @@ declare function getAllJsonSchemas(): {
|
|
|
6074
7380
|
javaOrm: z.ZodEnum<{
|
|
6075
7381
|
none: "none";
|
|
6076
7382
|
"spring-data-jpa": "spring-data-jpa";
|
|
7383
|
+
jooq: "jooq";
|
|
7384
|
+
mybatis: "mybatis";
|
|
6077
7385
|
}>;
|
|
6078
7386
|
javaAuth: z.ZodEnum<{
|
|
6079
7387
|
none: "none";
|
|
6080
7388
|
"spring-security": "spring-security";
|
|
7389
|
+
keycloak: "keycloak";
|
|
7390
|
+
}>;
|
|
7391
|
+
javaApi: z.ZodEnum<{
|
|
7392
|
+
none: "none";
|
|
7393
|
+
"spring-graphql": "spring-graphql";
|
|
7394
|
+
}>;
|
|
7395
|
+
javaLogging: z.ZodEnum<{
|
|
7396
|
+
none: "none";
|
|
7397
|
+
logback: "logback";
|
|
6081
7398
|
}>;
|
|
6082
7399
|
javaLibraries: z.ZodArray<z.ZodEnum<{
|
|
6083
7400
|
none: "none";
|
|
@@ -6097,6 +7414,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6097
7414
|
"spring-devtools": "spring-devtools";
|
|
6098
7415
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
6099
7416
|
thymeleaf: "thymeleaf";
|
|
7417
|
+
"spring-amqp": "spring-amqp";
|
|
7418
|
+
"opentelemetry-java": "opentelemetry-java";
|
|
6100
7419
|
}>>;
|
|
6101
7420
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
6102
7421
|
none: "none";
|
|
@@ -6110,6 +7429,70 @@ declare function getAllJsonSchemas(): {
|
|
|
6110
7429
|
archunit: "archunit";
|
|
6111
7430
|
jqwik: "jqwik";
|
|
6112
7431
|
}>>;
|
|
7432
|
+
dotnetWebFramework: z.ZodEnum<{
|
|
7433
|
+
none: "none";
|
|
7434
|
+
"aspnet-minimal": "aspnet-minimal";
|
|
7435
|
+
"aspnet-mvc": "aspnet-mvc";
|
|
7436
|
+
"aspnet-blazor": "aspnet-blazor";
|
|
7437
|
+
}>;
|
|
7438
|
+
dotnetOrm: z.ZodEnum<{
|
|
7439
|
+
none: "none";
|
|
7440
|
+
"ef-core": "ef-core";
|
|
7441
|
+
dapper: "dapper";
|
|
7442
|
+
linq2db: "linq2db";
|
|
7443
|
+
}>;
|
|
7444
|
+
dotnetAuth: z.ZodEnum<{
|
|
7445
|
+
none: "none";
|
|
7446
|
+
"aspnet-identity": "aspnet-identity";
|
|
7447
|
+
"duende-identityserver": "duende-identityserver";
|
|
7448
|
+
"auth0-aspnet": "auth0-aspnet";
|
|
7449
|
+
}>;
|
|
7450
|
+
dotnetApi: z.ZodEnum<{
|
|
7451
|
+
none: "none";
|
|
7452
|
+
"minimal-api": "minimal-api";
|
|
7453
|
+
"graphql-hotchocolate": "graphql-hotchocolate";
|
|
7454
|
+
"grpc-dotnet": "grpc-dotnet";
|
|
7455
|
+
}>;
|
|
7456
|
+
dotnetTesting: z.ZodArray<z.ZodEnum<{
|
|
7457
|
+
none: "none";
|
|
7458
|
+
xunit: "xunit";
|
|
7459
|
+
nunit: "nunit";
|
|
7460
|
+
moq: "moq";
|
|
7461
|
+
"testcontainers-dotnet": "testcontainers-dotnet";
|
|
7462
|
+
}>>;
|
|
7463
|
+
dotnetJobQueue: z.ZodEnum<{
|
|
7464
|
+
none: "none";
|
|
7465
|
+
hangfire: "hangfire";
|
|
7466
|
+
"quartz-net": "quartz-net";
|
|
7467
|
+
"hosted-services": "hosted-services";
|
|
7468
|
+
}>;
|
|
7469
|
+
dotnetRealtime: z.ZodEnum<{
|
|
7470
|
+
none: "none";
|
|
7471
|
+
signalr: "signalr";
|
|
7472
|
+
}>;
|
|
7473
|
+
dotnetObservability: z.ZodArray<z.ZodEnum<{
|
|
7474
|
+
none: "none";
|
|
7475
|
+
"opentelemetry-dotnet": "opentelemetry-dotnet";
|
|
7476
|
+
serilog: "serilog";
|
|
7477
|
+
nlog: "nlog";
|
|
7478
|
+
"health-checks": "health-checks";
|
|
7479
|
+
}>>;
|
|
7480
|
+
dotnetValidation: z.ZodEnum<{
|
|
7481
|
+
none: "none";
|
|
7482
|
+
fluentvalidation: "fluentvalidation";
|
|
7483
|
+
"data-annotations": "data-annotations";
|
|
7484
|
+
}>;
|
|
7485
|
+
dotnetCaching: z.ZodEnum<{
|
|
7486
|
+
none: "none";
|
|
7487
|
+
redis: "redis";
|
|
7488
|
+
"memory-cache": "memory-cache";
|
|
7489
|
+
}>;
|
|
7490
|
+
dotnetDeploy: z.ZodEnum<{
|
|
7491
|
+
none: "none";
|
|
7492
|
+
docker: "docker";
|
|
7493
|
+
azure: "azure";
|
|
7494
|
+
aws: "aws";
|
|
7495
|
+
}>;
|
|
6113
7496
|
elixirWebFramework: z.ZodEnum<{
|
|
6114
7497
|
none: "none";
|
|
6115
7498
|
phoenix: "phoenix";
|
|
@@ -6130,6 +7513,7 @@ declare function getAllJsonSchemas(): {
|
|
|
6130
7513
|
none: "none";
|
|
6131
7514
|
rest: "rest";
|
|
6132
7515
|
absinthe: "absinthe";
|
|
7516
|
+
grpc: "grpc";
|
|
6133
7517
|
}>;
|
|
6134
7518
|
elixirRealtime: z.ZodEnum<{
|
|
6135
7519
|
none: "none";
|
|
@@ -6192,6 +7576,11 @@ declare function getAllJsonSchemas(): {
|
|
|
6192
7576
|
gigalixir: "gigalixir";
|
|
6193
7577
|
"mix-release": "mix-release";
|
|
6194
7578
|
}>;
|
|
7579
|
+
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
7580
|
+
none: "none";
|
|
7581
|
+
nx: "nx";
|
|
7582
|
+
broadway: "broadway";
|
|
7583
|
+
}>>;
|
|
6195
7584
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
6196
7585
|
none: "none";
|
|
6197
7586
|
"claude-md": "claude-md";
|
|
@@ -6201,37 +7590,55 @@ declare function getAllJsonSchemas(): {
|
|
|
6201
7590
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6202
7591
|
id: z.ZodString;
|
|
6203
7592
|
role: z.ZodEnum<{
|
|
6204
|
-
|
|
6205
|
-
backend: "backend";
|
|
7593
|
+
ai: "ai";
|
|
6206
7594
|
database: "database";
|
|
6207
7595
|
orm: "orm";
|
|
6208
7596
|
auth: "auth";
|
|
6209
7597
|
payments: "payments";
|
|
7598
|
+
frontend: "frontend";
|
|
7599
|
+
examples: "examples";
|
|
7600
|
+
dbSetup: "dbSetup";
|
|
7601
|
+
backend: "backend";
|
|
7602
|
+
runtime: "runtime";
|
|
7603
|
+
api: "api";
|
|
7604
|
+
effect: "effect";
|
|
7605
|
+
stateManagement: "stateManagement";
|
|
7606
|
+
forms: "forms";
|
|
7607
|
+
testing: "testing";
|
|
6210
7608
|
email: "email";
|
|
7609
|
+
validation: "validation";
|
|
7610
|
+
realtime: "realtime";
|
|
7611
|
+
jobQueue: "jobQueue";
|
|
7612
|
+
animation: "animation";
|
|
7613
|
+
fileUpload: "fileUpload";
|
|
6211
7614
|
logging: "logging";
|
|
6212
7615
|
observability: "observability";
|
|
6213
7616
|
featureFlags: "featureFlags";
|
|
6214
7617
|
analytics: "analytics";
|
|
6215
|
-
stateManagement: "stateManagement";
|
|
6216
|
-
forms: "forms";
|
|
6217
|
-
validation: "validation";
|
|
6218
|
-
testing: "testing";
|
|
6219
|
-
jobQueue: "jobQueue";
|
|
6220
|
-
caching: "caching";
|
|
6221
7618
|
cms: "cms";
|
|
7619
|
+
caching: "caching";
|
|
7620
|
+
rateLimit: "rateLimit";
|
|
6222
7621
|
i18n: "i18n";
|
|
6223
7622
|
search: "search";
|
|
6224
7623
|
fileStorage: "fileStorage";
|
|
6225
|
-
|
|
6226
|
-
documentation: "documentation";
|
|
6227
|
-
api: "api";
|
|
6228
|
-
ai: "ai";
|
|
6229
|
-
css: "css";
|
|
6230
|
-
ui: "ui";
|
|
6231
|
-
frontend: "frontend";
|
|
7624
|
+
config: "config";
|
|
6232
7625
|
mobile: "mobile";
|
|
6233
7626
|
deploy: "deploy";
|
|
7627
|
+
navigation: "navigation";
|
|
7628
|
+
ui: "ui";
|
|
7629
|
+
css: "css";
|
|
7630
|
+
storage: "storage";
|
|
7631
|
+
documentation: "documentation";
|
|
7632
|
+
codeQuality: "codeQuality";
|
|
6234
7633
|
appPlatform: "appPlatform";
|
|
7634
|
+
dataFetching: "dataFetching";
|
|
7635
|
+
workspaceTooling: "workspaceTooling";
|
|
7636
|
+
buildTool: "buildTool";
|
|
7637
|
+
cli: "cli";
|
|
7638
|
+
errorHandling: "errorHandling";
|
|
7639
|
+
httpClient: "httpClient";
|
|
7640
|
+
libraries: "libraries";
|
|
7641
|
+
templating: "templating";
|
|
6235
7642
|
}>;
|
|
6236
7643
|
toolId: z.ZodString;
|
|
6237
7644
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -6242,6 +7649,7 @@ declare function getAllJsonSchemas(): {
|
|
|
6242
7649
|
go: "go";
|
|
6243
7650
|
java: "java";
|
|
6244
7651
|
elixir: "elixir";
|
|
7652
|
+
dotnet: "dotnet";
|
|
6245
7653
|
}>, z.ZodLiteral<"universal">]>;
|
|
6246
7654
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
6247
7655
|
source: z.ZodEnum<{
|
|
@@ -6269,6 +7677,7 @@ declare function getAllJsonSchemas(): {
|
|
|
6269
7677
|
go: "go";
|
|
6270
7678
|
java: "java";
|
|
6271
7679
|
elixir: "elixir";
|
|
7680
|
+
dotnet: "dotnet";
|
|
6272
7681
|
}>;
|
|
6273
7682
|
database: z.ZodEnum<{
|
|
6274
7683
|
none: "none";
|
|
@@ -6342,6 +7751,7 @@ declare function getAllJsonSchemas(): {
|
|
|
6342
7751
|
mcp: "mcp";
|
|
6343
7752
|
skills: "skills";
|
|
6344
7753
|
turborepo: "turborepo";
|
|
7754
|
+
nx: "nx";
|
|
6345
7755
|
fumadocs: "fumadocs";
|
|
6346
7756
|
ultracite: "ultracite";
|
|
6347
7757
|
oxlint: "oxlint";
|
|
@@ -6355,23 +7765,27 @@ declare function getAllJsonSchemas(): {
|
|
|
6355
7765
|
"tanstack-virtual": "tanstack-virtual";
|
|
6356
7766
|
"tanstack-db": "tanstack-db";
|
|
6357
7767
|
"tanstack-pacer": "tanstack-pacer";
|
|
7768
|
+
"backend-utils": "backend-utils";
|
|
6358
7769
|
"docker-compose": "docker-compose";
|
|
6359
7770
|
}>>;
|
|
6360
7771
|
examples: z.ZodArray<z.ZodEnum<{
|
|
6361
|
-
ai: "ai";
|
|
6362
7772
|
none: "none";
|
|
7773
|
+
ai: "ai";
|
|
6363
7774
|
"chat-sdk": "chat-sdk";
|
|
6364
7775
|
"tanstack-showcase": "tanstack-showcase";
|
|
6365
7776
|
}>>;
|
|
6366
7777
|
auth: z.ZodEnum<{
|
|
6367
7778
|
none: "none";
|
|
6368
7779
|
"better-auth": "better-auth";
|
|
7780
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
6369
7781
|
"go-better-auth": "go-better-auth";
|
|
6370
7782
|
clerk: "clerk";
|
|
6371
7783
|
nextauth: "nextauth";
|
|
6372
7784
|
"stack-auth": "stack-auth";
|
|
6373
7785
|
"supabase-auth": "supabase-auth";
|
|
6374
7786
|
auth0: "auth0";
|
|
7787
|
+
workos: "workos";
|
|
7788
|
+
kinde: "kinde";
|
|
6375
7789
|
}>;
|
|
6376
7790
|
payments: z.ZodEnum<{
|
|
6377
7791
|
none: "none";
|
|
@@ -6411,6 +7825,7 @@ declare function getAllJsonSchemas(): {
|
|
|
6411
7825
|
"ts-rest": "ts-rest";
|
|
6412
7826
|
garph: "garph";
|
|
6413
7827
|
"graphql-yoga": "graphql-yoga";
|
|
7828
|
+
openapi: "openapi";
|
|
6414
7829
|
}>;
|
|
6415
7830
|
webDeploy: z.ZodEnum<{
|
|
6416
7831
|
none: "none";
|
|
@@ -6418,6 +7833,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6418
7833
|
cloudflare: "cloudflare";
|
|
6419
7834
|
fly: "fly";
|
|
6420
7835
|
railway: "railway";
|
|
7836
|
+
render: "render";
|
|
7837
|
+
netlify: "netlify";
|
|
6421
7838
|
sst: "sst";
|
|
6422
7839
|
vercel: "vercel";
|
|
6423
7840
|
}>;
|
|
@@ -6427,6 +7844,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6427
7844
|
cloudflare: "cloudflare";
|
|
6428
7845
|
fly: "fly";
|
|
6429
7846
|
railway: "railway";
|
|
7847
|
+
render: "render";
|
|
7848
|
+
netlify: "netlify";
|
|
6430
7849
|
sst: "sst";
|
|
6431
7850
|
vercel: "vercel";
|
|
6432
7851
|
}>;
|
|
@@ -6452,8 +7871,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6452
7871
|
"ai-cli": "ai-cli";
|
|
6453
7872
|
}>;
|
|
6454
7873
|
effect: z.ZodEnum<{
|
|
6455
|
-
effect: "effect";
|
|
6456
7874
|
none: "none";
|
|
7875
|
+
effect: "effect";
|
|
6457
7876
|
"effect-full": "effect-full";
|
|
6458
7877
|
}>;
|
|
6459
7878
|
stateManagement: z.ZodEnum<{
|
|
@@ -6504,7 +7923,6 @@ declare function getAllJsonSchemas(): {
|
|
|
6504
7923
|
"postcss-only": "postcss-only";
|
|
6505
7924
|
}>;
|
|
6506
7925
|
uiLibrary: z.ZodEnum<{
|
|
6507
|
-
mui: "mui";
|
|
6508
7926
|
none: "none";
|
|
6509
7927
|
"shadcn-ui": "shadcn-ui";
|
|
6510
7928
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -6515,6 +7933,7 @@ declare function getAllJsonSchemas(): {
|
|
|
6515
7933
|
"chakra-ui": "chakra-ui";
|
|
6516
7934
|
nextui: "nextui";
|
|
6517
7935
|
mantine: "mantine";
|
|
7936
|
+
mui: "mui";
|
|
6518
7937
|
antd: "antd";
|
|
6519
7938
|
"base-ui": "base-ui";
|
|
6520
7939
|
"ark-ui": "ark-ui";
|
|
@@ -6643,6 +8062,9 @@ declare function getAllJsonSchemas(): {
|
|
|
6643
8062
|
opentelemetry: "opentelemetry";
|
|
6644
8063
|
sentry: "sentry";
|
|
6645
8064
|
grafana: "grafana";
|
|
8065
|
+
datadog: "datadog";
|
|
8066
|
+
axiom: "axiom";
|
|
8067
|
+
betterstack: "betterstack";
|
|
6646
8068
|
}>;
|
|
6647
8069
|
featureFlags: z.ZodEnum<{
|
|
6648
8070
|
none: "none";
|
|
@@ -6669,6 +8091,11 @@ declare function getAllJsonSchemas(): {
|
|
|
6669
8091
|
none: "none";
|
|
6670
8092
|
"upstash-redis": "upstash-redis";
|
|
6671
8093
|
}>;
|
|
8094
|
+
rateLimit: z.ZodEnum<{
|
|
8095
|
+
none: "none";
|
|
8096
|
+
arcjet: "arcjet";
|
|
8097
|
+
"upstash-ratelimit": "upstash-ratelimit";
|
|
8098
|
+
}>;
|
|
6672
8099
|
i18n: z.ZodEnum<{
|
|
6673
8100
|
none: "none";
|
|
6674
8101
|
i18next: "i18next";
|
|
@@ -6694,9 +8121,9 @@ declare function getAllJsonSchemas(): {
|
|
|
6694
8121
|
}>;
|
|
6695
8122
|
mobileUI: z.ZodEnum<{
|
|
6696
8123
|
none: "none";
|
|
8124
|
+
uniwind: "uniwind";
|
|
6697
8125
|
tamagui: "tamagui";
|
|
6698
8126
|
"gluestack-ui": "gluestack-ui";
|
|
6699
|
-
uniwind: "uniwind";
|
|
6700
8127
|
unistyles: "unistyles";
|
|
6701
8128
|
}>;
|
|
6702
8129
|
mobileStorage: z.ZodEnum<{
|
|
@@ -6786,6 +8213,24 @@ declare function getAllJsonSchemas(): {
|
|
|
6786
8213
|
rustAuth: z.ZodEnum<{
|
|
6787
8214
|
none: "none";
|
|
6788
8215
|
oauth2: "oauth2";
|
|
8216
|
+
torii: "torii";
|
|
8217
|
+
}>;
|
|
8218
|
+
rustRealtime: z.ZodEnum<{
|
|
8219
|
+
none: "none";
|
|
8220
|
+
"tokio-tungstenite": "tokio-tungstenite";
|
|
8221
|
+
}>;
|
|
8222
|
+
rustMessageQueue: z.ZodEnum<{
|
|
8223
|
+
none: "none";
|
|
8224
|
+
lapin: "lapin";
|
|
8225
|
+
}>;
|
|
8226
|
+
rustObservability: z.ZodEnum<{
|
|
8227
|
+
none: "none";
|
|
8228
|
+
opentelemetry: "opentelemetry";
|
|
8229
|
+
}>;
|
|
8230
|
+
rustTemplating: z.ZodEnum<{
|
|
8231
|
+
none: "none";
|
|
8232
|
+
askama: "askama";
|
|
8233
|
+
tera: "tera";
|
|
6789
8234
|
}>;
|
|
6790
8235
|
pythonWebFramework: z.ZodEnum<{
|
|
6791
8236
|
none: "none";
|
|
@@ -6793,12 +8238,14 @@ declare function getAllJsonSchemas(): {
|
|
|
6793
8238
|
django: "django";
|
|
6794
8239
|
flask: "flask";
|
|
6795
8240
|
litestar: "litestar";
|
|
8241
|
+
starlette: "starlette";
|
|
6796
8242
|
}>;
|
|
6797
8243
|
pythonOrm: z.ZodEnum<{
|
|
6798
8244
|
none: "none";
|
|
6799
8245
|
sqlalchemy: "sqlalchemy";
|
|
6800
8246
|
sqlmodel: "sqlmodel";
|
|
6801
8247
|
"tortoise-orm": "tortoise-orm";
|
|
8248
|
+
peewee: "peewee";
|
|
6802
8249
|
}>;
|
|
6803
8250
|
pythonValidation: z.ZodEnum<{
|
|
6804
8251
|
none: "none";
|
|
@@ -6807,17 +8254,21 @@ declare function getAllJsonSchemas(): {
|
|
|
6807
8254
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
6808
8255
|
none: "none";
|
|
6809
8256
|
langgraph: "langgraph";
|
|
8257
|
+
"google-adk": "google-adk";
|
|
6810
8258
|
langchain: "langchain";
|
|
6811
8259
|
llamaindex: "llamaindex";
|
|
6812
8260
|
"openai-sdk": "openai-sdk";
|
|
6813
8261
|
"anthropic-sdk": "anthropic-sdk";
|
|
6814
8262
|
crewai: "crewai";
|
|
6815
8263
|
haystack: "haystack";
|
|
8264
|
+
"pydantic-ai": "pydantic-ai";
|
|
8265
|
+
smolagents: "smolagents";
|
|
6816
8266
|
}>>;
|
|
6817
8267
|
pythonAuth: z.ZodEnum<{
|
|
6818
8268
|
none: "none";
|
|
6819
8269
|
authlib: "authlib";
|
|
6820
8270
|
jwt: "jwt";
|
|
8271
|
+
"fastapi-users": "fastapi-users";
|
|
6821
8272
|
}>;
|
|
6822
8273
|
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
6823
8274
|
none: "none";
|
|
@@ -6830,6 +8281,7 @@ declare function getAllJsonSchemas(): {
|
|
|
6830
8281
|
rq: "rq";
|
|
6831
8282
|
dramatiq: "dramatiq";
|
|
6832
8283
|
huey: "huey";
|
|
8284
|
+
taskiq: "taskiq";
|
|
6833
8285
|
}>;
|
|
6834
8286
|
pythonGraphql: z.ZodEnum<{
|
|
6835
8287
|
none: "none";
|
|
@@ -6842,6 +8294,31 @@ declare function getAllJsonSchemas(): {
|
|
|
6842
8294
|
mypy: "mypy";
|
|
6843
8295
|
pyright: "pyright";
|
|
6844
8296
|
}>;
|
|
8297
|
+
pythonTesting: z.ZodArray<z.ZodEnum<{
|
|
8298
|
+
none: "none";
|
|
8299
|
+
pytest: "pytest";
|
|
8300
|
+
hypothesis: "hypothesis";
|
|
8301
|
+
}>>;
|
|
8302
|
+
pythonCaching: z.ZodEnum<{
|
|
8303
|
+
none: "none";
|
|
8304
|
+
redis: "redis";
|
|
8305
|
+
aiocache: "aiocache";
|
|
8306
|
+
}>;
|
|
8307
|
+
pythonRealtime: z.ZodEnum<{
|
|
8308
|
+
none: "none";
|
|
8309
|
+
"python-socketio": "python-socketio";
|
|
8310
|
+
websockets: "websockets";
|
|
8311
|
+
}>;
|
|
8312
|
+
pythonObservability: z.ZodEnum<{
|
|
8313
|
+
none: "none";
|
|
8314
|
+
opentelemetry: "opentelemetry";
|
|
8315
|
+
}>;
|
|
8316
|
+
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
8317
|
+
none: "none";
|
|
8318
|
+
typer: "typer";
|
|
8319
|
+
click: "click";
|
|
8320
|
+
rich: "rich";
|
|
8321
|
+
}>>;
|
|
6845
8322
|
goWebFramework: z.ZodEnum<{
|
|
6846
8323
|
none: "none";
|
|
6847
8324
|
gin: "gin";
|
|
@@ -6850,14 +8327,15 @@ declare function getAllJsonSchemas(): {
|
|
|
6850
8327
|
chi: "chi";
|
|
6851
8328
|
}>;
|
|
6852
8329
|
goOrm: z.ZodEnum<{
|
|
6853
|
-
gorm: "gorm";
|
|
6854
8330
|
none: "none";
|
|
8331
|
+
gorm: "gorm";
|
|
6855
8332
|
sqlc: "sqlc";
|
|
6856
8333
|
ent: "ent";
|
|
6857
8334
|
}>;
|
|
6858
8335
|
goApi: z.ZodEnum<{
|
|
6859
8336
|
none: "none";
|
|
6860
8337
|
"grpc-go": "grpc-go";
|
|
8338
|
+
gqlgen: "gqlgen";
|
|
6861
8339
|
}>;
|
|
6862
8340
|
goCli: z.ZodEnum<{
|
|
6863
8341
|
none: "none";
|
|
@@ -6876,6 +8354,36 @@ declare function getAllJsonSchemas(): {
|
|
|
6876
8354
|
none: "none";
|
|
6877
8355
|
jwt: "jwt";
|
|
6878
8356
|
casbin: "casbin";
|
|
8357
|
+
goth: "goth";
|
|
8358
|
+
}>;
|
|
8359
|
+
goTesting: z.ZodArray<z.ZodEnum<{
|
|
8360
|
+
none: "none";
|
|
8361
|
+
testify: "testify";
|
|
8362
|
+
gomock: "gomock";
|
|
8363
|
+
}>>;
|
|
8364
|
+
goRealtime: z.ZodEnum<{
|
|
8365
|
+
none: "none";
|
|
8366
|
+
"gorilla-websocket": "gorilla-websocket";
|
|
8367
|
+
centrifuge: "centrifuge";
|
|
8368
|
+
}>;
|
|
8369
|
+
goMessageQueue: z.ZodEnum<{
|
|
8370
|
+
none: "none";
|
|
8371
|
+
nats: "nats";
|
|
8372
|
+
watermill: "watermill";
|
|
8373
|
+
}>;
|
|
8374
|
+
goCaching: z.ZodEnum<{
|
|
8375
|
+
none: "none";
|
|
8376
|
+
redis: "redis";
|
|
8377
|
+
ristretto: "ristretto";
|
|
8378
|
+
}>;
|
|
8379
|
+
goConfig: z.ZodEnum<{
|
|
8380
|
+
none: "none";
|
|
8381
|
+
viper: "viper";
|
|
8382
|
+
koanf: "koanf";
|
|
8383
|
+
}>;
|
|
8384
|
+
goObservability: z.ZodEnum<{
|
|
8385
|
+
none: "none";
|
|
8386
|
+
opentelemetry: "opentelemetry";
|
|
6879
8387
|
}>;
|
|
6880
8388
|
javaWebFramework: z.ZodEnum<{
|
|
6881
8389
|
none: "none";
|
|
@@ -6890,10 +8398,21 @@ declare function getAllJsonSchemas(): {
|
|
|
6890
8398
|
javaOrm: z.ZodEnum<{
|
|
6891
8399
|
none: "none";
|
|
6892
8400
|
"spring-data-jpa": "spring-data-jpa";
|
|
8401
|
+
jooq: "jooq";
|
|
8402
|
+
mybatis: "mybatis";
|
|
6893
8403
|
}>;
|
|
6894
8404
|
javaAuth: z.ZodEnum<{
|
|
6895
8405
|
none: "none";
|
|
6896
8406
|
"spring-security": "spring-security";
|
|
8407
|
+
keycloak: "keycloak";
|
|
8408
|
+
}>;
|
|
8409
|
+
javaApi: z.ZodEnum<{
|
|
8410
|
+
none: "none";
|
|
8411
|
+
"spring-graphql": "spring-graphql";
|
|
8412
|
+
}>;
|
|
8413
|
+
javaLogging: z.ZodEnum<{
|
|
8414
|
+
none: "none";
|
|
8415
|
+
logback: "logback";
|
|
6897
8416
|
}>;
|
|
6898
8417
|
javaLibraries: z.ZodArray<z.ZodEnum<{
|
|
6899
8418
|
none: "none";
|
|
@@ -6913,6 +8432,8 @@ declare function getAllJsonSchemas(): {
|
|
|
6913
8432
|
"spring-devtools": "spring-devtools";
|
|
6914
8433
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
6915
8434
|
thymeleaf: "thymeleaf";
|
|
8435
|
+
"spring-amqp": "spring-amqp";
|
|
8436
|
+
"opentelemetry-java": "opentelemetry-java";
|
|
6916
8437
|
}>>;
|
|
6917
8438
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
6918
8439
|
none: "none";
|
|
@@ -6926,6 +8447,70 @@ declare function getAllJsonSchemas(): {
|
|
|
6926
8447
|
archunit: "archunit";
|
|
6927
8448
|
jqwik: "jqwik";
|
|
6928
8449
|
}>>;
|
|
8450
|
+
dotnetWebFramework: z.ZodEnum<{
|
|
8451
|
+
none: "none";
|
|
8452
|
+
"aspnet-minimal": "aspnet-minimal";
|
|
8453
|
+
"aspnet-mvc": "aspnet-mvc";
|
|
8454
|
+
"aspnet-blazor": "aspnet-blazor";
|
|
8455
|
+
}>;
|
|
8456
|
+
dotnetOrm: z.ZodEnum<{
|
|
8457
|
+
none: "none";
|
|
8458
|
+
"ef-core": "ef-core";
|
|
8459
|
+
dapper: "dapper";
|
|
8460
|
+
linq2db: "linq2db";
|
|
8461
|
+
}>;
|
|
8462
|
+
dotnetAuth: z.ZodEnum<{
|
|
8463
|
+
none: "none";
|
|
8464
|
+
"aspnet-identity": "aspnet-identity";
|
|
8465
|
+
"duende-identityserver": "duende-identityserver";
|
|
8466
|
+
"auth0-aspnet": "auth0-aspnet";
|
|
8467
|
+
}>;
|
|
8468
|
+
dotnetApi: z.ZodEnum<{
|
|
8469
|
+
none: "none";
|
|
8470
|
+
"minimal-api": "minimal-api";
|
|
8471
|
+
"graphql-hotchocolate": "graphql-hotchocolate";
|
|
8472
|
+
"grpc-dotnet": "grpc-dotnet";
|
|
8473
|
+
}>;
|
|
8474
|
+
dotnetTesting: z.ZodArray<z.ZodEnum<{
|
|
8475
|
+
none: "none";
|
|
8476
|
+
xunit: "xunit";
|
|
8477
|
+
nunit: "nunit";
|
|
8478
|
+
moq: "moq";
|
|
8479
|
+
"testcontainers-dotnet": "testcontainers-dotnet";
|
|
8480
|
+
}>>;
|
|
8481
|
+
dotnetJobQueue: z.ZodEnum<{
|
|
8482
|
+
none: "none";
|
|
8483
|
+
hangfire: "hangfire";
|
|
8484
|
+
"quartz-net": "quartz-net";
|
|
8485
|
+
"hosted-services": "hosted-services";
|
|
8486
|
+
}>;
|
|
8487
|
+
dotnetRealtime: z.ZodEnum<{
|
|
8488
|
+
none: "none";
|
|
8489
|
+
signalr: "signalr";
|
|
8490
|
+
}>;
|
|
8491
|
+
dotnetObservability: z.ZodArray<z.ZodEnum<{
|
|
8492
|
+
none: "none";
|
|
8493
|
+
"opentelemetry-dotnet": "opentelemetry-dotnet";
|
|
8494
|
+
serilog: "serilog";
|
|
8495
|
+
nlog: "nlog";
|
|
8496
|
+
"health-checks": "health-checks";
|
|
8497
|
+
}>>;
|
|
8498
|
+
dotnetValidation: z.ZodEnum<{
|
|
8499
|
+
none: "none";
|
|
8500
|
+
fluentvalidation: "fluentvalidation";
|
|
8501
|
+
"data-annotations": "data-annotations";
|
|
8502
|
+
}>;
|
|
8503
|
+
dotnetCaching: z.ZodEnum<{
|
|
8504
|
+
none: "none";
|
|
8505
|
+
redis: "redis";
|
|
8506
|
+
"memory-cache": "memory-cache";
|
|
8507
|
+
}>;
|
|
8508
|
+
dotnetDeploy: z.ZodEnum<{
|
|
8509
|
+
none: "none";
|
|
8510
|
+
docker: "docker";
|
|
8511
|
+
azure: "azure";
|
|
8512
|
+
aws: "aws";
|
|
8513
|
+
}>;
|
|
6929
8514
|
elixirWebFramework: z.ZodEnum<{
|
|
6930
8515
|
none: "none";
|
|
6931
8516
|
phoenix: "phoenix";
|
|
@@ -6946,6 +8531,7 @@ declare function getAllJsonSchemas(): {
|
|
|
6946
8531
|
none: "none";
|
|
6947
8532
|
rest: "rest";
|
|
6948
8533
|
absinthe: "absinthe";
|
|
8534
|
+
grpc: "grpc";
|
|
6949
8535
|
}>;
|
|
6950
8536
|
elixirRealtime: z.ZodEnum<{
|
|
6951
8537
|
none: "none";
|
|
@@ -7008,6 +8594,11 @@ declare function getAllJsonSchemas(): {
|
|
|
7008
8594
|
gigalixir: "gigalixir";
|
|
7009
8595
|
"mix-release": "mix-release";
|
|
7010
8596
|
}>;
|
|
8597
|
+
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
8598
|
+
none: "none";
|
|
8599
|
+
nx: "nx";
|
|
8600
|
+
broadway: "broadway";
|
|
8601
|
+
}>>;
|
|
7011
8602
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
7012
8603
|
none: "none";
|
|
7013
8604
|
"claude-md": "claude-md";
|
|
@@ -7017,37 +8608,55 @@ declare function getAllJsonSchemas(): {
|
|
|
7017
8608
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7018
8609
|
id: z.ZodString;
|
|
7019
8610
|
role: z.ZodEnum<{
|
|
7020
|
-
|
|
7021
|
-
backend: "backend";
|
|
8611
|
+
ai: "ai";
|
|
7022
8612
|
database: "database";
|
|
7023
8613
|
orm: "orm";
|
|
7024
8614
|
auth: "auth";
|
|
7025
8615
|
payments: "payments";
|
|
8616
|
+
frontend: "frontend";
|
|
8617
|
+
examples: "examples";
|
|
8618
|
+
dbSetup: "dbSetup";
|
|
8619
|
+
backend: "backend";
|
|
8620
|
+
runtime: "runtime";
|
|
8621
|
+
api: "api";
|
|
8622
|
+
effect: "effect";
|
|
8623
|
+
stateManagement: "stateManagement";
|
|
8624
|
+
forms: "forms";
|
|
8625
|
+
testing: "testing";
|
|
7026
8626
|
email: "email";
|
|
8627
|
+
validation: "validation";
|
|
8628
|
+
realtime: "realtime";
|
|
8629
|
+
jobQueue: "jobQueue";
|
|
8630
|
+
animation: "animation";
|
|
8631
|
+
fileUpload: "fileUpload";
|
|
7027
8632
|
logging: "logging";
|
|
7028
8633
|
observability: "observability";
|
|
7029
8634
|
featureFlags: "featureFlags";
|
|
7030
8635
|
analytics: "analytics";
|
|
7031
|
-
stateManagement: "stateManagement";
|
|
7032
|
-
forms: "forms";
|
|
7033
|
-
validation: "validation";
|
|
7034
|
-
testing: "testing";
|
|
7035
|
-
jobQueue: "jobQueue";
|
|
7036
|
-
caching: "caching";
|
|
7037
8636
|
cms: "cms";
|
|
8637
|
+
caching: "caching";
|
|
8638
|
+
rateLimit: "rateLimit";
|
|
7038
8639
|
i18n: "i18n";
|
|
7039
8640
|
search: "search";
|
|
7040
8641
|
fileStorage: "fileStorage";
|
|
7041
|
-
|
|
7042
|
-
documentation: "documentation";
|
|
7043
|
-
api: "api";
|
|
7044
|
-
ai: "ai";
|
|
7045
|
-
css: "css";
|
|
7046
|
-
ui: "ui";
|
|
7047
|
-
frontend: "frontend";
|
|
8642
|
+
config: "config";
|
|
7048
8643
|
mobile: "mobile";
|
|
7049
8644
|
deploy: "deploy";
|
|
8645
|
+
navigation: "navigation";
|
|
8646
|
+
ui: "ui";
|
|
8647
|
+
css: "css";
|
|
8648
|
+
storage: "storage";
|
|
8649
|
+
documentation: "documentation";
|
|
8650
|
+
codeQuality: "codeQuality";
|
|
7050
8651
|
appPlatform: "appPlatform";
|
|
8652
|
+
dataFetching: "dataFetching";
|
|
8653
|
+
workspaceTooling: "workspaceTooling";
|
|
8654
|
+
buildTool: "buildTool";
|
|
8655
|
+
cli: "cli";
|
|
8656
|
+
errorHandling: "errorHandling";
|
|
8657
|
+
httpClient: "httpClient";
|
|
8658
|
+
libraries: "libraries";
|
|
8659
|
+
templating: "templating";
|
|
7051
8660
|
}>;
|
|
7052
8661
|
toolId: z.ZodString;
|
|
7053
8662
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -7058,6 +8667,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7058
8667
|
go: "go";
|
|
7059
8668
|
java: "java";
|
|
7060
8669
|
elixir: "elixir";
|
|
8670
|
+
dotnet: "dotnet";
|
|
7061
8671
|
}>, z.ZodLiteral<"universal">]>;
|
|
7062
8672
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
7063
8673
|
source: z.ZodEnum<{
|
|
@@ -7085,6 +8695,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7085
8695
|
go: "go";
|
|
7086
8696
|
java: "java";
|
|
7087
8697
|
elixir: "elixir";
|
|
8698
|
+
dotnet: "dotnet";
|
|
7088
8699
|
}>;
|
|
7089
8700
|
database: z.ZodEnum<{
|
|
7090
8701
|
none: "none";
|
|
@@ -7158,6 +8769,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7158
8769
|
mcp: "mcp";
|
|
7159
8770
|
skills: "skills";
|
|
7160
8771
|
turborepo: "turborepo";
|
|
8772
|
+
nx: "nx";
|
|
7161
8773
|
fumadocs: "fumadocs";
|
|
7162
8774
|
ultracite: "ultracite";
|
|
7163
8775
|
oxlint: "oxlint";
|
|
@@ -7171,23 +8783,27 @@ declare function getAllJsonSchemas(): {
|
|
|
7171
8783
|
"tanstack-virtual": "tanstack-virtual";
|
|
7172
8784
|
"tanstack-db": "tanstack-db";
|
|
7173
8785
|
"tanstack-pacer": "tanstack-pacer";
|
|
8786
|
+
"backend-utils": "backend-utils";
|
|
7174
8787
|
"docker-compose": "docker-compose";
|
|
7175
8788
|
}>>;
|
|
7176
8789
|
examples: z.ZodArray<z.ZodEnum<{
|
|
7177
|
-
ai: "ai";
|
|
7178
8790
|
none: "none";
|
|
8791
|
+
ai: "ai";
|
|
7179
8792
|
"chat-sdk": "chat-sdk";
|
|
7180
8793
|
"tanstack-showcase": "tanstack-showcase";
|
|
7181
8794
|
}>>;
|
|
7182
8795
|
auth: z.ZodEnum<{
|
|
7183
8796
|
none: "none";
|
|
7184
8797
|
"better-auth": "better-auth";
|
|
8798
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
7185
8799
|
"go-better-auth": "go-better-auth";
|
|
7186
8800
|
clerk: "clerk";
|
|
7187
8801
|
nextauth: "nextauth";
|
|
7188
8802
|
"stack-auth": "stack-auth";
|
|
7189
8803
|
"supabase-auth": "supabase-auth";
|
|
7190
8804
|
auth0: "auth0";
|
|
8805
|
+
workos: "workos";
|
|
8806
|
+
kinde: "kinde";
|
|
7191
8807
|
}>;
|
|
7192
8808
|
payments: z.ZodEnum<{
|
|
7193
8809
|
none: "none";
|
|
@@ -7227,6 +8843,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7227
8843
|
"ts-rest": "ts-rest";
|
|
7228
8844
|
garph: "garph";
|
|
7229
8845
|
"graphql-yoga": "graphql-yoga";
|
|
8846
|
+
openapi: "openapi";
|
|
7230
8847
|
}>;
|
|
7231
8848
|
webDeploy: z.ZodEnum<{
|
|
7232
8849
|
none: "none";
|
|
@@ -7234,6 +8851,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7234
8851
|
cloudflare: "cloudflare";
|
|
7235
8852
|
fly: "fly";
|
|
7236
8853
|
railway: "railway";
|
|
8854
|
+
render: "render";
|
|
8855
|
+
netlify: "netlify";
|
|
7237
8856
|
sst: "sst";
|
|
7238
8857
|
vercel: "vercel";
|
|
7239
8858
|
}>;
|
|
@@ -7243,6 +8862,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7243
8862
|
cloudflare: "cloudflare";
|
|
7244
8863
|
fly: "fly";
|
|
7245
8864
|
railway: "railway";
|
|
8865
|
+
render: "render";
|
|
8866
|
+
netlify: "netlify";
|
|
7246
8867
|
sst: "sst";
|
|
7247
8868
|
vercel: "vercel";
|
|
7248
8869
|
}>;
|
|
@@ -7268,8 +8889,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7268
8889
|
"ai-cli": "ai-cli";
|
|
7269
8890
|
}>;
|
|
7270
8891
|
effect: z.ZodEnum<{
|
|
7271
|
-
effect: "effect";
|
|
7272
8892
|
none: "none";
|
|
8893
|
+
effect: "effect";
|
|
7273
8894
|
"effect-full": "effect-full";
|
|
7274
8895
|
}>;
|
|
7275
8896
|
stateManagement: z.ZodEnum<{
|
|
@@ -7320,7 +8941,6 @@ declare function getAllJsonSchemas(): {
|
|
|
7320
8941
|
"postcss-only": "postcss-only";
|
|
7321
8942
|
}>;
|
|
7322
8943
|
uiLibrary: z.ZodEnum<{
|
|
7323
|
-
mui: "mui";
|
|
7324
8944
|
none: "none";
|
|
7325
8945
|
"shadcn-ui": "shadcn-ui";
|
|
7326
8946
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -7331,6 +8951,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7331
8951
|
"chakra-ui": "chakra-ui";
|
|
7332
8952
|
nextui: "nextui";
|
|
7333
8953
|
mantine: "mantine";
|
|
8954
|
+
mui: "mui";
|
|
7334
8955
|
antd: "antd";
|
|
7335
8956
|
"base-ui": "base-ui";
|
|
7336
8957
|
"ark-ui": "ark-ui";
|
|
@@ -7459,6 +9080,9 @@ declare function getAllJsonSchemas(): {
|
|
|
7459
9080
|
opentelemetry: "opentelemetry";
|
|
7460
9081
|
sentry: "sentry";
|
|
7461
9082
|
grafana: "grafana";
|
|
9083
|
+
datadog: "datadog";
|
|
9084
|
+
axiom: "axiom";
|
|
9085
|
+
betterstack: "betterstack";
|
|
7462
9086
|
}>;
|
|
7463
9087
|
featureFlags: z.ZodEnum<{
|
|
7464
9088
|
none: "none";
|
|
@@ -7485,6 +9109,11 @@ declare function getAllJsonSchemas(): {
|
|
|
7485
9109
|
none: "none";
|
|
7486
9110
|
"upstash-redis": "upstash-redis";
|
|
7487
9111
|
}>;
|
|
9112
|
+
rateLimit: z.ZodEnum<{
|
|
9113
|
+
none: "none";
|
|
9114
|
+
arcjet: "arcjet";
|
|
9115
|
+
"upstash-ratelimit": "upstash-ratelimit";
|
|
9116
|
+
}>;
|
|
7488
9117
|
i18n: z.ZodEnum<{
|
|
7489
9118
|
none: "none";
|
|
7490
9119
|
i18next: "i18next";
|
|
@@ -7510,9 +9139,9 @@ declare function getAllJsonSchemas(): {
|
|
|
7510
9139
|
}>;
|
|
7511
9140
|
mobileUI: z.ZodEnum<{
|
|
7512
9141
|
none: "none";
|
|
9142
|
+
uniwind: "uniwind";
|
|
7513
9143
|
tamagui: "tamagui";
|
|
7514
9144
|
"gluestack-ui": "gluestack-ui";
|
|
7515
|
-
uniwind: "uniwind";
|
|
7516
9145
|
unistyles: "unistyles";
|
|
7517
9146
|
}>;
|
|
7518
9147
|
mobileStorage: z.ZodEnum<{
|
|
@@ -7602,6 +9231,24 @@ declare function getAllJsonSchemas(): {
|
|
|
7602
9231
|
rustAuth: z.ZodEnum<{
|
|
7603
9232
|
none: "none";
|
|
7604
9233
|
oauth2: "oauth2";
|
|
9234
|
+
torii: "torii";
|
|
9235
|
+
}>;
|
|
9236
|
+
rustRealtime: z.ZodEnum<{
|
|
9237
|
+
none: "none";
|
|
9238
|
+
"tokio-tungstenite": "tokio-tungstenite";
|
|
9239
|
+
}>;
|
|
9240
|
+
rustMessageQueue: z.ZodEnum<{
|
|
9241
|
+
none: "none";
|
|
9242
|
+
lapin: "lapin";
|
|
9243
|
+
}>;
|
|
9244
|
+
rustObservability: z.ZodEnum<{
|
|
9245
|
+
none: "none";
|
|
9246
|
+
opentelemetry: "opentelemetry";
|
|
9247
|
+
}>;
|
|
9248
|
+
rustTemplating: z.ZodEnum<{
|
|
9249
|
+
none: "none";
|
|
9250
|
+
askama: "askama";
|
|
9251
|
+
tera: "tera";
|
|
7605
9252
|
}>;
|
|
7606
9253
|
pythonWebFramework: z.ZodEnum<{
|
|
7607
9254
|
none: "none";
|
|
@@ -7609,12 +9256,14 @@ declare function getAllJsonSchemas(): {
|
|
|
7609
9256
|
django: "django";
|
|
7610
9257
|
flask: "flask";
|
|
7611
9258
|
litestar: "litestar";
|
|
9259
|
+
starlette: "starlette";
|
|
7612
9260
|
}>;
|
|
7613
9261
|
pythonOrm: z.ZodEnum<{
|
|
7614
9262
|
none: "none";
|
|
7615
9263
|
sqlalchemy: "sqlalchemy";
|
|
7616
9264
|
sqlmodel: "sqlmodel";
|
|
7617
9265
|
"tortoise-orm": "tortoise-orm";
|
|
9266
|
+
peewee: "peewee";
|
|
7618
9267
|
}>;
|
|
7619
9268
|
pythonValidation: z.ZodEnum<{
|
|
7620
9269
|
none: "none";
|
|
@@ -7623,17 +9272,21 @@ declare function getAllJsonSchemas(): {
|
|
|
7623
9272
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
7624
9273
|
none: "none";
|
|
7625
9274
|
langgraph: "langgraph";
|
|
9275
|
+
"google-adk": "google-adk";
|
|
7626
9276
|
langchain: "langchain";
|
|
7627
9277
|
llamaindex: "llamaindex";
|
|
7628
9278
|
"openai-sdk": "openai-sdk";
|
|
7629
9279
|
"anthropic-sdk": "anthropic-sdk";
|
|
7630
9280
|
crewai: "crewai";
|
|
7631
9281
|
haystack: "haystack";
|
|
9282
|
+
"pydantic-ai": "pydantic-ai";
|
|
9283
|
+
smolagents: "smolagents";
|
|
7632
9284
|
}>>;
|
|
7633
9285
|
pythonAuth: z.ZodEnum<{
|
|
7634
9286
|
none: "none";
|
|
7635
9287
|
authlib: "authlib";
|
|
7636
9288
|
jwt: "jwt";
|
|
9289
|
+
"fastapi-users": "fastapi-users";
|
|
7637
9290
|
}>;
|
|
7638
9291
|
pythonApi: z.ZodOptional<z.ZodEnum<{
|
|
7639
9292
|
none: "none";
|
|
@@ -7646,6 +9299,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7646
9299
|
rq: "rq";
|
|
7647
9300
|
dramatiq: "dramatiq";
|
|
7648
9301
|
huey: "huey";
|
|
9302
|
+
taskiq: "taskiq";
|
|
7649
9303
|
}>;
|
|
7650
9304
|
pythonGraphql: z.ZodEnum<{
|
|
7651
9305
|
none: "none";
|
|
@@ -7658,6 +9312,31 @@ declare function getAllJsonSchemas(): {
|
|
|
7658
9312
|
mypy: "mypy";
|
|
7659
9313
|
pyright: "pyright";
|
|
7660
9314
|
}>;
|
|
9315
|
+
pythonTesting: z.ZodArray<z.ZodEnum<{
|
|
9316
|
+
none: "none";
|
|
9317
|
+
pytest: "pytest";
|
|
9318
|
+
hypothesis: "hypothesis";
|
|
9319
|
+
}>>;
|
|
9320
|
+
pythonCaching: z.ZodEnum<{
|
|
9321
|
+
none: "none";
|
|
9322
|
+
redis: "redis";
|
|
9323
|
+
aiocache: "aiocache";
|
|
9324
|
+
}>;
|
|
9325
|
+
pythonRealtime: z.ZodEnum<{
|
|
9326
|
+
none: "none";
|
|
9327
|
+
"python-socketio": "python-socketio";
|
|
9328
|
+
websockets: "websockets";
|
|
9329
|
+
}>;
|
|
9330
|
+
pythonObservability: z.ZodEnum<{
|
|
9331
|
+
none: "none";
|
|
9332
|
+
opentelemetry: "opentelemetry";
|
|
9333
|
+
}>;
|
|
9334
|
+
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
9335
|
+
none: "none";
|
|
9336
|
+
typer: "typer";
|
|
9337
|
+
click: "click";
|
|
9338
|
+
rich: "rich";
|
|
9339
|
+
}>>;
|
|
7661
9340
|
goWebFramework: z.ZodEnum<{
|
|
7662
9341
|
none: "none";
|
|
7663
9342
|
gin: "gin";
|
|
@@ -7666,14 +9345,15 @@ declare function getAllJsonSchemas(): {
|
|
|
7666
9345
|
chi: "chi";
|
|
7667
9346
|
}>;
|
|
7668
9347
|
goOrm: z.ZodEnum<{
|
|
7669
|
-
gorm: "gorm";
|
|
7670
9348
|
none: "none";
|
|
9349
|
+
gorm: "gorm";
|
|
7671
9350
|
sqlc: "sqlc";
|
|
7672
9351
|
ent: "ent";
|
|
7673
9352
|
}>;
|
|
7674
9353
|
goApi: z.ZodEnum<{
|
|
7675
9354
|
none: "none";
|
|
7676
9355
|
"grpc-go": "grpc-go";
|
|
9356
|
+
gqlgen: "gqlgen";
|
|
7677
9357
|
}>;
|
|
7678
9358
|
goCli: z.ZodEnum<{
|
|
7679
9359
|
none: "none";
|
|
@@ -7692,6 +9372,36 @@ declare function getAllJsonSchemas(): {
|
|
|
7692
9372
|
none: "none";
|
|
7693
9373
|
jwt: "jwt";
|
|
7694
9374
|
casbin: "casbin";
|
|
9375
|
+
goth: "goth";
|
|
9376
|
+
}>;
|
|
9377
|
+
goTesting: z.ZodArray<z.ZodEnum<{
|
|
9378
|
+
none: "none";
|
|
9379
|
+
testify: "testify";
|
|
9380
|
+
gomock: "gomock";
|
|
9381
|
+
}>>;
|
|
9382
|
+
goRealtime: z.ZodEnum<{
|
|
9383
|
+
none: "none";
|
|
9384
|
+
"gorilla-websocket": "gorilla-websocket";
|
|
9385
|
+
centrifuge: "centrifuge";
|
|
9386
|
+
}>;
|
|
9387
|
+
goMessageQueue: z.ZodEnum<{
|
|
9388
|
+
none: "none";
|
|
9389
|
+
nats: "nats";
|
|
9390
|
+
watermill: "watermill";
|
|
9391
|
+
}>;
|
|
9392
|
+
goCaching: z.ZodEnum<{
|
|
9393
|
+
none: "none";
|
|
9394
|
+
redis: "redis";
|
|
9395
|
+
ristretto: "ristretto";
|
|
9396
|
+
}>;
|
|
9397
|
+
goConfig: z.ZodEnum<{
|
|
9398
|
+
none: "none";
|
|
9399
|
+
viper: "viper";
|
|
9400
|
+
koanf: "koanf";
|
|
9401
|
+
}>;
|
|
9402
|
+
goObservability: z.ZodEnum<{
|
|
9403
|
+
none: "none";
|
|
9404
|
+
opentelemetry: "opentelemetry";
|
|
7695
9405
|
}>;
|
|
7696
9406
|
javaWebFramework: z.ZodEnum<{
|
|
7697
9407
|
none: "none";
|
|
@@ -7706,10 +9416,21 @@ declare function getAllJsonSchemas(): {
|
|
|
7706
9416
|
javaOrm: z.ZodEnum<{
|
|
7707
9417
|
none: "none";
|
|
7708
9418
|
"spring-data-jpa": "spring-data-jpa";
|
|
9419
|
+
jooq: "jooq";
|
|
9420
|
+
mybatis: "mybatis";
|
|
7709
9421
|
}>;
|
|
7710
9422
|
javaAuth: z.ZodEnum<{
|
|
7711
9423
|
none: "none";
|
|
7712
9424
|
"spring-security": "spring-security";
|
|
9425
|
+
keycloak: "keycloak";
|
|
9426
|
+
}>;
|
|
9427
|
+
javaApi: z.ZodEnum<{
|
|
9428
|
+
none: "none";
|
|
9429
|
+
"spring-graphql": "spring-graphql";
|
|
9430
|
+
}>;
|
|
9431
|
+
javaLogging: z.ZodEnum<{
|
|
9432
|
+
none: "none";
|
|
9433
|
+
logback: "logback";
|
|
7713
9434
|
}>;
|
|
7714
9435
|
javaLibraries: z.ZodArray<z.ZodEnum<{
|
|
7715
9436
|
none: "none";
|
|
@@ -7729,6 +9450,8 @@ declare function getAllJsonSchemas(): {
|
|
|
7729
9450
|
"spring-devtools": "spring-devtools";
|
|
7730
9451
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
7731
9452
|
thymeleaf: "thymeleaf";
|
|
9453
|
+
"spring-amqp": "spring-amqp";
|
|
9454
|
+
"opentelemetry-java": "opentelemetry-java";
|
|
7732
9455
|
}>>;
|
|
7733
9456
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
7734
9457
|
none: "none";
|
|
@@ -7742,6 +9465,70 @@ declare function getAllJsonSchemas(): {
|
|
|
7742
9465
|
archunit: "archunit";
|
|
7743
9466
|
jqwik: "jqwik";
|
|
7744
9467
|
}>>;
|
|
9468
|
+
dotnetWebFramework: z.ZodEnum<{
|
|
9469
|
+
none: "none";
|
|
9470
|
+
"aspnet-minimal": "aspnet-minimal";
|
|
9471
|
+
"aspnet-mvc": "aspnet-mvc";
|
|
9472
|
+
"aspnet-blazor": "aspnet-blazor";
|
|
9473
|
+
}>;
|
|
9474
|
+
dotnetOrm: z.ZodEnum<{
|
|
9475
|
+
none: "none";
|
|
9476
|
+
"ef-core": "ef-core";
|
|
9477
|
+
dapper: "dapper";
|
|
9478
|
+
linq2db: "linq2db";
|
|
9479
|
+
}>;
|
|
9480
|
+
dotnetAuth: z.ZodEnum<{
|
|
9481
|
+
none: "none";
|
|
9482
|
+
"aspnet-identity": "aspnet-identity";
|
|
9483
|
+
"duende-identityserver": "duende-identityserver";
|
|
9484
|
+
"auth0-aspnet": "auth0-aspnet";
|
|
9485
|
+
}>;
|
|
9486
|
+
dotnetApi: z.ZodEnum<{
|
|
9487
|
+
none: "none";
|
|
9488
|
+
"minimal-api": "minimal-api";
|
|
9489
|
+
"graphql-hotchocolate": "graphql-hotchocolate";
|
|
9490
|
+
"grpc-dotnet": "grpc-dotnet";
|
|
9491
|
+
}>;
|
|
9492
|
+
dotnetTesting: z.ZodArray<z.ZodEnum<{
|
|
9493
|
+
none: "none";
|
|
9494
|
+
xunit: "xunit";
|
|
9495
|
+
nunit: "nunit";
|
|
9496
|
+
moq: "moq";
|
|
9497
|
+
"testcontainers-dotnet": "testcontainers-dotnet";
|
|
9498
|
+
}>>;
|
|
9499
|
+
dotnetJobQueue: z.ZodEnum<{
|
|
9500
|
+
none: "none";
|
|
9501
|
+
hangfire: "hangfire";
|
|
9502
|
+
"quartz-net": "quartz-net";
|
|
9503
|
+
"hosted-services": "hosted-services";
|
|
9504
|
+
}>;
|
|
9505
|
+
dotnetRealtime: z.ZodEnum<{
|
|
9506
|
+
none: "none";
|
|
9507
|
+
signalr: "signalr";
|
|
9508
|
+
}>;
|
|
9509
|
+
dotnetObservability: z.ZodArray<z.ZodEnum<{
|
|
9510
|
+
none: "none";
|
|
9511
|
+
"opentelemetry-dotnet": "opentelemetry-dotnet";
|
|
9512
|
+
serilog: "serilog";
|
|
9513
|
+
nlog: "nlog";
|
|
9514
|
+
"health-checks": "health-checks";
|
|
9515
|
+
}>>;
|
|
9516
|
+
dotnetValidation: z.ZodEnum<{
|
|
9517
|
+
none: "none";
|
|
9518
|
+
fluentvalidation: "fluentvalidation";
|
|
9519
|
+
"data-annotations": "data-annotations";
|
|
9520
|
+
}>;
|
|
9521
|
+
dotnetCaching: z.ZodEnum<{
|
|
9522
|
+
none: "none";
|
|
9523
|
+
redis: "redis";
|
|
9524
|
+
"memory-cache": "memory-cache";
|
|
9525
|
+
}>;
|
|
9526
|
+
dotnetDeploy: z.ZodEnum<{
|
|
9527
|
+
none: "none";
|
|
9528
|
+
docker: "docker";
|
|
9529
|
+
azure: "azure";
|
|
9530
|
+
aws: "aws";
|
|
9531
|
+
}>;
|
|
7745
9532
|
elixirWebFramework: z.ZodEnum<{
|
|
7746
9533
|
none: "none";
|
|
7747
9534
|
phoenix: "phoenix";
|
|
@@ -7762,6 +9549,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7762
9549
|
none: "none";
|
|
7763
9550
|
rest: "rest";
|
|
7764
9551
|
absinthe: "absinthe";
|
|
9552
|
+
grpc: "grpc";
|
|
7765
9553
|
}>;
|
|
7766
9554
|
elixirRealtime: z.ZodEnum<{
|
|
7767
9555
|
none: "none";
|
|
@@ -7824,6 +9612,11 @@ declare function getAllJsonSchemas(): {
|
|
|
7824
9612
|
gigalixir: "gigalixir";
|
|
7825
9613
|
"mix-release": "mix-release";
|
|
7826
9614
|
}>;
|
|
9615
|
+
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
9616
|
+
none: "none";
|
|
9617
|
+
nx: "nx";
|
|
9618
|
+
broadway: "broadway";
|
|
9619
|
+
}>>;
|
|
7827
9620
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
7828
9621
|
none: "none";
|
|
7829
9622
|
"claude-md": "claude-md";
|
|
@@ -7833,37 +9626,55 @@ declare function getAllJsonSchemas(): {
|
|
|
7833
9626
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7834
9627
|
id: z.ZodString;
|
|
7835
9628
|
role: z.ZodEnum<{
|
|
7836
|
-
|
|
7837
|
-
backend: "backend";
|
|
9629
|
+
ai: "ai";
|
|
7838
9630
|
database: "database";
|
|
7839
9631
|
orm: "orm";
|
|
7840
9632
|
auth: "auth";
|
|
7841
9633
|
payments: "payments";
|
|
9634
|
+
frontend: "frontend";
|
|
9635
|
+
examples: "examples";
|
|
9636
|
+
dbSetup: "dbSetup";
|
|
9637
|
+
backend: "backend";
|
|
9638
|
+
runtime: "runtime";
|
|
9639
|
+
api: "api";
|
|
9640
|
+
effect: "effect";
|
|
9641
|
+
stateManagement: "stateManagement";
|
|
9642
|
+
forms: "forms";
|
|
9643
|
+
testing: "testing";
|
|
7842
9644
|
email: "email";
|
|
9645
|
+
validation: "validation";
|
|
9646
|
+
realtime: "realtime";
|
|
9647
|
+
jobQueue: "jobQueue";
|
|
9648
|
+
animation: "animation";
|
|
9649
|
+
fileUpload: "fileUpload";
|
|
7843
9650
|
logging: "logging";
|
|
7844
9651
|
observability: "observability";
|
|
7845
9652
|
featureFlags: "featureFlags";
|
|
7846
9653
|
analytics: "analytics";
|
|
7847
|
-
stateManagement: "stateManagement";
|
|
7848
|
-
forms: "forms";
|
|
7849
|
-
validation: "validation";
|
|
7850
|
-
testing: "testing";
|
|
7851
|
-
jobQueue: "jobQueue";
|
|
7852
|
-
caching: "caching";
|
|
7853
9654
|
cms: "cms";
|
|
9655
|
+
caching: "caching";
|
|
9656
|
+
rateLimit: "rateLimit";
|
|
7854
9657
|
i18n: "i18n";
|
|
7855
9658
|
search: "search";
|
|
7856
9659
|
fileStorage: "fileStorage";
|
|
7857
|
-
|
|
7858
|
-
documentation: "documentation";
|
|
7859
|
-
api: "api";
|
|
7860
|
-
ai: "ai";
|
|
7861
|
-
css: "css";
|
|
7862
|
-
ui: "ui";
|
|
7863
|
-
frontend: "frontend";
|
|
9660
|
+
config: "config";
|
|
7864
9661
|
mobile: "mobile";
|
|
7865
9662
|
deploy: "deploy";
|
|
9663
|
+
navigation: "navigation";
|
|
9664
|
+
ui: "ui";
|
|
9665
|
+
css: "css";
|
|
9666
|
+
storage: "storage";
|
|
9667
|
+
documentation: "documentation";
|
|
9668
|
+
codeQuality: "codeQuality";
|
|
7866
9669
|
appPlatform: "appPlatform";
|
|
9670
|
+
dataFetching: "dataFetching";
|
|
9671
|
+
workspaceTooling: "workspaceTooling";
|
|
9672
|
+
buildTool: "buildTool";
|
|
9673
|
+
cli: "cli";
|
|
9674
|
+
errorHandling: "errorHandling";
|
|
9675
|
+
httpClient: "httpClient";
|
|
9676
|
+
libraries: "libraries";
|
|
9677
|
+
templating: "templating";
|
|
7867
9678
|
}>;
|
|
7868
9679
|
toolId: z.ZodString;
|
|
7869
9680
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -7874,6 +9685,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7874
9685
|
go: "go";
|
|
7875
9686
|
java: "java";
|
|
7876
9687
|
elixir: "elixir";
|
|
9688
|
+
dotnet: "dotnet";
|
|
7877
9689
|
}>, z.ZodLiteral<"universal">]>;
|
|
7878
9690
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
7879
9691
|
source: z.ZodEnum<{
|
|
@@ -7902,6 +9714,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7902
9714
|
go: "go";
|
|
7903
9715
|
java: "java";
|
|
7904
9716
|
elixir: "elixir";
|
|
9717
|
+
dotnet: "dotnet";
|
|
7905
9718
|
}>;
|
|
7906
9719
|
database: z.ZodEnum<{
|
|
7907
9720
|
none: "none";
|
|
@@ -7975,6 +9788,7 @@ declare function getAllJsonSchemas(): {
|
|
|
7975
9788
|
mcp: "mcp";
|
|
7976
9789
|
skills: "skills";
|
|
7977
9790
|
turborepo: "turborepo";
|
|
9791
|
+
nx: "nx";
|
|
7978
9792
|
fumadocs: "fumadocs";
|
|
7979
9793
|
ultracite: "ultracite";
|
|
7980
9794
|
oxlint: "oxlint";
|
|
@@ -7988,23 +9802,27 @@ declare function getAllJsonSchemas(): {
|
|
|
7988
9802
|
"tanstack-virtual": "tanstack-virtual";
|
|
7989
9803
|
"tanstack-db": "tanstack-db";
|
|
7990
9804
|
"tanstack-pacer": "tanstack-pacer";
|
|
9805
|
+
"backend-utils": "backend-utils";
|
|
7991
9806
|
"docker-compose": "docker-compose";
|
|
7992
9807
|
}>>;
|
|
7993
9808
|
examples: z.ZodArray<z.ZodEnum<{
|
|
7994
|
-
ai: "ai";
|
|
7995
9809
|
none: "none";
|
|
9810
|
+
ai: "ai";
|
|
7996
9811
|
"chat-sdk": "chat-sdk";
|
|
7997
9812
|
"tanstack-showcase": "tanstack-showcase";
|
|
7998
9813
|
}>>;
|
|
7999
9814
|
auth: z.ZodEnum<{
|
|
8000
9815
|
none: "none";
|
|
8001
9816
|
"better-auth": "better-auth";
|
|
9817
|
+
"better-auth-organizations": "better-auth-organizations";
|
|
8002
9818
|
"go-better-auth": "go-better-auth";
|
|
8003
9819
|
clerk: "clerk";
|
|
8004
9820
|
nextauth: "nextauth";
|
|
8005
9821
|
"stack-auth": "stack-auth";
|
|
8006
9822
|
"supabase-auth": "supabase-auth";
|
|
8007
9823
|
auth0: "auth0";
|
|
9824
|
+
workos: "workos";
|
|
9825
|
+
kinde: "kinde";
|
|
8008
9826
|
}>;
|
|
8009
9827
|
payments: z.ZodEnum<{
|
|
8010
9828
|
none: "none";
|
|
@@ -8046,6 +9864,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8046
9864
|
"ts-rest": "ts-rest";
|
|
8047
9865
|
garph: "garph";
|
|
8048
9866
|
"graphql-yoga": "graphql-yoga";
|
|
9867
|
+
openapi: "openapi";
|
|
8049
9868
|
}>;
|
|
8050
9869
|
webDeploy: z.ZodEnum<{
|
|
8051
9870
|
none: "none";
|
|
@@ -8053,6 +9872,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8053
9872
|
cloudflare: "cloudflare";
|
|
8054
9873
|
fly: "fly";
|
|
8055
9874
|
railway: "railway";
|
|
9875
|
+
render: "render";
|
|
9876
|
+
netlify: "netlify";
|
|
8056
9877
|
sst: "sst";
|
|
8057
9878
|
vercel: "vercel";
|
|
8058
9879
|
}>;
|
|
@@ -8062,6 +9883,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8062
9883
|
cloudflare: "cloudflare";
|
|
8063
9884
|
fly: "fly";
|
|
8064
9885
|
railway: "railway";
|
|
9886
|
+
render: "render";
|
|
9887
|
+
netlify: "netlify";
|
|
8065
9888
|
sst: "sst";
|
|
8066
9889
|
vercel: "vercel";
|
|
8067
9890
|
}>;
|
|
@@ -8087,8 +9910,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8087
9910
|
"ai-cli": "ai-cli";
|
|
8088
9911
|
}>;
|
|
8089
9912
|
effect: z.ZodEnum<{
|
|
8090
|
-
effect: "effect";
|
|
8091
9913
|
none: "none";
|
|
9914
|
+
effect: "effect";
|
|
8092
9915
|
"effect-full": "effect-full";
|
|
8093
9916
|
}>;
|
|
8094
9917
|
stateManagement: z.ZodEnum<{
|
|
@@ -8139,7 +9962,6 @@ declare function getAllJsonSchemas(): {
|
|
|
8139
9962
|
"postcss-only": "postcss-only";
|
|
8140
9963
|
}>;
|
|
8141
9964
|
uiLibrary: z.ZodEnum<{
|
|
8142
|
-
mui: "mui";
|
|
8143
9965
|
none: "none";
|
|
8144
9966
|
"shadcn-ui": "shadcn-ui";
|
|
8145
9967
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -8150,6 +9972,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8150
9972
|
"chakra-ui": "chakra-ui";
|
|
8151
9973
|
nextui: "nextui";
|
|
8152
9974
|
mantine: "mantine";
|
|
9975
|
+
mui: "mui";
|
|
8153
9976
|
antd: "antd";
|
|
8154
9977
|
"base-ui": "base-ui";
|
|
8155
9978
|
"ark-ui": "ark-ui";
|
|
@@ -8278,6 +10101,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8278
10101
|
opentelemetry: "opentelemetry";
|
|
8279
10102
|
sentry: "sentry";
|
|
8280
10103
|
grafana: "grafana";
|
|
10104
|
+
datadog: "datadog";
|
|
10105
|
+
axiom: "axiom";
|
|
10106
|
+
betterstack: "betterstack";
|
|
8281
10107
|
}>;
|
|
8282
10108
|
featureFlags: z.ZodEnum<{
|
|
8283
10109
|
none: "none";
|
|
@@ -8304,6 +10130,11 @@ declare function getAllJsonSchemas(): {
|
|
|
8304
10130
|
none: "none";
|
|
8305
10131
|
"upstash-redis": "upstash-redis";
|
|
8306
10132
|
}>;
|
|
10133
|
+
rateLimit: z.ZodEnum<{
|
|
10134
|
+
none: "none";
|
|
10135
|
+
arcjet: "arcjet";
|
|
10136
|
+
"upstash-ratelimit": "upstash-ratelimit";
|
|
10137
|
+
}>;
|
|
8307
10138
|
i18n: z.ZodEnum<{
|
|
8308
10139
|
none: "none";
|
|
8309
10140
|
i18next: "i18next";
|
|
@@ -8329,9 +10160,9 @@ declare function getAllJsonSchemas(): {
|
|
|
8329
10160
|
}>;
|
|
8330
10161
|
mobileUI: z.ZodEnum<{
|
|
8331
10162
|
none: "none";
|
|
10163
|
+
uniwind: "uniwind";
|
|
8332
10164
|
tamagui: "tamagui";
|
|
8333
10165
|
"gluestack-ui": "gluestack-ui";
|
|
8334
|
-
uniwind: "uniwind";
|
|
8335
10166
|
unistyles: "unistyles";
|
|
8336
10167
|
}>;
|
|
8337
10168
|
mobileStorage: z.ZodEnum<{
|
|
@@ -8421,6 +10252,24 @@ declare function getAllJsonSchemas(): {
|
|
|
8421
10252
|
rustAuth: z.ZodEnum<{
|
|
8422
10253
|
none: "none";
|
|
8423
10254
|
oauth2: "oauth2";
|
|
10255
|
+
torii: "torii";
|
|
10256
|
+
}>;
|
|
10257
|
+
rustRealtime: z.ZodEnum<{
|
|
10258
|
+
none: "none";
|
|
10259
|
+
"tokio-tungstenite": "tokio-tungstenite";
|
|
10260
|
+
}>;
|
|
10261
|
+
rustMessageQueue: z.ZodEnum<{
|
|
10262
|
+
none: "none";
|
|
10263
|
+
lapin: "lapin";
|
|
10264
|
+
}>;
|
|
10265
|
+
rustObservability: z.ZodEnum<{
|
|
10266
|
+
none: "none";
|
|
10267
|
+
opentelemetry: "opentelemetry";
|
|
10268
|
+
}>;
|
|
10269
|
+
rustTemplating: z.ZodEnum<{
|
|
10270
|
+
none: "none";
|
|
10271
|
+
askama: "askama";
|
|
10272
|
+
tera: "tera";
|
|
8424
10273
|
}>;
|
|
8425
10274
|
pythonWebFramework: z.ZodEnum<{
|
|
8426
10275
|
none: "none";
|
|
@@ -8428,12 +10277,14 @@ declare function getAllJsonSchemas(): {
|
|
|
8428
10277
|
django: "django";
|
|
8429
10278
|
flask: "flask";
|
|
8430
10279
|
litestar: "litestar";
|
|
10280
|
+
starlette: "starlette";
|
|
8431
10281
|
}>;
|
|
8432
10282
|
pythonOrm: z.ZodEnum<{
|
|
8433
10283
|
none: "none";
|
|
8434
10284
|
sqlalchemy: "sqlalchemy";
|
|
8435
10285
|
sqlmodel: "sqlmodel";
|
|
8436
10286
|
"tortoise-orm": "tortoise-orm";
|
|
10287
|
+
peewee: "peewee";
|
|
8437
10288
|
}>;
|
|
8438
10289
|
pythonValidation: z.ZodEnum<{
|
|
8439
10290
|
none: "none";
|
|
@@ -8442,17 +10293,21 @@ declare function getAllJsonSchemas(): {
|
|
|
8442
10293
|
pythonAi: z.ZodArray<z.ZodEnum<{
|
|
8443
10294
|
none: "none";
|
|
8444
10295
|
langgraph: "langgraph";
|
|
10296
|
+
"google-adk": "google-adk";
|
|
8445
10297
|
langchain: "langchain";
|
|
8446
10298
|
llamaindex: "llamaindex";
|
|
8447
10299
|
"openai-sdk": "openai-sdk";
|
|
8448
10300
|
"anthropic-sdk": "anthropic-sdk";
|
|
8449
10301
|
crewai: "crewai";
|
|
8450
10302
|
haystack: "haystack";
|
|
10303
|
+
"pydantic-ai": "pydantic-ai";
|
|
10304
|
+
smolagents: "smolagents";
|
|
8451
10305
|
}>>;
|
|
8452
10306
|
pythonAuth: z.ZodEnum<{
|
|
8453
10307
|
none: "none";
|
|
8454
10308
|
authlib: "authlib";
|
|
8455
10309
|
jwt: "jwt";
|
|
10310
|
+
"fastapi-users": "fastapi-users";
|
|
8456
10311
|
}>;
|
|
8457
10312
|
pythonApi: z.ZodEnum<{
|
|
8458
10313
|
none: "none";
|
|
@@ -8465,6 +10320,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8465
10320
|
rq: "rq";
|
|
8466
10321
|
dramatiq: "dramatiq";
|
|
8467
10322
|
huey: "huey";
|
|
10323
|
+
taskiq: "taskiq";
|
|
8468
10324
|
}>;
|
|
8469
10325
|
pythonGraphql: z.ZodEnum<{
|
|
8470
10326
|
none: "none";
|
|
@@ -8477,6 +10333,31 @@ declare function getAllJsonSchemas(): {
|
|
|
8477
10333
|
mypy: "mypy";
|
|
8478
10334
|
pyright: "pyright";
|
|
8479
10335
|
}>;
|
|
10336
|
+
pythonTesting: z.ZodArray<z.ZodEnum<{
|
|
10337
|
+
none: "none";
|
|
10338
|
+
pytest: "pytest";
|
|
10339
|
+
hypothesis: "hypothesis";
|
|
10340
|
+
}>>;
|
|
10341
|
+
pythonCaching: z.ZodEnum<{
|
|
10342
|
+
none: "none";
|
|
10343
|
+
redis: "redis";
|
|
10344
|
+
aiocache: "aiocache";
|
|
10345
|
+
}>;
|
|
10346
|
+
pythonRealtime: z.ZodEnum<{
|
|
10347
|
+
none: "none";
|
|
10348
|
+
"python-socketio": "python-socketio";
|
|
10349
|
+
websockets: "websockets";
|
|
10350
|
+
}>;
|
|
10351
|
+
pythonObservability: z.ZodEnum<{
|
|
10352
|
+
none: "none";
|
|
10353
|
+
opentelemetry: "opentelemetry";
|
|
10354
|
+
}>;
|
|
10355
|
+
pythonCli: z.ZodArray<z.ZodEnum<{
|
|
10356
|
+
none: "none";
|
|
10357
|
+
typer: "typer";
|
|
10358
|
+
click: "click";
|
|
10359
|
+
rich: "rich";
|
|
10360
|
+
}>>;
|
|
8480
10361
|
goWebFramework: z.ZodEnum<{
|
|
8481
10362
|
none: "none";
|
|
8482
10363
|
gin: "gin";
|
|
@@ -8485,14 +10366,15 @@ declare function getAllJsonSchemas(): {
|
|
|
8485
10366
|
chi: "chi";
|
|
8486
10367
|
}>;
|
|
8487
10368
|
goOrm: z.ZodEnum<{
|
|
8488
|
-
gorm: "gorm";
|
|
8489
10369
|
none: "none";
|
|
10370
|
+
gorm: "gorm";
|
|
8490
10371
|
sqlc: "sqlc";
|
|
8491
10372
|
ent: "ent";
|
|
8492
10373
|
}>;
|
|
8493
10374
|
goApi: z.ZodEnum<{
|
|
8494
10375
|
none: "none";
|
|
8495
10376
|
"grpc-go": "grpc-go";
|
|
10377
|
+
gqlgen: "gqlgen";
|
|
8496
10378
|
}>;
|
|
8497
10379
|
goCli: z.ZodEnum<{
|
|
8498
10380
|
none: "none";
|
|
@@ -8511,6 +10393,36 @@ declare function getAllJsonSchemas(): {
|
|
|
8511
10393
|
none: "none";
|
|
8512
10394
|
jwt: "jwt";
|
|
8513
10395
|
casbin: "casbin";
|
|
10396
|
+
goth: "goth";
|
|
10397
|
+
}>;
|
|
10398
|
+
goTesting: z.ZodArray<z.ZodEnum<{
|
|
10399
|
+
none: "none";
|
|
10400
|
+
testify: "testify";
|
|
10401
|
+
gomock: "gomock";
|
|
10402
|
+
}>>;
|
|
10403
|
+
goRealtime: z.ZodEnum<{
|
|
10404
|
+
none: "none";
|
|
10405
|
+
"gorilla-websocket": "gorilla-websocket";
|
|
10406
|
+
centrifuge: "centrifuge";
|
|
10407
|
+
}>;
|
|
10408
|
+
goMessageQueue: z.ZodEnum<{
|
|
10409
|
+
none: "none";
|
|
10410
|
+
nats: "nats";
|
|
10411
|
+
watermill: "watermill";
|
|
10412
|
+
}>;
|
|
10413
|
+
goCaching: z.ZodEnum<{
|
|
10414
|
+
none: "none";
|
|
10415
|
+
redis: "redis";
|
|
10416
|
+
ristretto: "ristretto";
|
|
10417
|
+
}>;
|
|
10418
|
+
goConfig: z.ZodEnum<{
|
|
10419
|
+
none: "none";
|
|
10420
|
+
viper: "viper";
|
|
10421
|
+
koanf: "koanf";
|
|
10422
|
+
}>;
|
|
10423
|
+
goObservability: z.ZodEnum<{
|
|
10424
|
+
none: "none";
|
|
10425
|
+
opentelemetry: "opentelemetry";
|
|
8514
10426
|
}>;
|
|
8515
10427
|
javaWebFramework: z.ZodEnum<{
|
|
8516
10428
|
none: "none";
|
|
@@ -8525,10 +10437,21 @@ declare function getAllJsonSchemas(): {
|
|
|
8525
10437
|
javaOrm: z.ZodEnum<{
|
|
8526
10438
|
none: "none";
|
|
8527
10439
|
"spring-data-jpa": "spring-data-jpa";
|
|
10440
|
+
jooq: "jooq";
|
|
10441
|
+
mybatis: "mybatis";
|
|
8528
10442
|
}>;
|
|
8529
10443
|
javaAuth: z.ZodEnum<{
|
|
8530
10444
|
none: "none";
|
|
8531
10445
|
"spring-security": "spring-security";
|
|
10446
|
+
keycloak: "keycloak";
|
|
10447
|
+
}>;
|
|
10448
|
+
javaApi: z.ZodEnum<{
|
|
10449
|
+
none: "none";
|
|
10450
|
+
"spring-graphql": "spring-graphql";
|
|
10451
|
+
}>;
|
|
10452
|
+
javaLogging: z.ZodEnum<{
|
|
10453
|
+
none: "none";
|
|
10454
|
+
logback: "logback";
|
|
8532
10455
|
}>;
|
|
8533
10456
|
javaLibraries: z.ZodArray<z.ZodEnum<{
|
|
8534
10457
|
none: "none";
|
|
@@ -8548,6 +10471,8 @@ declare function getAllJsonSchemas(): {
|
|
|
8548
10471
|
"spring-devtools": "spring-devtools";
|
|
8549
10472
|
"micrometer-prometheus": "micrometer-prometheus";
|
|
8550
10473
|
thymeleaf: "thymeleaf";
|
|
10474
|
+
"spring-amqp": "spring-amqp";
|
|
10475
|
+
"opentelemetry-java": "opentelemetry-java";
|
|
8551
10476
|
}>>;
|
|
8552
10477
|
javaTestingLibraries: z.ZodArray<z.ZodEnum<{
|
|
8553
10478
|
none: "none";
|
|
@@ -8561,6 +10486,70 @@ declare function getAllJsonSchemas(): {
|
|
|
8561
10486
|
archunit: "archunit";
|
|
8562
10487
|
jqwik: "jqwik";
|
|
8563
10488
|
}>>;
|
|
10489
|
+
dotnetWebFramework: z.ZodEnum<{
|
|
10490
|
+
none: "none";
|
|
10491
|
+
"aspnet-minimal": "aspnet-minimal";
|
|
10492
|
+
"aspnet-mvc": "aspnet-mvc";
|
|
10493
|
+
"aspnet-blazor": "aspnet-blazor";
|
|
10494
|
+
}>;
|
|
10495
|
+
dotnetOrm: z.ZodEnum<{
|
|
10496
|
+
none: "none";
|
|
10497
|
+
"ef-core": "ef-core";
|
|
10498
|
+
dapper: "dapper";
|
|
10499
|
+
linq2db: "linq2db";
|
|
10500
|
+
}>;
|
|
10501
|
+
dotnetAuth: z.ZodEnum<{
|
|
10502
|
+
none: "none";
|
|
10503
|
+
"aspnet-identity": "aspnet-identity";
|
|
10504
|
+
"duende-identityserver": "duende-identityserver";
|
|
10505
|
+
"auth0-aspnet": "auth0-aspnet";
|
|
10506
|
+
}>;
|
|
10507
|
+
dotnetApi: z.ZodEnum<{
|
|
10508
|
+
none: "none";
|
|
10509
|
+
"minimal-api": "minimal-api";
|
|
10510
|
+
"graphql-hotchocolate": "graphql-hotchocolate";
|
|
10511
|
+
"grpc-dotnet": "grpc-dotnet";
|
|
10512
|
+
}>;
|
|
10513
|
+
dotnetTesting: z.ZodArray<z.ZodEnum<{
|
|
10514
|
+
none: "none";
|
|
10515
|
+
xunit: "xunit";
|
|
10516
|
+
nunit: "nunit";
|
|
10517
|
+
moq: "moq";
|
|
10518
|
+
"testcontainers-dotnet": "testcontainers-dotnet";
|
|
10519
|
+
}>>;
|
|
10520
|
+
dotnetJobQueue: z.ZodEnum<{
|
|
10521
|
+
none: "none";
|
|
10522
|
+
hangfire: "hangfire";
|
|
10523
|
+
"quartz-net": "quartz-net";
|
|
10524
|
+
"hosted-services": "hosted-services";
|
|
10525
|
+
}>;
|
|
10526
|
+
dotnetRealtime: z.ZodEnum<{
|
|
10527
|
+
none: "none";
|
|
10528
|
+
signalr: "signalr";
|
|
10529
|
+
}>;
|
|
10530
|
+
dotnetObservability: z.ZodArray<z.ZodEnum<{
|
|
10531
|
+
none: "none";
|
|
10532
|
+
"opentelemetry-dotnet": "opentelemetry-dotnet";
|
|
10533
|
+
serilog: "serilog";
|
|
10534
|
+
nlog: "nlog";
|
|
10535
|
+
"health-checks": "health-checks";
|
|
10536
|
+
}>>;
|
|
10537
|
+
dotnetValidation: z.ZodEnum<{
|
|
10538
|
+
none: "none";
|
|
10539
|
+
fluentvalidation: "fluentvalidation";
|
|
10540
|
+
"data-annotations": "data-annotations";
|
|
10541
|
+
}>;
|
|
10542
|
+
dotnetCaching: z.ZodEnum<{
|
|
10543
|
+
none: "none";
|
|
10544
|
+
redis: "redis";
|
|
10545
|
+
"memory-cache": "memory-cache";
|
|
10546
|
+
}>;
|
|
10547
|
+
dotnetDeploy: z.ZodEnum<{
|
|
10548
|
+
none: "none";
|
|
10549
|
+
docker: "docker";
|
|
10550
|
+
azure: "azure";
|
|
10551
|
+
aws: "aws";
|
|
10552
|
+
}>;
|
|
8564
10553
|
elixirWebFramework: z.ZodEnum<{
|
|
8565
10554
|
none: "none";
|
|
8566
10555
|
phoenix: "phoenix";
|
|
@@ -8581,6 +10570,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8581
10570
|
none: "none";
|
|
8582
10571
|
rest: "rest";
|
|
8583
10572
|
absinthe: "absinthe";
|
|
10573
|
+
grpc: "grpc";
|
|
8584
10574
|
}>;
|
|
8585
10575
|
elixirRealtime: z.ZodEnum<{
|
|
8586
10576
|
none: "none";
|
|
@@ -8643,6 +10633,11 @@ declare function getAllJsonSchemas(): {
|
|
|
8643
10633
|
gigalixir: "gigalixir";
|
|
8644
10634
|
"mix-release": "mix-release";
|
|
8645
10635
|
}>;
|
|
10636
|
+
elixirLibraries: z.ZodArray<z.ZodEnum<{
|
|
10637
|
+
none: "none";
|
|
10638
|
+
nx: "nx";
|
|
10639
|
+
broadway: "broadway";
|
|
10640
|
+
}>>;
|
|
8646
10641
|
aiDocs: z.ZodArray<z.ZodEnum<{
|
|
8647
10642
|
none: "none";
|
|
8648
10643
|
"claude-md": "claude-md";
|
|
@@ -8652,37 +10647,55 @@ declare function getAllJsonSchemas(): {
|
|
|
8652
10647
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8653
10648
|
id: z.ZodString;
|
|
8654
10649
|
role: z.ZodEnum<{
|
|
8655
|
-
|
|
8656
|
-
backend: "backend";
|
|
10650
|
+
ai: "ai";
|
|
8657
10651
|
database: "database";
|
|
8658
10652
|
orm: "orm";
|
|
8659
10653
|
auth: "auth";
|
|
8660
10654
|
payments: "payments";
|
|
10655
|
+
frontend: "frontend";
|
|
10656
|
+
examples: "examples";
|
|
10657
|
+
dbSetup: "dbSetup";
|
|
10658
|
+
backend: "backend";
|
|
10659
|
+
runtime: "runtime";
|
|
10660
|
+
api: "api";
|
|
10661
|
+
effect: "effect";
|
|
10662
|
+
stateManagement: "stateManagement";
|
|
10663
|
+
forms: "forms";
|
|
10664
|
+
testing: "testing";
|
|
8661
10665
|
email: "email";
|
|
10666
|
+
validation: "validation";
|
|
10667
|
+
realtime: "realtime";
|
|
10668
|
+
jobQueue: "jobQueue";
|
|
10669
|
+
animation: "animation";
|
|
10670
|
+
fileUpload: "fileUpload";
|
|
8662
10671
|
logging: "logging";
|
|
8663
10672
|
observability: "observability";
|
|
8664
10673
|
featureFlags: "featureFlags";
|
|
8665
10674
|
analytics: "analytics";
|
|
8666
|
-
stateManagement: "stateManagement";
|
|
8667
|
-
forms: "forms";
|
|
8668
|
-
validation: "validation";
|
|
8669
|
-
testing: "testing";
|
|
8670
|
-
jobQueue: "jobQueue";
|
|
8671
|
-
caching: "caching";
|
|
8672
10675
|
cms: "cms";
|
|
10676
|
+
caching: "caching";
|
|
10677
|
+
rateLimit: "rateLimit";
|
|
8673
10678
|
i18n: "i18n";
|
|
8674
10679
|
search: "search";
|
|
8675
10680
|
fileStorage: "fileStorage";
|
|
8676
|
-
|
|
8677
|
-
documentation: "documentation";
|
|
8678
|
-
api: "api";
|
|
8679
|
-
ai: "ai";
|
|
8680
|
-
css: "css";
|
|
8681
|
-
ui: "ui";
|
|
8682
|
-
frontend: "frontend";
|
|
10681
|
+
config: "config";
|
|
8683
10682
|
mobile: "mobile";
|
|
8684
10683
|
deploy: "deploy";
|
|
10684
|
+
navigation: "navigation";
|
|
10685
|
+
ui: "ui";
|
|
10686
|
+
css: "css";
|
|
10687
|
+
storage: "storage";
|
|
10688
|
+
documentation: "documentation";
|
|
10689
|
+
codeQuality: "codeQuality";
|
|
8685
10690
|
appPlatform: "appPlatform";
|
|
10691
|
+
dataFetching: "dataFetching";
|
|
10692
|
+
workspaceTooling: "workspaceTooling";
|
|
10693
|
+
buildTool: "buildTool";
|
|
10694
|
+
cli: "cli";
|
|
10695
|
+
errorHandling: "errorHandling";
|
|
10696
|
+
httpClient: "httpClient";
|
|
10697
|
+
libraries: "libraries";
|
|
10698
|
+
templating: "templating";
|
|
8686
10699
|
}>;
|
|
8687
10700
|
toolId: z.ZodString;
|
|
8688
10701
|
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -8693,6 +10706,7 @@ declare function getAllJsonSchemas(): {
|
|
|
8693
10706
|
go: "go";
|
|
8694
10707
|
java: "java";
|
|
8695
10708
|
elixir: "elixir";
|
|
10709
|
+
dotnet: "dotnet";
|
|
8696
10710
|
}>, z.ZodLiteral<"universal">]>;
|
|
8697
10711
|
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
8698
10712
|
source: z.ZodEnum<{
|