@better-fullstack/types 2.1.2 → 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 (37) hide show
  1. package/dist/{defaults-BxirxtSa.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 +32 -0
  8. package/dist/json-schema.d.mts.map +1 -1
  9. package/dist/json-schema.mjs +1 -1
  10. package/dist/{schemas-O8yu_3Hd.d.mts → schemas-C3iF9TRm.d.mts} +975 -51
  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-BuxVyZ3J.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-DkyErnfx.d.mts → stack-translation-BNwlAM1B.d.mts} +3 -3
  23. package/dist/{stack-translation-DkyErnfx.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-CkvXj6HM.d.mts → types-BG-DsHQ9.d.mts} +2 -2
  29. package/dist/{types-CkvXj6HM.d.mts.map → types-BG-DsHQ9.d.mts.map} +1 -1
  30. package/dist/types.d.mts +2 -2
  31. package/package.json +1 -1
  32. package/dist/defaults-BxirxtSa.d.mts.map +0 -1
  33. package/dist/schemas-Cg75ZlzB.mjs.map +0 -1
  34. package/dist/schemas-O8yu_3Hd.d.mts.map +0 -1
  35. package/dist/stack-graph-BuxVyZ3J.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
@@ -22,11 +22,13 @@ 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
+ push: "push";
25
26
  frontend: "frontend";
26
27
  backend: "backend";
27
28
  mobile: "mobile";
28
29
  database: "database";
29
30
  api: "api";
31
+ graphql: "graphql";
30
32
  orm: "orm";
31
33
  auth: "auth";
32
34
  runtime: "runtime";
