@better-fullstack/types 2.1.3 → 2.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/{defaults-14rSFqF6.d.mts → defaults-azh56xa4.d.mts} +2 -2
  2. package/dist/defaults-azh56xa4.d.mts.map +1 -0
  3. package/dist/defaults.d.mts +3 -3
  4. package/dist/index.d.mts +5 -5
  5. package/dist/index.d.mts.map +1 -1
  6. package/dist/index.mjs +3 -3
  7. package/dist/json-schema.d.mts +300 -268
  8. package/dist/json-schema.d.mts.map +1 -1
  9. package/dist/json-schema.mjs +1 -1
  10. package/dist/{schemas-jMCVu0xX.d.mts → schemas-C3iF9TRm.d.mts} +1271 -347
  11. package/dist/schemas-C3iF9TRm.d.mts.map +1 -0
  12. package/dist/{schemas-Cg75ZlzB.mjs → schemas-ZxRzd5TP.mjs} +18 -9
  13. package/dist/schemas-ZxRzd5TP.mjs.map +1 -0
  14. package/dist/schemas.d.mts +1 -1
  15. package/dist/schemas.mjs +1 -1
  16. package/dist/{stack-graph-Q0PrewPk.mjs → stack-graph-BwtoYnJg.mjs} +171 -9
  17. package/dist/stack-graph-BwtoYnJg.mjs.map +1 -0
  18. package/dist/{stack-graph-CjobAqsm.d.mts → stack-graph-CiXONkqh.d.mts} +4 -3
  19. package/dist/stack-graph-CiXONkqh.d.mts.map +1 -0
  20. package/dist/stack-graph.d.mts +3 -3
  21. package/dist/stack-graph.mjs +2 -2
  22. package/dist/{stack-translation-CjsJzLCX.d.mts → stack-translation-BNwlAM1B.d.mts} +3 -3
  23. package/dist/{stack-translation-CjsJzLCX.d.mts.map → stack-translation-BNwlAM1B.d.mts.map} +1 -1
  24. package/dist/{stack-translation-gNYPvlYt.mjs → stack-translation-DNT-iMAE.mjs} +255 -111
  25. package/dist/stack-translation-DNT-iMAE.mjs.map +1 -0
  26. package/dist/stack-translation.d.mts +4 -4
  27. package/dist/stack-translation.mjs +3 -3
  28. package/dist/{types-DwY2BNyU.d.mts → types-BG-DsHQ9.d.mts} +2 -2
  29. package/dist/types-BG-DsHQ9.d.mts.map +1 -0
  30. package/dist/types.d.mts +2 -2
  31. package/package.json +1 -1
  32. package/dist/defaults-14rSFqF6.d.mts.map +0 -1
  33. package/dist/schemas-Cg75ZlzB.mjs.map +0 -1
  34. package/dist/schemas-jMCVu0xX.d.mts.map +0 -1
  35. package/dist/stack-graph-CjobAqsm.d.mts.map +0 -1
  36. package/dist/stack-graph-Q0PrewPk.mjs.map +0 -1
  37. package/dist/stack-translation-gNYPvlYt.mjs.map +0 -1
  38. package/dist/types-DwY2BNyU.d.mts.map +0 -1
@@ -22,55 +22,59 @@ declare const StackPartEcosystemSchema: z.ZodUnion<readonly [z.ZodEnum<{
22
22
  dotnet: "dotnet";
23
23
  }>, z.ZodLiteral<"universal">]>;
24
24
  declare const StackPartRoleSchema: z.ZodEnum<{
25
- ai: "ai";
25
+ push: "push";
26
+ frontend: "frontend";
27
+ backend: "backend";
28
+ mobile: "mobile";
26
29
  database: "database";
30
+ api: "api";
31
+ graphql: "graphql";
27
32
  orm: "orm";
28
33
  auth: "auth";
29
- payments: "payments";
30
- frontend: "frontend";
31
- examples: "examples";
32
- dbSetup: "dbSetup";
33
- backend: "backend";
34
34
  runtime: "runtime";
35
- api: "api";
36
- effect: "effect";
37
- stateManagement: "stateManagement";
38
- forms: "forms";
39
- testing: "testing";
40
- email: "email";
41
- validation: "validation";
35
+ deploy: "deploy";
36
+ dbSetup: "dbSetup";
42
37
  realtime: "realtime";
38
+ navigation: "navigation";
39
+ caching: "caching";
40
+ observability: "observability";
41
+ email: "email";
42
+ search: "search";
43
+ vectorDb: "vectorDb";
44
+ fileStorage: "fileStorage";
43
45
  jobQueue: "jobQueue";
46
+ rateLimit: "rateLimit";
47
+ testing: "testing";
48
+ stateManagement: "stateManagement";
49
+ forms: "forms";
44
50
  animation: "animation";
45
51
  fileUpload: "fileUpload";
52
+ validation: "validation";
53
+ effect: "effect";
54
+ ui: "ui";
55
+ css: "css";
56
+ storage: "storage";
57
+ ota: "ota";
58
+ deepLinking: "deepLinking";
59
+ ai: "ai";
60
+ payments: "payments";
46
61
  logging: "logging";
47
- observability: "observability";
48
62
  featureFlags: "featureFlags";
49
63
  analytics: "analytics";
50
64
  cms: "cms";
51
- caching: "caching";
52
- rateLimit: "rateLimit";
53
65
  i18n: "i18n";
54
- search: "search";
55
- vectorDb: "vectorDb";
56
- fileStorage: "fileStorage";
57
- config: "config";
58
- mobile: "mobile";
59
- deploy: "deploy";
60
- navigation: "navigation";
61
- ui: "ui";
62
- css: "css";
63
- storage: "storage";
64
66
  documentation: "documentation";
65
67
  codeQuality: "codeQuality";
66
68
  appPlatform: "appPlatform";
67
69
  dataFetching: "dataFetching";
68
70
  workspaceTooling: "workspaceTooling";
71
+ examples: "examples";
69
72
  buildTool: "buildTool";
70
73
  cli: "cli";
71
74
  errorHandling: "errorHandling";
72
75
  httpClient: "httpClient";
73
76
  libraries: "libraries";
77
+ config: "config";
74
78
  templating: "templating";
75
79
  }>;
