@better-fullstack/types 2.6.0 → 2.6.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,57 +22,41 @@ 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";
25
+ runtime: "runtime";
27
26
  backend: "backend";
28
- mobile: "mobile";
29
27
  database: "database";
30
- api: "api";
31
- graphql: "graphql";
32
28
  orm: "orm";
33
- auth: "auth";
34
- runtime: "runtime";
35
- deploy: "deploy";
36
29
  dbSetup: "dbSetup";
37
- migrations: "migrations";
38
- realtime: "realtime";
39
- navigation: "navigation";
40
- caching: "caching";
41
- observability: "observability";
30
+ auth: "auth";
31
+ payments: "payments";
42
32
  email: "email";
43
- search: "search";
44
- vectorDb: "vectorDb";
45
- fileStorage: "fileStorage";
46
- jobQueue: "jobQueue";
47
- rateLimit: "rateLimit";
48
- botProtection: "botProtection";
49
- testing: "testing";
50
- stateManagement: "stateManagement";
51
- forms: "forms";
52
- animation: "animation";
53
33
  fileUpload: "fileUpload";
54
- validation: "validation";
55
- effect: "effect";
56
- ui: "ui";
57
- css: "css";
58
- storage: "storage";
59
- ota: "ota";
60
- deepLinking: "deepLinking";
61
- ai: "ai";
62
- payments: "payments";
63
34
  logging: "logging";
35
+ observability: "observability";
64
36
  featureFlags: "featureFlags";
65
37
  integrations: "integrations";
66
38
  ecommerce: "ecommerce";
67
39
  analytics: "analytics";
40
+ stateManagement: "stateManagement";
41
+ forms: "forms";
42
+ validation: "validation";
43
+ testing: "testing";
44
+ realtime: "realtime";
45
+ jobQueue: "jobQueue";
46
+ caching: "caching";
47
+ rateLimit: "rateLimit";
48
+ botProtection: "botProtection";
49
+ animation: "animation";
68
50
  cms: "cms";
69
51
  i18n: "i18n";
70
- documentation: "documentation";
52
+ search: "search";
53
+ vectorDb: "vectorDb";
54
+ fileStorage: "fileStorage";
71
55
  codeQuality: "codeQuality";
72
- appPlatform: "appPlatform";
73
- dataFetching: "dataFetching";
74
- workspaceTooling: "workspaceTooling";
75
- toolchain: "toolchain";
56
+ documentation: "documentation";
57
+ packageManager: "packageManager";
58
+ examples: "examples";
59
+ api: "api";
76
60
  workspaceRunner: "workspaceRunner";
77
61
  gitHooks: "gitHooks";
78
62
  staticAnalysis: "staticAnalysis";