@@ -52,6 +54,8 @@ declare const StackPartRoleSchema: z.ZodEnum<{
52
54
  ui: "ui";
53
55
  css: "css";
54
56
  storage: "storage";
57
+ ota: "ota";
58
+ deepLinking: "deepLinking";
55
59
  ai: "ai";
56
60
  payments: "payments";
57
61
  logging: "logging";
@@ -83,11 +87,13 @@ declare const StackPartSourceSchema: z.ZodEnum<{
83
87
  declare const StackPartSchema: z.ZodObject<{
84
88
  id: z.ZodString;
85
89
  role: z.ZodEnum<{
90
+ push: "push";
86
91
  frontend: "frontend";
87
92
  backend: "backend";
88
93
  mobile: "mobile";
89
94
  database: "database";
90
95
  api: "api";
96
+ graphql: "graphql";
91
97
  orm: "orm";
92
98
  auth: "auth";
93
99
  runtime: "runtime";
@@ -113,6 +119,8 @@ declare const StackPartSchema: z.ZodObject<{
113
119
  ui: "ui";
114
120
  css: "css";
115
121
  storage: "storage";
122
+ ota: "ota";
123
+ deepLinking: "deepLinking";
116
124
  ai: "ai";
117
125
  payments: "payments";
118
126
  logging: "logging";
@@ -2087,67 +2095,959 @@ declare const CreateInputSchema: z.ZodObject<{
2087
2095
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
2088
2096
  }, z.core.$strip>;
2089
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>;
2090
2390
  addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2091
2391
  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";
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";
2536
+ }>>;
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";
2550
+ }>>;
2551
+ shadcnRadius: z.ZodOptional<z.ZodEnum<{
2552
+ default: "default";
2553
+ none: "none";
2554
+ small: "small";
2555
+ medium: "medium";
2556
+ large: "large";
2557
+ }>>;
2558
+ mobileNavigation: z.ZodOptional<z.ZodEnum<{
2559
+ none: "none";
2560
+ "expo-router": "expo-router";
2561
+ "react-navigation": "react-navigation";
2562
+ }>>;
2563
+ mobileUI: z.ZodOptional<z.ZodEnum<{
2564
+ none: "none";
2565
+ tamagui: "tamagui";
2566
+ "gluestack-ui": "gluestack-ui";
2567
+ uniwind: "uniwind";
2568
+ unistyles: "unistyles";
2569
+ }>>;
2570
+ mobileStorage: z.ZodOptional<z.ZodEnum<{
2571
+ none: "none";
2572
+ mmkv: "mmkv";
2573
+ }>>;
2574
+ mobileTesting: z.ZodOptional<z.ZodEnum<{
2575
+ none: "none";
2576
+ maestro: "maestro";
2577
+ "react-native-testing-library": "react-native-testing-library";
2578
+ "maestro-react-native-testing-library": "maestro-react-native-testing-library";
2579
+ }>>;
2580
+ mobilePush: z.ZodOptional<z.ZodEnum<{
2581
+ none: "none";
2582
+ "expo-notifications": "expo-notifications";
2583
+ }>>;
2584
+ mobileOTA: z.ZodOptional<z.ZodEnum<{
2585
+ none: "none";
2586
+ "expo-updates": "expo-updates";
2587
+ }>>;
2588
+ mobileDeepLinking: z.ZodOptional<z.ZodEnum<{
2589
+ none: "none";
2590
+ "expo-linking": "expo-linking";
2591
+ }>>;
2592
+ rustWebFramework: z.ZodOptional<z.ZodEnum<{
2593
+ none: "none";
2594
+ axum: "axum";
2595
+ "actix-web": "actix-web";
2596
+ rocket: "rocket";
2597
+ }>>;
2598
+ rustFrontend: z.ZodOptional<z.ZodEnum<{
2599
+ none: "none";
2600
+ leptos: "leptos";
2601
+ dioxus: "dioxus";
2602
+ }>>;
2603
+ rustOrm: z.ZodOptional<z.ZodEnum<{
2604
+ none: "none";
2605
+ "sea-orm": "sea-orm";
2606
+ sqlx: "sqlx";
2607
+ diesel: "diesel";
2608
+ }>>;
2609
+ rustApi: z.ZodOptional<z.ZodEnum<{
2610
+ none: "none";
2611
+ tonic: "tonic";
2612
+ "async-graphql": "async-graphql";
2613
+ }>>;
2614
+ rustCli: z.ZodOptional<z.ZodEnum<{
2615
+ none: "none";
2616
+ clap: "clap";
2617
+ ratatui: "ratatui";
2618
+ }>>;
2619
+ rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2620
+ config: "config";
2621
+ none: "none";
2622
+ serde: "serde";
2623
+ uuid: "uuid";
2624
+ chrono: "chrono";
2625
+ reqwest: "reqwest";
2626
+ dashmap: "dashmap";
2627
+ "parking-lot": "parking-lot";
2628
+ secrecy: "secrecy";
2629
+ "tokio-util": "tokio-util";
2630
+ utoipa: "utoipa";
2631
+ validator: "validator";
2632
+ jsonwebtoken: "jsonwebtoken";
2633
+ argon2: "argon2";
2634
+ "tokio-test": "tokio-test";
2635
+ mockall: "mockall";
2636
+ proptest: "proptest";
2637
+ insta: "insta";
2638
+ }>>>;
2639
+ rustLogging: z.ZodOptional<z.ZodEnum<{
2640
+ none: "none";
2641
+ tracing: "tracing";
2642
+ "env-logger": "env-logger";
2643
+ }>>;
2644
+ rustErrorHandling: z.ZodOptional<z.ZodEnum<{
2645
+ none: "none";
2646
+ "anyhow-thiserror": "anyhow-thiserror";
2647
+ eyre: "eyre";
2648
+ }>>;
2649
+ rustCaching: z.ZodOptional<z.ZodEnum<{
2650
+ none: "none";
2651
+ redis: "redis";
2652
+ moka: "moka";
2653
+ }>>;
2654
+ rustAuth: z.ZodOptional<z.ZodEnum<{
2655
+ none: "none";
2656
+ oauth2: "oauth2";
2657
+ torii: "torii";
2658
+ }>>;
2659
+ rustRealtime: z.ZodOptional<z.ZodEnum<{
2660
+ none: "none";
2661
+ "tokio-tungstenite": "tokio-tungstenite";
2662
+ }>>;
2663
+ rustMessageQueue: z.ZodOptional<z.ZodEnum<{
2664
+ none: "none";
2665
+ lapin: "lapin";
2666
+ }>>;
2667
+ rustObservability: z.ZodOptional<z.ZodEnum<{
2668
+ none: "none";
2669
+ opentelemetry: "opentelemetry";
2670
+ }>>;
2671
+ rustTemplating: z.ZodOptional<z.ZodEnum<{
2672
+ none: "none";
2673
+ askama: "askama";
2674
+ tera: "tera";
2675
+ }>>;
2676
+ pythonWebFramework: z.ZodOptional<z.ZodEnum<{
2677
+ none: "none";
2678
+ fastapi: "fastapi";
2679
+ django: "django";
2680
+ flask: "flask";
2681
+ litestar: "litestar";
2682
+ starlette: "starlette";
2683
+ }>>;
2684
+ pythonOrm: z.ZodOptional<z.ZodEnum<{
2685
+ none: "none";
2686
+ sqlalchemy: "sqlalchemy";
2687
+ sqlmodel: "sqlmodel";
2688
+ "tortoise-orm": "tortoise-orm";
2689
+ peewee: "peewee";
2690
+ }>>;
2691
+ pythonValidation: z.ZodOptional<z.ZodEnum<{
2692
+ none: "none";
2693
+ pydantic: "pydantic";
2694
+ }>>;
2695
+ pythonAi: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2696
+ none: "none";
2697
+ langgraph: "langgraph";
2698
+ "google-adk": "google-adk";
2699
+ langchain: "langchain";
2700
+ llamaindex: "llamaindex";
2701
+ "openai-sdk": "openai-sdk";
2702
+ "anthropic-sdk": "anthropic-sdk";
2703
+ crewai: "crewai";
2704
+ haystack: "haystack";
2705
+ "pydantic-ai": "pydantic-ai";
2706
+ smolagents: "smolagents";
2707
+ }>>>;
2708
+ pythonAuth: z.ZodOptional<z.ZodEnum<{
2709
+ none: "none";
2710
+ authlib: "authlib";
2711
+ jwt: "jwt";
2712
+ "fastapi-users": "fastapi-users";
2713
+ }>>;
2714
+ pythonApi: z.ZodOptional<z.ZodEnum<{
2715
+ none: "none";
2716
+ "django-rest-framework": "django-rest-framework";
2717
+ "django-ninja": "django-ninja";
2718
+ }>>;
2719
+ pythonTaskQueue: z.ZodOptional<z.ZodEnum<{
2720
+ none: "none";
2721
+ celery: "celery";
2722
+ rq: "rq";
2723
+ dramatiq: "dramatiq";
2724
+ huey: "huey";
2725
+ taskiq: "taskiq";
2726
+ }>>;
2727
+ pythonGraphql: z.ZodOptional<z.ZodEnum<{
2728
+ none: "none";
2729
+ strawberry: "strawberry";
2730
+ ariadne: "ariadne";
2731
+ }>>;
2732
+ pythonQuality: z.ZodOptional<z.ZodEnum<{
2733
+ none: "none";
2734
+ ruff: "ruff";
2735
+ mypy: "mypy";
2736
+ pyright: "pyright";
2737
+ }>>;
2738
+ pythonTesting: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2739
+ none: "none";
2740
+ pytest: "pytest";
2741
+ hypothesis: "hypothesis";
2742
+ }>>>;
2743
+ pythonCaching: z.ZodOptional<z.ZodEnum<{
2744
+ none: "none";
2745
+ redis: "redis";
2746
+ aiocache: "aiocache";
2747
+ }>>;
2748
+ pythonRealtime: z.ZodOptional<z.ZodEnum<{
2749
+ none: "none";
2750
+ "python-socketio": "python-socketio";
2751
+ websockets: "websockets";
2752
+ }>>;
2753
+ pythonObservability: z.ZodOptional<z.ZodEnum<{
2754
+ none: "none";
2755
+ opentelemetry: "opentelemetry";
2756
+ }>>;
2757
+ pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2758
+ none: "none";
2759
+ typer: "typer";
2760
+ click: "click";
2761
+ rich: "rich";
2762
+ }>>>;
2763
+ goWebFramework: z.ZodOptional<z.ZodEnum<{
2764
+ none: "none";
2765
+ gin: "gin";
2766
+ echo: "echo";
2767
+ fiber: "fiber";
2768
+ chi: "chi";
2769
+ }>>;
2770
+ goOrm: z.ZodOptional<z.ZodEnum<{
2771
+ none: "none";
2772
+ gorm: "gorm";
2773
+ sqlc: "sqlc";
2774
+ ent: "ent";
2775
+ }>>;
2776
+ goApi: z.ZodOptional<z.ZodEnum<{
2777
+ none: "none";
2778
+ "grpc-go": "grpc-go";
2779
+ gqlgen: "gqlgen";
2780
+ }>>;
2781
+ goCli: z.ZodOptional<z.ZodEnum<{
2782
+ none: "none";
2783
+ cobra: "cobra";
2784
+ bubbletea: "bubbletea";
2785
+ "urfave-cli": "urfave-cli";
2786
+ }>>;
2787
+ goLogging: z.ZodOptional<z.ZodEnum<{
2788
+ none: "none";
2789
+ zap: "zap";
2790
+ zerolog: "zerolog";
2791
+ slog: "slog";
2792
+ logrus: "logrus";
2793
+ }>>;
2794
+ goAuth: z.ZodOptional<z.ZodEnum<{
2795
+ none: "none";
2796
+ jwt: "jwt";
2797
+ casbin: "casbin";
2798
+ goth: "goth";
2799
+ }>>;
2800
+ goTesting: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2801
+ none: "none";
2802
+ testify: "testify";
2803
+ gomock: "gomock";
2804
+ }>>>;
2805
+ goRealtime: z.ZodOptional<z.ZodEnum<{
2806
+ none: "none";
2807
+ "gorilla-websocket": "gorilla-websocket";
2808
+ centrifuge: "centrifuge";
2809
+ }>>;
2810
+ goMessageQueue: z.ZodOptional<z.ZodEnum<{
2811
+ none: "none";
2812
+ nats: "nats";
2813
+ watermill: "watermill";
2814
+ }>>;
2815
+ goCaching: z.ZodOptional<z.ZodEnum<{
2816
+ none: "none";
2817
+ redis: "redis";
2818
+ ristretto: "ristretto";
2819
+ }>>;
2820
+ goConfig: z.ZodOptional<z.ZodEnum<{
2821
+ none: "none";
2822
+ viper: "viper";
2823
+ koanf: "koanf";
2824
+ }>>;
2825
+ goObservability: z.ZodOptional<z.ZodEnum<{
2826
+ none: "none";
2827
+ opentelemetry: "opentelemetry";
2828
+ }>>;
2829
+ javaWebFramework: z.ZodOptional<z.ZodEnum<{
2830
+ none: "none";
2831
+ "spring-boot": "spring-boot";
2832
+ quarkus: "quarkus";
2833
+ }>>;
2834
+ javaBuildTool: z.ZodOptional<z.ZodEnum<{
2835
+ none: "none";
2836
+ maven: "maven";
2837
+ gradle: "gradle";
2838
+ }>>;
2839
+ javaOrm: z.ZodOptional<z.ZodEnum<{
2840
+ none: "none";
2841
+ "spring-data-jpa": "spring-data-jpa";
2842
+ jooq: "jooq";
2843
+ mybatis: "mybatis";
2844
+ }>>;
2845
+ javaAuth: z.ZodOptional<z.ZodEnum<{
2846
+ none: "none";
2847
+ "spring-security": "spring-security";
2848
+ keycloak: "keycloak";
2849
+ }>>;
2850
+ javaApi: z.ZodOptional<z.ZodEnum<{
2851
+ none: "none";
2852
+ "spring-graphql": "spring-graphql";
2853
+ }>>;
2854
+ javaLogging: z.ZodOptional<z.ZodEnum<{
2855
+ none: "none";
2856
+ logback: "logback";
2857
+ }>>;
2858
+ javaLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2859
+ none: "none";
2860
+ "spring-actuator": "spring-actuator";
2861
+ "spring-validation": "spring-validation";
2862
+ flyway: "flyway";
2863
+ liquibase: "liquibase";
2864
+ "springdoc-openapi": "springdoc-openapi";
2865
+ lombok: "lombok";
2866
+ mapstruct: "mapstruct";
2867
+ caffeine: "caffeine";
2868
+ resilience4j: "resilience4j";
2869
+ "spring-webflux": "spring-webflux";
2870
+ "spring-batch": "spring-batch";
2871
+ "spring-kafka": "spring-kafka";
2872
+ "spring-mail": "spring-mail";
2873
+ "spring-devtools": "spring-devtools";
2874
+ "micrometer-prometheus": "micrometer-prometheus";
2875
+ thymeleaf: "thymeleaf";
2876
+ "spring-amqp": "spring-amqp";
2877
+ "opentelemetry-java": "opentelemetry-java";
2120
2878
  }>>>;
