@better-fullstack/types 2.4.0 → 2.5.0

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.
Files changed (40) hide show
  1. package/dist/{defaults-DdEGPWbd.d.mts → defaults-CbLlpynl.d.mts} +2 -2
  2. package/dist/defaults-CbLlpynl.d.mts.map +1 -0
  3. package/dist/defaults.d.mts +3 -3
  4. package/dist/index.d.mts +6 -6
  5. package/dist/index.d.mts.map +1 -1
  6. package/dist/index.mjs +50 -4
  7. package/dist/index.mjs.map +1 -1
  8. package/dist/json-schema.d.mts +670 -348
  9. package/dist/json-schema.d.mts.map +1 -1
  10. package/dist/json-schema.mjs +1 -1
  11. package/dist/{schemas-BMTIauzB.d.mts → schemas-BRAokgPa.d.mts} +964 -639
  12. package/dist/schemas-BRAokgPa.d.mts.map +1 -0
  13. package/dist/{schemas-CNrFm0ld.mjs → schemas-CtieNRfz.mjs} +55 -3
  14. package/dist/schemas-CtieNRfz.mjs.map +1 -0
  15. package/dist/schemas.d.mts +2 -2
  16. package/dist/schemas.mjs +2 -2
  17. package/dist/{stack-graph-DWpdF4s0.d.mts → stack-graph-BPw9KsNm.d.mts} +3 -3
  18. package/dist/stack-graph-BPw9KsNm.d.mts.map +1 -0
  19. package/dist/{stack-graph-BqmxkJKS.mjs → stack-graph-CXTiPofQ.mjs} +97 -20
  20. package/dist/stack-graph-CXTiPofQ.mjs.map +1 -0
  21. package/dist/stack-graph.d.mts +3 -3
  22. package/dist/stack-graph.mjs +2 -2
  23. package/dist/{stack-translation-CIt0ziI4.mjs → stack-translation-B-zArJLM.mjs} +202 -23
  24. package/dist/stack-translation-B-zArJLM.mjs.map +1 -0
  25. package/dist/{stack-translation-DyfJJgeD.d.mts → stack-translation-D7KkQm8W.d.mts} +16 -6
  26. package/dist/stack-translation-D7KkQm8W.d.mts.map +1 -0
  27. package/dist/stack-translation.d.mts +4 -4
  28. package/dist/stack-translation.mjs +3 -3
  29. package/dist/{types-BUQyhJDc.d.mts → types-Br0NsnBr.d.mts} +8 -3
  30. package/dist/types-Br0NsnBr.d.mts.map +1 -0
  31. package/dist/types.d.mts +3 -3
  32. package/package.json +1 -1
  33. package/dist/defaults-DdEGPWbd.d.mts.map +0 -1
  34. package/dist/schemas-BMTIauzB.d.mts.map +0 -1
  35. package/dist/schemas-CNrFm0ld.mjs.map +0 -1
  36. package/dist/stack-graph-BqmxkJKS.mjs.map +0 -1
  37. package/dist/stack-graph-DWpdF4s0.d.mts.map +0 -1
  38. package/dist/stack-translation-CIt0ziI4.mjs.map +0 -1
  39. package/dist/stack-translation-DyfJJgeD.d.mts.map +0 -1
  40. package/dist/types-BUQyhJDc.d.mts.map +0 -1
@@ -20,71 +20,71 @@ declare const StackPartEcosystemSchema: z.ZodUnion<readonly [z.ZodEnum<{
20
20
  java: "java";
21
21
  elixir: "elixir";
22
22
  dotnet: "dotnet";
23
- }>, z.ZodLiteral<"universal">]>;
23
+ }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
24
24
  declare const StackPartRoleSchema: z.ZodEnum<{
25
- effect: "effect";
26
- ai: "ai";
25
+ push: "push";
26
+ frontend: "frontend";
27
+ backend: "backend";
28
+ mobile: "mobile";
27
29
  database: "database";
30
+ api: "api";
31
+ graphql: "graphql";
28
32
  orm: "orm";
29
33
  auth: "auth";
30
- payments: "payments";
31
- frontend: "frontend";
32
- examples: "examples";
33
- packageManager: "packageManager";
34
- dbSetup: "dbSetup";
35
- backend: "backend";
36
34
  runtime: "runtime";
37
- api: "api";
38
- stateManagement: "stateManagement";
39
- forms: "forms";
40
- testing: "testing";
41
- email: "email";
42
- validation: "validation";
35
+ deploy: "deploy";
36
+ dbSetup: "dbSetup";
37
+ migrations: "migrations";
43
38
  realtime: "realtime";
39
+ navigation: "navigation";
40
+ caching: "caching";
41
+ observability: "observability";
42
+ email: "email";
43
+ search: "search";
44
+ vectorDb: "vectorDb";
45
+ fileStorage: "fileStorage";
44
46
  jobQueue: "jobQueue";
47
+ rateLimit: "rateLimit";
48
+ testing: "testing";
49
+ stateManagement: "stateManagement";
50
+ forms: "forms";
45
51
  animation: "animation";
46
52
  fileUpload: "fileUpload";
53
+ validation: "validation";
54
+ effect: "effect";
55
+ ui: "ui";
56
+ css: "css";
57
+ storage: "storage";
58
+ ota: "ota";
59
+ deepLinking: "deepLinking";
60
+ ai: "ai";
61
+ payments: "payments";
47
62
  logging: "logging";
48
- observability: "observability";
49
63
  featureFlags: "featureFlags";
50
64
  integrations: "integrations";
51
65
  ecommerce: "ecommerce";
52
66
  analytics: "analytics";
53
67
  cms: "cms";
54
- caching: "caching";
55
- rateLimit: "rateLimit";
56
68
  i18n: "i18n";
57
- search: "search";
58
- vectorDb: "vectorDb";
59
- fileStorage: "fileStorage";
60
- config: "config";
61
- mobile: "mobile";
62
- graphql: "graphql";
63
- deploy: "deploy";
64
- migrations: "migrations";
65
- navigation: "navigation";
66
- ui: "ui";
67
- css: "css";
68
- storage: "storage";
69
- push: "push";
70
- ota: "ota";
71
- deepLinking: "deepLinking";
72
69
  documentation: "documentation";
73
70
  codeQuality: "codeQuality";
74
71
  appPlatform: "appPlatform";
75
72
  dataFetching: "dataFetching";
76
73
  workspaceTooling: "workspaceTooling";
74
+ examples: "examples";
77
75
  language: "language";
78
76
  buildTool: "buildTool";
79
77
  cli: "cli";
80
78
  errorHandling: "errorHandling";
81
79
  httpClient: "httpClient";
82
80
  libraries: "libraries";
81
+ config: "config";
83
82
  templating: "templating";
84
83
  cloudSdk: "cloudSdk";
85
84
  data: "data";
86
85
  media: "media";
87
86
  server: "server";
87
+ packageManager: "packageManager";
88
88
  messageQueue: "messageQueue";
89
89
  }>;
