@better-fullstack/types 2.1.6 → 2.1.8

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.
@@ -22,60 +22,60 @@ 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
- runtime: "runtime";
25
+ push: "push";
26
+ frontend: "frontend";
26
27
  backend: "backend";
28
+ mobile: "mobile";
27
29
  database: "database";
30
+ api: "api";
31
+ graphql: "graphql";
28
32
  orm: "orm";
29
- dbSetup: "dbSetup";
30
33
  auth: "auth";
31
- payments: "payments";
32
- email: "email";
33
- fileUpload: "fileUpload";
34
- logging: "logging";
35
- observability: "observability";
36
- featureFlags: "featureFlags";
37
- analytics: "analytics";
38
- stateManagement: "stateManagement";
39
- forms: "forms";
40
- validation: "validation";
41
- testing: "testing";
34
+ runtime: "runtime";
35
+ deploy: "deploy";
36
+ dbSetup: "dbSetup";
42
37
  realtime: "realtime";
43
- jobQueue: "jobQueue";
38
+ navigation: "navigation";
44
39
  caching: "caching";
45
- rateLimit: "rateLimit";
46
- animation: "animation";
47
- cms: "cms";
48
- i18n: "i18n";
40
+ observability: "observability";
41
+ email: "email";
49
42
  search: "search";
50
43
  vectorDb: "vectorDb";
51
44
  fileStorage: "fileStorage";
52
- codeQuality: "codeQuality";
53
- documentation: "documentation";
54
- examples: "examples";
55
- api: "api";
56
- ai: "ai";
45
+ jobQueue: "jobQueue";
46
+ rateLimit: "rateLimit";
47
+ testing: "testing";
48
+ stateManagement: "stateManagement";
49
+ forms: "forms";
50
+ animation: "animation";
51
+ fileUpload: "fileUpload";
52
+ validation: "validation";
57
53
  effect: "effect";
58
- css: "css";
59
54
  ui: "ui";
60
- push: "push";
61
- frontend: "frontend";
62
- config: "config";
63
- mobile: "mobile";
64
- graphql: "graphql";
65
- deploy: "deploy";
66
- navigation: "navigation";
55
+ css: "css";
67
56
  storage: "storage";
68
57
  ota: "ota";
69
58
  deepLinking: "deepLinking";
59
+ ai: "ai";
60
+ payments: "payments";
61
+ logging: "logging";
62
+ featureFlags: "featureFlags";
63
+ analytics: "analytics";
64
+ cms: "cms";
65
+ i18n: "i18n";
66
+ documentation: "documentation";
67
+ codeQuality: "codeQuality";
70
68
  appPlatform: "appPlatform";
71
69
  dataFetching: "dataFetching";
72
70
  workspaceTooling: "workspaceTooling";
71
+ examples: "examples";
73
72
  language: "language";
74
73
  buildTool: "buildTool";
75
74
  cli: "cli";
76
75
  errorHandling: "errorHandling";
77
76
  httpClient: "httpClient";
78
77
  libraries: "libraries";
78
+ config: "config";
79
79
  templating: "templating";
80
80
  }>;