76
80
  declare const StackPartSourceSchema: z.ZodEnum<{
@@ -83,55 +87,59 @@ declare const StackPartSourceSchema: z.ZodEnum<{
83
87
  declare const StackPartSchema: z.ZodObject<{
84
88
  id: z.ZodString;
85
89
  role: z.ZodEnum<{
86
- ai: "ai";
90
+ push: "push";
91
+ frontend: "frontend";
92
+ backend: "backend";
93
+ mobile: "mobile";
87
94
  database: "database";
95
+ api: "api";
96
+ graphql: "graphql";
88
97
  orm: "orm";
89
98
  auth: "auth";
90
- payments: "payments";
91
- frontend: "frontend";
92
- examples: "examples";
93
- dbSetup: "dbSetup";
94
- backend: "backend";
95
99
  runtime: "runtime";
96
- api: "api";
97
- effect: "effect";
98
- stateManagement: "stateManagement";
99
- forms: "forms";
100
- testing: "testing";
101
- email: "email";
102
- validation: "validation";
100
+ deploy: "deploy";
101
+ dbSetup: "dbSetup";
103
102
  realtime: "realtime";
103
+ navigation: "navigation";
104
+ caching: "caching";
105
+ observability: "observability";
106
+ email: "email";
107
+ search: "search";
108
+ vectorDb: "vectorDb";
109
+ fileStorage: "fileStorage";
104
110
  jobQueue: "jobQueue";
111
+ rateLimit: "rateLimit";
112
+ testing: "testing";
113
+ stateManagement: "stateManagement";
114
+ forms: "forms";
105
115
  animation: "animation";
106
116
  fileUpload: "fileUpload";
117
+ validation: "validation";
118
+ effect: "effect";
119
+ ui: "ui";
120
+ css: "css";
121
+ storage: "storage";
122
+ ota: "ota";
123
+ deepLinking: "deepLinking";
124
+ ai: "ai";
125
+ payments: "payments";
107
126
  logging: "logging";
108
- observability: "observability";
109
127
  featureFlags: "featureFlags";
110
128
  analytics: "analytics";
111
129
  cms: "cms";
112
- caching: "caching";
113
- rateLimit: "rateLimit";
114
130
  i18n: "i18n";
115
- search: "search";
116
- vectorDb: "vectorDb";
117
- fileStorage: "fileStorage";
118
- config: "config";
119
- mobile: "mobile";
120
- deploy: "deploy";
121
- navigation: "navigation";
122
- ui: "ui";
123
- css: "css";
124
- storage: "storage";
125
131
  documentation: "documentation";
126
132
  codeQuality: "codeQuality";
127
133
  appPlatform: "appPlatform";
128
134
  dataFetching: "dataFetching";
129
135
  workspaceTooling: "workspaceTooling";
136
+ examples: "examples";
130
137
  buildTool: "buildTool";
131
138
  cli: "cli";
132
139
  errorHandling: "errorHandling";
133
140
  httpClient: "httpClient";
134
141
  libraries: "libraries";
142
+ config: "config";
135
143
  templating: "templating";
136
144
  }>;
137
145
  toolId: z.ZodString;
@@ -256,8 +264,8 @@ declare const AddonsSchema: z.ZodEnum<{
256
264
  "github-actions": "github-actions";
257
265
  }>;
258
266
  declare const ExamplesSchema: z.ZodEnum<{
259
- none: "none";
260
267
  ai: "ai";
268
+ none: "none";
261
269
  "chat-sdk": "chat-sdk";
262
270
  "tanstack-showcase": "tanstack-showcase";
263
271
  }>;
@@ -352,8 +360,8 @@ declare const AISchema: z.ZodEnum<{
352
360
  "ai-cli": "ai-cli";
353
361
  }>;
354
362
  declare const EffectSchema: z.ZodEnum<{
355
- none: "none";
356
363
  effect: "effect";
364
+ none: "none";
357
365
  "effect-full": "effect-full";
358
366
  }>;
359
367
  declare const StateManagementSchema: z.ZodEnum<{
@@ -516,9 +524,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
516
524
  }>;
517
525
  declare const MobileUISchema: z.ZodEnum<{
518
526
  none: "none";
519
- uniwind: "uniwind";
520
527
  tamagui: "tamagui";
521
528
  "gluestack-ui": "gluestack-ui";
529
+ uniwind: "uniwind";
522
530
  unistyles: "unistyles";
523
531
  }>;
524
532
  declare const MobileStorageSchema: z.ZodEnum<{
@@ -571,12 +579,12 @@ declare const RustCliSchema: z.ZodEnum<{
571
579
  ratatui: "ratatui";
572
580
  }>;
573
581
  declare const RustLibrariesSchema: z.ZodEnum<{
582
+ config: "config";
574
583
  none: "none";
575
584
  serde: "serde";
576
585
  uuid: "uuid";
577
586
  chrono: "chrono";
578
587
  reqwest: "reqwest";
579
- config: "config";
580
588
  dashmap: "dashmap";
581
589
  "parking-lot": "parking-lot";
582
590
  secrecy: "secrecy";
@@ -1090,34 +1098,34 @@ declare const ShadcnFontSchema: z.ZodEnum<{
1090
1098
  "geist-mono": "geist-mono";
1091
1099
  }>;
1092
1100
  declare const ShadcnRadiusSchema: z.ZodEnum<{
1093
- none: "none";
1094
1101
  default: "default";
1102
+ none: "none";
1095
1103
  small: "small";
1096
1104
  medium: "medium";
1097
1105
  large: "large";
1098
1106
  }>;
1099
1107
  declare const DirectoryConflictSchema: z.ZodEnum<{
1108
+ error: "error";
1100
1109
  merge: "merge";
1101
1110
  overwrite: "overwrite";
1102
1111
  increment: "increment";
1103
- error: "error";
1104
1112
  }>;
1105
1113
  declare const TemplateSchema: z.ZodEnum<{
1106
1114
  none: "none";
1115
+ uniwind: "uniwind";
1107
1116
  mern: "mern";
1108
1117
  pern: "pern";
1109
1118
  t3: "t3";
1110
- uniwind: "uniwind";
1111
1119
  }>;
1112
1120
  declare const ProjectNameSchema: z.ZodString;
1113
1121
  declare const CreateInputSchema: z.ZodObject<{
1114
1122
  projectName: z.ZodOptional<z.ZodString>;
1115
1123
  template: z.ZodOptional<z.ZodEnum<{
1116
1124
  none: "none";
1125
+ uniwind: "uniwind";
1117
1126
  mern: "mern";
1118
1127
  pern: "pern";
1119
1128
  t3: "t3";
1120
- uniwind: "uniwind";
1121
1129
  }>>;
1122
1130
  yes: z.ZodOptional<z.ZodBoolean>;
1123
1131
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -1227,8 +1235,8 @@ declare const CreateInputSchema: z.ZodObject<{
1227
1235
  "github-actions": "github-actions";
1228
1236
  }>>>;
1229
1237
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1230
- none: "none";
1231
1238
  ai: "ai";
1239
+ none: "none";
1232
1240
  "chat-sdk": "chat-sdk";
1233
1241
  "tanstack-showcase": "tanstack-showcase";
1234
1242
  }>>>;
@@ -1310,10 +1318,10 @@ declare const CreateInputSchema: z.ZodObject<{
1310
1318
  vercel: "vercel";
1311
1319
  }>>;
1312
1320
  directoryConflict: z.ZodOptional<z.ZodEnum<{
1321
+ error: "error";
1313
1322
  merge: "merge";
1314
1323
  overwrite: "overwrite";
1315
1324
  increment: "increment";
1316
- error: "error";
1317
1325
  }>>;
1318
1326
  renderTitle: z.ZodOptional<z.ZodBoolean>;
1319
1327
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -1340,8 +1348,8 @@ declare const CreateInputSchema: z.ZodObject<{
1340
1348
  "ai-cli": "ai-cli";
1341
1349
  }>>;
1342
1350
  effect: z.ZodOptional<z.ZodEnum<{
1343
- none: "none";
1344
1351
  effect: "effect";
1352
+ none: "none";
1345
1353
  "effect-full": "effect-full";
1346
1354
  }>>;
1347
1355
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -1474,8 +1482,8 @@ declare const CreateInputSchema: z.ZodObject<{
1474
1482
  "geist-mono": "geist-mono";
1475
1483
  }>>;
1476
1484
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1477
- none: "none";
1478
1485
  default: "default";
1486
+ none: "none";
1479
1487
  small: "small";
1480
1488
  medium: "medium";
1481
1489
  large: "large";
@@ -1572,26 +1580,980 @@ declare const CreateInputSchema: z.ZodObject<{
1572
1580
  i18next: "i18next";
1573
1581
  "next-intl": "next-intl";
1574
1582
  }>>;
1575
- search: z.ZodOptional<z.ZodEnum<{
1576
- none: "none";
1577
- meilisearch: "meilisearch";
1578
- typesense: "typesense";
1579
- elasticsearch: "elasticsearch";
1580
- opensearch: "opensearch";
1581
- algolia: "algolia";
1583
+ search: z.ZodOptional<z.ZodEnum<{
1584
+ none: "none";
1585
+ meilisearch: "meilisearch";
1586
+ typesense: "typesense";
1587
+ elasticsearch: "elasticsearch";
1588
+ opensearch: "opensearch";
1589
+ algolia: "algolia";
1590
+ }>>;
1591
+ vectorDb: z.ZodOptional<z.ZodEnum<{
1592
+ none: "none";
1593
+ pgvector: "pgvector";
1594
+ qdrant: "qdrant";
1595
+ chroma: "chroma";
1596
+ pinecone: "pinecone";
1597
+ }>>;
1598
+ fileStorage: z.ZodOptional<z.ZodEnum<{
1599
+ none: "none";
1600
+ s3: "s3";
1601
+ r2: "r2";
1602
+ cloudinary: "cloudinary";
1603
+ }>>;
1604
+ mobileNavigation: z.ZodOptional<z.ZodEnum<{
1605
+ none: "none";
1606
+ "expo-router": "expo-router";
1607
+ "react-navigation": "react-navigation";
1608
+ }>>;
1609
+ mobileUI: z.ZodOptional<z.ZodEnum<{
1610
+ none: "none";
1611
+ tamagui: "tamagui";
1612
+ "gluestack-ui": "gluestack-ui";
1613
+ uniwind: "uniwind";
1614
+ unistyles: "unistyles";
1615
+ }>>;
1616
+ mobileStorage: z.ZodOptional<z.ZodEnum<{
1617
+ none: "none";
1618
+ mmkv: "mmkv";
1619
+ }>>;
1620
+ mobileTesting: z.ZodOptional<z.ZodEnum<{
1621
+ none: "none";
1622
+ maestro: "maestro";
1623
+ "react-native-testing-library": "react-native-testing-library";
1624
+ "maestro-react-native-testing-library": "maestro-react-native-testing-library";
1625
+ }>>;
1626
+ mobilePush: z.ZodOptional<z.ZodEnum<{
1627
+ none: "none";
1628
+ "expo-notifications": "expo-notifications";
1629
+ }>>;
1630
+ mobileOTA: z.ZodOptional<z.ZodEnum<{
1631
+ none: "none";
1632
+ "expo-updates": "expo-updates";
1633
+ }>>;
1634
+ mobileDeepLinking: z.ZodOptional<z.ZodEnum<{
1635
+ none: "none";
1636
+ "expo-linking": "expo-linking";
1637
+ }>>;
1638
+ rustWebFramework: z.ZodOptional<z.ZodEnum<{
1639
+ none: "none";
1640
+ axum: "axum";
1641
+ "actix-web": "actix-web";
1642
+ rocket: "rocket";
1643
+ }>>;
1644
+ rustFrontend: z.ZodOptional<z.ZodEnum<{
1645
+ none: "none";
1646
+ leptos: "leptos";
1647
+ dioxus: "dioxus";
1648
+ }>>;
1649
+ rustOrm: z.ZodOptional<z.ZodEnum<{
1650
+ none: "none";
1651
+ "sea-orm": "sea-orm";
1652
+ sqlx: "sqlx";
1653
+ diesel: "diesel";
1654
+ }>>;
1655
+ rustApi: z.ZodOptional<z.ZodEnum<{
1656
+ none: "none";
1657
+ tonic: "tonic";
1658
+ "async-graphql": "async-graphql";
1659
+ }>>;
1660
+ rustCli: z.ZodOptional<z.ZodEnum<{
1661
+ none: "none";
1662
+ clap: "clap";
1663
+ ratatui: "ratatui";
1664
+ }>>;
1665
+ rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1666
+ config: "config";
1667
+ none: "none";
1668
+ serde: "serde";
1669
+ uuid: "uuid";
1670
+ chrono: "chrono";
1671
+ reqwest: "reqwest";
1672
+ dashmap: "dashmap";
1673
+ "parking-lot": "parking-lot";
1674
+ secrecy: "secrecy";
1675
+ "tokio-util": "tokio-util";
1676
+ utoipa: "utoipa";
1677
+ validator: "validator";
1678
+ jsonwebtoken: "jsonwebtoken";
1679
+ argon2: "argon2";
1680
+ "tokio-test": "tokio-test";
1681
+ mockall: "mockall";
1682
+ proptest: "proptest";
1683
+ insta: "insta";
1684
+ }>>>;
1685
+ rustLogging: z.ZodOptional<z.ZodEnum<{
1686
+ none: "none";
1687
+ tracing: "tracing";
1688
+ "env-logger": "env-logger";
1689
+ }>>;
1690
+ rustErrorHandling: z.ZodOptional<z.ZodEnum<{
1691
+ none: "none";
1692
+ "anyhow-thiserror": "anyhow-thiserror";
1693
+ eyre: "eyre";
1694
+ }>>;
1695
+ rustCaching: z.ZodOptional<z.ZodEnum<{
1696
+ none: "none";
1697
+ redis: "redis";
1698
+ moka: "moka";
1699
+ }>>;
1700
+ rustAuth: z.ZodOptional<z.ZodEnum<{
1701
+ none: "none";
1702
+ oauth2: "oauth2";
1703
+ torii: "torii";
1704
+ }>>;
1705
+ rustRealtime: z.ZodOptional<z.ZodEnum<{
1706
+ none: "none";
1707
+ "tokio-tungstenite": "tokio-tungstenite";
1708
+ }>>;
1709
+ rustMessageQueue: z.ZodOptional<z.ZodEnum<{
1710
+ none: "none";
1711
+ lapin: "lapin";
1712
+ }>>;
1713
+ rustObservability: z.ZodOptional<z.ZodEnum<{
1714
+ none: "none";
1715
+ opentelemetry: "opentelemetry";
1716
+ }>>;
1717
+ rustTemplating: z.ZodOptional<z.ZodEnum<{
1718
+ none: "none";
1719
+ askama: "askama";
1720
+ tera: "tera";
1721
+ }>>;
1722
+ pythonWebFramework: z.ZodOptional<z.ZodEnum<{
1723
+ none: "none";
1724
+ fastapi: "fastapi";
1725
+ django: "django";
1726
+ flask: "flask";
1727
+ litestar: "litestar";
1728
+ starlette: "starlette";
1729
+ }>>;
1730
+ pythonOrm: z.ZodOptional<z.ZodEnum<{
1731
+ none: "none";
1732
+ sqlalchemy: "sqlalchemy";
1733
+ sqlmodel: "sqlmodel";
1734
+ "tortoise-orm": "tortoise-orm";
1735
+ peewee: "peewee";
1736
+ }>>;
1737
+ pythonValidation: z.ZodOptional<z.ZodEnum<{
1738
+ none: "none";
1739
+ pydantic: "pydantic";
1740
+ }>>;
1741
+ pythonAi: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1742
+ none: "none";
1743
+ langgraph: "langgraph";
1744
+ "google-adk": "google-adk";
1745
+ langchain: "langchain";
1746
+ llamaindex: "llamaindex";
1747
+ "openai-sdk": "openai-sdk";
1748
+ "anthropic-sdk": "anthropic-sdk";
1749
+ crewai: "crewai";
1750
+ haystack: "haystack";
1751
+ "pydantic-ai": "pydantic-ai";
1752
+ smolagents: "smolagents";
1753
+ }>>>;
1754
+ pythonAuth: z.ZodOptional<z.ZodEnum<{
1755
+ none: "none";
1756
+ authlib: "authlib";
1757
+ jwt: "jwt";
1758
+ "fastapi-users": "fastapi-users";
1759
+ }>>;
1760
+ pythonApi: z.ZodOptional<z.ZodEnum<{
1761
+ none: "none";
1762
+ "django-rest-framework": "django-rest-framework";
1763
+ "django-ninja": "django-ninja";
1764
+ }>>;
1765
+ pythonTaskQueue: z.ZodOptional<z.ZodEnum<{
1766
+ none: "none";
1767
+ celery: "celery";
1768
+ rq: "rq";
1769
+ dramatiq: "dramatiq";
1770
+ huey: "huey";
1771
+ taskiq: "taskiq";
1772
+ }>>;
1773
+ pythonGraphql: z.ZodOptional<z.ZodEnum<{
1774
+ none: "none";
1775
+ strawberry: "strawberry";
1776
+ ariadne: "ariadne";
1777
+ }>>;
1778
+ pythonQuality: z.ZodOptional<z.ZodEnum<{
1779
+ none: "none";
1780
+ ruff: "ruff";
1781
+ mypy: "mypy";
1782
+ pyright: "pyright";
1783
+ }>>;
1784
+ pythonTesting: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1785
+ none: "none";
1786
+ pytest: "pytest";
1787
+ hypothesis: "hypothesis";
1788
+ }>>>;
1789
+ pythonCaching: z.ZodOptional<z.ZodEnum<{
1790
+ none: "none";
1791
+ redis: "redis";
1792
+ aiocache: "aiocache";
1793
+ }>>;
1794
+ pythonRealtime: z.ZodOptional<z.ZodEnum<{
1795
+ none: "none";
1796
+ "python-socketio": "python-socketio";
1797
+ websockets: "websockets";
1798
+ }>>;
1799
+ pythonObservability: z.ZodOptional<z.ZodEnum<{
1800
+ none: "none";
1801
+ opentelemetry: "opentelemetry";
1802
+ }>>;
1803
+ pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1804
+ none: "none";
1805
+ typer: "typer";
1806
+ click: "click";
1807
+ rich: "rich";
1808
+ }>>>;
1809
+ goWebFramework: z.ZodOptional<z.ZodEnum<{
1810
+ none: "none";
1811
+ gin: "gin";
1812
+ echo: "echo";
1813
+ fiber: "fiber";
1814
+ chi: "chi";
1815
+ }>>;
1816
+ goOrm: z.ZodOptional<z.ZodEnum<{
1817
+ none: "none";
1818
+ gorm: "gorm";
1819
+ sqlc: "sqlc";
1820
+ ent: "ent";
1821
+ }>>;
1822
+ goApi: z.ZodOptional<z.ZodEnum<{
1823
+ none: "none";
1824
+ "grpc-go": "grpc-go";
1825
+ gqlgen: "gqlgen";
1826
+ }>>;
1827
+ goCli: z.ZodOptional<z.ZodEnum<{
1828
+ none: "none";
1829
+ cobra: "cobra";
1830
+ bubbletea: "bubbletea";
1831
+ "urfave-cli": "urfave-cli";
1832
+ }>>;
1833
+ goLogging: z.ZodOptional<z.ZodEnum<{
1834
+ none: "none";
1835
+ zap: "zap";
1836
+ zerolog: "zerolog";
1837
+ slog: "slog";
1838
+ logrus: "logrus";
1839
+ }>>;
1840
+ goAuth: z.ZodOptional<z.ZodEnum<{
1841
+ none: "none";
1842
+ jwt: "jwt";
1843
+ casbin: "casbin";
1844
+ goth: "goth";
1845
+ }>>;
1846
+ goTesting: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1847
+ none: "none";
1848
+ testify: "testify";
1849
+ gomock: "gomock";
1850
+ }>>>;
1851
+ goRealtime: z.ZodOptional<z.ZodEnum<{
1852
+ none: "none";
1853
+ "gorilla-websocket": "gorilla-websocket";
1854
+ centrifuge: "centrifuge";
1855
+ }>>;
1856
+ goMessageQueue: z.ZodOptional<z.ZodEnum<{
1857
+ none: "none";
1858
+ nats: "nats";
1859
+ watermill: "watermill";
1860
+ }>>;
1861
+ goCaching: z.ZodOptional<z.ZodEnum<{
1862
+ none: "none";
1863
+ redis: "redis";
1864
+ ristretto: "ristretto";
1865
+ }>>;
1866
+ goConfig: z.ZodOptional<z.ZodEnum<{
1867
+ none: "none";
1868
+ viper: "viper";
1869
+ koanf: "koanf";
1870
+ }>>;
1871
+ goObservability: z.ZodOptional<z.ZodEnum<{
1872
+ none: "none";
1873
+ opentelemetry: "opentelemetry";
1874
+ }>>;
1875
+ javaWebFramework: z.ZodOptional<z.ZodEnum<{
1876
+ none: "none";
1877
+ "spring-boot": "spring-boot";
1878
+ quarkus: "quarkus";
1879
+ }>>;
1880
+ javaBuildTool: z.ZodOptional<z.ZodEnum<{
1881
+ none: "none";
1882
+ maven: "maven";
1883
+ gradle: "gradle";
1884
+ }>>;
1885
+ javaOrm: z.ZodOptional<z.ZodEnum<{
1886
+ none: "none";
1887
+ "spring-data-jpa": "spring-data-jpa";
1888
+ jooq: "jooq";
1889
+ mybatis: "mybatis";
1890
+ }>>;
1891
+ javaAuth: z.ZodOptional<z.ZodEnum<{
1892
+ none: "none";
1893
+ "spring-security": "spring-security";
1894
+ keycloak: "keycloak";
1895
+ }>>;
1896
+ javaApi: z.ZodOptional<z.ZodEnum<{
1897
+ none: "none";
1898
+ "spring-graphql": "spring-graphql";
1899
+ }>>;
1900
+ javaLogging: z.ZodOptional<z.ZodEnum<{
1901
+ none: "none";
1902
+ logback: "logback";
1903
+ }>>;
1904
+ javaLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1905
+ none: "none";
1906
+ "spring-actuator": "spring-actuator";
1907
+ "spring-validation": "spring-validation";
1908
+ flyway: "flyway";
1909
+ liquibase: "liquibase";
1910
+ "springdoc-openapi": "springdoc-openapi";
1911
+ lombok: "lombok";
1912
+ mapstruct: "mapstruct";
1913
+ caffeine: "caffeine";
1914
+ resilience4j: "resilience4j";
1915
+ "spring-webflux": "spring-webflux";
1916
+ "spring-batch": "spring-batch";
1917
+ "spring-kafka": "spring-kafka";
1918
+ "spring-mail": "spring-mail";
1919
+ "spring-devtools": "spring-devtools";
1920
+ "micrometer-prometheus": "micrometer-prometheus";
1921
+ thymeleaf: "thymeleaf";
1922
+ "spring-amqp": "spring-amqp";
1923
+ "opentelemetry-java": "opentelemetry-java";
1924
+ }>>>;
1925
+ javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1926
+ none: "none";
1927
+ junit5: "junit5";
1928
+ mockito: "mockito";
1929
+ testcontainers: "testcontainers";
1930
+ assertj: "assertj";
1931
+ "rest-assured": "rest-assured";
1932
+ wiremock: "wiremock";
1933
+ awaitility: "awaitility";
1934
+ archunit: "archunit";
1935
+ jqwik: "jqwik";
1936
+ }>>>;
1937
+ dotnetWebFramework: z.ZodOptional<z.ZodEnum<{
1938
+ none: "none";
1939
+ "aspnet-minimal": "aspnet-minimal";
1940
+ "aspnet-mvc": "aspnet-mvc";
1941
+ "aspnet-blazor": "aspnet-blazor";
1942
+ }>>;
1943
+ dotnetOrm: z.ZodOptional<z.ZodEnum<{
1944
+ none: "none";
1945
+ "ef-core": "ef-core";
1946
+ dapper: "dapper";
1947
+ linq2db: "linq2db";
1948
+ }>>;
1949
+ dotnetAuth: z.ZodOptional<z.ZodEnum<{
1950
+ none: "none";
1951
+ "aspnet-identity": "aspnet-identity";
1952
+ "duende-identityserver": "duende-identityserver";
1953
+ "auth0-aspnet": "auth0-aspnet";
1954
+ }>>;
1955
+ dotnetApi: z.ZodOptional<z.ZodEnum<{
1956
+ none: "none";
1957
+ "minimal-api": "minimal-api";
1958
+ "graphql-hotchocolate": "graphql-hotchocolate";
1959
+ "grpc-dotnet": "grpc-dotnet";
1960
+ }>>;
1961
+ dotnetTesting: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1962
+ none: "none";
1963
+ xunit: "xunit";
1964
+ nunit: "nunit";
1965
+ moq: "moq";
1966
+ "testcontainers-dotnet": "testcontainers-dotnet";
1967
+ }>>>;
1968
+ dotnetJobQueue: z.ZodOptional<z.ZodEnum<{
1969
+ none: "none";
1970
+ hangfire: "hangfire";
1971
+ "quartz-net": "quartz-net";
1972
+ "hosted-services": "hosted-services";
1973
+ }>>;
1974
+ dotnetRealtime: z.ZodOptional<z.ZodEnum<{
1975
+ none: "none";
1976
+ signalr: "signalr";
1977
+ }>>;
1978
+ dotnetObservability: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1979
+ none: "none";
1980
+ "opentelemetry-dotnet": "opentelemetry-dotnet";
1981
+ serilog: "serilog";
1982
+ nlog: "nlog";
1983
+ "health-checks": "health-checks";
1984
+ }>>>;
1985
+ dotnetValidation: z.ZodOptional<z.ZodEnum<{
1986
+ none: "none";
1987
+ fluentvalidation: "fluentvalidation";
1988
+ "data-annotations": "data-annotations";
1989
+ }>>;
1990
+ dotnetCaching: z.ZodOptional<z.ZodEnum<{
1991
+ none: "none";
1992
+ redis: "redis";
1993
+ "memory-cache": "memory-cache";
1994
+ }>>;
1995
+ dotnetDeploy: z.ZodOptional<z.ZodEnum<{
1996
+ none: "none";
1997
+ docker: "docker";
1998
+ azure: "azure";
1999
+ aws: "aws";
2000
+ }>>;
2001
+ elixirWebFramework: z.ZodOptional<z.ZodEnum<{
2002
+ none: "none";
2003
+ phoenix: "phoenix";
2004
+ "phoenix-live-view": "phoenix-live-view";
2005
+ }>>;
2006
+ elixirOrm: z.ZodOptional<z.ZodEnum<{
2007
+ none: "none";
2008
+ ecto: "ecto";
2009
+ "ecto-sql": "ecto-sql";
2010
+ }>>;
2011
+ elixirAuth: z.ZodOptional<z.ZodEnum<{
2012
+ none: "none";
2013
+ "phx-gen-auth": "phx-gen-auth";
2014
+ ueberauth: "ueberauth";
2015
+ guardian: "guardian";
2016
+ }>>;
2017
+ elixirApi: z.ZodOptional<z.ZodEnum<{
2018
+ none: "none";
2019
+ rest: "rest";
2020
+ absinthe: "absinthe";
2021
+ grpc: "grpc";
2022
+ }>>;
2023
+ elixirRealtime: z.ZodOptional<z.ZodEnum<{
2024
+ none: "none";
2025
+ channels: "channels";
2026
+ presence: "presence";
2027
+ pubsub: "pubsub";
2028
+ "live-view-streams": "live-view-streams";
2029
+ }>>;
2030
+ elixirJobs: z.ZodOptional<z.ZodEnum<{
2031
+ none: "none";
2032
+ oban: "oban";
2033
+ quantum: "quantum";
2034
+ }>>;
2035
+ elixirValidation: z.ZodOptional<z.ZodEnum<{
2036
+ none: "none";
2037
+ "ecto-changesets": "ecto-changesets";
2038
+ "nimble-options": "nimble-options";
2039
+ }>>;
2040
+ elixirHttp: z.ZodOptional<z.ZodEnum<{
2041
+ none: "none";
2042
+ req: "req";
2043
+ finch: "finch";
2044
+ }>>;
2045
+ elixirJson: z.ZodOptional<z.ZodEnum<{
2046
+ none: "none";
2047
+ jason: "jason";
2048
+ }>>;
2049
+ elixirEmail: z.ZodOptional<z.ZodEnum<{
2050
+ none: "none";
2051
+ swoosh: "swoosh";
2052
+ }>>;
2053
+ elixirCaching: z.ZodOptional<z.ZodEnum<{
2054
+ none: "none";
2055
+ cachex: "cachex";
2056
+ nebulex: "nebulex";
2057
+ }>>;
2058
+ elixirObservability: z.ZodOptional<z.ZodEnum<{
2059
+ none: "none";
2060
+ opentelemetry: "opentelemetry";
2061
+ telemetry: "telemetry";
2062
+ prom_ex: "prom_ex";
2063
+ }>>;
2064
+ elixirTesting: z.ZodOptional<z.ZodEnum<{
2065
+ none: "none";
2066
+ ex_unit: "ex_unit";
2067
+ mox: "mox";
2068
+ bypass: "bypass";
2069
+ wallaby: "wallaby";
2070
+ }>>;
2071
+ elixirQuality: z.ZodOptional<z.ZodEnum<{
2072
+ none: "none";
2073
+ credo: "credo";
2074
+ dialyxir: "dialyxir";
2075
+ sobelow: "sobelow";
2076
+ }>>;
2077
+ elixirDeploy: z.ZodOptional<z.ZodEnum<{
2078
+ none: "none";
2079
+ docker: "docker";
2080
+ fly: "fly";
2081
+ gigalixir: "gigalixir";
2082
+ "mix-release": "mix-release";
2083
+ }>>;
2084
+ elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2085
+ none: "none";
2086
+ nx: "nx";
2087
+ broadway: "broadway";
2088
+ }>>>;
2089
+ aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2090
+ none: "none";
2091
+ "claude-md": "claude-md";
2092
+ "agents-md": "agents-md";
2093
+ cursorrules: "cursorrules";
2094
+ }>>>;
2095
+ part: z.ZodOptional<z.ZodArray<z.ZodString>>;
2096
+ }, z.core.$strip>;
2097
+ declare const AddInputSchema: z.ZodObject<{
2098
+ frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2099
+ none: "none";
2100
+ "tanstack-router": "tanstack-router";
2101
+ "react-router": "react-router";
2102
+ "react-vite": "react-vite";
2103
+ "tanstack-start": "tanstack-start";
2104
+ next: "next";
2105
+ vinext: "vinext";
2106
+ nuxt: "nuxt";
2107
+ "native-bare": "native-bare";
2108
+ "native-uniwind": "native-uniwind";
2109
+ "native-unistyles": "native-unistyles";
2110
+ svelte: "svelte";
2111
+ solid: "solid";
2112
+ "solid-start": "solid-start";
2113
+ astro: "astro";
2114
+ qwik: "qwik";
2115
+ angular: "angular";
2116
+ redwood: "redwood";
2117
+ fresh: "fresh";
2118
+ }>>>;
2119
+ backend: z.ZodOptional<z.ZodEnum<{
2120
+ none: "none";
2121
+ hono: "hono";
2122
+ express: "express";
2123
+ fastify: "fastify";
2124
+ elysia: "elysia";
2125
+ fets: "fets";
2126
+ nestjs: "nestjs";
2127
+ adonisjs: "adonisjs";
2128
+ nitro: "nitro";
2129
+ encore: "encore";
2130
+ convex: "convex";
2131
+ self: "self";
2132
+ }>>;
2133
+ database: z.ZodOptional<z.ZodEnum<{
2134
+ none: "none";
2135
+ sqlite: "sqlite";
2136
+ postgres: "postgres";
2137
+ mysql: "mysql";
2138
+ mongodb: "mongodb";
2139
+ edgedb: "edgedb";
2140
+ redis: "redis";
2141
+ }>>;
2142
+ api: z.ZodOptional<z.ZodEnum<{
2143
+ none: "none";
2144
+ trpc: "trpc";
2145
+ orpc: "orpc";
2146
+ "ts-rest": "ts-rest";
2147
+ garph: "garph";
2148
+ "graphql-yoga": "graphql-yoga";
2149
+ "apollo-server": "apollo-server";
2150
+ openapi: "openapi";
2151
+ }>>;
2152
+ orm: z.ZodOptional<z.ZodEnum<{
2153
+ none: "none";
2154
+ drizzle: "drizzle";
2155
+ prisma: "prisma";
2156
+ mongoose: "mongoose";
2157
+ typeorm: "typeorm";
2158
+ kysely: "kysely";
2159
+ mikroorm: "mikroorm";
2160
+ sequelize: "sequelize";
2161
+ }>>;
2162
+ auth: z.ZodOptional<z.ZodEnum<{
2163
+ none: "none";
2164
+ "better-auth": "better-auth";
2165
+ "better-auth-organizations": "better-auth-organizations";
2166
+ "go-better-auth": "go-better-auth";
2167
+ clerk: "clerk";
2168
+ nextauth: "nextauth";
2169
+ "stack-auth": "stack-auth";
2170
+ "supabase-auth": "supabase-auth";
2171
+ auth0: "auth0";
2172
+ workos: "workos";
2173
+ kinde: "kinde";
2174
+ }>>;
2175
+ runtime: z.ZodOptional<z.ZodEnum<{
2176
+ none: "none";
2177
+ bun: "bun";
2178
+ node: "node";
2179
+ workers: "workers";
2180
+ }>>;
2181
+ dbSetup: z.ZodOptional<z.ZodEnum<{
2182
+ none: "none";
2183
+ turso: "turso";
2184
+ neon: "neon";
2185
+ "prisma-postgres": "prisma-postgres";
2186
+ planetscale: "planetscale";
2187
+ "mongodb-atlas": "mongodb-atlas";
2188
+ supabase: "supabase";
2189
+ upstash: "upstash";
2190
+ d1: "d1";
2191
+ docker: "docker";
2192
+ }>>;
2193
+ realtime: z.ZodOptional<z.ZodEnum<{
2194
+ none: "none";
2195
+ "socket-io": "socket-io";
2196
+ partykit: "partykit";
2197
+ ably: "ably";
2198
+ pusher: "pusher";
2199
+ liveblocks: "liveblocks";
2200
+ yjs: "yjs";
2201
+ }>>;
2202
+ caching: z.ZodOptional<z.ZodEnum<{
2203
+ none: "none";
2204
+ "upstash-redis": "upstash-redis";
2205
+ }>>;
2206
+ observability: z.ZodOptional<z.ZodEnum<{
2207
+ none: "none";
2208
+ opentelemetry: "opentelemetry";
2209
+ sentry: "sentry";
2210
+ grafana: "grafana";
2211
+ datadog: "datadog";
2212
+ axiom: "axiom";
2213
+ betterstack: "betterstack";
2214
+ }>>;
2215
+ email: z.ZodOptional<z.ZodEnum<{
2216
+ none: "none";
2217
+ "react-email": "react-email";
2218
+ resend: "resend";
2219
+ nodemailer: "nodemailer";
2220
+ postmark: "postmark";
2221
+ sendgrid: "sendgrid";
2222
+ "aws-ses": "aws-ses";
2223
+ mailgun: "mailgun";
2224
+ plunk: "plunk";
2225
+ }>>;
2226
+ search: z.ZodOptional<z.ZodEnum<{
2227
+ none: "none";
2228
+ meilisearch: "meilisearch";
2229
+ typesense: "typesense";
2230
+ elasticsearch: "elasticsearch";
2231
+ opensearch: "opensearch";
2232
+ algolia: "algolia";
2233
+ }>>;
2234
+ vectorDb: z.ZodOptional<z.ZodEnum<{
2235
+ none: "none";
2236
+ pgvector: "pgvector";
2237
+ qdrant: "qdrant";
2238
+ chroma: "chroma";
2239
+ pinecone: "pinecone";
2240
+ }>>;
2241
+ fileStorage: z.ZodOptional<z.ZodEnum<{
2242
+ none: "none";
2243
+ s3: "s3";
2244
+ r2: "r2";
2245
+ cloudinary: "cloudinary";
2246
+ }>>;
2247
+ jobQueue: z.ZodOptional<z.ZodEnum<{
2248
+ none: "none";
2249
+ bullmq: "bullmq";
2250
+ "trigger-dev": "trigger-dev";
2251
+ inngest: "inngest";
2252
+ temporal: "temporal";
2253
+ }>>;
2254
+ rateLimit: z.ZodOptional<z.ZodEnum<{
2255
+ none: "none";
2256
+ arcjet: "arcjet";
2257
+ "upstash-ratelimit": "upstash-ratelimit";
2258
+ }>>;
2259
+ testing: z.ZodOptional<z.ZodEnum<{
2260
+ none: "none";
2261
+ vitest: "vitest";
2262
+ playwright: "playwright";
2263
+ "vitest-playwright": "vitest-playwright";
2264
+ jest: "jest";
2265
+ cypress: "cypress";
2266
+ }>>;
2267
+ stateManagement: z.ZodOptional<z.ZodEnum<{
2268
+ none: "none";
2269
+ zustand: "zustand";
2270
+ jotai: "jotai";
2271
+ nanostores: "nanostores";
2272
+ "redux-toolkit": "redux-toolkit";
2273
+ mobx: "mobx";
2274
+ xstate: "xstate";
2275
+ valtio: "valtio";
2276
+ "tanstack-store": "tanstack-store";
2277
+ "legend-state": "legend-state";
2278
+ }>>;
2279
+ forms: z.ZodOptional<z.ZodEnum<{
2280
+ none: "none";
2281
+ "tanstack-form": "tanstack-form";
2282
+ "react-hook-form": "react-hook-form";
2283
+ formik: "formik";
2284
+ "final-form": "final-form";
2285
+ conform: "conform";
2286
+ "modular-forms": "modular-forms";
2287
+ }>>;
2288
+ animation: z.ZodOptional<z.ZodEnum<{
2289
+ none: "none";
2290
+ "framer-motion": "framer-motion";
2291
+ gsap: "gsap";
2292
+ "react-spring": "react-spring";
2293
+ "auto-animate": "auto-animate";
2294
+ lottie: "lottie";
2295
+ }>>;
2296
+ fileUpload: z.ZodOptional<z.ZodEnum<{
2297
+ none: "none";
2298
+ uploadthing: "uploadthing";
2299
+ filepond: "filepond";
2300
+ uppy: "uppy";
2301
+ }>>;
2302
+ validation: z.ZodOptional<z.ZodEnum<{
2303
+ none: "none";
2304
+ zod: "zod";
2305
+ valibot: "valibot";
2306
+ arktype: "arktype";
2307
+ typebox: "typebox";
2308
+ typia: "typia";
2309
+ runtypes: "runtypes";
2310
+ "effect-schema": "effect-schema";
2311
+ }>>;
2312
+ effect: z.ZodOptional<z.ZodEnum<{
2313
+ effect: "effect";
2314
+ none: "none";
2315
+ "effect-full": "effect-full";
2316
+ }>>;
2317
+ ai: z.ZodOptional<z.ZodEnum<{
2318
+ none: "none";
2319
+ "vercel-ai": "vercel-ai";
2320
+ mastra: "mastra";
2321
+ voltagent: "voltagent";
2322
+ langgraph: "langgraph";
2323
+ "openai-agents": "openai-agents";
2324
+ "google-adk": "google-adk";
2325
+ modelfusion: "modelfusion";
2326
+ langchain: "langchain";
2327
+ llamaindex: "llamaindex";
2328
+ "tanstack-ai": "tanstack-ai";
2329
+ "ai-cli": "ai-cli";
2330
+ }>>;
2331
+ payments: z.ZodOptional<z.ZodEnum<{
2332
+ none: "none";
2333
+ polar: "polar";
2334
+ stripe: "stripe";
2335
+ "lemon-squeezy": "lemon-squeezy";
2336
+ paddle: "paddle";
2337
+ dodo: "dodo";
2338
+ }>>;
2339
+ logging: z.ZodOptional<z.ZodEnum<{
2340
+ none: "none";
2341
+ pino: "pino";
2342
+ winston: "winston";
2343
+ evlog: "evlog";
2344
+ }>>;
2345
+ featureFlags: z.ZodOptional<z.ZodEnum<{
2346
+ none: "none";
2347
+ growthbook: "growthbook";
2348
+ posthog: "posthog";
2349
+ launchdarkly: "launchdarkly";
2350
+ flagsmith: "flagsmith";
2351
+ unleash: "unleash";
2352
+ }>>;
2353
+ analytics: z.ZodOptional<z.ZodEnum<{
2354
+ none: "none";
2355
+ plausible: "plausible";
2356
+ umami: "umami";
2357
+ }>>;
2358
+ cms: z.ZodOptional<z.ZodEnum<{
2359
+ none: "none";
2360
+ payload: "payload";
2361
+ sanity: "sanity";
2362
+ strapi: "strapi";
2363
+ tinacms: "tinacms";
2364
+ directus: "directus";
2365
+ keystatic: "keystatic";
2366
+ }>>;
2367
+ i18n: z.ZodOptional<z.ZodEnum<{
2368
+ none: "none";
2369
+ paraglide: "paraglide";
2370
+ i18next: "i18next";
2371
+ "next-intl": "next-intl";
2372
+ }>>;
2373
+ examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2374
+ ai: "ai";
2375
+ none: "none";
2376
+ "chat-sdk": "chat-sdk";
2377
+ "tanstack-showcase": "tanstack-showcase";
2378
+ }>>>;
2379
+ ecosystem: z.ZodOptional<z.ZodEnum<{
2380
+ typescript: "typescript";
2381
+ "react-native": "react-native";
2382
+ rust: "rust";
2383
+ python: "python";
2384
+ go: "go";
2385
+ java: "java";
2386
+ elixir: "elixir";
2387
+ dotnet: "dotnet";
2388
+ }>>;
2389
+ dryRun: z.ZodOptional<z.ZodBoolean>;
2390
+ addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2391
+ none: "none";
2392
+ pwa: "pwa";
2393
+ tauri: "tauri";
2394
+ starlight: "starlight";
2395
+ biome: "biome";
2396
+ lefthook: "lefthook";
2397
+ husky: "husky";
2398
+ ruler: "ruler";
2399
+ mcp: "mcp";
2400
+ skills: "skills";
2401
+ turborepo: "turborepo";
2402
+ nx: "nx";
2403
+ fumadocs: "fumadocs";
2404
+ ultracite: "ultracite";
2405
+ oxlint: "oxlint";
2406
+ opentui: "opentui";
2407
+ wxt: "wxt";
2408
+ msw: "msw";
2409
+ storybook: "storybook";
2410
+ swr: "swr";
2411
+ "tanstack-query": "tanstack-query";
2412
+ "tanstack-table": "tanstack-table";
2413
+ "tanstack-virtual": "tanstack-virtual";
2414
+ "tanstack-db": "tanstack-db";
2415
+ "tanstack-pacer": "tanstack-pacer";
2416
+ "backend-utils": "backend-utils";
2417
+ devcontainer: "devcontainer";
2418
+ "docker-compose": "docker-compose";
2419
+ "github-actions": "github-actions";
2420
+ }>>>;
2421
+ packageManager: z.ZodOptional<z.ZodEnum<{
2422
+ bun: "bun";
2423
+ npm: "npm";
2424
+ pnpm: "pnpm";
2425
+ yarn: "yarn";
2426
+ }>>;
2427
+ versionChannel: z.ZodOptional<z.ZodEnum<{
2428
+ stable: "stable";
2429
+ latest: "latest";
2430
+ beta: "beta";
2431
+ }>>;
2432
+ install: z.ZodOptional<z.ZodBoolean>;
2433
+ webDeploy: z.ZodOptional<z.ZodEnum<{
2434
+ none: "none";
2435
+ docker: "docker";
2436
+ cloudflare: "cloudflare";
2437
+ fly: "fly";
2438
+ railway: "railway";
2439
+ render: "render";
2440
+ netlify: "netlify";
2441
+ sst: "sst";
2442
+ vercel: "vercel";
2443
+ }>>;
2444
+ serverDeploy: z.ZodOptional<z.ZodEnum<{
2445
+ none: "none";
2446
+ docker: "docker";
2447
+ cloudflare: "cloudflare";
2448
+ fly: "fly";
2449
+ railway: "railway";
2450
+ render: "render";
2451
+ netlify: "netlify";
2452
+ sst: "sst";
2453
+ vercel: "vercel";
2454
+ }>>;
2455
+ astroIntegration: z.ZodOptional<z.ZodEnum<{
2456
+ none: "none";
2457
+ svelte: "svelte";
2458
+ solid: "solid";
2459
+ react: "react";
2460
+ vue: "vue";
2461
+ }>>;
2462
+ cssFramework: z.ZodOptional<z.ZodEnum<{
2463
+ none: "none";
2464
+ tailwind: "tailwind";
2465
+ scss: "scss";
2466
+ less: "less";
2467
+ "postcss-only": "postcss-only";
2468
+ }>>;
2469
+ uiLibrary: z.ZodOptional<z.ZodEnum<{
2470
+ none: "none";
2471
+ "shadcn-ui": "shadcn-ui";
2472
+ "shadcn-svelte": "shadcn-svelte";
2473
+ daisyui: "daisyui";
2474
+ "radix-ui": "radix-ui";
2475
+ "headless-ui": "headless-ui";
2476
+ "park-ui": "park-ui";
2477
+ "chakra-ui": "chakra-ui";
2478
+ nextui: "nextui";
2479
+ mantine: "mantine";
2480
+ mui: "mui";
2481
+ antd: "antd";
2482
+ "base-ui": "base-ui";
2483
+ "ark-ui": "ark-ui";
2484
+ "react-aria": "react-aria";
2485
+ }>>;
2486
+ shadcnBase: z.ZodOptional<z.ZodEnum<{
2487
+ radix: "radix";
2488
+ base: "base";
2489
+ }>>;
2490
+ shadcnStyle: z.ZodOptional<z.ZodEnum<{
2491
+ vega: "vega";
2492
+ nova: "nova";
2493
+ maia: "maia";
2494
+ lyra: "lyra";
2495
+ mira: "mira";
2496
+ luma: "luma";
2497
+ sera: "sera";
2498
+ }>>;
2499
+ shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
2500
+ lucide: "lucide";
2501
+ tabler: "tabler";
2502
+ hugeicons: "hugeicons";
2503
+ phosphor: "phosphor";
2504
+ remixicon: "remixicon";
2505
+ heroicons: "heroicons";
2506
+ "react-icons": "react-icons";
2507
+ }>>;
2508
+ shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
2509
+ neutral: "neutral";
2510
+ stone: "stone";
2511
+ zinc: "zinc";
2512
+ gray: "gray";
2513
+ amber: "amber";
2514
+ blue: "blue";
2515
+ cyan: "cyan";
2516
+ emerald: "emerald";
2517
+ fuchsia: "fuchsia";
2518
+ green: "green";
2519
+ indigo: "indigo";
2520
+ lime: "lime";
2521
+ orange: "orange";
2522
+ pink: "pink";
2523
+ purple: "purple";
2524
+ red: "red";
2525
+ rose: "rose";
2526
+ sky: "sky";
2527
+ teal: "teal";
2528
+ violet: "violet";
2529
+ yellow: "yellow";
2530
+ }>>;
2531
+ shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
2532
+ neutral: "neutral";
2533
+ stone: "stone";
2534
+ zinc: "zinc";
2535
+ gray: "gray";
1582
2536
  }>>;
