@better-fullstack/types 2.5.0 → 2.5.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,69 +22,69 @@ declare const StackPartEcosystemSchema: z.ZodUnion<readonly [z.ZodEnum<{
22
22
  dotnet: "dotnet";
23
23
  }>, z.ZodLiteral<"kotlin">, z.ZodLiteral<"swift">, z.ZodLiteral<"dart">, z.ZodLiteral<"universal">]>;
24
24
  declare const StackPartRoleSchema: z.ZodEnum<{
25
- push: "push";
26
- frontend: "frontend";
27
- backend: "backend";
28
- mobile: "mobile";
25
+ effect: "effect";
26
+ ai: "ai";
29
27
  database: "database";
30
- api: "api";
31
- graphql: "graphql";
32
28
  orm: "orm";
33
29
  auth: "auth";
34
- runtime: "runtime";
35
- deploy: "deploy";
30
+ payments: "payments";
31
+ frontend: "frontend";
32
+ examples: "examples";
33
+ packageManager: "packageManager";
36
34
  dbSetup: "dbSetup";
37
- migrations: "migrations";
38
- realtime: "realtime";
39
- navigation: "navigation";
40
- caching: "caching";
41
- observability: "observability";
42
- email: "email";
43
- search: "search";
44
- vectorDb: "vectorDb";
45
- fileStorage: "fileStorage";
46
- jobQueue: "jobQueue";
47
- rateLimit: "rateLimit";
48
- testing: "testing";
35
+ backend: "backend";
36
+ runtime: "runtime";
37
+ api: "api";
49
38
  stateManagement: "stateManagement";
50
39
  forms: "forms";
40
+ testing: "testing";
41
+ email: "email";
42
+ validation: "validation";
43
+ realtime: "realtime";
44
+ jobQueue: "jobQueue";
51
45
  animation: "animation";
52
46
  fileUpload: "fileUpload";
53
- validation: "validation";
54
- effect: "effect";
55
- ui: "ui";
56
- css: "css";
57
- storage: "storage";
58
- ota: "ota";
59
- deepLinking: "deepLinking";
60
- ai: "ai";
61
- payments: "payments";
62
47
  logging: "logging";
48
+ observability: "observability";
63
49
  featureFlags: "featureFlags";
64
50
  integrations: "integrations";
65
51
  ecommerce: "ecommerce";
66
52
  analytics: "analytics";
67
53
  cms: "cms";
54
+ caching: "caching";
55
+ rateLimit: "rateLimit";
68
56
  i18n: "i18n";
57
+ search: "search";
58
+ vectorDb: "vectorDb";
59
+ fileStorage: "fileStorage";
60
+ config: "config";
61
+ mobile: "mobile";
62
+ graphql: "graphql";
63
+ deploy: "deploy";
64
+ migrations: "migrations";
65
+ navigation: "navigation";
66
+ ui: "ui";
67
+ css: "css";
68
+ storage: "storage";
69
+ push: "push";
70
+ ota: "ota";
71
+ deepLinking: "deepLinking";
69
72
  documentation: "documentation";
70
73
  codeQuality: "codeQuality";
71
74
  appPlatform: "appPlatform";
72
75
  dataFetching: "dataFetching";
73
76
  workspaceTooling: "workspaceTooling";
74
- examples: "examples";
75
77
  language: "language";
76
78
  buildTool: "buildTool";
77
79
  cli: "cli";
78
80
  errorHandling: "errorHandling";
79
81
  httpClient: "httpClient";
80
82
  libraries: "libraries";
81
- config: "config";
82
83
  templating: "templating";
83
84
  cloudSdk: "cloudSdk";
84
85
  data: "data";
85
86
  media: "media";
86
87
  server: "server";
87
- packageManager: "packageManager";
88
88
  messageQueue: "messageQueue";
89
89
  }>;