90
90
  declare const StackPartSourceSchema: z.ZodEnum<{
@@ -97,69 +97,69 @@ declare const StackPartSourceSchema: z.ZodEnum<{
97
97
  declare const StackPartSchema: z.ZodObject<{
98
98
  id: z.ZodString;
99
99
  role: z.ZodEnum<{
100
- effect: "effect";
101
- ai: "ai";
100
+ push: "push";
101
+ frontend: "frontend";
102
+ backend: "backend";
103
+ mobile: "mobile";
102
104
  database: "database";
105
+ api: "api";
106
+ graphql: "graphql";
103
107
  orm: "orm";
104
108
  auth: "auth";
105
- payments: "payments";
106
- frontend: "frontend";
107
- examples: "examples";
108
- packageManager: "packageManager";
109
- dbSetup: "dbSetup";
110
- backend: "backend";
111
109
  runtime: "runtime";
112
- api: "api";
113
- stateManagement: "stateManagement";
114
- forms: "forms";
115
- testing: "testing";
116
- email: "email";
117
- validation: "validation";
110
+ deploy: "deploy";
111
+ dbSetup: "dbSetup";
112
+ migrations: "migrations";
118
113
  realtime: "realtime";
114
+ navigation: "navigation";
115
+ caching: "caching";
116
+ observability: "observability";
117
+ email: "email";
118
+ search: "search";
119
+ vectorDb: "vectorDb";
120
+ fileStorage: "fileStorage";
119
121
  jobQueue: "jobQueue";
122
+ rateLimit: "rateLimit";
123
+ testing: "testing";
124
+ stateManagement: "stateManagement";
125
+ forms: "forms";
120
126
  animation: "animation";
121
127
  fileUpload: "fileUpload";
128
+ validation: "validation";
129
+ effect: "effect";
130
+ ui: "ui";
131
+ css: "css";
132
+ storage: "storage";
133
+ ota: "ota";
134
+ deepLinking: "deepLinking";
135
+ ai: "ai";
136
+ payments: "payments";
122
137
  logging: "logging";
123
- observability: "observability";
124
138
  featureFlags: "featureFlags";
125
139
  integrations: "integrations";
126
140
  ecommerce: "ecommerce";
127
141
  analytics: "analytics";
128
142
  cms: "cms";
129
- caching: "caching";
130
- rateLimit: "rateLimit";
131
143
  i18n: "i18n";
132
- search: "search";
133
- vectorDb: "vectorDb";
134
- fileStorage: "fileStorage";
135
- config: "config";
136
- mobile: "mobile";
137
- graphql: "graphql";
138
- deploy: "deploy";
139
- migrations: "migrations";
140
- navigation: "navigation";
141
- ui: "ui";
142
- css: "css";
143
- storage: "storage";
144
- push: "push";
145
- ota: "ota";
146
- deepLinking: "deepLinking";
147
144
  documentation: "documentation";
148
145
  codeQuality: "codeQuality";
149
146
  appPlatform: "appPlatform";
150
147
  dataFetching: "dataFetching";
151
148
  workspaceTooling: "workspaceTooling";
149
+ examples: "examples";
152
150
  language: "language";
153
151
  buildTool: "buildTool";
154
152
  cli: "cli";
155
153
  errorHandling: "errorHandling";
156
154
  httpClient: "httpClient";
157
155
  libraries: "libraries";
156
+ config: "config";
158
157
  templating: "templating";
159
158
  cloudSdk: "cloudSdk";
160
159
  data: "data";
161
160
  media: "media";
162
161
  server: "server";
162
+ packageManager: "packageManager";
163
163
  messageQueue: "messageQueue";
164
164
  }>;
165
165
  toolId: z.ZodString;
@@ -172,7 +172,7 @@ declare const StackPartSchema: z.ZodObject<{
172
172
  java: "java";
173
173
  elixir: "elixir";
174
174
  dotnet: "dotnet";
175
- }>, z.ZodLiteral<"universal">]>;
175
+ }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
176
176
  ownerPartId: z.ZodOptional<z.ZodString>;
177
177
  source: z.ZodEnum<{
178
178
  selected: "selected";
@@ -205,13 +205,13 @@ declare const ORMSchema: z.ZodEnum<{
205
205
  sequelize: "sequelize";
206
206
  }>;
207
207
  declare const BackendSchema: z.ZodEnum<{
208
+ effect: "effect";
208
209
  none: "none";
209
210
  hono: "hono";
210
211
  express: "express";
211
212
  fastify: "fastify";
212
213
  elysia: "elysia";
213
214
  fets: "fets";
214
- effect: "effect";
215
215
  nestjs: "nestjs";
216
216
  adonisjs: "adonisjs";
217
217
  nitro: "nitro";
@@ -306,8 +306,8 @@ declare const AddonsSchema: z.ZodEnum<{
306
306
  */
307
307
  declare const APP_PLATFORM_ADDON_VALUES: readonly ["pwa", "tauri", "electron", "capacitor", "wxt", "opentui"];
308
308
  declare const ExamplesSchema: z.ZodEnum<{
309
- none: "none";
310
309
  ai: "ai";
310
+ none: "none";
311
311
  "chat-sdk": "chat-sdk";
312
312
  "tanstack-showcase": "tanstack-showcase";
313
313
  }>;
@@ -415,8 +415,8 @@ declare const AISchema: z.ZodEnum<{
415
415
  "ai-cli": "ai-cli";
416
416
  }>;
417
417
  declare const EffectSchema: z.ZodEnum<{
418
- none: "none";
419
418
  effect: "effect";
419
+ none: "none";
420
420
  "effect-full": "effect-full";
421
421
  }>;
422
422
  declare const StateManagementSchema: z.ZodEnum<{
@@ -597,9 +597,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
597
597
  }>;
598
598
  declare const MobileUISchema: z.ZodEnum<{
599
599
  none: "none";
600
- uniwind: "uniwind";
601
600
  tamagui: "tamagui";
602
601
  "gluestack-ui": "gluestack-ui";
602
+ uniwind: "uniwind";
603
603
  unistyles: "unistyles";
604
604
  }>;
605
605
  declare const MobileStorageSchema: z.ZodEnum<{
@@ -663,6 +663,37 @@ declare const RustFrontendSchema: z.ZodEnum<{
663
663
  dioxus: "dioxus";
664
664
  yew: "yew";
665
665
  }>;
666
+ declare const DotnetFrontendSchema: z.ZodEnum<{
667
+ none: "none";
668
+ "blazor-webassembly": "blazor-webassembly";
669
+ "blazor-web-app": "blazor-web-app";
670
+ }>;
671
+ declare const KotlinMobileSchema: z.ZodEnum<{
672
+ none: "none";
673
+ "jetpack-compose": "jetpack-compose";
674
+ "compose-multiplatform": "compose-multiplatform";
675
+ }>;
676
+ declare const KotlinMobileLibrariesSchema: z.ZodEnum<{
677
+ none: "none";
678
+ "navigation-compose": "navigation-compose";
679
+ voyager: "voyager";
680
+ koin: "koin";
681
+ "ktor-client": "ktor-client";
682
+ "kotlinx-serialization-json": "kotlinx-serialization-json";
683
+ datastore: "datastore";
684
+ coil: "coil";
685
+ mockk: "mockk";
686
+ turbine: "turbine";
687
+ junit5: "junit5";
688
+ }>;
689
+ declare const SwiftMobileSchema: z.ZodEnum<{
690
+ none: "none";
691
+ swiftui: "swiftui";
692
+ }>;
693
+ declare const DartMobileSchema: z.ZodEnum<{
694
+ none: "none";
695
+ flutter: "flutter";
696
+ }>;
666
697
  declare const RustOrmSchema: z.ZodEnum<{
667
698
  none: "none";
668
699
  mongodb: "mongodb";
@@ -684,12 +715,12 @@ declare const RustCliSchema: z.ZodEnum<{
684
715
  ratatui: "ratatui";
685
716
  }>;
686
717
  declare const RustLibrariesSchema: z.ZodEnum<{
718
+ config: "config";
687
719
  none: "none";
688
720
  serde: "serde";
689
721
  uuid: "uuid";
690
722
  chrono: "chrono";
691
723
  reqwest: "reqwest";
692
- config: "config";
693
724
  dashmap: "dashmap";
694
725
  "parking-lot": "parking-lot";
695
726
  secrecy: "secrecy";
@@ -997,6 +1028,7 @@ declare const JavaLanguageSchema: z.ZodEnum<{
997
1028
  declare const JavaWebFrameworkSchema: z.ZodEnum<{
998
1029
  none: "none";
999
1030
  "spring-boot": "spring-boot";
1031
+ ktor: "ktor";
1000
1032
  quarkus: "quarkus";
1001
1033
  micronaut: "micronaut";
1002
1034
  }>;
@@ -1070,8 +1102,8 @@ declare const JavaLibrariesSchema: z.ZodEnum<{
1070
1102
  }>;
1071
1103
  declare const JavaTestingLibrariesSchema: z.ZodEnum<{
1072
1104
  none: "none";
1073
- testcontainers: "testcontainers";
1074
1105
  junit5: "junit5";
1106
+ testcontainers: "testcontainers";
1075
1107
  mockito: "mockito";
1076
1108
  assertj: "assertj";
1077
1109
  "rest-assured": "rest-assured";
@@ -1388,36 +1420,36 @@ declare const ShadcnFontSchema: z.ZodEnum<{
1388
1420
  "geist-mono": "geist-mono";
1389
1421
  }>;
1390
1422
  declare const ShadcnRadiusSchema: z.ZodEnum<{
1391
- none: "none";
1392
1423
  default: "default";
1424
+ none: "none";
1393
1425
  small: "small";
1394
1426
  medium: "medium";
1395
1427
  large: "large";
1396
1428
  }>;
1397
1429
  declare const DirectoryConflictSchema: z.ZodEnum<{
1430
+ error: "error";
1398
1431
  merge: "merge";
1399
1432
  overwrite: "overwrite";
1400
1433
  increment: "increment";
1401
- error: "error";
1402
1434
  }>;
1403
1435
  declare const TemplateSchema: z.ZodEnum<{
1404
1436
  none: "none";
1437
+ uniwind: "uniwind";
1405
1438
  mern: "mern";
1406
1439
  pern: "pern";
1407
1440
  t3: "t3";
1408
1441
  saas: "saas";
1409
- uniwind: "uniwind";
1410
1442
  }>;
1411
1443
  declare const ProjectNameSchema: z.ZodString;
1412
1444
  declare const CreateInputSchema: z.ZodObject<{
1413
1445
  projectName: z.ZodOptional<z.ZodString>;
1414
1446
  template: z.ZodOptional<z.ZodEnum<{
1415
1447
  none: "none";
1448
+ uniwind: "uniwind";
1416
1449
  mern: "mern";
1417
1450
  pern: "pern";
1418
1451
  t3: "t3";
1419
1452
  saas: "saas";
1420
- uniwind: "uniwind";
1421
1453
  }>>;
1422
1454
  yes: z.ZodOptional<z.ZodBoolean>;
1423
1455
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -1548,8 +1580,8 @@ declare const CreateInputSchema: z.ZodObject<{
1548
1580
  capacitor: "capacitor";
1549
1581
  }>>>;
1550
1582
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1551
- none: "none";
1552
1583
  ai: "ai";
1584
+ none: "none";
1553
1585
  "chat-sdk": "chat-sdk";
1554
1586
  "tanstack-showcase": "tanstack-showcase";
1555
1587
  }>>>;
@@ -1583,13 +1615,13 @@ declare const CreateInputSchema: z.ZodObject<{
1583
1615
  docker: "docker";
1584
1616
  }>>;
1585
1617
  backend: z.ZodOptional<z.ZodEnum<{
1618
+ effect: "effect";
1586
1619
  none: "none";
1587
1620
  hono: "hono";
1588
1621
  express: "express";
1589
1622
  fastify: "fastify";
1590
1623
  elysia: "elysia";
1591
1624
  fets: "fets";
1592
- effect: "effect";
1593
1625
  nestjs: "nestjs";
1594
1626
  adonisjs: "adonisjs";
1595
1627
  nitro: "nitro";
@@ -1636,10 +1668,10 @@ declare const CreateInputSchema: z.ZodObject<{
1636
1668
  vercel: "vercel";
1637
1669
  }>>;
1638
1670
  directoryConflict: z.ZodOptional<z.ZodEnum<{
1671
+ error: "error";
1639
1672
  merge: "merge";
1640
1673
  overwrite: "overwrite";
1641
1674
  increment: "increment";
1642
- error: "error";
1643
1675
  }>>;
1644
1676
  renderTitle: z.ZodOptional<z.ZodBoolean>;
1645
1677
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -1668,8 +1700,8 @@ declare const CreateInputSchema: z.ZodObject<{
1668
1700
  "ai-cli": "ai-cli";
1669
1701
  }>>;
1670
1702
  effect: z.ZodOptional<z.ZodEnum<{
1671
- none: "none";
1672
1703
  effect: "effect";
1704
+ none: "none";
1673
1705
  "effect-full": "effect-full";
1674
1706
  }>>;
1675
1707
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -1804,8 +1836,8 @@ declare const CreateInputSchema: z.ZodObject<{
1804
1836
  "geist-mono": "geist-mono";
1805
1837
  }>>;
1806
1838
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1807
- none: "none";
1808
1839
  default: "default";
1840
+ none: "none";
1809
1841
  small: "small";
1810
1842
  medium: "medium";
1811
1843
  large: "large";
@@ -1947,9 +1979,9 @@ declare const CreateInputSchema: z.ZodObject<{
1947
1979
  }>>;
1948
1980
  mobileUI: z.ZodOptional<z.ZodEnum<{
1949
1981
  none: "none";
1950
- uniwind: "uniwind";
1951
1982
  tamagui: "tamagui";
1952
1983
  "gluestack-ui": "gluestack-ui";
1984
+ uniwind: "uniwind";
1953
1985
  unistyles: "unistyles";
1954
1986
  }>>;
1955
1987
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -2013,6 +2045,37 @@ declare const CreateInputSchema: z.ZodObject<{
2013
2045
  dioxus: "dioxus";
2014
2046
  yew: "yew";
2015
2047
  }>>;
2048
+ dotnetFrontend: z.ZodOptional<z.ZodEnum<{
2049
+ none: "none";
2050
+ "blazor-webassembly": "blazor-webassembly";
2051
+ "blazor-web-app": "blazor-web-app";
2052
+ }>>;
2053
+ kotlinMobile: z.ZodOptional<z.ZodEnum<{
2054
+ none: "none";
2055
+ "jetpack-compose": "jetpack-compose";
2056
+ "compose-multiplatform": "compose-multiplatform";
2057
+ }>>;
2058
+ kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2059
+ none: "none";
2060
+ "navigation-compose": "navigation-compose";
2061
+ voyager: "voyager";
2062
+ koin: "koin";
2063
+ "ktor-client": "ktor-client";
2064
+ "kotlinx-serialization-json": "kotlinx-serialization-json";
2065
+ datastore: "datastore";
2066
+ coil: "coil";
2067
+ mockk: "mockk";
2068
+ turbine: "turbine";
2069
+ junit5: "junit5";
2070
+ }>>>;
2071
+ swiftMobile: z.ZodOptional<z.ZodEnum<{
2072
+ none: "none";
2073
+ swiftui: "swiftui";
2074
+ }>>;
2075
+ dartMobile: z.ZodOptional<z.ZodEnum<{
2076
+ none: "none";
2077
+ flutter: "flutter";
2078
+ }>>;
2016
2079
  rustOrm: z.ZodOptional<z.ZodEnum<{
2017
2080
  none: "none";
2018
2081
  mongodb: "mongodb";
@@ -2034,12 +2097,12 @@ declare const CreateInputSchema: z.ZodObject<{
2034
2097
  ratatui: "ratatui";
2035
2098
  }>>;
2036
2099
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2100
+ config: "config";
2037
2101
  none: "none";
2038
2102
  serde: "serde";
2039
2103
  uuid: "uuid";
2040
2104
  chrono: "chrono";
2041
2105
  reqwest: "reqwest";
2042
- config: "config";
2043
2106
  dashmap: "dashmap";
2044
2107
  "parking-lot": "parking-lot";
2045
2108
  secrecy: "secrecy";
@@ -2347,6 +2410,7 @@ declare const CreateInputSchema: z.ZodObject<{
2347
2410
  javaWebFramework: z.ZodOptional<z.ZodEnum<{
2348
2411
  none: "none";
2349
2412
  "spring-boot": "spring-boot";
2413
+ ktor: "ktor";
2350
2414
  quarkus: "quarkus";
2351
2415
  micronaut: "micronaut";
2352
2416
  }>>;
@@ -2420,8 +2484,8 @@ declare const CreateInputSchema: z.ZodObject<{
2420
2484
  }>>>;
2421
2485
  javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2422
2486
  none: "none";
2423
- testcontainers: "testcontainers";
2424
2487
  junit5: "junit5";
2488
+ testcontainers: "testcontainers";
2425
2489
  mockito: "mockito";
2426
2490
  assertj: "assertj";
2427
2491
  "rest-assured": "rest-assured";
@@ -2650,37 +2714,43 @@ declare const CreateInputSchema: z.ZodObject<{
2650
2714
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
2651
2715
  }, z.core.$strip>;
2652
2716
  declare const AddInputSchema: z.ZodObject<{
2653
- effect: z.ZodOptional<z.ZodEnum<{
2717
+ frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2654
2718
  none: "none";
2719
+ "tanstack-router": "tanstack-router";
2720
+ "react-router": "react-router";
2721
+ "react-vite": "react-vite";
2722
+ "vanilla-vite": "vanilla-vite";
2723
+ vue: "vue";
2724
+ "tanstack-start": "tanstack-start";
2725
+ next: "next";
2726
+ vinext: "vinext";
2727
+ nuxt: "nuxt";
2728
+ "native-bare": "native-bare";
2729
+ "native-uniwind": "native-uniwind";
2730
+ "native-unistyles": "native-unistyles";
2731
+ svelte: "svelte";
2732
+ solid: "solid";
2733
+ "solid-start": "solid-start";
2734
+ astro: "astro";
2735
+ qwik: "qwik";
2736
+ angular: "angular";
2737
+ redwood: "redwood";
2738
+ fresh: "fresh";
2739
+ }>>>;
2740
+ backend: z.ZodOptional<z.ZodEnum<{
2655
2741
  effect: "effect";
2656
- "effect-full": "effect-full";
2657
- }>>;
2658
- ai: z.ZodOptional<z.ZodEnum<{
2659
2742
  none: "none";
2660
- "vercel-ai": "vercel-ai";
2661
- mastra: "mastra";
2662
- voltagent: "voltagent";
2663
- langgraph: "langgraph";
2664
- "openai-agents": "openai-agents";
2665
- "openai-sdk": "openai-sdk";
2666
- "anthropic-sdk": "anthropic-sdk";
2667
- "google-adk": "google-adk";
2668
- modelfusion: "modelfusion";
2669
- langchain: "langchain";
2670
- llamaindex: "llamaindex";
2671
- "tanstack-ai": "tanstack-ai";
2672
- "ai-cli": "ai-cli";
2673
- }>>;
2674
- dryRun: z.ZodOptional<z.ZodBoolean>;
2675
- ecosystem: z.ZodOptional<z.ZodEnum<{
2676
- typescript: "typescript";
2677
- "react-native": "react-native";
2678
- rust: "rust";
2679
- python: "python";
2680
- go: "go";
2681
- java: "java";
2682
- elixir: "elixir";
2683
- dotnet: "dotnet";
2743
+ hono: "hono";
2744
+ express: "express";
2745
+ fastify: "fastify";
2746
+ elysia: "elysia";
2747
+ fets: "fets";
2748
+ nestjs: "nestjs";
2749
+ adonisjs: "adonisjs";
2750
+ nitro: "nitro";
2751
+ encore: "encore";
2752
+ convex: "convex";
2753
+ self: "self";
2684
2754
  }>>;
2685
2755
  database: z.ZodOptional<z.ZodEnum<{
2686
2756
  none: "none";
@@ -2691,14 +2761,24 @@ declare const AddInputSchema: z.ZodObject<{
2691
2761
  edgedb: "edgedb";
2692
2762
  redis: "redis";
2693
2763
  }>>;
2694
- orm: z.ZodOptional<z.ZodEnum<{
2764
+ api: z.ZodOptional<z.ZodEnum<{
2695
2765
  none: "none";
2696
- drizzle: "drizzle";
2697
- prisma: "prisma";
2698
- mongoose: "mongoose";
2699
- typeorm: "typeorm";
2700
- kysely: "kysely";
2701
- mikroorm: "mikroorm";
2766
+ trpc: "trpc";
2767
+ orpc: "orpc";
2768
+ "ts-rest": "ts-rest";
2769
+ garph: "garph";
2770
+ "graphql-yoga": "graphql-yoga";
2771
+ "apollo-server": "apollo-server";
2772
+ openapi: "openapi";
2773
+ }>>;
2774
+ orm: z.ZodOptional<z.ZodEnum<{
2775
+ none: "none";
2776
+ drizzle: "drizzle";
2777
+ prisma: "prisma";
2778
+ mongoose: "mongoose";
2779
+ typeorm: "typeorm";
2780
+ kysely: "kysely";
2781
+ mikroorm: "mikroorm";
2702
2782
  sequelize: "sequelize";
2703
2783
  }>>;
2704
2784
  auth: z.ZodOptional<z.ZodEnum<{
@@ -2715,6 +2795,170 @@ declare const AddInputSchema: z.ZodObject<{
2715
2795
  kinde: "kinde";
2716
2796
  passport: "passport";
2717
2797
  }>>;
2798
+ runtime: z.ZodOptional<z.ZodEnum<{
2799
+ none: "none";
2800
+ bun: "bun";
2801
+ node: "node";
2802
+ workers: "workers";
2803
+ }>>;
2804
+ dbSetup: z.ZodOptional<z.ZodEnum<{
2805
+ none: "none";
2806
+ turso: "turso";
2807
+ neon: "neon";
2808
+ "prisma-postgres": "prisma-postgres";
2809
+ planetscale: "planetscale";
2810
+ "mongodb-atlas": "mongodb-atlas";
2811
+ supabase: "supabase";
2812
+ upstash: "upstash";
2813
+ d1: "d1";
2814
+ docker: "docker";
2815
+ }>>;
2816
+ realtime: z.ZodOptional<z.ZodEnum<{
2817
+ none: "none";
2818
+ "socket-io": "socket-io";
2819
+ ws: "ws";
2820
+ partykit: "partykit";
2821
+ ably: "ably";
2822
+ pusher: "pusher";
2823
+ liveblocks: "liveblocks";
2824
+ yjs: "yjs";
2825
+ }>>;
2826
+ caching: z.ZodOptional<z.ZodEnum<{
2827
+ none: "none";
2828
+ redis: "redis";
2829
+ "upstash-redis": "upstash-redis";
2830
+ }>>;
2831
+ observability: z.ZodOptional<z.ZodEnum<{
2832
+ none: "none";
2833
+ opentelemetry: "opentelemetry";
2834
+ signoz: "signoz";
2835
+ sentry: "sentry";
2836
+ grafana: "grafana";
2837
+ datadog: "datadog";
2838
+ axiom: "axiom";
2839
+ betterstack: "betterstack";
2840
+ }>>;
2841
+ email: z.ZodOptional<z.ZodEnum<{
2842
+ none: "none";
2843
+ "react-email": "react-email";
2844
+ resend: "resend";
2845
+ nodemailer: "nodemailer";
2846
+ postmark: "postmark";
2847
+ sendgrid: "sendgrid";
2848
+ "aws-ses": "aws-ses";
2849
+ mailgun: "mailgun";
2850
+ plunk: "plunk";
2851
+ }>>;
2852
+ search: z.ZodOptional<z.ZodEnum<{
2853
+ none: "none";
2854
+ meilisearch: "meilisearch";
2855
+ typesense: "typesense";
2856
+ elasticsearch: "elasticsearch";
2857
+ opensearch: "opensearch";
2858
+ algolia: "algolia";
2859
+ bleve: "bleve";
2860
+ }>>;
2861
+ vectorDb: z.ZodOptional<z.ZodEnum<{
2862
+ none: "none";
2863
+ pgvector: "pgvector";
2864
+ qdrant: "qdrant";
2865
+ chroma: "chroma";
2866
+ pinecone: "pinecone";
2867
+ }>>;
2868
+ fileStorage: z.ZodOptional<z.ZodEnum<{
2869
+ none: "none";
2870
+ s3: "s3";
2871
+ r2: "r2";
2872
+ cloudinary: "cloudinary";
2873
+ "supabase-storage": "supabase-storage";
2874
+ }>>;
2875
+ jobQueue: z.ZodOptional<z.ZodEnum<{
2876
+ none: "none";
2877
+ bullmq: "bullmq";
2878
+ "trigger-dev": "trigger-dev";
2879
+ inngest: "inngest";
2880
+ temporal: "temporal";
2881
+ }>>;
2882
+ rateLimit: z.ZodOptional<z.ZodEnum<{
2883
+ none: "none";
2884
+ arcjet: "arcjet";
2885
+ "upstash-ratelimit": "upstash-ratelimit";
2886
+ }>>;
2887
+ testing: z.ZodOptional<z.ZodEnum<{
2888
+ none: "none";
2889
+ vitest: "vitest";
2890
+ playwright: "playwright";
2891
+ "vitest-playwright": "vitest-playwright";
2892
+ jest: "jest";
2893
+ mocha: "mocha";
2894
+ cypress: "cypress";
2895
+ }>>;
2896
+ stateManagement: z.ZodOptional<z.ZodEnum<{
2897
+ none: "none";
2898
+ zustand: "zustand";
2899
+ jotai: "jotai";
2900
+ nanostores: "nanostores";
2901
+ "redux-toolkit": "redux-toolkit";
2902
+ mobx: "mobx";
2903
+ xstate: "xstate";
2904
+ valtio: "valtio";
2905
+ "tanstack-store": "tanstack-store";
2906
+ "legend-state": "legend-state";
2907
+ }>>;
2908
+ forms: z.ZodOptional<z.ZodEnum<{
2909
+ none: "none";
2910
+ "tanstack-form": "tanstack-form";
2911
+ "react-hook-form": "react-hook-form";
2912
+ formik: "formik";
2913
+ "final-form": "final-form";
2914
+ conform: "conform";
2915
+ "modular-forms": "modular-forms";
2916
+ }>>;
2917
+ animation: z.ZodOptional<z.ZodEnum<{
2918
+ none: "none";
2919
+ "framer-motion": "framer-motion";
2920
+ gsap: "gsap";
2921
+ "react-spring": "react-spring";
2922
+ "auto-animate": "auto-animate";
2923
+ lottie: "lottie";
2924
+ }>>;
2925
+ fileUpload: z.ZodOptional<z.ZodEnum<{
2926
+ none: "none";
2927
+ uploadthing: "uploadthing";
2928
+ filepond: "filepond";
2929
+ uppy: "uppy";
2930
+ }>>;
2931
+ validation: z.ZodOptional<z.ZodEnum<{
2932
+ none: "none";
2933
+ zod: "zod";
2934
+ valibot: "valibot";
2935
+ arktype: "arktype";
2936
+ typebox: "typebox";
2937
+ typia: "typia";
2938
+ runtypes: "runtypes";
2939
+ "effect-schema": "effect-schema";
2940
+ }>>;
2941
+ effect: z.ZodOptional<z.ZodEnum<{
2942
+ effect: "effect";
2943
+ none: "none";
2944
+ "effect-full": "effect-full";
2945
+ }>>;
2946
+ ai: z.ZodOptional<z.ZodEnum<{
2947
+ none: "none";
2948
+ "vercel-ai": "vercel-ai";
2949
+ mastra: "mastra";
2950
+ voltagent: "voltagent";
2951
+ langgraph: "langgraph";
2952
+ "openai-agents": "openai-agents";
2953
+ "openai-sdk": "openai-sdk";
2954
+ "anthropic-sdk": "anthropic-sdk";
2955
+ "google-adk": "google-adk";
2956
+ modelfusion: "modelfusion";
2957
+ langchain: "langchain";
2958
+ llamaindex: "llamaindex";
2959
+ "tanstack-ai": "tanstack-ai";
2960
+ "ai-cli": "ai-cli";
2961
+ }>>;
2718
2962
  payments: z.ZodOptional<z.ZodEnum<{
2719
2963
  none: "none";
2720
2964
  revenuecat: "revenuecat";
@@ -2729,29 +2973,75 @@ declare const AddInputSchema: z.ZodObject<{
2729
2973
  commet: "commet";
2730
2974
  xendit: "xendit";
2731
2975
  }>>;
2732
- frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2976
+ logging: z.ZodOptional<z.ZodEnum<{
2733
2977
  none: "none";
2734
- "tanstack-router": "tanstack-router";
2735
- "react-router": "react-router";
2736
- "react-vite": "react-vite";
2737
- "vanilla-vite": "vanilla-vite";
2738
- vue: "vue";
2739
- "tanstack-start": "tanstack-start";
2740
- next: "next";
2741
- vinext: "vinext";
2742
- nuxt: "nuxt";
2743
- "native-bare": "native-bare";
2744
- "native-uniwind": "native-uniwind";
2745
- "native-unistyles": "native-unistyles";
2746
- svelte: "svelte";
2747
- solid: "solid";
2748
- "solid-start": "solid-start";
2749
- astro: "astro";
2750
- qwik: "qwik";
2751
- angular: "angular";
2752
- redwood: "redwood";
2753
- fresh: "fresh";
2978
+ pino: "pino";
2979
+ winston: "winston";
2980
+ evlog: "evlog";
2981
+ }>>;
2982
+ featureFlags: z.ZodOptional<z.ZodEnum<{
2983
+ none: "none";
2984
+ growthbook: "growthbook";
2985
+ posthog: "posthog";
2986
+ launchdarkly: "launchdarkly";
2987
+ flagsmith: "flagsmith";
2988
+ unleash: "unleash";
2989
+ }>>;
2990
+ integrations: z.ZodOptional<z.ZodEnum<{
2991
+ none: "none";
2992
+ nango: "nango";
2993
+ }>>;
2994
+ ecommerce: z.ZodOptional<z.ZodEnum<{
2995
+ none: "none";
2996
+ medusa: "medusa";
2997
+ }>>;
2998
+ analytics: z.ZodOptional<z.ZodEnum<{
2999
+ none: "none";
3000
+ posthog: "posthog";
3001
+ plausible: "plausible";
3002
+ umami: "umami";
3003
+ ga4: "ga4";
3004
+ }>>;
3005
+ cms: z.ZodOptional<z.ZodEnum<{
3006
+ none: "none";
3007
+ payload: "payload";
3008
+ sanity: "sanity";
3009
+ strapi: "strapi";
3010
+ tinacms: "tinacms";
3011
+ directus: "directus";
3012
+ keystatic: "keystatic";
3013
+ contentful: "contentful";
3014
+ }>>;
3015
+ i18n: z.ZodOptional<z.ZodEnum<{
3016
+ none: "none";
3017
+ paraglide: "paraglide";
3018
+ i18next: "i18next";
3019
+ "next-intl": "next-intl";
3020
+ intlayer: "intlayer";
3021
+ }>>;
3022
+ examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3023
+ ai: "ai";
3024
+ none: "none";
3025
+ "chat-sdk": "chat-sdk";
3026
+ "tanstack-showcase": "tanstack-showcase";
2754
3027
  }>>>;
3028
+ packageManager: z.ZodOptional<z.ZodEnum<{
3029
+ bun: "bun";
3030
+ npm: "npm";
3031
+ pnpm: "pnpm";
3032
+ yarn: "yarn";
3033
+ }>>;
3034
+ ecosystem: z.ZodOptional<z.ZodEnum<{
3035
+ typescript: "typescript";
3036
+ "react-native": "react-native";
3037
+ rust: "rust";
3038
+ python: "python";
3039
+ go: "go";
3040
+ java: "java";
3041
+ elixir: "elixir";
3042
+ dotnet: "dotnet";
3043
+ }>>;
3044
+ dryRun: z.ZodOptional<z.ZodBoolean>;
2755
3045
  addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2756
3046
  none: "none";
2757
3047
  pwa: "pwa";
@@ -2795,71 +3085,16 @@ declare const AddInputSchema: z.ZodObject<{
2795
3085
  electron: "electron";
2796
3086
  capacitor: "capacitor";
2797
3087
  }>>>;
2798
- examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2799
- none: "none";
2800
- ai: "ai";
2801
- "chat-sdk": "chat-sdk";
2802
- "tanstack-showcase": "tanstack-showcase";
2803
- }>>>;
2804
- packageManager: z.ZodOptional<z.ZodEnum<{
2805
- bun: "bun";
2806
- npm: "npm";
2807
- pnpm: "pnpm";
2808
- yarn: "yarn";
2809
- }>>;
2810
- workspaceShape: z.ZodOptional<z.ZodEnum<{
2811
- monorepo: "monorepo";
2812
- "single-app": "single-app";
2813
- }>>;
2814
- versionChannel: z.ZodOptional<z.ZodEnum<{
2815
- stable: "stable";
2816
- latest: "latest";
2817
- beta: "beta";
2818
- }>>;
2819
- install: z.ZodOptional<z.ZodBoolean>;
2820
- dbSetup: z.ZodOptional<z.ZodEnum<{
2821
- none: "none";
2822
- turso: "turso";
2823
- neon: "neon";
2824
- "prisma-postgres": "prisma-postgres";
2825
- planetscale: "planetscale";
2826
- "mongodb-atlas": "mongodb-atlas";
2827
- supabase: "supabase";
2828
- upstash: "upstash";
2829
- d1: "d1";
2830
- docker: "docker";
2831
- }>>;
2832
- backend: z.ZodOptional<z.ZodEnum<{
2833
- none: "none";
2834
- hono: "hono";
2835
- express: "express";
2836
- fastify: "fastify";
2837
- elysia: "elysia";
2838
- fets: "fets";
2839
- effect: "effect";
2840
- nestjs: "nestjs";
2841
- adonisjs: "adonisjs";
2842
- nitro: "nitro";
2843
- encore: "encore";
2844
- convex: "convex";
2845
- self: "self";
2846
- }>>;
2847
- runtime: z.ZodOptional<z.ZodEnum<{
2848
- none: "none";
2849
- bun: "bun";
2850
- node: "node";
2851
- workers: "workers";
3088
+ workspaceShape: z.ZodOptional<z.ZodEnum<{
3089
+ monorepo: "monorepo";
3090
+ "single-app": "single-app";
2852
3091
  }>>;
2853
- api: z.ZodOptional<z.ZodEnum<{
2854
- none: "none";
2855
- trpc: "trpc";
2856
- orpc: "orpc";
2857
- "ts-rest": "ts-rest";
2858
- garph: "garph";
2859
- "graphql-yoga": "graphql-yoga";
2860
- "apollo-server": "apollo-server";
2861
- openapi: "openapi";
3092
+ versionChannel: z.ZodOptional<z.ZodEnum<{
3093
+ stable: "stable";
3094
+ latest: "latest";
3095
+ beta: "beta";
2862
3096
  }>>;
3097
+ install: z.ZodOptional<z.ZodBoolean>;
2863
3098
  webDeploy: z.ZodOptional<z.ZodEnum<{
2864
3099
  none: "none";
2865
3100
  docker: "docker";
@@ -2889,47 +3124,6 @@ declare const AddInputSchema: z.ZodObject<{
2889
3124
  solid: "solid";
2890
3125
  react: "react";
2891
3126
  }>>;
2892
- stateManagement: z.ZodOptional<z.ZodEnum<{
2893
- none: "none";
2894
- zustand: "zustand";
2895
- jotai: "jotai";
2896
- nanostores: "nanostores";
2897
- "redux-toolkit": "redux-toolkit";
2898
- mobx: "mobx";
2899
- xstate: "xstate";
2900
- valtio: "valtio";
2901
- "tanstack-store": "tanstack-store";
2902
- "legend-state": "legend-state";
2903
- }>>;
2904
- forms: z.ZodOptional<z.ZodEnum<{
2905
- none: "none";
2906
- "tanstack-form": "tanstack-form";
2907
- "react-hook-form": "react-hook-form";
2908
- formik: "formik";
2909
- "final-form": "final-form";
2910
- conform: "conform";
2911
- "modular-forms": "modular-forms";
2912
- }>>;
2913
- testing: z.ZodOptional<z.ZodEnum<{
2914
- none: "none";
2915
- vitest: "vitest";
2916
- playwright: "playwright";
2917
- "vitest-playwright": "vitest-playwright";
2918
- jest: "jest";
2919
- mocha: "mocha";
2920
- cypress: "cypress";
2921
- }>>;
2922
- email: z.ZodOptional<z.ZodEnum<{
2923
- none: "none";
2924
- "react-email": "react-email";
2925
- resend: "resend";
2926
- nodemailer: "nodemailer";
2927
- postmark: "postmark";
2928
- sendgrid: "sendgrid";
2929
- "aws-ses": "aws-ses";
2930
- mailgun: "mailgun";
2931
- plunk: "plunk";
2932
- }>>;
2933
3127
  cssFramework: z.ZodOptional<z.ZodEnum<{
2934
3128
  none: "none";
2935
3129
  tailwind: "tailwind";
@@ -3021,142 +3215,12 @@ declare const AddInputSchema: z.ZodObject<{
3021
3215
  "geist-mono": "geist-mono";
3022
3216
  }>>;
3023
3217
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
3024
- none: "none";
3025
3218
  default: "default";
3219
+ none: "none";
3026
3220
  small: "small";
3027
3221
  medium: "medium";
3028
3222
  large: "large";
3029
3223
  }>>;
3030
- validation: z.ZodOptional<z.ZodEnum<{
3031
- none: "none";
3032
- zod: "zod";
3033
- valibot: "valibot";
3034
- arktype: "arktype";
3035
- typebox: "typebox";
3036
- typia: "typia";
3037
- runtypes: "runtypes";
3038
- "effect-schema": "effect-schema";
3039
- }>>;
3040
- realtime: z.ZodOptional<z.ZodEnum<{
3041
- none: "none";
3042
- "socket-io": "socket-io";
3043
- ws: "ws";
3044
- partykit: "partykit";
3045
- ably: "ably";
3046
- pusher: "pusher";
3047
- liveblocks: "liveblocks";
3048
- yjs: "yjs";
3049
- }>>;
3050
- jobQueue: z.ZodOptional<z.ZodEnum<{
3051
- none: "none";
3052
- bullmq: "bullmq";
3053
- "trigger-dev": "trigger-dev";
3054
- inngest: "inngest";
3055
- temporal: "temporal";
3056
- }>>;
3057
- animation: z.ZodOptional<z.ZodEnum<{
3058
- none: "none";
3059
- "framer-motion": "framer-motion";
3060
- gsap: "gsap";
3061
- "react-spring": "react-spring";
3062
- "auto-animate": "auto-animate";
3063
- lottie: "lottie";
3064
- }>>;
3065
- fileUpload: z.ZodOptional<z.ZodEnum<{
3066
- none: "none";
3067
- uploadthing: "uploadthing";
3068
- filepond: "filepond";
3069
- uppy: "uppy";
3070
- }>>;
3071
- logging: z.ZodOptional<z.ZodEnum<{
3072
- none: "none";
3073
- pino: "pino";
3074
- winston: "winston";
3075
- evlog: "evlog";
3076
- }>>;
3077
- observability: z.ZodOptional<z.ZodEnum<{
3078
- none: "none";
3079
- opentelemetry: "opentelemetry";
3080
- signoz: "signoz";
3081
- sentry: "sentry";
3082
- grafana: "grafana";
3083
- datadog: "datadog";
3084
- axiom: "axiom";
3085
- betterstack: "betterstack";
3086
- }>>;
3087
- featureFlags: z.ZodOptional<z.ZodEnum<{
3088
- none: "none";
3089
- growthbook: "growthbook";
3090
- posthog: "posthog";
3091
- launchdarkly: "launchdarkly";
3092
- flagsmith: "flagsmith";
3093
- unleash: "unleash";
3094
- }>>;
3095
- integrations: z.ZodOptional<z.ZodEnum<{
3096
- none: "none";
3097
- nango: "nango";
3098
- }>>;
3099
- ecommerce: z.ZodOptional<z.ZodEnum<{
3100
- none: "none";
3101
- medusa: "medusa";
3102
- }>>;
3103
- analytics: z.ZodOptional<z.ZodEnum<{
3104
- none: "none";
3105
- posthog: "posthog";
3106
- plausible: "plausible";
3107
- umami: "umami";
3108
- ga4: "ga4";
3109
- }>>;
3110
- cms: z.ZodOptional<z.ZodEnum<{
3111
- none: "none";
3112
- payload: "payload";
3113
- sanity: "sanity";
3114
- strapi: "strapi";
3115
- tinacms: "tinacms";
3116
- directus: "directus";
3117
- keystatic: "keystatic";
3118
- contentful: "contentful";
3119
- }>>;
3120
- caching: z.ZodOptional<z.ZodEnum<{
3121
- none: "none";
3122
- redis: "redis";
3123
- "upstash-redis": "upstash-redis";
3124
- }>>;
3125
- rateLimit: z.ZodOptional<z.ZodEnum<{
3126
- none: "none";
3127
- arcjet: "arcjet";
3128
- "upstash-ratelimit": "upstash-ratelimit";
3129
- }>>;
3130
- i18n: z.ZodOptional<z.ZodEnum<{
3131
- none: "none";
3132
- paraglide: "paraglide";
3133
- i18next: "i18next";
3134
- "next-intl": "next-intl";
3135
- intlayer: "intlayer";
3136
- }>>;
3137
- search: z.ZodOptional<z.ZodEnum<{
3138
- none: "none";
3139
- meilisearch: "meilisearch";
3140
- typesense: "typesense";
3141
- elasticsearch: "elasticsearch";
3142
- opensearch: "opensearch";
3143
- algolia: "algolia";
3144
- bleve: "bleve";
3145
- }>>;
3146
- vectorDb: z.ZodOptional<z.ZodEnum<{
3147
- none: "none";
3148
- pgvector: "pgvector";
3149
- qdrant: "qdrant";
3150
- chroma: "chroma";
3151
- pinecone: "pinecone";
3152
- }>>;
3153
- fileStorage: z.ZodOptional<z.ZodEnum<{
3154
- none: "none";
3155
- s3: "s3";
3156
- r2: "r2";
3157
- cloudinary: "cloudinary";
3158
- "supabase-storage": "supabase-storage";
3159
- }>>;
3160
3224
  mobileNavigation: z.ZodOptional<z.ZodEnum<{
3161
3225
  none: "none";
3162
3226
  "expo-router": "expo-router";
@@ -3164,9 +3228,9 @@ declare const AddInputSchema: z.ZodObject<{
3164
3228
  }>>;
3165
3229
  mobileUI: z.ZodOptional<z.ZodEnum<{
3166
3230
  none: "none";
3167
- uniwind: "uniwind";
3168
3231
  tamagui: "tamagui";
3169
3232
  "gluestack-ui": "gluestack-ui";
3233
+ uniwind: "uniwind";
3170
3234
  unistyles: "unistyles";
3171
3235
  }>>;
3172
3236
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -3230,6 +3294,37 @@ declare const AddInputSchema: z.ZodObject<{
3230
3294
  dioxus: "dioxus";
3231
3295
  yew: "yew";
3232
3296
  }>>;
3297
+ dotnetFrontend: z.ZodOptional<z.ZodEnum<{
3298
+ none: "none";
3299
+ "blazor-webassembly": "blazor-webassembly";
3300
+ "blazor-web-app": "blazor-web-app";
3301
+ }>>;
3302
+ kotlinMobile: z.ZodOptional<z.ZodEnum<{
3303
+ none: "none";
3304
+ "jetpack-compose": "jetpack-compose";
3305
+ "compose-multiplatform": "compose-multiplatform";
3306
+ }>>;
3307
+ kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3308
+ none: "none";
3309
+ "navigation-compose": "navigation-compose";
3310
+ voyager: "voyager";
3311
+ koin: "koin";
3312
+ "ktor-client": "ktor-client";
3313
+ "kotlinx-serialization-json": "kotlinx-serialization-json";
3314
+ datastore: "datastore";
3315
+ coil: "coil";
3316
+ mockk: "mockk";
3317
+ turbine: "turbine";
3318
+ junit5: "junit5";
3319
+ }>>>;
3320
+ swiftMobile: z.ZodOptional<z.ZodEnum<{
3321
+ none: "none";
3322
+ swiftui: "swiftui";
3323
+ }>>;
3324
+ dartMobile: z.ZodOptional<z.ZodEnum<{
3325
+ none: "none";
3326
+ flutter: "flutter";
3327
+ }>>;
3233
3328
  rustOrm: z.ZodOptional<z.ZodEnum<{
3234
3329
  none: "none";
3235
3330
  mongodb: "mongodb";
@@ -3251,12 +3346,12 @@ declare const AddInputSchema: z.ZodObject<{
3251
3346
  ratatui: "ratatui";
3252
3347
  }>>;
3253
3348
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3349
+ config: "config";
3254
3350
  none: "none";
3255
3351
  serde: "serde";
3256
3352
  uuid: "uuid";
3257
3353
  chrono: "chrono";
3258
3354
  reqwest: "reqwest";
3259
- config: "config";
3260
3355
  dashmap: "dashmap";
3261
3356
  "parking-lot": "parking-lot";
3262
3357
  secrecy: "secrecy";
@@ -3564,6 +3659,7 @@ declare const AddInputSchema: z.ZodObject<{
3564
3659
  javaWebFramework: z.ZodOptional<z.ZodEnum<{
3565
3660
  none: "none";
3566
3661
  "spring-boot": "spring-boot";
3662
+ ktor: "ktor";
3567
3663
  quarkus: "quarkus";
3568
3664
  micronaut: "micronaut";
3569
3665
  }>>;
@@ -3637,8 +3733,8 @@ declare const AddInputSchema: z.ZodObject<{
3637
3733
  }>>>;
3638
3734
  javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3639
3735
  none: "none";
3640
- testcontainers: "testcontainers";
3641
3736
  junit5: "junit5";
3737
+ testcontainers: "testcontainers";
3642
3738
  mockito: "mockito";
3643
3739
  assertj: "assertj";
3644
3740
  "rest-assured": "rest-assured";
@@ -3872,11 +3968,11 @@ declare const CLIInputSchema: z.ZodObject<{
3872
3968
  projectName: z.ZodOptional<z.ZodString>;
3873
3969
  template: z.ZodOptional<z.ZodEnum<{
3874
3970
  none: "none";
3971
+ uniwind: "uniwind";
3875
3972
  mern: "mern";
3876
3973
  pern: "pern";
3877
3974
  t3: "t3";
3878
3975
  saas: "saas";
3879
- uniwind: "uniwind";
3880
3976
  }>>;
3881
3977
  yes: z.ZodOptional<z.ZodBoolean>;
3882
3978
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -4007,8 +4103,8 @@ declare const CLIInputSchema: z.ZodObject<{
4007
4103
  capacitor: "capacitor";
4008
4104
  }>>>;
4009
4105
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4010
- none: "none";
4011
4106
  ai: "ai";
4107
+ none: "none";
4012
4108
  "chat-sdk": "chat-sdk";
4013
4109
  "tanstack-showcase": "tanstack-showcase";
4014
4110
  }>>>;
@@ -4042,13 +4138,13 @@ declare const CLIInputSchema: z.ZodObject<{
4042
4138
  docker: "docker";
4043
4139
  }>>;
4044
4140
  backend: z.ZodOptional<z.ZodEnum<{
4141
+ effect: "effect";
4045
4142
  none: "none";
4046
4143
  hono: "hono";
4047
4144
  express: "express";
4048
4145
  fastify: "fastify";
4049
4146
  elysia: "elysia";
4050
4147
  fets: "fets";
4051
- effect: "effect";
4052
4148
  nestjs: "nestjs";
4053
4149
  adonisjs: "adonisjs";
4054
4150
  nitro: "nitro";
@@ -4095,10 +4191,10 @@ declare const CLIInputSchema: z.ZodObject<{
4095
4191
  vercel: "vercel";
4096
4192
  }>>;
4097
4193
  directoryConflict: z.ZodOptional<z.ZodEnum<{
4194
+ error: "error";
4098
4195
  merge: "merge";
4099
4196
  overwrite: "overwrite";
4100
4197
  increment: "increment";
4101
- error: "error";
4102
4198
  }>>;
4103
4199
  renderTitle: z.ZodOptional<z.ZodBoolean>;
4104
4200
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -4127,8 +4223,8 @@ declare const CLIInputSchema: z.ZodObject<{
4127
4223
  "ai-cli": "ai-cli";
4128
4224
  }>>;
4129
4225
  effect: z.ZodOptional<z.ZodEnum<{
4130
- none: "none";
4131
4226
  effect: "effect";
4227
+ none: "none";
4132
4228
  "effect-full": "effect-full";
4133
4229
  }>>;
4134
4230
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -4263,8 +4359,8 @@ declare const CLIInputSchema: z.ZodObject<{
4263
4359
  "geist-mono": "geist-mono";
4264
4360
  }>>;
4265
4361
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4266
- none: "none";
4267
4362
  default: "default";
4363
+ none: "none";
4268
4364
  small: "small";
4269
4365
  medium: "medium";
4270
4366
  large: "large";
@@ -4406,9 +4502,9 @@ declare const CLIInputSchema: z.ZodObject<{
4406
4502
  }>>;
4407
4503
  mobileUI: z.ZodOptional<z.ZodEnum<{
4408
4504
  none: "none";
4409
- uniwind: "uniwind";
4410
4505
  tamagui: "tamagui";
4411
4506
  "gluestack-ui": "gluestack-ui";
4507
+ uniwind: "uniwind";
4412
4508
  unistyles: "unistyles";
4413
4509
  }>>;
4414
4510
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -4472,6 +4568,37 @@ declare const CLIInputSchema: z.ZodObject<{
4472
4568
  dioxus: "dioxus";
4473
4569
  yew: "yew";
4474
4570
  }>>;
4571
+ dotnetFrontend: z.ZodOptional<z.ZodEnum<{
4572
+ none: "none";
4573
+ "blazor-webassembly": "blazor-webassembly";
4574
+ "blazor-web-app": "blazor-web-app";
4575
+ }>>;
4576
+ kotlinMobile: z.ZodOptional<z.ZodEnum<{
4577
+ none: "none";
4578
+ "jetpack-compose": "jetpack-compose";
4579
+ "compose-multiplatform": "compose-multiplatform";
4580
+ }>>;
4581
+ kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4582
+ none: "none";
4583
+ "navigation-compose": "navigation-compose";
4584
+ voyager: "voyager";
4585
+ koin: "koin";
4586
+ "ktor-client": "ktor-client";
4587
+ "kotlinx-serialization-json": "kotlinx-serialization-json";
4588
+ datastore: "datastore";
4589
+ coil: "coil";
4590
+ mockk: "mockk";
4591
+ turbine: "turbine";
4592
+ junit5: "junit5";
4593
+ }>>>;
4594
+ swiftMobile: z.ZodOptional<z.ZodEnum<{
4595
+ none: "none";
4596
+ swiftui: "swiftui";
4597
+ }>>;
4598
+ dartMobile: z.ZodOptional<z.ZodEnum<{
4599
+ none: "none";
4600
+ flutter: "flutter";
4601
+ }>>;
4475
4602
  rustOrm: z.ZodOptional<z.ZodEnum<{
4476
4603
  none: "none";
4477
4604
  mongodb: "mongodb";
@@ -4493,12 +4620,12 @@ declare const CLIInputSchema: z.ZodObject<{
4493
4620
  ratatui: "ratatui";
4494
4621
  }>>;
4495
4622
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4623
+ config: "config";
4496
4624
  none: "none";
4497
4625
  serde: "serde";
4498
4626
  uuid: "uuid";
4499
4627
  chrono: "chrono";
4500
4628
  reqwest: "reqwest";
4501
- config: "config";
4502
4629
  dashmap: "dashmap";
4503
4630
  "parking-lot": "parking-lot";
4504
4631
  secrecy: "secrecy";
@@ -4806,6 +4933,7 @@ declare const CLIInputSchema: z.ZodObject<{
4806
4933
  javaWebFramework: z.ZodOptional<z.ZodEnum<{
4807
4934
  none: "none";
4808
4935
  "spring-boot": "spring-boot";
4936
+ ktor: "ktor";
4809
4937
  quarkus: "quarkus";
4810
4938
  micronaut: "micronaut";
4811
4939
  }>>;
@@ -4879,8 +5007,8 @@ declare const CLIInputSchema: z.ZodObject<{
4879
5007
  }>>>;
4880
5008
  javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4881
5009
  none: "none";
4882
- testcontainers: "testcontainers";
4883
5010
  junit5: "junit5";
5011
+ testcontainers: "testcontainers";
4884
5012
  mockito: "mockito";
4885
5013
  assertj: "assertj";
4886
5014
  "rest-assured": "rest-assured";
@@ -5143,13 +5271,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
5143
5271
  sequelize: "sequelize";
5144
5272
  }>;
5145
5273
  backend: z.ZodEnum<{
5274
+ effect: "effect";
5146
5275
  none: "none";
5147
5276
  hono: "hono";
5148
5277
  express: "express";
5149
5278
  fastify: "fastify";
5150
5279
  elysia: "elysia";
5151
5280
  fets: "fets";
5152
- effect: "effect";
5153
5281
  nestjs: "nestjs";
5154
5282
  adonisjs: "adonisjs";
5155
5283
  nitro: "nitro";
@@ -5230,8 +5358,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5230
5358
  capacitor: "capacitor";
5231
5359
  }>>;
5232
5360
  examples: z.ZodArray<z.ZodEnum<{
5233
- none: "none";
5234
5361
  ai: "ai";
5362
+ none: "none";
5235
5363
  "chat-sdk": "chat-sdk";
5236
5364
  "tanstack-showcase": "tanstack-showcase";
5237
5365
  }>>;
@@ -5348,8 +5476,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5348
5476
  "ai-cli": "ai-cli";
5349
5477
  }>;
5350
5478
  effect: z.ZodEnum<{
5351
- none: "none";
5352
5479
  effect: "effect";
5480
+ none: "none";
5353
5481
  "effect-full": "effect-full";
5354
5482
  }>;
5355
5483
  stateManagement: z.ZodEnum<{
@@ -5484,8 +5612,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5484
5612
  "geist-mono": "geist-mono";
5485
5613
  }>>;
5486
5614
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
5487
- none: "none";
5488
5615
  default: "default";
5616
+ none: "none";
5489
5617
  small: "small";
5490
5618
  medium: "medium";
5491
5619
  large: "large";
@@ -5627,9 +5755,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
5627
5755
  }>;
5628
5756
  mobileUI: z.ZodEnum<{
5629
5757
  none: "none";
5630
- uniwind: "uniwind";
5631
5758
  tamagui: "tamagui";
5632
5759
  "gluestack-ui": "gluestack-ui";
5760
+ uniwind: "uniwind";
5633
5761
  unistyles: "unistyles";
5634
5762
  }>;
5635
5763
  mobileStorage: z.ZodEnum<{
@@ -5693,6 +5821,37 @@ declare const ProjectConfigSchema: z.ZodObject<{
5693
5821
  dioxus: "dioxus";
5694
5822
  yew: "yew";
5695
5823
  }>;
5824
+ dotnetFrontend: z.ZodOptional<z.ZodEnum<{
5825
+ none: "none";
5826
+ "blazor-webassembly": "blazor-webassembly";
5827
+ "blazor-web-app": "blazor-web-app";
5828
+ }>>;
5829
+ kotlinMobile: z.ZodOptional<z.ZodEnum<{
5830
+ none: "none";
5831
+ "jetpack-compose": "jetpack-compose";
5832
+ "compose-multiplatform": "compose-multiplatform";
5833
+ }>>;
5834
+ kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5835
+ none: "none";
5836
+ "navigation-compose": "navigation-compose";
5837
+ voyager: "voyager";
5838
+ koin: "koin";
5839
+ "ktor-client": "ktor-client";
5840
+ "kotlinx-serialization-json": "kotlinx-serialization-json";
5841
+ datastore: "datastore";
5842
+ coil: "coil";
5843
+ mockk: "mockk";
5844
+ turbine: "turbine";
5845
+ junit5: "junit5";
5846
+ }>>>;
5847
+ swiftMobile: z.ZodOptional<z.ZodEnum<{
5848
+ none: "none";
5849
+ swiftui: "swiftui";
5850
+ }>>;
5851
+ dartMobile: z.ZodOptional<z.ZodEnum<{
5852
+ none: "none";
5853
+ flutter: "flutter";
5854
+ }>>;
5696
5855
  rustOrm: z.ZodEnum<{
5697
5856
  none: "none";
5698
5857
  mongodb: "mongodb";
@@ -5714,12 +5873,12 @@ declare const ProjectConfigSchema: z.ZodObject<{
5714
5873
  ratatui: "ratatui";
5715
5874
  }>;
5716
5875
  rustLibraries: z.ZodArray<z.ZodEnum<{
5876
+ config: "config";
5717
5877
  none: "none";
5718
5878
  serde: "serde";
5719
5879
  uuid: "uuid";
5720
5880
  chrono: "chrono";
5721
5881
  reqwest: "reqwest";
5722
- config: "config";
5723
5882
  dashmap: "dashmap";
5724
5883
  "parking-lot": "parking-lot";
5725
5884
  secrecy: "secrecy";
@@ -6027,6 +6186,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
6027
6186
  javaWebFramework: z.ZodEnum<{
6028
6187
  none: "none";
6029
6188
  "spring-boot": "spring-boot";
6189
+ ktor: "ktor";
6030
6190
  quarkus: "quarkus";
6031
6191
  micronaut: "micronaut";
6032
6192
  }>;
@@ -6100,8 +6260,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
6100
6260
  }>>;
6101
6261
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
6102
6262
  none: "none";
6103
- testcontainers: "testcontainers";
6104
6263
  junit5: "junit5";
6264
+ testcontainers: "testcontainers";
6105
6265
  mockito: "mockito";
6106
6266
  assertj: "assertj";
6107
6267
  "rest-assured": "rest-assured";
@@ -6330,69 +6490,69 @@ declare const ProjectConfigSchema: z.ZodObject<{
6330
6490
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6331
6491
  id: z.ZodString;
6332
6492
  role: z.ZodEnum<{
6333
- effect: "effect";
6334
- ai: "ai";
6493
+ push: "push";
6494
+ frontend: "frontend";
6495
+ backend: "backend";
6496
+ mobile: "mobile";
6335
6497
  database: "database";
6498
+ api: "api";
6499
+ graphql: "graphql";
6336
6500
  orm: "orm";
6337
6501
  auth: "auth";
6338
- payments: "payments";
6339
- frontend: "frontend";
6340
- examples: "examples";
6341
- packageManager: "packageManager";
6342
- dbSetup: "dbSetup";
6343
- backend: "backend";
6344
6502
  runtime: "runtime";
6345
- api: "api";
6346
- stateManagement: "stateManagement";
6347
- forms: "forms";
6348
- testing: "testing";
6349
- email: "email";
6350
- validation: "validation";
6503
+ deploy: "deploy";
6504
+ dbSetup: "dbSetup";
6505
+ migrations: "migrations";
6351
6506
  realtime: "realtime";
6507
+ navigation: "navigation";
6508
+ caching: "caching";
6509
+ observability: "observability";
6510
+ email: "email";
6511
+ search: "search";
6512
+ vectorDb: "vectorDb";
6513
+ fileStorage: "fileStorage";
6352
6514
  jobQueue: "jobQueue";
6515
+ rateLimit: "rateLimit";
6516
+ testing: "testing";
6517
+ stateManagement: "stateManagement";
6518
+ forms: "forms";
6353
6519
  animation: "animation";
6354
6520
  fileUpload: "fileUpload";
6521
+ validation: "validation";
6522
+ effect: "effect";
6523
+ ui: "ui";
6524
+ css: "css";
6525
+ storage: "storage";
6526
+ ota: "ota";
6527
+ deepLinking: "deepLinking";
6528
+ ai: "ai";
6529
+ payments: "payments";
6355
6530
  logging: "logging";
6356
- observability: "observability";
6357
6531
  featureFlags: "featureFlags";
6358
6532
  integrations: "integrations";
6359
6533
  ecommerce: "ecommerce";
6360
6534
  analytics: "analytics";
6361
6535
  cms: "cms";
6362
- caching: "caching";
6363
- rateLimit: "rateLimit";
6364
6536
  i18n: "i18n";
6365
- search: "search";
6366
- vectorDb: "vectorDb";
6367
- fileStorage: "fileStorage";
6368
- config: "config";
6369
- mobile: "mobile";
6370
- graphql: "graphql";
6371
- deploy: "deploy";
6372
- migrations: "migrations";
6373
- navigation: "navigation";
6374
- ui: "ui";
6375
- css: "css";
6376
- storage: "storage";
6377
- push: "push";
6378
- ota: "ota";
6379
- deepLinking: "deepLinking";
6380
6537
  documentation: "documentation";
6381
6538
  codeQuality: "codeQuality";
6382
6539
  appPlatform: "appPlatform";
6383
6540
  dataFetching: "dataFetching";
6384
6541
  workspaceTooling: "workspaceTooling";
6542
+ examples: "examples";
6385
6543
  language: "language";
6386
6544
  buildTool: "buildTool";
6387
6545
  cli: "cli";
6388
6546
  errorHandling: "errorHandling";
6389
6547
  httpClient: "httpClient";
6390
6548
  libraries: "libraries";
6549
+ config: "config";
6391
6550
  templating: "templating";
6392
6551
  cloudSdk: "cloudSdk";
6393
6552
  data: "data";
6394
6553
  media: "media";
6395
6554
  server: "server";
6555
+ packageManager: "packageManager";
6396
6556
  messageQueue: "messageQueue";
6397
6557
  }>;
6398
6558
  toolId: z.ZodString;
@@ -6405,7 +6565,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
6405
6565
  java: "java";
6406
6566
  elixir: "elixir";
6407
6567
  dotnet: "dotnet";
6408
- }>, z.ZodLiteral<"universal">]>;
6568
+ }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
6409
6569
  ownerPartId: z.ZodOptional<z.ZodString>;
6410
6570
  source: z.ZodEnum<{
6411
6571
  selected: "selected";
@@ -6454,13 +6614,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6454
6614
  sequelize: "sequelize";
6455
6615
  }>;
6456
6616
  backend: z.ZodEnum<{
6617
+ effect: "effect";
6457
6618
  none: "none";
6458
6619
  hono: "hono";
6459
6620
  express: "express";
6460
6621
  fastify: "fastify";
6461
6622
  elysia: "elysia";
6462
6623
  fets: "fets";
6463
- effect: "effect";
6464
6624
  nestjs: "nestjs";
6465
6625
  adonisjs: "adonisjs";
6466
6626
  nitro: "nitro";
@@ -6541,8 +6701,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6541
6701
  capacitor: "capacitor";
6542
6702
  }>>;
6543
6703
  examples: z.ZodArray<z.ZodEnum<{
6544
- none: "none";
6545
6704
  ai: "ai";
6705
+ none: "none";
6546
6706
  "chat-sdk": "chat-sdk";
6547
6707
  "tanstack-showcase": "tanstack-showcase";
6548
6708
  }>>;
@@ -6657,8 +6817,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6657
6817
  "ai-cli": "ai-cli";
6658
6818
  }>;
6659
6819
  effect: z.ZodEnum<{
6660
- none: "none";
6661
6820
  effect: "effect";
6821
+ none: "none";
6662
6822
  "effect-full": "effect-full";
6663
6823
  }>;
6664
6824
  stateManagement: z.ZodEnum<{
@@ -6793,8 +6953,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6793
6953
  "geist-mono": "geist-mono";
6794
6954
  }>>;
6795
6955
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
6796
- none: "none";
6797
6956
  default: "default";
6957
+ none: "none";
6798
6958
  small: "small";
6799
6959
  medium: "medium";
6800
6960
  large: "large";
@@ -6936,9 +7096,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6936
7096
  }>;
6937
7097
  mobileUI: z.ZodEnum<{
6938
7098
  none: "none";
6939
- uniwind: "uniwind";
6940
7099
  tamagui: "tamagui";
6941
7100
  "gluestack-ui": "gluestack-ui";
7101
+ uniwind: "uniwind";
6942
7102
  unistyles: "unistyles";
6943
7103
  }>;
6944
7104
  mobileStorage: z.ZodEnum<{
@@ -7002,6 +7162,37 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7002
7162
  dioxus: "dioxus";
7003
7163
  yew: "yew";
7004
7164
  }>;
7165
+ dotnetFrontend: z.ZodOptional<z.ZodEnum<{
7166
+ none: "none";
7167
+ "blazor-webassembly": "blazor-webassembly";
7168
+ "blazor-web-app": "blazor-web-app";
7169
+ }>>;
7170
+ kotlinMobile: z.ZodOptional<z.ZodEnum<{
7171
+ none: "none";
7172
+ "jetpack-compose": "jetpack-compose";
7173
+ "compose-multiplatform": "compose-multiplatform";
7174
+ }>>;
7175
+ kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
7176
+ none: "none";
7177
+ "navigation-compose": "navigation-compose";
7178
+ voyager: "voyager";
7179
+ koin: "koin";
7180
+ "ktor-client": "ktor-client";
7181
+ "kotlinx-serialization-json": "kotlinx-serialization-json";
7182
+ datastore: "datastore";
7183
+ coil: "coil";
7184
+ mockk: "mockk";
7185
+ turbine: "turbine";
7186
+ junit5: "junit5";
7187
+ }>>>;
7188
+ swiftMobile: z.ZodOptional<z.ZodEnum<{
7189
+ none: "none";
7190
+ swiftui: "swiftui";
7191
+ }>>;
7192
+ dartMobile: z.ZodOptional<z.ZodEnum<{
7193
+ none: "none";
7194
+ flutter: "flutter";
7195
+ }>>;
7005
7196
  rustOrm: z.ZodEnum<{
7006
7197
  none: "none";
7007
7198
  mongodb: "mongodb";
@@ -7023,12 +7214,12 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7023
7214
  ratatui: "ratatui";
7024
7215
  }>;
7025
7216
  rustLibraries: z.ZodArray<z.ZodEnum<{
7217
+ config: "config";
7026
7218
  none: "none";
7027
7219
  serde: "serde";
7028
7220
  uuid: "uuid";
7029
7221
  chrono: "chrono";
7030
7222
  reqwest: "reqwest";
7031
- config: "config";
7032
7223
  dashmap: "dashmap";
7033
7224
  "parking-lot": "parking-lot";
7034
7225
  secrecy: "secrecy";
@@ -7336,6 +7527,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7336
7527
  javaWebFramework: z.ZodEnum<{
7337
7528
  none: "none";
7338
7529
  "spring-boot": "spring-boot";
7530
+ ktor: "ktor";
7339
7531
  quarkus: "quarkus";
7340
7532
  micronaut: "micronaut";
7341
7533
  }>;
@@ -7409,8 +7601,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7409
7601
  }>>;
7410
7602
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
7411
7603
  none: "none";
7412
- testcontainers: "testcontainers";
7413
7604
  junit5: "junit5";
7605
+ testcontainers: "testcontainers";
7414
7606
  mockito: "mockito";
7415
7607
  assertj: "assertj";
7416
7608
  "rest-assured": "rest-assured";
@@ -7639,69 +7831,69 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7639
7831
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7640
7832
  id: z.ZodString;
7641
7833
  role: z.ZodEnum<{
7642
- effect: "effect";
7643
- ai: "ai";
7834
+ push: "push";
7835
+ frontend: "frontend";
7836
+ backend: "backend";
7837
+ mobile: "mobile";
7644
7838
  database: "database";
7839
+ api: "api";
7840
+ graphql: "graphql";
7645
7841
  orm: "orm";
7646
7842
  auth: "auth";
7647
- payments: "payments";
7648
- frontend: "frontend";
7649
- examples: "examples";
7650
- packageManager: "packageManager";
7651
- dbSetup: "dbSetup";
7652
- backend: "backend";
7653
7843
  runtime: "runtime";
7654
- api: "api";
7655
- stateManagement: "stateManagement";
7656
- forms: "forms";
7657
- testing: "testing";
7658
- email: "email";
7659
- validation: "validation";
7844
+ deploy: "deploy";
7845
+ dbSetup: "dbSetup";
7846
+ migrations: "migrations";
7660
7847
  realtime: "realtime";
7848
+ navigation: "navigation";
7849
+ caching: "caching";
7850
+ observability: "observability";
7851
+ email: "email";
7852
+ search: "search";
7853
+ vectorDb: "vectorDb";
7854
+ fileStorage: "fileStorage";
7661
7855
  jobQueue: "jobQueue";
7856
+ rateLimit: "rateLimit";
7857
+ testing: "testing";
7858
+ stateManagement: "stateManagement";
7859
+ forms: "forms";
7662
7860
  animation: "animation";
7663
7861
  fileUpload: "fileUpload";
7862
+ validation: "validation";
7863
+ effect: "effect";
7864
+ ui: "ui";
7865
+ css: "css";
7866
+ storage: "storage";
7867
+ ota: "ota";
7868
+ deepLinking: "deepLinking";
7869
+ ai: "ai";
7870
+ payments: "payments";
7664
7871
  logging: "logging";
7665
- observability: "observability";
7666
7872
  featureFlags: "featureFlags";
7667
7873
  integrations: "integrations";
7668
7874
  ecommerce: "ecommerce";
7669
7875
  analytics: "analytics";
7670
7876
  cms: "cms";
7671
- caching: "caching";
7672
- rateLimit: "rateLimit";
7673
7877
  i18n: "i18n";
7674
- search: "search";
7675
- vectorDb: "vectorDb";
7676
- fileStorage: "fileStorage";
7677
- config: "config";
7678
- mobile: "mobile";
7679
- graphql: "graphql";
7680
- deploy: "deploy";
7681
- migrations: "migrations";
7682
- navigation: "navigation";
7683
- ui: "ui";
7684
- css: "css";
7685
- storage: "storage";
7686
- push: "push";
7687
- ota: "ota";
7688
- deepLinking: "deepLinking";
7689
7878
  documentation: "documentation";
7690
7879
  codeQuality: "codeQuality";
7691
7880
  appPlatform: "appPlatform";
7692
7881
  dataFetching: "dataFetching";
7693
7882
  workspaceTooling: "workspaceTooling";
7883
+ examples: "examples";
7694
7884
  language: "language";
7695
7885
  buildTool: "buildTool";
7696
7886
  cli: "cli";
7697
7887
  errorHandling: "errorHandling";
7698
7888
  httpClient: "httpClient";
7699
7889
  libraries: "libraries";
7890
+ config: "config";
7700
7891
  templating: "templating";
7701
7892
  cloudSdk: "cloudSdk";
7702
7893
  data: "data";
7703
7894
  media: "media";
7704
7895
  server: "server";
7896
+ packageManager: "packageManager";
7705
7897
  messageQueue: "messageQueue";
7706
7898
  }>;
7707
7899
  toolId: z.ZodString;
@@ -7714,7 +7906,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7714
7906
  java: "java";
7715
7907
  elixir: "elixir";
7716
7908
  dotnet: "dotnet";
7717
- }>, z.ZodLiteral<"universal">]>;
7909
+ }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
7718
7910
  ownerPartId: z.ZodOptional<z.ZodString>;
7719
7911
  source: z.ZodEnum<{
7720
7912
  selected: "selected";
@@ -7763,13 +7955,13 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7763
7955
  sequelize: "sequelize";
7764
7956
  }>;
7765
7957
  backend: z.ZodEnum<{
7958
+ effect: "effect";
7766
7959
  none: "none";
7767
7960
  hono: "hono";
7768
7961
  express: "express";
7769
7962
  fastify: "fastify";
7770
7963
  elysia: "elysia";
7771
7964
  fets: "fets";
7772
- effect: "effect";
7773
7965
  nestjs: "nestjs";
7774
7966
  adonisjs: "adonisjs";
7775
7967
  nitro: "nitro";
@@ -7850,8 +8042,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7850
8042
  capacitor: "capacitor";
7851
8043
  }>>;
7852
8044
  examples: z.ZodArray<z.ZodEnum<{
7853
- none: "none";
7854
8045
  ai: "ai";
8046
+ none: "none";
7855
8047
  "chat-sdk": "chat-sdk";
7856
8048
  "tanstack-showcase": "tanstack-showcase";
7857
8049
  }>>;
@@ -7966,8 +8158,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7966
8158
  "ai-cli": "ai-cli";
7967
8159
  }>;
7968
8160
  effect: z.ZodEnum<{
7969
- none: "none";
7970
8161
  effect: "effect";
8162
+ none: "none";
7971
8163
  "effect-full": "effect-full";
7972
8164
  }>;
7973
8165
  stateManagement: z.ZodEnum<{
@@ -8102,8 +8294,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8102
8294
  "geist-mono": "geist-mono";
8103
8295
  }>>;
8104
8296
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8105
- none: "none";
8106
8297
  default: "default";
8298
+ none: "none";
8107
8299
  small: "small";
8108
8300
  medium: "medium";
8109
8301
  large: "large";
@@ -8245,9 +8437,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8245
8437
  }>;
8246
8438
  mobileUI: z.ZodEnum<{
8247
8439
  none: "none";
8248
- uniwind: "uniwind";
8249
8440
  tamagui: "tamagui";
8250
8441
  "gluestack-ui": "gluestack-ui";
8442
+ uniwind: "uniwind";
8251
8443
  unistyles: "unistyles";
8252
8444
  }>;
8253
8445
  mobileStorage: z.ZodEnum<{
@@ -8311,6 +8503,37 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8311
8503
  dioxus: "dioxus";
8312
8504
  yew: "yew";
8313
8505
  }>;
8506
+ dotnetFrontend: z.ZodOptional<z.ZodEnum<{
8507
+ none: "none";
8508
+ "blazor-webassembly": "blazor-webassembly";
8509
+ "blazor-web-app": "blazor-web-app";
8510
+ }>>;
8511
+ kotlinMobile: z.ZodOptional<z.ZodEnum<{
8512
+ none: "none";
8513
+ "jetpack-compose": "jetpack-compose";
8514
+ "compose-multiplatform": "compose-multiplatform";
8515
+ }>>;
8516
+ kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
8517
+ none: "none";
8518
+ "navigation-compose": "navigation-compose";
8519
+ voyager: "voyager";
8520
+ koin: "koin";
8521
+ "ktor-client": "ktor-client";
8522
+ "kotlinx-serialization-json": "kotlinx-serialization-json";
8523
+ datastore: "datastore";
8524
+ coil: "coil";
8525
+ mockk: "mockk";
8526
+ turbine: "turbine";
8527
+ junit5: "junit5";
8528
+ }>>>;
8529
+ swiftMobile: z.ZodOptional<z.ZodEnum<{
8530
+ none: "none";
8531
+ swiftui: "swiftui";
8532
+ }>>;
8533
+ dartMobile: z.ZodOptional<z.ZodEnum<{
8534
+ none: "none";
8535
+ flutter: "flutter";
8536
+ }>>;
8314
8537
  rustOrm: z.ZodEnum<{
8315
8538
  none: "none";
8316
8539
  mongodb: "mongodb";
@@ -8332,12 +8555,12 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8332
8555
  ratatui: "ratatui";
8333
8556
  }>;
8334
8557
  rustLibraries: z.ZodArray<z.ZodEnum<{
8558
+ config: "config";
8335
8559
  none: "none";
8336
8560
  serde: "serde";
8337
8561
  uuid: "uuid";
8338
8562
  chrono: "chrono";
8339
8563
  reqwest: "reqwest";
8340
- config: "config";
8341
8564
  dashmap: "dashmap";
8342
8565
  "parking-lot": "parking-lot";
8343
8566
  secrecy: "secrecy";
@@ -8645,6 +8868,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8645
8868
  javaWebFramework: z.ZodEnum<{
8646
8869
  none: "none";
8647
8870
  "spring-boot": "spring-boot";
8871
+ ktor: "ktor";
8648
8872
  quarkus: "quarkus";
8649
8873
  micronaut: "micronaut";
8650
8874
  }>;
@@ -8718,8 +8942,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8718
8942
  }>>;
8719
8943
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
8720
8944
  none: "none";
8721
- testcontainers: "testcontainers";
8722
8945
  junit5: "junit5";
8946
+ testcontainers: "testcontainers";
8723
8947
  mockito: "mockito";
8724
8948
  assertj: "assertj";
8725
8949
  "rest-assured": "rest-assured";
@@ -8948,69 +9172,69 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8948
9172
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8949
9173
  id: z.ZodString;
8950
9174
  role: z.ZodEnum<{
8951
- effect: "effect";
8952
- ai: "ai";
9175
+ push: "push";
9176
+ frontend: "frontend";
9177
+ backend: "backend";
9178
+ mobile: "mobile";
8953
9179
  database: "database";
9180
+ api: "api";
9181
+ graphql: "graphql";
8954
9182
  orm: "orm";
8955
9183
  auth: "auth";
8956
- payments: "payments";
8957
- frontend: "frontend";
8958
- examples: "examples";
8959
- packageManager: "packageManager";
8960
- dbSetup: "dbSetup";
8961
- backend: "backend";
8962
9184
  runtime: "runtime";
8963
- api: "api";
8964
- stateManagement: "stateManagement";
8965
- forms: "forms";
8966
- testing: "testing";
8967
- email: "email";
8968
- validation: "validation";
9185
+ deploy: "deploy";
9186
+ dbSetup: "dbSetup";
9187
+ migrations: "migrations";
8969
9188
  realtime: "realtime";
9189
+ navigation: "navigation";
9190
+ caching: "caching";
9191
+ observability: "observability";
9192
+ email: "email";
9193
+ search: "search";
9194
+ vectorDb: "vectorDb";
9195
+ fileStorage: "fileStorage";
8970
9196
  jobQueue: "jobQueue";
9197
+ rateLimit: "rateLimit";
9198
+ testing: "testing";
9199
+ stateManagement: "stateManagement";
9200
+ forms: "forms";
8971
9201
  animation: "animation";
8972
9202
  fileUpload: "fileUpload";
9203
+ validation: "validation";
9204
+ effect: "effect";
9205
+ ui: "ui";
9206
+ css: "css";
9207
+ storage: "storage";
9208
+ ota: "ota";
9209
+ deepLinking: "deepLinking";
9210
+ ai: "ai";
9211
+ payments: "payments";
8973
9212
  logging: "logging";
8974
- observability: "observability";
8975
9213
  featureFlags: "featureFlags";
8976
9214
  integrations: "integrations";
8977
9215
  ecommerce: "ecommerce";
8978
9216
  analytics: "analytics";
8979
9217
  cms: "cms";
8980
- caching: "caching";
8981
- rateLimit: "rateLimit";
8982
9218
  i18n: "i18n";
8983
- search: "search";
8984
- vectorDb: "vectorDb";
8985
- fileStorage: "fileStorage";
8986
- config: "config";
8987
- mobile: "mobile";
8988
- graphql: "graphql";
8989
- deploy: "deploy";
8990
- migrations: "migrations";
8991
- navigation: "navigation";
8992
- ui: "ui";
8993
- css: "css";
8994
- storage: "storage";
8995
- push: "push";
8996
- ota: "ota";
8997
- deepLinking: "deepLinking";
8998
9219
  documentation: "documentation";
8999
9220
  codeQuality: "codeQuality";
9000
9221
  appPlatform: "appPlatform";
9001
9222
  dataFetching: "dataFetching";
9002
9223
  workspaceTooling: "workspaceTooling";
9224
+ examples: "examples";
9003
9225
  language: "language";
9004
9226
  buildTool: "buildTool";
9005
9227
  cli: "cli";
9006
9228
  errorHandling: "errorHandling";
9007
9229
  httpClient: "httpClient";
9008
9230
  libraries: "libraries";
9231
+ config: "config";
9009
9232
  templating: "templating";
9010
9233
  cloudSdk: "cloudSdk";
9011
9234
  data: "data";
9012
9235
  media: "media";
9013
9236
  server: "server";
9237
+ packageManager: "packageManager";
9014
9238
  messageQueue: "messageQueue";
9015
9239
  }>;
9016
9240
  toolId: z.ZodString;
@@ -9023,7 +9247,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9023
9247
  java: "java";
9024
9248
  elixir: "elixir";
9025
9249
  dotnet: "dotnet";
9026
- }>, z.ZodLiteral<"universal">]>;
9250
+ }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
9027
9251
  ownerPartId: z.ZodOptional<z.ZodString>;
9028
9252
  source: z.ZodEnum<{
9029
9253
  selected: "selected";
@@ -9073,13 +9297,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9073
9297
  sequelize: "sequelize";
9074
9298
  }>;
9075
9299
  backend: z.ZodEnum<{
9300
+ effect: "effect";
9076
9301
  none: "none";
9077
9302
  hono: "hono";
9078
9303
  express: "express";
9079
9304
  fastify: "fastify";
9080
9305
  elysia: "elysia";
9081
9306
  fets: "fets";
9082
- effect: "effect";
9083
9307
  nestjs: "nestjs";
9084
9308
  adonisjs: "adonisjs";
9085
9309
  nitro: "nitro";
@@ -9160,8 +9384,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9160
9384
  capacitor: "capacitor";
9161
9385
  }>>;
9162
9386
  examples: z.ZodArray<z.ZodEnum<{
9163
- none: "none";
9164
9387
  ai: "ai";
9388
+ none: "none";
9165
9389
  "chat-sdk": "chat-sdk";
9166
9390
  "tanstack-showcase": "tanstack-showcase";
9167
9391
  }>>;
@@ -9276,8 +9500,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9276
9500
  "ai-cli": "ai-cli";
9277
9501
  }>;
9278
9502
  effect: z.ZodEnum<{
9279
- none: "none";
9280
9503
  effect: "effect";
9504
+ none: "none";
9281
9505
  "effect-full": "effect-full";
9282
9506
  }>;
9283
9507
  stateManagement: z.ZodEnum<{
@@ -9412,8 +9636,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9412
9636
  "geist-mono": "geist-mono";
9413
9637
  }>>;
9414
9638
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
9415
- none: "none";
9416
9639
  default: "default";
9640
+ none: "none";
9417
9641
  small: "small";
9418
9642
  medium: "medium";
9419
9643
  large: "large";
@@ -9555,9 +9779,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9555
9779
  }>;
9556
9780
  mobileUI: z.ZodEnum<{
9557
9781
  none: "none";
9558
- uniwind: "uniwind";
9559
9782
  tamagui: "tamagui";
9560
9783
  "gluestack-ui": "gluestack-ui";
9784
+ uniwind: "uniwind";
9561
9785
  unistyles: "unistyles";
9562
9786
  }>;
9563
9787
  mobileStorage: z.ZodEnum<{
@@ -9621,6 +9845,37 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9621
9845
  dioxus: "dioxus";
9622
9846
  yew: "yew";
9623
9847
  }>;
9848
+ dotnetFrontend: z.ZodOptional<z.ZodEnum<{
9849
+ none: "none";
9850
+ "blazor-webassembly": "blazor-webassembly";
9851
+ "blazor-web-app": "blazor-web-app";
9852
+ }>>;
9853
+ kotlinMobile: z.ZodOptional<z.ZodEnum<{
9854
+ none: "none";
9855
+ "jetpack-compose": "jetpack-compose";
9856
+ "compose-multiplatform": "compose-multiplatform";
9857
+ }>>;
9858
+ kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
9859
+ none: "none";
9860
+ "navigation-compose": "navigation-compose";
9861
+ voyager: "voyager";
9862
+ koin: "koin";
9863
+ "ktor-client": "ktor-client";
9864
+ "kotlinx-serialization-json": "kotlinx-serialization-json";
9865
+ datastore: "datastore";
9866
+ coil: "coil";
9867
+ mockk: "mockk";
9868
+ turbine: "turbine";
9869
+ junit5: "junit5";
9870
+ }>>>;
9871
+ swiftMobile: z.ZodOptional<z.ZodEnum<{
9872
+ none: "none";
9873
+ swiftui: "swiftui";
9874
+ }>>;
9875
+ dartMobile: z.ZodOptional<z.ZodEnum<{
9876
+ none: "none";
9877
+ flutter: "flutter";
9878
+ }>>;
9624
9879
  rustOrm: z.ZodEnum<{
9625
9880
  none: "none";
9626
9881
  mongodb: "mongodb";
@@ -9642,12 +9897,12 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9642
9897
  ratatui: "ratatui";
9643
9898
  }>;
9644
9899
  rustLibraries: z.ZodArray<z.ZodEnum<{
9900
+ config: "config";
9645
9901
  none: "none";
9646
9902
  serde: "serde";
9647
9903
  uuid: "uuid";
9648
9904
  chrono: "chrono";
9649
9905
  reqwest: "reqwest";
9650
- config: "config";
9651
9906
  dashmap: "dashmap";
9652
9907
  "parking-lot": "parking-lot";
9653
9908
  secrecy: "secrecy";
@@ -9955,6 +10210,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9955
10210
  javaWebFramework: z.ZodEnum<{
9956
10211
  none: "none";
9957
10212
  "spring-boot": "spring-boot";
10213
+ ktor: "ktor";
9958
10214
  quarkus: "quarkus";
9959
10215
  micronaut: "micronaut";
9960
10216
  }>;
@@ -10028,8 +10284,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10028
10284
  }>>;
10029
10285
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
10030
10286
  none: "none";
10031
- testcontainers: "testcontainers";
10032
10287
  junit5: "junit5";
10288
+ testcontainers: "testcontainers";
10033
10289
  mockito: "mockito";
10034
10290
  assertj: "assertj";
10035
10291
  "rest-assured": "rest-assured";
@@ -10258,69 +10514,69 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10258
10514
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10259
10515
  id: z.ZodString;
10260
10516
  role: z.ZodEnum<{
10261
- effect: "effect";
10262
- ai: "ai";
10517
+ push: "push";
10518
+ frontend: "frontend";
10519
+ backend: "backend";
10520
+ mobile: "mobile";
10263
10521
  database: "database";
10522
+ api: "api";
10523
+ graphql: "graphql";
10264
10524
  orm: "orm";
10265
10525
  auth: "auth";
10266
- payments: "payments";
10267
- frontend: "frontend";
10268
- examples: "examples";
10269
- packageManager: "packageManager";
10270
- dbSetup: "dbSetup";
10271
- backend: "backend";
10272
10526
  runtime: "runtime";
10273
- api: "api";
10274
- stateManagement: "stateManagement";
10275
- forms: "forms";
10276
- testing: "testing";
10277
- email: "email";
10278
- validation: "validation";
10527
+ deploy: "deploy";
10528
+ dbSetup: "dbSetup";
10529
+ migrations: "migrations";
10279
10530
  realtime: "realtime";
10531
+ navigation: "navigation";
10532
+ caching: "caching";
10533
+ observability: "observability";
10534
+ email: "email";
10535
+ search: "search";
10536
+ vectorDb: "vectorDb";
10537
+ fileStorage: "fileStorage";
10280
10538
  jobQueue: "jobQueue";
10539
+ rateLimit: "rateLimit";
10540
+ testing: "testing";
10541
+ stateManagement: "stateManagement";
10542
+ forms: "forms";
10281
10543
  animation: "animation";
10282
10544
  fileUpload: "fileUpload";
10545
+ validation: "validation";
10546
+ effect: "effect";
10547
+ ui: "ui";
10548
+ css: "css";
10549
+ storage: "storage";
10550
+ ota: "ota";
10551
+ deepLinking: "deepLinking";
10552
+ ai: "ai";
10553
+ payments: "payments";
10283
10554
  logging: "logging";
10284
- observability: "observability";
10285
10555
  featureFlags: "featureFlags";
10286
10556
  integrations: "integrations";
10287
10557
  ecommerce: "ecommerce";
10288
10558
  analytics: "analytics";
10289
10559
  cms: "cms";
10290
- caching: "caching";
10291
- rateLimit: "rateLimit";
10292
10560
  i18n: "i18n";
10293
- search: "search";
10294
- vectorDb: "vectorDb";
10295
- fileStorage: "fileStorage";
10296
- config: "config";
10297
- mobile: "mobile";
10298
- graphql: "graphql";
10299
- deploy: "deploy";
10300
- migrations: "migrations";
10301
- navigation: "navigation";
10302
- ui: "ui";
10303
- css: "css";
10304
- storage: "storage";
10305
- push: "push";
10306
- ota: "ota";
10307
- deepLinking: "deepLinking";
10308
10561
  documentation: "documentation";
10309
10562
  codeQuality: "codeQuality";
10310
10563
  appPlatform: "appPlatform";
10311
10564
  dataFetching: "dataFetching";
10312
10565
  workspaceTooling: "workspaceTooling";
10566
+ examples: "examples";
10313
10567
  language: "language";
10314
10568
  buildTool: "buildTool";
10315
10569
  cli: "cli";
10316
10570
  errorHandling: "errorHandling";
10317
10571
  httpClient: "httpClient";
10318
10572
  libraries: "libraries";
10573
+ config: "config";
10319
10574
  templating: "templating";
10320
10575
  cloudSdk: "cloudSdk";
10321
10576
  data: "data";
10322
10577
  media: "media";
10323
10578
  server: "server";
10579
+ packageManager: "packageManager";
10324
10580
  messageQueue: "messageQueue";
10325
10581
  }>;
10326
10582
  toolId: z.ZodString;
@@ -10333,7 +10589,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10333
10589
  java: "java";
10334
10590
  elixir: "elixir";
10335
10591
  dotnet: "dotnet";
10336
- }>, z.ZodLiteral<"universal">]>;
10592
+ }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
10337
10593
  ownerPartId: z.ZodOptional<z.ZodString>;