1583
- vectorDb: z.ZodOptional<z.ZodEnum<{
1584
- none: "none";
1585
- pgvector: "pgvector";
1586
- qdrant: "qdrant";
1587
- chroma: "chroma";
1588
- pinecone: "pinecone";
2537
+ shadcnFont: z.ZodOptional<z.ZodEnum<{
2538
+ inter: "inter";
2539
+ geist: "geist";
2540
+ "noto-sans": "noto-sans";
2541
+ "nunito-sans": "nunito-sans";
2542
+ figtree: "figtree";
2543
+ roboto: "roboto";
2544
+ raleway: "raleway";
2545
+ "dm-sans": "dm-sans";
2546
+ "public-sans": "public-sans";
2547
+ outfit: "outfit";
2548
+ "jetbrains-mono": "jetbrains-mono";
2549
+ "geist-mono": "geist-mono";
1589
2550
  }>>;
1590
- fileStorage: z.ZodOptional<z.ZodEnum<{
2551
+ shadcnRadius: z.ZodOptional<z.ZodEnum<{
2552
+ default: "default";
1591
2553
  none: "none";
1592
- s3: "s3";
1593
- r2: "r2";
1594
- cloudinary: "cloudinary";
2554
+ small: "small";
2555
+ medium: "medium";
2556
+ large: "large";
1595
2557
  }>>;
1596
2558
  mobileNavigation: z.ZodOptional<z.ZodEnum<{
1597
2559
  none: "none";
@@ -1600,9 +2562,9 @@ declare const CreateInputSchema: z.ZodObject<{
1600
2562
  }>>;
1601
2563
  mobileUI: z.ZodOptional<z.ZodEnum<{
1602
2564
  none: "none";
1603
- uniwind: "uniwind";
1604
2565
  tamagui: "tamagui";
1605
2566
  "gluestack-ui": "gluestack-ui";
2567
+ uniwind: "uniwind";
1606
2568
  unistyles: "unistyles";
1607
2569
  }>>;
1608
2570
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -1655,12 +2617,12 @@ declare const CreateInputSchema: z.ZodObject<{
1655
2617
  ratatui: "ratatui";
1656
2618
  }>>;
1657
2619
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2620
+ config: "config";
1658
2621
  none: "none";
1659
2622
  serde: "serde";
1660
2623
  uuid: "uuid";
1661
2624
  chrono: "chrono";
1662
2625
  reqwest: "reqwest";
1663
- config: "config";
1664
2626
  dashmap: "dashmap";
1665
2627
  "parking-lot": "parking-lot";
1666
2628
  secrecy: "secrecy";
@@ -2085,78 +3047,16 @@ declare const CreateInputSchema: z.ZodObject<{
2085
3047
  cursorrules: "cursorrules";
2086
3048
  }>>>;
2087
3049
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
2088
- }, z.core.$strip>;
2089
- declare const AddInputSchema: z.ZodObject<{
2090
- addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2091
- none: "none";
2092
- pwa: "pwa";
2093
- tauri: "tauri";
2094
- starlight: "starlight";
2095
- biome: "biome";
2096
- lefthook: "lefthook";
2097
- husky: "husky";
2098
- ruler: "ruler";
2099
- mcp: "mcp";
2100
- skills: "skills";
2101
- turborepo: "turborepo";
2102
- nx: "nx";
2103
- fumadocs: "fumadocs";
2104
- ultracite: "ultracite";
2105
- oxlint: "oxlint";
2106
- opentui: "opentui";
2107
- wxt: "wxt";
2108
- msw: "msw";
2109
- storybook: "storybook";
2110
- swr: "swr";
2111
- "tanstack-query": "tanstack-query";
2112
- "tanstack-table": "tanstack-table";
2113
- "tanstack-virtual": "tanstack-virtual";
2114
- "tanstack-db": "tanstack-db";
2115
- "tanstack-pacer": "tanstack-pacer";
2116
- "backend-utils": "backend-utils";
2117
- devcontainer: "devcontainer";
2118
- "docker-compose": "docker-compose";
2119
- "github-actions": "github-actions";
2120
- }>>>;
2121
- webDeploy: z.ZodOptional<z.ZodEnum<{
2122
- none: "none";
2123
- docker: "docker";
2124
- cloudflare: "cloudflare";
2125
- fly: "fly";
2126
- railway: "railway";
2127
- render: "render";
2128
- netlify: "netlify";
2129
- sst: "sst";
2130
- vercel: "vercel";
2131
- }>>;
2132
- serverDeploy: z.ZodOptional<z.ZodEnum<{
2133
- none: "none";
2134
- docker: "docker";
2135
- cloudflare: "cloudflare";
2136
- fly: "fly";
2137
- railway: "railway";
2138
- render: "render";
2139
- netlify: "netlify";
2140
- sst: "sst";
2141
- vercel: "vercel";
2142
- }>>;
2143
3050
  projectDir: z.ZodOptional<z.ZodString>;
2144
- install: z.ZodOptional<z.ZodBoolean>;
2145
- packageManager: z.ZodOptional<z.ZodEnum<{
2146
- bun: "bun";
2147
- npm: "npm";
2148
- pnpm: "pnpm";
2149
- yarn: "yarn";
2150
- }>>;
2151
3051
  }, z.core.$strip>;
2152
3052
  declare const CLIInputSchema: z.ZodObject<{
2153
3053
  projectName: z.ZodOptional<z.ZodString>;
2154
3054
  template: z.ZodOptional<z.ZodEnum<{
2155
3055
  none: "none";
3056
+ uniwind: "uniwind";
2156
3057
  mern: "mern";
2157
3058
  pern: "pern";
2158
3059
  t3: "t3";
2159
- uniwind: "uniwind";
2160
3060
  }>>;
2161
3061
  yes: z.ZodOptional<z.ZodBoolean>;
2162
3062
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -2266,8 +3166,8 @@ declare const CLIInputSchema: z.ZodObject<{
2266
3166
  "github-actions": "github-actions";
2267
3167
  }>>>;
2268
3168
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2269
- none: "none";
2270
3169
  ai: "ai";
3170
+ none: "none";
2271
3171
  "chat-sdk": "chat-sdk";
2272
3172
  "tanstack-showcase": "tanstack-showcase";
2273
3173
  }>>>;
@@ -2349,10 +3249,10 @@ declare const CLIInputSchema: z.ZodObject<{
2349
3249
  vercel: "vercel";
2350
3250
  }>>;
2351
3251
  directoryConflict: z.ZodOptional<z.ZodEnum<{
3252
+ error: "error";
2352
3253
  merge: "merge";
2353
3254
  overwrite: "overwrite";
2354
3255
  increment: "increment";
2355
- error: "error";
2356
3256
  }>>;
2357
3257
  renderTitle: z.ZodOptional<z.ZodBoolean>;
2358
3258
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -2379,8 +3279,8 @@ declare const CLIInputSchema: z.ZodObject<{
2379
3279
  "ai-cli": "ai-cli";
2380
3280
  }>>;
2381
3281
  effect: z.ZodOptional<z.ZodEnum<{
2382
- none: "none";
2383
3282
  effect: "effect";
3283
+ none: "none";
2384
3284
  "effect-full": "effect-full";
2385
3285
  }>>;
2386
3286
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -2513,8 +3413,8 @@ declare const CLIInputSchema: z.ZodObject<{
2513
3413
  "geist-mono": "geist-mono";
2514
3414
  }>>;
2515
3415
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
2516
- none: "none";
2517
3416
  default: "default";
3417
+ none: "none";
2518
3418
  small: "small";
2519
3419
  medium: "medium";
2520
3420
  large: "large";
@@ -2639,9 +3539,9 @@ declare const CLIInputSchema: z.ZodObject<{
2639
3539
  }>>;
2640
3540
  mobileUI: z.ZodOptional<z.ZodEnum<{
2641
3541
  none: "none";
2642
- uniwind: "uniwind";
2643
3542
  tamagui: "tamagui";
2644
3543
  "gluestack-ui": "gluestack-ui";
3544
+ uniwind: "uniwind";
2645
3545
  unistyles: "unistyles";
2646
3546
  }>>;
2647
3547
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -2694,12 +3594,12 @@ declare const CLIInputSchema: z.ZodObject<{
2694
3594
  ratatui: "ratatui";
2695
3595
  }>>;
2696
3596
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3597
+ config: "config";
2697
3598
  none: "none";
2698
3599
  serde: "serde";
2699
3600
  uuid: "uuid";
2700
3601
  chrono: "chrono";
2701
3602
  reqwest: "reqwest";
2702
- config: "config";
2703
3603
  dashmap: "dashmap";
2704
3604
  "parking-lot": "parking-lot";
2705
3605
  secrecy: "secrecy";
@@ -3232,8 +4132,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
3232
4132
  "github-actions": "github-actions";
3233
4133
  }>>;