2121
- webDeploy: z.ZodOptional<z.ZodEnum<{
2879
+ javaTestingLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2880
+ none: "none";
2881
+ junit5: "junit5";
2882
+ mockito: "mockito";
2883
+ testcontainers: "testcontainers";
2884
+ assertj: "assertj";
2885
+ "rest-assured": "rest-assured";
2886
+ wiremock: "wiremock";
2887
+ awaitility: "awaitility";
2888
+ archunit: "archunit";
2889
+ jqwik: "jqwik";
2890
+ }>>>;
2891
+ dotnetWebFramework: z.ZodOptional<z.ZodEnum<{
2892
+ none: "none";
2893
+ "aspnet-minimal": "aspnet-minimal";
2894
+ "aspnet-mvc": "aspnet-mvc";
2895
+ "aspnet-blazor": "aspnet-blazor";
2896
+ }>>;
2897
+ dotnetOrm: z.ZodOptional<z.ZodEnum<{
2898
+ none: "none";
2899
+ "ef-core": "ef-core";
2900
+ dapper: "dapper";
2901
+ linq2db: "linq2db";
2902
+ }>>;
2903
+ dotnetAuth: z.ZodOptional<z.ZodEnum<{
2904
+ none: "none";
2905
+ "aspnet-identity": "aspnet-identity";
2906
+ "duende-identityserver": "duende-identityserver";
2907
+ "auth0-aspnet": "auth0-aspnet";
2908
+ }>>;
2909
+ dotnetApi: z.ZodOptional<z.ZodEnum<{
2910
+ none: "none";
2911
+ "minimal-api": "minimal-api";
2912
+ "graphql-hotchocolate": "graphql-hotchocolate";
2913
+ "grpc-dotnet": "grpc-dotnet";
2914
+ }>>;
2915
+ dotnetTesting: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2916
+ none: "none";
2917
+ xunit: "xunit";
2918
+ nunit: "nunit";
2919
+ moq: "moq";
2920
+ "testcontainers-dotnet": "testcontainers-dotnet";
2921
+ }>>>;
2922
+ dotnetJobQueue: z.ZodOptional<z.ZodEnum<{
2923
+ none: "none";
2924
+ hangfire: "hangfire";
2925
+ "quartz-net": "quartz-net";
2926
+ "hosted-services": "hosted-services";
2927
+ }>>;
2928
+ dotnetRealtime: z.ZodOptional<z.ZodEnum<{
2929
+ none: "none";
2930
+ signalr: "signalr";
2931
+ }>>;
2932
+ dotnetObservability: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2933
+ none: "none";
2934
+ "opentelemetry-dotnet": "opentelemetry-dotnet";
2935
+ serilog: "serilog";
2936
+ nlog: "nlog";
2937
+ "health-checks": "health-checks";
2938
+ }>>>;
2939
+ dotnetValidation: z.ZodOptional<z.ZodEnum<{
2940
+ none: "none";
2941
+ fluentvalidation: "fluentvalidation";
2942
+ "data-annotations": "data-annotations";
2943
+ }>>;
2944
+ dotnetCaching: z.ZodOptional<z.ZodEnum<{
2945
+ none: "none";
2946
+ redis: "redis";
2947
+ "memory-cache": "memory-cache";
2948
+ }>>;
2949
+ dotnetDeploy: z.ZodOptional<z.ZodEnum<{
2122
2950
  none: "none";
2123
2951
  docker: "docker";
2124
- cloudflare: "cloudflare";
2125
- fly: "fly";
2126
- railway: "railway";
2127
- render: "render";
2128
- netlify: "netlify";
2129
- sst: "sst";
2130
- vercel: "vercel";
2952
+ azure: "azure";
2953
+ aws: "aws";
2131
2954
  }>>;
