@better-fullstack/types 2.3.0 → 2.3.1

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,67 +22,67 @@ 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
- effect: "effect";
26
- ai: "ai";
25
+ push: "push";
26
+ frontend: "frontend";
27
+ backend: "backend";
28
+ mobile: "mobile";
27
29
  database: "database";
30
+ api: "api";
31
+ graphql: "graphql";
28
32
  orm: "orm";
29
33
  auth: "auth";
30
- payments: "payments";
31
- frontend: "frontend";
32
- examples: "examples";
33
- packageManager: "packageManager";
34
- dbSetup: "dbSetup";
35
- backend: "backend";
36
34
  runtime: "runtime";
37
- api: "api";
38
- stateManagement: "stateManagement";
39
- forms: "forms";
40
- testing: "testing";
41
- email: "email";
42
- validation: "validation";
35
+ deploy: "deploy";
36
+ dbSetup: "dbSetup";
37
+ migrations: "migrations";
43
38
  realtime: "realtime";
44
- jobQueue: "jobQueue";
45
- animation: "animation";
46
- fileUpload: "fileUpload";
47
- logging: "logging";
48
- observability: "observability";
49
- featureFlags: "featureFlags";
50
- analytics: "analytics";
51
- cms: "cms";
39
+ navigation: "navigation";
52
40
  caching: "caching";
53
- rateLimit: "rateLimit";
54
- i18n: "i18n";
41
+ observability: "observability";
42
+ email: "email";
55
43
  search: "search";
56
44
  vectorDb: "vectorDb";
57
45
  fileStorage: "fileStorage";
58
- config: "config";
59
- mobile: "mobile";
60
- graphql: "graphql";
61
- deploy: "deploy";
62
- migrations: "migrations";
63
- navigation: "navigation";
46
+ jobQueue: "jobQueue";
47
+ rateLimit: "rateLimit";
48
+ testing: "testing";
49
+ stateManagement: "stateManagement";
50
+ forms: "forms";
51
+ animation: "animation";
52
+ fileUpload: "fileUpload";
53
+ validation: "validation";
54
+ effect: "effect";
64
55
  ui: "ui";
65
56
  css: "css";
66
57
  storage: "storage";
67
- push: "push";
68
58
  ota: "ota";
69
59
  deepLinking: "deepLinking";
60
+ ai: "ai";
61
+ payments: "payments";
62
+ logging: "logging";
63
+ featureFlags: "featureFlags";
64
+ analytics: "analytics";
65
+ cms: "cms";
66
+ i18n: "i18n";
70
67
  documentation: "documentation";
71
68
  codeQuality: "codeQuality";
72
69
  appPlatform: "appPlatform";
73
70
  dataFetching: "dataFetching";
74
71
  workspaceTooling: "workspaceTooling";
72
+ examples: "examples";
75
73
  language: "language";
76
74
  buildTool: "buildTool";
77
75
  cli: "cli";
78
76
  errorHandling: "errorHandling";
79
77
  httpClient: "httpClient";
80
78
  libraries: "libraries";
79
+ config: "config";
81
80
  templating: "templating";
82
81
  cloudSdk: "cloudSdk";
83
82
  data: "data";
84
83
  media: "media";
85
84
  server: "server";
85
+ packageManager: "packageManager";
86
86
  messageQueue: "messageQueue";
87
87
  }>;