3234
4134
  examples: z.ZodArray<z.ZodEnum<{
3235
- none: "none";
3236
4135
  ai: "ai";
4136
+ none: "none";
3237
4137
  "chat-sdk": "chat-sdk";
3238
4138
  "tanstack-showcase": "tanstack-showcase";
3239
4139
  }>>;
@@ -3337,8 +4237,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
3337
4237
  "ai-cli": "ai-cli";
3338
4238
  }>;
3339
4239
  effect: z.ZodEnum<{
3340
- none: "none";
3341
4240
  effect: "effect";
4241
+ none: "none";
3342
4242
  "effect-full": "effect-full";
3343
4243
  }>;
3344
4244
  stateManagement: z.ZodEnum<{
@@ -3471,8 +4371,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
3471
4371
  "geist-mono": "geist-mono";
3472
4372
  }>>;
3473
4373
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
3474
- none: "none";
3475
4374
  default: "default";
4375
+ none: "none";
3476
4376
  small: "small";
3477
4377
  medium: "medium";
3478
4378
  large: "large";
@@ -3597,9 +4497,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
3597
4497
  }>;
3598
4498
  mobileUI: z.ZodEnum<{
3599
4499
  none: "none";
3600
- uniwind: "uniwind";
3601
4500
  tamagui: "tamagui";
3602
4501
  "gluestack-ui": "gluestack-ui";
4502
+ uniwind: "uniwind";
3603
4503
  unistyles: "unistyles";
3604
4504
  }>;