10338
10594
  source: z.ZodEnum<{
10339
10595
  selected: "selected";
@@ -10383,13 +10639,13 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10383
10639
  sequelize: "sequelize";
10384
10640
  }>;
10385
10641
  backend: z.ZodEnum<{
10642
+ effect: "effect";
10386
10643
  none: "none";
10387
10644
  hono: "hono";
10388
10645
  express: "express";
10389
10646
  fastify: "fastify";
10390
10647
  elysia: "elysia";
10391
10648
  fets: "fets";
10392
- effect: "effect";
10393
10649
  nestjs: "nestjs";
10394
10650
  adonisjs: "adonisjs";
10395
10651
  nitro: "nitro";
@@ -10470,8 +10726,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10470
10726
  capacitor: "capacitor";
10471
10727
  }>>;
10472
10728
  examples: z.ZodArray<z.ZodEnum<{
10473
- none: "none";
10474
10729
  ai: "ai";
10730
+ none: "none";
10475
10731
  "chat-sdk": "chat-sdk";
10476
10732
  "tanstack-showcase": "tanstack-showcase";
10477
10733
  }>>;
@@ -10586,8 +10842,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10586
10842
  "ai-cli": "ai-cli";
10587
10843
  }>;
10588
10844
  effect: z.ZodEnum<{
10589
- none: "none";
10590
10845
  effect: "effect";
10846
+ none: "none";
10591
10847
  "effect-full": "effect-full";
10592
10848
  }>;