@@ -82,8 +66,25 @@ declare const StackPartRoleSchema: z.ZodEnum<{
82
66
  containerOrchestration: "containerOrchestration";
83
67
  apiGateway: "apiGateway";
84
68
  continuousIntegration: "continuousIntegration";
69
+ ai: "ai";
70
+ effect: "effect";
71
+ css: "css";
72
+ ui: "ui";
73
+ push: "push";
74
+ frontend: "frontend";
75
+ mobile: "mobile";
76
+ graphql: "graphql";
77
+ deploy: "deploy";
78
+ migrations: "migrations";
79
+ navigation: "navigation";
80
+ storage: "storage";
81
+ ota: "ota";
82
+ deepLinking: "deepLinking";
83
+ appPlatform: "appPlatform";
84
+ dataFetching: "dataFetching";
85
+ workspaceTooling: "workspaceTooling";
86
+ toolchain: "toolchain";
85
87
  backendUtilities: "backendUtilities";
86
- examples: "examples";
87
88
  language: "language";
88
89
  buildTool: "buildTool";
89
90
  cli: "cli";
@@ -96,7 +97,6 @@ declare const StackPartRoleSchema: z.ZodEnum<{
96
97
  data: "data";
97
98
  media: "media";
98
99
  server: "server";
99
- packageManager: "packageManager";
100
100
  messageQueue: "messageQueue";
101
101
  }>;
102
102
  declare const StackPartSourceSchema: z.ZodEnum<{
@@ -109,57 +109,41 @@ declare const StackPartSourceSchema: z.ZodEnum<{
109
109
  declare const StackPartSchema: z.ZodObject<{
110
110
  id: z.ZodString;
111
111
  role: z.ZodEnum<{
112
- push: "push";
113
- frontend: "frontend";
112
+ runtime: "runtime";
114
113
  backend: "backend";
115
- mobile: "mobile";
116
114
  database: "database";
117
- api: "api";
118
- graphql: "graphql";
119
115
  orm: "orm";
120
- auth: "auth";
121
- runtime: "runtime";
122
- deploy: "deploy";
123
116
  dbSetup: "dbSetup";
124
- migrations: "migrations";
125
- realtime: "realtime";
126
- navigation: "navigation";
127
- caching: "caching";
128
- observability: "observability";
117
+ auth: "auth";
118
+ payments: "payments";
129
119
  email: "email";
130
- search: "search";
131
- vectorDb: "vectorDb";
132
- fileStorage: "fileStorage";
133
- jobQueue: "jobQueue";
134
- rateLimit: "rateLimit";
135
- botProtection: "botProtection";
136
- testing: "testing";
137
- stateManagement: "stateManagement";
138
- forms: "forms";
139
- animation: "animation";
140
120
  fileUpload: "fileUpload";
141
- validation: "validation";
142
- effect: "effect";
143
- ui: "ui";
144
- css: "css";
145
- storage: "storage";
146
- ota: "ota";
147
- deepLinking: "deepLinking";
148
- ai: "ai";
149
- payments: "payments";
150
121
  logging: "logging";
122
+ observability: "observability";
151
123
  featureFlags: "featureFlags";
152
124
  integrations: "integrations";
153
125
  ecommerce: "ecommerce";
154
126
  analytics: "analytics";
127
+ stateManagement: "stateManagement";
128
+ forms: "forms";
129
+ validation: "validation";
130
+ testing: "testing";
131
+ realtime: "realtime";
132
+ jobQueue: "jobQueue";
133
+ caching: "caching";
134
+ rateLimit: "rateLimit";
135
+ botProtection: "botProtection";
136
+ animation: "animation";
155
137
  cms: "cms";
156
138
  i18n: "i18n";
157
- documentation: "documentation";
139
+ search: "search";
140
+ vectorDb: "vectorDb";
141
+ fileStorage: "fileStorage";
158
142
  codeQuality: "codeQuality";
159
- appPlatform: "appPlatform";
160
- dataFetching: "dataFetching";
161
- workspaceTooling: "workspaceTooling";
162
- toolchain: "toolchain";
143
+ documentation: "documentation";
144
+ packageManager: "packageManager";
145
+ examples: "examples";
146
+ api: "api";
163
147
  workspaceRunner: "workspaceRunner";
164
148
  gitHooks: "gitHooks";
165
149
  staticAnalysis: "staticAnalysis";
@@ -169,8 +153,25 @@ declare const StackPartSchema: z.ZodObject<{
169
153
  containerOrchestration: "containerOrchestration";
170
154
  apiGateway: "apiGateway";
171
155
  continuousIntegration: "continuousIntegration";
156
+ ai: "ai";
157
+ effect: "effect";
158
+ css: "css";
159
+ ui: "ui";
160
+ push: "push";
161
+ frontend: "frontend";
162
+ mobile: "mobile";
163
+ graphql: "graphql";
164
+ deploy: "deploy";
165
+ migrations: "migrations";
166
+ navigation: "navigation";
167
+ storage: "storage";
168
+ ota: "ota";
169
+ deepLinking: "deepLinking";
170
+ appPlatform: "appPlatform";
171
+ dataFetching: "dataFetching";
172
+ workspaceTooling: "workspaceTooling";
173
+ toolchain: "toolchain";
172
174
  backendUtilities: "backendUtilities";
173
- examples: "examples";
174
175
  language: "language";
175
176
  buildTool: "buildTool";
176
177
  cli: "cli";
@@ -183,7 +184,6 @@ declare const StackPartSchema: z.ZodObject<{
183
184
  data: "data";
184
185
  media: "media";
185
186
  server: "server";
186
- packageManager: "packageManager";
187
187
  messageQueue: "messageQueue";
188
188
  }>;
189
189
  toolId: z.ZodString;
@@ -491,9 +491,9 @@ declare const EmailSchema: z.ZodEnum<{
491
491
  plunk: "plunk";
492
492
  }>;
493
493
  declare const RealtimeSchema: z.ZodEnum<{
494
+ ws: "ws";
494
495
  none: "none";
495
496
  "socket-io": "socket-io";
496
- ws: "ws";
497
497
  partykit: "partykit";
498
498
  ably: "ably";
499
499
  pusher: "pusher";
@@ -741,8 +741,8 @@ declare const RustCliSchema: z.ZodEnum<{
741
741
  ratatui: "ratatui";
742
742
  }>;
743
743
  declare const RustLibrariesSchema: z.ZodEnum<{
744
- config: "config";
745
744
  none: "none";
745
+ config: "config";
746
746
  serde: "serde";
747
747
  uuid: "uuid";
748
748
  chrono: "chrono";
@@ -952,10 +952,10 @@ declare const GoWebFrameworkSchema: z.ZodEnum<{
952
952
  httprouter: "httprouter";
953
953
  }>;
954
954
  declare const GoOrmSchema: z.ZodEnum<{
955
+ gorm: "gorm";
955
956
  none: "none";
956
957
  bun: "bun";
957
958
  sqlx: "sqlx";
958
- gorm: "gorm";
959
959
  sqlc: "sqlc";
960
960
  ent: "ent";
961
961
  }>;
@@ -1364,6 +1364,7 @@ declare const CSSFrameworkSchema: z.ZodEnum<{
1364
1364
  "styled-components": "styled-components";
1365
1365
  }>;
1366
1366
  declare const UILibrarySchema: z.ZodEnum<{
1367
+ mui: "mui";
1367
1368
  none: "none";
1368
1369
  "shadcn-ui": "shadcn-ui";
1369
1370
  "shadcn-svelte": "shadcn-svelte";
@@ -1374,7 +1375,6 @@ declare const UILibrarySchema: z.ZodEnum<{
1374
1375
  "chakra-ui": "chakra-ui";
1375
1376
  nextui: "nextui";
1376
1377
  mantine: "mantine";
1377
- mui: "mui";
1378
1378
  antd: "antd";
1379
1379
  "base-ui": "base-ui";
1380
1380
  "ark-ui": "ark-ui";
@@ -1446,8 +1446,8 @@ declare const ShadcnFontSchema: z.ZodEnum<{
1446
1446
  "geist-mono": "geist-mono";
1447
1447
  }>;
1448
1448
  declare const ShadcnRadiusSchema: z.ZodEnum<{
1449
- default: "default";
1450
1449
  none: "none";
1450
+ default: "default";
1451
1451
  small: "small";
1452
1452
  medium: "medium";
1453
1453
  large: "large";
@@ -1467,8 +1467,8 @@ declare const TemplateSchema: z.ZodEnum<{
1467
1467
  saas: "saas";
1468
1468
  }>;
1469
1469
  declare const ProjectShapeSchema: z.ZodEnum<{
1470
- frontend: "frontend";
1471
1470
  backend: "backend";
1471
+ frontend: "frontend";
1472
1472
  mobile: "mobile";
1473
1473
  fullstack: "fullstack";
1474
1474
  }>;
@@ -1484,8 +1484,8 @@ declare const CreateInputSchema: z.ZodObject<{
1484
1484
  saas: "saas";
1485
1485
  }>>;
1486
1486
  shape: z.ZodOptional<z.ZodEnum<{
1487
- frontend: "frontend";
1488
1487
  backend: "backend";
1488
+ frontend: "frontend";
1489
1489
  mobile: "mobile";
1490
1490
  fullstack: "fullstack";
1491
1491
  }>>;
@@ -1793,6 +1793,7 @@ declare const CreateInputSchema: z.ZodObject<{
1793
1793
  "styled-components": "styled-components";
1794
1794
  }>>;
1795
1795
  uiLibrary: z.ZodOptional<z.ZodEnum<{
1796
+ mui: "mui";
1796
1797
  none: "none";
1797
1798
  "shadcn-ui": "shadcn-ui";
1798
1799
  "shadcn-svelte": "shadcn-svelte";
@@ -1803,7 +1804,6 @@ declare const CreateInputSchema: z.ZodObject<{
1803
1804
  "chakra-ui": "chakra-ui";
1804
1805
  nextui: "nextui";
1805
1806
  mantine: "mantine";
1806
- mui: "mui";
1807
1807
  antd: "antd";
1808
1808
  "base-ui": "base-ui";
1809
1809
  "ark-ui": "ark-ui";
@@ -1875,8 +1875,8 @@ declare const CreateInputSchema: z.ZodObject<{
1875
1875
  "geist-mono": "geist-mono";
1876
1876
  }>>;
1877
1877
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1878
- default: "default";
1879
1878
  none: "none";
1879
+ default: "default";
1880
1880
  small: "small";
1881
1881
  medium: "medium";
1882
1882
  large: "large";
@@ -1892,9 +1892,9 @@ declare const CreateInputSchema: z.ZodObject<{
1892
1892
  "effect-schema": "effect-schema";
1893
1893
  }>>;
1894
1894
  realtime: z.ZodOptional<z.ZodEnum<{
1895
+ ws: "ws";
1895
1896
  none: "none";
1896
1897
  "socket-io": "socket-io";
1897
- ws: "ws";
1898
1898
  partykit: "partykit";
1899
1899
  ably: "ably";
1900
1900
  pusher: "pusher";
@@ -2142,8 +2142,8 @@ declare const CreateInputSchema: z.ZodObject<{
2142
2142
  ratatui: "ratatui";
2143
2143
  }>>;
2144
2144
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2145
- config: "config";
2146
2145
  none: "none";
2146
+ config: "config";
2147
2147
  serde: "serde";
2148
2148
  uuid: "uuid";
2149
2149
  chrono: "chrono";
@@ -2353,10 +2353,10 @@ declare const CreateInputSchema: z.ZodObject<{
2353
2353
  httprouter: "httprouter";
2354
2354
  }>>;
2355
2355
  goOrm: z.ZodOptional<z.ZodEnum<{
2356
+ gorm: "gorm";
2356
2357
  none: "none";
2357
2358
  bun: "bun";
2358
2359
  sqlx: "sqlx";
2359
- gorm: "gorm";
2360
2360
  sqlc: "sqlc";
2361
2361
  ent: "ent";
2362
2362
  }>>;
@@ -2759,29 +2759,29 @@ declare const CreateInputSchema: z.ZodObject<{
2759
2759
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
2760
2760
  }, z.core.$strip>;
2761
2761
  declare const AddInputSchema: z.ZodObject<{
2762
- frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2762
+ ecosystem: z.ZodOptional<z.ZodEnum<{
2763
+ typescript: "typescript";
2764
+ "react-native": "react-native";
2765
+ rust: "rust";
2766
+ python: "python";
2767
+ go: "go";
2768
+ java: "java";
2769
+ elixir: "elixir";
2770
+ dotnet: "dotnet";
2771
+ }>>;
2772
+ astroIntegration: z.ZodOptional<z.ZodEnum<{
2763
2773
  none: "none";
2764
- "tanstack-router": "tanstack-router";
2765
- "react-router": "react-router";
2766
- "react-vite": "react-vite";
2767
- "vanilla-vite": "vanilla-vite";
2768
2774
  vue: "vue";
2769
- "tanstack-start": "tanstack-start";
2770
- next: "next";
2771
- vinext: "vinext";
2772
- nuxt: "nuxt";
2773
- "native-bare": "native-bare";
2774
- "native-uniwind": "native-uniwind";
2775
- "native-unistyles": "native-unistyles";
2776
2775
  svelte: "svelte";
2777
2776
  solid: "solid";
2778
- "solid-start": "solid-start";
2779
- astro: "astro";
2780
- qwik: "qwik";
2781
- angular: "angular";
2782
- redwood: "redwood";
2783
- fresh: "fresh";
2784
- }>>>;
2777
+ react: "react";
2778
+ }>>;
2779
+ runtime: z.ZodOptional<z.ZodEnum<{
2780
+ none: "none";
2781
+ bun: "bun";
2782
+ node: "node";
2783
+ workers: "workers";
2784
+ }>>;
2785
2785
  backend: z.ZodOptional<z.ZodEnum<{
2786
2786
  effect: "effect";
2787
2787
  none: "none";
@@ -2806,16 +2806,6 @@ declare const AddInputSchema: z.ZodObject<{
2806
2806
  edgedb: "edgedb";
2807
2807
  redis: "redis";
2808
2808
  }>>;
2809
- api: z.ZodOptional<z.ZodEnum<{
2810
- none: "none";
2811
- trpc: "trpc";
2812
- orpc: "orpc";
2813
- "ts-rest": "ts-rest";
2814
- garph: "garph";
2815
- "graphql-yoga": "graphql-yoga";
2816
- "apollo-server": "apollo-server";
2817
- openapi: "openapi";
2818
- }>>;
2819
2809
  orm: z.ZodOptional<z.ZodEnum<{
2820
2810
  none: "none";
2821
2811
  drizzle: "drizzle";
@@ -2826,6 +2816,18 @@ declare const AddInputSchema: z.ZodObject<{
2826
2816
  mikroorm: "mikroorm";
2827
2817
  sequelize: "sequelize";
2828
2818
  }>>;
2819
+ dbSetup: z.ZodOptional<z.ZodEnum<{
2820
+ none: "none";
2821
+ turso: "turso";
2822
+ neon: "neon";
2823
+ "prisma-postgres": "prisma-postgres";
2824
+ planetscale: "planetscale";
2825
+ "mongodb-atlas": "mongodb-atlas";
2826
+ supabase: "supabase";
2827
+ upstash: "upstash";
2828
+ d1: "d1";
2829
+ docker: "docker";
2830
+ }>>;
2829
2831
  auth: z.ZodOptional<z.ZodEnum<{
2830
2832
  none: "none";
2831
2833
  "better-auth": "better-auth";
@@ -2840,48 +2842,19 @@ declare const AddInputSchema: z.ZodObject<{
2840
2842
  kinde: "kinde";
2841
2843
  passport: "passport";
2842
2844
  }>>;
2843
- runtime: z.ZodOptional<z.ZodEnum<{
2845
+ payments: z.ZodOptional<z.ZodEnum<{
2844
2846
  none: "none";
2845
- bun: "bun";
2846
- node: "node";
2847
- workers: "workers";
2848
- }>>;
2849
- dbSetup: z.ZodOptional<z.ZodEnum<{
2850
- none: "none";
2851
- turso: "turso";
2852
- neon: "neon";
2853
- "prisma-postgres": "prisma-postgres";
2854
- planetscale: "planetscale";
2855
- "mongodb-atlas": "mongodb-atlas";
2856
- supabase: "supabase";
2857
- upstash: "upstash";
2858
- d1: "d1";
2859
- docker: "docker";
2860
- }>>;
2861
- realtime: z.ZodOptional<z.ZodEnum<{
2862
- none: "none";
2863
- "socket-io": "socket-io";
2864
- ws: "ws";
2865
- partykit: "partykit";
2866
- ably: "ably";
2867
- pusher: "pusher";
2868
- liveblocks: "liveblocks";
2869
- yjs: "yjs";
2870
- }>>;
2871
- caching: z.ZodOptional<z.ZodEnum<{
2872
- none: "none";
2873
- redis: "redis";
2874
- "upstash-redis": "upstash-redis";
2875
- }>>;
2876
- observability: z.ZodOptional<z.ZodEnum<{
2877
- none: "none";
2878
- opentelemetry: "opentelemetry";
2879
- signoz: "signoz";
2880
- sentry: "sentry";
2881
- grafana: "grafana";
2882
- datadog: "datadog";
2883
- axiom: "axiom";
2884
- betterstack: "betterstack";
2847
+ revenuecat: "revenuecat";
2848
+ polar: "polar";
2849
+ stripe: "stripe";
2850
+ "lemon-squeezy": "lemon-squeezy";
2851
+ paddle: "paddle";
2852
+ paypal: "paypal";
2853
+ dodo: "dodo";
2854
+ creem: "creem";
2855
+ autumn: "autumn";
2856
+ commet: "commet";
2857
+ xendit: "xendit";
2885
2858
  }>>;
2886
2859
  email: z.ZodOptional<z.ZodEnum<{
2887
2860
  none: "none";
@@ -2894,54 +2867,51 @@ declare const AddInputSchema: z.ZodObject<{
2894
2867
  mailgun: "mailgun";
2895
2868
  plunk: "plunk";
2896
2869
  }>>;
2897
- search: z.ZodOptional<z.ZodEnum<{
2870
+ fileUpload: z.ZodOptional<z.ZodEnum<{
2898
2871
  none: "none";
2899
- meilisearch: "meilisearch";
2900
- typesense: "typesense";
2901
- elasticsearch: "elasticsearch";
2902
- opensearch: "opensearch";
2903
- algolia: "algolia";
2904
- bleve: "bleve";
2872
+ uploadthing: "uploadthing";
2873
+ filepond: "filepond";
2874
+ uppy: "uppy";
2905
2875
  }>>;
2906
- vectorDb: z.ZodOptional<z.ZodEnum<{
2876
+ logging: z.ZodOptional<z.ZodEnum<{
2907
2877
  none: "none";
2908
- pgvector: "pgvector";
2909
- qdrant: "qdrant";
2910
- chroma: "chroma";
2911
- pinecone: "pinecone";
2878
+ pino: "pino";
2879
+ winston: "winston";
2880
+ evlog: "evlog";
2912
2881
  }>>;
2913
- fileStorage: z.ZodOptional<z.ZodEnum<{
2882
+ observability: z.ZodOptional<z.ZodEnum<{
2914
2883
  none: "none";
2915
- s3: "s3";
2916
- r2: "r2";
2917
- cloudinary: "cloudinary";
2918
- "supabase-storage": "supabase-storage";
2884
+ opentelemetry: "opentelemetry";
2885
+ signoz: "signoz";
2886
+ sentry: "sentry";
2887
+ grafana: "grafana";
2888
+ datadog: "datadog";
2889
+ axiom: "axiom";
2890
+ betterstack: "betterstack";
2919
2891
  }>>;
2920
- jobQueue: z.ZodOptional<z.ZodEnum<{
2892
+ featureFlags: z.ZodOptional<z.ZodEnum<{
2921
2893
  none: "none";
2922
- bullmq: "bullmq";
2923
- "trigger-dev": "trigger-dev";
2924
- inngest: "inngest";
2925
- temporal: "temporal";
2894
+ growthbook: "growthbook";
2895
+ posthog: "posthog";
2896
+ launchdarkly: "launchdarkly";
2897
+ flagsmith: "flagsmith";
2898
+ unleash: "unleash";
2926
2899
  }>>;
2927
- rateLimit: z.ZodOptional<z.ZodEnum<{
2900
+ integrations: z.ZodOptional<z.ZodEnum<{
2928
2901
  none: "none";
2929
- arcjet: "arcjet";
2930
- "upstash-ratelimit": "upstash-ratelimit";
2902
+ nango: "nango";
2931
2903
  }>>;
2932
- botProtection: z.ZodOptional<z.ZodEnum<{
2904
+ ecommerce: z.ZodOptional<z.ZodEnum<{
2933
2905
  none: "none";
2934
- botid: "botid";
2935
- turnstile: "turnstile";
2906
+ medusa: "medusa";
2936
2907
  }>>;
2937
- testing: z.ZodOptional<z.ZodEnum<{
2908
+ analytics: z.ZodOptional<z.ZodEnum<{
2938
2909
  none: "none";
2939
- vitest: "vitest";
2940
- playwright: "playwright";
2941
- "vitest-playwright": "vitest-playwright";
2942
- jest: "jest";
2943
- mocha: "mocha";
2944
- cypress: "cypress";
2910
+ posthog: "posthog";
2911
+ plausible: "plausible";
2912
+ umami: "umami";
2913
+ ga4: "ga4";
2914
+ "vercel-analytics": "vercel-analytics";
2945
2915
  }>>;
2946
2916
  stateManagement: z.ZodOptional<z.ZodEnum<{
2947
2917
  none: "none";
@@ -2964,20 +2934,6 @@ declare const AddInputSchema: z.ZodObject<{
2964
2934
  conform: "conform";
2965
2935
  "modular-forms": "modular-forms";
2966
2936
  }>>;
2967
- animation: z.ZodOptional<z.ZodEnum<{
2968
- none: "none";
2969
- "framer-motion": "framer-motion";
2970
- gsap: "gsap";
2971
- "react-spring": "react-spring";
2972
- "auto-animate": "auto-animate";
2973
- lottie: "lottie";
2974
- }>>;
2975
- fileUpload: z.ZodOptional<z.ZodEnum<{
2976
- none: "none";
2977
- uploadthing: "uploadthing";
2978
- filepond: "filepond";
2979
- uppy: "uppy";
2980
- }>>;
2981
2937
  validation: z.ZodOptional<z.ZodEnum<{
2982
2938
  none: "none";
2983
2939
  zod: "zod";
@@ -2988,193 +2944,54 @@ declare const AddInputSchema: z.ZodObject<{
2988
2944
  runtypes: "runtypes";
2989
2945
  "effect-schema": "effect-schema";
2990
2946
  }>>;
2991
- effect: z.ZodOptional<z.ZodEnum<{
2992
- effect: "effect";
2993
- none: "none";
2994
- "effect-full": "effect-full";
2995
- }>>;
2996
- ai: z.ZodOptional<z.ZodEnum<{
2997
- none: "none";
2998
- "vercel-ai": "vercel-ai";
2999
- mastra: "mastra";
3000
- voltagent: "voltagent";
3001
- langgraph: "langgraph";
3002
- "openai-agents": "openai-agents";
3003
- "openai-sdk": "openai-sdk";
3004
- "anthropic-sdk": "anthropic-sdk";
3005
- "google-adk": "google-adk";
3006
- modelfusion: "modelfusion";
3007
- langchain: "langchain";
3008
- llamaindex: "llamaindex";
3009
- "tanstack-ai": "tanstack-ai";
3010
- "ai-cli": "ai-cli";
3011
- }>>;
3012
- payments: z.ZodOptional<z.ZodEnum<{
3013
- none: "none";
3014
- revenuecat: "revenuecat";
3015
- polar: "polar";
3016
- stripe: "stripe";
3017
- "lemon-squeezy": "lemon-squeezy";
3018
- paddle: "paddle";
3019
- paypal: "paypal";
3020
- dodo: "dodo";
3021
- creem: "creem";
3022
- autumn: "autumn";
3023
- commet: "commet";
3024
- xendit: "xendit";
3025
- }>>;
3026
- logging: z.ZodOptional<z.ZodEnum<{
3027
- none: "none";
3028
- pino: "pino";
3029
- winston: "winston";
3030
- evlog: "evlog";
3031
- }>>;
3032
- featureFlags: z.ZodOptional<z.ZodEnum<{
3033
- none: "none";
3034
- growthbook: "growthbook";
3035
- posthog: "posthog";
3036
- launchdarkly: "launchdarkly";
3037
- flagsmith: "flagsmith";
3038
- unleash: "unleash";
3039
- }>>;
3040
- integrations: z.ZodOptional<z.ZodEnum<{
3041
- none: "none";
3042
- nango: "nango";
3043
- }>>;
3044
- ecommerce: z.ZodOptional<z.ZodEnum<{
3045
- none: "none";
3046
- medusa: "medusa";
3047
- }>>;
3048
- analytics: z.ZodOptional<z.ZodEnum<{
3049
- none: "none";
3050
- posthog: "posthog";
3051
- plausible: "plausible";
3052
- umami: "umami";
3053
- ga4: "ga4";
3054
- "vercel-analytics": "vercel-analytics";
3055
- }>>;
3056
- cms: z.ZodOptional<z.ZodEnum<{
2947
+ testing: z.ZodOptional<z.ZodEnum<{
3057
2948
  none: "none";
3058
- payload: "payload";
3059
- sanity: "sanity";
3060
- strapi: "strapi";
3061
- tinacms: "tinacms";
3062
- directus: "directus";
3063
- keystatic: "keystatic";
3064
- contentful: "contentful";
2949
+ vitest: "vitest";
2950
+ playwright: "playwright";
2951
+ "vitest-playwright": "vitest-playwright";
2952
+ jest: "jest";
2953
+ mocha: "mocha";
2954
+ cypress: "cypress";
3065
2955
  }>>;
3066
- i18n: z.ZodOptional<z.ZodEnum<{
2956
+ realtime: z.ZodOptional<z.ZodEnum<{
2957
+ ws: "ws";
3067
2958
  none: "none";
3068
- paraglide: "paraglide";
3069
- i18next: "i18next";
3070
- "next-intl": "next-intl";
3071
- intlayer: "intlayer";
2959
+ "socket-io": "socket-io";
2960
+ partykit: "partykit";
2961
+ ably: "ably";
2962
+ pusher: "pusher";
2963
+ liveblocks: "liveblocks";
2964
+ yjs: "yjs";
3072
2965
  }>>;
3073
- examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3074
- ai: "ai";
2966
+ jobQueue: z.ZodOptional<z.ZodEnum<{
3075
2967
  none: "none";
3076
- "chat-sdk": "chat-sdk";
3077
- "tanstack-showcase": "tanstack-showcase";
3078
- }>>>;
3079
- packageManager: z.ZodOptional<z.ZodEnum<{
3080
- bun: "bun";
3081
- npm: "npm";
3082
- pnpm: "pnpm";
3083
- yarn: "yarn";
3084
- }>>;
3085
- ecosystem: z.ZodOptional<z.ZodEnum<{
3086
- typescript: "typescript";
3087
- "react-native": "react-native";
3088
- rust: "rust";
3089
- python: "python";
3090
- go: "go";
3091
- java: "java";
3092
- elixir: "elixir";
3093
- dotnet: "dotnet";
2968
+ bullmq: "bullmq";
2969
+ "trigger-dev": "trigger-dev";
2970
+ inngest: "inngest";
2971
+ temporal: "temporal";
3094
2972
  }>>;
3095
- dryRun: z.ZodOptional<z.ZodBoolean>;
3096
- addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2973
+ caching: z.ZodOptional<z.ZodEnum<{
3097
2974
  none: "none";
3098
- pwa: "pwa";
3099
- tauri: "tauri";
3100
- starlight: "starlight";
3101
- biome: "biome";
3102
- lefthook: "lefthook";
3103
- husky: "husky";
3104
- knip: "knip";
3105
- gitleaks: "gitleaks";
3106
- ruler: "ruler";
3107
- mcp: "mcp";
3108
- skills: "skills";
3109
- turborepo: "turborepo";
3110
- nx: "nx";
3111
- "vite-plus": "vite-plus";
3112
- fumadocs: "fumadocs";
3113
- ultracite: "ultracite";
3114
- oxlint: "oxlint";
3115
- opentui: "opentui";
3116
- wxt: "wxt";
3117
- msw: "msw";
3118
- storybook: "storybook";
3119
- swr: "swr";
3120
- "tanstack-query": "tanstack-query";
3121
- "tanstack-table": "tanstack-table";
3122
- "tanstack-virtual": "tanstack-virtual";
3123
- "tanstack-db": "tanstack-db";
3124
- "tanstack-pacer": "tanstack-pacer";
3125
- "backend-utils": "backend-utils";
3126
- devcontainer: "devcontainer";
3127
- "docker-compose": "docker-compose";
3128
- kong: "kong";
3129
- "github-actions": "github-actions";
3130
- eslint: "eslint";
3131
- prettier: "prettier";
3132
- axios: "axios";
3133
- firebase: "firebase";
3134
- "graphql-codegen": "graphql-codegen";
3135
- "openapi-typescript": "openapi-typescript";
3136
- "apollo-client": "apollo-client";
3137
- electron: "electron";
3138
- capacitor: "capacitor";
3139
- }>>>;
3140
- workspaceShape: z.ZodOptional<z.ZodEnum<{
3141
- monorepo: "monorepo";
3142
- "single-app": "single-app";
3143
- }>>;
3144
- versionChannel: z.ZodOptional<z.ZodEnum<{
3145
- stable: "stable";
3146
- latest: "latest";
3147
- beta: "beta";
2975
+ redis: "redis";
2976
+ "upstash-redis": "upstash-redis";
3148
2977
  }>>;
3149
- install: z.ZodOptional<z.ZodBoolean>;
3150
- webDeploy: z.ZodOptional<z.ZodEnum<{
3151
- none: "none";
3152
- docker: "docker";
3153
- cloudflare: "cloudflare";
3154
- fly: "fly";
3155
- railway: "railway";
3156
- render: "render";
3157
- netlify: "netlify";
3158
- sst: "sst";
3159
- vercel: "vercel";
2978
+ rateLimit: z.ZodOptional<z.ZodEnum<{
2979
+ none: "none";
2980
+ arcjet: "arcjet";
2981
+ "upstash-ratelimit": "upstash-ratelimit";
3160
2982
  }>>;
3161
- serverDeploy: z.ZodOptional<z.ZodEnum<{
2983
+ botProtection: z.ZodOptional<z.ZodEnum<{
3162
2984
  none: "none";
3163
- docker: "docker";
3164
- cloudflare: "cloudflare";
3165
- fly: "fly";
3166
- railway: "railway";
3167
- render: "render";
3168
- netlify: "netlify";
3169
- sst: "sst";
3170
- vercel: "vercel";
2985
+ botid: "botid";
2986
+ turnstile: "turnstile";
3171
2987
  }>>;
3172
- astroIntegration: z.ZodOptional<z.ZodEnum<{
2988
+ animation: z.ZodOptional<z.ZodEnum<{
3173
2989
  none: "none";
3174
- vue: "vue";
3175
- svelte: "svelte";
3176
- solid: "solid";
3177
- react: "react";
2990
+ "framer-motion": "framer-motion";
2991
+ gsap: "gsap";
2992
+ "react-spring": "react-spring";
2993
+ "auto-animate": "auto-animate";
2994
+ lottie: "lottie";
3178
2995
  }>>;
3179
2996
  cssFramework: z.ZodOptional<z.ZodEnum<{
3180
2997
  none: "none";
@@ -3185,6 +3002,7 @@ declare const AddInputSchema: z.ZodObject<{
3185
3002
  "styled-components": "styled-components";
3186
3003
  }>>;
3187
3004
  uiLibrary: z.ZodOptional<z.ZodEnum<{
3005
+ mui: "mui";
3188
3006
  none: "none";
3189
3007
  "shadcn-ui": "shadcn-ui";
3190
3008
  "shadcn-svelte": "shadcn-svelte";
@@ -3195,7 +3013,6 @@ declare const AddInputSchema: z.ZodObject<{
3195
3013
  "chakra-ui": "chakra-ui";
3196
3014
  nextui: "nextui";
3197
3015
  mantine: "mantine";
3198
- mui: "mui";
3199
3016
  antd: "antd";
3200
3017
  "base-ui": "base-ui";
3201
3018
  "ark-ui": "ark-ui";
@@ -3267,12 +3084,52 @@ declare const AddInputSchema: z.ZodObject<{
3267
3084
  "geist-mono": "geist-mono";
3268
3085
  }>>;
3269
3086
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
3270
- default: "default";
3271
3087
  none: "none";
3088
+ default: "default";
3272
3089
  small: "small";
3273
3090
  medium: "medium";
3274
3091
  large: "large";
3275
3092
  }>>;
3093
+ cms: z.ZodOptional<z.ZodEnum<{
3094
+ none: "none";
3095
+ payload: "payload";
3096
+ sanity: "sanity";
3097
+ strapi: "strapi";
3098
+ tinacms: "tinacms";
3099
+ directus: "directus";
3100
+ keystatic: "keystatic";
3101
+ contentful: "contentful";
3102
+ }>>;
3103
+ i18n: z.ZodOptional<z.ZodEnum<{
3104
+ none: "none";
3105
+ paraglide: "paraglide";
3106
+ i18next: "i18next";
3107
+ "next-intl": "next-intl";
3108
+ intlayer: "intlayer";
3109
+ }>>;
3110
+ search: z.ZodOptional<z.ZodEnum<{
3111
+ none: "none";
3112
+ meilisearch: "meilisearch";
3113
+ typesense: "typesense";
3114
+ elasticsearch: "elasticsearch";
3115
+ opensearch: "opensearch";
3116
+ algolia: "algolia";
3117
+ bleve: "bleve";
3118
+ }>>;
3119
+ vectorDb: z.ZodOptional<z.ZodEnum<{
3120
+ none: "none";
3121
+ pgvector: "pgvector";
3122
+ qdrant: "qdrant";
3123
+ chroma: "chroma";
3124
+ pinecone: "pinecone";
3125
+ }>>;
3126
+ fileStorage: z.ZodOptional<z.ZodEnum<{
3127
+ none: "none";
3128
+ s3: "s3";
3129
+ r2: "r2";
3130
+ cloudinary: "cloudinary";
3131
+ "supabase-storage": "supabase-storage";
3132
+ }>>;
3276
3133
  mobileNavigation: z.ZodOptional<z.ZodEnum<{
3277
3134
  none: "none";
3278
3135
  "expo-router": "expo-router";
@@ -3330,6 +3187,66 @@ declare const AddInputSchema: z.ZodObject<{
3330
3187
  "expo-battery": "expo-battery";
3331
3188
  "expo-screen-capture": "expo-screen-capture";
3332
3189
  }>>>;
3190
+ packageManager: z.ZodOptional<z.ZodEnum<{
3191
+ bun: "bun";
3192
+ npm: "npm";
3193
+ pnpm: "pnpm";
3194
+ yarn: "yarn";
3195
+ }>>;
3196
+ workspaceShape: z.ZodOptional<z.ZodEnum<{
3197
+ monorepo: "monorepo";
3198
+ "single-app": "single-app";
3199
+ }>>;
3200
+ versionChannel: z.ZodOptional<z.ZodEnum<{
3201
+ stable: "stable";
3202
+ latest: "latest";
3203
+ beta: "beta";
3204
+ }>>;
3205
+ examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3206
+ ai: "ai";
3207
+ none: "none";
3208
+ "chat-sdk": "chat-sdk";
3209
+ "tanstack-showcase": "tanstack-showcase";
3210
+ }>>>;
3211
+ aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3212
+ none: "none";
3213
+ "claude-md": "claude-md";
3214
+ "agents-md": "agents-md";
3215
+ cursorrules: "cursorrules";
3216
+ }>>>;
3217
+ install: z.ZodOptional<z.ZodBoolean>;
3218
+ api: z.ZodOptional<z.ZodEnum<{
3219
+ none: "none";
3220
+ trpc: "trpc";
3221
+ orpc: "orpc";
3222
+ "ts-rest": "ts-rest";
3223
+ garph: "garph";
3224
+ "graphql-yoga": "graphql-yoga";
3225
+ "apollo-server": "apollo-server";
3226
+ openapi: "openapi";
3227
+ }>>;
3228
+ webDeploy: z.ZodOptional<z.ZodEnum<{
3229
+ none: "none";
3230
+ docker: "docker";
3231
+ cloudflare: "cloudflare";
3232
+ fly: "fly";
3233
+ railway: "railway";
3234
+ render: "render";
3235
+ netlify: "netlify";
3236
+ sst: "sst";
3237
+ vercel: "vercel";
3238
+ }>>;
3239
+ serverDeploy: z.ZodOptional<z.ZodEnum<{
3240
+ none: "none";
3241
+ docker: "docker";
3242
+ cloudflare: "cloudflare";
3243
+ fly: "fly";
3244
+ railway: "railway";
3245
+ render: "render";
3246
+ netlify: "netlify";
3247
+ sst: "sst";
3248
+ vercel: "vercel";
3249
+ }>>;
3333
3250
  rustWebFramework: z.ZodOptional<z.ZodEnum<{
3334
3251
  none: "none";
3335
3252
  axum: "axum";
@@ -3398,8 +3315,8 @@ declare const AddInputSchema: z.ZodObject<{
3398
3315
  ratatui: "ratatui";
3399
3316
  }>>;
3400
3317
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3401
- config: "config";
3402
3318
  none: "none";
3319
+ config: "config";
3403
3320
  serde: "serde";
3404
3321
  uuid: "uuid";
3405
3322
  chrono: "chrono";
@@ -3609,10 +3526,10 @@ declare const AddInputSchema: z.ZodObject<{
3609
3526
  httprouter: "httprouter";
3610
3527
  }>>;
3611
3528
  goOrm: z.ZodOptional<z.ZodEnum<{
3529
+ gorm: "gorm";
3612
3530
  none: "none";
3613
3531
  bun: "bun";
3614
3532
  sqlx: "sqlx";
3615
- gorm: "gorm";
3616
3533
  sqlc: "sqlc";
3617
3534
  ent: "ent";
3618
3535
  }>>;
@@ -4006,13 +3923,96 @@ declare const AddInputSchema: z.ZodObject<{
4006
3923
  floki: "floki";
4007
3924
  rustler: "rustler";
4008
3925
  }>>>;
4009
- aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3926
+ ai: z.ZodOptional<z.ZodEnum<{
4010
3927
  none: "none";
4011
- "claude-md": "claude-md";
4012
- "agents-md": "agents-md";
4013
- cursorrules: "cursorrules";
4014
- }>>>;
3928
+ "vercel-ai": "vercel-ai";
3929
+ mastra: "mastra";
3930
+ voltagent: "voltagent";
3931
+ langgraph: "langgraph";
3932
+ "openai-agents": "openai-agents";
3933
+ "openai-sdk": "openai-sdk";
3934
+ "anthropic-sdk": "anthropic-sdk";
3935
+ "google-adk": "google-adk";
3936
+ modelfusion: "modelfusion";
3937
+ langchain: "langchain";
3938
+ llamaindex: "llamaindex";
3939
+ "tanstack-ai": "tanstack-ai";
3940
+ "ai-cli": "ai-cli";
3941
+ }>>;
3942
+ effect: z.ZodOptional<z.ZodEnum<{
3943
+ effect: "effect";
3944
+ none: "none";
3945
+ "effect-full": "effect-full";
3946
+ }>>;
4015
3947
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
3948
+ frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3949
+ none: "none";
3950
+ "tanstack-router": "tanstack-router";
3951
+ "react-router": "react-router";
3952
+ "react-vite": "react-vite";
3953
+ "vanilla-vite": "vanilla-vite";
3954
+ vue: "vue";
3955
+ "tanstack-start": "tanstack-start";
3956
+ next: "next";
3957
+ vinext: "vinext";
3958
+ nuxt: "nuxt";
3959
+ "native-bare": "native-bare";
3960
+ "native-uniwind": "native-uniwind";
3961
+ "native-unistyles": "native-unistyles";
3962
+ svelte: "svelte";
3963
+ solid: "solid";
3964
+ "solid-start": "solid-start";
3965
+ astro: "astro";
3966
+ qwik: "qwik";
3967
+ angular: "angular";
3968
+ redwood: "redwood";
3969
+ fresh: "fresh";
3970
+ }>>>;
3971
+ dryRun: z.ZodOptional<z.ZodBoolean>;
3972
+ addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3973
+ none: "none";
3974
+ pwa: "pwa";
3975
+ tauri: "tauri";
3976
+ starlight: "starlight";
3977
+ biome: "biome";
3978
+ lefthook: "lefthook";
3979
+ husky: "husky";
3980
+ knip: "knip";
3981
+ gitleaks: "gitleaks";
3982
+ ruler: "ruler";
3983
+ mcp: "mcp";
3984
+ skills: "skills";
3985
+ turborepo: "turborepo";
3986
+ nx: "nx";
3987
+ "vite-plus": "vite-plus";
3988
+ fumadocs: "fumadocs";
3989
+ ultracite: "ultracite";
3990
+ oxlint: "oxlint";
3991
+ opentui: "opentui";
3992
+ wxt: "wxt";
3993
+ msw: "msw";
3994
+ storybook: "storybook";
3995
+ swr: "swr";
3996
+ "tanstack-query": "tanstack-query";
3997
+ "tanstack-table": "tanstack-table";
3998
+ "tanstack-virtual": "tanstack-virtual";
3999
+ "tanstack-db": "tanstack-db";
4000
+ "tanstack-pacer": "tanstack-pacer";
4001
+ "backend-utils": "backend-utils";
4002
+ devcontainer: "devcontainer";
4003
+ "docker-compose": "docker-compose";
4004
+ kong: "kong";
4005
+ "github-actions": "github-actions";
4006
+ eslint: "eslint";
4007
+ prettier: "prettier";
4008
+ axios: "axios";
4009
+ firebase: "firebase";
4010
+ "graphql-codegen": "graphql-codegen";
4011
+ "openapi-typescript": "openapi-typescript";
4012
+ "apollo-client": "apollo-client";
4013
+ electron: "electron";
4014
+ capacitor: "capacitor";
4015
+ }>>>;
4016
4016
  projectDir: z.ZodOptional<z.ZodString>;
4017
4017
  acknowledgeArchitectureChange: z.ZodOptional<z.ZodBoolean>;
4018
4018
  }, z.core.$strip>;
@@ -4027,8 +4027,8 @@ declare const CLIInputSchema: z.ZodObject<{
4027
4027
  saas: "saas";
4028
4028
  }>>;
4029
4029
  shape: z.ZodOptional<z.ZodEnum<{
4030
- frontend: "frontend";
4031
4030
  backend: "backend";
4031
+ frontend: "frontend";
4032
4032
  mobile: "mobile";
4033
4033
  fullstack: "fullstack";
4034
4034
  }>>;
@@ -4336,6 +4336,7 @@ declare const CLIInputSchema: z.ZodObject<{
4336
4336
  "styled-components": "styled-components";
4337
4337
  }>>;
4338
4338
  uiLibrary: z.ZodOptional<z.ZodEnum<{
4339
+ mui: "mui";
4339
4340
  none: "none";
4340
4341
  "shadcn-ui": "shadcn-ui";
4341
4342
  "shadcn-svelte": "shadcn-svelte";
@@ -4346,7 +4347,6 @@ declare const CLIInputSchema: z.ZodObject<{
4346
4347
  "chakra-ui": "chakra-ui";
4347
4348
  nextui: "nextui";
4348
4349
  mantine: "mantine";
4349
- mui: "mui";
4350
4350
  antd: "antd";
4351
4351
  "base-ui": "base-ui";
4352
4352
  "ark-ui": "ark-ui";
@@ -4418,8 +4418,8 @@ declare const CLIInputSchema: z.ZodObject<{
4418
4418
  "geist-mono": "geist-mono";
4419
4419
  }>>;
4420
4420
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4421
- default: "default";
4422
4421
  none: "none";
4422
+ default: "default";
4423
4423
  small: "small";
4424
4424
  medium: "medium";
4425
4425
  large: "large";
@@ -4435,9 +4435,9 @@ declare const CLIInputSchema: z.ZodObject<{
4435
4435
  "effect-schema": "effect-schema";
4436
4436
  }>>;
4437
4437
  realtime: z.ZodOptional<z.ZodEnum<{
4438
+ ws: "ws";
4438
4439
  none: "none";
4439
4440
  "socket-io": "socket-io";
4440
- ws: "ws";
4441
4441
  partykit: "partykit";
4442
4442
  ably: "ably";
4443
4443
  pusher: "pusher";
@@ -4685,8 +4685,8 @@ declare const CLIInputSchema: z.ZodObject<{
4685
4685
  ratatui: "ratatui";
4686
4686
  }>>;
4687
4687
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4688
- config: "config";
4689
4688
  none: "none";
4689
+ config: "config";
4690
4690
  serde: "serde";
4691
4691
  uuid: "uuid";
4692
4692
  chrono: "chrono";
@@ -4896,10 +4896,10 @@ declare const CLIInputSchema: z.ZodObject<{
4896
4896
  httprouter: "httprouter";
4897
4897
  }>>;
4898
4898
  goOrm: z.ZodOptional<z.ZodEnum<{
4899
+ gorm: "gorm";
4899
4900
  none: "none";
4900
4901
  bun: "bun";
4901
4902
  sqlx: "sqlx";
4902
- gorm: "gorm";
4903
4903
  sqlc: "sqlc";
4904
4904
  ent: "ent";
4905
4905
  }>>;
@@ -5596,6 +5596,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
5596
5596
  "styled-components": "styled-components";
5597
5597
  }>;
5598
5598
  uiLibrary: z.ZodEnum<{
5599
+ mui: "mui";
5599
5600
  none: "none";
5600
5601
  "shadcn-ui": "shadcn-ui";
5601
5602
  "shadcn-svelte": "shadcn-svelte";
@@ -5606,7 +5607,6 @@ declare const ProjectConfigSchema: z.ZodObject<{
5606
5607
  "chakra-ui": "chakra-ui";
5607
5608
  nextui: "nextui";
5608
5609
  mantine: "mantine";
5609
- mui: "mui";
5610
5610
  antd: "antd";
5611
5611
  "base-ui": "base-ui";
5612
5612
  "ark-ui": "ark-ui";
@@ -5678,8 +5678,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5678
5678
  "geist-mono": "geist-mono";
5679
5679
  }>>;
5680
5680
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
5681
- default: "default";
5682
5681
  none: "none";
5682
+ default: "default";
5683
5683
  small: "small";
5684
5684
  medium: "medium";
5685
5685
  large: "large";
@@ -5695,9 +5695,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
5695
5695
  "effect-schema": "effect-schema";
5696
5696
  }>;
5697
5697
  realtime: z.ZodEnum<{
5698
+ ws: "ws";
5698
5699
  none: "none";
5699
5700
  "socket-io": "socket-io";
5700
- ws: "ws";
5701
5701
  partykit: "partykit";
5702
5702
  ably: "ably";
5703
5703
  pusher: "pusher";
@@ -5945,8 +5945,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5945
5945
  ratatui: "ratatui";
5946
5946
  }>;
5947
5947
  rustLibraries: z.ZodArray<z.ZodEnum<{
5948
- config: "config";
5949
5948
  none: "none";
5949
+ config: "config";
5950
5950
  serde: "serde";
5951
5951
  uuid: "uuid";
5952
5952
  chrono: "chrono";
@@ -6156,10 +6156,10 @@ declare const ProjectConfigSchema: z.ZodObject<{
6156
6156
  httprouter: "httprouter";
6157
6157
  }>;
6158
6158
  goOrm: z.ZodEnum<{
6159
+ gorm: "gorm";
6159
6160
  none: "none";
6160
6161
  bun: "bun";
6161
6162
  sqlx: "sqlx";
6162
- gorm: "gorm";
6163
6163
  sqlc: "sqlc";
6164
6164
  ent: "ent";
6165
6165
  }>;
@@ -6562,57 +6562,41 @@ declare const ProjectConfigSchema: z.ZodObject<{
6562
6562
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6563
6563
  id: z.ZodString;
6564
6564
  role: z.ZodEnum<{
6565
- push: "push";
6566
- frontend: "frontend";
6565
+ runtime: "runtime";
6567
6566
  backend: "backend";
6568
- mobile: "mobile";
6569
6567
  database: "database";
6570
- api: "api";
6571
- graphql: "graphql";
6572
6568
  orm: "orm";
6573
- auth: "auth";
6574
- runtime: "runtime";
6575
- deploy: "deploy";
6576
6569
  dbSetup: "dbSetup";
6577
- migrations: "migrations";
6578
- realtime: "realtime";
6579
- navigation: "navigation";
6580
- caching: "caching";
6581
- observability: "observability";
6570
+ auth: "auth";
6571
+ payments: "payments";
6582
6572
  email: "email";
6583
- search: "search";
6584
- vectorDb: "vectorDb";
6585
- fileStorage: "fileStorage";
6586
- jobQueue: "jobQueue";
6587
- rateLimit: "rateLimit";
6588
- botProtection: "botProtection";
6589
- testing: "testing";
6590
- stateManagement: "stateManagement";
6591
- forms: "forms";
6592
- animation: "animation";
6593
6573
  fileUpload: "fileUpload";
6594
- validation: "validation";
6595
- effect: "effect";
6596
- ui: "ui";
6597
- css: "css";
6598
- storage: "storage";
6599
- ota: "ota";
6600
- deepLinking: "deepLinking";
6601
- ai: "ai";
6602
- payments: "payments";
6603
6574
  logging: "logging";
6575
+ observability: "observability";
6604
6576
  featureFlags: "featureFlags";
6605
6577
  integrations: "integrations";
6606
6578
  ecommerce: "ecommerce";
6607
6579
  analytics: "analytics";
6580
+ stateManagement: "stateManagement";
6581
+ forms: "forms";
6582
+ validation: "validation";
6583
+ testing: "testing";
6584
+ realtime: "realtime";
6585
+ jobQueue: "jobQueue";
6586
+ caching: "caching";
6587
+ rateLimit: "rateLimit";
6588
+ botProtection: "botProtection";
6589
+ animation: "animation";
6608
6590
  cms: "cms";
6609
6591
  i18n: "i18n";
6610
- documentation: "documentation";
6592
+ search: "search";
6593
+ vectorDb: "vectorDb";
6594
+ fileStorage: "fileStorage";
6611
6595
  codeQuality: "codeQuality";
6612
- appPlatform: "appPlatform";
6613
- dataFetching: "dataFetching";
6614
- workspaceTooling: "workspaceTooling";
6615
- toolchain: "toolchain";
6596
+ documentation: "documentation";
6597
+ packageManager: "packageManager";
6598
+ examples: "examples";
6599
+ api: "api";
6616
6600
  workspaceRunner: "workspaceRunner";
6617
6601
  gitHooks: "gitHooks";
6618
6602
  staticAnalysis: "staticAnalysis";
@@ -6622,8 +6606,25 @@ declare const ProjectConfigSchema: z.ZodObject<{
6622
6606
  containerOrchestration: "containerOrchestration";
6623
6607
  apiGateway: "apiGateway";
6624
6608
  continuousIntegration: "continuousIntegration";
6609
+ ai: "ai";
6610
+ effect: "effect";
6611
+ css: "css";
6612
+ ui: "ui";
6613
+ push: "push";
6614
+ frontend: "frontend";
6615
+ mobile: "mobile";
6616
+ graphql: "graphql";
6617
+ deploy: "deploy";
6618
+ migrations: "migrations";
6619
+ navigation: "navigation";
6620
+ storage: "storage";
6621
+ ota: "ota";
6622
+ deepLinking: "deepLinking";
6623
+ appPlatform: "appPlatform";
6624
+ dataFetching: "dataFetching";
6625
+ workspaceTooling: "workspaceTooling";
6626
+ toolchain: "toolchain";
6625
6627
  backendUtilities: "backendUtilities";
6626
- examples: "examples";
6627
6628
  language: "language";
6628
6629
  buildTool: "buildTool";
6629
6630
  cli: "cli";
@@ -6636,7 +6637,6 @@ declare const ProjectConfigSchema: z.ZodObject<{
6636
6637
  data: "data";
6637
6638
  media: "media";
6638
6639
  server: "server";
6639
- packageManager: "packageManager";
6640
6640
  messageQueue: "messageQueue";
6641
6641
  }>;
6642
6642
  toolId: z.ZodString;
@@ -6956,6 +6956,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6956
6956
  "styled-components": "styled-components";
6957
6957
  }>;
6958
6958
  uiLibrary: z.ZodEnum<{
6959
+ mui: "mui";
6959
6960
  none: "none";
6960
6961
  "shadcn-ui": "shadcn-ui";
6961
6962
  "shadcn-svelte": "shadcn-svelte";
@@ -6966,7 +6967,6 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6966
6967
  "chakra-ui": "chakra-ui";
6967
6968
  nextui: "nextui";
6968
6969
  mantine: "mantine";
6969
- mui: "mui";
6970
6970
  antd: "antd";
6971
6971
  "base-ui": "base-ui";
6972
6972
  "ark-ui": "ark-ui";
@@ -7038,8 +7038,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7038
7038
  "geist-mono": "geist-mono";
7039
7039
  }>>;
7040
7040
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
7041
- default: "default";
7042
7041
  none: "none";
7042
+ default: "default";
7043
7043
  small: "small";
7044
7044
  medium: "medium";
7045
7045
  large: "large";
@@ -7055,9 +7055,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7055
7055
  "effect-schema": "effect-schema";
7056
7056
  }>;
7057
7057
  realtime: z.ZodEnum<{
7058
+ ws: "ws";
7058
7059
  none: "none";
7059
7060
  "socket-io": "socket-io";
7060
- ws: "ws";
7061
7061
  partykit: "partykit";
7062
7062
  ably: "ably";
7063
7063
  pusher: "pusher";
@@ -7305,8 +7305,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7305
7305
  ratatui: "ratatui";
7306
7306
  }>;
7307
7307
  rustLibraries: z.ZodArray<z.ZodEnum<{
7308
- config: "config";
7309
7308
  none: "none";
7309
+ config: "config";
7310
7310
  serde: "serde";
7311
7311
  uuid: "uuid";
7312
7312
  chrono: "chrono";
@@ -7516,10 +7516,10 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7516
7516
  httprouter: "httprouter";
7517
7517
  }>;
7518
7518
  goOrm: z.ZodEnum<{
7519
+ gorm: "gorm";
7519
7520
  none: "none";
7520
7521
  bun: "bun";
7521
7522
  sqlx: "sqlx";
7522
- gorm: "gorm";
7523
7523
  sqlc: "sqlc";
7524
7524
  ent: "ent";
7525
7525
  }>;
@@ -7922,57 +7922,41 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7922
7922
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7923
7923
  id: z.ZodString;
7924
7924
  role: z.ZodEnum<{
7925
- push: "push";
7926
- frontend: "frontend";
7925
+ runtime: "runtime";
7927
7926
  backend: "backend";
7928
- mobile: "mobile";
7929
7927
  database: "database";
7930
- api: "api";
7931
- graphql: "graphql";
7932
7928
  orm: "orm";
7933
- auth: "auth";
7934
- runtime: "runtime";
7935
- deploy: "deploy";
7936
7929
  dbSetup: "dbSetup";
7937
- migrations: "migrations";
7938
- realtime: "realtime";
7939
- navigation: "navigation";
7940
- caching: "caching";
7941
- observability: "observability";
7930
+ auth: "auth";
7931
+ payments: "payments";
7942
7932
  email: "email";
7943
- search: "search";
7944
- vectorDb: "vectorDb";
7945
- fileStorage: "fileStorage";
7946
- jobQueue: "jobQueue";
7947
- rateLimit: "rateLimit";
7948
- botProtection: "botProtection";
7949
- testing: "testing";
7950
- stateManagement: "stateManagement";
7951
- forms: "forms";
7952
- animation: "animation";
7953
7933
  fileUpload: "fileUpload";
7954
- validation: "validation";
7955
- effect: "effect";
7956
- ui: "ui";
7957
- css: "css";
7958
- storage: "storage";
7959
- ota: "ota";
7960
- deepLinking: "deepLinking";
7961
- ai: "ai";
7962
- payments: "payments";
7963
7934
  logging: "logging";
7935
+ observability: "observability";
7964
7936
  featureFlags: "featureFlags";
7965
7937
  integrations: "integrations";
7966
7938
  ecommerce: "ecommerce";
7967
7939
  analytics: "analytics";
7940
+ stateManagement: "stateManagement";
7941
+ forms: "forms";
7942
+ validation: "validation";
7943
+ testing: "testing";
7944
+ realtime: "realtime";
7945
+ jobQueue: "jobQueue";
7946
+ caching: "caching";
7947
+ rateLimit: "rateLimit";
7948
+ botProtection: "botProtection";
7949
+ animation: "animation";
7968
7950
  cms: "cms";
7969
7951
  i18n: "i18n";
7970
- documentation: "documentation";
7952
+ search: "search";
7953
+ vectorDb: "vectorDb";
7954
+ fileStorage: "fileStorage";
7971
7955
  codeQuality: "codeQuality";
7972
- appPlatform: "appPlatform";
7973
- dataFetching: "dataFetching";
7974
- workspaceTooling: "workspaceTooling";
7975
- toolchain: "toolchain";
7956
+ documentation: "documentation";
7957
+ packageManager: "packageManager";
7958
+ examples: "examples";
7959
+ api: "api";
7976
7960
  workspaceRunner: "workspaceRunner";
7977
7961
  gitHooks: "gitHooks";
7978
7962
  staticAnalysis: "staticAnalysis";
@@ -7982,8 +7966,25 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7982
7966
  containerOrchestration: "containerOrchestration";
7983
7967
  apiGateway: "apiGateway";
7984
7968
  continuousIntegration: "continuousIntegration";
7969
+ ai: "ai";
7970
+ effect: "effect";
7971
+ css: "css";
7972
+ ui: "ui";
7973
+ push: "push";
7974
+ frontend: "frontend";
7975
+ mobile: "mobile";
7976
+ graphql: "graphql";
7977
+ deploy: "deploy";
7978
+ migrations: "migrations";
7979
+ navigation: "navigation";
7980
+ storage: "storage";
7981
+ ota: "ota";
7982
+ deepLinking: "deepLinking";
7983
+ appPlatform: "appPlatform";
7984
+ dataFetching: "dataFetching";
7985
+ workspaceTooling: "workspaceTooling";
7986
+ toolchain: "toolchain";
7985
7987
  backendUtilities: "backendUtilities";
7986
- examples: "examples";
7987
7988
  language: "language";
7988
7989
  buildTool: "buildTool";
7989
7990
  cli: "cli";
@@ -7996,7 +7997,6 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7996
7997
  data: "data";
7997
7998
  media: "media";
7998
7999
  server: "server";
7999
- packageManager: "packageManager";
8000
8000
  messageQueue: "messageQueue";
8001
8001
  }>;
8002
8002
  toolId: z.ZodString;
@@ -8316,6 +8316,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8316
8316
  "styled-components": "styled-components";
8317
8317
  }>;
8318
8318
  uiLibrary: z.ZodEnum<{
8319
+ mui: "mui";
8319
8320
  none: "none";
8320
8321
  "shadcn-ui": "shadcn-ui";
8321
8322
  "shadcn-svelte": "shadcn-svelte";
@@ -8326,7 +8327,6 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8326
8327
  "chakra-ui": "chakra-ui";
8327
8328
  nextui: "nextui";
8328
8329
  mantine: "mantine";
8329
- mui: "mui";
8330
8330
  antd: "antd";
8331
8331
  "base-ui": "base-ui";
8332
8332
  "ark-ui": "ark-ui";
@@ -8398,8 +8398,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8398
8398
  "geist-mono": "geist-mono";
8399
8399
  }>>;
8400
8400
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8401
- default: "default";
8402
8401
  none: "none";
8402
+ default: "default";
8403
8403
  small: "small";
8404
8404
  medium: "medium";
8405
8405
  large: "large";
@@ -8415,9 +8415,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8415
8415
  "effect-schema": "effect-schema";
8416
8416
  }>;
8417
8417
  realtime: z.ZodEnum<{
8418
+ ws: "ws";
8418
8419
  none: "none";
8419
8420
  "socket-io": "socket-io";
8420
- ws: "ws";
8421
8421
  partykit: "partykit";
8422
8422
  ably: "ably";
8423
8423
  pusher: "pusher";
@@ -8665,8 +8665,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8665
8665
  ratatui: "ratatui";
8666
8666
  }>;
8667
8667
  rustLibraries: z.ZodArray<z.ZodEnum<{
8668
- config: "config";
8669
8668
  none: "none";
8669
+ config: "config";
8670
8670
  serde: "serde";
8671
8671
  uuid: "uuid";
8672
8672
  chrono: "chrono";
@@ -8876,10 +8876,10 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8876
8876
  httprouter: "httprouter";
8877
8877
  }>;
8878
8878
  goOrm: z.ZodEnum<{
8879
+ gorm: "gorm";
8879
8880
  none: "none";
8880
8881
  bun: "bun";
8881
8882
  sqlx: "sqlx";
8882
- gorm: "gorm";
8883
8883
  sqlc: "sqlc";
8884
8884
  ent: "ent";
8885
8885
  }>;
@@ -9282,57 +9282,41 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9282
9282
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9283
9283
  id: z.ZodString;
9284
9284
  role: z.ZodEnum<{
9285
- push: "push";
9286
- frontend: "frontend";
9285
+ runtime: "runtime";
9287
9286
  backend: "backend";
9288
- mobile: "mobile";
9289
9287
  database: "database";
9290
- api: "api";
9291
- graphql: "graphql";
9292
9288
  orm: "orm";
9293
- auth: "auth";
9294
- runtime: "runtime";
9295
- deploy: "deploy";
9296
9289
  dbSetup: "dbSetup";
9297
- migrations: "migrations";
9298
- realtime: "realtime";
9299
- navigation: "navigation";
9300
- caching: "caching";
9301
- observability: "observability";
9290
+ auth: "auth";
9291
+ payments: "payments";
9302
9292
  email: "email";
9303
- search: "search";
9304
- vectorDb: "vectorDb";
9305
- fileStorage: "fileStorage";
9306
- jobQueue: "jobQueue";
9307
- rateLimit: "rateLimit";
9308
- botProtection: "botProtection";
9309
- testing: "testing";
9310
- stateManagement: "stateManagement";
9311
- forms: "forms";
9312
- animation: "animation";
9313
9293
  fileUpload: "fileUpload";
9314
- validation: "validation";
9315
- effect: "effect";
9316
- ui: "ui";
9317
- css: "css";
9318
- storage: "storage";
9319
- ota: "ota";
9320
- deepLinking: "deepLinking";
9321
- ai: "ai";
9322
- payments: "payments";
9323
9294
  logging: "logging";
9295
+ observability: "observability";
9324
9296
  featureFlags: "featureFlags";
9325
9297
  integrations: "integrations";
9326
9298
  ecommerce: "ecommerce";
9327
9299
  analytics: "analytics";
9300
+ stateManagement: "stateManagement";
9301
+ forms: "forms";
9302
+ validation: "validation";
9303
+ testing: "testing";
9304
+ realtime: "realtime";
9305
+ jobQueue: "jobQueue";
9306
+ caching: "caching";
9307
+ rateLimit: "rateLimit";
9308
+ botProtection: "botProtection";
9309
+ animation: "animation";
9328
9310
  cms: "cms";
9329
9311
  i18n: "i18n";
9330
- documentation: "documentation";
9312
+ search: "search";
9313
+ vectorDb: "vectorDb";
9314
+ fileStorage: "fileStorage";
9331
9315
  codeQuality: "codeQuality";
9332
- appPlatform: "appPlatform";
9333
- dataFetching: "dataFetching";
9334
- workspaceTooling: "workspaceTooling";
9335
- toolchain: "toolchain";
9316
+ documentation: "documentation";
9317
+ packageManager: "packageManager";
9318
+ examples: "examples";
9319
+ api: "api";
9336
9320
  workspaceRunner: "workspaceRunner";
9337
9321
  gitHooks: "gitHooks";
9338
9322
  staticAnalysis: "staticAnalysis";
@@ -9342,8 +9326,25 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9342
9326
  containerOrchestration: "containerOrchestration";
9343
9327
  apiGateway: "apiGateway";
9344
9328
  continuousIntegration: "continuousIntegration";
9329
+ ai: "ai";
9330
+ effect: "effect";
9331
+ css: "css";
9332
+ ui: "ui";
9333
+ push: "push";
9334
+ frontend: "frontend";
9335
+ mobile: "mobile";
9336
+ graphql: "graphql";
9337
+ deploy: "deploy";
9338
+ migrations: "migrations";
9339
+ navigation: "navigation";
9340
+ storage: "storage";
9341
+ ota: "ota";
9342
+ deepLinking: "deepLinking";
9343
+ appPlatform: "appPlatform";
9344
+ dataFetching: "dataFetching";
9345
+ workspaceTooling: "workspaceTooling";
9346
+ toolchain: "toolchain";
9345
9347
  backendUtilities: "backendUtilities";
9346
- examples: "examples";
9347
9348
  language: "language";
9348
9349
  buildTool: "buildTool";
9349
9350
  cli: "cli";
@@ -9356,7 +9357,6 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
9356
9357
  data: "data";
9357
9358
  media: "media";
9358
9359
  server: "server";
9359
- packageManager: "packageManager";
9360
9360
  messageQueue: "messageQueue";
9361
9361
  }>;
9362
9362
  toolId: z.ZodString;
@@ -9677,6 +9677,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9677
9677
  "styled-components": "styled-components";
9678
9678
  }>;
9679
9679
  uiLibrary: z.ZodEnum<{
9680
+ mui: "mui";
9680
9681
  none: "none";
9681
9682
  "shadcn-ui": "shadcn-ui";
9682
9683
  "shadcn-svelte": "shadcn-svelte";
@@ -9687,7 +9688,6 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9687
9688
  "chakra-ui": "chakra-ui";
9688
9689
  nextui: "nextui";
9689
9690
  mantine: "mantine";
9690
- mui: "mui";
9691
9691
  antd: "antd";
9692
9692
  "base-ui": "base-ui";
9693
9693
  "ark-ui": "ark-ui";
@@ -9759,8 +9759,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9759
9759
  "geist-mono": "geist-mono";
9760
9760
  }>>;
9761
9761
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
9762
- default: "default";
9763
9762
  none: "none";
9763
+ default: "default";
9764
9764
  small: "small";
9765
9765
  medium: "medium";
9766
9766
  large: "large";
@@ -9776,9 +9776,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9776
9776
  "effect-schema": "effect-schema";
9777
9777
  }>;
9778
9778
  realtime: z.ZodEnum<{
9779
+ ws: "ws";
9779
9780
  none: "none";
9780
9781
  "socket-io": "socket-io";
9781
- ws: "ws";
9782
9782
  partykit: "partykit";
9783
9783
  ably: "ably";
9784
9784
  pusher: "pusher";
@@ -10026,8 +10026,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10026
10026
  ratatui: "ratatui";
10027
10027
  }>;
10028
10028
  rustLibraries: z.ZodArray<z.ZodEnum<{
10029
- config: "config";
10030
10029
  none: "none";
10030
+ config: "config";
10031
10031
  serde: "serde";
10032
10032
  uuid: "uuid";
10033
10033
  chrono: "chrono";
@@ -10237,10 +10237,10 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10237
10237
  httprouter: "httprouter";
10238
10238
  }>;
10239
10239
  goOrm: z.ZodEnum<{
10240
+ gorm: "gorm";
10240
10241
  none: "none";
10241
10242
  bun: "bun";
10242
10243
  sqlx: "sqlx";
10243
- gorm: "gorm";
10244
10244
  sqlc: "sqlc";
10245
10245
  ent: "ent";
10246
10246
  }>;
@@ -10643,57 +10643,41 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10643
10643
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10644
10644
  id: z.ZodString;
10645
10645
  role: z.ZodEnum<{
10646
- push: "push";
10647
- frontend: "frontend";
10646
+ runtime: "runtime";
10648
10647
  backend: "backend";
10649
- mobile: "mobile";
10650
10648
  database: "database";
10651
- api: "api";
10652
- graphql: "graphql";
10653
10649
  orm: "orm";
10654
- auth: "auth";
10655
- runtime: "runtime";
10656
- deploy: "deploy";
10657
10650
  dbSetup: "dbSetup";
10658
- migrations: "migrations";
10659
- realtime: "realtime";
10660
- navigation: "navigation";
10661
- caching: "caching";
10662
- observability: "observability";
10651
+ auth: "auth";
10652
+ payments: "payments";
10663
10653
  email: "email";
10664
- search: "search";
10665
- vectorDb: "vectorDb";
10666
- fileStorage: "fileStorage";
10667
- jobQueue: "jobQueue";
10668
- rateLimit: "rateLimit";
10669
- botProtection: "botProtection";
10670
- testing: "testing";
10671
- stateManagement: "stateManagement";
10672
- forms: "forms";
10673
- animation: "animation";
10674
10654
  fileUpload: "fileUpload";
10675
- validation: "validation";
10676
- effect: "effect";
10677
- ui: "ui";
10678
- css: "css";
10679
- storage: "storage";
10680
- ota: "ota";
10681
- deepLinking: "deepLinking";
10682
- ai: "ai";
10683
- payments: "payments";
10684
10655
  logging: "logging";
10656
+ observability: "observability";
10685
10657
  featureFlags: "featureFlags";
10686
10658
  integrations: "integrations";
10687
10659
  ecommerce: "ecommerce";
10688
10660
  analytics: "analytics";
10661
+ stateManagement: "stateManagement";
10662
+ forms: "forms";
10663
+ validation: "validation";
10664
+ testing: "testing";
10665
+ realtime: "realtime";
10666
+ jobQueue: "jobQueue";
10667
+ caching: "caching";
10668
+ rateLimit: "rateLimit";
10669
+ botProtection: "botProtection";
10670
+ animation: "animation";
10689
10671
  cms: "cms";
10690
10672
  i18n: "i18n";
10691
- documentation: "documentation";
10673
+ search: "search";
10674
+ vectorDb: "vectorDb";
10675
+ fileStorage: "fileStorage";
10692
10676
  codeQuality: "codeQuality";
10693
- appPlatform: "appPlatform";
10694
- dataFetching: "dataFetching";
10695
- workspaceTooling: "workspaceTooling";
10696
- toolchain: "toolchain";
10677
+ documentation: "documentation";
10678
+ packageManager: "packageManager";
10679
+ examples: "examples";
10680
+ api: "api";
10697
10681
  workspaceRunner: "workspaceRunner";
10698
10682
  gitHooks: "gitHooks";
10699
10683
  staticAnalysis: "staticAnalysis";
@@ -10703,8 +10687,25 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10703
10687
  containerOrchestration: "containerOrchestration";
10704
10688
  apiGateway: "apiGateway";
10705
10689
  continuousIntegration: "continuousIntegration";
10690
+ ai: "ai";
10691
+ effect: "effect";
10692
+ css: "css";
10693
+ ui: "ui";
10694
+ push: "push";
10695
+ frontend: "frontend";
10696
+ mobile: "mobile";
10697
+ graphql: "graphql";
10698
+ deploy: "deploy";
10699
+ migrations: "migrations";
10700
+ navigation: "navigation";
10701
+ storage: "storage";
10702
+ ota: "ota";
10703
+ deepLinking: "deepLinking";
10704
+ appPlatform: "appPlatform";
10705
+ dataFetching: "dataFetching";
10706
+ workspaceTooling: "workspaceTooling";
10707
+ toolchain: "toolchain";
10706
10708
  backendUtilities: "backendUtilities";
10707
- examples: "examples";
10708
10709
  language: "language";
10709
10710
  buildTool: "buildTool";
10710
10711
  cli: "cli";
@@ -10717,7 +10718,6 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10717
10718
  data: "data";
10718
10719
  media: "media";
10719
10720
  server: "server";
10720
- packageManager: "packageManager";
10721
10721
  messageQueue: "messageQueue";
10722
10722
  }>;
10723
10723
  toolId: z.ZodString;
@@ -11038,6 +11038,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11038
11038
  "styled-components": "styled-components";
11039
11039
  }>;
11040
11040
  uiLibrary: z.ZodEnum<{
11041
+ mui: "mui";
11041
11042
  none: "none";
11042
11043
  "shadcn-ui": "shadcn-ui";
11043
11044
  "shadcn-svelte": "shadcn-svelte";
@@ -11048,7 +11049,6 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11048
11049
  "chakra-ui": "chakra-ui";
11049
11050
  nextui: "nextui";
11050
11051
  mantine: "mantine";
11051
- mui: "mui";
11052
11052
  antd: "antd";
11053
11053
  "base-ui": "base-ui";
11054
11054
  "ark-ui": "ark-ui";
@@ -11120,8 +11120,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11120
11120
  "geist-mono": "geist-mono";
11121
11121
  }>>;
11122
11122
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
11123
- default: "default";
11124
11123
  none: "none";
11124
+ default: "default";
11125
11125
  small: "small";
11126
11126
  medium: "medium";
11127
11127
  large: "large";
@@ -11137,9 +11137,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11137
11137
  "effect-schema": "effect-schema";
11138
11138
  }>;
11139
11139
  realtime: z.ZodEnum<{
11140
+ ws: "ws";
11140
11141
  none: "none";
11141
11142
  "socket-io": "socket-io";
11142
- ws: "ws";
11143
11143
  partykit: "partykit";
11144
11144
  ably: "ably";
11145
11145
  pusher: "pusher";
@@ -11387,8 +11387,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11387
11387
  ratatui: "ratatui";
11388
11388
  }>;
11389
11389
  rustLibraries: z.ZodArray<z.ZodEnum<{
11390
- config: "config";
11391
11390
  none: "none";
11391
+ config: "config";
11392
11392
  serde: "serde";
11393
11393
  uuid: "uuid";
11394
11394
  chrono: "chrono";
@@ -11598,10 +11598,10 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11598
11598
  httprouter: "httprouter";
11599
11599
  }>;
11600
11600
  goOrm: z.ZodEnum<{
11601
+ gorm: "gorm";
11601
11602
  none: "none";
11602
11603
  bun: "bun";
11603
11604
  sqlx: "sqlx";
11604
- gorm: "gorm";
11605
11605
  sqlc: "sqlc";
11606
11606
  ent: "ent";
11607
11607
  }>;
@@ -12004,57 +12004,41 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
12004
12004
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
12005
12005
  id: z.ZodString;
12006
12006
  role: z.ZodEnum<{
12007
- push: "push";
12008
- frontend: "frontend";
12007
+ runtime: "runtime";
12009
12008
  backend: "backend";
12010
- mobile: "mobile";
12011
12009
  database: "database";
12012
- api: "api";
12013
- graphql: "graphql";
12014
12010
  orm: "orm";
12015
- auth: "auth";
12016
- runtime: "runtime";
12017
- deploy: "deploy";
12018
12011
  dbSetup: "dbSetup";
12019
- migrations: "migrations";
12020
- realtime: "realtime";
12021
- navigation: "navigation";
12022
- caching: "caching";
12023
- observability: "observability";
12012
+ auth: "auth";
12013
+ payments: "payments";
12024
12014
  email: "email";
12025
- search: "search";
12026
- vectorDb: "vectorDb";
12027
- fileStorage: "fileStorage";
12028
- jobQueue: "jobQueue";
12029
- rateLimit: "rateLimit";
12030
- botProtection: "botProtection";
12031
- testing: "testing";
12032
- stateManagement: "stateManagement";
12033
- forms: "forms";
12034
- animation: "animation";
12035
12015
  fileUpload: "fileUpload";
12036
- validation: "validation";
12037
- effect: "effect";
12038
- ui: "ui";
12039
- css: "css";
12040
- storage: "storage";
12041
- ota: "ota";
12042
- deepLinking: "deepLinking";
12043
- ai: "ai";
12044
- payments: "payments";
12045
12016
  logging: "logging";
12017
+ observability: "observability";
12046
12018
  featureFlags: "featureFlags";
12047
12019
  integrations: "integrations";
12048
12020
  ecommerce: "ecommerce";
12049
12021
  analytics: "analytics";
12022
+ stateManagement: "stateManagement";
12023
+ forms: "forms";
12024
+ validation: "validation";
12025
+ testing: "testing";
12026
+ realtime: "realtime";
12027
+ jobQueue: "jobQueue";
12028
+ caching: "caching";
12029
+ rateLimit: "rateLimit";
12030
+ botProtection: "botProtection";
12031
+ animation: "animation";
12050
12032
  cms: "cms";
12051
12033
  i18n: "i18n";
12052
- documentation: "documentation";
12034
+ search: "search";
12035
+ vectorDb: "vectorDb";
12036
+ fileStorage: "fileStorage";
12053
12037
  codeQuality: "codeQuality";
12054
- appPlatform: "appPlatform";
12055
- dataFetching: "dataFetching";
12056
- workspaceTooling: "workspaceTooling";
12057
- toolchain: "toolchain";
12038
+ documentation: "documentation";
12039
+ packageManager: "packageManager";
12040
+ examples: "examples";
12041
+ api: "api";
12058
12042
  workspaceRunner: "workspaceRunner";
12059
12043
  gitHooks: "gitHooks";
12060
12044
  staticAnalysis: "staticAnalysis";
@@ -12064,8 +12048,25 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
12064
12048
  containerOrchestration: "containerOrchestration";
12065
12049
  apiGateway: "apiGateway";
12066
12050
  continuousIntegration: "continuousIntegration";
12051
+ ai: "ai";
12052
+ effect: "effect";
12053
+ css: "css";
12054
+ ui: "ui";
12055
+ push: "push";
12056
+ frontend: "frontend";
12057
+ mobile: "mobile";
12058
+ graphql: "graphql";
12059
+ deploy: "deploy";
12060
+ migrations: "migrations";
12061
+ navigation: "navigation";
12062
+ storage: "storage";
12063
+ ota: "ota";
12064
+ deepLinking: "deepLinking";
12065
+ appPlatform: "appPlatform";
12066
+ dataFetching: "dataFetching";
12067
+ workspaceTooling: "workspaceTooling";
12068
+ toolchain: "toolchain";
12067
12069
  backendUtilities: "backendUtilities";
12068
- examples: "examples";
12069
12070
  language: "language";
12070
12071
  buildTool: "buildTool";
12071
12072
  cli: "cli";
@@ -12078,7 +12079,6 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
12078
12079
  data: "data";
12079
12080
  media: "media";
12080
12081
  server: "server";
12081
- packageManager: "packageManager";
12082
12082
  messageQueue: "messageQueue";
12083
12083
  }>;
12084
12084
  toolId: z.ZodString;
@@ -12401,6 +12401,7 @@ declare const InitResultSchema: z.ZodObject<{
12401
12401
  "styled-components": "styled-components";
12402
12402
  }>;
12403
12403
  uiLibrary: z.ZodEnum<{
12404
+ mui: "mui";
12404
12405
  none: "none";
12405
12406
  "shadcn-ui": "shadcn-ui";
12406
12407
  "shadcn-svelte": "shadcn-svelte";
@@ -12411,7 +12412,6 @@ declare const InitResultSchema: z.ZodObject<{
12411
12412
  "chakra-ui": "chakra-ui";
12412
12413
  nextui: "nextui";
12413
12414
  mantine: "mantine";
12414
- mui: "mui";
12415
12415
  antd: "antd";
12416
12416
  "base-ui": "base-ui";
12417
12417
  "ark-ui": "ark-ui";
@@ -12483,8 +12483,8 @@ declare const InitResultSchema: z.ZodObject<{
12483
12483
  "geist-mono": "geist-mono";
12484
12484
  }>>;
12485
12485
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
12486
- default: "default";
12487
12486
  none: "none";
12487
+ default: "default";
12488
12488
  small: "small";
12489
12489
  medium: "medium";
12490
12490
  large: "large";
@@ -12500,9 +12500,9 @@ declare const InitResultSchema: z.ZodObject<{
12500
12500
  "effect-schema": "effect-schema";
12501
12501
  }>;
12502
12502
  realtime: z.ZodEnum<{
12503
+ ws: "ws";
12503
12504
  none: "none";
12504
12505
  "socket-io": "socket-io";
12505
- ws: "ws";
12506
12506
  partykit: "partykit";
12507
12507
  ably: "ably";
12508
12508
  pusher: "pusher";
@@ -12750,8 +12750,8 @@ declare const InitResultSchema: z.ZodObject<{
12750
12750
  ratatui: "ratatui";
12751
12751
  }>;
12752
12752
  rustLibraries: z.ZodArray<z.ZodEnum<{
12753
- config: "config";
12754
12753
  none: "none";
12754
+ config: "config";
12755
12755
  serde: "serde";
12756
12756
  uuid: "uuid";
12757
12757
  chrono: "chrono";
@@ -12961,10 +12961,10 @@ declare const InitResultSchema: z.ZodObject<{
12961
12961
  httprouter: "httprouter";
12962
12962
  }>;
12963
12963
  goOrm: z.ZodEnum<{
12964
+ gorm: "gorm";
12964
12965
  none: "none";
12965
12966
  bun: "bun";
12966
12967
  sqlx: "sqlx";
12967
- gorm: "gorm";
12968
12968
  sqlc: "sqlc";
12969
12969
  ent: "ent";
12970
12970
  }>;
@@ -13367,57 +13367,41 @@ declare const InitResultSchema: z.ZodObject<{
13367
13367
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
13368
13368
  id: z.ZodString;
13369
13369
  role: z.ZodEnum<{
13370
- push: "push";
13371
- frontend: "frontend";
13370
+ runtime: "runtime";
13372
13371
  backend: "backend";
13373
- mobile: "mobile";
13374
13372
  database: "database";
13375
- api: "api";
13376
- graphql: "graphql";
13377
13373
  orm: "orm";
13378
- auth: "auth";
13379
- runtime: "runtime";
13380
- deploy: "deploy";
13381
13374
  dbSetup: "dbSetup";
13382
- migrations: "migrations";
13383
- realtime: "realtime";
13384
- navigation: "navigation";
13385
- caching: "caching";
13386
- observability: "observability";
13375
+ auth: "auth";
13376
+ payments: "payments";
13387
13377
  email: "email";
13388
- search: "search";
13389
- vectorDb: "vectorDb";
13390
- fileStorage: "fileStorage";
13391
- jobQueue: "jobQueue";
13392
- rateLimit: "rateLimit";
13393
- botProtection: "botProtection";
13394
- testing: "testing";
13395
- stateManagement: "stateManagement";
13396
- forms: "forms";
13397
- animation: "animation";
13398
13378
  fileUpload: "fileUpload";
13399
- validation: "validation";
13400
- effect: "effect";
13401
- ui: "ui";
13402
- css: "css";
13403
- storage: "storage";
13404
- ota: "ota";
13405
- deepLinking: "deepLinking";
13406
- ai: "ai";
13407
- payments: "payments";
13408
13379
  logging: "logging";
13380
+ observability: "observability";
13409
13381
  featureFlags: "featureFlags";
13410
13382
  integrations: "integrations";
13411
13383
  ecommerce: "ecommerce";
13412
13384
  analytics: "analytics";
13385
+ stateManagement: "stateManagement";
13386
+ forms: "forms";
13387
+ validation: "validation";
13388
+ testing: "testing";
13389
+ realtime: "realtime";
13390
+ jobQueue: "jobQueue";
13391
+ caching: "caching";
13392
+ rateLimit: "rateLimit";
13393
+ botProtection: "botProtection";
13394
+ animation: "animation";
13413
13395
  cms: "cms";
13414
13396
  i18n: "i18n";
13415
- documentation: "documentation";
13397
+ search: "search";
13398
+ vectorDb: "vectorDb";
13399
+ fileStorage: "fileStorage";
13416
13400
  codeQuality: "codeQuality";
13417
- appPlatform: "appPlatform";
13418
- dataFetching: "dataFetching";
13419
- workspaceTooling: "workspaceTooling";
13420
- toolchain: "toolchain";
13401
+ documentation: "documentation";
13402
+ packageManager: "packageManager";
13403
+ examples: "examples";
13404
+ api: "api";
13421
13405
  workspaceRunner: "workspaceRunner";
13422
13406
  gitHooks: "gitHooks";
13423
13407
  staticAnalysis: "staticAnalysis";
@@ -13427,8 +13411,25 @@ declare const InitResultSchema: z.ZodObject<{
13427
13411
  containerOrchestration: "containerOrchestration";
13428
13412
  apiGateway: "apiGateway";
13429
13413
  continuousIntegration: "continuousIntegration";
13414
+ ai: "ai";
13415
+ effect: "effect";
13416
+ css: "css";
13417
+ ui: "ui";
13418
+ push: "push";
13419
+ frontend: "frontend";
13420
+ mobile: "mobile";
13421
+ graphql: "graphql";
13422
+ deploy: "deploy";
13423
+ migrations: "migrations";
13424
+ navigation: "navigation";
13425
+ storage: "storage";
13426
+ ota: "ota";
13427
+ deepLinking: "deepLinking";
13428
+ appPlatform: "appPlatform";
13429
+ dataFetching: "dataFetching";
13430
+ workspaceTooling: "workspaceTooling";
13431
+ toolchain: "toolchain";
13430
13432
  backendUtilities: "backendUtilities";
13431
- examples: "examples";
13432
13433
  language: "language";
13433
13434
  buildTool: "buildTool";
13434
13435
  cli: "cli";
@@ -13441,7 +13442,6 @@ declare const InitResultSchema: z.ZodObject<{
13441
13442
  data: "data";
13442
13443
  media: "media";
13443
13444
  server: "server";
13444
- packageManager: "packageManager";
13445
13445
  messageQueue: "messageQueue";
13446
13446
  }>;
13447
13447
  toolId: z.ZodString;
@@ -13497,7 +13497,7 @@ declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "ra
13497
13497
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
13498
13498
  declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
13499
13499
  declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3" | "saas")[];
13500
- declare const PROJECT_SHAPE_VALUES: ("frontend" | "backend" | "mobile" | "fullstack")[];
13500
+ declare const PROJECT_SHAPE_VALUES: ("backend" | "frontend" | "mobile" | "fullstack")[];
13501
13501
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "vue" | "svelte" | "solid" | "react")[];
13502
13502
  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")[];
13503
13503
  declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
@@ -13506,9 +13506,9 @@ declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "for
13506
13506
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "mocha" | "cypress")[];
13507
13507
  declare const EMAIL_VALUES: ("none" | "react-email" | "resend" | "nodemailer" | "postmark" | "sendgrid" | "aws-ses" | "mailgun" | "plunk")[];
13508
13508
  declare const CSS_FRAMEWORK_VALUES: ("none" | "tailwind" | "scss" | "less" | "postcss-only" | "styled-components")[];
13509
- declare const UI_LIBRARY_VALUES: ("none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "mui" | "antd" | "base-ui" | "ark-ui" | "react-aria")[];
13509
+ declare const UI_LIBRARY_VALUES: ("mui" | "none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "antd" | "base-ui" | "ark-ui" | "react-aria")[];
13510
13510
  declare const VALIDATION_VALUES: ("none" | "zod" | "valibot" | "arktype" | "typebox" | "typia" | "runtypes" | "effect-schema")[];
13511
- declare const REALTIME_VALUES: ("none" | "socket-io" | "ws" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs")[];
13511
+ declare const REALTIME_VALUES: ("ws" | "none" | "socket-io" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs")[];
13512
13512
  declare const JOB_QUEUE_VALUES: ("none" | "bullmq" | "trigger-dev" | "inngest" | "temporal")[];
13513
13513
  declare const ANIMATION_VALUES: ("none" | "framer-motion" | "gsap" | "react-spring" | "auto-animate" | "lottie")[];
13514
13514
  declare const FILE_UPLOAD_VALUES: ("none" | "uploadthing" | "filepond" | "uppy")[];
@@ -13545,7 +13545,7 @@ declare const DART_MOBILE_VALUES: ("none" | "flutter")[];
13545
13545
  declare const RUST_ORM_VALUES: ("none" | "mongodb" | "sea-orm" | "sqlx" | "diesel" | "rusqlite" | "tokio-postgres")[];
13546
13546
  declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql" | "jsonrpsee")[];
13547
13547
  declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
13548
- 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")[];
13548
+ declare const RUST_LIBRARIES_VALUES: ("none" | "config" | "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")[];
13549
13549
  declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
13550
13550
  declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
13551
13551
  declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
@@ -13576,7 +13576,7 @@ declare const PYTHON_SERVER_VALUES: ("none" | "gunicorn")[];
13576
13576
  declare const PYTHON_PACKAGE_MANAGER_VALUES: ("none" | "uv" | "poetry")[];
13577
13577
  declare const PYTHON_MESSAGE_QUEUE_VALUES: ("none" | "confluent-kafka")[];
13578
13578
  declare const GO_WEB_FRAMEWORK_VALUES: ("none" | "gin" | "echo" | "fiber" | "chi" | "stdlib" | "go-zero" | "kratos" | "httprouter")[];
13579
- declare const GO_ORM_VALUES: ("none" | "bun" | "sqlx" | "gorm" | "sqlc" | "ent")[];
13579
+ declare const GO_ORM_VALUES: ("gorm" | "none" | "bun" | "sqlx" | "sqlc" | "ent")[];
13580
13580
  declare const GO_API_VALUES: ("none" | "grpc-go" | "gqlgen" | "grpc-gateway" | "connect-go" | "oapi-codegen")[];
13581
13581
  declare const GO_CLI_VALUES: ("none" | "cobra" | "bubbletea" | "urfave-cli")[];
13582
13582
  declare const GO_LOGGING_VALUES: ("none" | "zap" | "zerolog" | "slog" | "logrus")[];
@@ -13642,7 +13642,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
13642
13642
  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")[];
13643
13643
  declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
13644
13644
  declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
13645
- declare const SHADCN_RADIUS_VALUES: ("default" | "none" | "small" | "medium" | "large")[];
13645
+ declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
13646
13646
  //#endregion
13647
13647
  export { DatabaseSchema as $, StackPartRoleSchema as $a, REALTIME_VALUES as $i, GoQualitySchema as $n, ORMSchema as $r, ElixirHttpServerSchema as $t, CMS_VALUES as A, RustTemplatingSchema as Aa, ProjectShapeSchema as Ai, GO_MESSAGE_QUEUE_VALUES as An, KOTLIN_MOBILE_LIBRARIES_VALUES as Ar, ELIXIR_JSON_VALUES as At, DOTNET_AUTH_VALUES as B, SHADCN_STYLE_VALUES as Ba, PythonMediaSchema as Bi, GO_WEB_FRAMEWORK_VALUES as Bn, MOBILE_PUSH_VALUES as Br, EXAMPLES_VALUES as Bt, BetterFullstackConfigSchema as C, RustFrontendSchema as Ca, PYTHON_TESTING_VALUES as Ci, GO_API_VALUES as Cn, JavaLanguageSchema as Cr, ELIXIR_DEPLOY_VALUES as Ct, CACHING_VALUES as D, RustObservabilitySchema as Da, PaymentsSchema as Di, GO_CONFIG_VALUES as Dn, JavaTestingLibrariesSchema as Dr, ELIXIR_HTTP_VALUES as Dt, BotProtectionSchema as E, RustMessageQueueSchema as Ea, PackageManagerSchema as Ei, GO_CLI_VALUES as En, JavaOrmSchema as Er, ELIXIR_HTTP_SERVER_VALUES as Et, DART_MOBILE_VALUES as F, SHADCN_BASE_VALUES as Fa, PythonCliSchema as Fi, GO_QUALITY_VALUES as Fn, LoggingSchema as Fr, ELIXIR_REALTIME_VALUES as Ft, DOTNET_LIBRARIES_VALUES as G, ShadcnBaseColorSchema as Ga, PythonQualitySchema as Gi, GoConfigSchema as Gn, MobileLibrariesSchema as Gr, ElixirApplicationFrameworkSchema as Gt, DOTNET_DEPLOY_VALUES as H, SWIFT_MOBILE_VALUES as Ha, PythonObservabilitySchema as Hi, GoAuthSchema as Hn, MOBILE_TESTING_VALUES as Hr, EcosystemSchema as Ht, DATABASE_SETUP_VALUES as I, SHADCN_COLOR_THEME_VALUES as Ia, PythonCloudSdkSchema as Ii, GO_REALTIME_VALUES as In, MOBILE_DEEP_LINKING_VALUES as Ir, ELIXIR_TESTING_VALUES as It, DOTNET_REALTIME_VALUES as J, ShadcnFontSchema as Ja, PythonTaskQueueSchema as Ji, GoMessageQueueSchema as Jn, MobilePushSchema as Jr, ElixirClusteringSchema as Jt, DOTNET_OBSERVABILITY_VALUES as K, ShadcnBaseSchema as Ka, PythonRealtimeSchema as Ki, GoDISchema as Kn, MobileNavigationSchema as Kr, ElixirAuthSchema as Kt, DATABASE_VALUES as L, SHADCN_FONT_VALUES as La, PythonDataSchema as Li, GO_TEMPLATING_VALUES as Ln, MOBILE_LIBRARIES_VALUES as Lr, ELIXIR_VALIDATION_VALUES as Lt, CSS_FRAMEWORK_VALUES as M, SEARCH_VALUES as Ma, PythonApiSchema as Mi, GO_OBSERVABILITY_VALUES as Mn, KotlinMobileLibrariesSchema as Mr, ELIXIR_OBSERVABILITY_VALUES as Mt, CachingSchema as N, SERVER_DEPLOY_VALUES as Na, PythonAuthSchema as Ni, GO_ORM_VALUES as Nn, KotlinMobileSchema as Nr, ELIXIR_ORM_VALUES as Nt, CLIInputSchema as O, RustOrmSchema as Oa, ProjectConfigSchema as Oi, GO_DI_VALUES as On, JavaWebFrameworkSchema as Or, ELIXIR_I18N_VALUES as Ot, CreateInputSchema as P, SHADCN_BASE_COLOR_VALUES as Pa, PythonCachingSchema as Pi, GO_PROTO_TOOLING_VALUES as Pn, LOGGING_VALUES as Pr, ELIXIR_QUALITY_VALUES as Pt, DartMobileSchema as Q, StackPartEcosystemSchema as Qa, RATE_LIMIT_VALUES as Qi, GoProtoToolingSchema as Qn, OBSERVABILITY_VALUES as Qr, ElixirHttpSchema as Qt, DIRECTORY_CONFLICT_VALUES as R, SHADCN_ICON_LIBRARY_VALUES as Ra, PythonGraphqlSchema as Ri, GO_TESTING_VALUES as Rn, MOBILE_NAVIGATION_VALUES as Rr, ELIXIR_WEB_FRAMEWORK_VALUES as Rt, BetterFullstackConfigFileSchema as S, RustErrorHandlingSchema as Sa, PYTHON_TASK_QUEUE_VALUES as Si, FrontendSchema as Sn, JavaBuildToolSchema as Sr, ELIXIR_CLUSTERING_VALUES as St, BetterTStackConfigSchema as T, RustLoggingSchema as Ta, PYTHON_WEB_FRAMEWORK_VALUES as Ti, GO_CACHING_VALUES as Tn, JavaLoggingSchema as Tr, ELIXIR_EMAIL_VALUES as Tt, DOTNET_FRONTEND_VALUES as U, SearchSchema as Ua, PythonOrmSchema as Ui, GoCachingSchema as Un, MOBILE_UI_VALUES as Ur, EffectSchema as Ut, DOTNET_CACHING_VALUES as V, STATE_MANAGEMENT_VALUES as Va, PythonMessageQueueSchema as Vi, GoApiSchema as Vn, MOBILE_STORAGE_VALUES as Vr, EcommerceSchema as Vt, DOTNET_JOB_QUEUE_VALUES as W, ServerDeploySchema as Wa, PythonPackageManagerSchema as Wi, GoCliSchema as Wn, MobileDeepLinkingSchema as Wr, ElixirApiSchema as Wt, DOTNET_VALIDATION_VALUES as X, ShadcnRadiusSchema as Xa, PythonValidationSchema as Xi, GoObservabilitySchema as Xn, MobileTestingSchema as Xr, ElixirDocumentationSchema as Xt, DOTNET_TESTING_VALUES as Y, ShadcnIconLibrarySchema as Ya, PythonTestingSchema as Yi, GoMigrationsSchema as Yn, MobileStorageSchema as Yr, ElixirDeploySchema as Yt, DOTNET_WEB_FRAMEWORK_VALUES as Z, ShadcnStyleSchema as Za, PythonWebFrameworkSchema as Zi, GoOrmSchema as Zn, MobileUISchema as Zr, ElixirEmailSchema as Zt, AstroIntegrationSchema as _, RuntimeSchema as _a, PYTHON_ORM_VALUES as _i, FRONTEND_VALUES as _n, WORKSPACE_SHAPE_VALUES as _o, JAVA_TESTING_LIBRARIES_VALUES as _r, EFFECT_VALUES as _t, ANALYTICS_VALUES as a, RUST_ERROR_HANDLING_VALUES as aa, PYTHON_AI_VALUES as ai, ElixirOrmSchema as an, TESTING_VALUES as ao, I18N_VALUES as ar, DotnetDeploySchema as at, BOT_PROTECTION_VALUES as b, RustCachingSchema as ba, PYTHON_REALTIME_VALUES as bi, FileUploadSchema as bn, JavaApiSchema as br, ELIXIR_AUTH_VALUES as bt, API_VALUES as c, RUST_LOGGING_VALUES as ca, PYTHON_CACHING_VALUES as ci, ElixirTestingSchema as cn, UILibrarySchema as co, InitResultSchema as cr, DotnetLibrariesSchema as ct, AUTH_VALUES as d, RUST_ORM_VALUES as da, PYTHON_DATA_VALUES as di, EmailSchema as dn, VECTOR_DB_VALUES as do, JAVA_AUTH_VALUES as dr, DotnetRealtimeSchema as dt, RUNTIME_VALUES as ea, ORM_VALUES as ei, ElixirI18nSchema as en, StackPartSchema as eo, GoRealtimeSchema as er, DatabaseSetupSchema as et, AddInputSchema as f, RUST_REALTIME_VALUES as fa, PYTHON_GRAPHQL_VALUES as fi, ExamplesSchema as fn, VERSION_CHANNEL_VALUES as fo, JAVA_BUILD_TOOL_VALUES as fr, DotnetTestingSchema as ft, AnimationSchema as g, RealtimeSchema as ga, PYTHON_OBSERVABILITY_VALUES as gi, FORMS_VALUES as gn, WEB_DEPLOY_VALUES as go, JAVA_ORM_VALUES as gr, ECOSYSTEM_VALUES as gt, AnalyticsSchema as h, RateLimitSchema as ha, PYTHON_MESSAGE_QUEUE_VALUES as hi, FILE_UPLOAD_VALUES as hn, VersionChannelSchema as ho, JAVA_LOGGING_VALUES as hr, ECOMMERCE_VALUES as ht, AI_VALUES as i, RUST_CLI_VALUES as ia, PROJECT_SHAPE_VALUES as ii, ElixirObservabilitySchema as in, TEMPLATE_VALUES as io, GoWebFrameworkSchema as ir, DotnetCachingSchema as it, CSSFrameworkSchema as j, RustWebFrameworkSchema as ja, PythonAiSchema as ji, GO_MIGRATIONS_VALUES as jn, KOTLIN_MOBILE_VALUES as jr, ELIXIR_LIBRARIES_VALUES as jt, CMSSchema as k, RustRealtimeSchema as ka, ProjectNameSchema as ki, GO_LOGGING_VALUES as kn, JobQueueSchema as kr, ELIXIR_JOBS_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RUST_MESSAGE_QUEUE_VALUES as la, PYTHON_CLI_VALUES as li, ElixirValidationSchema as ln, UI_LIBRARY_VALUES as lo, IntegrationsSchema as lr, DotnetObservabilitySchema as lt, AiDocsSchema as m, RUST_WEB_FRAMEWORK_VALUES as ma, PYTHON_MEDIA_VALUES as mi, FILE_STORAGE_VALUES as mn, VectorDbSchema as mo, JAVA_LIBRARIES_VALUES as mr, DotnetWebFrameworkSchema as mt, AISchema as n, RUST_AUTH_VALUES as na, PACKAGE_MANAGER_VALUES as ni, ElixirJsonSchema as nn, StateManagementSchema as no, GoTestingSchema as nr, DotnetApiSchema as nt, ANIMATION_VALUES as o, RUST_FRONTEND_VALUES as oa, PYTHON_API_VALUES as oi, ElixirQualitySchema as on, TemplateSchema as oo, I18nSchema as or, DotnetFrontendSchema as ot, AddonsSchema as p, RUST_TEMPLATING_VALUES as pa, PYTHON_HTTP_CLIENT_VALUES as pi, FEATURE_FLAGS_VALUES as pn, ValidationSchema as po, JAVA_LANGUAGE_VALUES as pr, DotnetValidationSchema as pt, DOTNET_ORM_VALUES as q, ShadcnColorThemeSchema as qa, PythonServerSchema as qi, GoLoggingSchema as qn, MobileOTASchema as qr, ElixirCachingSchema as qt, AI_DOCS_VALUES as r, RUST_CACHING_VALUES as ra, PAYMENTS_VALUES as ri, ElixirLibrariesSchema as rn, SwiftMobileSchema as ro, GoValidationSchema as rr, DotnetAuthSchema as rt, APISchema as s, RUST_LIBRARIES_VALUES as sa, PYTHON_AUTH_VALUES as si, ElixirRealtimeSchema as sn, TestingSchema as so, INTEGRATIONS_VALUES as sr, DotnetJobQueueSchema as st, ADDONS_VALUES as t, RUST_API_VALUES as ta, ObservabilitySchema as ti, ElixirJobsSchema as tn, StackPartSourceSchema as to, GoTemplatingSchema as tr, DirectoryConflictSchema as tt, ASTRO_INTEGRATION_VALUES as u, RUST_OBSERVABILITY_VALUES as ua, PYTHON_CLOUD_SDK_VALUES as ui, ElixirWebFrameworkSchema as un, VALIDATION_VALUES as uo, JAVA_API_VALUES as ur, DotnetOrmSchema as ut, AuthSchema as v, RustApiSchema as va, PYTHON_PACKAGE_MANAGER_VALUES as vi, FeatureFlagsSchema as vn, WebDeploySchema as vo, JAVA_WEB_FRAMEWORK_VALUES as vr, ELIXIR_API_VALUES as vt, BetterTStackConfigFileSchema as w, RustLibrariesSchema as wa, PYTHON_VALIDATION_VALUES as wi, GO_AUTH_VALUES as wn, JavaLibrariesSchema as wr, ELIXIR_DOCUMENTATION_VALUES as wt, BackendSchema as x, RustCliSchema as xa, PYTHON_SERVER_VALUES as xi, FormsSchema as xn, JavaAuthSchema as xr, ELIXIR_CACHING_VALUES as xt, BACKEND_VALUES as y, RustAuthSchema as ya, PYTHON_QUALITY_VALUES as yi, FileStorageSchema as yn, WorkspaceShapeSchema as yo, JOB_QUEUE_VALUES as yr, ELIXIR_APPLICATION_FRAMEWORK_VALUES as yt, DOTNET_API_VALUES as z, SHADCN_RADIUS_VALUES as za, PythonHttpClientSchema as zi, GO_VALIDATION_VALUES as zn, MOBILE_OTA_VALUES as zr, EMAIL_VALUES as zt };
13648
- //# sourceMappingURL=schemas-CY0MaZmU.d.mts.map
13648
+ //# sourceMappingURL=schemas-ah-Pon-K.d.mts.map