3605
4505
  mobileStorage: z.ZodEnum<{
@@ -3652,12 +4552,12 @@ declare const ProjectConfigSchema: z.ZodObject<{
3652
4552
  ratatui: "ratatui";
3653
4553
  }>;
3654
4554
  rustLibraries: z.ZodArray<z.ZodEnum<{
4555
+ config: "config";
3655
4556
  none: "none";
3656
4557
  serde: "serde";
3657
4558
  uuid: "uuid";
3658
4559
  chrono: "chrono";
3659
4560
  reqwest: "reqwest";
3660
- config: "config";
3661
4561
  dashmap: "dashmap";
3662
4562
  "parking-lot": "parking-lot";
3663
4563
  secrecy: "secrecy";
@@ -4084,55 +4984,59 @@ declare const ProjectConfigSchema: z.ZodObject<{
4084
4984
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
4085
4985
  id: z.ZodString;
4086
4986
  role: z.ZodEnum<{
4087
- ai: "ai";
4987
+ push: "push";
4988
+ frontend: "frontend";
4989
+ backend: "backend";
4990
+ mobile: "mobile";
4088
4991
  database: "database";
4992
+ api: "api";
4993
+ graphql: "graphql";
4089
4994
  orm: "orm";
4090
4995
  auth: "auth";
4091
- payments: "payments";
4092
- frontend: "frontend";
4093
- examples: "examples";
4094
- dbSetup: "dbSetup";
4095
- backend: "backend";
4096
4996
  runtime: "runtime";
4097
- api: "api";
4098
- effect: "effect";
4099
- stateManagement: "stateManagement";
4100
- forms: "forms";
4101
- testing: "testing";
4102
- email: "email";
4103
- validation: "validation";
4997
+ deploy: "deploy";
4998
+ dbSetup: "dbSetup";
4104
4999
  realtime: "realtime";
5000
+ navigation: "navigation";
5001
+ caching: "caching";
5002
+ observability: "observability";
5003
+ email: "email";
5004
+ search: "search";
5005
+ vectorDb: "vectorDb";
5006
+ fileStorage: "fileStorage";
4105
5007
  jobQueue: "jobQueue";
5008
+ rateLimit: "rateLimit";
5009
+ testing: "testing";
5010
+ stateManagement: "stateManagement";
5011
+ forms: "forms";
4106
5012
  animation: "animation";
4107
5013
  fileUpload: "fileUpload";
5014
+ validation: "validation";
5015
+ effect: "effect";
5016
+ ui: "ui";
5017
+ css: "css";
5018
+ storage: "storage";
5019
+ ota: "ota";
5020
+ deepLinking: "deepLinking";
5021
+ ai: "ai";
5022
+ payments: "payments";
4108
5023
  logging: "logging";
4109
- observability: "observability";
4110
5024
  featureFlags: "featureFlags";
4111
5025
  analytics: "analytics";
4112
5026
  cms: "cms";
4113
- caching: "caching";
4114
- rateLimit: "rateLimit";
4115
5027
  i18n: "i18n";
4116
- search: "search";
4117
- vectorDb: "vectorDb";
4118
- fileStorage: "fileStorage";
4119
- config: "config";
4120
- mobile: "mobile";
4121
- deploy: "deploy";
4122
- navigation: "navigation";
4123
- ui: "ui";
4124
- css: "css";
4125
- storage: "storage";
4126
5028
  documentation: "documentation";
4127
5029
  codeQuality: "codeQuality";
4128
5030
  appPlatform: "appPlatform";
4129
5031
  dataFetching: "dataFetching";
4130
5032
  workspaceTooling: "workspaceTooling";
5033
+ examples: "examples";
4131
5034
  buildTool: "buildTool";
4132
5035
  cli: "cli";
4133
5036
  errorHandling: "errorHandling";
4134
5037
  httpClient: "httpClient";
4135
5038
  libraries: "libraries";
5039
+ config: "config";
4136
5040
  templating: "templating";
4137
5041
  }>;
4138
5042
  toolId: z.ZodString;
@@ -4266,8 +5170,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4266
5170
  "github-actions": "github-actions";
4267
5171
  }>>;
4268
5172
  examples: z.ZodArray<z.ZodEnum<{
4269
- none: "none";
4270
5173
  ai: "ai";
5174
+ none: "none";
4271
5175
  "chat-sdk": "chat-sdk";
4272
5176
  "tanstack-showcase": "tanstack-showcase";
4273
5177
  }>>;
@@ -4369,8 +5273,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4369
5273
  "ai-cli": "ai-cli";
4370
5274
  }>;
4371
5275
  effect: z.ZodEnum<{
4372
- none: "none";
4373
5276
  effect: "effect";
5277
+ none: "none";
4374
5278
  "effect-full": "effect-full";
4375
5279
  }>;
4376
5280
  stateManagement: z.ZodEnum<{
@@ -4503,8 +5407,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4503
5407
  "geist-mono": "geist-mono";
4504
5408
  }>>;
4505
5409
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4506
- none: "none";
4507
5410
  default: "default";
5411
+ none: "none";
4508
5412
  small: "small";
4509
5413
  medium: "medium";
4510
5414
  large: "large";
@@ -4629,9 +5533,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4629
5533
  }>;