10593
10849
  stateManagement: z.ZodEnum<{
@@ -10722,8 +10978,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10722
10978
  "geist-mono": "geist-mono";
10723
10979
  }>>;
10724
10980
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
10725
- none: "none";
10726
10981
  default: "default";
10982
+ none: "none";
10727
10983
  small: "small";
10728
10984
  medium: "medium";
10729
10985
  large: "large";
@@ -10865,9 +11121,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10865
11121
  }>;
10866
11122
  mobileUI: z.ZodEnum<{
10867
11123
  none: "none";
10868
- uniwind: "uniwind";
10869
11124
  tamagui: "tamagui";
10870
11125
  "gluestack-ui": "gluestack-ui";
11126
+ uniwind: "uniwind";
10871
11127
  unistyles: "unistyles";
10872
11128
  }>;
10873
11129
  mobileStorage: z.ZodEnum<{
@@ -10931,6 +11187,37 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10931
11187
  dioxus: "dioxus";
10932
11188
  yew: "yew";
10933
11189
  }>;
11190
+ dotnetFrontend: z.ZodOptional<z.ZodEnum<{
11191
+ none: "none";
11192
+ "blazor-webassembly": "blazor-webassembly";
11193
+ "blazor-web-app": "blazor-web-app";
11194
+ }>>;
11195
+ kotlinMobile: z.ZodOptional<z.ZodEnum<{
11196
+ none: "none";
11197
+ "jetpack-compose": "jetpack-compose";
11198
+ "compose-multiplatform": "compose-multiplatform";
11199
+ }>>;
11200
+ kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
11201
+ none: "none";
11202
+ "navigation-compose": "navigation-compose";
11203
+ voyager: "voyager";
11204
+ koin: "koin";
11205
+ "ktor-client": "ktor-client";
11206
+ "kotlinx-serialization-json": "kotlinx-serialization-json";
11207
+ datastore: "datastore";
11208
+ coil: "coil";
11209
+ mockk: "mockk";
11210
+ turbine: "turbine";
11211
+ junit5: "junit5";
11212
+ }>>>;
11213
+ swiftMobile: z.ZodOptional<z.ZodEnum<{
11214
+ none: "none";
11215
+ swiftui: "swiftui";
11216
+ }>>;
11217
+ dartMobile: z.ZodOptional<z.ZodEnum<{
11218
+ none: "none";
11219
+ flutter: "flutter";
11220
+ }>>;
10934
11221
  rustOrm: z.ZodEnum<{
10935
11222
  none: "none";
10936
11223
  mongodb: "mongodb";
@@ -10952,12 +11239,12 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10952
11239
  ratatui: "ratatui";
10953
11240
  }>;