88
88
  declare const StackPartSourceSchema: z.ZodEnum<{
@@ -95,67 +95,67 @@ declare const StackPartSourceSchema: z.ZodEnum<{
95
95
  declare const StackPartSchema: z.ZodObject<{
96
96
  id: z.ZodString;
97
97
  role: z.ZodEnum<{
98
- effect: "effect";
99
- ai: "ai";
98
+ push: "push";
99
+ frontend: "frontend";
100
+ backend: "backend";
101
+ mobile: "mobile";
100
102
  database: "database";
103
+ api: "api";
104
+ graphql: "graphql";
101
105
  orm: "orm";
102
106
  auth: "auth";
103
- payments: "payments";
104
- frontend: "frontend";
105
- examples: "examples";
106
- packageManager: "packageManager";
107
- dbSetup: "dbSetup";
108
- backend: "backend";
109
107
  runtime: "runtime";
110
- api: "api";
111
- stateManagement: "stateManagement";
112
- forms: "forms";
113
- testing: "testing";
114
- email: "email";
115
- validation: "validation";
108
+ deploy: "deploy";
109
+ dbSetup: "dbSetup";
110
+ migrations: "migrations";
116
111
  realtime: "realtime";
117
- jobQueue: "jobQueue";
118
- animation: "animation";
119
- fileUpload: "fileUpload";
120
- logging: "logging";
121
- observability: "observability";
122
- featureFlags: "featureFlags";
123
- analytics: "analytics";
124
- cms: "cms";
112
+ navigation: "navigation";
125
113
  caching: "caching";
126
- rateLimit: "rateLimit";
127
- i18n: "i18n";
114
+ observability: "observability";
115
+ email: "email";
128
116
  search: "search";
129
117
  vectorDb: "vectorDb";
130
118
  fileStorage: "fileStorage";
131
- config: "config";
132
- mobile: "mobile";
133
- graphql: "graphql";
134
- deploy: "deploy";
135
- migrations: "migrations";
136
- navigation: "navigation";
119
+ jobQueue: "jobQueue";
120
+ rateLimit: "rateLimit";
121
+ testing: "testing";
122
+ stateManagement: "stateManagement";
123
+ forms: "forms";
124
+ animation: "animation";
125
+ fileUpload: "fileUpload";
126
+ validation: "validation";
127
+ effect: "effect";
137
128
  ui: "ui";
138
129
  css: "css";
139
130
  storage: "storage";
140
- push: "push";
141
131
  ota: "ota";
142
132
  deepLinking: "deepLinking";
133
+ ai: "ai";
134
+ payments: "payments";
135
+ logging: "logging";
136
+ featureFlags: "featureFlags";
137
+ analytics: "analytics";
138
+ cms: "cms";
139
+ i18n: "i18n";
143
140
  documentation: "documentation";
144
141
  codeQuality: "codeQuality";
145
142
  appPlatform: "appPlatform";
146
143
  dataFetching: "dataFetching";
147
144
  workspaceTooling: "workspaceTooling";
145
+ examples: "examples";
148
146
  language: "language";
149
147
  buildTool: "buildTool";
150
148
  cli: "cli";
151
149
  errorHandling: "errorHandling";
152
150
  httpClient: "httpClient";
153
151
  libraries: "libraries";
152
+ config: "config";
154
153
  templating: "templating";
155
154
  cloudSdk: "cloudSdk";
156
155
  data: "data";
157
156
  media: "media";
158
157
  server: "server";
158
+ packageManager: "packageManager";
159
159
  messageQueue: "messageQueue";
160
160
  }>;
161
161
  toolId: z.ZodString;
@@ -201,13 +201,13 @@ declare const ORMSchema: z.ZodEnum<{
201
201
  sequelize: "sequelize";
202
202
  }>;
203
203
  declare const BackendSchema: z.ZodEnum<{
204
+ effect: "effect";
204
205
  none: "none";
205
206
  hono: "hono";
206
207
  express: "express";
207
208
  fastify: "fastify";
208
209
  elysia: "elysia";
209
210
  fets: "fets";
210
- effect: "effect";
211
211
  nestjs: "nestjs";
212
212
  adonisjs: "adonisjs";
213
213
  nitro: "nitro";
@@ -299,8 +299,8 @@ declare const AddonsSchema: z.ZodEnum<{
299
299
  */
300
300
  declare const APP_PLATFORM_ADDON_VALUES: readonly ["pwa", "tauri", "electron", "capacitor", "wxt", "opentui"];
301
301
  declare const ExamplesSchema: z.ZodEnum<{
302
- none: "none";
303
302
  ai: "ai";
303
+ none: "none";
304
304
  "chat-sdk": "chat-sdk";
305
305
  "tanstack-showcase": "tanstack-showcase";
306
306
  }>;
@@ -407,8 +407,8 @@ declare const AISchema: z.ZodEnum<{
407
407
  "ai-cli": "ai-cli";
408
408
  }>;
409
409
  declare const EffectSchema: z.ZodEnum<{
410
- none: "none";
411
410
  effect: "effect";
411
+ none: "none";
412
412
  "effect-full": "effect-full";
413
413
  }>;
414
414
  declare const StateManagementSchema: z.ZodEnum<{
@@ -580,9 +580,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
580
580
  }>;
581
581
  declare const MobileUISchema: z.ZodEnum<{
582
582
  none: "none";
583
- uniwind: "uniwind";
584
583
  tamagui: "tamagui";
585
584
  "gluestack-ui": "gluestack-ui";
585
+ uniwind: "uniwind";
586
586
  unistyles: "unistyles";
587
587
  }>;
588
588
  declare const MobileStorageSchema: z.ZodEnum<{
@@ -667,12 +667,12 @@ declare const RustCliSchema: z.ZodEnum<{
667
667
  ratatui: "ratatui";
668
668
  }>;
669
669
  declare const RustLibrariesSchema: z.ZodEnum<{
670
+ config: "config";
670
671
  none: "none";
671
672
  serde: "serde";
672
673
  uuid: "uuid";
673
674
  chrono: "chrono";
674
675
  reqwest: "reqwest";
675
- config: "config";
676
676
  dashmap: "dashmap";
677
677
  "parking-lot": "parking-lot";
678
678
  secrecy: "secrecy";
@@ -1369,36 +1369,36 @@ declare const ShadcnFontSchema: z.ZodEnum<{
1369
1369
  "geist-mono": "geist-mono";
1370
1370
  }>;
1371
1371
  declare const ShadcnRadiusSchema: z.ZodEnum<{
1372
- none: "none";
1373
1372
  default: "default";
1373
+ none: "none";
1374
1374
  small: "small";
1375
1375
  medium: "medium";
1376
1376
  large: "large";
1377
1377
  }>;
1378
1378
  declare const DirectoryConflictSchema: z.ZodEnum<{
1379
+ error: "error";
1379
1380
  merge: "merge";
1380
1381
  overwrite: "overwrite";
1381
1382
  increment: "increment";
1382
- error: "error";
1383
1383
  }>;
1384
1384
  declare const TemplateSchema: z.ZodEnum<{
1385
1385
  none: "none";
1386
+ uniwind: "uniwind";
1386
1387
  mern: "mern";
1387
1388
  pern: "pern";
1388
1389
  t3: "t3";
1389
1390
  saas: "saas";
1390
- uniwind: "uniwind";
1391
1391
  }>;
1392
1392
  declare const ProjectNameSchema: z.ZodString;
1393
1393
  declare const CreateInputSchema: z.ZodObject<{
1394
1394
  projectName: z.ZodOptional<z.ZodString>;
1395
1395
  template: z.ZodOptional<z.ZodEnum<{
1396
1396
  none: "none";
1397
+ uniwind: "uniwind";
1397
1398
  mern: "mern";
1398
1399
  pern: "pern";
1399
1400
  t3: "t3";
1400
1401
  saas: "saas";
1401
- uniwind: "uniwind";
1402
1402
  }>>;
1403
1403
  yes: z.ZodOptional<z.ZodBoolean>;
1404
1404
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -1525,8 +1525,8 @@ declare const CreateInputSchema: z.ZodObject<{
1525
1525
  capacitor: "capacitor";
1526
1526
  }>>>;
1527
1527
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1528
- none: "none";
1529
1528
  ai: "ai";
1529
+ none: "none";
1530
1530
  "chat-sdk": "chat-sdk";
1531
1531
  "tanstack-showcase": "tanstack-showcase";
1532
1532
  }>>>;
@@ -1560,13 +1560,13 @@ declare const CreateInputSchema: z.ZodObject<{
1560
1560
  docker: "docker";
1561
1561
  }>>;
1562
1562
  backend: z.ZodOptional<z.ZodEnum<{
1563
+ effect: "effect";
1563
1564
  none: "none";
1564
1565
  hono: "hono";
1565
1566
  express: "express";
1566
1567
  fastify: "fastify";
1567
1568
  elysia: "elysia";
1568
1569
  fets: "fets";
1569
- effect: "effect";
1570
1570
  nestjs: "nestjs";
1571
1571
  adonisjs: "adonisjs";
1572
1572
  nitro: "nitro";
@@ -1613,10 +1613,10 @@ declare const CreateInputSchema: z.ZodObject<{
1613
1613
  vercel: "vercel";
1614
1614
  }>>;
1615
1615
  directoryConflict: z.ZodOptional<z.ZodEnum<{
1616
+ error: "error";
1616
1617
  merge: "merge";
1617
1618
  overwrite: "overwrite";
1618
1619
  increment: "increment";
1619
- error: "error";
1620
1620
  }>>;
1621
1621
  renderTitle: z.ZodOptional<z.ZodBoolean>;
1622
1622
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -1645,8 +1645,8 @@ declare const CreateInputSchema: z.ZodObject<{
1645
1645
  "ai-cli": "ai-cli";
1646
1646
  }>>;
1647
1647
  effect: z.ZodOptional<z.ZodEnum<{
1648
- none: "none";
1649
1648
  effect: "effect";
1649
+ none: "none";
1650
1650
  "effect-full": "effect-full";
1651
1651
  }>>;
1652
1652
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -1781,8 +1781,8 @@ declare const CreateInputSchema: z.ZodObject<{
1781
1781
  "geist-mono": "geist-mono";
1782
1782
  }>>;
1783
1783
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1784
- none: "none";
1785
1784
  default: "default";
1785
+ none: "none";
1786
1786
  small: "small";
1787
1787
  medium: "medium";
1788
1788
  large: "large";
@@ -1915,9 +1915,9 @@ declare const CreateInputSchema: z.ZodObject<{
1915
1915
  }>>;
1916
1916
  mobileUI: z.ZodOptional<z.ZodEnum<{
1917
1917
  none: "none";
1918
- uniwind: "uniwind";
1919
1918
  tamagui: "tamagui";
1920
1919
  "gluestack-ui": "gluestack-ui";
1920
+ uniwind: "uniwind";
1921
1921
  unistyles: "unistyles";
1922
1922
  }>>;
1923
1923
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -2002,12 +2002,12 @@ declare const CreateInputSchema: z.ZodObject<{
2002
2002
  ratatui: "ratatui";
2003
2003
  }>>;
2004
2004
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2005
+ config: "config";
2005
2006
  none: "none";
2006
2007
  serde: "serde";
2007
2008
  uuid: "uuid";
2008
2009
  chrono: "chrono";
2009
2010
  reqwest: "reqwest";
2010
- config: "config";
2011
2011
  dashmap: "dashmap";
2012
2012
  "parking-lot": "parking-lot";
2013
2013
  secrecy: "secrecy";
@@ -2616,37 +2616,43 @@ declare const CreateInputSchema: z.ZodObject<{
2616
2616
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
2617
2617
  }, z.core.$strip>;
2618
2618
  declare const AddInputSchema: z.ZodObject<{
2619
- effect: z.ZodOptional<z.ZodEnum<{
2619
+ frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2620
2620
  none: "none";
2621
+ "tanstack-router": "tanstack-router";
2622
+ "react-router": "react-router";
2623
+ "react-vite": "react-vite";
2624
+ "vanilla-vite": "vanilla-vite";
2625
+ vue: "vue";
2626
+ "tanstack-start": "tanstack-start";
2627
+ next: "next";
2628
+ vinext: "vinext";
2629
+ nuxt: "nuxt";
2630
+ "native-bare": "native-bare";
2631
+ "native-uniwind": "native-uniwind";
2632
+ "native-unistyles": "native-unistyles";
2633
+ svelte: "svelte";
2634
+ solid: "solid";
2635
+ "solid-start": "solid-start";
2636
+ astro: "astro";
2637
+ qwik: "qwik";
2638
+ angular: "angular";
2639
+ redwood: "redwood";
2640
+ fresh: "fresh";
2641
+ }>>>;
2642
+ backend: z.ZodOptional<z.ZodEnum<{
2621
2643
  effect: "effect";
2622
- "effect-full": "effect-full";
2623
- }>>;
2624
- ai: z.ZodOptional<z.ZodEnum<{
2625
2644
  none: "none";
2626
- "vercel-ai": "vercel-ai";
2627
- mastra: "mastra";
2628
- voltagent: "voltagent";
2629
- langgraph: "langgraph";
2630
- "openai-agents": "openai-agents";
2631
- "openai-sdk": "openai-sdk";
2632
- "anthropic-sdk": "anthropic-sdk";
2633
- "google-adk": "google-adk";
2634
- modelfusion: "modelfusion";
2635
- langchain: "langchain";
2636
- llamaindex: "llamaindex";
2637
- "tanstack-ai": "tanstack-ai";
2638
- "ai-cli": "ai-cli";
2639
- }>>;
2640
- dryRun: z.ZodOptional<z.ZodBoolean>;
2641
- ecosystem: z.ZodOptional<z.ZodEnum<{
2642
- typescript: "typescript";
2643
- "react-native": "react-native";
2644
- rust: "rust";
2645
- python: "python";
2646
- go: "go";
2647
- java: "java";
2648
- elixir: "elixir";
2649
- dotnet: "dotnet";
2645
+ hono: "hono";
2646
+ express: "express";
2647
+ fastify: "fastify";
2648
+ elysia: "elysia";
2649
+ fets: "fets";
2650
+ nestjs: "nestjs";
2651
+ adonisjs: "adonisjs";
2652
+ nitro: "nitro";
2653
+ encore: "encore";
2654
+ convex: "convex";
2655
+ self: "self";
2650
2656
  }>>;
2651
2657
  database: z.ZodOptional<z.ZodEnum<{
2652
2658
  none: "none";
@@ -2657,6 +2663,16 @@ declare const AddInputSchema: z.ZodObject<{
2657
2663
  edgedb: "edgedb";
2658
2664
  redis: "redis";
2659
2665
  }>>;
2666
+ api: z.ZodOptional<z.ZodEnum<{
2667
+ none: "none";
2668
+ trpc: "trpc";
2669
+ orpc: "orpc";
2670
+ "ts-rest": "ts-rest";
2671
+ garph: "garph";
2672
+ "graphql-yoga": "graphql-yoga";
2673
+ "apollo-server": "apollo-server";
2674
+ openapi: "openapi";
2675
+ }>>;
2660
2676
  orm: z.ZodOptional<z.ZodEnum<{
2661
2677
  none: "none";
2662
2678
  drizzle: "drizzle";
@@ -2681,42 +2697,243 @@ declare const AddInputSchema: z.ZodObject<{
2681
2697
  kinde: "kinde";
2682
2698
  passport: "passport";
2683
2699
  }>>;
2684
- payments: z.ZodOptional<z.ZodEnum<{
2700
+ runtime: z.ZodOptional<z.ZodEnum<{
2685
2701
  none: "none";
2686
- revenuecat: "revenuecat";
2687
- polar: "polar";
2688
- stripe: "stripe";
2689
- "lemon-squeezy": "lemon-squeezy";
2690
- paddle: "paddle";
2691
- paypal: "paypal";
2692
- dodo: "dodo";
2693
- creem: "creem";
2694
- autumn: "autumn";
2695
- commet: "commet";
2702
+ bun: "bun";
2703
+ node: "node";
2704
+ workers: "workers";
2696
2705
  }>>;
2697
- frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2706
+ dbSetup: z.ZodOptional<z.ZodEnum<{
2698
2707
  none: "none";
2699
- "tanstack-router": "tanstack-router";
2700
- "react-router": "react-router";
2701
- "react-vite": "react-vite";
2702
- "vanilla-vite": "vanilla-vite";
2703
- vue: "vue";
2704
- "tanstack-start": "tanstack-start";
2705
- next: "next";
2706
- vinext: "vinext";
2707
- nuxt: "nuxt";
2708
- "native-bare": "native-bare";
2709
- "native-uniwind": "native-uniwind";
2710
- "native-unistyles": "native-unistyles";
2711
- svelte: "svelte";
2712
- solid: "solid";
2713
- "solid-start": "solid-start";
2714
- astro: "astro";
2715
- qwik: "qwik";
2716
- angular: "angular";
2717
- redwood: "redwood";
2718
- fresh: "fresh";
2708
+ turso: "turso";
2709
+ neon: "neon";
2710
+ "prisma-postgres": "prisma-postgres";
2711
+ planetscale: "planetscale";
2712
+ "mongodb-atlas": "mongodb-atlas";
2713
+ supabase: "supabase";
2714
+ upstash: "upstash";
2715
+ d1: "d1";
2716
+ docker: "docker";
2717
+ }>>;
2718
+ realtime: z.ZodOptional<z.ZodEnum<{
2719
+ none: "none";
2720
+ "socket-io": "socket-io";
2721
+ ws: "ws";
2722
+ partykit: "partykit";
2723
+ ably: "ably";
2724
+ pusher: "pusher";
2725
+ liveblocks: "liveblocks";
2726
+ yjs: "yjs";
2727
+ }>>;
2728
+ caching: z.ZodOptional<z.ZodEnum<{
2729
+ none: "none";
2730
+ redis: "redis";
2731
+ "upstash-redis": "upstash-redis";
2732
+ }>>;
2733
+ observability: z.ZodOptional<z.ZodEnum<{
2734
+ none: "none";
2735
+ opentelemetry: "opentelemetry";
2736
+ sentry: "sentry";
2737
+ grafana: "grafana";
2738
+ datadog: "datadog";
2739
+ axiom: "axiom";
2740
+ betterstack: "betterstack";
2741
+ }>>;
2742
+ email: z.ZodOptional<z.ZodEnum<{
2743
+ none: "none";
2744
+ "react-email": "react-email";
2745
+ resend: "resend";
2746
+ nodemailer: "nodemailer";
2747
+ postmark: "postmark";
2748
+ sendgrid: "sendgrid";
2749
+ "aws-ses": "aws-ses";
2750
+ mailgun: "mailgun";
2751
+ plunk: "plunk";
2752
+ }>>;
2753
+ search: z.ZodOptional<z.ZodEnum<{
2754
+ none: "none";
2755
+ meilisearch: "meilisearch";
2756
+ typesense: "typesense";
2757
+ elasticsearch: "elasticsearch";
2758
+ opensearch: "opensearch";
2759
+ algolia: "algolia";
2760
+ bleve: "bleve";
2761
+ }>>;
2762
+ vectorDb: z.ZodOptional<z.ZodEnum<{
2763
+ none: "none";
2764
+ pgvector: "pgvector";
2765
+ qdrant: "qdrant";
2766
+ chroma: "chroma";
2767
+ pinecone: "pinecone";
2768
+ }>>;
2769
+ fileStorage: z.ZodOptional<z.ZodEnum<{
2770
+ none: "none";
2771
+ s3: "s3";
2772
+ r2: "r2";
2773
+ cloudinary: "cloudinary";
2774
+ "supabase-storage": "supabase-storage";
2775
+ }>>;
2776
+ jobQueue: z.ZodOptional<z.ZodEnum<{
2777
+ none: "none";
2778
+ bullmq: "bullmq";
2779
+ "trigger-dev": "trigger-dev";
2780
+ inngest: "inngest";
2781
+ temporal: "temporal";
2782
+ }>>;
2783
+ rateLimit: z.ZodOptional<z.ZodEnum<{
2784
+ none: "none";
2785
+ arcjet: "arcjet";
2786
+ "upstash-ratelimit": "upstash-ratelimit";
2787
+ }>>;
2788
+ testing: z.ZodOptional<z.ZodEnum<{
2789
+ none: "none";
2790
+ vitest: "vitest";
2791
+ playwright: "playwright";
2792
+ "vitest-playwright": "vitest-playwright";
2793
+ jest: "jest";
2794
+ mocha: "mocha";
2795
+ cypress: "cypress";
2796
+ }>>;
2797
+ stateManagement: z.ZodOptional<z.ZodEnum<{
2798
+ none: "none";
2799
+ zustand: "zustand";
2800
+ jotai: "jotai";
2801
+ nanostores: "nanostores";
2802
+ "redux-toolkit": "redux-toolkit";
2803
+ mobx: "mobx";
2804
+ xstate: "xstate";
2805
+ valtio: "valtio";
2806
+ "tanstack-store": "tanstack-store";
2807
+ "legend-state": "legend-state";
2808
+ }>>;
2809
+ forms: z.ZodOptional<z.ZodEnum<{
2810
+ none: "none";
2811
+ "tanstack-form": "tanstack-form";
2812
+ "react-hook-form": "react-hook-form";
2813
+ formik: "formik";
2814
+ "final-form": "final-form";
2815
+ conform: "conform";
2816
+ "modular-forms": "modular-forms";
2817
+ }>>;
2818
+ animation: z.ZodOptional<z.ZodEnum<{
2819
+ none: "none";
2820
+ "framer-motion": "framer-motion";
2821
+ gsap: "gsap";
2822
+ "react-spring": "react-spring";
2823
+ "auto-animate": "auto-animate";
2824
+ lottie: "lottie";
2825
+ }>>;
2826
+ fileUpload: z.ZodOptional<z.ZodEnum<{
2827
+ none: "none";
2828
+ uploadthing: "uploadthing";
2829
+ filepond: "filepond";
2830
+ uppy: "uppy";
2831
+ }>>;
2832
+ validation: z.ZodOptional<z.ZodEnum<{
2833
+ none: "none";
2834
+ zod: "zod";
2835
+ valibot: "valibot";
2836
+ arktype: "arktype";
2837
+ typebox: "typebox";
2838
+ typia: "typia";
2839
+ runtypes: "runtypes";
2840
+ "effect-schema": "effect-schema";
2841
+ }>>;
2842
+ effect: z.ZodOptional<z.ZodEnum<{
2843
+ effect: "effect";
2844
+ none: "none";
2845
+ "effect-full": "effect-full";
2846
+ }>>;
2847
+ ai: z.ZodOptional<z.ZodEnum<{
2848
+ none: "none";
2849
+ "vercel-ai": "vercel-ai";
2850
+ mastra: "mastra";
2851
+ voltagent: "voltagent";
2852
+ langgraph: "langgraph";
2853
+ "openai-agents": "openai-agents";
2854
+ "openai-sdk": "openai-sdk";
2855
+ "anthropic-sdk": "anthropic-sdk";
2856
+ "google-adk": "google-adk";
2857
+ modelfusion: "modelfusion";
2858
+ langchain: "langchain";
2859
+ llamaindex: "llamaindex";
2860
+ "tanstack-ai": "tanstack-ai";
2861
+ "ai-cli": "ai-cli";
2862
+ }>>;
2863
+ payments: z.ZodOptional<z.ZodEnum<{
2864
+ none: "none";
2865
+ revenuecat: "revenuecat";
2866
+ polar: "polar";
2867
+ stripe: "stripe";
2868
+ "lemon-squeezy": "lemon-squeezy";
2869
+ paddle: "paddle";
2870
+ paypal: "paypal";
2871
+ dodo: "dodo";
2872
+ creem: "creem";
2873
+ autumn: "autumn";
2874
+ commet: "commet";
2875
+ }>>;
2876
+ logging: z.ZodOptional<z.ZodEnum<{
2877
+ none: "none";
2878
+ pino: "pino";
2879
+ winston: "winston";
2880
+ evlog: "evlog";
2881
+ }>>;
2882
+ featureFlags: z.ZodOptional<z.ZodEnum<{
2883
+ none: "none";
2884
+ growthbook: "growthbook";
2885
+ posthog: "posthog";
2886
+ launchdarkly: "launchdarkly";
2887
+ flagsmith: "flagsmith";
2888
+ unleash: "unleash";
2889
+ }>>;
2890
+ analytics: z.ZodOptional<z.ZodEnum<{
2891
+ none: "none";
2892
+ posthog: "posthog";
2893
+ plausible: "plausible";
2894
+ umami: "umami";
2895
+ ga4: "ga4";
2896
+ }>>;
2897
+ cms: z.ZodOptional<z.ZodEnum<{
2898
+ none: "none";
2899
+ payload: "payload";
2900
+ sanity: "sanity";
2901
+ strapi: "strapi";
2902
+ tinacms: "tinacms";
2903
+ directus: "directus";
2904
+ keystatic: "keystatic";
2905
+ contentful: "contentful";
2906
+ }>>;
2907
+ i18n: z.ZodOptional<z.ZodEnum<{
2908
+ none: "none";
2909
+ paraglide: "paraglide";
2910
+ i18next: "i18next";
2911
+ "next-intl": "next-intl";
2912
+ intlayer: "intlayer";
2913
+ }>>;
2914
+ examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2915
+ ai: "ai";
2916
+ none: "none";
2917
+ "chat-sdk": "chat-sdk";
2918
+ "tanstack-showcase": "tanstack-showcase";
2719
2919
  }>>>;
2920
+ packageManager: z.ZodOptional<z.ZodEnum<{
2921
+ bun: "bun";
2922
+ npm: "npm";
2923
+ pnpm: "pnpm";
2924
+ yarn: "yarn";
2925
+ }>>;
2926
+ ecosystem: z.ZodOptional<z.ZodEnum<{
2927
+ typescript: "typescript";
2928
+ "react-native": "react-native";
2929
+ rust: "rust";
2930
+ python: "python";
2931
+ go: "go";
2932
+ java: "java";
2933
+ elixir: "elixir";
2934
+ dotnet: "dotnet";
2935
+ }>>;
2936
+ dryRun: z.ZodOptional<z.ZodBoolean>;
2720
2937
  addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2721
2938
  none: "none";
2722
2939
  pwa: "pwa";
@@ -2757,18 +2974,6 @@ declare const AddInputSchema: z.ZodObject<{
2757
2974
  electron: "electron";
2758
2975
  capacitor: "capacitor";
2759
2976
  }>>>;
2760
- examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2761
- none: "none";
2762
- ai: "ai";
2763
- "chat-sdk": "chat-sdk";
2764
- "tanstack-showcase": "tanstack-showcase";
2765
- }>>>;
2766
- packageManager: z.ZodOptional<z.ZodEnum<{
2767
- bun: "bun";
2768
- npm: "npm";
2769
- pnpm: "pnpm";
2770
- yarn: "yarn";
2771
- }>>;
2772
2977
  workspaceShape: z.ZodOptional<z.ZodEnum<{
2773
2978
  monorepo: "monorepo";
2774
2979
  "single-app": "single-app";
@@ -2779,49 +2984,6 @@ declare const AddInputSchema: z.ZodObject<{
2779
2984
  beta: "beta";
2780
2985
  }>>;
2781
2986
  install: z.ZodOptional<z.ZodBoolean>;
2782
- dbSetup: z.ZodOptional<z.ZodEnum<{
2783
- none: "none";
2784
- turso: "turso";
2785
- neon: "neon";
2786
- "prisma-postgres": "prisma-postgres";
2787
- planetscale: "planetscale";
2788
- "mongodb-atlas": "mongodb-atlas";
2789
- supabase: "supabase";
2790
- upstash: "upstash";
2791
- d1: "d1";
2792
- docker: "docker";
2793
- }>>;
2794
- backend: z.ZodOptional<z.ZodEnum<{
2795
- none: "none";
2796
- hono: "hono";
2797
- express: "express";
2798
- fastify: "fastify";
2799
- elysia: "elysia";
2800
- fets: "fets";
2801
- effect: "effect";
2802
- nestjs: "nestjs";
2803
- adonisjs: "adonisjs";
2804
- nitro: "nitro";
2805
- encore: "encore";
2806
- convex: "convex";
2807
- self: "self";
2808
- }>>;
2809
- runtime: z.ZodOptional<z.ZodEnum<{
2810
- none: "none";
2811
- bun: "bun";
2812
- node: "node";
2813
- workers: "workers";
2814
- }>>;
2815
- api: z.ZodOptional<z.ZodEnum<{
2816
- none: "none";
2817
- trpc: "trpc";
2818
- orpc: "orpc";
2819
- "ts-rest": "ts-rest";
2820
- garph: "garph";
2821
- "graphql-yoga": "graphql-yoga";
2822
- "apollo-server": "apollo-server";
2823
- openapi: "openapi";
2824
- }>>;
2825
2987
  webDeploy: z.ZodOptional<z.ZodEnum<{
2826
2988
  none: "none";
2827
2989
  docker: "docker";
@@ -2851,47 +3013,6 @@ declare const AddInputSchema: z.ZodObject<{
2851
3013
  solid: "solid";
2852
3014
  react: "react";
2853
3015
  }>>;
2854
- stateManagement: z.ZodOptional<z.ZodEnum<{
2855
- none: "none";
2856
- zustand: "zustand";
2857
- jotai: "jotai";
2858
- nanostores: "nanostores";
2859
- "redux-toolkit": "redux-toolkit";
2860
- mobx: "mobx";
2861
- xstate: "xstate";
2862
- valtio: "valtio";
2863
- "tanstack-store": "tanstack-store";
2864
- "legend-state": "legend-state";
2865
- }>>;
2866
- forms: z.ZodOptional<z.ZodEnum<{
2867
- none: "none";
2868
- "tanstack-form": "tanstack-form";
2869
- "react-hook-form": "react-hook-form";
2870
- formik: "formik";
2871
- "final-form": "final-form";
2872
- conform: "conform";
2873
- "modular-forms": "modular-forms";
2874
- }>>;
2875
- testing: z.ZodOptional<z.ZodEnum<{
2876
- none: "none";
2877
- vitest: "vitest";
2878
- playwright: "playwright";
2879
- "vitest-playwright": "vitest-playwright";
2880
- jest: "jest";
2881
- mocha: "mocha";
2882
- cypress: "cypress";
2883
- }>>;
2884
- email: z.ZodOptional<z.ZodEnum<{
2885
- none: "none";
2886
- "react-email": "react-email";
2887
- resend: "resend";
2888
- nodemailer: "nodemailer";
2889
- postmark: "postmark";
2890
- sendgrid: "sendgrid";
2891
- "aws-ses": "aws-ses";
2892
- mailgun: "mailgun";
2893
- plunk: "plunk";
2894
- }>>;
2895
3016
  cssFramework: z.ZodOptional<z.ZodEnum<{
2896
3017
  none: "none";
2897
3018
  tailwind: "tailwind";
@@ -2962,153 +3083,32 @@ declare const AddInputSchema: z.ZodObject<{
2962
3083
  violet: "violet";
2963
3084
  yellow: "yellow";
2964
3085
  }>>;
2965
- shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
2966
- neutral: "neutral";
2967
- stone: "stone";
2968
- zinc: "zinc";
2969
- gray: "gray";
2970
- }>>;
2971
- shadcnFont: z.ZodOptional<z.ZodEnum<{
2972
- inter: "inter";
2973
- geist: "geist";
2974
- "noto-sans": "noto-sans";
2975
- "nunito-sans": "nunito-sans";
2976
- figtree: "figtree";
2977
- roboto: "roboto";
2978
- raleway: "raleway";
2979
- "dm-sans": "dm-sans";
2980
- "public-sans": "public-sans";
2981
- outfit: "outfit";
2982
- "jetbrains-mono": "jetbrains-mono";
2983
- "geist-mono": "geist-mono";
2984
- }>>;
2985
- shadcnRadius: z.ZodOptional<z.ZodEnum<{
2986
- none: "none";
2987
- default: "default";
2988
- small: "small";
2989
- medium: "medium";
2990
- large: "large";
2991
- }>>;
2992
- validation: z.ZodOptional<z.ZodEnum<{
2993
- none: "none";
2994
- zod: "zod";
2995
- valibot: "valibot";
2996
- arktype: "arktype";
2997
- typebox: "typebox";
2998
- typia: "typia";
2999
- runtypes: "runtypes";
3000
- "effect-schema": "effect-schema";
3001
- }>>;
3002
- realtime: z.ZodOptional<z.ZodEnum<{
3003
- none: "none";
3004
- "socket-io": "socket-io";
3005
- ws: "ws";
3006
- partykit: "partykit";
3007
- ably: "ably";
3008
- pusher: "pusher";
3009
- liveblocks: "liveblocks";
3010
- yjs: "yjs";
3011
- }>>;
3012
- jobQueue: z.ZodOptional<z.ZodEnum<{
3013
- none: "none";
3014
- bullmq: "bullmq";
3015
- "trigger-dev": "trigger-dev";
3016
- inngest: "inngest";
3017
- temporal: "temporal";
3018
- }>>;
3019
- animation: z.ZodOptional<z.ZodEnum<{
3020
- none: "none";
3021
- "framer-motion": "framer-motion";
3022
- gsap: "gsap";
3023
- "react-spring": "react-spring";
3024
- "auto-animate": "auto-animate";
3025
- lottie: "lottie";
3026
- }>>;
3027
- fileUpload: z.ZodOptional<z.ZodEnum<{
3028
- none: "none";
3029
- uploadthing: "uploadthing";
3030
- filepond: "filepond";
3031
- uppy: "uppy";
3032
- }>>;
3033
- logging: z.ZodOptional<z.ZodEnum<{
3034
- none: "none";
3035
- pino: "pino";
3036
- winston: "winston";
3037
- evlog: "evlog";
3038
- }>>;
3039
- observability: z.ZodOptional<z.ZodEnum<{
3040
- none: "none";
3041
- opentelemetry: "opentelemetry";
3042
- sentry: "sentry";
3043
- grafana: "grafana";
3044
- datadog: "datadog";
3045
- axiom: "axiom";
3046
- betterstack: "betterstack";
3047
- }>>;
3048
- featureFlags: z.ZodOptional<z.ZodEnum<{
3049
- none: "none";
3050
- growthbook: "growthbook";
3051
- posthog: "posthog";
3052
- launchdarkly: "launchdarkly";
3053
- flagsmith: "flagsmith";
3054
- unleash: "unleash";
3055
- }>>;
3056
- analytics: z.ZodOptional<z.ZodEnum<{
3057
- none: "none";
3058
- posthog: "posthog";
3059
- plausible: "plausible";
3060
- umami: "umami";
3061
- ga4: "ga4";
3062
- }>>;
3063
- cms: z.ZodOptional<z.ZodEnum<{
3064
- none: "none";
3065
- payload: "payload";
3066
- sanity: "sanity";
3067
- strapi: "strapi";
3068
- tinacms: "tinacms";
3069
- directus: "directus";
3070
- keystatic: "keystatic";
3071
- contentful: "contentful";
3072
- }>>;
3073
- caching: z.ZodOptional<z.ZodEnum<{
3074
- none: "none";
3075
- redis: "redis";
3076
- "upstash-redis": "upstash-redis";
3077
- }>>;
3078
- rateLimit: z.ZodOptional<z.ZodEnum<{
3079
- none: "none";
3080
- arcjet: "arcjet";
3081
- "upstash-ratelimit": "upstash-ratelimit";
3082
- }>>;
3083
- i18n: z.ZodOptional<z.ZodEnum<{
3084
- none: "none";
3085
- paraglide: "paraglide";
3086
- i18next: "i18next";
3087
- "next-intl": "next-intl";
3088
- intlayer: "intlayer";
3089
- }>>;
3090
- search: z.ZodOptional<z.ZodEnum<{
3091
- none: "none";
3092
- meilisearch: "meilisearch";
3093
- typesense: "typesense";
3094
- elasticsearch: "elasticsearch";
3095
- opensearch: "opensearch";
3096
- algolia: "algolia";
3097
- bleve: "bleve";
3086
+ shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
3087
+ neutral: "neutral";
3088
+ stone: "stone";
3089
+ zinc: "zinc";
3090
+ gray: "gray";
3098
3091
  }>>;
3099
- vectorDb: z.ZodOptional<z.ZodEnum<{
3100
- none: "none";
3101
- pgvector: "pgvector";
3102
- qdrant: "qdrant";
3103
- chroma: "chroma";
3104
- pinecone: "pinecone";
3092
+ shadcnFont: z.ZodOptional<z.ZodEnum<{
3093
+ inter: "inter";
3094
+ geist: "geist";
3095
+ "noto-sans": "noto-sans";
3096
+ "nunito-sans": "nunito-sans";
3097
+ figtree: "figtree";
3098
+ roboto: "roboto";
3099
+ raleway: "raleway";
3100
+ "dm-sans": "dm-sans";
3101
+ "public-sans": "public-sans";
3102
+ outfit: "outfit";
3103
+ "jetbrains-mono": "jetbrains-mono";
3104
+ "geist-mono": "geist-mono";
3105
3105
  }>>;
3106
- fileStorage: z.ZodOptional<z.ZodEnum<{
3106
+ shadcnRadius: z.ZodOptional<z.ZodEnum<{
3107
+ default: "default";
3107
3108
  none: "none";
3108
- s3: "s3";
3109
- r2: "r2";
3110
- cloudinary: "cloudinary";
3111
- "supabase-storage": "supabase-storage";
3109
+ small: "small";
3110
+ medium: "medium";
3111
+ large: "large";
3112
3112
  }>>;
3113
3113
  mobileNavigation: z.ZodOptional<z.ZodEnum<{
3114
3114
  none: "none";
@@ -3117,9 +3117,9 @@ declare const AddInputSchema: z.ZodObject<{
3117
3117
  }>>;
3118
3118
  mobileUI: z.ZodOptional<z.ZodEnum<{
3119
3119
  none: "none";
3120
- uniwind: "uniwind";
3121
3120
  tamagui: "tamagui";
3122
3121
  "gluestack-ui": "gluestack-ui";
3122
+ uniwind: "uniwind";
3123
3123
  unistyles: "unistyles";
3124
3124
  }>>;
3125
3125
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -3204,12 +3204,12 @@ declare const AddInputSchema: z.ZodObject<{
3204
3204
  ratatui: "ratatui";
3205
3205
  }>>;
3206
3206
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3207
+ config: "config";
3207
3208
  none: "none";
3208
3209
  serde: "serde";
3209
3210
  uuid: "uuid";
3210
3211
  chrono: "chrono";
3211
3212
  reqwest: "reqwest";
3212
- config: "config";
3213
3213
  dashmap: "dashmap";
3214
3214
  "parking-lot": "parking-lot";
3215
3215
  secrecy: "secrecy";
@@ -3823,11 +3823,11 @@ declare const CLIInputSchema: z.ZodObject<{
3823
3823
  projectName: z.ZodOptional<z.ZodString>;
3824
3824
  template: z.ZodOptional<z.ZodEnum<{
3825
3825
  none: "none";
3826
+ uniwind: "uniwind";
3826
3827
  mern: "mern";
3827
3828
  pern: "pern";
3828
3829
  t3: "t3";
3829
3830
  saas: "saas";
3830
- uniwind: "uniwind";
3831
3831
  }>>;
3832
3832
  yes: z.ZodOptional<z.ZodBoolean>;
3833
3833
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -3954,8 +3954,8 @@ declare const CLIInputSchema: z.ZodObject<{
3954
3954
  capacitor: "capacitor";
3955
3955
  }>>>;
3956
3956
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3957
- none: "none";
3958
3957
  ai: "ai";
3958
+ none: "none";
3959
3959
  "chat-sdk": "chat-sdk";
3960
3960
  "tanstack-showcase": "tanstack-showcase";
3961
3961
  }>>>;
@@ -3989,13 +3989,13 @@ declare const CLIInputSchema: z.ZodObject<{
3989
3989
  docker: "docker";
3990
3990
  }>>;
3991
3991
  backend: z.ZodOptional<z.ZodEnum<{
3992
+ effect: "effect";
3992
3993
  none: "none";
3993
3994
  hono: "hono";
3994
3995
  express: "express";
3995
3996
  fastify: "fastify";
3996
3997
  elysia: "elysia";
3997
3998
  fets: "fets";
3998
- effect: "effect";
3999
3999
  nestjs: "nestjs";
4000
4000
  adonisjs: "adonisjs";
4001
4001
  nitro: "nitro";
@@ -4042,10 +4042,10 @@ declare const CLIInputSchema: z.ZodObject<{
4042
4042
  vercel: "vercel";
4043
4043
  }>>;
4044
4044
  directoryConflict: z.ZodOptional<z.ZodEnum<{
4045
+ error: "error";
4045
4046
  merge: "merge";
4046
4047
  overwrite: "overwrite";
4047
4048
  increment: "increment";
4048
- error: "error";
4049
4049
  }>>;
4050
4050
  renderTitle: z.ZodOptional<z.ZodBoolean>;
4051
4051
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -4074,8 +4074,8 @@ declare const CLIInputSchema: z.ZodObject<{
4074
4074
  "ai-cli": "ai-cli";
4075
4075
  }>>;
4076
4076
  effect: z.ZodOptional<z.ZodEnum<{
4077
- none: "none";
4078
4077
  effect: "effect";
4078
+ none: "none";
4079
4079
  "effect-full": "effect-full";
4080
4080
  }>>;
4081
4081
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -4210,8 +4210,8 @@ declare const CLIInputSchema: z.ZodObject<{
4210
4210
  "geist-mono": "geist-mono";
4211
4211
  }>>;
4212
4212
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4213
- none: "none";
4214
4213
  default: "default";
4214
+ none: "none";
4215
4215
  small: "small";
4216
4216
  medium: "medium";
4217
4217
  large: "large";
@@ -4344,9 +4344,9 @@ declare const CLIInputSchema: z.ZodObject<{
4344
4344
  }>>;
4345
4345
  mobileUI: z.ZodOptional<z.ZodEnum<{
4346
4346
  none: "none";
4347
- uniwind: "uniwind";
4348
4347
  tamagui: "tamagui";
4349
4348
  "gluestack-ui": "gluestack-ui";
4349
+ uniwind: "uniwind";
4350
4350
  unistyles: "unistyles";
4351
4351
  }>>;
4352
4352
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -4431,12 +4431,12 @@ declare const CLIInputSchema: z.ZodObject<{
4431
4431
  ratatui: "ratatui";
4432
4432
  }>>;
4433
4433
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4434
+ config: "config";
4434
4435
  none: "none";
4435
4436
  serde: "serde";
4436
4437
  uuid: "uuid";
4437
4438
  chrono: "chrono";
4438
4439
  reqwest: "reqwest";
4439
- config: "config";
4440
4440
  dashmap: "dashmap";
4441
4441
  "parking-lot": "parking-lot";
4442
4442
  secrecy: "secrecy";
@@ -5079,13 +5079,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
5079
5079
  sequelize: "sequelize";
5080
5080
  }>;
5081
5081
  backend: z.ZodEnum<{
5082
+ effect: "effect";
5082
5083
  none: "none";
5083
5084
  hono: "hono";
5084
5085
  express: "express";
5085
5086
  fastify: "fastify";
5086
5087
  elysia: "elysia";
5087
5088
  fets: "fets";
5088
- effect: "effect";
5089
5089
  nestjs: "nestjs";
5090
5090
  adonisjs: "adonisjs";
5091
5091
  nitro: "nitro";
@@ -5163,8 +5163,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5163
5163
  capacitor: "capacitor";
5164
5164
  }>>;
5165
5165
  examples: z.ZodArray<z.ZodEnum<{
5166
- none: "none";
5167
5166
  ai: "ai";
5167
+ none: "none";
5168
5168
  "chat-sdk": "chat-sdk";
5169
5169
  "tanstack-showcase": "tanstack-showcase";
5170
5170
  }>>;
@@ -5280,8 +5280,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5280
5280
  "ai-cli": "ai-cli";
5281
5281
  }>;
5282
5282
  effect: z.ZodEnum<{
5283
- none: "none";
5284
5283
  effect: "effect";
5284
+ none: "none";
5285
5285
  "effect-full": "effect-full";
5286
5286
  }>;
5287
5287
  stateManagement: z.ZodEnum<{
@@ -5416,8 +5416,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5416
5416
  "geist-mono": "geist-mono";
5417
5417
  }>>;
5418
5418
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
5419
- none: "none";
5420
5419
  default: "default";
5420
+ none: "none";
5421
5421
  small: "small";
5422
5422
  medium: "medium";
5423
5423
  large: "large";
@@ -5550,9 +5550,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
5550
5550
  }>;
5551
5551
  mobileUI: z.ZodEnum<{
5552
5552
  none: "none";
5553
- uniwind: "uniwind";
5554
5553
  tamagui: "tamagui";
5555
5554
  "gluestack-ui": "gluestack-ui";
5555
+ uniwind: "uniwind";
5556
5556
  unistyles: "unistyles";
5557
5557
  }>;
5558
5558
  mobileStorage: z.ZodEnum<{
@@ -5637,12 +5637,12 @@ declare const ProjectConfigSchema: z.ZodObject<{
5637
5637
  ratatui: "ratatui";
5638
5638
  }>;
5639
5639
  rustLibraries: z.ZodArray<z.ZodEnum<{
5640
+ config: "config";
5640
5641
  none: "none";
5641
5642
  serde: "serde";
5642
5643
  uuid: "uuid";
5643
5644
  chrono: "chrono";
5644
5645
  reqwest: "reqwest";
5645
- config: "config";
5646
5646
  dashmap: "dashmap";
5647
5647
  "parking-lot": "parking-lot";
5648
5648
  secrecy: "secrecy";
@@ -6251,67 +6251,67 @@ declare const ProjectConfigSchema: z.ZodObject<{
6251
6251
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6252
6252
  id: z.ZodString;
6253
6253
  role: z.ZodEnum<{
6254
- effect: "effect";
6255
- ai: "ai";
6254
+ push: "push";
6255
+ frontend: "frontend";
6256
+ backend: "backend";
6257
+ mobile: "mobile";
6256
6258
  database: "database";
6259
+ api: "api";
6260
+ graphql: "graphql";
6257
6261
  orm: "orm";
6258
6262
  auth: "auth";
6259
- payments: "payments";
6260
- frontend: "frontend";
6261
- examples: "examples";
6262
- packageManager: "packageManager";
6263
- dbSetup: "dbSetup";
6264
- backend: "backend";
6265
6263
  runtime: "runtime";
6266
- api: "api";
6267
- stateManagement: "stateManagement";
6268
- forms: "forms";
6269
- testing: "testing";
6270
- email: "email";
6271
- validation: "validation";
6264
+ deploy: "deploy";
6265
+ dbSetup: "dbSetup";
6266
+ migrations: "migrations";
6272
6267
  realtime: "realtime";
6273
- jobQueue: "jobQueue";
6274
- animation: "animation";
6275
- fileUpload: "fileUpload";
6276
- logging: "logging";
6277
- observability: "observability";
6278
- featureFlags: "featureFlags";
6279
- analytics: "analytics";
6280
- cms: "cms";
6268
+ navigation: "navigation";
6281
6269
  caching: "caching";
6282
- rateLimit: "rateLimit";
6283
- i18n: "i18n";
6270
+ observability: "observability";
6271
+ email: "email";
6284
6272
  search: "search";
6285
6273
  vectorDb: "vectorDb";
6286
6274
  fileStorage: "fileStorage";
6287
- config: "config";
6288
- mobile: "mobile";
6289
- graphql: "graphql";
6290
- deploy: "deploy";
6291
- migrations: "migrations";
6292
- navigation: "navigation";
6275
+ jobQueue: "jobQueue";
6276
+ rateLimit: "rateLimit";
6277
+ testing: "testing";
6278
+ stateManagement: "stateManagement";
6279
+ forms: "forms";
6280
+ animation: "animation";
6281
+ fileUpload: "fileUpload";
6282
+ validation: "validation";
6283
+ effect: "effect";
6293
6284
  ui: "ui";
6294
6285
  css: "css";
6295
6286
  storage: "storage";
6296
- push: "push";
6297
6287
  ota: "ota";
6298
6288
  deepLinking: "deepLinking";
6289
+ ai: "ai";
6290
+ payments: "payments";
6291
+ logging: "logging";
6292
+ featureFlags: "featureFlags";
6293
+ analytics: "analytics";
6294
+ cms: "cms";
6295
+ i18n: "i18n";
6299
6296
  documentation: "documentation";
6300
6297
  codeQuality: "codeQuality";
6301
6298
  appPlatform: "appPlatform";
6302
6299
  dataFetching: "dataFetching";
6303
6300
  workspaceTooling: "workspaceTooling";
6301
+ examples: "examples";
6304
6302
  language: "language";
6305
6303
  buildTool: "buildTool";
6306
6304
  cli: "cli";
6307
6305
  errorHandling: "errorHandling";
6308
6306
  httpClient: "httpClient";
6309
6307
  libraries: "libraries";
6308
+ config: "config";
6310
6309
  templating: "templating";
6311
6310
  cloudSdk: "cloudSdk";
6312
6311
  data: "data";
6313
6312
  media: "media";
6314
6313
  server: "server";
6314
+ packageManager: "packageManager";
6315
6315
  messageQueue: "messageQueue";
6316
6316
  }>;
6317
6317
  toolId: z.ZodString;
@@ -6373,13 +6373,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6373
6373
  sequelize: "sequelize";
6374
6374
  }>;
6375
6375
  backend: z.ZodEnum<{
6376
+ effect: "effect";
6376
6377
  none: "none";
6377
6378
  hono: "hono";
6378
6379
  express: "express";
6379
6380
  fastify: "fastify";
6380
6381
  elysia: "elysia";
6381
6382
  fets: "fets";
6382
- effect: "effect";
6383
6383
  nestjs: "nestjs";
6384
6384
  adonisjs: "adonisjs";
6385
6385
  nitro: "nitro";
@@ -6457,8 +6457,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6457
6457
  capacitor: "capacitor";
6458
6458
  }>>;
6459
6459
  examples: z.ZodArray<z.ZodEnum<{
6460
- none: "none";
6461
6460
  ai: "ai";
6461
+ none: "none";
6462
6462
  "chat-sdk": "chat-sdk";
6463
6463
  "tanstack-showcase": "tanstack-showcase";
6464
6464
  }>>;
@@ -6572,8 +6572,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6572
6572
  "ai-cli": "ai-cli";
6573
6573
  }>;
6574
6574
  effect: z.ZodEnum<{
6575
- none: "none";
6576
6575
  effect: "effect";
6576
+ none: "none";
6577
6577
  "effect-full": "effect-full";
6578
6578
  }>;
6579
6579
  stateManagement: z.ZodEnum<{
@@ -6708,8 +6708,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6708
6708
  "geist-mono": "geist-mono";
6709
6709
  }>>;
6710
6710
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
6711
- none: "none";
6712
6711
  default: "default";
6712
+ none: "none";
6713
6713
  small: "small";
6714
6714
  medium: "medium";
6715
6715
  large: "large";
@@ -6842,9 +6842,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6842
6842
  }>;
6843
6843
  mobileUI: z.ZodEnum<{
6844
6844
  none: "none";
6845
- uniwind: "uniwind";
6846
6845
  tamagui: "tamagui";
6847
6846
  "gluestack-ui": "gluestack-ui";
6847
+ uniwind: "uniwind";
6848
6848
  unistyles: "unistyles";
6849
6849
  }>;
6850
6850
  mobileStorage: z.ZodEnum<{
@@ -6929,12 +6929,12 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6929
6929
  ratatui: "ratatui";
6930
6930
  }>;
6931
6931
  rustLibraries: z.ZodArray<z.ZodEnum<{
6932
+ config: "config";
6932
6933
  none: "none";
6933
6934
  serde: "serde";
6934
6935
  uuid: "uuid";
6935
6936
  chrono: "chrono";
6936
6937
  reqwest: "reqwest";
6937
- config: "config";
6938
6938
  dashmap: "dashmap";
6939
6939
  "parking-lot": "parking-lot";
6940
6940
  secrecy: "secrecy";
@@ -7543,67 +7543,67 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7543
7543
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7544
7544
  id: z.ZodString;
7545
7545
  role: z.ZodEnum<{
7546
- effect: "effect";
7547
- ai: "ai";
7546
+ push: "push";
7547
+ frontend: "frontend";
7548
+ backend: "backend";
7549
+ mobile: "mobile";
7548
7550
  database: "database";
7551
+ api: "api";
7552
+ graphql: "graphql";
7549
7553
  orm: "orm";
7550
7554
  auth: "auth";
7551
- payments: "payments";
7552
- frontend: "frontend";
7553
- examples: "examples";
7554
- packageManager: "packageManager";
7555
- dbSetup: "dbSetup";
7556
- backend: "backend";
7557
7555
  runtime: "runtime";
7558
- api: "api";
7559
- stateManagement: "stateManagement";
7560
- forms: "forms";
7561
- testing: "testing";
7562
- email: "email";
7563
- validation: "validation";
7556
+ deploy: "deploy";
7557
+ dbSetup: "dbSetup";
7558
+ migrations: "migrations";
7564
7559
  realtime: "realtime";
7565
- jobQueue: "jobQueue";
7566
- animation: "animation";
7567
- fileUpload: "fileUpload";
7568
- logging: "logging";
7569
- observability: "observability";
7570
- featureFlags: "featureFlags";
7571
- analytics: "analytics";
7572
- cms: "cms";
7560
+ navigation: "navigation";
7573
7561
  caching: "caching";
7574
- rateLimit: "rateLimit";
7575
- i18n: "i18n";
7562
+ observability: "observability";
7563
+ email: "email";
7576
7564
  search: "search";
7577
7565
  vectorDb: "vectorDb";
7578
7566
  fileStorage: "fileStorage";
7579
- config: "config";
7580
- mobile: "mobile";
7581
- graphql: "graphql";
7582
- deploy: "deploy";
7583
- migrations: "migrations";
7584
- navigation: "navigation";
7567
+ jobQueue: "jobQueue";
7568
+ rateLimit: "rateLimit";
7569
+ testing: "testing";
7570
+ stateManagement: "stateManagement";
7571
+ forms: "forms";
7572
+ animation: "animation";
7573
+ fileUpload: "fileUpload";
7574
+ validation: "validation";
7575
+ effect: "effect";
7585
7576
  ui: "ui";
7586
7577
  css: "css";
7587
7578
  storage: "storage";
7588
- push: "push";
7589
7579
  ota: "ota";
7590
7580
  deepLinking: "deepLinking";
7581
+ ai: "ai";
7582
+ payments: "payments";
7583
+ logging: "logging";
7584
+ featureFlags: "featureFlags";
7585
+ analytics: "analytics";
7586
+ cms: "cms";
7587
+ i18n: "i18n";
7591
7588
  documentation: "documentation";
7592
7589
  codeQuality: "codeQuality";
7593
7590
  appPlatform: "appPlatform";
7594
7591
  dataFetching: "dataFetching";
7595
7592
  workspaceTooling: "workspaceTooling";
7593
+ examples: "examples";
7596
7594
  language: "language";
7597
7595
  buildTool: "buildTool";
7598
7596
  cli: "cli";
7599
7597
  errorHandling: "errorHandling";
7600
7598
  httpClient: "httpClient";
7601
7599
  libraries: "libraries";
7600
+ config: "config";
7602
7601
  templating: "templating";
7603
7602
  cloudSdk: "cloudSdk";
7604
7603
  data: "data";
7605
7604
  media: "media";
7606
7605
  server: "server";
7606
+ packageManager: "packageManager";
7607
7607
  messageQueue: "messageQueue";
7608
7608
  }>;
7609
7609
  toolId: z.ZodString;
@@ -7665,13 +7665,13 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7665
7665
  sequelize: "sequelize";
7666
7666
  }>;
7667
7667
  backend: z.ZodEnum<{
7668
+ effect: "effect";
7668
7669
  none: "none";
7669
7670
  hono: "hono";
7670
7671
  express: "express";
7671
7672
  fastify: "fastify";
7672
7673
  elysia: "elysia";
7673
7674
  fets: "fets";
7674
- effect: "effect";
7675
7675
  nestjs: "nestjs";
7676
7676
  adonisjs: "adonisjs";
7677
7677
  nitro: "nitro";
@@ -7749,8 +7749,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7749
7749
  capacitor: "capacitor";
7750
7750
  }>>;
7751
7751
  examples: z.ZodArray<z.ZodEnum<{
7752
- none: "none";
7753
7752
  ai: "ai";
7753
+ none: "none";
7754
7754
  "chat-sdk": "chat-sdk";
7755
7755
  "tanstack-showcase": "tanstack-showcase";
7756
7756
  }>>;
@@ -7864,8 +7864,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7864
7864
  "ai-cli": "ai-cli";
7865
7865
  }>;
7866
7866
  effect: z.ZodEnum<{
7867
- none: "none";
7868
7867
  effect: "effect";
7868
+ none: "none";
7869
7869
  "effect-full": "effect-full";
7870
7870
  }>;
7871
7871
  stateManagement: z.ZodEnum<{
@@ -8000,8 +8000,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8000
8000
  "geist-mono": "geist-mono";
8001
8001
  }>>;
8002
8002
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8003
- none: "none";
8004
8003
  default: "default";
8004
+ none: "none";
8005
8005
  small: "small";
8006
8006
  medium: "medium";
8007
8007
  large: "large";
@@ -8134,9 +8134,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8134
8134
  }>;
8135
8135
  mobileUI: z.ZodEnum<{
8136
8136
  none: "none";
8137
- uniwind: "uniwind";
8138
8137
  tamagui: "tamagui";
8139
8138
  "gluestack-ui": "gluestack-ui";
8139
+ uniwind: "uniwind";
8140
8140
  unistyles: "unistyles";
8141
8141
  }>;
8142
8142
  mobileStorage: z.ZodEnum<{
@@ -8221,12 +8221,12 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8221
8221
  ratatui: "ratatui";
8222
8222
  }>;
8223
8223
  rustLibraries: z.ZodArray<z.ZodEnum<{
8224
+ config: "config";
8224
8225
  none: "none";
8225
8226
  serde: "serde";
8226
8227
  uuid: "uuid";
8227
8228
  chrono: "chrono";
8228
8229
  reqwest: "reqwest";
8229
- config: "config";
8230
8230
  dashmap: "dashmap";
8231
8231
  "parking-lot": "parking-lot";
8232
8232
  secrecy: "secrecy";
@@ -8835,67 +8835,67 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8835
8835
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8836
8836
  id: z.ZodString;
8837
8837
  role: z.ZodEnum<{
8838
- effect: "effect";
8839
- ai: "ai";
8840
- database: "database";
8841
- orm: "orm";
8842
- auth: "auth";
8843
- payments: "payments";
8838
+ push: "push";
8844
8839
  frontend: "frontend";
8845
- examples: "examples";
8846
- packageManager: "packageManager";
8847
- dbSetup: "dbSetup";
8848
- backend: "backend";
8849
- runtime: "runtime";
8850
- api: "api";
8851
- stateManagement: "stateManagement";
8852
- forms: "forms";
8853
- testing: "testing";
8854
- email: "email";
8855
- validation: "validation";
8856
- realtime: "realtime";
8857
- jobQueue: "jobQueue";
8858
- animation: "animation";
8859
- fileUpload: "fileUpload";
8860
- logging: "logging";
8861
- observability: "observability";
8862
- featureFlags: "featureFlags";
8863
- analytics: "analytics";
8864
- cms: "cms";
8865
- caching: "caching";
8866
- rateLimit: "rateLimit";
8867
- i18n: "i18n";
8868
- search: "search";
8869
- vectorDb: "vectorDb";
8870
- fileStorage: "fileStorage";
8871
- config: "config";
8840
+ backend: "backend";
8872
8841
  mobile: "mobile";
8842
+ database: "database";
8843
+ api: "api";
8873
8844
  graphql: "graphql";
8845
+ orm: "orm";
8846
+ auth: "auth";
8847
+ runtime: "runtime";
8874
8848
  deploy: "deploy";
8849
+ dbSetup: "dbSetup";
8875
8850
  migrations: "migrations";
8851
+ realtime: "realtime";
8876
8852
  navigation: "navigation";
8853
+ caching: "caching";
8854
+ observability: "observability";
8855
+ email: "email";
8856
+ search: "search";
8857
+ vectorDb: "vectorDb";
8858
+ fileStorage: "fileStorage";
8859
+ jobQueue: "jobQueue";
8860
+ rateLimit: "rateLimit";
8861
+ testing: "testing";
8862
+ stateManagement: "stateManagement";
8863
+ forms: "forms";
8864
+ animation: "animation";
8865
+ fileUpload: "fileUpload";
8866
+ validation: "validation";
8867
+ effect: "effect";
8877
8868
  ui: "ui";
8878
8869
  css: "css";
8879
8870
  storage: "storage";
8880
- push: "push";
8881
8871
  ota: "ota";
8882
8872
  deepLinking: "deepLinking";
8873
+ ai: "ai";
8874
+ payments: "payments";
8875
+ logging: "logging";
8876
+ featureFlags: "featureFlags";
8877
+ analytics: "analytics";
8878
+ cms: "cms";
8879
+ i18n: "i18n";
8883
8880
  documentation: "documentation";
8884
8881
  codeQuality: "codeQuality";
8885
8882
  appPlatform: "appPlatform";
8886
8883
  dataFetching: "dataFetching";
8887
8884
  workspaceTooling: "workspaceTooling";
8885
+ examples: "examples";
8888
8886
  language: "language";
8889
8887
  buildTool: "buildTool";
8890
8888
  cli: "cli";
8891
8889
  errorHandling: "errorHandling";
8892
8890
  httpClient: "httpClient";
8893
8891
  libraries: "libraries";
8892
+ config: "config";
8894
8893
  templating: "templating";
8895
8894
  cloudSdk: "cloudSdk";
8896
8895
  data: "data";
8897
8896
  media: "media";
8898
8897
  server: "server";
8898
+ packageManager: "packageManager";
8899
8899
  messageQueue: "messageQueue";
8900
8900
  }>;
8901
8901
  toolId: z.ZodString;
@@ -8958,13 +8958,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
8958
8958
  sequelize: "sequelize";
8959
8959
  }>;
8960
8960
  backend: z.ZodEnum<{
8961
+ effect: "effect";
8961
8962
  none: "none";
8962
8963
  hono: "hono";
8963
8964
  express: "express";
8964
8965
  fastify: "fastify";
8965
8966
  elysia: "elysia";
8966
8967
  fets: "fets";
8967
- effect: "effect";
8968
8968
  nestjs: "nestjs";
8969
8969
  adonisjs: "adonisjs";
8970
8970
  nitro: "nitro";
@@ -9042,8 +9042,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9042
9042
  capacitor: "capacitor";
9043
9043
  }>>;
9044
9044
  examples: z.ZodArray<z.ZodEnum<{
9045
- none: "none";
9046
9045
  ai: "ai";
9046
+ none: "none";
9047
9047
  "chat-sdk": "chat-sdk";
9048
9048
  "tanstack-showcase": "tanstack-showcase";
9049
9049
  }>>;
@@ -9157,8 +9157,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9157
9157
  "ai-cli": "ai-cli";
9158
9158
  }>;
9159
9159
  effect: z.ZodEnum<{
9160
- none: "none";
9161
9160
  effect: "effect";
9161
+ none: "none";
9162
9162
  "effect-full": "effect-full";
9163
9163
  }>;
9164
9164
  stateManagement: z.ZodEnum<{
@@ -9293,8 +9293,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9293
9293
  "geist-mono": "geist-mono";
9294
9294
  }>>;
9295
9295
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
9296
- none: "none";
9297
9296
  default: "default";
9297
+ none: "none";
9298
9298
  small: "small";
9299
9299
  medium: "medium";
9300
9300
  large: "large";
@@ -9427,9 +9427,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9427
9427
  }>;
9428
9428
  mobileUI: z.ZodEnum<{
9429
9429
  none: "none";
9430
- uniwind: "uniwind";
9431
9430
  tamagui: "tamagui";
9432
9431
  "gluestack-ui": "gluestack-ui";
9432
+ uniwind: "uniwind";
9433
9433
  unistyles: "unistyles";
9434
9434
  }>;
9435
9435
  mobileStorage: z.ZodEnum<{
@@ -9514,12 +9514,12 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9514
9514
  ratatui: "ratatui";
9515
9515
  }>;
9516
9516
  rustLibraries: z.ZodArray<z.ZodEnum<{
9517
+ config: "config";
9517
9518
  none: "none";
9518
9519
  serde: "serde";
9519
9520
  uuid: "uuid";
9520
9521
  chrono: "chrono";
9521
9522
  reqwest: "reqwest";
9522
- config: "config";
9523
9523
  dashmap: "dashmap";
9524
9524
  "parking-lot": "parking-lot";
9525
9525
  secrecy: "secrecy";
@@ -10128,67 +10128,67 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10128
10128
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10129
10129
  id: z.ZodString;
10130
10130
  role: z.ZodEnum<{
10131
- effect: "effect";
10132
- ai: "ai";
10131
+ push: "push";
10132
+ frontend: "frontend";
10133
+ backend: "backend";
10134
+ mobile: "mobile";
10133
10135
  database: "database";
10136
+ api: "api";
10137
+ graphql: "graphql";
10134
10138
  orm: "orm";
10135
10139
  auth: "auth";
10136
- payments: "payments";
10137
- frontend: "frontend";
10138
- examples: "examples";
10139
- packageManager: "packageManager";
10140
- dbSetup: "dbSetup";
10141
- backend: "backend";
10142
10140
  runtime: "runtime";
10143
- api: "api";
10144
- stateManagement: "stateManagement";
10145
- forms: "forms";
10146
- testing: "testing";
10147
- email: "email";
10148
- validation: "validation";
10141
+ deploy: "deploy";
10142
+ dbSetup: "dbSetup";
10143
+ migrations: "migrations";
10149
10144
  realtime: "realtime";
10150
- jobQueue: "jobQueue";
10151
- animation: "animation";
10152
- fileUpload: "fileUpload";
10153
- logging: "logging";
10154
- observability: "observability";
10155
- featureFlags: "featureFlags";
10156
- analytics: "analytics";
10157
- cms: "cms";
10145
+ navigation: "navigation";
10158
10146
  caching: "caching";
10159
- rateLimit: "rateLimit";
10160
- i18n: "i18n";
10147
+ observability: "observability";
10148
+ email: "email";
10161
10149
  search: "search";
10162
10150
  vectorDb: "vectorDb";
10163
10151
  fileStorage: "fileStorage";
10164
- config: "config";
10165
- mobile: "mobile";
10166
- graphql: "graphql";
10167
- deploy: "deploy";
10168
- migrations: "migrations";
10169
- navigation: "navigation";
10152
+ jobQueue: "jobQueue";
10153
+ rateLimit: "rateLimit";
10154
+ testing: "testing";
10155
+ stateManagement: "stateManagement";
10156
+ forms: "forms";
10157
+ animation: "animation";
10158
+ fileUpload: "fileUpload";
10159
+ validation: "validation";
10160
+ effect: "effect";
10170
10161
  ui: "ui";
10171
10162
  css: "css";
10172
10163
  storage: "storage";
10173
- push: "push";
10174
10164
  ota: "ota";
10175
10165
  deepLinking: "deepLinking";
10166
+ ai: "ai";
10167
+ payments: "payments";
10168
+ logging: "logging";
10169
+ featureFlags: "featureFlags";
10170
+ analytics: "analytics";
10171
+ cms: "cms";
10172
+ i18n: "i18n";
10176
10173
  documentation: "documentation";
10177
10174
  codeQuality: "codeQuality";
10178
10175
  appPlatform: "appPlatform";
10179
10176
  dataFetching: "dataFetching";
10180
10177
  workspaceTooling: "workspaceTooling";
10178
+ examples: "examples";
10181
10179
  language: "language";
10182
10180
  buildTool: "buildTool";
10183
10181
  cli: "cli";
10184
10182
  errorHandling: "errorHandling";
10185
10183
  httpClient: "httpClient";
10186
10184
  libraries: "libraries";
10185
+ config: "config";
10187
10186
  templating: "templating";
10188
10187
  cloudSdk: "cloudSdk";
10189
10188
  data: "data";
10190
10189
  media: "media";
10191
10190
  server: "server";
10191
+ packageManager: "packageManager";
10192
10192
  messageQueue: "messageQueue";
10193
10193
  }>;
10194
10194
  toolId: z.ZodString;
@@ -10251,13 +10251,13 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10251
10251
  sequelize: "sequelize";
10252
10252
  }>;
10253
10253
  backend: z.ZodEnum<{
10254
+ effect: "effect";
10254
10255
  none: "none";
10255
10256
  hono: "hono";
10256
10257
  express: "express";
10257
10258
  fastify: "fastify";
10258
10259
  elysia: "elysia";
10259
10260
  fets: "fets";
10260
- effect: "effect";
10261
10261
  nestjs: "nestjs";
10262
10262
  adonisjs: "adonisjs";
10263
10263
  nitro: "nitro";
@@ -10335,8 +10335,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10335
10335
  capacitor: "capacitor";
10336
10336
  }>>;
10337
10337
  examples: z.ZodArray<z.ZodEnum<{
10338
- none: "none";
10339
10338
  ai: "ai";
10339
+ none: "none";
10340
10340
  "chat-sdk": "chat-sdk";
10341
10341
  "tanstack-showcase": "tanstack-showcase";
10342
10342
  }>>;
@@ -10450,8 +10450,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10450
10450
  "ai-cli": "ai-cli";
10451
10451
  }>;
10452
10452
  effect: z.ZodEnum<{
10453
- none: "none";
10454
10453
  effect: "effect";
10454
+ none: "none";
10455
10455
  "effect-full": "effect-full";
10456
10456
  }>;
10457
10457
  stateManagement: z.ZodEnum<{
@@ -10586,8 +10586,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10586
10586
  "geist-mono": "geist-mono";
10587
10587
  }>>;
10588
10588
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
10589
- none: "none";
10590
10589
  default: "default";
10590
+ none: "none";
10591
10591
  small: "small";
10592
10592
  medium: "medium";
10593
10593
  large: "large";
@@ -10720,9 +10720,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10720
10720
  }>;
10721
10721
  mobileUI: z.ZodEnum<{
10722
10722
  none: "none";
10723
- uniwind: "uniwind";
10724
10723
  tamagui: "tamagui";
10725
10724
  "gluestack-ui": "gluestack-ui";
10725
+ uniwind: "uniwind";
10726
10726
  unistyles: "unistyles";
10727
10727
  }>;
10728
10728
  mobileStorage: z.ZodEnum<{
@@ -10807,12 +10807,12 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10807
10807
  ratatui: "ratatui";
10808
10808
  }>;
10809
10809
  rustLibraries: z.ZodArray<z.ZodEnum<{
10810
+ config: "config";
10810
10811
  none: "none";
10811
10812
  serde: "serde";
10812
10813
  uuid: "uuid";
10813
10814
  chrono: "chrono";
10814
10815
  reqwest: "reqwest";
10815
- config: "config";
10816
10816
  dashmap: "dashmap";
10817
10817
  "parking-lot": "parking-lot";
10818
10818
  secrecy: "secrecy";
@@ -11421,67 +11421,67 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11421
11421
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
11422
11422
  id: z.ZodString;
11423
11423
  role: z.ZodEnum<{
11424
- effect: "effect";
11425
- ai: "ai";
11424
+ push: "push";
11425
+ frontend: "frontend";
11426
+ backend: "backend";
11427
+ mobile: "mobile";
11426
11428
  database: "database";
11429
+ api: "api";
11430
+ graphql: "graphql";
11427
11431
  orm: "orm";
11428
11432
  auth: "auth";
11429
- payments: "payments";
11430
- frontend: "frontend";
11431
- examples: "examples";
11432
- packageManager: "packageManager";
11433
- dbSetup: "dbSetup";
11434
- backend: "backend";
11435
11433
  runtime: "runtime";
11436
- api: "api";
11437
- stateManagement: "stateManagement";
11438
- forms: "forms";
11439
- testing: "testing";
11440
- email: "email";
11441
- validation: "validation";
11434
+ deploy: "deploy";
11435
+ dbSetup: "dbSetup";
11436
+ migrations: "migrations";
11442
11437
  realtime: "realtime";
11443
- jobQueue: "jobQueue";
11444
- animation: "animation";
11445
- fileUpload: "fileUpload";
11446
- logging: "logging";
11447
- observability: "observability";
11448
- featureFlags: "featureFlags";
11449
- analytics: "analytics";
11450
- cms: "cms";
11438
+ navigation: "navigation";
11451
11439
  caching: "caching";
11452
- rateLimit: "rateLimit";
11453
- i18n: "i18n";
11440
+ observability: "observability";
11441
+ email: "email";
11454
11442
  search: "search";
11455
11443
  vectorDb: "vectorDb";
11456
11444
  fileStorage: "fileStorage";
11457
- config: "config";
11458
- mobile: "mobile";
11459
- graphql: "graphql";
11460
- deploy: "deploy";
11461
- migrations: "migrations";
11462
- navigation: "navigation";
11445
+ jobQueue: "jobQueue";
11446
+ rateLimit: "rateLimit";
11447
+ testing: "testing";
11448
+ stateManagement: "stateManagement";
11449
+ forms: "forms";
11450
+ animation: "animation";
11451
+ fileUpload: "fileUpload";
11452
+ validation: "validation";
11453
+ effect: "effect";
11463
11454
  ui: "ui";
11464
11455
  css: "css";
11465
11456
  storage: "storage";
11466
- push: "push";
11467
11457
  ota: "ota";
11468
11458
  deepLinking: "deepLinking";
11459
+ ai: "ai";
11460
+ payments: "payments";
11461
+ logging: "logging";
11462
+ featureFlags: "featureFlags";
11463
+ analytics: "analytics";
11464
+ cms: "cms";
11465
+ i18n: "i18n";
11469
11466
  documentation: "documentation";
11470
11467
  codeQuality: "codeQuality";
11471
11468
  appPlatform: "appPlatform";
11472
11469
  dataFetching: "dataFetching";
11473
11470
  workspaceTooling: "workspaceTooling";
11471
+ examples: "examples";
11474
11472
  language: "language";
11475
11473
  buildTool: "buildTool";
11476
11474
  cli: "cli";
11477
11475
  errorHandling: "errorHandling";
11478
11476
  httpClient: "httpClient";
11479
11477
  libraries: "libraries";
11478
+ config: "config";
11480
11479
  templating: "templating";
11481
11480
  cloudSdk: "cloudSdk";
11482
11481
  data: "data";
11483
11482
  media: "media";
11484
11483
  server: "server";
11484
+ packageManager: "packageManager";
11485
11485
  messageQueue: "messageQueue";
11486
11486
  }>;
11487
11487
  toolId: z.ZodString;
@@ -11544,13 +11544,13 @@ declare const InitResultSchema: z.ZodObject<{
11544
11544
  sequelize: "sequelize";
11545
11545
  }>;
11546
11546
  backend: z.ZodEnum<{
11547
+ effect: "effect";
11547
11548
  none: "none";
11548
11549
  hono: "hono";
11549
11550
  express: "express";
11550
11551
  fastify: "fastify";
11551
11552
  elysia: "elysia";
11552
11553
  fets: "fets";
11553
- effect: "effect";
11554
11554
  nestjs: "nestjs";
11555
11555
  adonisjs: "adonisjs";
11556
11556
  nitro: "nitro";
@@ -11628,8 +11628,8 @@ declare const InitResultSchema: z.ZodObject<{
11628
11628
  capacitor: "capacitor";
11629
11629
  }>>;
11630
11630
  examples: z.ZodArray<z.ZodEnum<{
11631
- none: "none";
11632
11631
  ai: "ai";
11632
+ none: "none";
11633
11633
  "chat-sdk": "chat-sdk";
11634
11634
  "tanstack-showcase": "tanstack-showcase";
11635
11635
  }>>;
@@ -11745,8 +11745,8 @@ declare const InitResultSchema: z.ZodObject<{
11745
11745
  "ai-cli": "ai-cli";
11746
11746
  }>;
11747
11747
  effect: z.ZodEnum<{
11748
- none: "none";
11749
11748
  effect: "effect";
11749
+ none: "none";
11750
11750
  "effect-full": "effect-full";
11751
11751
  }>;
11752
11752
  stateManagement: z.ZodEnum<{
@@ -11881,8 +11881,8 @@ declare const InitResultSchema: z.ZodObject<{
11881
11881
  "geist-mono": "geist-mono";
11882
11882
  }>>;
11883
11883
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
11884
- none: "none";
11885
11884
  default: "default";
11885
+ none: "none";
11886
11886
  small: "small";
11887
11887
  medium: "medium";
11888
11888
  large: "large";
@@ -12015,9 +12015,9 @@ declare const InitResultSchema: z.ZodObject<{
12015
12015
  }>;
12016
12016
  mobileUI: z.ZodEnum<{
12017
12017
  none: "none";
12018
- uniwind: "uniwind";
12019
12018
  tamagui: "tamagui";
12020
12019
  "gluestack-ui": "gluestack-ui";
12020
+ uniwind: "uniwind";
12021
12021
  unistyles: "unistyles";
12022
12022
  }>;
12023
12023
  mobileStorage: z.ZodEnum<{
@@ -12102,12 +12102,12 @@ declare const InitResultSchema: z.ZodObject<{
12102
12102
  ratatui: "ratatui";
12103
12103
  }>;
12104
12104
  rustLibraries: z.ZodArray<z.ZodEnum<{
12105
+ config: "config";
12105
12106
  none: "none";
12106
12107
  serde: "serde";
12107
12108
  uuid: "uuid";
12108
12109
  chrono: "chrono";
12109
12110
  reqwest: "reqwest";
12110
- config: "config";
12111
12111
  dashmap: "dashmap";
12112
12112
  "parking-lot": "parking-lot";
12113
12113
  secrecy: "secrecy";
@@ -12716,67 +12716,67 @@ declare const InitResultSchema: z.ZodObject<{
12716
12716
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
12717
12717
  id: z.ZodString;
12718
12718
  role: z.ZodEnum<{
12719
- effect: "effect";
12720
- ai: "ai";
12719
+ push: "push";
12720
+ frontend: "frontend";
12721
+ backend: "backend";
12722
+ mobile: "mobile";
12721
12723
  database: "database";
12724
+ api: "api";
12725
+ graphql: "graphql";
12722
12726
  orm: "orm";
12723
12727
  auth: "auth";
12724
- payments: "payments";
12725
- frontend: "frontend";
12726
- examples: "examples";
12727
- packageManager: "packageManager";
12728
- dbSetup: "dbSetup";
12729
- backend: "backend";
12730
12728
  runtime: "runtime";
12731
- api: "api";
12732
- stateManagement: "stateManagement";
12733
- forms: "forms";
12734
- testing: "testing";
12735
- email: "email";
12736
- validation: "validation";
12729
+ deploy: "deploy";
12730
+ dbSetup: "dbSetup";
12731
+ migrations: "migrations";
12737
12732
  realtime: "realtime";
12738
- jobQueue: "jobQueue";
12739
- animation: "animation";
12740
- fileUpload: "fileUpload";
12741
- logging: "logging";
12742
- observability: "observability";
12743
- featureFlags: "featureFlags";
12744
- analytics: "analytics";
12745
- cms: "cms";
12733
+ navigation: "navigation";
12746
12734
  caching: "caching";
12747
- rateLimit: "rateLimit";
12748
- i18n: "i18n";
12735
+ observability: "observability";
12736
+ email: "email";
12749
12737
  search: "search";
12750
12738
  vectorDb: "vectorDb";
12751
12739
  fileStorage: "fileStorage";
12752
- config: "config";
12753
- mobile: "mobile";
12754
- graphql: "graphql";
12755
- deploy: "deploy";
12756
- migrations: "migrations";
12757
- navigation: "navigation";
12740
+ jobQueue: "jobQueue";
12741
+ rateLimit: "rateLimit";
12742
+ testing: "testing";
12743
+ stateManagement: "stateManagement";
12744
+ forms: "forms";
12745
+ animation: "animation";
12746
+ fileUpload: "fileUpload";
12747
+ validation: "validation";
12748
+ effect: "effect";
12758
12749
  ui: "ui";
12759
12750
  css: "css";
12760
12751
  storage: "storage";
12761
- push: "push";
12762
12752
  ota: "ota";
12763
12753
  deepLinking: "deepLinking";
12754
+ ai: "ai";
12755
+ payments: "payments";
12756
+ logging: "logging";
12757
+ featureFlags: "featureFlags";
12758
+ analytics: "analytics";
12759
+ cms: "cms";
12760
+ i18n: "i18n";
12764
12761
  documentation: "documentation";
12765
12762
  codeQuality: "codeQuality";
12766
12763
  appPlatform: "appPlatform";
12767
12764
  dataFetching: "dataFetching";
12768
12765
  workspaceTooling: "workspaceTooling";
12766
+ examples: "examples";
12769
12767
  language: "language";
12770
12768
  buildTool: "buildTool";
12771
12769
  cli: "cli";
12772
12770
  errorHandling: "errorHandling";
12773
12771
  httpClient: "httpClient";
12774
12772
  libraries: "libraries";
12773
+ config: "config";
12775
12774
  templating: "templating";
12776
12775
  cloudSdk: "cloudSdk";
12777
12776
  data: "data";
12778
12777
  media: "media";
12779
12778
  server: "server";
12779
+ packageManager: "packageManager";
12780
12780
  messageQueue: "messageQueue";
12781
12781
  }>;
12782
12782
  toolId: z.ZodString;
@@ -12816,11 +12816,11 @@ declare const InitResultSchema: z.ZodObject<{
12816
12816
  }, z.core.$strip>;
12817
12817
  declare const DATABASE_VALUES: ("none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis")[];
12818
12818
  declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize")[];
12819
- declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "effect" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
12819
+ declare const BACKEND_VALUES: ("effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
12820
12820
  declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
12821
12821
  declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "vanilla-vite" | "vue" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
12822
12822
  declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "github-actions" | "eslint" | "prettier" | "axios" | "firebase" | "graphql-codegen" | "openapi-typescript" | "apollo-client" | "electron" | "capacitor")[];
12823
- declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
12823
+ declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
12824
12824
  declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
12825
12825
  declare const WORKSPACE_SHAPE_VALUES: ("monorepo" | "single-app")[];
12826
12826
  declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
@@ -12830,11 +12830,11 @@ declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations"
12830
12830
  declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "paypal" | "dodo" | "creem" | "autumn" | "commet")[];
12831
12831
  declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
12832
12832
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
12833
- declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
12834
- declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "saas" | "uniwind")[];
12833
+ declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
12834
+ declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3" | "saas")[];
12835
12835
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "vue" | "svelte" | "solid" | "react")[];
12836
12836
  declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "openai-sdk" | "anthropic-sdk" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
12837
- declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
12837
+ declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
12838
12838
  declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
12839
12839
  declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
12840
12840
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "mocha" | "cypress")[];
@@ -12851,7 +12851,7 @@ declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "sentry" | "graf
12851
12851
  declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash")[];
12852
12852
  declare const ANALYTICS_VALUES: ("none" | "posthog" | "plausible" | "umami" | "ga4")[];
12853
12853
  declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
12854
- declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
12854
+ declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
12855
12855
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
12856
12856
  declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
12857
12857
  declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
@@ -12871,7 +12871,7 @@ declare const RUST_FRONTEND_VALUES: ("none" | "leptos" | "dioxus" | "yew")[];
12871
12871
  declare const RUST_ORM_VALUES: ("none" | "mongodb" | "sea-orm" | "sqlx" | "diesel" | "rusqlite" | "tokio-postgres")[];
12872
12872
  declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql" | "jsonrpsee")[];
12873
12873
  declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
12874
- declare const RUST_LIBRARIES_VALUES: ("none" | "serde" | "uuid" | "chrono" | "reqwest" | "config" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
12874
+ declare const RUST_LIBRARIES_VALUES: ("config" | "none" | "serde" | "uuid" | "chrono" | "reqwest" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
12875
12875
  declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
12876
12876
  declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
12877
12877
  declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
@@ -12968,7 +12968,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
12968
12968
  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")[];
12969
12969
  declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
12970
12970
  declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
12971
- declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
12971
+ declare const SHADCN_RADIUS_VALUES: ("default" | "none" | "small" | "medium" | "large")[];
12972
12972
  //#endregion
12973
12973
  export { DotnetCachingSchema as $, WORKSPACE_SHAPE_VALUES as $a, RateLimitSchema as $i, InitResultSchema as $n, PYTHON_MEDIA_VALUES as $r, ElixirRealtimeSchema as $t, CSS_FRAMEWORK_VALUES as A, ShadcnColorThemeSchema as Aa, PythonRealtimeSchema as Ai, GO_TESTING_VALUES as An, MobileDeepLinkingSchema as Ar, ELIXIR_VALIDATION_VALUES as At, DOTNET_JOB_QUEUE_VALUES as B, TEMPLATE_VALUES as Ba, RUST_AUTH_VALUES as Bi, GoMessageQueueSchema as Bn, ORM_VALUES as Br, ElixirClusteringSchema as Bt, BetterTStackConfigFileSchema as C, SHADCN_RADIUS_VALUES as Ca, PythonHttpClientSchema as Ci, GO_MIGRATIONS_VALUES as Cn, MOBILE_LIBRARIES_VALUES as Cr, ELIXIR_JSON_VALUES as Ct, CMSSchema as D, ServerDeploySchema as Da, PythonOrmSchema as Di, GO_QUALITY_VALUES as Dn, MOBILE_STORAGE_VALUES as Dr, ELIXIR_QUALITY_VALUES as Dt, CLIInputSchema as E, SearchSchema as Ea, PythonObservabilitySchema as Ei, GO_PROTO_TOOLING_VALUES as En, MOBILE_PUSH_VALUES as Er, ELIXIR_ORM_VALUES as Et, DIRECTORY_CONFLICT_VALUES as F, StackPartEcosystemSchema as Fa, PythonWebFrameworkSchema as Fi, GoCachingSchema as Fn, MobileStorageSchema as Fr, EffectSchema as Ft, DOTNET_TESTING_VALUES as G, UI_LIBRARY_VALUES as Ga, RUST_LIBRARIES_VALUES as Gi, GoQualitySchema as Gn, PYTHON_API_VALUES as Gr, ElixirHttpServerSchema as Gt, DOTNET_OBSERVABILITY_VALUES as H, TemplateSchema as Ha, RUST_CLI_VALUES as Hi, GoObservabilitySchema as Hn, PACKAGE_MANAGER_VALUES as Hr, ElixirDocumentationSchema as Ht, DOTNET_API_VALUES as I, StackPartRoleSchema as Ia, RATE_LIMIT_VALUES as Ii, GoCliSchema as In, MobileTestingSchema as Ir, ElixirApiSchema as It, DatabaseSchema as J, VERSION_CHANNEL_VALUES as Ja, RUST_OBSERVABILITY_VALUES as Ji, GoTestingSchema as Jn, PYTHON_CLI_VALUES as Jr, ElixirJsonSchema as Jt, DOTNET_VALIDATION_VALUES as K, VALIDATION_VALUES as Ka, RUST_LOGGING_VALUES as Ki, GoRealtimeSchema as Kn, PYTHON_AUTH_VALUES as Kr, ElixirI18nSchema as Kt, DOTNET_AUTH_VALUES as L, StackPartSchema as La, REALTIME_VALUES as Li, GoConfigSchema as Ln, MobileUISchema as Lr, ElixirApplicationFrameworkSchema as Lt, CreateInputSchema as M, ShadcnIconLibrarySchema as Ma, PythonTaskQueueSchema as Mi, GO_WEB_FRAMEWORK_VALUES as Mn, MobileNavigationSchema as Mr, EMAIL_VALUES as Mt, DATABASE_SETUP_VALUES as N, ShadcnRadiusSchema as Na, PythonTestingSchema as Ni, GoApiSchema as Nn, MobileOTASchema as Nr, EXAMPLES_VALUES as Nt, CMS_VALUES as O, ShadcnBaseColorSchema as Oa, PythonPackageManagerSchema as Oi, GO_REALTIME_VALUES as On, MOBILE_TESTING_VALUES as Or, ELIXIR_REALTIME_VALUES as Ot, DATABASE_VALUES as P, ShadcnStyleSchema as Pa, PythonValidationSchema as Pi, GoAuthSchema as Pn, MobilePushSchema as Pr, EcosystemSchema as Pt, DotnetAuthSchema as Q, WEB_DEPLOY_VALUES as Qa, RUST_WEB_FRAMEWORK_VALUES as Qi, I18nSchema as Qn, PYTHON_HTTP_CLIENT_VALUES as Qr, ElixirQualitySchema as Qt, DOTNET_CACHING_VALUES as R, StackPartSourceSchema as Ra, RUNTIME_VALUES as Ri, GoDISchema as Rn, OBSERVABILITY_VALUES as Rr, ElixirAuthSchema as Rt, BetterFullstackConfigSchema as S, SHADCN_ICON_LIBRARY_VALUES as Sa, PythonGraphqlSchema as Si, GO_MESSAGE_QUEUE_VALUES as Sn, MOBILE_DEEP_LINKING_VALUES as Sr, ELIXIR_JOBS_VALUES as St, CACHING_VALUES as T, STATE_MANAGEMENT_VALUES as Ta, PythonMessageQueueSchema as Ti, GO_ORM_VALUES as Tn, MOBILE_OTA_VALUES as Tr, ELIXIR_OBSERVABILITY_VALUES as Tt, DOTNET_ORM_VALUES as U, TestingSchema as Ua, RUST_ERROR_HANDLING_VALUES as Ui, GoOrmSchema as Un, PAYMENTS_VALUES as Ur, ElixirEmailSchema as Ut, DOTNET_LIBRARIES_VALUES as V, TESTING_VALUES as Va, RUST_CACHING_VALUES as Vi, GoMigrationsSchema as Vn, ObservabilitySchema as Vr, ElixirDeploySchema as Vt, DOTNET_REALTIME_VALUES as W, UILibrarySchema as Wa, RUST_FRONTEND_VALUES as Wi, GoProtoToolingSchema as Wn, PYTHON_AI_VALUES as Wr, ElixirHttpSchema as Wt, DirectoryConflictSchema as X, VectorDbSchema as Xa, RUST_REALTIME_VALUES as Xi, GoWebFrameworkSchema as Xn, PYTHON_DATA_VALUES as Xr, ElixirObservabilitySchema as Xt, DatabaseSetupSchema as Y, ValidationSchema as Ya, RUST_ORM_VALUES as Yi, GoValidationSchema as Yn, PYTHON_CLOUD_SDK_VALUES as Yr, ElixirLibrariesSchema as Yt, DotnetApiSchema as Z, VersionChannelSchema as Za, RUST_TEMPLATING_VALUES as Zi, I18N_VALUES as Zn, PYTHON_GRAPHQL_VALUES as Zr, ElixirOrmSchema as Zt, AstroIntegrationSchema as _, SERVER_DEPLOY_VALUES as _a, PythonAuthSchema as _i, GO_CACHING_VALUES as _n, JavaTestingLibrariesSchema as _r, ELIXIR_DOCUMENTATION_VALUES as _t, ANALYTICS_VALUES as a, RustCliSchema as aa, PYTHON_REALTIME_VALUES as ai, FEATURE_FLAGS_VALUES as an, JAVA_LOGGING_VALUES as ar, DotnetRealtimeSchema as at, BackendSchema as b, SHADCN_COLOR_THEME_VALUES as ba, PythonCloudSdkSchema as bi, GO_DI_VALUES as bn, LOGGING_VALUES as br, ELIXIR_HTTP_VALUES as bt, API_VALUES as c, RustLibrariesSchema as ca, PYTHON_TESTING_VALUES as ci, FORMS_VALUES as cn, JAVA_WEB_FRAMEWORK_VALUES as cr, DotnetWebFrameworkSchema as ct, AUTH_VALUES as d, RustObservabilitySchema as da, PackageManagerSchema as di, FileStorageSchema as dn, JavaAuthSchema as dr, ELIXIR_API_VALUES as dt, RealtimeSchema as ea, PYTHON_MESSAGE_QUEUE_VALUES as ei, ElixirTestingSchema as en, WebDeploySchema as eo, JAVA_API_VALUES as er, DotnetDeploySchema as et, AddInputSchema as f, RustOrmSchema as fa, PaymentsSchema as fi, FileUploadSchema as fn, JavaBuildToolSchema as fr, ELIXIR_APPLICATION_FRAMEWORK_VALUES as ft, AnimationSchema as g, SEARCH_VALUES as ga, PythonApiSchema as gi, GO_AUTH_VALUES as gn, JavaOrmSchema as gr, ELIXIR_DEPLOY_VALUES as gt, AnalyticsSchema as h, RustWebFrameworkSchema as ha, PythonAiSchema as hi, GO_API_VALUES as hn, JavaLoggingSchema as hr, ELIXIR_CLUSTERING_VALUES as ht, AI_VALUES as i, RustCachingSchema as ia, PYTHON_QUALITY_VALUES as ii, ExamplesSchema as in, JAVA_LIBRARIES_VALUES as ir, DotnetOrmSchema as it, CachingSchema as j, ShadcnFontSchema as ja, PythonServerSchema as ji, GO_VALIDATION_VALUES as jn, MobileLibrariesSchema as jr, ELIXIR_WEB_FRAMEWORK_VALUES as jt, CSSFrameworkSchema as k, ShadcnBaseSchema as ka, PythonQualitySchema as ki, GO_TEMPLATING_VALUES as kn, MOBILE_UI_VALUES as kr, ELIXIR_TESTING_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RustLoggingSchema as la, PYTHON_VALIDATION_VALUES as li, FRONTEND_VALUES as ln, JOB_QUEUE_VALUES as lr, ECOSYSTEM_VALUES as lt, AiDocsSchema as m, RustTemplatingSchema as ma, ProjectNameSchema as mi, FrontendSchema as mn, JavaLibrariesSchema as mr, ELIXIR_CACHING_VALUES as mt, AISchema as n, RustApiSchema as na, PYTHON_ORM_VALUES as ni, ElixirWebFrameworkSchema as nn, JAVA_BUILD_TOOL_VALUES as nr, DotnetLibrariesSchema as nt, ANIMATION_VALUES as o, RustErrorHandlingSchema as oa, PYTHON_SERVER_VALUES as oi, FILE_STORAGE_VALUES as on, JAVA_ORM_VALUES as or, DotnetTestingSchema as ot, AddonsSchema as p, RustRealtimeSchema as pa, ProjectConfigSchema as pi, FormsSchema as pn, JavaLanguageSchema as pr, ELIXIR_AUTH_VALUES as pt, DOTNET_WEB_FRAMEWORK_VALUES as q, VECTOR_DB_VALUES as qa, RUST_MESSAGE_QUEUE_VALUES as qi, GoTemplatingSchema as qn, PYTHON_CACHING_VALUES as qr, ElixirJobsSchema as qt, AI_DOCS_VALUES as r, RustAuthSchema as ra, PYTHON_PACKAGE_MANAGER_VALUES as ri, EmailSchema as rn, JAVA_LANGUAGE_VALUES as rr, DotnetObservabilitySchema as rt, APISchema as s, RustFrontendSchema as sa, PYTHON_TASK_QUEUE_VALUES as si, FILE_UPLOAD_VALUES as sn, JAVA_TESTING_LIBRARIES_VALUES as sr, DotnetValidationSchema as st, ADDONS_VALUES as t, RuntimeSchema as ta, PYTHON_OBSERVABILITY_VALUES as ti, ElixirValidationSchema as tn, WorkspaceShapeSchema as to, JAVA_AUTH_VALUES as tr, DotnetJobQueueSchema as tt, ASTRO_INTEGRATION_VALUES as u, RustMessageQueueSchema as ua, PYTHON_WEB_FRAMEWORK_VALUES as ui, FeatureFlagsSchema as un, JavaApiSchema as ur, EFFECT_VALUES as ut, AuthSchema as v, SHADCN_BASE_COLOR_VALUES as va, PythonCachingSchema as vi, GO_CLI_VALUES as vn, JavaWebFrameworkSchema as vr, ELIXIR_EMAIL_VALUES as vt, BetterTStackConfigSchema as w, SHADCN_STYLE_VALUES as wa, PythonMediaSchema as wi, GO_OBSERVABILITY_VALUES as wn, MOBILE_NAVIGATION_VALUES as wr, ELIXIR_LIBRARIES_VALUES as wt, BetterFullstackConfigFileSchema as x, SHADCN_FONT_VALUES as xa, PythonDataSchema as xi, GO_LOGGING_VALUES as xn, LoggingSchema as xr, ELIXIR_I18N_VALUES as xt, BACKEND_VALUES as y, SHADCN_BASE_VALUES as ya, PythonCliSchema as yi, GO_CONFIG_VALUES as yn, JobQueueSchema as yr, ELIXIR_HTTP_SERVER_VALUES as yt, DOTNET_DEPLOY_VALUES as z, StateManagementSchema as za, RUST_API_VALUES as zi, GoLoggingSchema as zn, ORMSchema as zr, ElixirCachingSchema as zt };
12974
- //# sourceMappingURL=schemas-q5-QVYJy.d.mts.map
12974
+ //# sourceMappingURL=schemas-B79HRN5e.d.mts.map