4630
5534
  mobileUI: z.ZodEnum<{
4631
5535
  none: "none";
4632
- uniwind: "uniwind";
4633
5536
  tamagui: "tamagui";
4634
5537
  "gluestack-ui": "gluestack-ui";
5538
+ uniwind: "uniwind";
4635
5539
  unistyles: "unistyles";
4636
5540
  }>;
4637
5541
  mobileStorage: z.ZodEnum<{
@@ -4684,12 +5588,12 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
4684
5588
  ratatui: "ratatui";
4685
5589
  }>;
4686
5590
  rustLibraries: z.ZodArray<z.ZodEnum<{
5591
+ config: "config";
4687
5592
  none: "none";
4688
5593
  serde: "serde";
4689
5594
  uuid: "uuid";
4690
5595
  chrono: "chrono";
4691
5596
  reqwest: "reqwest";
4692
- config: "config";
4693
5597
  dashmap: "dashmap";
4694
5598
  "parking-lot": "parking-lot";
4695
5599
  secrecy: "secrecy";
@@ -5116,55 +6020,59 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
5116
6020
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
5117
6021
  id: z.ZodString;
5118
6022
  role: z.ZodEnum<{
5119
- ai: "ai";
6023
+ push: "push";
6024
+ frontend: "frontend";
6025
+ backend: "backend";
6026
+ mobile: "mobile";
5120
6027
  database: "database";
6028
+ api: "api";
6029
+ graphql: "graphql";
5121
6030
  orm: "orm";
5122
6031
  auth: "auth";
5123
- payments: "payments";
5124
- frontend: "frontend";
5125
- examples: "examples";
5126
- dbSetup: "dbSetup";
5127
- backend: "backend";
5128
6032
  runtime: "runtime";
5129
- api: "api";
5130
- effect: "effect";
5131
- stateManagement: "stateManagement";
5132
- forms: "forms";
5133
- testing: "testing";
5134
- email: "email";
5135
- validation: "validation";
6033
+ deploy: "deploy";
6034
+ dbSetup: "dbSetup";
5136
6035
  realtime: "realtime";
5137
- jobQueue: "jobQueue";
5138
- animation: "animation";
5139
- fileUpload: "fileUpload";
5140
- logging: "logging";
5141
- observability: "observability";
5142
- featureFlags: "featureFlags";
5143
- analytics: "analytics";
5144
- cms: "cms";
6036
+ navigation: "navigation";
5145
6037
  caching: "caching";
5146
- rateLimit: "rateLimit";
5147
- i18n: "i18n";
6038
+ observability: "observability";
6039
+ email: "email";
5148
6040
  search: "search";
5149
6041
  vectorDb: "vectorDb";
5150
6042
  fileStorage: "fileStorage";
5151
- config: "config";
5152
- mobile: "mobile";
5153
- deploy: "deploy";
5154
- navigation: "navigation";
6043
+ jobQueue: "jobQueue";
6044
+ rateLimit: "rateLimit";
6045
+ testing: "testing";
6046
+ stateManagement: "stateManagement";
6047
+ forms: "forms";
6048
+ animation: "animation";
6049
+ fileUpload: "fileUpload";
6050
+ validation: "validation";
6051
+ effect: "effect";
5155
6052
  ui: "ui";
5156
6053
  css: "css";
5157
6054
  storage: "storage";
6055
+ ota: "ota";
6056
+ deepLinking: "deepLinking";
6057
+ ai: "ai";
6058
+ payments: "payments";
6059
+ logging: "logging";
6060
+ featureFlags: "featureFlags";
6061
+ analytics: "analytics";
6062
+ cms: "cms";
6063
+ i18n: "i18n";
5158
6064
  documentation: "documentation";
5159
6065
  codeQuality: "codeQuality";
5160
6066
  appPlatform: "appPlatform";
5161
6067
  dataFetching: "dataFetching";
5162
6068
  workspaceTooling: "workspaceTooling";
6069
+ examples: "examples";
5163
6070
  buildTool: "buildTool";
5164
6071
  cli: "cli";
5165
6072
  errorHandling: "errorHandling";
5166
6073
  httpClient: "httpClient";
5167
6074
  libraries: "libraries";
6075
+ config: "config";
5168
6076
  templating: "templating";
5169
6077
  }>;
5170
6078
  toolId: z.ZodString;
@@ -5298,8 +6206,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5298
6206
  "github-actions": "github-actions";
5299
6207
  }>>;
5300
6208
  examples: z.ZodArray<z.ZodEnum<{
5301
- none: "none";
5302
6209
  ai: "ai";
6210
+ none: "none";
5303
6211
  "chat-sdk": "chat-sdk";
5304
6212
  "tanstack-showcase": "tanstack-showcase";
5305
6213
  }>>;
@@ -5401,8 +6309,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5401
6309
  "ai-cli": "ai-cli";
5402
6310
  }>;
5403
6311
  effect: z.ZodEnum<{
5404
- none: "none";
5405
6312
  effect: "effect";
6313
+ none: "none";
5406
6314
  "effect-full": "effect-full";
5407
6315
  }>;
5408
6316
  stateManagement: z.ZodEnum<{
@@ -5535,8 +6443,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5535
6443
  "geist-mono": "geist-mono";
5536
6444
  }>>;
5537
6445
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
5538
- none: "none";
5539
6446
  default: "default";
6447
+ none: "none";
5540
6448
  small: "small";
5541
6449
  medium: "medium";
5542
6450
  large: "large";
@@ -5661,9 +6569,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5661
6569
  }>;
5662
6570
  mobileUI: z.ZodEnum<{
5663
6571
  none: "none";
5664
- uniwind: "uniwind";
5665
6572
  tamagui: "tamagui";
5666
6573
  "gluestack-ui": "gluestack-ui";
6574
+ uniwind: "uniwind";
5667
6575
  unistyles: "unistyles";
5668
6576
  }>;
5669
6577
  mobileStorage: z.ZodEnum<{
@@ -5716,12 +6624,12 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
5716
6624
  ratatui: "ratatui";
5717
6625
  }>;
5718
6626
  rustLibraries: z.ZodArray<z.ZodEnum<{
6627
+ config: "config";
5719
6628
  none: "none";
5720
6629
  serde: "serde";
5721
6630
  uuid: "uuid";
5722
6631
  chrono: "chrono";
5723
6632
  reqwest: "reqwest";
5724
- config: "config";
5725
6633
  dashmap: "dashmap";
5726
6634
  "parking-lot": "parking-lot";
5727
6635
  secrecy: "secrecy";
@@ -6148,55 +7056,59 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
6148
7056
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6149
7057
  id: z.ZodString;
6150
7058
  role: z.ZodEnum<{
6151
- ai: "ai";
7059
+ push: "push";
7060
+ frontend: "frontend";
7061
+ backend: "backend";
7062
+ mobile: "mobile";
6152
7063
  database: "database";
7064
+ api: "api";
7065
+ graphql: "graphql";
6153
7066
  orm: "orm";
6154
7067
  auth: "auth";
6155
- payments: "payments";
6156
- frontend: "frontend";
6157
- examples: "examples";
6158
- dbSetup: "dbSetup";
6159
- backend: "backend";
6160
7068
  runtime: "runtime";
6161
- api: "api";
6162
- effect: "effect";
6163
- stateManagement: "stateManagement";
6164
- forms: "forms";
6165
- testing: "testing";
6166
- email: "email";
6167
- validation: "validation";
7069
+ deploy: "deploy";
7070
+ dbSetup: "dbSetup";
6168
7071
  realtime: "realtime";
7072
+ navigation: "navigation";
7073
+ caching: "caching";
7074
+ observability: "observability";
7075
+ email: "email";
7076
+ search: "search";
7077
+ vectorDb: "vectorDb";
7078
+ fileStorage: "fileStorage";
6169
7079
  jobQueue: "jobQueue";
7080
+ rateLimit: "rateLimit";
7081
+ testing: "testing";
7082
+ stateManagement: "stateManagement";
7083
+ forms: "forms";
6170
7084
  animation: "animation";
6171
7085
  fileUpload: "fileUpload";
7086
+ validation: "validation";
7087
+ effect: "effect";
7088
+ ui: "ui";
7089
+ css: "css";
7090
+ storage: "storage";
7091
+ ota: "ota";
7092
+ deepLinking: "deepLinking";
7093
+ ai: "ai";
7094
+ payments: "payments";
6172
7095
  logging: "logging";
6173
- observability: "observability";
6174
7096
  featureFlags: "featureFlags";
6175
7097
  analytics: "analytics";
6176
7098
  cms: "cms";
6177
- caching: "caching";
6178
- rateLimit: "rateLimit";
6179
7099
  i18n: "i18n";
6180
- search: "search";
6181
- vectorDb: "vectorDb";
6182
- fileStorage: "fileStorage";
6183
- config: "config";
6184
- mobile: "mobile";
6185
- deploy: "deploy";
6186
- navigation: "navigation";
6187
- ui: "ui";
6188
- css: "css";
6189
- storage: "storage";
6190
7100
  documentation: "documentation";
6191
7101
  codeQuality: "codeQuality";
6192
7102
  appPlatform: "appPlatform";
6193
7103
  dataFetching: "dataFetching";
6194
7104
  workspaceTooling: "workspaceTooling";
7105
+ examples: "examples";
6195
7106
  buildTool: "buildTool";
6196
7107
  cli: "cli";
6197
7108
  errorHandling: "errorHandling";
6198
7109
  httpClient: "httpClient";
6199
7110
  libraries: "libraries";
7111
+ config: "config";
6200
7112
  templating: "templating";
6201
7113
  }>;
6202
7114
  toolId: z.ZodString;
@@ -6331,8 +7243,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6331
7243
  "github-actions": "github-actions";
6332
7244
  }>>;
6333
7245
  examples: z.ZodArray<z.ZodEnum<{
6334
- none: "none";
6335
7246
  ai: "ai";
7247
+ none: "none";
6336
7248
  "chat-sdk": "chat-sdk";
6337
7249
  "tanstack-showcase": "tanstack-showcase";
6338
7250
  }>>;
@@ -6434,8 +7346,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6434
7346
  "ai-cli": "ai-cli";
6435
7347
  }>;
6436
7348
  effect: z.ZodEnum<{
6437
- none: "none";
6438
7349
  effect: "effect";
7350
+ none: "none";
6439
7351
  "effect-full": "effect-full";
6440
7352
  }>;
6441
7353
  stateManagement: z.ZodEnum<{
@@ -6568,8 +7480,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6568
7480
  "geist-mono": "geist-mono";
6569
7481
  }>>;
6570
7482
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
6571
- none: "none";
6572
7483
  default: "default";
7484
+ none: "none";
6573
7485
  small: "small";
6574
7486
  medium: "medium";
6575
7487
  large: "large";
@@ -6694,9 +7606,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6694
7606
  }>;
6695
7607
  mobileUI: z.ZodEnum<{
6696
7608
  none: "none";
6697
- uniwind: "uniwind";
6698
7609
  tamagui: "tamagui";
6699
7610
  "gluestack-ui": "gluestack-ui";
7611
+ uniwind: "uniwind";
6700
7612
  unistyles: "unistyles";
6701
7613
  }>;
6702
7614
  mobileStorage: z.ZodEnum<{
@@ -6749,12 +7661,12 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
6749
7661
  ratatui: "ratatui";
6750
7662
  }>;