10954
11241
  rustLibraries: z.ZodArray<z.ZodEnum<{
11242
+ config: "config";
10955
11243
  none: "none";
10956
11244
  serde: "serde";
10957
11245
  uuid: "uuid";
10958
11246
  chrono: "chrono";
10959
11247
  reqwest: "reqwest";
10960
- config: "config";
10961
11248
  dashmap: "dashmap";
10962
11249
  "parking-lot": "parking-lot";
10963
11250
  secrecy: "secrecy";
@@ -11265,6 +11552,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11265
11552
  javaWebFramework: z.ZodEnum<{
11266
11553
  none: "none";
11267
11554
  "spring-boot": "spring-boot";
11555
+ ktor: "ktor";
11268
11556
  quarkus: "quarkus";
11269
11557
  micronaut: "micronaut";
11270
11558
  }>;
@@ -11338,8 +11626,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11338
11626
  }>>;
11339
11627
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
11340
11628
  none: "none";
11341
- testcontainers: "testcontainers";
11342
11629
  junit5: "junit5";
11630
+ testcontainers: "testcontainers";
11343
11631
  mockito: "mockito";
11344
11632
  assertj: "assertj";
11345
11633
  "rest-assured": "rest-assured";
@@ -11568,69 +11856,69 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11568
11856
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
11569
11857
  id: z.ZodString;