2132
- serverDeploy: z.ZodOptional<z.ZodEnum<{
2955
+ elixirWebFramework: z.ZodOptional<z.ZodEnum<{
2956
+ none: "none";
2957
+ phoenix: "phoenix";
2958
+ "phoenix-live-view": "phoenix-live-view";
2959
+ }>>;
2960
+ elixirOrm: z.ZodOptional<z.ZodEnum<{
2961
+ none: "none";
2962
+ ecto: "ecto";
2963
+ "ecto-sql": "ecto-sql";
2964
+ }>>;
2965
+ elixirAuth: z.ZodOptional<z.ZodEnum<{
2966
+ none: "none";
2967
+ "phx-gen-auth": "phx-gen-auth";
2968
+ ueberauth: "ueberauth";
2969
+ guardian: "guardian";
2970
+ }>>;
2971
+ elixirApi: z.ZodOptional<z.ZodEnum<{
2972
+ none: "none";
2973
+ rest: "rest";
2974
+ absinthe: "absinthe";
2975
+ grpc: "grpc";
2976
+ }>>;
2977
+ elixirRealtime: z.ZodOptional<z.ZodEnum<{
2978
+ none: "none";
2979
+ channels: "channels";
2980
+ presence: "presence";
2981
+ pubsub: "pubsub";
2982
+ "live-view-streams": "live-view-streams";
2983
+ }>>;
2984
+ elixirJobs: z.ZodOptional<z.ZodEnum<{
2985
+ none: "none";
2986
+ oban: "oban";
2987
+ quantum: "quantum";
2988
+ }>>;
2989
+ elixirValidation: z.ZodOptional<z.ZodEnum<{
2990
+ none: "none";
2991
+ "ecto-changesets": "ecto-changesets";
2992
+ "nimble-options": "nimble-options";
2993
+ }>>;
2994
+ elixirHttp: z.ZodOptional<z.ZodEnum<{
2995
+ none: "none";
2996
+ req: "req";
2997
+ finch: "finch";
2998
+ }>>;
2999
+ elixirJson: z.ZodOptional<z.ZodEnum<{
3000
+ none: "none";
3001
+ jason: "jason";
3002
+ }>>;
3003
+ elixirEmail: z.ZodOptional<z.ZodEnum<{
3004
+ none: "none";
3005
+ swoosh: "swoosh";
3006
+ }>>;
3007
+ elixirCaching: z.ZodOptional<z.ZodEnum<{
3008
+ none: "none";
3009
+ cachex: "cachex";
3010
+ nebulex: "nebulex";
3011
+ }>>;
3012
+ elixirObservability: z.ZodOptional<z.ZodEnum<{
3013
+ none: "none";
3014
+ opentelemetry: "opentelemetry";
3015
+ telemetry: "telemetry";
3016
+ prom_ex: "prom_ex";
3017
+ }>>;
3018
+ elixirTesting: z.ZodOptional<z.ZodEnum<{
3019
+ none: "none";
3020
+ ex_unit: "ex_unit";
3021
+ mox: "mox";
3022
+ bypass: "bypass";
3023
+ wallaby: "wallaby";
3024
+ }>>;
3025
+ elixirQuality: z.ZodOptional<z.ZodEnum<{
3026
+ none: "none";
3027
+ credo: "credo";
3028
+ dialyxir: "dialyxir";
3029
+ sobelow: "sobelow";
3030
+ }>>;
3031
+ elixirDeploy: z.ZodOptional<z.ZodEnum<{
2133
3032
  none: "none";
2134
3033
  docker: "docker";
2135
- cloudflare: "cloudflare";
2136
3034
  fly: "fly";
2137
- railway: "railway";
2138
- render: "render";
2139
- netlify: "netlify";
2140
- sst: "sst";
2141
- vercel: "vercel";
3035
+ gigalixir: "gigalixir";
3036
+ "mix-release": "mix-release";
2142
3037
  }>>;
3038
+ elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3039
+ none: "none";
3040
+ nx: "nx";
3041
+ broadway: "broadway";
3042
+ }>>>;
3043
+ aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3044
+ none: "none";
3045
+ "claude-md": "claude-md";
3046
+ "agents-md": "agents-md";
3047
+ cursorrules: "cursorrules";
3048
+ }>>>;
3049
+ part: z.ZodOptional<z.ZodArray<z.ZodString>>;
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>;
@@ -4084,11 +4984,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
4084
4984
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
4085
4985
  id: z.ZodString;
