@better-fullstack/types 2.0.3 → 2.1.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-CGUDVwYW.d.mts → defaults-14rSFqF6.d.mts} +2 -2
- package/dist/defaults-14rSFqF6.d.mts.map +1 -0
- package/dist/{defaults-Cy0_ttEE.mjs → defaults-u9UAambo.mjs} +3 -2
- package/dist/defaults-u9UAambo.mjs.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/defaults.mjs +1 -1
- package/dist/index.d.mts +6 -6
- package/dist/index.mjs +5 -5
- package/dist/json-schema.d.mts +144 -0
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-D1fG1cXJ.mjs → schemas-Cg75ZlzB.mjs} +22 -4
- package/dist/schemas-Cg75ZlzB.mjs.map +1 -0
- package/dist/{schemas-DVyeJ5g_.d.mts → schemas-jMCVu0xX.d.mts} +135 -7
- package/dist/schemas-jMCVu0xX.d.mts.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/dist/{stack-graph-DxbVgmAd.d.mts → stack-graph-CjobAqsm.d.mts} +2 -2
- package/dist/{stack-graph-DxbVgmAd.d.mts.map → stack-graph-CjobAqsm.d.mts.map} +1 -1
- package/dist/{stack-graph-DIXiAwrZ.mjs → stack-graph-D4iCezUq.mjs} +59 -7
- package/dist/stack-graph-D4iCezUq.mjs.map +1 -0
- package/dist/stack-graph.d.mts +3 -3
- package/dist/stack-graph.mjs +2 -2
- package/dist/{stack-translation-9PxvYAJB.mjs → stack-translation-CAU_sdNI.mjs} +123 -25
- package/dist/stack-translation-CAU_sdNI.mjs.map +1 -0
- package/dist/{stack-translation-DQfT1jwM.d.mts → stack-translation-CjsJzLCX.d.mts} +9 -7
- package/dist/stack-translation-CjsJzLCX.d.mts.map +1 -0
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +3 -3
- package/dist/{types-j0tqBnAt.d.mts → types-DwY2BNyU.d.mts} +4 -3
- package/dist/types-DwY2BNyU.d.mts.map +1 -0
- package/dist/types.d.mts +3 -3
- package/package.json +2 -1
- package/dist/defaults-CGUDVwYW.d.mts.map +0 -1
- package/dist/defaults-Cy0_ttEE.mjs.map +0 -1
- package/dist/schemas-D1fG1cXJ.mjs.map +0 -1
- package/dist/schemas-DVyeJ5g_.d.mts.map +0 -1
- package/dist/stack-graph-DIXiAwrZ.mjs.map +0 -1
- package/dist/stack-translation-9PxvYAJB.mjs.map +0 -1
- package/dist/stack-translation-DQfT1jwM.d.mts.map +0 -1
- package/dist/types-j0tqBnAt.d.mts.map +0 -1
|
@@ -52,6 +52,7 @@ declare const StackPartRoleSchema: z.ZodEnum<{
|
|
|
52
52
|
rateLimit: "rateLimit";
|
|
53
53
|
i18n: "i18n";
|
|
54
54
|
search: "search";
|
|
55
|
+
vectorDb: "vectorDb";
|
|
55
56
|
fileStorage: "fileStorage";
|
|
56
57
|
config: "config";
|
|
57
58
|
mobile: "mobile";
|
|
@@ -112,6 +113,7 @@ declare const StackPartSchema: z.ZodObject<{
|
|
|
112
113
|
rateLimit: "rateLimit";
|
|
113
114
|
i18n: "i18n";
|
|
114
115
|
search: "search";
|
|
116
|
+
vectorDb: "vectorDb";
|
|
115
117
|
fileStorage: "fileStorage";
|
|
116
118
|
config: "config";
|
|
117
119
|
mobile: "mobile";
|
|
@@ -249,7 +251,9 @@ declare const AddonsSchema: z.ZodEnum<{
|
|
|
249
251
|
"tanstack-db": "tanstack-db";
|
|
250
252
|
"tanstack-pacer": "tanstack-pacer";
|
|
251
253
|
"backend-utils": "backend-utils";
|
|
254
|
+
devcontainer: "devcontainer";
|
|
252
255
|
"docker-compose": "docker-compose";
|
|
256
|
+
"github-actions": "github-actions";
|
|
253
257
|
}>;
|
|
254
258
|
declare const ExamplesSchema: z.ZodEnum<{
|
|
255
259
|
none: "none";
|
|
@@ -287,6 +291,7 @@ declare const APISchema: z.ZodEnum<{
|
|
|
287
291
|
"ts-rest": "ts-rest";
|
|
288
292
|
garph: "garph";
|
|
289
293
|
"graphql-yoga": "graphql-yoga";
|
|
294
|
+
"apollo-server": "apollo-server";
|
|
290
295
|
openapi: "openapi";
|
|
291
296
|
}>;
|
|
292
297
|
declare const AuthSchema: z.ZodEnum<{
|
|
@@ -424,6 +429,7 @@ declare const CMSSchema: z.ZodEnum<{
|
|
|
424
429
|
strapi: "strapi";
|
|
425
430
|
tinacms: "tinacms";
|
|
426
431
|
directus: "directus";
|
|
432
|
+
keystatic: "keystatic";
|
|
427
433
|
}>;
|
|
428
434
|
declare const CachingSchema: z.ZodEnum<{
|
|
429
435
|
none: "none";
|
|
@@ -436,6 +442,7 @@ declare const RateLimitSchema: z.ZodEnum<{
|
|
|
436
442
|
}>;
|
|
437
443
|
declare const I18nSchema: z.ZodEnum<{
|
|
438
444
|
none: "none";
|
|
445
|
+
paraglide: "paraglide";
|
|
439
446
|
i18next: "i18next";
|
|
440
447
|
"next-intl": "next-intl";
|
|
441
448
|
}>;
|
|
@@ -444,8 +451,16 @@ declare const SearchSchema: z.ZodEnum<{
|
|
|
444
451
|
meilisearch: "meilisearch";
|
|
445
452
|
typesense: "typesense";
|
|
446
453
|
elasticsearch: "elasticsearch";
|
|
454
|
+
opensearch: "opensearch";
|
|
447
455
|
algolia: "algolia";
|
|
448
456
|
}>;
|
|
457
|
+
declare const VectorDbSchema: z.ZodEnum<{
|
|
458
|
+
none: "none";
|
|
459
|
+
pgvector: "pgvector";
|
|
460
|
+
qdrant: "qdrant";
|
|
461
|
+
chroma: "chroma";
|
|
462
|
+
pinecone: "pinecone";
|
|
463
|
+
}>;
|
|
449
464
|
declare const FileStorageSchema: z.ZodEnum<{
|
|
450
465
|
none: "none";
|
|
451
466
|
s3: "s3";
|
|
@@ -1207,7 +1222,9 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1207
1222
|
"tanstack-db": "tanstack-db";
|
|
1208
1223
|
"tanstack-pacer": "tanstack-pacer";
|
|
1209
1224
|
"backend-utils": "backend-utils";
|
|
1225
|
+
devcontainer: "devcontainer";
|
|
1210
1226
|
"docker-compose": "docker-compose";
|
|
1227
|
+
"github-actions": "github-actions";
|
|
1211
1228
|
}>>>;
|
|
1212
1229
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1213
1230
|
none: "none";
|
|
@@ -1267,6 +1284,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1267
1284
|
"ts-rest": "ts-rest";
|
|
1268
1285
|
garph: "garph";
|
|
1269
1286
|
"graphql-yoga": "graphql-yoga";
|
|
1287
|
+
"apollo-server": "apollo-server";
|
|
1270
1288
|
openapi: "openapi";
|
|
1271
1289
|
}>>;
|
|
1272
1290
|
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1537,6 +1555,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1537
1555
|
strapi: "strapi";
|
|
1538
1556
|
tinacms: "tinacms";
|
|
1539
1557
|
directus: "directus";
|
|
1558
|
+
keystatic: "keystatic";
|
|
1540
1559
|
}>>;
|
|
1541
1560
|
caching: z.ZodOptional<z.ZodEnum<{
|
|
1542
1561
|
none: "none";
|
|
@@ -1549,6 +1568,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1549
1568
|
}>>;
|
|
1550
1569
|
i18n: z.ZodOptional<z.ZodEnum<{
|
|
1551
1570
|
none: "none";
|
|
1571
|
+
paraglide: "paraglide";
|
|
1552
1572
|
i18next: "i18next";
|
|
1553
1573
|
"next-intl": "next-intl";
|
|
1554
1574
|
}>>;
|
|
@@ -1557,8 +1577,16 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
1557
1577
|
meilisearch: "meilisearch";
|
|
1558
1578
|
typesense: "typesense";
|
|
1559
1579
|
elasticsearch: "elasticsearch";
|
|
1580
|
+
opensearch: "opensearch";
|
|
1560
1581
|
algolia: "algolia";
|
|
1561
1582
|
}>>;
|
|
1583
|
+
vectorDb: z.ZodOptional<z.ZodEnum<{
|
|
1584
|
+
none: "none";
|
|
1585
|
+
pgvector: "pgvector";
|
|
1586
|
+
qdrant: "qdrant";
|
|
1587
|
+
chroma: "chroma";
|
|
1588
|
+
pinecone: "pinecone";
|
|
1589
|
+
}>>;
|
|
1562
1590
|
fileStorage: z.ZodOptional<z.ZodEnum<{
|
|
1563
1591
|
none: "none";
|
|
1564
1592
|
s3: "s3";
|
|
@@ -2086,7 +2114,9 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
2086
2114
|
"tanstack-db": "tanstack-db";
|
|
2087
2115
|
"tanstack-pacer": "tanstack-pacer";
|
|
2088
2116
|
"backend-utils": "backend-utils";
|
|
2117
|
+
devcontainer: "devcontainer";
|
|
2089
2118
|
"docker-compose": "docker-compose";
|
|
2119
|
+
"github-actions": "github-actions";
|
|
2090
2120
|
}>>>;
|
|
2091
2121
|
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
2092
2122
|
none: "none";
|
|
@@ -2231,7 +2261,9 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2231
2261
|
"tanstack-db": "tanstack-db";
|
|
2232
2262
|
"tanstack-pacer": "tanstack-pacer";
|
|
2233
2263
|
"backend-utils": "backend-utils";
|
|
2264
|
+
devcontainer: "devcontainer";
|
|
2234
2265
|
"docker-compose": "docker-compose";
|
|
2266
|
+
"github-actions": "github-actions";
|
|
2235
2267
|
}>>>;
|
|
2236
2268
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2237
2269
|
none: "none";
|
|
@@ -2291,6 +2323,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2291
2323
|
"ts-rest": "ts-rest";
|
|
2292
2324
|
garph: "garph";
|
|
2293
2325
|
"graphql-yoga": "graphql-yoga";
|
|
2326
|
+
"apollo-server": "apollo-server";
|
|
2294
2327
|
openapi: "openapi";
|
|
2295
2328
|
}>>;
|
|
2296
2329
|
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2561,6 +2594,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2561
2594
|
strapi: "strapi";
|
|
2562
2595
|
tinacms: "tinacms";
|
|
2563
2596
|
directus: "directus";
|
|
2597
|
+
keystatic: "keystatic";
|
|
2564
2598
|
}>>;
|
|
2565
2599
|
caching: z.ZodOptional<z.ZodEnum<{
|
|
2566
2600
|
none: "none";
|
|
@@ -2573,6 +2607,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2573
2607
|
}>>;
|
|
2574
2608
|
i18n: z.ZodOptional<z.ZodEnum<{
|
|
2575
2609
|
none: "none";
|
|
2610
|
+
paraglide: "paraglide";
|
|
2576
2611
|
i18next: "i18next";
|
|
2577
2612
|
"next-intl": "next-intl";
|
|
2578
2613
|
}>>;
|
|
@@ -2581,8 +2616,16 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
2581
2616
|
meilisearch: "meilisearch";
|
|
2582
2617
|
typesense: "typesense";
|
|
2583
2618
|
elasticsearch: "elasticsearch";
|
|
2619
|
+
opensearch: "opensearch";
|
|
2584
2620
|
algolia: "algolia";
|
|
2585
2621
|
}>>;
|
|
2622
|
+
vectorDb: z.ZodOptional<z.ZodEnum<{
|
|
2623
|
+
none: "none";
|
|
2624
|
+
pgvector: "pgvector";
|
|
2625
|
+
qdrant: "qdrant";
|
|
2626
|
+
chroma: "chroma";
|
|
2627
|
+
pinecone: "pinecone";
|
|
2628
|
+
}>>;
|
|
2586
2629
|
fileStorage: z.ZodOptional<z.ZodEnum<{
|
|
2587
2630
|
none: "none";
|
|
2588
2631
|
s3: "s3";
|
|
@@ -3184,7 +3227,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3184
3227
|
"tanstack-db": "tanstack-db";
|
|
3185
3228
|
"tanstack-pacer": "tanstack-pacer";
|
|
3186
3229
|
"backend-utils": "backend-utils";
|
|
3230
|
+
devcontainer: "devcontainer";
|
|
3187
3231
|
"docker-compose": "docker-compose";
|
|
3232
|
+
"github-actions": "github-actions";
|
|
3188
3233
|
}>>;
|
|
3189
3234
|
examples: z.ZodArray<z.ZodEnum<{
|
|
3190
3235
|
none: "none";
|
|
@@ -3245,6 +3290,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3245
3290
|
"ts-rest": "ts-rest";
|
|
3246
3291
|
garph: "garph";
|
|
3247
3292
|
"graphql-yoga": "graphql-yoga";
|
|
3293
|
+
"apollo-server": "apollo-server";
|
|
3248
3294
|
openapi: "openapi";
|
|
3249
3295
|
}>;
|
|
3250
3296
|
webDeploy: z.ZodEnum<{
|
|
@@ -3506,6 +3552,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3506
3552
|
strapi: "strapi";
|
|
3507
3553
|
tinacms: "tinacms";
|
|
3508
3554
|
directus: "directus";
|
|
3555
|
+
keystatic: "keystatic";
|
|
3509
3556
|
}>;
|
|
3510
3557
|
caching: z.ZodEnum<{
|
|
3511
3558
|
none: "none";
|
|
@@ -3518,6 +3565,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3518
3565
|
}>;
|
|
3519
3566
|
i18n: z.ZodEnum<{
|
|
3520
3567
|
none: "none";
|
|
3568
|
+
paraglide: "paraglide";
|
|
3521
3569
|
i18next: "i18next";
|
|
3522
3570
|
"next-intl": "next-intl";
|
|
3523
3571
|
}>;
|
|
@@ -3526,8 +3574,16 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
3526
3574
|
meilisearch: "meilisearch";
|
|
3527
3575
|
typesense: "typesense";
|
|
3528
3576
|
elasticsearch: "elasticsearch";
|
|
3577
|
+
opensearch: "opensearch";
|
|
3529
3578
|
algolia: "algolia";
|
|
3530
3579
|
}>;
|
|
3580
|
+
vectorDb: z.ZodEnum<{
|
|
3581
|
+
none: "none";
|
|
3582
|
+
pgvector: "pgvector";
|
|
3583
|
+
qdrant: "qdrant";
|
|
3584
|
+
chroma: "chroma";
|
|
3585
|
+
pinecone: "pinecone";
|
|
3586
|
+
}>;
|
|
3531
3587
|
fileStorage: z.ZodEnum<{
|
|
3532
3588
|
none: "none";
|
|
3533
3589
|
s3: "s3";
|
|
@@ -4058,6 +4114,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
4058
4114
|
rateLimit: "rateLimit";
|
|
4059
4115
|
i18n: "i18n";
|
|
4060
4116
|
search: "search";
|
|
4117
|
+
vectorDb: "vectorDb";
|
|
4061
4118
|
fileStorage: "fileStorage";
|
|
4062
4119
|
config: "config";
|
|
4063
4120
|
mobile: "mobile";
|
|
@@ -4204,7 +4261,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4204
4261
|
"tanstack-db": "tanstack-db";
|
|
4205
4262
|
"tanstack-pacer": "tanstack-pacer";
|
|
4206
4263
|
"backend-utils": "backend-utils";
|
|
4264
|
+
devcontainer: "devcontainer";
|
|
4207
4265
|
"docker-compose": "docker-compose";
|
|
4266
|
+
"github-actions": "github-actions";
|
|
4208
4267
|
}>>;
|
|
4209
4268
|
examples: z.ZodArray<z.ZodEnum<{
|
|
4210
4269
|
none: "none";
|
|
@@ -4263,6 +4322,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4263
4322
|
"ts-rest": "ts-rest";
|
|
4264
4323
|
garph: "garph";
|
|
4265
4324
|
"graphql-yoga": "graphql-yoga";
|
|
4325
|
+
"apollo-server": "apollo-server";
|
|
4266
4326
|
openapi: "openapi";
|
|
4267
4327
|
}>;
|
|
4268
4328
|
webDeploy: z.ZodEnum<{
|
|
@@ -4524,6 +4584,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4524
4584
|
strapi: "strapi";
|
|
4525
4585
|
tinacms: "tinacms";
|
|
4526
4586
|
directus: "directus";
|
|
4587
|
+
keystatic: "keystatic";
|
|
4527
4588
|
}>;
|
|
4528
4589
|
caching: z.ZodEnum<{
|
|
4529
4590
|
none: "none";
|
|
@@ -4536,6 +4597,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4536
4597
|
}>;
|
|
4537
4598
|
i18n: z.ZodEnum<{
|
|
4538
4599
|
none: "none";
|
|
4600
|
+
paraglide: "paraglide";
|
|
4539
4601
|
i18next: "i18next";
|
|
4540
4602
|
"next-intl": "next-intl";
|
|
4541
4603
|
}>;
|
|
@@ -4544,8 +4606,16 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
4544
4606
|
meilisearch: "meilisearch";
|
|
4545
4607
|
typesense: "typesense";
|
|
4546
4608
|
elasticsearch: "elasticsearch";
|
|
4609
|
+
opensearch: "opensearch";
|
|
4547
4610
|
algolia: "algolia";
|
|
4548
4611
|
}>;
|
|
4612
|
+
vectorDb: z.ZodEnum<{
|
|
4613
|
+
none: "none";
|
|
4614
|
+
pgvector: "pgvector";
|
|
4615
|
+
qdrant: "qdrant";
|
|
4616
|
+
chroma: "chroma";
|
|
4617
|
+
pinecone: "pinecone";
|
|
4618
|
+
}>;
|
|
4549
4619
|
fileStorage: z.ZodEnum<{
|
|
4550
4620
|
none: "none";
|
|
4551
4621
|
s3: "s3";
|
|
@@ -5076,6 +5146,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
5076
5146
|
rateLimit: "rateLimit";
|
|
5077
5147
|
i18n: "i18n";
|
|
5078
5148
|
search: "search";
|
|
5149
|
+
vectorDb: "vectorDb";
|
|
5079
5150
|
fileStorage: "fileStorage";
|
|
5080
5151
|
config: "config";
|
|
5081
5152
|
mobile: "mobile";
|
|
@@ -5222,7 +5293,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5222
5293
|
"tanstack-db": "tanstack-db";
|
|
5223
5294
|
"tanstack-pacer": "tanstack-pacer";
|
|
5224
5295
|
"backend-utils": "backend-utils";
|
|
5296
|
+
devcontainer: "devcontainer";
|
|
5225
5297
|
"docker-compose": "docker-compose";
|
|
5298
|
+
"github-actions": "github-actions";
|
|
5226
5299
|
}>>;
|
|
5227
5300
|
examples: z.ZodArray<z.ZodEnum<{
|
|
5228
5301
|
none: "none";
|
|
@@ -5281,6 +5354,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5281
5354
|
"ts-rest": "ts-rest";
|
|
5282
5355
|
garph: "garph";
|
|
5283
5356
|
"graphql-yoga": "graphql-yoga";
|
|
5357
|
+
"apollo-server": "apollo-server";
|
|
5284
5358
|
openapi: "openapi";
|
|
5285
5359
|
}>;
|
|
5286
5360
|
webDeploy: z.ZodEnum<{
|
|
@@ -5542,6 +5616,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5542
5616
|
strapi: "strapi";
|
|
5543
5617
|
tinacms: "tinacms";
|
|
5544
5618
|
directus: "directus";
|
|
5619
|
+
keystatic: "keystatic";
|
|
5545
5620
|
}>;
|
|
5546
5621
|
caching: z.ZodEnum<{
|
|
5547
5622
|
none: "none";
|
|
@@ -5554,6 +5629,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5554
5629
|
}>;
|
|
5555
5630
|
i18n: z.ZodEnum<{
|
|
5556
5631
|
none: "none";
|
|
5632
|
+
paraglide: "paraglide";
|
|
5557
5633
|
i18next: "i18next";
|
|
5558
5634
|
"next-intl": "next-intl";
|
|
5559
5635
|
}>;
|
|
@@ -5562,8 +5638,16 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
5562
5638
|
meilisearch: "meilisearch";
|
|
5563
5639
|
typesense: "typesense";
|
|
5564
5640
|
elasticsearch: "elasticsearch";
|
|
5641
|
+
opensearch: "opensearch";
|
|
5565
5642
|
algolia: "algolia";
|
|
5566
5643
|
}>;
|
|
5644
|
+
vectorDb: z.ZodEnum<{
|
|
5645
|
+
none: "none";
|
|
5646
|
+
pgvector: "pgvector";
|
|
5647
|
+
qdrant: "qdrant";
|
|
5648
|
+
chroma: "chroma";
|
|
5649
|
+
pinecone: "pinecone";
|
|
5650
|
+
}>;
|
|
5567
5651
|
fileStorage: z.ZodEnum<{
|
|
5568
5652
|
none: "none";
|
|
5569
5653
|
s3: "s3";
|
|
@@ -6094,6 +6178,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
|
|
|
6094
6178
|
rateLimit: "rateLimit";
|
|
6095
6179
|
i18n: "i18n";
|
|
6096
6180
|
search: "search";
|
|
6181
|
+
vectorDb: "vectorDb";
|
|
6097
6182
|
fileStorage: "fileStorage";
|
|
6098
6183
|
config: "config";
|
|
6099
6184
|
mobile: "mobile";
|
|
@@ -6241,7 +6326,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6241
6326
|
"tanstack-db": "tanstack-db";
|
|
6242
6327
|
"tanstack-pacer": "tanstack-pacer";
|
|
6243
6328
|
"backend-utils": "backend-utils";
|
|
6329
|
+
devcontainer: "devcontainer";
|
|
6244
6330
|
"docker-compose": "docker-compose";
|
|
6331
|
+
"github-actions": "github-actions";
|
|
6245
6332
|
}>>;
|
|
6246
6333
|
examples: z.ZodArray<z.ZodEnum<{
|
|
6247
6334
|
none: "none";
|
|
@@ -6300,6 +6387,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6300
6387
|
"ts-rest": "ts-rest";
|
|
6301
6388
|
garph: "garph";
|
|
6302
6389
|
"graphql-yoga": "graphql-yoga";
|
|
6390
|
+
"apollo-server": "apollo-server";
|
|
6303
6391
|
openapi: "openapi";
|
|
6304
6392
|
}>;
|
|
6305
6393
|
webDeploy: z.ZodEnum<{
|
|
@@ -6561,6 +6649,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6561
6649
|
strapi: "strapi";
|
|
6562
6650
|
tinacms: "tinacms";
|
|
6563
6651
|
directus: "directus";
|
|
6652
|
+
keystatic: "keystatic";
|
|
6564
6653
|
}>;
|
|
6565
6654
|
caching: z.ZodEnum<{
|
|
6566
6655
|
none: "none";
|
|
@@ -6573,6 +6662,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6573
6662
|
}>;
|
|
6574
6663
|
i18n: z.ZodEnum<{
|
|
6575
6664
|
none: "none";
|
|
6665
|
+
paraglide: "paraglide";
|
|
6576
6666
|
i18next: "i18next";
|
|
6577
6667
|
"next-intl": "next-intl";
|
|
6578
6668
|
}>;
|
|
@@ -6581,8 +6671,16 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
6581
6671
|
meilisearch: "meilisearch";
|
|
6582
6672
|
typesense: "typesense";
|
|
6583
6673
|
elasticsearch: "elasticsearch";
|
|
6674
|
+
opensearch: "opensearch";
|
|
6584
6675
|
algolia: "algolia";
|
|
6585
6676
|
}>;
|
|
6677
|
+
vectorDb: z.ZodEnum<{
|
|
6678
|
+
none: "none";
|
|
6679
|
+
pgvector: "pgvector";
|
|
6680
|
+
qdrant: "qdrant";
|
|
6681
|
+
chroma: "chroma";
|
|
6682
|
+
pinecone: "pinecone";
|
|
6683
|
+
}>;
|
|
6586
6684
|
fileStorage: z.ZodEnum<{
|
|
6587
6685
|
none: "none";
|
|
6588
6686
|
s3: "s3";
|
|
@@ -7113,6 +7211,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
7113
7211
|
rateLimit: "rateLimit";
|
|
7114
7212
|
i18n: "i18n";
|
|
7115
7213
|
search: "search";
|
|
7214
|
+
vectorDb: "vectorDb";
|
|
7116
7215
|
fileStorage: "fileStorage";
|
|
7117
7216
|
config: "config";
|
|
7118
7217
|
mobile: "mobile";
|
|
@@ -7260,7 +7359,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7260
7359
|
"tanstack-db": "tanstack-db";
|
|
7261
7360
|
"tanstack-pacer": "tanstack-pacer";
|
|
7262
7361
|
"backend-utils": "backend-utils";
|
|
7362
|
+
devcontainer: "devcontainer";
|
|
7263
7363
|
"docker-compose": "docker-compose";
|
|
7364
|
+
"github-actions": "github-actions";
|
|
7264
7365
|
}>>;
|
|
7265
7366
|
examples: z.ZodArray<z.ZodEnum<{
|
|
7266
7367
|
none: "none";
|
|
@@ -7319,6 +7420,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7319
7420
|
"ts-rest": "ts-rest";
|
|
7320
7421
|
garph: "garph";
|
|
7321
7422
|
"graphql-yoga": "graphql-yoga";
|
|
7423
|
+
"apollo-server": "apollo-server";
|
|
7322
7424
|
openapi: "openapi";
|
|
7323
7425
|
}>;
|
|
7324
7426
|
webDeploy: z.ZodEnum<{
|
|
@@ -7580,6 +7682,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7580
7682
|
strapi: "strapi";
|
|
7581
7683
|
tinacms: "tinacms";
|
|
7582
7684
|
directus: "directus";
|
|
7685
|
+
keystatic: "keystatic";
|
|
7583
7686
|
}>;
|
|
7584
7687
|
caching: z.ZodEnum<{
|
|
7585
7688
|
none: "none";
|
|
@@ -7592,6 +7695,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7592
7695
|
}>;
|
|
7593
7696
|
i18n: z.ZodEnum<{
|
|
7594
7697
|
none: "none";
|
|
7698
|
+
paraglide: "paraglide";
|
|
7595
7699
|
i18next: "i18next";
|
|
7596
7700
|
"next-intl": "next-intl";
|
|
7597
7701
|
}>;
|
|
@@ -7600,8 +7704,16 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
7600
7704
|
meilisearch: "meilisearch";
|
|
7601
7705
|
typesense: "typesense";
|
|
7602
7706
|
elasticsearch: "elasticsearch";
|
|
7707
|
+
opensearch: "opensearch";
|
|
7603
7708
|
algolia: "algolia";
|
|
7604
7709
|
}>;
|
|
7710
|
+
vectorDb: z.ZodEnum<{
|
|
7711
|
+
none: "none";
|
|
7712
|
+
pgvector: "pgvector";
|
|
7713
|
+
qdrant: "qdrant";
|
|
7714
|
+
chroma: "chroma";
|
|
7715
|
+
pinecone: "pinecone";
|
|
7716
|
+
}>;
|
|
7605
7717
|
fileStorage: z.ZodEnum<{
|
|
7606
7718
|
none: "none";
|
|
7607
7719
|
s3: "s3";
|
|
@@ -8132,6 +8244,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
|
|
|
8132
8244
|
rateLimit: "rateLimit";
|
|
8133
8245
|
i18n: "i18n";
|
|
8134
8246
|
search: "search";
|
|
8247
|
+
vectorDb: "vectorDb";
|
|
8135
8248
|
fileStorage: "fileStorage";
|
|
8136
8249
|
config: "config";
|
|
8137
8250
|
mobile: "mobile";
|
|
@@ -8279,7 +8392,9 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8279
8392
|
"tanstack-db": "tanstack-db";
|
|
8280
8393
|
"tanstack-pacer": "tanstack-pacer";
|
|
8281
8394
|
"backend-utils": "backend-utils";
|
|
8395
|
+
devcontainer: "devcontainer";
|
|
8282
8396
|
"docker-compose": "docker-compose";
|
|
8397
|
+
"github-actions": "github-actions";
|
|
8283
8398
|
}>>;
|
|
8284
8399
|
examples: z.ZodArray<z.ZodEnum<{
|
|
8285
8400
|
none: "none";
|
|
@@ -8340,6 +8455,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8340
8455
|
"ts-rest": "ts-rest";
|
|
8341
8456
|
garph: "garph";
|
|
8342
8457
|
"graphql-yoga": "graphql-yoga";
|
|
8458
|
+
"apollo-server": "apollo-server";
|
|
8343
8459
|
openapi: "openapi";
|
|
8344
8460
|
}>;
|
|
8345
8461
|
webDeploy: z.ZodEnum<{
|
|
@@ -8601,6 +8717,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8601
8717
|
strapi: "strapi";
|
|
8602
8718
|
tinacms: "tinacms";
|
|
8603
8719
|
directus: "directus";
|
|
8720
|
+
keystatic: "keystatic";
|
|
8604
8721
|
}>;
|
|
8605
8722
|
caching: z.ZodEnum<{
|
|
8606
8723
|
none: "none";
|
|
@@ -8613,6 +8730,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8613
8730
|
}>;
|
|
8614
8731
|
i18n: z.ZodEnum<{
|
|
8615
8732
|
none: "none";
|
|
8733
|
+
paraglide: "paraglide";
|
|
8616
8734
|
i18next: "i18next";
|
|
8617
8735
|
"next-intl": "next-intl";
|
|
8618
8736
|
}>;
|
|
@@ -8621,8 +8739,16 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
8621
8739
|
meilisearch: "meilisearch";
|
|
8622
8740
|
typesense: "typesense";
|
|
8623
8741
|
elasticsearch: "elasticsearch";
|
|
8742
|
+
opensearch: "opensearch";
|
|
8624
8743
|
algolia: "algolia";
|
|
8625
8744
|
}>;
|
|
8745
|
+
vectorDb: z.ZodEnum<{
|
|
8746
|
+
none: "none";
|
|
8747
|
+
pgvector: "pgvector";
|
|
8748
|
+
qdrant: "qdrant";
|
|
8749
|
+
chroma: "chroma";
|
|
8750
|
+
pinecone: "pinecone";
|
|
8751
|
+
}>;
|
|
8626
8752
|
fileStorage: z.ZodEnum<{
|
|
8627
8753
|
none: "none";
|
|
8628
8754
|
s3: "s3";
|
|
@@ -9153,6 +9279,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
9153
9279
|
rateLimit: "rateLimit";
|
|
9154
9280
|
i18n: "i18n";
|
|
9155
9281
|
search: "search";
|
|
9282
|
+
vectorDb: "vectorDb";
|
|
9156
9283
|
fileStorage: "fileStorage";
|
|
9157
9284
|
config: "config";
|
|
9158
9285
|
mobile: "mobile";
|
|
@@ -9213,12 +9340,12 @@ declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm
|
|
|
9213
9340
|
declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
|
|
9214
9341
|
declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
|
|
9215
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")[];
|
|
9216
|
-
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" | "docker-compose")[];
|
|
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")[];
|
|
9217
9344
|
declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
|
|
9218
9345
|
declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
|
|
9219
9346
|
declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
|
|
9220
9347
|
declare const DATABASE_SETUP_VALUES: ("none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "upstash" | "d1" | "docker")[];
|
|
9221
|
-
declare const API_VALUES: ("none" | "trpc" | "orpc" | "ts-rest" | "garph" | "graphql-yoga" | "openapi")[];
|
|
9348
|
+
declare const API_VALUES: ("none" | "trpc" | "orpc" | "ts-rest" | "garph" | "graphql-yoga" | "apollo-server" | "openapi")[];
|
|
9222
9349
|
declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations" | "go-better-auth" | "clerk" | "nextauth" | "stack-auth" | "supabase-auth" | "auth0" | "workos" | "kinde")[];
|
|
9223
9350
|
declare const PAYMENTS_VALUES: ("none" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo")[];
|
|
9224
9351
|
declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
|
|
@@ -9250,11 +9377,12 @@ declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing
|
|
|
9250
9377
|
declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
|
|
9251
9378
|
declare const MOBILE_OTA_VALUES: ("none" | "expo-updates")[];
|
|
9252
9379
|
declare const MOBILE_DEEP_LINKING_VALUES: ("none" | "expo-linking")[];
|
|
9253
|
-
declare const CMS_VALUES: ("none" | "payload" | "sanity" | "strapi" | "tinacms" | "directus")[];
|
|
9380
|
+
declare const CMS_VALUES: ("none" | "payload" | "sanity" | "strapi" | "tinacms" | "directus" | "keystatic")[];
|
|
9254
9381
|
declare const CACHING_VALUES: ("none" | "upstash-redis")[];
|
|
9255
9382
|
declare const RATE_LIMIT_VALUES: ("none" | "arcjet" | "upstash-ratelimit")[];
|
|
9256
|
-
declare const I18N_VALUES: ("none" | "i18next" | "next-intl")[];
|
|
9257
|
-
declare const SEARCH_VALUES: ("none" | "meilisearch" | "typesense" | "elasticsearch" | "algolia")[];
|
|
9383
|
+
declare const I18N_VALUES: ("none" | "paraglide" | "i18next" | "next-intl")[];
|
|
9384
|
+
declare const SEARCH_VALUES: ("none" | "meilisearch" | "typesense" | "elasticsearch" | "opensearch" | "algolia")[];
|
|
9385
|
+
declare const VECTOR_DB_VALUES: ("none" | "pgvector" | "qdrant" | "chroma" | "pinecone")[];
|
|
9258
9386
|
declare const FILE_STORAGE_VALUES: ("none" | "s3" | "r2" | "cloudinary")[];
|
|
9259
9387
|
declare const ECOSYSTEM_VALUES: ("typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet")[];
|
|
9260
9388
|
declare const RUST_WEB_FRAMEWORK_VALUES: ("none" | "axum" | "actix-web" | "rocket")[];
|
|
@@ -9341,5 +9469,5 @@ declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[
|
|
|
9341
9469
|
declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
|
|
9342
9470
|
declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
|
|
9343
9471
|
//#endregion
|
|
9344
|
-
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,
|
|
9345
|
-
//# sourceMappingURL=schemas-
|
|
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-jMCVu0xX.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schemas-jMCVu0xX.d.mts","names":[],"sources":["../src/schemas.ts"],"sourcesContent":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAId,qBAAmB,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAsJnB,0BAAwB,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2JxB,6BAA2B,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAE3B,8BAA4B,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAW5B,iCAA+B,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAE/B,kBAAgB,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAehB;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA"}
|