6751
7663
  rustLibraries: z.ZodArray<z.ZodEnum<{
7664
+ config: "config";
6752
7665
  none: "none";
6753
7666
  serde: "serde";
6754
7667
  uuid: "uuid";
6755
7668
  chrono: "chrono";
6756
7669
  reqwest: "reqwest";
6757
- config: "config";
6758
7670
  dashmap: "dashmap";
6759
7671
  "parking-lot": "parking-lot";
6760
7672
  secrecy: "secrecy";
@@ -7181,55 +8093,59 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
7181
8093
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7182
8094
  id: z.ZodString;
7183
8095
  role: z.ZodEnum<{
7184
- ai: "ai";
8096
+ push: "push";
8097
+ frontend: "frontend";
8098
+ backend: "backend";
8099
+ mobile: "mobile";
7185
8100
  database: "database";
8101
+ api: "api";
8102
+ graphql: "graphql";
7186
8103
  orm: "orm";
7187
8104
  auth: "auth";
7188
- payments: "payments";
7189
- frontend: "frontend";
7190
- examples: "examples";
7191
- dbSetup: "dbSetup";
7192
- backend: "backend";
7193
8105
  runtime: "runtime";
7194
- api: "api";
7195
- effect: "effect";
7196
- stateManagement: "stateManagement";
7197
- forms: "forms";
7198
- testing: "testing";
7199
- email: "email";
7200
- validation: "validation";
8106
+ deploy: "deploy";
8107
+ dbSetup: "dbSetup";
7201
8108
  realtime: "realtime";
8109
+ navigation: "navigation";
8110
+ caching: "caching";
8111
+ observability: "observability";
8112
+ email: "email";
8113
+ search: "search";
8114
+ vectorDb: "vectorDb";
8115
+ fileStorage: "fileStorage";
7202
8116
  jobQueue: "jobQueue";
8117
+ rateLimit: "rateLimit";
8118
+ testing: "testing";
8119
+ stateManagement: "stateManagement";
8120
+ forms: "forms";
7203
8121
  animation: "animation";
7204
8122
  fileUpload: "fileUpload";
8123
+ validation: "validation";
8124
+ effect: "effect";
8125
+ ui: "ui";
8126
+ css: "css";
8127
+ storage: "storage";
8128
+ ota: "ota";
8129
+ deepLinking: "deepLinking";
8130
+ ai: "ai";
8131
+ payments: "payments";
7205
8132
  logging: "logging";
7206
- observability: "observability";
7207
8133
  featureFlags: "featureFlags";
7208
8134
  analytics: "analytics";
7209
8135
  cms: "cms";
7210
- caching: "caching";
7211
- rateLimit: "rateLimit";
7212
8136
  i18n: "i18n";
7213
- search: "search";
7214
- vectorDb: "vectorDb";
7215
- fileStorage: "fileStorage";
7216
- config: "config";
7217
- mobile: "mobile";
7218
- deploy: "deploy";
7219
- navigation: "navigation";
7220
- ui: "ui";
7221
- css: "css";
7222
- storage: "storage";
7223
8137
  documentation: "documentation";
7224
8138
  codeQuality: "codeQuality";
7225
8139
  appPlatform: "appPlatform";
7226
8140
  dataFetching: "dataFetching";
7227
8141
  workspaceTooling: "workspaceTooling";
8142
+ examples: "examples";
7228
8143
  buildTool: "buildTool";
7229
8144
  cli: "cli";
7230
8145
  errorHandling: "errorHandling";
7231
8146
  httpClient: "httpClient";
7232
8147
  libraries: "libraries";
8148
+ config: "config";
7233
8149
  templating: "templating";
7234
8150
  }>;
7235
8151
  toolId: z.ZodString;
@@ -7364,8 +8280,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7364
8280
  "github-actions": "github-actions";
7365
8281
  }>>;
7366
8282
  examples: z.ZodArray<z.ZodEnum<{
7367
- none: "none";
7368
8283
  ai: "ai";
8284
+ none: "none";
7369
8285
  "chat-sdk": "chat-sdk";
7370
8286
  "tanstack-showcase": "tanstack-showcase";
7371
8287
  }>>;
@@ -7467,8 +8383,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7467
8383
  "ai-cli": "ai-cli";
7468
8384
  }>;
7469
8385
  effect: z.ZodEnum<{
7470
- none: "none";
7471
8386
  effect: "effect";
8387
+ none: "none";
7472
8388
  "effect-full": "effect-full";
7473
8389
  }>;
7474
8390
  stateManagement: z.ZodEnum<{
@@ -7601,8 +8517,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7601
8517
  "geist-mono": "geist-mono";
7602
8518
  }>>;
7603
8519
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
7604
- none: "none";
7605
8520
  default: "default";
8521
+ none: "none";
7606
8522
  small: "small";
7607
8523
  medium: "medium";
7608
8524
  large: "large";
@@ -7727,9 +8643,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7727
8643
  }>;
7728
8644
  mobileUI: z.ZodEnum<{
7729
8645
  none: "none";
7730
- uniwind: "uniwind";
7731
8646
  tamagui: "tamagui";
7732
8647
  "gluestack-ui": "gluestack-ui";
8648
+ uniwind: "uniwind";
7733
8649
  unistyles: "unistyles";
7734
8650
  }>;
7735
8651
  mobileStorage: z.ZodEnum<{
@@ -7782,12 +8698,12 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
7782
8698
  ratatui: "ratatui";
7783
8699
  }>;
