@better-fullstack/types 1.3.17 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +139 -3
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1666 -2
- package/dist/index.mjs.map +1 -0
- package/dist/json-schema.d.mts +564 -0
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-j7_vA7t5.mjs → schemas-CeI8AFSL.mjs} +101 -3
- package/dist/schemas-CeI8AFSL.mjs.map +1 -0
- package/dist/{schemas-Cuius1p4.d.mts → schemas-Jnd9B3Zu.d.mts} +501 -4
- package/dist/schemas-Jnd9B3Zu.d.mts.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/package.json +1 -1
- package/dist/schemas-Cuius1p4.d.mts.map +0 -1
- package/dist/schemas-j7_vA7t5.mjs.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -52,6 +52,7 @@ declare function getFrontendJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
52
52
|
"native-unistyles": "native-unistyles";
|
|
53
53
|
svelte: "svelte";
|
|
54
54
|
solid: "solid";
|
|
55
|
+
"solid-start": "solid-start";
|
|
55
56
|
astro: "astro";
|
|
56
57
|
qwik: "qwik";
|
|
57
58
|
angular: "angular";
|
|
@@ -81,6 +82,7 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
81
82
|
declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
82
83
|
none: "none";
|
|
83
84
|
ai: "ai";
|
|
85
|
+
"chat-sdk": "chat-sdk";
|
|
84
86
|
}>>;
|
|
85
87
|
declare function getPackageManagerJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
86
88
|
bun: "bun";
|
|
@@ -218,6 +220,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
218
220
|
"native-unistyles": "native-unistyles";
|
|
219
221
|
svelte: "svelte";
|
|
220
222
|
solid: "solid";
|
|
223
|
+
"solid-start": "solid-start";
|
|
221
224
|
astro: "astro";
|
|
222
225
|
qwik: "qwik";
|
|
223
226
|
angular: "angular";
|
|
@@ -247,6 +250,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
247
250
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
248
251
|
none: "none";
|
|
249
252
|
ai: "ai";
|
|
253
|
+
"chat-sdk": "chat-sdk";
|
|
250
254
|
}>>>;
|
|
251
255
|
git: z.ZodOptional<z.ZodBoolean>;
|
|
252
256
|
packageManager: z.ZodOptional<z.ZodEnum<{
|
|
@@ -404,6 +408,74 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
404
408
|
"ark-ui": "ark-ui";
|
|
405
409
|
"react-aria": "react-aria";
|
|
406
410
|
}>>;
|
|
411
|
+
shadcnBase: z.ZodOptional<z.ZodEnum<{
|
|
412
|
+
radix: "radix";
|
|
413
|
+
base: "base";
|
|
414
|
+
}>>;
|
|
415
|
+
shadcnStyle: z.ZodOptional<z.ZodEnum<{
|
|
416
|
+
vega: "vega";
|
|
417
|
+
nova: "nova";
|
|
418
|
+
maia: "maia";
|
|
419
|
+
lyra: "lyra";
|
|
420
|
+
mira: "mira";
|
|
421
|
+
}>>;
|
|
422
|
+
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
423
|
+
lucide: "lucide";
|
|
424
|
+
tabler: "tabler";
|
|
425
|
+
hugeicons: "hugeicons";
|
|
426
|
+
phosphor: "phosphor";
|
|
427
|
+
remixicon: "remixicon";
|
|
428
|
+
}>>;
|
|
429
|
+
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
430
|
+
neutral: "neutral";
|
|
431
|
+
stone: "stone";
|
|
432
|
+
zinc: "zinc";
|
|
433
|
+
gray: "gray";
|
|
434
|
+
amber: "amber";
|
|
435
|
+
blue: "blue";
|
|
436
|
+
cyan: "cyan";
|
|
437
|
+
emerald: "emerald";
|
|
438
|
+
fuchsia: "fuchsia";
|
|
439
|
+
green: "green";
|
|
440
|
+
indigo: "indigo";
|
|
441
|
+
lime: "lime";
|
|
442
|
+
orange: "orange";
|
|
443
|
+
pink: "pink";
|
|
444
|
+
purple: "purple";
|
|
445
|
+
red: "red";
|
|
446
|
+
rose: "rose";
|
|
447
|
+
sky: "sky";
|
|
448
|
+
teal: "teal";
|
|
449
|
+
violet: "violet";
|
|
450
|
+
yellow: "yellow";
|
|
451
|
+
}>>;
|
|
452
|
+
shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
|
|
453
|
+
neutral: "neutral";
|
|
454
|
+
stone: "stone";
|
|
455
|
+
zinc: "zinc";
|
|
456
|
+
gray: "gray";
|
|
457
|
+
}>>;
|
|
458
|
+
shadcnFont: z.ZodOptional<z.ZodEnum<{
|
|
459
|
+
inter: "inter";
|
|
460
|
+
geist: "geist";
|
|
461
|
+
"noto-sans": "noto-sans";
|
|
462
|
+
"nunito-sans": "nunito-sans";
|
|
463
|
+
figtree: "figtree";
|
|
464
|
+
roboto: "roboto";
|
|
465
|
+
raleway: "raleway";
|
|
466
|
+
"dm-sans": "dm-sans";
|
|
467
|
+
"public-sans": "public-sans";
|
|
468
|
+
outfit: "outfit";
|
|
469
|
+
"jetbrains-mono": "jetbrains-mono";
|
|
470
|
+
"geist-mono": "geist-mono";
|
|
471
|
+
}>>;
|
|
472
|
+
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
473
|
+
none: "none";
|
|
474
|
+
default: "default";
|
|
475
|
+
small: "small";
|
|
476
|
+
medium: "medium";
|
|
477
|
+
large: "large";
|
|
478
|
+
}>>;
|
|
407
479
|
validation: z.ZodOptional<z.ZodEnum<{
|
|
408
480
|
none: "none";
|
|
409
481
|
zod: "zod";
|
|
@@ -641,6 +713,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
641
713
|
"native-unistyles": "native-unistyles";
|
|
642
714
|
svelte: "svelte";
|
|
643
715
|
solid: "solid";
|
|
716
|
+
"solid-start": "solid-start";
|
|
644
717
|
astro: "astro";
|
|
645
718
|
qwik: "qwik";
|
|
646
719
|
angular: "angular";
|
|
@@ -670,6 +743,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
670
743
|
examples: z.ZodArray<z.ZodEnum<{
|
|
671
744
|
none: "none";
|
|
672
745
|
ai: "ai";
|
|
746
|
+
"chat-sdk": "chat-sdk";
|
|
673
747
|
}>>;
|
|
674
748
|
auth: z.ZodEnum<{
|
|
675
749
|
none: "none";
|
|
@@ -815,6 +889,74 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
815
889
|
"ark-ui": "ark-ui";
|
|
816
890
|
"react-aria": "react-aria";
|
|
817
891
|
}>;
|
|
892
|
+
shadcnBase: z.ZodOptional<z.ZodEnum<{
|
|
893
|
+
radix: "radix";
|
|
894
|
+
base: "base";
|
|
895
|
+
}>>;
|
|
896
|
+
shadcnStyle: z.ZodOptional<z.ZodEnum<{
|
|
897
|
+
vega: "vega";
|
|
898
|
+
nova: "nova";
|
|
899
|
+
maia: "maia";
|
|
900
|
+
lyra: "lyra";
|
|
901
|
+
mira: "mira";
|
|
902
|
+
}>>;
|
|
903
|
+
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
904
|
+
lucide: "lucide";
|
|
905
|
+
tabler: "tabler";
|
|
906
|
+
hugeicons: "hugeicons";
|
|
907
|
+
phosphor: "phosphor";
|
|
908
|
+
remixicon: "remixicon";
|
|
909
|
+
}>>;
|
|
910
|
+
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
911
|
+
neutral: "neutral";
|
|
912
|
+
stone: "stone";
|
|
913
|
+
zinc: "zinc";
|
|
914
|
+
gray: "gray";
|
|
915
|
+
amber: "amber";
|
|
916
|
+
blue: "blue";
|
|
917
|
+
cyan: "cyan";
|
|
918
|
+
emerald: "emerald";
|
|
919
|
+
fuchsia: "fuchsia";
|
|
920
|
+
green: "green";
|
|
921
|
+
indigo: "indigo";
|
|
922
|
+
lime: "lime";
|
|
923
|
+
orange: "orange";
|
|
924
|
+
pink: "pink";
|
|
925
|
+
purple: "purple";
|
|
926
|
+
red: "red";
|
|
927
|
+
rose: "rose";
|
|
928
|
+
sky: "sky";
|
|
929
|
+
teal: "teal";
|
|
930
|
+
violet: "violet";
|
|
931
|
+
yellow: "yellow";
|
|
932
|
+
}>>;
|
|
933
|
+
shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
|
|
934
|
+
neutral: "neutral";
|
|
935
|
+
stone: "stone";
|
|
936
|
+
zinc: "zinc";
|
|
937
|
+
gray: "gray";
|
|
938
|
+
}>>;
|
|
939
|
+
shadcnFont: z.ZodOptional<z.ZodEnum<{
|
|
940
|
+
inter: "inter";
|
|
941
|
+
geist: "geist";
|
|
942
|
+
"noto-sans": "noto-sans";
|
|
943
|
+
"nunito-sans": "nunito-sans";
|
|
944
|
+
figtree: "figtree";
|
|
945
|
+
roboto: "roboto";
|
|
946
|
+
raleway: "raleway";
|
|
947
|
+
"dm-sans": "dm-sans";
|
|
948
|
+
"public-sans": "public-sans";
|
|
949
|
+
outfit: "outfit";
|
|
950
|
+
"jetbrains-mono": "jetbrains-mono";
|
|
951
|
+
"geist-mono": "geist-mono";
|
|
952
|
+
}>>;
|
|
953
|
+
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
954
|
+
none: "none";
|
|
955
|
+
default: "default";
|
|
956
|
+
small: "small";
|
|
957
|
+
medium: "medium";
|
|
958
|
+
large: "large";
|
|
959
|
+
}>>;
|
|
818
960
|
validation: z.ZodEnum<{
|
|
819
961
|
none: "none";
|
|
820
962
|
zod: "zod";
|
|
@@ -1051,6 +1193,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1051
1193
|
"native-unistyles": "native-unistyles";
|
|
1052
1194
|
svelte: "svelte";
|
|
1053
1195
|
solid: "solid";
|
|
1196
|
+
"solid-start": "solid-start";
|
|
1054
1197
|
astro: "astro";
|
|
1055
1198
|
qwik: "qwik";
|
|
1056
1199
|
angular: "angular";
|
|
@@ -1080,6 +1223,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1080
1223
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1081
1224
|
none: "none";
|
|
1082
1225
|
ai: "ai";
|
|
1226
|
+
"chat-sdk": "chat-sdk";
|
|
1083
1227
|
}>>;
|
|
1084
1228
|
auth: z.ZodEnum<{
|
|
1085
1229
|
none: "none";
|
|
@@ -1223,6 +1367,74 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1223
1367
|
"ark-ui": "ark-ui";
|
|
1224
1368
|
"react-aria": "react-aria";
|
|
1225
1369
|
}>;
|
|
1370
|
+
shadcnBase: z.ZodOptional<z.ZodEnum<{
|
|
1371
|
+
radix: "radix";
|
|
1372
|
+
base: "base";
|
|
1373
|
+
}>>;
|
|
1374
|
+
shadcnStyle: z.ZodOptional<z.ZodEnum<{
|
|
1375
|
+
vega: "vega";
|
|
1376
|
+
nova: "nova";
|
|
1377
|
+
maia: "maia";
|
|
1378
|
+
lyra: "lyra";
|
|
1379
|
+
mira: "mira";
|
|
1380
|
+
}>>;
|
|
1381
|
+
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
1382
|
+
lucide: "lucide";
|
|
1383
|
+
tabler: "tabler";
|
|
1384
|
+
hugeicons: "hugeicons";
|
|
1385
|
+
phosphor: "phosphor";
|
|
1386
|
+
remixicon: "remixicon";
|
|
1387
|
+
}>>;
|
|
1388
|
+
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
1389
|
+
neutral: "neutral";
|
|
1390
|
+
stone: "stone";
|
|
1391
|
+
zinc: "zinc";
|
|
1392
|
+
gray: "gray";
|
|
1393
|
+
amber: "amber";
|
|
1394
|
+
blue: "blue";
|
|
1395
|
+
cyan: "cyan";
|
|
1396
|
+
emerald: "emerald";
|
|
1397
|
+
fuchsia: "fuchsia";
|
|
1398
|
+
green: "green";
|
|
1399
|
+
indigo: "indigo";
|
|
1400
|
+
lime: "lime";
|
|
1401
|
+
orange: "orange";
|
|
1402
|
+
pink: "pink";
|
|
1403
|
+
purple: "purple";
|
|
1404
|
+
red: "red";
|
|
1405
|
+
rose: "rose";
|
|
1406
|
+
sky: "sky";
|
|
1407
|
+
teal: "teal";
|
|
1408
|
+
violet: "violet";
|
|
1409
|
+
yellow: "yellow";
|
|
1410
|
+
}>>;
|
|
1411
|
+
shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
|
|
1412
|
+
neutral: "neutral";
|
|
1413
|
+
stone: "stone";
|
|
1414
|
+
zinc: "zinc";
|
|
1415
|
+
gray: "gray";
|
|
1416
|
+
}>>;
|
|
1417
|
+
shadcnFont: z.ZodOptional<z.ZodEnum<{
|
|
1418
|
+
inter: "inter";
|
|
1419
|
+
geist: "geist";
|
|
1420
|
+
"noto-sans": "noto-sans";
|
|
1421
|
+
"nunito-sans": "nunito-sans";
|
|
1422
|
+
figtree: "figtree";
|
|
1423
|
+
roboto: "roboto";
|
|
1424
|
+
raleway: "raleway";
|
|
1425
|
+
"dm-sans": "dm-sans";
|
|
1426
|
+
"public-sans": "public-sans";
|
|
1427
|
+
outfit: "outfit";
|
|
1428
|
+
"jetbrains-mono": "jetbrains-mono";
|
|
1429
|
+
"geist-mono": "geist-mono";
|
|
1430
|
+
}>>;
|
|
1431
|
+
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1432
|
+
none: "none";
|
|
1433
|
+
default: "default";
|
|
1434
|
+
small: "small";
|
|
1435
|
+
medium: "medium";
|
|
1436
|
+
large: "large";
|
|
1437
|
+
}>>;
|
|
1226
1438
|
validation: z.ZodEnum<{
|
|
1227
1439
|
none: "none";
|
|
1228
1440
|
zod: "zod";
|
|
@@ -1462,6 +1674,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
1462
1674
|
"native-unistyles": "native-unistyles";
|
|
1463
1675
|
svelte: "svelte";
|
|
1464
1676
|
solid: "solid";
|
|
1677
|
+
"solid-start": "solid-start";
|
|
1465
1678
|
astro: "astro";
|
|
1466
1679
|
qwik: "qwik";
|
|
1467
1680
|
angular: "angular";
|
|
@@ -1491,6 +1704,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
1491
1704
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1492
1705
|
none: "none";
|
|
1493
1706
|
ai: "ai";
|
|
1707
|
+
"chat-sdk": "chat-sdk";
|
|
1494
1708
|
}>>;
|
|
1495
1709
|
auth: z.ZodEnum<{
|
|
1496
1710
|
none: "none";
|
|
@@ -1636,6 +1850,74 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
1636
1850
|
"ark-ui": "ark-ui";
|
|
1637
1851
|
"react-aria": "react-aria";
|
|
1638
1852
|
}>;
|
|
1853
|
+
shadcnBase: z.ZodOptional<z.ZodEnum<{
|
|
1854
|
+
radix: "radix";
|
|
1855
|
+
base: "base";
|
|
1856
|
+
}>>;
|
|
1857
|
+
shadcnStyle: z.ZodOptional<z.ZodEnum<{
|
|
1858
|
+
vega: "vega";
|
|
1859
|
+
nova: "nova";
|
|
1860
|
+
maia: "maia";
|
|
1861
|
+
lyra: "lyra";
|
|
1862
|
+
mira: "mira";
|
|
1863
|
+
}>>;
|
|
1864
|
+
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
1865
|
+
lucide: "lucide";
|
|
1866
|
+
tabler: "tabler";
|
|
1867
|
+
hugeicons: "hugeicons";
|
|
1868
|
+
phosphor: "phosphor";
|
|
1869
|
+
remixicon: "remixicon";
|
|
1870
|
+
}>>;
|
|
1871
|
+
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
1872
|
+
neutral: "neutral";
|
|
1873
|
+
stone: "stone";
|
|
1874
|
+
zinc: "zinc";
|
|
1875
|
+
gray: "gray";
|
|
1876
|
+
amber: "amber";
|
|
1877
|
+
blue: "blue";
|
|
1878
|
+
cyan: "cyan";
|
|
1879
|
+
emerald: "emerald";
|
|
1880
|
+
fuchsia: "fuchsia";
|
|
1881
|
+
green: "green";
|
|
1882
|
+
indigo: "indigo";
|
|
1883
|
+
lime: "lime";
|
|
1884
|
+
orange: "orange";
|
|
1885
|
+
pink: "pink";
|
|
1886
|
+
purple: "purple";
|
|
1887
|
+
red: "red";
|
|
1888
|
+
rose: "rose";
|
|
1889
|
+
sky: "sky";
|
|
1890
|
+
teal: "teal";
|
|
1891
|
+
violet: "violet";
|
|
1892
|
+
yellow: "yellow";
|
|
1893
|
+
}>>;
|
|
1894
|
+
shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
|
|
1895
|
+
neutral: "neutral";
|
|
1896
|
+
stone: "stone";
|
|
1897
|
+
zinc: "zinc";
|
|
1898
|
+
gray: "gray";
|
|
1899
|
+
}>>;
|
|
1900
|
+
shadcnFont: z.ZodOptional<z.ZodEnum<{
|
|
1901
|
+
inter: "inter";
|
|
1902
|
+
geist: "geist";
|
|
1903
|
+
"noto-sans": "noto-sans";
|
|
1904
|
+
"nunito-sans": "nunito-sans";
|
|
1905
|
+
figtree: "figtree";
|
|
1906
|
+
roboto: "roboto";
|
|
1907
|
+
raleway: "raleway";
|
|
1908
|
+
"dm-sans": "dm-sans";
|
|
1909
|
+
"public-sans": "public-sans";
|
|
1910
|
+
outfit: "outfit";
|
|
1911
|
+
"jetbrains-mono": "jetbrains-mono";
|
|
1912
|
+
"geist-mono": "geist-mono";
|
|
1913
|
+
}>>;
|
|
1914
|
+
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1915
|
+
none: "none";
|
|
1916
|
+
default: "default";
|
|
1917
|
+
small: "small";
|
|
1918
|
+
medium: "medium";
|
|
1919
|
+
large: "large";
|
|
1920
|
+
}>>;
|
|
1639
1921
|
validation: z.ZodEnum<{
|
|
1640
1922
|
none: "none";
|
|
1641
1923
|
zod: "zod";
|
|
@@ -1871,6 +2153,7 @@ declare function getAllJsonSchemas(): {
|
|
|
1871
2153
|
"native-unistyles": "native-unistyles";
|
|
1872
2154
|
svelte: "svelte";
|
|
1873
2155
|
solid: "solid";
|
|
2156
|
+
"solid-start": "solid-start";
|
|
1874
2157
|
astro: "astro";
|
|
1875
2158
|
qwik: "qwik";
|
|
1876
2159
|
angular: "angular";
|
|
@@ -1900,6 +2183,7 @@ declare function getAllJsonSchemas(): {
|
|
|
1900
2183
|
examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
1901
2184
|
none: "none";
|
|
1902
2185
|
ai: "ai";
|
|
2186
|
+
"chat-sdk": "chat-sdk";
|
|
1903
2187
|
}>>;
|
|
1904
2188
|
packageManager: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
1905
2189
|
bun: "bun";
|
|
@@ -2037,6 +2321,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2037
2321
|
"native-unistyles": "native-unistyles";
|
|
2038
2322
|
svelte: "svelte";
|
|
2039
2323
|
solid: "solid";
|
|
2324
|
+
"solid-start": "solid-start";
|
|
2040
2325
|
astro: "astro";
|
|
2041
2326
|
qwik: "qwik";
|
|
2042
2327
|
angular: "angular";
|
|
@@ -2066,6 +2351,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2066
2351
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2067
2352
|
none: "none";
|
|
2068
2353
|
ai: "ai";
|
|
2354
|
+
"chat-sdk": "chat-sdk";
|
|
2069
2355
|
}>>>;
|
|
2070
2356
|
git: z.ZodOptional<z.ZodBoolean>;
|
|
2071
2357
|
packageManager: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2223,6 +2509,74 @@ declare function getAllJsonSchemas(): {
|
|
|
2223
2509
|
"ark-ui": "ark-ui";
|
|
2224
2510
|
"react-aria": "react-aria";
|
|
2225
2511
|
}>>;
|
|
2512
|
+
shadcnBase: z.ZodOptional<z.ZodEnum<{
|
|
2513
|
+
radix: "radix";
|
|
2514
|
+
base: "base";
|
|
2515
|
+
}>>;
|
|
2516
|
+
shadcnStyle: z.ZodOptional<z.ZodEnum<{
|
|
2517
|
+
vega: "vega";
|
|
2518
|
+
nova: "nova";
|
|
2519
|
+
maia: "maia";
|
|
2520
|
+
lyra: "lyra";
|
|
2521
|
+
mira: "mira";
|
|
2522
|
+
}>>;
|
|
2523
|
+
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
2524
|
+
lucide: "lucide";
|
|
2525
|
+
tabler: "tabler";
|
|
2526
|
+
hugeicons: "hugeicons";
|
|
2527
|
+
phosphor: "phosphor";
|
|
2528
|
+
remixicon: "remixicon";
|
|
2529
|
+
}>>;
|
|
2530
|
+
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
2531
|
+
neutral: "neutral";
|
|
2532
|
+
stone: "stone";
|
|
2533
|
+
zinc: "zinc";
|
|
2534
|
+
gray: "gray";
|
|
2535
|
+
amber: "amber";
|
|
2536
|
+
blue: "blue";
|
|
2537
|
+
cyan: "cyan";
|
|
2538
|
+
emerald: "emerald";
|
|
2539
|
+
fuchsia: "fuchsia";
|
|
2540
|
+
green: "green";
|
|
2541
|
+
indigo: "indigo";
|
|
2542
|
+
lime: "lime";
|
|
2543
|
+
orange: "orange";
|
|
2544
|
+
pink: "pink";
|
|
2545
|
+
purple: "purple";
|
|
2546
|
+
red: "red";
|
|
2547
|
+
rose: "rose";
|
|
2548
|
+
sky: "sky";
|
|
2549
|
+
teal: "teal";
|
|
2550
|
+
violet: "violet";
|
|
2551
|
+
yellow: "yellow";
|
|
2552
|
+
}>>;
|
|
2553
|
+
shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
|
|
2554
|
+
neutral: "neutral";
|
|
2555
|
+
stone: "stone";
|
|
2556
|
+
zinc: "zinc";
|
|
2557
|
+
gray: "gray";
|
|
2558
|
+
}>>;
|
|
2559
|
+
shadcnFont: z.ZodOptional<z.ZodEnum<{
|
|
2560
|
+
inter: "inter";
|
|
2561
|
+
geist: "geist";
|
|
2562
|
+
"noto-sans": "noto-sans";
|
|
2563
|
+
"nunito-sans": "nunito-sans";
|
|
2564
|
+
figtree: "figtree";
|
|
2565
|
+
roboto: "roboto";
|
|
2566
|
+
raleway: "raleway";
|
|
2567
|
+
"dm-sans": "dm-sans";
|
|
2568
|
+
"public-sans": "public-sans";
|
|
2569
|
+
outfit: "outfit";
|
|
2570
|
+
"jetbrains-mono": "jetbrains-mono";
|
|
2571
|
+
"geist-mono": "geist-mono";
|
|
2572
|
+
}>>;
|
|
2573
|
+
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
2574
|
+
none: "none";
|
|
2575
|
+
default: "default";
|
|
2576
|
+
small: "small";
|
|
2577
|
+
medium: "medium";
|
|
2578
|
+
large: "large";
|
|
2579
|
+
}>>;
|
|
2226
2580
|
validation: z.ZodOptional<z.ZodEnum<{
|
|
2227
2581
|
none: "none";
|
|
2228
2582
|
zod: "zod";
|
|
@@ -2460,6 +2814,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2460
2814
|
"native-unistyles": "native-unistyles";
|
|
2461
2815
|
svelte: "svelte";
|
|
2462
2816
|
solid: "solid";
|
|
2817
|
+
"solid-start": "solid-start";
|
|
2463
2818
|
astro: "astro";
|
|
2464
2819
|
qwik: "qwik";
|
|
2465
2820
|
angular: "angular";
|
|
@@ -2489,6 +2844,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2489
2844
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2490
2845
|
none: "none";
|
|
2491
2846
|
ai: "ai";
|
|
2847
|
+
"chat-sdk": "chat-sdk";
|
|
2492
2848
|
}>>;
|
|
2493
2849
|
auth: z.ZodEnum<{
|
|
2494
2850
|
none: "none";
|
|
@@ -2634,6 +2990,74 @@ declare function getAllJsonSchemas(): {
|
|
|
2634
2990
|
"ark-ui": "ark-ui";
|
|
2635
2991
|
"react-aria": "react-aria";
|
|
2636
2992
|
}>;
|
|
2993
|
+
shadcnBase: z.ZodOptional<z.ZodEnum<{
|
|
2994
|
+
radix: "radix";
|
|
2995
|
+
base: "base";
|
|
2996
|
+
}>>;
|
|
2997
|
+
shadcnStyle: z.ZodOptional<z.ZodEnum<{
|
|
2998
|
+
vega: "vega";
|
|
2999
|
+
nova: "nova";
|
|
3000
|
+
maia: "maia";
|
|
3001
|
+
lyra: "lyra";
|
|
3002
|
+
mira: "mira";
|
|
3003
|
+
}>>;
|
|
3004
|
+
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
3005
|
+
lucide: "lucide";
|
|
3006
|
+
tabler: "tabler";
|
|
3007
|
+
hugeicons: "hugeicons";
|
|
3008
|
+
phosphor: "phosphor";
|
|
3009
|
+
remixicon: "remixicon";
|
|
3010
|
+
}>>;
|
|
3011
|
+
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
3012
|
+
neutral: "neutral";
|
|
3013
|
+
stone: "stone";
|
|
3014
|
+
zinc: "zinc";
|
|
3015
|
+
gray: "gray";
|
|
3016
|
+
amber: "amber";
|
|
3017
|
+
blue: "blue";
|
|
3018
|
+
cyan: "cyan";
|
|
3019
|
+
emerald: "emerald";
|
|
3020
|
+
fuchsia: "fuchsia";
|
|
3021
|
+
green: "green";
|
|
3022
|
+
indigo: "indigo";
|
|
3023
|
+
lime: "lime";
|
|
3024
|
+
orange: "orange";
|
|
3025
|
+
pink: "pink";
|
|
3026
|
+
purple: "purple";
|
|
3027
|
+
red: "red";
|
|
3028
|
+
rose: "rose";
|
|
3029
|
+
sky: "sky";
|
|
3030
|
+
teal: "teal";
|
|
3031
|
+
violet: "violet";
|
|
3032
|
+
yellow: "yellow";
|
|
3033
|
+
}>>;
|
|
3034
|
+
shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
|
|
3035
|
+
neutral: "neutral";
|
|
3036
|
+
stone: "stone";
|
|
3037
|
+
zinc: "zinc";
|
|
3038
|
+
gray: "gray";
|
|
3039
|
+
}>>;
|
|
3040
|
+
shadcnFont: z.ZodOptional<z.ZodEnum<{
|
|
3041
|
+
inter: "inter";
|
|
3042
|
+
geist: "geist";
|
|
3043
|
+
"noto-sans": "noto-sans";
|
|
3044
|
+
"nunito-sans": "nunito-sans";
|
|
3045
|
+
figtree: "figtree";
|
|
3046
|
+
roboto: "roboto";
|
|
3047
|
+
raleway: "raleway";
|
|
3048
|
+
"dm-sans": "dm-sans";
|
|
3049
|
+
"public-sans": "public-sans";
|
|
3050
|
+
outfit: "outfit";
|
|
3051
|
+
"jetbrains-mono": "jetbrains-mono";
|
|
3052
|
+
"geist-mono": "geist-mono";
|
|
3053
|
+
}>>;
|
|
3054
|
+
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3055
|
+
none: "none";
|
|
3056
|
+
default: "default";
|
|
3057
|
+
small: "small";
|
|
3058
|
+
medium: "medium";
|
|
3059
|
+
large: "large";
|
|
3060
|
+
}>>;
|
|
2637
3061
|
validation: z.ZodEnum<{
|
|
2638
3062
|
none: "none";
|
|
2639
3063
|
zod: "zod";
|
|
@@ -2870,6 +3294,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2870
3294
|
"native-unistyles": "native-unistyles";
|
|
2871
3295
|
svelte: "svelte";
|
|
2872
3296
|
solid: "solid";
|
|
3297
|
+
"solid-start": "solid-start";
|
|
2873
3298
|
astro: "astro";
|
|
2874
3299
|
qwik: "qwik";
|
|
2875
3300
|
angular: "angular";
|
|
@@ -2899,6 +3324,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2899
3324
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2900
3325
|
none: "none";
|
|
2901
3326
|
ai: "ai";
|
|
3327
|
+
"chat-sdk": "chat-sdk";
|
|
2902
3328
|
}>>;
|
|
2903
3329
|
auth: z.ZodEnum<{
|
|
2904
3330
|
none: "none";
|
|
@@ -3042,6 +3468,74 @@ declare function getAllJsonSchemas(): {
|
|
|
3042
3468
|
"ark-ui": "ark-ui";
|
|
3043
3469
|
"react-aria": "react-aria";
|
|
3044
3470
|
}>;
|
|
3471
|
+
shadcnBase: z.ZodOptional<z.ZodEnum<{
|
|
3472
|
+
radix: "radix";
|
|
3473
|
+
base: "base";
|
|
3474
|
+
}>>;
|
|
3475
|
+
shadcnStyle: z.ZodOptional<z.ZodEnum<{
|
|
3476
|
+
vega: "vega";
|
|
3477
|
+
nova: "nova";
|
|
3478
|
+
maia: "maia";
|
|
3479
|
+
lyra: "lyra";
|
|
3480
|
+
mira: "mira";
|
|
3481
|
+
}>>;
|
|
3482
|
+
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
3483
|
+
lucide: "lucide";
|
|
3484
|
+
tabler: "tabler";
|
|
3485
|
+
hugeicons: "hugeicons";
|
|
3486
|
+
phosphor: "phosphor";
|
|
3487
|
+
remixicon: "remixicon";
|
|
3488
|
+
}>>;
|
|
3489
|
+
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
3490
|
+
neutral: "neutral";
|
|
3491
|
+
stone: "stone";
|
|
3492
|
+
zinc: "zinc";
|
|
3493
|
+
gray: "gray";
|
|
3494
|
+
amber: "amber";
|
|
3495
|
+
blue: "blue";
|
|
3496
|
+
cyan: "cyan";
|
|
3497
|
+
emerald: "emerald";
|
|
3498
|
+
fuchsia: "fuchsia";
|
|
3499
|
+
green: "green";
|
|
3500
|
+
indigo: "indigo";
|
|
3501
|
+
lime: "lime";
|
|
3502
|
+
orange: "orange";
|
|
3503
|
+
pink: "pink";
|
|
3504
|
+
purple: "purple";
|
|
3505
|
+
red: "red";
|
|
3506
|
+
rose: "rose";
|
|
3507
|
+
sky: "sky";
|
|
3508
|
+
teal: "teal";
|
|
3509
|
+
violet: "violet";
|
|
3510
|
+
yellow: "yellow";
|
|
3511
|
+
}>>;
|
|
3512
|
+
shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
|
|
3513
|
+
neutral: "neutral";
|
|
3514
|
+
stone: "stone";
|
|
3515
|
+
zinc: "zinc";
|
|
3516
|
+
gray: "gray";
|
|
3517
|
+
}>>;
|
|
3518
|
+
shadcnFont: z.ZodOptional<z.ZodEnum<{
|
|
3519
|
+
inter: "inter";
|
|
3520
|
+
geist: "geist";
|
|
3521
|
+
"noto-sans": "noto-sans";
|
|
3522
|
+
"nunito-sans": "nunito-sans";
|
|
3523
|
+
figtree: "figtree";
|
|
3524
|
+
roboto: "roboto";
|
|
3525
|
+
raleway: "raleway";
|
|
3526
|
+
"dm-sans": "dm-sans";
|
|
3527
|
+
"public-sans": "public-sans";
|
|
3528
|
+
outfit: "outfit";
|
|
3529
|
+
"jetbrains-mono": "jetbrains-mono";
|
|
3530
|
+
"geist-mono": "geist-mono";
|
|
3531
|
+
}>>;
|
|
3532
|
+
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3533
|
+
none: "none";
|
|
3534
|
+
default: "default";
|
|
3535
|
+
small: "small";
|
|
3536
|
+
medium: "medium";
|
|
3537
|
+
large: "large";
|
|
3538
|
+
}>>;
|
|
3045
3539
|
validation: z.ZodEnum<{
|
|
3046
3540
|
none: "none";
|
|
3047
3541
|
zod: "zod";
|
|
@@ -3281,6 +3775,7 @@ declare function getAllJsonSchemas(): {
|
|
|
3281
3775
|
"native-unistyles": "native-unistyles";
|
|
3282
3776
|
svelte: "svelte";
|
|
3283
3777
|
solid: "solid";
|
|
3778
|
+
"solid-start": "solid-start";
|
|
3284
3779
|
astro: "astro";
|
|
3285
3780
|
qwik: "qwik";
|
|
3286
3781
|
angular: "angular";
|
|
@@ -3310,6 +3805,7 @@ declare function getAllJsonSchemas(): {
|
|
|
3310
3805
|
examples: z.ZodArray<z.ZodEnum<{
|
|
3311
3806
|
none: "none";
|
|
3312
3807
|
ai: "ai";
|
|
3808
|
+
"chat-sdk": "chat-sdk";
|
|
3313
3809
|
}>>;
|
|
3314
3810
|
auth: z.ZodEnum<{
|
|
3315
3811
|
none: "none";
|
|
@@ -3455,6 +3951,74 @@ declare function getAllJsonSchemas(): {
|
|
|
3455
3951
|
"ark-ui": "ark-ui";
|
|
3456
3952
|
"react-aria": "react-aria";
|
|
3457
3953
|
}>;
|
|
3954
|
+
shadcnBase: z.ZodOptional<z.ZodEnum<{
|
|
3955
|
+
radix: "radix";
|
|
3956
|
+
base: "base";
|
|
3957
|
+
}>>;
|
|
3958
|
+
shadcnStyle: z.ZodOptional<z.ZodEnum<{
|
|
3959
|
+
vega: "vega";
|
|
3960
|
+
nova: "nova";
|
|
3961
|
+
maia: "maia";
|
|
3962
|
+
lyra: "lyra";
|
|
3963
|
+
mira: "mira";
|
|
3964
|
+
}>>;
|
|
3965
|
+
shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
|
|
3966
|
+
lucide: "lucide";
|
|
3967
|
+
tabler: "tabler";
|
|
3968
|
+
hugeicons: "hugeicons";
|
|
3969
|
+
phosphor: "phosphor";
|
|
3970
|
+
remixicon: "remixicon";
|
|
3971
|
+
}>>;
|
|
3972
|
+
shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
|
|
3973
|
+
neutral: "neutral";
|
|
3974
|
+
stone: "stone";
|
|
3975
|
+
zinc: "zinc";
|
|
3976
|
+
gray: "gray";
|
|
3977
|
+
amber: "amber";
|
|
3978
|
+
blue: "blue";
|
|
3979
|
+
cyan: "cyan";
|
|
3980
|
+
emerald: "emerald";
|
|
3981
|
+
fuchsia: "fuchsia";
|
|
3982
|
+
green: "green";
|
|
3983
|
+
indigo: "indigo";
|
|
3984
|
+
lime: "lime";
|
|
3985
|
+
orange: "orange";
|
|
3986
|
+
pink: "pink";
|
|
3987
|
+
purple: "purple";
|
|
3988
|
+
red: "red";
|
|
3989
|
+
rose: "rose";
|
|
3990
|
+
sky: "sky";
|
|
3991
|
+
teal: "teal";
|
|
3992
|
+
violet: "violet";
|
|
3993
|
+
yellow: "yellow";
|
|
3994
|
+
}>>;
|
|
3995
|
+
shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
|
|
3996
|
+
neutral: "neutral";
|
|
3997
|
+
stone: "stone";
|
|
3998
|
+
zinc: "zinc";
|
|
3999
|
+
gray: "gray";
|
|
4000
|
+
}>>;
|
|
4001
|
+
shadcnFont: z.ZodOptional<z.ZodEnum<{
|
|
4002
|
+
inter: "inter";
|
|
4003
|
+
geist: "geist";
|
|
4004
|
+
"noto-sans": "noto-sans";
|
|
4005
|
+
"nunito-sans": "nunito-sans";
|
|
4006
|
+
figtree: "figtree";
|
|
4007
|
+
roboto: "roboto";
|
|
4008
|
+
raleway: "raleway";
|
|
4009
|
+
"dm-sans": "dm-sans";
|
|
4010
|
+
"public-sans": "public-sans";
|
|
4011
|
+
outfit: "outfit";
|
|
4012
|
+
"jetbrains-mono": "jetbrains-mono";
|
|
4013
|
+
"geist-mono": "geist-mono";
|
|
4014
|
+
}>>;
|
|
4015
|
+
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4016
|
+
none: "none";
|
|
4017
|
+
default: "default";
|
|
4018
|
+
small: "small";
|
|
4019
|
+
medium: "medium";
|
|
4020
|
+
large: "large";
|
|
4021
|
+
}>>;
|
|
3458
4022
|
validation: z.ZodEnum<{
|
|
3459
4023
|
none: "none";
|
|
3460
4024
|
zod: "zod";
|