@better-fullstack/types 2.3.1 → 2.4.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.
Files changed (44) hide show
  1. package/LICENSE +22 -0
  2. package/dist/{defaults-Cl16mM84.mjs → defaults-BzWJP6p0.mjs} +3 -1
  3. package/dist/defaults-BzWJP6p0.mjs.map +1 -0
  4. package/dist/{defaults-BCprHCB6.d.mts → defaults-DdEGPWbd.d.mts} +2 -2
  5. package/dist/defaults-DdEGPWbd.d.mts.map +1 -0
  6. package/dist/defaults.d.mts +3 -3
  7. package/dist/defaults.mjs +1 -1
  8. package/dist/index.d.mts +6 -6
  9. package/dist/index.d.mts.map +1 -1
  10. package/dist/index.mjs +23 -5
  11. package/dist/index.mjs.map +1 -1
  12. package/dist/json-schema.d.mts +496 -320
  13. package/dist/json-schema.d.mts.map +1 -1
  14. package/dist/json-schema.mjs +1 -1
  15. package/dist/{schemas-B79HRN5e.d.mts → schemas-BMTIauzB.d.mts} +777 -609
  16. package/dist/schemas-BMTIauzB.d.mts.map +1 -0
  17. package/dist/{schemas-CprYz5Sh.mjs → schemas-CNrFm0ld.mjs} +21 -2
  18. package/dist/schemas-CNrFm0ld.mjs.map +1 -0
  19. package/dist/schemas.d.mts +2 -2
  20. package/dist/schemas.mjs +2 -2
  21. package/dist/{stack-graph-DiLi3WuL.mjs → stack-graph-BqmxkJKS.mjs} +110 -9
  22. package/dist/stack-graph-BqmxkJKS.mjs.map +1 -0
  23. package/dist/{stack-graph-BkHZlyKH.d.mts → stack-graph-DWpdF4s0.d.mts} +2 -2
  24. package/dist/{stack-graph-BkHZlyKH.d.mts.map → stack-graph-DWpdF4s0.d.mts.map} +1 -1
  25. package/dist/stack-graph.d.mts +3 -3
  26. package/dist/stack-graph.mjs +2 -2
  27. package/dist/{stack-translation-Ay-_1mNB.mjs → stack-translation-CIt0ziI4.mjs} +234 -9
  28. package/dist/stack-translation-CIt0ziI4.mjs.map +1 -0
  29. package/dist/{stack-translation-BmsX82IA.d.mts → stack-translation-DyfJJgeD.d.mts} +18 -7
  30. package/dist/stack-translation-DyfJJgeD.d.mts.map +1 -0
  31. package/dist/stack-translation.d.mts +4 -4
  32. package/dist/stack-translation.mjs +3 -3
  33. package/dist/{types-BuRzqsRV.d.mts → types-BUQyhJDc.d.mts} +5 -3
  34. package/dist/types-BUQyhJDc.d.mts.map +1 -0
  35. package/dist/types.d.mts +3 -3
  36. package/package.json +3 -2
  37. package/dist/defaults-BCprHCB6.d.mts.map +0 -1
  38. package/dist/defaults-Cl16mM84.mjs.map +0 -1
  39. package/dist/schemas-B79HRN5e.d.mts.map +0 -1
  40. package/dist/schemas-CprYz5Sh.mjs.map +0 -1
  41. package/dist/stack-graph-DiLi3WuL.mjs.map +0 -1
  42. package/dist/stack-translation-Ay-_1mNB.mjs.map +0 -1
  43. package/dist/stack-translation-BmsX82IA.d.mts.map +0 -1
  44. package/dist/types-BuRzqsRV.d.mts.map +0 -1
@@ -22,67 +22,69 @@ declare const StackPartEcosystemSchema: z.ZodUnion<readonly [z.ZodEnum<{
22
22
  dotnet: "dotnet";
23
23
  }>, z.ZodLiteral<"universal">]>;
24
24
  declare const StackPartRoleSchema: z.ZodEnum<{
25
- push: "push";
26
- frontend: "frontend";
27
- backend: "backend";
28
- mobile: "mobile";
25
+ effect: "effect";
26
+ ai: "ai";
29
27
  database: "database";
30
- api: "api";
31
- graphql: "graphql";
32
28
  orm: "orm";
33
29
  auth: "auth";
34
- runtime: "runtime";
35
- deploy: "deploy";
30
+ payments: "payments";
31
+ frontend: "frontend";
32
+ examples: "examples";
33
+ packageManager: "packageManager";
36
34
  dbSetup: "dbSetup";
37
- migrations: "migrations";
35
+ backend: "backend";
36
+ runtime: "runtime";
37
+ api: "api";
38
+ stateManagement: "stateManagement";
39
+ forms: "forms";
40
+ testing: "testing";
41
+ email: "email";
42
+ validation: "validation";
38
43
  realtime: "realtime";
39
- navigation: "navigation";
40
- caching: "caching";
44
+ jobQueue: "jobQueue";
45
+ animation: "animation";
46
+ fileUpload: "fileUpload";
47
+ logging: "logging";
41
48
  observability: "observability";
42
- email: "email";
49
+ featureFlags: "featureFlags";
50
+ integrations: "integrations";
51
+ ecommerce: "ecommerce";
52
+ analytics: "analytics";
53
+ cms: "cms";
54
+ caching: "caching";
55
+ rateLimit: "rateLimit";
56
+ i18n: "i18n";
43
57
  search: "search";
44
58
  vectorDb: "vectorDb";
45
59
  fileStorage: "fileStorage";
46
- jobQueue: "jobQueue";
47
- rateLimit: "rateLimit";
48
- testing: "testing";
49
- stateManagement: "stateManagement";
50
- forms: "forms";
51
- animation: "animation";
52
- fileUpload: "fileUpload";
53
- validation: "validation";
54
- effect: "effect";
60
+ config: "config";
61
+ mobile: "mobile";
62
+ graphql: "graphql";
63
+ deploy: "deploy";
64
+ migrations: "migrations";
65
+ navigation: "navigation";
55
66
  ui: "ui";
56
67
  css: "css";
57
68
  storage: "storage";
69
+ push: "push";
58
70
  ota: "ota";
59
71
  deepLinking: "deepLinking";
60
- ai: "ai";
61
- payments: "payments";
62
- logging: "logging";
63
- featureFlags: "featureFlags";
64
- analytics: "analytics";
65
- cms: "cms";
66
- i18n: "i18n";
67
72
  documentation: "documentation";
68
73
  codeQuality: "codeQuality";
69
74
  appPlatform: "appPlatform";
70
75
  dataFetching: "dataFetching";
71
76
  workspaceTooling: "workspaceTooling";
72
- examples: "examples";
73
77
  language: "language";
74
78
  buildTool: "buildTool";
75
79
  cli: "cli";
76
80
  errorHandling: "errorHandling";
77
81
  httpClient: "httpClient";
78
82
  libraries: "libraries";
79
- config: "config";
80
83
  templating: "templating";
81
84
  cloudSdk: "cloudSdk";
82
85
  data: "data";
83
86
  media: "media";
84
87
  server: "server";
85
- packageManager: "packageManager";
86
88
  messageQueue: "messageQueue";
87
89
  }>;
