@better-t-stack/types 3.28.0 → 3.28.2
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 +984 -292
- 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.d.mts +9 -9
- package/dist/schemas.mjs.map +1 -1
- package/package.json +2 -2
package/dist/json-schema.d.mts
CHANGED
|
@@ -268,13 +268,13 @@ declare function getAddonOptionsJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
268
268
|
eslint: "eslint";
|
|
269
269
|
}>>;
|
|
270
270
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
271
|
-
void: "void";
|
|
272
271
|
antigravity: "antigravity";
|
|
273
272
|
cursor: "cursor";
|
|
274
273
|
vscode: "vscode";
|
|
275
274
|
zed: "zed";
|
|
276
275
|
windsurf: "windsurf";
|
|
277
276
|
trae: "trae";
|
|
277
|
+
void: "void";
|
|
278
278
|
codebuddy: "codebuddy";
|
|
279
279
|
bob: "bob";
|
|
280
280
|
kiro: "kiro";
|
|
@@ -516,13 +516,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
516
516
|
eslint: "eslint";
|
|
517
517
|
}>>;
|
|
518
518
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
519
|
-
void: "void";
|
|
520
519
|
antigravity: "antigravity";
|
|
521
520
|
cursor: "cursor";
|
|
522
521
|
vscode: "vscode";
|
|
523
522
|
zed: "zed";
|
|
524
523
|
windsurf: "windsurf";
|
|
525
524
|
trae: "trae";
|
|
525
|
+
void: "void";
|
|
526
526
|
codebuddy: "codebuddy";
|
|
527
527
|
bob: "bob";
|
|
528
528
|
kiro: "kiro";
|
|
@@ -889,13 +889,13 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
889
889
|
eslint: "eslint";
|
|
890
890
|
}>>;
|
|
891
891
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
892
|
-
void: "void";
|
|
893
892
|
antigravity: "antigravity";
|
|
894
893
|
cursor: "cursor";
|
|
895
894
|
vscode: "vscode";
|
|
896
895
|
zed: "zed";
|
|
897
896
|
windsurf: "windsurf";
|
|
898
897
|
trae: "trae";
|
|
898
|
+
void: "void";
|
|
899
899
|
codebuddy: "codebuddy";
|
|
900
900
|
bob: "bob";
|
|
901
901
|
kiro: "kiro";
|
|
@@ -1123,13 +1123,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1123
1123
|
eslint: "eslint";
|
|
1124
1124
|
}>>;
|
|
1125
1125
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1126
|
-
void: "void";
|
|
1127
1126
|
antigravity: "antigravity";
|
|
1128
1127
|
cursor: "cursor";
|
|
1129
1128
|
vscode: "vscode";
|
|
1130
1129
|
zed: "zed";
|
|
1131
1130
|
windsurf: "windsurf";
|
|
1132
1131
|
trae: "trae";
|
|
1132
|
+
void: "void";
|
|
1133
1133
|
codebuddy: "codebuddy";
|
|
1134
1134
|
bob: "bob";
|
|
1135
1135
|
kiro: "kiro";
|
|
@@ -1470,13 +1470,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1470
1470
|
eslint: "eslint";
|
|
1471
1471
|
}>>;
|
|
1472
1472
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1473
|
-
void: "void";
|
|
1474
1473
|
antigravity: "antigravity";
|
|
1475
1474
|
cursor: "cursor";
|
|
1476
1475
|
vscode: "vscode";
|
|
1477
1476
|
zed: "zed";
|
|
1478
1477
|
windsurf: "windsurf";
|
|
1479
1478
|
trae: "trae";
|
|
1479
|
+
void: "void";
|
|
1480
1480
|
codebuddy: "codebuddy";
|
|
1481
1481
|
bob: "bob";
|
|
1482
1482
|
kiro: "kiro";
|
|
@@ -1662,240 +1662,586 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1662
1662
|
cloudflare: "cloudflare";
|
|
1663
1663
|
}>;
|
|
1664
1664
|
}, z.core.$strip>>;
|
|
1665
|
-
declare function
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
devPort: z.ZodOptional<z.ZodNumber>;
|
|
1681
|
-
}, z.core.$strict>>;
|
|
1682
|
-
fumadocs: z.ZodOptional<z.ZodObject<{
|
|
1683
|
-
template: z.ZodEnum<{
|
|
1684
|
-
"react-router": "react-router";
|
|
1685
|
-
"tanstack-start": "tanstack-start";
|
|
1686
|
-
"next-mdx": "next-mdx";
|
|
1687
|
-
"next-mdx-static": "next-mdx-static";
|
|
1688
|
-
waku: "waku";
|
|
1689
|
-
"react-router-spa": "react-router-spa";
|
|
1690
|
-
"tanstack-start-spa": "tanstack-start-spa";
|
|
1691
|
-
}>;
|
|
1692
|
-
devPort: z.ZodOptional<z.ZodNumber>;
|
|
1693
|
-
search: z.ZodOptional<z.ZodEnum<{
|
|
1694
|
-
orama: "orama";
|
|
1695
|
-
"orama-cloud": "orama-cloud";
|
|
1696
|
-
}>>;
|
|
1697
|
-
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
1698
|
-
"next-og": "next-og";
|
|
1699
|
-
takumi: "takumi";
|
|
1700
|
-
}>>;
|
|
1701
|
-
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
1702
|
-
openrouter: "openrouter";
|
|
1703
|
-
inkeep: "inkeep";
|
|
1704
|
-
}>>;
|
|
1705
|
-
}, z.core.$strict>>;
|
|
1706
|
-
opentui: z.ZodOptional<z.ZodObject<{
|
|
1707
|
-
template: z.ZodEnum<{
|
|
1708
|
-
solid: "solid";
|
|
1709
|
-
react: "react";
|
|
1710
|
-
core: "core";
|
|
1711
|
-
}>;
|
|
1712
|
-
}, z.core.$strict>>;
|
|
1713
|
-
mcp: z.ZodOptional<z.ZodObject<{
|
|
1714
|
-
scope: z.ZodOptional<z.ZodEnum<{
|
|
1715
|
-
project: "project";
|
|
1716
|
-
global: "global";
|
|
1717
|
-
}>>;
|
|
1718
|
-
servers: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1719
|
-
convex: "convex";
|
|
1720
|
-
nx: "nx";
|
|
1721
|
-
neon: "neon";
|
|
1722
|
-
planetscale: "planetscale";
|
|
1723
|
-
supabase: "supabase";
|
|
1724
|
-
"better-auth": "better-auth";
|
|
1725
|
-
clerk: "clerk";
|
|
1726
|
-
polar: "polar";
|
|
1727
|
-
"better-t-stack": "better-t-stack";
|
|
1728
|
-
context7: "context7";
|
|
1729
|
-
"cloudflare-docs": "cloudflare-docs";
|
|
1730
|
-
shadcn: "shadcn";
|
|
1731
|
-
"next-devtools": "next-devtools";
|
|
1732
|
-
"nuxt-docs": "nuxt-docs";
|
|
1733
|
-
"nuxt-ui-docs": "nuxt-ui-docs";
|
|
1734
|
-
"svelte-docs": "svelte-docs";
|
|
1735
|
-
"astro-docs": "astro-docs";
|
|
1736
|
-
expo: "expo";
|
|
1737
|
-
}>>>;
|
|
1738
|
-
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1739
|
-
antigravity: "antigravity";
|
|
1740
|
-
cline: "cline";
|
|
1741
|
-
"cline-cli": "cline-cli";
|
|
1742
|
-
cursor: "cursor";
|
|
1743
|
-
"claude-code": "claude-code";
|
|
1744
|
-
codex: "codex";
|
|
1745
|
-
opencode: "opencode";
|
|
1746
|
-
"gemini-cli": "gemini-cli";
|
|
1747
|
-
"github-copilot-cli": "github-copilot-cli";
|
|
1748
|
-
mcporter: "mcporter";
|
|
1749
|
-
vscode: "vscode";
|
|
1750
|
-
zed: "zed";
|
|
1751
|
-
"claude-desktop": "claude-desktop";
|
|
1752
|
-
goose: "goose";
|
|
1753
|
-
}>>>;
|
|
1754
|
-
}, z.core.$strict>>;
|
|
1755
|
-
skills: z.ZodOptional<z.ZodObject<{
|
|
1756
|
-
scope: z.ZodOptional<z.ZodEnum<{
|
|
1757
|
-
project: "project";
|
|
1758
|
-
global: "global";
|
|
1759
|
-
}>>;
|
|
1760
|
-
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1761
|
-
antigravity: "antigravity";
|
|
1762
|
-
cline: "cline";
|
|
1763
|
-
cursor: "cursor";
|
|
1764
|
-
"claude-code": "claude-code";
|
|
1765
|
-
codex: "codex";
|
|
1766
|
-
opencode: "opencode";
|
|
1767
|
-
"gemini-cli": "gemini-cli";
|
|
1768
|
-
goose: "goose";
|
|
1769
|
-
"github-copilot": "github-copilot";
|
|
1770
|
-
windsurf: "windsurf";
|
|
1771
|
-
roo: "roo";
|
|
1772
|
-
kilo: "kilo";
|
|
1773
|
-
openhands: "openhands";
|
|
1774
|
-
trae: "trae";
|
|
1775
|
-
amp: "amp";
|
|
1776
|
-
pi: "pi";
|
|
1777
|
-
qoder: "qoder";
|
|
1778
|
-
"qwen-code": "qwen-code";
|
|
1779
|
-
"kiro-cli": "kiro-cli";
|
|
1780
|
-
droid: "droid";
|
|
1781
|
-
"command-code": "command-code";
|
|
1782
|
-
clawdbot: "clawdbot";
|
|
1783
|
-
zencoder: "zencoder";
|
|
1784
|
-
neovate: "neovate";
|
|
1785
|
-
mcpjam: "mcpjam";
|
|
1786
|
-
}>>>;
|
|
1787
|
-
selections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1788
|
-
source: z.ZodEnum<{
|
|
1789
|
-
"vercel-labs/agent-skills": "vercel-labs/agent-skills";
|
|
1790
|
-
"vercel/ai": "vercel/ai";
|
|
1791
|
-
"vercel/turborepo": "vercel/turborepo";
|
|
1792
|
-
"yusukebe/hono-skill": "yusukebe/hono-skill";
|
|
1793
|
-
"vercel-labs/next-skills": "vercel-labs/next-skills";
|
|
1794
|
-
"nuxt/ui": "nuxt/ui";
|
|
1795
|
-
"heroui-inc/heroui": "heroui-inc/heroui";
|
|
1796
|
-
"shadcn/ui": "shadcn/ui";
|
|
1797
|
-
"better-auth/skills": "better-auth/skills";
|
|
1798
|
-
"clerk/skills": "clerk/skills";
|
|
1799
|
-
"neondatabase/agent-skills": "neondatabase/agent-skills";
|
|
1800
|
-
"supabase/agent-skills": "supabase/agent-skills";
|
|
1801
|
-
"planetscale/database-skills": "planetscale/database-skills";
|
|
1802
|
-
"expo/skills": "expo/skills";
|
|
1803
|
-
"prisma/skills": "prisma/skills";
|
|
1804
|
-
"elysiajs/skills": "elysiajs/skills";
|
|
1805
|
-
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
1806
|
-
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
1807
|
-
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
1808
|
-
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
1809
|
-
}>;
|
|
1810
|
-
skills: z.ZodArray<z.ZodString>;
|
|
1811
|
-
}, z.core.$strict>>>;
|
|
1812
|
-
}, z.core.$strict>>;
|
|
1813
|
-
ultracite: z.ZodOptional<z.ZodObject<{
|
|
1814
|
-
linter: z.ZodOptional<z.ZodEnum<{
|
|
1815
|
-
biome: "biome";
|
|
1816
|
-
oxlint: "oxlint";
|
|
1817
|
-
eslint: "eslint";
|
|
1818
|
-
}>>;
|
|
1819
|
-
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1820
|
-
void: "void";
|
|
1821
|
-
antigravity: "antigravity";
|
|
1822
|
-
cursor: "cursor";
|
|
1823
|
-
vscode: "vscode";
|
|
1824
|
-
zed: "zed";
|
|
1825
|
-
windsurf: "windsurf";
|
|
1826
|
-
trae: "trae";
|
|
1827
|
-
codebuddy: "codebuddy";
|
|
1828
|
-
bob: "bob";
|
|
1829
|
-
kiro: "kiro";
|
|
1830
|
-
}>>>;
|
|
1831
|
-
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1832
|
-
cline: "cline";
|
|
1833
|
-
codex: "codex";
|
|
1834
|
-
opencode: "opencode";
|
|
1835
|
-
goose: "goose";
|
|
1836
|
-
amp: "amp";
|
|
1837
|
-
pi: "pi";
|
|
1838
|
-
qoder: "qoder";
|
|
1839
|
-
droid: "droid";
|
|
1840
|
-
zencoder: "zencoder";
|
|
1841
|
-
mcpjam: "mcpjam";
|
|
1842
|
-
bob: "bob";
|
|
1843
|
-
universal: "universal";
|
|
1844
|
-
claude: "claude";
|
|
1845
|
-
jules: "jules";
|
|
1846
|
-
replit: "replit";
|
|
1847
|
-
devin: "devin";
|
|
1848
|
-
lovable: "lovable";
|
|
1849
|
-
ona: "ona";
|
|
1850
|
-
openclaw: "openclaw";
|
|
1851
|
-
continue: "continue";
|
|
1852
|
-
"snowflake-cortex": "snowflake-cortex";
|
|
1853
|
-
deepagents: "deepagents";
|
|
1854
|
-
"kimi-cli": "kimi-cli";
|
|
1855
|
-
mux: "mux";
|
|
1856
|
-
adal: "adal";
|
|
1857
|
-
copilot: "copilot";
|
|
1858
|
-
aider: "aider";
|
|
1859
|
-
"firebase-studio": "firebase-studio";
|
|
1860
|
-
"open-hands": "open-hands";
|
|
1861
|
-
gemini: "gemini";
|
|
1862
|
-
junie: "junie";
|
|
1863
|
-
augmentcode: "augmentcode";
|
|
1864
|
-
"kilo-code": "kilo-code";
|
|
1865
|
-
"roo-code": "roo-code";
|
|
1866
|
-
warp: "warp";
|
|
1867
|
-
crush: "crush";
|
|
1868
|
-
qwen: "qwen";
|
|
1869
|
-
"amazon-q-cli": "amazon-q-cli";
|
|
1870
|
-
firebender: "firebender";
|
|
1871
|
-
"cursor-cli": "cursor-cli";
|
|
1872
|
-
"mistral-vibe": "mistral-vibe";
|
|
1873
|
-
vercel: "vercel";
|
|
1874
|
-
}>>>;
|
|
1875
|
-
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1876
|
-
cursor: "cursor";
|
|
1877
|
-
windsurf: "windsurf";
|
|
1878
|
-
codebuddy: "codebuddy";
|
|
1879
|
-
claude: "claude";
|
|
1880
|
-
copilot: "copilot";
|
|
1881
|
-
}>>>;
|
|
1882
|
-
}, z.core.$strict>>;
|
|
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>;
|
|
1883
1680
|
}, z.core.$strict>>;
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
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
|
+
antigravity: "antigravity";
|
|
1820
|
+
cursor: "cursor";
|
|
1821
|
+
vscode: "vscode";
|
|
1822
|
+
zed: "zed";
|
|
1823
|
+
windsurf: "windsurf";
|
|
1824
|
+
trae: "trae";
|
|
1825
|
+
void: "void";
|
|
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>>;
|
|
2011
|
+
declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
2012
|
+
success: z.ZodBoolean;
|
|
2013
|
+
projectConfig: z.ZodObject<{
|
|
2014
|
+
projectName: z.ZodString;
|
|
2015
|
+
projectDir: z.ZodString;
|
|
2016
|
+
relativePath: z.ZodString;
|
|
2017
|
+
addonOptions: z.ZodOptional<z.ZodObject<{
|
|
2018
|
+
wxt: z.ZodOptional<z.ZodObject<{
|
|
2019
|
+
template: z.ZodEnum<{
|
|
2020
|
+
svelte: "svelte";
|
|
2021
|
+
solid: "solid";
|
|
2022
|
+
vanilla: "vanilla";
|
|
2023
|
+
vue: "vue";
|
|
2024
|
+
react: "react";
|
|
2025
|
+
}>;
|
|
2026
|
+
devPort: z.ZodOptional<z.ZodNumber>;
|
|
2027
|
+
}, z.core.$strict>>;
|
|
2028
|
+
fumadocs: z.ZodOptional<z.ZodObject<{
|
|
2029
|
+
template: z.ZodEnum<{
|
|
2030
|
+
"react-router": "react-router";
|
|
2031
|
+
"tanstack-start": "tanstack-start";
|
|
2032
|
+
"next-mdx": "next-mdx";
|
|
2033
|
+
"next-mdx-static": "next-mdx-static";
|
|
2034
|
+
waku: "waku";
|
|
2035
|
+
"react-router-spa": "react-router-spa";
|
|
2036
|
+
"tanstack-start-spa": "tanstack-start-spa";
|
|
2037
|
+
}>;
|
|
2038
|
+
devPort: z.ZodOptional<z.ZodNumber>;
|
|
2039
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
2040
|
+
orama: "orama";
|
|
2041
|
+
"orama-cloud": "orama-cloud";
|
|
2042
|
+
}>>;
|
|
2043
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
2044
|
+
"next-og": "next-og";
|
|
2045
|
+
takumi: "takumi";
|
|
2046
|
+
}>>;
|
|
2047
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
2048
|
+
openrouter: "openrouter";
|
|
2049
|
+
inkeep: "inkeep";
|
|
2050
|
+
}>>;
|
|
2051
|
+
}, z.core.$strict>>;
|
|
2052
|
+
opentui: z.ZodOptional<z.ZodObject<{
|
|
2053
|
+
template: z.ZodEnum<{
|
|
2054
|
+
solid: "solid";
|
|
2055
|
+
react: "react";
|
|
2056
|
+
core: "core";
|
|
2057
|
+
}>;
|
|
2058
|
+
}, z.core.$strict>>;
|
|
2059
|
+
mcp: z.ZodOptional<z.ZodObject<{
|
|
2060
|
+
scope: z.ZodOptional<z.ZodEnum<{
|
|
2061
|
+
project: "project";
|
|
2062
|
+
global: "global";
|
|
2063
|
+
}>>;
|
|
2064
|
+
servers: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2065
|
+
convex: "convex";
|
|
2066
|
+
nx: "nx";
|
|
2067
|
+
neon: "neon";
|
|
2068
|
+
planetscale: "planetscale";
|
|
2069
|
+
supabase: "supabase";
|
|
2070
|
+
"better-auth": "better-auth";
|
|
2071
|
+
clerk: "clerk";
|
|
2072
|
+
polar: "polar";
|
|
2073
|
+
"better-t-stack": "better-t-stack";
|
|
2074
|
+
context7: "context7";
|
|
2075
|
+
"cloudflare-docs": "cloudflare-docs";
|
|
2076
|
+
shadcn: "shadcn";
|
|
2077
|
+
"next-devtools": "next-devtools";
|
|
2078
|
+
"nuxt-docs": "nuxt-docs";
|
|
2079
|
+
"nuxt-ui-docs": "nuxt-ui-docs";
|
|
2080
|
+
"svelte-docs": "svelte-docs";
|
|
2081
|
+
"astro-docs": "astro-docs";
|
|
2082
|
+
expo: "expo";
|
|
2083
|
+
}>>>;
|
|
2084
|
+
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2085
|
+
antigravity: "antigravity";
|
|
2086
|
+
cline: "cline";
|
|
2087
|
+
"cline-cli": "cline-cli";
|
|
2088
|
+
cursor: "cursor";
|
|
2089
|
+
"claude-code": "claude-code";
|
|
2090
|
+
codex: "codex";
|
|
2091
|
+
opencode: "opencode";
|
|
2092
|
+
"gemini-cli": "gemini-cli";
|
|
2093
|
+
"github-copilot-cli": "github-copilot-cli";
|
|
2094
|
+
mcporter: "mcporter";
|
|
2095
|
+
vscode: "vscode";
|
|
2096
|
+
zed: "zed";
|
|
2097
|
+
"claude-desktop": "claude-desktop";
|
|
2098
|
+
goose: "goose";
|
|
2099
|
+
}>>>;
|
|
2100
|
+
}, z.core.$strict>>;
|
|
2101
|
+
skills: z.ZodOptional<z.ZodObject<{
|
|
2102
|
+
scope: z.ZodOptional<z.ZodEnum<{
|
|
2103
|
+
project: "project";
|
|
2104
|
+
global: "global";
|
|
2105
|
+
}>>;
|
|
2106
|
+
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2107
|
+
antigravity: "antigravity";
|
|
2108
|
+
cline: "cline";
|
|
2109
|
+
cursor: "cursor";
|
|
2110
|
+
"claude-code": "claude-code";
|
|
2111
|
+
codex: "codex";
|
|
2112
|
+
opencode: "opencode";
|
|
2113
|
+
"gemini-cli": "gemini-cli";
|
|
2114
|
+
goose: "goose";
|
|
2115
|
+
"github-copilot": "github-copilot";
|
|
2116
|
+
windsurf: "windsurf";
|
|
2117
|
+
roo: "roo";
|
|
2118
|
+
kilo: "kilo";
|
|
2119
|
+
openhands: "openhands";
|
|
2120
|
+
trae: "trae";
|
|
2121
|
+
amp: "amp";
|
|
2122
|
+
pi: "pi";
|
|
2123
|
+
qoder: "qoder";
|
|
2124
|
+
"qwen-code": "qwen-code";
|
|
2125
|
+
"kiro-cli": "kiro-cli";
|
|
2126
|
+
droid: "droid";
|
|
2127
|
+
"command-code": "command-code";
|
|
2128
|
+
clawdbot: "clawdbot";
|
|
2129
|
+
zencoder: "zencoder";
|
|
2130
|
+
neovate: "neovate";
|
|
2131
|
+
mcpjam: "mcpjam";
|
|
2132
|
+
}>>>;
|
|
2133
|
+
selections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2134
|
+
source: z.ZodEnum<{
|
|
2135
|
+
"vercel-labs/agent-skills": "vercel-labs/agent-skills";
|
|
2136
|
+
"vercel/ai": "vercel/ai";
|
|
2137
|
+
"vercel/turborepo": "vercel/turborepo";
|
|
2138
|
+
"yusukebe/hono-skill": "yusukebe/hono-skill";
|
|
2139
|
+
"vercel-labs/next-skills": "vercel-labs/next-skills";
|
|
2140
|
+
"nuxt/ui": "nuxt/ui";
|
|
2141
|
+
"heroui-inc/heroui": "heroui-inc/heroui";
|
|
2142
|
+
"shadcn/ui": "shadcn/ui";
|
|
2143
|
+
"better-auth/skills": "better-auth/skills";
|
|
2144
|
+
"clerk/skills": "clerk/skills";
|
|
2145
|
+
"neondatabase/agent-skills": "neondatabase/agent-skills";
|
|
2146
|
+
"supabase/agent-skills": "supabase/agent-skills";
|
|
2147
|
+
"planetscale/database-skills": "planetscale/database-skills";
|
|
2148
|
+
"expo/skills": "expo/skills";
|
|
2149
|
+
"prisma/skills": "prisma/skills";
|
|
2150
|
+
"elysiajs/skills": "elysiajs/skills";
|
|
2151
|
+
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
2152
|
+
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
2153
|
+
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
2154
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
2155
|
+
}>;
|
|
2156
|
+
skills: z.ZodArray<z.ZodString>;
|
|
2157
|
+
}, z.core.$strict>>>;
|
|
2158
|
+
}, z.core.$strict>>;
|
|
2159
|
+
ultracite: z.ZodOptional<z.ZodObject<{
|
|
2160
|
+
linter: z.ZodOptional<z.ZodEnum<{
|
|
2161
|
+
biome: "biome";
|
|
2162
|
+
oxlint: "oxlint";
|
|
2163
|
+
eslint: "eslint";
|
|
2164
|
+
}>>;
|
|
2165
|
+
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2166
|
+
antigravity: "antigravity";
|
|
2167
|
+
cursor: "cursor";
|
|
2168
|
+
vscode: "vscode";
|
|
2169
|
+
zed: "zed";
|
|
2170
|
+
windsurf: "windsurf";
|
|
2171
|
+
trae: "trae";
|
|
2172
|
+
void: "void";
|
|
2173
|
+
codebuddy: "codebuddy";
|
|
2174
|
+
bob: "bob";
|
|
2175
|
+
kiro: "kiro";
|
|
2176
|
+
}>>>;
|
|
2177
|
+
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2178
|
+
cline: "cline";
|
|
2179
|
+
codex: "codex";
|
|
2180
|
+
opencode: "opencode";
|
|
2181
|
+
goose: "goose";
|
|
2182
|
+
amp: "amp";
|
|
2183
|
+
pi: "pi";
|
|
2184
|
+
qoder: "qoder";
|
|
2185
|
+
droid: "droid";
|
|
2186
|
+
zencoder: "zencoder";
|
|
2187
|
+
mcpjam: "mcpjam";
|
|
2188
|
+
bob: "bob";
|
|
2189
|
+
universal: "universal";
|
|
2190
|
+
claude: "claude";
|
|
2191
|
+
jules: "jules";
|
|
2192
|
+
replit: "replit";
|
|
2193
|
+
devin: "devin";
|
|
2194
|
+
lovable: "lovable";
|
|
2195
|
+
ona: "ona";
|
|
2196
|
+
openclaw: "openclaw";
|
|
2197
|
+
continue: "continue";
|
|
2198
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
2199
|
+
deepagents: "deepagents";
|
|
2200
|
+
"kimi-cli": "kimi-cli";
|
|
2201
|
+
mux: "mux";
|
|
2202
|
+
adal: "adal";
|
|
2203
|
+
copilot: "copilot";
|
|
2204
|
+
aider: "aider";
|
|
2205
|
+
"firebase-studio": "firebase-studio";
|
|
2206
|
+
"open-hands": "open-hands";
|
|
2207
|
+
gemini: "gemini";
|
|
2208
|
+
junie: "junie";
|
|
2209
|
+
augmentcode: "augmentcode";
|
|
2210
|
+
"kilo-code": "kilo-code";
|
|
2211
|
+
"roo-code": "roo-code";
|
|
2212
|
+
warp: "warp";
|
|
2213
|
+
crush: "crush";
|
|
2214
|
+
qwen: "qwen";
|
|
2215
|
+
"amazon-q-cli": "amazon-q-cli";
|
|
2216
|
+
firebender: "firebender";
|
|
2217
|
+
"cursor-cli": "cursor-cli";
|
|
2218
|
+
"mistral-vibe": "mistral-vibe";
|
|
2219
|
+
vercel: "vercel";
|
|
2220
|
+
}>>>;
|
|
2221
|
+
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2222
|
+
cursor: "cursor";
|
|
2223
|
+
windsurf: "windsurf";
|
|
2224
|
+
codebuddy: "codebuddy";
|
|
2225
|
+
claude: "claude";
|
|
2226
|
+
copilot: "copilot";
|
|
2227
|
+
}>>>;
|
|
2228
|
+
}, z.core.$strict>>;
|
|
2229
|
+
}, z.core.$strict>>;
|
|
2230
|
+
dbSetupOptions: z.ZodOptional<z.ZodObject<{
|
|
2231
|
+
mode: z.ZodOptional<z.ZodEnum<{
|
|
2232
|
+
manual: "manual";
|
|
2233
|
+
auto: "auto";
|
|
2234
|
+
}>>;
|
|
2235
|
+
neon: z.ZodOptional<z.ZodObject<{
|
|
2236
|
+
method: z.ZodOptional<z.ZodEnum<{
|
|
2237
|
+
neondb: "neondb";
|
|
2238
|
+
neonctl: "neonctl";
|
|
2239
|
+
}>>;
|
|
2240
|
+
projectName: z.ZodOptional<z.ZodString>;
|
|
2241
|
+
regionId: z.ZodOptional<z.ZodString>;
|
|
2242
|
+
}, z.core.$strict>>;
|
|
2243
|
+
prismaPostgres: z.ZodOptional<z.ZodObject<{
|
|
2244
|
+
regionId: z.ZodOptional<z.ZodString>;
|
|
1899
2245
|
}, z.core.$strict>>;
|
|
1900
2246
|
turso: z.ZodOptional<z.ZodObject<{
|
|
1901
2247
|
databaseName: z.ZodOptional<z.ZodString>;
|
|
@@ -2286,13 +2632,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2286
2632
|
eslint: "eslint";
|
|
2287
2633
|
}>>;
|
|
2288
2634
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2289
|
-
void: "void";
|
|
2290
2635
|
antigravity: "antigravity";
|
|
2291
2636
|
cursor: "cursor";
|
|
2292
2637
|
vscode: "vscode";
|
|
2293
2638
|
zed: "zed";
|
|
2294
2639
|
windsurf: "windsurf";
|
|
2295
2640
|
trae: "trae";
|
|
2641
|
+
void: "void";
|
|
2296
2642
|
codebuddy: "codebuddy";
|
|
2297
2643
|
bob: "bob";
|
|
2298
2644
|
kiro: "kiro";
|
|
@@ -2534,13 +2880,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2534
2880
|
eslint: "eslint";
|
|
2535
2881
|
}>>;
|
|
2536
2882
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2537
|
-
void: "void";
|
|
2538
2883
|
antigravity: "antigravity";
|
|
2539
2884
|
cursor: "cursor";
|
|
2540
2885
|
vscode: "vscode";
|
|
2541
2886
|
zed: "zed";
|
|
2542
2887
|
windsurf: "windsurf";
|
|
2543
2888
|
trae: "trae";
|
|
2889
|
+
void: "void";
|
|
2544
2890
|
codebuddy: "codebuddy";
|
|
2545
2891
|
bob: "bob";
|
|
2546
2892
|
kiro: "kiro";
|
|
@@ -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
|
+
antigravity: "antigravity";
|
|
3257
|
+
cursor: "cursor";
|
|
3258
|
+
vscode: "vscode";
|
|
3259
|
+
zed: "zed";
|
|
3260
|
+
windsurf: "windsurf";
|
|
3261
|
+
trae: "trae";
|
|
3262
|
+
void: "void";
|
|
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<{
|
|
@@ -2907,13 +3487,13 @@ declare function getAllJsonSchemas(): {
|
|
|
2907
3487
|
eslint: "eslint";
|
|
2908
3488
|
}>>;
|
|
2909
3489
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2910
|
-
void: "void";
|
|
2911
3490
|
antigravity: "antigravity";
|
|
2912
3491
|
cursor: "cursor";
|
|
2913
3492
|
vscode: "vscode";
|
|
2914
3493
|
zed: "zed";
|
|
2915
3494
|
windsurf: "windsurf";
|
|
2916
3495
|
trae: "trae";
|
|
3496
|
+
void: "void";
|
|
2917
3497
|
codebuddy: "codebuddy";
|
|
2918
3498
|
bob: "bob";
|
|
2919
3499
|
kiro: "kiro";
|
|
@@ -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<{
|
|
@@ -3141,13 +3834,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3141
3834
|
eslint: "eslint";
|
|
3142
3835
|
}>>;
|
|
3143
3836
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3144
|
-
void: "void";
|
|
3145
3837
|
antigravity: "antigravity";
|
|
3146
3838
|
cursor: "cursor";
|
|
3147
3839
|
vscode: "vscode";
|
|
3148
3840
|
zed: "zed";
|
|
3149
3841
|
windsurf: "windsurf";
|
|
3150
3842
|
trae: "trae";
|
|
3843
|
+
void: "void";
|
|
3151
3844
|
codebuddy: "codebuddy";
|
|
3152
3845
|
bob: "bob";
|
|
3153
3846
|
kiro: "kiro";
|
|
@@ -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>;
|
|
@@ -3488,13 +4180,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3488
4180
|
eslint: "eslint";
|
|
3489
4181
|
}>>;
|
|
3490
4182
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3491
|
-
void: "void";
|
|
3492
4183
|
antigravity: "antigravity";
|
|
3493
4184
|
cursor: "cursor";
|
|
3494
4185
|
vscode: "vscode";
|
|
3495
4186
|
zed: "zed";
|
|
3496
4187
|
windsurf: "windsurf";
|
|
3497
4188
|
trae: "trae";
|
|
4189
|
+
void: "void";
|
|
3498
4190
|
codebuddy: "codebuddy";
|
|
3499
4191
|
bob: "bob";
|
|
3500
4192
|
kiro: "kiro";
|
|
@@ -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<{
|
|
@@ -3835,13 +4527,13 @@ declare function getAllJsonSchemas(): {
|
|
|
3835
4527
|
eslint: "eslint";
|
|
3836
4528
|
}>>;
|
|
3837
4529
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3838
|
-
void: "void";
|
|
3839
4530
|
antigravity: "antigravity";
|
|
3840
4531
|
cursor: "cursor";
|
|
3841
4532
|
vscode: "vscode";
|
|
3842
4533
|
zed: "zed";
|
|
3843
4534
|
windsurf: "windsurf";
|
|
3844
4535
|
trae: "trae";
|
|
4536
|
+
void: "void";
|
|
3845
4537
|
codebuddy: "codebuddy";
|
|
3846
4538
|
bob: "bob";
|
|
3847
4539
|
kiro: "kiro";
|
|
@@ -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
|