@better-fullstack/types 1.8.1 → 2.0.0
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-05kDqAVs.d.mts → defaults-BSM_JIBn.d.mts} +2 -2
- package/dist/defaults-BSM_JIBn.d.mts.map +1 -0
- package/dist/{defaults-D23vxGYl.mjs → defaults-DNmNiuxG.mjs} +1 -1
- package/dist/{defaults-D23vxGYl.mjs.map → defaults-DNmNiuxG.mjs.map} +1 -1
- package/dist/defaults.d.mts +3 -3
- package/dist/defaults.mjs +1 -1
- package/dist/index.d.mts +6 -5
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +5 -4
- package/dist/index.mjs.map +1 -1
- package/dist/json-schema.d.mts +490 -14
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-CUFM_Cdl.d.mts → schemas-B5EgRfVL.d.mts} +480 -16
- package/dist/schemas-B5EgRfVL.d.mts.map +1 -0
- package/dist/{schemas-Hj_Gbdf0.mjs → schemas-DnEGgQzA.mjs} +68 -6
- package/dist/schemas-DnEGgQzA.mjs.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/dist/stack-graph-C2tzuzRe.mjs +585 -0
- package/dist/stack-graph-C2tzuzRe.mjs.map +1 -0
- package/dist/stack-graph-_551XvrL.d.mts +68 -0
- package/dist/stack-graph-_551XvrL.d.mts.map +1 -0
- package/dist/stack-graph.d.mts +4 -0
- package/dist/stack-graph.mjs +4 -0
- package/dist/{stack-translation-BpsvxDrw.mjs → stack-translation-BcsaMRuV.mjs} +207 -16
- package/dist/stack-translation-BcsaMRuV.mjs.map +1 -0
- package/dist/{stack-translation-D7H3h8Vs.d.mts → stack-translation-CqslePvp.d.mts} +13 -6
- package/dist/stack-translation-CqslePvp.d.mts.map +1 -0
- package/dist/stack-translation.d.mts +5 -5
- package/dist/stack-translation.mjs +4 -3
- package/dist/{types-C0KHWyJI.d.mts → types-DorAmN4i.d.mts} +7 -3
- package/dist/types-DorAmN4i.d.mts.map +1 -0
- package/dist/types.d.mts +3 -3
- package/package.json +5 -1
- package/dist/defaults-05kDqAVs.d.mts.map +0 -1
- package/dist/schemas-CUFM_Cdl.d.mts.map +0 -1
- package/dist/schemas-Hj_Gbdf0.mjs.map +0 -1
- package/dist/stack-translation-BpsvxDrw.mjs.map +0 -1
- package/dist/stack-translation-D7H3h8Vs.d.mts.map +0 -1
- package/dist/types-C0KHWyJI.d.mts.map +0 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -164,24 +164,25 @@ declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaP
|
|
|
164
164
|
}>>;
|
|
165
165
|
declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
166
166
|
none: "none";
|
|
167
|
-
uniwind: "uniwind";
|
|
168
167
|
mern: "mern";
|
|
169
168
|
pern: "pern";
|
|
170
169
|
t3: "t3";
|
|
170
|
+
uniwind: "uniwind";
|
|
171
171
|
}>>;
|
|
172
172
|
declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
173
173
|
projectName: z.ZodOptional<z.ZodString>;
|
|
174
174
|
template: z.ZodOptional<z.ZodEnum<{
|
|
175
175
|
none: "none";
|
|
176
|
-
uniwind: "uniwind";
|
|
177
176
|
mern: "mern";
|
|
178
177
|
pern: "pern";
|
|
179
178
|
t3: "t3";
|
|
179
|
+
uniwind: "uniwind";
|
|
180
180
|
}>>;
|
|
181
181
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
182
182
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
183
183
|
verbose: z.ZodOptional<z.ZodBoolean>;
|
|
184
184
|
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
185
|
+
verify: z.ZodOptional<z.ZodBoolean>;
|
|
185
186
|
ecosystem: z.ZodOptional<z.ZodEnum<{
|
|
186
187
|
typescript: "typescript";
|
|
187
188
|
"react-native": "react-native";
|
|
@@ -626,9 +627,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
626
627
|
}>>;
|
|
627
628
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
628
629
|
none: "none";
|
|
630
|
+
uniwind: "uniwind";
|
|
629
631
|
tamagui: "tamagui";
|
|
630
632
|
"gluestack-ui": "gluestack-ui";
|
|
631
|
-
uniwind: "uniwind";
|
|
632
633
|
unistyles: "unistyles";
|
|
633
634
|
}>>;
|
|
634
635
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -946,6 +947,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
946
947
|
"agents-md": "agents-md";
|
|
947
948
|
cursorrules: "cursorrules";
|
|
948
949
|
}>>>;
|
|
950
|
+
part: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
949
951
|
}, z.core.$strip>>;
|
|
950
952
|
declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
951
953
|
projectName: z.ZodString;
|
|
@@ -1386,9 +1388,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1386
1388
|
}>;
|
|
1387
1389
|
mobileUI: z.ZodEnum<{
|
|
1388
1390
|
none: "none";
|
|
1391
|
+
uniwind: "uniwind";
|
|
1389
1392
|
tamagui: "tamagui";
|
|
1390
1393
|
"gluestack-ui": "gluestack-ui";
|
|
1391
|
-
uniwind: "uniwind";
|
|
1392
1394
|
unistyles: "unistyles";
|
|
1393
1395
|
}>;
|
|
1394
1396
|
mobileStorage: z.ZodEnum<{
|
|
@@ -1706,10 +1708,69 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1706
1708
|
"agents-md": "agents-md";
|
|
1707
1709
|
cursorrules: "cursorrules";
|
|
1708
1710
|
}>>;
|
|
1711
|
+
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1712
|
+
id: z.ZodString;
|
|
1713
|
+
role: z.ZodEnum<{
|
|
1714
|
+
ai: "ai";
|
|
1715
|
+
database: "database";
|
|
1716
|
+
orm: "orm";
|
|
1717
|
+
auth: "auth";
|
|
1718
|
+
payments: "payments";
|
|
1719
|
+
frontend: "frontend";
|
|
1720
|
+
backend: "backend";
|
|
1721
|
+
runtime: "runtime";
|
|
1722
|
+
api: "api";
|
|
1723
|
+
stateManagement: "stateManagement";
|
|
1724
|
+
forms: "forms";
|
|
1725
|
+
testing: "testing";
|
|
1726
|
+
email: "email";
|
|
1727
|
+
validation: "validation";
|
|
1728
|
+
jobQueue: "jobQueue";
|
|
1729
|
+
logging: "logging";
|
|
1730
|
+
observability: "observability";
|
|
1731
|
+
featureFlags: "featureFlags";
|
|
1732
|
+
analytics: "analytics";
|
|
1733
|
+
cms: "cms";
|
|
1734
|
+
caching: "caching";
|
|
1735
|
+
i18n: "i18n";
|
|
1736
|
+
search: "search";
|
|
1737
|
+
fileStorage: "fileStorage";
|
|
1738
|
+
mobile: "mobile";
|
|
1739
|
+
deploy: "deploy";
|
|
1740
|
+
ui: "ui";
|
|
1741
|
+
css: "css";
|
|
1742
|
+
documentation: "documentation";
|
|
1743
|
+
codeQuality: "codeQuality";
|
|
1744
|
+
appPlatform: "appPlatform";
|
|
1745
|
+
}>;
|
|
1746
|
+
toolId: z.ZodString;
|
|
1747
|
+
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
1748
|
+
typescript: "typescript";
|
|
1749
|
+
"react-native": "react-native";
|
|
1750
|
+
rust: "rust";
|
|
1751
|
+
python: "python";
|
|
1752
|
+
go: "go";
|
|
1753
|
+
java: "java";
|
|
1754
|
+
elixir: "elixir";
|
|
1755
|
+
}>, z.ZodLiteral<"universal">]>;
|
|
1756
|
+
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
1757
|
+
source: z.ZodEnum<{
|
|
1758
|
+
selected: "selected";
|
|
1759
|
+
defaulted: "defaulted";
|
|
1760
|
+
provided: "provided";
|
|
1761
|
+
legacy: "legacy";
|
|
1762
|
+
adjusted: "adjusted";
|
|
1763
|
+
}>;
|
|
1764
|
+
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
1765
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
1766
|
+
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1767
|
+
}, z.core.$strip>>>;
|
|
1709
1768
|
}, z.core.$strip>>;
|
|
1710
1769
|
declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
1711
1770
|
version: z.ZodString;
|
|
1712
1771
|
createdAt: z.ZodString;
|
|
1772
|
+
graphSummary: z.ZodOptional<z.ZodString>;
|
|
1773
|
+
effectiveStack: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1713
1774
|
ecosystem: z.ZodEnum<{
|
|
1714
1775
|
typescript: "typescript";
|
|
1715
1776
|
"react-native": "react-native";
|
|
@@ -2143,9 +2204,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2143
2204
|
}>;
|
|
2144
2205
|
mobileUI: z.ZodEnum<{
|
|
2145
2206
|
none: "none";
|
|
2207
|
+
uniwind: "uniwind";
|
|
2146
2208
|
tamagui: "tamagui";
|
|
2147
2209
|
"gluestack-ui": "gluestack-ui";
|
|
2148
|
-
uniwind: "uniwind";
|
|
2149
2210
|
unistyles: "unistyles";
|
|
2150
2211
|
}>;
|
|
2151
2212
|
mobileStorage: z.ZodEnum<{
|
|
@@ -2463,10 +2524,69 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
2463
2524
|
"agents-md": "agents-md";
|
|
2464
2525
|
cursorrules: "cursorrules";
|
|
2465
2526
|
}>>;
|
|
2527
|
+
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2528
|
+
id: z.ZodString;
|
|
2529
|
+
role: z.ZodEnum<{
|
|
2530
|
+
ai: "ai";
|
|
2531
|
+
database: "database";
|
|
2532
|
+
orm: "orm";
|
|
2533
|
+
auth: "auth";
|
|
2534
|
+
payments: "payments";
|
|
2535
|
+
frontend: "frontend";
|
|
2536
|
+
backend: "backend";
|
|
2537
|
+
runtime: "runtime";
|
|
2538
|
+
api: "api";
|
|
2539
|
+
stateManagement: "stateManagement";
|
|
2540
|
+
forms: "forms";
|
|
2541
|
+
testing: "testing";
|
|
2542
|
+
email: "email";
|
|
2543
|
+
validation: "validation";
|
|
2544
|
+
jobQueue: "jobQueue";
|
|
2545
|
+
logging: "logging";
|
|
2546
|
+
observability: "observability";
|
|
2547
|
+
featureFlags: "featureFlags";
|
|
2548
|
+
analytics: "analytics";
|
|
2549
|
+
cms: "cms";
|
|
2550
|
+
caching: "caching";
|
|
2551
|
+
i18n: "i18n";
|
|
2552
|
+
search: "search";
|
|
2553
|
+
fileStorage: "fileStorage";
|
|
2554
|
+
mobile: "mobile";
|
|
2555
|
+
deploy: "deploy";
|
|
2556
|
+
ui: "ui";
|
|
2557
|
+
css: "css";
|
|
2558
|
+
documentation: "documentation";
|
|
2559
|
+
codeQuality: "codeQuality";
|
|
2560
|
+
appPlatform: "appPlatform";
|
|
2561
|
+
}>;
|
|
2562
|
+
toolId: z.ZodString;
|
|
2563
|
+
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
2564
|
+
typescript: "typescript";
|
|
2565
|
+
"react-native": "react-native";
|
|
2566
|
+
rust: "rust";
|
|
2567
|
+
python: "python";
|
|
2568
|
+
go: "go";
|
|
2569
|
+
java: "java";
|
|
2570
|
+
elixir: "elixir";
|
|
2571
|
+
}>, z.ZodLiteral<"universal">]>;
|
|
2572
|
+
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
2573
|
+
source: z.ZodEnum<{
|
|
2574
|
+
selected: "selected";
|
|
2575
|
+
defaulted: "defaulted";
|
|
2576
|
+
provided: "provided";
|
|
2577
|
+
legacy: "legacy";
|
|
2578
|
+
adjusted: "adjusted";
|
|
2579
|
+
}>;
|
|
2580
|
+
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
2581
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
2582
|
+
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2583
|
+
}, z.core.$strip>>>;
|
|
2466
2584
|
}, z.core.$strip>>;
|
|
2467
2585
|
declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
2468
2586
|
version: z.ZodString;
|
|
2469
2587
|
createdAt: z.ZodString;
|
|
2588
|
+
graphSummary: z.ZodOptional<z.ZodString>;
|
|
2589
|
+
effectiveStack: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2470
2590
|
ecosystem: z.ZodEnum<{
|
|
2471
2591
|
typescript: "typescript";
|
|
2472
2592
|
"react-native": "react-native";
|
|
@@ -2900,9 +3020,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
2900
3020
|
}>;
|
|
2901
3021
|
mobileUI: z.ZodEnum<{
|
|
2902
3022
|
none: "none";
|
|
3023
|
+
uniwind: "uniwind";
|
|
2903
3024
|
tamagui: "tamagui";
|
|
2904
3025
|
"gluestack-ui": "gluestack-ui";
|
|
2905
|
-
uniwind: "uniwind";
|
|
2906
3026
|
unistyles: "unistyles";
|
|
2907
3027
|
}>;
|
|
2908
3028
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3220,6 +3340,63 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
|
|
|
3220
3340
|
"agents-md": "agents-md";
|
|
3221
3341
|
cursorrules: "cursorrules";
|
|
3222
3342
|
}>>;
|
|
3343
|
+
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3344
|
+
id: z.ZodString;
|
|
3345
|
+
role: z.ZodEnum<{
|
|
3346
|
+
ai: "ai";
|
|
3347
|
+
database: "database";
|
|
3348
|
+
orm: "orm";
|
|
3349
|
+
auth: "auth";
|
|
3350
|
+
payments: "payments";
|
|
3351
|
+
frontend: "frontend";
|
|
3352
|
+
backend: "backend";
|
|
3353
|
+
runtime: "runtime";
|
|
3354
|
+
api: "api";
|
|
3355
|
+
stateManagement: "stateManagement";
|
|
3356
|
+
forms: "forms";
|
|
3357
|
+
testing: "testing";
|
|
3358
|
+
email: "email";
|
|
3359
|
+
validation: "validation";
|
|
3360
|
+
jobQueue: "jobQueue";
|
|
3361
|
+
logging: "logging";
|
|
3362
|
+
observability: "observability";
|
|
3363
|
+
featureFlags: "featureFlags";
|
|
3364
|
+
analytics: "analytics";
|
|
3365
|
+
cms: "cms";
|
|
3366
|
+
caching: "caching";
|
|
3367
|
+
i18n: "i18n";
|
|
3368
|
+
search: "search";
|
|
3369
|
+
fileStorage: "fileStorage";
|
|
3370
|
+
mobile: "mobile";
|
|
3371
|
+
deploy: "deploy";
|
|
3372
|
+
ui: "ui";
|
|
3373
|
+
css: "css";
|
|
3374
|
+
documentation: "documentation";
|
|
3375
|
+
codeQuality: "codeQuality";
|
|
3376
|
+
appPlatform: "appPlatform";
|
|
3377
|
+
}>;
|
|
3378
|
+
toolId: z.ZodString;
|
|
3379
|
+
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
3380
|
+
typescript: "typescript";
|
|
3381
|
+
"react-native": "react-native";
|
|
3382
|
+
rust: "rust";
|
|
3383
|
+
python: "python";
|
|
3384
|
+
go: "go";
|
|
3385
|
+
java: "java";
|
|
3386
|
+
elixir: "elixir";
|
|
3387
|
+
}>, z.ZodLiteral<"universal">]>;
|
|
3388
|
+
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
3389
|
+
source: z.ZodEnum<{
|
|
3390
|
+
selected: "selected";
|
|
3391
|
+
defaulted: "defaulted";
|
|
3392
|
+
provided: "provided";
|
|
3393
|
+
legacy: "legacy";
|
|
3394
|
+
adjusted: "adjusted";
|
|
3395
|
+
}>;
|
|
3396
|
+
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
3397
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
3398
|
+
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3399
|
+
}, z.core.$strip>>>;
|
|
3223
3400
|
}, z.core.$strip>>;
|
|
3224
3401
|
declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
3225
3402
|
success: z.ZodBoolean;
|
|
@@ -3662,9 +3839,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3662
3839
|
}>;
|
|
3663
3840
|
mobileUI: z.ZodEnum<{
|
|
3664
3841
|
none: "none";
|
|
3842
|
+
uniwind: "uniwind";
|
|
3665
3843
|
tamagui: "tamagui";
|
|
3666
3844
|
"gluestack-ui": "gluestack-ui";
|
|
3667
|
-
uniwind: "uniwind";
|
|
3668
3845
|
unistyles: "unistyles";
|
|
3669
3846
|
}>;
|
|
3670
3847
|
mobileStorage: z.ZodEnum<{
|
|
@@ -3982,6 +4159,63 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3982
4159
|
"agents-md": "agents-md";
|
|
3983
4160
|
cursorrules: "cursorrules";
|
|
3984
4161
|
}>>;
|
|
4162
|
+
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4163
|
+
id: z.ZodString;
|
|
4164
|
+
role: z.ZodEnum<{
|
|
4165
|
+
ai: "ai";
|
|
4166
|
+
database: "database";
|
|
4167
|
+
orm: "orm";
|
|
4168
|
+
auth: "auth";
|
|
4169
|
+
payments: "payments";
|
|
4170
|
+
frontend: "frontend";
|
|
4171
|
+
backend: "backend";
|
|
4172
|
+
runtime: "runtime";
|
|
4173
|
+
api: "api";
|
|
4174
|
+
stateManagement: "stateManagement";
|
|
4175
|
+
forms: "forms";
|
|
4176
|
+
testing: "testing";
|
|
4177
|
+
email: "email";
|
|
4178
|
+
validation: "validation";
|
|
4179
|
+
jobQueue: "jobQueue";
|
|
4180
|
+
logging: "logging";
|
|
4181
|
+
observability: "observability";
|
|
4182
|
+
featureFlags: "featureFlags";
|
|
4183
|
+
analytics: "analytics";
|
|
4184
|
+
cms: "cms";
|
|
4185
|
+
caching: "caching";
|
|
4186
|
+
i18n: "i18n";
|
|
4187
|
+
search: "search";
|
|
4188
|
+
fileStorage: "fileStorage";
|
|
4189
|
+
mobile: "mobile";
|
|
4190
|
+
deploy: "deploy";
|
|
4191
|
+
ui: "ui";
|
|
4192
|
+
css: "css";
|
|
4193
|
+
documentation: "documentation";
|
|
4194
|
+
codeQuality: "codeQuality";
|
|
4195
|
+
appPlatform: "appPlatform";
|
|
4196
|
+
}>;
|
|
4197
|
+
toolId: z.ZodString;
|
|
4198
|
+
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
4199
|
+
typescript: "typescript";
|
|
4200
|
+
"react-native": "react-native";
|
|
4201
|
+
rust: "rust";
|
|
4202
|
+
python: "python";
|
|
4203
|
+
go: "go";
|
|
4204
|
+
java: "java";
|
|
4205
|
+
elixir: "elixir";
|
|
4206
|
+
}>, z.ZodLiteral<"universal">]>;
|
|
4207
|
+
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
4208
|
+
source: z.ZodEnum<{
|
|
4209
|
+
selected: "selected";
|
|
4210
|
+
defaulted: "defaulted";
|
|
4211
|
+
provided: "provided";
|
|
4212
|
+
legacy: "legacy";
|
|
4213
|
+
adjusted: "adjusted";
|
|
4214
|
+
}>;
|
|
4215
|
+
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
4216
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
4217
|
+
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4218
|
+
}, z.core.$strip>>>;
|
|
3985
4219
|
}, z.core.$strip>;
|
|
3986
4220
|
reproducibleCommand: z.ZodString;
|
|
3987
4221
|
timeScaffolded: z.ZodString;
|
|
@@ -3989,6 +4223,10 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
3989
4223
|
projectDirectory: z.ZodString;
|
|
3990
4224
|
relativePath: z.ZodString;
|
|
3991
4225
|
error: z.ZodOptional<z.ZodString>;
|
|
4226
|
+
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
4227
|
+
fileCount: z.ZodOptional<z.ZodNumber>;
|
|
4228
|
+
directoryCount: z.ZodOptional<z.ZodNumber>;
|
|
4229
|
+
files: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3992
4230
|
}, z.core.$strip>>;
|
|
3993
4231
|
declare function getJavaWebFrameworkJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
3994
4232
|
none: "none";
|
|
@@ -4285,10 +4523,10 @@ declare function getAllJsonSchemas(): {
|
|
|
4285
4523
|
}>>;
|
|
4286
4524
|
template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4287
4525
|
none: "none";
|
|
4288
|
-
uniwind: "uniwind";
|
|
4289
4526
|
mern: "mern";
|
|
4290
4527
|
pern: "pern";
|
|
4291
4528
|
t3: "t3";
|
|
4529
|
+
uniwind: "uniwind";
|
|
4292
4530
|
}>>;
|
|
4293
4531
|
javaWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
4294
4532
|
none: "none";
|
|
@@ -4425,15 +4663,16 @@ declare function getAllJsonSchemas(): {
|
|
|
4425
4663
|
projectName: z.ZodOptional<z.ZodString>;
|
|
4426
4664
|
template: z.ZodOptional<z.ZodEnum<{
|
|
4427
4665
|
none: "none";
|
|
4428
|
-
uniwind: "uniwind";
|
|
4429
4666
|
mern: "mern";
|
|
4430
4667
|
pern: "pern";
|
|
4431
4668
|
t3: "t3";
|
|
4669
|
+
uniwind: "uniwind";
|
|
4432
4670
|
}>>;
|
|
4433
4671
|
yes: z.ZodOptional<z.ZodBoolean>;
|
|
4434
4672
|
yolo: z.ZodOptional<z.ZodBoolean>;
|
|
4435
4673
|
verbose: z.ZodOptional<z.ZodBoolean>;
|
|
4436
4674
|
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
4675
|
+
verify: z.ZodOptional<z.ZodBoolean>;
|
|
4437
4676
|
ecosystem: z.ZodOptional<z.ZodEnum<{
|
|
4438
4677
|
typescript: "typescript";
|
|
4439
4678
|
"react-native": "react-native";
|
|
@@ -4878,9 +5117,9 @@ declare function getAllJsonSchemas(): {
|
|
|
4878
5117
|
}>>;
|
|
4879
5118
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
4880
5119
|
none: "none";
|
|
5120
|
+
uniwind: "uniwind";
|
|
4881
5121
|
tamagui: "tamagui";
|
|
4882
5122
|
"gluestack-ui": "gluestack-ui";
|
|
4883
|
-
uniwind: "uniwind";
|
|
4884
5123
|
unistyles: "unistyles";
|
|
4885
5124
|
}>>;
|
|
4886
5125
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -5198,6 +5437,7 @@ declare function getAllJsonSchemas(): {
|
|
|
5198
5437
|
"agents-md": "agents-md";
|
|
5199
5438
|
cursorrules: "cursorrules";
|
|
5200
5439
|
}>>>;
|
|
5440
|
+
part: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5201
5441
|
}, z.core.$strip>>;
|
|
5202
5442
|
projectConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
5203
5443
|
projectName: z.ZodString;
|
|
@@ -5638,9 +5878,9 @@ declare function getAllJsonSchemas(): {
|
|
|
5638
5878
|
}>;
|
|
5639
5879
|
mobileUI: z.ZodEnum<{
|
|
5640
5880
|
none: "none";
|
|
5881
|
+
uniwind: "uniwind";
|
|
5641
5882
|
tamagui: "tamagui";
|
|
5642
5883
|
"gluestack-ui": "gluestack-ui";
|
|
5643
|
-
uniwind: "uniwind";
|
|
5644
5884
|
unistyles: "unistyles";
|
|
5645
5885
|
}>;
|
|
5646
5886
|
mobileStorage: z.ZodEnum<{
|
|
@@ -5958,10 +6198,69 @@ declare function getAllJsonSchemas(): {
|
|
|
5958
6198
|
"agents-md": "agents-md";
|
|
5959
6199
|
cursorrules: "cursorrules";
|
|
5960
6200
|
}>>;
|
|
6201
|
+
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6202
|
+
id: z.ZodString;
|
|
6203
|
+
role: z.ZodEnum<{
|
|
6204
|
+
ai: "ai";
|
|
6205
|
+
database: "database";
|
|
6206
|
+
orm: "orm";
|
|
6207
|
+
auth: "auth";
|
|
6208
|
+
payments: "payments";
|
|
6209
|
+
frontend: "frontend";
|
|
6210
|
+
backend: "backend";
|
|
6211
|
+
runtime: "runtime";
|
|
6212
|
+
api: "api";
|
|
6213
|
+
stateManagement: "stateManagement";
|
|
6214
|
+
forms: "forms";
|
|
6215
|
+
testing: "testing";
|
|
6216
|
+
email: "email";
|
|
6217
|
+
validation: "validation";
|
|
6218
|
+
jobQueue: "jobQueue";
|
|
6219
|
+
logging: "logging";
|
|
6220
|
+
observability: "observability";
|
|
6221
|
+
featureFlags: "featureFlags";
|
|
6222
|
+
analytics: "analytics";
|
|
6223
|
+
cms: "cms";
|
|
6224
|
+
caching: "caching";
|
|
6225
|
+
i18n: "i18n";
|
|
6226
|
+
search: "search";
|
|
6227
|
+
fileStorage: "fileStorage";
|
|
6228
|
+
mobile: "mobile";
|
|
6229
|
+
deploy: "deploy";
|
|
6230
|
+
ui: "ui";
|
|
6231
|
+
css: "css";
|
|
6232
|
+
documentation: "documentation";
|
|
6233
|
+
codeQuality: "codeQuality";
|
|
6234
|
+
appPlatform: "appPlatform";
|
|
6235
|
+
}>;
|
|
6236
|
+
toolId: z.ZodString;
|
|
6237
|
+
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
6238
|
+
typescript: "typescript";
|
|
6239
|
+
"react-native": "react-native";
|
|
6240
|
+
rust: "rust";
|
|
6241
|
+
python: "python";
|
|
6242
|
+
go: "go";
|
|
6243
|
+
java: "java";
|
|
6244
|
+
elixir: "elixir";
|
|
6245
|
+
}>, z.ZodLiteral<"universal">]>;
|
|
6246
|
+
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
6247
|
+
source: z.ZodEnum<{
|
|
6248
|
+
selected: "selected";
|
|
6249
|
+
defaulted: "defaulted";
|
|
6250
|
+
provided: "provided";
|
|
6251
|
+
legacy: "legacy";
|
|
6252
|
+
adjusted: "adjusted";
|
|
6253
|
+
}>;
|
|
6254
|
+
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
6255
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
6256
|
+
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
6257
|
+
}, z.core.$strip>>>;
|
|
5961
6258
|
}, z.core.$strip>>;
|
|
5962
6259
|
betterFullstackConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
5963
6260
|
version: z.ZodString;
|
|
5964
6261
|
createdAt: z.ZodString;
|
|
6262
|
+
graphSummary: z.ZodOptional<z.ZodString>;
|
|
6263
|
+
effectiveStack: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5965
6264
|
ecosystem: z.ZodEnum<{
|
|
5966
6265
|
typescript: "typescript";
|
|
5967
6266
|
"react-native": "react-native";
|
|
@@ -6395,9 +6694,9 @@ declare function getAllJsonSchemas(): {
|
|
|
6395
6694
|
}>;
|
|
6396
6695
|
mobileUI: z.ZodEnum<{
|
|
6397
6696
|
none: "none";
|
|
6697
|
+
uniwind: "uniwind";
|
|
6398
6698
|
tamagui: "tamagui";
|
|
6399
6699
|
"gluestack-ui": "gluestack-ui";
|
|
6400
|
-
uniwind: "uniwind";
|
|
6401
6700
|
unistyles: "unistyles";
|
|
6402
6701
|
}>;
|
|
6403
6702
|
mobileStorage: z.ZodEnum<{
|
|
@@ -6715,10 +7014,69 @@ declare function getAllJsonSchemas(): {
|
|
|
6715
7014
|
"agents-md": "agents-md";
|
|
6716
7015
|
cursorrules: "cursorrules";
|
|
6717
7016
|
}>>;
|
|
7017
|
+
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7018
|
+
id: z.ZodString;
|
|
7019
|
+
role: z.ZodEnum<{
|
|
7020
|
+
ai: "ai";
|
|
7021
|
+
database: "database";
|
|
7022
|
+
orm: "orm";
|
|
7023
|
+
auth: "auth";
|
|
7024
|
+
payments: "payments";
|
|
7025
|
+
frontend: "frontend";
|
|
7026
|
+
backend: "backend";
|
|
7027
|
+
runtime: "runtime";
|
|
7028
|
+
api: "api";
|
|
7029
|
+
stateManagement: "stateManagement";
|
|
7030
|
+
forms: "forms";
|
|
7031
|
+
testing: "testing";
|
|
7032
|
+
email: "email";
|
|
7033
|
+
validation: "validation";
|
|
7034
|
+
jobQueue: "jobQueue";
|
|
7035
|
+
logging: "logging";
|
|
7036
|
+
observability: "observability";
|
|
7037
|
+
featureFlags: "featureFlags";
|
|
7038
|
+
analytics: "analytics";
|
|
7039
|
+
cms: "cms";
|
|
7040
|
+
caching: "caching";
|
|
7041
|
+
i18n: "i18n";
|
|
7042
|
+
search: "search";
|
|
7043
|
+
fileStorage: "fileStorage";
|
|
7044
|
+
mobile: "mobile";
|
|
7045
|
+
deploy: "deploy";
|
|
7046
|
+
ui: "ui";
|
|
7047
|
+
css: "css";
|
|
7048
|
+
documentation: "documentation";
|
|
7049
|
+
codeQuality: "codeQuality";
|
|
7050
|
+
appPlatform: "appPlatform";
|
|
7051
|
+
}>;
|
|
7052
|
+
toolId: z.ZodString;
|
|
7053
|
+
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
7054
|
+
typescript: "typescript";
|
|
7055
|
+
"react-native": "react-native";
|
|
7056
|
+
rust: "rust";
|
|
7057
|
+
python: "python";
|
|
7058
|
+
go: "go";
|
|
7059
|
+
java: "java";
|
|
7060
|
+
elixir: "elixir";
|
|
7061
|
+
}>, z.ZodLiteral<"universal">]>;
|
|
7062
|
+
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
7063
|
+
source: z.ZodEnum<{
|
|
7064
|
+
selected: "selected";
|
|
7065
|
+
defaulted: "defaulted";
|
|
7066
|
+
provided: "provided";
|
|
7067
|
+
legacy: "legacy";
|
|
7068
|
+
adjusted: "adjusted";
|
|
7069
|
+
}>;
|
|
7070
|
+
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
7071
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
7072
|
+
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
7073
|
+
}, z.core.$strip>>>;
|
|
6718
7074
|
}, z.core.$strip>>;
|
|
6719
7075
|
betterTStackConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
6720
7076
|
version: z.ZodString;
|
|
6721
7077
|
createdAt: z.ZodString;
|
|
7078
|
+
graphSummary: z.ZodOptional<z.ZodString>;
|
|
7079
|
+
effectiveStack: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6722
7080
|
ecosystem: z.ZodEnum<{
|
|
6723
7081
|
typescript: "typescript";
|
|
6724
7082
|
"react-native": "react-native";
|
|
@@ -7152,9 +7510,9 @@ declare function getAllJsonSchemas(): {
|
|
|
7152
7510
|
}>;
|
|
7153
7511
|
mobileUI: z.ZodEnum<{
|
|
7154
7512
|
none: "none";
|
|
7513
|
+
uniwind: "uniwind";
|
|
7155
7514
|
tamagui: "tamagui";
|
|
7156
7515
|
"gluestack-ui": "gluestack-ui";
|
|
7157
|
-
uniwind: "uniwind";
|
|
7158
7516
|
unistyles: "unistyles";
|
|
7159
7517
|
}>;
|
|
7160
7518
|
mobileStorage: z.ZodEnum<{
|
|
@@ -7472,6 +7830,63 @@ declare function getAllJsonSchemas(): {
|
|
|
7472
7830
|
"agents-md": "agents-md";
|
|
7473
7831
|
cursorrules: "cursorrules";
|
|
7474
7832
|
}>>;
|
|
7833
|
+
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7834
|
+
id: z.ZodString;
|
|
7835
|
+
role: z.ZodEnum<{
|
|
7836
|
+
ai: "ai";
|
|
7837
|
+
database: "database";
|
|
7838
|
+
orm: "orm";
|
|
7839
|
+
auth: "auth";
|
|
7840
|
+
payments: "payments";
|
|
7841
|
+
frontend: "frontend";
|
|
7842
|
+
backend: "backend";
|
|
7843
|
+
runtime: "runtime";
|
|
7844
|
+
api: "api";
|
|
7845
|
+
stateManagement: "stateManagement";
|
|
7846
|
+
forms: "forms";
|
|
7847
|
+
testing: "testing";
|
|
7848
|
+
email: "email";
|
|
7849
|
+
validation: "validation";
|
|
7850
|
+
jobQueue: "jobQueue";
|
|
7851
|
+
logging: "logging";
|
|
7852
|
+
observability: "observability";
|
|
7853
|
+
featureFlags: "featureFlags";
|
|
7854
|
+
analytics: "analytics";
|
|
7855
|
+
cms: "cms";
|
|
7856
|
+
caching: "caching";
|
|
7857
|
+
i18n: "i18n";
|
|
7858
|
+
search: "search";
|
|
7859
|
+
fileStorage: "fileStorage";
|
|
7860
|
+
mobile: "mobile";
|
|
7861
|
+
deploy: "deploy";
|
|
7862
|
+
ui: "ui";
|
|
7863
|
+
css: "css";
|
|
7864
|
+
documentation: "documentation";
|
|
7865
|
+
codeQuality: "codeQuality";
|
|
7866
|
+
appPlatform: "appPlatform";
|
|
7867
|
+
}>;
|
|
7868
|
+
toolId: z.ZodString;
|
|
7869
|
+
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
7870
|
+
typescript: "typescript";
|
|
7871
|
+
"react-native": "react-native";
|
|
7872
|
+
rust: "rust";
|
|
7873
|
+
python: "python";
|
|
7874
|
+
go: "go";
|
|
7875
|
+
java: "java";
|
|
7876
|
+
elixir: "elixir";
|
|
7877
|
+
}>, z.ZodLiteral<"universal">]>;
|
|
7878
|
+
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
7879
|
+
source: z.ZodEnum<{
|
|
7880
|
+
selected: "selected";
|
|
7881
|
+
defaulted: "defaulted";
|
|
7882
|
+
provided: "provided";
|
|
7883
|
+
legacy: "legacy";
|
|
7884
|
+
adjusted: "adjusted";
|
|
7885
|
+
}>;
|
|
7886
|
+
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
7887
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
7888
|
+
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
7889
|
+
}, z.core.$strip>>>;
|
|
7475
7890
|
}, z.core.$strip>>;
|
|
7476
7891
|
initResult: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
|
|
7477
7892
|
success: z.ZodBoolean;
|
|
@@ -7914,9 +8329,9 @@ declare function getAllJsonSchemas(): {
|
|
|
7914
8329
|
}>;
|
|
7915
8330
|
mobileUI: z.ZodEnum<{
|
|
7916
8331
|
none: "none";
|
|
8332
|
+
uniwind: "uniwind";
|
|
7917
8333
|
tamagui: "tamagui";
|
|
7918
8334
|
"gluestack-ui": "gluestack-ui";
|
|
7919
|
-
uniwind: "uniwind";
|
|
7920
8335
|
unistyles: "unistyles";
|
|
7921
8336
|
}>;
|
|
7922
8337
|
mobileStorage: z.ZodEnum<{
|
|
@@ -8234,6 +8649,63 @@ declare function getAllJsonSchemas(): {
|
|
|
8234
8649
|
"agents-md": "agents-md";
|
|
8235
8650
|
cursorrules: "cursorrules";
|
|
8236
8651
|
}>>;
|
|
8652
|
+
stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8653
|
+
id: z.ZodString;
|
|
8654
|
+
role: z.ZodEnum<{
|
|
8655
|
+
ai: "ai";
|
|
8656
|
+
database: "database";
|
|
8657
|
+
orm: "orm";
|
|
8658
|
+
auth: "auth";
|
|
8659
|
+
payments: "payments";
|
|
8660
|
+
frontend: "frontend";
|
|
8661
|
+
backend: "backend";
|
|
8662
|
+
runtime: "runtime";
|
|
8663
|
+
api: "api";
|
|
8664
|
+
stateManagement: "stateManagement";
|
|
8665
|
+
forms: "forms";
|
|
8666
|
+
testing: "testing";
|
|
8667
|
+
email: "email";
|
|
8668
|
+
validation: "validation";
|
|
8669
|
+
jobQueue: "jobQueue";
|
|
8670
|
+
logging: "logging";
|
|
8671
|
+
observability: "observability";
|
|
8672
|
+
featureFlags: "featureFlags";
|
|
8673
|
+
analytics: "analytics";
|
|
8674
|
+
cms: "cms";
|
|
8675
|
+
caching: "caching";
|
|
8676
|
+
i18n: "i18n";
|
|
8677
|
+
search: "search";
|
|
8678
|
+
fileStorage: "fileStorage";
|
|
8679
|
+
mobile: "mobile";
|
|
8680
|
+
deploy: "deploy";
|
|
8681
|
+
ui: "ui";
|
|
8682
|
+
css: "css";
|
|
8683
|
+
documentation: "documentation";
|
|
8684
|
+
codeQuality: "codeQuality";
|
|
8685
|
+
appPlatform: "appPlatform";
|
|
8686
|
+
}>;
|
|
8687
|
+
toolId: z.ZodString;
|
|
8688
|
+
ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
|
|
8689
|
+
typescript: "typescript";
|
|
8690
|
+
"react-native": "react-native";
|
|
8691
|
+
rust: "rust";
|
|
8692
|
+
python: "python";
|
|
8693
|
+
go: "go";
|
|
8694
|
+
java: "java";
|
|
8695
|
+
elixir: "elixir";
|
|
8696
|
+
}>, z.ZodLiteral<"universal">]>;
|
|
8697
|
+
ownerPartId: z.ZodOptional<z.ZodString>;
|
|
8698
|
+
source: z.ZodEnum<{
|
|
8699
|
+
selected: "selected";
|
|
8700
|
+
defaulted: "defaulted";
|
|
8701
|
+
provided: "provided";
|
|
8702
|
+
legacy: "legacy";
|
|
8703
|
+
adjusted: "adjusted";
|
|
8704
|
+
}>;
|
|
8705
|
+
providedByPartId: z.ZodOptional<z.ZodString>;
|
|
8706
|
+
targetPath: z.ZodOptional<z.ZodString>;
|
|
8707
|
+
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
8708
|
+
}, z.core.$strip>>>;
|
|
8237
8709
|
}, z.core.$strip>;
|
|
8238
8710
|
reproducibleCommand: z.ZodString;
|
|
8239
8711
|
timeScaffolded: z.ZodString;
|
|
@@ -8241,6 +8713,10 @@ declare function getAllJsonSchemas(): {
|
|
|
8241
8713
|
projectDirectory: z.ZodString;
|
|
8242
8714
|
relativePath: z.ZodString;
|
|
8243
8715
|
error: z.ZodOptional<z.ZodString>;
|
|
8716
|
+
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
8717
|
+
fileCount: z.ZodOptional<z.ZodNumber>;
|
|
8718
|
+
directoryCount: z.ZodOptional<z.ZodNumber>;
|
|
8719
|
+
files: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8244
8720
|
}, z.core.$strip>>;
|
|
8245
8721
|
};
|
|
8246
8722
|
//#endregion
|