@better-t-stack/types 3.28.0 → 3.28.1-pr1036.ff20c00
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.
- package/dist/json-schema.d.mts +740 -48
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +6 -2
- package/dist/json-schema.mjs.map +1 -1
- package/dist/schemas.mjs.map +1 -1
- package/package.json +2 -2
package/dist/json-schema.d.mts
CHANGED
|
@@ -1662,6 +1662,352 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1662
1662
|
cloudflare: "cloudflare";
|
|
1663
1663
|
}>;
|
|
1664
1664
|
}, z.core.$strip>>;
|
|
1665
|
+
declare function getBetterTStackConfigFileJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
1666
|
+
$schema: z.ZodOptional<z.ZodString>;
|
|
1667
|
+
version: z.ZodString;
|
|
1668
|
+
createdAt: z.ZodString;
|
|
1669
|
+
reproducibleCommand: z.ZodOptional<z.ZodString>;
|
|
1670
|
+
addonOptions: z.ZodOptional<z.ZodObject<{
|
|
1671
|
+
wxt: z.ZodOptional<z.ZodObject<{
|
|
1672
|
+
template: z.ZodEnum<{
|
|
1673
|
+
svelte: "svelte";
|
|
1674
|
+
solid: "solid";
|
|
1675
|
+
vanilla: "vanilla";
|
|
1676
|
+
vue: "vue";
|
|
1677
|
+
react: "react";
|
|
1678
|
+
}>;
|
|
1679
|
+
devPort: z.ZodOptional<z.ZodNumber>;
|
|
1680
|
+
}, z.core.$strict>>;
|
|
1681
|
+
fumadocs: z.ZodOptional<z.ZodObject<{
|
|
1682
|
+
template: z.ZodEnum<{
|
|
1683
|
+
"react-router": "react-router";
|
|
1684
|
+
"tanstack-start": "tanstack-start";
|
|
1685
|
+
"next-mdx": "next-mdx";
|
|
1686
|
+
"next-mdx-static": "next-mdx-static";
|
|
1687
|
+
waku: "waku";
|
|
1688
|
+
"react-router-spa": "react-router-spa";
|
|
1689
|
+
"tanstack-start-spa": "tanstack-start-spa";
|
|
1690
|
+
}>;
|
|
1691
|
+
devPort: z.ZodOptional<z.ZodNumber>;
|
|
1692
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
1693
|
+
orama: "orama";
|
|
1694
|
+
"orama-cloud": "orama-cloud";
|
|
1695
|
+
}>>;
|
|
1696
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
1697
|
+
"next-og": "next-og";
|
|
1698
|
+
takumi: "takumi";
|
|
1699
|
+
}>>;
|
|
1700
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
1701
|
+
openrouter: "openrouter";
|
|
1702
|
+
inkeep: "inkeep";
|
|
1703
|
+
}>>;
|
|
1704
|
+
}, z.core.$strict>>;
|
|
1705
|
+
opentui: z.ZodOptional<z.ZodObject<{
|
|
1706
|
+
template: z.ZodEnum<{
|
|
1707
|
+
solid: "solid";
|
|
1708
|
+
react: "react";
|
|
1709
|
+
core: "core";
|
|
1710
|
+
}>;
|
|
1711
|
+
}, z.core.$strict>>;
|
|
1712
|
+
mcp: z.ZodOptional<z.ZodObject<{
|
|
1713
|
+
scope: z.ZodOptional<z.ZodEnum<{
|
|
1714
|
+
project: "project";
|
|
1715
|
+
global: "global";
|
|
1716
|
+
}>>;
|
|
1717
|
+
servers: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1718
|
+
convex: "convex";
|
|
1719
|
+
nx: "nx";
|
|
1720
|
+
neon: "neon";
|
|
1721
|
+
planetscale: "planetscale";
|
|
1722
|
+
supabase: "supabase";
|
|
1723
|
+
"better-auth": "better-auth";
|
|
1724
|
+
clerk: "clerk";
|
|
1725
|
+
polar: "polar";
|
|
1726
|
+
"better-t-stack": "better-t-stack";
|
|
1727
|
+
context7: "context7";
|
|
1728
|
+
"cloudflare-docs": "cloudflare-docs";
|
|
1729
|
+
shadcn: "shadcn";
|
|
1730
|
+
"next-devtools": "next-devtools";
|
|
1731
|
+
"nuxt-docs": "nuxt-docs";
|
|
1732
|
+
"nuxt-ui-docs": "nuxt-ui-docs";
|
|
1733
|
+
"svelte-docs": "svelte-docs";
|
|
1734
|
+
"astro-docs": "astro-docs";
|
|
1735
|
+
expo: "expo";
|
|
1736
|
+
}>>>;
|
|
1737
|
+
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1738
|
+
antigravity: "antigravity";
|
|
1739
|
+
cline: "cline";
|
|
1740
|
+
"cline-cli": "cline-cli";
|
|
1741
|
+
cursor: "cursor";
|
|
1742
|
+
"claude-code": "claude-code";
|
|
1743
|
+
codex: "codex";
|
|
1744
|
+
opencode: "opencode";
|
|
1745
|
+
"gemini-cli": "gemini-cli";
|
|
1746
|
+
"github-copilot-cli": "github-copilot-cli";
|
|
1747
|
+
mcporter: "mcporter";
|
|
1748
|
+
vscode: "vscode";
|
|
1749
|
+
zed: "zed";
|
|
1750
|
+
"claude-desktop": "claude-desktop";
|
|
1751
|
+
goose: "goose";
|
|
1752
|
+
}>>>;
|
|
1753
|
+
}, z.core.$strict>>;
|
|
1754
|
+
skills: z.ZodOptional<z.ZodObject<{
|
|
1755
|
+
scope: z.ZodOptional<z.ZodEnum<{
|
|
1756
|
+
project: "project";
|
|
1757
|
+
global: "global";
|
|
1758
|
+
}>>;
|
|
1759
|
+
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1760
|
+
antigravity: "antigravity";
|
|
1761
|
+
cline: "cline";
|
|
1762
|
+
cursor: "cursor";
|
|
1763
|
+
"claude-code": "claude-code";
|
|
1764
|
+
codex: "codex";
|
|
1765
|
+
opencode: "opencode";
|
|
1766
|
+
"gemini-cli": "gemini-cli";
|
|
1767
|
+
goose: "goose";
|
|
1768
|
+
"github-copilot": "github-copilot";
|
|
1769
|
+
windsurf: "windsurf";
|
|
1770
|
+
roo: "roo";
|
|
1771
|
+
kilo: "kilo";
|
|
1772
|
+
openhands: "openhands";
|
|
1773
|
+
trae: "trae";
|
|
1774
|
+
amp: "amp";
|
|
1775
|
+
pi: "pi";
|
|
1776
|
+
qoder: "qoder";
|
|
1777
|
+
"qwen-code": "qwen-code";
|
|
1778
|
+
"kiro-cli": "kiro-cli";
|
|
1779
|
+
droid: "droid";
|
|
1780
|
+
"command-code": "command-code";
|
|
1781
|
+
clawdbot: "clawdbot";
|
|
1782
|
+
zencoder: "zencoder";
|
|
1783
|
+
neovate: "neovate";
|
|
1784
|
+
mcpjam: "mcpjam";
|
|
1785
|
+
}>>>;
|
|
1786
|
+
selections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1787
|
+
source: z.ZodEnum<{
|
|
1788
|
+
"vercel-labs/agent-skills": "vercel-labs/agent-skills";
|
|
1789
|
+
"vercel/ai": "vercel/ai";
|
|
1790
|
+
"vercel/turborepo": "vercel/turborepo";
|
|
1791
|
+
"yusukebe/hono-skill": "yusukebe/hono-skill";
|
|
1792
|
+
"vercel-labs/next-skills": "vercel-labs/next-skills";
|
|
1793
|
+
"nuxt/ui": "nuxt/ui";
|
|
1794
|
+
"heroui-inc/heroui": "heroui-inc/heroui";
|
|
1795
|
+
"shadcn/ui": "shadcn/ui";
|
|
1796
|
+
"better-auth/skills": "better-auth/skills";
|
|
1797
|
+
"clerk/skills": "clerk/skills";
|
|
1798
|
+
"neondatabase/agent-skills": "neondatabase/agent-skills";
|
|
1799
|
+
"supabase/agent-skills": "supabase/agent-skills";
|
|
1800
|
+
"planetscale/database-skills": "planetscale/database-skills";
|
|
1801
|
+
"expo/skills": "expo/skills";
|
|
1802
|
+
"prisma/skills": "prisma/skills";
|
|
1803
|
+
"elysiajs/skills": "elysiajs/skills";
|
|
1804
|
+
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
1805
|
+
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
1806
|
+
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
1807
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
1808
|
+
}>;
|
|
1809
|
+
skills: z.ZodArray<z.ZodString>;
|
|
1810
|
+
}, z.core.$strict>>>;
|
|
1811
|
+
}, z.core.$strict>>;
|
|
1812
|
+
ultracite: z.ZodOptional<z.ZodObject<{
|
|
1813
|
+
linter: z.ZodOptional<z.ZodEnum<{
|
|
1814
|
+
biome: "biome";
|
|
1815
|
+
oxlint: "oxlint";
|
|
1816
|
+
eslint: "eslint";
|
|
1817
|
+
}>>;
|
|
1818
|
+
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1819
|
+
void: "void";
|
|
1820
|
+
antigravity: "antigravity";
|
|
1821
|
+
cursor: "cursor";
|
|
1822
|
+
vscode: "vscode";
|
|
1823
|
+
zed: "zed";
|
|
1824
|
+
windsurf: "windsurf";
|
|
1825
|
+
trae: "trae";
|
|
1826
|
+
codebuddy: "codebuddy";
|
|
1827
|
+
bob: "bob";
|
|
1828
|
+
kiro: "kiro";
|
|
1829
|
+
}>>>;
|
|
1830
|
+
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1831
|
+
cline: "cline";
|
|
1832
|
+
codex: "codex";
|
|
1833
|
+
opencode: "opencode";
|
|
1834
|
+
goose: "goose";
|
|
1835
|
+
amp: "amp";
|
|
1836
|
+
pi: "pi";
|
|
1837
|
+
qoder: "qoder";
|
|
1838
|
+
droid: "droid";
|
|
1839
|
+
zencoder: "zencoder";
|
|
1840
|
+
mcpjam: "mcpjam";
|
|
1841
|
+
bob: "bob";
|
|
1842
|
+
universal: "universal";
|
|
1843
|
+
claude: "claude";
|
|
1844
|
+
jules: "jules";
|
|
1845
|
+
replit: "replit";
|
|
1846
|
+
devin: "devin";
|
|
1847
|
+
lovable: "lovable";
|
|
1848
|
+
ona: "ona";
|
|
1849
|
+
openclaw: "openclaw";
|
|
1850
|
+
continue: "continue";
|
|
1851
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
1852
|
+
deepagents: "deepagents";
|
|
1853
|
+
"kimi-cli": "kimi-cli";
|
|
1854
|
+
mux: "mux";
|
|
1855
|
+
adal: "adal";
|
|
1856
|
+
copilot: "copilot";
|
|
1857
|
+
aider: "aider";
|
|
1858
|
+
"firebase-studio": "firebase-studio";
|
|
1859
|
+
"open-hands": "open-hands";
|
|
1860
|
+
gemini: "gemini";
|
|
1861
|
+
junie: "junie";
|
|
1862
|
+
augmentcode: "augmentcode";
|
|
1863
|
+
"kilo-code": "kilo-code";
|
|
1864
|
+
"roo-code": "roo-code";
|
|
1865
|
+
warp: "warp";
|
|
1866
|
+
crush: "crush";
|
|
1867
|
+
qwen: "qwen";
|
|
1868
|
+
"amazon-q-cli": "amazon-q-cli";
|
|
1869
|
+
firebender: "firebender";
|
|
1870
|
+
"cursor-cli": "cursor-cli";
|
|
1871
|
+
"mistral-vibe": "mistral-vibe";
|
|
1872
|
+
vercel: "vercel";
|
|
1873
|
+
}>>>;
|
|
1874
|
+
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1875
|
+
cursor: "cursor";
|
|
1876
|
+
windsurf: "windsurf";
|
|
1877
|
+
codebuddy: "codebuddy";
|
|
1878
|
+
claude: "claude";
|
|
1879
|
+
copilot: "copilot";
|
|
1880
|
+
}>>>;
|
|
1881
|
+
}, z.core.$strict>>;
|
|
1882
|
+
}, z.core.$strict>>;
|
|
1883
|
+
dbSetupOptions: z.ZodOptional<z.ZodObject<{
|
|
1884
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
1885
|
+
manual: "manual";
|
|
1886
|
+
auto: "auto";
|
|
1887
|
+
}>>;
|
|
1888
|
+
neon: z.ZodOptional<z.ZodObject<{
|
|
1889
|
+
method: z.ZodOptional<z.ZodEnum<{
|
|
1890
|
+
neondb: "neondb";
|
|
1891
|
+
neonctl: "neonctl";
|
|
1892
|
+
}>>;
|
|
1893
|
+
projectName: z.ZodOptional<z.ZodString>;
|
|
1894
|
+
regionId: z.ZodOptional<z.ZodString>;
|
|
1895
|
+
}, z.core.$strict>>;
|
|
1896
|
+
prismaPostgres: z.ZodOptional<z.ZodObject<{
|
|
1897
|
+
regionId: z.ZodOptional<z.ZodString>;
|
|
1898
|
+
}, z.core.$strict>>;
|
|
1899
|
+
turso: z.ZodOptional<z.ZodObject<{
|
|
1900
|
+
databaseName: z.ZodOptional<z.ZodString>;
|
|
1901
|
+
groupName: z.ZodOptional<z.ZodString>;
|
|
1902
|
+
installCli: z.ZodOptional<z.ZodBoolean>;
|
|
1903
|
+
}, z.core.$strict>>;
|
|
1904
|
+
}, z.core.$strict>>;
|
|
1905
|
+
database: z.ZodEnum<{
|
|
1906
|
+
none: "none";
|
|
1907
|
+
sqlite: "sqlite";
|
|
1908
|
+
postgres: "postgres";
|
|
1909
|
+
mysql: "mysql";
|
|
1910
|
+
mongodb: "mongodb";
|
|
1911
|
+
}>;
|
|
1912
|
+
orm: z.ZodEnum<{
|
|
1913
|
+
none: "none";
|
|
1914
|
+
drizzle: "drizzle";
|
|
1915
|
+
prisma: "prisma";
|
|
1916
|
+
mongoose: "mongoose";
|
|
1917
|
+
}>;
|
|
1918
|
+
backend: z.ZodEnum<{
|
|
1919
|
+
none: "none";
|
|
1920
|
+
hono: "hono";
|
|
1921
|
+
express: "express";
|
|
1922
|
+
fastify: "fastify";
|
|
1923
|
+
elysia: "elysia";
|
|
1924
|
+
convex: "convex";
|
|
1925
|
+
self: "self";
|
|
1926
|
+
}>;
|
|
1927
|
+
runtime: z.ZodEnum<{
|
|
1928
|
+
none: "none";
|
|
1929
|
+
bun: "bun";
|
|
1930
|
+
node: "node";
|
|
1931
|
+
workers: "workers";
|
|
1932
|
+
}>;
|
|
1933
|
+
frontend: z.ZodArray<z.ZodEnum<{
|
|
1934
|
+
none: "none";
|
|
1935
|
+
"tanstack-router": "tanstack-router";
|
|
1936
|
+
"react-router": "react-router";
|
|
1937
|
+
"tanstack-start": "tanstack-start";
|
|
1938
|
+
next: "next";
|
|
1939
|
+
nuxt: "nuxt";
|
|
1940
|
+
"native-bare": "native-bare";
|
|
1941
|
+
"native-uniwind": "native-uniwind";
|
|
1942
|
+
"native-unistyles": "native-unistyles";
|
|
1943
|
+
svelte: "svelte";
|
|
1944
|
+
solid: "solid";
|
|
1945
|
+
astro: "astro";
|
|
1946
|
+
}>>;
|
|
1947
|
+
addons: z.ZodArray<z.ZodEnum<{
|
|
1948
|
+
none: "none";
|
|
1949
|
+
pwa: "pwa";
|
|
1950
|
+
tauri: "tauri";
|
|
1951
|
+
electrobun: "electrobun";
|
|
1952
|
+
starlight: "starlight";
|
|
1953
|
+
biome: "biome";
|
|
1954
|
+
lefthook: "lefthook";
|
|
1955
|
+
husky: "husky";
|
|
1956
|
+
mcp: "mcp";
|
|
1957
|
+
turborepo: "turborepo";
|
|
1958
|
+
nx: "nx";
|
|
1959
|
+
fumadocs: "fumadocs";
|
|
1960
|
+
ultracite: "ultracite";
|
|
1961
|
+
oxlint: "oxlint";
|
|
1962
|
+
opentui: "opentui";
|
|
1963
|
+
wxt: "wxt";
|
|
1964
|
+
skills: "skills";
|
|
1965
|
+
evlog: "evlog";
|
|
1966
|
+
}>>;
|
|
1967
|
+
examples: z.ZodArray<z.ZodEnum<{
|
|
1968
|
+
none: "none";
|
|
1969
|
+
todo: "todo";
|
|
1970
|
+
ai: "ai";
|
|
1971
|
+
}>>;
|
|
1972
|
+
auth: z.ZodEnum<{
|
|
1973
|
+
none: "none";
|
|
1974
|
+
"better-auth": "better-auth";
|
|
1975
|
+
clerk: "clerk";
|
|
1976
|
+
}>;
|
|
1977
|
+
payments: z.ZodEnum<{
|
|
1978
|
+
none: "none";
|
|
1979
|
+
polar: "polar";
|
|
1980
|
+
}>;
|
|
1981
|
+
packageManager: z.ZodEnum<{
|
|
1982
|
+
bun: "bun";
|
|
1983
|
+
npm: "npm";
|
|
1984
|
+
pnpm: "pnpm";
|
|
1985
|
+
}>;
|
|
1986
|
+
dbSetup: z.ZodEnum<{
|
|
1987
|
+
none: "none";
|
|
1988
|
+
turso: "turso";
|
|
1989
|
+
neon: "neon";
|
|
1990
|
+
"prisma-postgres": "prisma-postgres";
|
|
1991
|
+
planetscale: "planetscale";
|
|
1992
|
+
"mongodb-atlas": "mongodb-atlas";
|
|
1993
|
+
supabase: "supabase";
|
|
1994
|
+
d1: "d1";
|
|
1995
|
+
docker: "docker";
|
|
1996
|
+
}>;
|
|
1997
|
+
api: z.ZodEnum<{
|
|
1998
|
+
none: "none";
|
|
1999
|
+
trpc: "trpc";
|
|
2000
|
+
orpc: "orpc";
|
|
2001
|
+
}>;
|
|
2002
|
+
webDeploy: z.ZodEnum<{
|
|
2003
|
+
none: "none";
|
|
2004
|
+
cloudflare: "cloudflare";
|
|
2005
|
+
}>;
|
|
2006
|
+
serverDeploy: z.ZodEnum<{
|
|
2007
|
+
none: "none";
|
|
2008
|
+
cloudflare: "cloudflare";
|
|
2009
|
+
}>;
|
|
2010
|
+
}, z.core.$strict>>;
|
|
1665
2011
|
declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
1666
2012
|
success: z.ZodBoolean;
|
|
1667
2013
|
projectConfig: z.ZodObject<{
|
|
@@ -2727,37 +3073,271 @@ declare function getAllJsonSchemas(): {
|
|
|
2727
3073
|
none: "none";
|
|
2728
3074
|
cloudflare: "cloudflare";
|
|
2729
3075
|
}>>;
|
|
2730
|
-
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
2731
|
-
merge: "merge";
|
|
2732
|
-
overwrite: "overwrite";
|
|
2733
|
-
increment: "increment";
|
|
2734
|
-
error: "error";
|
|
3076
|
+
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
3077
|
+
merge: "merge";
|
|
3078
|
+
overwrite: "overwrite";
|
|
3079
|
+
increment: "increment";
|
|
3080
|
+
error: "error";
|
|
3081
|
+
}>>;
|
|
3082
|
+
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
3083
|
+
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
3084
|
+
manualDb: z.ZodOptional<z.ZodBoolean>;
|
|
3085
|
+
}, z.core.$strict>>;
|
|
3086
|
+
addInput: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
3087
|
+
addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3088
|
+
none: "none";
|
|
3089
|
+
pwa: "pwa";
|
|
3090
|
+
tauri: "tauri";
|
|
3091
|
+
electrobun: "electrobun";
|
|
3092
|
+
starlight: "starlight";
|
|
3093
|
+
biome: "biome";
|
|
3094
|
+
lefthook: "lefthook";
|
|
3095
|
+
husky: "husky";
|
|
3096
|
+
mcp: "mcp";
|
|
3097
|
+
turborepo: "turborepo";
|
|
3098
|
+
nx: "nx";
|
|
3099
|
+
fumadocs: "fumadocs";
|
|
3100
|
+
ultracite: "ultracite";
|
|
3101
|
+
oxlint: "oxlint";
|
|
3102
|
+
opentui: "opentui";
|
|
3103
|
+
wxt: "wxt";
|
|
3104
|
+
skills: "skills";
|
|
3105
|
+
evlog: "evlog";
|
|
3106
|
+
}>>>;
|
|
3107
|
+
addonOptions: z.ZodOptional<z.ZodObject<{
|
|
3108
|
+
wxt: z.ZodOptional<z.ZodObject<{
|
|
3109
|
+
template: z.ZodEnum<{
|
|
3110
|
+
svelte: "svelte";
|
|
3111
|
+
solid: "solid";
|
|
3112
|
+
vanilla: "vanilla";
|
|
3113
|
+
vue: "vue";
|
|
3114
|
+
react: "react";
|
|
3115
|
+
}>;
|
|
3116
|
+
devPort: z.ZodOptional<z.ZodNumber>;
|
|
3117
|
+
}, z.core.$strict>>;
|
|
3118
|
+
fumadocs: z.ZodOptional<z.ZodObject<{
|
|
3119
|
+
template: z.ZodEnum<{
|
|
3120
|
+
"react-router": "react-router";
|
|
3121
|
+
"tanstack-start": "tanstack-start";
|
|
3122
|
+
"next-mdx": "next-mdx";
|
|
3123
|
+
"next-mdx-static": "next-mdx-static";
|
|
3124
|
+
waku: "waku";
|
|
3125
|
+
"react-router-spa": "react-router-spa";
|
|
3126
|
+
"tanstack-start-spa": "tanstack-start-spa";
|
|
3127
|
+
}>;
|
|
3128
|
+
devPort: z.ZodOptional<z.ZodNumber>;
|
|
3129
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
3130
|
+
orama: "orama";
|
|
3131
|
+
"orama-cloud": "orama-cloud";
|
|
3132
|
+
}>>;
|
|
3133
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
3134
|
+
"next-og": "next-og";
|
|
3135
|
+
takumi: "takumi";
|
|
3136
|
+
}>>;
|
|
3137
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
3138
|
+
openrouter: "openrouter";
|
|
3139
|
+
inkeep: "inkeep";
|
|
3140
|
+
}>>;
|
|
3141
|
+
}, z.core.$strict>>;
|
|
3142
|
+
opentui: z.ZodOptional<z.ZodObject<{
|
|
3143
|
+
template: z.ZodEnum<{
|
|
3144
|
+
solid: "solid";
|
|
3145
|
+
react: "react";
|
|
3146
|
+
core: "core";
|
|
3147
|
+
}>;
|
|
3148
|
+
}, z.core.$strict>>;
|
|
3149
|
+
mcp: z.ZodOptional<z.ZodObject<{
|
|
3150
|
+
scope: z.ZodOptional<z.ZodEnum<{
|
|
3151
|
+
project: "project";
|
|
3152
|
+
global: "global";
|
|
3153
|
+
}>>;
|
|
3154
|
+
servers: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3155
|
+
convex: "convex";
|
|
3156
|
+
nx: "nx";
|
|
3157
|
+
neon: "neon";
|
|
3158
|
+
planetscale: "planetscale";
|
|
3159
|
+
supabase: "supabase";
|
|
3160
|
+
"better-auth": "better-auth";
|
|
3161
|
+
clerk: "clerk";
|
|
3162
|
+
polar: "polar";
|
|
3163
|
+
"better-t-stack": "better-t-stack";
|
|
3164
|
+
context7: "context7";
|
|
3165
|
+
"cloudflare-docs": "cloudflare-docs";
|
|
3166
|
+
shadcn: "shadcn";
|
|
3167
|
+
"next-devtools": "next-devtools";
|
|
3168
|
+
"nuxt-docs": "nuxt-docs";
|
|
3169
|
+
"nuxt-ui-docs": "nuxt-ui-docs";
|
|
3170
|
+
"svelte-docs": "svelte-docs";
|
|
3171
|
+
"astro-docs": "astro-docs";
|
|
3172
|
+
expo: "expo";
|
|
3173
|
+
}>>>;
|
|
3174
|
+
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3175
|
+
antigravity: "antigravity";
|
|
3176
|
+
cline: "cline";
|
|
3177
|
+
"cline-cli": "cline-cli";
|
|
3178
|
+
cursor: "cursor";
|
|
3179
|
+
"claude-code": "claude-code";
|
|
3180
|
+
codex: "codex";
|
|
3181
|
+
opencode: "opencode";
|
|
3182
|
+
"gemini-cli": "gemini-cli";
|
|
3183
|
+
"github-copilot-cli": "github-copilot-cli";
|
|
3184
|
+
mcporter: "mcporter";
|
|
3185
|
+
vscode: "vscode";
|
|
3186
|
+
zed: "zed";
|
|
3187
|
+
"claude-desktop": "claude-desktop";
|
|
3188
|
+
goose: "goose";
|
|
3189
|
+
}>>>;
|
|
3190
|
+
}, z.core.$strict>>;
|
|
3191
|
+
skills: z.ZodOptional<z.ZodObject<{
|
|
3192
|
+
scope: z.ZodOptional<z.ZodEnum<{
|
|
3193
|
+
project: "project";
|
|
3194
|
+
global: "global";
|
|
3195
|
+
}>>;
|
|
3196
|
+
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3197
|
+
antigravity: "antigravity";
|
|
3198
|
+
cline: "cline";
|
|
3199
|
+
cursor: "cursor";
|
|
3200
|
+
"claude-code": "claude-code";
|
|
3201
|
+
codex: "codex";
|
|
3202
|
+
opencode: "opencode";
|
|
3203
|
+
"gemini-cli": "gemini-cli";
|
|
3204
|
+
goose: "goose";
|
|
3205
|
+
"github-copilot": "github-copilot";
|
|
3206
|
+
windsurf: "windsurf";
|
|
3207
|
+
roo: "roo";
|
|
3208
|
+
kilo: "kilo";
|
|
3209
|
+
openhands: "openhands";
|
|
3210
|
+
trae: "trae";
|
|
3211
|
+
amp: "amp";
|
|
3212
|
+
pi: "pi";
|
|
3213
|
+
qoder: "qoder";
|
|
3214
|
+
"qwen-code": "qwen-code";
|
|
3215
|
+
"kiro-cli": "kiro-cli";
|
|
3216
|
+
droid: "droid";
|
|
3217
|
+
"command-code": "command-code";
|
|
3218
|
+
clawdbot: "clawdbot";
|
|
3219
|
+
zencoder: "zencoder";
|
|
3220
|
+
neovate: "neovate";
|
|
3221
|
+
mcpjam: "mcpjam";
|
|
3222
|
+
}>>>;
|
|
3223
|
+
selections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3224
|
+
source: z.ZodEnum<{
|
|
3225
|
+
"vercel-labs/agent-skills": "vercel-labs/agent-skills";
|
|
3226
|
+
"vercel/ai": "vercel/ai";
|
|
3227
|
+
"vercel/turborepo": "vercel/turborepo";
|
|
3228
|
+
"yusukebe/hono-skill": "yusukebe/hono-skill";
|
|
3229
|
+
"vercel-labs/next-skills": "vercel-labs/next-skills";
|
|
3230
|
+
"nuxt/ui": "nuxt/ui";
|
|
3231
|
+
"heroui-inc/heroui": "heroui-inc/heroui";
|
|
3232
|
+
"shadcn/ui": "shadcn/ui";
|
|
3233
|
+
"better-auth/skills": "better-auth/skills";
|
|
3234
|
+
"clerk/skills": "clerk/skills";
|
|
3235
|
+
"neondatabase/agent-skills": "neondatabase/agent-skills";
|
|
3236
|
+
"supabase/agent-skills": "supabase/agent-skills";
|
|
3237
|
+
"planetscale/database-skills": "planetscale/database-skills";
|
|
3238
|
+
"expo/skills": "expo/skills";
|
|
3239
|
+
"prisma/skills": "prisma/skills";
|
|
3240
|
+
"elysiajs/skills": "elysiajs/skills";
|
|
3241
|
+
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
3242
|
+
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
3243
|
+
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
3244
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
3245
|
+
}>;
|
|
3246
|
+
skills: z.ZodArray<z.ZodString>;
|
|
3247
|
+
}, z.core.$strict>>>;
|
|
3248
|
+
}, z.core.$strict>>;
|
|
3249
|
+
ultracite: z.ZodOptional<z.ZodObject<{
|
|
3250
|
+
linter: z.ZodOptional<z.ZodEnum<{
|
|
3251
|
+
biome: "biome";
|
|
3252
|
+
oxlint: "oxlint";
|
|
3253
|
+
eslint: "eslint";
|
|
3254
|
+
}>>;
|
|
3255
|
+
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3256
|
+
void: "void";
|
|
3257
|
+
antigravity: "antigravity";
|
|
3258
|
+
cursor: "cursor";
|
|
3259
|
+
vscode: "vscode";
|
|
3260
|
+
zed: "zed";
|
|
3261
|
+
windsurf: "windsurf";
|
|
3262
|
+
trae: "trae";
|
|
3263
|
+
codebuddy: "codebuddy";
|
|
3264
|
+
bob: "bob";
|
|
3265
|
+
kiro: "kiro";
|
|
3266
|
+
}>>>;
|
|
3267
|
+
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3268
|
+
cline: "cline";
|
|
3269
|
+
codex: "codex";
|
|
3270
|
+
opencode: "opencode";
|
|
3271
|
+
goose: "goose";
|
|
3272
|
+
amp: "amp";
|
|
3273
|
+
pi: "pi";
|
|
3274
|
+
qoder: "qoder";
|
|
3275
|
+
droid: "droid";
|
|
3276
|
+
zencoder: "zencoder";
|
|
3277
|
+
mcpjam: "mcpjam";
|
|
3278
|
+
bob: "bob";
|
|
3279
|
+
universal: "universal";
|
|
3280
|
+
claude: "claude";
|
|
3281
|
+
jules: "jules";
|
|
3282
|
+
replit: "replit";
|
|
3283
|
+
devin: "devin";
|
|
3284
|
+
lovable: "lovable";
|
|
3285
|
+
ona: "ona";
|
|
3286
|
+
openclaw: "openclaw";
|
|
3287
|
+
continue: "continue";
|
|
3288
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
3289
|
+
deepagents: "deepagents";
|
|
3290
|
+
"kimi-cli": "kimi-cli";
|
|
3291
|
+
mux: "mux";
|
|
3292
|
+
adal: "adal";
|
|
3293
|
+
copilot: "copilot";
|
|
3294
|
+
aider: "aider";
|
|
3295
|
+
"firebase-studio": "firebase-studio";
|
|
3296
|
+
"open-hands": "open-hands";
|
|
3297
|
+
gemini: "gemini";
|
|
3298
|
+
junie: "junie";
|
|
3299
|
+
augmentcode: "augmentcode";
|
|
3300
|
+
"kilo-code": "kilo-code";
|
|
3301
|
+
"roo-code": "roo-code";
|
|
3302
|
+
warp: "warp";
|
|
3303
|
+
crush: "crush";
|
|
3304
|
+
qwen: "qwen";
|
|
3305
|
+
"amazon-q-cli": "amazon-q-cli";
|
|
3306
|
+
firebender: "firebender";
|
|
3307
|
+
"cursor-cli": "cursor-cli";
|
|
3308
|
+
"mistral-vibe": "mistral-vibe";
|
|
3309
|
+
vercel: "vercel";
|
|
3310
|
+
}>>>;
|
|
3311
|
+
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3312
|
+
cursor: "cursor";
|
|
3313
|
+
windsurf: "windsurf";
|
|
3314
|
+
codebuddy: "codebuddy";
|
|
3315
|
+
claude: "claude";
|
|
3316
|
+
copilot: "copilot";
|
|
3317
|
+
}>>>;
|
|
3318
|
+
}, z.core.$strict>>;
|
|
3319
|
+
}, z.core.$strict>>;
|
|
3320
|
+
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
3321
|
+
none: "none";
|
|
3322
|
+
cloudflare: "cloudflare";
|
|
3323
|
+
}>>;
|
|
3324
|
+
serverDeploy: z.ZodOptional<z.ZodEnum<{
|
|
3325
|
+
none: "none";
|
|
3326
|
+
cloudflare: "cloudflare";
|
|
3327
|
+
}>>;
|
|
3328
|
+
projectDir: z.ZodOptional<z.ZodString>;
|
|
3329
|
+
install: z.ZodOptional<z.ZodBoolean>;
|
|
3330
|
+
packageManager: z.ZodOptional<z.ZodEnum<{
|
|
3331
|
+
bun: "bun";
|
|
3332
|
+
npm: "npm";
|
|
3333
|
+
pnpm: "pnpm";
|
|
2735
3334
|
}>>;
|
|
2736
|
-
|
|
2737
|
-
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
2738
|
-
manualDb: z.ZodOptional<z.ZodBoolean>;
|
|
3335
|
+
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
2739
3336
|
}, z.core.$strict>>;
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
tauri: "tauri";
|
|
2745
|
-
electrobun: "electrobun";
|
|
2746
|
-
starlight: "starlight";
|
|
2747
|
-
biome: "biome";
|
|
2748
|
-
lefthook: "lefthook";
|
|
2749
|
-
husky: "husky";
|
|
2750
|
-
mcp: "mcp";
|
|
2751
|
-
turborepo: "turborepo";
|
|
2752
|
-
nx: "nx";
|
|
2753
|
-
fumadocs: "fumadocs";
|
|
2754
|
-
ultracite: "ultracite";
|
|
2755
|
-
oxlint: "oxlint";
|
|
2756
|
-
opentui: "opentui";
|
|
2757
|
-
wxt: "wxt";
|
|
2758
|
-
skills: "skills";
|
|
2759
|
-
evlog: "evlog";
|
|
2760
|
-
}>>>;
|
|
3337
|
+
projectConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
3338
|
+
projectName: z.ZodString;
|
|
3339
|
+
projectDir: z.ZodString;
|
|
3340
|
+
relativePath: z.ZodString;
|
|
2761
3341
|
addonOptions: z.ZodOptional<z.ZodObject<{
|
|
2762
3342
|
wxt: z.ZodOptional<z.ZodObject<{
|
|
2763
3343
|
template: z.ZodEnum<{
|
|
@@ -2971,27 +3551,140 @@ declare function getAllJsonSchemas(): {
|
|
|
2971
3551
|
}>>>;
|
|
2972
3552
|
}, z.core.$strict>>;
|
|
2973
3553
|
}, z.core.$strict>>;
|
|
2974
|
-
|
|
3554
|
+
dbSetupOptions: z.ZodOptional<z.ZodObject<{
|
|
3555
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
3556
|
+
manual: "manual";
|
|
3557
|
+
auto: "auto";
|
|
3558
|
+
}>>;
|
|
3559
|
+
neon: z.ZodOptional<z.ZodObject<{
|
|
3560
|
+
method: z.ZodOptional<z.ZodEnum<{
|
|
3561
|
+
neondb: "neondb";
|
|
3562
|
+
neonctl: "neonctl";
|
|
3563
|
+
}>>;
|
|
3564
|
+
projectName: z.ZodOptional<z.ZodString>;
|
|
3565
|
+
regionId: z.ZodOptional<z.ZodString>;
|
|
3566
|
+
}, z.core.$strict>>;
|
|
3567
|
+
prismaPostgres: z.ZodOptional<z.ZodObject<{
|
|
3568
|
+
regionId: z.ZodOptional<z.ZodString>;
|
|
3569
|
+
}, z.core.$strict>>;
|
|
3570
|
+
turso: z.ZodOptional<z.ZodObject<{
|
|
3571
|
+
databaseName: z.ZodOptional<z.ZodString>;
|
|
3572
|
+
groupName: z.ZodOptional<z.ZodString>;
|
|
3573
|
+
installCli: z.ZodOptional<z.ZodBoolean>;
|
|
3574
|
+
}, z.core.$strict>>;
|
|
3575
|
+
}, z.core.$strict>>;
|
|
3576
|
+
database: z.ZodEnum<{
|
|
2975
3577
|
none: "none";
|
|
2976
|
-
|
|
3578
|
+
sqlite: "sqlite";
|
|
3579
|
+
postgres: "postgres";
|
|
3580
|
+
mysql: "mysql";
|
|
3581
|
+
mongodb: "mongodb";
|
|
3582
|
+
}>;
|
|
3583
|
+
orm: z.ZodEnum<{
|
|
3584
|
+
none: "none";
|
|
3585
|
+
drizzle: "drizzle";
|
|
3586
|
+
prisma: "prisma";
|
|
3587
|
+
mongoose: "mongoose";
|
|
3588
|
+
}>;
|
|
3589
|
+
backend: z.ZodEnum<{
|
|
3590
|
+
none: "none";
|
|
3591
|
+
hono: "hono";
|
|
3592
|
+
express: "express";
|
|
3593
|
+
fastify: "fastify";
|
|
3594
|
+
elysia: "elysia";
|
|
3595
|
+
convex: "convex";
|
|
3596
|
+
self: "self";
|
|
3597
|
+
}>;
|
|
3598
|
+
runtime: z.ZodEnum<{
|
|
3599
|
+
none: "none";
|
|
3600
|
+
bun: "bun";
|
|
3601
|
+
node: "node";
|
|
3602
|
+
workers: "workers";
|
|
3603
|
+
}>;
|
|
3604
|
+
frontend: z.ZodArray<z.ZodEnum<{
|
|
3605
|
+
none: "none";
|
|
3606
|
+
"tanstack-router": "tanstack-router";
|
|
3607
|
+
"react-router": "react-router";
|
|
3608
|
+
"tanstack-start": "tanstack-start";
|
|
3609
|
+
next: "next";
|
|
3610
|
+
nuxt: "nuxt";
|
|
3611
|
+
"native-bare": "native-bare";
|
|
3612
|
+
"native-uniwind": "native-uniwind";
|
|
3613
|
+
"native-unistyles": "native-unistyles";
|
|
3614
|
+
svelte: "svelte";
|
|
3615
|
+
solid: "solid";
|
|
3616
|
+
astro: "astro";
|
|
2977
3617
|
}>>;
|
|
2978
|
-
|
|
3618
|
+
addons: z.ZodArray<z.ZodEnum<{
|
|
2979
3619
|
none: "none";
|
|
2980
|
-
|
|
3620
|
+
pwa: "pwa";
|
|
3621
|
+
tauri: "tauri";
|
|
3622
|
+
electrobun: "electrobun";
|
|
3623
|
+
starlight: "starlight";
|
|
3624
|
+
biome: "biome";
|
|
3625
|
+
lefthook: "lefthook";
|
|
3626
|
+
husky: "husky";
|
|
3627
|
+
mcp: "mcp";
|
|
3628
|
+
turborepo: "turborepo";
|
|
3629
|
+
nx: "nx";
|
|
3630
|
+
fumadocs: "fumadocs";
|
|
3631
|
+
ultracite: "ultracite";
|
|
3632
|
+
oxlint: "oxlint";
|
|
3633
|
+
opentui: "opentui";
|
|
3634
|
+
wxt: "wxt";
|
|
3635
|
+
skills: "skills";
|
|
3636
|
+
evlog: "evlog";
|
|
2981
3637
|
}>>;
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
3638
|
+
examples: z.ZodArray<z.ZodEnum<{
|
|
3639
|
+
none: "none";
|
|
3640
|
+
todo: "todo";
|
|
3641
|
+
ai: "ai";
|
|
3642
|
+
}>>;
|
|
3643
|
+
auth: z.ZodEnum<{
|
|
3644
|
+
none: "none";
|
|
3645
|
+
"better-auth": "better-auth";
|
|
3646
|
+
clerk: "clerk";
|
|
3647
|
+
}>;
|
|
3648
|
+
payments: z.ZodEnum<{
|
|
3649
|
+
none: "none";
|
|
3650
|
+
polar: "polar";
|
|
3651
|
+
}>;
|
|
3652
|
+
git: z.ZodBoolean;
|
|
3653
|
+
packageManager: z.ZodEnum<{
|
|
2985
3654
|
bun: "bun";
|
|
2986
3655
|
npm: "npm";
|
|
2987
3656
|
pnpm: "pnpm";
|
|
2988
|
-
}
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
3657
|
+
}>;
|
|
3658
|
+
install: z.ZodBoolean;
|
|
3659
|
+
dbSetup: z.ZodEnum<{
|
|
3660
|
+
none: "none";
|
|
3661
|
+
turso: "turso";
|
|
3662
|
+
neon: "neon";
|
|
3663
|
+
"prisma-postgres": "prisma-postgres";
|
|
3664
|
+
planetscale: "planetscale";
|
|
3665
|
+
"mongodb-atlas": "mongodb-atlas";
|
|
3666
|
+
supabase: "supabase";
|
|
3667
|
+
d1: "d1";
|
|
3668
|
+
docker: "docker";
|
|
3669
|
+
}>;
|
|
3670
|
+
api: z.ZodEnum<{
|
|
3671
|
+
none: "none";
|
|
3672
|
+
trpc: "trpc";
|
|
3673
|
+
orpc: "orpc";
|
|
3674
|
+
}>;
|
|
3675
|
+
webDeploy: z.ZodEnum<{
|
|
3676
|
+
none: "none";
|
|
3677
|
+
cloudflare: "cloudflare";
|
|
3678
|
+
}>;
|
|
3679
|
+
serverDeploy: z.ZodEnum<{
|
|
3680
|
+
none: "none";
|
|
3681
|
+
cloudflare: "cloudflare";
|
|
3682
|
+
}>;
|
|
3683
|
+
}, z.core.$strip>>;
|
|
3684
|
+
betterTStackConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
3685
|
+
version: z.ZodString;
|
|
3686
|
+
createdAt: z.ZodString;
|
|
3687
|
+
reproducibleCommand: z.ZodOptional<z.ZodString>;
|
|
2995
3688
|
addonOptions: z.ZodOptional<z.ZodObject<{
|
|
2996
3689
|
wxt: z.ZodOptional<z.ZodObject<{
|
|
2997
3690
|
template: z.ZodEnum<{
|
|
@@ -3303,13 +3996,11 @@ declare function getAllJsonSchemas(): {
|
|
|
3303
3996
|
none: "none";
|
|
3304
3997
|
polar: "polar";
|
|
3305
3998
|
}>;
|
|
3306
|
-
git: z.ZodBoolean;
|
|
3307
3999
|
packageManager: z.ZodEnum<{
|
|
3308
4000
|
bun: "bun";
|
|
3309
4001
|
npm: "npm";
|
|
3310
4002
|
pnpm: "pnpm";
|
|
3311
4003
|
}>;
|
|
3312
|
-
install: z.ZodBoolean;
|
|
3313
4004
|
dbSetup: z.ZodEnum<{
|
|
3314
4005
|
none: "none";
|
|
3315
4006
|
turso: "turso";
|
|
@@ -3335,7 +4026,8 @@ declare function getAllJsonSchemas(): {
|
|
|
3335
4026
|
cloudflare: "cloudflare";
|
|
3336
4027
|
}>;
|
|
3337
4028
|
}, z.core.$strip>>;
|
|
3338
|
-
|
|
4029
|
+
betterTStackConfigFile: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
4030
|
+
$schema: z.ZodOptional<z.ZodString>;
|
|
3339
4031
|
version: z.ZodString;
|
|
3340
4032
|
createdAt: z.ZodString;
|
|
3341
4033
|
reproducibleCommand: z.ZodOptional<z.ZodString>;
|
|
@@ -3679,7 +4371,7 @@ declare function getAllJsonSchemas(): {
|
|
|
3679
4371
|
none: "none";
|
|
3680
4372
|
cloudflare: "cloudflare";
|
|
3681
4373
|
}>;
|
|
3682
|
-
}, z.core.$
|
|
4374
|
+
}, z.core.$strict>>;
|
|
3683
4375
|
initResult: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
3684
4376
|
success: z.ZodBoolean;
|
|
3685
4377
|
projectConfig: z.ZodObject<{
|
|
@@ -4038,5 +4730,5 @@ declare function getAllJsonSchemas(): {
|
|
|
4038
4730
|
}, z.core.$strip>>;
|
|
4039
4731
|
};
|
|
4040
4732
|
//#endregion
|
|
4041
|
-
export { getAPIJsonSchema, getAddInputJsonSchema, getAddonOptionsJsonSchema, getAddonsJsonSchema, getAllJsonSchemas, getAuthJsonSchema, getBackendJsonSchema, getBetterTStackConfigJsonSchema, getCreateInputJsonSchema, getDatabaseJsonSchema, getDatabaseSetupJsonSchema, getDbSetupOptionsJsonSchema, getDirectoryConflictJsonSchema, getExamplesJsonSchema, getFrontendJsonSchema, getInitResultJsonSchema, getORMJsonSchema, getPackageManagerJsonSchema, getPaymentsJsonSchema, getProjectConfigJsonSchema, getRuntimeJsonSchema, getServerDeployJsonSchema, getTemplateJsonSchema, getWebDeployJsonSchema };
|
|
4733
|
+
export { getAPIJsonSchema, getAddInputJsonSchema, getAddonOptionsJsonSchema, getAddonsJsonSchema, getAllJsonSchemas, getAuthJsonSchema, getBackendJsonSchema, getBetterTStackConfigFileJsonSchema, getBetterTStackConfigJsonSchema, getCreateInputJsonSchema, getDatabaseJsonSchema, getDatabaseSetupJsonSchema, getDbSetupOptionsJsonSchema, getDirectoryConflictJsonSchema, getExamplesJsonSchema, getFrontendJsonSchema, getInitResultJsonSchema, getORMJsonSchema, getPackageManagerJsonSchema, getPaymentsJsonSchema, getProjectConfigJsonSchema, getRuntimeJsonSchema, getServerDeployJsonSchema, getTemplateJsonSchema, getWebDeployJsonSchema };
|
|
4042
4734
|
//# sourceMappingURL=json-schema.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"json-schema.d.mts","names":[],"sources":["../src/json-schema.ts"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"json-schema.d.mts","names":[],"sources":["../src/json-schema.ts"],"mappings":";;;iBA8BgB,qBAAA,CAAA,GAAqB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;;;iBAIrB,gBAAA,CAAA,GAAgB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;;iBAIhB,oBAAA,CAAA,GAAoB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;;;;;iBAIpB,oBAAA,CAAA,GAAoB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;;iBAIpB,qBAAA,CAAA,GAAqB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;;;;;;;;;;iBAIrB,mBAAA,CAAA,GAAmB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;;;;;;;;;;;;;;;;iBAInB,qBAAA,CAAA,GAAqB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;iBAIrB,2BAAA,CAAA,GAA2B,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;iBAI3B,0BAAA,CAAA,GAA0B,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;;;;;;;iBAI1B,gBAAA,CAAA,GAAgB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;iBAIhB,iBAAA,CAAA,GAAiB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;iBAIjB,qBAAA,CAAA,GAAqB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;iBAIrB,sBAAA,CAAA,GAAsB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;iBAItB,yBAAA,CAAA,GAAyB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;iBAIzB,8BAAA,CAAA,GAA8B,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;;iBAI9B,qBAAA,CAAA,GAAqB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,OAAA;;;;;;;iBAIrB,yBAAA,CAAA,GAAyB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIzB,2BAAA,CAAA,GAA2B,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;iBAI3B,wBAAA,CAAA,GAAwB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIxB,qBAAA,CAAA,GAAqB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIrB,0BAAA,CAAA,GAA0B,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAI1B,+BAAA,CAAA,GAA+B,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAI/B,mCAAA,CAAA,GAAmC,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAInC,uBAAA,CAAA,GAAuB,CAAA,CAAA,IAAA,CAAA,4BAAA,CAAA,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAKvB,iBAAA,CAAA"}
|
package/dist/json-schema.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { APISchema, AddInputSchema, AddonOptionsSchema, AddonsSchema, AuthSchema, BackendSchema, BetterTStackConfigSchema, CreateInputSchema, DatabaseSchema, DatabaseSetupSchema, DbSetupOptionsSchema, DirectoryConflictSchema, ExamplesSchema, FrontendSchema, InitResultSchema, ORMSchema, PackageManagerSchema, PaymentsSchema, ProjectConfigSchema, RuntimeSchema, ServerDeploySchema, TemplateSchema, WebDeploySchema } from "./schemas.mjs";
|
|
1
|
+
import { APISchema, AddInputSchema, AddonOptionsSchema, AddonsSchema, AuthSchema, BackendSchema, BetterTStackConfigFileSchema, BetterTStackConfigSchema, CreateInputSchema, DatabaseSchema, DatabaseSetupSchema, DbSetupOptionsSchema, DirectoryConflictSchema, ExamplesSchema, FrontendSchema, InitResultSchema, ORMSchema, PackageManagerSchema, PaymentsSchema, ProjectConfigSchema, RuntimeSchema, ServerDeploySchema, TemplateSchema, WebDeploySchema } from "./schemas.mjs";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
//#region src/json-schema.ts
|
|
4
4
|
function getDatabaseJsonSchema() {
|
|
@@ -67,6 +67,9 @@ function getProjectConfigJsonSchema() {
|
|
|
67
67
|
function getBetterTStackConfigJsonSchema() {
|
|
68
68
|
return z.toJSONSchema(BetterTStackConfigSchema);
|
|
69
69
|
}
|
|
70
|
+
function getBetterTStackConfigFileJsonSchema() {
|
|
71
|
+
return z.toJSONSchema(BetterTStackConfigFileSchema, { target: "draft-7" });
|
|
72
|
+
}
|
|
70
73
|
function getInitResultJsonSchema() {
|
|
71
74
|
return z.toJSONSchema(InitResultSchema);
|
|
72
75
|
}
|
|
@@ -94,10 +97,11 @@ function getAllJsonSchemas() {
|
|
|
94
97
|
addInput: getAddInputJsonSchema(),
|
|
95
98
|
projectConfig: getProjectConfigJsonSchema(),
|
|
96
99
|
betterTStackConfig: getBetterTStackConfigJsonSchema(),
|
|
100
|
+
betterTStackConfigFile: getBetterTStackConfigFileJsonSchema(),
|
|
97
101
|
initResult: getInitResultJsonSchema()
|
|
98
102
|
};
|
|
99
103
|
}
|
|
100
104
|
//#endregion
|
|
101
|
-
export { getAPIJsonSchema, getAddInputJsonSchema, getAddonOptionsJsonSchema, getAddonsJsonSchema, getAllJsonSchemas, getAuthJsonSchema, getBackendJsonSchema, getBetterTStackConfigJsonSchema, getCreateInputJsonSchema, getDatabaseJsonSchema, getDatabaseSetupJsonSchema, getDbSetupOptionsJsonSchema, getDirectoryConflictJsonSchema, getExamplesJsonSchema, getFrontendJsonSchema, getInitResultJsonSchema, getORMJsonSchema, getPackageManagerJsonSchema, getPaymentsJsonSchema, getProjectConfigJsonSchema, getRuntimeJsonSchema, getServerDeployJsonSchema, getTemplateJsonSchema, getWebDeployJsonSchema };
|
|
105
|
+
export { getAPIJsonSchema, getAddInputJsonSchema, getAddonOptionsJsonSchema, getAddonsJsonSchema, getAllJsonSchemas, getAuthJsonSchema, getBackendJsonSchema, getBetterTStackConfigFileJsonSchema, getBetterTStackConfigJsonSchema, getCreateInputJsonSchema, getDatabaseJsonSchema, getDatabaseSetupJsonSchema, getDbSetupOptionsJsonSchema, getDirectoryConflictJsonSchema, getExamplesJsonSchema, getFrontendJsonSchema, getInitResultJsonSchema, getORMJsonSchema, getPackageManagerJsonSchema, getPaymentsJsonSchema, getProjectConfigJsonSchema, getRuntimeJsonSchema, getServerDeployJsonSchema, getTemplateJsonSchema, getWebDeployJsonSchema };
|
|
102
106
|
|
|
103
107
|
//# sourceMappingURL=json-schema.mjs.map
|
package/dist/json-schema.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"json-schema.mjs","names":[],"sources":["../src/json-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport {\n DatabaseSchema,\n ORMSchema,\n BackendSchema,\n RuntimeSchema,\n FrontendSchema,\n AddonsSchema,\n ExamplesSchema,\n PackageManagerSchema,\n DatabaseSetupSchema,\n APISchema,\n AuthSchema,\n PaymentsSchema,\n WebDeploySchema,\n ServerDeploySchema,\n DirectoryConflictSchema,\n TemplateSchema,\n AddonOptionsSchema,\n DbSetupOptionsSchema,\n CreateInputSchema,\n AddInputSchema,\n ProjectConfigSchema,\n BetterTStackConfigSchema,\n InitResultSchema,\n} from \"./schemas\";\n\n// Generate JSON schemas for each type\nexport function getDatabaseJsonSchema() {\n return z.toJSONSchema(DatabaseSchema);\n}\n\nexport function getORMJsonSchema() {\n return z.toJSONSchema(ORMSchema);\n}\n\nexport function getBackendJsonSchema() {\n return z.toJSONSchema(BackendSchema);\n}\n\nexport function getRuntimeJsonSchema() {\n return z.toJSONSchema(RuntimeSchema);\n}\n\nexport function getFrontendJsonSchema() {\n return z.toJSONSchema(FrontendSchema);\n}\n\nexport function getAddonsJsonSchema() {\n return z.toJSONSchema(AddonsSchema);\n}\n\nexport function getExamplesJsonSchema() {\n return z.toJSONSchema(ExamplesSchema);\n}\n\nexport function getPackageManagerJsonSchema() {\n return z.toJSONSchema(PackageManagerSchema);\n}\n\nexport function getDatabaseSetupJsonSchema() {\n return z.toJSONSchema(DatabaseSetupSchema);\n}\n\nexport function getAPIJsonSchema() {\n return z.toJSONSchema(APISchema);\n}\n\nexport function getAuthJsonSchema() {\n return z.toJSONSchema(AuthSchema);\n}\n\nexport function getPaymentsJsonSchema() {\n return z.toJSONSchema(PaymentsSchema);\n}\n\nexport function getWebDeployJsonSchema() {\n return z.toJSONSchema(WebDeploySchema);\n}\n\nexport function getServerDeployJsonSchema() {\n return z.toJSONSchema(ServerDeploySchema);\n}\n\nexport function getDirectoryConflictJsonSchema() {\n return z.toJSONSchema(DirectoryConflictSchema);\n}\n\nexport function getTemplateJsonSchema() {\n return z.toJSONSchema(TemplateSchema);\n}\n\nexport function getAddonOptionsJsonSchema() {\n return z.toJSONSchema(AddonOptionsSchema);\n}\n\nexport function getDbSetupOptionsJsonSchema() {\n return z.toJSONSchema(DbSetupOptionsSchema);\n}\n\nexport function getCreateInputJsonSchema() {\n return z.toJSONSchema(CreateInputSchema);\n}\n\nexport function getAddInputJsonSchema() {\n return z.toJSONSchema(AddInputSchema);\n}\n\nexport function getProjectConfigJsonSchema() {\n return z.toJSONSchema(ProjectConfigSchema);\n}\n\nexport function getBetterTStackConfigJsonSchema() {\n return z.toJSONSchema(BetterTStackConfigSchema);\n}\n\nexport function getInitResultJsonSchema() {\n return z.toJSONSchema(InitResultSchema);\n}\n\n// Get all JSON schemas as a single object\nexport function getAllJsonSchemas() {\n return {\n database: getDatabaseJsonSchema(),\n orm: getORMJsonSchema(),\n backend: getBackendJsonSchema(),\n runtime: getRuntimeJsonSchema(),\n frontend: getFrontendJsonSchema(),\n addons: getAddonsJsonSchema(),\n examples: getExamplesJsonSchema(),\n packageManager: getPackageManagerJsonSchema(),\n databaseSetup: getDatabaseSetupJsonSchema(),\n api: getAPIJsonSchema(),\n auth: getAuthJsonSchema(),\n payments: getPaymentsJsonSchema(),\n webDeploy: getWebDeployJsonSchema(),\n serverDeploy: getServerDeployJsonSchema(),\n directoryConflict: getDirectoryConflictJsonSchema(),\n template: getTemplateJsonSchema(),\n addonOptions: getAddonOptionsJsonSchema(),\n dbSetupOptions: getDbSetupOptionsJsonSchema(),\n createInput: getCreateInputJsonSchema(),\n addInput: getAddInputJsonSchema(),\n projectConfig: getProjectConfigJsonSchema(),\n betterTStackConfig: getBetterTStackConfigJsonSchema(),\n initResult: getInitResultJsonSchema(),\n };\n}\n"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"json-schema.mjs","names":[],"sources":["../src/json-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport {\n DatabaseSchema,\n ORMSchema,\n BackendSchema,\n RuntimeSchema,\n FrontendSchema,\n AddonsSchema,\n ExamplesSchema,\n PackageManagerSchema,\n DatabaseSetupSchema,\n APISchema,\n AuthSchema,\n PaymentsSchema,\n WebDeploySchema,\n ServerDeploySchema,\n DirectoryConflictSchema,\n TemplateSchema,\n AddonOptionsSchema,\n DbSetupOptionsSchema,\n CreateInputSchema,\n AddInputSchema,\n ProjectConfigSchema,\n BetterTStackConfigSchema,\n BetterTStackConfigFileSchema,\n InitResultSchema,\n} from \"./schemas\";\n\n// Generate JSON schemas for each type\nexport function getDatabaseJsonSchema() {\n return z.toJSONSchema(DatabaseSchema);\n}\n\nexport function getORMJsonSchema() {\n return z.toJSONSchema(ORMSchema);\n}\n\nexport function getBackendJsonSchema() {\n return z.toJSONSchema(BackendSchema);\n}\n\nexport function getRuntimeJsonSchema() {\n return z.toJSONSchema(RuntimeSchema);\n}\n\nexport function getFrontendJsonSchema() {\n return z.toJSONSchema(FrontendSchema);\n}\n\nexport function getAddonsJsonSchema() {\n return z.toJSONSchema(AddonsSchema);\n}\n\nexport function getExamplesJsonSchema() {\n return z.toJSONSchema(ExamplesSchema);\n}\n\nexport function getPackageManagerJsonSchema() {\n return z.toJSONSchema(PackageManagerSchema);\n}\n\nexport function getDatabaseSetupJsonSchema() {\n return z.toJSONSchema(DatabaseSetupSchema);\n}\n\nexport function getAPIJsonSchema() {\n return z.toJSONSchema(APISchema);\n}\n\nexport function getAuthJsonSchema() {\n return z.toJSONSchema(AuthSchema);\n}\n\nexport function getPaymentsJsonSchema() {\n return z.toJSONSchema(PaymentsSchema);\n}\n\nexport function getWebDeployJsonSchema() {\n return z.toJSONSchema(WebDeploySchema);\n}\n\nexport function getServerDeployJsonSchema() {\n return z.toJSONSchema(ServerDeploySchema);\n}\n\nexport function getDirectoryConflictJsonSchema() {\n return z.toJSONSchema(DirectoryConflictSchema);\n}\n\nexport function getTemplateJsonSchema() {\n return z.toJSONSchema(TemplateSchema);\n}\n\nexport function getAddonOptionsJsonSchema() {\n return z.toJSONSchema(AddonOptionsSchema);\n}\n\nexport function getDbSetupOptionsJsonSchema() {\n return z.toJSONSchema(DbSetupOptionsSchema);\n}\n\nexport function getCreateInputJsonSchema() {\n return z.toJSONSchema(CreateInputSchema);\n}\n\nexport function getAddInputJsonSchema() {\n return z.toJSONSchema(AddInputSchema);\n}\n\nexport function getProjectConfigJsonSchema() {\n return z.toJSONSchema(ProjectConfigSchema);\n}\n\nexport function getBetterTStackConfigJsonSchema() {\n return z.toJSONSchema(BetterTStackConfigSchema);\n}\n\nexport function getBetterTStackConfigFileJsonSchema() {\n return z.toJSONSchema(BetterTStackConfigFileSchema, { target: \"draft-7\" });\n}\n\nexport function getInitResultJsonSchema() {\n return z.toJSONSchema(InitResultSchema);\n}\n\n// Get all JSON schemas as a single object\nexport function getAllJsonSchemas() {\n return {\n database: getDatabaseJsonSchema(),\n orm: getORMJsonSchema(),\n backend: getBackendJsonSchema(),\n runtime: getRuntimeJsonSchema(),\n frontend: getFrontendJsonSchema(),\n addons: getAddonsJsonSchema(),\n examples: getExamplesJsonSchema(),\n packageManager: getPackageManagerJsonSchema(),\n databaseSetup: getDatabaseSetupJsonSchema(),\n api: getAPIJsonSchema(),\n auth: getAuthJsonSchema(),\n payments: getPaymentsJsonSchema(),\n webDeploy: getWebDeployJsonSchema(),\n serverDeploy: getServerDeployJsonSchema(),\n directoryConflict: getDirectoryConflictJsonSchema(),\n template: getTemplateJsonSchema(),\n addonOptions: getAddonOptionsJsonSchema(),\n dbSetupOptions: getDbSetupOptionsJsonSchema(),\n createInput: getCreateInputJsonSchema(),\n addInput: getAddInputJsonSchema(),\n projectConfig: getProjectConfigJsonSchema(),\n betterTStackConfig: getBetterTStackConfigJsonSchema(),\n betterTStackConfigFile: getBetterTStackConfigFileJsonSchema(),\n initResult: getInitResultJsonSchema(),\n };\n}\n"],"mappings":";;;AA8BA,SAAgB,wBAAwB;AACtC,QAAO,EAAE,aAAa,eAAe;;AAGvC,SAAgB,mBAAmB;AACjC,QAAO,EAAE,aAAa,UAAU;;AAGlC,SAAgB,uBAAuB;AACrC,QAAO,EAAE,aAAa,cAAc;;AAGtC,SAAgB,uBAAuB;AACrC,QAAO,EAAE,aAAa,cAAc;;AAGtC,SAAgB,wBAAwB;AACtC,QAAO,EAAE,aAAa,eAAe;;AAGvC,SAAgB,sBAAsB;AACpC,QAAO,EAAE,aAAa,aAAa;;AAGrC,SAAgB,wBAAwB;AACtC,QAAO,EAAE,aAAa,eAAe;;AAGvC,SAAgB,8BAA8B;AAC5C,QAAO,EAAE,aAAa,qBAAqB;;AAG7C,SAAgB,6BAA6B;AAC3C,QAAO,EAAE,aAAa,oBAAoB;;AAG5C,SAAgB,mBAAmB;AACjC,QAAO,EAAE,aAAa,UAAU;;AAGlC,SAAgB,oBAAoB;AAClC,QAAO,EAAE,aAAa,WAAW;;AAGnC,SAAgB,wBAAwB;AACtC,QAAO,EAAE,aAAa,eAAe;;AAGvC,SAAgB,yBAAyB;AACvC,QAAO,EAAE,aAAa,gBAAgB;;AAGxC,SAAgB,4BAA4B;AAC1C,QAAO,EAAE,aAAa,mBAAmB;;AAG3C,SAAgB,iCAAiC;AAC/C,QAAO,EAAE,aAAa,wBAAwB;;AAGhD,SAAgB,wBAAwB;AACtC,QAAO,EAAE,aAAa,eAAe;;AAGvC,SAAgB,4BAA4B;AAC1C,QAAO,EAAE,aAAa,mBAAmB;;AAG3C,SAAgB,8BAA8B;AAC5C,QAAO,EAAE,aAAa,qBAAqB;;AAG7C,SAAgB,2BAA2B;AACzC,QAAO,EAAE,aAAa,kBAAkB;;AAG1C,SAAgB,wBAAwB;AACtC,QAAO,EAAE,aAAa,eAAe;;AAGvC,SAAgB,6BAA6B;AAC3C,QAAO,EAAE,aAAa,oBAAoB;;AAG5C,SAAgB,kCAAkC;AAChD,QAAO,EAAE,aAAa,yBAAyB;;AAGjD,SAAgB,sCAAsC;AACpD,QAAO,EAAE,aAAa,8BAA8B,EAAE,QAAQ,WAAW,CAAC;;AAG5E,SAAgB,0BAA0B;AACxC,QAAO,EAAE,aAAa,iBAAiB;;AAIzC,SAAgB,oBAAoB;AAClC,QAAO;EACL,UAAU,uBAAuB;EACjC,KAAK,kBAAkB;EACvB,SAAS,sBAAsB;EAC/B,SAAS,sBAAsB;EAC/B,UAAU,uBAAuB;EACjC,QAAQ,qBAAqB;EAC7B,UAAU,uBAAuB;EACjC,gBAAgB,6BAA6B;EAC7C,eAAe,4BAA4B;EAC3C,KAAK,kBAAkB;EACvB,MAAM,mBAAmB;EACzB,UAAU,uBAAuB;EACjC,WAAW,wBAAwB;EACnC,cAAc,2BAA2B;EACzC,mBAAmB,gCAAgC;EACnD,UAAU,uBAAuB;EACjC,cAAc,2BAA2B;EACzC,gBAAgB,6BAA6B;EAC7C,aAAa,0BAA0B;EACvC,UAAU,uBAAuB;EACjC,eAAe,4BAA4B;EAC3C,oBAAoB,iCAAiC;EACrD,wBAAwB,qCAAqC;EAC7D,YAAY,yBAAyB;EACtC"}
|
package/dist/schemas.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.mjs","names":[],"sources":["../src/schemas.ts"],"sourcesContent":["import { z } from \"zod\";\n\nexport const DatabaseSchema = z\n .enum([\"none\", \"sqlite\", \"postgres\", \"mysql\", \"mongodb\"])\n .describe(\"Database type\");\n\nexport const ORMSchema = z.enum([\"drizzle\", \"prisma\", \"mongoose\", \"none\"]).describe(\"ORM type\");\n\nexport const BackendSchema = z\n .enum([\"hono\", \"express\", \"fastify\", \"elysia\", \"convex\", \"self\", \"none\"])\n .describe(\"Backend framework\");\n\nexport const RuntimeSchema = z\n .enum([\"bun\", \"node\", \"workers\", \"none\"])\n .describe(\"Runtime environment\");\n\nexport const FrontendSchema = z\n .enum([\n \"tanstack-router\",\n \"react-router\",\n \"tanstack-start\",\n \"next\",\n \"nuxt\",\n \"native-bare\",\n \"native-uniwind\",\n \"native-unistyles\",\n \"svelte\",\n \"solid\",\n \"astro\",\n \"none\",\n ])\n .describe(\"Frontend framework\");\n\nexport const AddonsSchema = z\n .enum([\n \"pwa\",\n \"tauri\",\n \"electrobun\",\n \"starlight\",\n \"biome\",\n \"lefthook\",\n \"husky\",\n \"mcp\",\n \"turborepo\",\n \"nx\",\n \"fumadocs\",\n \"ultracite\",\n \"oxlint\",\n \"opentui\",\n \"wxt\",\n \"skills\",\n \"evlog\",\n \"none\",\n ])\n .describe(\"Additional addons\");\n\nconst AddonsListSchema = z.array(AddonsSchema).superRefine((addons, ctx) => {\n if (addons.includes(\"nx\") && addons.includes(\"turborepo\")) {\n ctx.addIssue({\n code: z.ZodIssueCode.custom,\n message: \"`nx` and `turborepo` cannot be used together\",\n });\n }\n});\n\nexport const ExamplesSchema = z\n .enum([\"todo\", \"ai\", \"none\"])\n .describe(\"Example templates to include\");\n\nexport const PackageManagerSchema = z.enum([\"npm\", \"pnpm\", \"bun\"]).describe(\"Package manager\");\n\nexport const DatabaseSetupSchema = z\n .enum([\n \"turso\",\n \"neon\",\n \"prisma-postgres\",\n \"planetscale\",\n \"mongodb-atlas\",\n \"supabase\",\n \"d1\",\n \"docker\",\n \"none\",\n ])\n .describe(\"Database hosting setup\");\n\nexport const APISchema = z.enum([\"trpc\", \"orpc\", \"none\"]).describe(\"API type\");\n\nexport const AuthSchema = z\n .enum([\"better-auth\", \"clerk\", \"none\"])\n .describe(\"Authentication provider\");\n\nexport const PaymentsSchema = z.enum([\"polar\", \"none\"]).describe(\"Payments provider\");\n\nexport const WebDeploySchema = z.enum([\"cloudflare\", \"none\"]).describe(\"Web deployment\");\n\nexport const ServerDeploySchema = z.enum([\"cloudflare\", \"none\"]).describe(\"Server deployment\");\n\nexport const DirectoryConflictSchema = z\n .enum([\"merge\", \"overwrite\", \"increment\", \"error\"])\n .describe(\"How to handle existing directory conflicts\");\n\nexport const TemplateSchema = z\n .enum([\"mern\", \"pern\", \"t3\", \"uniwind\", \"none\"])\n .describe(\"Predefined project template\");\n\nexport const WxtTemplateSchema = z\n .enum([\"vanilla\", \"vue\", \"react\", \"solid\", \"svelte\"])\n .describe(\"WXT template\");\n\nexport const TuiTemplateSchema = z.enum([\"core\", \"react\", \"solid\"]).describe(\"OpenTUI template\");\n\nexport const FumadocsTemplateSchema = z\n .enum([\n \"next-mdx\",\n \"next-mdx-static\",\n \"waku\",\n \"react-router\",\n \"react-router-spa\",\n \"tanstack-start\",\n \"tanstack-start-spa\",\n ])\n .describe(\"Fumadocs template\");\n\nexport const FumadocsSearchSchema = z\n .enum([\"orama\", \"orama-cloud\"])\n .describe(\"Fumadocs search solution\");\n\nexport const FumadocsOgImageSchema = z\n .enum([\"next-og\", \"takumi\"])\n .describe(\"Fumadocs OG image generator\");\n\nexport const FumadocsAiChatSchema = z\n .enum([\"openrouter\", \"inkeep\"])\n .describe(\"Fumadocs AI chat provider\");\n\nexport const InstallScopeSchema = z.enum([\"project\", \"global\"]).describe(\"Installation scope\");\n\nexport const McpServerSchema = z\n .enum([\n \"better-t-stack\",\n \"context7\",\n \"nx\",\n \"cloudflare-docs\",\n \"convex\",\n \"shadcn\",\n \"next-devtools\",\n \"nuxt-docs\",\n \"nuxt-ui-docs\",\n \"svelte-docs\",\n \"astro-docs\",\n \"planetscale\",\n \"neon\",\n \"supabase\",\n \"better-auth\",\n \"clerk\",\n \"expo\",\n \"polar\",\n ])\n .describe(\"MCP server to install\");\n\nexport const McpAgentSchema = z\n .enum([\n \"antigravity\",\n \"cline\",\n \"cline-cli\",\n \"cursor\",\n \"claude-code\",\n \"codex\",\n \"opencode\",\n \"gemini-cli\",\n \"github-copilot-cli\",\n \"mcporter\",\n \"vscode\",\n \"zed\",\n \"claude-desktop\",\n \"goose\",\n ])\n .describe(\"Agent target for MCP installation\");\n\nexport const SkillsSourceSchema = z\n .enum([\n \"vercel-labs/agent-skills\",\n \"vercel/ai\",\n \"vercel/turborepo\",\n \"yusukebe/hono-skill\",\n \"vercel-labs/next-skills\",\n \"nuxt/ui\",\n \"heroui-inc/heroui\",\n \"shadcn/ui\",\n \"better-auth/skills\",\n \"clerk/skills\",\n \"neondatabase/agent-skills\",\n \"supabase/agent-skills\",\n \"planetscale/database-skills\",\n \"expo/skills\",\n \"prisma/skills\",\n \"elysiajs/skills\",\n \"waynesutton/convexskills\",\n \"msmps/opentui-skill\",\n \"haydenbleasel/ultracite\",\n \"https://www.evlog.dev\",\n ])\n .describe(\"Skill source repository\");\n\nexport const SkillsAgentSchema = z\n .enum([\n \"cursor\",\n \"claude-code\",\n \"cline\",\n \"github-copilot\",\n \"codex\",\n \"opencode\",\n \"windsurf\",\n \"goose\",\n \"roo\",\n \"kilo\",\n \"gemini-cli\",\n \"antigravity\",\n \"openhands\",\n \"trae\",\n \"amp\",\n \"pi\",\n \"qoder\",\n \"qwen-code\",\n \"kiro-cli\",\n \"droid\",\n \"command-code\",\n \"clawdbot\",\n \"zencoder\",\n \"neovate\",\n \"mcpjam\",\n ])\n .describe(\"Agent target for skill installation\");\n\nexport const SkillSelectionSchema = z.strictObject({\n source: SkillsSourceSchema.describe(\"Skill source to install from\"),\n skills: z.array(z.string()).describe(\"Curated skill names to install from this source\"),\n});\n\nexport const UltraciteLinterSchema = z\n .enum([\"biome\", \"eslint\", \"oxlint\"])\n .describe(\"Ultracite linter\");\n\nexport const UltraciteEditorSchema = z\n .enum([\n \"vscode\",\n \"cursor\",\n \"windsurf\",\n \"codebuddy\",\n \"antigravity\",\n \"bob\",\n \"kiro\",\n \"trae\",\n \"void\",\n \"zed\",\n ])\n .describe(\"Ultracite editor integration\");\n\nexport const UltraciteAgentSchema = z\n .enum([\n \"universal\",\n \"claude\",\n \"codex\",\n \"jules\",\n \"replit\",\n \"devin\",\n \"lovable\",\n \"zencoder\",\n \"ona\",\n \"openclaw\",\n \"continue\",\n \"snowflake-cortex\",\n \"deepagents\",\n \"qoder\",\n \"kimi-cli\",\n \"mcpjam\",\n \"mux\",\n \"pi\",\n \"adal\",\n \"copilot\",\n \"cline\",\n \"amp\",\n \"aider\",\n \"firebase-studio\",\n \"open-hands\",\n \"gemini\",\n \"junie\",\n \"augmentcode\",\n \"bob\",\n \"kilo-code\",\n \"goose\",\n \"roo-code\",\n \"warp\",\n \"droid\",\n \"opencode\",\n \"crush\",\n \"qwen\",\n \"amazon-q-cli\",\n \"firebender\",\n \"cursor-cli\",\n \"mistral-vibe\",\n \"vercel\",\n ])\n .describe(\"Ultracite agent integration\");\n\nexport const UltraciteHookSchema = z\n .enum([\"cursor\", \"windsurf\", \"codebuddy\", \"claude\", \"copilot\"])\n .describe(\"Ultracite hook integration\");\n\nexport const DbSetupModeSchema = z.enum([\"manual\", \"auto\"]).describe(\"Database setup mode\");\n\nexport const NeonSetupMethodSchema = z\n .enum([\"neondb\", \"neonctl\"])\n .describe(\"Neon database provisioning method\");\n\nexport const AddonOptionsSchema = z\n .strictObject({\n wxt: z\n .strictObject({\n template: WxtTemplateSchema,\n devPort: z.number().int().min(1).max(65535).optional().describe(\"WXT dev server port\"),\n })\n .optional()\n .describe(\"Options for the WXT addon\"),\n fumadocs: z\n .strictObject({\n template: FumadocsTemplateSchema,\n devPort: z.number().int().min(1).max(65535).optional().describe(\"Fumadocs dev server port\"),\n search: FumadocsSearchSchema.optional().describe(\"Fumadocs search solution\"),\n ogImage: FumadocsOgImageSchema.optional().describe(\"Fumadocs OG image generator\"),\n aiChat: FumadocsAiChatSchema.optional().describe(\"Fumadocs AI chat provider\"),\n })\n .optional()\n .describe(\"Options for the Fumadocs addon\"),\n opentui: z\n .strictObject({\n template: TuiTemplateSchema,\n })\n .optional()\n .describe(\"Options for the OpenTUI addon\"),\n mcp: z\n .strictObject({\n scope: InstallScopeSchema.optional(),\n servers: z.array(McpServerSchema).optional().describe(\"MCP servers to install\"),\n agents: z.array(McpAgentSchema).optional().describe(\"Agents to wire MCP servers into\"),\n })\n .optional()\n .describe(\"Options for the MCP addon\"),\n skills: z\n .strictObject({\n scope: InstallScopeSchema.optional(),\n agents: z.array(SkillsAgentSchema).optional().describe(\"Agents to install skills into\"),\n selections: z.array(SkillSelectionSchema).optional().describe(\"Skills grouped by source\"),\n })\n .optional()\n .describe(\"Options for the Skills addon\"),\n ultracite: z\n .strictObject({\n linter: UltraciteLinterSchema.optional(),\n editors: z.array(UltraciteEditorSchema).optional(),\n agents: z.array(UltraciteAgentSchema).optional(),\n hooks: z.array(UltraciteHookSchema).optional(),\n })\n .optional()\n .describe(\"Options for the Ultracite addon\"),\n })\n .describe(\"Addon-specific configuration\");\n\nexport const DbSetupOptionsSchema = z\n .strictObject({\n mode: DbSetupModeSchema.optional().describe(\"How database setup should be executed\"),\n neon: z\n .strictObject({\n method: NeonSetupMethodSchema.optional(),\n projectName: z.string().min(1).optional().describe(\"Neon project name\"),\n regionId: z.string().min(1).optional().describe(\"Neon region identifier\"),\n })\n .optional()\n .describe(\"Options for Neon setup\"),\n prismaPostgres: z\n .strictObject({\n regionId: z.string().min(1).optional().describe(\"Prisma Postgres region identifier\"),\n })\n .optional()\n .describe(\"Options for Prisma Postgres setup\"),\n turso: z\n .strictObject({\n databaseName: z.string().min(1).optional().describe(\"Turso database name\"),\n groupName: z.string().min(1).optional().describe(\"Turso database group name\"),\n installCli: z\n .boolean()\n .optional()\n .describe(\"Whether the CLI may install the Turso CLI automatically\"),\n })\n .optional()\n .describe(\"Options for Turso setup\"),\n })\n .describe(\"Database setup configuration\");\n\nexport const ProjectNameSchema = z\n .string()\n .min(1, \"Project name cannot be empty\")\n .max(255, \"Project name must be less than 255 characters\")\n .refine(\n (name) => name === \".\" || !name.startsWith(\".\"),\n \"Project name cannot start with a dot (except for '.')\",\n )\n .refine((name) => name === \".\" || !name.startsWith(\"-\"), \"Project name cannot start with a dash\")\n .refine((name) => {\n const invalidChars = [\"<\", \">\", \":\", '\"', \"|\", \"?\", \"*\"];\n return !invalidChars.some((char) => name.includes(char));\n }, \"Project name contains invalid characters\")\n .refine((name) => name.toLowerCase() !== \"node_modules\", \"Project name is reserved\")\n .describe(\"Project name or path\");\n\nexport const CreateInputSchema = z\n .object({\n projectName: z.string().optional(),\n template: TemplateSchema.optional(),\n yes: z.boolean().optional(),\n yolo: z.boolean().optional(),\n dryRun: z.boolean().optional(),\n verbose: z.boolean().optional(),\n addonOptions: AddonOptionsSchema.optional(),\n dbSetupOptions: DbSetupOptionsSchema.optional(),\n database: DatabaseSchema.optional(),\n orm: ORMSchema.optional(),\n auth: AuthSchema.optional(),\n payments: PaymentsSchema.optional(),\n frontend: z.array(FrontendSchema).optional(),\n addons: AddonsListSchema.optional(),\n examples: z.array(ExamplesSchema).optional(),\n git: z.boolean().optional(),\n packageManager: PackageManagerSchema.optional(),\n install: z.boolean().optional(),\n dbSetup: DatabaseSetupSchema.optional(),\n backend: BackendSchema.optional(),\n runtime: RuntimeSchema.optional(),\n api: APISchema.optional(),\n webDeploy: WebDeploySchema.optional(),\n serverDeploy: ServerDeploySchema.optional(),\n directoryConflict: DirectoryConflictSchema.optional(),\n renderTitle: z.boolean().optional(),\n disableAnalytics: z.boolean().optional(),\n manualDb: z.boolean().optional(),\n })\n .strict()\n .refine((input) => !(input.manualDb !== undefined && input.dbSetupOptions?.mode !== undefined), {\n message: \"`manualDb` and `dbSetupOptions.mode` are mutually exclusive\",\n path: [\"dbSetupOptions\", \"mode\"],\n });\n\nexport const AddInputSchema = z\n .object({\n addons: AddonsListSchema.optional(),\n addonOptions: AddonOptionsSchema.optional(),\n webDeploy: WebDeploySchema.optional(),\n serverDeploy: ServerDeploySchema.optional(),\n projectDir: z.string().optional(),\n install: z.boolean().optional(),\n packageManager: PackageManagerSchema.optional(),\n dryRun: z.boolean().optional(),\n })\n .strict();\n\nexport const CLIInputSchema = CreateInputSchema.safeExtend({\n projectDirectory: z.string().optional(),\n}).strict();\n\nexport const ProjectConfigSchema = z.object({\n projectName: z.string(),\n projectDir: z.string(),\n relativePath: z.string(),\n addonOptions: AddonOptionsSchema.optional(),\n dbSetupOptions: DbSetupOptionsSchema.optional(),\n database: DatabaseSchema,\n orm: ORMSchema,\n backend: BackendSchema,\n runtime: RuntimeSchema,\n frontend: z.array(FrontendSchema),\n addons: AddonsListSchema,\n examples: z.array(ExamplesSchema),\n auth: AuthSchema,\n payments: PaymentsSchema,\n git: z.boolean(),\n packageManager: PackageManagerSchema,\n install: z.boolean(),\n dbSetup: DatabaseSetupSchema,\n api: APISchema,\n webDeploy: WebDeploySchema,\n serverDeploy: ServerDeploySchema,\n});\n\nexport const BetterTStackConfigSchema = z.object({\n version: z.string().describe(\"CLI version used to create this project\"),\n createdAt: z.string().describe(\"Timestamp when the project was created\"),\n reproducibleCommand: z.string().optional().describe(\"Command to reproduce this project setup\"),\n addonOptions: AddonOptionsSchema.optional(),\n dbSetupOptions: DbSetupOptionsSchema.optional(),\n database: DatabaseSchema,\n orm: ORMSchema,\n backend: BackendSchema,\n runtime: RuntimeSchema,\n frontend: z.array(FrontendSchema),\n addons: AddonsListSchema,\n examples: z.array(ExamplesSchema),\n auth: AuthSchema,\n payments: PaymentsSchema,\n packageManager: PackageManagerSchema,\n dbSetup: DatabaseSetupSchema,\n api: APISchema,\n webDeploy: WebDeploySchema,\n serverDeploy: ServerDeploySchema,\n});\n\nexport const BetterTStackConfigFileSchema = z\n .object({\n $schema: z.string().optional().describe(\"JSON Schema reference for validation\"),\n })\n .extend(BetterTStackConfigSchema.shape)\n .strict()\n .meta({\n id: \"https://r2.better-t-stack.dev/schema.json\",\n title: \"Better-T-Stack Configuration\",\n description: \"Configuration file for Better-T-Stack projects\",\n });\n\nexport const InitResultSchema = z.object({\n success: z.boolean(),\n projectConfig: ProjectConfigSchema,\n reproducibleCommand: z.string(),\n timeScaffolded: z.string(),\n elapsedTimeMs: z.number(),\n projectDirectory: z.string(),\n relativePath: z.string(),\n error: z.string().optional(),\n});\n\nexport const DATABASE_VALUES = DatabaseSchema.options;\nexport const ORM_VALUES = ORMSchema.options;\nexport const BACKEND_VALUES = BackendSchema.options;\nexport const RUNTIME_VALUES = RuntimeSchema.options;\nexport const FRONTEND_VALUES = FrontendSchema.options;\nexport const ADDONS_VALUES = AddonsSchema.options;\nexport const EXAMPLES_VALUES = ExamplesSchema.options;\nexport const PACKAGE_MANAGER_VALUES = PackageManagerSchema.options;\nexport const DATABASE_SETUP_VALUES = DatabaseSetupSchema.options;\nexport const API_VALUES = APISchema.options;\nexport const AUTH_VALUES = AuthSchema.options;\nexport const PAYMENTS_VALUES = PaymentsSchema.options;\nexport const WEB_DEPLOY_VALUES = WebDeploySchema.options;\nexport const SERVER_DEPLOY_VALUES = ServerDeploySchema.options;\nexport const DIRECTORY_CONFLICT_VALUES = DirectoryConflictSchema.options;\nexport const TEMPLATE_VALUES = TemplateSchema.options;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"schemas.mjs","names":[],"sources":["../src/schemas.ts"],"sourcesContent":["import { z } from \"zod\";\n\nexport const DatabaseSchema = z\n .enum([\"none\", \"sqlite\", \"postgres\", \"mysql\", \"mongodb\"])\n .describe(\"Database type\");\n\nexport const ORMSchema = z.enum([\"drizzle\", \"prisma\", \"mongoose\", \"none\"]).describe(\"ORM type\");\n\nexport const BackendSchema = z\n .enum([\"hono\", \"express\", \"fastify\", \"elysia\", \"convex\", \"self\", \"none\"])\n .describe(\"Backend framework\");\n\nexport const RuntimeSchema = z\n .enum([\"bun\", \"node\", \"workers\", \"none\"])\n .describe(\"Runtime environment\");\n\nexport const FrontendSchema = z\n .enum([\n \"tanstack-router\",\n \"react-router\",\n \"tanstack-start\",\n \"next\",\n \"nuxt\",\n \"native-bare\",\n \"native-uniwind\",\n \"native-unistyles\",\n \"svelte\",\n \"solid\",\n \"astro\",\n \"none\",\n ])\n .describe(\"Frontend framework\");\n\nexport const AddonsSchema = z\n .enum([\n \"pwa\",\n \"tauri\",\n \"electrobun\",\n \"starlight\",\n \"biome\",\n \"lefthook\",\n \"husky\",\n \"mcp\",\n \"turborepo\",\n \"nx\",\n \"fumadocs\",\n \"ultracite\",\n \"oxlint\",\n \"opentui\",\n \"wxt\",\n \"skills\",\n \"evlog\",\n \"none\",\n ])\n .describe(\"Additional addons\");\n\nconst AddonsListSchema = z.array(AddonsSchema).superRefine((addons, ctx) => {\n if (addons.includes(\"nx\") && addons.includes(\"turborepo\")) {\n ctx.addIssue({\n code: z.ZodIssueCode.custom,\n message: \"`nx` and `turborepo` cannot be used together\",\n });\n }\n});\n\nexport const ExamplesSchema = z\n .enum([\"todo\", \"ai\", \"none\"])\n .describe(\"Example templates to include\");\n\nexport const PackageManagerSchema = z.enum([\"npm\", \"pnpm\", \"bun\"]).describe(\"Package manager\");\n\nexport const DatabaseSetupSchema = z\n .enum([\n \"turso\",\n \"neon\",\n \"prisma-postgres\",\n \"planetscale\",\n \"mongodb-atlas\",\n \"supabase\",\n \"d1\",\n \"docker\",\n \"none\",\n ])\n .describe(\"Database hosting setup\");\n\nexport const APISchema = z.enum([\"trpc\", \"orpc\", \"none\"]).describe(\"API type\");\n\nexport const AuthSchema = z\n .enum([\"better-auth\", \"clerk\", \"none\"])\n .describe(\"Authentication provider\");\n\nexport const PaymentsSchema = z.enum([\"polar\", \"none\"]).describe(\"Payments provider\");\n\nexport const WebDeploySchema = z.enum([\"cloudflare\", \"none\"]).describe(\"Web deployment\");\n\nexport const ServerDeploySchema = z.enum([\"cloudflare\", \"none\"]).describe(\"Server deployment\");\n\nexport const DirectoryConflictSchema = z\n .enum([\"merge\", \"overwrite\", \"increment\", \"error\"])\n .describe(\"How to handle existing directory conflicts\");\n\nexport const TemplateSchema = z\n .enum([\"mern\", \"pern\", \"t3\", \"uniwind\", \"none\"])\n .describe(\"Predefined project template\");\n\nexport const WxtTemplateSchema = z\n .enum([\"vanilla\", \"vue\", \"react\", \"solid\", \"svelte\"])\n .describe(\"WXT template\");\n\nexport const TuiTemplateSchema = z.enum([\"core\", \"react\", \"solid\"]).describe(\"OpenTUI template\");\n\nexport const FumadocsTemplateSchema = z\n .enum([\n \"next-mdx\",\n \"next-mdx-static\",\n \"waku\",\n \"react-router\",\n \"react-router-spa\",\n \"tanstack-start\",\n \"tanstack-start-spa\",\n ])\n .describe(\"Fumadocs template\");\n\nexport const FumadocsSearchSchema = z\n .enum([\"orama\", \"orama-cloud\"])\n .describe(\"Fumadocs search solution\");\n\nexport const FumadocsOgImageSchema = z\n .enum([\"next-og\", \"takumi\"])\n .describe(\"Fumadocs OG image generator\");\n\nexport const FumadocsAiChatSchema = z\n .enum([\"openrouter\", \"inkeep\"])\n .describe(\"Fumadocs AI chat provider\");\n\nexport const InstallScopeSchema = z.enum([\"project\", \"global\"]).describe(\"Installation scope\");\n\nexport const McpServerSchema = z\n .enum([\n \"better-t-stack\",\n \"context7\",\n \"nx\",\n \"cloudflare-docs\",\n \"convex\",\n \"shadcn\",\n \"next-devtools\",\n \"nuxt-docs\",\n \"nuxt-ui-docs\",\n \"svelte-docs\",\n \"astro-docs\",\n \"planetscale\",\n \"neon\",\n \"supabase\",\n \"better-auth\",\n \"clerk\",\n \"expo\",\n \"polar\",\n ])\n .describe(\"MCP server to install\");\n\nexport const McpAgentSchema = z\n .enum([\n \"antigravity\",\n \"cline\",\n \"cline-cli\",\n \"cursor\",\n \"claude-code\",\n \"codex\",\n \"opencode\",\n \"gemini-cli\",\n \"github-copilot-cli\",\n \"mcporter\",\n \"vscode\",\n \"zed\",\n \"claude-desktop\",\n \"goose\",\n ])\n .describe(\"Agent target for MCP installation\");\n\nexport const SkillsSourceSchema = z\n .enum([\n \"vercel-labs/agent-skills\",\n \"vercel/ai\",\n \"vercel/turborepo\",\n \"yusukebe/hono-skill\",\n \"vercel-labs/next-skills\",\n \"nuxt/ui\",\n \"heroui-inc/heroui\",\n \"shadcn/ui\",\n \"better-auth/skills\",\n \"clerk/skills\",\n \"neondatabase/agent-skills\",\n \"supabase/agent-skills\",\n \"planetscale/database-skills\",\n \"expo/skills\",\n \"prisma/skills\",\n \"elysiajs/skills\",\n \"waynesutton/convexskills\",\n \"msmps/opentui-skill\",\n \"haydenbleasel/ultracite\",\n \"https://www.evlog.dev\",\n ])\n .describe(\"Skill source repository\");\n\nexport const SkillsAgentSchema = z\n .enum([\n \"cursor\",\n \"claude-code\",\n \"cline\",\n \"github-copilot\",\n \"codex\",\n \"opencode\",\n \"windsurf\",\n \"goose\",\n \"roo\",\n \"kilo\",\n \"gemini-cli\",\n \"antigravity\",\n \"openhands\",\n \"trae\",\n \"amp\",\n \"pi\",\n \"qoder\",\n \"qwen-code\",\n \"kiro-cli\",\n \"droid\",\n \"command-code\",\n \"clawdbot\",\n \"zencoder\",\n \"neovate\",\n \"mcpjam\",\n ])\n .describe(\"Agent target for skill installation\");\n\nexport const SkillSelectionSchema = z.strictObject({\n source: SkillsSourceSchema.describe(\"Skill source to install from\"),\n skills: z.array(z.string()).describe(\"Curated skill names to install from this source\"),\n});\n\nexport const UltraciteLinterSchema = z\n .enum([\"biome\", \"eslint\", \"oxlint\"])\n .describe(\"Ultracite linter\");\n\nexport const UltraciteEditorSchema = z\n .enum([\n \"vscode\",\n \"cursor\",\n \"windsurf\",\n \"codebuddy\",\n \"antigravity\",\n \"bob\",\n \"kiro\",\n \"trae\",\n \"void\",\n \"zed\",\n ])\n .describe(\"Ultracite editor integration\");\n\nexport const UltraciteAgentSchema = z\n .enum([\n \"universal\",\n \"claude\",\n \"codex\",\n \"jules\",\n \"replit\",\n \"devin\",\n \"lovable\",\n \"zencoder\",\n \"ona\",\n \"openclaw\",\n \"continue\",\n \"snowflake-cortex\",\n \"deepagents\",\n \"qoder\",\n \"kimi-cli\",\n \"mcpjam\",\n \"mux\",\n \"pi\",\n \"adal\",\n \"copilot\",\n \"cline\",\n \"amp\",\n \"aider\",\n \"firebase-studio\",\n \"open-hands\",\n \"gemini\",\n \"junie\",\n \"augmentcode\",\n \"bob\",\n \"kilo-code\",\n \"goose\",\n \"roo-code\",\n \"warp\",\n \"droid\",\n \"opencode\",\n \"crush\",\n \"qwen\",\n \"amazon-q-cli\",\n \"firebender\",\n \"cursor-cli\",\n \"mistral-vibe\",\n \"vercel\",\n ])\n .describe(\"Ultracite agent integration\");\n\nexport const UltraciteHookSchema = z\n .enum([\"cursor\", \"windsurf\", \"codebuddy\", \"claude\", \"copilot\"])\n .describe(\"Ultracite hook integration\");\n\nexport const DbSetupModeSchema = z.enum([\"manual\", \"auto\"]).describe(\"Database setup mode\");\n\nexport const NeonSetupMethodSchema = z\n .enum([\"neondb\", \"neonctl\"])\n .describe(\"Neon database provisioning method\");\n\nexport const AddonOptionsSchema = z\n .strictObject({\n wxt: z\n .strictObject({\n template: WxtTemplateSchema,\n devPort: z.number().int().min(1).max(65535).optional().describe(\"WXT dev server port\"),\n })\n .optional()\n .describe(\"Options for the WXT addon\"),\n fumadocs: z\n .strictObject({\n template: FumadocsTemplateSchema,\n devPort: z.number().int().min(1).max(65535).optional().describe(\"Fumadocs dev server port\"),\n search: FumadocsSearchSchema.optional().describe(\"Fumadocs search solution\"),\n ogImage: FumadocsOgImageSchema.optional().describe(\"Fumadocs OG image generator\"),\n aiChat: FumadocsAiChatSchema.optional().describe(\"Fumadocs AI chat provider\"),\n })\n .optional()\n .describe(\"Options for the Fumadocs addon\"),\n opentui: z\n .strictObject({\n template: TuiTemplateSchema,\n })\n .optional()\n .describe(\"Options for the OpenTUI addon\"),\n mcp: z\n .strictObject({\n scope: InstallScopeSchema.optional(),\n servers: z.array(McpServerSchema).optional().describe(\"MCP servers to install\"),\n agents: z.array(McpAgentSchema).optional().describe(\"Agents to wire MCP servers into\"),\n })\n .optional()\n .describe(\"Options for the MCP addon\"),\n skills: z\n .strictObject({\n scope: InstallScopeSchema.optional(),\n agents: z.array(SkillsAgentSchema).optional().describe(\"Agents to install skills into\"),\n selections: z.array(SkillSelectionSchema).optional().describe(\"Skills grouped by source\"),\n })\n .optional()\n .describe(\"Options for the Skills addon\"),\n ultracite: z\n .strictObject({\n linter: UltraciteLinterSchema.optional(),\n editors: z.array(UltraciteEditorSchema).optional(),\n agents: z.array(UltraciteAgentSchema).optional(),\n hooks: z.array(UltraciteHookSchema).optional(),\n })\n .optional()\n .describe(\"Options for the Ultracite addon\"),\n })\n .describe(\"Addon-specific configuration\");\n\nexport const DbSetupOptionsSchema = z\n .strictObject({\n mode: DbSetupModeSchema.optional().describe(\"How database setup should be executed\"),\n neon: z\n .strictObject({\n method: NeonSetupMethodSchema.optional(),\n projectName: z.string().min(1).optional().describe(\"Neon project name\"),\n regionId: z.string().min(1).optional().describe(\"Neon region identifier\"),\n })\n .optional()\n .describe(\"Options for Neon setup\"),\n prismaPostgres: z\n .strictObject({\n regionId: z.string().min(1).optional().describe(\"Prisma Postgres region identifier\"),\n })\n .optional()\n .describe(\"Options for Prisma Postgres setup\"),\n turso: z\n .strictObject({\n databaseName: z.string().min(1).optional().describe(\"Turso database name\"),\n groupName: z.string().min(1).optional().describe(\"Turso database group name\"),\n installCli: z\n .boolean()\n .optional()\n .describe(\"Whether the CLI may install the Turso CLI automatically\"),\n })\n .optional()\n .describe(\"Options for Turso setup\"),\n })\n .describe(\"Database setup configuration\");\n\nexport const ProjectNameSchema = z\n .string()\n .min(1, \"Project name cannot be empty\")\n .max(255, \"Project name must be less than 255 characters\")\n .refine(\n (name) => name === \".\" || !name.startsWith(\".\"),\n \"Project name cannot start with a dot (except for '.')\",\n )\n .refine((name) => name === \".\" || !name.startsWith(\"-\"), \"Project name cannot start with a dash\")\n .refine((name) => {\n const invalidChars = [\"<\", \">\", \":\", '\"', \"|\", \"?\", \"*\"];\n return !invalidChars.some((char) => name.includes(char));\n }, \"Project name contains invalid characters\")\n .refine((name) => name.toLowerCase() !== \"node_modules\", \"Project name is reserved\")\n .describe(\"Project name or path\");\n\nexport const CreateInputSchema = z\n .object({\n projectName: z.string().optional(),\n template: TemplateSchema.optional(),\n yes: z.boolean().optional(),\n yolo: z.boolean().optional(),\n dryRun: z.boolean().optional(),\n verbose: z.boolean().optional(),\n addonOptions: AddonOptionsSchema.optional(),\n dbSetupOptions: DbSetupOptionsSchema.optional(),\n database: DatabaseSchema.optional(),\n orm: ORMSchema.optional(),\n auth: AuthSchema.optional(),\n payments: PaymentsSchema.optional(),\n frontend: z.array(FrontendSchema).optional(),\n addons: AddonsListSchema.optional(),\n examples: z.array(ExamplesSchema).optional(),\n git: z.boolean().optional(),\n packageManager: PackageManagerSchema.optional(),\n install: z.boolean().optional(),\n dbSetup: DatabaseSetupSchema.optional(),\n backend: BackendSchema.optional(),\n runtime: RuntimeSchema.optional(),\n api: APISchema.optional(),\n webDeploy: WebDeploySchema.optional(),\n serverDeploy: ServerDeploySchema.optional(),\n directoryConflict: DirectoryConflictSchema.optional(),\n renderTitle: z.boolean().optional(),\n disableAnalytics: z.boolean().optional(),\n manualDb: z.boolean().optional(),\n })\n .strict()\n .refine((input) => !(input.manualDb !== undefined && input.dbSetupOptions?.mode !== undefined), {\n message: \"`manualDb` and `dbSetupOptions.mode` are mutually exclusive\",\n path: [\"dbSetupOptions\", \"mode\"],\n });\n\nexport const AddInputSchema = z\n .object({\n addons: AddonsListSchema.optional(),\n addonOptions: AddonOptionsSchema.optional(),\n webDeploy: WebDeploySchema.optional(),\n serverDeploy: ServerDeploySchema.optional(),\n projectDir: z.string().optional(),\n install: z.boolean().optional(),\n packageManager: PackageManagerSchema.optional(),\n dryRun: z.boolean().optional(),\n })\n .strict();\n\nexport const CLIInputSchema = CreateInputSchema.safeExtend({\n projectDirectory: z.string().optional(),\n}).strict();\n\nexport const ProjectConfigSchema = z.object({\n projectName: z.string(),\n projectDir: z.string(),\n relativePath: z.string(),\n addonOptions: AddonOptionsSchema.optional(),\n dbSetupOptions: DbSetupOptionsSchema.optional(),\n database: DatabaseSchema,\n orm: ORMSchema,\n backend: BackendSchema,\n runtime: RuntimeSchema,\n frontend: z.array(FrontendSchema),\n addons: AddonsListSchema,\n examples: z.array(ExamplesSchema),\n auth: AuthSchema,\n payments: PaymentsSchema,\n git: z.boolean(),\n packageManager: PackageManagerSchema,\n install: z.boolean(),\n dbSetup: DatabaseSetupSchema,\n api: APISchema,\n webDeploy: WebDeploySchema,\n serverDeploy: ServerDeploySchema,\n});\n\nexport const BetterTStackConfigSchema = z.object({\n version: z.string().describe(\"CLI version used to create this project\"),\n createdAt: z.string().describe(\"Timestamp when the project was created\"),\n reproducibleCommand: z.string().optional().describe(\"Command to reproduce this project setup\"),\n addonOptions: AddonOptionsSchema.optional(),\n dbSetupOptions: DbSetupOptionsSchema.optional(),\n database: DatabaseSchema,\n orm: ORMSchema,\n backend: BackendSchema,\n runtime: RuntimeSchema,\n frontend: z.array(FrontendSchema),\n addons: AddonsListSchema,\n examples: z.array(ExamplesSchema),\n auth: AuthSchema,\n payments: PaymentsSchema,\n packageManager: PackageManagerSchema,\n dbSetup: DatabaseSetupSchema,\n api: APISchema,\n webDeploy: WebDeploySchema,\n serverDeploy: ServerDeploySchema,\n});\n\nexport const BetterTStackConfigFileSchema = z\n .object({\n $schema: z.string().optional().describe(\"JSON Schema reference for validation\"),\n })\n .extend(BetterTStackConfigSchema.shape)\n .strict()\n .meta({\n id: \"https://r2.better-t-stack.dev/schema.json\",\n title: \"Better-T-Stack Configuration\",\n description: \"Configuration file for Better-T-Stack projects\",\n });\n\nexport const InitResultSchema = z.object({\n success: z.boolean(),\n projectConfig: ProjectConfigSchema,\n reproducibleCommand: z.string(),\n timeScaffolded: z.string(),\n elapsedTimeMs: z.number(),\n projectDirectory: z.string(),\n relativePath: z.string(),\n error: z.string().optional(),\n});\n\nexport const DATABASE_VALUES = DatabaseSchema.options;\nexport const ORM_VALUES = ORMSchema.options;\nexport const BACKEND_VALUES = BackendSchema.options;\nexport const RUNTIME_VALUES = RuntimeSchema.options;\nexport const FRONTEND_VALUES = FrontendSchema.options;\nexport const ADDONS_VALUES = AddonsSchema.options;\nexport const EXAMPLES_VALUES = ExamplesSchema.options;\nexport const PACKAGE_MANAGER_VALUES = PackageManagerSchema.options;\nexport const DATABASE_SETUP_VALUES = DatabaseSetupSchema.options;\nexport const API_VALUES = APISchema.options;\nexport const AUTH_VALUES = AuthSchema.options;\nexport const PAYMENTS_VALUES = PaymentsSchema.options;\nexport const WEB_DEPLOY_VALUES = WebDeploySchema.options;\nexport const SERVER_DEPLOY_VALUES = ServerDeploySchema.options;\nexport const DIRECTORY_CONFLICT_VALUES = DirectoryConflictSchema.options;\nexport const TEMPLATE_VALUES = TemplateSchema.options;\n"],"mappings":";;AAEA,MAAa,iBAAiB,EAC3B,KAAK;CAAC;CAAQ;CAAU;CAAY;CAAS;CAAU,CAAC,CACxD,SAAS,gBAAgB;AAE5B,MAAa,YAAY,EAAE,KAAK;CAAC;CAAW;CAAU;CAAY;CAAO,CAAC,CAAC,SAAS,WAAW;AAE/F,MAAa,gBAAgB,EAC1B,KAAK;CAAC;CAAQ;CAAW;CAAW;CAAU;CAAU;CAAQ;CAAO,CAAC,CACxE,SAAS,oBAAoB;AAEhC,MAAa,gBAAgB,EAC1B,KAAK;CAAC;CAAO;CAAQ;CAAW;CAAO,CAAC,CACxC,SAAS,sBAAsB;AAElC,MAAa,iBAAiB,EAC3B,KAAK;CACJ;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACD,CAAC,CACD,SAAS,qBAAqB;AAEjC,MAAa,eAAe,EACzB,KAAK;CACJ;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACD,CAAC,CACD,SAAS,oBAAoB;AAEhC,MAAM,mBAAmB,EAAE,MAAM,aAAa,CAAC,aAAa,QAAQ,QAAQ;AAC1E,KAAI,OAAO,SAAS,KAAK,IAAI,OAAO,SAAS,YAAY,CACvD,KAAI,SAAS;EACX,MAAM,EAAE,aAAa;EACrB,SAAS;EACV,CAAC;EAEJ;AAEF,MAAa,iBAAiB,EAC3B,KAAK;CAAC;CAAQ;CAAM;CAAO,CAAC,CAC5B,SAAS,+BAA+B;AAE3C,MAAa,uBAAuB,EAAE,KAAK;CAAC;CAAO;CAAQ;CAAM,CAAC,CAAC,SAAS,kBAAkB;AAE9F,MAAa,sBAAsB,EAChC,KAAK;CACJ;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACD,CAAC,CACD,SAAS,yBAAyB;AAErC,MAAa,YAAY,EAAE,KAAK;CAAC;CAAQ;CAAQ;CAAO,CAAC,CAAC,SAAS,WAAW;AAE9E,MAAa,aAAa,EACvB,KAAK;CAAC;CAAe;CAAS;CAAO,CAAC,CACtC,SAAS,0BAA0B;AAEtC,MAAa,iBAAiB,EAAE,KAAK,CAAC,SAAS,OAAO,CAAC,CAAC,SAAS,oBAAoB;AAErF,MAAa,kBAAkB,EAAE,KAAK,CAAC,cAAc,OAAO,CAAC,CAAC,SAAS,iBAAiB;AAExF,MAAa,qBAAqB,EAAE,KAAK,CAAC,cAAc,OAAO,CAAC,CAAC,SAAS,oBAAoB;AAE9F,MAAa,0BAA0B,EACpC,KAAK;CAAC;CAAS;CAAa;CAAa;CAAQ,CAAC,CAClD,SAAS,6CAA6C;AAEzD,MAAa,iBAAiB,EAC3B,KAAK;CAAC;CAAQ;CAAQ;CAAM;CAAW;CAAO,CAAC,CAC/C,SAAS,8BAA8B;AAE1C,MAAa,oBAAoB,EAC9B,KAAK;CAAC;CAAW;CAAO;CAAS;CAAS;CAAS,CAAC,CACpD,SAAS,eAAe;AAE3B,MAAa,oBAAoB,EAAE,KAAK;CAAC;CAAQ;CAAS;CAAQ,CAAC,CAAC,SAAS,mBAAmB;AAEhG,MAAa,yBAAyB,EACnC,KAAK;CACJ;CACA;CACA;CACA;CACA;CACA;CACA;CACD,CAAC,CACD,SAAS,oBAAoB;AAEhC,MAAa,uBAAuB,EACjC,KAAK,CAAC,SAAS,cAAc,CAAC,CAC9B,SAAS,2BAA2B;AAEvC,MAAa,wBAAwB,EAClC,KAAK,CAAC,WAAW,SAAS,CAAC,CAC3B,SAAS,8BAA8B;AAE1C,MAAa,uBAAuB,EACjC,KAAK,CAAC,cAAc,SAAS,CAAC,CAC9B,SAAS,4BAA4B;AAExC,MAAa,qBAAqB,EAAE,KAAK,CAAC,WAAW,SAAS,CAAC,CAAC,SAAS,qBAAqB;AAE9F,MAAa,kBAAkB,EAC5B,KAAK;CACJ;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACD,CAAC,CACD,SAAS,wBAAwB;AAEpC,MAAa,iBAAiB,EAC3B,KAAK;CACJ;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACD,CAAC,CACD,SAAS,oCAAoC;AAEhD,MAAa,qBAAqB,EAC/B,KAAK;CACJ;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACD,CAAC,CACD,SAAS,0BAA0B;AAEtC,MAAa,oBAAoB,EAC9B,KAAK;CACJ;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACD,CAAC,CACD,SAAS,sCAAsC;AAElD,MAAa,uBAAuB,EAAE,aAAa;CACjD,QAAQ,mBAAmB,SAAS,+BAA+B;CACnE,QAAQ,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD;CACxF,CAAC;AAEF,MAAa,wBAAwB,EAClC,KAAK;CAAC;CAAS;CAAU;CAAS,CAAC,CACnC,SAAS,mBAAmB;AAE/B,MAAa,wBAAwB,EAClC,KAAK;CACJ;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACD,CAAC,CACD,SAAS,+BAA+B;AAE3C,MAAa,uBAAuB,EACjC,KAAK;CACJ;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACD,CAAC,CACD,SAAS,8BAA8B;AAE1C,MAAa,sBAAsB,EAChC,KAAK;CAAC;CAAU;CAAY;CAAa;CAAU;CAAU,CAAC,CAC9D,SAAS,6BAA6B;AAEzC,MAAa,oBAAoB,EAAE,KAAK,CAAC,UAAU,OAAO,CAAC,CAAC,SAAS,sBAAsB;AAE3F,MAAa,wBAAwB,EAClC,KAAK,CAAC,UAAU,UAAU,CAAC,CAC3B,SAAS,oCAAoC;AAEhD,MAAa,qBAAqB,EAC/B,aAAa;CACZ,KAAK,EACF,aAAa;EACZ,UAAU;EACV,SAAS,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,IAAI,MAAM,CAAC,UAAU,CAAC,SAAS,sBAAsB;EACvF,CAAC,CACD,UAAU,CACV,SAAS,4BAA4B;CACxC,UAAU,EACP,aAAa;EACZ,UAAU;EACV,SAAS,EAAE,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,IAAI,MAAM,CAAC,UAAU,CAAC,SAAS,2BAA2B;EAC3F,QAAQ,qBAAqB,UAAU,CAAC,SAAS,2BAA2B;EAC5E,SAAS,sBAAsB,UAAU,CAAC,SAAS,8BAA8B;EACjF,QAAQ,qBAAqB,UAAU,CAAC,SAAS,4BAA4B;EAC9E,CAAC,CACD,UAAU,CACV,SAAS,iCAAiC;CAC7C,SAAS,EACN,aAAa,EACZ,UAAU,mBACX,CAAC,CACD,UAAU,CACV,SAAS,gCAAgC;CAC5C,KAAK,EACF,aAAa;EACZ,OAAO,mBAAmB,UAAU;EACpC,SAAS,EAAE,MAAM,gBAAgB,CAAC,UAAU,CAAC,SAAS,yBAAyB;EAC/E,QAAQ,EAAE,MAAM,eAAe,CAAC,UAAU,CAAC,SAAS,kCAAkC;EACvF,CAAC,CACD,UAAU,CACV,SAAS,4BAA4B;CACxC,QAAQ,EACL,aAAa;EACZ,OAAO,mBAAmB,UAAU;EACpC,QAAQ,EAAE,MAAM,kBAAkB,CAAC,UAAU,CAAC,SAAS,gCAAgC;EACvF,YAAY,EAAE,MAAM,qBAAqB,CAAC,UAAU,CAAC,SAAS,2BAA2B;EAC1F,CAAC,CACD,UAAU,CACV,SAAS,+BAA+B;CAC3C,WAAW,EACR,aAAa;EACZ,QAAQ,sBAAsB,UAAU;EACxC,SAAS,EAAE,MAAM,sBAAsB,CAAC,UAAU;EAClD,QAAQ,EAAE,MAAM,qBAAqB,CAAC,UAAU;EAChD,OAAO,EAAE,MAAM,oBAAoB,CAAC,UAAU;EAC/C,CAAC,CACD,UAAU,CACV,SAAS,kCAAkC;CAC/C,CAAC,CACD,SAAS,+BAA+B;AAE3C,MAAa,uBAAuB,EACjC,aAAa;CACZ,MAAM,kBAAkB,UAAU,CAAC,SAAS,wCAAwC;CACpF,MAAM,EACH,aAAa;EACZ,QAAQ,sBAAsB,UAAU;EACxC,aAAa,EAAE,QAAQ,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,SAAS,oBAAoB;EACvE,UAAU,EAAE,QAAQ,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,SAAS,yBAAyB;EAC1E,CAAC,CACD,UAAU,CACV,SAAS,yBAAyB;CACrC,gBAAgB,EACb,aAAa,EACZ,UAAU,EAAE,QAAQ,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,SAAS,oCAAoC,EACrF,CAAC,CACD,UAAU,CACV,SAAS,oCAAoC;CAChD,OAAO,EACJ,aAAa;EACZ,cAAc,EAAE,QAAQ,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,SAAS,sBAAsB;EAC1E,WAAW,EAAE,QAAQ,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,SAAS,4BAA4B;EAC7E,YAAY,EACT,SAAS,CACT,UAAU,CACV,SAAS,0DAA0D;EACvE,CAAC,CACD,UAAU,CACV,SAAS,0BAA0B;CACvC,CAAC,CACD,SAAS,+BAA+B;AAE3C,MAAa,oBAAoB,EAC9B,QAAQ,CACR,IAAI,GAAG,+BAA+B,CACtC,IAAI,KAAK,gDAAgD,CACzD,QACE,SAAS,SAAS,OAAO,CAAC,KAAK,WAAW,IAAI,EAC/C,wDACD,CACA,QAAQ,SAAS,SAAS,OAAO,CAAC,KAAK,WAAW,IAAI,EAAE,wCAAwC,CAChG,QAAQ,SAAS;AAEhB,QAAO,CAAC;EADc;EAAK;EAAK;EAAK;EAAK;EAAK;EAAK;EAChC,CAAC,MAAM,SAAS,KAAK,SAAS,KAAK,CAAC;GACvD,2CAA2C,CAC7C,QAAQ,SAAS,KAAK,aAAa,KAAK,gBAAgB,2BAA2B,CACnF,SAAS,uBAAuB;AAEnC,MAAa,oBAAoB,EAC9B,OAAO;CACN,aAAa,EAAE,QAAQ,CAAC,UAAU;CAClC,UAAU,eAAe,UAAU;CACnC,KAAK,EAAE,SAAS,CAAC,UAAU;CAC3B,MAAM,EAAE,SAAS,CAAC,UAAU;CAC5B,QAAQ,EAAE,SAAS,CAAC,UAAU;CAC9B,SAAS,EAAE,SAAS,CAAC,UAAU;CAC/B,cAAc,mBAAmB,UAAU;CAC3C,gBAAgB,qBAAqB,UAAU;CAC/C,UAAU,eAAe,UAAU;CACnC,KAAK,UAAU,UAAU;CACzB,MAAM,WAAW,UAAU;CAC3B,UAAU,eAAe,UAAU;CACnC,UAAU,EAAE,MAAM,eAAe,CAAC,UAAU;CAC5C,QAAQ,iBAAiB,UAAU;CACnC,UAAU,EAAE,MAAM,eAAe,CAAC,UAAU;CAC5C,KAAK,EAAE,SAAS,CAAC,UAAU;CAC3B,gBAAgB,qBAAqB,UAAU;CAC/C,SAAS,EAAE,SAAS,CAAC,UAAU;CAC/B,SAAS,oBAAoB,UAAU;CACvC,SAAS,cAAc,UAAU;CACjC,SAAS,cAAc,UAAU;CACjC,KAAK,UAAU,UAAU;CACzB,WAAW,gBAAgB,UAAU;CACrC,cAAc,mBAAmB,UAAU;CAC3C,mBAAmB,wBAAwB,UAAU;CACrD,aAAa,EAAE,SAAS,CAAC,UAAU;CACnC,kBAAkB,EAAE,SAAS,CAAC,UAAU;CACxC,UAAU,EAAE,SAAS,CAAC,UAAU;CACjC,CAAC,CACD,QAAQ,CACR,QAAQ,UAAU,EAAE,MAAM,aAAa,KAAA,KAAa,MAAM,gBAAgB,SAAS,KAAA,IAAY;CAC9F,SAAS;CACT,MAAM,CAAC,kBAAkB,OAAO;CACjC,CAAC;AAEJ,MAAa,iBAAiB,EAC3B,OAAO;CACN,QAAQ,iBAAiB,UAAU;CACnC,cAAc,mBAAmB,UAAU;CAC3C,WAAW,gBAAgB,UAAU;CACrC,cAAc,mBAAmB,UAAU;CAC3C,YAAY,EAAE,QAAQ,CAAC,UAAU;CACjC,SAAS,EAAE,SAAS,CAAC,UAAU;CAC/B,gBAAgB,qBAAqB,UAAU;CAC/C,QAAQ,EAAE,SAAS,CAAC,UAAU;CAC/B,CAAC,CACD,QAAQ;AAEX,MAAa,iBAAiB,kBAAkB,WAAW,EACzD,kBAAkB,EAAE,QAAQ,CAAC,UAAU,EACxC,CAAC,CAAC,QAAQ;AAEX,MAAa,sBAAsB,EAAE,OAAO;CAC1C,aAAa,EAAE,QAAQ;CACvB,YAAY,EAAE,QAAQ;CACtB,cAAc,EAAE,QAAQ;CACxB,cAAc,mBAAmB,UAAU;CAC3C,gBAAgB,qBAAqB,UAAU;CAC/C,UAAU;CACV,KAAK;CACL,SAAS;CACT,SAAS;CACT,UAAU,EAAE,MAAM,eAAe;CACjC,QAAQ;CACR,UAAU,EAAE,MAAM,eAAe;CACjC,MAAM;CACN,UAAU;CACV,KAAK,EAAE,SAAS;CAChB,gBAAgB;CAChB,SAAS,EAAE,SAAS;CACpB,SAAS;CACT,KAAK;CACL,WAAW;CACX,cAAc;CACf,CAAC;AAEF,MAAa,2BAA2B,EAAE,OAAO;CAC/C,SAAS,EAAE,QAAQ,CAAC,SAAS,0CAA0C;CACvE,WAAW,EAAE,QAAQ,CAAC,SAAS,yCAAyC;CACxE,qBAAqB,EAAE,QAAQ,CAAC,UAAU,CAAC,SAAS,0CAA0C;CAC9F,cAAc,mBAAmB,UAAU;CAC3C,gBAAgB,qBAAqB,UAAU;CAC/C,UAAU;CACV,KAAK;CACL,SAAS;CACT,SAAS;CACT,UAAU,EAAE,MAAM,eAAe;CACjC,QAAQ;CACR,UAAU,EAAE,MAAM,eAAe;CACjC,MAAM;CACN,UAAU;CACV,gBAAgB;CAChB,SAAS;CACT,KAAK;CACL,WAAW;CACX,cAAc;CACf,CAAC;AAEF,MAAa,+BAA+B,EACzC,OAAO,EACN,SAAS,EAAE,QAAQ,CAAC,UAAU,CAAC,SAAS,uCAAuC,EAChF,CAAC,CACD,OAAO,yBAAyB,MAAM,CACtC,QAAQ,CACR,KAAK;CACJ,IAAI;CACJ,OAAO;CACP,aAAa;CACd,CAAC;AAEJ,MAAa,mBAAmB,EAAE,OAAO;CACvC,SAAS,EAAE,SAAS;CACpB,eAAe;CACf,qBAAqB,EAAE,QAAQ;CAC/B,gBAAgB,EAAE,QAAQ;CAC1B,eAAe,EAAE,QAAQ;CACzB,kBAAkB,EAAE,QAAQ;CAC5B,cAAc,EAAE,QAAQ;CACxB,OAAO,EAAE,QAAQ,CAAC,UAAU;CAC7B,CAAC;AAEF,MAAa,kBAAkB,eAAe;AAC9C,MAAa,aAAa,UAAU;AACpC,MAAa,iBAAiB,cAAc;AAC5C,MAAa,iBAAiB,cAAc;AAC5C,MAAa,kBAAkB,eAAe;AAC9C,MAAa,gBAAgB,aAAa;AAC1C,MAAa,kBAAkB,eAAe;AAC9C,MAAa,yBAAyB,qBAAqB;AAC3D,MAAa,wBAAwB,oBAAoB;AACzD,MAAa,aAAa,UAAU;AACpC,MAAa,cAAc,WAAW;AACtC,MAAa,kBAAkB,eAAe;AAC9C,MAAa,oBAAoB,gBAAgB;AACjD,MAAa,uBAAuB,mBAAmB;AACvD,MAAa,4BAA4B,wBAAwB;AACjE,MAAa,kBAAkB,eAAe"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-t-stack/types",
|
|
3
|
-
"version": "3.28.
|
|
3
|
+
"version": "3.28.1-pr1036.ff20c00",
|
|
4
4
|
"description": "TypeScript types and schemas for create-better-t-stack CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"better-t-stack",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"prepublishOnly": "bun run build"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"zod": "^4.
|
|
46
|
+
"zod": "^4.4.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"tsdown": "^0.21.9",
|