90
90
  declare const StackPartSourceSchema: z.ZodEnum<{
@@ -97,69 +97,69 @@ declare const StackPartSourceSchema: z.ZodEnum<{
97
97
  declare const StackPartSchema: z.ZodObject<{
98
98
  id: z.ZodString;
99
99
  role: z.ZodEnum<{
100
- push: "push";
101
- frontend: "frontend";
102
- backend: "backend";
103
- mobile: "mobile";
100
+ effect: "effect";
101
+ ai: "ai";
104
102
  database: "database";
105
- api: "api";
106
- graphql: "graphql";
107
103
  orm: "orm";
108
104
  auth: "auth";
109
- runtime: "runtime";
110
- deploy: "deploy";
105
+ payments: "payments";
106
+ frontend: "frontend";
107
+ examples: "examples";
108
+ packageManager: "packageManager";
111
109
  dbSetup: "dbSetup";
112
- migrations: "migrations";
113
- realtime: "realtime";
114
- navigation: "navigation";
115
- caching: "caching";
116
- observability: "observability";
117
- email: "email";
118
- search: "search";
119
- vectorDb: "vectorDb";
120
- fileStorage: "fileStorage";
121
- jobQueue: "jobQueue";
122
- rateLimit: "rateLimit";
123
- testing: "testing";
110
+ backend: "backend";
111
+ runtime: "runtime";
112
+ api: "api";
124
113
  stateManagement: "stateManagement";
125
114
  forms: "forms";
115
+ testing: "testing";
116
+ email: "email";
117
+ validation: "validation";
118
+ realtime: "realtime";
119
+ jobQueue: "jobQueue";
126
120
  animation: "animation";
127
121
  fileUpload: "fileUpload";
128
- validation: "validation";
129
- effect: "effect";
130
- ui: "ui";
131
- css: "css";
132
- storage: "storage";
133
- ota: "ota";
134
- deepLinking: "deepLinking";
135
- ai: "ai";
136
- payments: "payments";
137
122
  logging: "logging";
123
+ observability: "observability";
138
124
  featureFlags: "featureFlags";
139
125
  integrations: "integrations";
140
126
  ecommerce: "ecommerce";
141
127
  analytics: "analytics";
142
128
  cms: "cms";
129
+ caching: "caching";
130
+ rateLimit: "rateLimit";
143
131
  i18n: "i18n";
132
+ search: "search";
133
+ vectorDb: "vectorDb";
134
+ fileStorage: "fileStorage";
135
+ config: "config";
136
+ mobile: "mobile";
137
+ graphql: "graphql";
138
+ deploy: "deploy";
139
+ migrations: "migrations";
140
+ navigation: "navigation";
141
+ ui: "ui";
142
+ css: "css";
143
+ storage: "storage";
144
+ push: "push";
145
+ ota: "ota";
146
+ deepLinking: "deepLinking";
144
147
  documentation: "documentation";
145
148
  codeQuality: "codeQuality";
146
149
  appPlatform: "appPlatform";
147
150
  dataFetching: "dataFetching";
148
151
  workspaceTooling: "workspaceTooling";
149
- examples: "examples";
150
152
  language: "language";
151
153
  buildTool: "buildTool";
152
154
  cli: "cli";
153
155
  errorHandling: "errorHandling";
154
156
  httpClient: "httpClient";
155
157
  libraries: "libraries";
156
- config: "config";
157
158
  templating: "templating";
158
159
  cloudSdk: "cloudSdk";
159
160
  data: "data";
160
161
  media: "media";
161
162
  server: "server";
162
- packageManager: "packageManager";
163
163
  messageQueue: "messageQueue";
164
164
  }>;
165
165
  toolId: z.ZodString;
@@ -205,13 +205,13 @@ declare const ORMSchema: z.ZodEnum<{
205
205
  sequelize: "sequelize";
206
206
  }>;
207
207
  declare const BackendSchema: z.ZodEnum<{
208
- effect: "effect";
209
208
  none: "none";
210
209
  hono: "hono";
211
210
  express: "express";
212
211
  fastify: "fastify";
213
212
  elysia: "elysia";
214
213
  fets: "fets";
214
+ effect: "effect";
215
215
  nestjs: "nestjs";
216
216
  adonisjs: "adonisjs";
217
217
  nitro: "nitro";
@@ -306,8 +306,8 @@ declare const AddonsSchema: z.ZodEnum<{
306
306
  */
307
307
  declare const APP_PLATFORM_ADDON_VALUES: readonly ["pwa", "tauri", "electron", "capacitor", "wxt", "opentui"];
308
308
  declare const ExamplesSchema: z.ZodEnum<{
309
- ai: "ai";
310
309
  none: "none";
310
+ ai: "ai";
311
311
  "chat-sdk": "chat-sdk";
312
312
  "tanstack-showcase": "tanstack-showcase";
313
313
  }>;
@@ -415,8 +415,8 @@ declare const AISchema: z.ZodEnum<{
415
415
  "ai-cli": "ai-cli";
416
416
  }>;
417
417
  declare const EffectSchema: z.ZodEnum<{
418
- effect: "effect";
419
418
  none: "none";
419
+ effect: "effect";
420
420
  "effect-full": "effect-full";
421
421
  }>;
422
422
  declare const StateManagementSchema: z.ZodEnum<{
@@ -597,9 +597,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
597
597
  }>;
598
598
  declare const MobileUISchema: z.ZodEnum<{
599
599
  none: "none";
600
+ uniwind: "uniwind";
600
601
  tamagui: "tamagui";
601
602
  "gluestack-ui": "gluestack-ui";
602
- uniwind: "uniwind";
603
603
  unistyles: "unistyles";
604
604
  }>;
605
605
  declare const MobileStorageSchema: z.ZodEnum<{
@@ -715,12 +715,12 @@ declare const RustCliSchema: z.ZodEnum<{
715
715
  ratatui: "ratatui";
716
716
  }>;
717
717
  declare const RustLibrariesSchema: z.ZodEnum<{
718
- config: "config";
719
718
  none: "none";
720
719
  serde: "serde";
721
720
  uuid: "uuid";
722
721
  chrono: "chrono";
723
722
  reqwest: "reqwest";
723
+ config: "config";
724
724
  dashmap: "dashmap";
725
725
  "parking-lot": "parking-lot";
726
726
  secrecy: "secrecy";
@@ -1420,36 +1420,36 @@ declare const ShadcnFontSchema: z.ZodEnum<{
1420
1420
  "geist-mono": "geist-mono";
1421
1421
  }>;
1422
1422
  declare const ShadcnRadiusSchema: z.ZodEnum<{
1423
- default: "default";
1424
1423
  none: "none";
1424
+ default: "default";
1425
1425
  small: "small";
1426
1426
  medium: "medium";
1427
1427
  large: "large";
1428
1428
  }>;
1429
1429
  declare const DirectoryConflictSchema: z.ZodEnum<{
1430
- error: "error";
1431
1430
  merge: "merge";
1432
1431
  overwrite: "overwrite";
1433
1432
  increment: "increment";
1433
+ error: "error";
1434
1434
  }>;
1435
1435
  declare const TemplateSchema: z.ZodEnum<{
1436
1436
  none: "none";
1437
- uniwind: "uniwind";
1438
1437
  mern: "mern";
1439
1438
  pern: "pern";
1440
1439
  t3: "t3";
1441
1440
  saas: "saas";
1441
+ uniwind: "uniwind";
1442
1442
  }>;
1443
1443
  declare const ProjectNameSchema: z.ZodString;
1444
1444
  declare const CreateInputSchema: z.ZodObject<{
1445
1445
  projectName: z.ZodOptional<z.ZodString>;
1446
1446
  template: z.ZodOptional<z.ZodEnum<{
1447
1447
  none: "none";
1448
- uniwind: "uniwind";
1449
1448
  mern: "mern";
1450
1449
  pern: "pern";
1451
1450
  t3: "t3";
1452
1451
  saas: "saas";
1452
+ uniwind: "uniwind";
1453
1453
  }>>;
1454
1454
  yes: z.ZodOptional<z.ZodBoolean>;
1455
1455
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -1580,8 +1580,8 @@ declare const CreateInputSchema: z.ZodObject<{
1580
1580
  capacitor: "capacitor";
1581
1581
  }>>>;
1582
1582
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1583
- ai: "ai";
1584
1583
  none: "none";
1584
+ ai: "ai";
1585
1585
  "chat-sdk": "chat-sdk";
1586
1586
  "tanstack-showcase": "tanstack-showcase";
1587
1587
  }>>>;
@@ -1615,13 +1615,13 @@ declare const CreateInputSchema: z.ZodObject<{
1615
1615
  docker: "docker";
1616
1616
  }>>;
1617
1617
  backend: z.ZodOptional<z.ZodEnum<{
1618
- effect: "effect";
1619
1618
  none: "none";
1620
1619
  hono: "hono";
1621
1620
  express: "express";
1622
1621
  fastify: "fastify";
1623
1622
  elysia: "elysia";
1624
1623
  fets: "fets";
1624
+ effect: "effect";
1625
1625
  nestjs: "nestjs";
1626
1626
  adonisjs: "adonisjs";
1627
1627
  nitro: "nitro";
@@ -1668,10 +1668,10 @@ declare const CreateInputSchema: z.ZodObject<{
1668
1668
  vercel: "vercel";
1669
1669
  }>>;
1670
1670
  directoryConflict: z.ZodOptional<z.ZodEnum<{
1671
- error: "error";
1672
1671
  merge: "merge";
1673
1672
  overwrite: "overwrite";
1674
1673
  increment: "increment";
1674
+ error: "error";
1675
1675
  }>>;
1676
1676
  renderTitle: z.ZodOptional<z.ZodBoolean>;
1677
1677
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -1700,8 +1700,8 @@ declare const CreateInputSchema: z.ZodObject<{
1700
1700
  "ai-cli": "ai-cli";
1701
1701
  }>>;
1702
1702
  effect: z.ZodOptional<z.ZodEnum<{
1703
- effect: "effect";
1704
1703
  none: "none";
1704
+ effect: "effect";
1705
1705
  "effect-full": "effect-full";
1706
1706
  }>>;
1707
1707
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -1836,8 +1836,8 @@ declare const CreateInputSchema: z.ZodObject<{
1836
1836
  "geist-mono": "geist-mono";
1837
1837
  }>>;
1838
1838
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1839
- default: "default";
1840
1839
  none: "none";
1840
+ default: "default";
1841
1841
  small: "small";
1842
1842
  medium: "medium";
1843
1843
  large: "large";
@@ -1979,9 +1979,9 @@ declare const CreateInputSchema: z.ZodObject<{
1979
1979
  }>>;
1980
1980
  mobileUI: z.ZodOptional<z.ZodEnum<{
1981
1981
  none: "none";
1982
+ uniwind: "uniwind";
1982
1983
  tamagui: "tamagui";
1983
1984
  "gluestack-ui": "gluestack-ui";
1984
- uniwind: "uniwind";
1985
1985
  unistyles: "unistyles";
1986
1986
  }>>;
1987
1987
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -2097,12 +2097,12 @@ declare const CreateInputSchema: z.ZodObject<{
2097
2097
  ratatui: "ratatui";
2098
2098
  }>>;
2099
2099
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2100
- config: "config";
2101
2100
  none: "none";
2102
2101
  serde: "serde";
2103
2102
  uuid: "uuid";
2104
2103
  chrono: "chrono";
2105
2104
  reqwest: "reqwest";
2105
+ config: "config";
2106
2106
  dashmap: "dashmap";
2107
2107
  "parking-lot": "parking-lot";
2108
2108
  secrecy: "secrecy";
@@ -2714,43 +2714,37 @@ declare const CreateInputSchema: z.ZodObject<{
2714
2714
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
2715
2715
  }, z.core.$strip>;
2716
2716
  declare const AddInputSchema: z.ZodObject<{
2717
- frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2717
+ effect: z.ZodOptional<z.ZodEnum<{
2718
2718
  none: "none";
2719
- "tanstack-router": "tanstack-router";
2720
- "react-router": "react-router";
2721
- "react-vite": "react-vite";
2722
- "vanilla-vite": "vanilla-vite";
2723
- vue: "vue";
2724
- "tanstack-start": "tanstack-start";
2725
- next: "next";
2726
- vinext: "vinext";
2727
- nuxt: "nuxt";
2728
- "native-bare": "native-bare";
2729
- "native-uniwind": "native-uniwind";
2730
- "native-unistyles": "native-unistyles";
2731
- svelte: "svelte";
2732
- solid: "solid";
2733
- "solid-start": "solid-start";
2734
- astro: "astro";
2735
- qwik: "qwik";
2736
- angular: "angular";
2737
- redwood: "redwood";
2738
- fresh: "fresh";
2739
- }>>>;
2740
- backend: z.ZodOptional<z.ZodEnum<{
2741
2719
  effect: "effect";
2720
+ "effect-full": "effect-full";
2721
+ }>>;
2722
+ ai: z.ZodOptional<z.ZodEnum<{
2742
2723
  none: "none";
2743
- hono: "hono";
2744
- express: "express";
2745
- fastify: "fastify";
2746
- elysia: "elysia";
2747
- fets: "fets";
2748
- nestjs: "nestjs";
2749
- adonisjs: "adonisjs";
2750
- nitro: "nitro";
2751
- encore: "encore";
2752
- convex: "convex";
2753
- self: "self";
2724
+ "vercel-ai": "vercel-ai";
2725
+ mastra: "mastra";
2726
+ voltagent: "voltagent";
2727
+ langgraph: "langgraph";
2728
+ "openai-agents": "openai-agents";
2729
+ "openai-sdk": "openai-sdk";
2730
+ "anthropic-sdk": "anthropic-sdk";
2731
+ "google-adk": "google-adk";
2732
+ modelfusion: "modelfusion";
2733
+ langchain: "langchain";
2734
+ llamaindex: "llamaindex";
2735
+ "tanstack-ai": "tanstack-ai";
2736
+ "ai-cli": "ai-cli";
2737
+ }>>;
2738
+ dryRun: z.ZodOptional<z.ZodBoolean>;
2739
+ ecosystem: z.ZodOptional<z.ZodEnum<{
2740
+ typescript: "typescript";
2741
+ "react-native": "react-native";
2742
+ rust: "rust";
2743
+ python: "python";
2744
+ go: "go";
2745
+ java: "java";
2746
+ elixir: "elixir";
2747
+ dotnet: "dotnet";
2754
2748
  }>>;
2755
2749
  database: z.ZodOptional<z.ZodEnum<{
2756
2750
  none: "none";
@@ -2761,16 +2755,6 @@ declare const AddInputSchema: z.ZodObject<{
2761
2755
  edgedb: "edgedb";
2762
2756
  redis: "redis";
2763
2757
  }>>;
2764
- api: z.ZodOptional<z.ZodEnum<{
2765
- none: "none";
2766
- trpc: "trpc";
2767
- orpc: "orpc";
2768
- "ts-rest": "ts-rest";
2769
- garph: "garph";
2770
- "graphql-yoga": "graphql-yoga";
2771
- "apollo-server": "apollo-server";
2772
- openapi: "openapi";
2773
- }>>;
2774
2758
  orm: z.ZodOptional<z.ZodEnum<{
2775
2759
  none: "none";
2776
2760
  drizzle: "drizzle";
@@ -2795,253 +2779,43 @@ declare const AddInputSchema: z.ZodObject<{
2795
2779
  kinde: "kinde";
2796
2780
  passport: "passport";
2797
2781
  }>>;
2798
- runtime: z.ZodOptional<z.ZodEnum<{
2782
+ payments: z.ZodOptional<z.ZodEnum<{
2799
2783
  none: "none";
2800
- bun: "bun";
2801
- node: "node";
2802
- workers: "workers";
2784
+ revenuecat: "revenuecat";
2785
+ polar: "polar";
2786
+ stripe: "stripe";
2787
+ "lemon-squeezy": "lemon-squeezy";
2788
+ paddle: "paddle";
2789
+ paypal: "paypal";
2790
+ dodo: "dodo";
2791
+ creem: "creem";
2792
+ autumn: "autumn";
2793
+ commet: "commet";
2794
+ xendit: "xendit";
2803
2795
  }>>;
2804
- dbSetup: z.ZodOptional<z.ZodEnum<{
2796
+ frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2805
2797
  none: "none";
2806
- turso: "turso";
2807
- neon: "neon";
2808
- "prisma-postgres": "prisma-postgres";
2809
- planetscale: "planetscale";
2810
- "mongodb-atlas": "mongodb-atlas";
2811
- supabase: "supabase";
2812
- upstash: "upstash";
2813
- d1: "d1";
2814
- docker: "docker";
2815
- }>>;
2816
- realtime: z.ZodOptional<z.ZodEnum<{
2817
- none: "none";
2818
- "socket-io": "socket-io";
2819
- ws: "ws";
2820
- partykit: "partykit";
2821
- ably: "ably";
2822
- pusher: "pusher";
2823
- liveblocks: "liveblocks";
2824
- yjs: "yjs";
2825
- }>>;
2826
- caching: z.ZodOptional<z.ZodEnum<{
2827
- none: "none";
2828
- redis: "redis";
2829
- "upstash-redis": "upstash-redis";
2830
- }>>;
2831
- observability: z.ZodOptional<z.ZodEnum<{
2832
- none: "none";
2833
- opentelemetry: "opentelemetry";
2834
- signoz: "signoz";
2835
- sentry: "sentry";
2836
- grafana: "grafana";
2837
- datadog: "datadog";
2838
- axiom: "axiom";
2839
- betterstack: "betterstack";
2840
- }>>;
2841
- email: z.ZodOptional<z.ZodEnum<{
2842
- none: "none";
2843
- "react-email": "react-email";
2844
- resend: "resend";
2845
- nodemailer: "nodemailer";
2846
- postmark: "postmark";
2847
- sendgrid: "sendgrid";
2848
- "aws-ses": "aws-ses";
2849
- mailgun: "mailgun";
2850
- plunk: "plunk";
2851
- }>>;
2852
- search: z.ZodOptional<z.ZodEnum<{
2853
- none: "none";
2854
- meilisearch: "meilisearch";
2855
- typesense: "typesense";
2856
- elasticsearch: "elasticsearch";
2857
- opensearch: "opensearch";
2858
- algolia: "algolia";
2859
- bleve: "bleve";
2860
- }>>;
2861
- vectorDb: z.ZodOptional<z.ZodEnum<{
2862
- none: "none";
2863
- pgvector: "pgvector";
2864
- qdrant: "qdrant";
2865
- chroma: "chroma";
2866
- pinecone: "pinecone";
2867
- }>>;
2868
- fileStorage: z.ZodOptional<z.ZodEnum<{
2869
- none: "none";
2870
- s3: "s3";
2871
- r2: "r2";
2872
- cloudinary: "cloudinary";
2873
- "supabase-storage": "supabase-storage";
2874
- }>>;
2875
- jobQueue: z.ZodOptional<z.ZodEnum<{
2876
- none: "none";
2877
- bullmq: "bullmq";
2878
- "trigger-dev": "trigger-dev";
2879
- inngest: "inngest";
2880
- temporal: "temporal";
2881
- }>>;
2882
- rateLimit: z.ZodOptional<z.ZodEnum<{
2883
- none: "none";
2884
- arcjet: "arcjet";
2885
- "upstash-ratelimit": "upstash-ratelimit";
2886
- }>>;
2887
- testing: z.ZodOptional<z.ZodEnum<{
2888
- none: "none";
2889
- vitest: "vitest";
2890
- playwright: "playwright";
2891
- "vitest-playwright": "vitest-playwright";
2892
- jest: "jest";
2893
- mocha: "mocha";
2894
- cypress: "cypress";
2895
- }>>;
2896
- stateManagement: z.ZodOptional<z.ZodEnum<{
2897
- none: "none";
2898
- zustand: "zustand";
2899
- jotai: "jotai";
2900
- nanostores: "nanostores";
2901
- "redux-toolkit": "redux-toolkit";
2902
- mobx: "mobx";
2903
- xstate: "xstate";
2904
- valtio: "valtio";
2905
- "tanstack-store": "tanstack-store";
2906
- "legend-state": "legend-state";
2907
- }>>;
2908
- forms: z.ZodOptional<z.ZodEnum<{
2909
- none: "none";
2910
- "tanstack-form": "tanstack-form";
2911
- "react-hook-form": "react-hook-form";
2912
- formik: "formik";
2913
- "final-form": "final-form";
2914
- conform: "conform";
2915
- "modular-forms": "modular-forms";
2916
- }>>;
2917
- animation: z.ZodOptional<z.ZodEnum<{
2918
- none: "none";
2919
- "framer-motion": "framer-motion";
2920
- gsap: "gsap";
2921
- "react-spring": "react-spring";
2922
- "auto-animate": "auto-animate";
2923
- lottie: "lottie";
2924
- }>>;
2925
- fileUpload: z.ZodOptional<z.ZodEnum<{
2926
- none: "none";
2927
- uploadthing: "uploadthing";
2928
- filepond: "filepond";
2929
- uppy: "uppy";
2930
- }>>;
2931
- validation: z.ZodOptional<z.ZodEnum<{
2932
- none: "none";
2933
- zod: "zod";
2934
- valibot: "valibot";
2935
- arktype: "arktype";
2936
- typebox: "typebox";
2937
- typia: "typia";
2938
- runtypes: "runtypes";
2939
- "effect-schema": "effect-schema";
2940
- }>>;
2941
- effect: z.ZodOptional<z.ZodEnum<{
2942
- effect: "effect";
2943
- none: "none";
2944
- "effect-full": "effect-full";
2945
- }>>;
2946
- ai: z.ZodOptional<z.ZodEnum<{
2947
- none: "none";
2948
- "vercel-ai": "vercel-ai";
2949
- mastra: "mastra";
2950
- voltagent: "voltagent";
2951
- langgraph: "langgraph";
2952
- "openai-agents": "openai-agents";
2953
- "openai-sdk": "openai-sdk";
2954
- "anthropic-sdk": "anthropic-sdk";
2955
- "google-adk": "google-adk";
2956
- modelfusion: "modelfusion";
2957
- langchain: "langchain";
2958
- llamaindex: "llamaindex";
2959
- "tanstack-ai": "tanstack-ai";
2960
- "ai-cli": "ai-cli";
2961
- }>>;
2962
- payments: z.ZodOptional<z.ZodEnum<{
2963
- none: "none";
2964
- revenuecat: "revenuecat";
2965
- polar: "polar";
2966
- stripe: "stripe";
2967
- "lemon-squeezy": "lemon-squeezy";
2968
- paddle: "paddle";
2969
- paypal: "paypal";
2970
- dodo: "dodo";
2971
- creem: "creem";
2972
- autumn: "autumn";
2973
- commet: "commet";
2974
- xendit: "xendit";
2975
- }>>;
2976
- logging: z.ZodOptional<z.ZodEnum<{
2977
- none: "none";
2978
- pino: "pino";
2979
- winston: "winston";
2980
- evlog: "evlog";
2981
- }>>;
2982
- featureFlags: z.ZodOptional<z.ZodEnum<{
2983
- none: "none";
2984
- growthbook: "growthbook";
2985
- posthog: "posthog";
2986
- launchdarkly: "launchdarkly";
2987
- flagsmith: "flagsmith";
2988
- unleash: "unleash";
2989
- }>>;
2990
- integrations: z.ZodOptional<z.ZodEnum<{
2991
- none: "none";
2992
- nango: "nango";
2993
- }>>;
2994
- ecommerce: z.ZodOptional<z.ZodEnum<{
2995
- none: "none";
2996
- medusa: "medusa";
2997
- }>>;
2998
- analytics: z.ZodOptional<z.ZodEnum<{
2999
- none: "none";
3000
- posthog: "posthog";
3001
- plausible: "plausible";
3002
- umami: "umami";
3003
- ga4: "ga4";
3004
- }>>;
3005
- cms: z.ZodOptional<z.ZodEnum<{
3006
- none: "none";
3007
- payload: "payload";
3008
- sanity: "sanity";
3009
- strapi: "strapi";
3010
- tinacms: "tinacms";
3011
- directus: "directus";
3012
- keystatic: "keystatic";
3013
- contentful: "contentful";
3014
- }>>;
3015
- i18n: z.ZodOptional<z.ZodEnum<{
3016
- none: "none";
3017
- paraglide: "paraglide";
3018
- i18next: "i18next";
3019
- "next-intl": "next-intl";
3020
- intlayer: "intlayer";
3021
- }>>;
3022
- examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3023
- ai: "ai";
3024
- none: "none";
3025
- "chat-sdk": "chat-sdk";
3026
- "tanstack-showcase": "tanstack-showcase";
2798
+ "tanstack-router": "tanstack-router";
2799
+ "react-router": "react-router";
2800
+ "react-vite": "react-vite";
2801
+ "vanilla-vite": "vanilla-vite";
2802
+ vue: "vue";
2803
+ "tanstack-start": "tanstack-start";
2804
+ next: "next";
2805
+ vinext: "vinext";
2806
+ nuxt: "nuxt";
2807
+ "native-bare": "native-bare";
2808
+ "native-uniwind": "native-uniwind";
2809
+ "native-unistyles": "native-unistyles";
2810
+ svelte: "svelte";
2811
+ solid: "solid";
2812
+ "solid-start": "solid-start";
2813
+ astro: "astro";
2814
+ qwik: "qwik";
2815
+ angular: "angular";
2816
+ redwood: "redwood";
2817
+ fresh: "fresh";
3027
2818
  }>>>;
3028
- packageManager: z.ZodOptional<z.ZodEnum<{
3029
- bun: "bun";
3030
- npm: "npm";
3031
- pnpm: "pnpm";
3032
- yarn: "yarn";
3033
- }>>;
3034
- ecosystem: z.ZodOptional<z.ZodEnum<{
3035
- typescript: "typescript";
3036
- "react-native": "react-native";
3037
- rust: "rust";
3038
- python: "python";
3039
- go: "go";
3040
- java: "java";
3041
- elixir: "elixir";
3042
- dotnet: "dotnet";
3043
- }>>;
3044
- dryRun: z.ZodOptional<z.ZodBoolean>;
3045
2819
  addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3046
2820
  none: "none";
3047
2821
  pwa: "pwa";
@@ -3085,6 +2859,18 @@ declare const AddInputSchema: z.ZodObject<{
3085
2859
  electron: "electron";
3086
2860
  capacitor: "capacitor";
3087
2861
  }>>>;
2862
+ examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2863
+ none: "none";
2864
+ ai: "ai";
2865
+ "chat-sdk": "chat-sdk";
2866
+ "tanstack-showcase": "tanstack-showcase";
2867
+ }>>>;
2868
+ packageManager: z.ZodOptional<z.ZodEnum<{
2869
+ bun: "bun";
2870
+ npm: "npm";
2871
+ pnpm: "pnpm";
2872
+ yarn: "yarn";
2873
+ }>>;
3088
2874
  workspaceShape: z.ZodOptional<z.ZodEnum<{
3089
2875
  monorepo: "monorepo";
3090
2876
  "single-app": "single-app";
@@ -3095,6 +2881,49 @@ declare const AddInputSchema: z.ZodObject<{
3095
2881
  beta: "beta";
3096
2882
  }>>;
3097
2883
  install: z.ZodOptional<z.ZodBoolean>;
2884
+ dbSetup: z.ZodOptional<z.ZodEnum<{
2885
+ none: "none";
2886
+ turso: "turso";
2887
+ neon: "neon";
2888
+ "prisma-postgres": "prisma-postgres";
2889
+ planetscale: "planetscale";
2890
+ "mongodb-atlas": "mongodb-atlas";
2891
+ supabase: "supabase";
2892
+ upstash: "upstash";
2893
+ d1: "d1";
2894
+ docker: "docker";
2895
+ }>>;
2896
+ backend: z.ZodOptional<z.ZodEnum<{
2897
+ none: "none";
2898
+ hono: "hono";
2899
+ express: "express";
2900
+ fastify: "fastify";
2901
+ elysia: "elysia";
2902
+ fets: "fets";
2903
+ effect: "effect";
2904
+ nestjs: "nestjs";
2905
+ adonisjs: "adonisjs";
2906
+ nitro: "nitro";
2907
+ encore: "encore";
2908
+ convex: "convex";
2909
+ self: "self";
2910
+ }>>;
2911
+ runtime: z.ZodOptional<z.ZodEnum<{
2912
+ none: "none";
2913
+ bun: "bun";
2914
+ node: "node";
2915
+ workers: "workers";
2916
+ }>>;
2917
+ api: z.ZodOptional<z.ZodEnum<{
2918
+ none: "none";
2919
+ trpc: "trpc";
2920
+ orpc: "orpc";
2921
+ "ts-rest": "ts-rest";
2922
+ garph: "garph";
2923
+ "graphql-yoga": "graphql-yoga";
2924
+ "apollo-server": "apollo-server";
2925
+ openapi: "openapi";
2926
+ }>>;
3098
2927
  webDeploy: z.ZodOptional<z.ZodEnum<{
3099
2928
  none: "none";
3100
2929
  docker: "docker";
@@ -3124,6 +2953,47 @@ declare const AddInputSchema: z.ZodObject<{
3124
2953
  solid: "solid";
3125
2954
  react: "react";
3126
2955
  }>>;
2956
+ stateManagement: z.ZodOptional<z.ZodEnum<{
2957
+ none: "none";
2958
+ zustand: "zustand";
2959
+ jotai: "jotai";
2960
+ nanostores: "nanostores";
2961
+ "redux-toolkit": "redux-toolkit";
2962
+ mobx: "mobx";
2963
+ xstate: "xstate";
2964
+ valtio: "valtio";
2965
+ "tanstack-store": "tanstack-store";
2966
+ "legend-state": "legend-state";
2967
+ }>>;
2968
+ forms: z.ZodOptional<z.ZodEnum<{
2969
+ none: "none";
2970
+ "tanstack-form": "tanstack-form";
2971
+ "react-hook-form": "react-hook-form";
2972
+ formik: "formik";
2973
+ "final-form": "final-form";
2974
+ conform: "conform";
2975
+ "modular-forms": "modular-forms";
2976
+ }>>;
2977
+ testing: z.ZodOptional<z.ZodEnum<{
2978
+ none: "none";
2979
+ vitest: "vitest";
2980
+ playwright: "playwright";
2981
+ "vitest-playwright": "vitest-playwright";
2982
+ jest: "jest";
2983
+ mocha: "mocha";
2984
+ cypress: "cypress";
2985
+ }>>;
2986
+ email: z.ZodOptional<z.ZodEnum<{
2987
+ none: "none";
2988
+ "react-email": "react-email";
2989
+ resend: "resend";
2990
+ nodemailer: "nodemailer";
2991
+ postmark: "postmark";
2992
+ sendgrid: "sendgrid";
2993
+ "aws-ses": "aws-ses";
2994
+ mailgun: "mailgun";
2995
+ plunk: "plunk";
2996
+ }>>;
3127
2997
  cssFramework: z.ZodOptional<z.ZodEnum<{
3128
2998
  none: "none";
3129
2999
  tailwind: "tailwind";
@@ -3200,26 +3070,156 @@ declare const AddInputSchema: z.ZodObject<{
3200
3070
  zinc: "zinc";
3201
3071
  gray: "gray";
3202
3072
  }>>;
3203
- shadcnFont: z.ZodOptional<z.ZodEnum<{
3204
- inter: "inter";
3205
- geist: "geist";
3206
- "noto-sans": "noto-sans";
3207
- "nunito-sans": "nunito-sans";
3208
- figtree: "figtree";
3209
- roboto: "roboto";
3210
- raleway: "raleway";
3211
- "dm-sans": "dm-sans";
3212
- "public-sans": "public-sans";
3213
- outfit: "outfit";
3214
- "jetbrains-mono": "jetbrains-mono";
3215
- "geist-mono": "geist-mono";
3073
+ shadcnFont: z.ZodOptional<z.ZodEnum<{
3074
+ inter: "inter";
3075
+ geist: "geist";
3076
+ "noto-sans": "noto-sans";
3077
+ "nunito-sans": "nunito-sans";
3078
+ figtree: "figtree";
3079
+ roboto: "roboto";
3080
+ raleway: "raleway";
3081
+ "dm-sans": "dm-sans";
3082
+ "public-sans": "public-sans";
3083
+ outfit: "outfit";
3084
+ "jetbrains-mono": "jetbrains-mono";
3085
+ "geist-mono": "geist-mono";
3086
+ }>>;
3087
+ shadcnRadius: z.ZodOptional<z.ZodEnum<{
3088
+ none: "none";
3089
+ default: "default";
3090
+ small: "small";
3091
+ medium: "medium";
3092
+ large: "large";
3093
+ }>>;
3094
+ validation: z.ZodOptional<z.ZodEnum<{
3095
+ none: "none";
3096
+ zod: "zod";
3097
+ valibot: "valibot";
3098
+ arktype: "arktype";
3099
+ typebox: "typebox";
3100
+ typia: "typia";
3101
+ runtypes: "runtypes";
3102
+ "effect-schema": "effect-schema";
3103
+ }>>;
3104
+ realtime: z.ZodOptional<z.ZodEnum<{
3105
+ none: "none";
3106
+ "socket-io": "socket-io";
3107
+ ws: "ws";
3108
+ partykit: "partykit";
3109
+ ably: "ably";
3110
+ pusher: "pusher";
3111
+ liveblocks: "liveblocks";
3112
+ yjs: "yjs";
3113
+ }>>;
3114
+ jobQueue: z.ZodOptional<z.ZodEnum<{
3115
+ none: "none";
3116
+ bullmq: "bullmq";
3117
+ "trigger-dev": "trigger-dev";
3118
+ inngest: "inngest";
3119
+ temporal: "temporal";
3120
+ }>>;
3121
+ animation: z.ZodOptional<z.ZodEnum<{
3122
+ none: "none";
3123
+ "framer-motion": "framer-motion";
3124
+ gsap: "gsap";
3125
+ "react-spring": "react-spring";
3126
+ "auto-animate": "auto-animate";
3127
+ lottie: "lottie";
3128
+ }>>;
3129
+ fileUpload: z.ZodOptional<z.ZodEnum<{
3130
+ none: "none";
3131
+ uploadthing: "uploadthing";
3132
+ filepond: "filepond";
3133
+ uppy: "uppy";
3134
+ }>>;
3135
+ logging: z.ZodOptional<z.ZodEnum<{
3136
+ none: "none";
3137
+ pino: "pino";
3138
+ winston: "winston";
3139
+ evlog: "evlog";
3140
+ }>>;
3141
+ observability: z.ZodOptional<z.ZodEnum<{
3142
+ none: "none";
3143
+ opentelemetry: "opentelemetry";
3144
+ signoz: "signoz";
3145
+ sentry: "sentry";
3146
+ grafana: "grafana";
3147
+ datadog: "datadog";
3148
+ axiom: "axiom";
3149
+ betterstack: "betterstack";
3150
+ }>>;
3151
+ featureFlags: z.ZodOptional<z.ZodEnum<{
3152
+ none: "none";
3153
+ growthbook: "growthbook";
3154
+ posthog: "posthog";
3155
+ launchdarkly: "launchdarkly";
3156
+ flagsmith: "flagsmith";
3157
+ unleash: "unleash";
3158
+ }>>;
3159
+ integrations: z.ZodOptional<z.ZodEnum<{
3160
+ none: "none";
3161
+ nango: "nango";
3162
+ }>>;
3163
+ ecommerce: z.ZodOptional<z.ZodEnum<{
3164
+ none: "none";
3165
+ medusa: "medusa";
3166
+ }>>;
3167
+ analytics: z.ZodOptional<z.ZodEnum<{
3168
+ none: "none";
3169
+ posthog: "posthog";
3170
+ plausible: "plausible";
3171
+ umami: "umami";
3172
+ ga4: "ga4";
3173
+ }>>;
3174
+ cms: z.ZodOptional<z.ZodEnum<{
3175
+ none: "none";
3176
+ payload: "payload";
3177
+ sanity: "sanity";
3178
+ strapi: "strapi";
3179
+ tinacms: "tinacms";
3180
+ directus: "directus";
3181
+ keystatic: "keystatic";
3182
+ contentful: "contentful";
3183
+ }>>;
3184
+ caching: z.ZodOptional<z.ZodEnum<{
3185
+ none: "none";
3186
+ redis: "redis";
3187
+ "upstash-redis": "upstash-redis";
3188
+ }>>;
3189
+ rateLimit: z.ZodOptional<z.ZodEnum<{
3190
+ none: "none";
3191
+ arcjet: "arcjet";
3192
+ "upstash-ratelimit": "upstash-ratelimit";
3193
+ }>>;
3194
+ i18n: z.ZodOptional<z.ZodEnum<{
3195
+ none: "none";
3196
+ paraglide: "paraglide";
3197
+ i18next: "i18next";
3198
+ "next-intl": "next-intl";
3199
+ intlayer: "intlayer";
3200
+ }>>;
3201
+ search: z.ZodOptional<z.ZodEnum<{
3202
+ none: "none";
3203
+ meilisearch: "meilisearch";
3204
+ typesense: "typesense";
3205
+ elasticsearch: "elasticsearch";
3206
+ opensearch: "opensearch";
3207
+ algolia: "algolia";
3208
+ bleve: "bleve";
3209
+ }>>;
3210
+ vectorDb: z.ZodOptional<z.ZodEnum<{
3211
+ none: "none";
3212
+ pgvector: "pgvector";
3213
+ qdrant: "qdrant";
3214
+ chroma: "chroma";
3215
+ pinecone: "pinecone";
3216
3216
  }>>;
3217
- shadcnRadius: z.ZodOptional<z.ZodEnum<{
3218
- default: "default";
3217
+ fileStorage: z.ZodOptional<z.ZodEnum<{
3219
3218
  none: "none";
3220
- small: "small";
3221
- medium: "medium";
3222
- large: "large";
3219
+ s3: "s3";
3220
+ r2: "r2";
3221
+ cloudinary: "cloudinary";
3222
+ "supabase-storage": "supabase-storage";
3223
3223
  }>>;
3224
3224
  mobileNavigation: z.ZodOptional<z.ZodEnum<{
3225
3225
  none: "none";
@@ -3228,9 +3228,9 @@ declare const AddInputSchema: z.ZodObject<{
3228
3228
  }>>;
3229
3229
  mobileUI: z.ZodOptional<z.ZodEnum<{
3230
3230
  none: "none";
3231
+ uniwind: "uniwind";
3231
3232
  tamagui: "tamagui";
3232
3233
  "gluestack-ui": "gluestack-ui";
3233
- uniwind: "uniwind";
3234
3234
  unistyles: "unistyles";
3235
3235
  }>>;
3236
3236
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -3346,12 +3346,12 @@ declare const AddInputSchema: z.ZodObject<{
3346
3346
  ratatui: "ratatui";
3347
3347
  }>>;
3348
3348
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3349
- config: "config";
3350
3349
  none: "none";
3351
3350
  serde: "serde";
3352
3351
  uuid: "uuid";
3353
3352
  chrono: "chrono";
3354
3353
  reqwest: "reqwest";
3354
+ config: "config";
3355
3355
  dashmap: "dashmap";
3356
3356
  "parking-lot": "parking-lot";
3357
3357
  secrecy: "secrecy";
@@ -3968,11 +3968,11 @@ declare const CLIInputSchema: z.ZodObject<{
3968
3968
  projectName: z.ZodOptional<z.ZodString>;
3969
3969
  template: z.ZodOptional<z.ZodEnum<{
3970
3970
  none: "none";
3971
- uniwind: "uniwind";
3972
3971
  mern: "mern";
3973
3972
  pern: "pern";
3974
3973
  t3: "t3";
3975
3974
  saas: "saas";
3975
+ uniwind: "uniwind";
3976
3976
  }>>;
3977
3977
  yes: z.ZodOptional<z.ZodBoolean>;
3978
3978
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -4103,8 +4103,8 @@ declare const CLIInputSchema: z.ZodObject<{
4103
4103
  capacitor: "capacitor";
4104
4104
  }>>>;
4105
4105
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4106
- ai: "ai";
4107
4106
  none: "none";
4107
+ ai: "ai";
4108
4108
  "chat-sdk": "chat-sdk";
4109
4109
  "tanstack-showcase": "tanstack-showcase";
4110
4110
  }>>>;
@@ -4138,13 +4138,13 @@ declare const CLIInputSchema: z.ZodObject<{
4138
4138
  docker: "docker";
4139
4139
  }>>;
4140
4140
  backend: z.ZodOptional<z.ZodEnum<{
4141
- effect: "effect";
4142
4141
  none: "none";
4143
4142
  hono: "hono";
4144
4143
  express: "express";
4145
4144
  fastify: "fastify";
4146
4145
  elysia: "elysia";
4147
4146
  fets: "fets";
4147
+ effect: "effect";
4148
4148
  nestjs: "nestjs";
4149
4149
  adonisjs: "adonisjs";
4150
4150
  nitro: "nitro";
@@ -4191,10 +4191,10 @@ declare const CLIInputSchema: z.ZodObject<{
4191
4191
  vercel: "vercel";
4192
4192
  }>>;
4193
4193
  directoryConflict: z.ZodOptional<z.ZodEnum<{
4194
- error: "error";
4195
4194
  merge: "merge";
4196
4195
  overwrite: "overwrite";
4197
4196
  increment: "increment";
4197
+ error: "error";
4198
4198
  }>>;
4199
4199
  renderTitle: z.ZodOptional<z.ZodBoolean>;
4200
4200
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -4223,8 +4223,8 @@ declare const CLIInputSchema: z.ZodObject<{
4223
4223
  "ai-cli": "ai-cli";
4224
4224
  }>>;
4225
4225
  effect: z.ZodOptional<z.ZodEnum<{
4226
- effect: "effect";
4227
4226
  none: "none";
4227
+ effect: "effect";
4228
4228
  "effect-full": "effect-full";
4229
4229
  }>>;
4230
4230
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -4359,8 +4359,8 @@ declare const CLIInputSchema: z.ZodObject<{
4359
4359
  "geist-mono": "geist-mono";
4360
4360
  }>>;
4361
4361
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4362
- default: "default";
4363
4362
  none: "none";
4363
+ default: "default";
4364
4364
  small: "small";
4365
4365
  medium: "medium";
4366
4366
  large: "large";
@@ -4502,9 +4502,9 @@ declare const CLIInputSchema: z.ZodObject<{
4502
4502
  }>>;
4503
4503
  mobileUI: z.ZodOptional<z.ZodEnum<{
4504
4504
  none: "none";
4505
+ uniwind: "uniwind";
4505
4506
  tamagui: "tamagui";
4506
4507
  "gluestack-ui": "gluestack-ui";
4507
- uniwind: "uniwind";
4508
4508
  unistyles: "unistyles";
4509
4509
  }>>;
4510
4510
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -4620,12 +4620,12 @@ declare const CLIInputSchema: z.ZodObject<{
4620
4620
  ratatui: "ratatui";
4621
4621
  }>>;
4622
4622
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4623
- config: "config";
4624
4623
  none: "none";
4625
4624
  serde: "serde";
4626
4625
  uuid: "uuid";
4627
4626
  chrono: "chrono";
4628
4627
  reqwest: "reqwest";
4628
+ config: "config";
4629
4629
  dashmap: "dashmap";
4630
4630
  "parking-lot": "parking-lot";
4631
4631
  secrecy: "secrecy";
@@ -5271,13 +5271,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
5271
5271
  sequelize: "sequelize";
5272
5272
  }>;
5273
5273
  backend: z.ZodEnum<{
5274
- effect: "effect";
5275
5274
  none: "none";
5276
5275
  hono: "hono";
5277
5276
  express: "express";
5278
5277
  fastify: "fastify";
5279
5278
  elysia: "elysia";
5280
5279
  fets: "fets";
5280
+ effect: "effect";
5281
5281
  nestjs: "nestjs";
5282
5282
  adonisjs: "adonisjs";
5283
5283
  nitro: "nitro";
@@ -5358,8 +5358,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5358
5358
  capacitor: "capacitor";
5359
5359
  }>>;
5360
5360
  examples: z.ZodArray<z.ZodEnum<{
5361
- ai: "ai";
5362
5361
  none: "none";
5362
+ ai: "ai";
5363
5363
  "chat-sdk": "chat-sdk";
5364
5364
  "tanstack-showcase": "tanstack-showcase";
5365
5365
  }>>;
@@ -5476,8 +5476,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5476
5476
  "ai-cli": "ai-cli";
5477
5477
  }>;
5478
5478
  effect: z.ZodEnum<{
5479
- effect: "effect";
5480
5479
  none: "none";
5480
+ effect: "effect";
5481
5481
  "effect-full": "effect-full";
5482
5482
  }>;
5483
5483
  stateManagement: z.ZodEnum<{
@@ -5612,8 +5612,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5612
5612
  "geist-mono": "geist-mono";
5613
5613
  }>>;
5614
5614
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
5615
- default: "default";
5616
5615
  none: "none";
5616
+ default: "default";
5617
5617
  small: "small";
5618
5618
  medium: "medium";
5619
5619
  large: "large";
@@ -5755,9 +5755,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
5755
5755
  }>;
5756
5756
  mobileUI: z.ZodEnum<{
5757
5757
  none: "none";
5758
+ uniwind: "uniwind";
5758
5759
  tamagui: "tamagui";
5759
5760
  "gluestack-ui": "gluestack-ui";
5760
- uniwind: "uniwind";
5761
5761
  unistyles: "unistyles";
5762
5762
  }>;
5763
5763
  mobileStorage: z.ZodEnum<{
@@ -5873,12 +5873,12 @@ declare const ProjectConfigSchema: z.ZodObject<{
5873
5873
  ratatui: "ratatui";
5874
5874
  }>;
5875
5875
  rustLibraries: z.ZodArray<z.ZodEnum<{
5876
- config: "config";
5877
5876
  none: "none";
5878
5877
  serde: "serde";
5879
5878
  uuid: "uuid";
5880
5879
  chrono: "chrono";
5881
5880
  reqwest: "reqwest";
5881
+ config: "config";
5882
5882
  dashmap: "dashmap";
5883
5883
  "parking-lot": "parking-lot";
5884
5884
  secrecy: "secrecy";
@@ -6490,69 +6490,69 @@ declare const ProjectConfigSchema: z.ZodObject<{
6490
6490
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6491
6491
  id: z.ZodString;
6492
6492
  role: z.ZodEnum<{
6493
- push: "push";
6494
- frontend: "frontend";
6495
- backend: "backend";
6496
- mobile: "mobile";
6493
+ effect: "effect";
6494
+ ai: "ai";
6497
6495
  database: "database";
6498
- api: "api";
6499
- graphql: "graphql";
6500
6496
  orm: "orm";
6501
6497
  auth: "auth";
6502
- runtime: "runtime";
6503
- deploy: "deploy";
6498
+ payments: "payments";
6499
+ frontend: "frontend";
6500
+ examples: "examples";
6501
+ packageManager: "packageManager";
6504
6502
  dbSetup: "dbSetup";
6505
- migrations: "migrations";
6506
- realtime: "realtime";
6507
- navigation: "navigation";
6508
- caching: "caching";
6509
- observability: "observability";
6510
- email: "email";
6511
- search: "search";
6512
- vectorDb: "vectorDb";
6513
- fileStorage: "fileStorage";
6514
- jobQueue: "jobQueue";
6515
- rateLimit: "rateLimit";
6516
- testing: "testing";
6503
+ backend: "backend";
6504
+ runtime: "runtime";
6505
+ api: "api";
6517
6506
  stateManagement: "stateManagement";
6518
6507
  forms: "forms";
6508
+ testing: "testing";
6509
+ email: "email";
6510
+ validation: "validation";
6511
+ realtime: "realtime";
6512
+ jobQueue: "jobQueue";
6519
6513
  animation: "animation";
6520
6514
  fileUpload: "fileUpload";
6521
- validation: "validation";
6522
- effect: "effect";
6523
- ui: "ui";
6524
- css: "css";
6525
- storage: "storage";
6526
- ota: "ota";
6527
- deepLinking: "deepLinking";
6528
- ai: "ai";
6529
- payments: "payments";
6530
6515
  logging: "logging";
6516
+ observability: "observability";
6531
6517
  featureFlags: "featureFlags";
6532
6518
  integrations: "integrations";
6533
6519
  ecommerce: "ecommerce";
6534
6520
  analytics: "analytics";
6535
6521
  cms: "cms";
6522
+ caching: "caching";
6523
+ rateLimit: "rateLimit";
6536
6524
  i18n: "i18n";
6525
+ search: "search";
6526
+ vectorDb: "vectorDb";
6527
+ fileStorage: "fileStorage";
6528
+ config: "config";
6529
+ mobile: "mobile";
6530
+ graphql: "graphql";
6531
+ deploy: "deploy";
6532
+ migrations: "migrations";
6533
+ navigation: "navigation";
6534
+ ui: "ui";
6535
+ css: "css";
6536
+ storage: "storage";
6537
+ push: "push";
6538
+ ota: "ota";
6539
+ deepLinking: "deepLinking";
6537
6540
  documentation: "documentation";
6538
6541
  codeQuality: "codeQuality";
6539
6542
  appPlatform: "appPlatform";
6540
6543
  dataFetching: "dataFetching";
6541
6544
  workspaceTooling: "workspaceTooling";
6542
- examples: "examples";
6543
6545
  language: "language";
6544
6546
  buildTool: "buildTool";
6545
6547
  cli: "cli";
6546
6548
  errorHandling: "errorHandling";
6547
6549
  httpClient: "httpClient";
6548
6550
  libraries: "libraries";
6549
- config: "config";
6550
6551
  templating: "templating";
6551
6552
  cloudSdk: "cloudSdk";
6552
6553
  data: "data";
6553
6554
  media: "media";
6554
6555
  server: "server";
6555
- packageManager: "packageManager";
6556
6556
  messageQueue: "messageQueue";
6557
6557
  }>;
6558
6558
  toolId: z.ZodString;
@@ -6614,13 +6614,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6614
6614
  sequelize: "sequelize";
6615
6615
  }>;
6616
6616
  backend: z.ZodEnum<{
6617
- effect: "effect";
6618
6617
  none: "none";
6619
6618
  hono: "hono";
6620
6619
  express: "express";
6621
6620
  fastify: "fastify";
6622
6621
  elysia: "elysia";
6623
6622
  fets: "fets";
6623
+ effect: "effect";
6624
6624
  nestjs: "nestjs";
6625
6625
  adonisjs: "adonisjs";
6626
6626
  nitro: "nitro";
@@ -6701,8 +6701,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6701
6701
  capacitor: "capacitor";
6702
6702
  }>>;
6703
6703
  examples: z.ZodArray<z.ZodEnum<{
6704
- ai: "ai";
6705
6704
  none: "none";
6705
+ ai: "ai";
6706
6706
  "chat-sdk": "chat-sdk";
6707
6707
  "tanstack-showcase": "tanstack-showcase";
6708
6708
  }>>;
@@ -6817,8 +6817,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6817
6817
  "ai-cli": "ai-cli";
6818
6818
  }>;
6819
6819
  effect: z.ZodEnum<{
6820
- effect: "effect";
6821
6820
  none: "none";
6821
+ effect: "effect";
6822
6822
  "effect-full": "effect-full";
6823
6823
  }>;
6824
6824
  stateManagement: z.ZodEnum<{
@@ -6953,8 +6953,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6953
6953
  "geist-mono": "geist-mono";
6954
6954
  }>>;
6955
6955
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
6956
- default: "default";
6957
6956
  none: "none";
6957
+ default: "default";
6958
6958
  small: "small";
6959
6959
  medium: "medium";
6960
6960
  large: "large";
@@ -7096,9 +7096,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7096
7096
  }>;
7097
7097
  mobileUI: z.ZodEnum<{
7098
7098
  none: "none";
7099
+ uniwind: "uniwind";
7099
7100
  tamagui: "tamagui";
7100
7101
  "gluestack-ui": "gluestack-ui";
7101
- uniwind: "uniwind";
7102
7102
  unistyles: "unistyles";
7103
7103
  }>;
7104
7104
  mobileStorage: z.ZodEnum<{
@@ -7214,12 +7214,12 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7214
7214
  ratatui: "ratatui";
7215
7215
  }>;
7216
7216
  rustLibraries: z.ZodArray<z.ZodEnum<{
7217
- config: "config";
7218
7217
  none: "none";
7219
7218
  serde: "serde";
7220
7219
  uuid: "uuid";
7221
7220
  chrono: "chrono";
7222
7221
  reqwest: "reqwest";
7222
+ config: "config";
7223
7223
  dashmap: "dashmap";
7224
7224
  "parking-lot": "parking-lot";
7225
7225
  secrecy: "secrecy";
@@ -7831,69 +7831,69 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7831
7831
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7832
7832
  id: z.ZodString;
7833
7833
  role: z.ZodEnum<{
7834
- push: "push";
7835
- frontend: "frontend";
7836
- backend: "backend";
7837
- mobile: "mobile";
7834
+ effect: "effect";
7835
+ ai: "ai";
7838
7836
  database: "database";
7839
- api: "api";
7840
- graphql: "graphql";
7841
7837
  orm: "orm";
7842
7838
  auth: "auth";
7843
- runtime: "runtime";
7844
- deploy: "deploy";
7839
+ payments: "payments";
7840
+ frontend: "frontend";
7841
+ examples: "examples";
7842
+ packageManager: "packageManager";
7845
7843
  dbSetup: "dbSetup";
7846
- migrations: "migrations";
7847
- realtime: "realtime";
7848
- navigation: "navigation";
7849
- caching: "caching";
7850
- observability: "observability";
7851
- email: "email";
7852
- search: "search";
7853
- vectorDb: "vectorDb";
7854
- fileStorage: "fileStorage";
7855
- jobQueue: "jobQueue";
7856
- rateLimit: "rateLimit";
7857
- testing: "testing";
7844
+ backend: "backend";
7845
+ runtime: "runtime";
7846
+ api: "api";
7858
7847
  stateManagement: "stateManagement";
7859
7848
  forms: "forms";
7849
+ testing: "testing";
7850
+ email: "email";
7851
+ validation: "validation";
7852
+ realtime: "realtime";
7853
+ jobQueue: "jobQueue";
7860
7854
  animation: "animation";
7861
7855
  fileUpload: "fileUpload";
7862
- validation: "validation";
7863
- effect: "effect";
7864
- ui: "ui";
7865
- css: "css";
7866
- storage: "storage";
7867
- ota: "ota";
7868
- deepLinking: "deepLinking";
7869
- ai: "ai";
7870
- payments: "payments";
7871
7856
  logging: "logging";
7857
+ observability: "observability";
7872
7858
  featureFlags: "featureFlags";
7873
7859
  integrations: "integrations";
7874
7860
  ecommerce: "ecommerce";
7875
7861
  analytics: "analytics";
7876
7862
  cms: "cms";
7863
+ caching: "caching";
7864
+ rateLimit: "rateLimit";
7877
7865
  i18n: "i18n";
7866
+ search: "search";
7867
+ vectorDb: "vectorDb";
7868
+ fileStorage: "fileStorage";
7869
+ config: "config";
7870
+ mobile: "mobile";
7871
+ graphql: "graphql";
7872
+ deploy: "deploy";
7873
+ migrations: "migrations";
7874
+ navigation: "navigation";
7875
+ ui: "ui";
7876
+ css: "css";
7877
+ storage: "storage";
7878
+ push: "push";
7879
+ ota: "ota";
7880
+ deepLinking: "deepLinking";
7878
7881
  documentation: "documentation";
7879
7882
  codeQuality: "codeQuality";
7880
7883
  appPlatform: "appPlatform";
7881
7884
  dataFetching: "dataFetching";
7882
7885
  workspaceTooling: "workspaceTooling";
7883
- examples: "examples";
7884
7886
  language: "language";
7885
7887
  buildTool: "buildTool";
7886
7888
  cli: "cli";
7887
7889
  errorHandling: "errorHandling";
7888
7890
  httpClient: "httpClient";
7889
7891
  libraries: "libraries";
7890
- config: "config";
7891
7892
  templating: "templating";
7892
7893
  cloudSdk: "cloudSdk";
7893
7894
  data: "data";
7894
7895
  media: "media";
7895
7896
  server: "server";
7896
- packageManager: "packageManager";
7897
7897
  messageQueue: "messageQueue";
7898
7898
  }>;
7899
7899
  toolId: z.ZodString;
@@ -7955,13 +7955,13 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7955
7955
  sequelize: "sequelize";
7956
7956
  }>;
7957
7957
  backend: z.ZodEnum<{
7958
- effect: "effect";
7959
7958
  none: "none";
7960
7959
  hono: "hono";
7961
7960
  express: "express";
7962
7961
  fastify: "fastify";
7963
7962
  elysia: "elysia";
7964
7963
  fets: "fets";
7964
+ effect: "effect";
7965
7965
  nestjs: "nestjs";
7966
7966
  adonisjs: "adonisjs";
7967
7967
  nitro: "nitro";
@@ -8042,8 +8042,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8042
8042
  capacitor: "capacitor";
8043
8043
  }>>;
8044
8044
  examples: z.ZodArray<z.ZodEnum<{
8045
- ai: "ai";
8046
8045
  none: "none";
8046
+ ai: "ai";
8047
8047
  "chat-sdk": "chat-sdk";
8048
8048
  "tanstack-showcase": "tanstack-showcase";
8049
8049
  }>>;
@@ -8158,8 +8158,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8158
8158
  "ai-cli": "ai-cli";
8159
8159
  }>;
8160
8160
  effect: z.ZodEnum<{
8161
- effect: "effect";
8162
8161
  none: "none";
8162
+ effect: "effect";
8163
8163
  "effect-full": "effect-full";
8164
8164
  }>;
8165
8165
  stateManagement: z.ZodEnum<{
@@ -8294,8 +8294,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8294
8294
  "geist-mono": "geist-mono";
8295
8295
  }>>;
8296
8296
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8297
- default: "default";
8298
8297
  none: "none";
8298
+ default: "default";
8299
8299
  small: "small";
8300
8300
  medium: "medium";
8301
8301
  large: "large";
@@ -8437,9 +8437,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8437
8437
  }>;
8438
8438
  mobileUI: z.ZodEnum<{
8439
8439
  none: "none";
8440
+ uniwind: "uniwind";
8440
8441
  tamagui: "tamagui";
8441
8442
  "gluestack-ui": "gluestack-ui";
8442
- uniwind: "uniwind";
8443
8443
  unistyles: "unistyles";
8444
8444
  }>;
8445
8445
  mobileStorage: z.ZodEnum<{
@@ -8555,12 +8555,12 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8555
8555
  ratatui: "ratatui";
8556
8556
  }>;
8557
8557
  rustLibraries: z.ZodArray<z.ZodEnum<{
8558
- config: "config";
8559
8558
  none: "none";
8560
8559
  serde: "serde";
8561
8560
  uuid: "uuid";
8562
8561
  chrono: "chrono";
8563
8562
  reqwest: "reqwest";
8563
+ config: "config";
8564
8564
  dashmap: "dashmap";
8565
8565
  "parking-lot": "parking-lot";
8566
8566
  secrecy: "secrecy";
@@ -9172,69 +9172,69 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9172
9172
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9173
9173
  id: z.ZodString;
9174
9174
  role: z.ZodEnum<{
9175
- push: "push";
9176
- frontend: "frontend";
9177
- backend: "backend";
9178
- mobile: "mobile";
9175
+ effect: "effect";
9176
+ ai: "ai";
9179
9177
  database: "database";
9180
- api: "api";
9181
- graphql: "graphql";
9182
9178
  orm: "orm";
9183
9179
  auth: "auth";
9184
- runtime: "runtime";
9185
- deploy: "deploy";
9180
+ payments: "payments";
9181
+ frontend: "frontend";
9182
+ examples: "examples";
9183
+ packageManager: "packageManager";
9186
9184
  dbSetup: "dbSetup";
9187
- migrations: "migrations";
9185
+ backend: "backend";
9186
+ runtime: "runtime";
9187
+ api: "api";
9188
+ stateManagement: "stateManagement";
9189
+ forms: "forms";
9190
+ testing: "testing";
9191
+ email: "email";
9192
+ validation: "validation";
9188
9193
  realtime: "realtime";
9189
- navigation: "navigation";
9190
- caching: "caching";
9194
+ jobQueue: "jobQueue";
9195
+ animation: "animation";
9196
+ fileUpload: "fileUpload";
9197
+ logging: "logging";
9191
9198
  observability: "observability";
9192
- email: "email";
9199
+ featureFlags: "featureFlags";
9200
+ integrations: "integrations";
9201
+ ecommerce: "ecommerce";
9202
+ analytics: "analytics";
9203
+ cms: "cms";
9204
+ caching: "caching";
9205
+ rateLimit: "rateLimit";
9206
+ i18n: "i18n";
9193
9207
  search: "search";
9194
9208
  vectorDb: "vectorDb";
9195
9209
  fileStorage: "fileStorage";
9196
- jobQueue: "jobQueue";
9197
- rateLimit: "rateLimit";
9198
- testing: "testing";
9199
- stateManagement: "stateManagement";
9200
- forms: "forms";
9201
- animation: "animation";
9202
- fileUpload: "fileUpload";
9203
- validation: "validation";
9204
- effect: "effect";
9210
+ config: "config";
9211
+ mobile: "mobile";
9212
+ graphql: "graphql";
9213
+ deploy: "deploy";
9214
+ migrations: "migrations";
9215
+ navigation: "navigation";
9205
9216
  ui: "ui";
9206
9217
  css: "css";
9207
9218
  storage: "storage";
9219
+ push: "push";
9208
9220
  ota: "ota";
9209
9221
  deepLinking: "deepLinking";
9210
- ai: "ai";
9211
- payments: "payments";
9212
- logging: "logging";
9213
- featureFlags: "featureFlags";
9214
- integrations: "integrations";
9215
- ecommerce: "ecommerce";
9216
- analytics: "analytics";
9217
- cms: "cms";
9218
- i18n: "i18n";
9219
9222
  documentation: "documentation";
9220
9223
  codeQuality: "codeQuality";
9221
9224
  appPlatform: "appPlatform";
9222
9225
  dataFetching: "dataFetching";
9223
9226
  workspaceTooling: "workspaceTooling";
9224
- examples: "examples";
9225
9227
  language: "language";
9226
9228
  buildTool: "buildTool";
9227
9229
  cli: "cli";
9228
9230
  errorHandling: "errorHandling";
9229
9231
  httpClient: "httpClient";
9230
9232
  libraries: "libraries";
9231
- config: "config";
9232
9233
  templating: "templating";
9233
9234
  cloudSdk: "cloudSdk";
9234
9235
  data: "data";
9235
9236
  media: "media";
9236
9237
  server: "server";
9237
- packageManager: "packageManager";
9238
9238
  messageQueue: "messageQueue";
9239
9239
  }>;
9240
9240
  toolId: z.ZodString;
@@ -9297,13 +9297,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9297
9297
  sequelize: "sequelize";
9298
9298
  }>;
9299
9299
  backend: z.ZodEnum<{
9300
- effect: "effect";
9301
9300
  none: "none";
9302
9301
  hono: "hono";
9303
9302
  express: "express";
9304
9303
  fastify: "fastify";
9305
9304
  elysia: "elysia";
9306
9305
  fets: "fets";
9306
+ effect: "effect";
9307
9307
  nestjs: "nestjs";
9308
9308
  adonisjs: "adonisjs";
9309
9309
  nitro: "nitro";
@@ -9384,8 +9384,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9384
9384
  capacitor: "capacitor";
9385
9385
  }>>;
9386
9386
  examples: z.ZodArray<z.ZodEnum<{
9387
- ai: "ai";
9388
9387
  none: "none";
9388
+ ai: "ai";
9389
9389
  "chat-sdk": "chat-sdk";
9390
9390
  "tanstack-showcase": "tanstack-showcase";
9391
9391
  }>>;
@@ -9500,8 +9500,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9500
9500
  "ai-cli": "ai-cli";
9501
9501
  }>;
9502
9502
  effect: z.ZodEnum<{
9503
- effect: "effect";
9504
9503
  none: "none";
9504
+ effect: "effect";
9505
9505
  "effect-full": "effect-full";
9506
9506
  }>;
9507
9507
  stateManagement: z.ZodEnum<{
@@ -9636,8 +9636,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9636
9636
  "geist-mono": "geist-mono";
9637
9637
  }>>;
9638
9638
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
9639
- default: "default";
9640
9639
  none: "none";
9640
+ default: "default";
9641
9641
  small: "small";
9642
9642
  medium: "medium";
9643
9643
  large: "large";
@@ -9779,9 +9779,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9779
9779
  }>;
9780
9780
  mobileUI: z.ZodEnum<{
9781
9781
  none: "none";
9782
+ uniwind: "uniwind";
9782
9783
  tamagui: "tamagui";
9783
9784
  "gluestack-ui": "gluestack-ui";
9784
- uniwind: "uniwind";
9785
9785
  unistyles: "unistyles";
9786
9786
  }>;
9787
9787
  mobileStorage: z.ZodEnum<{
@@ -9897,12 +9897,12 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9897
9897
  ratatui: "ratatui";
9898
9898
  }>;
9899
9899
  rustLibraries: z.ZodArray<z.ZodEnum<{
9900
- config: "config";
9901
9900
  none: "none";
9902
9901
  serde: "serde";
9903
9902
  uuid: "uuid";
9904
9903
  chrono: "chrono";
9905
9904
  reqwest: "reqwest";
9905
+ config: "config";
9906
9906
  dashmap: "dashmap";
9907
9907
  "parking-lot": "parking-lot";
9908
9908
  secrecy: "secrecy";
@@ -10514,69 +10514,69 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10514
10514
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10515
10515
  id: z.ZodString;
10516
10516
  role: z.ZodEnum<{
10517
- push: "push";
10518
- frontend: "frontend";
10519
- backend: "backend";
10520
- mobile: "mobile";
10517
+ effect: "effect";
10518
+ ai: "ai";
10521
10519
  database: "database";
10522
- api: "api";
10523
- graphql: "graphql";
10524
10520
  orm: "orm";
10525
10521
  auth: "auth";
10526
- runtime: "runtime";
10527
- deploy: "deploy";
10522
+ payments: "payments";
10523
+ frontend: "frontend";
10524
+ examples: "examples";
10525
+ packageManager: "packageManager";
10528
10526
  dbSetup: "dbSetup";
10529
- migrations: "migrations";
10530
- realtime: "realtime";
10531
- navigation: "navigation";
10532
- caching: "caching";
10533
- observability: "observability";
10534
- email: "email";
10535
- search: "search";
10536
- vectorDb: "vectorDb";
10537
- fileStorage: "fileStorage";
10538
- jobQueue: "jobQueue";
10539
- rateLimit: "rateLimit";
10540
- testing: "testing";
10527
+ backend: "backend";
10528
+ runtime: "runtime";
10529
+ api: "api";
10541
10530
  stateManagement: "stateManagement";
10542
10531
  forms: "forms";
10532
+ testing: "testing";
10533
+ email: "email";
10534
+ validation: "validation";
10535
+ realtime: "realtime";
10536
+ jobQueue: "jobQueue";
10543
10537
  animation: "animation";
10544
10538
  fileUpload: "fileUpload";
10545
- validation: "validation";
10546
- effect: "effect";
10547
- ui: "ui";
10548
- css: "css";
10549
- storage: "storage";
10550
- ota: "ota";
10551
- deepLinking: "deepLinking";
10552
- ai: "ai";
10553
- payments: "payments";
10554
10539
  logging: "logging";
10540
+ observability: "observability";
10555
10541
  featureFlags: "featureFlags";
10556
10542
  integrations: "integrations";
10557
10543
  ecommerce: "ecommerce";
10558
10544
  analytics: "analytics";
10559
10545
  cms: "cms";
10546
+ caching: "caching";
10547
+ rateLimit: "rateLimit";
10560
10548
  i18n: "i18n";
10549
+ search: "search";
10550
+ vectorDb: "vectorDb";
10551
+ fileStorage: "fileStorage";
10552
+ config: "config";
10553
+ mobile: "mobile";
10554
+ graphql: "graphql";
10555
+ deploy: "deploy";
10556
+ migrations: "migrations";
10557
+ navigation: "navigation";
10558
+ ui: "ui";
10559
+ css: "css";
10560
+ storage: "storage";
10561
+ push: "push";
10562
+ ota: "ota";
10563
+ deepLinking: "deepLinking";
10561
10564
  documentation: "documentation";
10562
10565
  codeQuality: "codeQuality";
10563
10566
  appPlatform: "appPlatform";
10564
10567
  dataFetching: "dataFetching";
10565
10568
  workspaceTooling: "workspaceTooling";
10566
- examples: "examples";
10567
10569
  language: "language";
10568
10570
  buildTool: "buildTool";
10569
10571
  cli: "cli";
10570
10572
  errorHandling: "errorHandling";
10571
10573
  httpClient: "httpClient";
10572
10574
  libraries: "libraries";
10573
- config: "config";
10574
10575
  templating: "templating";
10575
10576
  cloudSdk: "cloudSdk";
10576
10577
  data: "data";
10577
10578
  media: "media";
10578
10579
  server: "server";
10579
- packageManager: "packageManager";
10580
10580
  messageQueue: "messageQueue";
10581
10581
  }>;
10582
10582
  toolId: z.ZodString;
@@ -10639,13 +10639,13 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10639
10639
  sequelize: "sequelize";
10640
10640
  }>;
10641
10641
  backend: z.ZodEnum<{
10642
- effect: "effect";
10643
10642
  none: "none";
10644
10643
  hono: "hono";
10645
10644
  express: "express";
10646
10645
  fastify: "fastify";
10647
10646
  elysia: "elysia";
10648
10647
  fets: "fets";
10648
+ effect: "effect";
10649
10649
  nestjs: "nestjs";
10650
10650
  adonisjs: "adonisjs";
10651
10651
  nitro: "nitro";
@@ -10726,8 +10726,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10726
10726
  capacitor: "capacitor";
10727
10727
  }>>;
10728
10728
  examples: z.ZodArray<z.ZodEnum<{
10729
- ai: "ai";
10730
10729
  none: "none";
10730
+ ai: "ai";
10731
10731
  "chat-sdk": "chat-sdk";
10732
10732
  "tanstack-showcase": "tanstack-showcase";
10733
10733
  }>>;
@@ -10842,8 +10842,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10842
10842
  "ai-cli": "ai-cli";
10843
10843
  }>;
10844
10844
  effect: z.ZodEnum<{
10845
- effect: "effect";
10846
10845
  none: "none";
10846
+ effect: "effect";
10847
10847
  "effect-full": "effect-full";
10848
10848
  }>;
10849
10849
  stateManagement: z.ZodEnum<{
@@ -10978,8 +10978,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10978
10978
  "geist-mono": "geist-mono";
10979
10979
  }>>;
10980
10980
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
10981
- default: "default";
10982
10981
  none: "none";
10982
+ default: "default";
10983
10983
  small: "small";
10984
10984
  medium: "medium";
10985
10985
  large: "large";
@@ -11121,9 +11121,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11121
11121
  }>;
11122
11122
  mobileUI: z.ZodEnum<{
11123
11123
  none: "none";
11124
+ uniwind: "uniwind";
11124
11125
  tamagui: "tamagui";
11125
11126
  "gluestack-ui": "gluestack-ui";
11126
- uniwind: "uniwind";
11127
11127
  unistyles: "unistyles";
11128
11128
  }>;
11129
11129
  mobileStorage: z.ZodEnum<{
@@ -11239,12 +11239,12 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11239
11239
  ratatui: "ratatui";
11240
11240
  }>;
11241
11241
  rustLibraries: z.ZodArray<z.ZodEnum<{
11242
- config: "config";
11243
11242
  none: "none";
11244
11243
  serde: "serde";
11245
11244
  uuid: "uuid";
11246
11245
  chrono: "chrono";
11247
11246
  reqwest: "reqwest";
11247
+ config: "config";
11248
11248
  dashmap: "dashmap";
11249
11249
  "parking-lot": "parking-lot";
11250
11250
  secrecy: "secrecy";
@@ -11856,69 +11856,69 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11856
11856
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
11857
11857
  id: z.ZodString;
11858
11858
  role: z.ZodEnum<{
11859
- push: "push";
11860
- frontend: "frontend";
11861
- backend: "backend";
11862
- mobile: "mobile";
11859
+ effect: "effect";
11860
+ ai: "ai";
11863
11861
  database: "database";
11864
- api: "api";
11865
- graphql: "graphql";
11866
11862
  orm: "orm";
11867
11863
  auth: "auth";
11868
- runtime: "runtime";
11869
- deploy: "deploy";
11864
+ payments: "payments";
11865
+ frontend: "frontend";
11866
+ examples: "examples";
11867
+ packageManager: "packageManager";
11870
11868
  dbSetup: "dbSetup";
11871
- migrations: "migrations";
11872
- realtime: "realtime";
11873
- navigation: "navigation";
11874
- caching: "caching";
11875
- observability: "observability";
11876
- email: "email";
11877
- search: "search";
11878
- vectorDb: "vectorDb";
11879
- fileStorage: "fileStorage";
11880
- jobQueue: "jobQueue";
11881
- rateLimit: "rateLimit";
11882
- testing: "testing";
11869
+ backend: "backend";
11870
+ runtime: "runtime";
11871
+ api: "api";
11883
11872
  stateManagement: "stateManagement";
11884
11873
  forms: "forms";
11874
+ testing: "testing";
11875
+ email: "email";
11876
+ validation: "validation";
11877
+ realtime: "realtime";
11878
+ jobQueue: "jobQueue";
11885
11879
  animation: "animation";
11886
11880
  fileUpload: "fileUpload";
11887
- validation: "validation";
11888
- effect: "effect";
11889
- ui: "ui";
11890
- css: "css";
11891
- storage: "storage";
11892
- ota: "ota";
11893
- deepLinking: "deepLinking";
11894
- ai: "ai";
11895
- payments: "payments";
11896
11881
  logging: "logging";
11882
+ observability: "observability";
11897
11883
  featureFlags: "featureFlags";
11898
11884
  integrations: "integrations";
11899
11885
  ecommerce: "ecommerce";
11900
11886
  analytics: "analytics";
11901
11887
  cms: "cms";
11888
+ caching: "caching";
11889
+ rateLimit: "rateLimit";
11902
11890
  i18n: "i18n";
11891
+ search: "search";
11892
+ vectorDb: "vectorDb";
11893
+ fileStorage: "fileStorage";
11894
+ config: "config";
11895
+ mobile: "mobile";
11896
+ graphql: "graphql";
11897
+ deploy: "deploy";
11898
+ migrations: "migrations";
11899
+ navigation: "navigation";
11900
+ ui: "ui";
11901
+ css: "css";
11902
+ storage: "storage";
11903
+ push: "push";
11904
+ ota: "ota";
11905
+ deepLinking: "deepLinking";
11903
11906
  documentation: "documentation";
11904
11907
  codeQuality: "codeQuality";
11905
11908
  appPlatform: "appPlatform";
11906
11909
  dataFetching: "dataFetching";
11907
11910
  workspaceTooling: "workspaceTooling";
11908
- examples: "examples";
11909
11911
  language: "language";
11910
11912
  buildTool: "buildTool";
11911
11913
  cli: "cli";
11912
11914
  errorHandling: "errorHandling";
11913
11915
  httpClient: "httpClient";
11914
11916
  libraries: "libraries";
11915
- config: "config";
11916
11917
  templating: "templating";
11917
11918
  cloudSdk: "cloudSdk";
11918
11919
  data: "data";
11919
11920
  media: "media";
11920
11921
  server: "server";
11921
- packageManager: "packageManager";
11922
11922
  messageQueue: "messageQueue";
11923
11923
  }>;
11924
11924
  toolId: z.ZodString;
@@ -11981,13 +11981,13 @@ declare const InitResultSchema: z.ZodObject<{
11981
11981
  sequelize: "sequelize";
11982
11982
  }>;
11983
11983
  backend: z.ZodEnum<{
11984
- effect: "effect";
11985
11984
  none: "none";
11986
11985
  hono: "hono";
11987
11986
  express: "express";
11988
11987
  fastify: "fastify";
11989
11988
  elysia: "elysia";
11990
11989
  fets: "fets";
11990
+ effect: "effect";
11991
11991
  nestjs: "nestjs";
11992
11992
  adonisjs: "adonisjs";
11993
11993
  nitro: "nitro";
@@ -12068,8 +12068,8 @@ declare const InitResultSchema: z.ZodObject<{
12068
12068
  capacitor: "capacitor";
12069
12069
  }>>;
12070
12070
  examples: z.ZodArray<z.ZodEnum<{
12071
- ai: "ai";
12072
12071
  none: "none";
12072
+ ai: "ai";
12073
12073
  "chat-sdk": "chat-sdk";
12074
12074
  "tanstack-showcase": "tanstack-showcase";
12075
12075
  }>>;
@@ -12186,8 +12186,8 @@ declare const InitResultSchema: z.ZodObject<{
12186
12186
  "ai-cli": "ai-cli";
12187
12187
  }>;
12188
12188
  effect: z.ZodEnum<{
12189
- effect: "effect";
12190
12189
  none: "none";
12190
+ effect: "effect";
12191
12191
  "effect-full": "effect-full";
12192
12192
  }>;
12193
12193
  stateManagement: z.ZodEnum<{
@@ -12322,8 +12322,8 @@ declare const InitResultSchema: z.ZodObject<{
12322
12322
  "geist-mono": "geist-mono";
12323
12323
  }>>;
12324
12324
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
12325
- default: "default";
12326
12325
  none: "none";
12326
+ default: "default";
12327
12327
  small: "small";
12328
12328
  medium: "medium";
12329
12329
  large: "large";
@@ -12465,9 +12465,9 @@ declare const InitResultSchema: z.ZodObject<{
12465
12465
  }>;
12466
12466
  mobileUI: z.ZodEnum<{
12467
12467
  none: "none";
12468
+ uniwind: "uniwind";
12468
12469
  tamagui: "tamagui";
12469
12470
  "gluestack-ui": "gluestack-ui";
12470
- uniwind: "uniwind";
12471
12471
  unistyles: "unistyles";
12472
12472
  }>;
12473
12473
  mobileStorage: z.ZodEnum<{
@@ -12583,12 +12583,12 @@ declare const InitResultSchema: z.ZodObject<{
12583
12583
  ratatui: "ratatui";
12584
12584
  }>;
12585
12585
  rustLibraries: z.ZodArray<z.ZodEnum<{
12586
- config: "config";
12587
12586
  none: "none";
12588
12587
  serde: "serde";
12589
12588
  uuid: "uuid";
12590
12589
  chrono: "chrono";
12591
12590
  reqwest: "reqwest";
12591
+ config: "config";
12592
12592
  dashmap: "dashmap";
12593
12593
  "parking-lot": "parking-lot";
12594
12594
  secrecy: "secrecy";
@@ -13200,69 +13200,69 @@ declare const InitResultSchema: z.ZodObject<{
13200
13200
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
13201
13201
  id: z.ZodString;
13202
13202
  role: z.ZodEnum<{
13203
- push: "push";
13204
- frontend: "frontend";
13205
- backend: "backend";
13206
- mobile: "mobile";
13203
+ effect: "effect";
13204
+ ai: "ai";
13207
13205
  database: "database";
13208
- api: "api";
13209
- graphql: "graphql";
13210
13206
  orm: "orm";
13211
13207
  auth: "auth";
13212
- runtime: "runtime";
13213
- deploy: "deploy";
13208
+ payments: "payments";
13209
+ frontend: "frontend";
13210
+ examples: "examples";
13211
+ packageManager: "packageManager";
13214
13212
  dbSetup: "dbSetup";
13215
- migrations: "migrations";
13216
- realtime: "realtime";
13217
- navigation: "navigation";
13218
- caching: "caching";
13219
- observability: "observability";
13220
- email: "email";
13221
- search: "search";
13222
- vectorDb: "vectorDb";
13223
- fileStorage: "fileStorage";
13224
- jobQueue: "jobQueue";
13225
- rateLimit: "rateLimit";
13226
- testing: "testing";
13213
+ backend: "backend";
13214
+ runtime: "runtime";
13215
+ api: "api";
13227
13216
  stateManagement: "stateManagement";
13228
13217
  forms: "forms";
13218
+ testing: "testing";
13219
+ email: "email";
13220
+ validation: "validation";
13221
+ realtime: "realtime";
13222
+ jobQueue: "jobQueue";
13229
13223
  animation: "animation";
13230
13224
  fileUpload: "fileUpload";
13231
- validation: "validation";
13232
- effect: "effect";
13233
- ui: "ui";
13234
- css: "css";
13235
- storage: "storage";
13236
- ota: "ota";
13237
- deepLinking: "deepLinking";
13238
- ai: "ai";
13239
- payments: "payments";
13240
13225
  logging: "logging";
13226
+ observability: "observability";
13241
13227
  featureFlags: "featureFlags";
13242
13228
  integrations: "integrations";
13243
13229
  ecommerce: "ecommerce";
13244
13230
  analytics: "analytics";
13245
13231
  cms: "cms";
13232
+ caching: "caching";
13233
+ rateLimit: "rateLimit";
13246
13234
  i18n: "i18n";
13235
+ search: "search";
13236
+ vectorDb: "vectorDb";
13237
+ fileStorage: "fileStorage";
13238
+ config: "config";
13239
+ mobile: "mobile";
13240
+ graphql: "graphql";
13241
+ deploy: "deploy";
13242
+ migrations: "migrations";
13243
+ navigation: "navigation";
13244
+ ui: "ui";
13245
+ css: "css";
13246
+ storage: "storage";
13247
+ push: "push";
13248
+ ota: "ota";
13249
+ deepLinking: "deepLinking";
13247
13250
  documentation: "documentation";
13248
13251
  codeQuality: "codeQuality";
13249
13252
  appPlatform: "appPlatform";
13250
13253
  dataFetching: "dataFetching";
13251
13254
  workspaceTooling: "workspaceTooling";
13252
- examples: "examples";
13253
13255
  language: "language";
13254
13256
  buildTool: "buildTool";
13255
13257
  cli: "cli";
13256
13258
  errorHandling: "errorHandling";
13257
13259
  httpClient: "httpClient";
13258
13260
  libraries: "libraries";
13259
- config: "config";
13260
13261
  templating: "templating";
13261
13262
  cloudSdk: "cloudSdk";
13262
13263
  data: "data";
13263
13264
  media: "media";
13264
13265
  server: "server";
13265
- packageManager: "packageManager";
13266
13266
  messageQueue: "messageQueue";
13267
13267
  }>;
13268
13268
  toolId: z.ZodString;
@@ -13302,11 +13302,11 @@ declare const InitResultSchema: z.ZodObject<{
13302
13302
  }, z.core.$strip>;
13303
13303
  declare const DATABASE_VALUES: ("none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis")[];
13304
13304
  declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize")[];
13305
- declare const BACKEND_VALUES: ("effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
13305
+ declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "effect" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
13306
13306
  declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
13307
13307
  declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "vanilla-vite" | "vue" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
13308
13308
  declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "knip" | "gitleaks" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "kong" | "github-actions" | "eslint" | "prettier" | "axios" | "firebase" | "graphql-codegen" | "openapi-typescript" | "apollo-client" | "electron" | "capacitor")[];
13309
- declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
13309
+ declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
13310
13310
  declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
13311
13311
  declare const WORKSPACE_SHAPE_VALUES: ("monorepo" | "single-app")[];
13312
13312
  declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
@@ -13316,11 +13316,11 @@ declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations"
13316
13316
  declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "paypal" | "dodo" | "creem" | "autumn" | "commet" | "xendit")[];
13317
13317
  declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
13318
13318
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
13319
- declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
13320
- declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3" | "saas")[];
13319
+ declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
13320
+ declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "saas" | "uniwind")[];
13321
13321
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "vue" | "svelte" | "solid" | "react")[];
13322
13322
  declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "openai-sdk" | "anthropic-sdk" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
13323
- declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
13323
+ declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
13324
13324
  declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
13325
13325
  declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
13326
13326
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "mocha" | "cypress")[];
@@ -13339,7 +13339,7 @@ declare const INTEGRATIONS_VALUES: ("none" | "nango")[];
13339
13339
  declare const ECOMMERCE_VALUES: ("none" | "medusa")[];
13340
13340
  declare const ANALYTICS_VALUES: ("none" | "posthog" | "plausible" | "umami" | "ga4")[];
13341
13341
  declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
13342
- declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
13342
+ declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
13343
13343
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
13344
13344
  declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
13345
13345
  declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
@@ -13364,7 +13364,7 @@ declare const DART_MOBILE_VALUES: ("none" | "flutter")[];
13364
13364
  declare const RUST_ORM_VALUES: ("none" | "mongodb" | "sea-orm" | "sqlx" | "diesel" | "rusqlite" | "tokio-postgres")[];
13365
13365
  declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql" | "jsonrpsee")[];
13366
13366
  declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
13367
- declare const RUST_LIBRARIES_VALUES: ("config" | "none" | "serde" | "uuid" | "chrono" | "reqwest" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
13367
+ 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")[];
13368
13368
  declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
13369
13369
  declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
13370
13370
  declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
@@ -13461,7 +13461,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
13461
13461
  declare const SHADCN_COLOR_THEME_VALUES: ("neutral" | "stone" | "zinc" | "gray" | "amber" | "blue" | "cyan" | "emerald" | "fuchsia" | "green" | "indigo" | "lime" | "orange" | "pink" | "purple" | "red" | "rose" | "sky" | "teal" | "violet" | "yellow")[];
13462
13462
  declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
13463
13463
  declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
13464
- declare const SHADCN_RADIUS_VALUES: ("default" | "none" | "small" | "medium" | "large")[];
13464
+ declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
13465
13465
  //#endregion
13466
13466
  export { DirectoryConflictSchema as $, SwiftMobileSchema as $a, RUST_CACHING_VALUES as $i, GoTemplatingSchema as $n, ObservabilitySchema as $r, ElixirJobsSchema as $t, CSS_FRAMEWORK_VALUES as A, SHADCN_BASE_COLOR_VALUES as Aa, PythonCachingSchema as Ai, GO_OBSERVABILITY_VALUES as An, KotlinMobileLibrariesSchema as Ar, ELIXIR_OBSERVABILITY_VALUES as At, DOTNET_DEPLOY_VALUES as B, ServerDeploySchema as Ba, PythonPackageManagerSchema as Bi, GoAuthSchema as Bn, MOBILE_TESTING_VALUES as Br, EcosystemSchema as Bt, BetterTStackConfigFileSchema as C, RustObservabilitySchema as Ca, PackageManagerSchema as Ci, GO_CACHING_VALUES as Cn, JavaLoggingSchema as Cr, ELIXIR_EMAIL_VALUES as Ct, CMSSchema as D, RustWebFrameworkSchema as Da, PythonAiSchema as Di, GO_LOGGING_VALUES as Dn, JobQueueSchema as Dr, ELIXIR_JOBS_VALUES as Dt, CLIInputSchema as E, RustTemplatingSchema as Ea, ProjectNameSchema as Ei, GO_DI_VALUES as En, JavaWebFrameworkSchema as Er, ELIXIR_I18N_VALUES as Et, DATABASE_VALUES as F, SHADCN_RADIUS_VALUES as Fa, PythonHttpClientSchema as Fi, GO_TEMPLATING_VALUES as Fn, MOBILE_LIBRARIES_VALUES as Fr, ELIXIR_VALIDATION_VALUES as Ft, DOTNET_ORM_VALUES as G, ShadcnIconLibrarySchema as Ga, PythonTestingSchema as Gi, GoLoggingSchema as Gn, MobileOTASchema as Gr, ElixirCachingSchema as Gt, DOTNET_JOB_QUEUE_VALUES as H, ShadcnBaseSchema as Ha, PythonRealtimeSchema as Hi, GoCliSchema as Hn, MobileDeepLinkingSchema as Hr, ElixirApiSchema as Ht, DIRECTORY_CONFLICT_VALUES as I, SHADCN_STYLE_VALUES as Ia, PythonMediaSchema as Ii, GO_TESTING_VALUES as In, MOBILE_NAVIGATION_VALUES as Ir, ELIXIR_WEB_FRAMEWORK_VALUES as It, DOTNET_VALIDATION_VALUES as J, StackPartEcosystemSchema as Ja, RATE_LIMIT_VALUES as Ji, GoObservabilitySchema as Jn, MobileTestingSchema as Jr, ElixirDocumentationSchema as Jt, DOTNET_REALTIME_VALUES as K, ShadcnRadiusSchema as Ka, PythonValidationSchema as Ki, GoMessageQueueSchema as Kn, MobilePushSchema as Kr, ElixirClusteringSchema as Kt, DOTNET_API_VALUES as L, STATE_MANAGEMENT_VALUES as La, PythonMessageQueueSchema as Li, GO_VALIDATION_VALUES as Ln, MOBILE_OTA_VALUES as Lr, EMAIL_VALUES as Lt, CreateInputSchema as M, SHADCN_COLOR_THEME_VALUES as Ma, PythonCloudSdkSchema as Mi, GO_PROTO_TOOLING_VALUES as Mn, LOGGING_VALUES as Mr, ELIXIR_QUALITY_VALUES as Mt, DART_MOBILE_VALUES as N, SHADCN_FONT_VALUES as Na, PythonDataSchema as Ni, GO_QUALITY_VALUES as Nn, LoggingSchema as Nr, ELIXIR_REALTIME_VALUES as Nt, CMS_VALUES as O, SEARCH_VALUES as Oa, PythonApiSchema as Oi, GO_MESSAGE_QUEUE_VALUES as On, KOTLIN_MOBILE_LIBRARIES_VALUES as Or, ELIXIR_JSON_VALUES as Ot, DATABASE_SETUP_VALUES as P, SHADCN_ICON_LIBRARY_VALUES as Pa, PythonGraphqlSchema as Pi, GO_REALTIME_VALUES as Pn, MOBILE_DEEP_LINKING_VALUES as Pr, ELIXIR_TESTING_VALUES as Pt, DatabaseSetupSchema as Q, StateManagementSchema as Qa, RUST_AUTH_VALUES as Qi, GoRealtimeSchema as Qn, ORM_VALUES as Qr, ElixirI18nSchema as Qt, DOTNET_AUTH_VALUES as R, SWIFT_MOBILE_VALUES as Ra, PythonObservabilitySchema as Ri, GO_WEB_FRAMEWORK_VALUES as Rn, MOBILE_PUSH_VALUES as Rr, EXAMPLES_VALUES as Rt, BetterFullstackConfigSchema as S, RustMessageQueueSchema as Sa, PYTHON_WEB_FRAMEWORK_VALUES as Si, GO_AUTH_VALUES as Sn, JavaLibrariesSchema as Sr, ELIXIR_DOCUMENTATION_VALUES as St, CACHING_VALUES as T, RustRealtimeSchema as Ta, ProjectConfigSchema as Ti, GO_CONFIG_VALUES as Tn, JavaTestingLibrariesSchema as Tr, ELIXIR_HTTP_VALUES as Tt, DOTNET_LIBRARIES_VALUES as U, ShadcnColorThemeSchema as Ua, PythonServerSchema as Ui, GoConfigSchema as Un, MobileLibrariesSchema as Ur, ElixirApplicationFrameworkSchema as Ut, DOTNET_FRONTEND_VALUES as V, ShadcnBaseColorSchema as Va, PythonQualitySchema as Vi, GoCachingSchema as Vn, MOBILE_UI_VALUES as Vr, EffectSchema as Vt, DOTNET_OBSERVABILITY_VALUES as W, ShadcnFontSchema as Wa, PythonTaskQueueSchema as Wi, GoDISchema as Wn, MobileNavigationSchema as Wr, ElixirAuthSchema as Wt, DartMobileSchema as X, StackPartSchema as Xa, RUNTIME_VALUES as Xi, GoProtoToolingSchema as Xn, OBSERVABILITY_VALUES as Xr, ElixirHttpSchema as Xt, DOTNET_WEB_FRAMEWORK_VALUES as Y, StackPartRoleSchema as Ya, REALTIME_VALUES as Yi, GoOrmSchema as Yn, MobileUISchema as Yr, ElixirEmailSchema as Yt, DatabaseSchema as Z, StackPartSourceSchema as Za, RUST_API_VALUES as Zi, GoQualitySchema as Zn, ORMSchema as Zr, ElixirHttpServerSchema as Zt, AstroIntegrationSchema as _, RustCliSchema as _a, PYTHON_REALTIME_VALUES as _i, FileStorageSchema as _n, JOB_QUEUE_VALUES as _r, ELIXIR_APPLICATION_FRAMEWORK_VALUES as _t, ANALYTICS_VALUES as a, RUST_MESSAGE_QUEUE_VALUES as aa, PYTHON_CACHING_VALUES as ai, ElixirRealtimeSchema as an, UI_LIBRARY_VALUES as ao, INTEGRATIONS_VALUES as ar, DotnetJobQueueSchema as at, BackendSchema as b, RustLibrariesSchema as ba, PYTHON_TESTING_VALUES as bi, FrontendSchema as bn, JavaBuildToolSchema as br, ELIXIR_CLUSTERING_VALUES as bt, API_VALUES as c, RUST_REALTIME_VALUES as ca, PYTHON_DATA_VALUES as ci, ElixirWebFrameworkSchema as cn, VERSION_CHANNEL_VALUES as co, JAVA_API_VALUES as cr, DotnetOrmSchema as ct, AUTH_VALUES as d, RateLimitSchema as da, PYTHON_MEDIA_VALUES as di, FEATURE_FLAGS_VALUES as dn, VersionChannelSchema as do, JAVA_LANGUAGE_VALUES as dr, DotnetValidationSchema as dt, RUST_CLI_VALUES as ea, PACKAGE_MANAGER_VALUES as ei, ElixirJsonSchema as en, TEMPLATE_VALUES as eo, GoTestingSchema as er, DotnetApiSchema as et, AddInputSchema as f, RealtimeSchema as fa, PYTHON_MESSAGE_QUEUE_VALUES as fi, FILE_STORAGE_VALUES as fn, WEB_DEPLOY_VALUES as fo, JAVA_LIBRARIES_VALUES as fr, DotnetWebFrameworkSchema as ft, AnimationSchema as g, RustCachingSchema as ga, PYTHON_QUALITY_VALUES as gi, FeatureFlagsSchema as gn, JAVA_WEB_FRAMEWORK_VALUES as gr, ELIXIR_API_VALUES as gt, AnalyticsSchema as h, RustAuthSchema as ha, PYTHON_PACKAGE_MANAGER_VALUES as hi, FRONTEND_VALUES as hn, WorkspaceShapeSchema as ho, JAVA_TESTING_LIBRARIES_VALUES as hr, EFFECT_VALUES as ht, AI_VALUES as i, RUST_LOGGING_VALUES as ia, PYTHON_AUTH_VALUES as ii, ElixirQualitySchema as in, UILibrarySchema as io, I18nSchema as ir, DotnetFrontendSchema as it, CachingSchema as j, SHADCN_BASE_VALUES as ja, PythonCliSchema as ji, GO_ORM_VALUES as jn, KotlinMobileSchema as jr, ELIXIR_ORM_VALUES as jt, CSSFrameworkSchema as k, SERVER_DEPLOY_VALUES as ka, PythonAuthSchema as ki, GO_MIGRATIONS_VALUES as kn, KOTLIN_MOBILE_VALUES as kr, ELIXIR_LIBRARIES_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RUST_TEMPLATING_VALUES as la, PYTHON_GRAPHQL_VALUES as li, EmailSchema as ln, ValidationSchema as lo, JAVA_AUTH_VALUES as lr, DotnetRealtimeSchema as lt, AiDocsSchema as m, RustApiSchema as ma, PYTHON_ORM_VALUES as mi, FORMS_VALUES as mn, WebDeploySchema as mo, JAVA_ORM_VALUES as mr, ECOSYSTEM_VALUES as mt, AISchema as n, RUST_FRONTEND_VALUES as na, PYTHON_AI_VALUES as ni, ElixirObservabilitySchema as nn, TemplateSchema as no, GoWebFrameworkSchema as nr, DotnetCachingSchema as nt, ANIMATION_VALUES as o, RUST_OBSERVABILITY_VALUES as oa, PYTHON_CLI_VALUES as oi, ElixirTestingSchema as on, VALIDATION_VALUES as oo, InitResultSchema as or, DotnetLibrariesSchema as ot, AddonsSchema as p, RuntimeSchema as pa, PYTHON_OBSERVABILITY_VALUES as pi, FILE_UPLOAD_VALUES as pn, WORKSPACE_SHAPE_VALUES as po, JAVA_LOGGING_VALUES as pr, ECOMMERCE_VALUES as pt, DOTNET_TESTING_VALUES as q, ShadcnStyleSchema as qa, PythonWebFrameworkSchema as qi, GoMigrationsSchema as qn, MobileStorageSchema as qr, ElixirDeploySchema as qt, AI_DOCS_VALUES as r, RUST_LIBRARIES_VALUES as ra, PYTHON_API_VALUES as ri, ElixirOrmSchema as rn, TestingSchema as ro, I18N_VALUES as rr, DotnetDeploySchema as rt, APISchema as s, RUST_ORM_VALUES as sa, PYTHON_CLOUD_SDK_VALUES as si, ElixirValidationSchema as sn, VECTOR_DB_VALUES as so, IntegrationsSchema as sr, DotnetObservabilitySchema as st, ADDONS_VALUES as t, RUST_ERROR_HANDLING_VALUES as ta, PAYMENTS_VALUES as ti, ElixirLibrariesSchema as tn, TESTING_VALUES as to, GoValidationSchema as tr, DotnetAuthSchema as tt, ASTRO_INTEGRATION_VALUES as u, RUST_WEB_FRAMEWORK_VALUES as ua, PYTHON_HTTP_CLIENT_VALUES as ui, ExamplesSchema as un, VectorDbSchema as uo, JAVA_BUILD_TOOL_VALUES as ur, DotnetTestingSchema as ut, AuthSchema as v, RustErrorHandlingSchema as va, PYTHON_SERVER_VALUES as vi, FileUploadSchema as vn, JavaApiSchema as vr, ELIXIR_AUTH_VALUES as vt, BetterTStackConfigSchema as w, RustOrmSchema as wa, PaymentsSchema as wi, GO_CLI_VALUES as wn, JavaOrmSchema as wr, ELIXIR_HTTP_SERVER_VALUES as wt, BetterFullstackConfigFileSchema as x, RustLoggingSchema as xa, PYTHON_VALIDATION_VALUES as xi, GO_API_VALUES as xn, JavaLanguageSchema as xr, ELIXIR_DEPLOY_VALUES as xt, BACKEND_VALUES as y, RustFrontendSchema as ya, PYTHON_TASK_QUEUE_VALUES as yi, FormsSchema as yn, JavaAuthSchema as yr, ELIXIR_CACHING_VALUES as yt, DOTNET_CACHING_VALUES as z, SearchSchema as za, PythonOrmSchema as zi, GoApiSchema as zn, MOBILE_STORAGE_VALUES as zr, EcommerceSchema as zt };
13467
- //# sourceMappingURL=schemas-BRAokgPa.d.mts.map
13467
+ //# sourceMappingURL=schemas-GnlaSaAD.d.mts.map