@better-fullstack/types 2.1.2 → 2.1.3
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/{defaults-BxirxtSa.d.mts → defaults-14rSFqF6.d.mts} +2 -2
- package/dist/defaults-14rSFqF6.d.mts.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/index.d.mts +5 -5
- package/dist/json-schema.d.mts +268 -268
- package/dist/{schemas-O8yu_3Hd.d.mts → schemas-jMCVu0xX.d.mts} +267 -267
- package/dist/schemas-jMCVu0xX.d.mts.map +1 -0
- package/dist/schemas.d.mts +1 -1
- package/dist/{stack-graph-BuxVyZ3J.d.mts → stack-graph-CjobAqsm.d.mts} +2 -2
- package/dist/{stack-graph-BuxVyZ3J.d.mts.map → stack-graph-CjobAqsm.d.mts.map} +1 -1
- package/dist/stack-graph.d.mts +3 -3
- package/dist/{stack-translation-DkyErnfx.d.mts → stack-translation-CjsJzLCX.d.mts} +3 -3
- package/dist/{stack-translation-DkyErnfx.d.mts.map → stack-translation-CjsJzLCX.d.mts.map} +1 -1
- package/dist/stack-translation.d.mts +4 -4
- package/dist/{types-CkvXj6HM.d.mts → types-DwY2BNyU.d.mts} +2 -2
- package/dist/types-DwY2BNyU.d.mts.map +1 -0
- package/dist/types.d.mts +2 -2
- package/package.json +1 -1
- package/dist/defaults-BxirxtSa.d.mts.map +0 -1
- package/dist/schemas-O8yu_3Hd.d.mts.map +0 -1
- package/dist/types-CkvXj6HM.d.mts.map +0 -1
|
@@ -22,55 +22,55 @@ declare const StackPartEcosystemSchema: z.ZodUnion<readonly [z.ZodEnum<{
|
|
|
22
22
|
dotnet: "dotnet";
|
|
23
23
|
}>, z.ZodLiteral<"universal">]>;
|
|
24
24
|
declare const StackPartRoleSchema: z.ZodEnum<{
|
|
25
|
-
|
|
26
|
-
backend: "backend";
|
|
27
|
-
mobile: "mobile";
|
|
25
|
+
ai: "ai";
|
|
28
26
|
database: "database";
|
|
29
|
-
api: "api";
|
|
30
27
|
orm: "orm";
|
|
31
28
|
auth: "auth";
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
payments: "payments";
|
|
30
|
+
frontend: "frontend";
|
|
31
|
+
examples: "examples";
|
|
34
32
|
dbSetup: "dbSetup";
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
email: "email";
|
|
40
|
-
search: "search";
|
|
41
|
-
vectorDb: "vectorDb";
|
|
42
|
-
fileStorage: "fileStorage";
|
|
43
|
-
jobQueue: "jobQueue";
|
|
44
|
-
rateLimit: "rateLimit";
|
|
45
|
-
testing: "testing";
|
|
33
|
+
backend: "backend";
|
|
34
|
+
runtime: "runtime";
|
|
35
|
+
api: "api";
|
|
36
|
+
effect: "effect";
|
|
46
37
|
stateManagement: "stateManagement";
|
|
47
38
|
forms: "forms";
|
|
39
|
+
testing: "testing";
|
|
40
|
+
email: "email";
|
|
41
|
+
validation: "validation";
|
|
42
|
+
realtime: "realtime";
|
|
43
|
+
jobQueue: "jobQueue";
|
|
48
44
|
animation: "animation";
|
|
49
45
|
fileUpload: "fileUpload";
|
|
50
|
-
validation: "validation";
|
|
51
|
-
effect: "effect";
|
|
52
|
-
ui: "ui";
|
|
53
|
-
css: "css";
|
|
54
|
-
storage: "storage";
|
|
55
|
-
ai: "ai";
|
|
56
|
-
payments: "payments";
|
|
57
46
|
logging: "logging";
|
|
47
|
+
observability: "observability";
|
|
58
48
|
featureFlags: "featureFlags";
|
|
59
49
|
analytics: "analytics";
|
|
60
50
|
cms: "cms";
|
|
51
|
+
caching: "caching";
|
|
52
|
+
rateLimit: "rateLimit";
|
|
61
53
|
i18n: "i18n";
|
|
54
|
+
search: "search";
|
|
55
|
+
vectorDb: "vectorDb";
|
|
56
|
+
fileStorage: "fileStorage";
|
|
57
|
+
config: "config";
|
|
58
|
+
mobile: "mobile";
|
|
59
|
+
deploy: "deploy";
|
|
60
|
+
navigation: "navigation";
|
|
61
|
+
ui: "ui";
|
|
62
|
+
css: "css";
|
|
63
|
+
storage: "storage";
|
|
62
64
|
documentation: "documentation";
|
|
63
65
|
codeQuality: "codeQuality";
|
|
64
66
|
appPlatform: "appPlatform";
|
|
65
67
|
dataFetching: "dataFetching";
|
|
66
68
|
workspaceTooling: "workspaceTooling";
|
|
67
|
-
examples: "examples";
|
|
68
69
|
buildTool: "buildTool";
|
|
69
70
|
cli: "cli";
|
|
70
71
|
errorHandling: "errorHandling";
|
|
71
72
|
httpClient: "httpClient";
|
|
72
73
|
libraries: "libraries";
|
|
73
|
-
config: "config";
|
|
74
74
|
templating: "templating";
|
|
75
75
|
}>;
|
|
76
76
|
declare const StackPartSourceSchema: z.ZodEnum<{
|
|
@@ -83,55 +83,55 @@ declare const StackPartSourceSchema: z.ZodEnum<{
|
|
|
83
83
|
declare const StackPartSchema: z.ZodObject<{
|
|
84
84
|
id: z.ZodString;
|
|
85
85
|
role: z.ZodEnum<{
|
|
86
|
-
|
|
87
|
-
backend: "backend";
|
|
88
|
-
mobile: "mobile";
|
|
86
|
+
ai: "ai";
|
|
89
87
|
database: "database";
|
|
90
|
-
api: "api";
|
|
91
88
|
orm: "orm";
|
|
92
89
|
auth: "auth";
|
|
93
|
-
|
|
94
|
-
|
|
90
|
+
payments: "payments";
|
|
91
|
+
frontend: "frontend";
|
|
92
|
+
examples: "examples";
|
|
95
93
|
dbSetup: "dbSetup";
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
email: "email";
|
|
101
|
-
search: "search";
|
|
102
|
-
vectorDb: "vectorDb";
|
|
103
|
-
fileStorage: "fileStorage";
|
|
104
|
-
jobQueue: "jobQueue";
|
|
105
|
-
rateLimit: "rateLimit";
|
|
106
|
-
testing: "testing";
|
|
94
|
+
backend: "backend";
|
|
95
|
+
runtime: "runtime";
|
|
96
|
+
api: "api";
|
|
97
|
+
effect: "effect";
|
|
107
98
|
stateManagement: "stateManagement";
|
|
108
99
|
forms: "forms";
|
|
100
|
+
testing: "testing";
|
|
101
|
+
email: "email";
|
|
102
|
+
validation: "validation";
|
|
103
|
+
realtime: "realtime";
|
|
104
|
+
jobQueue: "jobQueue";
|
|
109
105
|
animation: "animation";
|
|
110
106
|
fileUpload: "fileUpload";
|
|
111
|
-
validation: "validation";
|
|
112
|
-
effect: "effect";
|
|
113
|
-
ui: "ui";
|
|
114
|
-
css: "css";
|
|
115
|
-
storage: "storage";
|
|
116
|
-
ai: "ai";
|
|
117
|
-
payments: "payments";
|
|
118
107
|
logging: "logging";
|
|
108
|
+
observability: "observability";
|
|
119
109
|
featureFlags: "featureFlags";
|
|
120
110
|
analytics: "analytics";
|
|
121
111
|
cms: "cms";
|
|
112
|
+
caching: "caching";
|
|
113
|
+
rateLimit: "rateLimit";
|
|
122
114
|
i18n: "i18n";
|
|
115
|
+
search: "search";
|
|
116
|
+
vectorDb: "vectorDb";
|
|
117
|
+
fileStorage: "fileStorage";
|
|
118
|
+
config: "config";
|
|
119
|
+
mobile: "mobile";
|
|
120
|
+
deploy: "deploy";
|
|
121
|
+
navigation: "navigation";
|
|
122
|
+
ui: "ui";
|
|
123
|
+
css: "css";
|
|
124
|
+
storage: "storage";
|
|
123
125
|
documentation: "documentation";
|
|
124
126
|
codeQuality: "codeQuality";
|
|
125
127
|
appPlatform: "appPlatform";
|
|
126
128
|
dataFetching: "dataFetching";
|
|
127
129
|
workspaceTooling: "workspaceTooling";
|
|
128
|
-
examples: "examples";
|
|
129
130
|
buildTool: "buildTool";
|
|
130
131
|
cli: "cli";
|
|
131
132
|
errorHandling: "errorHandling";
|
|
132
133
|
httpClient: "httpClient";
|
|
133
134
|
libraries: "libraries";
|
|
134
|
-
config: "config";
|
|
135
135
|
templating: "templating";
|
|
136
136
|
}>;
|
|
137
137
|
toolId: z.ZodString;
|
|
@@ -256,8 +256,8 @@ declare const AddonsSchema: z.ZodEnum<{
|
|
|
256
256
|
"github-actions": "github-actions";
|
|
257
257
|
}>;
|
|
258
258
|
declare const ExamplesSchema: z.ZodEnum<{
|
|
259
|
-
ai: "ai";
|
|
260
259
|
none: "none";
|
|
260
|
+
ai: "ai";
|
|
261
261
|
"chat-sdk": "chat-sdk";
|
|
262
262
|
"tanstack-showcase": "tanstack-showcase";
|
|
263
263
|
}>;
|
|
@@ -352,8 +352,8 @@ declare const AISchema: z.ZodEnum<{
|
|
|
352
352
|
"ai-cli": "ai-cli";
|
|
353
353
|
}>;
|
|
354
354
|
declare const EffectSchema: z.ZodEnum<{
|
|
355
|
-
effect: "effect";
|
|
356
355
|
none: "none";
|
|
356
|
+
effect: "effect";
|
|
357
357
|
"effect-full": "effect-full";
|
|
358
358
|
}>;
|
|
359
359
|
declare const StateManagementSchema: z.ZodEnum<{
|
|
@@ -516,9 +516,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
|
|
|
516
516
|
}>;
|
|
517
517
|
declare const MobileUISchema: z.ZodEnum<{
|
|
518
518
|
none: "none";
|
|
519
|
+
uniwind: "uniwind";
|
|
519
520
|
tamagui: "tamagui";
|
|
520
521
|
"gluestack-ui": "gluestack-ui";
|
|
521
|
-
uniwind: "uniwind";
|
|
522
522
|
unistyles: "unistyles";
|
|
523
523
|
}>;
|
|
524
524
|
declare const MobileStorageSchema: z.ZodEnum<{
|
|
@@ -571,12 +571,12 @@ declare const RustCliSchema: z.ZodEnum<{
|
|
|
571
571
|
ratatui: "ratatui";
|
|
572
572
|
}>;
|
|
573
573
|
declare const RustLibrariesSchema: z.ZodEnum<{
|
|
574
|
-
config: "config";
|
|
575
574
|
none: "none";
|
|
576
575
|
serde: "serde";
|
|
577
576
|
uuid: "uuid";
|
|
578
577
|
chrono: "chrono";
|
|
579
578
|
reqwest: "reqwest";
|
|
579
|
+
config: "config";
|
|
580
580
|
dashmap: "dashmap";
|
|
581
581
|
"parking-lot": "parking-lot";
|
|
582
582
|
secrecy: "secrecy";
|
|
@@ -1090,34 +1090,34 @@ declare const ShadcnFontSchema: z.ZodEnum<{
|
|
|
1090
1090
|
"geist-mono": "geist-mono";
|
|
1091
1091
|
}>;
|
|
1092
1092
|
declare const ShadcnRadiusSchema: z.ZodEnum<{
|
|
1093
|
-
default: "default";
|
|
1094
1093
|
none: "none";
|
|
1094
|
+
default: "default";
|
|
1095
1095
|
small: "small";
|
|
1096
1096
|
medium: "medium";
|
|
1097
1097
|
large: "large";
|
|
1098
1098
|
}>;
|
|
1099
1099
|
declare const DirectoryConflictSchema: z.ZodEnum<{
|
|
1100
|
-
error: "error";
|
|
1101
1100
|
merge: "merge";
|
|
1102
1101
|
overwrite: "overwrite";
|
|
1103
1102
|
increment: "increment";
|
|
1103
|
+
error: "error";
|
|
1104
1104
|
}>;
|
|
1105
1105
|
declare const TemplateSchema: z.ZodEnum<{
|
|
1106
1106
|
none: "none";
|
|
1107
|
-
uniwind: "uniwind";
|
|
1108
1107
|
mern: "mern";
|
|
1109
1108
|
pern: "pern";
|
|
1110
1109
|
t3: "t3";
|
|
1110
|
+
uniwind: "uniwind";
|
|
1111
1111
|
}>;
|
|
1112
1112
|
declare const ProjectNameSchema: z.ZodString;
|
|
1113
1113
|
declare const CreateInputSchema: z.ZodObject<{
|
|
1114
1114
|
projectName: z.ZodOptional<z.ZodString>;
|
|
1115
1115
|
template: z.ZodOptional<z.ZodEnum<{
|
|
1116
1116
|
none: "none";
|
|
1117
|
-
uniwind: "uniwind";
|
|
1118
1117
|
mern: "mern";
|
|
1119
1118
|
pern: "pern";
|
|
1120
1119
|
t3: "t3";
|
|
1120
|
+
uniwind: "uniwind";
|
|
1121
1121
|
}>>;
|
|
1122
1122
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
1123
1123
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1227,8 +1227,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1227
1227
|
"github-actions": "github-actions";
|
|
1228
1228
|
}>>>;
|
|
1229
1229
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1230
|
-
ai: "ai";
|
|
1231
1230
|
none: "none";
|
|
1231
|
+
ai: "ai";
|
|
1232
1232
|
"chat-sdk": "chat-sdk";
|
|
1233
1233
|
"tanstack-showcase": "tanstack-showcase";
|
|
1234
1234
|
}>>>;
|
|
@@ -1310,10 +1310,10 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1310
1310
|
vercel: "vercel";
|
|
1311
1311
|
}>>;
|
|
1312
1312
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
1313
|
-
error: "error";
|
|
1314
1313
|
merge: "merge";
|
|
1315
1314
|
overwrite: "overwrite";
|
|
1316
1315
|
increment: "increment";
|
|
1316
|
+
error: "error";
|
|
1317
1317
|
}>>;
|
|
1318
1318
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
1319
1319
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1340,8 +1340,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1340
1340
|
"ai-cli": "ai-cli";
|
|
1341
1341
|
}>>;
|
|
1342
1342
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
1343
|
-
effect: "effect";
|
|
1344
1343
|
none: "none";
|
|
1344
|
+
effect: "effect";
|
|
1345
1345
|
"effect-full": "effect-full";
|
|
1346
1346
|
}>>;
|
|
1347
1347
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1474,8 +1474,8 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1474
1474
|
"geist-mono": "geist-mono";
|
|
1475
1475
|
}>>;
|
|
1476
1476
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
1477
|
-
default: "default";
|
|
1478
1477
|
none: "none";
|
|
1478
|
+
default: "default";
|
|
1479
1479
|
small: "small";
|
|
1480
1480
|
medium: "medium";
|
|
1481
1481
|
large: "large";
|
|
@@ -1600,9 +1600,9 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1600
1600
|
}>>;
|
|
1601
1601
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
1602
1602
|
none: "none";
|
|
1603
|
+
uniwind: "uniwind";
|
|
1603
1604
|
tamagui: "tamagui";
|
|
1604
1605
|
"gluestack-ui": "gluestack-ui";
|
|
1605
|
-
uniwind: "uniwind";
|
|
1606
1606
|
unistyles: "unistyles";
|
|
1607
1607
|
}>>;
|
|
1608
1608
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1655,12 +1655,12 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1655
1655
|
ratatui: "ratatui";
|
|
1656
1656
|
}>>;
|
|
1657
1657
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1658
|
-
config: "config";
|
|
1659
1658
|
none: "none";
|
|
1660
1659
|
serde: "serde";
|
|
1661
1660
|
uuid: "uuid";
|
|
1662
1661
|
chrono: "chrono";
|
|
1663
1662
|
reqwest: "reqwest";
|
|
1663
|
+
config: "config";
|
|
1664
1664
|
dashmap: "dashmap";
|
|
1665
1665
|
"parking-lot": "parking-lot";
|
|
1666
1666
|
secrecy: "secrecy";
|
|
@@ -2153,10 +2153,10 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2153
2153
|
projectName: z.ZodOptional<z.ZodString>;
|
|
2154
2154
|
template: z.ZodOptional<z.ZodEnum<{
|
|
2155
2155
|
none: "none";
|
|
2156
|
-
uniwind: "uniwind";
|
|
2157
2156
|
mern: "mern";
|
|
2158
2157
|
pern: "pern";
|
|
2159
2158
|
t3: "t3";
|
|
2159
|
+
uniwind: "uniwind";
|
|
2160
2160
|
}>>;
|
|
2161
2161
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
2162
2162
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2266,8 +2266,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2266
2266
|
"github-actions": "github-actions";
|
|
2267
2267
|
}>>>;
|
|
2268
2268
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2269
|
-
ai: "ai";
|
|
2270
2269
|
none: "none";
|
|
2270
|
+
ai: "ai";
|
|
2271
2271
|
"chat-sdk": "chat-sdk";
|
|
2272
2272
|
"tanstack-showcase": "tanstack-showcase";
|
|
2273
2273
|
}>>>;
|
|
@@ -2349,10 +2349,10 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2349
2349
|
vercel: "vercel";
|
|
2350
2350
|
}>>;
|
|
2351
2351
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
2352
|
-
error: "error";
|
|
2353
2352
|
merge: "merge";
|
|
2354
2353
|
overwrite: "overwrite";
|
|
2355
2354
|
increment: "increment";
|
|
2355
|
+
error: "error";
|
|
2356
2356
|
}>>;
|
|
2357
2357
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
2358
2358
|
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2379,8 +2379,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2379
2379
|
"ai-cli": "ai-cli";
|
|
2380
2380
|
}>>;
|
|
2381
2381
|
effect: z.ZodOptional<z.ZodEnum<{
|
|
2382
|
-
effect: "effect";
|
|
2383
2382
|
none: "none";
|
|
2383
|
+
effect: "effect";
|
|
2384
2384
|
"effect-full": "effect-full";
|
|
2385
2385
|
}>>;
|
|
2386
2386
|
stateManagement: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2513,8 +2513,8 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2513
2513
|
"geist-mono": "geist-mono";
|
|
2514
2514
|
}>>;
|
|
2515
2515
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
2516
|
-
default: "default";
|
|
2517
2516
|
none: "none";
|
|
2517
|
+
default: "default";
|
|
2518
2518
|
small: "small";
|
|
2519
2519
|
medium: "medium";
|
|
2520
2520
|
large: "large";
|
|
@@ -2639,9 +2639,9 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2639
2639
|
}>>;
|
|
2640
2640
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
2641
2641
|
none: "none";
|
|
2642
|
+
uniwind: "uniwind";
|
|
2642
2643
|
tamagui: "tamagui";
|
|
2643
2644
|
"gluestack-ui": "gluestack-ui";
|
|
2644
|
-
uniwind: "uniwind";
|
|
2645
2645
|
unistyles: "unistyles";
|
|
2646
2646
|
}>>;
|
|
2647
2647
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2694,12 +2694,12 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2694
2694
|
ratatui: "ratatui";
|
|
2695
2695
|
}>>;
|
|
2696
2696
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2697
|
-
config: "config";
|
|
2698
2697
|
none: "none";
|
|
2699
2698
|
serde: "serde";
|
|
2700
2699
|
uuid: "uuid";
|
|
2701
2700
|
chrono: "chrono";
|
|
2702
2701
|
reqwest: "reqwest";
|
|
2702
|
+
config: "config";
|
|
2703
2703
|
dashmap: "dashmap";
|
|
2704
2704
|
"parking-lot": "parking-lot";
|
|
2705
2705
|
secrecy: "secrecy";
|
|
@@ -3232,8 +3232,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3232
3232
|
"github-actions": "github-actions";
|
|
3233
3233
|
}>>;
|
|
3234
3234
|
examples: z.ZodArray<z.ZodEnum<{
|
|
3235
|
-
ai: "ai";
|
|
3236
3235
|
none: "none";
|
|
3236
|
+
ai: "ai";
|
|
3237
3237
|
"chat-sdk": "chat-sdk";
|
|
3238
3238
|
"tanstack-showcase": "tanstack-showcase";
|
|
3239
3239
|
}>>;
|
|
@@ -3337,8 +3337,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3337
3337
|
"ai-cli": "ai-cli";
|
|
3338
3338
|
}>;
|
|
3339
3339
|
effect: z.ZodEnum<{
|
|
3340
|
-
effect: "effect";
|
|
3341
3340
|
none: "none";
|
|
3341
|
+
effect: "effect";
|
|
3342
3342
|
"effect-full": "effect-full";
|
|
3343
3343
|
}>;
|
|
3344
3344
|
stateManagement: z.ZodEnum<{
|
|
@@ -3471,8 +3471,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3471
3471
|
"geist-mono": "geist-mono";
|
|
3472
3472
|
}>>;
|
|
3473
3473
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
3474
|
-
default: "default";
|
|
3475
3474
|
none: "none";
|
|
3475
|
+
default: "default";
|
|
3476
3476
|
small: "small";
|
|
3477
3477
|
medium: "medium";
|
|
3478
3478
|
large: "large";
|
|
@@ -3597,9 +3597,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3597
3597
|
}>;
|
|
3598
3598
|
mobileUI: z.ZodEnum<{
|
|
3599
3599
|
none: "none";
|
|
3600
|
+
uniwind: "uniwind";
|
|
3600
3601
|
tamagui: "tamagui";
|
|
3601
3602
|
"gluestack-ui": "gluestack-ui";
|
|
3602
|
-
uniwind: "uniwind";
|
|
3603
3603
|
unistyles: "unistyles";
|
|
3604
3604
|
}>;
|
|
3605
3605
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3652,12 +3652,12 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3652
3652
|
ratatui: "ratatui";
|
|
3653
3653
|
}>;
|
|
3654
3654
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
3655
|
-
config: "config";
|
|
3656
3655
|
none: "none";
|
|
3657
3656
|
serde: "serde";
|
|
3658
3657
|
uuid: "uuid";
|
|
3659
3658
|
chrono: "chrono";
|
|
3660
3659
|
reqwest: "reqwest";
|
|
3660
|
+
config: "config";
|
|
3661
3661
|
dashmap: "dashmap";
|
|
3662
3662
|
"parking-lot": "parking-lot";
|
|
3663
3663
|
secrecy: "secrecy";
|
|
@@ -4084,55 +4084,55 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
4084
4084
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4085
4085
|
id: z.ZodString;
|
|
4086
4086
|
role: z.ZodEnum<{
|
|
4087
|
-
|
|
4088
|
-
backend: "backend";
|
|
4089
|
-
mobile: "mobile";
|
|
4087
|
+
ai: "ai";
|
|
4090
4088
|
database: "database";
|
|
4091
|
-
api: "api";
|
|
4092
4089
|
orm: "orm";
|
|
4093
4090
|
auth: "auth";
|
|
4094
|
-
|
|
4095
|
-
|
|
4091
|
+
payments: "payments";
|
|
4092
|
+
frontend: "frontend";
|
|
4093
|
+
examples: "examples";
|
|
4096
4094
|
dbSetup: "dbSetup";
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
email: "email";
|
|
4102
|
-
search: "search";
|
|
4103
|
-
vectorDb: "vectorDb";
|
|
4104
|
-
fileStorage: "fileStorage";
|
|
4105
|
-
jobQueue: "jobQueue";
|
|
4106
|
-
rateLimit: "rateLimit";
|
|
4107
|
-
testing: "testing";
|
|
4095
|
+
backend: "backend";
|
|
4096
|
+
runtime: "runtime";
|
|
4097
|
+
api: "api";
|
|
4098
|
+
effect: "effect";
|
|
4108
4099
|
stateManagement: "stateManagement";
|
|
4109
4100
|
forms: "forms";
|
|
4101
|
+
testing: "testing";
|
|
4102
|
+
email: "email";
|
|
4103
|
+
validation: "validation";
|
|
4104
|
+
realtime: "realtime";
|
|
4105
|
+
jobQueue: "jobQueue";
|
|
4110
4106
|
animation: "animation";
|
|
4111
4107
|
fileUpload: "fileUpload";
|
|
4112
|
-
validation: "validation";
|
|
4113
|
-
effect: "effect";
|
|
4114
|
-
ui: "ui";
|
|
4115
|
-
css: "css";
|
|
4116
|
-
storage: "storage";
|
|
4117
|
-
ai: "ai";
|
|
4118
|
-
payments: "payments";
|
|
4119
4108
|
logging: "logging";
|
|
4109
|
+
observability: "observability";
|
|
4120
4110
|
featureFlags: "featureFlags";
|
|
4121
4111
|
analytics: "analytics";
|
|
4122
4112
|
cms: "cms";
|
|
4113
|
+
caching: "caching";
|
|
4114
|
+
rateLimit: "rateLimit";
|
|
4123
4115
|
i18n: "i18n";
|
|
4116
|
+
search: "search";
|
|
4117
|
+
vectorDb: "vectorDb";
|
|
4118
|
+
fileStorage: "fileStorage";
|
|
4119
|
+
config: "config";
|
|
4120
|
+
mobile: "mobile";
|
|
4121
|
+
deploy: "deploy";
|
|
4122
|
+
navigation: "navigation";
|
|
4123
|
+
ui: "ui";
|
|
4124
|
+
css: "css";
|
|
4125
|
+
storage: "storage";
|
|
4124
4126
|
documentation: "documentation";
|
|
4125
4127
|
codeQuality: "codeQuality";
|
|
4126
4128
|
appPlatform: "appPlatform";
|
|
4127
4129
|
dataFetching: "dataFetching";
|
|
4128
4130
|
workspaceTooling: "workspaceTooling";
|
|
4129
|
-
examples: "examples";
|
|
4130
4131
|
buildTool: "buildTool";
|
|
4131
4132
|
cli: "cli";
|
|
4132
4133
|
errorHandling: "errorHandling";
|
|
4133
4134
|
httpClient: "httpClient";
|
|
4134
4135
|
libraries: "libraries";
|
|
4135
|
-
config: "config";
|
|
4136
4136
|
templating: "templating";
|
|
4137
4137
|
}>;
|
|
4138
4138
|
toolId: z.ZodString;
|
|
@@ -4266,8 +4266,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4266
4266
|
"github-actions": "github-actions";
|
|
4267
4267
|
}>>;
|
|
4268
4268
|
examples: z.ZodArray<z.ZodEnum<{
|
|
4269
|
-
ai: "ai";
|
|
4270
4269
|
none: "none";
|
|
4270
|
+
ai: "ai";
|
|
4271
4271
|
"chat-sdk": "chat-sdk";
|
|
4272
4272
|
"tanstack-showcase": "tanstack-showcase";
|
|
4273
4273
|
}>>;
|
|
@@ -4369,8 +4369,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4369
4369
|
"ai-cli": "ai-cli";
|
|
4370
4370
|
}>;
|
|
4371
4371
|
effect: z.ZodEnum<{
|
|
4372
|
-
effect: "effect";
|
|
4373
4372
|
none: "none";
|
|
4373
|
+
effect: "effect";
|
|
4374
4374
|
"effect-full": "effect-full";
|
|
4375
4375
|
}>;
|
|
4376
4376
|
stateManagement: z.ZodEnum<{
|
|
@@ -4503,8 +4503,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4503
4503
|
"geist-mono": "geist-mono";
|
|
4504
4504
|
}>>;
|
|
4505
4505
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
4506
|
-
default: "default";
|
|
4507
4506
|
none: "none";
|
|
4507
|
+
default: "default";
|
|
4508
4508
|
small: "small";
|
|
4509
4509
|
medium: "medium";
|
|
4510
4510
|
large: "large";
|
|
@@ -4629,9 +4629,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4629
4629
|
}>;
|
|
4630
4630
|
mobileUI: z.ZodEnum<{
|
|
4631
4631
|
none: "none";
|
|
4632
|
+
uniwind: "uniwind";
|
|
4632
4633
|
tamagui: "tamagui";
|
|
4633
4634
|
"gluestack-ui": "gluestack-ui";
|
|
4634
|
-
uniwind: "uniwind";
|
|
4635
4635
|
unistyles: "unistyles";
|
|
4636
4636
|
}>;
|
|
4637
4637
|
mobileStorage: z.ZodEnum<{
|
|
@@ -4684,12 +4684,12 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4684
4684
|
ratatui: "ratatui";
|
|
4685
4685
|
}>;
|
|
4686
4686
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
4687
|
-
config: "config";
|
|
4688
4687
|
none: "none";
|
|
4689
4688
|
serde: "serde";
|
|
4690
4689
|
uuid: "uuid";
|
|
4691
4690
|
chrono: "chrono";
|
|
4692
4691
|
reqwest: "reqwest";
|
|
4692
|
+
config: "config";
|
|
4693
4693
|
dashmap: "dashmap";
|
|
4694
4694
|
"parking-lot": "parking-lot";
|
|
4695
4695
|
secrecy: "secrecy";
|
|
@@ -5116,55 +5116,55 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
5116
5116
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5117
5117
|
id: z.ZodString;
|
|
5118
5118
|
role: z.ZodEnum<{
|
|
5119
|
-
|
|
5120
|
-
backend: "backend";
|
|
5121
|
-
mobile: "mobile";
|
|
5119
|
+
ai: "ai";
|
|
5122
5120
|
database: "database";
|
|
5123
|
-
api: "api";
|
|
5124
5121
|
orm: "orm";
|
|
5125
5122
|
auth: "auth";
|
|
5126
|
-
|
|
5127
|
-
|
|
5123
|
+
payments: "payments";
|
|
5124
|
+
frontend: "frontend";
|
|
5125
|
+
examples: "examples";
|
|
5128
5126
|
dbSetup: "dbSetup";
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
email: "email";
|
|
5134
|
-
search: "search";
|
|
5135
|
-
vectorDb: "vectorDb";
|
|
5136
|
-
fileStorage: "fileStorage";
|
|
5137
|
-
jobQueue: "jobQueue";
|
|
5138
|
-
rateLimit: "rateLimit";
|
|
5139
|
-
testing: "testing";
|
|
5127
|
+
backend: "backend";
|
|
5128
|
+
runtime: "runtime";
|
|
5129
|
+
api: "api";
|
|
5130
|
+
effect: "effect";
|
|
5140
5131
|
stateManagement: "stateManagement";
|
|
5141
5132
|
forms: "forms";
|
|
5133
|
+
testing: "testing";
|
|
5134
|
+
email: "email";
|
|
5135
|
+
validation: "validation";
|
|
5136
|
+
realtime: "realtime";
|
|
5137
|
+
jobQueue: "jobQueue";
|
|
5142
5138
|
animation: "animation";
|
|
5143
5139
|
fileUpload: "fileUpload";
|
|
5144
|
-
validation: "validation";
|
|
5145
|
-
effect: "effect";
|
|
5146
|
-
ui: "ui";
|
|
5147
|
-
css: "css";
|
|
5148
|
-
storage: "storage";
|
|
5149
|
-
ai: "ai";
|
|
5150
|
-
payments: "payments";
|
|
5151
5140
|
logging: "logging";
|
|
5141
|
+
observability: "observability";
|
|
5152
5142
|
featureFlags: "featureFlags";
|
|
5153
5143
|
analytics: "analytics";
|
|
5154
5144
|
cms: "cms";
|
|
5145
|
+
caching: "caching";
|
|
5146
|
+
rateLimit: "rateLimit";
|
|
5155
5147
|
i18n: "i18n";
|
|
5148
|
+
search: "search";
|
|
5149
|
+
vectorDb: "vectorDb";
|
|
5150
|
+
fileStorage: "fileStorage";
|
|
5151
|
+
config: "config";
|
|
5152
|
+
mobile: "mobile";
|
|
5153
|
+
deploy: "deploy";
|
|
5154
|
+
navigation: "navigation";
|
|
5155
|
+
ui: "ui";
|
|
5156
|
+
css: "css";
|
|
5157
|
+
storage: "storage";
|
|
5156
5158
|
documentation: "documentation";
|
|
5157
5159
|
codeQuality: "codeQuality";
|
|
5158
5160
|
appPlatform: "appPlatform";
|
|
5159
5161
|
dataFetching: "dataFetching";
|
|
5160
5162
|
workspaceTooling: "workspaceTooling";
|
|
5161
|
-
examples: "examples";
|
|
5162
5163
|
buildTool: "buildTool";
|
|
5163
5164
|
cli: "cli";
|
|
5164
5165
|
errorHandling: "errorHandling";
|
|
5165
5166
|
httpClient: "httpClient";
|
|
5166
5167
|
libraries: "libraries";
|
|
5167
|
-
config: "config";
|
|
5168
5168
|
templating: "templating";
|
|
5169
5169
|
}>;
|
|
5170
5170
|
toolId: z.ZodString;
|
|
@@ -5298,8 +5298,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5298
5298
|
"github-actions": "github-actions";
|
|
5299
5299
|
}>>;
|
|
5300
5300
|
examples: z.ZodArray<z.ZodEnum<{
|
|
5301
|
-
ai: "ai";
|
|
5302
5301
|
none: "none";
|
|
5302
|
+
ai: "ai";
|
|
5303
5303
|
"chat-sdk": "chat-sdk";
|
|
5304
5304
|
"tanstack-showcase": "tanstack-showcase";
|
|
5305
5305
|
}>>;
|
|
@@ -5401,8 +5401,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5401
5401
|
"ai-cli": "ai-cli";
|
|
5402
5402
|
}>;
|
|
5403
5403
|
effect: z.ZodEnum<{
|
|
5404
|
-
effect: "effect";
|
|
5405
5404
|
none: "none";
|
|
5405
|
+
effect: "effect";
|
|
5406
5406
|
"effect-full": "effect-full";
|
|
5407
5407
|
}>;
|
|
5408
5408
|
stateManagement: z.ZodEnum<{
|
|
@@ -5535,8 +5535,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5535
5535
|
"geist-mono": "geist-mono";
|
|
5536
5536
|
}>>;
|
|
5537
5537
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
5538
|
-
default: "default";
|
|
5539
5538
|
none: "none";
|
|
5539
|
+
default: "default";
|
|
5540
5540
|
small: "small";
|
|
5541
5541
|
medium: "medium";
|
|
5542
5542
|
large: "large";
|
|
@@ -5661,9 +5661,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5661
5661
|
}>;
|
|
5662
5662
|
mobileUI: z.ZodEnum<{
|
|
5663
5663
|
none: "none";
|
|
5664
|
+
uniwind: "uniwind";
|
|
5664
5665
|
tamagui: "tamagui";
|
|
5665
5666
|
"gluestack-ui": "gluestack-ui";
|
|
5666
|
-
uniwind: "uniwind";
|
|
5667
5667
|
unistyles: "unistyles";
|
|
5668
5668
|
}>;
|
|
5669
5669
|
mobileStorage: z.ZodEnum<{
|
|
@@ -5716,12 +5716,12 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5716
5716
|
ratatui: "ratatui";
|
|
5717
5717
|
}>;
|
|
5718
5718
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
5719
|
-
config: "config";
|
|
5720
5719
|
none: "none";
|
|
5721
5720
|
serde: "serde";
|
|
5722
5721
|
uuid: "uuid";
|
|
5723
5722
|
chrono: "chrono";
|
|
5724
5723
|
reqwest: "reqwest";
|
|
5724
|
+
config: "config";
|
|
5725
5725
|
dashmap: "dashmap";
|
|
5726
5726
|
"parking-lot": "parking-lot";
|
|
5727
5727
|
secrecy: "secrecy";
|
|
@@ -6148,55 +6148,55 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
6148
6148
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6149
6149
|
id: z.ZodString;
|
|
6150
6150
|
role: z.ZodEnum<{
|
|
6151
|
-
|
|
6152
|
-
backend: "backend";
|
|
6153
|
-
mobile: "mobile";
|
|
6151
|
+
ai: "ai";
|
|
6154
6152
|
database: "database";
|
|
6155
|
-
api: "api";
|
|
6156
6153
|
orm: "orm";
|
|
6157
6154
|
auth: "auth";
|
|
6158
|
-
|
|
6159
|
-
|
|
6155
|
+
payments: "payments";
|
|
6156
|
+
frontend: "frontend";
|
|
6157
|
+
examples: "examples";
|
|
6160
6158
|
dbSetup: "dbSetup";
|
|
6161
|
-
|
|
6162
|
-
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
email: "email";
|
|
6166
|
-
search: "search";
|
|
6167
|
-
vectorDb: "vectorDb";
|
|
6168
|
-
fileStorage: "fileStorage";
|
|
6169
|
-
jobQueue: "jobQueue";
|
|
6170
|
-
rateLimit: "rateLimit";
|
|
6171
|
-
testing: "testing";
|
|
6159
|
+
backend: "backend";
|
|
6160
|
+
runtime: "runtime";
|
|
6161
|
+
api: "api";
|
|
6162
|
+
effect: "effect";
|
|
6172
6163
|
stateManagement: "stateManagement";
|
|
6173
6164
|
forms: "forms";
|
|
6165
|
+
testing: "testing";
|
|
6166
|
+
email: "email";
|
|
6167
|
+
validation: "validation";
|
|
6168
|
+
realtime: "realtime";
|
|
6169
|
+
jobQueue: "jobQueue";
|
|
6174
6170
|
animation: "animation";
|
|
6175
6171
|
fileUpload: "fileUpload";
|
|
6176
|
-
validation: "validation";
|
|
6177
|
-
effect: "effect";
|
|
6178
|
-
ui: "ui";
|
|
6179
|
-
css: "css";
|
|
6180
|
-
storage: "storage";
|
|
6181
|
-
ai: "ai";
|
|
6182
|
-
payments: "payments";
|
|
6183
6172
|
logging: "logging";
|
|
6173
|
+
observability: "observability";
|
|
6184
6174
|
featureFlags: "featureFlags";
|
|
6185
6175
|
analytics: "analytics";
|
|
6186
6176
|
cms: "cms";
|
|
6177
|
+
caching: "caching";
|
|
6178
|
+
rateLimit: "rateLimit";
|
|
6187
6179
|
i18n: "i18n";
|
|
6180
|
+
search: "search";
|
|
6181
|
+
vectorDb: "vectorDb";
|
|
6182
|
+
fileStorage: "fileStorage";
|
|
6183
|
+
config: "config";
|
|
6184
|
+
mobile: "mobile";
|
|
6185
|
+
deploy: "deploy";
|
|
6186
|
+
navigation: "navigation";
|
|
6187
|
+
ui: "ui";
|
|
6188
|
+
css: "css";
|
|
6189
|
+
storage: "storage";
|
|
6188
6190
|
documentation: "documentation";
|
|
6189
6191
|
codeQuality: "codeQuality";
|
|
6190
6192
|
appPlatform: "appPlatform";
|
|
6191
6193
|
dataFetching: "dataFetching";
|
|
6192
6194
|
workspaceTooling: "workspaceTooling";
|
|
6193
|
-
examples: "examples";
|
|
6194
6195
|
buildTool: "buildTool";
|
|
6195
6196
|
cli: "cli";
|
|
6196
6197
|
errorHandling: "errorHandling";
|
|
6197
6198
|
httpClient: "httpClient";
|
|
6198
6199
|
libraries: "libraries";
|
|
6199
|
-
config: "config";
|
|
6200
6200
|
templating: "templating";
|
|
6201
6201
|
}>;
|
|
6202
6202
|
toolId: z.ZodString;
|
|
@@ -6331,8 +6331,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6331
6331
|
"github-actions": "github-actions";
|
|
6332
6332
|
}>>;
|
|
6333
6333
|
examples: z.ZodArray<z.ZodEnum<{
|
|
6334
|
-
ai: "ai";
|
|
6335
6334
|
none: "none";
|
|
6335
|
+
ai: "ai";
|
|
6336
6336
|
"chat-sdk": "chat-sdk";
|
|
6337
6337
|
"tanstack-showcase": "tanstack-showcase";
|
|
6338
6338
|
}>>;
|
|
@@ -6434,8 +6434,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6434
6434
|
"ai-cli": "ai-cli";
|
|
6435
6435
|
}>;
|
|
6436
6436
|
effect: z.ZodEnum<{
|
|
6437
|
-
effect: "effect";
|
|
6438
6437
|
none: "none";
|
|
6438
|
+
effect: "effect";
|
|
6439
6439
|
"effect-full": "effect-full";
|
|
6440
6440
|
}>;
|
|
6441
6441
|
stateManagement: z.ZodEnum<{
|
|
@@ -6568,8 +6568,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6568
6568
|
"geist-mono": "geist-mono";
|
|
6569
6569
|
}>>;
|
|
6570
6570
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
6571
|
-
default: "default";
|
|
6572
6571
|
none: "none";
|
|
6572
|
+
default: "default";
|
|
6573
6573
|
small: "small";
|
|
6574
6574
|
medium: "medium";
|
|
6575
6575
|
large: "large";
|
|
@@ -6694,9 +6694,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6694
6694
|
}>;
|
|
6695
6695
|
mobileUI: z.ZodEnum<{
|
|
6696
6696
|
none: "none";
|
|
6697
|
+
uniwind: "uniwind";
|
|
6697
6698
|
tamagui: "tamagui";
|
|
6698
6699
|
"gluestack-ui": "gluestack-ui";
|
|
6699
|
-
uniwind: "uniwind";
|
|
6700
6700
|
unistyles: "unistyles";
|
|
6701
6701
|
}>;
|
|
6702
6702
|
mobileStorage: z.ZodEnum<{
|
|
@@ -6749,12 +6749,12 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6749
6749
|
ratatui: "ratatui";
|
|
6750
6750
|
}>;
|
|
6751
6751
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
6752
|
-
config: "config";
|
|
6753
6752
|
none: "none";
|
|
6754
6753
|
serde: "serde";
|
|
6755
6754
|
uuid: "uuid";
|
|
6756
6755
|
chrono: "chrono";
|
|
6757
6756
|
reqwest: "reqwest";
|
|
6757
|
+
config: "config";
|
|
6758
6758
|
dashmap: "dashmap";
|
|
6759
6759
|
"parking-lot": "parking-lot";
|
|
6760
6760
|
secrecy: "secrecy";
|
|
@@ -7181,55 +7181,55 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
7181
7181
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7182
7182
|
id: z.ZodString;
|
|
7183
7183
|
role: z.ZodEnum<{
|
|
7184
|
-
|
|
7185
|
-
backend: "backend";
|
|
7186
|
-
mobile: "mobile";
|
|
7184
|
+
ai: "ai";
|
|
7187
7185
|
database: "database";
|
|
7188
|
-
api: "api";
|
|
7189
7186
|
orm: "orm";
|
|
7190
7187
|
auth: "auth";
|
|
7191
|
-
|
|
7192
|
-
|
|
7188
|
+
payments: "payments";
|
|
7189
|
+
frontend: "frontend";
|
|
7190
|
+
examples: "examples";
|
|
7193
7191
|
dbSetup: "dbSetup";
|
|
7194
|
-
|
|
7195
|
-
|
|
7196
|
-
|
|
7197
|
-
|
|
7198
|
-
email: "email";
|
|
7199
|
-
search: "search";
|
|
7200
|
-
vectorDb: "vectorDb";
|
|
7201
|
-
fileStorage: "fileStorage";
|
|
7202
|
-
jobQueue: "jobQueue";
|
|
7203
|
-
rateLimit: "rateLimit";
|
|
7204
|
-
testing: "testing";
|
|
7192
|
+
backend: "backend";
|
|
7193
|
+
runtime: "runtime";
|
|
7194
|
+
api: "api";
|
|
7195
|
+
effect: "effect";
|
|
7205
7196
|
stateManagement: "stateManagement";
|
|
7206
7197
|
forms: "forms";
|
|
7198
|
+
testing: "testing";
|
|
7199
|
+
email: "email";
|
|
7200
|
+
validation: "validation";
|
|
7201
|
+
realtime: "realtime";
|
|
7202
|
+
jobQueue: "jobQueue";
|
|
7207
7203
|
animation: "animation";
|
|
7208
7204
|
fileUpload: "fileUpload";
|
|
7209
|
-
validation: "validation";
|
|
7210
|
-
effect: "effect";
|
|
7211
|
-
ui: "ui";
|
|
7212
|
-
css: "css";
|
|
7213
|
-
storage: "storage";
|
|
7214
|
-
ai: "ai";
|
|
7215
|
-
payments: "payments";
|
|
7216
7205
|
logging: "logging";
|
|
7206
|
+
observability: "observability";
|
|
7217
7207
|
featureFlags: "featureFlags";
|
|
7218
7208
|
analytics: "analytics";
|
|
7219
7209
|
cms: "cms";
|
|
7210
|
+
caching: "caching";
|
|
7211
|
+
rateLimit: "rateLimit";
|
|
7220
7212
|
i18n: "i18n";
|
|
7213
|
+
search: "search";
|
|
7214
|
+
vectorDb: "vectorDb";
|
|
7215
|
+
fileStorage: "fileStorage";
|
|
7216
|
+
config: "config";
|
|
7217
|
+
mobile: "mobile";
|
|
7218
|
+
deploy: "deploy";
|
|
7219
|
+
navigation: "navigation";
|
|
7220
|
+
ui: "ui";
|
|
7221
|
+
css: "css";
|
|
7222
|
+
storage: "storage";
|
|
7221
7223
|
documentation: "documentation";
|
|
7222
7224
|
codeQuality: "codeQuality";
|
|
7223
7225
|
appPlatform: "appPlatform";
|
|
7224
7226
|
dataFetching: "dataFetching";
|
|
7225
7227
|
workspaceTooling: "workspaceTooling";
|
|
7226
|
-
examples: "examples";
|
|
7227
7228
|
buildTool: "buildTool";
|
|
7228
7229
|
cli: "cli";
|
|
7229
7230
|
errorHandling: "errorHandling";
|
|
7230
7231
|
httpClient: "httpClient";
|
|
7231
7232
|
libraries: "libraries";
|
|
7232
|
-
config: "config";
|
|
7233
7233
|
templating: "templating";
|
|
7234
7234
|
}>;
|
|
7235
7235
|
toolId: z.ZodString;
|
|
@@ -7364,8 +7364,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7364
7364
|
"github-actions": "github-actions";
|
|
7365
7365
|
}>>;
|
|
7366
7366
|
examples: z.ZodArray<z.ZodEnum<{
|
|
7367
|
-
ai: "ai";
|
|
7368
7367
|
none: "none";
|
|
7368
|
+
ai: "ai";
|
|
7369
7369
|
"chat-sdk": "chat-sdk";
|
|
7370
7370
|
"tanstack-showcase": "tanstack-showcase";
|
|
7371
7371
|
}>>;
|
|
@@ -7467,8 +7467,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7467
7467
|
"ai-cli": "ai-cli";
|
|
7468
7468
|
}>;
|
|
7469
7469
|
effect: z.ZodEnum<{
|
|
7470
|
-
effect: "effect";
|
|
7471
7470
|
none: "none";
|
|
7471
|
+
effect: "effect";
|
|
7472
7472
|
"effect-full": "effect-full";
|
|
7473
7473
|
}>;
|
|
7474
7474
|
stateManagement: z.ZodEnum<{
|
|
@@ -7601,8 +7601,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7601
7601
|
"geist-mono": "geist-mono";
|
|
7602
7602
|
}>>;
|
|
7603
7603
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
7604
|
-
default: "default";
|
|
7605
7604
|
none: "none";
|
|
7605
|
+
default: "default";
|
|
7606
7606
|
small: "small";
|
|
7607
7607
|
medium: "medium";
|
|
7608
7608
|
large: "large";
|
|
@@ -7727,9 +7727,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7727
7727
|
}>;
|
|
7728
7728
|
mobileUI: z.ZodEnum<{
|
|
7729
7729
|
none: "none";
|
|
7730
|
+
uniwind: "uniwind";
|
|
7730
7731
|
tamagui: "tamagui";
|
|
7731
7732
|
"gluestack-ui": "gluestack-ui";
|
|
7732
|
-
uniwind: "uniwind";
|
|
7733
7733
|
unistyles: "unistyles";
|
|
7734
7734
|
}>;
|
|
7735
7735
|
mobileStorage: z.ZodEnum<{
|
|
@@ -7782,12 +7782,12 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7782
7782
|
ratatui: "ratatui";
|
|
7783
7783
|
}>;
|
|
7784
7784
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
7785
|
-
config: "config";
|
|
7786
7785
|
none: "none";
|
|
7787
7786
|
serde: "serde";
|
|
7788
7787
|
uuid: "uuid";
|
|
7789
7788
|
chrono: "chrono";
|
|
7790
7789
|
reqwest: "reqwest";
|
|
7790
|
+
config: "config";
|
|
7791
7791
|
dashmap: "dashmap";
|
|
7792
7792
|
"parking-lot": "parking-lot";
|
|
7793
7793
|
secrecy: "secrecy";
|
|
@@ -8214,55 +8214,55 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
8214
8214
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8215
8215
|
id: z.ZodString;
|
|
8216
8216
|
role: z.ZodEnum<{
|
|
8217
|
-
|
|
8218
|
-
backend: "backend";
|
|
8219
|
-
mobile: "mobile";
|
|
8217
|
+
ai: "ai";
|
|
8220
8218
|
database: "database";
|
|
8221
|
-
api: "api";
|
|
8222
8219
|
orm: "orm";
|
|
8223
8220
|
auth: "auth";
|
|
8224
|
-
|
|
8225
|
-
|
|
8221
|
+
payments: "payments";
|
|
8222
|
+
frontend: "frontend";
|
|
8223
|
+
examples: "examples";
|
|
8226
8224
|
dbSetup: "dbSetup";
|
|
8227
|
-
|
|
8228
|
-
|
|
8229
|
-
|
|
8230
|
-
|
|
8231
|
-
email: "email";
|
|
8232
|
-
search: "search";
|
|
8233
|
-
vectorDb: "vectorDb";
|
|
8234
|
-
fileStorage: "fileStorage";
|
|
8235
|
-
jobQueue: "jobQueue";
|
|
8236
|
-
rateLimit: "rateLimit";
|
|
8237
|
-
testing: "testing";
|
|
8225
|
+
backend: "backend";
|
|
8226
|
+
runtime: "runtime";
|
|
8227
|
+
api: "api";
|
|
8228
|
+
effect: "effect";
|
|
8238
8229
|
stateManagement: "stateManagement";
|
|
8239
8230
|
forms: "forms";
|
|
8231
|
+
testing: "testing";
|
|
8232
|
+
email: "email";
|
|
8233
|
+
validation: "validation";
|
|
8234
|
+
realtime: "realtime";
|
|
8235
|
+
jobQueue: "jobQueue";
|
|
8240
8236
|
animation: "animation";
|
|
8241
8237
|
fileUpload: "fileUpload";
|
|
8242
|
-
validation: "validation";
|
|
8243
|
-
effect: "effect";
|
|
8244
|
-
ui: "ui";
|
|
8245
|
-
css: "css";
|
|
8246
|
-
storage: "storage";
|
|
8247
|
-
ai: "ai";
|
|
8248
|
-
payments: "payments";
|
|
8249
8238
|
logging: "logging";
|
|
8239
|
+
observability: "observability";
|
|
8250
8240
|
featureFlags: "featureFlags";
|
|
8251
8241
|
analytics: "analytics";
|
|
8252
8242
|
cms: "cms";
|
|
8243
|
+
caching: "caching";
|
|
8244
|
+
rateLimit: "rateLimit";
|
|
8253
8245
|
i18n: "i18n";
|
|
8246
|
+
search: "search";
|
|
8247
|
+
vectorDb: "vectorDb";
|
|
8248
|
+
fileStorage: "fileStorage";
|
|
8249
|
+
config: "config";
|
|
8250
|
+
mobile: "mobile";
|
|
8251
|
+
deploy: "deploy";
|
|
8252
|
+
navigation: "navigation";
|
|
8253
|
+
ui: "ui";
|
|
8254
|
+
css: "css";
|
|
8255
|
+
storage: "storage";
|
|
8254
8256
|
documentation: "documentation";
|
|
8255
8257
|
codeQuality: "codeQuality";
|
|
8256
8258
|
appPlatform: "appPlatform";
|
|
8257
8259
|
dataFetching: "dataFetching";
|
|
8258
8260
|
workspaceTooling: "workspaceTooling";
|
|
8259
|
-
examples: "examples";
|
|
8260
8261
|
buildTool: "buildTool";
|
|
8261
8262
|
cli: "cli";
|
|
8262
8263
|
errorHandling: "errorHandling";
|
|
8263
8264
|
httpClient: "httpClient";
|
|
8264
8265
|
libraries: "libraries";
|
|
8265
|
-
config: "config";
|
|
8266
8266
|
templating: "templating";
|
|
8267
8267
|
}>;
|
|
8268
8268
|
toolId: z.ZodString;
|
|
@@ -8397,8 +8397,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8397
8397
|
"github-actions": "github-actions";
|
|
8398
8398
|
}>>;
|
|
8399
8399
|
examples: z.ZodArray<z.ZodEnum<{
|
|
8400
|
-
ai: "ai";
|
|
8401
8400
|
none: "none";
|
|
8401
|
+
ai: "ai";
|
|
8402
8402
|
"chat-sdk": "chat-sdk";
|
|
8403
8403
|
"tanstack-showcase": "tanstack-showcase";
|
|
8404
8404
|
}>>;
|
|
@@ -8502,8 +8502,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8502
8502
|
"ai-cli": "ai-cli";
|
|
8503
8503
|
}>;
|
|
8504
8504
|
effect: z.ZodEnum<{
|
|
8505
|
-
effect: "effect";
|
|
8506
8505
|
none: "none";
|
|
8506
|
+
effect: "effect";
|
|
8507
8507
|
"effect-full": "effect-full";
|
|
8508
8508
|
}>;
|
|
8509
8509
|
stateManagement: z.ZodEnum<{
|
|
@@ -8636,8 +8636,8 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8636
8636
|
"geist-mono": "geist-mono";
|
|
8637
8637
|
}>>;
|
|
8638
8638
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
8639
|
-
default: "default";
|
|
8640
8639
|
none: "none";
|
|
8640
|
+
default: "default";
|
|
8641
8641
|
small: "small";
|
|
8642
8642
|
medium: "medium";
|
|
8643
8643
|
large: "large";
|
|
@@ -8762,9 +8762,9 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8762
8762
|
}>;
|
|
8763
8763
|
mobileUI: z.ZodEnum<{
|
|
8764
8764
|
none: "none";
|
|
8765
|
+
uniwind: "uniwind";
|
|
8765
8766
|
tamagui: "tamagui";
|
|
8766
8767
|
"gluestack-ui": "gluestack-ui";
|
|
8767
|
-
uniwind: "uniwind";
|
|
8768
8768
|
unistyles: "unistyles";
|
|
8769
8769
|
}>;
|
|
8770
8770
|
mobileStorage: z.ZodEnum<{
|
|
@@ -8817,12 +8817,12 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8817
8817
|
ratatui: "ratatui";
|
|
8818
8818
|
}>;
|
|
8819
8819
|
rustLibraries: z.ZodArray<z.ZodEnum<{
|
|
8820
|
-
config: "config";
|
|
8821
8820
|
none: "none";
|
|
8822
8821
|
serde: "serde";
|
|
8823
8822
|
uuid: "uuid";
|
|
8824
8823
|
chrono: "chrono";
|
|
8825
8824
|
reqwest: "reqwest";
|
|
8825
|
+
config: "config";
|
|
8826
8826
|
dashmap: "dashmap";
|
|
8827
8827
|
"parking-lot": "parking-lot";
|
|
8828
8828
|
secrecy: "secrecy";
|
|
@@ -9249,55 +9249,55 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
9249
9249
|
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9250
9250
|
id: z.ZodString;
|
|
9251
9251
|
role: z.ZodEnum<{
|
|
9252
|
-
|
|
9253
|
-
backend: "backend";
|
|
9254
|
-
mobile: "mobile";
|
|
9252
|
+
ai: "ai";
|
|
9255
9253
|
database: "database";
|
|
9256
|
-
api: "api";
|
|
9257
9254
|
orm: "orm";
|
|
9258
9255
|
auth: "auth";
|
|
9259
|
-
|
|
9260
|
-
|
|
9256
|
+
payments: "payments";
|
|
9257
|
+
frontend: "frontend";
|
|
9258
|
+
examples: "examples";
|
|
9261
9259
|
dbSetup: "dbSetup";
|
|
9262
|
-
|
|
9263
|
-
|
|
9264
|
-
|
|
9265
|
-
|
|
9266
|
-
email: "email";
|
|
9267
|
-
search: "search";
|
|
9268
|
-
vectorDb: "vectorDb";
|
|
9269
|
-
fileStorage: "fileStorage";
|
|
9270
|
-
jobQueue: "jobQueue";
|
|
9271
|
-
rateLimit: "rateLimit";
|
|
9272
|
-
testing: "testing";
|
|
9260
|
+
backend: "backend";
|
|
9261
|
+
runtime: "runtime";
|
|
9262
|
+
api: "api";
|
|
9263
|
+
effect: "effect";
|
|
9273
9264
|
stateManagement: "stateManagement";
|
|
9274
9265
|
forms: "forms";
|
|
9266
|
+
testing: "testing";
|
|
9267
|
+
email: "email";
|
|
9268
|
+
validation: "validation";
|
|
9269
|
+
realtime: "realtime";
|
|
9270
|
+
jobQueue: "jobQueue";
|
|
9275
9271
|
animation: "animation";
|
|
9276
9272
|
fileUpload: "fileUpload";
|
|
9277
|
-
validation: "validation";
|
|
9278
|
-
effect: "effect";
|
|
9279
|
-
ui: "ui";
|
|
9280
|
-
css: "css";
|
|
9281
|
-
storage: "storage";
|
|
9282
|
-
ai: "ai";
|
|
9283
|
-
payments: "payments";
|
|
9284
9273
|
logging: "logging";
|
|
9274
|
+
observability: "observability";
|
|
9285
9275
|
featureFlags: "featureFlags";
|
|
9286
9276
|
analytics: "analytics";
|
|
9287
9277
|
cms: "cms";
|
|
9278
|
+
caching: "caching";
|
|
9279
|
+
rateLimit: "rateLimit";
|
|
9288
9280
|
i18n: "i18n";
|
|
9281
|
+
search: "search";
|
|
9282
|
+
vectorDb: "vectorDb";
|
|
9283
|
+
fileStorage: "fileStorage";
|
|
9284
|
+
config: "config";
|
|
9285
|
+
mobile: "mobile";
|
|
9286
|
+
deploy: "deploy";
|
|
9287
|
+
navigation: "navigation";
|
|
9288
|
+
ui: "ui";
|
|
9289
|
+
css: "css";
|
|
9290
|
+
storage: "storage";
|
|
9289
9291
|
documentation: "documentation";
|
|
9290
9292
|
codeQuality: "codeQuality";
|
|
9291
9293
|
appPlatform: "appPlatform";
|
|
9292
9294
|
dataFetching: "dataFetching";
|
|
9293
9295
|
workspaceTooling: "workspaceTooling";
|
|
9294
|
-
examples: "examples";
|
|
9295
9296
|
buildTool: "buildTool";
|
|
9296
9297
|
cli: "cli";
|
|
9297
9298
|
errorHandling: "errorHandling";
|
|
9298
9299
|
httpClient: "httpClient";
|
|
9299
9300
|
libraries: "libraries";
|
|
9300
|
-
config: "config";
|
|
9301
9301
|
templating: "templating";
|
|
9302
9302
|
}>;
|
|
9303
9303
|
toolId: z.ZodString;
|
|
@@ -9341,7 +9341,7 @@ declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia
|
|
|
9341
9341
|
declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
|
|
9342
9342
|
declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
|
|
9343
9343
|
declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "github-actions")[];
|
|
9344
|
-
declare const EXAMPLES_VALUES: ("
|
|
9344
|
+
declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
|
|
9345
9345
|
declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
|
|
9346
9346
|
declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
|
|
9347
9347
|
declare const DATABASE_SETUP_VALUES: ("none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "upstash" | "d1" | "docker")[];
|
|
@@ -9350,11 +9350,11 @@ declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations"
|
|
|
9350
9350
|
declare const PAYMENTS_VALUES: ("none" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo")[];
|
|
9351
9351
|
declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
|
|
9352
9352
|
declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
|
|
9353
|
-
declare const DIRECTORY_CONFLICT_VALUES: ("
|
|
9354
|
-
declare const TEMPLATE_VALUES: ("none" | "
|
|
9353
|
+
declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
|
|
9354
|
+
declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "uniwind")[];
|
|
9355
9355
|
declare const ASTRO_INTEGRATION_VALUES: ("none" | "svelte" | "solid" | "react" | "vue")[];
|
|
9356
9356
|
declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
|
|
9357
|
-
declare const EFFECT_VALUES: ("
|
|
9357
|
+
declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
|
|
9358
9358
|
declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
|
|
9359
9359
|
declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
|
|
9360
9360
|
declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "cypress")[];
|
|
@@ -9371,7 +9371,7 @@ declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "sentry" | "graf
|
|
|
9371
9371
|
declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash")[];
|
|
9372
9372
|
declare const ANALYTICS_VALUES: ("none" | "plausible" | "umami")[];
|
|
9373
9373
|
declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
|
|
9374
|
-
declare const MOBILE_UI_VALUES: ("none" | "
|
|
9374
|
+
declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
|
|
9375
9375
|
declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
|
|
9376
9376
|
declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
|
|
9377
9377
|
declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
|
|
@@ -9390,7 +9390,7 @@ declare const RUST_FRONTEND_VALUES: ("none" | "leptos" | "dioxus")[];
|
|
|
9390
9390
|
declare const RUST_ORM_VALUES: ("none" | "sea-orm" | "sqlx" | "diesel")[];
|
|
9391
9391
|
declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql")[];
|
|
9392
9392
|
declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
|
|
9393
|
-
declare const RUST_LIBRARIES_VALUES: ("
|
|
9393
|
+
declare const RUST_LIBRARIES_VALUES: ("none" | "serde" | "uuid" | "chrono" | "reqwest" | "config" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta")[];
|
|
9394
9394
|
declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
|
|
9395
9395
|
declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
|
|
9396
9396
|
declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
|
|
@@ -9467,7 +9467,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
|
|
|
9467
9467
|
declare const SHADCN_COLOR_THEME_VALUES: ("neutral" | "stone" | "zinc" | "gray" | "amber" | "blue" | "cyan" | "emerald" | "fuchsia" | "green" | "indigo" | "lime" | "orange" | "pink" | "purple" | "red" | "rose" | "sky" | "teal" | "violet" | "yellow")[];
|
|
9468
9468
|
declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
|
|
9469
9469
|
declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
|
|
9470
|
-
declare const SHADCN_RADIUS_VALUES: ("
|
|
9470
|
+
declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
|
|
9471
9471
|
//#endregion
|
|
9472
9472
|
export { DotnetJobQueueSchema as $, TemplateSchema as $i, MOBILE_STORAGE_VALUES as $n, RUST_CLI_VALUES as $r, FileUploadSchema as $t, CachingSchema as A, SHADCN_BASE_VALUES as Ai, JAVA_AUTH_VALUES as An, PaymentsSchema as Ar, ElixirCachingSchema as At, DOTNET_OBSERVABILITY_VALUES as B, ShadcnBaseSchema as Bi, JavaBuildToolSchema as Bn, PythonOrmSchema as Br, ElixirRealtimeSchema as Bt, BetterTStackConfigSchema as C, RustOrmSchema as Ci, GoRealtimeSchema as Cn, PYTHON_QUALITY_VALUES as Cr, ELIXIR_WEB_FRAMEWORK_VALUES as Ct, CMS_VALUES as D, SEARCH_VALUES as Di, I18nSchema as Dn, PYTHON_VALIDATION_VALUES as Dr, EffectSchema as Dt, CMSSchema as E, RustWebFrameworkSchema as Ei, I18N_VALUES as En, PYTHON_TESTING_VALUES as Er, EcosystemSchema as Et, DOTNET_API_VALUES as F, SHADCN_STYLE_VALUES as Fi, JAVA_TESTING_LIBRARIES_VALUES as Fn, PythonAuthSchema as Fr, ElixirJsonSchema as Ft, DOTNET_WEB_FRAMEWORK_VALUES as G, ShadcnStyleSchema as Gi, JavaWebFrameworkSchema as Gn, PythonValidationSchema as Gr, ExamplesSchema as Gt, DOTNET_REALTIME_VALUES as H, ShadcnFontSchema as Hi, JavaLoggingSchema as Hn, PythonRealtimeSchema as Hr, ElixirValidationSchema as Ht, DOTNET_AUTH_VALUES as I, STATE_MANAGEMENT_VALUES as Ii, JAVA_WEB_FRAMEWORK_VALUES as In, PythonCachingSchema as Ir, ElixirLibrariesSchema as It, DirectoryConflictSchema as J, StackPartSchema as Ji, LoggingSchema as Jn, REALTIME_VALUES as Jr, FILE_UPLOAD_VALUES as Jt, DatabaseSchema as K, StackPartEcosystemSchema as Ki, JobQueueSchema as Kn, PythonWebFrameworkSchema as Kr, FEATURE_FLAGS_VALUES as Kt, DOTNET_CACHING_VALUES as L, SearchSchema as Li, JOB_QUEUE_VALUES as Ln, PythonCliSchema as Lr, ElixirObservabilitySchema as Lt, DATABASE_SETUP_VALUES as M, SHADCN_FONT_VALUES as Mi, JAVA_LIBRARIES_VALUES as Mn, ProjectNameSchema as Mr, ElixirEmailSchema as Mt, DATABASE_VALUES as N, SHADCN_ICON_LIBRARY_VALUES as Ni, JAVA_LOGGING_VALUES as Nn, PythonAiSchema as Nr, ElixirHttpSchema as Nt, CSSFrameworkSchema as O, SERVER_DEPLOY_VALUES as Oi, InitResultSchema as On, PYTHON_WEB_FRAMEWORK_VALUES as Or, ElixirApiSchema as Ot, DIRECTORY_CONFLICT_VALUES as P, SHADCN_RADIUS_VALUES as Pi, JAVA_ORM_VALUES as Pn, PythonApiSchema as Pr, ElixirJobsSchema as Pt, DotnetDeploySchema as Q, TESTING_VALUES as Qi, MOBILE_PUSH_VALUES as Qn, RUST_CACHING_VALUES as Qr, FileStorageSchema as Qt, DOTNET_DEPLOY_VALUES as R, ServerDeploySchema as Ri, JavaApiSchema as Rn, PythonGraphqlSchema as Rr, ElixirOrmSchema as Rt, BetterTStackConfigFileSchema as S, RustObservabilitySchema as Si, GoOrmSchema as Sn, PYTHON_ORM_VALUES as Sr, ELIXIR_VALIDATION_VALUES as St, CLIInputSchema as T, RustTemplatingSchema as Ti, GoWebFrameworkSchema as Tn, PYTHON_TASK_QUEUE_VALUES as Tr, EXAMPLES_VALUES as Tt, DOTNET_TESTING_VALUES as U, ShadcnIconLibrarySchema as Ui, JavaOrmSchema as Un, PythonTaskQueueSchema as Ur, ElixirWebFrameworkSchema as Ut, DOTNET_ORM_VALUES as V, ShadcnColorThemeSchema as Vi, JavaLibrariesSchema as Vn, PythonQualitySchema as Vr, ElixirTestingSchema as Vt, DOTNET_VALIDATION_VALUES as W, ShadcnRadiusSchema as Wi, JavaTestingLibrariesSchema as Wn, PythonTestingSchema as Wr, EmailSchema as Wt, DotnetAuthSchema as X, StateManagementSchema as Xi, MOBILE_NAVIGATION_VALUES as Xn, RUST_API_VALUES as Xr, FRONTEND_VALUES as Xt, DotnetApiSchema as Y, StackPartSourceSchema as Yi, MOBILE_DEEP_LINKING_VALUES as Yn, RUNTIME_VALUES as Yr, FORMS_VALUES as Yt, DotnetCachingSchema as Z, TEMPLATE_VALUES as Zi, MOBILE_OTA_VALUES as Zn, RUST_AUTH_VALUES as Zr, FeatureFlagsSchema as Zt, AuthSchema as _, RustErrorHandlingSchema as _i, GoCliSchema as _n, PYTHON_AUTH_VALUES as _r, ELIXIR_OBSERVABILITY_VALUES as _t, ANALYTICS_VALUES as a, VERSION_CHANNEL_VALUES as aa, RUST_OBSERVABILITY_VALUES as ai, GO_CLI_VALUES as an, MobilePushSchema as ar, DotnetWebFrameworkSchema as at, BetterFullstackConfigFileSchema as b, RustLoggingSchema as bi, GoMessageQueueSchema as bn, PYTHON_GRAPHQL_VALUES as br, ELIXIR_REALTIME_VALUES as bt, API_VALUES as c, VersionChannelSchema as ca, RUST_TEMPLATING_VALUES as ci, GO_MESSAGE_QUEUE_VALUES as cn, MobileUISchema as cr, ELIXIR_API_VALUES as ct, AddInputSchema as d, RealtimeSchema as di, GO_REALTIME_VALUES as dn, ORM_VALUES as dr, ELIXIR_DEPLOY_VALUES as dt, TestingSchema as ea, RUST_ERROR_HANDLING_VALUES as ei, FormsSchema as en, MOBILE_TESTING_VALUES as er, DotnetObservabilitySchema as et, AddonsSchema as f, RuntimeSchema as fi, GO_TESTING_VALUES as fn, ObservabilitySchema as fr, ELIXIR_EMAIL_VALUES as ft, AstroIntegrationSchema as g, RustCliSchema as gi, GoCachingSchema as gn, PYTHON_API_VALUES as gr, ELIXIR_LIBRARIES_VALUES as gt, AnimationSchema as h, RustCachingSchema as hi, GoAuthSchema as hn, PYTHON_AI_VALUES as hr, ELIXIR_JSON_VALUES as ht, AI_VALUES as i, VECTOR_DB_VALUES as ia, RUST_MESSAGE_QUEUE_VALUES as ii, GO_CACHING_VALUES as in, MobileOTASchema as ir, DotnetValidationSchema as it, CreateInputSchema as j, SHADCN_COLOR_THEME_VALUES as ji, JAVA_BUILD_TOOL_VALUES as jn, ProjectConfigSchema as jr, ElixirDeploySchema as jt, CSS_FRAMEWORK_VALUES as k, SHADCN_BASE_COLOR_VALUES as ki, JAVA_API_VALUES as kn, PackageManagerSchema as kr, ElixirAuthSchema as kt, ASTRO_INTEGRATION_VALUES as l, WEB_DEPLOY_VALUES as la, RUST_WEB_FRAMEWORK_VALUES as li, GO_OBSERVABILITY_VALUES as ln, OBSERVABILITY_VALUES as lr, ELIXIR_AUTH_VALUES as lt, AnalyticsSchema as m, RustAuthSchema as mi, GoApiSchema as mn, PAYMENTS_VALUES as mr, ELIXIR_JOBS_VALUES as mt, AISchema as n, UI_LIBRARY_VALUES as na, RUST_LIBRARIES_VALUES as ni, GO_API_VALUES as nn, MobileDeepLinkingSchema as nr, DotnetRealtimeSchema as nt, ANIMATION_VALUES as o, ValidationSchema as oa, RUST_ORM_VALUES as oi, GO_CONFIG_VALUES as on, MobileStorageSchema as or, ECOSYSTEM_VALUES as ot, AiDocsSchema as p, RustApiSchema as pi, GO_WEB_FRAMEWORK_VALUES as pn, PACKAGE_MANAGER_VALUES as pr, ELIXIR_HTTP_VALUES as pt, DatabaseSetupSchema as q, StackPartRoleSchema as qi, LOGGING_VALUES as qn, RATE_LIMIT_VALUES as qr, FILE_STORAGE_VALUES as qt, AI_DOCS_VALUES as r, VALIDATION_VALUES as ra, RUST_LOGGING_VALUES as ri, GO_AUTH_VALUES as rn, MobileNavigationSchema as rr, DotnetTestingSchema as rt, APISchema as s, VectorDbSchema as sa, RUST_REALTIME_VALUES as si, GO_LOGGING_VALUES as sn, MobileTestingSchema as sr, EFFECT_VALUES as st, ADDONS_VALUES as t, UILibrarySchema as ta, RUST_FRONTEND_VALUES as ti, FrontendSchema as tn, MOBILE_UI_VALUES as tr, DotnetOrmSchema as tt, AUTH_VALUES as u, WebDeploySchema as ua, RateLimitSchema as ui, GO_ORM_VALUES as un, ORMSchema as ur, ELIXIR_CACHING_VALUES as ut, BACKEND_VALUES as v, RustFrontendSchema as vi, GoConfigSchema as vn, PYTHON_CACHING_VALUES as vr, ELIXIR_ORM_VALUES as vt, CACHING_VALUES as w, RustRealtimeSchema as wi, GoTestingSchema as wn, PYTHON_REALTIME_VALUES as wr, EMAIL_VALUES as wt, BetterFullstackConfigSchema as x, RustMessageQueueSchema as xi, GoObservabilitySchema as xn, PYTHON_OBSERVABILITY_VALUES as xr, ELIXIR_TESTING_VALUES as xt, BackendSchema as y, RustLibrariesSchema as yi, GoLoggingSchema as yn, PYTHON_CLI_VALUES as yr, ELIXIR_QUALITY_VALUES as yt, DOTNET_JOB_QUEUE_VALUES as z, ShadcnBaseColorSchema as zi, JavaAuthSchema as zn, PythonObservabilitySchema as zr, ElixirQualitySchema as zt };
|
|
9473
|
-
//# sourceMappingURL=schemas-
|
|
9473
|
+
//# sourceMappingURL=schemas-jMCVu0xX.d.mts.map
|