88
90
  declare const StackPartSourceSchema: z.ZodEnum<{
@@ -95,67 +97,69 @@ declare const StackPartSourceSchema: z.ZodEnum<{
95
97
  declare const StackPartSchema: z.ZodObject<{
96
98
  id: z.ZodString;
97
99
  role: z.ZodEnum<{
98
- push: "push";
99
- frontend: "frontend";
100
- backend: "backend";
101
- mobile: "mobile";
100
+ effect: "effect";
101
+ ai: "ai";
102
102
  database: "database";
103
- api: "api";
104
- graphql: "graphql";
105
103
  orm: "orm";
106
104
  auth: "auth";
107
- runtime: "runtime";
108
- deploy: "deploy";
105
+ payments: "payments";
106
+ frontend: "frontend";
107
+ examples: "examples";
108
+ packageManager: "packageManager";
109
109
  dbSetup: "dbSetup";
110
- migrations: "migrations";
110
+ backend: "backend";
111
+ runtime: "runtime";
112
+ api: "api";
113
+ stateManagement: "stateManagement";
114
+ forms: "forms";
115
+ testing: "testing";
116
+ email: "email";
117
+ validation: "validation";
111
118
  realtime: "realtime";
112
- navigation: "navigation";
113
- caching: "caching";
119
+ jobQueue: "jobQueue";
120
+ animation: "animation";
121
+ fileUpload: "fileUpload";
122
+ logging: "logging";
114
123
  observability: "observability";
115
- email: "email";
124
+ featureFlags: "featureFlags";
125
+ integrations: "integrations";
126
+ ecommerce: "ecommerce";
127
+ analytics: "analytics";
128
+ cms: "cms";
129
+ caching: "caching";
130
+ rateLimit: "rateLimit";
131
+ i18n: "i18n";
116
132
  search: "search";
117
133
  vectorDb: "vectorDb";
118
134
  fileStorage: "fileStorage";
119
- jobQueue: "jobQueue";
120
- rateLimit: "rateLimit";
121
- testing: "testing";
122
- stateManagement: "stateManagement";
123
- forms: "forms";
124
- animation: "animation";
125
- fileUpload: "fileUpload";
126
- validation: "validation";
127
- effect: "effect";
135
+ config: "config";
136
+ mobile: "mobile";
137
+ graphql: "graphql";
138
+ deploy: "deploy";
139
+ migrations: "migrations";
140
+ navigation: "navigation";
128
141
  ui: "ui";
129
142
  css: "css";
130
143
  storage: "storage";
144
+ push: "push";
131
145
  ota: "ota";
132
146
  deepLinking: "deepLinking";
133
- ai: "ai";
134
- payments: "payments";
135
- logging: "logging";
136
- featureFlags: "featureFlags";
137
- analytics: "analytics";
138
- cms: "cms";
139
- i18n: "i18n";
140
147
  documentation: "documentation";
141
148
  codeQuality: "codeQuality";
142
149
  appPlatform: "appPlatform";
143
150
  dataFetching: "dataFetching";
144
151
  workspaceTooling: "workspaceTooling";
145
- examples: "examples";
146
152
  language: "language";
147
153
  buildTool: "buildTool";
148
154
  cli: "cli";
149
155
  errorHandling: "errorHandling";
150
156
  httpClient: "httpClient";
151
157
  libraries: "libraries";
152
- config: "config";
153
158
  templating: "templating";
154
159
  cloudSdk: "cloudSdk";
155
160
  data: "data";
156
161
  media: "media";
157
162
  server: "server";
158
- packageManager: "packageManager";
159
163
  messageQueue: "messageQueue";
160
164
  }>;
161
165
  toolId: z.ZodString;
@@ -201,13 +205,13 @@ declare const ORMSchema: z.ZodEnum<{
201
205
  sequelize: "sequelize";
202
206
  }>;
203
207
  declare const BackendSchema: z.ZodEnum<{
204
- effect: "effect";
205
208
  none: "none";
206
209
  hono: "hono";
207
210
  express: "express";
208
211
  fastify: "fastify";
209
212
  elysia: "elysia";
210
213
  fets: "fets";
214
+ effect: "effect";
211
215
  nestjs: "nestjs";
212
216
  adonisjs: "adonisjs";
213
217
  nitro: "nitro";
@@ -259,6 +263,8 @@ declare const AddonsSchema: z.ZodEnum<{
259
263
  biome: "biome";
260
264
  lefthook: "lefthook";
261
265
  husky: "husky";
266
+ knip: "knip";
267
+ gitleaks: "gitleaks";
262
268
  ruler: "ruler";
263
269
  mcp: "mcp";
264
270
  skills: "skills";
@@ -280,6 +286,7 @@ declare const AddonsSchema: z.ZodEnum<{
280
286
  "backend-utils": "backend-utils";
281
287
  devcontainer: "devcontainer";
282
288
  "docker-compose": "docker-compose";
289
+ kong: "kong";
283
290
  "github-actions": "github-actions";
284
291
  eslint: "eslint";
285
292
  prettier: "prettier";
@@ -299,8 +306,8 @@ declare const AddonsSchema: z.ZodEnum<{
299
306
  */
300
307
  declare const APP_PLATFORM_ADDON_VALUES: readonly ["pwa", "tauri", "electron", "capacitor", "wxt", "opentui"];
301
308
  declare const ExamplesSchema: z.ZodEnum<{
302
- ai: "ai";
303
309
  none: "none";
310
+ ai: "ai";
304
311
  "chat-sdk": "chat-sdk";
305
312
  "tanstack-showcase": "tanstack-showcase";
306
313
  }>;
@@ -367,6 +374,7 @@ declare const PaymentsSchema: z.ZodEnum<{
367
374
  creem: "creem";
368
375
  autumn: "autumn";
369
376
  commet: "commet";
377
+ xendit: "xendit";
370
378
  }>;
371
379
  declare const WebDeploySchema: z.ZodEnum<{
372
380
  none: "none";
@@ -407,8 +415,8 @@ declare const AISchema: z.ZodEnum<{
407
415
  "ai-cli": "ai-cli";
408
416
  }>;
409
417
  declare const EffectSchema: z.ZodEnum<{
410
- effect: "effect";
411
418
  none: "none";
419
+ effect: "effect";
412
420
  "effect-full": "effect-full";
413
421
  }>;
414
422
  declare const StateManagementSchema: z.ZodEnum<{
@@ -552,6 +560,7 @@ declare const LoggingSchema: z.ZodEnum<{
552
560
  declare const ObservabilitySchema: z.ZodEnum<{
553
561
  none: "none";
554
562
  opentelemetry: "opentelemetry";
563
+ signoz: "signoz";
555
564
  sentry: "sentry";
556
565
  grafana: "grafana";
557
566
  datadog: "datadog";
@@ -566,6 +575,14 @@ declare const FeatureFlagsSchema: z.ZodEnum<{
566
575
  flagsmith: "flagsmith";
567
576
  unleash: "unleash";
568
577
  }>;
578
+ declare const IntegrationsSchema: z.ZodEnum<{
579
+ none: "none";
580
+ nango: "nango";
581
+ }>;
582
+ declare const EcommerceSchema: z.ZodEnum<{
583
+ none: "none";
584
+ medusa: "medusa";
585
+ }>;
569
586
  declare const AnalyticsSchema: z.ZodEnum<{
570
587
  none: "none";
571
588
  posthog: "posthog";
@@ -580,9 +597,9 @@ declare const MobileNavigationSchema: z.ZodEnum<{
580
597
  }>;
581
598
  declare const MobileUISchema: z.ZodEnum<{
582
599
  none: "none";
600
+ uniwind: "uniwind";
583
601
  tamagui: "tamagui";
584
602
  "gluestack-ui": "gluestack-ui";
585
- uniwind: "uniwind";
586
603
  unistyles: "unistyles";
587
604
  }>;
588
605
  declare const MobileStorageSchema: z.ZodEnum<{
@@ -667,12 +684,12 @@ declare const RustCliSchema: z.ZodEnum<{
667
684
  ratatui: "ratatui";
668
685
  }>;
669
686
  declare const RustLibrariesSchema: z.ZodEnum<{
670
- config: "config";
671
687
  none: "none";
672
688
  serde: "serde";
673
689
  uuid: "uuid";
674
690
  chrono: "chrono";
675
691
  reqwest: "reqwest";
692
+ config: "config";
676
693
  dashmap: "dashmap";
677
694
  "parking-lot": "parking-lot";
678
695
  secrecy: "secrecy";
@@ -826,6 +843,7 @@ declare const PythonRealtimeSchema: z.ZodEnum<{
826
843
  declare const PythonObservabilitySchema: z.ZodEnum<{
827
844
  none: "none";
828
845
  opentelemetry: "opentelemetry";
846
+ signoz: "signoz";
829
847
  "prometheus-client": "prometheus-client";
830
848
  }>;
831
849
  declare const PythonCliSchema: z.ZodEnum<{
@@ -945,6 +963,7 @@ declare const GoConfigSchema: z.ZodEnum<{
945
963
  declare const GoObservabilitySchema: z.ZodEnum<{
946
964
  none: "none";
947
965
  opentelemetry: "opentelemetry";
966
+ signoz: "signoz";
948
967
  prometheus: "prometheus";
949
968
  }>;
950
969
  declare const GoValidationSchema: z.ZodEnum<{
@@ -1369,36 +1388,36 @@ declare const ShadcnFontSchema: z.ZodEnum<{
1369
1388
  "geist-mono": "geist-mono";
1370
1389
  }>;
1371
1390
  declare const ShadcnRadiusSchema: z.ZodEnum<{
1372
- default: "default";
1373
1391
  none: "none";
1392
+ default: "default";
1374
1393
  small: "small";
1375
1394
  medium: "medium";
1376
1395
  large: "large";
1377
1396
  }>;
1378
1397
  declare const DirectoryConflictSchema: z.ZodEnum<{
1379
- error: "error";
1380
1398
  merge: "merge";
1381
1399
  overwrite: "overwrite";
1382
1400
  increment: "increment";
1401
+ error: "error";
1383
1402
  }>;
1384
1403
  declare const TemplateSchema: z.ZodEnum<{
1385
1404
  none: "none";
1386
- uniwind: "uniwind";
1387
1405
  mern: "mern";
1388
1406
  pern: "pern";
1389
1407
  t3: "t3";
1390
1408
  saas: "saas";
1409
+ uniwind: "uniwind";
1391
1410
  }>;
1392
1411
  declare const ProjectNameSchema: z.ZodString;
1393
1412
  declare const CreateInputSchema: z.ZodObject<{
1394
1413
  projectName: z.ZodOptional<z.ZodString>;
1395
1414
  template: z.ZodOptional<z.ZodEnum<{
1396
1415
  none: "none";
1397
- uniwind: "uniwind";
1398
1416
  mern: "mern";
1399
1417
  pern: "pern";
1400
1418
  t3: "t3";
1401
1419
  saas: "saas";
1420
+ uniwind: "uniwind";
1402
1421
  }>>;
1403
1422
  yes: z.ZodOptional<z.ZodBoolean>;
1404
1423
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -1460,6 +1479,7 @@ declare const CreateInputSchema: z.ZodObject<{
1460
1479
  creem: "creem";
1461
1480
  autumn: "autumn";
1462
1481
  commet: "commet";
1482
+ xendit: "xendit";
1463
1483
  }>>;
1464
1484
  frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1465
1485
  none: "none";
@@ -1492,6 +1512,8 @@ declare const CreateInputSchema: z.ZodObject<{
1492
1512
  biome: "biome";
1493
1513
  lefthook: "lefthook";
1494
1514
  husky: "husky";
1515
+ knip: "knip";
1516
+ gitleaks: "gitleaks";
1495
1517
  ruler: "ruler";
1496
1518
  mcp: "mcp";
1497
1519
  skills: "skills";
@@ -1513,6 +1535,7 @@ declare const CreateInputSchema: z.ZodObject<{
1513
1535
  "backend-utils": "backend-utils";
1514
1536
  devcontainer: "devcontainer";
1515
1537
  "docker-compose": "docker-compose";
1538
+ kong: "kong";
1516
1539
  "github-actions": "github-actions";
1517
1540
  eslint: "eslint";
1518
1541
  prettier: "prettier";
@@ -1525,8 +1548,8 @@ declare const CreateInputSchema: z.ZodObject<{
1525
1548
  capacitor: "capacitor";
1526
1549
  }>>>;
1527
1550
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1528
- ai: "ai";
1529
1551
  none: "none";
1552
+ ai: "ai";
1530
1553
  "chat-sdk": "chat-sdk";
1531
1554
  "tanstack-showcase": "tanstack-showcase";
1532
1555
  }>>>;
@@ -1560,13 +1583,13 @@ declare const CreateInputSchema: z.ZodObject<{
1560
1583
  docker: "docker";
1561
1584
  }>>;
1562
1585
  backend: z.ZodOptional<z.ZodEnum<{
1563
- effect: "effect";
1564
1586
  none: "none";
1565
1587
  hono: "hono";
1566
1588
  express: "express";
1567
1589
  fastify: "fastify";
1568
1590
  elysia: "elysia";
1569
1591
  fets: "fets";
1592
+ effect: "effect";
1570
1593
  nestjs: "nestjs";
1571
1594
  adonisjs: "adonisjs";
1572
1595
  nitro: "nitro";
@@ -1613,10 +1636,10 @@ declare const CreateInputSchema: z.ZodObject<{
1613
1636
  vercel: "vercel";
1614
1637
  }>>;
1615
1638
  directoryConflict: z.ZodOptional<z.ZodEnum<{
1616
- error: "error";
1617
1639
  merge: "merge";
1618
1640
  overwrite: "overwrite";
1619
1641
  increment: "increment";
1642
+ error: "error";
1620
1643
  }>>;
1621
1644
  renderTitle: z.ZodOptional<z.ZodBoolean>;
1622
1645
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -1645,8 +1668,8 @@ declare const CreateInputSchema: z.ZodObject<{
1645
1668
  "ai-cli": "ai-cli";
1646
1669
  }>>;
1647
1670
  effect: z.ZodOptional<z.ZodEnum<{
1648
- effect: "effect";
1649
1671
  none: "none";
1672
+ effect: "effect";
1650
1673
  "effect-full": "effect-full";
1651
1674
  }>>;
1652
1675
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -1781,8 +1804,8 @@ declare const CreateInputSchema: z.ZodObject<{
1781
1804
  "geist-mono": "geist-mono";
1782
1805
  }>>;
1783
1806
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1784
- default: "default";
1785
1807
  none: "none";
1808
+ default: "default";
1786
1809
  small: "small";
1787
1810
  medium: "medium";
1788
1811
  large: "large";
@@ -1837,6 +1860,7 @@ declare const CreateInputSchema: z.ZodObject<{
1837
1860
  observability: z.ZodOptional<z.ZodEnum<{
1838
1861
  none: "none";
1839
1862
  opentelemetry: "opentelemetry";
1863
+ signoz: "signoz";
1840
1864
  sentry: "sentry";
1841
1865
  grafana: "grafana";
1842
1866
  datadog: "datadog";
@@ -1851,6 +1875,14 @@ declare const CreateInputSchema: z.ZodObject<{
1851
1875
  flagsmith: "flagsmith";
1852
1876
  unleash: "unleash";
1853
1877
  }>>;
1878
+ integrations: z.ZodOptional<z.ZodEnum<{
1879
+ none: "none";
1880
+ nango: "nango";
1881
+ }>>;
1882
+ ecommerce: z.ZodOptional<z.ZodEnum<{
1883
+ none: "none";
1884
+ medusa: "medusa";
1885
+ }>>;
1854
1886
  analytics: z.ZodOptional<z.ZodEnum<{
1855
1887
  none: "none";
1856
1888
  posthog: "posthog";
@@ -1915,9 +1947,9 @@ declare const CreateInputSchema: z.ZodObject<{
1915
1947
  }>>;
1916
1948
  mobileUI: z.ZodOptional<z.ZodEnum<{
1917
1949
  none: "none";
1950
+ uniwind: "uniwind";
1918
1951
  tamagui: "tamagui";
1919
1952
  "gluestack-ui": "gluestack-ui";
1920
- uniwind: "uniwind";
1921
1953
  unistyles: "unistyles";
1922
1954
  }>>;
1923
1955
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -2002,12 +2034,12 @@ declare const CreateInputSchema: z.ZodObject<{
2002
2034
  ratatui: "ratatui";
2003
2035
  }>>;
2004
2036
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2005
- config: "config";
2006
2037
  none: "none";
2007
2038
  serde: "serde";
2008
2039
  uuid: "uuid";
2009
2040
  chrono: "chrono";
2010
2041
  reqwest: "reqwest";
2042
+ config: "config";
2011
2043
  dashmap: "dashmap";
2012
2044
  "parking-lot": "parking-lot";
2013
2045
  secrecy: "secrecy";
@@ -2161,6 +2193,7 @@ declare const CreateInputSchema: z.ZodObject<{
2161
2193
  pythonObservability: z.ZodOptional<z.ZodEnum<{
2162
2194
  none: "none";
2163
2195
  opentelemetry: "opentelemetry";
2196
+ signoz: "signoz";
2164
2197
  "prometheus-client": "prometheus-client";
2165
2198
  }>>;
2166
2199
  pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -2280,6 +2313,7 @@ declare const CreateInputSchema: z.ZodObject<{
2280
2313
  goObservability: z.ZodOptional<z.ZodEnum<{
2281
2314
  none: "none";
2282
2315
  opentelemetry: "opentelemetry";
2316
+ signoz: "signoz";
2283
2317
  prometheus: "prometheus";
2284
2318
  }>>;
2285
2319
  goValidation: z.ZodOptional<z.ZodEnum<{
@@ -2616,43 +2650,37 @@ declare const CreateInputSchema: z.ZodObject<{
2616
2650
  part: z.ZodOptional<z.ZodArray<z.ZodString>>;
2617
2651
  }, z.core.$strip>;
2618
2652
  declare const AddInputSchema: z.ZodObject<{
2619
- frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2653
+ effect: z.ZodOptional<z.ZodEnum<{
2620
2654
  none: "none";
2621
- "tanstack-router": "tanstack-router";
2622
- "react-router": "react-router";
2623
- "react-vite": "react-vite";
2624
- "vanilla-vite": "vanilla-vite";
2625
- vue: "vue";
2626
- "tanstack-start": "tanstack-start";
2627
- next: "next";
2628
- vinext: "vinext";
2629
- nuxt: "nuxt";
2630
- "native-bare": "native-bare";
2631
- "native-uniwind": "native-uniwind";
2632
- "native-unistyles": "native-unistyles";
2633
- svelte: "svelte";
2634
- solid: "solid";
2635
- "solid-start": "solid-start";
2636
- astro: "astro";
2637
- qwik: "qwik";
2638
- angular: "angular";
2639
- redwood: "redwood";
2640
- fresh: "fresh";
2641
- }>>>;
2642
- backend: z.ZodOptional<z.ZodEnum<{
2643
2655
  effect: "effect";
2656
+ "effect-full": "effect-full";
2657
+ }>>;
2658
+ ai: z.ZodOptional<z.ZodEnum<{
2644
2659
  none: "none";
2645
- hono: "hono";
2646
- express: "express";
2647
- fastify: "fastify";
2648
- elysia: "elysia";
2649
- fets: "fets";
2650
- nestjs: "nestjs";
2651
- adonisjs: "adonisjs";
2652
- nitro: "nitro";
2653
- encore: "encore";
2654
- convex: "convex";
2655
- self: "self";
2660
+ "vercel-ai": "vercel-ai";
2661
+ mastra: "mastra";
2662
+ voltagent: "voltagent";
2663
+ langgraph: "langgraph";
2664
+ "openai-agents": "openai-agents";
2665
+ "openai-sdk": "openai-sdk";
2666
+ "anthropic-sdk": "anthropic-sdk";
2667
+ "google-adk": "google-adk";
2668
+ modelfusion: "modelfusion";
2669
+ langchain: "langchain";
2670
+ llamaindex: "llamaindex";
2671
+ "tanstack-ai": "tanstack-ai";
2672
+ "ai-cli": "ai-cli";
2673
+ }>>;
2674
+ dryRun: z.ZodOptional<z.ZodBoolean>;
2675
+ ecosystem: z.ZodOptional<z.ZodEnum<{
2676
+ typescript: "typescript";
2677
+ "react-native": "react-native";
2678
+ rust: "rust";
2679
+ python: "python";
2680
+ go: "go";
2681
+ java: "java";
2682
+ elixir: "elixir";
2683
+ dotnet: "dotnet";
2656
2684
  }>>;
2657
2685
  database: z.ZodOptional<z.ZodEnum<{
2658
2686
  none: "none";
@@ -2663,16 +2691,6 @@ declare const AddInputSchema: z.ZodObject<{
2663
2691
  edgedb: "edgedb";
2664
2692
  redis: "redis";
2665
2693
  }>>;
2666
- api: z.ZodOptional<z.ZodEnum<{
2667
- none: "none";
2668
- trpc: "trpc";
2669
- orpc: "orpc";
2670
- "ts-rest": "ts-rest";
2671
- garph: "garph";
2672
- "graphql-yoga": "graphql-yoga";
2673
- "apollo-server": "apollo-server";
2674
- openapi: "openapi";
2675
- }>>;
2676
2694
  orm: z.ZodOptional<z.ZodEnum<{
2677
2695
  none: "none";
2678
2696
  drizzle: "drizzle";
@@ -2697,243 +2715,43 @@ declare const AddInputSchema: z.ZodObject<{
2697
2715
  kinde: "kinde";
2698
2716
  passport: "passport";
2699
2717
  }>>;
2700
- runtime: z.ZodOptional<z.ZodEnum<{
2718
+ payments: z.ZodOptional<z.ZodEnum<{
2701
2719
  none: "none";
2702
- bun: "bun";
2703
- node: "node";
2704
- workers: "workers";
2720
+ revenuecat: "revenuecat";
2721
+ polar: "polar";
2722
+ stripe: "stripe";
2723
+ "lemon-squeezy": "lemon-squeezy";
2724
+ paddle: "paddle";
2725
+ paypal: "paypal";
2726
+ dodo: "dodo";
2727
+ creem: "creem";
2728
+ autumn: "autumn";
2729
+ commet: "commet";
2730
+ xendit: "xendit";
2705
2731
  }>>;
2706
- dbSetup: z.ZodOptional<z.ZodEnum<{
2732
+ frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2707
2733
  none: "none";
2708
- turso: "turso";
2709
- neon: "neon";
2710
- "prisma-postgres": "prisma-postgres";
2711
- planetscale: "planetscale";
2712
- "mongodb-atlas": "mongodb-atlas";
2713
- supabase: "supabase";
2714
- upstash: "upstash";
2715
- d1: "d1";
2716
- docker: "docker";
2717
- }>>;
2718
- realtime: z.ZodOptional<z.ZodEnum<{
2719
- none: "none";
2720
- "socket-io": "socket-io";
2721
- ws: "ws";
2722
- partykit: "partykit";
2723
- ably: "ably";
2724
- pusher: "pusher";
2725
- liveblocks: "liveblocks";
2726
- yjs: "yjs";
2727
- }>>;
2728
- caching: z.ZodOptional<z.ZodEnum<{
2729
- none: "none";
2730
- redis: "redis";
2731
- "upstash-redis": "upstash-redis";
2732
- }>>;
2733
- observability: z.ZodOptional<z.ZodEnum<{
2734
- none: "none";
2735
- opentelemetry: "opentelemetry";
2736
- sentry: "sentry";
2737
- grafana: "grafana";
2738
- datadog: "datadog";
2739
- axiom: "axiom";
2740
- betterstack: "betterstack";
2741
- }>>;
2742
- email: z.ZodOptional<z.ZodEnum<{
2743
- none: "none";
2744
- "react-email": "react-email";
2745
- resend: "resend";
2746
- nodemailer: "nodemailer";
2747
- postmark: "postmark";
2748
- sendgrid: "sendgrid";
2749
- "aws-ses": "aws-ses";
2750
- mailgun: "mailgun";
2751
- plunk: "plunk";
2752
- }>>;
2753
- search: z.ZodOptional<z.ZodEnum<{
2754
- none: "none";
2755
- meilisearch: "meilisearch";
2756
- typesense: "typesense";
2757
- elasticsearch: "elasticsearch";
2758
- opensearch: "opensearch";
2759
- algolia: "algolia";
2760
- bleve: "bleve";
2761
- }>>;
2762
- vectorDb: z.ZodOptional<z.ZodEnum<{
2763
- none: "none";
2764
- pgvector: "pgvector";
2765
- qdrant: "qdrant";
2766
- chroma: "chroma";
2767
- pinecone: "pinecone";
2768
- }>>;
2769
- fileStorage: z.ZodOptional<z.ZodEnum<{
2770
- none: "none";
2771
- s3: "s3";
2772
- r2: "r2";
2773
- cloudinary: "cloudinary";
2774
- "supabase-storage": "supabase-storage";
2775
- }>>;
2776
- jobQueue: z.ZodOptional<z.ZodEnum<{
2777
- none: "none";
2778
- bullmq: "bullmq";
2779
- "trigger-dev": "trigger-dev";
2780
- inngest: "inngest";
2781
- temporal: "temporal";
2782
- }>>;
2783
- rateLimit: z.ZodOptional<z.ZodEnum<{
2784
- none: "none";
2785
- arcjet: "arcjet";
2786
- "upstash-ratelimit": "upstash-ratelimit";
2787
- }>>;
2788
- testing: z.ZodOptional<z.ZodEnum<{
2789
- none: "none";
2790
- vitest: "vitest";
2791
- playwright: "playwright";
2792
- "vitest-playwright": "vitest-playwright";
2793
- jest: "jest";
2794
- mocha: "mocha";
2795
- cypress: "cypress";
2796
- }>>;
2797
- stateManagement: z.ZodOptional<z.ZodEnum<{
2798
- none: "none";
2799
- zustand: "zustand";
2800
- jotai: "jotai";
2801
- nanostores: "nanostores";
2802
- "redux-toolkit": "redux-toolkit";
2803
- mobx: "mobx";
2804
- xstate: "xstate";
2805
- valtio: "valtio";
2806
- "tanstack-store": "tanstack-store";
2807
- "legend-state": "legend-state";
2808
- }>>;
2809
- forms: z.ZodOptional<z.ZodEnum<{
2810
- none: "none";
2811
- "tanstack-form": "tanstack-form";
2812
- "react-hook-form": "react-hook-form";
2813
- formik: "formik";
2814
- "final-form": "final-form";
2815
- conform: "conform";
2816
- "modular-forms": "modular-forms";
2817
- }>>;
2818
- animation: z.ZodOptional<z.ZodEnum<{
2819
- none: "none";
2820
- "framer-motion": "framer-motion";
2821
- gsap: "gsap";
2822
- "react-spring": "react-spring";
2823
- "auto-animate": "auto-animate";
2824
- lottie: "lottie";
2825
- }>>;
2826
- fileUpload: z.ZodOptional<z.ZodEnum<{
2827
- none: "none";
2828
- uploadthing: "uploadthing";
2829
- filepond: "filepond";
2830
- uppy: "uppy";
2831
- }>>;
2832
- validation: z.ZodOptional<z.ZodEnum<{
2833
- none: "none";
2834
- zod: "zod";
2835
- valibot: "valibot";
2836
- arktype: "arktype";
2837
- typebox: "typebox";
2838
- typia: "typia";
2839
- runtypes: "runtypes";
2840
- "effect-schema": "effect-schema";
2841
- }>>;
2842
- effect: z.ZodOptional<z.ZodEnum<{
2843
- effect: "effect";
2844
- none: "none";
2845
- "effect-full": "effect-full";
2846
- }>>;
2847
- ai: z.ZodOptional<z.ZodEnum<{
2848
- none: "none";
2849
- "vercel-ai": "vercel-ai";
2850
- mastra: "mastra";
2851
- voltagent: "voltagent";
2852
- langgraph: "langgraph";
2853
- "openai-agents": "openai-agents";
2854
- "openai-sdk": "openai-sdk";
2855
- "anthropic-sdk": "anthropic-sdk";
2856
- "google-adk": "google-adk";
2857
- modelfusion: "modelfusion";
2858
- langchain: "langchain";
2859
- llamaindex: "llamaindex";
2860
- "tanstack-ai": "tanstack-ai";
2861
- "ai-cli": "ai-cli";
2862
- }>>;
2863
- payments: z.ZodOptional<z.ZodEnum<{
2864
- none: "none";
2865
- revenuecat: "revenuecat";
2866
- polar: "polar";
2867
- stripe: "stripe";
2868
- "lemon-squeezy": "lemon-squeezy";
2869
- paddle: "paddle";
2870
- paypal: "paypal";
2871
- dodo: "dodo";
2872
- creem: "creem";
2873
- autumn: "autumn";
2874
- commet: "commet";
2875
- }>>;
2876
- logging: z.ZodOptional<z.ZodEnum<{
2877
- none: "none";
2878
- pino: "pino";
2879
- winston: "winston";
2880
- evlog: "evlog";
2881
- }>>;
2882
- featureFlags: z.ZodOptional<z.ZodEnum<{
2883
- none: "none";
2884
- growthbook: "growthbook";
2885
- posthog: "posthog";
2886
- launchdarkly: "launchdarkly";
2887
- flagsmith: "flagsmith";
2888
- unleash: "unleash";
2889
- }>>;
2890
- analytics: z.ZodOptional<z.ZodEnum<{
2891
- none: "none";
2892
- posthog: "posthog";
2893
- plausible: "plausible";
2894
- umami: "umami";
2895
- ga4: "ga4";
2896
- }>>;
2897
- cms: z.ZodOptional<z.ZodEnum<{
2898
- none: "none";
2899
- payload: "payload";
2900
- sanity: "sanity";
2901
- strapi: "strapi";
2902
- tinacms: "tinacms";
2903
- directus: "directus";
2904
- keystatic: "keystatic";
2905
- contentful: "contentful";
2906
- }>>;
2907
- i18n: z.ZodOptional<z.ZodEnum<{
2908
- none: "none";
2909
- paraglide: "paraglide";
2910
- i18next: "i18next";
2911
- "next-intl": "next-intl";
2912
- intlayer: "intlayer";
2913
- }>>;
2914
- examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2915
- ai: "ai";
2916
- none: "none";
2917
- "chat-sdk": "chat-sdk";
2918
- "tanstack-showcase": "tanstack-showcase";
2734
+ "tanstack-router": "tanstack-router";
2735
+ "react-router": "react-router";
2736
+ "react-vite": "react-vite";
2737
+ "vanilla-vite": "vanilla-vite";
2738
+ vue: "vue";
2739
+ "tanstack-start": "tanstack-start";
2740
+ next: "next";
2741
+ vinext: "vinext";
2742
+ nuxt: "nuxt";
2743
+ "native-bare": "native-bare";
2744
+ "native-uniwind": "native-uniwind";
2745
+ "native-unistyles": "native-unistyles";
2746
+ svelte: "svelte";
2747
+ solid: "solid";
2748
+ "solid-start": "solid-start";
2749
+ astro: "astro";
2750
+ qwik: "qwik";
2751
+ angular: "angular";
2752
+ redwood: "redwood";
2753
+ fresh: "fresh";
2919
2754
  }>>>;
2920
- packageManager: z.ZodOptional<z.ZodEnum<{
2921
- bun: "bun";
2922
- npm: "npm";
2923
- pnpm: "pnpm";
2924
- yarn: "yarn";
2925
- }>>;
2926
- ecosystem: z.ZodOptional<z.ZodEnum<{
2927
- typescript: "typescript";
2928
- "react-native": "react-native";
2929
- rust: "rust";
2930
- python: "python";
2931
- go: "go";
2932
- java: "java";
2933
- elixir: "elixir";
2934
- dotnet: "dotnet";
2935
- }>>;
2936
- dryRun: z.ZodOptional<z.ZodBoolean>;
2937
2755
  addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2938
2756
  none: "none";
2939
2757
  pwa: "pwa";
@@ -2942,6 +2760,8 @@ declare const AddInputSchema: z.ZodObject<{
2942
2760
  biome: "biome";
2943
2761
  lefthook: "lefthook";
2944
2762
  husky: "husky";
2763
+ knip: "knip";
2764
+ gitleaks: "gitleaks";
2945
2765
  ruler: "ruler";
2946
2766
  mcp: "mcp";
2947
2767
  skills: "skills";
@@ -2963,6 +2783,7 @@ declare const AddInputSchema: z.ZodObject<{
2963
2783
  "backend-utils": "backend-utils";
2964
2784
  devcontainer: "devcontainer";
2965
2785
  "docker-compose": "docker-compose";
2786
+ kong: "kong";
2966
2787
  "github-actions": "github-actions";
2967
2788
  eslint: "eslint";
2968
2789
  prettier: "prettier";
@@ -2974,6 +2795,18 @@ declare const AddInputSchema: z.ZodObject<{
2974
2795
  electron: "electron";
2975
2796
  capacitor: "capacitor";
2976
2797
  }>>>;
2798
+ examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2799
+ none: "none";
2800
+ ai: "ai";
2801
+ "chat-sdk": "chat-sdk";
2802
+ "tanstack-showcase": "tanstack-showcase";
2803
+ }>>>;
2804
+ packageManager: z.ZodOptional<z.ZodEnum<{
2805
+ bun: "bun";
2806
+ npm: "npm";
2807
+ pnpm: "pnpm";
2808
+ yarn: "yarn";
2809
+ }>>;
2977
2810
  workspaceShape: z.ZodOptional<z.ZodEnum<{
2978
2811
  monorepo: "monorepo";
2979
2812
  "single-app": "single-app";
@@ -2984,6 +2817,49 @@ declare const AddInputSchema: z.ZodObject<{
2984
2817
  beta: "beta";
2985
2818
  }>>;
2986
2819
  install: z.ZodOptional<z.ZodBoolean>;
2820
+ dbSetup: z.ZodOptional<z.ZodEnum<{
2821
+ none: "none";
2822
+ turso: "turso";
2823
+ neon: "neon";
2824
+ "prisma-postgres": "prisma-postgres";
2825
+ planetscale: "planetscale";
2826
+ "mongodb-atlas": "mongodb-atlas";
2827
+ supabase: "supabase";
2828
+ upstash: "upstash";
2829
+ d1: "d1";
2830
+ docker: "docker";
2831
+ }>>;
2832
+ backend: z.ZodOptional<z.ZodEnum<{
2833
+ none: "none";
2834
+ hono: "hono";
2835
+ express: "express";
2836
+ fastify: "fastify";
2837
+ elysia: "elysia";
2838
+ fets: "fets";
2839
+ effect: "effect";
2840
+ nestjs: "nestjs";
2841
+ adonisjs: "adonisjs";
2842
+ nitro: "nitro";
2843
+ encore: "encore";
2844
+ convex: "convex";
2845
+ self: "self";
2846
+ }>>;
2847
+ runtime: z.ZodOptional<z.ZodEnum<{
2848
+ none: "none";
2849
+ bun: "bun";
2850
+ node: "node";
2851
+ workers: "workers";
2852
+ }>>;
2853
+ api: z.ZodOptional<z.ZodEnum<{
2854
+ none: "none";
2855
+ trpc: "trpc";
2856
+ orpc: "orpc";
2857
+ "ts-rest": "ts-rest";
2858
+ garph: "garph";
2859
+ "graphql-yoga": "graphql-yoga";
2860
+ "apollo-server": "apollo-server";
2861
+ openapi: "openapi";
2862
+ }>>;
2987
2863
  webDeploy: z.ZodOptional<z.ZodEnum<{
2988
2864
  none: "none";
2989
2865
  docker: "docker";
@@ -3013,6 +2889,47 @@ declare const AddInputSchema: z.ZodObject<{
3013
2889
  solid: "solid";
3014
2890
  react: "react";
3015
2891
  }>>;
2892
+ stateManagement: z.ZodOptional<z.ZodEnum<{
2893
+ none: "none";
2894
+ zustand: "zustand";
2895
+ jotai: "jotai";
2896
+ nanostores: "nanostores";
2897
+ "redux-toolkit": "redux-toolkit";
2898
+ mobx: "mobx";
2899
+ xstate: "xstate";
2900
+ valtio: "valtio";
2901
+ "tanstack-store": "tanstack-store";
2902
+ "legend-state": "legend-state";
2903
+ }>>;
2904
+ forms: z.ZodOptional<z.ZodEnum<{
2905
+ none: "none";
2906
+ "tanstack-form": "tanstack-form";
2907
+ "react-hook-form": "react-hook-form";
2908
+ formik: "formik";
2909
+ "final-form": "final-form";
2910
+ conform: "conform";
2911
+ "modular-forms": "modular-forms";
2912
+ }>>;
2913
+ testing: z.ZodOptional<z.ZodEnum<{
2914
+ none: "none";
2915
+ vitest: "vitest";
2916
+ playwright: "playwright";
2917
+ "vitest-playwright": "vitest-playwright";
2918
+ jest: "jest";
2919
+ mocha: "mocha";
2920
+ cypress: "cypress";
2921
+ }>>;
2922
+ email: z.ZodOptional<z.ZodEnum<{
2923
+ none: "none";
2924
+ "react-email": "react-email";
2925
+ resend: "resend";
2926
+ nodemailer: "nodemailer";
2927
+ postmark: "postmark";
2928
+ sendgrid: "sendgrid";
2929
+ "aws-ses": "aws-ses";
2930
+ mailgun: "mailgun";
2931
+ plunk: "plunk";
2932
+ }>>;
3016
2933
  cssFramework: z.ZodOptional<z.ZodEnum<{
3017
2934
  none: "none";
3018
2935
  tailwind: "tailwind";
@@ -3103,12 +3020,142 @@ declare const AddInputSchema: z.ZodObject<{
3103
3020
  "jetbrains-mono": "jetbrains-mono";
3104
3021
  "geist-mono": "geist-mono";
3105
3022
  }>>;
3106
- shadcnRadius: z.ZodOptional<z.ZodEnum<{
3107
- default: "default";
3023
+ shadcnRadius: z.ZodOptional<z.ZodEnum<{
3024
+ none: "none";
3025
+ default: "default";
3026
+ small: "small";
3027
+ medium: "medium";
3028
+ large: "large";
3029
+ }>>;
3030
+ validation: z.ZodOptional<z.ZodEnum<{
3031
+ none: "none";
3032
+ zod: "zod";
3033
+ valibot: "valibot";
3034
+ arktype: "arktype";
3035
+ typebox: "typebox";
3036
+ typia: "typia";
3037
+ runtypes: "runtypes";
3038
+ "effect-schema": "effect-schema";
3039
+ }>>;
3040
+ realtime: z.ZodOptional<z.ZodEnum<{
3041
+ none: "none";
3042
+ "socket-io": "socket-io";
3043
+ ws: "ws";
3044
+ partykit: "partykit";
3045
+ ably: "ably";
3046
+ pusher: "pusher";
3047
+ liveblocks: "liveblocks";
3048
+ yjs: "yjs";
3049
+ }>>;
3050
+ jobQueue: z.ZodOptional<z.ZodEnum<{
3051
+ none: "none";
3052
+ bullmq: "bullmq";
3053
+ "trigger-dev": "trigger-dev";
3054
+ inngest: "inngest";
3055
+ temporal: "temporal";
3056
+ }>>;
3057
+ animation: z.ZodOptional<z.ZodEnum<{
3058
+ none: "none";
3059
+ "framer-motion": "framer-motion";
3060
+ gsap: "gsap";
3061
+ "react-spring": "react-spring";
3062
+ "auto-animate": "auto-animate";
3063
+ lottie: "lottie";
3064
+ }>>;
3065
+ fileUpload: z.ZodOptional<z.ZodEnum<{
3066
+ none: "none";
3067
+ uploadthing: "uploadthing";
3068
+ filepond: "filepond";
3069
+ uppy: "uppy";
3070
+ }>>;
3071
+ logging: z.ZodOptional<z.ZodEnum<{
3072
+ none: "none";
3073
+ pino: "pino";
3074
+ winston: "winston";
3075
+ evlog: "evlog";
3076
+ }>>;
3077
+ observability: z.ZodOptional<z.ZodEnum<{
3078
+ none: "none";
3079
+ opentelemetry: "opentelemetry";
3080
+ signoz: "signoz";
3081
+ sentry: "sentry";
3082
+ grafana: "grafana";
3083
+ datadog: "datadog";
3084
+ axiom: "axiom";
3085
+ betterstack: "betterstack";
3086
+ }>>;
3087
+ featureFlags: z.ZodOptional<z.ZodEnum<{
3088
+ none: "none";
3089
+ growthbook: "growthbook";
3090
+ posthog: "posthog";
3091
+ launchdarkly: "launchdarkly";
3092
+ flagsmith: "flagsmith";
3093
+ unleash: "unleash";
3094
+ }>>;
3095
+ integrations: z.ZodOptional<z.ZodEnum<{
3096
+ none: "none";
3097
+ nango: "nango";
3098
+ }>>;
3099
+ ecommerce: z.ZodOptional<z.ZodEnum<{
3100
+ none: "none";
3101
+ medusa: "medusa";
3102
+ }>>;
3103
+ analytics: z.ZodOptional<z.ZodEnum<{
3104
+ none: "none";
3105
+ posthog: "posthog";
3106
+ plausible: "plausible";
3107
+ umami: "umami";
3108
+ ga4: "ga4";
3109
+ }>>;
3110
+ cms: z.ZodOptional<z.ZodEnum<{
3111
+ none: "none";
3112
+ payload: "payload";
3113
+ sanity: "sanity";
3114
+ strapi: "strapi";
3115
+ tinacms: "tinacms";
3116
+ directus: "directus";
3117
+ keystatic: "keystatic";
3118
+ contentful: "contentful";
3119
+ }>>;
3120
+ caching: z.ZodOptional<z.ZodEnum<{
3121
+ none: "none";
3122
+ redis: "redis";
3123
+ "upstash-redis": "upstash-redis";
3124
+ }>>;
3125
+ rateLimit: z.ZodOptional<z.ZodEnum<{
3126
+ none: "none";
3127
+ arcjet: "arcjet";
3128
+ "upstash-ratelimit": "upstash-ratelimit";
3129
+ }>>;
3130
+ i18n: z.ZodOptional<z.ZodEnum<{
3131
+ none: "none";
3132
+ paraglide: "paraglide";
3133
+ i18next: "i18next";
3134
+ "next-intl": "next-intl";
3135
+ intlayer: "intlayer";
3136
+ }>>;
3137
+ search: z.ZodOptional<z.ZodEnum<{
3138
+ none: "none";
3139
+ meilisearch: "meilisearch";
3140
+ typesense: "typesense";
3141
+ elasticsearch: "elasticsearch";
3142
+ opensearch: "opensearch";
3143
+ algolia: "algolia";
3144
+ bleve: "bleve";
3145
+ }>>;
3146
+ vectorDb: z.ZodOptional<z.ZodEnum<{
3147
+ none: "none";
3148
+ pgvector: "pgvector";
3149
+ qdrant: "qdrant";
3150
+ chroma: "chroma";
3151
+ pinecone: "pinecone";
3152
+ }>>;
3153
+ fileStorage: z.ZodOptional<z.ZodEnum<{
3108
3154
  none: "none";
3109
- small: "small";
3110
- medium: "medium";
3111
- large: "large";
3155
+ s3: "s3";
3156
+ r2: "r2";
3157
+ cloudinary: "cloudinary";
3158
+ "supabase-storage": "supabase-storage";
3112
3159
  }>>;
3113
3160
  mobileNavigation: z.ZodOptional<z.ZodEnum<{
3114
3161
  none: "none";
@@ -3117,9 +3164,9 @@ declare const AddInputSchema: z.ZodObject<{
3117
3164
  }>>;
3118
3165
  mobileUI: z.ZodOptional<z.ZodEnum<{
3119
3166
  none: "none";
3167
+ uniwind: "uniwind";
3120
3168
  tamagui: "tamagui";
3121
3169
  "gluestack-ui": "gluestack-ui";
3122
- uniwind: "uniwind";
3123
3170
  unistyles: "unistyles";
3124
3171
  }>>;
3125
3172
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -3204,12 +3251,12 @@ declare const AddInputSchema: z.ZodObject<{
3204
3251
  ratatui: "ratatui";
3205
3252
  }>>;
3206
3253
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3207
- config: "config";
3208
3254
  none: "none";
3209
3255
  serde: "serde";
3210
3256
  uuid: "uuid";
3211
3257
  chrono: "chrono";
3212
3258
  reqwest: "reqwest";
3259
+ config: "config";
3213
3260
  dashmap: "dashmap";
3214
3261
  "parking-lot": "parking-lot";
3215
3262
  secrecy: "secrecy";
@@ -3363,6 +3410,7 @@ declare const AddInputSchema: z.ZodObject<{
3363
3410
  pythonObservability: z.ZodOptional<z.ZodEnum<{
3364
3411
  none: "none";
3365
3412
  opentelemetry: "opentelemetry";
3413
+ signoz: "signoz";
3366
3414
  "prometheus-client": "prometheus-client";
3367
3415
  }>>;
3368
3416
  pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -3482,6 +3530,7 @@ declare const AddInputSchema: z.ZodObject<{
3482
3530
  goObservability: z.ZodOptional<z.ZodEnum<{
3483
3531
  none: "none";
3484
3532
  opentelemetry: "opentelemetry";
3533
+ signoz: "signoz";
3485
3534
  prometheus: "prometheus";
3486
3535
  }>>;
3487
3536
  goValidation: z.ZodOptional<z.ZodEnum<{
@@ -3823,11 +3872,11 @@ declare const CLIInputSchema: z.ZodObject<{
3823
3872
  projectName: z.ZodOptional<z.ZodString>;
3824
3873
  template: z.ZodOptional<z.ZodEnum<{
3825
3874
  none: "none";
3826
- uniwind: "uniwind";
3827
3875
  mern: "mern";
3828
3876
  pern: "pern";
3829
3877
  t3: "t3";
3830
3878
  saas: "saas";
3879
+ uniwind: "uniwind";
3831
3880
  }>>;
3832
3881
  yes: z.ZodOptional<z.ZodBoolean>;
3833
3882
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -3889,6 +3938,7 @@ declare const CLIInputSchema: z.ZodObject<{
3889
3938
  creem: "creem";
3890
3939
  autumn: "autumn";
3891
3940
  commet: "commet";
3941
+ xendit: "xendit";
3892
3942
  }>>;
3893
3943
  frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3894
3944
  none: "none";
@@ -3921,6 +3971,8 @@ declare const CLIInputSchema: z.ZodObject<{
3921
3971
  biome: "biome";
3922
3972
  lefthook: "lefthook";
3923
3973
  husky: "husky";
3974
+ knip: "knip";
3975
+ gitleaks: "gitleaks";
3924
3976
  ruler: "ruler";
3925
3977
  mcp: "mcp";
3926
3978
  skills: "skills";
@@ -3942,6 +3994,7 @@ declare const CLIInputSchema: z.ZodObject<{
3942
3994
  "backend-utils": "backend-utils";
3943
3995
  devcontainer: "devcontainer";
3944
3996
  "docker-compose": "docker-compose";
3997
+ kong: "kong";
3945
3998
  "github-actions": "github-actions";
3946
3999
  eslint: "eslint";
3947
4000
  prettier: "prettier";
@@ -3954,8 +4007,8 @@ declare const CLIInputSchema: z.ZodObject<{
3954
4007
  capacitor: "capacitor";
3955
4008
  }>>>;
3956
4009
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3957
- ai: "ai";
3958
4010
  none: "none";
4011
+ ai: "ai";
3959
4012
  "chat-sdk": "chat-sdk";
3960
4013
  "tanstack-showcase": "tanstack-showcase";
3961
4014
  }>>>;
@@ -3989,13 +4042,13 @@ declare const CLIInputSchema: z.ZodObject<{
3989
4042
  docker: "docker";
3990
4043
  }>>;
3991
4044
  backend: z.ZodOptional<z.ZodEnum<{
3992
- effect: "effect";
3993
4045
  none: "none";
3994
4046
  hono: "hono";
3995
4047
  express: "express";
3996
4048
  fastify: "fastify";
3997
4049
  elysia: "elysia";
3998
4050
  fets: "fets";
4051
+ effect: "effect";
3999
4052
  nestjs: "nestjs";
4000
4053
  adonisjs: "adonisjs";
4001
4054
  nitro: "nitro";
@@ -4042,10 +4095,10 @@ declare const CLIInputSchema: z.ZodObject<{
4042
4095
  vercel: "vercel";
4043
4096
  }>>;
4044
4097
  directoryConflict: z.ZodOptional<z.ZodEnum<{
4045
- error: "error";
4046
4098
  merge: "merge";
4047
4099
  overwrite: "overwrite";
4048
4100
  increment: "increment";
4101
+ error: "error";
4049
4102
  }>>;
4050
4103
  renderTitle: z.ZodOptional<z.ZodBoolean>;
4051
4104
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -4074,8 +4127,8 @@ declare const CLIInputSchema: z.ZodObject<{
4074
4127
  "ai-cli": "ai-cli";
4075
4128
  }>>;
4076
4129
  effect: z.ZodOptional<z.ZodEnum<{
4077
- effect: "effect";
4078
4130
  none: "none";
4131
+ effect: "effect";
4079
4132
  "effect-full": "effect-full";
4080
4133
  }>>;
4081
4134
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -4210,8 +4263,8 @@ declare const CLIInputSchema: z.ZodObject<{
4210
4263
  "geist-mono": "geist-mono";
4211
4264
  }>>;
4212
4265
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4213
- default: "default";
4214
4266
  none: "none";
4267
+ default: "default";
4215
4268
  small: "small";
4216
4269
  medium: "medium";
4217
4270
  large: "large";
@@ -4266,6 +4319,7 @@ declare const CLIInputSchema: z.ZodObject<{
4266
4319
  observability: z.ZodOptional<z.ZodEnum<{
4267
4320
  none: "none";
4268
4321
  opentelemetry: "opentelemetry";
4322
+ signoz: "signoz";
4269
4323
  sentry: "sentry";
4270
4324
  grafana: "grafana";
4271
4325
  datadog: "datadog";
@@ -4280,6 +4334,14 @@ declare const CLIInputSchema: z.ZodObject<{
4280
4334
  flagsmith: "flagsmith";
4281
4335
  unleash: "unleash";
4282
4336
  }>>;
4337
+ integrations: z.ZodOptional<z.ZodEnum<{
4338
+ none: "none";
4339
+ nango: "nango";
4340
+ }>>;
4341
+ ecommerce: z.ZodOptional<z.ZodEnum<{
4342
+ none: "none";
4343
+ medusa: "medusa";
4344
+ }>>;
4283
4345
  analytics: z.ZodOptional<z.ZodEnum<{
4284
4346
  none: "none";
4285
4347
  posthog: "posthog";
@@ -4344,9 +4406,9 @@ declare const CLIInputSchema: z.ZodObject<{
4344
4406
  }>>;
4345
4407
  mobileUI: z.ZodOptional<z.ZodEnum<{
4346
4408
  none: "none";
4409
+ uniwind: "uniwind";
4347
4410
  tamagui: "tamagui";
4348
4411
  "gluestack-ui": "gluestack-ui";
4349
- uniwind: "uniwind";
4350
4412
  unistyles: "unistyles";
4351
4413
  }>>;
4352
4414
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -4431,12 +4493,12 @@ declare const CLIInputSchema: z.ZodObject<{
4431
4493
  ratatui: "ratatui";
4432
4494
  }>>;
4433
4495
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4434
- config: "config";
4435
4496
  none: "none";
4436
4497
  serde: "serde";
4437
4498
  uuid: "uuid";
4438
4499
  chrono: "chrono";
4439
4500
  reqwest: "reqwest";
4501
+ config: "config";
4440
4502
  dashmap: "dashmap";
4441
4503
  "parking-lot": "parking-lot";
4442
4504
  secrecy: "secrecy";
@@ -4590,6 +4652,7 @@ declare const CLIInputSchema: z.ZodObject<{
4590
4652
  pythonObservability: z.ZodOptional<z.ZodEnum<{
4591
4653
  none: "none";
4592
4654
  opentelemetry: "opentelemetry";
4655
+ signoz: "signoz";
4593
4656
  "prometheus-client": "prometheus-client";
4594
4657
  }>>;
4595
4658
  pythonCli: z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -4709,6 +4772,7 @@ declare const CLIInputSchema: z.ZodObject<{
4709
4772
  goObservability: z.ZodOptional<z.ZodEnum<{
4710
4773
  none: "none";
4711
4774
  opentelemetry: "opentelemetry";
4775
+ signoz: "signoz";
4712
4776
  prometheus: "prometheus";
4713
4777
  }>>;
4714
4778
  goValidation: z.ZodOptional<z.ZodEnum<{
@@ -5079,13 +5143,13 @@ declare const ProjectConfigSchema: z.ZodObject<{
5079
5143
  sequelize: "sequelize";
5080
5144
  }>;
5081
5145
  backend: z.ZodEnum<{
5082
- effect: "effect";
5083
5146
  none: "none";
5084
5147
  hono: "hono";
5085
5148
  express: "express";
5086
5149
  fastify: "fastify";
5087
5150
  elysia: "elysia";
5088
5151
  fets: "fets";
5152
+ effect: "effect";
5089
5153
  nestjs: "nestjs";
5090
5154
  adonisjs: "adonisjs";
5091
5155
  nitro: "nitro";
@@ -5130,6 +5194,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5130
5194
  biome: "biome";
5131
5195
  lefthook: "lefthook";
5132
5196
  husky: "husky";
5197
+ knip: "knip";
5198
+ gitleaks: "gitleaks";
5133
5199
  ruler: "ruler";
5134
5200
  mcp: "mcp";
5135
5201
  skills: "skills";
@@ -5151,6 +5217,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
5151
5217
  "backend-utils": "backend-utils";
5152
5218
  devcontainer: "devcontainer";
5153
5219
  "docker-compose": "docker-compose";
5220
+ kong: "kong";
5154
5221
  "github-actions": "github-actions";
5155
5222
  eslint: "eslint";
5156
5223
  prettier: "prettier";
@@ -5163,8 +5230,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5163
5230
  capacitor: "capacitor";
5164
5231
  }>>;
5165
5232
  examples: z.ZodArray<z.ZodEnum<{
5166
- ai: "ai";
5167
5233
  none: "none";
5234
+ ai: "ai";
5168
5235
  "chat-sdk": "chat-sdk";
5169
5236
  "tanstack-showcase": "tanstack-showcase";
5170
5237
  }>>;
@@ -5194,6 +5261,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
5194
5261
  creem: "creem";
5195
5262
  autumn: "autumn";
5196
5263
  commet: "commet";
5264
+ xendit: "xendit";
5197
5265
  }>;
5198
5266
  git: z.ZodBoolean;
5199
5267
  packageManager: z.ZodEnum<{
@@ -5280,8 +5348,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5280
5348
  "ai-cli": "ai-cli";
5281
5349
  }>;
5282
5350
  effect: z.ZodEnum<{
5283
- effect: "effect";
5284
5351
  none: "none";
5352
+ effect: "effect";
5285
5353
  "effect-full": "effect-full";
5286
5354
  }>;
5287
5355
  stateManagement: z.ZodEnum<{
@@ -5416,8 +5484,8 @@ declare const ProjectConfigSchema: z.ZodObject<{
5416
5484
  "geist-mono": "geist-mono";
5417
5485
  }>>;
5418
5486
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
5419
- default: "default";
5420
5487
  none: "none";
5488
+ default: "default";
5421
5489
  small: "small";
5422
5490
  medium: "medium";
5423
5491
  large: "large";
@@ -5472,6 +5540,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
5472
5540
  observability: z.ZodEnum<{
5473
5541
  none: "none";
5474
5542
  opentelemetry: "opentelemetry";
5543
+ signoz: "signoz";
5475
5544
  sentry: "sentry";
5476
5545
  grafana: "grafana";
5477
5546
  datadog: "datadog";
@@ -5486,6 +5555,14 @@ declare const ProjectConfigSchema: z.ZodObject<{
5486
5555
  flagsmith: "flagsmith";
5487
5556
  unleash: "unleash";
5488
5557
  }>;
5558
+ integrations: z.ZodDefault<z.ZodEnum<{
5559
+ none: "none";
5560
+ nango: "nango";
5561
+ }>>;
5562
+ ecommerce: z.ZodDefault<z.ZodEnum<{
5563
+ none: "none";
5564
+ medusa: "medusa";
5565
+ }>>;
5489
5566
  analytics: z.ZodEnum<{
5490
5567
  none: "none";
5491
5568
  posthog: "posthog";
@@ -5550,9 +5627,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
5550
5627
  }>;
5551
5628
  mobileUI: z.ZodEnum<{
5552
5629
  none: "none";
5630
+ uniwind: "uniwind";
5553
5631
  tamagui: "tamagui";
5554
5632
  "gluestack-ui": "gluestack-ui";
5555
- uniwind: "uniwind";
5556
5633
  unistyles: "unistyles";
5557
5634
  }>;
5558
5635
  mobileStorage: z.ZodEnum<{
@@ -5637,12 +5714,12 @@ declare const ProjectConfigSchema: z.ZodObject<{
5637
5714
  ratatui: "ratatui";
5638
5715
  }>;
5639
5716
  rustLibraries: z.ZodArray<z.ZodEnum<{
5640
- config: "config";
5641
5717
  none: "none";
5642
5718
  serde: "serde";
5643
5719
  uuid: "uuid";
5644
5720
  chrono: "chrono";
5645
5721
  reqwest: "reqwest";
5722
+ config: "config";
5646
5723
  dashmap: "dashmap";
5647
5724
  "parking-lot": "parking-lot";
5648
5725
  secrecy: "secrecy";
@@ -5796,6 +5873,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
5796
5873
  pythonObservability: z.ZodEnum<{
5797
5874
  none: "none";
5798
5875
  opentelemetry: "opentelemetry";
5876
+ signoz: "signoz";
5799
5877
  "prometheus-client": "prometheus-client";
5800
5878
  }>;
5801
5879
  pythonCli: z.ZodArray<z.ZodEnum<{
@@ -5915,6 +5993,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
5915
5993
  goObservability: z.ZodEnum<{
5916
5994
  none: "none";
5917
5995
  opentelemetry: "opentelemetry";
5996
+ signoz: "signoz";
5918
5997
  prometheus: "prometheus";
5919
5998
  }>;
5920
5999
  goValidation: z.ZodEnum<{
@@ -6251,67 +6330,69 @@ declare const ProjectConfigSchema: z.ZodObject<{
6251
6330
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6252
6331
  id: z.ZodString;
6253
6332
  role: z.ZodEnum<{
6254
- push: "push";
6255
- frontend: "frontend";
6256
- backend: "backend";
6257
- mobile: "mobile";
6333
+ effect: "effect";
6334
+ ai: "ai";
6258
6335
  database: "database";
6259
- api: "api";
6260
- graphql: "graphql";
6261
6336
  orm: "orm";
6262
6337
  auth: "auth";
6263
- runtime: "runtime";
6264
- deploy: "deploy";
6338
+ payments: "payments";
6339
+ frontend: "frontend";
6340
+ examples: "examples";
6341
+ packageManager: "packageManager";
6265
6342
  dbSetup: "dbSetup";
6266
- migrations: "migrations";
6343
+ backend: "backend";
6344
+ runtime: "runtime";
6345
+ api: "api";
6346
+ stateManagement: "stateManagement";
6347
+ forms: "forms";
6348
+ testing: "testing";
6349
+ email: "email";
6350
+ validation: "validation";
6267
6351
  realtime: "realtime";
6268
- navigation: "navigation";
6269
- caching: "caching";
6352
+ jobQueue: "jobQueue";
6353
+ animation: "animation";
6354
+ fileUpload: "fileUpload";
6355
+ logging: "logging";
6270
6356
  observability: "observability";
6271
- email: "email";
6357
+ featureFlags: "featureFlags";
6358
+ integrations: "integrations";
6359
+ ecommerce: "ecommerce";
6360
+ analytics: "analytics";
6361
+ cms: "cms";
6362
+ caching: "caching";
6363
+ rateLimit: "rateLimit";
6364
+ i18n: "i18n";
6272
6365
  search: "search";
6273
6366
  vectorDb: "vectorDb";
6274
6367
  fileStorage: "fileStorage";
6275
- jobQueue: "jobQueue";
6276
- rateLimit: "rateLimit";
6277
- testing: "testing";
6278
- stateManagement: "stateManagement";
6279
- forms: "forms";
6280
- animation: "animation";
6281
- fileUpload: "fileUpload";
6282
- validation: "validation";
6283
- effect: "effect";
6368
+ config: "config";
6369
+ mobile: "mobile";
6370
+ graphql: "graphql";
6371
+ deploy: "deploy";
6372
+ migrations: "migrations";
6373
+ navigation: "navigation";
6284
6374
  ui: "ui";
6285
6375
  css: "css";
6286
6376
  storage: "storage";
6377
+ push: "push";
6287
6378
  ota: "ota";
6288
6379
  deepLinking: "deepLinking";
6289
- ai: "ai";
6290
- payments: "payments";
6291
- logging: "logging";
6292
- featureFlags: "featureFlags";
6293
- analytics: "analytics";
6294
- cms: "cms";
6295
- i18n: "i18n";
6296
6380
  documentation: "documentation";
6297
6381
  codeQuality: "codeQuality";
6298
6382
  appPlatform: "appPlatform";
6299
6383
  dataFetching: "dataFetching";
6300
6384
  workspaceTooling: "workspaceTooling";
6301
- examples: "examples";
6302
6385
  language: "language";
6303
6386
  buildTool: "buildTool";
6304
6387
  cli: "cli";
6305
6388
  errorHandling: "errorHandling";
6306
6389
  httpClient: "httpClient";
6307
6390
  libraries: "libraries";
6308
- config: "config";
6309
6391
  templating: "templating";
6310
6392
  cloudSdk: "cloudSdk";
6311
6393
  data: "data";
6312
6394
  media: "media";
6313
6395
  server: "server";
6314
- packageManager: "packageManager";
6315
6396
  messageQueue: "messageQueue";
6316
6397
  }>;
6317
6398
  toolId: z.ZodString;
@@ -6373,13 +6454,13 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6373
6454
  sequelize: "sequelize";
6374
6455
  }>;
6375
6456
  backend: z.ZodEnum<{
6376
- effect: "effect";
6377
6457
  none: "none";
6378
6458
  hono: "hono";
6379
6459
  express: "express";
6380
6460
  fastify: "fastify";
6381
6461
  elysia: "elysia";
6382
6462
  fets: "fets";
6463
+ effect: "effect";
6383
6464
  nestjs: "nestjs";
6384
6465
  adonisjs: "adonisjs";
6385
6466
  nitro: "nitro";
@@ -6424,6 +6505,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6424
6505
  biome: "biome";
6425
6506
  lefthook: "lefthook";
6426
6507
  husky: "husky";
6508
+ knip: "knip";
6509
+ gitleaks: "gitleaks";
6427
6510
  ruler: "ruler";
6428
6511
  mcp: "mcp";
6429
6512
  skills: "skills";
@@ -6445,6 +6528,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6445
6528
  "backend-utils": "backend-utils";
6446
6529
  devcontainer: "devcontainer";
6447
6530
  "docker-compose": "docker-compose";
6531
+ kong: "kong";
6448
6532
  "github-actions": "github-actions";
6449
6533
  eslint: "eslint";
6450
6534
  prettier: "prettier";
@@ -6457,8 +6541,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6457
6541
  capacitor: "capacitor";
6458
6542
  }>>;
6459
6543
  examples: z.ZodArray<z.ZodEnum<{
6460
- ai: "ai";
6461
6544
  none: "none";
6545
+ ai: "ai";
6462
6546
  "chat-sdk": "chat-sdk";
6463
6547
  "tanstack-showcase": "tanstack-showcase";
6464
6548
  }>>;
@@ -6488,6 +6572,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6488
6572
  creem: "creem";
6489
6573
  autumn: "autumn";
6490
6574
  commet: "commet";
6575
+ xendit: "xendit";
6491
6576
  }>;
6492
6577
  packageManager: z.ZodEnum<{
6493
6578
  bun: "bun";
@@ -6572,8 +6657,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6572
6657
  "ai-cli": "ai-cli";
6573
6658
  }>;
6574
6659
  effect: z.ZodEnum<{
6575
- effect: "effect";
6576
6660
  none: "none";
6661
+ effect: "effect";
6577
6662
  "effect-full": "effect-full";
6578
6663
  }>;
6579
6664
  stateManagement: z.ZodEnum<{
@@ -6708,8 +6793,8 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6708
6793
  "geist-mono": "geist-mono";
6709
6794
  }>>;
6710
6795
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
6711
- default: "default";
6712
6796
  none: "none";
6797
+ default: "default";
6713
6798
  small: "small";
6714
6799
  medium: "medium";
6715
6800
  large: "large";
@@ -6764,6 +6849,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6764
6849
  observability: z.ZodEnum<{
6765
6850
  none: "none";
6766
6851
  opentelemetry: "opentelemetry";
6852
+ signoz: "signoz";
6767
6853
  sentry: "sentry";
6768
6854
  grafana: "grafana";
6769
6855
  datadog: "datadog";
@@ -6778,6 +6864,14 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6778
6864
  flagsmith: "flagsmith";
6779
6865
  unleash: "unleash";
6780
6866
  }>;
6867
+ integrations: z.ZodDefault<z.ZodEnum<{
6868
+ none: "none";
6869
+ nango: "nango";
6870
+ }>>;
6871
+ ecommerce: z.ZodDefault<z.ZodEnum<{
6872
+ none: "none";
6873
+ medusa: "medusa";
6874
+ }>>;
6781
6875
  analytics: z.ZodEnum<{
6782
6876
  none: "none";
6783
6877
  posthog: "posthog";
@@ -6842,9 +6936,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6842
6936
  }>;
6843
6937
  mobileUI: z.ZodEnum<{
6844
6938
  none: "none";
6939
+ uniwind: "uniwind";
6845
6940
  tamagui: "tamagui";
6846
6941
  "gluestack-ui": "gluestack-ui";
6847
- uniwind: "uniwind";
6848
6942
  unistyles: "unistyles";
6849
6943
  }>;
6850
6944
  mobileStorage: z.ZodEnum<{
@@ -6929,12 +7023,12 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
6929
7023
  ratatui: "ratatui";
6930
7024
  }>;
6931
7025
  rustLibraries: z.ZodArray<z.ZodEnum<{
6932
- config: "config";
6933
7026
  none: "none";
6934
7027
  serde: "serde";
6935
7028
  uuid: "uuid";
6936
7029
  chrono: "chrono";
6937
7030
  reqwest: "reqwest";
7031
+ config: "config";
6938
7032
  dashmap: "dashmap";
6939
7033
  "parking-lot": "parking-lot";
6940
7034
  secrecy: "secrecy";
@@ -7088,6 +7182,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7088
7182
  pythonObservability: z.ZodEnum<{
7089
7183
  none: "none";
7090
7184
  opentelemetry: "opentelemetry";
7185
+ signoz: "signoz";
7091
7186
  "prometheus-client": "prometheus-client";
7092
7187
  }>;
7093
7188
  pythonCli: z.ZodArray<z.ZodEnum<{
@@ -7207,6 +7302,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7207
7302
  goObservability: z.ZodEnum<{
7208
7303
  none: "none";
7209
7304
  opentelemetry: "opentelemetry";
7305
+ signoz: "signoz";
7210
7306
  prometheus: "prometheus";
7211
7307
  }>;
7212
7308
  goValidation: z.ZodEnum<{
@@ -7543,67 +7639,69 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
7543
7639
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7544
7640
  id: z.ZodString;
7545
7641
  role: z.ZodEnum<{
7546
- push: "push";
7547
- frontend: "frontend";
7548
- backend: "backend";
7549
- mobile: "mobile";
7642
+ effect: "effect";
7643
+ ai: "ai";
7550
7644
  database: "database";
7551
- api: "api";
7552
- graphql: "graphql";
7553
7645
  orm: "orm";
7554
7646
  auth: "auth";
7555
- runtime: "runtime";
7556
- deploy: "deploy";
7647
+ payments: "payments";
7648
+ frontend: "frontend";
7649
+ examples: "examples";
7650
+ packageManager: "packageManager";
7557
7651
  dbSetup: "dbSetup";
7558
- migrations: "migrations";
7652
+ backend: "backend";
7653
+ runtime: "runtime";
7654
+ api: "api";
7655
+ stateManagement: "stateManagement";
7656
+ forms: "forms";
7657
+ testing: "testing";
7658
+ email: "email";
7659
+ validation: "validation";
7559
7660
  realtime: "realtime";
7560
- navigation: "navigation";
7561
- caching: "caching";
7661
+ jobQueue: "jobQueue";
7662
+ animation: "animation";
7663
+ fileUpload: "fileUpload";
7664
+ logging: "logging";
7562
7665
  observability: "observability";
7563
- email: "email";
7666
+ featureFlags: "featureFlags";
7667
+ integrations: "integrations";
7668
+ ecommerce: "ecommerce";
7669
+ analytics: "analytics";
7670
+ cms: "cms";
7671
+ caching: "caching";
7672
+ rateLimit: "rateLimit";
7673
+ i18n: "i18n";
7564
7674
  search: "search";
7565
7675
  vectorDb: "vectorDb";
7566
7676
  fileStorage: "fileStorage";
7567
- jobQueue: "jobQueue";
7568
- rateLimit: "rateLimit";
7569
- testing: "testing";
7570
- stateManagement: "stateManagement";
7571
- forms: "forms";
7572
- animation: "animation";
7573
- fileUpload: "fileUpload";
7574
- validation: "validation";
7575
- effect: "effect";
7677
+ config: "config";
7678
+ mobile: "mobile";
7679
+ graphql: "graphql";
7680
+ deploy: "deploy";
7681
+ migrations: "migrations";
7682
+ navigation: "navigation";
7576
7683
  ui: "ui";
7577
7684
  css: "css";
7578
7685
  storage: "storage";
7686
+ push: "push";
7579
7687
  ota: "ota";
7580
7688
  deepLinking: "deepLinking";
7581
- ai: "ai";
7582
- payments: "payments";
7583
- logging: "logging";
7584
- featureFlags: "featureFlags";
7585
- analytics: "analytics";
7586
- cms: "cms";
7587
- i18n: "i18n";
7588
7689
  documentation: "documentation";
7589
7690
  codeQuality: "codeQuality";
7590
7691
  appPlatform: "appPlatform";
7591
7692
  dataFetching: "dataFetching";
7592
7693
  workspaceTooling: "workspaceTooling";
7593
- examples: "examples";
7594
7694
  language: "language";
7595
7695
  buildTool: "buildTool";
7596
7696
  cli: "cli";
7597
7697
  errorHandling: "errorHandling";
7598
7698
  httpClient: "httpClient";
7599
7699
  libraries: "libraries";
7600
- config: "config";
7601
7700
  templating: "templating";
7602
7701
  cloudSdk: "cloudSdk";
7603
7702
  data: "data";
7604
7703
  media: "media";
7605
7704
  server: "server";
7606
- packageManager: "packageManager";
7607
7705
  messageQueue: "messageQueue";
7608
7706
  }>;
7609
7707
  toolId: z.ZodString;
@@ -7665,13 +7763,13 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7665
7763
  sequelize: "sequelize";
7666
7764
  }>;
7667
7765
  backend: z.ZodEnum<{
7668
- effect: "effect";
7669
7766
  none: "none";
7670
7767
  hono: "hono";
7671
7768
  express: "express";
7672
7769
  fastify: "fastify";
7673
7770
  elysia: "elysia";
7674
7771
  fets: "fets";
7772
+ effect: "effect";
7675
7773
  nestjs: "nestjs";
7676
7774
  adonisjs: "adonisjs";
7677
7775
  nitro: "nitro";
@@ -7716,6 +7814,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7716
7814
  biome: "biome";
7717
7815
  lefthook: "lefthook";
7718
7816
  husky: "husky";
7817
+ knip: "knip";
7818
+ gitleaks: "gitleaks";
7719
7819
  ruler: "ruler";
7720
7820
  mcp: "mcp";
7721
7821
  skills: "skills";
@@ -7737,6 +7837,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7737
7837
  "backend-utils": "backend-utils";
7738
7838
  devcontainer: "devcontainer";
7739
7839
  "docker-compose": "docker-compose";
7840
+ kong: "kong";
7740
7841
  "github-actions": "github-actions";
7741
7842
  eslint: "eslint";
7742
7843
  prettier: "prettier";
@@ -7749,8 +7850,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7749
7850
  capacitor: "capacitor";
7750
7851
  }>>;
7751
7852
  examples: z.ZodArray<z.ZodEnum<{
7752
- ai: "ai";
7753
7853
  none: "none";
7854
+ ai: "ai";
7754
7855
  "chat-sdk": "chat-sdk";
7755
7856
  "tanstack-showcase": "tanstack-showcase";
7756
7857
  }>>;
@@ -7780,6 +7881,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7780
7881
  creem: "creem";
7781
7882
  autumn: "autumn";
7782
7883
  commet: "commet";
7884
+ xendit: "xendit";
7783
7885
  }>;
7784
7886
  packageManager: z.ZodEnum<{
7785
7887
  bun: "bun";
@@ -7864,8 +7966,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
7864
7966
  "ai-cli": "ai-cli";
7865
7967
  }>;
7866
7968
  effect: z.ZodEnum<{
7867
- effect: "effect";
7868
7969
  none: "none";
7970
+ effect: "effect";
7869
7971
  "effect-full": "effect-full";
7870
7972
  }>;
7871
7973
  stateManagement: z.ZodEnum<{
@@ -8000,8 +8102,8 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8000
8102
  "geist-mono": "geist-mono";
8001
8103
  }>>;
8002
8104
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
8003
- default: "default";
8004
8105
  none: "none";
8106
+ default: "default";
8005
8107
  small: "small";
8006
8108
  medium: "medium";
8007
8109
  large: "large";
@@ -8056,6 +8158,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8056
8158
  observability: z.ZodEnum<{
8057
8159
  none: "none";
8058
8160
  opentelemetry: "opentelemetry";
8161
+ signoz: "signoz";
8059
8162
  sentry: "sentry";
8060
8163
  grafana: "grafana";
8061
8164
  datadog: "datadog";
@@ -8070,6 +8173,14 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8070
8173
  flagsmith: "flagsmith";
8071
8174
  unleash: "unleash";
8072
8175
  }>;
8176
+ integrations: z.ZodDefault<z.ZodEnum<{
8177
+ none: "none";
8178
+ nango: "nango";
8179
+ }>>;
8180
+ ecommerce: z.ZodDefault<z.ZodEnum<{
8181
+ none: "none";
8182
+ medusa: "medusa";
8183
+ }>>;
8073
8184
  analytics: z.ZodEnum<{
8074
8185
  none: "none";
8075
8186
  posthog: "posthog";
@@ -8134,9 +8245,9 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8134
8245
  }>;
8135
8246
  mobileUI: z.ZodEnum<{
8136
8247
  none: "none";
8248
+ uniwind: "uniwind";
8137
8249
  tamagui: "tamagui";
8138
8250
  "gluestack-ui": "gluestack-ui";
8139
- uniwind: "uniwind";
8140
8251
  unistyles: "unistyles";
8141
8252
  }>;
8142
8253
  mobileStorage: z.ZodEnum<{
@@ -8221,12 +8332,12 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8221
8332
  ratatui: "ratatui";
8222
8333
  }>;
8223
8334
  rustLibraries: z.ZodArray<z.ZodEnum<{
8224
- config: "config";
8225
8335
  none: "none";
8226
8336
  serde: "serde";
8227
8337
  uuid: "uuid";
8228
8338
  chrono: "chrono";
8229
8339
  reqwest: "reqwest";
8340
+ config: "config";
8230
8341
  dashmap: "dashmap";
8231
8342
  "parking-lot": "parking-lot";
8232
8343
  secrecy: "secrecy";
@@ -8380,6 +8491,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8380
8491
  pythonObservability: z.ZodEnum<{
8381
8492
  none: "none";
8382
8493
  opentelemetry: "opentelemetry";
8494
+ signoz: "signoz";
8383
8495
  "prometheus-client": "prometheus-client";
8384
8496
  }>;
8385
8497
  pythonCli: z.ZodArray<z.ZodEnum<{
@@ -8499,6 +8611,7 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8499
8611
  goObservability: z.ZodEnum<{
8500
8612
  none: "none";
8501
8613
  opentelemetry: "opentelemetry";
8614
+ signoz: "signoz";
8502
8615
  prometheus: "prometheus";
8503
8616
  }>;
8504
8617
  goValidation: z.ZodEnum<{
@@ -8835,67 +8948,69 @@ declare const BetterFullstackConfigSchema: z.ZodObject<{
8835
8948
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8836
8949
  id: z.ZodString;
8837
8950
  role: z.ZodEnum<{
8838
- push: "push";
8839
- frontend: "frontend";
8840
- backend: "backend";
8841
- mobile: "mobile";
8951
+ effect: "effect";
8952
+ ai: "ai";
8842
8953
  database: "database";
8843
- api: "api";
8844
- graphql: "graphql";
8845
8954
  orm: "orm";
8846
8955
  auth: "auth";
8847
- runtime: "runtime";
8848
- deploy: "deploy";
8956
+ payments: "payments";
8957
+ frontend: "frontend";
8958
+ examples: "examples";
8959
+ packageManager: "packageManager";
8849
8960
  dbSetup: "dbSetup";
8850
- migrations: "migrations";
8851
- realtime: "realtime";
8852
- navigation: "navigation";
8853
- caching: "caching";
8854
- observability: "observability";
8855
- email: "email";
8856
- search: "search";
8857
- vectorDb: "vectorDb";
8858
- fileStorage: "fileStorage";
8859
- jobQueue: "jobQueue";
8860
- rateLimit: "rateLimit";
8861
- testing: "testing";
8961
+ backend: "backend";
8962
+ runtime: "runtime";
8963
+ api: "api";
8862
8964
  stateManagement: "stateManagement";
8863
8965
  forms: "forms";
8864
- animation: "animation";
8865
- fileUpload: "fileUpload";
8966
+ testing: "testing";
8967
+ email: "email";
8866
8968
  validation: "validation";
8867
- effect: "effect";
8868
- ui: "ui";
8869
- css: "css";
8870
- storage: "storage";
8871
- ota: "ota";
8872
- deepLinking: "deepLinking";
8873
- ai: "ai";
8874
- payments: "payments";
8969
+ realtime: "realtime";
8970
+ jobQueue: "jobQueue";
8971
+ animation: "animation";
8972
+ fileUpload: "fileUpload";
8875
8973
  logging: "logging";
8974
+ observability: "observability";
8876
8975
  featureFlags: "featureFlags";
8976
+ integrations: "integrations";
8977
+ ecommerce: "ecommerce";
8877
8978
  analytics: "analytics";
8878
8979
  cms: "cms";
8980
+ caching: "caching";
8981
+ rateLimit: "rateLimit";
8879
8982
  i18n: "i18n";
8983
+ search: "search";
8984
+ vectorDb: "vectorDb";
8985
+ fileStorage: "fileStorage";
8986
+ config: "config";
8987
+ mobile: "mobile";
8988
+ graphql: "graphql";
8989
+ deploy: "deploy";
8990
+ migrations: "migrations";
8991
+ navigation: "navigation";
8992
+ ui: "ui";
8993
+ css: "css";
8994
+ storage: "storage";
8995
+ push: "push";
8996
+ ota: "ota";
8997
+ deepLinking: "deepLinking";
8880
8998
  documentation: "documentation";
8881
8999
  codeQuality: "codeQuality";
8882
9000
  appPlatform: "appPlatform";
8883
9001
  dataFetching: "dataFetching";
8884
9002
  workspaceTooling: "workspaceTooling";
8885
- examples: "examples";
8886
9003
  language: "language";
8887
9004
  buildTool: "buildTool";
8888
9005
  cli: "cli";
8889
9006
  errorHandling: "errorHandling";
8890
9007
  httpClient: "httpClient";
8891
9008
  libraries: "libraries";
8892
- config: "config";
8893
9009
  templating: "templating";
8894
9010
  cloudSdk: "cloudSdk";
8895
9011
  data: "data";
8896
9012
  media: "media";
8897
9013
  server: "server";
8898
- packageManager: "packageManager";
8899
9014
  messageQueue: "messageQueue";
8900
9015
  }>;
8901
9016
  toolId: z.ZodString;
@@ -8958,13 +9073,13 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
8958
9073
  sequelize: "sequelize";
8959
9074
  }>;
8960
9075
  backend: z.ZodEnum<{
8961
- effect: "effect";
8962
9076
  none: "none";
8963
9077
  hono: "hono";
8964
9078
  express: "express";
8965
9079
  fastify: "fastify";
8966
9080
  elysia: "elysia";
8967
9081
  fets: "fets";
9082
+ effect: "effect";
8968
9083
  nestjs: "nestjs";
8969
9084
  adonisjs: "adonisjs";
8970
9085
  nitro: "nitro";
@@ -9009,6 +9124,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9009
9124
  biome: "biome";
9010
9125
  lefthook: "lefthook";
9011
9126
  husky: "husky";
9127
+ knip: "knip";
9128
+ gitleaks: "gitleaks";
9012
9129
  ruler: "ruler";
9013
9130
  mcp: "mcp";
9014
9131
  skills: "skills";
@@ -9030,6 +9147,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9030
9147
  "backend-utils": "backend-utils";
9031
9148
  devcontainer: "devcontainer";
9032
9149
  "docker-compose": "docker-compose";
9150
+ kong: "kong";
9033
9151
  "github-actions": "github-actions";
9034
9152
  eslint: "eslint";
9035
9153
  prettier: "prettier";
@@ -9042,8 +9160,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9042
9160
  capacitor: "capacitor";
9043
9161
  }>>;
9044
9162
  examples: z.ZodArray<z.ZodEnum<{
9045
- ai: "ai";
9046
9163
  none: "none";
9164
+ ai: "ai";
9047
9165
  "chat-sdk": "chat-sdk";
9048
9166
  "tanstack-showcase": "tanstack-showcase";
9049
9167
  }>>;
@@ -9073,6 +9191,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9073
9191
  creem: "creem";
9074
9192
  autumn: "autumn";
9075
9193
  commet: "commet";
9194
+ xendit: "xendit";
9076
9195
  }>;
9077
9196
  packageManager: z.ZodEnum<{
9078
9197
  bun: "bun";
@@ -9157,8 +9276,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9157
9276
  "ai-cli": "ai-cli";
9158
9277
  }>;
9159
9278
  effect: z.ZodEnum<{
9160
- effect: "effect";
9161
9279
  none: "none";
9280
+ effect: "effect";
9162
9281
  "effect-full": "effect-full";
9163
9282
  }>;
9164
9283
  stateManagement: z.ZodEnum<{
@@ -9293,8 +9412,8 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9293
9412
  "geist-mono": "geist-mono";
9294
9413
  }>>;
9295
9414
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
9296
- default: "default";
9297
9415
  none: "none";
9416
+ default: "default";
9298
9417
  small: "small";
9299
9418
  medium: "medium";
9300
9419
  large: "large";
@@ -9349,6 +9468,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9349
9468
  observability: z.ZodEnum<{
9350
9469
  none: "none";
9351
9470
  opentelemetry: "opentelemetry";
9471
+ signoz: "signoz";
9352
9472
  sentry: "sentry";
9353
9473
  grafana: "grafana";
9354
9474
  datadog: "datadog";
@@ -9363,6 +9483,14 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9363
9483
  flagsmith: "flagsmith";
9364
9484
  unleash: "unleash";
9365
9485
  }>;
9486
+ integrations: z.ZodDefault<z.ZodEnum<{
9487
+ none: "none";
9488
+ nango: "nango";
9489
+ }>>;
9490
+ ecommerce: z.ZodDefault<z.ZodEnum<{
9491
+ none: "none";
9492
+ medusa: "medusa";
9493
+ }>>;
9366
9494
  analytics: z.ZodEnum<{
9367
9495
  none: "none";
9368
9496
  posthog: "posthog";
@@ -9427,9 +9555,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9427
9555
  }>;
9428
9556
  mobileUI: z.ZodEnum<{
9429
9557
  none: "none";
9558
+ uniwind: "uniwind";
9430
9559
  tamagui: "tamagui";
9431
9560
  "gluestack-ui": "gluestack-ui";
9432
- uniwind: "uniwind";
9433
9561
  unistyles: "unistyles";
9434
9562
  }>;
9435
9563
  mobileStorage: z.ZodEnum<{
@@ -9514,12 +9642,12 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9514
9642
  ratatui: "ratatui";
9515
9643
  }>;
9516
9644
  rustLibraries: z.ZodArray<z.ZodEnum<{
9517
- config: "config";
9518
9645
  none: "none";
9519
9646
  serde: "serde";
9520
9647
  uuid: "uuid";
9521
9648
  chrono: "chrono";
9522
9649
  reqwest: "reqwest";
9650
+ config: "config";
9523
9651
  dashmap: "dashmap";
9524
9652
  "parking-lot": "parking-lot";
9525
9653
  secrecy: "secrecy";
@@ -9673,6 +9801,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9673
9801
  pythonObservability: z.ZodEnum<{
9674
9802
  none: "none";
9675
9803
  opentelemetry: "opentelemetry";
9804
+ signoz: "signoz";
9676
9805
  "prometheus-client": "prometheus-client";
9677
9806
  }>;
9678
9807
  pythonCli: z.ZodArray<z.ZodEnum<{
@@ -9792,6 +9921,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
9792
9921
  goObservability: z.ZodEnum<{
9793
9922
  none: "none";
9794
9923
  opentelemetry: "opentelemetry";
9924
+ signoz: "signoz";
9795
9925
  prometheus: "prometheus";
9796
9926
  }>;
9797
9927
  goValidation: z.ZodEnum<{
@@ -10128,67 +10258,69 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
10128
10258
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10129
10259
  id: z.ZodString;
10130
10260
  role: z.ZodEnum<{
10131
- push: "push";
10132
- frontend: "frontend";
10133
- backend: "backend";
10134
- mobile: "mobile";
10261
+ effect: "effect";
10262
+ ai: "ai";
10135
10263
  database: "database";
10136
- api: "api";
10137
- graphql: "graphql";
10138
10264
  orm: "orm";
10139
10265
  auth: "auth";
10140
- runtime: "runtime";
10141
- deploy: "deploy";
10266
+ payments: "payments";
10267
+ frontend: "frontend";
10268
+ examples: "examples";
10269
+ packageManager: "packageManager";
10142
10270
  dbSetup: "dbSetup";
10143
- migrations: "migrations";
10271
+ backend: "backend";
10272
+ runtime: "runtime";
10273
+ api: "api";
10274
+ stateManagement: "stateManagement";
10275
+ forms: "forms";
10276
+ testing: "testing";
10277
+ email: "email";
10278
+ validation: "validation";
10144
10279
  realtime: "realtime";
10145
- navigation: "navigation";
10146
- caching: "caching";
10280
+ jobQueue: "jobQueue";
10281
+ animation: "animation";
10282
+ fileUpload: "fileUpload";
10283
+ logging: "logging";
10147
10284
  observability: "observability";
10148
- email: "email";
10285
+ featureFlags: "featureFlags";
10286
+ integrations: "integrations";
10287
+ ecommerce: "ecommerce";
10288
+ analytics: "analytics";
10289
+ cms: "cms";
10290
+ caching: "caching";
10291
+ rateLimit: "rateLimit";
10292
+ i18n: "i18n";
10149
10293
  search: "search";
10150
10294
  vectorDb: "vectorDb";
10151
10295
  fileStorage: "fileStorage";
10152
- jobQueue: "jobQueue";
10153
- rateLimit: "rateLimit";
10154
- testing: "testing";
10155
- stateManagement: "stateManagement";
10156
- forms: "forms";
10157
- animation: "animation";
10158
- fileUpload: "fileUpload";
10159
- validation: "validation";
10160
- effect: "effect";
10296
+ config: "config";
10297
+ mobile: "mobile";
10298
+ graphql: "graphql";
10299
+ deploy: "deploy";
10300
+ migrations: "migrations";
10301
+ navigation: "navigation";
10161
10302
  ui: "ui";
10162
10303
  css: "css";
10163
10304
  storage: "storage";
10305
+ push: "push";
10164
10306
  ota: "ota";
10165
10307
  deepLinking: "deepLinking";
10166
- ai: "ai";
10167
- payments: "payments";
10168
- logging: "logging";
10169
- featureFlags: "featureFlags";
10170
- analytics: "analytics";
10171
- cms: "cms";
10172
- i18n: "i18n";
10173
10308
  documentation: "documentation";
10174
10309
  codeQuality: "codeQuality";
10175
10310
  appPlatform: "appPlatform";
10176
10311
  dataFetching: "dataFetching";
10177
10312
  workspaceTooling: "workspaceTooling";
10178
- examples: "examples";
10179
10313
  language: "language";
10180
10314
  buildTool: "buildTool";
10181
10315
  cli: "cli";
10182
10316
  errorHandling: "errorHandling";
10183
10317
  httpClient: "httpClient";
10184
10318
  libraries: "libraries";
10185
- config: "config";
10186
10319
  templating: "templating";
10187
10320
  cloudSdk: "cloudSdk";
10188
10321
  data: "data";
10189
10322
  media: "media";
10190
10323
  server: "server";
10191
- packageManager: "packageManager";
10192
10324
  messageQueue: "messageQueue";
10193
10325
  }>;
10194
10326
  toolId: z.ZodString;
@@ -10251,13 +10383,13 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10251
10383
  sequelize: "sequelize";
10252
10384
  }>;
10253
10385
  backend: z.ZodEnum<{
10254
- effect: "effect";
10255
10386
  none: "none";
10256
10387
  hono: "hono";
10257
10388
  express: "express";
10258
10389
  fastify: "fastify";
10259
10390
  elysia: "elysia";
10260
10391
  fets: "fets";
10392
+ effect: "effect";
10261
10393
  nestjs: "nestjs";
10262
10394
  adonisjs: "adonisjs";
10263
10395
  nitro: "nitro";
@@ -10302,6 +10434,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10302
10434
  biome: "biome";
10303
10435
  lefthook: "lefthook";
10304
10436
  husky: "husky";
10437
+ knip: "knip";
10438
+ gitleaks: "gitleaks";
10305
10439
  ruler: "ruler";
10306
10440
  mcp: "mcp";
10307
10441
  skills: "skills";
@@ -10323,6 +10457,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10323
10457
  "backend-utils": "backend-utils";
10324
10458
  devcontainer: "devcontainer";
10325
10459
  "docker-compose": "docker-compose";
10460
+ kong: "kong";
10326
10461
  "github-actions": "github-actions";
10327
10462
  eslint: "eslint";
10328
10463
  prettier: "prettier";
@@ -10335,8 +10470,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10335
10470
  capacitor: "capacitor";
10336
10471
  }>>;
10337
10472
  examples: z.ZodArray<z.ZodEnum<{
10338
- ai: "ai";
10339
10473
  none: "none";
10474
+ ai: "ai";
10340
10475
  "chat-sdk": "chat-sdk";
10341
10476
  "tanstack-showcase": "tanstack-showcase";
10342
10477
  }>>;
@@ -10366,6 +10501,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10366
10501
  creem: "creem";
10367
10502
  autumn: "autumn";
10368
10503
  commet: "commet";
10504
+ xendit: "xendit";
10369
10505
  }>;
10370
10506
  packageManager: z.ZodEnum<{
10371
10507
  bun: "bun";
@@ -10450,8 +10586,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10450
10586
  "ai-cli": "ai-cli";
10451
10587
  }>;
10452
10588
  effect: z.ZodEnum<{
10453
- effect: "effect";
10454
10589
  none: "none";
10590
+ effect: "effect";
10455
10591
  "effect-full": "effect-full";
10456
10592
  }>;
10457
10593
  stateManagement: z.ZodEnum<{
@@ -10586,8 +10722,8 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10586
10722
  "geist-mono": "geist-mono";
10587
10723
  }>>;
10588
10724
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
10589
- default: "default";
10590
10725
  none: "none";
10726
+ default: "default";
10591
10727
  small: "small";
10592
10728
  medium: "medium";
10593
10729
  large: "large";
@@ -10642,6 +10778,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10642
10778
  observability: z.ZodEnum<{
10643
10779
  none: "none";
10644
10780
  opentelemetry: "opentelemetry";
10781
+ signoz: "signoz";
10645
10782
  sentry: "sentry";
10646
10783
  grafana: "grafana";
10647
10784
  datadog: "datadog";
@@ -10656,6 +10793,14 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10656
10793
  flagsmith: "flagsmith";
10657
10794
  unleash: "unleash";
10658
10795
  }>;
10796
+ integrations: z.ZodDefault<z.ZodEnum<{
10797
+ none: "none";
10798
+ nango: "nango";
10799
+ }>>;
10800
+ ecommerce: z.ZodDefault<z.ZodEnum<{
10801
+ none: "none";
10802
+ medusa: "medusa";
10803
+ }>>;
10659
10804
  analytics: z.ZodEnum<{
10660
10805
  none: "none";
10661
10806
  posthog: "posthog";
@@ -10720,9 +10865,9 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10720
10865
  }>;
10721
10866
  mobileUI: z.ZodEnum<{
10722
10867
  none: "none";
10868
+ uniwind: "uniwind";
10723
10869
  tamagui: "tamagui";
10724
10870
  "gluestack-ui": "gluestack-ui";
10725
- uniwind: "uniwind";
10726
10871
  unistyles: "unistyles";
10727
10872
  }>;
10728
10873
  mobileStorage: z.ZodEnum<{
@@ -10807,12 +10952,12 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10807
10952
  ratatui: "ratatui";
10808
10953
  }>;
10809
10954
  rustLibraries: z.ZodArray<z.ZodEnum<{
10810
- config: "config";
10811
10955
  none: "none";
10812
10956
  serde: "serde";
10813
10957
  uuid: "uuid";
10814
10958
  chrono: "chrono";
10815
10959
  reqwest: "reqwest";
10960
+ config: "config";
10816
10961
  dashmap: "dashmap";
10817
10962
  "parking-lot": "parking-lot";
10818
10963
  secrecy: "secrecy";
@@ -10966,6 +11111,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
10966
11111
  pythonObservability: z.ZodEnum<{
10967
11112
  none: "none";
10968
11113
  opentelemetry: "opentelemetry";
11114
+ signoz: "signoz";
10969
11115
  "prometheus-client": "prometheus-client";
10970
11116
  }>;
10971
11117
  pythonCli: z.ZodArray<z.ZodEnum<{
@@ -11085,6 +11231,7 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11085
11231
  goObservability: z.ZodEnum<{
11086
11232
  none: "none";
11087
11233
  opentelemetry: "opentelemetry";
11234
+ signoz: "signoz";
11088
11235
  prometheus: "prometheus";
11089
11236
  }>;
11090
11237
  goValidation: z.ZodEnum<{
@@ -11421,67 +11568,69 @@ declare const BetterFullstackConfigFileSchema: z.ZodObject<{
11421
11568
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
11422
11569
  id: z.ZodString;
11423
11570
  role: z.ZodEnum<{
11424
- push: "push";
11425
- frontend: "frontend";
11426
- backend: "backend";
11427
- mobile: "mobile";
11571
+ effect: "effect";
11572
+ ai: "ai";
11428
11573
  database: "database";
11429
- api: "api";
11430
- graphql: "graphql";
11431
11574
  orm: "orm";
11432
11575
  auth: "auth";
11433
- runtime: "runtime";
11434
- deploy: "deploy";
11576
+ payments: "payments";
11577
+ frontend: "frontend";
11578
+ examples: "examples";
11579
+ packageManager: "packageManager";
11435
11580
  dbSetup: "dbSetup";
11436
- migrations: "migrations";
11581
+ backend: "backend";
11582
+ runtime: "runtime";
11583
+ api: "api";
11584
+ stateManagement: "stateManagement";
11585
+ forms: "forms";
11586
+ testing: "testing";
11587
+ email: "email";
11588
+ validation: "validation";
11437
11589
  realtime: "realtime";
11438
- navigation: "navigation";
11439
- caching: "caching";
11590
+ jobQueue: "jobQueue";
11591
+ animation: "animation";
11592
+ fileUpload: "fileUpload";
11593
+ logging: "logging";
11440
11594
  observability: "observability";
11441
- email: "email";
11595
+ featureFlags: "featureFlags";
11596
+ integrations: "integrations";
11597
+ ecommerce: "ecommerce";
11598
+ analytics: "analytics";
11599
+ cms: "cms";
11600
+ caching: "caching";
11601
+ rateLimit: "rateLimit";
11602
+ i18n: "i18n";
11442
11603
  search: "search";
11443
11604
  vectorDb: "vectorDb";
11444
11605
  fileStorage: "fileStorage";
11445
- jobQueue: "jobQueue";
11446
- rateLimit: "rateLimit";
11447
- testing: "testing";
11448
- stateManagement: "stateManagement";
11449
- forms: "forms";
11450
- animation: "animation";
11451
- fileUpload: "fileUpload";
11452
- validation: "validation";
11453
- effect: "effect";
11606
+ config: "config";
11607
+ mobile: "mobile";
11608
+ graphql: "graphql";
11609
+ deploy: "deploy";
11610
+ migrations: "migrations";
11611
+ navigation: "navigation";
11454
11612
  ui: "ui";
11455
11613
  css: "css";
11456
11614
  storage: "storage";
11615
+ push: "push";
11457
11616
  ota: "ota";
11458
11617
  deepLinking: "deepLinking";
11459
- ai: "ai";
11460
- payments: "payments";
11461
- logging: "logging";
11462
- featureFlags: "featureFlags";
11463
- analytics: "analytics";
11464
- cms: "cms";
11465
- i18n: "i18n";
11466
11618
  documentation: "documentation";
11467
11619
  codeQuality: "codeQuality";
11468
11620
  appPlatform: "appPlatform";
11469
11621
  dataFetching: "dataFetching";
11470
11622
  workspaceTooling: "workspaceTooling";
11471
- examples: "examples";
11472
11623
  language: "language";
11473
11624
  buildTool: "buildTool";
11474
11625
  cli: "cli";
11475
11626
  errorHandling: "errorHandling";
11476
11627
  httpClient: "httpClient";
11477
11628
  libraries: "libraries";
11478
- config: "config";
11479
11629
  templating: "templating";
11480
11630
  cloudSdk: "cloudSdk";
11481
11631
  data: "data";
11482
11632
  media: "media";
11483
11633
  server: "server";
11484
- packageManager: "packageManager";
11485
11634
  messageQueue: "messageQueue";
11486
11635
  }>;
11487
11636
  toolId: z.ZodString;
@@ -11544,13 +11693,13 @@ declare const InitResultSchema: z.ZodObject<{
11544
11693
  sequelize: "sequelize";
11545
11694
  }>;
11546
11695
  backend: z.ZodEnum<{
11547
- effect: "effect";
11548
11696
  none: "none";
11549
11697
  hono: "hono";
11550
11698
  express: "express";
11551
11699
  fastify: "fastify";
11552
11700
  elysia: "elysia";
11553
11701
  fets: "fets";
11702
+ effect: "effect";
11554
11703
  nestjs: "nestjs";
11555
11704
  adonisjs: "adonisjs";
11556
11705
  nitro: "nitro";
@@ -11595,6 +11744,8 @@ declare const InitResultSchema: z.ZodObject<{
11595
11744
  biome: "biome";
11596
11745
  lefthook: "lefthook";
11597
11746
  husky: "husky";
11747
+ knip: "knip";
11748
+ gitleaks: "gitleaks";
11598
11749
  ruler: "ruler";
11599
11750
  mcp: "mcp";
11600
11751
  skills: "skills";
@@ -11616,6 +11767,7 @@ declare const InitResultSchema: z.ZodObject<{
11616
11767
  "backend-utils": "backend-utils";
11617
11768
  devcontainer: "devcontainer";
11618
11769
  "docker-compose": "docker-compose";
11770
+ kong: "kong";
11619
11771
  "github-actions": "github-actions";
11620
11772
  eslint: "eslint";
11621
11773
  prettier: "prettier";
@@ -11628,8 +11780,8 @@ declare const InitResultSchema: z.ZodObject<{
11628
11780
  capacitor: "capacitor";
11629
11781
  }>>;
11630
11782
  examples: z.ZodArray<z.ZodEnum<{
11631
- ai: "ai";
11632
11783
  none: "none";
11784
+ ai: "ai";
11633
11785
  "chat-sdk": "chat-sdk";
11634
11786
  "tanstack-showcase": "tanstack-showcase";
11635
11787
  }>>;
@@ -11659,6 +11811,7 @@ declare const InitResultSchema: z.ZodObject<{
11659
11811
  creem: "creem";
11660
11812
  autumn: "autumn";
11661
11813
  commet: "commet";
11814
+ xendit: "xendit";
11662
11815
  }>;
11663
11816
  git: z.ZodBoolean;
11664
11817
  packageManager: z.ZodEnum<{
@@ -11745,8 +11898,8 @@ declare const InitResultSchema: z.ZodObject<{
11745
11898
  "ai-cli": "ai-cli";
11746
11899
  }>;
11747
11900
  effect: z.ZodEnum<{
11748
- effect: "effect";
11749
11901
  none: "none";
11902
+ effect: "effect";
11750
11903
  "effect-full": "effect-full";
11751
11904
  }>;
11752
11905
  stateManagement: z.ZodEnum<{
@@ -11881,8 +12034,8 @@ declare const InitResultSchema: z.ZodObject<{
11881
12034
  "geist-mono": "geist-mono";
11882
12035
  }>>;
11883
12036
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
11884
- default: "default";
11885
12037
  none: "none";
12038
+ default: "default";
11886
12039
  small: "small";
11887
12040
  medium: "medium";
11888
12041
  large: "large";
@@ -11937,6 +12090,7 @@ declare const InitResultSchema: z.ZodObject<{
11937
12090
  observability: z.ZodEnum<{
11938
12091
  none: "none";
11939
12092
  opentelemetry: "opentelemetry";
12093
+ signoz: "signoz";
11940
12094
  sentry: "sentry";
11941
12095
  grafana: "grafana";
11942
12096
  datadog: "datadog";
@@ -11951,6 +12105,14 @@ declare const InitResultSchema: z.ZodObject<{
11951
12105
  flagsmith: "flagsmith";
11952
12106
  unleash: "unleash";
11953
12107
  }>;
12108
+ integrations: z.ZodDefault<z.ZodEnum<{
12109
+ none: "none";
12110
+ nango: "nango";
12111
+ }>>;
12112
+ ecommerce: z.ZodDefault<z.ZodEnum<{
12113
+ none: "none";
12114
+ medusa: "medusa";
12115
+ }>>;
11954
12116
  analytics: z.ZodEnum<{
11955
12117
  none: "none";
11956
12118
  posthog: "posthog";
@@ -12015,9 +12177,9 @@ declare const InitResultSchema: z.ZodObject<{
12015
12177
  }>;
12016
12178
  mobileUI: z.ZodEnum<{
12017
12179
  none: "none";
12180
+ uniwind: "uniwind";
12018
12181
  tamagui: "tamagui";
12019
12182
  "gluestack-ui": "gluestack-ui";
12020
- uniwind: "uniwind";
12021
12183
  unistyles: "unistyles";
12022
12184
  }>;
12023
12185
  mobileStorage: z.ZodEnum<{
@@ -12102,12 +12264,12 @@ declare const InitResultSchema: z.ZodObject<{
12102
12264
  ratatui: "ratatui";
12103
12265
  }>;
12104
12266
  rustLibraries: z.ZodArray<z.ZodEnum<{
12105
- config: "config";
12106
12267
  none: "none";
12107
12268
  serde: "serde";
12108
12269
  uuid: "uuid";
12109
12270
  chrono: "chrono";
12110
12271
  reqwest: "reqwest";
12272
+ config: "config";
12111
12273
  dashmap: "dashmap";
12112
12274
  "parking-lot": "parking-lot";
12113
12275
  secrecy: "secrecy";
@@ -12261,6 +12423,7 @@ declare const InitResultSchema: z.ZodObject<{
12261
12423
  pythonObservability: z.ZodEnum<{
12262
12424
  none: "none";
12263
12425
  opentelemetry: "opentelemetry";
12426
+ signoz: "signoz";
12264
12427
  "prometheus-client": "prometheus-client";
12265
12428
  }>;
12266
12429
  pythonCli: z.ZodArray<z.ZodEnum<{
@@ -12380,6 +12543,7 @@ declare const InitResultSchema: z.ZodObject<{
12380
12543
  goObservability: z.ZodEnum<{
12381
12544
  none: "none";
12382
12545
  opentelemetry: "opentelemetry";
12546
+ signoz: "signoz";
12383
12547
  prometheus: "prometheus";
12384
12548
  }>;
12385
12549
  goValidation: z.ZodEnum<{
@@ -12716,67 +12880,69 @@ declare const InitResultSchema: z.ZodObject<{
12716
12880
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
12717
12881
  id: z.ZodString;
12718
12882
  role: z.ZodEnum<{
12719
- push: "push";
12720
- frontend: "frontend";
12721
- backend: "backend";
12722
- mobile: "mobile";
12883
+ effect: "effect";
12884
+ ai: "ai";
12723
12885
  database: "database";
12724
- api: "api";
12725
- graphql: "graphql";
12726
12886
  orm: "orm";
12727
12887
  auth: "auth";
12728
- runtime: "runtime";
12729
- deploy: "deploy";
12888
+ payments: "payments";
12889
+ frontend: "frontend";
12890
+ examples: "examples";
12891
+ packageManager: "packageManager";
12730
12892
  dbSetup: "dbSetup";
12731
- migrations: "migrations";
12893
+ backend: "backend";
12894
+ runtime: "runtime";
12895
+ api: "api";
12896
+ stateManagement: "stateManagement";
12897
+ forms: "forms";
12898
+ testing: "testing";
12899
+ email: "email";
12900
+ validation: "validation";
12732
12901
  realtime: "realtime";
12733
- navigation: "navigation";
12734
- caching: "caching";
12902
+ jobQueue: "jobQueue";
12903
+ animation: "animation";
12904
+ fileUpload: "fileUpload";
12905
+ logging: "logging";
12735
12906
  observability: "observability";
12736
- email: "email";
12907
+ featureFlags: "featureFlags";
12908
+ integrations: "integrations";
12909
+ ecommerce: "ecommerce";
12910
+ analytics: "analytics";
12911
+ cms: "cms";
12912
+ caching: "caching";
12913
+ rateLimit: "rateLimit";
12914
+ i18n: "i18n";
12737
12915
  search: "search";
12738
12916
  vectorDb: "vectorDb";
12739
12917
  fileStorage: "fileStorage";
12740
- jobQueue: "jobQueue";
12741
- rateLimit: "rateLimit";
12742
- testing: "testing";
12743
- stateManagement: "stateManagement";
12744
- forms: "forms";
12745
- animation: "animation";
12746
- fileUpload: "fileUpload";
12747
- validation: "validation";
12748
- effect: "effect";
12918
+ config: "config";
12919
+ mobile: "mobile";
12920
+ graphql: "graphql";
12921
+ deploy: "deploy";
12922
+ migrations: "migrations";
12923
+ navigation: "navigation";
12749
12924
  ui: "ui";
12750
12925
  css: "css";
12751
12926
  storage: "storage";
12927
+ push: "push";
12752
12928
  ota: "ota";
12753
12929
  deepLinking: "deepLinking";
12754
- ai: "ai";
12755
- payments: "payments";
12756
- logging: "logging";
12757
- featureFlags: "featureFlags";
12758
- analytics: "analytics";
12759
- cms: "cms";
12760
- i18n: "i18n";
12761
12930
  documentation: "documentation";
12762
12931
  codeQuality: "codeQuality";
12763
12932
  appPlatform: "appPlatform";
12764
12933
  dataFetching: "dataFetching";
12765
12934
  workspaceTooling: "workspaceTooling";
12766
- examples: "examples";
12767
12935
  language: "language";
12768
12936
  buildTool: "buildTool";
12769
12937
  cli: "cli";
12770
12938
  errorHandling: "errorHandling";
12771
12939
  httpClient: "httpClient";
12772
12940
  libraries: "libraries";
12773
- config: "config";
12774
12941
  templating: "templating";
12775
12942
  cloudSdk: "cloudSdk";
12776
12943
  data: "data";
12777
12944
  media: "media";
12778
12945
  server: "server";
12779
- packageManager: "packageManager";
12780
12946
  messageQueue: "messageQueue";
12781
12947
  }>;
12782
12948
  toolId: z.ZodString;
@@ -12816,25 +12982,25 @@ declare const InitResultSchema: z.ZodObject<{
12816
12982
  }, z.core.$strip>;
12817
12983
  declare const DATABASE_VALUES: ("none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis")[];
12818
12984
  declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize")[];
12819
- declare const BACKEND_VALUES: ("effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
12985
+ declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "effect" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self")[];
12820
12986
  declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
12821
12987
  declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "react-vite" | "vanilla-vite" | "vue" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
12822
- 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" | "eslint" | "prettier" | "axios" | "firebase" | "graphql-codegen" | "openapi-typescript" | "apollo-client" | "electron" | "capacitor")[];
12823
- declare const EXAMPLES_VALUES: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
12988
+ declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "knip" | "gitleaks" | "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" | "kong" | "github-actions" | "eslint" | "prettier" | "axios" | "firebase" | "graphql-codegen" | "openapi-typescript" | "apollo-client" | "electron" | "capacitor")[];
12989
+ declare const EXAMPLES_VALUES: ("none" | "ai" | "chat-sdk" | "tanstack-showcase")[];
12824
12990
  declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm" | "yarn")[];
12825
12991
  declare const WORKSPACE_SHAPE_VALUES: ("monorepo" | "single-app")[];
12826
12992
  declare const VERSION_CHANNEL_VALUES: ("stable" | "latest" | "beta")[];
12827
12993
  declare const DATABASE_SETUP_VALUES: ("none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "upstash" | "d1" | "docker")[];
12828
12994
  declare const API_VALUES: ("none" | "trpc" | "orpc" | "ts-rest" | "garph" | "graphql-yoga" | "apollo-server" | "openapi")[];
12829
12995
  declare const AUTH_VALUES: ("none" | "better-auth" | "better-auth-organizations" | "go-better-auth" | "clerk" | "nextauth" | "stack-auth" | "supabase-auth" | "auth0" | "workos" | "kinde" | "passport")[];
12830
- declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "paypal" | "dodo" | "creem" | "autumn" | "commet")[];
12996
+ declare const PAYMENTS_VALUES: ("none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "paypal" | "dodo" | "creem" | "autumn" | "commet" | "xendit")[];
12831
12997
  declare const WEB_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
12832
12998
  declare const SERVER_DEPLOY_VALUES: ("none" | "docker" | "cloudflare" | "fly" | "railway" | "render" | "netlify" | "sst" | "vercel")[];
12833
- declare const DIRECTORY_CONFLICT_VALUES: ("error" | "merge" | "overwrite" | "increment")[];
12834
- declare const TEMPLATE_VALUES: ("none" | "uniwind" | "mern" | "pern" | "t3" | "saas")[];
12999
+ declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
13000
+ declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "saas" | "uniwind")[];
12835
13001
  declare const ASTRO_INTEGRATION_VALUES: ("none" | "vue" | "svelte" | "solid" | "react")[];
12836
13002
  declare const AI_VALUES: ("none" | "vercel-ai" | "mastra" | "voltagent" | "langgraph" | "openai-agents" | "openai-sdk" | "anthropic-sdk" | "google-adk" | "modelfusion" | "langchain" | "llamaindex" | "tanstack-ai" | "ai-cli")[];
12837
- declare const EFFECT_VALUES: ("effect" | "none" | "effect-full")[];
13003
+ declare const EFFECT_VALUES: ("none" | "effect" | "effect-full")[];
12838
13004
  declare const STATE_MANAGEMENT_VALUES: ("none" | "zustand" | "jotai" | "nanostores" | "redux-toolkit" | "mobx" | "xstate" | "valtio" | "tanstack-store" | "legend-state")[];
12839
13005
  declare const FORMS_VALUES: ("none" | "tanstack-form" | "react-hook-form" | "formik" | "final-form" | "conform" | "modular-forms")[];
12840
13006
  declare const TESTING_VALUES: ("none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "mocha" | "cypress")[];
@@ -12847,11 +13013,13 @@ declare const JOB_QUEUE_VALUES: ("none" | "bullmq" | "trigger-dev" | "inngest" |
12847
13013
  declare const ANIMATION_VALUES: ("none" | "framer-motion" | "gsap" | "react-spring" | "auto-animate" | "lottie")[];
12848
13014
  declare const FILE_UPLOAD_VALUES: ("none" | "uploadthing" | "filepond" | "uppy")[];
12849
13015
  declare const LOGGING_VALUES: ("none" | "pino" | "winston" | "evlog")[];
12850
- declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "sentry" | "grafana" | "datadog" | "axiom" | "betterstack")[];
13016
+ declare const OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "signoz" | "sentry" | "grafana" | "datadog" | "axiom" | "betterstack")[];
12851
13017
  declare const FEATURE_FLAGS_VALUES: ("none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash")[];
13018
+ declare const INTEGRATIONS_VALUES: ("none" | "nango")[];
13019
+ declare const ECOMMERCE_VALUES: ("none" | "medusa")[];
12852
13020
  declare const ANALYTICS_VALUES: ("none" | "posthog" | "plausible" | "umami" | "ga4")[];
12853
13021
  declare const MOBILE_NAVIGATION_VALUES: ("none" | "expo-router" | "react-navigation")[];
12854
- declare const MOBILE_UI_VALUES: ("none" | "tamagui" | "gluestack-ui" | "uniwind" | "unistyles")[];
13022
+ declare const MOBILE_UI_VALUES: ("none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles")[];
12855
13023
  declare const MOBILE_STORAGE_VALUES: ("none" | "mmkv")[];
12856
13024
  declare const MOBILE_TESTING_VALUES: ("none" | "maestro" | "react-native-testing-library" | "maestro-react-native-testing-library")[];
12857
13025
  declare const MOBILE_PUSH_VALUES: ("none" | "expo-notifications")[];
@@ -12871,7 +13039,7 @@ declare const RUST_FRONTEND_VALUES: ("none" | "leptos" | "dioxus" | "yew")[];
12871
13039
  declare const RUST_ORM_VALUES: ("none" | "mongodb" | "sea-orm" | "sqlx" | "diesel" | "rusqlite" | "tokio-postgres")[];
12872
13040
  declare const RUST_API_VALUES: ("none" | "tonic" | "async-graphql" | "jsonrpsee")[];
12873
13041
  declare const RUST_CLI_VALUES: ("none" | "clap" | "ratatui")[];
12874
- declare const RUST_LIBRARIES_VALUES: ("config" | "none" | "serde" | "uuid" | "chrono" | "reqwest" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
13042
+ declare const RUST_LIBRARIES_VALUES: ("none" | "serde" | "uuid" | "chrono" | "reqwest" | "config" | "dashmap" | "parking-lot" | "secrecy" | "tokio-util" | "utoipa" | "validator" | "jsonwebtoken" | "argon2" | "tokio-test" | "mockall" | "proptest" | "insta" | "rand" | "regex" | "rayon" | "itertools" | "rstest" | "cargo-nextest" | "cargo-audit")[];
12875
13043
  declare const RUST_LOGGING_VALUES: ("none" | "tracing" | "env-logger")[];
12876
13044
  declare const RUST_ERROR_HANDLING_VALUES: ("none" | "anyhow-thiserror" | "eyre")[];
12877
13045
  declare const RUST_CACHING_VALUES: ("none" | "redis" | "moka")[];
@@ -12892,7 +13060,7 @@ declare const PYTHON_QUALITY_VALUES: ("none" | "ruff" | "mypy" | "pyright")[];
12892
13060
  declare const PYTHON_TESTING_VALUES: ("none" | "pytest" | "hypothesis" | "pytest-cov")[];
12893
13061
  declare const PYTHON_CACHING_VALUES: ("none" | "redis" | "aiocache")[];
12894
13062
  declare const PYTHON_REALTIME_VALUES: ("none" | "python-socketio" | "websockets")[];
12895
- declare const PYTHON_OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "prometheus-client")[];
13063
+ declare const PYTHON_OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "signoz" | "prometheus-client")[];
12896
13064
  declare const PYTHON_CLI_VALUES: ("none" | "typer" | "click" | "rich")[];
12897
13065
  declare const PYTHON_CLOUD_SDK_VALUES: ("none" | "boto3")[];
12898
13066
  declare const PYTHON_HTTP_CLIENT_VALUES: ("none" | "requests")[];
@@ -12912,7 +13080,7 @@ declare const GO_REALTIME_VALUES: ("none" | "gorilla-websocket" | "centrifuge")[
12912
13080
  declare const GO_MESSAGE_QUEUE_VALUES: ("none" | "nats" | "watermill" | "kafka-go" | "asynq")[];
12913
13081
  declare const GO_CACHING_VALUES: ("none" | "redis" | "ristretto")[];
12914
13082
  declare const GO_CONFIG_VALUES: ("none" | "viper" | "koanf")[];
12915
- declare const GO_OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "prometheus")[];
13083
+ declare const GO_OBSERVABILITY_VALUES: ("none" | "opentelemetry" | "signoz" | "prometheus")[];
12916
13084
  declare const GO_VALIDATION_VALUES: ("none" | "validator")[];
12917
13085
  declare const GO_QUALITY_VALUES: ("none" | "golangci-lint")[];
12918
13086
  declare const GO_MIGRATIONS_VALUES: ("none" | "golang-migrate")[];
@@ -12968,7 +13136,7 @@ declare const SHADCN_ICON_LIBRARY_VALUES: ("lucide" | "tabler" | "hugeicons" | "
12968
13136
  declare const SHADCN_COLOR_THEME_VALUES: ("neutral" | "stone" | "zinc" | "gray" | "amber" | "blue" | "cyan" | "emerald" | "fuchsia" | "green" | "indigo" | "lime" | "orange" | "pink" | "purple" | "red" | "rose" | "sky" | "teal" | "violet" | "yellow")[];
12969
13137
  declare const SHADCN_BASE_COLOR_VALUES: ("neutral" | "stone" | "zinc" | "gray")[];
12970
13138
  declare const SHADCN_FONT_VALUES: ("inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono")[];
12971
- declare const SHADCN_RADIUS_VALUES: ("default" | "none" | "small" | "medium" | "large")[];
13139
+ declare const SHADCN_RADIUS_VALUES: ("none" | "default" | "small" | "medium" | "large")[];
12972
13140
  //#endregion
12973
- export { DotnetCachingSchema as $, WORKSPACE_SHAPE_VALUES as $a, RateLimitSchema as $i, InitResultSchema as $n, PYTHON_MEDIA_VALUES as $r, ElixirRealtimeSchema as $t, CSS_FRAMEWORK_VALUES as A, ShadcnColorThemeSchema as Aa, PythonRealtimeSchema as Ai, GO_TESTING_VALUES as An, MobileDeepLinkingSchema as Ar, ELIXIR_VALIDATION_VALUES as At, DOTNET_JOB_QUEUE_VALUES as B, TEMPLATE_VALUES as Ba, RUST_AUTH_VALUES as Bi, GoMessageQueueSchema as Bn, ORM_VALUES as Br, ElixirClusteringSchema as Bt, BetterTStackConfigFileSchema as C, SHADCN_RADIUS_VALUES as Ca, PythonHttpClientSchema as Ci, GO_MIGRATIONS_VALUES as Cn, MOBILE_LIBRARIES_VALUES as Cr, ELIXIR_JSON_VALUES as Ct, CMSSchema as D, ServerDeploySchema as Da, PythonOrmSchema as Di, GO_QUALITY_VALUES as Dn, MOBILE_STORAGE_VALUES as Dr, ELIXIR_QUALITY_VALUES as Dt, CLIInputSchema as E, SearchSchema as Ea, PythonObservabilitySchema as Ei, GO_PROTO_TOOLING_VALUES as En, MOBILE_PUSH_VALUES as Er, ELIXIR_ORM_VALUES as Et, DIRECTORY_CONFLICT_VALUES as F, StackPartEcosystemSchema as Fa, PythonWebFrameworkSchema as Fi, GoCachingSchema as Fn, MobileStorageSchema as Fr, EffectSchema as Ft, DOTNET_TESTING_VALUES as G, UI_LIBRARY_VALUES as Ga, RUST_LIBRARIES_VALUES as Gi, GoQualitySchema as Gn, PYTHON_API_VALUES as Gr, ElixirHttpServerSchema as Gt, DOTNET_OBSERVABILITY_VALUES as H, TemplateSchema as Ha, RUST_CLI_VALUES as Hi, GoObservabilitySchema as Hn, PACKAGE_MANAGER_VALUES as Hr, ElixirDocumentationSchema as Ht, DOTNET_API_VALUES as I, StackPartRoleSchema as Ia, RATE_LIMIT_VALUES as Ii, GoCliSchema as In, MobileTestingSchema as Ir, ElixirApiSchema as It, DatabaseSchema as J, VERSION_CHANNEL_VALUES as Ja, RUST_OBSERVABILITY_VALUES as Ji, GoTestingSchema as Jn, PYTHON_CLI_VALUES as Jr, ElixirJsonSchema as Jt, DOTNET_VALIDATION_VALUES as K, VALIDATION_VALUES as Ka, RUST_LOGGING_VALUES as Ki, GoRealtimeSchema as Kn, PYTHON_AUTH_VALUES as Kr, ElixirI18nSchema as Kt, DOTNET_AUTH_VALUES as L, StackPartSchema as La, REALTIME_VALUES as Li, GoConfigSchema as Ln, MobileUISchema as Lr, ElixirApplicationFrameworkSchema as Lt, CreateInputSchema as M, ShadcnIconLibrarySchema as Ma, PythonTaskQueueSchema as Mi, GO_WEB_FRAMEWORK_VALUES as Mn, MobileNavigationSchema as Mr, EMAIL_VALUES as Mt, DATABASE_SETUP_VALUES as N, ShadcnRadiusSchema as Na, PythonTestingSchema as Ni, GoApiSchema as Nn, MobileOTASchema as Nr, EXAMPLES_VALUES as Nt, CMS_VALUES as O, ShadcnBaseColorSchema as Oa, PythonPackageManagerSchema as Oi, GO_REALTIME_VALUES as On, MOBILE_TESTING_VALUES as Or, ELIXIR_REALTIME_VALUES as Ot, DATABASE_VALUES as P, ShadcnStyleSchema as Pa, PythonValidationSchema as Pi, GoAuthSchema as Pn, MobilePushSchema as Pr, EcosystemSchema as Pt, DotnetAuthSchema as Q, WEB_DEPLOY_VALUES as Qa, RUST_WEB_FRAMEWORK_VALUES as Qi, I18nSchema as Qn, PYTHON_HTTP_CLIENT_VALUES as Qr, ElixirQualitySchema as Qt, DOTNET_CACHING_VALUES as R, StackPartSourceSchema as Ra, RUNTIME_VALUES as Ri, GoDISchema as Rn, OBSERVABILITY_VALUES as Rr, ElixirAuthSchema as Rt, BetterFullstackConfigSchema as S, SHADCN_ICON_LIBRARY_VALUES as Sa, PythonGraphqlSchema as Si, GO_MESSAGE_QUEUE_VALUES as Sn, MOBILE_DEEP_LINKING_VALUES as Sr, ELIXIR_JOBS_VALUES as St, CACHING_VALUES as T, STATE_MANAGEMENT_VALUES as Ta, PythonMessageQueueSchema as Ti, GO_ORM_VALUES as Tn, MOBILE_OTA_VALUES as Tr, ELIXIR_OBSERVABILITY_VALUES as Tt, DOTNET_ORM_VALUES as U, TestingSchema as Ua, RUST_ERROR_HANDLING_VALUES as Ui, GoOrmSchema as Un, PAYMENTS_VALUES as Ur, ElixirEmailSchema as Ut, DOTNET_LIBRARIES_VALUES as V, TESTING_VALUES as Va, RUST_CACHING_VALUES as Vi, GoMigrationsSchema as Vn, ObservabilitySchema as Vr, ElixirDeploySchema as Vt, DOTNET_REALTIME_VALUES as W, UILibrarySchema as Wa, RUST_FRONTEND_VALUES as Wi, GoProtoToolingSchema as Wn, PYTHON_AI_VALUES as Wr, ElixirHttpSchema as Wt, DirectoryConflictSchema as X, VectorDbSchema as Xa, RUST_REALTIME_VALUES as Xi, GoWebFrameworkSchema as Xn, PYTHON_DATA_VALUES as Xr, ElixirObservabilitySchema as Xt, DatabaseSetupSchema as Y, ValidationSchema as Ya, RUST_ORM_VALUES as Yi, GoValidationSchema as Yn, PYTHON_CLOUD_SDK_VALUES as Yr, ElixirLibrariesSchema as Yt, DotnetApiSchema as Z, VersionChannelSchema as Za, RUST_TEMPLATING_VALUES as Zi, I18N_VALUES as Zn, PYTHON_GRAPHQL_VALUES as Zr, ElixirOrmSchema as Zt, AstroIntegrationSchema as _, SERVER_DEPLOY_VALUES as _a, PythonAuthSchema as _i, GO_CACHING_VALUES as _n, JavaTestingLibrariesSchema as _r, ELIXIR_DOCUMENTATION_VALUES as _t, ANALYTICS_VALUES as a, RustCliSchema as aa, PYTHON_REALTIME_VALUES as ai, FEATURE_FLAGS_VALUES as an, JAVA_LOGGING_VALUES as ar, DotnetRealtimeSchema as at, BackendSchema as b, SHADCN_COLOR_THEME_VALUES as ba, PythonCloudSdkSchema as bi, GO_DI_VALUES as bn, LOGGING_VALUES as br, ELIXIR_HTTP_VALUES as bt, API_VALUES as c, RustLibrariesSchema as ca, PYTHON_TESTING_VALUES as ci, FORMS_VALUES as cn, JAVA_WEB_FRAMEWORK_VALUES as cr, DotnetWebFrameworkSchema as ct, AUTH_VALUES as d, RustObservabilitySchema as da, PackageManagerSchema as di, FileStorageSchema as dn, JavaAuthSchema as dr, ELIXIR_API_VALUES as dt, RealtimeSchema as ea, PYTHON_MESSAGE_QUEUE_VALUES as ei, ElixirTestingSchema as en, WebDeploySchema as eo, JAVA_API_VALUES as er, DotnetDeploySchema as et, AddInputSchema as f, RustOrmSchema as fa, PaymentsSchema as fi, FileUploadSchema as fn, JavaBuildToolSchema as fr, ELIXIR_APPLICATION_FRAMEWORK_VALUES as ft, AnimationSchema as g, SEARCH_VALUES as ga, PythonApiSchema as gi, GO_AUTH_VALUES as gn, JavaOrmSchema as gr, ELIXIR_DEPLOY_VALUES as gt, AnalyticsSchema as h, RustWebFrameworkSchema as ha, PythonAiSchema as hi, GO_API_VALUES as hn, JavaLoggingSchema as hr, ELIXIR_CLUSTERING_VALUES as ht, AI_VALUES as i, RustCachingSchema as ia, PYTHON_QUALITY_VALUES as ii, ExamplesSchema as in, JAVA_LIBRARIES_VALUES as ir, DotnetOrmSchema as it, CachingSchema as j, ShadcnFontSchema as ja, PythonServerSchema as ji, GO_VALIDATION_VALUES as jn, MobileLibrariesSchema as jr, ELIXIR_WEB_FRAMEWORK_VALUES as jt, CSSFrameworkSchema as k, ShadcnBaseSchema as ka, PythonQualitySchema as ki, GO_TEMPLATING_VALUES as kn, MOBILE_UI_VALUES as kr, ELIXIR_TESTING_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RustLoggingSchema as la, PYTHON_VALIDATION_VALUES as li, FRONTEND_VALUES as ln, JOB_QUEUE_VALUES as lr, ECOSYSTEM_VALUES as lt, AiDocsSchema as m, RustTemplatingSchema as ma, ProjectNameSchema as mi, FrontendSchema as mn, JavaLibrariesSchema as mr, ELIXIR_CACHING_VALUES as mt, AISchema as n, RustApiSchema as na, PYTHON_ORM_VALUES as ni, ElixirWebFrameworkSchema as nn, JAVA_BUILD_TOOL_VALUES as nr, DotnetLibrariesSchema as nt, ANIMATION_VALUES as o, RustErrorHandlingSchema as oa, PYTHON_SERVER_VALUES as oi, FILE_STORAGE_VALUES as on, JAVA_ORM_VALUES as or, DotnetTestingSchema as ot, AddonsSchema as p, RustRealtimeSchema as pa, ProjectConfigSchema as pi, FormsSchema as pn, JavaLanguageSchema as pr, ELIXIR_AUTH_VALUES as pt, DOTNET_WEB_FRAMEWORK_VALUES as q, VECTOR_DB_VALUES as qa, RUST_MESSAGE_QUEUE_VALUES as qi, GoTemplatingSchema as qn, PYTHON_CACHING_VALUES as qr, ElixirJobsSchema as qt, AI_DOCS_VALUES as r, RustAuthSchema as ra, PYTHON_PACKAGE_MANAGER_VALUES as ri, EmailSchema as rn, JAVA_LANGUAGE_VALUES as rr, DotnetObservabilitySchema as rt, APISchema as s, RustFrontendSchema as sa, PYTHON_TASK_QUEUE_VALUES as si, FILE_UPLOAD_VALUES as sn, JAVA_TESTING_LIBRARIES_VALUES as sr, DotnetValidationSchema as st, ADDONS_VALUES as t, RuntimeSchema as ta, PYTHON_OBSERVABILITY_VALUES as ti, ElixirValidationSchema as tn, WorkspaceShapeSchema as to, JAVA_AUTH_VALUES as tr, DotnetJobQueueSchema as tt, ASTRO_INTEGRATION_VALUES as u, RustMessageQueueSchema as ua, PYTHON_WEB_FRAMEWORK_VALUES as ui, FeatureFlagsSchema as un, JavaApiSchema as ur, EFFECT_VALUES as ut, AuthSchema as v, SHADCN_BASE_COLOR_VALUES as va, PythonCachingSchema as vi, GO_CLI_VALUES as vn, JavaWebFrameworkSchema as vr, ELIXIR_EMAIL_VALUES as vt, BetterTStackConfigSchema as w, SHADCN_STYLE_VALUES as wa, PythonMediaSchema as wi, GO_OBSERVABILITY_VALUES as wn, MOBILE_NAVIGATION_VALUES as wr, ELIXIR_LIBRARIES_VALUES as wt, BetterFullstackConfigFileSchema as x, SHADCN_FONT_VALUES as xa, PythonDataSchema as xi, GO_LOGGING_VALUES as xn, LoggingSchema as xr, ELIXIR_I18N_VALUES as xt, BACKEND_VALUES as y, SHADCN_BASE_VALUES as ya, PythonCliSchema as yi, GO_CONFIG_VALUES as yn, JobQueueSchema as yr, ELIXIR_HTTP_SERVER_VALUES as yt, DOTNET_DEPLOY_VALUES as z, StateManagementSchema as za, RUST_API_VALUES as zi, GoLoggingSchema as zn, ORMSchema as zr, ElixirCachingSchema as zt };
12974
- //# sourceMappingURL=schemas-B79HRN5e.d.mts.map
13141
+ export { DotnetCachingSchema as $, ValidationSchema as $a, RUST_ORM_VALUES as $i, I18N_VALUES as $n, PYTHON_CLOUD_SDK_VALUES as $r, ElixirOrmSchema as $t, CSS_FRAMEWORK_VALUES as A, SearchSchema as Aa, PythonObservabilitySchema as Ai, GO_REALTIME_VALUES as An, MOBILE_PUSH_VALUES as Ar, ELIXIR_TESTING_VALUES as At, DOTNET_JOB_QUEUE_VALUES as B, StackPartRoleSchema as Ba, RATE_LIMIT_VALUES as Bi, GoDISchema as Bn, MobileTestingSchema as Br, ElixirAuthSchema as Bt, BetterTStackConfigFileSchema as C, SHADCN_BASE_VALUES as Ca, PythonCliSchema as Ci, GO_LOGGING_VALUES as Cn, JobQueueSchema as Cr, ELIXIR_JOBS_VALUES as Ct, CMSSchema as D, SHADCN_RADIUS_VALUES as Da, PythonHttpClientSchema as Di, GO_ORM_VALUES as Dn, MOBILE_LIBRARIES_VALUES as Dr, ELIXIR_ORM_VALUES as Dt, CLIInputSchema as E, SHADCN_ICON_LIBRARY_VALUES as Ea, PythonGraphqlSchema as Ei, GO_OBSERVABILITY_VALUES as En, MOBILE_DEEP_LINKING_VALUES as Er, ELIXIR_OBSERVABILITY_VALUES as Et, DIRECTORY_CONFLICT_VALUES as F, ShadcnFontSchema as Fa, PythonServerSchema as Fi, GoApiSchema as Fn, MobileLibrariesSchema as Fr, EcommerceSchema as Ft, DOTNET_TESTING_VALUES as G, TESTING_VALUES as Ga, RUST_CACHING_VALUES as Gi, GoOrmSchema as Gn, ObservabilitySchema as Gr, ElixirEmailSchema as Gt, DOTNET_OBSERVABILITY_VALUES as H, StackPartSourceSchema as Ha, RUNTIME_VALUES as Hi, GoMessageQueueSchema as Hn, OBSERVABILITY_VALUES as Hr, ElixirClusteringSchema as Ht, DOTNET_API_VALUES as I, ShadcnIconLibrarySchema as Ia, PythonTaskQueueSchema as Ii, GoAuthSchema as In, MobileNavigationSchema as Ir, EcosystemSchema as It, DatabaseSchema as J, UILibrarySchema as Ja, RUST_FRONTEND_VALUES as Ji, GoRealtimeSchema as Jn, PYTHON_AI_VALUES as Jr, ElixirI18nSchema as Jt, DOTNET_VALIDATION_VALUES as K, TemplateSchema as Ka, RUST_CLI_VALUES as Ki, GoProtoToolingSchema as Kn, PACKAGE_MANAGER_VALUES as Kr, ElixirHttpSchema as Kt, DOTNET_AUTH_VALUES as L, ShadcnRadiusSchema as La, PythonTestingSchema as Li, GoCachingSchema as Ln, MobileOTASchema as Lr, EffectSchema as Lt, CreateInputSchema as M, ShadcnBaseColorSchema as Ma, PythonPackageManagerSchema as Mi, GO_TESTING_VALUES as Mn, MOBILE_TESTING_VALUES as Mr, ELIXIR_WEB_FRAMEWORK_VALUES as Mt, DATABASE_SETUP_VALUES as N, ShadcnBaseSchema as Na, PythonQualitySchema as Ni, GO_VALIDATION_VALUES as Nn, MOBILE_UI_VALUES as Nr, EMAIL_VALUES as Nt, CMS_VALUES as O, SHADCN_STYLE_VALUES as Oa, PythonMediaSchema as Oi, GO_PROTO_TOOLING_VALUES as On, MOBILE_NAVIGATION_VALUES as Or, ELIXIR_QUALITY_VALUES as Ot, DATABASE_VALUES as P, ShadcnColorThemeSchema as Pa, PythonRealtimeSchema as Pi, GO_WEB_FRAMEWORK_VALUES as Pn, MobileDeepLinkingSchema as Pr, EXAMPLES_VALUES as Pt, DotnetAuthSchema as Q, VERSION_CHANNEL_VALUES as Qa, RUST_OBSERVABILITY_VALUES as Qi, GoWebFrameworkSchema as Qn, PYTHON_CLI_VALUES as Qr, ElixirObservabilitySchema as Qt, DOTNET_CACHING_VALUES as R, ShadcnStyleSchema as Ra, PythonValidationSchema as Ri, GoCliSchema as Rn, MobilePushSchema as Rr, ElixirApiSchema as Rt, BetterFullstackConfigSchema as S, SHADCN_BASE_COLOR_VALUES as Sa, PythonCachingSchema as Si, GO_DI_VALUES as Sn, JavaWebFrameworkSchema as Sr, ELIXIR_I18N_VALUES as St, CACHING_VALUES as T, SHADCN_FONT_VALUES as Ta, PythonDataSchema as Ti, GO_MIGRATIONS_VALUES as Tn, LoggingSchema as Tr, ELIXIR_LIBRARIES_VALUES as Tt, DOTNET_ORM_VALUES as U, StateManagementSchema as Ua, RUST_API_VALUES as Ui, GoMigrationsSchema as Un, ORMSchema as Ur, ElixirDeploySchema as Ut, DOTNET_LIBRARIES_VALUES as V, StackPartSchema as Va, REALTIME_VALUES as Vi, GoLoggingSchema as Vn, MobileUISchema as Vr, ElixirCachingSchema as Vt, DOTNET_REALTIME_VALUES as W, TEMPLATE_VALUES as Wa, RUST_AUTH_VALUES as Wi, GoObservabilitySchema as Wn, ORM_VALUES as Wr, ElixirDocumentationSchema as Wt, DirectoryConflictSchema as X, VALIDATION_VALUES as Xa, RUST_LOGGING_VALUES as Xi, GoTestingSchema as Xn, PYTHON_AUTH_VALUES as Xr, ElixirJsonSchema as Xt, DatabaseSetupSchema as Y, UI_LIBRARY_VALUES as Ya, RUST_LIBRARIES_VALUES as Yi, GoTemplatingSchema as Yn, PYTHON_API_VALUES as Yr, ElixirJobsSchema as Yt, DotnetApiSchema as Z, VECTOR_DB_VALUES as Za, RUST_MESSAGE_QUEUE_VALUES as Zi, GoValidationSchema as Zn, PYTHON_CACHING_VALUES as Zr, ElixirLibrariesSchema as Zt, AstroIntegrationSchema as _, RustRealtimeSchema as _a, ProjectConfigSchema as _i, GO_API_VALUES as _n, JavaLanguageSchema as _r, ELIXIR_DEPLOY_VALUES as _t, ANALYTICS_VALUES as a, RuntimeSchema as aa, PYTHON_OBSERVABILITY_VALUES as ai, EmailSchema as an, WorkspaceShapeSchema as ao, JAVA_AUTH_VALUES as ar, DotnetRealtimeSchema as at, BackendSchema as b, SEARCH_VALUES as ba, PythonApiSchema as bi, GO_CLI_VALUES as bn, JavaOrmSchema as br, ELIXIR_HTTP_SERVER_VALUES as bt, API_VALUES as c, RustCachingSchema as ca, PYTHON_QUALITY_VALUES as ci, FILE_STORAGE_VALUES as cn, JAVA_LIBRARIES_VALUES as cr, DotnetWebFrameworkSchema as ct, AUTH_VALUES as d, RustFrontendSchema as da, PYTHON_TASK_QUEUE_VALUES as di, FRONTEND_VALUES as dn, JAVA_TESTING_LIBRARIES_VALUES as dr, EFFECT_VALUES as dt, RUST_REALTIME_VALUES as ea, PYTHON_DATA_VALUES as ei, ElixirQualitySchema as en, VectorDbSchema as eo, I18nSchema as er, DotnetDeploySchema as et, AddInputSchema as f, RustLibrariesSchema as fa, PYTHON_TESTING_VALUES as fi, FeatureFlagsSchema as fn, JAVA_WEB_FRAMEWORK_VALUES as fr, ELIXIR_API_VALUES as ft, AnimationSchema as g, RustOrmSchema as ga, PaymentsSchema as gi, FrontendSchema as gn, JavaBuildToolSchema as gr, ELIXIR_CLUSTERING_VALUES as gt, AnalyticsSchema as h, RustObservabilitySchema as ha, PackageManagerSchema as hi, FormsSchema as hn, JavaAuthSchema as hr, ELIXIR_CACHING_VALUES as ht, AI_VALUES as i, RealtimeSchema as ia, PYTHON_MESSAGE_QUEUE_VALUES as ii, ElixirWebFrameworkSchema as in, WebDeploySchema as io, JAVA_API_VALUES as ir, DotnetOrmSchema as it, CachingSchema as j, ServerDeploySchema as ja, PythonOrmSchema as ji, GO_TEMPLATING_VALUES as jn, MOBILE_STORAGE_VALUES as jr, ELIXIR_VALIDATION_VALUES as jt, CSSFrameworkSchema as k, STATE_MANAGEMENT_VALUES as ka, PythonMessageQueueSchema as ki, GO_QUALITY_VALUES as kn, MOBILE_OTA_VALUES as kr, ELIXIR_REALTIME_VALUES as kt, APP_PLATFORM_ADDON_VALUES as l, RustCliSchema as la, PYTHON_REALTIME_VALUES as li, FILE_UPLOAD_VALUES as ln, JAVA_LOGGING_VALUES as lr, ECOMMERCE_VALUES as lt, AiDocsSchema as m, RustMessageQueueSchema as ma, PYTHON_WEB_FRAMEWORK_VALUES as mi, FileUploadSchema as mn, JavaApiSchema as mr, ELIXIR_AUTH_VALUES as mt, AISchema as n, RUST_WEB_FRAMEWORK_VALUES as na, PYTHON_HTTP_CLIENT_VALUES as ni, ElixirTestingSchema as nn, WEB_DEPLOY_VALUES as no, InitResultSchema as nr, DotnetLibrariesSchema as nt, ANIMATION_VALUES as o, RustApiSchema as oa, PYTHON_ORM_VALUES as oi, ExamplesSchema as on, JAVA_BUILD_TOOL_VALUES as or, DotnetTestingSchema as ot, AddonsSchema as p, RustLoggingSchema as pa, PYTHON_VALIDATION_VALUES as pi, FileStorageSchema as pn, JOB_QUEUE_VALUES as pr, ELIXIR_APPLICATION_FRAMEWORK_VALUES as pt, DOTNET_WEB_FRAMEWORK_VALUES as q, TestingSchema as qa, RUST_ERROR_HANDLING_VALUES as qi, GoQualitySchema as qn, PAYMENTS_VALUES as qr, ElixirHttpServerSchema as qt, AI_DOCS_VALUES as r, RateLimitSchema as ra, PYTHON_MEDIA_VALUES as ri, ElixirValidationSchema as rn, WORKSPACE_SHAPE_VALUES as ro, IntegrationsSchema as rr, DotnetObservabilitySchema as rt, APISchema as s, RustAuthSchema as sa, PYTHON_PACKAGE_MANAGER_VALUES as si, FEATURE_FLAGS_VALUES as sn, JAVA_LANGUAGE_VALUES as sr, DotnetValidationSchema as st, ADDONS_VALUES as t, RUST_TEMPLATING_VALUES as ta, PYTHON_GRAPHQL_VALUES as ti, ElixirRealtimeSchema as tn, VersionChannelSchema as to, INTEGRATIONS_VALUES as tr, DotnetJobQueueSchema as tt, ASTRO_INTEGRATION_VALUES as u, RustErrorHandlingSchema as ua, PYTHON_SERVER_VALUES as ui, FORMS_VALUES as un, JAVA_ORM_VALUES as ur, ECOSYSTEM_VALUES as ut, AuthSchema as v, RustTemplatingSchema as va, ProjectNameSchema as vi, GO_AUTH_VALUES as vn, JavaLibrariesSchema as vr, ELIXIR_DOCUMENTATION_VALUES as vt, BetterTStackConfigSchema as w, SHADCN_COLOR_THEME_VALUES as wa, PythonCloudSdkSchema as wi, GO_MESSAGE_QUEUE_VALUES as wn, LOGGING_VALUES as wr, ELIXIR_JSON_VALUES as wt, BetterFullstackConfigFileSchema as x, SERVER_DEPLOY_VALUES as xa, PythonAuthSchema as xi, GO_CONFIG_VALUES as xn, JavaTestingLibrariesSchema as xr, ELIXIR_HTTP_VALUES as xt, BACKEND_VALUES as y, RustWebFrameworkSchema as ya, PythonAiSchema as yi, GO_CACHING_VALUES as yn, JavaLoggingSchema as yr, ELIXIR_EMAIL_VALUES as yt, DOTNET_DEPLOY_VALUES as z, StackPartEcosystemSchema as za, PythonWebFrameworkSchema as zi, GoConfigSchema as zn, MobileStorageSchema as zr, ElixirApplicationFrameworkSchema as zt };
13142
+ //# sourceMappingURL=schemas-BMTIauzB.d.mts.map