@better-fullstack/types 1.6.1 → 1.6.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.
@@ -98,6 +98,7 @@ declare const AddonsSchema: z.ZodEnum<{
98
98
  "tanstack-virtual": "tanstack-virtual";
99
99
  "tanstack-db": "tanstack-db";
100
100
  "tanstack-pacer": "tanstack-pacer";
101
+ "docker-compose": "docker-compose";
101
102
  }>;
102
103
  declare const ExamplesSchema: z.ZodEnum<{
103
104
  none: "none";
@@ -184,6 +185,7 @@ declare const AISchema: z.ZodEnum<{
184
185
  langchain: "langchain";
185
186
  llamaindex: "llamaindex";
186
187
  "tanstack-ai": "tanstack-ai";
188
+ "ai-cli": "ai-cli";
187
189
  }>;
188
190
  declare const EffectSchema: z.ZodEnum<{
189
191
  none: "none";
@@ -472,12 +474,23 @@ declare const JavaLibrariesSchema: z.ZodEnum<{
472
474
  "spring-actuator": "spring-actuator";
473
475
  "spring-validation": "spring-validation";
474
476
  flyway: "flyway";
477
+ liquibase: "liquibase";
478
+ "springdoc-openapi": "springdoc-openapi";
479
+ lombok: "lombok";
480
+ mapstruct: "mapstruct";
481
+ caffeine: "caffeine";
475
482
  }>;
476
483
  declare const JavaTestingLibrariesSchema: z.ZodEnum<{
477
484
  none: "none";
478
485
  junit5: "junit5";
479
486
  mockito: "mockito";
480
487
  testcontainers: "testcontainers";
488
+ assertj: "assertj";
489
+ "rest-assured": "rest-assured";
490
+ wiremock: "wiremock";
491
+ awaitility: "awaitility";
492
+ archunit: "archunit";
493
+ jqwik: "jqwik";
481
494
  }>;
482
495
  declare const AiDocsSchema: z.ZodEnum<{
483
496
  none: "none";
@@ -689,6 +702,7 @@ declare const CreateInputSchema: z.ZodObject<{
689
702
  "tanstack-virtual": "tanstack-virtual";
690
703
  "tanstack-db": "tanstack-db";
691
704
  "tanstack-pacer": "tanstack-pacer";
705
+ "docker-compose": "docker-compose";
692
706
  }>>>;
693
707
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
694
708
  none: "none";
@@ -795,6 +809,7 @@ declare const CreateInputSchema: z.ZodObject<{
795
809
  langchain: "langchain";
796
810
  llamaindex: "llamaindex";
797
811
  "tanstack-ai": "tanstack-ai";
812
+ "ai-cli": "ai-cli";
798
813
  }>>;
799
814
  effect: z.ZodOptional<z.ZodEnum<{
800
815
  none: "none";
@@ -1172,12 +1187,23 @@ declare const CreateInputSchema: z.ZodObject<{
1172
1187
  "spring-actuator": "spring-actuator";
1173
1188
  "spring-validation": "spring-validation";
1174
1189
  flyway: "flyway";
1190
+ liquibase: "liquibase";
1191
+ "springdoc-openapi": "springdoc-openapi";
1192
+ lombok: "lombok";
1193
+ mapstruct: "mapstruct";
1194
+ caffeine: "caffeine";
1175
1195
  }>>>;
1176
1196
  javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1177
1197
  none: "none";
1178
1198
  junit5: "junit5";
1179
1199
  mockito: "mockito";
1180
1200
  testcontainers: "testcontainers";
1201
+ assertj: "assertj";
1202
+ "rest-assured": "rest-assured";
1203
+ wiremock: "wiremock";
1204
+ awaitility: "awaitility";
1205
+ archunit: "archunit";
1206
+ jqwik: "jqwik";
1181
1207
  }>>>;
1182
1208
  aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1183
1209
  none: "none";
@@ -1211,6 +1237,7 @@ declare const AddInputSchema: z.ZodObject<{
1211
1237
  "tanstack-virtual": "tanstack-virtual";
1212
1238
  "tanstack-db": "tanstack-db";
1213
1239
  "tanstack-pacer": "tanstack-pacer";
1240
+ "docker-compose": "docker-compose";
1214
1241
  }>>>;
1215
1242
  webDeploy: z.ZodOptional<z.ZodEnum<{
1216
1243
  none: "none";
@@ -1340,6 +1367,7 @@ declare const CLIInputSchema: z.ZodObject<{
1340
1367
  "tanstack-virtual": "tanstack-virtual";
1341
1368
  "tanstack-db": "tanstack-db";
1342
1369
  "tanstack-pacer": "tanstack-pacer";
1370
+ "docker-compose": "docker-compose";
1343
1371
  }>>>;
1344
1372
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1345
1373
  none: "none";
@@ -1446,6 +1474,7 @@ declare const CLIInputSchema: z.ZodObject<{
1446
1474
  langchain: "langchain";
1447
1475
  llamaindex: "llamaindex";
1448
1476
  "tanstack-ai": "tanstack-ai";
1477
+ "ai-cli": "ai-cli";
1449
1478
  }>>;
1450
1479
  effect: z.ZodOptional<z.ZodEnum<{
1451
1480
  none: "none";
@@ -1823,12 +1852,23 @@ declare const CLIInputSchema: z.ZodObject<{
1823
1852
  "spring-actuator": "spring-actuator";
1824
1853
  "spring-validation": "spring-validation";
1825
1854
  flyway: "flyway";
1855
+ liquibase: "liquibase";
1856
+ "springdoc-openapi": "springdoc-openapi";
1857
+ lombok: "lombok";
1858
+ mapstruct: "mapstruct";
1859
+ caffeine: "caffeine";
1826
1860
  }>>>;
1827
1861
  javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1828
1862
  none: "none";
1829
1863
  junit5: "junit5";
1830
1864
  mockito: "mockito";
1831
1865
  testcontainers: "testcontainers";
1866
+ assertj: "assertj";
1867
+ "rest-assured": "rest-assured";
1868
+ wiremock: "wiremock";
1869
+ awaitility: "awaitility";
1870
+ archunit: "archunit";
1871
+ jqwik: "jqwik";
1832
1872
  }>>>;
1833
1873
  aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1834
1874
  none: "none";
@@ -1932,6 +1972,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
1932
1972
  "tanstack-virtual": "tanstack-virtual";
1933
1973
  "tanstack-db": "tanstack-db";
1934
1974
  "tanstack-pacer": "tanstack-pacer";
1975
+ "docker-compose": "docker-compose";
1935
1976
  }>>;
1936
1977
  examples: z.ZodArray<z.ZodEnum<{
1937
1978
  none: "none";
@@ -2027,6 +2068,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
2027
2068
  langchain: "langchain";
2028
2069
  llamaindex: "llamaindex";
2029
2070
  "tanstack-ai": "tanstack-ai";
2071
+ "ai-cli": "ai-cli";
2030
2072
  }>;
2031
2073
  effect: z.ZodEnum<{
2032
2074
  none: "none";
@@ -2404,12 +2446,23 @@ declare const ProjectConfigSchema: z.ZodObject<{
2404
2446
  "spring-actuator": "spring-actuator";
2405
2447
  "spring-validation": "spring-validation";
2406
2448
  flyway: "flyway";
2449
+ liquibase: "liquibase";
2450
+ "springdoc-openapi": "springdoc-openapi";
2451
+ lombok: "lombok";
2452
+ mapstruct: "mapstruct";
2453
+ caffeine: "caffeine";
2407
2454
  }>>;
2408
2455
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
2409
2456
  none: "none";
2410
2457
  junit5: "junit5";
2411
2458
  mockito: "mockito";
2412
2459
  testcontainers: "testcontainers";
2460
+ assertj: "assertj";
2461
+ "rest-assured": "rest-assured";
2462
+ wiremock: "wiremock";
2463
+ awaitility: "awaitility";
2464
+ archunit: "archunit";
2465
+ jqwik: "jqwik";
2413
2466
  }>>;
2414
2467
  aiDocs: z.ZodArray<z.ZodEnum<{
2415
2468
  none: "none";
@@ -2511,6 +2564,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
2511
2564
  "tanstack-virtual": "tanstack-virtual";
2512
2565
  "tanstack-db": "tanstack-db";
2513
2566
  "tanstack-pacer": "tanstack-pacer";
2567
+ "docker-compose": "docker-compose";
2514
2568
  }>>;
2515
2569
  examples: z.ZodArray<z.ZodEnum<{
2516
2570
  none: "none";
@@ -2604,6 +2658,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
2604
2658
  langchain: "langchain";
2605
2659
  llamaindex: "llamaindex";
2606
2660
  "tanstack-ai": "tanstack-ai";
2661
+ "ai-cli": "ai-cli";
2607
2662
  }>;
2608
2663
  effect: z.ZodEnum<{
2609
2664
  none: "none";
@@ -2981,12 +3036,23 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
2981
3036
  "spring-actuator": "spring-actuator";
2982
3037
  "spring-validation": "spring-validation";
2983
3038
  flyway: "flyway";
3039
+ liquibase: "liquibase";
3040
+ "springdoc-openapi": "springdoc-openapi";
3041
+ lombok: "lombok";
3042
+ mapstruct: "mapstruct";
3043
+ caffeine: "caffeine";
2984
3044
  }>>;
2985
3045
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
2986
3046
  none: "none";
2987
3047
  junit5: "junit5";
2988
3048
  mockito: "mockito";
2989
3049
  testcontainers: "testcontainers";
3050
+ assertj: "assertj";
3051
+ "rest-assured": "rest-assured";
3052
+ wiremock: "wiremock";
3053
+ awaitility: "awaitility";
3054
+ archunit: "archunit";
3055
+ jqwik: "jqwik";
2990
3056
  }>>;
2991
3057
  aiDocs: z.ZodArray<z.ZodEnum<{
2992
3058
  none: "none";
@@ -3089,6 +3155,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
3089
3155
  "tanstack-virtual": "tanstack-virtual";
3090
3156
  "tanstack-db": "tanstack-db";
3091
3157
  "tanstack-pacer": "tanstack-pacer";
3158
+ "docker-compose": "docker-compose";
3092
3159
  }>>;
3093
3160
  examples: z.ZodArray<z.ZodEnum<{
3094
3161
  none: "none";
@@ -3182,6 +3249,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
3182
3249
  langchain: "langchain";
3183
3250
  llamaindex: "llamaindex";
3184
3251
  "tanstack-ai": "tanstack-ai";
3252
+ "ai-cli": "ai-cli";
3185
3253
  }>;
3186
3254
  effect: z.ZodEnum<{
3187
3255
  none: "none";
@@ -3559,12 +3627,23 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
3559
3627
  "spring-actuator": "spring-actuator";
3560
3628
  "spring-validation": "spring-validation";
3561
3629
  flyway: "flyway";
3630
+ liquibase: "liquibase";
3631
+ "springdoc-openapi": "springdoc-openapi";
3632
+ lombok: "lombok";
3633
+ mapstruct: "mapstruct";
3634
+ caffeine: "caffeine";
3562
3635
  }>>;
3563
3636
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
3564
3637
  none: "none";
3565
3638
  junit5: "junit5";
3566
3639
  mockito: "mockito";
3567
3640
  testcontainers: "testcontainers";
3641
+ assertj: "assertj";
3642
+ "rest-assured": "rest-assured";
3643
+ wiremock: "wiremock";
3644
+ awaitility: "awaitility";
3645
+ archunit: "archunit";
3646
+ jqwik: "jqwik";
3568
3647
  }>>;
3569
3648
  aiDocs: z.ZodArray<z.ZodEnum<{
3570
3649
  none: "none";
@@ -3669,6 +3748,7 @@ declare const InitResultSchema: z.ZodObject<{
3669
3748
  "tanstack-virtual": "tanstack-virtual";
3670
3749
  "tanstack-db": "tanstack-db";
3671
3750
  "tanstack-pacer": "tanstack-pacer";
3751
+ "docker-compose": "docker-compose";
3672
3752
  }>>;
3673
3753
  examples: z.ZodArray<z.ZodEnum<{
3674
3754
  none: "none";
@@ -3764,6 +3844,7 @@ declare const InitResultSchema: z.ZodObject<{
3764
3844
  langchain: "langchain";
3765
3845
  llamaindex: "llamaindex";
3766
3846
  "tanstack-ai": "tanstack-ai";
3847
+ "ai-cli": "ai-cli";
3767
3848
  }>;
3768
3849
  effect: z.ZodEnum<{
3769
3850
  none: "none";
@@ -4141,12 +4222,23 @@ declare const InitResultSchema: z.ZodObject<{
4141
4222
  "spring-actuator": "spring-actuator";
4142
4223
  "spring-validation": "spring-validation";
4143
4224
  flyway: "flyway";
4225
+ liquibase: "liquibase";
4226
+ "springdoc-openapi": "springdoc-openapi";
4227
+ lombok: "lombok";
4228
+ mapstruct: "mapstruct";
4229
+ caffeine: "caffeine";
4144
4230
  }>>;
4145
4231
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
4146
4232
  none: "none";
4147
4233
  junit5: "junit5";
4148
4234
  mockito: "mockito";
4149
4235
  testcontainers: "testcontainers";
4236
+ assertj: "assertj";
4237
+ "rest-assured": "rest-assured";
4238
+ wiremock: "wiremock";
4239
+ awaitility: "awaitility";
4240
+ archunit: "archunit";
4241
+ jqwik: "jqwik";
4150
4242
  }>>;
4151
4243
  aiDocs: z.ZodArray<z.ZodEnum<{
4152
4244
  none: "none";
@@ -4167,7 +4259,7 @@ declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm
4167
4259
  declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
4168
4260
  declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
4169
4261
  declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "tanstack-start" | "next" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
4170
- declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer")[];
4262
+ declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "docker-compose")[];
4171
4263
  declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
4172
4264
  declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
4173
4265
  declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
@@ -4180,7 +4272,7 @@ declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" |
4180
4272
  declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
4181
4273
  declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "uniwind")[];
4182
4274
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "svelte" | "solid" | "react" | "vue")[];
4183
- declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai")[];
4275
+ declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
4184
4276
  declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
4185
4277
  declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
4186
4278
  declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
@@ -4231,8 +4323,8 @@ declare const JAVA_WEB_FRAMEWORK_VALUES: ("none" | "spring-boot")[];
4231
4323
  declare const JAVA_BUILD_TOOL_VALUES: ("none" | "maven" | "gradle")[];
4232
4324
  declare const JAVA_ORM_VALUES: ("none" | "spring-data-jpa")[];
4233
4325
  declare const JAVA_AUTH_VALUES: ("none" | "spring-security")[];
4234
- declare const JAVA_LIBRARIES_VALUES: ("none" | "spring-actuator" | "spring-validation" | "flyway")[];
4235
- declare const JAVA_TESTING_LIBRARIES_VALUES: ("none" | "junit5" | "mockito" | "testcontainers")[];
4326
+ declare const JAVA_LIBRARIES_VALUES: ("none" | "spring-actuator" | "spring-validation" | "flyway" | "liquibase" | "springdoc-openapi" | "lombok" | "mapstruct" | "caffeine")[];
4327
+ declare const JAVA_TESTING_LIBRARIES_VALUES: ("none" | "junit5" | "mockito" | "testcontainers" | "assertj" | "rest-assured" | "wiremock" | "awaitility" | "archunit" | "jqwik")[];
4236
4328
  declare const AI_DOCS_VALUES: ("none" | "claude-md" | "agents-md" | "cursorrules")[];
4237
4329
  declare const SHADCN_BASE_VALUES: ("radix" | "base")[];
4238
4330
  declare const SHADCN_STYLE_VALUES: ("vega" | "nova" | "maia" | "lyra" | "mira")[];
@@ -4243,4 +4335,4 @@ declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-san
4243
4335
  declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
4244
4336
  //#endregion
4245
4337
  export { FrontendSchema as $, VALIDATION_VALUES as $n, PythonQualitySchema as $t, DATABASE_SETUP_VALUES as A, SHADCN_BASE_VALUES as An, LoggingSchema as At, EcosystemSchema as B, ShadcnBaseSchema as Bn, PYTHON_ORM_VALUES as Bt, CLIInputSchema as C, RustLibrariesSchema as Cn, JavaBuildToolSchema as Ct, CSS_FRAMEWORK_VALUES as D, SEARCH_VALUES as Dn, JavaWebFrameworkSchema as Dt, CSSFrameworkSchema as E, RustWebFrameworkSchema as En, JavaTestingLibrariesSchema as Et, DirectoryConflictSchema as F, SHADCN_STYLE_VALUES as Fn, PACKAGE_MANAGER_VALUES as Ft, FILE_STORAGE_VALUES as G, ShadcnStyleSchema as Gn, PackageManagerSchema as Gt, EmailSchema as H, ShadcnFontSchema as Hn, PYTHON_TASK_QUEUE_VALUES as Ht, ECOSYSTEM_VALUES as I, STATE_MANAGEMENT_VALUES as In, PAYMENTS_VALUES as It, FRONTEND_VALUES as J, TESTING_VALUES as Jn, ProjectNameSchema as Jt, FILE_UPLOAD_VALUES as K, StateManagementSchema as Kn, PaymentsSchema as Kt, EFFECT_VALUES as L, SearchSchema as Ln, PYTHON_AI_VALUES as Lt, DIRECTORY_CONFLICT_VALUES as M, SHADCN_FONT_VALUES as Mn, ORMSchema as Mt, DatabaseSchema as N, SHADCN_ICON_LIBRARY_VALUES as Nn, ORM_VALUES as Nt, CachingSchema as O, SERVER_DEPLOY_VALUES as On, JobQueueSchema as Ot, DatabaseSetupSchema as P, SHADCN_RADIUS_VALUES as Pn, ObservabilitySchema as Pt, FormsSchema as Q, UI_LIBRARY_VALUES as Qn, PythonOrmSchema as Qt, EMAIL_VALUES as R, ServerDeploySchema as Rn, PYTHON_AUTH_VALUES as Rt, CACHING_VALUES as S, RustFrontendSchema as Sn, JavaAuthSchema as St, CMS_VALUES as T, RustOrmSchema as Tn, JavaOrmSchema as Tt, ExamplesSchema as U, ShadcnIconLibrarySchema as Un, PYTHON_VALIDATION_VALUES as Ut, EffectSchema as V, ShadcnColorThemeSchema as Vn, PYTHON_QUALITY_VALUES as Vt, FEATURE_FLAGS_VALUES as W, ShadcnRadiusSchema as Wn, PYTHON_WEB_FRAMEWORK_VALUES as Wt, FileStorageSchema as X, TestingSchema as Xn, PythonAuthSchema as Xt, FeatureFlagsSchema as Y, TemplateSchema as Yn, PythonAiSchema as Yt, FileUploadSchema as Z, UILibrarySchema as Zn, PythonGraphqlSchema as Zt, AuthSchema as _, RustApiSchema as _n, JAVA_LIBRARIES_VALUES as _t, ANALYTICS_VALUES as a, RUST_API_VALUES as an, GO_WEB_FRAMEWORK_VALUES as at, BetterTStackConfigFileSchema as b, RustCliSchema as bn, JAVA_WEB_FRAMEWORK_VALUES as bt, API_VALUES as c, RUST_CLI_VALUES as cn, GoCliSchema as ct, AddInputSchema as d, RUST_LIBRARIES_VALUES as dn, GoWebFrameworkSchema as dt, PythonTaskQueueSchema as en, VERSION_CHANNEL_VALUES as er, GO_API_VALUES as et, AddonsSchema as f, RUST_LOGGING_VALUES as fn, I18N_VALUES as ft, AstroIntegrationSchema as g, RuntimeSchema as gn, JAVA_BUILD_TOOL_VALUES as gt, AnimationSchema as h, RealtimeSchema as hn, JAVA_AUTH_VALUES as ht, AI_VALUES as i, RUNTIME_VALUES as in, WebDeploySchema as ir, GO_ORM_VALUES as it, DATABASE_VALUES as j, SHADCN_COLOR_THEME_VALUES as jn, OBSERVABILITY_VALUES as jt, CreateInputSchema as k, SHADCN_BASE_COLOR_VALUES as kn, LOGGING_VALUES as kt, ASTRO_INTEGRATION_VALUES as l, RUST_ERROR_HANDLING_VALUES as ln, GoLoggingSchema as lt, AnalyticsSchema as m, RUST_WEB_FRAMEWORK_VALUES as mn, InitResultSchema as mt, AISchema as n, PythonWebFrameworkSchema as nn, VersionChannelSchema as nr, GO_CLI_VALUES as nt, ANIMATION_VALUES as o, RUST_AUTH_VALUES as on, GoApiSchema as ot, AiDocsSchema as p, RUST_ORM_VALUES as pn, I18nSchema as pt, FORMS_VALUES as q, TEMPLATE_VALUES as qn, ProjectConfigSchema as qt, AI_DOCS_VALUES as r, REALTIME_VALUES as rn, WEB_DEPLOY_VALUES as rr, GO_LOGGING_VALUES as rt, APISchema as s, RUST_CACHING_VALUES as sn, GoAuthSchema as st, ADDONS_VALUES as t, PythonValidationSchema as tn, ValidationSchema as tr, GO_AUTH_VALUES as tt, AUTH_VALUES as u, RUST_FRONTEND_VALUES as un, GoOrmSchema as ut, BACKEND_VALUES as v, RustAuthSchema as vn, JAVA_ORM_VALUES as vt, CMSSchema as w, RustLoggingSchema as wn, JavaLibrariesSchema as wt, BetterTStackConfigSchema as x, RustErrorHandlingSchema as xn, JOB_QUEUE_VALUES as xt, BackendSchema as y, RustCachingSchema as yn, JAVA_TESTING_LIBRARIES_VALUES as yt, EXAMPLES_VALUES as z, ShadcnBaseColorSchema as zn, PYTHON_GRAPHQL_VALUES as zt };
4246
- //# sourceMappingURL=schemas-B_I1Oeyt.d.mts.map
4338
+ //# sourceMappingURL=schemas-BsdLtIDm.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schemas-BsdLtIDm.d.mts","names":[],"sources":["../src/schemas.ts"],"sourcesContent":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;cAId,qBAAmB,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA0FnB,0BAAwB,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuFxB,8BAA4B,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAW5B,kBAAgB,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAWhB;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA"}
@@ -97,6 +97,7 @@ const AddonsSchema = z.enum([
97
97
  "tanstack-virtual",
98
98
  "tanstack-db",
99
99
  "tanstack-pacer",
100
+ "docker-compose",
100
101
  "none"
101
102
  ]).describe("Additional addons");
102
103
  const ExamplesSchema = z.enum([
@@ -183,6 +184,7 @@ const AISchema = z.enum([
183
184
  "langchain",
184
185
  "llamaindex",
185
186
  "tanstack-ai",
187
+ "ai-cli",
186
188
  "none"
187
189
  ]).describe("AI SDK");
188
190
  const EffectSchema = z.enum([
@@ -441,12 +443,23 @@ const JavaLibrariesSchema = z.enum([
441
443
  "spring-actuator",
442
444
  "spring-validation",
443
445
  "flyway",
446
+ "liquibase",
447
+ "springdoc-openapi",
448
+ "lombok",
449
+ "mapstruct",
450
+ "caffeine",
444
451
  "none"
445
452
  ]).describe("Java application libraries");
446
453
  const JavaTestingLibrariesSchema = z.enum([
447
454
  "junit5",
448
455
  "mockito",
449
456
  "testcontainers",
457
+ "assertj",
458
+ "rest-assured",
459
+ "wiremock",
460
+ "awaitility",
461
+ "archunit",
462
+ "jqwik",
450
463
  "none"
451
464
  ]).describe("Java testing libraries");
452
465
  const AiDocsSchema = z.enum([
@@ -927,4 +940,4 @@ const SHADCN_RADIUS_VALUES = ShadcnRadiusSchema.options;
927
940
 
928
941
  //#endregion
929
942
  export { FrontendSchema as $, VALIDATION_VALUES as $n, PythonQualitySchema as $t, DATABASE_SETUP_VALUES as A, SHADCN_BASE_VALUES as An, LoggingSchema as At, EcosystemSchema as B, ShadcnBaseSchema as Bn, PYTHON_ORM_VALUES as Bt, CLIInputSchema as C, RustLibrariesSchema as Cn, JavaBuildToolSchema as Ct, CSS_FRAMEWORK_VALUES as D, SEARCH_VALUES as Dn, JavaWebFrameworkSchema as Dt, CSSFrameworkSchema as E, RustWebFrameworkSchema as En, JavaTestingLibrariesSchema as Et, DirectoryConflictSchema as F, SHADCN_STYLE_VALUES as Fn, PACKAGE_MANAGER_VALUES as Ft, FILE_STORAGE_VALUES as G, ShadcnStyleSchema as Gn, PackageManagerSchema as Gt, EmailSchema as H, ShadcnFontSchema as Hn, PYTHON_TASK_QUEUE_VALUES as Ht, ECOSYSTEM_VALUES as I, STATE_MANAGEMENT_VALUES as In, PAYMENTS_VALUES as It, FRONTEND_VALUES as J, TESTING_VALUES as Jn, ProjectNameSchema as Jt, FILE_UPLOAD_VALUES as K, StateManagementSchema as Kn, PaymentsSchema as Kt, EFFECT_VALUES as L, SearchSchema as Ln, PYTHON_AI_VALUES as Lt, DIRECTORY_CONFLICT_VALUES as M, SHADCN_FONT_VALUES as Mn, ORMSchema as Mt, DatabaseSchema as N, SHADCN_ICON_LIBRARY_VALUES as Nn, ORM_VALUES as Nt, CachingSchema as O, SERVER_DEPLOY_VALUES as On, JobQueueSchema as Ot, DatabaseSetupSchema as P, SHADCN_RADIUS_VALUES as Pn, ObservabilitySchema as Pt, FormsSchema as Q, UI_LIBRARY_VALUES as Qn, PythonOrmSchema as Qt, EMAIL_VALUES as R, ServerDeploySchema as Rn, PYTHON_AUTH_VALUES as Rt, CACHING_VALUES as S, RustFrontendSchema as Sn, JavaAuthSchema as St, CMS_VALUES as T, RustOrmSchema as Tn, JavaOrmSchema as Tt, ExamplesSchema as U, ShadcnIconLibrarySchema as Un, PYTHON_VALIDATION_VALUES as Ut, EffectSchema as V, ShadcnColorThemeSchema as Vn, PYTHON_QUALITY_VALUES as Vt, FEATURE_FLAGS_VALUES as W, ShadcnRadiusSchema as Wn, PYTHON_WEB_FRAMEWORK_VALUES as Wt, FileStorageSchema as X, TestingSchema as Xn, PythonAuthSchema as Xt, FeatureFlagsSchema as Y, TemplateSchema as Yn, PythonAiSchema as Yt, FileUploadSchema as Z, UILibrarySchema as Zn, PythonGraphqlSchema as Zt, AuthSchema as _, RustApiSchema as _n, JAVA_LIBRARIES_VALUES as _t, ANALYTICS_VALUES as a, RUST_API_VALUES as an, GO_WEB_FRAMEWORK_VALUES as at, BetterTStackConfigFileSchema as b, RustCliSchema as bn, JAVA_WEB_FRAMEWORK_VALUES as bt, API_VALUES as c, RUST_CLI_VALUES as cn, GoCliSchema as ct, AddInputSchema as d, RUST_LIBRARIES_VALUES as dn, GoWebFrameworkSchema as dt, PythonTaskQueueSchema as en, VERSION_CHANNEL_VALUES as er, GO_API_VALUES as et, AddonsSchema as f, RUST_LOGGING_VALUES as fn, I18N_VALUES as ft, AstroIntegrationSchema as g, RuntimeSchema as gn, JAVA_BUILD_TOOL_VALUES as gt, AnimationSchema as h, RealtimeSchema as hn, JAVA_AUTH_VALUES as ht, AI_VALUES as i, RUNTIME_VALUES as in, WebDeploySchema as ir, GO_ORM_VALUES as it, DATABASE_VALUES as j, SHADCN_COLOR_THEME_VALUES as jn, OBSERVABILITY_VALUES as jt, CreateInputSchema as k, SHADCN_BASE_COLOR_VALUES as kn, LOGGING_VALUES as kt, ASTRO_INTEGRATION_VALUES as l, RUST_ERROR_HANDLING_VALUES as ln, GoLoggingSchema as lt, AnalyticsSchema as m, RUST_WEB_FRAMEWORK_VALUES as mn, InitResultSchema as mt, AISchema as n, PythonWebFrameworkSchema as nn, VersionChannelSchema as nr, GO_CLI_VALUES as nt, ANIMATION_VALUES as o, RUST_AUTH_VALUES as on, GoApiSchema as ot, AiDocsSchema as p, RUST_ORM_VALUES as pn, I18nSchema as pt, FORMS_VALUES as q, TEMPLATE_VALUES as qn, ProjectConfigSchema as qt, AI_DOCS_VALUES as r, REALTIME_VALUES as rn, WEB_DEPLOY_VALUES as rr, GO_LOGGING_VALUES as rt, APISchema as s, RUST_CACHING_VALUES as sn, GoAuthSchema as st, ADDONS_VALUES as t, PythonValidationSchema as tn, ValidationSchema as tr, GO_AUTH_VALUES as tt, AUTH_VALUES as u, RUST_FRONTEND_VALUES as un, GoOrmSchema as ut, BACKEND_VALUES as v, RustAuthSchema as vn, JAVA_ORM_VALUES as vt, CMSSchema as w, RustLoggingSchema as wn, JavaLibrariesSchema as wt, BetterTStackConfigSchema as x, RustErrorHandlingSchema as xn, JOB_QUEUE_VALUES as xt, BackendSchema as y, RustCachingSchema as yn, JAVA_TESTING_LIBRARIES_VALUES as yt, EXAMPLES_VALUES as z, ShadcnBaseColorSchema as zn, PYTHON_GRAPHQL_VALUES as zt };
930
- //# sourceMappingURL=schemas-Bg3JFNO5.mjs.map
943
+ //# sourceMappingURL=schemas-CDxaaiIP.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schemas-CDxaaiIP.mjs","names":[],"sources":["../src/schemas.ts"],"sourcesContent":["import { z } from \"zod\";\n\nexport const EcosystemSchema = z\n .enum([\"typescript\", \"rust\", \"python\", \"go\", \"java\"])\n .describe(\"Language ecosystem (typescript, rust, python, go, or java)\");\n\nexport const DatabaseSchema = z\n .enum([\"none\", \"sqlite\", \"postgres\", \"mysql\", \"mongodb\", \"edgedb\", \"redis\"])\n .describe(\"Database type\");\n\nexport const ORMSchema = z\n .enum([\"drizzle\", \"prisma\", \"mongoose\", \"typeorm\", \"kysely\", \"mikroorm\", \"sequelize\", \"none\"])\n .describe(\"ORM type\");\n\nexport const BackendSchema = z\n .enum([\n \"hono\",\n \"express\",\n \"fastify\",\n \"elysia\",\n \"fets\",\n \"nestjs\",\n \"adonisjs\",\n \"nitro\",\n \"encore\",\n \"convex\",\n \"self\",\n \"none\",\n ])\n .describe(\"Backend framework\");\n\nexport const RuntimeSchema = z\n .enum([\"bun\", \"node\", \"workers\", \"none\"])\n .describe(\"Runtime environment\");\n\nexport const FrontendSchema = z\n .enum([\n \"tanstack-router\",\n \"react-router\",\n \"react-vite\",\n \"tanstack-start\",\n \"next\",\n \"nuxt\",\n \"native-bare\",\n \"native-uniwind\",\n \"native-unistyles\",\n \"svelte\",\n \"solid\",\n \"solid-start\",\n \"astro\",\n \"qwik\",\n \"angular\",\n \"redwood\",\n \"fresh\",\n \"none\",\n ])\n .describe(\"Frontend framework\");\n\nexport const AstroIntegrationSchema = z\n .enum([\"react\", \"vue\", \"svelte\", \"solid\", \"none\"])\n .describe(\"Astro UI framework integration\");\n\nexport const AddonsSchema = z\n .enum([\n \"pwa\",\n \"tauri\",\n \"starlight\",\n \"biome\",\n \"lefthook\",\n \"husky\",\n \"ruler\",\n \"mcp\",\n \"skills\",\n \"turborepo\",\n \"fumadocs\",\n \"ultracite\",\n \"oxlint\",\n \"opentui\",\n \"wxt\",\n \"msw\",\n \"storybook\",\n \"tanstack-query\",\n \"tanstack-table\",\n \"tanstack-virtual\",\n \"tanstack-db\",\n \"tanstack-pacer\",\n \"docker-compose\",\n \"none\",\n ])\n .describe(\"Additional addons\");\n\nexport const ExamplesSchema = z\n .enum([\"ai\", \"chat-sdk\", \"tanstack-showcase\", \"none\"])\n .describe(\"Example templates to include\");\n\nexport const PackageManagerSchema = z\n .enum([\"npm\", \"pnpm\", \"bun\", \"yarn\"])\n .describe(\"Package manager\");\n\nexport const VersionChannelSchema = z\n .enum([\"stable\", \"latest\", \"beta\"])\n .describe(\"Dependency version channel\");\n\nexport const DatabaseSetupSchema = z\n .enum([\n \"turso\",\n \"neon\",\n \"prisma-postgres\",\n \"planetscale\",\n \"mongodb-atlas\",\n \"supabase\",\n \"upstash\",\n \"d1\",\n \"docker\",\n \"none\",\n ])\n .describe(\"Database hosting setup\");\n\nexport const APISchema = z\n .enum([\"trpc\", \"orpc\", \"ts-rest\", \"garph\", \"graphql-yoga\", \"none\"])\n .describe(\"API type\");\n\nexport const AuthSchema = z\n .enum([\n \"better-auth\",\n \"go-better-auth\",\n \"clerk\",\n \"nextauth\",\n \"stack-auth\",\n \"supabase-auth\",\n \"auth0\",\n \"none\",\n ])\n .describe(\"Authentication provider\");\n\nexport const PaymentsSchema = z\n .enum([\"polar\", \"stripe\", \"lemon-squeezy\", \"paddle\", \"dodo\", \"none\"])\n .describe(\"Payments provider\");\n\nexport const WebDeploySchema = z\n .enum([\"cloudflare\", \"fly\", \"railway\", \"docker\", \"sst\", \"vercel\", \"none\"])\n .describe(\"Web deployment\");\n\nexport const ServerDeploySchema = z\n .enum([\"cloudflare\", \"fly\", \"railway\", \"docker\", \"sst\", \"vercel\", \"none\"])\n .describe(\"Server deployment\");\n\nexport const AISchema = z\n .enum([\n \"vercel-ai\",\n \"mastra\",\n \"voltagent\",\n \"langgraph\",\n \"openai-agents\",\n \"google-adk\",\n \"modelfusion\",\n \"langchain\",\n \"llamaindex\",\n \"tanstack-ai\",\n \"ai-cli\",\n \"none\",\n ])\n .describe(\"AI SDK\");\n\nexport const EffectSchema = z\n .enum([\"effect\", \"effect-full\", \"none\"])\n .describe(\n \"Effect ecosystem (effect-full includes @effect/schema, @effect/platform, @effect/sql)\",\n );\n\nexport const StateManagementSchema = z\n .enum([\n \"zustand\",\n \"jotai\",\n \"nanostores\",\n \"redux-toolkit\",\n \"mobx\",\n \"xstate\",\n \"valtio\",\n \"tanstack-store\",\n \"legend-state\",\n \"none\",\n ])\n .describe(\"State management library\");\n\nexport const FormsSchema = z\n .enum([\n \"tanstack-form\",\n \"react-hook-form\",\n \"formik\",\n \"final-form\",\n \"conform\",\n \"modular-forms\",\n \"none\",\n ])\n .describe(\"Form handling library\");\n\nexport const ValidationSchema = z\n .enum([\"zod\", \"valibot\", \"arktype\", \"typebox\", \"typia\", \"runtypes\", \"effect-schema\", \"none\"])\n .describe(\"Schema validation library (none uses Zod as default for internal usage)\");\n\nexport const TestingSchema = z\n .enum([\"vitest\", \"playwright\", \"vitest-playwright\", \"jest\", \"cypress\", \"none\"])\n .describe(\"Testing framework (vitest-playwright includes both unit and e2e testing)\");\n\nexport const EmailSchema = z\n .enum([\n \"react-email\",\n \"resend\",\n \"nodemailer\",\n \"postmark\",\n \"sendgrid\",\n \"aws-ses\",\n \"mailgun\",\n \"plunk\",\n \"none\",\n ])\n .describe(\n \"Email solution (resend includes react-email, nodemailer is classic Node.js email, postmark/sendgrid/aws-ses/mailgun/plunk are transactional email services)\",\n );\n\nexport const RealtimeSchema = z\n .enum([\"socket-io\", \"partykit\", \"ably\", \"pusher\", \"liveblocks\", \"yjs\", \"none\"])\n .describe(\"Real-time/WebSocket solution\");\n\nexport const JobQueueSchema = z\n .enum([\"bullmq\", \"trigger-dev\", \"inngest\", \"temporal\", \"none\"])\n .describe(\"Job queue/background worker solution\");\n\nexport const CMSSchema = z\n .enum([\"payload\", \"sanity\", \"strapi\", \"tinacms\", \"none\"])\n .describe(\"Headless CMS solution\");\n\nexport const CachingSchema = z\n .enum([\"upstash-redis\", \"none\"])\n .describe(\"Caching solution (upstash-redis for serverless Redis)\");\n\nexport const I18nSchema = z\n .enum([\"i18next\", \"next-intl\", \"none\"])\n .describe(\"Internationalization (i18n) library\");\n\nexport const SearchSchema = z\n .enum([\"meilisearch\", \"typesense\", \"elasticsearch\", \"algolia\", \"none\"])\n .describe(\n \"Search engine solution (meilisearch, typesense, elasticsearch, or algolia for fast search experiences)\",\n );\n\nexport const FileStorageSchema = z\n .enum([\"s3\", \"r2\", \"none\"])\n .describe(\"File storage solution (AWS S3 or Cloudflare R2 for object storage)\");\n\nexport const AnimationSchema = z\n .enum([\"framer-motion\", \"gsap\", \"react-spring\", \"auto-animate\", \"lottie\", \"none\"])\n .describe(\"Animation library\");\n\nexport const FileUploadSchema = z\n .enum([\"uploadthing\", \"filepond\", \"uppy\", \"none\"])\n .describe(\"File upload solution\");\n\nexport const LoggingSchema = z\n .enum([\"pino\", \"winston\", \"none\"])\n .describe(\"Server-side logging framework\");\n\nexport const ObservabilitySchema = z\n .enum([\"opentelemetry\", \"sentry\", \"grafana\", \"none\"])\n .describe(\"Observability and distributed tracing\");\n\nexport const FeatureFlagsSchema = z\n .enum([\"growthbook\", \"posthog\", \"none\"])\n .describe(\"Feature flags provider for A/B testing and feature management\");\n\nexport const AnalyticsSchema = z\n .enum([\"plausible\", \"umami\", \"none\"])\n .describe(\"Privacy-focused analytics provider\");\n\n// Rust ecosystem schemas\nexport const RustWebFrameworkSchema = z\n .enum([\"axum\", \"actix-web\", \"rocket\", \"none\"])\n .describe(\"Rust web framework\");\n\nexport const RustFrontendSchema = z\n .enum([\"leptos\", \"dioxus\", \"none\"])\n .describe(\"Rust WASM frontend framework\");\n\nexport const RustOrmSchema = z\n .enum([\"sea-orm\", \"sqlx\", \"diesel\", \"none\"])\n .describe(\"Rust ORM/database layer\");\n\nexport const RustApiSchema = z\n .enum([\"tonic\", \"async-graphql\", \"none\"])\n .describe(\"Rust API layer (gRPC/GraphQL)\");\n\nexport const RustCliSchema = z.enum([\"clap\", \"ratatui\", \"none\"]).describe(\"Rust CLI tools\");\n\nexport const RustLibrariesSchema = z\n .enum([\"serde\", \"validator\", \"jsonwebtoken\", \"argon2\", \"tokio-test\", \"mockall\", \"none\"])\n .describe(\"Rust core libraries\");\n\nexport const RustLoggingSchema = z\n .enum([\"tracing\", \"env-logger\", \"none\"])\n .describe(\"Rust logging/tracing library\");\n\nexport const RustErrorHandlingSchema = z\n .enum([\"anyhow-thiserror\", \"eyre\", \"none\"])\n .describe(\"Rust error handling library\");\n\nexport const RustCachingSchema = z.enum([\"moka\", \"redis\", \"none\"]).describe(\"Rust caching library\");\n\nexport const RustAuthSchema = z.enum([\"oauth2\", \"none\"]).describe(\"Rust authentication library\");\n\n// Python ecosystem schemas\nexport const PythonWebFrameworkSchema = z\n .enum([\"fastapi\", \"django\", \"flask\", \"litestar\", \"none\"])\n .describe(\"Python web framework\");\n\nexport const PythonOrmSchema = z\n .enum([\"sqlalchemy\", \"sqlmodel\", \"tortoise-orm\", \"none\"])\n .describe(\"Python ORM/database layer\");\n\nexport const PythonValidationSchema = z\n .enum([\"pydantic\", \"none\"])\n .describe(\"Python validation library\");\n\nexport const PythonAiSchema = z\n .enum([\"langchain\", \"llamaindex\", \"openai-sdk\", \"anthropic-sdk\", \"langgraph\", \"crewai\", \"none\"])\n .describe(\"Python AI/ML framework\");\n\nexport const PythonAuthSchema = z\n .enum([\"authlib\", \"jwt\", \"none\"])\n .describe(\"Python authentication library\");\n\nexport const PythonTaskQueueSchema = z.enum([\"celery\", \"none\"]).describe(\"Python task queue\");\n\nexport const PythonGraphqlSchema = z\n .enum([\"strawberry\", \"none\"])\n .describe(\"Python GraphQL framework\");\n\nexport const PythonQualitySchema = z.enum([\"ruff\", \"none\"]).describe(\"Python code quality tool\");\n\n// Go ecosystem schemas\nexport const GoWebFrameworkSchema = z\n .enum([\"gin\", \"echo\", \"fiber\", \"chi\", \"none\"])\n .describe(\"Go web framework\");\n\nexport const GoOrmSchema = z\n .enum([\"gorm\", \"sqlc\", \"ent\", \"none\"])\n .describe(\"Go ORM/database layer\");\n\nexport const GoApiSchema = z.enum([\"grpc-go\", \"none\"]).describe(\"Go API layer (gRPC)\");\n\nexport const GoCliSchema = z.enum([\"cobra\", \"bubbletea\", \"none\"]).describe(\"Go CLI tools\");\n\nexport const GoLoggingSchema = z\n .enum([\"zap\", \"zerolog\", \"slog\", \"none\"])\n .describe(\"Go logging library\");\n\nexport const GoAuthSchema = z.enum([\"casbin\", \"jwt\", \"none\"]).describe(\"Go authentication library\");\n\n// Java ecosystem schemas\nexport const JavaWebFrameworkSchema = z\n .enum([\"spring-boot\", \"none\"])\n .describe(\"Java web framework\");\n\nexport const JavaBuildToolSchema = z.enum([\"maven\", \"gradle\", \"none\"]).describe(\"Java build tool\");\n\nexport const JavaOrmSchema = z\n .enum([\"spring-data-jpa\", \"none\"])\n .describe(\"Java ORM/database layer\");\n\nexport const JavaAuthSchema = z\n .enum([\"spring-security\", \"none\"])\n .describe(\"Java authentication library\");\n\nexport const JavaLibrariesSchema = z\n .enum([\n \"spring-actuator\",\n \"spring-validation\",\n \"flyway\",\n \"liquibase\",\n \"springdoc-openapi\",\n \"lombok\",\n \"mapstruct\",\n \"caffeine\",\n \"none\",\n ])\n .describe(\"Java application libraries\");\n\nexport const JavaTestingLibrariesSchema = z\n .enum([\n \"junit5\",\n \"mockito\",\n \"testcontainers\",\n \"assertj\",\n \"rest-assured\",\n \"wiremock\",\n \"awaitility\",\n \"archunit\",\n \"jqwik\",\n \"none\",\n ])\n .describe(\"Java testing libraries\");\n\nexport const AiDocsSchema = z\n .enum([\"claude-md\", \"agents-md\", \"cursorrules\", \"none\"])\n .describe(\"AI documentation files (CLAUDE.md, Agents.md, .cursorrules)\");\n\nexport const CSSFrameworkSchema = z\n .enum([\"tailwind\", \"scss\", \"less\", \"postcss-only\", \"none\"])\n .describe(\"CSS framework/preprocessor\");\n\nexport const UILibrarySchema = z\n .enum([\n \"shadcn-ui\",\n \"daisyui\",\n \"radix-ui\",\n \"headless-ui\",\n \"park-ui\",\n \"chakra-ui\",\n \"nextui\",\n \"mantine\",\n \"base-ui\",\n \"ark-ui\",\n \"react-aria\",\n \"none\",\n ])\n .describe(\"UI component library\");\n\nexport const ShadcnBaseSchema = z\n .enum([\"radix\", \"base\"])\n .describe(\"shadcn/ui headless UI base library (radix or base-ui)\");\nexport const ShadcnStyleSchema = z\n .enum([\"vega\", \"nova\", \"maia\", \"lyra\", \"mira\"])\n .describe(\"shadcn/ui visual style preset\");\nexport const ShadcnIconLibrarySchema = z\n .enum([\"lucide\", \"tabler\", \"hugeicons\", \"phosphor\", \"remixicon\"])\n .describe(\"shadcn/ui icon library\");\nexport const ShadcnColorThemeSchema = z\n .enum([\n \"neutral\",\n \"stone\",\n \"zinc\",\n \"gray\",\n \"amber\",\n \"blue\",\n \"cyan\",\n \"emerald\",\n \"fuchsia\",\n \"green\",\n \"indigo\",\n \"lime\",\n \"orange\",\n \"pink\",\n \"purple\",\n \"red\",\n \"rose\",\n \"sky\",\n \"teal\",\n \"violet\",\n \"yellow\",\n ])\n .describe(\"shadcn/ui accent color theme\");\nexport const ShadcnBaseColorSchema = z\n .enum([\"neutral\", \"stone\", \"zinc\", \"gray\"])\n .describe(\"shadcn/ui base neutral color\");\nexport const ShadcnFontSchema = z\n .enum([\n \"inter\",\n \"geist\",\n \"noto-sans\",\n \"nunito-sans\",\n \"figtree\",\n \"roboto\",\n \"raleway\",\n \"dm-sans\",\n \"public-sans\",\n \"outfit\",\n \"jetbrains-mono\",\n \"geist-mono\",\n ])\n .describe(\"shadcn/ui font family\");\nexport const ShadcnRadiusSchema = z\n .enum([\"default\", \"none\", \"small\", \"medium\", \"large\"])\n .describe(\"shadcn/ui border radius preset\");\n\nexport const DirectoryConflictSchema = z\n .enum([\"merge\", \"overwrite\", \"increment\", \"error\"])\n .describe(\"How to handle existing directory conflicts\");\n\nexport const TemplateSchema = z\n .enum([\"mern\", \"pern\", \"t3\", \"uniwind\", \"none\"])\n .describe(\"Predefined project template\");\n\nexport const ProjectNameSchema = z\n .string()\n .min(1, \"Project name cannot be empty\")\n .max(255, \"Project name must be less than 255 characters\")\n .refine(\n (name) => name === \".\" || !name.startsWith(\".\"),\n \"Project name cannot start with a dot (except for '.')\",\n )\n .refine((name) => name === \".\" || !name.startsWith(\"-\"), \"Project name cannot start with a dash\")\n .refine((name) => {\n const invalidChars = [\"<\", \">\", \":\", '\"', \"|\", \"?\", \"*\"];\n return !invalidChars.some((char) => name.includes(char));\n }, \"Project name contains invalid characters\")\n .refine((name) => name.toLowerCase() !== \"node_modules\", \"Project name is reserved\")\n .describe(\"Project name or path\");\n\nexport const CreateInputSchema = z.object({\n projectName: z.string().optional(),\n template: TemplateSchema.optional(),\n yes: z.boolean().optional(),\n yolo: z.boolean().optional(),\n verbose: z.boolean().optional(),\n dryRun: z.boolean().optional(),\n ecosystem: EcosystemSchema.optional(),\n database: DatabaseSchema.optional(),\n orm: ORMSchema.optional(),\n auth: AuthSchema.optional(),\n payments: PaymentsSchema.optional(),\n frontend: z.array(FrontendSchema).optional(),\n addons: z.array(AddonsSchema).optional(),\n examples: z.array(ExamplesSchema).optional(),\n git: z.boolean().optional(),\n packageManager: PackageManagerSchema.optional(),\n versionChannel: VersionChannelSchema.optional(),\n install: z.boolean().optional(),\n dbSetup: DatabaseSetupSchema.optional(),\n backend: BackendSchema.optional(),\n runtime: RuntimeSchema.optional(),\n api: APISchema.optional(),\n webDeploy: WebDeploySchema.optional(),\n serverDeploy: ServerDeploySchema.optional(),\n directoryConflict: DirectoryConflictSchema.optional(),\n renderTitle: z.boolean().optional(),\n disableAnalytics: z.boolean().optional(),\n manualDb: z.boolean().optional(),\n astroIntegration: AstroIntegrationSchema.optional(),\n ai: AISchema.optional(),\n effect: EffectSchema.optional(),\n stateManagement: StateManagementSchema.optional(),\n forms: FormsSchema.optional(),\n testing: TestingSchema.optional(),\n email: EmailSchema.optional(),\n cssFramework: CSSFrameworkSchema.optional(),\n uiLibrary: UILibrarySchema.optional(),\n shadcnBase: ShadcnBaseSchema.optional(),\n shadcnStyle: ShadcnStyleSchema.optional(),\n shadcnIconLibrary: ShadcnIconLibrarySchema.optional(),\n shadcnColorTheme: ShadcnColorThemeSchema.optional(),\n shadcnBaseColor: ShadcnBaseColorSchema.optional(),\n shadcnFont: ShadcnFontSchema.optional(),\n shadcnRadius: ShadcnRadiusSchema.optional(),\n validation: ValidationSchema.optional(),\n realtime: RealtimeSchema.optional(),\n jobQueue: JobQueueSchema.optional(),\n animation: AnimationSchema.optional(),\n fileUpload: FileUploadSchema.optional(),\n logging: LoggingSchema.optional(),\n observability: ObservabilitySchema.optional(),\n featureFlags: FeatureFlagsSchema.optional(),\n analytics: AnalyticsSchema.optional(),\n cms: CMSSchema.optional(),\n caching: CachingSchema.optional(),\n i18n: I18nSchema.optional(),\n search: SearchSchema.optional(),\n fileStorage: FileStorageSchema.optional(),\n // Rust ecosystem options\n rustWebFramework: RustWebFrameworkSchema.optional(),\n rustFrontend: RustFrontendSchema.optional(),\n rustOrm: RustOrmSchema.optional(),\n rustApi: RustApiSchema.optional(),\n rustCli: RustCliSchema.optional(),\n rustLibraries: z.array(RustLibrariesSchema).optional(),\n rustLogging: RustLoggingSchema.optional(),\n rustErrorHandling: RustErrorHandlingSchema.optional(),\n rustCaching: RustCachingSchema.optional(),\n rustAuth: RustAuthSchema.optional(),\n // Python ecosystem options\n pythonWebFramework: PythonWebFrameworkSchema.optional(),\n pythonOrm: PythonOrmSchema.optional(),\n pythonValidation: PythonValidationSchema.optional(),\n pythonAi: z.array(PythonAiSchema).optional(),\n pythonAuth: PythonAuthSchema.optional(),\n pythonTaskQueue: PythonTaskQueueSchema.optional(),\n pythonGraphql: PythonGraphqlSchema.optional(),\n pythonQuality: PythonQualitySchema.optional(),\n // Go ecosystem options\n goWebFramework: GoWebFrameworkSchema.optional(),\n goOrm: GoOrmSchema.optional(),\n goApi: GoApiSchema.optional(),\n goCli: GoCliSchema.optional(),\n goLogging: GoLoggingSchema.optional(),\n goAuth: GoAuthSchema.optional(),\n // Java ecosystem options\n javaWebFramework: JavaWebFrameworkSchema.optional(),\n javaBuildTool: JavaBuildToolSchema.optional(),\n javaOrm: JavaOrmSchema.optional(),\n javaAuth: JavaAuthSchema.optional(),\n javaLibraries: z.array(JavaLibrariesSchema).optional(),\n javaTestingLibraries: z.array(JavaTestingLibrariesSchema).optional(),\n // AI documentation files\n aiDocs: z.array(AiDocsSchema).optional(),\n});\n\nexport const AddInputSchema = z.object({\n addons: z.array(AddonsSchema).optional(),\n webDeploy: WebDeploySchema.optional(),\n serverDeploy: ServerDeploySchema.optional(),\n projectDir: z.string().optional(),\n install: z.boolean().optional(),\n packageManager: PackageManagerSchema.optional(),\n});\n\nexport const CLIInputSchema = CreateInputSchema.extend({\n projectDirectory: z.string().optional(),\n});\n\nexport const ProjectConfigSchema = z.object({\n projectName: z.string(),\n projectDir: z.string(),\n relativePath: z.string(),\n ecosystem: EcosystemSchema,\n database: DatabaseSchema,\n orm: ORMSchema,\n backend: BackendSchema,\n runtime: RuntimeSchema,\n frontend: z.array(FrontendSchema),\n addons: z.array(AddonsSchema),\n examples: z.array(ExamplesSchema),\n auth: AuthSchema,\n payments: PaymentsSchema,\n git: z.boolean(),\n packageManager: PackageManagerSchema,\n versionChannel: VersionChannelSchema,\n install: z.boolean(),\n dbSetup: DatabaseSetupSchema,\n api: APISchema,\n webDeploy: WebDeploySchema,\n serverDeploy: ServerDeploySchema,\n astroIntegration: AstroIntegrationSchema.optional(),\n ai: AISchema,\n effect: EffectSchema,\n stateManagement: StateManagementSchema,\n forms: FormsSchema,\n testing: TestingSchema,\n email: EmailSchema,\n cssFramework: CSSFrameworkSchema,\n uiLibrary: UILibrarySchema,\n shadcnBase: ShadcnBaseSchema.optional(),\n shadcnStyle: ShadcnStyleSchema.optional(),\n shadcnIconLibrary: ShadcnIconLibrarySchema.optional(),\n shadcnColorTheme: ShadcnColorThemeSchema.optional(),\n shadcnBaseColor: ShadcnBaseColorSchema.optional(),\n shadcnFont: ShadcnFontSchema.optional(),\n shadcnRadius: ShadcnRadiusSchema.optional(),\n validation: ValidationSchema,\n realtime: RealtimeSchema,\n jobQueue: JobQueueSchema,\n animation: AnimationSchema,\n fileUpload: FileUploadSchema,\n logging: LoggingSchema,\n observability: ObservabilitySchema,\n featureFlags: FeatureFlagsSchema,\n analytics: AnalyticsSchema,\n cms: CMSSchema,\n caching: CachingSchema,\n i18n: I18nSchema,\n search: SearchSchema,\n fileStorage: FileStorageSchema,\n // Rust ecosystem options\n rustWebFramework: RustWebFrameworkSchema,\n rustFrontend: RustFrontendSchema,\n rustOrm: RustOrmSchema,\n rustApi: RustApiSchema,\n rustCli: RustCliSchema,\n rustLibraries: z.array(RustLibrariesSchema),\n rustLogging: RustLoggingSchema,\n rustErrorHandling: RustErrorHandlingSchema,\n rustCaching: RustCachingSchema,\n rustAuth: RustAuthSchema,\n // Python ecosystem options\n pythonWebFramework: PythonWebFrameworkSchema,\n pythonOrm: PythonOrmSchema,\n pythonValidation: PythonValidationSchema,\n pythonAi: z.array(PythonAiSchema),\n pythonAuth: PythonAuthSchema,\n pythonTaskQueue: PythonTaskQueueSchema,\n pythonGraphql: PythonGraphqlSchema,\n pythonQuality: PythonQualitySchema,\n // Go ecosystem options\n goWebFramework: GoWebFrameworkSchema,\n goOrm: GoOrmSchema,\n goApi: GoApiSchema,\n goCli: GoCliSchema,\n goLogging: GoLoggingSchema,\n goAuth: GoAuthSchema,\n // Java ecosystem options\n javaWebFramework: JavaWebFrameworkSchema,\n javaBuildTool: JavaBuildToolSchema,\n javaOrm: JavaOrmSchema,\n javaAuth: JavaAuthSchema,\n javaLibraries: z.array(JavaLibrariesSchema),\n javaTestingLibraries: z.array(JavaTestingLibrariesSchema),\n // AI documentation files\n aiDocs: z.array(AiDocsSchema),\n});\n\nexport const BetterTStackConfigSchema = z.object({\n version: z.string().describe(\"CLI version used to create this project\"),\n createdAt: z.string().describe(\"Timestamp when the project was created\"),\n ecosystem: EcosystemSchema,\n database: DatabaseSchema,\n orm: ORMSchema,\n backend: BackendSchema,\n runtime: RuntimeSchema,\n frontend: z.array(FrontendSchema),\n addons: z.array(AddonsSchema),\n examples: z.array(ExamplesSchema),\n auth: AuthSchema,\n payments: PaymentsSchema,\n packageManager: PackageManagerSchema,\n versionChannel: VersionChannelSchema,\n dbSetup: DatabaseSetupSchema,\n api: APISchema,\n webDeploy: WebDeploySchema,\n serverDeploy: ServerDeploySchema,\n astroIntegration: AstroIntegrationSchema.optional(),\n ai: AISchema,\n effect: EffectSchema,\n stateManagement: StateManagementSchema,\n forms: FormsSchema,\n testing: TestingSchema,\n email: EmailSchema,\n cssFramework: CSSFrameworkSchema,\n uiLibrary: UILibrarySchema,\n shadcnBase: ShadcnBaseSchema.optional(),\n shadcnStyle: ShadcnStyleSchema.optional(),\n shadcnIconLibrary: ShadcnIconLibrarySchema.optional(),\n shadcnColorTheme: ShadcnColorThemeSchema.optional(),\n shadcnBaseColor: ShadcnBaseColorSchema.optional(),\n shadcnFont: ShadcnFontSchema.optional(),\n shadcnRadius: ShadcnRadiusSchema.optional(),\n validation: ValidationSchema,\n realtime: RealtimeSchema,\n jobQueue: JobQueueSchema,\n animation: AnimationSchema,\n fileUpload: FileUploadSchema,\n logging: LoggingSchema,\n observability: ObservabilitySchema,\n featureFlags: FeatureFlagsSchema,\n analytics: AnalyticsSchema,\n cms: CMSSchema,\n caching: CachingSchema,\n i18n: I18nSchema,\n search: SearchSchema,\n fileStorage: FileStorageSchema,\n // Rust ecosystem options\n rustWebFramework: RustWebFrameworkSchema,\n rustFrontend: RustFrontendSchema,\n rustOrm: RustOrmSchema,\n rustApi: RustApiSchema,\n rustCli: RustCliSchema,\n rustLibraries: z.array(RustLibrariesSchema),\n rustLogging: RustLoggingSchema,\n rustErrorHandling: RustErrorHandlingSchema,\n rustCaching: RustCachingSchema,\n rustAuth: RustAuthSchema,\n // Python ecosystem options\n pythonWebFramework: PythonWebFrameworkSchema,\n pythonOrm: PythonOrmSchema,\n pythonValidation: PythonValidationSchema,\n pythonAi: z.array(PythonAiSchema),\n pythonAuth: PythonAuthSchema,\n pythonTaskQueue: PythonTaskQueueSchema,\n pythonGraphql: PythonGraphqlSchema,\n pythonQuality: PythonQualitySchema,\n // Go ecosystem options\n goWebFramework: GoWebFrameworkSchema,\n goOrm: GoOrmSchema,\n goApi: GoApiSchema,\n goCli: GoCliSchema,\n goLogging: GoLoggingSchema,\n goAuth: GoAuthSchema,\n // Java ecosystem options\n javaWebFramework: JavaWebFrameworkSchema,\n javaBuildTool: JavaBuildToolSchema,\n javaOrm: JavaOrmSchema,\n javaAuth: JavaAuthSchema,\n javaLibraries: z.array(JavaLibrariesSchema),\n javaTestingLibraries: z.array(JavaTestingLibrariesSchema),\n // AI documentation files\n aiDocs: z.array(AiDocsSchema),\n});\n\nexport const BetterTStackConfigFileSchema = z\n .object({\n $schema: z.string().optional().describe(\"JSON Schema reference for validation\"),\n })\n .extend(BetterTStackConfigSchema.shape)\n .meta({\n id: \"https://better-fullstack-web.vercel.app/schema.json\",\n title: \"Better Fullstack Configuration\",\n description: \"Configuration file for Better Fullstack projects\",\n });\n\nexport const InitResultSchema = z.object({\n success: z.boolean(),\n projectConfig: ProjectConfigSchema,\n reproducibleCommand: z.string(),\n timeScaffolded: z.string(),\n elapsedTimeMs: z.number(),\n projectDirectory: z.string(),\n relativePath: z.string(),\n error: z.string().optional(),\n});\n\nexport const DATABASE_VALUES = DatabaseSchema.options;\nexport const ORM_VALUES = ORMSchema.options;\nexport const BACKEND_VALUES = BackendSchema.options;\nexport const RUNTIME_VALUES = RuntimeSchema.options;\nexport const FRONTEND_VALUES = FrontendSchema.options;\nexport const ADDONS_VALUES = AddonsSchema.options;\nexport const EXAMPLES_VALUES = ExamplesSchema.options;\nexport const PACKAGE_MANAGER_VALUES = PackageManagerSchema.options;\nexport const VERSION_CHANNEL_VALUES = VersionChannelSchema.options;\nexport const DATABASE_SETUP_VALUES = DatabaseSetupSchema.options;\nexport const API_VALUES = APISchema.options;\nexport const AUTH_VALUES = AuthSchema.options;\nexport const PAYMENTS_VALUES = PaymentsSchema.options;\nexport const WEB_DEPLOY_VALUES = WebDeploySchema.options;\nexport const SERVER_DEPLOY_VALUES = ServerDeploySchema.options;\nexport const DIRECTORY_CONFLICT_VALUES = DirectoryConflictSchema.options;\nexport const TEMPLATE_VALUES = TemplateSchema.options;\nexport const ASTRO_INTEGRATION_VALUES = AstroIntegrationSchema.options;\nexport const AI_VALUES = AISchema.options;\nexport const EFFECT_VALUES = EffectSchema.options;\nexport const STATE_MANAGEMENT_VALUES = StateManagementSchema.options;\nexport const FORMS_VALUES = FormsSchema.options;\nexport const TESTING_VALUES = TestingSchema.options;\nexport const EMAIL_VALUES = EmailSchema.options;\nexport const CSS_FRAMEWORK_VALUES = CSSFrameworkSchema.options;\nexport const UI_LIBRARY_VALUES = UILibrarySchema.options;\nexport const VALIDATION_VALUES = ValidationSchema.options;\nexport const REALTIME_VALUES = RealtimeSchema.options;\nexport const JOB_QUEUE_VALUES = JobQueueSchema.options;\nexport const ANIMATION_VALUES = AnimationSchema.options;\nexport const FILE_UPLOAD_VALUES = FileUploadSchema.options;\nexport const LOGGING_VALUES = LoggingSchema.options;\nexport const OBSERVABILITY_VALUES = ObservabilitySchema.options;\nexport const FEATURE_FLAGS_VALUES = FeatureFlagsSchema.options;\nexport const ANALYTICS_VALUES = AnalyticsSchema.options;\nexport const CMS_VALUES = CMSSchema.options;\nexport const CACHING_VALUES = CachingSchema.options;\nexport const I18N_VALUES = I18nSchema.options;\nexport const SEARCH_VALUES = SearchSchema.options;\nexport const FILE_STORAGE_VALUES = FileStorageSchema.options;\nexport const ECOSYSTEM_VALUES = EcosystemSchema.options;\nexport const RUST_WEB_FRAMEWORK_VALUES = RustWebFrameworkSchema.options;\nexport const RUST_FRONTEND_VALUES = RustFrontendSchema.options;\nexport const RUST_ORM_VALUES = RustOrmSchema.options;\nexport const RUST_API_VALUES = RustApiSchema.options;\nexport const RUST_CLI_VALUES = RustCliSchema.options;\nexport const RUST_LIBRARIES_VALUES = RustLibrariesSchema.options;\nexport const RUST_LOGGING_VALUES = RustLoggingSchema.options;\nexport const RUST_ERROR_HANDLING_VALUES = RustErrorHandlingSchema.options;\nexport const RUST_CACHING_VALUES = RustCachingSchema.options;\nexport const RUST_AUTH_VALUES = RustAuthSchema.options;\nexport const PYTHON_WEB_FRAMEWORK_VALUES = PythonWebFrameworkSchema.options;\nexport const PYTHON_ORM_VALUES = PythonOrmSchema.options;\nexport const PYTHON_VALIDATION_VALUES = PythonValidationSchema.options;\nexport const PYTHON_AI_VALUES = PythonAiSchema.options;\nexport const PYTHON_AUTH_VALUES = PythonAuthSchema.options;\nexport const PYTHON_TASK_QUEUE_VALUES = PythonTaskQueueSchema.options;\nexport const PYTHON_GRAPHQL_VALUES = PythonGraphqlSchema.options;\nexport const PYTHON_QUALITY_VALUES = PythonQualitySchema.options;\nexport const GO_WEB_FRAMEWORK_VALUES = GoWebFrameworkSchema.options;\nexport const GO_ORM_VALUES = GoOrmSchema.options;\nexport const GO_API_VALUES = GoApiSchema.options;\nexport const GO_CLI_VALUES = GoCliSchema.options;\nexport const GO_LOGGING_VALUES = GoLoggingSchema.options;\nexport const GO_AUTH_VALUES = GoAuthSchema.options;\nexport const JAVA_WEB_FRAMEWORK_VALUES = JavaWebFrameworkSchema.options;\nexport const JAVA_BUILD_TOOL_VALUES = JavaBuildToolSchema.options;\nexport const JAVA_ORM_VALUES = JavaOrmSchema.options;\nexport const JAVA_AUTH_VALUES = JavaAuthSchema.options;\nexport const JAVA_LIBRARIES_VALUES = JavaLibrariesSchema.options;\nexport const JAVA_TESTING_LIBRARIES_VALUES = JavaTestingLibrariesSchema.options;\nexport const AI_DOCS_VALUES = AiDocsSchema.options;\nexport const SHADCN_BASE_VALUES = ShadcnBaseSchema.options;\nexport const SHADCN_STYLE_VALUES = ShadcnStyleSchema.options;\nexport const SHADCN_ICON_LIBRARY_VALUES = ShadcnIconLibrarySchema.options;\nexport const SHADCN_COLOR_THEME_VALUES = ShadcnColorThemeSchema.options;\nexport const SHADCN_BASE_COLOR_VALUES = ShadcnBaseColorSchema.options;\nexport const SHADCN_FONT_VALUES = ShadcnFontSchema.options;\nexport const SHADCN_RADIUS_VALUES = ShadcnRadiusSchema.options;\n"],"mappings":"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"}
@@ -1,2 +1,2 @@
1
- import { $ as FrontendSchema, $n as VALIDATION_VALUES, $t as PythonQualitySchema, A as DATABASE_SETUP_VALUES, An as SHADCN_BASE_VALUES, At as LoggingSchema, B as EcosystemSchema, Bn as ShadcnBaseSchema, Bt as PYTHON_ORM_VALUES, C as CLIInputSchema, Cn as RustLibrariesSchema, Ct as JavaBuildToolSchema, D as CSS_FRAMEWORK_VALUES, Dn as SEARCH_VALUES, Dt as JavaWebFrameworkSchema, E as CSSFrameworkSchema, En as RustWebFrameworkSchema, Et as JavaTestingLibrariesSchema, F as DirectoryConflictSchema, Fn as SHADCN_STYLE_VALUES, Ft as PACKAGE_MANAGER_VALUES, G as FILE_STORAGE_VALUES, Gn as ShadcnStyleSchema, Gt as PackageManagerSchema, H as EmailSchema, Hn as ShadcnFontSchema, Ht as PYTHON_TASK_QUEUE_VALUES, I as ECOSYSTEM_VALUES, In as STATE_MANAGEMENT_VALUES, It as PAYMENTS_VALUES, J as FRONTEND_VALUES, Jn as TESTING_VALUES, Jt as ProjectNameSchema, K as FILE_UPLOAD_VALUES, Kn as StateManagementSchema, Kt as PaymentsSchema, L as EFFECT_VALUES, Ln as SearchSchema, Lt as PYTHON_AI_VALUES, M as DIRECTORY_CONFLICT_VALUES, Mn as SHADCN_FONT_VALUES, Mt as ORMSchema, N as DatabaseSchema, Nn as SHADCN_ICON_LIBRARY_VALUES, Nt as ORM_VALUES, O as CachingSchema, On as SERVER_DEPLOY_VALUES, Ot as JobQueueSchema, P as DatabaseSetupSchema, Pn as SHADCN_RADIUS_VALUES, Pt as ObservabilitySchema, Q as FormsSchema, Qn as UI_LIBRARY_VALUES, Qt as PythonOrmSchema, R as EMAIL_VALUES, Rn as ServerDeploySchema, Rt as PYTHON_AUTH_VALUES, S as CACHING_VALUES, Sn as RustFrontendSchema, St as JavaAuthSchema, T as CMS_VALUES, Tn as RustOrmSchema, Tt as JavaOrmSchema, U as ExamplesSchema, Un as ShadcnIconLibrarySchema, Ut as PYTHON_VALIDATION_VALUES, V as EffectSchema, Vn as ShadcnColorThemeSchema, Vt as PYTHON_QUALITY_VALUES, W as FEATURE_FLAGS_VALUES, Wn as ShadcnRadiusSchema, Wt as PYTHON_WEB_FRAMEWORK_VALUES, X as FileStorageSchema, Xn as TestingSchema, Xt as PythonAuthSchema, Y as FeatureFlagsSchema, Yn as TemplateSchema, Yt as PythonAiSchema, Z as FileUploadSchema, Zn as UILibrarySchema, Zt as PythonGraphqlSchema, _ as AuthSchema, _n as RustApiSchema, _t as JAVA_LIBRARIES_VALUES, a as ANALYTICS_VALUES, an as RUST_API_VALUES, at as GO_WEB_FRAMEWORK_VALUES, b as BetterTStackConfigFileSchema, bn as RustCliSchema, bt as JAVA_WEB_FRAMEWORK_VALUES, c as API_VALUES, cn as RUST_CLI_VALUES, ct as GoCliSchema, d as AddInputSchema, dn as RUST_LIBRARIES_VALUES, dt as GoWebFrameworkSchema, en as PythonTaskQueueSchema, er as VERSION_CHANNEL_VALUES, et as GO_API_VALUES, f as AddonsSchema, fn as RUST_LOGGING_VALUES, ft as I18N_VALUES, g as AstroIntegrationSchema, gn as RuntimeSchema, gt as JAVA_BUILD_TOOL_VALUES, h as AnimationSchema, hn as RealtimeSchema, ht as JAVA_AUTH_VALUES, i as AI_VALUES, in as RUNTIME_VALUES, ir as WebDeploySchema, it as GO_ORM_VALUES, j as DATABASE_VALUES, jn as SHADCN_COLOR_THEME_VALUES, jt as OBSERVABILITY_VALUES, k as CreateInputSchema, kn as SHADCN_BASE_COLOR_VALUES, kt as LOGGING_VALUES, l as ASTRO_INTEGRATION_VALUES, ln as RUST_ERROR_HANDLING_VALUES, lt as GoLoggingSchema, m as AnalyticsSchema, mn as RUST_WEB_FRAMEWORK_VALUES, mt as InitResultSchema, n as AISchema, nn as PythonWebFrameworkSchema, nr as VersionChannelSchema, nt as GO_CLI_VALUES, o as ANIMATION_VALUES, on as RUST_AUTH_VALUES, ot as GoApiSchema, p as AiDocsSchema, pn as RUST_ORM_VALUES, pt as I18nSchema, q as FORMS_VALUES, qn as TEMPLATE_VALUES, qt as ProjectConfigSchema, r as AI_DOCS_VALUES, rn as REALTIME_VALUES, rr as WEB_DEPLOY_VALUES, rt as GO_LOGGING_VALUES, s as APISchema, sn as RUST_CACHING_VALUES, st as GoAuthSchema, t as ADDONS_VALUES, tn as PythonValidationSchema, tr as ValidationSchema, tt as GO_AUTH_VALUES, u as AUTH_VALUES, un as RUST_FRONTEND_VALUES, ut as GoOrmSchema, v as BACKEND_VALUES, vn as RustAuthSchema, vt as JAVA_ORM_VALUES, w as CMSSchema, wn as RustLoggingSchema, wt as JavaLibrariesSchema, x as BetterTStackConfigSchema, xn as RustErrorHandlingSchema, xt as JOB_QUEUE_VALUES, y as BackendSchema, yn as RustCachingSchema, yt as JAVA_TESTING_LIBRARIES_VALUES, z as EXAMPLES_VALUES, zn as ShadcnBaseColorSchema, zt as PYTHON_GRAPHQL_VALUES } from "./schemas-B_I1Oeyt.mjs";
1
+ import { $ as FrontendSchema, $n as VALIDATION_VALUES, $t as PythonQualitySchema, A as DATABASE_SETUP_VALUES, An as SHADCN_BASE_VALUES, At as LoggingSchema, B as EcosystemSchema, Bn as ShadcnBaseSchema, Bt as PYTHON_ORM_VALUES, C as CLIInputSchema, Cn as RustLibrariesSchema, Ct as JavaBuildToolSchema, D as CSS_FRAMEWORK_VALUES, Dn as SEARCH_VALUES, Dt as JavaWebFrameworkSchema, E as CSSFrameworkSchema, En as RustWebFrameworkSchema, Et as JavaTestingLibrariesSchema, F as DirectoryConflictSchema, Fn as SHADCN_STYLE_VALUES, Ft as PACKAGE_MANAGER_VALUES, G as FILE_STORAGE_VALUES, Gn as ShadcnStyleSchema, Gt as PackageManagerSchema, H as EmailSchema, Hn as ShadcnFontSchema, Ht as PYTHON_TASK_QUEUE_VALUES, I as ECOSYSTEM_VALUES, In as STATE_MANAGEMENT_VALUES, It as PAYMENTS_VALUES, J as FRONTEND_VALUES, Jn as TESTING_VALUES, Jt as ProjectNameSchema, K as FILE_UPLOAD_VALUES, Kn as StateManagementSchema, Kt as PaymentsSchema, L as EFFECT_VALUES, Ln as SearchSchema, Lt as PYTHON_AI_VALUES, M as DIRECTORY_CONFLICT_VALUES, Mn as SHADCN_FONT_VALUES, Mt as ORMSchema, N as DatabaseSchema, Nn as SHADCN_ICON_LIBRARY_VALUES, Nt as ORM_VALUES, O as CachingSchema, On as SERVER_DEPLOY_VALUES, Ot as JobQueueSchema, P as DatabaseSetupSchema, Pn as SHADCN_RADIUS_VALUES, Pt as ObservabilitySchema, Q as FormsSchema, Qn as UI_LIBRARY_VALUES, Qt as PythonOrmSchema, R as EMAIL_VALUES, Rn as ServerDeploySchema, Rt as PYTHON_AUTH_VALUES, S as CACHING_VALUES, Sn as RustFrontendSchema, St as JavaAuthSchema, T as CMS_VALUES, Tn as RustOrmSchema, Tt as JavaOrmSchema, U as ExamplesSchema, Un as ShadcnIconLibrarySchema, Ut as PYTHON_VALIDATION_VALUES, V as EffectSchema, Vn as ShadcnColorThemeSchema, Vt as PYTHON_QUALITY_VALUES, W as FEATURE_FLAGS_VALUES, Wn as ShadcnRadiusSchema, Wt as PYTHON_WEB_FRAMEWORK_VALUES, X as FileStorageSchema, Xn as TestingSchema, Xt as PythonAuthSchema, Y as FeatureFlagsSchema, Yn as TemplateSchema, Yt as PythonAiSchema, Z as FileUploadSchema, Zn as UILibrarySchema, Zt as PythonGraphqlSchema, _ as AuthSchema, _n as RustApiSchema, _t as JAVA_LIBRARIES_VALUES, a as ANALYTICS_VALUES, an as RUST_API_VALUES, at as GO_WEB_FRAMEWORK_VALUES, b as BetterTStackConfigFileSchema, bn as RustCliSchema, bt as JAVA_WEB_FRAMEWORK_VALUES, c as API_VALUES, cn as RUST_CLI_VALUES, ct as GoCliSchema, d as AddInputSchema, dn as RUST_LIBRARIES_VALUES, dt as GoWebFrameworkSchema, en as PythonTaskQueueSchema, er as VERSION_CHANNEL_VALUES, et as GO_API_VALUES, f as AddonsSchema, fn as RUST_LOGGING_VALUES, ft as I18N_VALUES, g as AstroIntegrationSchema, gn as RuntimeSchema, gt as JAVA_BUILD_TOOL_VALUES, h as AnimationSchema, hn as RealtimeSchema, ht as JAVA_AUTH_VALUES, i as AI_VALUES, in as RUNTIME_VALUES, ir as WebDeploySchema, it as GO_ORM_VALUES, j as DATABASE_VALUES, jn as SHADCN_COLOR_THEME_VALUES, jt as OBSERVABILITY_VALUES, k as CreateInputSchema, kn as SHADCN_BASE_COLOR_VALUES, kt as LOGGING_VALUES, l as ASTRO_INTEGRATION_VALUES, ln as RUST_ERROR_HANDLING_VALUES, lt as GoLoggingSchema, m as AnalyticsSchema, mn as RUST_WEB_FRAMEWORK_VALUES, mt as InitResultSchema, n as AISchema, nn as PythonWebFrameworkSchema, nr as VersionChannelSchema, nt as GO_CLI_VALUES, o as ANIMATION_VALUES, on as RUST_AUTH_VALUES, ot as GoApiSchema, p as AiDocsSchema, pn as RUST_ORM_VALUES, pt as I18nSchema, q as FORMS_VALUES, qn as TEMPLATE_VALUES, qt as ProjectConfigSchema, r as AI_DOCS_VALUES, rn as REALTIME_VALUES, rr as WEB_DEPLOY_VALUES, rt as GO_LOGGING_VALUES, s as APISchema, sn as RUST_CACHING_VALUES, st as GoAuthSchema, t as ADDONS_VALUES, tn as PythonValidationSchema, tr as ValidationSchema, tt as GO_AUTH_VALUES, u as AUTH_VALUES, un as RUST_FRONTEND_VALUES, ut as GoOrmSchema, v as BACKEND_VALUES, vn as RustAuthSchema, vt as JAVA_ORM_VALUES, w as CMSSchema, wn as RustLoggingSchema, wt as JavaLibrariesSchema, x as BetterTStackConfigSchema, xn as RustErrorHandlingSchema, xt as JOB_QUEUE_VALUES, y as BackendSchema, yn as RustCachingSchema, yt as JAVA_TESTING_LIBRARIES_VALUES, z as EXAMPLES_VALUES, zn as ShadcnBaseColorSchema, zt as PYTHON_GRAPHQL_VALUES } from "./schemas-BsdLtIDm.mjs";
2
2
  export { ADDONS_VALUES, AISchema, AI_DOCS_VALUES, AI_VALUES, ANALYTICS_VALUES, ANIMATION_VALUES, APISchema, API_VALUES, ASTRO_INTEGRATION_VALUES, AUTH_VALUES, AddInputSchema, AddonsSchema, AiDocsSchema, AnalyticsSchema, AnimationSchema, AstroIntegrationSchema, AuthSchema, BACKEND_VALUES, BackendSchema, BetterTStackConfigFileSchema, BetterTStackConfigSchema, CACHING_VALUES, CLIInputSchema, CMSSchema, CMS_VALUES, CSSFrameworkSchema, CSS_FRAMEWORK_VALUES, CachingSchema, CreateInputSchema, DATABASE_SETUP_VALUES, DATABASE_VALUES, DIRECTORY_CONFLICT_VALUES, DatabaseSchema, DatabaseSetupSchema, DirectoryConflictSchema, ECOSYSTEM_VALUES, EFFECT_VALUES, EMAIL_VALUES, EXAMPLES_VALUES, EcosystemSchema, EffectSchema, EmailSchema, ExamplesSchema, FEATURE_FLAGS_VALUES, FILE_STORAGE_VALUES, FILE_UPLOAD_VALUES, FORMS_VALUES, FRONTEND_VALUES, FeatureFlagsSchema, FileStorageSchema, FileUploadSchema, FormsSchema, FrontendSchema, GO_API_VALUES, GO_AUTH_VALUES, GO_CLI_VALUES, GO_LOGGING_VALUES, GO_ORM_VALUES, GO_WEB_FRAMEWORK_VALUES, GoApiSchema, GoAuthSchema, GoCliSchema, GoLoggingSchema, GoOrmSchema, GoWebFrameworkSchema, I18N_VALUES, I18nSchema, InitResultSchema, JAVA_AUTH_VALUES, JAVA_BUILD_TOOL_VALUES, JAVA_LIBRARIES_VALUES, JAVA_ORM_VALUES, JAVA_TESTING_LIBRARIES_VALUES, JAVA_WEB_FRAMEWORK_VALUES, JOB_QUEUE_VALUES, JavaAuthSchema, JavaBuildToolSchema, JavaLibrariesSchema, JavaOrmSchema, JavaTestingLibrariesSchema, JavaWebFrameworkSchema, JobQueueSchema, LOGGING_VALUES, LoggingSchema, OBSERVABILITY_VALUES, ORMSchema, ORM_VALUES, ObservabilitySchema, PACKAGE_MANAGER_VALUES, PAYMENTS_VALUES, PYTHON_AI_VALUES, PYTHON_AUTH_VALUES, PYTHON_GRAPHQL_VALUES, PYTHON_ORM_VALUES, PYTHON_QUALITY_VALUES, PYTHON_TASK_QUEUE_VALUES, PYTHON_VALIDATION_VALUES, PYTHON_WEB_FRAMEWORK_VALUES, PackageManagerSchema, PaymentsSchema, ProjectConfigSchema, ProjectNameSchema, PythonAiSchema, PythonAuthSchema, PythonGraphqlSchema, PythonOrmSchema, PythonQualitySchema, PythonTaskQueueSchema, PythonValidationSchema, PythonWebFrameworkSchema, REALTIME_VALUES, RUNTIME_VALUES, RUST_API_VALUES, RUST_AUTH_VALUES, RUST_CACHING_VALUES, RUST_CLI_VALUES, RUST_ERROR_HANDLING_VALUES, RUST_FRONTEND_VALUES, RUST_LIBRARIES_VALUES, RUST_LOGGING_VALUES, RUST_ORM_VALUES, RUST_WEB_FRAMEWORK_VALUES, RealtimeSchema, RuntimeSchema, RustApiSchema, RustAuthSchema, RustCachingSchema, RustCliSchema, RustErrorHandlingSchema, RustFrontendSchema, RustLibrariesSchema, RustLoggingSchema, RustOrmSchema, RustWebFrameworkSchema, SEARCH_VALUES, SERVER_DEPLOY_VALUES, SHADCN_BASE_COLOR_VALUES, SHADCN_BASE_VALUES, SHADCN_COLOR_THEME_VALUES, SHADCN_FONT_VALUES, SHADCN_ICON_LIBRARY_VALUES, SHADCN_RADIUS_VALUES, SHADCN_STYLE_VALUES, STATE_MANAGEMENT_VALUES, SearchSchema, ServerDeploySchema, ShadcnBaseColorSchema, ShadcnBaseSchema, ShadcnColorThemeSchema, ShadcnFontSchema, ShadcnIconLibrarySchema, ShadcnRadiusSchema, ShadcnStyleSchema, StateManagementSchema, TEMPLATE_VALUES, TESTING_VALUES, TemplateSchema, TestingSchema, UILibrarySchema, UI_LIBRARY_VALUES, VALIDATION_VALUES, VERSION_CHANNEL_VALUES, ValidationSchema, VersionChannelSchema, WEB_DEPLOY_VALUES, WebDeploySchema };
package/dist/schemas.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import { $ as FrontendSchema, $n as VALIDATION_VALUES, $t as PythonQualitySchema, A as DATABASE_SETUP_VALUES, An as SHADCN_BASE_VALUES, At as LoggingSchema, B as EcosystemSchema, Bn as ShadcnBaseSchema, Bt as PYTHON_ORM_VALUES, C as CLIInputSchema, Cn as RustLibrariesSchema, Ct as JavaBuildToolSchema, D as CSS_FRAMEWORK_VALUES, Dn as SEARCH_VALUES, Dt as JavaWebFrameworkSchema, E as CSSFrameworkSchema, En as RustWebFrameworkSchema, Et as JavaTestingLibrariesSchema, F as DirectoryConflictSchema, Fn as SHADCN_STYLE_VALUES, Ft as PACKAGE_MANAGER_VALUES, G as FILE_STORAGE_VALUES, Gn as ShadcnStyleSchema, Gt as PackageManagerSchema, H as EmailSchema, Hn as ShadcnFontSchema, Ht as PYTHON_TASK_QUEUE_VALUES, I as ECOSYSTEM_VALUES, In as STATE_MANAGEMENT_VALUES, It as PAYMENTS_VALUES, J as FRONTEND_VALUES, Jn as TESTING_VALUES, Jt as ProjectNameSchema, K as FILE_UPLOAD_VALUES, Kn as StateManagementSchema, Kt as PaymentsSchema, L as EFFECT_VALUES, Ln as SearchSchema, Lt as PYTHON_AI_VALUES, M as DIRECTORY_CONFLICT_VALUES, Mn as SHADCN_FONT_VALUES, Mt as ORMSchema, N as DatabaseSchema, Nn as SHADCN_ICON_LIBRARY_VALUES, Nt as ORM_VALUES, O as CachingSchema, On as SERVER_DEPLOY_VALUES, Ot as JobQueueSchema, P as DatabaseSetupSchema, Pn as SHADCN_RADIUS_VALUES, Pt as ObservabilitySchema, Q as FormsSchema, Qn as UI_LIBRARY_VALUES, Qt as PythonOrmSchema, R as EMAIL_VALUES, Rn as ServerDeploySchema, Rt as PYTHON_AUTH_VALUES, S as CACHING_VALUES, Sn as RustFrontendSchema, St as JavaAuthSchema, T as CMS_VALUES, Tn as RustOrmSchema, Tt as JavaOrmSchema, U as ExamplesSchema, Un as ShadcnIconLibrarySchema, Ut as PYTHON_VALIDATION_VALUES, V as EffectSchema, Vn as ShadcnColorThemeSchema, Vt as PYTHON_QUALITY_VALUES, W as FEATURE_FLAGS_VALUES, Wn as ShadcnRadiusSchema, Wt as PYTHON_WEB_FRAMEWORK_VALUES, X as FileStorageSchema, Xn as TestingSchema, Xt as PythonAuthSchema, Y as FeatureFlagsSchema, Yn as TemplateSchema, Yt as PythonAiSchema, Z as FileUploadSchema, Zn as UILibrarySchema, Zt as PythonGraphqlSchema, _ as AuthSchema, _n as RustApiSchema, _t as JAVA_LIBRARIES_VALUES, a as ANALYTICS_VALUES, an as RUST_API_VALUES, at as GO_WEB_FRAMEWORK_VALUES, b as BetterTStackConfigFileSchema, bn as RustCliSchema, bt as JAVA_WEB_FRAMEWORK_VALUES, c as API_VALUES, cn as RUST_CLI_VALUES, ct as GoCliSchema, d as AddInputSchema, dn as RUST_LIBRARIES_VALUES, dt as GoWebFrameworkSchema, en as PythonTaskQueueSchema, er as VERSION_CHANNEL_VALUES, et as GO_API_VALUES, f as AddonsSchema, fn as RUST_LOGGING_VALUES, ft as I18N_VALUES, g as AstroIntegrationSchema, gn as RuntimeSchema, gt as JAVA_BUILD_TOOL_VALUES, h as AnimationSchema, hn as RealtimeSchema, ht as JAVA_AUTH_VALUES, i as AI_VALUES, in as RUNTIME_VALUES, ir as WebDeploySchema, it as GO_ORM_VALUES, j as DATABASE_VALUES, jn as SHADCN_COLOR_THEME_VALUES, jt as OBSERVABILITY_VALUES, k as CreateInputSchema, kn as SHADCN_BASE_COLOR_VALUES, kt as LOGGING_VALUES, l as ASTRO_INTEGRATION_VALUES, ln as RUST_ERROR_HANDLING_VALUES, lt as GoLoggingSchema, m as AnalyticsSchema, mn as RUST_WEB_FRAMEWORK_VALUES, mt as InitResultSchema, n as AISchema, nn as PythonWebFrameworkSchema, nr as VersionChannelSchema, nt as GO_CLI_VALUES, o as ANIMATION_VALUES, on as RUST_AUTH_VALUES, ot as GoApiSchema, p as AiDocsSchema, pn as RUST_ORM_VALUES, pt as I18nSchema, q as FORMS_VALUES, qn as TEMPLATE_VALUES, qt as ProjectConfigSchema, r as AI_DOCS_VALUES, rn as REALTIME_VALUES, rr as WEB_DEPLOY_VALUES, rt as GO_LOGGING_VALUES, s as APISchema, sn as RUST_CACHING_VALUES, st as GoAuthSchema, t as ADDONS_VALUES, tn as PythonValidationSchema, tr as ValidationSchema, tt as GO_AUTH_VALUES, u as AUTH_VALUES, un as RUST_FRONTEND_VALUES, ut as GoOrmSchema, v as BACKEND_VALUES, vn as RustAuthSchema, vt as JAVA_ORM_VALUES, w as CMSSchema, wn as RustLoggingSchema, wt as JavaLibrariesSchema, x as BetterTStackConfigSchema, xn as RustErrorHandlingSchema, xt as JOB_QUEUE_VALUES, y as BackendSchema, yn as RustCachingSchema, yt as JAVA_TESTING_LIBRARIES_VALUES, z as EXAMPLES_VALUES, zn as ShadcnBaseColorSchema, zt as PYTHON_GRAPHQL_VALUES } from "./schemas-Bg3JFNO5.mjs";
1
+ import { $ as FrontendSchema, $n as VALIDATION_VALUES, $t as PythonQualitySchema, A as DATABASE_SETUP_VALUES, An as SHADCN_BASE_VALUES, At as LoggingSchema, B as EcosystemSchema, Bn as ShadcnBaseSchema, Bt as PYTHON_ORM_VALUES, C as CLIInputSchema, Cn as RustLibrariesSchema, Ct as JavaBuildToolSchema, D as CSS_FRAMEWORK_VALUES, Dn as SEARCH_VALUES, Dt as JavaWebFrameworkSchema, E as CSSFrameworkSchema, En as RustWebFrameworkSchema, Et as JavaTestingLibrariesSchema, F as DirectoryConflictSchema, Fn as SHADCN_STYLE_VALUES, Ft as PACKAGE_MANAGER_VALUES, G as FILE_STORAGE_VALUES, Gn as ShadcnStyleSchema, Gt as PackageManagerSchema, H as EmailSchema, Hn as ShadcnFontSchema, Ht as PYTHON_TASK_QUEUE_VALUES, I as ECOSYSTEM_VALUES, In as STATE_MANAGEMENT_VALUES, It as PAYMENTS_VALUES, J as FRONTEND_VALUES, Jn as TESTING_VALUES, Jt as ProjectNameSchema, K as FILE_UPLOAD_VALUES, Kn as StateManagementSchema, Kt as PaymentsSchema, L as EFFECT_VALUES, Ln as SearchSchema, Lt as PYTHON_AI_VALUES, M as DIRECTORY_CONFLICT_VALUES, Mn as SHADCN_FONT_VALUES, Mt as ORMSchema, N as DatabaseSchema, Nn as SHADCN_ICON_LIBRARY_VALUES, Nt as ORM_VALUES, O as CachingSchema, On as SERVER_DEPLOY_VALUES, Ot as JobQueueSchema, P as DatabaseSetupSchema, Pn as SHADCN_RADIUS_VALUES, Pt as ObservabilitySchema, Q as FormsSchema, Qn as UI_LIBRARY_VALUES, Qt as PythonOrmSchema, R as EMAIL_VALUES, Rn as ServerDeploySchema, Rt as PYTHON_AUTH_VALUES, S as CACHING_VALUES, Sn as RustFrontendSchema, St as JavaAuthSchema, T as CMS_VALUES, Tn as RustOrmSchema, Tt as JavaOrmSchema, U as ExamplesSchema, Un as ShadcnIconLibrarySchema, Ut as PYTHON_VALIDATION_VALUES, V as EffectSchema, Vn as ShadcnColorThemeSchema, Vt as PYTHON_QUALITY_VALUES, W as FEATURE_FLAGS_VALUES, Wn as ShadcnRadiusSchema, Wt as PYTHON_WEB_FRAMEWORK_VALUES, X as FileStorageSchema, Xn as TestingSchema, Xt as PythonAuthSchema, Y as FeatureFlagsSchema, Yn as TemplateSchema, Yt as PythonAiSchema, Z as FileUploadSchema, Zn as UILibrarySchema, Zt as PythonGraphqlSchema, _ as AuthSchema, _n as RustApiSchema, _t as JAVA_LIBRARIES_VALUES, a as ANALYTICS_VALUES, an as RUST_API_VALUES, at as GO_WEB_FRAMEWORK_VALUES, b as BetterTStackConfigFileSchema, bn as RustCliSchema, bt as JAVA_WEB_FRAMEWORK_VALUES, c as API_VALUES, cn as RUST_CLI_VALUES, ct as GoCliSchema, d as AddInputSchema, dn as RUST_LIBRARIES_VALUES, dt as GoWebFrameworkSchema, en as PythonTaskQueueSchema, er as VERSION_CHANNEL_VALUES, et as GO_API_VALUES, f as AddonsSchema, fn as RUST_LOGGING_VALUES, ft as I18N_VALUES, g as AstroIntegrationSchema, gn as RuntimeSchema, gt as JAVA_BUILD_TOOL_VALUES, h as AnimationSchema, hn as RealtimeSchema, ht as JAVA_AUTH_VALUES, i as AI_VALUES, in as RUNTIME_VALUES, ir as WebDeploySchema, it as GO_ORM_VALUES, j as DATABASE_VALUES, jn as SHADCN_COLOR_THEME_VALUES, jt as OBSERVABILITY_VALUES, k as CreateInputSchema, kn as SHADCN_BASE_COLOR_VALUES, kt as LOGGING_VALUES, l as ASTRO_INTEGRATION_VALUES, ln as RUST_ERROR_HANDLING_VALUES, lt as GoLoggingSchema, m as AnalyticsSchema, mn as RUST_WEB_FRAMEWORK_VALUES, mt as InitResultSchema, n as AISchema, nn as PythonWebFrameworkSchema, nr as VersionChannelSchema, nt as GO_CLI_VALUES, o as ANIMATION_VALUES, on as RUST_AUTH_VALUES, ot as GoApiSchema, p as AiDocsSchema, pn as RUST_ORM_VALUES, pt as I18nSchema, q as FORMS_VALUES, qn as TEMPLATE_VALUES, qt as ProjectConfigSchema, r as AI_DOCS_VALUES, rn as REALTIME_VALUES, rr as WEB_DEPLOY_VALUES, rt as GO_LOGGING_VALUES, s as APISchema, sn as RUST_CACHING_VALUES, st as GoAuthSchema, t as ADDONS_VALUES, tn as PythonValidationSchema, tr as ValidationSchema, tt as GO_AUTH_VALUES, u as AUTH_VALUES, un as RUST_FRONTEND_VALUES, ut as GoOrmSchema, v as BACKEND_VALUES, vn as RustAuthSchema, vt as JAVA_ORM_VALUES, w as CMSSchema, wn as RustLoggingSchema, wt as JavaLibrariesSchema, x as BetterTStackConfigSchema, xn as RustErrorHandlingSchema, xt as JOB_QUEUE_VALUES, y as BackendSchema, yn as RustCachingSchema, yt as JAVA_TESTING_LIBRARIES_VALUES, z as EXAMPLES_VALUES, zn as ShadcnBaseColorSchema, zt as PYTHON_GRAPHQL_VALUES } from "./schemas-CDxaaiIP.mjs";
2
2
 
3
3
  export { ADDONS_VALUES, AISchema, AI_DOCS_VALUES, AI_VALUES, ANALYTICS_VALUES, ANIMATION_VALUES, APISchema, API_VALUES, ASTRO_INTEGRATION_VALUES, AUTH_VALUES, AddInputSchema, AddonsSchema, AiDocsSchema, AnalyticsSchema, AnimationSchema, AstroIntegrationSchema, AuthSchema, BACKEND_VALUES, BackendSchema, BetterTStackConfigFileSchema, BetterTStackConfigSchema, CACHING_VALUES, CLIInputSchema, CMSSchema, CMS_VALUES, CSSFrameworkSchema, CSS_FRAMEWORK_VALUES, CachingSchema, CreateInputSchema, DATABASE_SETUP_VALUES, DATABASE_VALUES, DIRECTORY_CONFLICT_VALUES, DatabaseSchema, DatabaseSetupSchema, DirectoryConflictSchema, ECOSYSTEM_VALUES, EFFECT_VALUES, EMAIL_VALUES, EXAMPLES_VALUES, EcosystemSchema, EffectSchema, EmailSchema, ExamplesSchema, FEATURE_FLAGS_VALUES, FILE_STORAGE_VALUES, FILE_UPLOAD_VALUES, FORMS_VALUES, FRONTEND_VALUES, FeatureFlagsSchema, FileStorageSchema, FileUploadSchema, FormsSchema, FrontendSchema, GO_API_VALUES, GO_AUTH_VALUES, GO_CLI_VALUES, GO_LOGGING_VALUES, GO_ORM_VALUES, GO_WEB_FRAMEWORK_VALUES, GoApiSchema, GoAuthSchema, GoCliSchema, GoLoggingSchema, GoOrmSchema, GoWebFrameworkSchema, I18N_VALUES, I18nSchema, InitResultSchema, JAVA_AUTH_VALUES, JAVA_BUILD_TOOL_VALUES, JAVA_LIBRARIES_VALUES, JAVA_ORM_VALUES, JAVA_TESTING_LIBRARIES_VALUES, JAVA_WEB_FRAMEWORK_VALUES, JOB_QUEUE_VALUES, JavaAuthSchema, JavaBuildToolSchema, JavaLibrariesSchema, JavaOrmSchema, JavaTestingLibrariesSchema, JavaWebFrameworkSchema, JobQueueSchema, LOGGING_VALUES, LoggingSchema, OBSERVABILITY_VALUES, ORMSchema, ORM_VALUES, ObservabilitySchema, PACKAGE_MANAGER_VALUES, PAYMENTS_VALUES, PYTHON_AI_VALUES, PYTHON_AUTH_VALUES, PYTHON_GRAPHQL_VALUES, PYTHON_ORM_VALUES, PYTHON_QUALITY_VALUES, PYTHON_TASK_QUEUE_VALUES, PYTHON_VALIDATION_VALUES, PYTHON_WEB_FRAMEWORK_VALUES, PackageManagerSchema, PaymentsSchema, ProjectConfigSchema, ProjectNameSchema, PythonAiSchema, PythonAuthSchema, PythonGraphqlSchema, PythonOrmSchema, PythonQualitySchema, PythonTaskQueueSchema, PythonValidationSchema, PythonWebFrameworkSchema, REALTIME_VALUES, RUNTIME_VALUES, RUST_API_VALUES, RUST_AUTH_VALUES, RUST_CACHING_VALUES, RUST_CLI_VALUES, RUST_ERROR_HANDLING_VALUES, RUST_FRONTEND_VALUES, RUST_LIBRARIES_VALUES, RUST_LOGGING_VALUES, RUST_ORM_VALUES, RUST_WEB_FRAMEWORK_VALUES, RealtimeSchema, RuntimeSchema, RustApiSchema, RustAuthSchema, RustCachingSchema, RustCliSchema, RustErrorHandlingSchema, RustFrontendSchema, RustLibrariesSchema, RustLoggingSchema, RustOrmSchema, RustWebFrameworkSchema, SEARCH_VALUES, SERVER_DEPLOY_VALUES, SHADCN_BASE_COLOR_VALUES, SHADCN_BASE_VALUES, SHADCN_COLOR_THEME_VALUES, SHADCN_FONT_VALUES, SHADCN_ICON_LIBRARY_VALUES, SHADCN_RADIUS_VALUES, SHADCN_STYLE_VALUES, STATE_MANAGEMENT_VALUES, SearchSchema, ServerDeploySchema, ShadcnBaseColorSchema, ShadcnBaseSchema, ShadcnColorThemeSchema, ShadcnFontSchema, ShadcnIconLibrarySchema, ShadcnRadiusSchema, ShadcnStyleSchema, StateManagementSchema, TEMPLATE_VALUES, TESTING_VALUES, TemplateSchema, TestingSchema, UILibrarySchema, UI_LIBRARY_VALUES, VALIDATION_VALUES, VERSION_CHANNEL_VALUES, ValidationSchema, VersionChannelSchema, WEB_DEPLOY_VALUES, WebDeploySchema };
@@ -1,4 +1,4 @@
1
- import { $ as FrontendSchema, $t as PythonQualitySchema, At as LoggingSchema, B as EcosystemSchema, Bn as ShadcnBaseSchema, C as CLIInputSchema, Cn as RustLibrariesSchema, Ct as JavaBuildToolSchema, Dt as JavaWebFrameworkSchema, E as CSSFrameworkSchema, En as RustWebFrameworkSchema, Et as JavaTestingLibrariesSchema, F as DirectoryConflictSchema, Gn as ShadcnStyleSchema, Gt as PackageManagerSchema, H as EmailSchema, Hn as ShadcnFontSchema, Jt as ProjectNameSchema, Kn as StateManagementSchema, Kt as PaymentsSchema, Ln as SearchSchema, Mt as ORMSchema, N as DatabaseSchema, O as CachingSchema, Ot as JobQueueSchema, P as DatabaseSetupSchema, Pt as ObservabilitySchema, Q as FormsSchema, Qt as PythonOrmSchema, Rn as ServerDeploySchema, Sn as RustFrontendSchema, St as JavaAuthSchema, Tn as RustOrmSchema, Tt as JavaOrmSchema, U as ExamplesSchema, Un as ShadcnIconLibrarySchema, V as EffectSchema, Vn as ShadcnColorThemeSchema, Wn as ShadcnRadiusSchema, X as FileStorageSchema, Xn as TestingSchema, Xt as PythonAuthSchema, Y as FeatureFlagsSchema, Yn as TemplateSchema, Yt as PythonAiSchema, Z as FileUploadSchema, Zn as UILibrarySchema, Zt as PythonGraphqlSchema, _ as AuthSchema, _n as RustApiSchema, bn as RustCliSchema, ct as GoCliSchema, d as AddInputSchema, dt as GoWebFrameworkSchema, en as PythonTaskQueueSchema, f as AddonsSchema, g as AstroIntegrationSchema, gn as RuntimeSchema, h as AnimationSchema, hn as RealtimeSchema, ir as WebDeploySchema, k as CreateInputSchema, lt as GoLoggingSchema, m as AnalyticsSchema, mt as InitResultSchema, n as AISchema, nn as PythonWebFrameworkSchema, nr as VersionChannelSchema, ot as GoApiSchema, p as AiDocsSchema, pt as I18nSchema, qt as ProjectConfigSchema, s as APISchema, st as GoAuthSchema, tn as PythonValidationSchema, tr as ValidationSchema, ut as GoOrmSchema, vn as RustAuthSchema, w as CMSSchema, wn as RustLoggingSchema, wt as JavaLibrariesSchema, x as BetterTStackConfigSchema, xn as RustErrorHandlingSchema, y as BackendSchema, yn as RustCachingSchema, zn as ShadcnBaseColorSchema } from "./schemas-B_I1Oeyt.mjs";
1
+ import { $ as FrontendSchema, $t as PythonQualitySchema, At as LoggingSchema, B as EcosystemSchema, Bn as ShadcnBaseSchema, C as CLIInputSchema, Cn as RustLibrariesSchema, Ct as JavaBuildToolSchema, Dt as JavaWebFrameworkSchema, E as CSSFrameworkSchema, En as RustWebFrameworkSchema, Et as JavaTestingLibrariesSchema, F as DirectoryConflictSchema, Gn as ShadcnStyleSchema, Gt as PackageManagerSchema, H as EmailSchema, Hn as ShadcnFontSchema, Jt as ProjectNameSchema, Kn as StateManagementSchema, Kt as PaymentsSchema, Ln as SearchSchema, Mt as ORMSchema, N as DatabaseSchema, O as CachingSchema, Ot as JobQueueSchema, P as DatabaseSetupSchema, Pt as ObservabilitySchema, Q as FormsSchema, Qt as PythonOrmSchema, Rn as ServerDeploySchema, Sn as RustFrontendSchema, St as JavaAuthSchema, Tn as RustOrmSchema, Tt as JavaOrmSchema, U as ExamplesSchema, Un as ShadcnIconLibrarySchema, V as EffectSchema, Vn as ShadcnColorThemeSchema, Wn as ShadcnRadiusSchema, X as FileStorageSchema, Xn as TestingSchema, Xt as PythonAuthSchema, Y as FeatureFlagsSchema, Yn as TemplateSchema, Yt as PythonAiSchema, Z as FileUploadSchema, Zn as UILibrarySchema, Zt as PythonGraphqlSchema, _ as AuthSchema, _n as RustApiSchema, bn as RustCliSchema, ct as GoCliSchema, d as AddInputSchema, dt as GoWebFrameworkSchema, en as PythonTaskQueueSchema, f as AddonsSchema, g as AstroIntegrationSchema, gn as RuntimeSchema, h as AnimationSchema, hn as RealtimeSchema, ir as WebDeploySchema, k as CreateInputSchema, lt as GoLoggingSchema, m as AnalyticsSchema, mt as InitResultSchema, n as AISchema, nn as PythonWebFrameworkSchema, nr as VersionChannelSchema, ot as GoApiSchema, p as AiDocsSchema, pt as I18nSchema, qt as ProjectConfigSchema, s as APISchema, st as GoAuthSchema, tn as PythonValidationSchema, tr as ValidationSchema, ut as GoOrmSchema, vn as RustAuthSchema, w as CMSSchema, wn as RustLoggingSchema, wt as JavaLibrariesSchema, x as BetterTStackConfigSchema, xn as RustErrorHandlingSchema, y as BackendSchema, yn as RustCachingSchema, zn as ShadcnBaseColorSchema } from "./schemas-BsdLtIDm.mjs";
2
2
  import { z } from "zod";
3
3
 
4
4
  //#region src/types.d.ts
@@ -92,4 +92,4 @@ type WebFrontend = Extract<Frontend, "tanstack-router" | "react-router" | "react
92
92
  type NativeFrontend = Extract<Frontend, "native-bare" | "native-uniwind" | "native-unistyles" | "none">;
93
93
  //#endregion
94
94
  export { PythonAuth as $, GoAuth as A, UILibrary as At, JavaOrm as B, Examples as C, ShadcnFont as Ct, Forms as D, StateManagement as Dt, FileUpload as E, ShadcnStyle as Et, I18n as F, NativeFrontend as G, JavaWebFramework as H, InitResult as I, PackageManager as J, ORM as K, JavaAuth as L, GoLogging as M, VersionChannel as Mt, GoOrm as N, WebDeploy as Nt, Frontend as O, Template as Ot, GoWebFramework as P, WebFrontend as Pt, PythonAi as Q, JavaBuildTool as R, Email as S, ShadcnColorTheme as St, FileStorage as T, ShadcnRadius as Tt, JobQueue as U, JavaTestingLibraries as V, Logging as W, ProjectConfig as X, Payments as Y, ProjectName as Z, Database as _, RustWebFramework as _t, AiDocs as a, PythonWebFramework as at, Ecosystem as b, ShadcnBase as bt, AstroIntegration as c, RustApi as ct, BetterTStackConfig as d, RustCli as dt, PythonGraphql as et, CLIInput as f, RustErrorHandling as ft, CreateInput as g, RustOrm as gt, Caching as h, RustLogging as ht, Addons as i, PythonValidation as it, GoCli as j, Validation as jt, GoApi as k, Testing as kt, Auth as l, RustAuth as lt, CSSFramework as m, RustLibraries as mt, API as n, PythonQuality as nt, Analytics as o, Realtime as ot, CMS as p, RustFrontend as pt, Observability as q, AddInput as r, PythonTaskQueue as rt, Animation as s, Runtime as st, AI as t, PythonOrm as tt, Backend as u, RustCaching as ut, DatabaseSetup as v, Search as vt, FeatureFlags as w, ShadcnIconLibrary as wt, Effect as x, ShadcnBaseColor as xt, DirectoryConflict as y, ServerDeploy as yt, JavaLibraries as z };
95
- //# sourceMappingURL=types-D-yrwQnb.d.mts.map
95
+ //# sourceMappingURL=types-rP2wE60D.d.mts.map