81
81
  declare const StackPartSourceSchema: z.ZodEnum<{
@@ -88,60 +88,60 @@ declare const StackPartSourceSchema: z.ZodEnum<{
88
88
  declare const StackPartSchema: z.ZodObject<{
89
89
  id: z.ZodString;
90
90
  role: z.ZodEnum<{
91
- runtime: "runtime";
91
+ push: "push";
92
+ frontend: "frontend";
92
93
  backend: "backend";
94
+ mobile: "mobile";
93
95
  database: "database";
96
+ api: "api";
97
+ graphql: "graphql";
94
98
  orm: "orm";
95
- dbSetup: "dbSetup";
96
99
  auth: "auth";
97
- payments: "payments";
98
- email: "email";
99
- fileUpload: "fileUpload";
100
- logging: "logging";
101
- observability: "observability";
102
- featureFlags: "featureFlags";
103
- analytics: "analytics";
104
- stateManagement: "stateManagement";
105
- forms: "forms";
106
- validation: "validation";
107
- testing: "testing";
100
+ runtime: "runtime";
101
+ deploy: "deploy";
102
+ dbSetup: "dbSetup";
108
103
  realtime: "realtime";
109
- jobQueue: "jobQueue";
104
+ navigation: "navigation";
110
105
  caching: "caching";
111
- rateLimit: "rateLimit";
112
- animation: "animation";
113
- cms: "cms";
114
- i18n: "i18n";
106
+ observability: "observability";
107
+ email: "email";
115
108
  search: "search";
116
109
  vectorDb: "vectorDb";
117
110
  fileStorage: "fileStorage";
118
- codeQuality: "codeQuality";
119
- documentation: "documentation";
120
- examples: "examples";
121
- api: "api";
122
- ai: "ai";
111
+ jobQueue: "jobQueue";
112
+ rateLimit: "rateLimit";
113
+ testing: "testing";
114
+ stateManagement: "stateManagement";
115
+ forms: "forms";
116
+ animation: "animation";
117
+ fileUpload: "fileUpload";
118
+ validation: "validation";
123
119
  effect: "effect";
124
- css: "css";
125
120
  ui: "ui";
126
- push: "push";
127
- frontend: "frontend";
128
- config: "config";
129
- mobile: "mobile";
130
- graphql: "graphql";
131
- deploy: "deploy";
132
- navigation: "navigation";
121
+ css: "css";
133
122
  storage: "storage";
134
123
  ota: "ota";
135
124
  deepLinking: "deepLinking";
125
+ ai: "ai";
126
+ payments: "payments";
127
+ logging: "logging";
128
+ featureFlags: "featureFlags";
129
+ analytics: "analytics";
130
+ cms: "cms";
131
+ i18n: "i18n";
132
+ documentation: "documentation";
133
+ codeQuality: "codeQuality";
136
134
  appPlatform: "appPlatform";
137
135
  dataFetching: "dataFetching";
138
136
  workspaceTooling: "workspaceTooling";
137
+ examples: "examples";
139
138
  language: "language";
140
139
  buildTool: "buildTool";
141
140
  cli: "cli";
142
141
  errorHandling: "errorHandling";
143
142
  httpClient: "httpClient";
144
143
  libraries: "libraries";
144
+ config: "config";
145
145
  templating: "templating";
146
146
  }>;
147
147
  toolId: z.ZodString;
@@ -540,9 +540,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
540
540
  }>;
541
541
  declare const MobileUISchema: z.ZodEnum<{
542
542
  none: "none";
543
- uniwind: "uniwind";
544
543
  tamagui: "tamagui";
545
544
  "gluestack-ui": "gluestack-ui";
545
+ uniwind: "uniwind";
546
546
  unistyles: "unistyles";
547
547
  }>;
548
548
  declare const MobileStorageSchema: z.ZodEnum<{
@@ -597,12 +597,12 @@ declare const RustCliSchema: z.ZodEnum<{
597
597
  ratatui: "ratatui";
598
598
  }>;
599
599
  declare const RustLibrariesSchema: z.ZodEnum<{
600
+ config: "config";
600
601
  none: "none";
601
602
  serde: "serde";
602
603
  uuid: "uuid";
603
604
  chrono: "chrono";
604
605
  reqwest: "reqwest";
605
- config: "config";
606
606
  dashmap: "dashmap";
607
607
  "parking-lot": "parking-lot";
608
608
  secrecy: "secrecy";
@@ -749,9 +749,9 @@ declare const GoWebFrameworkSchema: z.ZodEnum<{
749
749
  stdlib: "stdlib";
750
750
  }>;
751
751
  declare const GoOrmSchema: z.ZodEnum<{
752
- gorm: "gorm";
753
752
  none: "none";
754
753
  bun: "bun";
754
+ gorm: "gorm";
755
755
  sqlc: "sqlc";
756
756
  ent: "ent";
757
757
  }>;
@@ -1044,7 +1044,6 @@ declare const CSSFrameworkSchema: z.ZodEnum<{
1044
1044
  "postcss-only": "postcss-only";
1045
1045
  }>;
1046
1046
  declare const UILibrarySchema: z.ZodEnum<{
1047
- mui: "mui";
1048
1047
  none: "none";
1049
1048
  "shadcn-ui": "shadcn-ui";
1050
1049
  "shadcn-svelte": "shadcn-svelte";
@@ -1055,6 +1054,7 @@ declare const UILibrarySchema: z.ZodEnum<{
1055
1054
  "chakra-ui": "chakra-ui";
1056
1055
  nextui: "nextui";
1057
1056
  mantine: "mantine";
1057
+ mui: "mui";
1058
1058
  antd: "antd";
1059
1059
  "base-ui": "base-ui";
1060
1060
  "ark-ui": "ark-ui";
@@ -1126,36 +1126,36 @@ declare const ShadcnFontSchema: z.ZodEnum<{
1126
1126
  "geist-mono": "geist-mono";
1127
1127
  }>;
1128
1128
  declare const ShadcnRadiusSchema: z.ZodEnum<{
1129
- none: "none";
1130
1129
  default: "default";
1130
+ none: "none";
1131
1131
  small: "small";
1132
1132
  medium: "medium";
1133
1133
  large: "large";
1134
1134
  }>;
1135
1135
  declare const DirectoryConflictSchema: z.ZodEnum<{
1136
+ error: "error";
1136
1137
  merge: "merge";
1137
1138
  overwrite: "overwrite";
1138
1139
  increment: "increment";
1139
- error: "error";
1140
1140
  }>;
1141
1141
  declare const TemplateSchema: z.ZodEnum<{
1142
1142
  none: "none";
1143
+ uniwind: "uniwind";
1143
1144
  mern: "mern";
1144
1145
  pern: "pern";
1145
1146
  t3: "t3";
1146
1147
  saas: "saas";
1147
- uniwind: "uniwind";
1148
1148
  }>;
1149
1149
  declare const ProjectNameSchema: z.ZodString;
1150
1150
  declare const CreateInputSchema: z.ZodObject<{
1151
1151
  projectName: z.ZodOptional<z.ZodString>;
1152
1152
  template: z.ZodOptional<z.ZodEnum<{
1153
1153
  none: "none";
1154
+ uniwind: "uniwind";
1154
1155
  mern: "mern";
1155
1156
  pern: "pern";
1156
1157
  t3: "t3";
1157
1158
  saas: "saas";
1158
- uniwind: "uniwind";
1159
1159
  }>>;
1160
1160
  yes: z.ZodOptional<z.ZodBoolean>;
1161
1161
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -1357,10 +1357,10 @@ declare const CreateInputSchema: z.ZodObject<{
1357
1357
  vercel: "vercel";
1358
1358
  }>>;
1359
1359
  directoryConflict: z.ZodOptional<z.ZodEnum<{
1360
+ error: "error";
1360
1361
  merge: "merge";
1361
1362
  overwrite: "overwrite";
1362
1363
  increment: "increment";
1363
- error: "error";
1364
1364
  }>>;
1365
1365
  renderTitle: z.ZodOptional<z.ZodBoolean>;
1366
1366
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -1439,7 +1439,6 @@ declare const CreateInputSchema: z.ZodObject<{
1439
1439
  "postcss-only": "postcss-only";
1440
1440
  }>>;
1441
1441
  uiLibrary: z.ZodOptional<z.ZodEnum<{
1442
- mui: "mui";
1443
1442
  none: "none";
1444
1443
  "shadcn-ui": "shadcn-ui";
1445
1444
  "shadcn-svelte": "shadcn-svelte";
@@ -1450,6 +1449,7 @@ declare const CreateInputSchema: z.ZodObject<{
1450
1449
  "chakra-ui": "chakra-ui";
1451
1450
  nextui: "nextui";
1452
1451
  mantine: "mantine";
1452
+ mui: "mui";
1453
1453
  antd: "antd";
1454
1454
  "base-ui": "base-ui";
1455
1455
  "ark-ui": "ark-ui";
@@ -1521,8 +1521,8 @@ declare const CreateInputSchema: z.ZodObject<{
1521
1521
  "geist-mono": "geist-mono";
1522
1522
  }>>;
1523
1523
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1524
- none: "none";
1525
1524
  default: "default";
1525
+ none: "none";
1526
1526
  small: "small";
1527
1527
  medium: "medium";
1528
1528
  large: "large";
@@ -1652,9 +1652,9 @@ declare const CreateInputSchema: z.ZodObject<{
1652
1652
  }>>;
1653
1653
  mobileUI: z.ZodOptional<z.ZodEnum<{
1654
1654
  none: "none";
1655
- uniwind: "uniwind";
1656
1655
  tamagui: "tamagui";
1657
1656
  "gluestack-ui": "gluestack-ui";
1657
+ uniwind: "uniwind";
1658
1658
  unistyles: "unistyles";
1659
1659
  }>>;
1660
1660
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -1709,12 +1709,12 @@ declare const CreateInputSchema: z.ZodObject<{
1709
1709
  ratatui: "ratatui";
1710
1710
  }>>;
1711
1711
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1712
+ config: "config";
1712
1713
  none: "none";
1713
1714
  serde: "serde";
1714
1715
  uuid: "uuid";
1715
1716
  chrono: "chrono";
1716
1717
  reqwest: "reqwest";
1717
- config: "config";
1718
1718
  dashmap: "dashmap";
1719
1719
  "parking-lot": "parking-lot";
1720
1720
  secrecy: "secrecy";
@@ -1861,9 +1861,9 @@ declare const CreateInputSchema: z.ZodObject<{
1861
1861
  stdlib: "stdlib";
1862
1862
  }>>;
1863
1863
  goOrm: z.ZodOptional<z.ZodEnum<{
1864
- gorm: "gorm";
1865
1864
  none: "none";
1866
1865
  bun: "bun";
1866
+ gorm: "gorm";
1867
1867
  sqlc: "sqlc";
1868
1868
  ent: "ent";
1869
1869
  }>>;
@@ -2151,29 +2151,27 @@ declare const CreateInputSchema: z.ZodObject<{
2151
2151
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
2152
2152
  }, z.core.$strip>;
2153
2153
  declare const AddInputSchema: z.ZodObject<{
2154
- ecosystem: z.ZodOptional<z.ZodEnum<{
2155
- typescript: "typescript";
2156
- "react-native": "react-native";
2157
- rust: "rust";
2158
- python: "python";
2159
- go: "go";
2160
- java: "java";
2161
- elixir: "elixir";
2162
- dotnet: "dotnet";
2163
- }>>;
2164
- astroIntegration: z.ZodOptional<z.ZodEnum<{
2154
+ frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2165
2155
  none: "none";
2156
+ "tanstack-router": "tanstack-router";
2157
+ "react-router": "react-router";
2158
+ "react-vite": "react-vite";
2159
+ "tanstack-start": "tanstack-start";
2160
+ next: "next";
2161
+ vinext: "vinext";
2162
+ nuxt: "nuxt";
2163
+ "native-bare": "native-bare";
2164
+ "native-uniwind": "native-uniwind";
2165
+ "native-unistyles": "native-unistyles";
2166
2166
  svelte: "svelte";
2167
2167
  solid: "solid";
2168
- react: "react";
2169
- vue: "vue";
2170
- }>>;
2171
- runtime: z.ZodOptional<z.ZodEnum<{
2172
- none: "none";
2173
- bun: "bun";
2174
- node: "node";
2175
- workers: "workers";
2176
- }>>;
2168
+ "solid-start": "solid-start";
2169
+ astro: "astro";
2170
+ qwik: "qwik";
2171
+ angular: "angular";
2172
+ redwood: "redwood";
2173
+ fresh: "fresh";
2174
+ }>>>;
2177
2175
  backend: z.ZodOptional<z.ZodEnum<{
2178
2176
  effect: "effect";
2179
2177
  none: "none";
@@ -2198,6 +2196,16 @@ declare const AddInputSchema: z.ZodObject<{
2198
2196
  edgedb: "edgedb";
2199
2197
  redis: "redis";
2200
2198
  }>>;
2199
+ api: z.ZodOptional<z.ZodEnum<{
2200
+ none: "none";
2201
+ trpc: "trpc";
2202
+ orpc: "orpc";
2203
+ "ts-rest": "ts-rest";
2204
+ garph: "garph";
2205
+ "graphql-yoga": "graphql-yoga";
2206
+ "apollo-server": "apollo-server";
2207
+ openapi: "openapi";
2208
+ }>>;
2201
2209
  orm: z.ZodOptional<z.ZodEnum<{
2202
2210
  none: "none";
2203
2211
  drizzle: "drizzle";
@@ -2208,18 +2216,6 @@ declare const AddInputSchema: z.ZodObject<{
2208
2216
  mikroorm: "mikroorm";
2209
2217
  sequelize: "sequelize";
2210
2218
  }>>;
2211
- dbSetup: z.ZodOptional<z.ZodEnum<{
2212
- none: "none";
2213
- turso: "turso";
2214
- neon: "neon";
2215
- "prisma-postgres": "prisma-postgres";
2216
- planetscale: "planetscale";
2217
- "mongodb-atlas": "mongodb-atlas";
2218
- supabase: "supabase";
2219
- upstash: "upstash";
2220
- d1: "d1";
2221
- docker: "docker";
2222
- }>>;
2223
2219
  auth: z.ZodOptional<z.ZodEnum<{
2224
2220
  none: "none";
2225
2221
  "better-auth": "better-auth";
@@ -2233,40 +2229,37 @@ declare const AddInputSchema: z.ZodObject<{
2233
2229
  workos: "workos";
2234
2230
  kinde: "kinde";
2235
2231
  }>>;
2236
- payments: z.ZodOptional<z.ZodEnum<{
2232
+ runtime: z.ZodOptional<z.ZodEnum<{
2237
2233
  none: "none";
2238
- revenuecat: "revenuecat";
2239
- polar: "polar";
2240
- stripe: "stripe";
2241
- "lemon-squeezy": "lemon-squeezy";
2242
- paddle: "paddle";
2243
- dodo: "dodo";
2244
- creem: "creem";
2245
- autumn: "autumn";
2246
- commet: "commet";
2234
+ bun: "bun";
2235
+ node: "node";
2236
+ workers: "workers";
2247
2237
  }>>;
2248
- email: z.ZodOptional<z.ZodEnum<{
2238
+ dbSetup: z.ZodOptional<z.ZodEnum<{
2249
2239
  none: "none";
2250
- "react-email": "react-email";
2251
- resend: "resend";
2252
- nodemailer: "nodemailer";
2253
- postmark: "postmark";
2254
- sendgrid: "sendgrid";
2255
- "aws-ses": "aws-ses";
2256
- mailgun: "mailgun";
2257
- plunk: "plunk";
2240
+ turso: "turso";
2241
+ neon: "neon";
2242
+ "prisma-postgres": "prisma-postgres";
2243
+ planetscale: "planetscale";
2244
+ "mongodb-atlas": "mongodb-atlas";
2245
+ supabase: "supabase";
2246
+ upstash: "upstash";
2247
+ d1: "d1";
2248
+ docker: "docker";
2258
2249
  }>>;
2259
- fileUpload: z.ZodOptional<z.ZodEnum<{
2250
+ realtime: z.ZodOptional<z.ZodEnum<{
2260
2251
  none: "none";
2261
- uploadthing: "uploadthing";
2262
- filepond: "filepond";
2263
- uppy: "uppy";
2252
+ "socket-io": "socket-io";
2253
+ partykit: "partykit";
2254
+ ably: "ably";
2255
+ pusher: "pusher";
2256
+ liveblocks: "liveblocks";
2257
+ yjs: "yjs";
2264
2258
  }>>;
2265
- logging: z.ZodOptional<z.ZodEnum<{
2259
+ caching: z.ZodOptional<z.ZodEnum<{
2266
2260
  none: "none";
2267
- pino: "pino";
2268
- winston: "winston";
2269
- evlog: "evlog";
2261
+ redis: "redis";
2262
+ "upstash-redis": "upstash-redis";
2270
2263
  }>>;
2271
2264
  observability: z.ZodOptional<z.ZodEnum<{
2272
2265
  none: "none";
@@ -2277,19 +2270,59 @@ declare const AddInputSchema: z.ZodObject<{
2277
2270
  axiom: "axiom";
2278
2271
  betterstack: "betterstack";
2279
2272
  }>>;
2280
- featureFlags: z.ZodOptional<z.ZodEnum<{
2273
+ email: z.ZodOptional<z.ZodEnum<{
2281
2274
  none: "none";
2282
- growthbook: "growthbook";
2283
- posthog: "posthog";
2284
- launchdarkly: "launchdarkly";
2285
- flagsmith: "flagsmith";
2286
- unleash: "unleash";
2275
+ "react-email": "react-email";
2276
+ resend: "resend";
2277
+ nodemailer: "nodemailer";
2278
+ postmark: "postmark";
2279
+ sendgrid: "sendgrid";
2280
+ "aws-ses": "aws-ses";
2281
+ mailgun: "mailgun";
2282
+ plunk: "plunk";
2287
2283
  }>>;
2288
- analytics: z.ZodOptional<z.ZodEnum<{
2284
+ search: z.ZodOptional<z.ZodEnum<{
2289
2285
  none: "none";
2290
- posthog: "posthog";
2291
- plausible: "plausible";
2292
- umami: "umami";
2286
+ meilisearch: "meilisearch";
2287
+ typesense: "typesense";
2288
+ elasticsearch: "elasticsearch";
2289
+ opensearch: "opensearch";
2290
+ algolia: "algolia";
2291
+ bleve: "bleve";
2292
+ }>>;
2293
+ vectorDb: z.ZodOptional<z.ZodEnum<{
2294
+ none: "none";
2295
+ pgvector: "pgvector";
2296
+ qdrant: "qdrant";
2297
+ chroma: "chroma";
2298
+ pinecone: "pinecone";
2299
+ }>>;
2300
+ fileStorage: z.ZodOptional<z.ZodEnum<{
2301
+ none: "none";
2302
+ s3: "s3";
2303
+ r2: "r2";
2304
+ cloudinary: "cloudinary";
2305
+ "supabase-storage": "supabase-storage";
2306
+ }>>;
2307
+ jobQueue: z.ZodOptional<z.ZodEnum<{
2308
+ none: "none";
2309
+ bullmq: "bullmq";
2310
+ "trigger-dev": "trigger-dev";
2311
+ inngest: "inngest";
2312
+ temporal: "temporal";
2313
+ }>>;
2314
+ rateLimit: z.ZodOptional<z.ZodEnum<{
2315
+ none: "none";
2316
+ arcjet: "arcjet";
2317
+ "upstash-ratelimit": "upstash-ratelimit";
2318
+ }>>;
2319
+ testing: z.ZodOptional<z.ZodEnum<{
2320
+ none: "none";
2321
+ vitest: "vitest";
2322
+ playwright: "playwright";
2323
+ "vitest-playwright": "vitest-playwright";
2324
+ jest: "jest";
2325
+ cypress: "cypress";
2293
2326
  }>>;
2294
2327
  stateManagement: z.ZodOptional<z.ZodEnum<{
2295
2328
  none: "none";
@@ -2312,6 +2345,20 @@ declare const AddInputSchema: z.ZodObject<{
2312
2345
  conform: "conform";
2313
2346
  "modular-forms": "modular-forms";
2314
2347
  }>>;
2348
+ animation: z.ZodOptional<z.ZodEnum<{
2349
+ none: "none";
2350
+ "framer-motion": "framer-motion";
2351
+ gsap: "gsap";
2352
+ "react-spring": "react-spring";
2353
+ "auto-animate": "auto-animate";
2354
+ lottie: "lottie";
2355
+ }>>;
2356
+ fileUpload: z.ZodOptional<z.ZodEnum<{
2357
+ none: "none";
2358
+ uploadthing: "uploadthing";
2359
+ filepond: "filepond";
2360
+ uppy: "uppy";
2361
+ }>>;
2315
2362
  validation: z.ZodOptional<z.ZodEnum<{
2316
2363
  none: "none";
2317
2364
  zod: "zod";
@@ -2322,47 +2369,165 @@ declare const AddInputSchema: z.ZodObject<{
2322
2369
  runtypes: "runtypes";
2323
2370
  "effect-schema": "effect-schema";
2324
2371
  }>>;
2325
- testing: z.ZodOptional<z.ZodEnum<{
2372
+ effect: z.ZodOptional<z.ZodEnum<{
2373
+ effect: "effect";
2326
2374
  none: "none";
2327
- vitest: "vitest";
2328
- playwright: "playwright";
2329
- "vitest-playwright": "vitest-playwright";
2330
- jest: "jest";
2331
- cypress: "cypress";
2375
+ "effect-full": "effect-full";
2332
2376
  }>>;
2333
- realtime: z.ZodOptional<z.ZodEnum<{
2377
+ ai: z.ZodOptional<z.ZodEnum<{
2334
2378
  none: "none";
2335
- "socket-io": "socket-io";
2336
- partykit: "partykit";
2337
- ably: "ably";
2338
- pusher: "pusher";
2339
- liveblocks: "liveblocks";
2340
- yjs: "yjs";
2379
+ "vercel-ai": "vercel-ai";
2380
+ mastra: "mastra";
2381
+ voltagent: "voltagent";
2382
+ langgraph: "langgraph";
2383
+ "openai-agents": "openai-agents";
2384
+ "google-adk": "google-adk";
2385
+ modelfusion: "modelfusion";
2386
+ langchain: "langchain";
2387
+ llamaindex: "llamaindex";
2388
+ "tanstack-ai": "tanstack-ai";
2389
+ "ai-cli": "ai-cli";
2341
2390
  }>>;
2342
- jobQueue: z.ZodOptional<z.ZodEnum<{
2391
+ payments: z.ZodOptional<z.ZodEnum<{
2343
2392
  none: "none";
2344
- bullmq: "bullmq";
2345
- "trigger-dev": "trigger-dev";
2346
- inngest: "inngest";
2347
- temporal: "temporal";
2393
+ revenuecat: "revenuecat";
2394
+ polar: "polar";
2395
+ stripe: "stripe";
2396
+ "lemon-squeezy": "lemon-squeezy";
2397
+ paddle: "paddle";
2398
+ dodo: "dodo";
2399
+ creem: "creem";
2400
+ autumn: "autumn";
2401
+ commet: "commet";
2348
2402
  }>>;
2349
- caching: z.ZodOptional<z.ZodEnum<{
2403
+ logging: z.ZodOptional<z.ZodEnum<{
2350
2404
  none: "none";
2351
- redis: "redis";
2352
- "upstash-redis": "upstash-redis";
2405
+ pino: "pino";
2406
+ winston: "winston";
2407
+ evlog: "evlog";
2353
2408
  }>>;
2354
- rateLimit: z.ZodOptional<z.ZodEnum<{
2409
+ featureFlags: z.ZodOptional<z.ZodEnum<{
2355
2410
  none: "none";
2356
- arcjet: "arcjet";
2357
- "upstash-ratelimit": "upstash-ratelimit";
2411
+ growthbook: "growthbook";
2412
+ posthog: "posthog";
2413
+ launchdarkly: "launchdarkly";
2414
+ flagsmith: "flagsmith";
2415
+ unleash: "unleash";
2358
2416
  }>>;
2359
- animation: z.ZodOptional<z.ZodEnum<{
2417
+ analytics: z.ZodOptional<z.ZodEnum<{
2360
2418
  none: "none";
2361
- "framer-motion": "framer-motion";
2362
- gsap: "gsap";
2363
- "react-spring": "react-spring";
2364
- "auto-animate": "auto-animate";
2365
- lottie: "lottie";
2419
+ posthog: "posthog";
2420
+ plausible: "plausible";
2421
+ umami: "umami";
2422
+ }>>;
2423
+ cms: z.ZodOptional<z.ZodEnum<{
2424
+ none: "none";
2425
+ payload: "payload";
2426
+ sanity: "sanity";
2427
+ strapi: "strapi";
2428
+ tinacms: "tinacms";
2429
+ directus: "directus";
2430
+ keystatic: "keystatic";
2431
+ }>>;
2432
+ i18n: z.ZodOptional<z.ZodEnum<{
2433
+ none: "none";
2434
+ paraglide: "paraglide";
2435
+ i18next: "i18next";
2436
+ "next-intl": "next-intl";
2437
+ intlayer: "intlayer";
2438
+ }>>;
2439
+ examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2440
+ ai: "ai";
2441
+ none: "none";
2442
+ "chat-sdk": "chat-sdk";
2443
+ "tanstack-showcase": "tanstack-showcase";
2444
+ }>>>;
2445
+ ecosystem: z.ZodOptional<z.ZodEnum<{
2446
+ typescript: "typescript";
2447
+ "react-native": "react-native";
2448
+ rust: "rust";
2449
+ python: "python";
2450
+ go: "go";
2451
+ java: "java";
2452
+ elixir: "elixir";
2453
+ dotnet: "dotnet";
2454
+ }>>;
2455
+ dryRun: z.ZodOptional<z.ZodBoolean>;
2456
+ addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2457
+ none: "none";
2458
+ pwa: "pwa";
2459
+ tauri: "tauri";
2460
+ starlight: "starlight";
2461
+ biome: "biome";
2462
+ lefthook: "lefthook";
2463
+ husky: "husky";
2464
+ ruler: "ruler";
2465
+ mcp: "mcp";
2466
+ skills: "skills";
2467
+ turborepo: "turborepo";
2468
+ nx: "nx";
2469
+ fumadocs: "fumadocs";
2470
+ ultracite: "ultracite";
2471
+ oxlint: "oxlint";
2472
+ opentui: "opentui";
2473
+ wxt: "wxt";
2474
+ msw: "msw";
2475
+ storybook: "storybook";
2476
+ swr: "swr";
2477
+ "tanstack-query": "tanstack-query";
2478
+ "tanstack-table": "tanstack-table";
2479
+ "tanstack-virtual": "tanstack-virtual";
2480
+ "tanstack-db": "tanstack-db";
2481
+ "tanstack-pacer": "tanstack-pacer";
2482
+ "backend-utils": "backend-utils";
2483
+ devcontainer: "devcontainer";
2484
+ "docker-compose": "docker-compose";
2485
+ "github-actions": "github-actions";
2486
+ }>>>;
2487
+ packageManager: z.ZodOptional<z.ZodEnum<{
2488
+ bun: "bun";
2489
+ npm: "npm";
2490
+ pnpm: "pnpm";
2491
+ yarn: "yarn";
2492
+ }>>;
2493
+ workspaceShape: z.ZodOptional<z.ZodEnum<{
2494
+ monorepo: "monorepo";
2495
+ "single-app": "single-app";
2496
+ }>>;
2497
+ versionChannel: z.ZodOptional<z.ZodEnum<{
2498
+ stable: "stable";
2499
+ latest: "latest";
2500
+ beta: "beta";
2501
+ }>>;
2502
+ install: z.ZodOptional<z.ZodBoolean>;
2503
+ webDeploy: z.ZodOptional<z.ZodEnum<{
2504
+ none: "none";
2505
+ docker: "docker";
2506
+ cloudflare: "cloudflare";
2507
+ fly: "fly";
2508
+ railway: "railway";
2509
+ render: "render";
2510
+ netlify: "netlify";
2511
+ sst: "sst";
2512
+ vercel: "vercel";
2513
+ }>>;
2514
+ serverDeploy: z.ZodOptional<z.ZodEnum<{
2515
+ none: "none";
2516
+ docker: "docker";
2517
+ cloudflare: "cloudflare";
2518
+ fly: "fly";
2519
+ railway: "railway";
2520
+ render: "render";
2521
+ netlify: "netlify";
2522
+ sst: "sst";
2523
+ vercel: "vercel";
2524
+ }>>;
2525
+ astroIntegration: z.ZodOptional<z.ZodEnum<{
2526
+ none: "none";
2527
+ svelte: "svelte";
2528
+ solid: "solid";
2529
+ react: "react";
2530
+ vue: "vue";
2366
2531
  }>>;
2367
2532
  cssFramework: z.ZodOptional<z.ZodEnum<{
2368
2533
  none: "none";
@@ -2372,7 +2537,6 @@ declare const AddInputSchema: z.ZodObject<{
2372
2537
  "postcss-only": "postcss-only";
2373
2538
  }>>;
2374
2539
  uiLibrary: z.ZodOptional<z.ZodEnum<{
2375
- mui: "mui";
2376
2540
  none: "none";
2377
2541
  "shadcn-ui": "shadcn-ui";
2378
2542
  "shadcn-svelte": "shadcn-svelte";
@@ -2383,6 +2547,7 @@ declare const AddInputSchema: z.ZodObject<{
2383
2547
  "chakra-ui": "chakra-ui";
2384
2548
  nextui: "nextui";
2385
2549
  mantine: "mantine";
2550
+ mui: "mui";
2386
2551
  antd: "antd";
2387
2552
  "base-ui": "base-ui";
2388
2553
  "ark-ui": "ark-ui";
@@ -2454,51 +2619,12 @@ declare const AddInputSchema: z.ZodObject<{
2454
2619
  "geist-mono": "geist-mono";
2455
2620
  }>>;
2456
2621
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
2457
- none: "none";
2458
2622
  default: "default";
2623
+ none: "none";
2459
2624
  small: "small";
2460
2625
  medium: "medium";
2461
2626
  large: "large";
2462
2627
  }>>;
2463
- cms: z.ZodOptional<z.ZodEnum<{
2464
- none: "none";
2465
- payload: "payload";
2466
- sanity: "sanity";
2467
- strapi: "strapi";
2468
- tinacms: "tinacms";
2469
- directus: "directus";
2470
- keystatic: "keystatic";
2471
- }>>;
2472
- i18n: z.ZodOptional<z.ZodEnum<{
2473
- none: "none";
2474
- paraglide: "paraglide";
2475
- i18next: "i18next";
2476
- "next-intl": "next-intl";
2477
- intlayer: "intlayer";
2478
- }>>;
2479
- search: z.ZodOptional<z.ZodEnum<{
2480
- none: "none";
2481
- meilisearch: "meilisearch";
2482
- typesense: "typesense";
2483
- elasticsearch: "elasticsearch";
2484
- opensearch: "opensearch";
2485
- algolia: "algolia";
2486
- bleve: "bleve";
2487
- }>>;
2488
- vectorDb: z.ZodOptional<z.ZodEnum<{
2489
- none: "none";
2490
- pgvector: "pgvector";
2491
- qdrant: "qdrant";
2492
- chroma: "chroma";
2493
- pinecone: "pinecone";
2494
- }>>;
2495
- fileStorage: z.ZodOptional<z.ZodEnum<{
2496
- none: "none";
2497
- s3: "s3";
2498
- r2: "r2";
2499
- cloudinary: "cloudinary";
2500
- "supabase-storage": "supabase-storage";
2501
- }>>;
2502
2628
  mobileNavigation: z.ZodOptional<z.ZodEnum<{
2503
2629
  none: "none";
2504
2630
  "expo-router": "expo-router";
@@ -2506,9 +2632,9 @@ declare const AddInputSchema: z.ZodObject<{
2506
2632
  }>>;
2507
2633
  mobileUI: z.ZodOptional<z.ZodEnum<{
2508
2634
  none: "none";
2509
- uniwind: "uniwind";
2510
2635
  tamagui: "tamagui";
2511
2636
  "gluestack-ui": "gluestack-ui";
2637
+ uniwind: "uniwind";
2512
2638
  unistyles: "unistyles";
2513
2639
  }>>;
2514
2640
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -2533,66 +2659,6 @@ declare const AddInputSchema: z.ZodObject<{
2533
2659
  none: "none";
2534
2660
  "expo-linking": "expo-linking";
2535
2661
  }>>;
2536
- packageManager: z.ZodOptional<z.ZodEnum<{
2537
- bun: "bun";
2538
- npm: "npm";
2539
- pnpm: "pnpm";
2540
- yarn: "yarn";
2541
- }>>;
2542
- workspaceShape: z.ZodOptional<z.ZodEnum<{
2543
- monorepo: "monorepo";
2544
- "single-app": "single-app";
2545
- }>>;
2546
- versionChannel: z.ZodOptional<z.ZodEnum<{
2547
- stable: "stable";
2548
- latest: "latest";
2549
- beta: "beta";
2550
- }>>;
2551
- examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2552
- ai: "ai";
2553
- none: "none";
2554
- "chat-sdk": "chat-sdk";
2555
- "tanstack-showcase": "tanstack-showcase";
2556
- }>>>;
2557
- aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2558
- none: "none";
2559
- "claude-md": "claude-md";
2560
- "agents-md": "agents-md";
2561
- cursorrules: "cursorrules";
2562
- }>>>;
2563
- install: z.ZodOptional<z.ZodBoolean>;
2564
- api: z.ZodOptional<z.ZodEnum<{
2565
- none: "none";
2566
- trpc: "trpc";
2567
- orpc: "orpc";
2568
- "ts-rest": "ts-rest";
2569
- garph: "garph";
2570
- "graphql-yoga": "graphql-yoga";
2571
- "apollo-server": "apollo-server";
2572
- openapi: "openapi";
2573
- }>>;
2574
- webDeploy: z.ZodOptional<z.ZodEnum<{
2575
- none: "none";
2576
- docker: "docker";
2577
- cloudflare: "cloudflare";
2578
- fly: "fly";
2579
- railway: "railway";
2580
- render: "render";
2581
- netlify: "netlify";
2582
- sst: "sst";
2583
- vercel: "vercel";
2584
- }>>;
2585
- serverDeploy: z.ZodOptional<z.ZodEnum<{
2586
- none: "none";
2587
- docker: "docker";
2588
- cloudflare: "cloudflare";
2589
- fly: "fly";
2590
- railway: "railway";
2591
- render: "render";
2592
- netlify: "netlify";
2593
- sst: "sst";
2594
- vercel: "vercel";
2595
- }>>;
2596
2662
  rustWebFramework: z.ZodOptional<z.ZodEnum<{
2597
2663
  none: "none";
2598
2664
  axum: "axum";
@@ -2623,12 +2689,12 @@ declare const AddInputSchema: z.ZodObject<{
2623
2689
  ratatui: "ratatui";
2624
2690
  }>>;
2625
2691
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2692
+ config: "config";
2626
2693
  none: "none";
2627
2694
  serde: "serde";
2628
2695
  uuid: "uuid";
2629
2696
  chrono: "chrono";
2630
2697
  reqwest: "reqwest";
2631
- config: "config";
2632
2698
  dashmap: "dashmap";
2633
2699
  "parking-lot": "parking-lot";
2634
2700
  secrecy: "secrecy";
@@ -2775,9 +2841,9 @@ declare const AddInputSchema: z.ZodObject<{
2775
2841
  stdlib: "stdlib";
2776
2842
  }>>;
2777
2843
  goOrm: z.ZodOptional<z.ZodEnum<{
2778
- gorm: "gorm";
2779
2844
  none: "none";
2780
2845
  bun: "bun";
2846
+ gorm: "gorm";
2781
2847
  sqlc: "sqlc";
2782
2848
  ent: "ent";
2783
2849
  }>>;
@@ -3037,98 +3103,32 @@ declare const AddInputSchema: z.ZodObject<{
3037
3103
  mox: "mox";
3038
3104
  bypass: "bypass";
3039
3105
  wallaby: "wallaby";
3040
- }>>;
3041
- elixirQuality: z.ZodOptional<z.ZodEnum<{
3042
- none: "none";
3043
- credo: "credo";
3044
- dialyxir: "dialyxir";
3045
- sobelow: "sobelow";
3046
- }>>;
3047
- elixirDeploy: z.ZodOptional<z.ZodEnum<{
3048
- none: "none";
3049
- docker: "docker";
3050
- fly: "fly";
3051
- gigalixir: "gigalixir";
3052
- "mix-release": "mix-release";
3053
- }>>;
3054
- elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3055
- none: "none";
3056
- nx: "nx";
3057
- broadway: "broadway";
3058
- }>>>;
3059
- ai: z.ZodOptional<z.ZodEnum<{
3060
- none: "none";
3061
- "vercel-ai": "vercel-ai";
3062
- mastra: "mastra";
3063
- voltagent: "voltagent";
3064
- langgraph: "langgraph";
3065
- "openai-agents": "openai-agents";
3066
- "google-adk": "google-adk";
3067
- modelfusion: "modelfusion";
3068
- langchain: "langchain";
3069
- llamaindex: "llamaindex";
3070
- "tanstack-ai": "tanstack-ai";
3071
- "ai-cli": "ai-cli";
3072
- }>>;
3073
- effect: z.ZodOptional<z.ZodEnum<{
3074
- effect: "effect";
3075
- none: "none";
3076
- "effect-full": "effect-full";
3077
- }>>;
3078
- part: z.ZodOptional<z.ZodArray<z.ZodString>>;
3079
- dryRun: z.ZodOptional<z.ZodBoolean>;
3080
- frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3081
- none: "none";
3082
- "tanstack-router": "tanstack-router";
3083
- "react-router": "react-router";
3084
- "react-vite": "react-vite";
3085
- "tanstack-start": "tanstack-start";
3086
- next: "next";
3087
- vinext: "vinext";
3088
- nuxt: "nuxt";
3089
- "native-bare": "native-bare";
3090
- "native-uniwind": "native-uniwind";
3091
- "native-unistyles": "native-unistyles";
3092
- svelte: "svelte";
3093
- solid: "solid";
3094
- "solid-start": "solid-start";
3095
- astro: "astro";
3096
- qwik: "qwik";
3097
- angular: "angular";
3098
- redwood: "redwood";
3099
- fresh: "fresh";
3100
- }>>>;
3101
- addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3106
+ }>>;
3107
+ elixirQuality: z.ZodOptional<z.ZodEnum<{
3108
+ none: "none";
3109
+ credo: "credo";
3110
+ dialyxir: "dialyxir";
3111
+ sobelow: "sobelow";
3112
+ }>>;
3113
+ elixirDeploy: z.ZodOptional<z.ZodEnum<{
3114
+ none: "none";
3115
+ docker: "docker";
3116
+ fly: "fly";
3117
+ gigalixir: "gigalixir";
3118
+ "mix-release": "mix-release";
3119
+ }>>;
3120
+ elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3102
3121
  none: "none";
3103
- pwa: "pwa";
3104
- tauri: "tauri";
3105
- starlight: "starlight";
3106
- biome: "biome";
3107
- lefthook: "lefthook";
3108
- husky: "husky";
3109
- ruler: "ruler";
3110
- mcp: "mcp";
3111
- skills: "skills";
3112
- turborepo: "turborepo";
3113
3122
  nx: "nx";
3114
- fumadocs: "fumadocs";
3115
- ultracite: "ultracite";
3116
- oxlint: "oxlint";
3117
- opentui: "opentui";
3118
- wxt: "wxt";
3119
- msw: "msw";
3120
- storybook: "storybook";
3121
- swr: "swr";
3122
- "tanstack-query": "tanstack-query";
3123
- "tanstack-table": "tanstack-table";
3124
- "tanstack-virtual": "tanstack-virtual";
3125
- "tanstack-db": "tanstack-db";
3126
- "tanstack-pacer": "tanstack-pacer";
3127
- "backend-utils": "backend-utils";
3128
- devcontainer: "devcontainer";
3129
- "docker-compose": "docker-compose";
3130
- "github-actions": "github-actions";
3123
+ broadway: "broadway";
3124
+ }>>>;
3125
+ aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3126
+ none: "none";
3127
+ "claude-md": "claude-md";
3128
+ "agents-md": "agents-md";
3129
+ cursorrules: "cursorrules";
3131
3130
  }>>>;
3131
+ part: z.ZodOptional<z.ZodArray<z.ZodString>>;
3132
3132
  projectDir: z.ZodOptional<z.ZodString>;
3133
3133
  acknowledgeArchitectureChange: z.ZodOptional<z.ZodBoolean>;
3134
3134
  }, z.core.$strip>;
@@ -3136,11 +3136,11 @@ declare const CLIInputSchema: z.ZodObject<{
3136
3136
  projectName: z.ZodOptional<z.ZodString>;
3137
3137
  template: z.ZodOptional<z.ZodEnum<{
3138
3138
  none: "none";
3139
+ uniwind: "uniwind";
3139
3140
  mern: "mern";
3140
3141
  pern: "pern";
3141
3142
  t3: "t3";
3142
3143
  saas: "saas";
3143
- uniwind: "uniwind";
3144
3144
  }>>;
3145
3145
  yes: z.ZodOptional<z.ZodBoolean>;
3146
3146
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -3342,10 +3342,10 @@ declare const CLIInputSchema: z.ZodObject<{
3342
3342
  vercel: "vercel";
3343
3343
  }>>;
3344
3344
  directoryConflict: z.ZodOptional<z.ZodEnum<{
3345
+ error: "error";
3345
3346
  merge: "merge";
3346
3347
  overwrite: "overwrite";
3347
3348
  increment: "increment";
3348
- error: "error";
3349
3349
  }>>;
3350
3350
  renderTitle: z.ZodOptional<z.ZodBoolean>;
3351
3351
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -3424,7 +3424,6 @@ declare const CLIInputSchema: z.ZodObject<{
3424
3424
  "postcss-only": "postcss-only";
3425
3425
  }>>;
3426
3426
  uiLibrary: z.ZodOptional<z.ZodEnum<{
3427
- mui: "mui";
3428
3427
  none: "none";
3429
3428
  "shadcn-ui": "shadcn-ui";
3430
3429
  "shadcn-svelte": "shadcn-svelte";
@@ -3435,6 +3434,7 @@ declare const CLIInputSchema: z.ZodObject<{
3435
3434
  "chakra-ui": "chakra-ui";
3436
3435
  nextui: "nextui";
3437
3436
  mantine: "mantine";
3437
+ mui: "mui";
3438
3438
  antd: "antd";
3439
3439
  "base-ui": "base-ui";
3440
3440
  "ark-ui": "ark-ui";
@@ -3506,8 +3506,8 @@ declare const CLIInputSchema: z.ZodObject<{
3506
3506
  "geist-mono": "geist-mono";
3507
3507
  }>>;
3508
3508
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
3509
- none: "none";
3510
3509
  default: "default";
3510
+ none: "none";
3511
3511
  small: "small";
3512
3512
  medium: "medium";
3513
3513
  large: "large";
@@ -3637,9 +3637,9 @@ declare const CLIInputSchema: z.ZodObject<{
3637
3637
  }>>;
3638
3638
  mobileUI: z.ZodOptional<z.ZodEnum<{
3639
3639
  none: "none";
3640
- uniwind: "uniwind";
3641
3640
  tamagui: "tamagui";
3642
3641
  "gluestack-ui": "gluestack-ui";
3642
+ uniwind: "uniwind";
3643
3643
  unistyles: "unistyles";
3644
3644
  }>>;
3645
3645
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -3694,12 +3694,12 @@ declare const CLIInputSchema: z.ZodObject<{
3694
3694
  ratatui: "ratatui";
3695
3695
  }>>;
3696
3696
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3697
+ config: "config";
3697
3698
  none: "none";
3698
3699
  serde: "serde";
3699
3700
  uuid: "uuid";
3700
3701
  chrono: "chrono";
3701
3702
  reqwest: "reqwest";
3702
- config: "config";
3703
3703
  dashmap: "dashmap";
3704
3704
  "parking-lot": "parking-lot";
3705
3705
  secrecy: "secrecy";
@@ -3846,9 +3846,9 @@ declare const CLIInputSchema: z.ZodObject<{
3846
3846
  stdlib: "stdlib";
3847
3847
  }>>;
3848
3848
  goOrm: z.ZodOptional<z.ZodEnum<{
3849
- gorm: "gorm";
3850
3849
  none: "none";
3851
3850
  bun: "bun";
3851
+ gorm: "gorm";
3852
3852
  sqlc: "sqlc";
3853
3853
  ent: "ent";
3854
3854
  }>>;
@@ -4408,7 +4408,6 @@ declare const ProjectConfigSchema: z.ZodObject<{
4408
4408
  "postcss-only": "postcss-only";
4409
4409
  }>;
4410
4410
  uiLibrary: z.ZodEnum<{
4411
- mui: "mui";
4412
4411
  none: "none";
4413
4412
  "shadcn-ui": "shadcn-ui";
4414
4413
  "shadcn-svelte": "shadcn-svelte";
@@ -4419,6 +4418,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
4419
4418
  "chakra-ui": "chakra-ui";
4420
4419
  nextui: "nextui";
4421
4420
  mantine: "mantine";
4421
+ mui: "mui";
4422
4422
  antd: "antd";
4423
4423
  "base-ui": "base-ui";
4424
4424
  "ark-ui": "ark-ui";
@@ -4490,8 +4490,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
4490
4490
  "geist-mono": "geist-mono";
4491
4491
  }>>;
4492
4492
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4493
- none: "none";
4494
4493
  default: "default";
4494
+ none: "none";
4495
4495
  small: "small";
4496
4496
  medium: "medium";
4497
4497
  large: "large";
@@ -4621,9 +4621,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
4621
4621
  }>;
4622
4622
  mobileUI: z.ZodEnum<{
4623
4623
  none: "none";
4624
- uniwind: "uniwind";
4625
4624
  tamagui: "tamagui";
4626
4625
  "gluestack-ui": "gluestack-ui";
4626
+ uniwind: "uniwind";
4627
4627
  unistyles: "unistyles";
4628
4628
  }>;
4629
4629
  mobileStorage: z.ZodEnum<{
@@ -4678,12 +4678,12 @@ declare const ProjectConfigSchema: z.ZodObject<{
4678
4678
  ratatui: "ratatui";
4679
4679
  }>;
4680
4680
  rustLibraries: z.ZodArray<z.ZodEnum<{
4681
+ config: "config";
4681
4682
  none: "none";
4682
4683
  serde: "serde";
4683
4684
  uuid: "uuid";
4684
4685
  chrono: "chrono";
4685
4686
  reqwest: "reqwest";
4686
- config: "config";
4687
4687
  dashmap: "dashmap";
4688
4688
  "parking-lot": "parking-lot";
4689
4689
  secrecy: "secrecy";
@@ -4830,9 +4830,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
4830
4830
  stdlib: "stdlib";
4831
4831
  }>;
4832
4832
  goOrm: z.ZodEnum<{
4833
- gorm: "gorm";
4834
4833
  none: "none";
4835
4834
  bun: "bun";
4835
+ gorm: "gorm";
4836
4836
  sqlc: "sqlc";
4837
4837
  ent: "ent";
4838
4838
  }>;
@@ -5120,60 +5120,60 @@ declare const ProjectConfigSchema: z.ZodObject<{
5120
5120
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
5121
5121
  id: z.ZodString;
5122
5122
  role: z.ZodEnum<{
5123
- runtime: "runtime";
5123
+ push: "push";
5124
+ frontend: "frontend";
5124
5125
  backend: "backend";
5126
+ mobile: "mobile";
5125
5127
  database: "database";
5128
+ api: "api";
5129
+ graphql: "graphql";
5126
5130
  orm: "orm";
5127
- dbSetup: "dbSetup";
5128
5131
  auth: "auth";
5129
- payments: "payments";
5130
- email: "email";
5131
- fileUpload: "fileUpload";
5132
- logging: "logging";
5133
- observability: "observability";
5134
- featureFlags: "featureFlags";
5135
- analytics: "analytics";
5136
- stateManagement: "stateManagement";
5137
- forms: "forms";
5138
- validation: "validation";
5139
- testing: "testing";
5132
+ runtime: "runtime";
5133
+ deploy: "deploy";
5134
+ dbSetup: "dbSetup";
5140
5135
  realtime: "realtime";
5141
- jobQueue: "jobQueue";
5136
+ navigation: "navigation";
5142
5137
  caching: "caching";
5143
- rateLimit: "rateLimit";
5144
- animation: "animation";
5145
- cms: "cms";
5146
- i18n: "i18n";
5138
+ observability: "observability";
5139
+ email: "email";
5147
5140
  search: "search";
5148
5141
  vectorDb: "vectorDb";
5149
5142
  fileStorage: "fileStorage";
5150
- codeQuality: "codeQuality";
5151
- documentation: "documentation";
5152
- examples: "examples";
5153
- api: "api";
5154
- ai: "ai";
5143
+ jobQueue: "jobQueue";
5144
+ rateLimit: "rateLimit";
5145
+ testing: "testing";
5146
+ stateManagement: "stateManagement";
5147
+ forms: "forms";
5148
+ animation: "animation";
5149
+ fileUpload: "fileUpload";
5150
+ validation: "validation";
5155
5151
  effect: "effect";
5156
- css: "css";
5157
5152
  ui: "ui";
5158
- push: "push";
5159
- frontend: "frontend";
5160
- config: "config";
5161
- mobile: "mobile";
5162
- graphql: "graphql";
5163
- deploy: "deploy";
5164
- navigation: "navigation";
5153
+ css: "css";
5165
5154
  storage: "storage";
5166
5155
  ota: "ota";
5167
5156
  deepLinking: "deepLinking";
5157
+ ai: "ai";
5158
+ payments: "payments";
5159
+ logging: "logging";
5160
+ featureFlags: "featureFlags";
5161
+ analytics: "analytics";
5162
+ cms: "cms";
5163
+ i18n: "i18n";
5164
+ documentation: "documentation";
5165
+ codeQuality: "codeQuality";
5168
5166
  appPlatform: "appPlatform";
5169
5167
  dataFetching: "dataFetching";
5170
5168
  workspaceTooling: "workspaceTooling";
5169
+ examples: "examples";
5171
5170
  language: "language";
5172
5171
  buildTool: "buildTool";
5173
5172
  cli: "cli";
5174
5173
  errorHandling: "errorHandling";
5175
5174
  httpClient: "httpClient";
5176
5175
  libraries: "libraries";
5176
+ config: "config";
5177
5177
  templating: "templating";
5178
5178
  }>;
5179
5179
  toolId: z.ZodString;
@@ -5471,7 +5471,6 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
5471
5471
  "postcss-only": "postcss-only";
5472
5472
  }>;
5473
5473
  uiLibrary: z.ZodEnum<{
5474
- mui: "mui";
5475
5474
  none: "none";
5476
5475
  "shadcn-ui": "shadcn-ui";
5477
5476
  "shadcn-svelte": "shadcn-svelte";
@@ -5482,6 +5481,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
5482
5481
  "chakra-ui": "chakra-ui";
5483
5482
  nextui: "nextui";
5484
5483
  mantine: "mantine";
5484
+ mui: "mui";
5485
5485
  antd: "antd";
5486
5486
  "base-ui": "base-ui";
5487
5487
  "ark-ui": "ark-ui";
@@ -5553,8 +5553,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
5553
5553
  "geist-mono": "geist-mono";
5554
5554
  }>>;
5555
5555
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
5556
- none: "none";
5557
5556
  default: "default";
5557
+ none: "none";
5558
5558
  small: "small";
5559
5559
  medium: "medium";
5560
5560
  large: "large";
@@ -5684,9 +5684,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
5684
5684
  }>;
5685
5685
  mobileUI: z.ZodEnum<{
5686
5686
  none: "none";
5687
- uniwind: "uniwind";
5688
5687
  tamagui: "tamagui";
5689
5688
  "gluestack-ui": "gluestack-ui";
5689
+ uniwind: "uniwind";
5690
5690
  unistyles: "unistyles";
5691
5691
  }>;
5692
5692
  mobileStorage: z.ZodEnum<{
@@ -5741,12 +5741,12 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
5741
5741
  ratatui: "ratatui";
5742
5742
  }>;
5743
5743
  rustLibraries: z.ZodArray<z.ZodEnum<{
5744
+ config: "config";
5744
5745
  none: "none";
5745
5746
  serde: "serde";
5746
5747
  uuid: "uuid";
5747
5748
  chrono: "chrono";
5748
5749
  reqwest: "reqwest";
5749
- config: "config";
5750
5750
  dashmap: "dashmap";
5751
5751
  "parking-lot": "parking-lot";
5752
5752
  secrecy: "secrecy";
@@ -5893,9 +5893,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
5893
5893
  stdlib: "stdlib";
5894
5894
  }>;
5895
5895
  goOrm: z.ZodEnum<{
5896
- gorm: "gorm";
5897
5896
  none: "none";
5898
5897
  bun: "bun";
5898
+ gorm: "gorm";
5899
5899
  sqlc: "sqlc";
5900
5900
  ent: "ent";
5901
5901
  }>;
@@ -6183,60 +6183,60 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6183
6183
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6184
6184
  id: z.ZodString;
6185
6185
  role: z.ZodEnum<{
6186
- runtime: "runtime";
6186
+ push: "push";
6187
+ frontend: "frontend";
6187
6188
  backend: "backend";
6189
+ mobile: "mobile";
6188
6190
  database: "database";
6191
+ api: "api";
6192
+ graphql: "graphql";
6189
6193
  orm: "orm";
6190
- dbSetup: "dbSetup";
6191
6194
  auth: "auth";
6192
- payments: "payments";
6193
- email: "email";
6194
- fileUpload: "fileUpload";
6195
- logging: "logging";
6196
- observability: "observability";
6197
- featureFlags: "featureFlags";
6198
- analytics: "analytics";
6199
- stateManagement: "stateManagement";
6200
- forms: "forms";
6201
- validation: "validation";
6202
- testing: "testing";
6195
+ runtime: "runtime";
6196
+ deploy: "deploy";
6197
+ dbSetup: "dbSetup";
6203
6198
  realtime: "realtime";
6204
- jobQueue: "jobQueue";
6199
+ navigation: "navigation";
6205
6200
  caching: "caching";
6206
- rateLimit: "rateLimit";
6207
- animation: "animation";
6208
- cms: "cms";
6209
- i18n: "i18n";
6201
+ observability: "observability";
6202
+ email: "email";
6210
6203
  search: "search";
6211
6204
  vectorDb: "vectorDb";
6212
6205
  fileStorage: "fileStorage";
6213
- codeQuality: "codeQuality";
6214
- documentation: "documentation";
6215
- examples: "examples";
6216
- api: "api";
6217
- ai: "ai";
6206
+ jobQueue: "jobQueue";
6207
+ rateLimit: "rateLimit";
6208
+ testing: "testing";
6209
+ stateManagement: "stateManagement";
6210
+ forms: "forms";
6211
+ animation: "animation";
6212
+ fileUpload: "fileUpload";
6213
+ validation: "validation";
6218
6214
  effect: "effect";
6219
- css: "css";
6220
6215
  ui: "ui";
6221
- push: "push";
6222
- frontend: "frontend";
6223
- config: "config";
6224
- mobile: "mobile";
6225
- graphql: "graphql";
6226
- deploy: "deploy";
6227
- navigation: "navigation";
6216
+ css: "css";
6228
6217
  storage: "storage";
6229
6218
  ota: "ota";
6230
6219
  deepLinking: "deepLinking";
6220
+ ai: "ai";
6221
+ payments: "payments";
6222
+ logging: "logging";
6223
+ featureFlags: "featureFlags";
6224
+ analytics: "analytics";
6225
+ cms: "cms";
6226
+ i18n: "i18n";
6227
+ documentation: "documentation";
6228
+ codeQuality: "codeQuality";
6231
6229
  appPlatform: "appPlatform";
6232
6230
  dataFetching: "dataFetching";
6233
6231
  workspaceTooling: "workspaceTooling";
6232
+ examples: "examples";
6234
6233
  language: "language";
6235
6234
  buildTool: "buildTool";
6236
6235
  cli: "cli";
6237
6236
  errorHandling: "errorHandling";
6238
6237
  httpClient: "httpClient";
6239
6238
  libraries: "libraries";
6239
+ config: "config";
6240
6240
  templating: "templating";
6241
6241
  }>;
6242
6242
  toolId: z.ZodString;
@@ -6534,7 +6534,6 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
6534
6534
  "postcss-only": "postcss-only";
6535
6535
  }>;
6536
6536
  uiLibrary: z.ZodEnum<{
6537
- mui: "mui";
6538
6537
  none: "none";
6539
6538
  "shadcn-ui": "shadcn-ui";
6540
6539
  "shadcn-svelte": "shadcn-svelte";
@@ -6545,6 +6544,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
6545
6544
  "chakra-ui": "chakra-ui";
6546
6545
  nextui: "nextui";
6547
6546
  mantine: "mantine";
6547
+ mui: "mui";
6548
6548
  antd: "antd";
6549
6549
  "base-ui": "base-ui";
6550
6550
  "ark-ui": "ark-ui";
@@ -6616,8 +6616,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
6616
6616
  "geist-mono": "geist-mono";
6617
6617
  }>>;
6618
6618
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
6619
- none: "none";
6620
6619
  default: "default";
6620
+ none: "none";
6621
6621
  small: "small";
6622
6622
  medium: "medium";
6623
6623
  large: "large";
@@ -6747,9 +6747,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
6747
6747
  }>;
6748
6748
  mobileUI: z.ZodEnum<{
6749
6749
  none: "none";
6750
- uniwind: "uniwind";
6751
6750
  tamagui: "tamagui";
6752
6751
  "gluestack-ui": "gluestack-ui";
6752
+ uniwind: "uniwind";
6753
6753
  unistyles: "unistyles";
6754
6754
  }>;
6755
6755
  mobileStorage: z.ZodEnum<{
@@ -6804,12 +6804,12 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
6804
6804
  ratatui: "ratatui";
6805
6805
  }>;
6806
6806
  rustLibraries: z.ZodArray<z.ZodEnum<{
6807
+ config: "config";
6807
6808
  none: "none";
6808
6809
  serde: "serde";
6809
6810
  uuid: "uuid";
6810
6811
  chrono: "chrono";
6811
6812
  reqwest: "reqwest";
6812
- config: "config";
6813
6813
  dashmap: "dashmap";
6814
6814
  "parking-lot": "parking-lot";
6815
6815
  secrecy: "secrecy";
@@ -6956,9 +6956,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
6956
6956
  stdlib: "stdlib";
6957
6957
  }>;
6958
6958
  goOrm: z.ZodEnum<{
6959
- gorm: "gorm";
6960
6959
  none: "none";
6961
6960
  bun: "bun";
6961
+ gorm: "gorm";
6962
6962
  sqlc: "sqlc";
6963
6963
  ent: "ent";
6964
6964
  }>;
@@ -7243,63 +7243,63 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7243
7243
  "agents-md": "agents-md";
7244
7244
  cursorrules: "cursorrules";
7245
7245
  }>>;
7246
- stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7247
- id: z.ZodString;
7248
- role: z.ZodEnum<{
7249
- runtime: "runtime";
7250
- backend: "backend";
7251
- database: "database";
7252
- orm: "orm";
7253
- dbSetup: "dbSetup";
7254
- auth: "auth";
7255
- payments: "payments";
7256
- email: "email";
7257
- fileUpload: "fileUpload";
7258
- logging: "logging";
7259
- observability: "observability";
7260
- featureFlags: "featureFlags";
7261
- analytics: "analytics";
7262
- stateManagement: "stateManagement";
7263
- forms: "forms";
7264
- validation: "validation";
7265
- testing: "testing";
7266
- realtime: "realtime";
7267
- jobQueue: "jobQueue";
7268
- caching: "caching";
7269
- rateLimit: "rateLimit";
7270
- animation: "animation";
7271
- cms: "cms";
7272
- i18n: "i18n";
7273
- search: "search";
7274
- vectorDb: "vectorDb";
7275
- fileStorage: "fileStorage";
7276
- codeQuality: "codeQuality";
7277
- documentation: "documentation";
7278
- examples: "examples";
7279
- api: "api";
7280
- ai: "ai";
7281
- effect: "effect";
7282
- css: "css";
7283
- ui: "ui";
7246
+ stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7247
+ id: z.ZodString;
7248
+ role: z.ZodEnum<{
7284
7249
  push: "push";
7285
7250
  frontend: "frontend";
7286
- config: "config";
7251
+ backend: "backend";
7287
7252
  mobile: "mobile";
7253
+ database: "database";
7254
+ api: "api";
7288
7255
  graphql: "graphql";
7256
+ orm: "orm";
7257
+ auth: "auth";
7258
+ runtime: "runtime";
7289
7259
  deploy: "deploy";
7260
+ dbSetup: "dbSetup";
7261
+ realtime: "realtime";
7290
7262
  navigation: "navigation";
7263
+ caching: "caching";
7264
+ observability: "observability";
7265
+ email: "email";
7266
+ search: "search";
7267
+ vectorDb: "vectorDb";
7268
+ fileStorage: "fileStorage";
7269
+ jobQueue: "jobQueue";
7270
+ rateLimit: "rateLimit";
7271
+ testing: "testing";
7272
+ stateManagement: "stateManagement";
7273
+ forms: "forms";
7274
+ animation: "animation";
7275
+ fileUpload: "fileUpload";
7276
+ validation: "validation";
7277
+ effect: "effect";
7278
+ ui: "ui";
7279
+ css: "css";
7291
7280
  storage: "storage";
7292
7281
  ota: "ota";
7293
7282
  deepLinking: "deepLinking";
7283
+ ai: "ai";
7284
+ payments: "payments";
7285
+ logging: "logging";
7286
+ featureFlags: "featureFlags";
7287
+ analytics: "analytics";
7288
+ cms: "cms";
7289
+ i18n: "i18n";
7290
+ documentation: "documentation";
7291
+ codeQuality: "codeQuality";
7294
7292
  appPlatform: "appPlatform";
7295
7293
  dataFetching: "dataFetching";
7296
7294
  workspaceTooling: "workspaceTooling";
7295
+ examples: "examples";
7297
7296
  language: "language";
7298
7297
  buildTool: "buildTool";
7299
7298
  cli: "cli";
7300
7299
  errorHandling: "errorHandling";
7301
7300
  httpClient: "httpClient";
7302
7301
  libraries: "libraries";
7302
+ config: "config";
7303
7303
  templating: "templating";
7304
7304
  }>;
7305
7305
  toolId: z.ZodString;
@@ -7598,7 +7598,6 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
7598
7598
  "postcss-only": "postcss-only";
7599
7599
  }>;
7600
7600
  uiLibrary: z.ZodEnum<{
7601
- mui: "mui";
7602
7601
  none: "none";
7603
7602
  "shadcn-ui": "shadcn-ui";
7604
7603
  "shadcn-svelte": "shadcn-svelte";
@@ -7609,6 +7608,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
7609
7608
  "chakra-ui": "chakra-ui";
7610
7609
  nextui: "nextui";
7611
7610
  mantine: "mantine";
7611
+ mui: "mui";
7612
7612
  antd: "antd";
7613
7613
  "base-ui": "base-ui";
7614
7614
  "ark-ui": "ark-ui";
@@ -7680,8 +7680,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
7680
7680
  "geist-mono": "geist-mono";
7681
7681
  }>>;
7682
7682
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
7683
- none: "none";
7684
7683
  default: "default";
7684
+ none: "none";
7685
7685
  small: "small";
7686
7686
  medium: "medium";
7687
7687
  large: "large";
@@ -7811,9 +7811,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
7811
7811
  }>;
7812
7812
  mobileUI: z.ZodEnum<{
7813
7813
  none: "none";
7814
- uniwind: "uniwind";
7815
7814
  tamagui: "tamagui";
7816
7815
  "gluestack-ui": "gluestack-ui";
7816
+ uniwind: "uniwind";
7817
7817
  unistyles: "unistyles";
7818
7818
  }>;
7819
7819
  mobileStorage: z.ZodEnum<{
@@ -7868,12 +7868,12 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
7868
7868
  ratatui: "ratatui";
7869
7869
  }>;
7870
7870
  rustLibraries: z.ZodArray<z.ZodEnum<{
7871
+ config: "config";
7871
7872
  none: "none";
7872
7873
  serde: "serde";
7873
7874
  uuid: "uuid";
7874
7875
  chrono: "chrono";
7875
7876
  reqwest: "reqwest";
7876
- config: "config";
7877
7877
  dashmap: "dashmap";
7878
7878
  "parking-lot": "parking-lot";
7879
7879
  secrecy: "secrecy";
@@ -8020,9 +8020,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
8020
8020
  stdlib: "stdlib";
8021
8021
  }>;
8022
8022
  goOrm: z.ZodEnum<{
8023
- gorm: "gorm";
8024
8023
  none: "none";
8025
8024
  bun: "bun";
8025
+ gorm: "gorm";
8026
8026
  sqlc: "sqlc";
8027
8027
  ent: "ent";
8028
8028
  }>;
@@ -8310,60 +8310,60 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
8310
8310
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8311
8311
  id: z.ZodString;
8312
8312
  role: z.ZodEnum<{
8313
- runtime: "runtime";
8313
+ push: "push";
8314
+ frontend: "frontend";
8314
8315
  backend: "backend";
8316
+ mobile: "mobile";
8315
8317
  database: "database";
8318
+ api: "api";
8319
+ graphql: "graphql";
8316
8320
  orm: "orm";
8317
- dbSetup: "dbSetup";
8318
8321
  auth: "auth";
8319
- payments: "payments";
8320
- email: "email";
8321
- fileUpload: "fileUpload";
8322
- logging: "logging";
8323
- observability: "observability";
8324
- featureFlags: "featureFlags";
8325
- analytics: "analytics";
8326
- stateManagement: "stateManagement";
8327
- forms: "forms";
8328
- validation: "validation";
8329
- testing: "testing";
8322
+ runtime: "runtime";
8323
+ deploy: "deploy";
8324
+ dbSetup: "dbSetup";
8330
8325
  realtime: "realtime";
8331
- jobQueue: "jobQueue";
8326
+ navigation: "navigation";
8332
8327
  caching: "caching";
8333
- rateLimit: "rateLimit";
8334
- animation: "animation";
8335
- cms: "cms";
8336
- i18n: "i18n";
8328
+ observability: "observability";
8329
+ email: "email";
8337
8330
  search: "search";
8338
8331
  vectorDb: "vectorDb";
8339
8332
  fileStorage: "fileStorage";
8340
- codeQuality: "codeQuality";
8341
- documentation: "documentation";
8342
- examples: "examples";
8343
- api: "api";
8344
- ai: "ai";
8333
+ jobQueue: "jobQueue";
8334
+ rateLimit: "rateLimit";
8335
+ testing: "testing";
8336
+ stateManagement: "stateManagement";
8337
+ forms: "forms";
8338
+ animation: "animation";
8339
+ fileUpload: "fileUpload";
8340
+ validation: "validation";
8345
8341
  effect: "effect";
8346
- css: "css";
8347
8342
  ui: "ui";
8348
- push: "push";
8349
- frontend: "frontend";
8350
- config: "config";
8351
- mobile: "mobile";
8352
- graphql: "graphql";
8353
- deploy: "deploy";
8354
- navigation: "navigation";
8343
+ css: "css";
8355
8344
  storage: "storage";
8356
8345
  ota: "ota";
8357
8346
  deepLinking: "deepLinking";
8347
+ ai: "ai";
8348
+ payments: "payments";
8349
+ logging: "logging";
8350
+ featureFlags: "featureFlags";
8351
+ analytics: "analytics";
8352
+ cms: "cms";
8353
+ i18n: "i18n";
8354
+ documentation: "documentation";
8355
+ codeQuality: "codeQuality";
8358
8356
  appPlatform: "appPlatform";
8359
8357
  dataFetching: "dataFetching";
8360
8358
  workspaceTooling: "workspaceTooling";
8359
+ examples: "examples";
8361
8360
  language: "language";
8362
8361
  buildTool: "buildTool";
8363
8362
  cli: "cli";
8364
8363
  errorHandling: "errorHandling";
8365
8364
  httpClient: "httpClient";
8366
8365
  libraries: "libraries";
8366
+ config: "config";
8367
8367
  templating: "templating";
8368
8368
  }>;
8369
8369
  toolId: z.ZodString;
@@ -8662,7 +8662,6 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
8662
8662
  "postcss-only": "postcss-only";
8663
8663
  }>;
8664
8664
  uiLibrary: z.ZodEnum<{
8665
- mui: "mui";
8666
8665
  none: "none";
8667
8666
  "shadcn-ui": "shadcn-ui";
8668
8667
  "shadcn-svelte": "shadcn-svelte";
@@ -8673,6 +8672,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
8673
8672
  "chakra-ui": "chakra-ui";
8674
8673
  nextui: "nextui";
8675
8674
  mantine: "mantine";
8675
+ mui: "mui";
8676
8676
  antd: "antd";
8677
8677
  "base-ui": "base-ui";
8678
8678
  "ark-ui": "ark-ui";
@@ -8744,8 +8744,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
8744
8744
  "geist-mono": "geist-mono";
8745
8745
  }>>;
8746
8746
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8747
- none: "none";
8748
8747
  default: "default";
8748
+ none: "none";
8749
8749
  small: "small";
8750
8750
  medium: "medium";
8751
8751
  large: "large";
@@ -8875,9 +8875,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
8875
8875
  }>;
8876
8876
  mobileUI: z.ZodEnum<{
8877
8877
  none: "none";
8878
- uniwind: "uniwind";
8879
8878
  tamagui: "tamagui";
8880
8879
  "gluestack-ui": "gluestack-ui";
8880
+ uniwind: "uniwind";
8881
8881
  unistyles: "unistyles";
8882
8882
  }>;
8883
8883
  mobileStorage: z.ZodEnum<{
@@ -8932,12 +8932,12 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
8932
8932
  ratatui: "ratatui";
8933
8933
  }>;
8934
8934
  rustLibraries: z.ZodArray<z.ZodEnum<{
8935
+ config: "config";
8935
8936
  none: "none";
8936
8937
  serde: "serde";
8937
8938
  uuid: "uuid";
8938
8939
  chrono: "chrono";
8939
8940
  reqwest: "reqwest";
8940
- config: "config";
8941
8941
  dashmap: "dashmap";
8942
8942
  "parking-lot": "parking-lot";
8943
8943
  secrecy: "secrecy";
@@ -9084,9 +9084,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
9084
9084
  stdlib: "stdlib";
9085
9085
  }>;
9086
9086
  goOrm: z.ZodEnum<{
9087
- gorm: "gorm";
9088
9087
  none: "none";
9089
9088
  bun: "bun";
9089
+ gorm: "gorm";
9090
9090
  sqlc: "sqlc";
9091
9091
  ent: "ent";
9092
9092
  }>;
@@ -9374,60 +9374,60 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
9374
9374
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9375
9375
  id: z.ZodString;
9376
9376
  role: z.ZodEnum<{
9377
- runtime: "runtime";
9377
+ push: "push";
9378
+ frontend: "frontend";
9378
9379
  backend: "backend";
9380
+ mobile: "mobile";
9379
9381
  database: "database";
9382
+ api: "api";
9383
+ graphql: "graphql";
9380
9384
  orm: "orm";
9381
- dbSetup: "dbSetup";
9382
9385
  auth: "auth";
9383
- payments: "payments";
9384
- email: "email";
9385
- fileUpload: "fileUpload";
9386
- logging: "logging";
9387
- observability: "observability";
9388
- featureFlags: "featureFlags";
9389
- analytics: "analytics";
9390
- stateManagement: "stateManagement";
9391
- forms: "forms";
9392
- validation: "validation";
9393
- testing: "testing";
9386
+ runtime: "runtime";
9387
+ deploy: "deploy";
9388
+ dbSetup: "dbSetup";
9394
9389
  realtime: "realtime";
9395
- jobQueue: "jobQueue";
9390
+ navigation: "navigation";
9396
9391
  caching: "caching";
9397
- rateLimit: "rateLimit";
9398
- animation: "animation";
9399
- cms: "cms";
9400
- i18n: "i18n";
9392
+ observability: "observability";
9393
+ email: "email";
9401
9394
  search: "search";
9402
9395
  vectorDb: "vectorDb";
9403
9396
  fileStorage: "fileStorage";
9404
- codeQuality: "codeQuality";
9405
- documentation: "documentation";
9406
- examples: "examples";
9407
- api: "api";
9408
- ai: "ai";
9397
+ jobQueue: "jobQueue";
9398
+ rateLimit: "rateLimit";
9399
+ testing: "testing";
9400
+ stateManagement: "stateManagement";
9401
+ forms: "forms";
9402
+ animation: "animation";
9403
+ fileUpload: "fileUpload";
9404
+ validation: "validation";
9409
9405
  effect: "effect";
9410
- css: "css";
9411
9406
  ui: "ui";
9412
- push: "push";
9413
- frontend: "frontend";
9414
- config: "config";
9415
- mobile: "mobile";
9416
- graphql: "graphql";
9417
- deploy: "deploy";
9418
- navigation: "navigation";
9407
+ css: "css";
9419
9408
  storage: "storage";
9420
9409
  ota: "ota";
9421
9410
  deepLinking: "deepLinking";
9411
+ ai: "ai";
9412
+ payments: "payments";
9413
+ logging: "logging";
9414
+ featureFlags: "featureFlags";
9415
+ analytics: "analytics";
9416
+ cms: "cms";
9417
+ i18n: "i18n";
9418
+ documentation: "documentation";
9419
+ codeQuality: "codeQuality";
9422
9420
  appPlatform: "appPlatform";
9423
9421
  dataFetching: "dataFetching";
9424
9422
  workspaceTooling: "workspaceTooling";
9423
+ examples: "examples";
9425
9424
  language: "language";
9426
9425
  buildTool: "buildTool";
9427
9426
  cli: "cli";
9428
9427
  errorHandling: "errorHandling";
9429
9428
  httpClient: "httpClient";
9430
9429
  libraries: "libraries";
9430
+ config: "config";
9431
9431
  templating: "templating";
9432
9432
  }>;
9433
9433
  toolId: z.ZodString;
@@ -9728,7 +9728,6 @@ declare const InitResultSchema: z.ZodObject<{
9728
9728
  "postcss-only": "postcss-only";
9729
9729
  }>;
9730
9730
  uiLibrary: z.ZodEnum<{
9731
- mui: "mui";
9732
9731
  none: "none";
9733
9732
  "shadcn-ui": "shadcn-ui";
9734
9733
  "shadcn-svelte": "shadcn-svelte";
@@ -9739,6 +9738,7 @@ declare const InitResultSchema: z.ZodObject<{
9739
9738
  "chakra-ui": "chakra-ui";
9740
9739
  nextui: "nextui";
9741
9740
  mantine: "mantine";
9741
+ mui: "mui";
9742
9742
  antd: "antd";
9743
9743
  "base-ui": "base-ui";
9744
9744
  "ark-ui": "ark-ui";
@@ -9810,8 +9810,8 @@ declare const InitResultSchema: z.ZodObject<{
9810
9810
  "geist-mono": "geist-mono";
9811
9811
  }>>;
9812
9812
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
9813
- none: "none";
9814
9813
  default: "default";
9814
+ none: "none";
9815
9815
  small: "small";
9816
9816
  medium: "medium";
9817
9817
  large: "large";
@@ -9941,9 +9941,9 @@ declare const InitResultSchema: z.ZodObject<{
9941
9941
  }>;
9942
9942
  mobileUI: z.ZodEnum<{
9943
9943
  none: "none";
9944
- uniwind: "uniwind";
9945
9944
  tamagui: "tamagui";
9946
9945
  "gluestack-ui": "gluestack-ui";
9946
+ uniwind: "uniwind";
9947
9947
  unistyles: "unistyles";
9948
9948
  }>;
9949
9949
  mobileStorage: z.ZodEnum<{
@@ -9998,12 +9998,12 @@ declare const InitResultSchema: z.ZodObject<{
9998
9998
  ratatui: "ratatui";
9999
9999
  }>;
10000
10000
  rustLibraries: z.ZodArray<z.ZodEnum<{
10001
+ config: "config";
10001
10002
  none: "none";
10002
10003
  serde: "serde";
10003
10004
  uuid: "uuid";
10004
10005
  chrono: "chrono";
10005
10006
  reqwest: "reqwest";
10006
- config: "config";
10007
10007
  dashmap: "dashmap";
10008
10008
  "parking-lot": "parking-lot";
10009
10009
  secrecy: "secrecy";
@@ -10150,9 +10150,9 @@ declare const InitResultSchema: z.ZodObject<{
10150
10150
  stdlib: "stdlib";
10151
10151
  }>;
10152
10152
  goOrm: z.ZodEnum<{
10153
- gorm: "gorm";
10154
10153
  none: "none";
10155
10154
  bun: "bun";
10155
+ gorm: "gorm";
10156
10156
  sqlc: "sqlc";
10157
10157
  ent: "ent";
10158
10158
  }>;
@@ -10440,60 +10440,60 @@ declare const InitResultSchema: z.ZodObject<{
10440
10440
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10441
10441
  id: z.ZodString;
10442
10442
  role: z.ZodEnum<{
10443
- runtime: "runtime";
10443
+ push: "push";
10444
+ frontend: "frontend";
10444
10445
  backend: "backend";
10446
+ mobile: "mobile";
10445
10447
  database: "database";
10448
+ api: "api";
10449
+ graphql: "graphql";
10446
10450
  orm: "orm";
10447
- dbSetup: "dbSetup";
10448
10451
  auth: "auth";
10449
- payments: "payments";
10450
- email: "email";
10451
- fileUpload: "fileUpload";
10452
- logging: "logging";
10453
- observability: "observability";
10454
- featureFlags: "featureFlags";
10455
- analytics: "analytics";
10456
- stateManagement: "stateManagement";
10457
- forms: "forms";
10458
- validation: "validation";
10459
- testing: "testing";
10452
+ runtime: "runtime";
10453
+ deploy: "deploy";
10454
+ dbSetup: "dbSetup";
10460
10455
  realtime: "realtime";
10461
- jobQueue: "jobQueue";
10456
+ navigation: "navigation";
10462
10457
  caching: "caching";
10463
- rateLimit: "rateLimit";
10464
- animation: "animation";
10465
- cms: "cms";
10466
- i18n: "i18n";
10458
+ observability: "observability";
10459
+ email: "email";
10467
10460
  search: "search";
10468
10461
  vectorDb: "vectorDb";
10469
10462
  fileStorage: "fileStorage";
10470
- codeQuality: "codeQuality";
10471
- documentation: "documentation";
10472
- examples: "examples";
10473
- api: "api";
10474
- ai: "ai";
10463
+ jobQueue: "jobQueue";
10464
+ rateLimit: "rateLimit";
10465
+ testing: "testing";
10466
+ stateManagement: "stateManagement";
10467
+ forms: "forms";
10468
+ animation: "animation";
10469
+ fileUpload: "fileUpload";
10470
+ validation: "validation";
10475
10471
  effect: "effect";
10476
- css: "css";
10477
10472
  ui: "ui";
10478
- push: "push";
10479
- frontend: "frontend";
10480
- config: "config";
10481
- mobile: "mobile";
10482
- graphql: "graphql";
10483
- deploy: "deploy";
10484
- navigation: "navigation";
10473
+ css: "css";
10485
10474
  storage: "storage";
10486
10475
  ota: "ota";
10487
10476
  deepLinking: "deepLinking";
10477
+ ai: "ai";
10478
+ payments: "payments";
10479
+ logging: "logging";
10480
+ featureFlags: "featureFlags";
10481
+ analytics: "analytics";
10482
+ cms: "cms";
10483
+ i18n: "i18n";
10484
+ documentation: "documentation";
10485
+ codeQuality: "codeQuality";
10488
10486
  appPlatform: "appPlatform";
10489
10487
  dataFetching: "dataFetching";
10490
10488
  workspaceTooling: "workspaceTooling";
10489
+ examples: "examples";
10491
10490
  language: "language";
10492
10491
  buildTool: "buildTool";
10493
10492
  cli: "cli";
10494
10493
  errorHandling: "errorHandling";
10495
10494
  httpClient: "httpClient";
10496
10495
  libraries: "libraries";
10496
+ config: "config";
10497
10497
  templating: "templating";
10498
10498
  }>;
10499
10499
  toolId: z.ZodString;
@@ -10547,8 +10547,8 @@ declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations"
10547
10547
  declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo" | "creem" | "autumn" | "commet")[];
10548
10548
  declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
10549
10549
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
10550
- declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
10551
- declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "saas" | "uniwind")[];
10550
+ declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
10551
+ declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3" | "saas")[];
10552
10552
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "svelte" | "solid" | "react" | "vue")[];
10553
10553
  declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
10554
10554
  declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
@@ -10557,7 +10557,7 @@ declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "for
10557
10557
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "cypress")[];
10558
10558
  declare const EMAIL_VALUES: ("none" | "react-email" | "resend" | "nodemailer" | "postmark" | "sendgrid" | "aws-ses" | "mailgun" | "plunk")[];
10559
10559
  declare const CSS_FRAMEWORK_VALUES: ("none" | "tailwind" | "scss" | "less" | "postcss-only")[];
10560
- declare const UI_LIBRARY_VALUES: ("mui" | "none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "antd" | "base-ui" | "ark-ui" | "react-aria")[];
10560
+ declare const UI_LIBRARY_VALUES: ("none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "mui" | "antd" | "base-ui" | "ark-ui" | "react-aria")[];
10561
10561
  declare const VALIDATION_VALUES: ("none" | "zod" | "valibot" | "arktype" | "typebox" | "typia" | "runtypes" | "effect-schema")[];
10562
10562
  declare const REALTIME_VALUES: ("none" | "socket-io" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs")[];
10563
10563
  declare const JOB_QUEUE_VALUES: ("none" | "bullmq" | "trigger-dev" | "inngest" | "temporal")[];
@@ -10568,7 +10568,7 @@ declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "sentry" | "graf
10568
10568
  declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash")[];
10569
10569
  declare const ANALYTICS_VALUES: ("none" | "posthog" | "plausible" | "umami")[];
10570
10570
  declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
10571
- declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
10571
+ declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
10572
10572
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
10573
10573
  declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
10574
10574
  declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
@@ -10587,7 +10587,7 @@ declare const RUST_FRONTEND_VALUES: ("none" | "leptos" | "dioxus")[];
10587
10587
  declare const RUST_ORM_VALUES: ("none" | "sea-orm" | "sqlx" | "diesel")[];
10588
10588
  declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql")[];
10589
10589
  declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
10590
- 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")[];
10590
+ 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")[];
10591
10591
  declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
10592
10592
  declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
10593
10593
  declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
@@ -10611,7 +10611,7 @@ declare const PYTHON_REALTIME_VALUES: ("none" | "python-socketio" | "websockets"
10611
10611
  declare const PYTHON_OBSERVABILITY_VALUES: ("none" | "opentelemetry")[];
10612
10612
  declare const PYTHON_CLI_VALUES: ("none" | "typer" | "click" | "rich")[];
10613
10613
  declare const GO_WEB_FRAMEWORK_VALUES: ("none" | "gin" | "echo" | "fiber" | "chi" | "stdlib")[];
10614
- declare const GO_ORM_VALUES: ("gorm" | "none" | "bun" | "sqlc" | "ent")[];
10614
+ declare const GO_ORM_VALUES: ("none" | "bun" | "gorm" | "sqlc" | "ent")[];
10615
10615
  declare const GO_API_VALUES: ("none" | "grpc-go" | "gqlgen")[];
10616
10616
  declare const GO_CLI_VALUES: ("none" | "cobra" | "bubbletea" | "urfave-cli")[];
10617
10617
  declare const GO_LOGGING_VALUES: ("none" | "zap" | "zerolog" | "slog" | "logrus")[];
@@ -10665,7 +10665,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
10665
10665
  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")[];
10666
10666
  declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
10667
10667
  declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
10668
- declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
10668
+ declare const SHADCN_RADIUS_VALUES: ("default" | "none" | "small" | "medium" | "large")[];
10669
10669
  //#endregion
10670
10670
  export { DotnetJobQueueSchema as $, TEMPLATE_VALUES as $i, MOBILE_OTA_VALUES as $n, RUST_AUTH_VALUES as $r, FileUploadSchema as $t, CachingSchema as A, SERVER_DEPLOY_VALUES as Ai, JAVA_AUTH_VALUES as An, PYTHON_WEB_FRAMEWORK_VALUES as Ar, ElixirCachingSchema as At, DOTNET_OBSERVABILITY_VALUES as B, ServerDeploySchema as Bi, JavaAuthSchema as Bn, PythonGraphqlSchema as Br, ElixirRealtimeSchema as Bt, BetterTStackConfigSchema as C, RustMessageQueueSchema as Ci, GoRealtimeSchema as Cn, PYTHON_OBSERVABILITY_VALUES as Cr, ELIXIR_WEB_FRAMEWORK_VALUES as Ct, CMS_VALUES as D, RustTemplatingSchema as Di, I18nSchema as Dn, PYTHON_TASK_QUEUE_VALUES as Dr, EffectSchema as Dt, CMSSchema as E, RustRealtimeSchema as Ei, I18N_VALUES as En, PYTHON_REALTIME_VALUES as Er, EcosystemSchema as Et, DOTNET_API_VALUES as F, SHADCN_ICON_LIBRARY_VALUES as Fi, JAVA_ORM_VALUES as Fn, PythonAiSchema as Fr, ElixirJsonSchema as Ft, DOTNET_WEB_FRAMEWORK_VALUES as G, ShadcnIconLibrarySchema as Gi, JavaOrmSchema as Gn, PythonTaskQueueSchema as Gr, ExamplesSchema as Gt, DOTNET_REALTIME_VALUES as H, ShadcnBaseSchema as Hi, JavaLanguageSchema as Hn, PythonOrmSchema as Hr, ElixirValidationSchema as Ht, DOTNET_AUTH_VALUES as I, SHADCN_RADIUS_VALUES as Ii, JAVA_TESTING_LIBRARIES_VALUES as In, PythonApiSchema as Ir, ElixirLibrariesSchema as It, DirectoryConflictSchema as J, StackPartEcosystemSchema as Ji, JobQueueSchema as Jn, PythonWebFrameworkSchema as Jr, FILE_UPLOAD_VALUES as Jt, DatabaseSchema as K, ShadcnRadiusSchema as Ki, JavaTestingLibrariesSchema as Kn, PythonTestingSchema as Kr, FEATURE_FLAGS_VALUES as Kt, DOTNET_CACHING_VALUES as L, SHADCN_STYLE_VALUES as Li, JAVA_WEB_FRAMEWORK_VALUES as Ln, PythonAuthSchema as Lr, ElixirObservabilitySchema as Lt, DATABASE_SETUP_VALUES as M, SHADCN_BASE_VALUES as Mi, JAVA_LANGUAGE_VALUES as Mn, PaymentsSchema as Mr, ElixirEmailSchema as Mt, DATABASE_VALUES as N, SHADCN_COLOR_THEME_VALUES as Ni, JAVA_LIBRARIES_VALUES as Nn, ProjectConfigSchema as Nr, ElixirHttpSchema as Nt, CSSFrameworkSchema as O, RustWebFrameworkSchema as Oi, InitResultSchema as On, PYTHON_TESTING_VALUES as Or, ElixirApiSchema as Ot, DIRECTORY_CONFLICT_VALUES as P, SHADCN_FONT_VALUES as Pi, JAVA_LOGGING_VALUES as Pn, ProjectNameSchema as Pr, ElixirJobsSchema as Pt, DotnetDeploySchema as Q, StateManagementSchema as Qi, MOBILE_NAVIGATION_VALUES as Qn, RUST_API_VALUES as Qr, FileStorageSchema as Qt, DOTNET_DEPLOY_VALUES as R, STATE_MANAGEMENT_VALUES as Ri, JOB_QUEUE_VALUES as Rn, PythonCachingSchema as Rr, ElixirOrmSchema as Rt, BetterTStackConfigFileSchema as S, RustLoggingSchema as Si, GoOrmSchema as Sn, PYTHON_GRAPHQL_VALUES as Sr, ELIXIR_VALIDATION_VALUES as St, CLIInputSchema as T, RustOrmSchema as Ti, GoWebFrameworkSchema as Tn, PYTHON_QUALITY_VALUES as Tr, EXAMPLES_VALUES as Tt, DOTNET_TESTING_VALUES as U, ShadcnColorThemeSchema as Ui, JavaLibrariesSchema as Un, PythonQualitySchema as Ur, ElixirWebFrameworkSchema as Ut, DOTNET_ORM_VALUES as V, ShadcnBaseColorSchema as Vi, JavaBuildToolSchema as Vn, PythonObservabilitySchema as Vr, ElixirTestingSchema as Vt, DOTNET_VALIDATION_VALUES as W, ShadcnFontSchema as Wi, JavaLoggingSchema as Wn, PythonRealtimeSchema as Wr, EmailSchema as Wt, DotnetAuthSchema as X, StackPartSchema as Xi, LoggingSchema as Xn, REALTIME_VALUES as Xr, FRONTEND_VALUES as Xt, DotnetApiSchema as Y, StackPartRoleSchema as Yi, LOGGING_VALUES as Yn, RATE_LIMIT_VALUES as Yr, FORMS_VALUES as Yt, DotnetCachingSchema as Z, StackPartSourceSchema as Zi, MOBILE_DEEP_LINKING_VALUES as Zn, RUNTIME_VALUES as Zr, FeatureFlagsSchema as Zt, AuthSchema as _, RustCachingSchema as _i, GoCliSchema as _n, PYTHON_AI_VALUES as _r, ELIXIR_OBSERVABILITY_VALUES as _t, ANALYTICS_VALUES as a, VALIDATION_VALUES as aa, RUST_LOGGING_VALUES as ai, GO_CLI_VALUES as an, MobileNavigationSchema as ar, DotnetWebFrameworkSchema as at, BetterFullstackConfigFileSchema as b, RustFrontendSchema as bi, GoMessageQueueSchema as bn, PYTHON_CACHING_VALUES as br, ELIXIR_REALTIME_VALUES as bt, API_VALUES as c, ValidationSchema as ca, RUST_ORM_VALUES as ci, GO_MESSAGE_QUEUE_VALUES as cn, MobileStorageSchema as cr, ELIXIR_API_VALUES as ct, AddInputSchema as d, WEB_DEPLOY_VALUES as da, RUST_WEB_FRAMEWORK_VALUES as di, GO_REALTIME_VALUES as dn, OBSERVABILITY_VALUES as dr, ELIXIR_DEPLOY_VALUES as dt, TESTING_VALUES as ea, RUST_CACHING_VALUES as ei, FormsSchema as en, MOBILE_PUSH_VALUES as er, DotnetObservabilitySchema as et, AddonsSchema as f, WORKSPACE_SHAPE_VALUES as fa, RateLimitSchema as fi, GO_TESTING_VALUES as fn, ORMSchema as fr, ELIXIR_EMAIL_VALUES as ft, AstroIntegrationSchema as g, RustAuthSchema as gi, GoCachingSchema as gn, PAYMENTS_VALUES as gr, ELIXIR_LIBRARIES_VALUES as gt, AnimationSchema as h, RustApiSchema as hi, GoAuthSchema as hn, PACKAGE_MANAGER_VALUES as hr, ELIXIR_JSON_VALUES as ht, AI_VALUES as i, UI_LIBRARY_VALUES as ia, RUST_LIBRARIES_VALUES as ii, GO_CACHING_VALUES as in, MobileDeepLinkingSchema as ir, DotnetValidationSchema as it, CreateInputSchema as j, SHADCN_BASE_COLOR_VALUES as ji, JAVA_BUILD_TOOL_VALUES as jn, PackageManagerSchema as jr, ElixirDeploySchema as jt, CSS_FRAMEWORK_VALUES as k, SEARCH_VALUES as ki, JAVA_API_VALUES as kn, PYTHON_VALIDATION_VALUES as kr, ElixirAuthSchema as kt, ASTRO_INTEGRATION_VALUES as l, VectorDbSchema as la, RUST_REALTIME_VALUES as li, GO_OBSERVABILITY_VALUES as ln, MobileTestingSchema as lr, ELIXIR_AUTH_VALUES as lt, AnalyticsSchema as m, WorkspaceShapeSchema as ma, RuntimeSchema as mi, GoApiSchema as mn, ObservabilitySchema as mr, ELIXIR_JOBS_VALUES as mt, AISchema as n, TestingSchema as na, RUST_ERROR_HANDLING_VALUES as ni, GO_API_VALUES as nn, MOBILE_TESTING_VALUES as nr, DotnetRealtimeSchema as nt, ANIMATION_VALUES as o, VECTOR_DB_VALUES as oa, RUST_MESSAGE_QUEUE_VALUES as oi, GO_CONFIG_VALUES as on, MobileOTASchema as or, ECOSYSTEM_VALUES as ot, AiDocsSchema as p, WebDeploySchema as pa, RealtimeSchema as pi, GO_WEB_FRAMEWORK_VALUES as pn, ORM_VALUES as pr, ELIXIR_HTTP_VALUES as pt, DatabaseSetupSchema as q, ShadcnStyleSchema as qi, JavaWebFrameworkSchema as qn, PythonValidationSchema as qr, FILE_STORAGE_VALUES as qt, AI_DOCS_VALUES as r, UILibrarySchema as ra, RUST_FRONTEND_VALUES as ri, GO_AUTH_VALUES as rn, MOBILE_UI_VALUES as rr, DotnetTestingSchema as rt, APISchema as s, VERSION_CHANNEL_VALUES as sa, RUST_OBSERVABILITY_VALUES as si, GO_LOGGING_VALUES as sn, MobilePushSchema as sr, EFFECT_VALUES as st, ADDONS_VALUES as t, TemplateSchema as ta, RUST_CLI_VALUES as ti, FrontendSchema as tn, MOBILE_STORAGE_VALUES as tr, DotnetOrmSchema as tt, AUTH_VALUES as u, VersionChannelSchema as ua, RUST_TEMPLATING_VALUES as ui, GO_ORM_VALUES as un, MobileUISchema as ur, ELIXIR_CACHING_VALUES as ut, BACKEND_VALUES as v, RustCliSchema as vi, GoConfigSchema as vn, PYTHON_API_VALUES as vr, ELIXIR_ORM_VALUES as vt, CACHING_VALUES as w, RustObservabilitySchema as wi, GoTestingSchema as wn, PYTHON_ORM_VALUES as wr, EMAIL_VALUES as wt, BetterFullstackConfigSchema as x, RustLibrariesSchema as xi, GoObservabilitySchema as xn, PYTHON_CLI_VALUES as xr, ELIXIR_TESTING_VALUES as xt, BackendSchema as y, RustErrorHandlingSchema as yi, GoLoggingSchema as yn, PYTHON_AUTH_VALUES as yr, ELIXIR_QUALITY_VALUES as yt, DOTNET_JOB_QUEUE_VALUES as z, SearchSchema as zi, JavaApiSchema as zn, PythonCliSchema as zr, ElixirQualitySchema as zt };
10671
- //# sourceMappingURL=schemas-Dby5Bb6H.d.mts.map
10671
+ //# sourceMappingURL=schemas-DOb4t_el.d.mts.map