@better-fullstack/types 1.8.0 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -96,6 +96,7 @@ declare const AddonsSchema: z.ZodEnum<{
96
96
  wxt: "wxt";
97
97
  msw: "msw";
98
98
  storybook: "storybook";
99
+ swr: "swr";
99
100
  "tanstack-query": "tanstack-query";
100
101
  "tanstack-table": "tanstack-table";
101
102
  "tanstack-virtual": "tanstack-virtual";
@@ -104,8 +105,8 @@ declare const AddonsSchema: z.ZodEnum<{
104
105
  "docker-compose": "docker-compose";
105
106
  }>;
106
107
  declare const ExamplesSchema: z.ZodEnum<{
107
- ai: "ai";
108
108
  none: "none";
109
+ ai: "ai";
109
110
  "chat-sdk": "chat-sdk";
110
111
  "tanstack-showcase": "tanstack-showcase";
111
112
  }>;
@@ -191,8 +192,8 @@ declare const AISchema: z.ZodEnum<{
191
192
  "ai-cli": "ai-cli";
192
193
  }>;
193
194
  declare const EffectSchema: z.ZodEnum<{
194
- effect: "effect";
195
195
  none: "none";
196
+ effect: "effect";
196
197
  "effect-full": "effect-full";
197
198
  }>;
198
199
  declare const StateManagementSchema: z.ZodEnum<{
@@ -267,6 +268,7 @@ declare const CMSSchema: z.ZodEnum<{
267
268
  sanity: "sanity";
268
269
  strapi: "strapi";
269
270
  tinacms: "tinacms";
271
+ directus: "directus";
270
272
  }>;
271
273
  declare const CachingSchema: z.ZodEnum<{
272
274
  none: "none";
@@ -288,6 +290,7 @@ declare const FileStorageSchema: z.ZodEnum<{
288
290
  none: "none";
289
291
  s3: "s3";
290
292
  r2: "r2";
293
+ cloudinary: "cloudinary";
291
294
  }>;
292
295
  declare const AnimationSchema: z.ZodEnum<{
293
296
  none: "none";
@@ -307,6 +310,7 @@ declare const LoggingSchema: z.ZodEnum<{
307
310
  none: "none";
308
311
  pino: "pino";
309
312
  winston: "winston";
313
+ evlog: "evlog";
310
314
  }>;
311
315
  declare const ObservabilitySchema: z.ZodEnum<{
312
316
  none: "none";
@@ -334,9 +338,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
334
338
  }>;
335
339
  declare const MobileUISchema: z.ZodEnum<{
336
340
  none: "none";
337
- uniwind: "uniwind";
338
341
  tamagui: "tamagui";
339
342
  "gluestack-ui": "gluestack-ui";
343
+ uniwind: "uniwind";
340
344
  unistyles: "unistyles";
341
345
  }>;
342
346
  declare const MobileStorageSchema: z.ZodEnum<{
@@ -490,8 +494,8 @@ declare const GoWebFrameworkSchema: z.ZodEnum<{
490
494
  chi: "chi";
491
495
  }>;
492
496
  declare const GoOrmSchema: z.ZodEnum<{
493
- gorm: "gorm";
494
497
  none: "none";
498
+ gorm: "gorm";
495
499
  sqlc: "sqlc";
496
500
  ent: "ent";
497
501
  }>;
@@ -662,9 +666,9 @@ declare const CSSFrameworkSchema: z.ZodEnum<{
662
666
  "postcss-only": "postcss-only";
663
667
  }>;
664
668
  declare const UILibrarySchema: z.ZodEnum<{
665
- mui: "mui";
666
669
  none: "none";
667
670
  "shadcn-ui": "shadcn-ui";
671
+ "shadcn-svelte": "shadcn-svelte";
668
672
  daisyui: "daisyui";
669
673
  "radix-ui": "radix-ui";
670
674
  "headless-ui": "headless-ui";
@@ -672,6 +676,7 @@ declare const UILibrarySchema: z.ZodEnum<{
672
676
  "chakra-ui": "chakra-ui";
673
677
  nextui: "nextui";
674
678
  mantine: "mantine";
679
+ mui: "mui";
675
680
  antd: "antd";
676
681
  "base-ui": "base-ui";
677
682
  "ark-ui": "ark-ui";
@@ -757,20 +762,20 @@ declare const DirectoryConflictSchema: z.ZodEnum<{
757
762
  }>;
758
763
  declare const TemplateSchema: z.ZodEnum<{
759
764
  none: "none";
765
+ uniwind: "uniwind";
760
766
  mern: "mern";
761
767
  pern: "pern";
762
768
  t3: "t3";
763
- uniwind: "uniwind";
764
769
  }>;
765
770
  declare const ProjectNameSchema: z.ZodString;
766
771
  declare const CreateInputSchema: z.ZodObject<{
767
772
  projectName: z.ZodOptional<z.ZodString>;
768
773
  template: z.ZodOptional<z.ZodEnum<{
769
774
  none: "none";
775
+ uniwind: "uniwind";
770
776
  mern: "mern";
771
777
  pern: "pern";
772
778
  t3: "t3";
773
- uniwind: "uniwind";
774
779
  }>>;
775
780
  yes: z.ZodOptional<z.ZodBoolean>;
776
781
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -862,6 +867,7 @@ declare const CreateInputSchema: z.ZodObject<{
862
867
  wxt: "wxt";
863
868
  msw: "msw";
864
869
  storybook: "storybook";
870
+ swr: "swr";
865
871
  "tanstack-query": "tanstack-query";
866
872
  "tanstack-table": "tanstack-table";
867
873
  "tanstack-virtual": "tanstack-virtual";
@@ -870,8 +876,8 @@ declare const CreateInputSchema: z.ZodObject<{
870
876
  "docker-compose": "docker-compose";
871
877
  }>>>;
872
878
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
873
- ai: "ai";
874
879
  none: "none";
880
+ ai: "ai";
875
881
  "chat-sdk": "chat-sdk";
876
882
  "tanstack-showcase": "tanstack-showcase";
877
883
  }>>>;
@@ -977,8 +983,8 @@ declare const CreateInputSchema: z.ZodObject<{
977
983
  "ai-cli": "ai-cli";
978
984
  }>>;
979
985
  effect: z.ZodOptional<z.ZodEnum<{
980
- effect: "effect";
981
986
  none: "none";
987
+ effect: "effect";
982
988
  "effect-full": "effect-full";
983
989
  }>>;
984
990
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -1029,9 +1035,9 @@ declare const CreateInputSchema: z.ZodObject<{
1029
1035
  "postcss-only": "postcss-only";
1030
1036
  }>>;
1031
1037
  uiLibrary: z.ZodOptional<z.ZodEnum<{
1032
- mui: "mui";
1033
1038
  none: "none";
1034
1039
  "shadcn-ui": "shadcn-ui";
1040
+ "shadcn-svelte": "shadcn-svelte";
1035
1041
  daisyui: "daisyui";
1036
1042
  "radix-ui": "radix-ui";
1037
1043
  "headless-ui": "headless-ui";
@@ -1039,6 +1045,7 @@ declare const CreateInputSchema: z.ZodObject<{
1039
1045
  "chakra-ui": "chakra-ui";
1040
1046
  nextui: "nextui";
1041
1047
  mantine: "mantine";
1048
+ mui: "mui";
1042
1049
  antd: "antd";
1043
1050
  "base-ui": "base-ui";
1044
1051
  "ark-ui": "ark-ui";
@@ -1160,6 +1167,7 @@ declare const CreateInputSchema: z.ZodObject<{
1160
1167
  none: "none";
1161
1168
  pino: "pino";
1162
1169
  winston: "winston";
1170
+ evlog: "evlog";
1163
1171
  }>>;
1164
1172
  observability: z.ZodOptional<z.ZodEnum<{
1165
1173
  none: "none";
@@ -1186,6 +1194,7 @@ declare const CreateInputSchema: z.ZodObject<{
1186
1194
  sanity: "sanity";
1187
1195
  strapi: "strapi";
1188
1196
  tinacms: "tinacms";
1197
+ directus: "directus";
1189
1198
  }>>;
1190
1199
  caching: z.ZodOptional<z.ZodEnum<{
1191
1200
  none: "none";
@@ -1207,6 +1216,7 @@ declare const CreateInputSchema: z.ZodObject<{
1207
1216
  none: "none";
1208
1217
  s3: "s3";
1209
1218
  r2: "r2";
1219
+ cloudinary: "cloudinary";
1210
1220
  }>>;
1211
1221
  mobileNavigation: z.ZodOptional<z.ZodEnum<{
1212
1222
  none: "none";
@@ -1215,9 +1225,9 @@ declare const CreateInputSchema: z.ZodObject<{
1215
1225
  }>>;
1216
1226
  mobileUI: z.ZodOptional<z.ZodEnum<{
1217
1227
  none: "none";
1218
- uniwind: "uniwind";
1219
1228
  tamagui: "tamagui";
1220
1229
  "gluestack-ui": "gluestack-ui";
1230
+ uniwind: "uniwind";
1221
1231
  unistyles: "unistyles";
1222
1232
  }>>;
1223
1233
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -1371,8 +1381,8 @@ declare const CreateInputSchema: z.ZodObject<{
1371
1381
  chi: "chi";
1372
1382
  }>>;
1373
1383
  goOrm: z.ZodOptional<z.ZodEnum<{
1374
- gorm: "gorm";
1375
1384
  none: "none";
1385
+ gorm: "gorm";
1376
1386
  sqlc: "sqlc";
1377
1387
  ent: "ent";
1378
1388
  }>>;
@@ -1556,6 +1566,7 @@ declare const AddInputSchema: z.ZodObject<{
1556
1566
  wxt: "wxt";
1557
1567
  msw: "msw";
1558
1568
  storybook: "storybook";
1569
+ swr: "swr";
1559
1570
  "tanstack-query": "tanstack-query";
1560
1571
  "tanstack-table": "tanstack-table";
1561
1572
  "tanstack-virtual": "tanstack-virtual";
@@ -1594,10 +1605,10 @@ declare const CLIInputSchema: z.ZodObject<{
1594
1605
  projectName: z.ZodOptional<z.ZodString>;
1595
1606
  template: z.ZodOptional<z.ZodEnum<{
1596
1607
  none: "none";
1608
+ uniwind: "uniwind";
1597
1609
  mern: "mern";
1598
1610
  pern: "pern";
1599
1611
  t3: "t3";
1600
- uniwind: "uniwind";
1601
1612
  }>>;
1602
1613
  yes: z.ZodOptional<z.ZodBoolean>;
1603
1614
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -1689,6 +1700,7 @@ declare const CLIInputSchema: z.ZodObject<{
1689
1700
  wxt: "wxt";
1690
1701
  msw: "msw";
1691
1702
  storybook: "storybook";
1703
+ swr: "swr";
1692
1704
  "tanstack-query": "tanstack-query";
1693
1705
  "tanstack-table": "tanstack-table";
1694
1706
  "tanstack-virtual": "tanstack-virtual";
@@ -1697,8 +1709,8 @@ declare const CLIInputSchema: z.ZodObject<{
1697
1709
  "docker-compose": "docker-compose";
1698
1710
  }>>>;
1699
1711
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1700
- ai: "ai";
1701
1712
  none: "none";
1713
+ ai: "ai";
1702
1714
  "chat-sdk": "chat-sdk";
1703
1715
  "tanstack-showcase": "tanstack-showcase";
1704
1716
  }>>>;
@@ -1804,8 +1816,8 @@ declare const CLIInputSchema: z.ZodObject<{
1804
1816
  "ai-cli": "ai-cli";
1805
1817
  }>>;
1806
1818
  effect: z.ZodOptional<z.ZodEnum<{
1807
- effect: "effect";
1808
1819
  none: "none";
1820
+ effect: "effect";
1809
1821
  "effect-full": "effect-full";
1810
1822
  }>>;
1811
1823
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -1856,9 +1868,9 @@ declare const CLIInputSchema: z.ZodObject<{
1856
1868
  "postcss-only": "postcss-only";
1857
1869
  }>>;
1858
1870
  uiLibrary: z.ZodOptional<z.ZodEnum<{
1859
- mui: "mui";
1860
1871
  none: "none";
1861
1872
  "shadcn-ui": "shadcn-ui";
1873
+ "shadcn-svelte": "shadcn-svelte";
1862
1874
  daisyui: "daisyui";
1863
1875
  "radix-ui": "radix-ui";
1864
1876
  "headless-ui": "headless-ui";
@@ -1866,6 +1878,7 @@ declare const CLIInputSchema: z.ZodObject<{
1866
1878
  "chakra-ui": "chakra-ui";
1867
1879
  nextui: "nextui";
1868
1880
  mantine: "mantine";
1881
+ mui: "mui";
1869
1882
  antd: "antd";
1870
1883
  "base-ui": "base-ui";
1871
1884
  "ark-ui": "ark-ui";
@@ -1987,6 +2000,7 @@ declare const CLIInputSchema: z.ZodObject<{
1987
2000
  none: "none";
1988
2001
  pino: "pino";
1989
2002
  winston: "winston";
2003
+ evlog: "evlog";
1990
2004
  }>>;
1991
2005
  observability: z.ZodOptional<z.ZodEnum<{
1992
2006
  none: "none";
@@ -2013,6 +2027,7 @@ declare const CLIInputSchema: z.ZodObject<{
2013
2027
  sanity: "sanity";
2014
2028
  strapi: "strapi";
2015
2029
  tinacms: "tinacms";
2030
+ directus: "directus";
2016
2031
  }>>;
2017
2032
  caching: z.ZodOptional<z.ZodEnum<{
2018
2033
  none: "none";
@@ -2034,6 +2049,7 @@ declare const CLIInputSchema: z.ZodObject<{
2034
2049
  none: "none";
2035
2050
  s3: "s3";
2036
2051
  r2: "r2";
2052
+ cloudinary: "cloudinary";
2037
2053
  }>>;
2038
2054
  mobileNavigation: z.ZodOptional<z.ZodEnum<{
2039
2055
  none: "none";
@@ -2042,9 +2058,9 @@ declare const CLIInputSchema: z.ZodObject<{
2042
2058
  }>>;
2043
2059
  mobileUI: z.ZodOptional<z.ZodEnum<{
2044
2060
  none: "none";
2045
- uniwind: "uniwind";
2046
2061
  tamagui: "tamagui";
2047
2062
  "gluestack-ui": "gluestack-ui";
2063
+ uniwind: "uniwind";
2048
2064
  unistyles: "unistyles";
2049
2065
  }>>;
2050
2066
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -2198,8 +2214,8 @@ declare const CLIInputSchema: z.ZodObject<{
2198
2214
  chi: "chi";
2199
2215
  }>>;
2200
2216
  goOrm: z.ZodOptional<z.ZodEnum<{
2201
- gorm: "gorm";
2202
2217
  none: "none";
2218
+ gorm: "gorm";
2203
2219
  sqlc: "sqlc";
2204
2220
  ent: "ent";
2205
2221
  }>>;
@@ -2456,6 +2472,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
2456
2472
  wxt: "wxt";
2457
2473
  msw: "msw";
2458
2474
  storybook: "storybook";
2475
+ swr: "swr";
2459
2476
  "tanstack-query": "tanstack-query";
2460
2477
  "tanstack-table": "tanstack-table";
2461
2478
  "tanstack-virtual": "tanstack-virtual";
@@ -2464,8 +2481,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
2464
2481
  "docker-compose": "docker-compose";
2465
2482
  }>>;
2466
2483
  examples: z.ZodArray<z.ZodEnum<{
2467
- ai: "ai";
2468
2484
  none: "none";
2485
+ ai: "ai";
2469
2486
  "chat-sdk": "chat-sdk";
2470
2487
  "tanstack-showcase": "tanstack-showcase";
2471
2488
  }>>;
@@ -2560,8 +2577,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
2560
2577
  "ai-cli": "ai-cli";
2561
2578
  }>;
2562
2579
  effect: z.ZodEnum<{
2563
- effect: "effect";
2564
2580
  none: "none";
2581
+ effect: "effect";
2565
2582
  "effect-full": "effect-full";
2566
2583
  }>;
2567
2584
  stateManagement: z.ZodEnum<{
@@ -2612,9 +2629,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
2612
2629
  "postcss-only": "postcss-only";
2613
2630
  }>;
2614
2631
  uiLibrary: z.ZodEnum<{
2615
- mui: "mui";
2616
2632
  none: "none";
2617
2633
  "shadcn-ui": "shadcn-ui";
2634
+ "shadcn-svelte": "shadcn-svelte";
2618
2635
  daisyui: "daisyui";
2619
2636
  "radix-ui": "radix-ui";
2620
2637
  "headless-ui": "headless-ui";
@@ -2622,6 +2639,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
2622
2639
  "chakra-ui": "chakra-ui";
2623
2640
  nextui: "nextui";
2624
2641
  mantine: "mantine";
2642
+ mui: "mui";
2625
2643
  antd: "antd";
2626
2644
  "base-ui": "base-ui";
2627
2645
  "ark-ui": "ark-ui";
@@ -2743,6 +2761,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
2743
2761
  none: "none";
2744
2762
  pino: "pino";
2745
2763
  winston: "winston";
2764
+ evlog: "evlog";
2746
2765
  }>;
2747
2766
  observability: z.ZodEnum<{
2748
2767
  none: "none";
@@ -2769,6 +2788,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
2769
2788
  sanity: "sanity";
2770
2789
  strapi: "strapi";
2771
2790
  tinacms: "tinacms";
2791
+ directus: "directus";
2772
2792
  }>;
2773
2793
  caching: z.ZodEnum<{
2774
2794
  none: "none";
@@ -2790,6 +2810,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
2790
2810
  none: "none";
2791
2811
  s3: "s3";
2792
2812
  r2: "r2";
2813
+ cloudinary: "cloudinary";
2793
2814
  }>;
2794
2815
  mobileNavigation: z.ZodEnum<{
2795
2816
  none: "none";
@@ -2798,9 +2819,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
2798
2819
  }>;
2799
2820
  mobileUI: z.ZodEnum<{
2800
2821
  none: "none";
2801
- uniwind: "uniwind";
2802
2822
  tamagui: "tamagui";
2803
2823
  "gluestack-ui": "gluestack-ui";
2824
+ uniwind: "uniwind";
2804
2825
  unistyles: "unistyles";
2805
2826
  }>;
2806
2827
  mobileStorage: z.ZodEnum<{
@@ -2954,8 +2975,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
2954
2975
  chi: "chi";
2955
2976
  }>;
2956
2977
  goOrm: z.ZodEnum<{
2957
- gorm: "gorm";
2958
2978
  none: "none";
2979
+ gorm: "gorm";
2959
2980
  sqlc: "sqlc";
2960
2981
  ent: "ent";
2961
2982
  }>;
@@ -3210,6 +3231,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
3210
3231
  wxt: "wxt";
3211
3232
  msw: "msw";
3212
3233
  storybook: "storybook";
3234
+ swr: "swr";
3213
3235
  "tanstack-query": "tanstack-query";
3214
3236
  "tanstack-table": "tanstack-table";
3215
3237
  "tanstack-virtual": "tanstack-virtual";
@@ -3218,8 +3240,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
3218
3240
  "docker-compose": "docker-compose";
3219
3241
  }>>;
3220
3242
  examples: z.ZodArray<z.ZodEnum<{
3221
- ai: "ai";
3222
3243
  none: "none";
3244
+ ai: "ai";
3223
3245
  "chat-sdk": "chat-sdk";
3224
3246
  "tanstack-showcase": "tanstack-showcase";
3225
3247
  }>>;
@@ -3312,8 +3334,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
3312
3334
  "ai-cli": "ai-cli";
3313
3335
  }>;
3314
3336
  effect: z.ZodEnum<{
3315
- effect: "effect";
3316
3337
  none: "none";
3338
+ effect: "effect";
3317
3339
  "effect-full": "effect-full";
3318
3340
  }>;
3319
3341
  stateManagement: z.ZodEnum<{
@@ -3364,9 +3386,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
3364
3386
  "postcss-only": "postcss-only";
3365
3387
  }>;
3366
3388
  uiLibrary: z.ZodEnum<{
3367
- mui: "mui";
3368
3389
  none: "none";
3369
3390
  "shadcn-ui": "shadcn-ui";
3391
+ "shadcn-svelte": "shadcn-svelte";
3370
3392
  daisyui: "daisyui";
3371
3393
  "radix-ui": "radix-ui";
3372
3394
  "headless-ui": "headless-ui";
@@ -3374,6 +3396,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
3374
3396
  "chakra-ui": "chakra-ui";
3375
3397
  nextui: "nextui";
3376
3398
  mantine: "mantine";
3399
+ mui: "mui";
3377
3400
  antd: "antd";
3378
3401
  "base-ui": "base-ui";
3379
3402
  "ark-ui": "ark-ui";
@@ -3495,6 +3518,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
3495
3518
  none: "none";
3496
3519
  pino: "pino";
3497
3520
  winston: "winston";
3521
+ evlog: "evlog";
3498
3522
  }>;
3499
3523
  observability: z.ZodEnum<{
3500
3524
  none: "none";
@@ -3521,6 +3545,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
3521
3545
  sanity: "sanity";
3522
3546
  strapi: "strapi";
3523
3547
  tinacms: "tinacms";
3548
+ directus: "directus";
3524
3549
  }>;
3525
3550
  caching: z.ZodEnum<{
3526
3551
  none: "none";
@@ -3542,6 +3567,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
3542
3567
  none: "none";
3543
3568
  s3: "s3";
3544
3569
  r2: "r2";
3570
+ cloudinary: "cloudinary";
3545
3571
  }>;
3546
3572
  mobileNavigation: z.ZodEnum<{
3547
3573
  none: "none";
@@ -3550,9 +3576,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
3550
3576
  }>;
3551
3577
  mobileUI: z.ZodEnum<{
3552
3578
  none: "none";
3553
- uniwind: "uniwind";
3554
3579
  tamagui: "tamagui";
3555
3580
  "gluestack-ui": "gluestack-ui";
3581
+ uniwind: "uniwind";
3556
3582
  unistyles: "unistyles";
3557
3583
  }>;
3558
3584
  mobileStorage: z.ZodEnum<{
@@ -3706,8 +3732,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
3706
3732
  chi: "chi";
3707
3733
  }>;
3708
3734
  goOrm: z.ZodEnum<{
3709
- gorm: "gorm";
3710
3735
  none: "none";
3736
+ gorm: "gorm";
3711
3737
  sqlc: "sqlc";
3712
3738
  ent: "ent";
3713
3739
  }>;
@@ -3962,6 +3988,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
3962
3988
  wxt: "wxt";
3963
3989
  msw: "msw";
3964
3990
  storybook: "storybook";
3991
+ swr: "swr";
3965
3992
  "tanstack-query": "tanstack-query";
3966
3993
  "tanstack-table": "tanstack-table";
3967
3994
  "tanstack-virtual": "tanstack-virtual";
@@ -3970,8 +3997,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
3970
3997
  "docker-compose": "docker-compose";
3971
3998
  }>>;
3972
3999
  examples: z.ZodArray<z.ZodEnum<{
3973
- ai: "ai";
3974
4000
  none: "none";
4001
+ ai: "ai";
3975
4002
  "chat-sdk": "chat-sdk";
3976
4003
  "tanstack-showcase": "tanstack-showcase";
3977
4004
  }>>;
@@ -4064,8 +4091,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
4064
4091
  "ai-cli": "ai-cli";
4065
4092
  }>;
4066
4093
  effect: z.ZodEnum<{
4067
- effect: "effect";
4068
4094
  none: "none";
4095
+ effect: "effect";
4069
4096
  "effect-full": "effect-full";
4070
4097
  }>;
4071
4098
  stateManagement: z.ZodEnum<{
@@ -4116,9 +4143,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
4116
4143
  "postcss-only": "postcss-only";
4117
4144
  }>;
4118
4145
  uiLibrary: z.ZodEnum<{
4119
- mui: "mui";
4120
4146
  none: "none";
4121
4147
  "shadcn-ui": "shadcn-ui";
4148
+ "shadcn-svelte": "shadcn-svelte";
4122
4149
  daisyui: "daisyui";
4123
4150
  "radix-ui": "radix-ui";
4124
4151
  "headless-ui": "headless-ui";
@@ -4126,6 +4153,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
4126
4153
  "chakra-ui": "chakra-ui";
4127
4154
  nextui: "nextui";
4128
4155
  mantine: "mantine";
4156
+ mui: "mui";
4129
4157
  antd: "antd";
4130
4158
  "base-ui": "base-ui";
4131
4159
  "ark-ui": "ark-ui";
@@ -4247,6 +4275,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
4247
4275
  none: "none";
4248
4276
  pino: "pino";
4249
4277
  winston: "winston";
4278
+ evlog: "evlog";
4250
4279
  }>;
4251
4280
  observability: z.ZodEnum<{
4252
4281
  none: "none";
@@ -4273,6 +4302,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
4273
4302
  sanity: "sanity";
4274
4303
  strapi: "strapi";
4275
4304
  tinacms: "tinacms";
4305
+ directus: "directus";
4276
4306
  }>;
4277
4307
  caching: z.ZodEnum<{
4278
4308
  none: "none";
@@ -4294,6 +4324,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
4294
4324
  none: "none";
4295
4325
  s3: "s3";
4296
4326
  r2: "r2";
4327
+ cloudinary: "cloudinary";
4297
4328
  }>;
4298
4329
  mobileNavigation: z.ZodEnum<{
4299
4330
  none: "none";
@@ -4302,9 +4333,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
4302
4333
  }>;
4303
4334
  mobileUI: z.ZodEnum<{
4304
4335
  none: "none";
4305
- uniwind: "uniwind";
4306
4336
  tamagui: "tamagui";
4307
4337
  "gluestack-ui": "gluestack-ui";
4338
+ uniwind: "uniwind";
4308
4339
  unistyles: "unistyles";
4309
4340
  }>;
4310
4341
  mobileStorage: z.ZodEnum<{
@@ -4458,8 +4489,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
4458
4489
  chi: "chi";
4459
4490
  }>;
4460
4491
  goOrm: z.ZodEnum<{
4461
- gorm: "gorm";
4462
4492
  none: "none";
4493
+ gorm: "gorm";
4463
4494
  sqlc: "sqlc";
4464
4495
  ent: "ent";
4465
4496
  }>;
@@ -4715,6 +4746,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
4715
4746
  wxt: "wxt";
4716
4747
  msw: "msw";
4717
4748
  storybook: "storybook";
4749
+ swr: "swr";
4718
4750
  "tanstack-query": "tanstack-query";
4719
4751
  "tanstack-table": "tanstack-table";
4720
4752
  "tanstack-virtual": "tanstack-virtual";
@@ -4723,8 +4755,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
4723
4755
  "docker-compose": "docker-compose";
4724
4756
  }>>;
4725
4757
  examples: z.ZodArray<z.ZodEnum<{
4726
- ai: "ai";
4727
4758
  none: "none";
4759
+ ai: "ai";
4728
4760
  "chat-sdk": "chat-sdk";
4729
4761
  "tanstack-showcase": "tanstack-showcase";
4730
4762
  }>>;
@@ -4817,8 +4849,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
4817
4849
  "ai-cli": "ai-cli";
4818
4850
  }>;
4819
4851
  effect: z.ZodEnum<{
4820
- effect: "effect";
4821
4852
  none: "none";
4853
+ effect: "effect";
4822
4854
  "effect-full": "effect-full";
4823
4855
  }>;
4824
4856
  stateManagement: z.ZodEnum<{
@@ -4869,9 +4901,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
4869
4901
  "postcss-only": "postcss-only";
4870
4902
  }>;
4871
4903
  uiLibrary: z.ZodEnum<{
4872
- mui: "mui";
4873
4904
  none: "none";
4874
4905
  "shadcn-ui": "shadcn-ui";
4906
+ "shadcn-svelte": "shadcn-svelte";
4875
4907
  daisyui: "daisyui";
4876
4908
  "radix-ui": "radix-ui";
4877
4909
  "headless-ui": "headless-ui";
@@ -4879,6 +4911,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
4879
4911
  "chakra-ui": "chakra-ui";
4880
4912
  nextui: "nextui";
4881
4913
  mantine: "mantine";
4914
+ mui: "mui";
4882
4915
  antd: "antd";
4883
4916
  "base-ui": "base-ui";
4884
4917
  "ark-ui": "ark-ui";
@@ -5000,6 +5033,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
5000
5033
  none: "none";
5001
5034
  pino: "pino";
5002
5035
  winston: "winston";
5036
+ evlog: "evlog";
5003
5037
  }>;
5004
5038
  observability: z.ZodEnum<{
5005
5039
  none: "none";
@@ -5026,6 +5060,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
5026
5060
  sanity: "sanity";
5027
5061
  strapi: "strapi";
5028
5062
  tinacms: "tinacms";
5063
+ directus: "directus";
5029
5064
  }>;
5030
5065
  caching: z.ZodEnum<{
5031
5066
  none: "none";
@@ -5047,6 +5082,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
5047
5082
  none: "none";
5048
5083
  s3: "s3";
5049
5084
  r2: "r2";
5085
+ cloudinary: "cloudinary";
5050
5086
  }>;
5051
5087
  mobileNavigation: z.ZodEnum<{
5052
5088
  none: "none";
@@ -5055,9 +5091,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
5055
5091
  }>;
5056
5092
  mobileUI: z.ZodEnum<{
5057
5093
  none: "none";
5058
- uniwind: "uniwind";
5059
5094
  tamagui: "tamagui";
5060
5095
  "gluestack-ui": "gluestack-ui";
5096
+ uniwind: "uniwind";
5061
5097
  unistyles: "unistyles";
5062
5098
  }>;
5063
5099
  mobileStorage: z.ZodEnum<{
@@ -5211,8 +5247,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
5211
5247
  chi: "chi";
5212
5248
  }>;
5213
5249
  goOrm: z.ZodEnum<{
5214
- gorm: "gorm";
5215
5250
  none: "none";
5251
+ gorm: "gorm";
5216
5252
  sqlc: "sqlc";
5217
5253
  ent: "ent";
5218
5254
  }>;
@@ -5468,6 +5504,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
5468
5504
  wxt: "wxt";
5469
5505
  msw: "msw";
5470
5506
  storybook: "storybook";
5507
+ swr: "swr";
5471
5508
  "tanstack-query": "tanstack-query";
5472
5509
  "tanstack-table": "tanstack-table";
5473
5510
  "tanstack-virtual": "tanstack-virtual";
@@ -5476,8 +5513,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
5476
5513
  "docker-compose": "docker-compose";
5477
5514
  }>>;
5478
5515
  examples: z.ZodArray<z.ZodEnum<{
5479
- ai: "ai";
5480
5516
  none: "none";
5517
+ ai: "ai";
5481
5518
  "chat-sdk": "chat-sdk";
5482
5519
  "tanstack-showcase": "tanstack-showcase";
5483
5520
  }>>;
@@ -5570,8 +5607,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
5570
5607
  "ai-cli": "ai-cli";
5571
5608
  }>;
5572
5609
  effect: z.ZodEnum<{
5573
- effect: "effect";
5574
5610
  none: "none";
5611
+ effect: "effect";
5575
5612
  "effect-full": "effect-full";
5576
5613
  }>;
5577
5614
  stateManagement: z.ZodEnum<{
@@ -5622,9 +5659,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
5622
5659
  "postcss-only": "postcss-only";
5623
5660
  }>;
5624
5661
  uiLibrary: z.ZodEnum<{
5625
- mui: "mui";
5626
5662
  none: "none";
5627
5663
  "shadcn-ui": "shadcn-ui";
5664
+ "shadcn-svelte": "shadcn-svelte";
5628
5665
  daisyui: "daisyui";
5629
5666
  "radix-ui": "radix-ui";
5630
5667
  "headless-ui": "headless-ui";
@@ -5632,6 +5669,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
5632
5669
  "chakra-ui": "chakra-ui";
5633
5670
  nextui: "nextui";
5634
5671
  mantine: "mantine";
5672
+ mui: "mui";
5635
5673
  antd: "antd";
5636
5674
  "base-ui": "base-ui";
5637
5675
  "ark-ui": "ark-ui";
@@ -5753,6 +5791,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
5753
5791
  none: "none";
5754
5792
  pino: "pino";
5755
5793
  winston: "winston";
5794
+ evlog: "evlog";
5756
5795
  }>;
5757
5796
  observability: z.ZodEnum<{
5758
5797
  none: "none";
@@ -5779,6 +5818,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
5779
5818
  sanity: "sanity";
5780
5819
  strapi: "strapi";
5781
5820
  tinacms: "tinacms";
5821
+ directus: "directus";
5782
5822
  }>;
5783
5823
  caching: z.ZodEnum<{
5784
5824
  none: "none";
@@ -5800,6 +5840,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
5800
5840
  none: "none";
5801
5841
  s3: "s3";
5802
5842
  r2: "r2";
5843
+ cloudinary: "cloudinary";
5803
5844
  }>;
5804
5845
  mobileNavigation: z.ZodEnum<{
5805
5846
  none: "none";
@@ -5808,9 +5849,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
5808
5849
  }>;
5809
5850
  mobileUI: z.ZodEnum<{
5810
5851
  none: "none";
5811
- uniwind: "uniwind";
5812
5852
  tamagui: "tamagui";
5813
5853
  "gluestack-ui": "gluestack-ui";
5854
+ uniwind: "uniwind";
5814
5855
  unistyles: "unistyles";
5815
5856
  }>;
5816
5857
  mobileStorage: z.ZodEnum<{
@@ -5964,8 +6005,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
5964
6005
  chi: "chi";
5965
6006
  }>;
5966
6007
  goOrm: z.ZodEnum<{
5967
- gorm: "gorm";
5968
6008
  none: "none";
6009
+ gorm: "gorm";
5969
6010
  sqlc: "sqlc";
5970
6011
  ent: "ent";
5971
6012
  }>;
@@ -6223,6 +6264,7 @@ declare const InitResultSchema: z.ZodObject<{
6223
6264
  wxt: "wxt";
6224
6265
  msw: "msw";
6225
6266
  storybook: "storybook";
6267
+ swr: "swr";
6226
6268
  "tanstack-query": "tanstack-query";
6227
6269
  "tanstack-table": "tanstack-table";
6228
6270
  "tanstack-virtual": "tanstack-virtual";
@@ -6231,8 +6273,8 @@ declare const InitResultSchema: z.ZodObject<{
6231
6273
  "docker-compose": "docker-compose";
6232
6274
  }>>;
6233
6275
  examples: z.ZodArray<z.ZodEnum<{
6234
- ai: "ai";
6235
6276
  none: "none";
6277
+ ai: "ai";
6236
6278
  "chat-sdk": "chat-sdk";
6237
6279
  "tanstack-showcase": "tanstack-showcase";
6238
6280
  }>>;
@@ -6327,8 +6369,8 @@ declare const InitResultSchema: z.ZodObject<{
6327
6369
  "ai-cli": "ai-cli";
6328
6370
  }>;
6329
6371
  effect: z.ZodEnum<{
6330
- effect: "effect";
6331
6372
  none: "none";
6373
+ effect: "effect";
6332
6374
  "effect-full": "effect-full";
6333
6375
  }>;
6334
6376
  stateManagement: z.ZodEnum<{
@@ -6379,9 +6421,9 @@ declare const InitResultSchema: z.ZodObject<{
6379
6421
  "postcss-only": "postcss-only";
6380
6422
  }>;
6381
6423
  uiLibrary: z.ZodEnum<{
6382
- mui: "mui";
6383
6424
  none: "none";
6384
6425
  "shadcn-ui": "shadcn-ui";
6426
+ "shadcn-svelte": "shadcn-svelte";
6385
6427
  daisyui: "daisyui";
6386
6428
  "radix-ui": "radix-ui";
6387
6429
  "headless-ui": "headless-ui";
@@ -6389,6 +6431,7 @@ declare const InitResultSchema: z.ZodObject<{
6389
6431
  "chakra-ui": "chakra-ui";
6390
6432
  nextui: "nextui";
6391
6433
  mantine: "mantine";
6434
+ mui: "mui";
6392
6435
  antd: "antd";
6393
6436
  "base-ui": "base-ui";
6394
6437
  "ark-ui": "ark-ui";
@@ -6510,6 +6553,7 @@ declare const InitResultSchema: z.ZodObject<{
6510
6553
  none: "none";
6511
6554
  pino: "pino";
6512
6555
  winston: "winston";
6556
+ evlog: "evlog";
6513
6557
  }>;
6514
6558
  observability: z.ZodEnum<{
6515
6559
  none: "none";
@@ -6536,6 +6580,7 @@ declare const InitResultSchema: z.ZodObject<{
6536
6580
  sanity: "sanity";
6537
6581
  strapi: "strapi";
6538
6582
  tinacms: "tinacms";
6583
+ directus: "directus";
6539
6584
  }>;
6540
6585
  caching: z.ZodEnum<{
6541
6586
  none: "none";
@@ -6557,6 +6602,7 @@ declare const InitResultSchema: z.ZodObject<{
6557
6602
  none: "none";
6558
6603
  s3: "s3";
6559
6604
  r2: "r2";
6605
+ cloudinary: "cloudinary";
6560
6606
  }>;
6561
6607
  mobileNavigation: z.ZodEnum<{
6562
6608
  none: "none";
@@ -6565,9 +6611,9 @@ declare const InitResultSchema: z.ZodObject<{
6565
6611
  }>;
6566
6612
  mobileUI: z.ZodEnum<{
6567
6613
  none: "none";
6568
- uniwind: "uniwind";
6569
6614
  tamagui: "tamagui";
6570
6615
  "gluestack-ui": "gluestack-ui";
6616
+ uniwind: "uniwind";
6571
6617
  unistyles: "unistyles";
6572
6618
  }>;
6573
6619
  mobileStorage: z.ZodEnum<{
@@ -6721,8 +6767,8 @@ declare const InitResultSchema: z.ZodObject<{
6721
6767
  chi: "chi";
6722
6768
  }>;
6723
6769
  goOrm: z.ZodEnum<{
6724
- gorm: "gorm";
6725
6770
  none: "none";
6771
+ gorm: "gorm";
6726
6772
  sqlc: "sqlc";
6727
6773
  ent: "ent";
6728
6774
  }>;
@@ -6898,8 +6944,8 @@ declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm
6898
6944
  declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
6899
6945
  declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
6900
6946
  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")[];
6901
- declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "docker-compose")[];
6902
- declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
6947
+ declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "docker-compose")[];
6948
+ declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
6903
6949
  declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
6904
6950
  declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
6905
6951
  declare const DATABASE_SETUP_VALUES: ("none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "upstash" | "d1" | "docker")[];
@@ -6909,37 +6955,37 @@ declare const PAYMENTS_VALUES: ("none" | "polar" | "stripe" | "lemon-squeezy" |
6909
6955
  declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "sst" | "vercel")[];
6910
6956
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "sst" | "vercel")[];
6911
6957
  declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
6912
- declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "uniwind")[];
6958
+ declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3")[];
6913
6959
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "svelte" | "solid" | "react" | "vue")[];
6914
6960
  declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
6915
- declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
6961
+ declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
6916
6962
  declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
6917
6963
  declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
6918
6964
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "cypress")[];
6919
6965
  declare const EMAIL_VALUES: ("none" | "react-email" | "resend" | "nodemailer" | "postmark" | "sendgrid" | "aws-ses" | "mailgun" | "plunk")[];
6920
6966
  declare const CSS_FRAMEWORK_VALUES: ("none" | "tailwind" | "scss" | "less" | "postcss-only")[];
6921
- declare const UI_LIBRARY_VALUES: ("mui" | "none" | "shadcn-ui" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "antd" | "base-ui" | "ark-ui" | "react-aria")[];
6967
+ declare const UI_LIBRARY_VALUES: ("none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "mui" | "antd" | "base-ui" | "ark-ui" | "react-aria")[];
6922
6968
  declare const VALIDATION_VALUES: ("none" | "zod" | "valibot" | "arktype" | "typebox" | "typia" | "runtypes" | "effect-schema")[];
6923
6969
  declare const REALTIME_VALUES: ("none" | "socket-io" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs")[];
6924
6970
  declare const JOB_QUEUE_VALUES: ("none" | "bullmq" | "trigger-dev" | "inngest" | "temporal")[];
6925
6971
  declare const ANIMATION_VALUES: ("none" | "framer-motion" | "gsap" | "react-spring" | "auto-animate" | "lottie")[];
6926
6972
  declare const FILE_UPLOAD_VALUES: ("none" | "uploadthing" | "filepond" | "uppy")[];
6927
- declare const LOGGING_VALUES: ("none" | "pino" | "winston")[];
6973
+ declare const LOGGING_VALUES: ("none" | "pino" | "winston" | "evlog")[];
6928
6974
  declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "sentry" | "grafana")[];
6929
6975
  declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash")[];
6930
6976
  declare const ANALYTICS_VALUES: ("none" | "plausible" | "umami")[];
6931
6977
  declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
6932
- declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
6978
+ declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
6933
6979
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
6934
6980
  declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
6935
6981
  declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
6936
6982
  declare const MOBILE_OTA_VALUES: ("none" | "expo-updates")[];
6937
6983
  declare const MOBILE_DEEP_LINKING_VALUES: ("none" | "expo-linking")[];
6938
- declare const CMS_VALUES: ("none" | "payload" | "sanity" | "strapi" | "tinacms")[];
6984
+ declare const CMS_VALUES: ("none" | "payload" | "sanity" | "strapi" | "tinacms" | "directus")[];
6939
6985
  declare const CACHING_VALUES: ("none" | "upstash-redis")[];
6940
6986
  declare const I18N_VALUES: ("none" | "i18next" | "next-intl")[];
6941
6987
  declare const SEARCH_VALUES: ("none" | "meilisearch" | "typesense" | "elasticsearch" | "algolia")[];
6942
- declare const FILE_STORAGE_VALUES: ("none" | "s3" | "r2")[];
6988
+ declare const FILE_STORAGE_VALUES: ("none" | "s3" | "r2" | "cloudinary")[];
6943
6989
  declare const ECOSYSTEM_VALUES: ("typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir")[];
6944
6990
  declare const RUST_WEB_FRAMEWORK_VALUES: ("none" | "axum" | "actix-web" | "rocket")[];
6945
6991
  declare const RUST_FRONTEND_VALUES: ("none" | "leptos" | "dioxus")[];
@@ -6961,7 +7007,7 @@ declare const PYTHON_TASK_QUEUE_VALUES: ("none" | "celery" | "rq" | "dramatiq" |
6961
7007
  declare const PYTHON_GRAPHQL_VALUES: ("none" | "strawberry" | "ariadne")[];
6962
7008
  declare const PYTHON_QUALITY_VALUES: ("none" | "ruff" | "mypy" | "pyright")[];
6963
7009
  declare const GO_WEB_FRAMEWORK_VALUES: ("none" | "gin" | "echo" | "fiber" | "chi")[];
6964
- declare const GO_ORM_VALUES: ("gorm" | "none" | "sqlc" | "ent")[];
7010
+ declare const GO_ORM_VALUES: ("none" | "gorm" | "sqlc" | "ent")[];
6965
7011
  declare const GO_API_VALUES: ("none" | "grpc-go")[];
6966
7012
  declare const GO_CLI_VALUES: ("none" | "cobra" | "bubbletea" | "urfave-cli")[];
6967
7013
  declare const GO_LOGGING_VALUES: ("none" | "zap" | "zerolog" | "slog" | "logrus")[];
@@ -6997,4 +7043,4 @@ declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-san
6997
7043
  declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
6998
7044
  //#endregion
6999
7045
  export { ELIXIR_VALIDATION_VALUES as $, RUST_API_VALUES as $n, JOB_QUEUE_VALUES as $t, CachingSchema as A, PYTHON_API_VALUES as An, STATE_MANAGEMENT_VALUES as Ar, FormsSchema as At, ELIXIR_API_VALUES as B, ProjectConfigSchema as Bn, StateManagementSchema as Br, GoCliSchema as Bt, BetterTStackConfigSchema as C, OBSERVABILITY_VALUES as Cn, SHADCN_BASE_COLOR_VALUES as Cr, FILE_STORAGE_VALUES as Ct, CMS_VALUES as D, PACKAGE_MANAGER_VALUES as Dn, SHADCN_ICON_LIBRARY_VALUES as Dr, FeatureFlagsSchema as Dt, CMSSchema as E, ObservabilitySchema as En, SHADCN_FONT_VALUES as Er, FRONTEND_VALUES as Et, DatabaseSchema as F, PYTHON_TASK_QUEUE_VALUES as Fn, ShadcnColorThemeSchema as Fr, GO_LOGGING_VALUES as Ft, ELIXIR_HTTP_VALUES as G, PythonGraphqlSchema as Gn, UILibrarySchema as Gr, I18nSchema as Gt, ELIXIR_CACHING_VALUES as H, PythonAiSchema as Hn, TESTING_VALUES as Hr, GoOrmSchema as Ht, DatabaseSetupSchema as I, PYTHON_VALIDATION_VALUES as In, ShadcnFontSchema as Ir, GO_ORM_VALUES as It, ELIXIR_OBSERVABILITY_VALUES as J, PythonTaskQueueSchema as Jn, VERSION_CHANNEL_VALUES as Jr, JAVA_BUILD_TOOL_VALUES as Jt, ELIXIR_JOBS_VALUES as K, PythonOrmSchema as Kn, UI_LIBRARY_VALUES as Kr, InitResultSchema as Kt, DirectoryConflictSchema as L, PYTHON_WEB_FRAMEWORK_VALUES as Ln, ShadcnIconLibrarySchema as Lr, GO_WEB_FRAMEWORK_VALUES as Lt, DATABASE_SETUP_VALUES as M, PYTHON_GRAPHQL_VALUES as Mn, ServerDeploySchema as Mr, GO_API_VALUES as Mt, DATABASE_VALUES as N, PYTHON_ORM_VALUES as Nn, ShadcnBaseColorSchema as Nr, GO_AUTH_VALUES as Nt, CSSFrameworkSchema as O, PAYMENTS_VALUES as On, SHADCN_RADIUS_VALUES as Or, FileStorageSchema as Ot, DIRECTORY_CONFLICT_VALUES as P, PYTHON_QUALITY_VALUES as Pn, ShadcnBaseSchema as Pr, GO_CLI_VALUES as Pt, ELIXIR_TESTING_VALUES as Q, RUNTIME_VALUES as Qn, WebDeploySchema as Qr, JAVA_WEB_FRAMEWORK_VALUES as Qt, ECOSYSTEM_VALUES as R, PackageManagerSchema as Rn, ShadcnRadiusSchema as Rr, GoApiSchema as Rt, BetterTStackConfigFileSchema as S, MobileUISchema as Sn, SERVER_DEPLOY_VALUES as Sr, FEATURE_FLAGS_VALUES as St, CLIInputSchema as T, ORM_VALUES as Tn, SHADCN_COLOR_THEME_VALUES as Tr, FORMS_VALUES as Tt, ELIXIR_DEPLOY_VALUES as U, PythonApiSchema as Un, TemplateSchema as Ur, GoWebFrameworkSchema as Ut, ELIXIR_AUTH_VALUES as V, ProjectNameSchema as Vn, TEMPLATE_VALUES as Vr, GoLoggingSchema as Vt, ELIXIR_EMAIL_VALUES as W, PythonAuthSchema as Wn, TestingSchema as Wr, I18N_VALUES as Wt, ELIXIR_QUALITY_VALUES as X, PythonWebFrameworkSchema as Xn, VersionChannelSchema as Xr, JAVA_ORM_VALUES as Xt, ELIXIR_ORM_VALUES as Y, PythonValidationSchema as Yn, ValidationSchema as Yr, JAVA_LIBRARIES_VALUES as Yt, ELIXIR_REALTIME_VALUES as Z, REALTIME_VALUES as Zn, WEB_DEPLOY_VALUES as Zr, JAVA_TESTING_LIBRARIES_VALUES as Zt, AuthSchema as _, MobileNavigationSchema as _n, RustLibrariesSchema as _r, ElixirTestingSchema as _t, ANALYTICS_VALUES as a, JavaWebFrameworkSchema as an, RUST_LIBRARIES_VALUES as ar, ElixirApiSchema as at, BetterFullstackConfigFileSchema as b, MobileStorageSchema as bn, RustWebFrameworkSchema as br, EmailSchema as bt, API_VALUES as c, LoggingSchema as cn, RUST_WEB_FRAMEWORK_VALUES as cr, ElixirDeploySchema as ct, AddInputSchema as d, MOBILE_OTA_VALUES as dn, RustApiSchema as dr, ElixirJobsSchema as dt, JavaAuthSchema as en, RUST_AUTH_VALUES as er, ELIXIR_WEB_FRAMEWORK_VALUES as et, AddonsSchema as f, MOBILE_PUSH_VALUES as fn, RustAuthSchema as fr, ElixirJsonSchema as ft, AstroIntegrationSchema as g, MobileDeepLinkingSchema as gn, RustFrontendSchema as gr, ElixirRealtimeSchema as gt, AnimationSchema as h, MOBILE_UI_VALUES as hn, RustErrorHandlingSchema as hr, ElixirQualitySchema as ht, AI_VALUES as i, JavaTestingLibrariesSchema as in, RUST_FRONTEND_VALUES as ir, EffectSchema as it, CreateInputSchema as j, PYTHON_AUTH_VALUES as jn, SearchSchema as jr, FrontendSchema as jt, CSS_FRAMEWORK_VALUES as k, PYTHON_AI_VALUES as kn, SHADCN_STYLE_VALUES as kr, FileUploadSchema as kt, ASTRO_INTEGRATION_VALUES as l, MOBILE_DEEP_LINKING_VALUES as ln, RealtimeSchema as lr, ElixirEmailSchema as lt, AnalyticsSchema as m, MOBILE_TESTING_VALUES as mn, RustCliSchema as mr, ElixirOrmSchema as mt, AISchema as n, JavaLibrariesSchema as nn, RUST_CLI_VALUES as nr, EXAMPLES_VALUES as nt, ANIMATION_VALUES as o, JobQueueSchema as on, RUST_LOGGING_VALUES as or, ElixirAuthSchema as ot, AiDocsSchema as p, MOBILE_STORAGE_VALUES as pn, RustCachingSchema as pr, ElixirObservabilitySchema as pt, ELIXIR_JSON_VALUES as q, PythonQualitySchema as qn, VALIDATION_VALUES as qr, JAVA_AUTH_VALUES as qt, AI_DOCS_VALUES as r, JavaOrmSchema as rn, RUST_ERROR_HANDLING_VALUES as rr, EcosystemSchema as rt, APISchema as s, LOGGING_VALUES as sn, RUST_ORM_VALUES as sr, ElixirCachingSchema as st, ADDONS_VALUES as t, JavaBuildToolSchema as tn, RUST_CACHING_VALUES as tr, EMAIL_VALUES as tt, AUTH_VALUES as u, MOBILE_NAVIGATION_VALUES as un, RuntimeSchema as ur, ElixirHttpSchema as ut, BACKEND_VALUES as v, MobileOTASchema as vn, RustLoggingSchema as vr, ElixirValidationSchema as vt, CACHING_VALUES as w, ORMSchema as wn, SHADCN_BASE_VALUES as wr, FILE_UPLOAD_VALUES as wt, BetterFullstackConfigSchema as x, MobileTestingSchema as xn, SEARCH_VALUES as xr, ExamplesSchema as xt, BackendSchema as y, MobilePushSchema as yn, RustOrmSchema as yr, ElixirWebFrameworkSchema as yt, EFFECT_VALUES as z, PaymentsSchema as zn, ShadcnStyleSchema as zr, GoAuthSchema as zt };
7000
- //# sourceMappingURL=schemas-Bs_n2xLj.d.mts.map
7046
+ //# sourceMappingURL=schemas-CUFM_Cdl.d.mts.map