4086
4986
  role: z.ZodEnum<{
4987
+ push: "push";
4087
4988
  frontend: "frontend";
4088
4989
  backend: "backend";
4089
4990
  mobile: "mobile";
4090
4991
  database: "database";
4091
4992
  api: "api";
4993
+ graphql: "graphql";
4092
4994
  orm: "orm";
4093
4995
  auth: "auth";
4094
4996
  runtime: "runtime";
@@ -4114,6 +5016,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
4114
5016
  ui: "ui";
4115
5017
  css: "css";
4116
5018
  storage: "storage";
5019
+ ota: "ota";
5020
+ deepLinking: "deepLinking";
4117
5021
  ai: "ai";
4118
5022
  payments: "payments";
4119
5023
  logging: "logging";
@@ -5116,11 +6020,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
5116
6020
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
5117
6021
  id: z.ZodString;
5118
6022
  role: z.ZodEnum<{
6023
+ push: "push";
5119
6024
  frontend: "frontend";
5120
6025
  backend: "backend";
5121
6026
  mobile: "mobile";
5122
6027
  database: "database";
5123
6028
  api: "api";
6029
+ graphql: "graphql";
5124
6030
  orm: "orm";
5125
6031
  auth: "auth";
5126
6032
  runtime: "runtime";
@@ -5146,6 +6052,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
5146
6052
  ui: "ui";
5147
6053
  css: "css";
5148
6054
  storage: "storage";
6055
+ ota: "ota";
6056
+ deepLinking: "deepLinking";
5149
6057
  ai: "ai";
5150
6058
  payments: "payments";
5151
6059
  logging: "logging";
@@ -6148,11 +7056,13 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
6148
7056
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6149
7057
  id: z.ZodString;
6150
7058
  role: z.ZodEnum<{
7059
+ push: "push";
6151
7060
  frontend: "frontend";
6152
7061
  backend: "backend";
6153
7062
  mobile: "mobile";
6154
7063
  database: "database";
6155
7064
  api: "api";
7065
+ graphql: "graphql";
6156
7066
  orm: "orm";
6157
7067
  auth: "auth";
6158
7068
  runtime: "runtime";
@@ -6178,6 +7088,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
6178
7088
  ui: "ui";
6179
7089
  css: "css";
6180
7090
  storage: "storage";
7091
+ ota: "ota";
7092
+ deepLinking: "deepLinking";
6181
7093
  ai: "ai";
6182
7094
  payments: "payments";
6183
7095
  logging: "logging";
@@ -7181,11 +8093,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
7181
8093
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7182
8094
  id: z.ZodString;
7183
8095
  role: z.ZodEnum<{
8096
+ push: "push";
7184
8097
  frontend: "frontend";
7185
8098
  backend: "backend";
7186
8099
  mobile: "mobile";
7187
8100
  database: "database";
7188
8101
  api: "api";
8102
+ graphql: "graphql";
7189
8103
  orm: "orm";
7190
8104
  auth: "auth";
7191
8105
  runtime: "runtime";
@@ -7211,6 +8125,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
7211
8125
  ui: "ui";
7212
8126
  css: "css";
7213
8127
  storage: "storage";
8128
+ ota: "ota";
8129
+ deepLinking: "deepLinking";
7214
8130
  ai: "ai";
7215
8131
  payments: "payments";
7216
8132
  logging: "logging";
@@ -8214,11 +9130,13 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
8214
9130
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8215
9131
  id: z.ZodString;
8216
9132
  role: z.ZodEnum<{
9133
+ push: "push";
8217
9134
  frontend: "frontend";
8218
9135
  backend: "backend";
8219
9136
  mobile: "mobile";
8220
9137
  database: "database";
8221
9138
  api: "api";
9139
+ graphql: "graphql";
8222
9140
  orm: "orm";
8223
9141
  auth: "auth";
8224
9142
  runtime: "runtime";
@@ -8244,6 +9162,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
8244
9162
  ui: "ui";
8245
9163
  css: "css";
8246
9164
  storage: "storage";
9165
+ ota: "ota";
9166
+ deepLinking: "deepLinking";
8247
9167
  ai: "ai";
8248
9168
  payments: "payments";
8249
9169
  logging: "logging";
@@ -9249,11 +10169,13 @@ declare const InitResultSchema: z.ZodObject<{
9249
10169
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9250
10170
  id: z.ZodString;
9251
10171
  role: z.ZodEnum<{
10172
+ push: "push";
9252
10173
  frontend: "frontend";
9253
10174
  backend: "backend";
9254
10175
  mobile: "mobile";
9255
10176
  database: "database";
9256
10177
  api: "api";
10178
+ graphql: "graphql";
9257
10179
  orm: "orm";
9258
10180
  auth: "auth";
9259
10181
  runtime: "runtime";
@@ -9279,6 +10201,8 @@ declare const InitResultSchema: z.ZodObject<{
9279
10201
  ui: "ui";
9280
10202
  css: "css";
9281
10203
  storage: "storage";
10204
+ ota: "ota";
10205
+ deepLinking: "deepLinking";
9282
10206
  ai: "ai";
9283
10207
  payments: "payments";
9284
10208
  logging: "logging";
@@ -9470,4 +10394,4 @@ declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-san
9470
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-O8yu_3Hd.d.mts.map
10397
+ //# sourceMappingURL=schemas-C3iF9TRm.d.mts.map