11570
11858
  role: z.ZodEnum<{
11571
- effect: "effect";
11572
- ai: "ai";
11859
+ push: "push";
11860
+ frontend: "frontend";
11861
+ backend: "backend";
11862
+ mobile: "mobile";
11573
11863
  database: "database";
11864
+ api: "api";
11865
+ graphql: "graphql";
11574
11866
  orm: "orm";
11575
11867
  auth: "auth";
11576
- payments: "payments";
11577
- frontend: "frontend";
11578
- examples: "examples";
11579
- packageManager: "packageManager";
11580
- dbSetup: "dbSetup";
11581
- backend: "backend";
11582
11868
  runtime: "runtime";
11583
- api: "api";
11584
- stateManagement: "stateManagement";
11585
- forms: "forms";
11586
- testing: "testing";
11587
- email: "email";
11588
- validation: "validation";
11869
+ deploy: "deploy";
11870
+ dbSetup: "dbSetup";
11871
+ migrations: "migrations";
11589
11872
  realtime: "realtime";
11873
+ navigation: "navigation";
11874
+ caching: "caching";
11875
+ observability: "observability";
11876
+ email: "email";
11877
+ search: "search";
11878
+ vectorDb: "vectorDb";
11879
+ fileStorage: "fileStorage";
11590
11880
  jobQueue: "jobQueue";
11881
+ rateLimit: "rateLimit";
11882
+ testing: "testing";
11883
+ stateManagement: "stateManagement";
11884
+ forms: "forms";
11591
11885
  animation: "animation";
11592
11886
  fileUpload: "fileUpload";
11887
+ validation: "validation";
11888
+ effect: "effect";
11889
+ ui: "ui";
11890
+ css: "css";
11891
+ storage: "storage";
11892
+ ota: "ota";
11893
+ deepLinking: "deepLinking";
11894
+ ai: "ai";
11895
+ payments: "payments";
11593
11896
  logging: "logging";
11594
- observability: "observability";
11595
11897
  featureFlags: "featureFlags";
11596
11898
  integrations: "integrations";
11597
11899
  ecommerce: "ecommerce";
11598
11900
  analytics: "analytics";
11599
11901
  cms: "cms";
11600
- caching: "caching";
11601
- rateLimit: "rateLimit";
11602
11902
  i18n: "i18n";
11603
- search: "search";
11604
- vectorDb: "vectorDb";
11605
- fileStorage: "fileStorage";
11606
- config: "config";
11607
- mobile: "mobile";
11608
- graphql: "graphql";
11609
- deploy: "deploy";
11610
- migrations: "migrations";
11611
- navigation: "navigation";
11612
- ui: "ui";
11613
- css: "css";
11614
- storage: "storage";
11615
- push: "push";
11616
- ota: "ota";
11617
- deepLinking: "deepLinking";
11618
11903
  documentation: "documentation";
11619
11904
  codeQuality: "codeQuality";
11620
11905
  appPlatform: "appPlatform";
11621
11906
  dataFetching: "dataFetching";
11622
11907
  workspaceTooling: "workspaceTooling";
11908
+ examples: "examples";
11623
11909
  language: "language";
11624
11910
  buildTool: "buildTool";
11625
11911
  cli: "cli";
11626
11912
  errorHandling: "errorHandling";
11627
11913
  httpClient: "httpClient";
11628
11914
  libraries: "libraries";
11915
+ config: "config";
11629
11916
  templating: "templating";
11630
11917
  cloudSdk: "cloudSdk";
11631
11918
  data: "data";
11632
11919
  media: "media";
11633
11920
  server: "server";
11921
+ packageManager: "packageManager";
11634
11922
  messageQueue: "messageQueue";
11635
11923
  }>;
11636
11924
  toolId: z.ZodString;
@@ -11643,7 +11931,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11643
11931
  java: "java";
11644
11932
  elixir: "elixir";
11645
11933
  dotnet: "dotnet";
11646
- }>, z.ZodLiteral<"universal">]>;
11934
+ }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
11647
11935
  ownerPartId: z.ZodOptional<z.ZodString>;