7784
8700
  rustLibraries: z.ZodArray<z.ZodEnum<{
8701
+ config: "config";
7785
8702
  none: "none";
7786
8703
  serde: "serde";
7787
8704
  uuid: "uuid";
7788
8705
  chrono: "chrono";
7789
8706
  reqwest: "reqwest";
7790
- config: "config";
7791
8707
  dashmap: "dashmap";
7792
8708
  "parking-lot": "parking-lot";
7793
8709
  secrecy: "secrecy";
@@ -8214,55 +9130,59 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
8214
9130
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8215
9131
  id: z.ZodString;
8216
9132
  role: z.ZodEnum<{
8217
- ai: "ai";
9133
+ push: "push";
9134
+ frontend: "frontend";
9135
+ backend: "backend";
9136
+ mobile: "mobile";
8218
9137
  database: "database";
9138
+ api: "api";
9139
+ graphql: "graphql";
8219
9140
  orm: "orm";
8220
9141
  auth: "auth";
8221
- payments: "payments";
8222
- frontend: "frontend";
8223
- examples: "examples";
8224
- dbSetup: "dbSetup";
8225
- backend: "backend";
8226
9142
  runtime: "runtime";
8227
- api: "api";
8228
- effect: "effect";
8229
- stateManagement: "stateManagement";
8230
- forms: "forms";
8231
- testing: "testing";
8232
- email: "email";
8233
- validation: "validation";
9143
+ deploy: "deploy";
9144
+ dbSetup: "dbSetup";
8234
9145
  realtime: "realtime";
9146
+ navigation: "navigation";
9147
+ caching: "caching";
9148
+ observability: "observability";
9149
+ email: "email";
9150
+ search: "search";
9151
+ vectorDb: "vectorDb";
9152
+ fileStorage: "fileStorage";
8235
9153
  jobQueue: "jobQueue";
9154
+ rateLimit: "rateLimit";
9155
+ testing: "testing";
9156
+ stateManagement: "stateManagement";
9157
+ forms: "forms";
8236
9158
  animation: "animation";
8237
9159
  fileUpload: "fileUpload";
9160
+ validation: "validation";
9161
+ effect: "effect";
9162
+ ui: "ui";
9163
+ css: "css";
9164
+ storage: "storage";
9165
+ ota: "ota";
9166
+ deepLinking: "deepLinking";
9167
+ ai: "ai";
9168
+ payments: "payments";
8238
9169
  logging: "logging";
8239
- observability: "observability";
8240
9170
  featureFlags: "featureFlags";
8241
9171
  analytics: "analytics";
8242
9172
  cms: "cms";
8243
- caching: "caching";
8244
- rateLimit: "rateLimit";
8245
9173
  i18n: "i18n";
8246
- search: "search";
8247
- vectorDb: "vectorDb";
8248
- fileStorage: "fileStorage";
8249
- config: "config";
8250
- mobile: "mobile";
8251
- deploy: "deploy";
8252
- navigation: "navigation";
8253
- ui: "ui";
8254
- css: "css";
8255
- storage: "storage";
8256
9174
  documentation: "documentation";
8257
9175
  codeQuality: "codeQuality";
8258
9176
  appPlatform: "appPlatform";
8259
9177
  dataFetching: "dataFetching";
8260
9178
  workspaceTooling: "workspaceTooling";
9179
+ examples: "examples";
8261
9180
  buildTool: "buildTool";
8262
9181
  cli: "cli";
8263
9182
  errorHandling: "errorHandling";
8264
9183
  httpClient: "httpClient";
8265
9184
  libraries: "libraries";
9185
+ config: "config";
8266
9186
  templating: "templating";
8267
9187
  }>;
8268
9188
  toolId: z.ZodString;
@@ -8397,8 +9317,8 @@ declare const InitResultSchema: z.ZodObject<{
8397
9317
  "github-actions": "github-actions";
8398
9318
  }>>;
8399
9319
  examples: z.ZodArray<z.ZodEnum<{
8400
- none: "none";
8401
9320
  ai: "ai";
9321
+ none: "none";
8402
9322
  "chat-sdk": "chat-sdk";
8403
9323
  "tanstack-showcase": "tanstack-showcase";
8404
9324
  }>>;
@@ -8502,8 +9422,8 @@ declare const InitResultSchema: z.ZodObject<{
8502
9422
  "ai-cli": "ai-cli";
8503
9423
  }>;
8504
9424
  effect: z.ZodEnum<{
8505
- none: "none";
8506
9425
  effect: "effect";
9426
+ none: "none";
8507
9427
  "effect-full": "effect-full";
8508
9428
  }>;
8509
9429
  stateManagement: z.ZodEnum<{
@@ -8636,8 +9556,8 @@ declare const InitResultSchema: z.ZodObject<{
8636
9556
  "geist-mono": "geist-mono";
8637
9557
  }>>;
8638
9558
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8639
- none: "none";
8640
9559
  default: "default";
9560
+ none: "none";
8641
9561
  small: "small";
8642
9562
  medium: "medium";
8643
9563
  large: "large";
@@ -8762,9 +9682,9 @@ declare const InitResultSchema: z.ZodObject<{
8762
9682
  }>;
8763
9683
  mobileUI: z.ZodEnum<{
8764
9684
  none: "none";
8765
- uniwind: "uniwind";
8766
9685
  tamagui: "tamagui";
8767
9686
  "gluestack-ui": "gluestack-ui";
9687
+ uniwind: "uniwind";
8768
9688
  unistyles: "unistyles";
8769
9689
  }>;
8770
9690
  mobileStorage: z.ZodEnum<{
@@ -8817,12 +9737,12 @@ declare const InitResultSchema: z.ZodObject<{
8817
9737
  ratatui: "ratatui";
8818
9738
  }>;
8819
9739
  rustLibraries: z.ZodArray<z.ZodEnum<{
9740
+ config: "config";
8820
9741
  none: "none";
8821
9742
  serde: "serde";
8822
9743
  uuid: "uuid";
8823
9744
  chrono: "chrono";
8824
9745
  reqwest: "reqwest";
8825
- config: "config";
8826
9746
  dashmap: "dashmap";
8827
9747
  "parking-lot": "parking-lot";
8828
9748
  secrecy: "secrecy";
@@ -9249,55 +10169,59 @@ declare const InitResultSchema: z.ZodObject<{
9249
10169
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9250
10170
  id: z.ZodString;
9251
10171
  role: z.ZodEnum<{
9252
- ai: "ai";
10172
+ push: "push";
10173
+ frontend: "frontend";
10174
+ backend: "backend";
10175
+ mobile: "mobile";
9253
10176
  database: "database";
10177
+ api: "api";
10178
+ graphql: "graphql";
9254
10179
  orm: "orm";
9255
10180
  auth: "auth";
9256
- payments: "payments";
9257
- frontend: "frontend";
9258
- examples: "examples";
9259
- dbSetup: "dbSetup";
9260
- backend: "backend";
9261
10181
  runtime: "runtime";
9262
- api: "api";
9263
- effect: "effect";
9264
- stateManagement: "stateManagement";
9265
- forms: "forms";
9266
- testing: "testing";
9267
- email: "email";
9268
- validation: "validation";
10182
+ deploy: "deploy";
10183
+ dbSetup: "dbSetup";
9269
10184
  realtime: "realtime";
10185
+ navigation: "navigation";
10186
+ caching: "caching";
10187
+ observability: "observability";
10188
+ email: "email";
10189
+ search: "search";
10190
+ vectorDb: "vectorDb";
10191
+ fileStorage: "fileStorage";
9270
10192
  jobQueue: "jobQueue";
10193
+ rateLimit: "rateLimit";
10194
+ testing: "testing";
10195
+ stateManagement: "stateManagement";
10196
+ forms: "forms";
9271
10197
  animation: "animation";
9272
10198
  fileUpload: "fileUpload";
10199
+ validation: "validation";
10200
+ effect: "effect";
10201
+ ui: "ui";
10202
+ css: "css";
10203
+ storage: "storage";
10204
+ ota: "ota";
10205
+ deepLinking: "deepLinking";
10206
+ ai: "ai";
10207
+ payments: "payments";
9273
10208
  logging: "logging";
9274
- observability: "observability";
9275
10209
  featureFlags: "featureFlags";
9276
10210
  analytics: "analytics";
9277
10211
  cms: "cms";
9278
- caching: "caching";
9279
- rateLimit: "rateLimit";
9280
10212
  i18n: "i18n";
9281
- search: "search";
9282
- vectorDb: "vectorDb";
9283
- fileStorage: "fileStorage";
9284
- config: "config";
9285
- mobile: "mobile";
9286
- deploy: "deploy";
9287
- navigation: "navigation";
9288
- ui: "ui";
9289
- css: "css";
9290
- storage: "storage";
9291
10213
  documentation: "documentation";
9292
10214
  codeQuality: "codeQuality";
9293
10215
  appPlatform: "appPlatform";
9294
10216
  dataFetching: "dataFetching";
9295
10217
  workspaceTooling: "workspaceTooling";
10218
+ examples: "examples";
9296
10219
  buildTool: "buildTool";
9297
10220
  cli: "cli";
9298
10221
  errorHandling: "errorHandling";
9299
10222
  httpClient: "httpClient";
9300
10223
  libraries: "libraries";
10224
+ config: "config";
9301
10225
  templating: "templating";
9302
10226
  }>;
9303
10227
  toolId: z.ZodString;
@@ -9341,7 +10265,7 @@ declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia
9341
10265
  declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
9342
10266
  declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
9343
10267
  declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "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" | "github-actions")[];
9344
- declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
10268
+ declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
9345
10269
  declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
9346
10270
  declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
9347
10271
  declare const DATABASE_SETUP_VALUES: ("none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "upstash" | "d1" | "docker")[];
@@ -9350,11 +10274,11 @@ declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations"
9350
10274
  declare const PAYMENTS_VALUES: ("none" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo")[];
9351
10275
  declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
9352
10276
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
9353
- declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
9354
- declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "uniwind")[];
10277
+ declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
10278
+ declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3")[];
9355
10279
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "svelte" | "solid" | "react" | "vue")[];
9356
10280
  declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
9357
- declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
10281
+ declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
9358
10282
  declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
9359
10283
  declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
9360
10284
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "cypress")[];
@@ -9371,7 +10295,7 @@ declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "sentry" | "graf
9371
10295
  declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash")[];
9372
10296
  declare const ANALYTICS_VALUES: ("none" | "plausible" | "umami")[];
9373
10297
  declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
9374
- declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
10298
+ declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
9375
10299
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
9376
10300
  declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
9377
10301
  declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
@@ -9390,7 +10314,7 @@ declare const RUST_FRONTEND_VALUES: ("none" | "leptos" | "dioxus")[];
9390
10314
  declare const RUST_ORM_VALUES: ("none" | "sea-orm" | "sqlx" | "diesel")[];
9391
10315
  declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql")[];
9392
10316
  declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
9393
- 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")[];
10317
+ 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")[];
9394
10318
  declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
9395
10319
  declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
9396
10320
  declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
@@ -9467,7 +10391,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
9467
10391
  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")[];
9468
10392
  declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
9469
10393
  declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
9470
- declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
10394
+ declare const SHADCN_RADIUS_VALUES: ("default" | "none" | "small" | "medium" | "large")[];
9471
10395
  //#endregion
9472
10396
  export { DotnetJobQueueSchema as $, TemplateSchema as $i, MOBILE_STORAGE_VALUES as $n, RUST_CLI_VALUES as $r, FileUploadSchema as $t, CachingSchema as A, SHADCN_BASE_VALUES as Ai, JAVA_AUTH_VALUES as An, PaymentsSchema as Ar, ElixirCachingSchema as At, DOTNET_OBSERVABILITY_VALUES as B, ShadcnBaseSchema as Bi, JavaBuildToolSchema as Bn, PythonOrmSchema as Br, ElixirRealtimeSchema as Bt, BetterTStackConfigSchema as C, RustOrmSchema as Ci, GoRealtimeSchema as Cn, PYTHON_QUALITY_VALUES as Cr, ELIXIR_WEB_FRAMEWORK_VALUES as Ct, CMS_VALUES as D, SEARCH_VALUES as Di, I18nSchema as Dn, PYTHON_VALIDATION_VALUES as Dr, EffectSchema as Dt, CMSSchema as E, RustWebFrameworkSchema as Ei, I18N_VALUES as En, PYTHON_TESTING_VALUES as Er, EcosystemSchema as Et, DOTNET_API_VALUES as F, SHADCN_STYLE_VALUES as Fi, JAVA_TESTING_LIBRARIES_VALUES as Fn, PythonAuthSchema as Fr, ElixirJsonSchema as Ft, DOTNET_WEB_FRAMEWORK_VALUES as G, ShadcnStyleSchema as Gi, JavaWebFrameworkSchema as Gn, PythonValidationSchema as Gr, ExamplesSchema as Gt, DOTNET_REALTIME_VALUES as H, ShadcnFontSchema as Hi, JavaLoggingSchema as Hn, PythonRealtimeSchema as Hr, ElixirValidationSchema as Ht, DOTNET_AUTH_VALUES as I, STATE_MANAGEMENT_VALUES as Ii, JAVA_WEB_FRAMEWORK_VALUES as In, PythonCachingSchema as Ir, ElixirLibrariesSchema as It, DirectoryConflictSchema as J, StackPartSchema as Ji, LoggingSchema as Jn, REALTIME_VALUES as Jr, FILE_UPLOAD_VALUES as Jt, DatabaseSchema as K, StackPartEcosystemSchema as Ki, JobQueueSchema as Kn, PythonWebFrameworkSchema as Kr, FEATURE_FLAGS_VALUES as Kt, DOTNET_CACHING_VALUES as L, SearchSchema as Li, JOB_QUEUE_VALUES as Ln, PythonCliSchema as Lr, ElixirObservabilitySchema as Lt, DATABASE_SETUP_VALUES as M, SHADCN_FONT_VALUES as Mi, JAVA_LIBRARIES_VALUES as Mn, ProjectNameSchema as Mr, ElixirEmailSchema as Mt, DATABASE_VALUES as N, SHADCN_ICON_LIBRARY_VALUES as Ni, JAVA_LOGGING_VALUES as Nn, PythonAiSchema as Nr, ElixirHttpSchema as Nt, CSSFrameworkSchema as O, SERVER_DEPLOY_VALUES as Oi, InitResultSchema as On, PYTHON_WEB_FRAMEWORK_VALUES as Or, ElixirApiSchema as Ot, DIRECTORY_CONFLICT_VALUES as P, SHADCN_RADIUS_VALUES as Pi, JAVA_ORM_VALUES as Pn, PythonApiSchema as Pr, ElixirJobsSchema as Pt, DotnetDeploySchema as Q, TESTING_VALUES as Qi, MOBILE_PUSH_VALUES as Qn, RUST_CACHING_VALUES as Qr, FileStorageSchema as Qt, DOTNET_DEPLOY_VALUES as R, ServerDeploySchema as Ri, JavaApiSchema as Rn, PythonGraphqlSchema as Rr, ElixirOrmSchema as Rt, BetterTStackConfigFileSchema as S, RustObservabilitySchema as Si, GoOrmSchema as Sn, PYTHON_ORM_VALUES as Sr, ELIXIR_VALIDATION_VALUES as St, CLIInputSchema as T, RustTemplatingSchema as Ti, GoWebFrameworkSchema as Tn, PYTHON_TASK_QUEUE_VALUES as Tr, EXAMPLES_VALUES as Tt, DOTNET_TESTING_VALUES as U, ShadcnIconLibrarySchema as Ui, JavaOrmSchema as Un, PythonTaskQueueSchema as Ur, ElixirWebFrameworkSchema as Ut, DOTNET_ORM_VALUES as V, ShadcnColorThemeSchema as Vi, JavaLibrariesSchema as Vn, PythonQualitySchema as Vr, ElixirTestingSchema as Vt, DOTNET_VALIDATION_VALUES as W, ShadcnRadiusSchema as Wi, JavaTestingLibrariesSchema as Wn, PythonTestingSchema as Wr, EmailSchema as Wt, DotnetAuthSchema as X, StateManagementSchema as Xi, MOBILE_NAVIGATION_VALUES as Xn, RUST_API_VALUES as Xr, FRONTEND_VALUES as Xt, DotnetApiSchema as Y, StackPartSourceSchema as Yi, MOBILE_DEEP_LINKING_VALUES as Yn, RUNTIME_VALUES as Yr, FORMS_VALUES as Yt, DotnetCachingSchema as Z, TEMPLATE_VALUES as Zi, MOBILE_OTA_VALUES as Zn, RUST_AUTH_VALUES as Zr, FeatureFlagsSchema as Zt, AuthSchema as _, RustErrorHandlingSchema as _i, GoCliSchema as _n, PYTHON_AUTH_VALUES as _r, ELIXIR_OBSERVABILITY_VALUES as _t, ANALYTICS_VALUES as a, VERSION_CHANNEL_VALUES as aa, RUST_OBSERVABILITY_VALUES as ai, GO_CLI_VALUES as an, MobilePushSchema as ar, DotnetWebFrameworkSchema as at, BetterFullstackConfigFileSchema as b, RustLoggingSchema as bi, GoMessageQueueSchema as bn, PYTHON_GRAPHQL_VALUES as br, ELIXIR_REALTIME_VALUES as bt, API_VALUES as c, VersionChannelSchema as ca, RUST_TEMPLATING_VALUES as ci, GO_MESSAGE_QUEUE_VALUES as cn, MobileUISchema as cr, ELIXIR_API_VALUES as ct, AddInputSchema as d, RealtimeSchema as di, GO_REALTIME_VALUES as dn, ORM_VALUES as dr, ELIXIR_DEPLOY_VALUES as dt, TestingSchema as ea, RUST_ERROR_HANDLING_VALUES as ei, FormsSchema as en, MOBILE_TESTING_VALUES as er, DotnetObservabilitySchema as et, AddonsSchema as f, RuntimeSchema as fi, GO_TESTING_VALUES as fn, ObservabilitySchema as fr, ELIXIR_EMAIL_VALUES as ft, AstroIntegrationSchema as g, RustCliSchema as gi, GoCachingSchema as gn, PYTHON_API_VALUES as gr, ELIXIR_LIBRARIES_VALUES as gt, AnimationSchema as h, RustCachingSchema as hi, GoAuthSchema as hn, PYTHON_AI_VALUES as hr, ELIXIR_JSON_VALUES as ht, AI_VALUES as i, VECTOR_DB_VALUES as ia, RUST_MESSAGE_QUEUE_VALUES as ii, GO_CACHING_VALUES as in, MobileOTASchema as ir, DotnetValidationSchema as it, CreateInputSchema as j, SHADCN_COLOR_THEME_VALUES as ji, JAVA_BUILD_TOOL_VALUES as jn, ProjectConfigSchema as jr, ElixirDeploySchema as jt, CSS_FRAMEWORK_VALUES as k, SHADCN_BASE_COLOR_VALUES as ki, JAVA_API_VALUES as kn, PackageManagerSchema as kr, ElixirAuthSchema as kt, ASTRO_INTEGRATION_VALUES as l, WEB_DEPLOY_VALUES as la, RUST_WEB_FRAMEWORK_VALUES as li, GO_OBSERVABILITY_VALUES as ln, OBSERVABILITY_VALUES as lr, ELIXIR_AUTH_VALUES as lt, AnalyticsSchema as m, RustAuthSchema as mi, GoApiSchema as mn, PAYMENTS_VALUES as mr, ELIXIR_JOBS_VALUES as mt, AISchema as n, UI_LIBRARY_VALUES as na, RUST_LIBRARIES_VALUES as ni, GO_API_VALUES as nn, MobileDeepLinkingSchema as nr, DotnetRealtimeSchema as nt, ANIMATION_VALUES as o, ValidationSchema as oa, RUST_ORM_VALUES as oi, GO_CONFIG_VALUES as on, MobileStorageSchema as or, ECOSYSTEM_VALUES as ot, AiDocsSchema as p, RustApiSchema as pi, GO_WEB_FRAMEWORK_VALUES as pn, PACKAGE_MANAGER_VALUES as pr, ELIXIR_HTTP_VALUES as pt, DatabaseSetupSchema as q, StackPartRoleSchema as qi, LOGGING_VALUES as qn, RATE_LIMIT_VALUES as qr, FILE_STORAGE_VALUES as qt, AI_DOCS_VALUES as r, VALIDATION_VALUES as ra, RUST_LOGGING_VALUES as ri, GO_AUTH_VALUES as rn, MobileNavigationSchema as rr, DotnetTestingSchema as rt, APISchema as s, VectorDbSchema as sa, RUST_REALTIME_VALUES as si, GO_LOGGING_VALUES as sn, MobileTestingSchema as sr, EFFECT_VALUES as st, ADDONS_VALUES as t, UILibrarySchema as ta, RUST_FRONTEND_VALUES as ti, FrontendSchema as tn, MOBILE_UI_VALUES as tr, DotnetOrmSchema as tt, AUTH_VALUES as u, WebDeploySchema as ua, RateLimitSchema as ui, GO_ORM_VALUES as un, ORMSchema as ur, ELIXIR_CACHING_VALUES as ut, BACKEND_VALUES as v, RustFrontendSchema as vi, GoConfigSchema as vn, PYTHON_CACHING_VALUES as vr, ELIXIR_ORM_VALUES as vt, CACHING_VALUES as w, RustRealtimeSchema as wi, GoTestingSchema as wn, PYTHON_REALTIME_VALUES as wr, EMAIL_VALUES as wt, BetterFullstackConfigSchema as x, RustMessageQueueSchema as xi, GoObservabilitySchema as xn, PYTHON_OBSERVABILITY_VALUES as xr, ELIXIR_TESTING_VALUES as xt, BackendSchema as y, RustLibrariesSchema as yi, GoLoggingSchema as yn, PYTHON_CLI_VALUES as yr, ELIXIR_QUALITY_VALUES as yt, DOTNET_JOB_QUEUE_VALUES as z, ShadcnBaseColorSchema as zi, JavaAuthSchema as zn, PythonObservabilitySchema as zr, ElixirQualitySchema as zt };
9473
- //# sourceMappingURL=schemas-jMCVu0xX.d.mts.map
10397
+ //# sourceMappingURL=schemas-C3iF9TRm.d.mts.map