11648
11936
  source: z.ZodEnum<{
11649
11937
  selected: "selected";
@@ -11693,13 +11981,13 @@ declare const InitResultSchema: z.ZodObject<{
11693
11981
  sequelize: "sequelize";
11694
11982
  }>;
11695
11983
  backend: z.ZodEnum<{
11984
+ effect: "effect";
11696
11985
  none: "none";
11697
11986
  hono: "hono";
11698
11987
  express: "express";
11699
11988
  fastify: "fastify";
11700
11989
  elysia: "elysia";
11701
11990
  fets: "fets";
11702
- effect: "effect";
11703
11991
  nestjs: "nestjs";
11704
11992
  adonisjs: "adonisjs";
11705
11993
  nitro: "nitro";
@@ -11780,8 +12068,8 @@ declare const InitResultSchema: z.ZodObject<{
11780
12068
  capacitor: "capacitor";
11781
12069
  }>>;
11782
12070
  examples: z.ZodArray<z.ZodEnum<{
11783
- none: "none";
11784
12071
  ai: "ai";
12072
+ none: "none";
11785
12073
  "chat-sdk": "chat-sdk";
11786
12074
  "tanstack-showcase": "tanstack-showcase";
11787
12075
  }>>;
@@ -11898,8 +12186,8 @@ declare const InitResultSchema: z.ZodObject<{
11898
12186
  "ai-cli": "ai-cli";
11899
12187
  }>;
11900
12188
  effect: z.ZodEnum<{
11901
- none: "none";
11902
12189
  effect: "effect";
12190
+ none: "none";
11903
12191
  "effect-full": "effect-full";
11904
12192
  }>;
11905
12193
  stateManagement: z.ZodEnum<{
@@ -12034,8 +12322,8 @@ declare const InitResultSchema: z.ZodObject<{
12034
12322
  "geist-mono": "geist-mono";
12035
12323
  }>>;
12036
12324
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
12037
- none: "none";
12038
12325
  default: "default";
12326
+ none: "none";
12039
12327
  small: "small";
12040
12328
  medium: "medium";
12041
12329
  large: "large";
@@ -12177,9 +12465,9 @@ declare const InitResultSchema: z.ZodObject<{
12177
12465
  }>;
12178
12466
  mobileUI: z.ZodEnum<{
12179
12467
  none: "none";
12180
- uniwind: "uniwind";
12181
12468
  tamagui: "tamagui";
12182
12469
  "gluestack-ui": "gluestack-ui";
12470
+ uniwind: "uniwind";
12183
12471
  unistyles: "unistyles";
12184
12472
  }>;
12185
12473
  mobileStorage: z.ZodEnum<{
@@ -12243,6 +12531,37 @@ declare const InitResultSchema: z.ZodObject<{
12243
12531
  dioxus: "dioxus";
12244
12532
  yew: "yew";
12245
12533
  }>;
12534
+ dotnetFrontend: z.ZodOptional<z.ZodEnum<{
12535
+ none: "none";
12536
+ "blazor-webassembly": "blazor-webassembly";
12537
+ "blazor-web-app": "blazor-web-app";
12538
+ }>>;
12539
+ kotlinMobile: z.ZodOptional<z.ZodEnum<{
12540
+ none: "none";
12541
+ "jetpack-compose": "jetpack-compose";
12542
+ "compose-multiplatform": "compose-multiplatform";
12543
+ }>>;
12544
+ kotlinMobileLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
12545
+ none: "none";
12546
+ "navigation-compose": "navigation-compose";
12547
+ voyager: "voyager";
12548
+ koin: "koin";
12549
+ "ktor-client": "ktor-client";
12550
+ "kotlinx-serialization-json": "kotlinx-serialization-json";
12551
+ datastore: "datastore";
12552
+ coil: "coil";
12553
+ mockk: "mockk";
12554
+ turbine: "turbine";
12555
+ junit5: "junit5";
12556
+ }>>>;
12557
+ swiftMobile: z.ZodOptional<z.ZodEnum<{
12558
+ none: "none";
12559
+ swiftui: "swiftui";
12560
+ }>>;
12561
+ dartMobile: z.ZodOptional<z.ZodEnum<{
12562
+ none: "none";
12563
+ flutter: "flutter";
12564
+ }>>;
12246
12565
  rustOrm: z.ZodEnum<{
12247
12566
  none: "none";
12248
12567
  mongodb: "mongodb";
@@ -12264,12 +12583,12 @@ declare const InitResultSchema: z.ZodObject<{
12264
12583
  ratatui: "ratatui";
12265
12584
  }>;
12266
12585
  rustLibraries: z.ZodArray<z.ZodEnum<{
12586
+ config: "config";
12267
12587
  none: "none";
12268
12588
  serde: "serde";
12269
12589
  uuid: "uuid";
12270
12590
  chrono: "chrono";
12271
12591
  reqwest: "reqwest";
12272
- config: "config";
12273
12592
  dashmap: "dashmap";
12274
12593
  "parking-lot": "parking-lot";
12275
12594
  secrecy: "secrecy";
@@ -12577,6 +12896,7 @@ declare const InitResultSchema: z.ZodObject<{
12577
12896
  javaWebFramework: z.ZodEnum<{
12578
12897
  none: "none";
12579
12898
  "spring-boot": "spring-boot";
12899
+ ktor: "ktor";
12580
12900
  quarkus: "quarkus";
12581
12901
  micronaut: "micronaut";
12582
12902
  }>;
@@ -12650,8 +12970,8 @@ declare const InitResultSchema: z.ZodObject<{
12650
12970
  }>>;
12651
12971
  javaTestingLibraries: z.ZodArray<z.ZodEnum<{
12652
12972
  none: "none";
12653
- testcontainers: "testcontainers";
12654
12973
  junit5: "junit5";
12974
+ testcontainers: "testcontainers";
12655
12975
  mockito: "mockito";
12656
12976
  assertj: "assertj";
12657
12977
  "rest-assured": "rest-assured";
@@ -12880,69 +13200,69 @@ declare const InitResultSchema: z.ZodObject<{
12880
13200
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
12881
13201
  id: z.ZodString;
12882
13202
  role: z.ZodEnum<{
12883
- effect: "effect";
12884
- ai: "ai";
13203
+ push: "push";
13204
+ frontend: "frontend";
13205
+ backend: "backend";
13206
+ mobile: "mobile";
12885
13207
  database: "database";
13208
+ api: "api";
13209
+ graphql: "graphql";
12886
13210
  orm: "orm";
12887
13211
  auth: "auth";
12888
- payments: "payments";
12889
- frontend: "frontend";
12890
- examples: "examples";
12891
- packageManager: "packageManager";
12892
- dbSetup: "dbSetup";
12893
- backend: "backend";
12894
13212
  runtime: "runtime";
12895
- api: "api";
12896
- stateManagement: "stateManagement";
12897
- forms: "forms";
12898
- testing: "testing";
12899
- email: "email";
12900
- validation: "validation";
13213
+ deploy: "deploy";
13214
+ dbSetup: "dbSetup";
13215
+ migrations: "migrations";
12901
13216
  realtime: "realtime";
13217
+ navigation: "navigation";
13218
+ caching: "caching";
13219
+ observability: "observability";
13220
+ email: "email";
13221
+ search: "search";
13222
+ vectorDb: "vectorDb";
13223
+ fileStorage: "fileStorage";
12902
13224
  jobQueue: "jobQueue";
13225
+ rateLimit: "rateLimit";
13226
+ testing: "testing";
13227
+ stateManagement: "stateManagement";
13228
+ forms: "forms";
12903
13229
  animation: "animation";
12904
13230
  fileUpload: "fileUpload";
13231
+ validation: "validation";
13232
+ effect: "effect";
13233
+ ui: "ui";
13234
+ css: "css";
13235
+ storage: "storage";
13236
+ ota: "ota";
13237
+ deepLinking: "deepLinking";
13238
+ ai: "ai";
13239
+ payments: "payments";
12905
13240
  logging: "logging";
12906
- observability: "observability";
12907
13241
  featureFlags: "featureFlags";
12908
13242
  integrations: "integrations";
12909
13243
  ecommerce: "ecommerce";
12910
13244
  analytics: "analytics";
12911
13245
  cms: "cms";
12912
- caching: "caching";
12913
- rateLimit: "rateLimit";
12914
13246
  i18n: "i18n";
12915
- search: "search";
12916
- vectorDb: "vectorDb";
12917
- fileStorage: "fileStorage";
12918
- config: "config";
12919
- mobile: "mobile";
12920
- graphql: "graphql";
12921
- deploy: "deploy";
12922
- migrations: "migrations";
12923
- navigation: "navigation";
12924
- ui: "ui";
12925
- css: "css";
12926
- storage: "storage";
12927
- push: "push";
12928
- ota: "ota";
12929
- deepLinking: "deepLinking";
12930
13247
  documentation: "documentation";
12931
13248
  codeQuality: "codeQuality";
12932
13249
  appPlatform: "appPlatform";
12933
13250
  dataFetching: "dataFetching";
12934
13251
  workspaceTooling: "workspaceTooling";
13252
+ examples: "examples";
12935
13253
  language: "language";
12936
13254
  buildTool: "buildTool";
12937
13255
  cli: "cli";
12938
13256
  errorHandling: "errorHandling";
12939
13257
  httpClient: "httpClient";
12940
13258
  libraries: "libraries";
13259
+ config: "config";
12941
13260
  templating: "templating";
12942
13261
  cloudSdk: "cloudSdk";
12943
13262
  data: "data";
12944
13263
  media: "media";
12945
13264
  server: "server";
13265
+ packageManager: "packageManager";
12946
13266
  messageQueue: "messageQueue";
12947
13267
  }>;
12948
13268
  toolId: z.ZodString;
@@ -12955,7 +13275,7 @@ declare const InitResultSchema: z.ZodObject<{
12955
13275
  java: "java";
12956
13276
  elixir: "elixir";
12957
13277
  dotnet: "dotnet";
12958
- }>, z.ZodLiteral<"universal">]>;
13278
+ }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
12959
13279
  ownerPartId: z.ZodOptional<z.ZodString>;
12960
13280
  source: z.ZodEnum<{
12961
13281
  selected: "selected";
@@ -12982,11 +13302,11 @@ declare const InitResultSchema: z.ZodObject<{
12982
13302
  }, z.core.$strip>;
12983
13303
  declare const DATABASE_VALUES: ("none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis")[];
12984
13304
  declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize")[];
12985
- declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "effect" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
13305
+ declare const BACKEND_VALUES: ("effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
12986
13306
  declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
12987
13307
  declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "vanilla-vite" | "vue" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
12988
13308
  declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "knip" | "gitleaks" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "kong" | "github-actions" | "eslint" | "prettier" | "axios" | "firebase" | "graphql-codegen" | "openapi-typescript" | "apollo-client" | "electron" | "capacitor")[];
12989
- declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
13309
+ declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
12990
13310
  declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
12991
13311
  declare const WORKSPACE_SHAPE_VALUES: ("monorepo" | "single-app")[];
12992
13312
  declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
@@ -12996,11 +13316,11 @@ declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations"
12996
13316
  declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "paypal" | "dodo" | "creem" | "autumn" | "commet" | "xendit")[];
12997
13317
  declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
12998
13318
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
12999
- declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
13000
- declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "saas" | "uniwind")[];
13319
+ declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
13320
+ declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3" | "saas")[];
13001
13321
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "vue" | "svelte" | "solid" | "react")[];
13002
13322
  declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "openai-sdk" | "anthropic-sdk" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
13003
- declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
13323
+ declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
13004
13324
  declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
13005
13325
  declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
13006
13326
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "mocha" | "cypress")[];
@@ -13019,7 +13339,7 @@ declare const INTEGRATIONS_VALUES: ("none" | "nango")[];
13019
13339
  declare const ECOMMERCE_VALUES: ("none" | "medusa")[];
13020
13340
  declare const ANALYTICS_VALUES: ("none" | "posthog" | "plausible" | "umami" | "ga4")[];
13021
13341
  declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
13022
- declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
13342
+ declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
13023
13343
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
13024
13344
  declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
13025
13345
  declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
@@ -13036,10 +13356,15 @@ declare const FILE_STORAGE_VALUES: ("none" | "s3" | "r2" | "cloudinary" | "supab
13036
13356
  declare const ECOSYSTEM_VALUES: ("typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet")[];
13037
13357
  declare const RUST_WEB_FRAMEWORK_VALUES: ("none" | "axum" | "actix-web" | "rocket" | "poem" | "loco" | "warp" | "salvo")[];
13038
13358
  declare const RUST_FRONTEND_VALUES: ("none" | "leptos" | "dioxus" | "yew")[];
13359
+ declare const DOTNET_FRONTEND_VALUES: ("none" | "blazor-webassembly" | "blazor-web-app")[];
13360
+ declare const KOTLIN_MOBILE_VALUES: ("none" | "jetpack-compose" | "compose-multiplatform")[];
13361
+ declare const KOTLIN_MOBILE_LIBRARIES_VALUES: ("none" | "navigation-compose" | "voyager" | "koin" | "ktor-client" | "kotlinx-serialization-json" | "datastore" | "coil" | "mockk" | "turbine" | "junit5")[];
13362
+ declare const SWIFT_MOBILE_VALUES: ("none" | "swiftui")[];
13363
+ declare const DART_MOBILE_VALUES: ("none" | "flutter")[];
13039
13364
  declare const RUST_ORM_VALUES: ("none" | "mongodb" | "sea-orm" | "sqlx" | "diesel" | "rusqlite" | "tokio-postgres")[];
13040
13365
  declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql" | "jsonrpsee")[];
13041
13366
  declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
13042
- declare const RUST_LIBRARIES_VALUES: ("none" | "serde" | "uuid" | "chrono" | "reqwest" | "config" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
13367
+ declare const RUST_LIBRARIES_VALUES: ("config" | "none" | "serde" | "uuid" | "chrono" | "reqwest" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
13043
13368
  declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
13044
13369
  declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
13045
13370
  declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
@@ -13088,14 +13413,14 @@ declare const GO_TEMPLATING_VALUES: ("none" | "templ")[];
13088
13413
  declare const GO_PROTO_TOOLING_VALUES: ("none" | "buf")[];
13089
13414
  declare const GO_DI_VALUES: ("none" | "fx")[];
13090
13415
  declare const JAVA_LANGUAGE_VALUES: ("java" | "kotlin")[];
13091
- declare const JAVA_WEB_FRAMEWORK_VALUES: ("none" | "spring-boot" | "quarkus" | "micronaut")[];
13416
+ declare const JAVA_WEB_FRAMEWORK_VALUES: ("none" | "spring-boot" | "ktor" | "quarkus" | "micronaut")[];
13092
13417
  declare const JAVA_BUILD_TOOL_VALUES: ("none" | "maven" | "gradle")[];
13093
13418
  declare const JAVA_ORM_VALUES: ("none" | "spring-data-jpa" | "jooq" | "mybatis")[];
13094
13419
  declare const JAVA_AUTH_VALUES: ("none" | "spring-security" | "keycloak")[];
13095
13420
  declare const JAVA_API_VALUES: ("none" | "spring-graphql" | "openapi-generator" | "grpc")[];
13096
13421
  declare const JAVA_LOGGING_VALUES: ("none" | "logback" | "log4j2")[];
13097
13422
  declare const JAVA_LIBRARIES_VALUES: ("none" | "spring-actuator" | "spring-validation" | "flyway" | "liquibase" | "springdoc-openapi" | "lombok" | "mapstruct" | "caffeine" | "resilience4j" | "spring-webflux" | "spring-batch" | "spring-kafka" | "spring-mail" | "spring-devtools" | "micrometer-prometheus" | "thymeleaf" | "spring-amqp" | "opentelemetry-java" | "spring-data-redis" | "spring-data-mongodb" | "spring-data-elasticsearch" | "spring-data-neo4j" | "spring-data-cassandra" | "spring-data-couchbase" | "spring-data-jdbc" | "spring-data-rest" | "spring-quartz" | "spring-pulsar" | "spring-integration" | "spring-websocket" | "spring-rsocket" | "spring-hateoas" | "spring-session-redis" | "spring-session-jdbc" | "spring-ldap" | "spring-oauth2-client" | "spring-saml2" | "spring-restclient")[];
13098
- declare const JAVA_TESTING_LIBRARIES_VALUES: ("none" | "testcontainers" | "junit5" | "mockito" | "assertj" | "rest-assured" | "wiremock" | "awaitility" | "archunit" | "jqwik")[];
13423
+ declare const JAVA_TESTING_LIBRARIES_VALUES: ("none" | "junit5" | "testcontainers" | "mockito" | "assertj" | "rest-assured" | "wiremock" | "awaitility" | "archunit" | "jqwik")[];
13099
13424
  declare const DOTNET_WEB_FRAMEWORK_VALUES: ("none" | "aspnet-minimal" | "aspnet-mvc" | "aspnet-blazor")[];
13100
13425
  declare const DOTNET_ORM_VALUES: ("none" | "ef-core" | "dapper" | "linq2db")[];
13101
13426
  declare const DOTNET_AUTH_VALUES: ("none" | "aspnet-identity" | "duende-identityserver" | "auth0-aspnet")[];
@@ -13136,7 +13461,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
13136
13461
  declare const SHADCN_COLOR_THEME_VALUES: ("neutral" | "stone" | "zinc" | "gray" | "amber" | "blue" | "cyan" | "emerald" | "fuchsia" | "green" | "indigo" | "lime" | "orange" | "pink" | "purple" | "red" | "rose" | "sky" | "teal" | "violet" | "yellow")[];
13137
13462
  declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
13138
13463
  declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
13139
- declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
13464
+ declare const SHADCN_RADIUS_VALUES: ("default" | "none" | "small" | "medium" | "large")[];
13140
13465
  //#endregion
13141
- export { DotnetCachingSchema as $, ValidationSchema as $a, RUST_ORM_VALUES as $i, I18N_VALUES as $n, PYTHON_CLOUD_SDK_VALUES as $r, ElixirOrmSchema as $t, CSS_FRAMEWORK_VALUES as A, SearchSchema as Aa, PythonObservabilitySchema as Ai, GO_REALTIME_VALUES as An, MOBILE_PUSH_VALUES as Ar, ELIXIR_TESTING_VALUES as At, DOTNET_JOB_QUEUE_VALUES as B, StackPartRoleSchema as Ba, RATE_LIMIT_VALUES as Bi, GoDISchema as Bn, MobileTestingSchema as Br, ElixirAuthSchema as Bt, BetterTStackConfigFileSchema as C, SHADCN_BASE_VALUES as Ca, PythonCliSchema as Ci, GO_LOGGING_VALUES as Cn, JobQueueSchema as Cr, ELIXIR_JOBS_VALUES as Ct, CMSSchema as D, SHADCN_RADIUS_VALUES as Da, PythonHttpClientSchema as Di, GO_ORM_VALUES as Dn, MOBILE_LIBRARIES_VALUES as Dr, ELIXIR_ORM_VALUES as Dt, CLIInputSchema as E, SHADCN_ICON_LIBRARY_VALUES as Ea, PythonGraphqlSchema as Ei, GO_OBSERVABILITY_VALUES as En, MOBILE_DEEP_LINKING_VALUES as Er, ELIXIR_OBSERVABILITY_VALUES as Et, DIRECTORY_CONFLICT_VALUES as F, ShadcnFontSchema as Fa, PythonServerSchema as Fi, GoApiSchema as Fn, MobileLibrariesSchema as Fr, EcommerceSchema as Ft, DOTNET_TESTING_VALUES as G, TESTING_VALUES as Ga, RUST_CACHING_VALUES as Gi, GoOrmSchema as Gn, ObservabilitySchema as Gr, ElixirEmailSchema as Gt, DOTNET_OBSERVABILITY_VALUES as H, StackPartSourceSchema as Ha, RUNTIME_VALUES as Hi, GoMessageQueueSchema as Hn, OBSERVABILITY_VALUES as Hr, ElixirClusteringSchema as Ht, DOTNET_API_VALUES as I, ShadcnIconLibrarySchema as Ia, PythonTaskQueueSchema as Ii, GoAuthSchema as In, MobileNavigationSchema as Ir, EcosystemSchema as It, DatabaseSchema as J, UILibrarySchema as Ja, RUST_FRONTEND_VALUES as Ji, GoRealtimeSchema as Jn, PYTHON_AI_VALUES as Jr, ElixirI18nSchema as Jt, DOTNET_VALIDATION_VALUES as K, TemplateSchema as Ka, RUST_CLI_VALUES as Ki, GoProtoToolingSchema as Kn, PACKAGE_MANAGER_VALUES as Kr, ElixirHttpSchema as Kt, DOTNET_AUTH_VALUES as L, ShadcnRadiusSchema as La, PythonTestingSchema as Li, GoCachingSchema as Ln, MobileOTASchema as Lr, EffectSchema as Lt, CreateInputSchema as M, ShadcnBaseColorSchema as Ma, PythonPackageManagerSchema as Mi, GO_TESTING_VALUES as Mn, MOBILE_TESTING_VALUES as Mr, ELIXIR_WEB_FRAMEWORK_VALUES as Mt, DATABASE_SETUP_VALUES as N, ShadcnBaseSchema as Na, PythonQualitySchema as Ni, GO_VALIDATION_VALUES as Nn, MOBILE_UI_VALUES as Nr, EMAIL_VALUES as Nt, CMS_VALUES as O, SHADCN_STYLE_VALUES as Oa, PythonMediaSchema as Oi, GO_PROTO_TOOLING_VALUES as On, MOBILE_NAVIGATION_VALUES as Or, ELIXIR_QUALITY_VALUES as Ot, DATABASE_VALUES as P, ShadcnColorThemeSchema as Pa, PythonRealtimeSchema as Pi, GO_WEB_FRAMEWORK_VALUES as Pn, MobileDeepLinkingSchema as Pr, EXAMPLES_VALUES as Pt, DotnetAuthSchema as Q, VERSION_CHANNEL_VALUES as Qa, RUST_OBSERVABILITY_VALUES as Qi, GoWebFrameworkSchema as Qn, PYTHON_CLI_VALUES as Qr, ElixirObservabilitySchema as Qt, DOTNET_CACHING_VALUES as R, ShadcnStyleSchema as Ra, PythonValidationSchema as Ri, GoCliSchema as Rn, MobilePushSchema as Rr, ElixirApiSchema as Rt, BetterFullstackConfigSchema as S, SHADCN_BASE_COLOR_VALUES as Sa, PythonCachingSchema as Si, GO_DI_VALUES as Sn, JavaWebFrameworkSchema as Sr, ELIXIR_I18N_VALUES as St, CACHING_VALUES as T, SHADCN_FONT_VALUES as Ta, PythonDataSchema as Ti, GO_MIGRATIONS_VALUES as Tn, LoggingSchema as Tr, ELIXIR_LIBRARIES_VALUES as Tt, DOTNET_ORM_VALUES as U, StateManagementSchema as Ua, RUST_API_VALUES as Ui, GoMigrationsSchema as Un, ORMSchema as Ur, ElixirDeploySchema as Ut, DOTNET_LIBRARIES_VALUES as V, StackPartSchema as Va, REALTIME_VALUES as Vi, GoLoggingSchema as Vn, MobileUISchema as Vr, ElixirCachingSchema as Vt, DOTNET_REALTIME_VALUES as W, TEMPLATE_VALUES as Wa, RUST_AUTH_VALUES as Wi, GoObservabilitySchema as Wn, ORM_VALUES as Wr, ElixirDocumentationSchema as Wt, DirectoryConflictSchema as X, VALIDATION_VALUES as Xa, RUST_LOGGING_VALUES as Xi, GoTestingSchema as Xn, PYTHON_AUTH_VALUES as Xr, ElixirJsonSchema as Xt, DatabaseSetupSchema as Y, UI_LIBRARY_VALUES as Ya, RUST_LIBRARIES_VALUES as Yi, GoTemplatingSchema as Yn, PYTHON_API_VALUES as Yr, ElixirJobsSchema as Yt, DotnetApiSchema as Z, VECTOR_DB_VALUES as Za, RUST_MESSAGE_QUEUE_VALUES as Zi, GoValidationSchema as Zn, PYTHON_CACHING_VALUES as Zr, ElixirLibrariesSchema as Zt, AstroIntegrationSchema as _, RustRealtimeSchema as _a, ProjectConfigSchema as _i, GO_API_VALUES as _n, JavaLanguageSchema as _r, ELIXIR_DEPLOY_VALUES as _t, ANALYTICS_VALUES as a, RuntimeSchema as aa, PYTHON_OBSERVABILITY_VALUES as ai, EmailSchema as an, WorkspaceShapeSchema as ao, JAVA_AUTH_VALUES as ar, DotnetRealtimeSchema as at, BackendSchema as b, SEARCH_VALUES as ba, PythonApiSchema as bi, GO_CLI_VALUES as bn, JavaOrmSchema as br, ELIXIR_HTTP_SERVER_VALUES as bt, API_VALUES as c, RustCachingSchema as ca, PYTHON_QUALITY_VALUES as ci, FILE_STORAGE_VALUES as cn, JAVA_LIBRARIES_VALUES as cr, DotnetWebFrameworkSchema as ct, AUTH_VALUES as d, RustFrontendSchema as da, PYTHON_TASK_QUEUE_VALUES as di, FRONTEND_VALUES as dn, JAVA_TESTING_LIBRARIES_VALUES as dr, EFFECT_VALUES as dt, RUST_REALTIME_VALUES as ea, PYTHON_DATA_VALUES as ei, ElixirQualitySchema as en, VectorDbSchema as eo, I18nSchema as er, DotnetDeploySchema as et, AddInputSchema as f, RustLibrariesSchema as fa, PYTHON_TESTING_VALUES as fi, FeatureFlagsSchema as fn, JAVA_WEB_FRAMEWORK_VALUES as fr, ELIXIR_API_VALUES as ft, AnimationSchema as g, RustOrmSchema as ga, PaymentsSchema as gi, FrontendSchema as gn, JavaBuildToolSchema as gr, ELIXIR_CLUSTERING_VALUES as gt, AnalyticsSchema as h, RustObservabilitySchema as ha, PackageManagerSchema as hi, FormsSchema as hn, JavaAuthSchema as hr, ELIXIR_CACHING_VALUES as ht, AI_VALUES as i, RealtimeSchema as ia, PYTHON_MESSAGE_QUEUE_VALUES as ii, ElixirWebFrameworkSchema as in, WebDeploySchema as io, JAVA_API_VALUES as ir, DotnetOrmSchema as it, CachingSchema as j, ServerDeploySchema as ja, PythonOrmSchema as ji, GO_TEMPLATING_VALUES as jn, MOBILE_STORAGE_VALUES as jr, ELIXIR_VALIDATION_VALUES as jt, CSSFrameworkSchema as k, STATE_MANAGEMENT_VALUES as ka, PythonMessageQueueSchema as ki, GO_QUALITY_VALUES as kn, MOBILE_OTA_VALUES as kr, ELIXIR_REALTIME_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RustCliSchema as la, PYTHON_REALTIME_VALUES as li, FILE_UPLOAD_VALUES as ln, JAVA_LOGGING_VALUES as lr, ECOMMERCE_VALUES as lt, AiDocsSchema as m, RustMessageQueueSchema as ma, PYTHON_WEB_FRAMEWORK_VALUES as mi, FileUploadSchema as mn, JavaApiSchema as mr, ELIXIR_AUTH_VALUES as mt, AISchema as n, RUST_WEB_FRAMEWORK_VALUES as na, PYTHON_HTTP_CLIENT_VALUES as ni, ElixirTestingSchema as nn, WEB_DEPLOY_VALUES as no, InitResultSchema as nr, DotnetLibrariesSchema as nt, ANIMATION_VALUES as o, RustApiSchema as oa, PYTHON_ORM_VALUES as oi, ExamplesSchema as on, JAVA_BUILD_TOOL_VALUES as or, DotnetTestingSchema as ot, AddonsSchema as p, RustLoggingSchema as pa, PYTHON_VALIDATION_VALUES as pi, FileStorageSchema as pn, JOB_QUEUE_VALUES as pr, ELIXIR_APPLICATION_FRAMEWORK_VALUES as pt, DOTNET_WEB_FRAMEWORK_VALUES as q, TestingSchema as qa, RUST_ERROR_HANDLING_VALUES as qi, GoQualitySchema as qn, PAYMENTS_VALUES as qr, ElixirHttpServerSchema as qt, AI_DOCS_VALUES as r, RateLimitSchema as ra, PYTHON_MEDIA_VALUES as ri, ElixirValidationSchema as rn, WORKSPACE_SHAPE_VALUES as ro, IntegrationsSchema as rr, DotnetObservabilitySchema as rt, APISchema as s, RustAuthSchema as sa, PYTHON_PACKAGE_MANAGER_VALUES as si, FEATURE_FLAGS_VALUES as sn, JAVA_LANGUAGE_VALUES as sr, DotnetValidationSchema as st, ADDONS_VALUES as t, RUST_TEMPLATING_VALUES as ta, PYTHON_GRAPHQL_VALUES as ti, ElixirRealtimeSchema as tn, VersionChannelSchema as to, INTEGRATIONS_VALUES as tr, DotnetJobQueueSchema as tt, ASTRO_INTEGRATION_VALUES as u, RustErrorHandlingSchema as ua, PYTHON_SERVER_VALUES as ui, FORMS_VALUES as un, JAVA_ORM_VALUES as ur, ECOSYSTEM_VALUES as ut, AuthSchema as v, RustTemplatingSchema as va, ProjectNameSchema as vi, GO_AUTH_VALUES as vn, JavaLibrariesSchema as vr, ELIXIR_DOCUMENTATION_VALUES as vt, BetterTStackConfigSchema as w, SHADCN_COLOR_THEME_VALUES as wa, PythonCloudSdkSchema as wi, GO_MESSAGE_QUEUE_VALUES as wn, LOGGING_VALUES as wr, ELIXIR_JSON_VALUES as wt, BetterFullstackConfigFileSchema as x, SERVER_DEPLOY_VALUES as xa, PythonAuthSchema as xi, GO_CONFIG_VALUES as xn, JavaTestingLibrariesSchema as xr, ELIXIR_HTTP_VALUES as xt, BACKEND_VALUES as y, RustWebFrameworkSchema as ya, PythonAiSchema as yi, GO_CACHING_VALUES as yn, JavaLoggingSchema as yr, ELIXIR_EMAIL_VALUES as yt, DOTNET_DEPLOY_VALUES as z, StackPartEcosystemSchema as za, PythonWebFrameworkSchema as zi, GoConfigSchema as zn, MobileStorageSchema as zr, ElixirApplicationFrameworkSchema as zt };
13142
- //# sourceMappingURL=schemas-BMTIauzB.d.mts.map
13466
+ export { DirectoryConflictSchema as $, SwiftMobileSchema as $a, RUST_CACHING_VALUES as $i, GoTemplatingSchema as $n, ObservabilitySchema as $r, ElixirJobsSchema as $t, CSS_FRAMEWORK_VALUES as A, SHADCN_BASE_COLOR_VALUES as Aa, PythonCachingSchema as Ai, GO_OBSERVABILITY_VALUES as An, KotlinMobileLibrariesSchema as Ar, ELIXIR_OBSERVABILITY_VALUES as At, DOTNET_DEPLOY_VALUES as B, ServerDeploySchema as Ba, PythonPackageManagerSchema as Bi, GoAuthSchema as Bn, MOBILE_TESTING_VALUES as Br, EcosystemSchema as Bt, BetterTStackConfigFileSchema as C, RustObservabilitySchema as Ca, PackageManagerSchema as Ci, GO_CACHING_VALUES as Cn, JavaLoggingSchema as Cr, ELIXIR_EMAIL_VALUES as Ct, CMSSchema as D, RustWebFrameworkSchema as Da, PythonAiSchema as Di, GO_LOGGING_VALUES as Dn, JobQueueSchema as Dr, ELIXIR_JOBS_VALUES as Dt, CLIInputSchema as E, RustTemplatingSchema as Ea, ProjectNameSchema as Ei, GO_DI_VALUES as En, JavaWebFrameworkSchema as Er, ELIXIR_I18N_VALUES as Et, DATABASE_VALUES as F, SHADCN_RADIUS_VALUES as Fa, PythonHttpClientSchema as Fi, GO_TEMPLATING_VALUES as Fn, MOBILE_LIBRARIES_VALUES as Fr, ELIXIR_VALIDATION_VALUES as Ft, DOTNET_ORM_VALUES as G, ShadcnIconLibrarySchema as Ga, PythonTestingSchema as Gi, GoLoggingSchema as Gn, MobileOTASchema as Gr, ElixirCachingSchema as Gt, DOTNET_JOB_QUEUE_VALUES as H, ShadcnBaseSchema as Ha, PythonRealtimeSchema as Hi, GoCliSchema as Hn, MobileDeepLinkingSchema as Hr, ElixirApiSchema as Ht, DIRECTORY_CONFLICT_VALUES as I, SHADCN_STYLE_VALUES as Ia, PythonMediaSchema as Ii, GO_TESTING_VALUES as In, MOBILE_NAVIGATION_VALUES as Ir, ELIXIR_WEB_FRAMEWORK_VALUES as It, DOTNET_VALIDATION_VALUES as J, StackPartEcosystemSchema as Ja, RATE_LIMIT_VALUES as Ji, GoObservabilitySchema as Jn, MobileTestingSchema as Jr, ElixirDocumentationSchema as Jt, DOTNET_REALTIME_VALUES as K, ShadcnRadiusSchema as Ka, PythonValidationSchema as Ki, GoMessageQueueSchema as Kn, MobilePushSchema as Kr, ElixirClusteringSchema as Kt, DOTNET_API_VALUES as L, STATE_MANAGEMENT_VALUES as La, PythonMessageQueueSchema as Li, GO_VALIDATION_VALUES as Ln, MOBILE_OTA_VALUES as Lr, EMAIL_VALUES as Lt, CreateInputSchema as M, SHADCN_COLOR_THEME_VALUES as Ma, PythonCloudSdkSchema as Mi, GO_PROTO_TOOLING_VALUES as Mn, LOGGING_VALUES as Mr, ELIXIR_QUALITY_VALUES as Mt, DART_MOBILE_VALUES as N, SHADCN_FONT_VALUES as Na, PythonDataSchema as Ni, GO_QUALITY_VALUES as Nn, LoggingSchema as Nr, ELIXIR_REALTIME_VALUES as Nt, CMS_VALUES as O, SEARCH_VALUES as Oa, PythonApiSchema as Oi, GO_MESSAGE_QUEUE_VALUES as On, KOTLIN_MOBILE_LIBRARIES_VALUES as Or, ELIXIR_JSON_VALUES as Ot, DATABASE_SETUP_VALUES as P, SHADCN_ICON_LIBRARY_VALUES as Pa, PythonGraphqlSchema as Pi, GO_REALTIME_VALUES as Pn, MOBILE_DEEP_LINKING_VALUES as Pr, ELIXIR_TESTING_VALUES as Pt, DatabaseSetupSchema as Q, StateManagementSchema as Qa, RUST_AUTH_VALUES as Qi, GoRealtimeSchema as Qn, ORM_VALUES as Qr, ElixirI18nSchema as Qt, DOTNET_AUTH_VALUES as R, SWIFT_MOBILE_VALUES as Ra, PythonObservabilitySchema as Ri, GO_WEB_FRAMEWORK_VALUES as Rn, MOBILE_PUSH_VALUES as Rr, EXAMPLES_VALUES as Rt, BetterFullstackConfigSchema as S, RustMessageQueueSchema as Sa, PYTHON_WEB_FRAMEWORK_VALUES as Si, GO_AUTH_VALUES as Sn, JavaLibrariesSchema as Sr, ELIXIR_DOCUMENTATION_VALUES as St, CACHING_VALUES as T, RustRealtimeSchema as Ta, ProjectConfigSchema as Ti, GO_CONFIG_VALUES as Tn, JavaTestingLibrariesSchema as Tr, ELIXIR_HTTP_VALUES as Tt, DOTNET_LIBRARIES_VALUES as U, ShadcnColorThemeSchema as Ua, PythonServerSchema as Ui, GoConfigSchema as Un, MobileLibrariesSchema as Ur, ElixirApplicationFrameworkSchema as Ut, DOTNET_FRONTEND_VALUES as V, ShadcnBaseColorSchema as Va, PythonQualitySchema as Vi, GoCachingSchema as Vn, MOBILE_UI_VALUES as Vr, EffectSchema as Vt, DOTNET_OBSERVABILITY_VALUES as W, ShadcnFontSchema as Wa, PythonTaskQueueSchema as Wi, GoDISchema as Wn, MobileNavigationSchema as Wr, ElixirAuthSchema as Wt, DartMobileSchema as X, StackPartSchema as Xa, RUNTIME_VALUES as Xi, GoProtoToolingSchema as Xn, OBSERVABILITY_VALUES as Xr, ElixirHttpSchema as Xt, DOTNET_WEB_FRAMEWORK_VALUES as Y, StackPartRoleSchema as Ya, REALTIME_VALUES as Yi, GoOrmSchema as Yn, MobileUISchema as Yr, ElixirEmailSchema as Yt, DatabaseSchema as Z, StackPartSourceSchema as Za, RUST_API_VALUES as Zi, GoQualitySchema as Zn, ORMSchema as Zr, ElixirHttpServerSchema as Zt, AstroIntegrationSchema as _, RustCliSchema as _a, PYTHON_REALTIME_VALUES as _i, FileStorageSchema as _n, JOB_QUEUE_VALUES as _r, ELIXIR_APPLICATION_FRAMEWORK_VALUES as _t, ANALYTICS_VALUES as a, RUST_MESSAGE_QUEUE_VALUES as aa, PYTHON_CACHING_VALUES as ai, ElixirRealtimeSchema as an, UI_LIBRARY_VALUES as ao, INTEGRATIONS_VALUES as ar, DotnetJobQueueSchema as at, BackendSchema as b, RustLibrariesSchema as ba, PYTHON_TESTING_VALUES as bi, FrontendSchema as bn, JavaBuildToolSchema as br, ELIXIR_CLUSTERING_VALUES as bt, API_VALUES as c, RUST_REALTIME_VALUES as ca, PYTHON_DATA_VALUES as ci, ElixirWebFrameworkSchema as cn, VERSION_CHANNEL_VALUES as co, JAVA_API_VALUES as cr, DotnetOrmSchema as ct, AUTH_VALUES as d, RateLimitSchema as da, PYTHON_MEDIA_VALUES as di, FEATURE_FLAGS_VALUES as dn, VersionChannelSchema as do, JAVA_LANGUAGE_VALUES as dr, DotnetValidationSchema as dt, RUST_CLI_VALUES as ea, PACKAGE_MANAGER_VALUES as ei, ElixirJsonSchema as en, TEMPLATE_VALUES as eo, GoTestingSchema as er, DotnetApiSchema as et, AddInputSchema as f, RealtimeSchema as fa, PYTHON_MESSAGE_QUEUE_VALUES as fi, FILE_STORAGE_VALUES as fn, WEB_DEPLOY_VALUES as fo, JAVA_LIBRARIES_VALUES as fr, DotnetWebFrameworkSchema as ft, AnimationSchema as g, RustCachingSchema as ga, PYTHON_QUALITY_VALUES as gi, FeatureFlagsSchema as gn, JAVA_WEB_FRAMEWORK_VALUES as gr, ELIXIR_API_VALUES as gt, AnalyticsSchema as h, RustAuthSchema as ha, PYTHON_PACKAGE_MANAGER_VALUES as hi, FRONTEND_VALUES as hn, WorkspaceShapeSchema as ho, JAVA_TESTING_LIBRARIES_VALUES as hr, EFFECT_VALUES as ht, AI_VALUES as i, RUST_LOGGING_VALUES as ia, PYTHON_AUTH_VALUES as ii, ElixirQualitySchema as in, UILibrarySchema as io, I18nSchema as ir, DotnetFrontendSchema as it, CachingSchema as j, SHADCN_BASE_VALUES as ja, PythonCliSchema as ji, GO_ORM_VALUES as jn, KotlinMobileSchema as jr, ELIXIR_ORM_VALUES as jt, CSSFrameworkSchema as k, SERVER_DEPLOY_VALUES as ka, PythonAuthSchema as ki, GO_MIGRATIONS_VALUES as kn, KOTLIN_MOBILE_VALUES as kr, ELIXIR_LIBRARIES_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RUST_TEMPLATING_VALUES as la, PYTHON_GRAPHQL_VALUES as li, EmailSchema as ln, ValidationSchema as lo, JAVA_AUTH_VALUES as lr, DotnetRealtimeSchema as lt, AiDocsSchema as m, RustApiSchema as ma, PYTHON_ORM_VALUES as mi, FORMS_VALUES as mn, WebDeploySchema as mo, JAVA_ORM_VALUES as mr, ECOSYSTEM_VALUES as mt, AISchema as n, RUST_FRONTEND_VALUES as na, PYTHON_AI_VALUES as ni, ElixirObservabilitySchema as nn, TemplateSchema as no, GoWebFrameworkSchema as nr, DotnetCachingSchema as nt, ANIMATION_VALUES as o, RUST_OBSERVABILITY_VALUES as oa, PYTHON_CLI_VALUES as oi, ElixirTestingSchema as on, VALIDATION_VALUES as oo, InitResultSchema as or, DotnetLibrariesSchema as ot, AddonsSchema as p, RuntimeSchema as pa, PYTHON_OBSERVABILITY_VALUES as pi, FILE_UPLOAD_VALUES as pn, WORKSPACE_SHAPE_VALUES as po, JAVA_LOGGING_VALUES as pr, ECOMMERCE_VALUES as pt, DOTNET_TESTING_VALUES as q, ShadcnStyleSchema as qa, PythonWebFrameworkSchema as qi, GoMigrationsSchema as qn, MobileStorageSchema as qr, ElixirDeploySchema as qt, AI_DOCS_VALUES as r, RUST_LIBRARIES_VALUES as ra, PYTHON_API_VALUES as ri, ElixirOrmSchema as rn, TestingSchema as ro, I18N_VALUES as rr, DotnetDeploySchema as rt, APISchema as s, RUST_ORM_VALUES as sa, PYTHON_CLOUD_SDK_VALUES as si, ElixirValidationSchema as sn, VECTOR_DB_VALUES as so, IntegrationsSchema as sr, DotnetObservabilitySchema as st, ADDONS_VALUES as t, RUST_ERROR_HANDLING_VALUES as ta, PAYMENTS_VALUES as ti, ElixirLibrariesSchema as tn, TESTING_VALUES as to, GoValidationSchema as tr, DotnetAuthSchema as tt, ASTRO_INTEGRATION_VALUES as u, RUST_WEB_FRAMEWORK_VALUES as ua, PYTHON_HTTP_CLIENT_VALUES as ui, ExamplesSchema as un, VectorDbSchema as uo, JAVA_BUILD_TOOL_VALUES as ur, DotnetTestingSchema as ut, AuthSchema as v, RustErrorHandlingSchema as va, PYTHON_SERVER_VALUES as vi, FileUploadSchema as vn, JavaApiSchema as vr, ELIXIR_AUTH_VALUES as vt, BetterTStackConfigSchema as w, RustOrmSchema as wa, PaymentsSchema as wi, GO_CLI_VALUES as wn, JavaOrmSchema as wr, ELIXIR_HTTP_SERVER_VALUES as wt, BetterFullstackConfigFileSchema as x, RustLoggingSchema as xa, PYTHON_VALIDATION_VALUES as xi, GO_API_VALUES as xn, JavaLanguageSchema as xr, ELIXIR_DEPLOY_VALUES as xt, BACKEND_VALUES as y, RustFrontendSchema as ya, PYTHON_TASK_QUEUE_VALUES as yi, FormsSchema as yn, JavaAuthSchema as yr, ELIXIR_CACHING_VALUES as yt, DOTNET_CACHING_VALUES as z, SearchSchema as za, PythonOrmSchema as zi, GoApiSchema as zn, MOBILE_STORAGE_VALUES as zr, EcommerceSchema as zt };
13467
+ //# sourceMappingURL=schemas-BRAokgPa.d.mts.map