@adhisang/minecraft-modding-mcp 6.1.1 → 6.3.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 (56) hide show
  1. package/CHANGELOG.md +40 -1
  2. package/README.md +12 -4
  3. package/dist/cache-registry.d.ts +1 -1
  4. package/dist/cache-registry.js +3 -0
  5. package/dist/entry-tools/analyze-mod-service.d.ts +12 -6
  6. package/dist/entry-tools/analyze-mod-service.js +37 -3
  7. package/dist/entry-tools/analyze-symbol-service.d.ts +6 -4
  8. package/dist/entry-tools/analyze-symbol-service.js +37 -2
  9. package/dist/entry-tools/inspect-minecraft/internal.d.ts +7 -3
  10. package/dist/entry-tools/inspect-minecraft/internal.js +43 -15
  11. package/dist/entry-tools/inspect-minecraft-service.d.ts +12 -12
  12. package/dist/entry-tools/inspect-minecraft-service.js +1 -1
  13. package/dist/entry-tools/manage-cache-service.d.ts +4 -4
  14. package/dist/error-mapping.d.ts +13 -0
  15. package/dist/error-mapping.js +35 -2
  16. package/dist/errors.d.ts +2 -0
  17. package/dist/errors.js +2 -0
  18. package/dist/index.js +39 -20
  19. package/dist/mapping/internal-types.d.ts +7 -0
  20. package/dist/mapping/types.d.ts +18 -0
  21. package/dist/mapping-service.js +16 -3
  22. package/dist/minecraft-explorer-service.d.ts +4 -0
  23. package/dist/minecraft-explorer-service.js +156 -17
  24. package/dist/mod-analyzer.d.ts +7 -0
  25. package/dist/mod-analyzer.js +28 -7
  26. package/dist/source/artifact-resolver.d.ts +2 -0
  27. package/dist/source/artifact-resolver.js +24 -1
  28. package/dist/source/class-source/members-builder.d.ts +4 -0
  29. package/dist/source/class-source/members-builder.js +3 -1
  30. package/dist/source/class-source.d.ts +3 -1
  31. package/dist/source/class-source.js +192 -19
  32. package/dist/source/did-you-mean.d.ts +14 -0
  33. package/dist/source/did-you-mean.js +79 -0
  34. package/dist/source/file-access.js +159 -3
  35. package/dist/source/indexer.js +72 -2
  36. package/dist/source/lifecycle/runtime-check.js +9 -5
  37. package/dist/source/nested-jars.d.ts +78 -0
  38. package/dist/source/nested-jars.js +267 -0
  39. package/dist/source/workspace-target.js +5 -2
  40. package/dist/source-jar-reader.d.ts +16 -0
  41. package/dist/source-jar-reader.js +82 -0
  42. package/dist/source-service.d.ts +37 -0
  43. package/dist/source-service.js +52 -6
  44. package/dist/stage-emitter.js +24 -8
  45. package/dist/stdio-supervisor.d.ts +92 -9
  46. package/dist/stdio-supervisor.js +915 -103
  47. package/dist/tool-contract-manifest.js +2 -2
  48. package/dist/tool-guidance.js +115 -7
  49. package/dist/tool-schemas.d.ts +1343 -149
  50. package/dist/tool-schemas.js +39 -7
  51. package/dist/types.d.ts +23 -0
  52. package/dist/workspace-mapping-service.d.ts +1 -0
  53. package/dist/workspace-mapping-service.js +120 -8
  54. package/docs/README-ja.md +4 -0
  55. package/docs/tool-reference.md +92 -6
  56. package/package.json +5 -5
@@ -401,7 +401,7 @@ export declare const resolveArtifactSchema: z.ZodObject<{
401
401
  preferProjectVersion?: boolean | undefined;
402
402
  strictVersion?: boolean | undefined;
403
403
  sourcePriority?: "loom-first" | "maven-first" | undefined;
404
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
404
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
405
405
  gradleUserHome?: string | undefined;
406
406
  }, {
407
407
  target: {
@@ -432,7 +432,7 @@ export declare const resolveArtifactSchema: z.ZodObject<{
432
432
  strictVersion?: boolean | undefined;
433
433
  sourcePriority?: "loom-first" | "maven-first" | undefined;
434
434
  detail?: "summary" | "standard" | "full" | undefined;
435
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
435
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
436
436
  gradleUserHome?: string | undefined;
437
437
  }>;
438
438
  export declare const getClassSourceShape: {
@@ -609,9 +609,9 @@ export declare const getClassSourceSchema: z.ZodEffects<z.ZodObject<{
609
609
  include: z.ZodOptional<z.ZodArray<z.ZodEnum<["warnings", "provenance", "candidates", "members", "descriptors", "source", "files", "samples", "diff", "issues", "timeline", "matrix", "entries", "workspace", "health", "recovery", "paths", "owners", "preview", "cacheEntries", "timings", "artifact", "classes", "registry"]>, "many">>;
610
610
  includeProvenance: z.ZodDefault<z.ZodBoolean>;
611
611
  }, "strip", z.ZodTypeAny, {
612
+ className: string;
612
613
  allowDecompile: boolean;
613
614
  mode: "full" | "metadata" | "snippet";
614
- className: string;
615
615
  target: {
616
616
  kind: "workspace";
617
617
  scope?: "vanilla" | "merged" | "loader" | undefined;
@@ -648,7 +648,7 @@ export declare const getClassSourceSchema: z.ZodEffects<z.ZodObject<{
648
648
  endLine?: number | undefined;
649
649
  maxLines?: number | undefined;
650
650
  maxChars?: number | undefined;
651
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
651
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
652
652
  gradleUserHome?: string | undefined;
653
653
  }, {
654
654
  className: string;
@@ -689,13 +689,13 @@ export declare const getClassSourceSchema: z.ZodEffects<z.ZodObject<{
689
689
  maxLines?: number | undefined;
690
690
  maxChars?: number | undefined;
691
691
  detail?: "summary" | "standard" | "full" | undefined;
692
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
692
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
693
693
  gradleUserHome?: string | undefined;
694
694
  includeProvenance?: boolean | undefined;
695
695
  }>, {
696
+ className: string;
696
697
  allowDecompile: boolean;
697
698
  mode: "full" | "metadata" | "snippet";
698
- className: string;
699
699
  target: {
700
700
  kind: "workspace";
701
701
  scope?: "vanilla" | "merged" | "loader" | undefined;
@@ -732,7 +732,7 @@ export declare const getClassSourceSchema: z.ZodEffects<z.ZodObject<{
732
732
  endLine?: number | undefined;
733
733
  maxLines?: number | undefined;
734
734
  maxChars?: number | undefined;
735
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
735
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
736
736
  gradleUserHome?: string | undefined;
737
737
  }, {
738
738
  className: string;
@@ -773,7 +773,7 @@ export declare const getClassSourceSchema: z.ZodEffects<z.ZodObject<{
773
773
  maxLines?: number | undefined;
774
774
  maxChars?: number | undefined;
775
775
  detail?: "summary" | "standard" | "full" | undefined;
776
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
776
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
777
777
  gradleUserHome?: string | undefined;
778
778
  includeProvenance?: boolean | undefined;
779
779
  }>;
@@ -852,6 +852,7 @@ export declare const getClassMembersShape: {
852
852
  access: z.ZodDefault<z.ZodEnum<["public", "all"]>>;
853
853
  includeSynthetic: z.ZodDefault<z.ZodBoolean>;
854
854
  includeInherited: z.ZodDefault<z.ZodBoolean>;
855
+ includeAnnotations: z.ZodDefault<z.ZodBoolean>;
855
856
  memberPattern: z.ZodOptional<z.ZodString>;
856
857
  projection: z.ZodOptional<z.ZodEnum<["names", "signatures", "full"]>>;
857
858
  maxMembers: z.ZodOptional<z.ZodNumber>;
@@ -941,6 +942,7 @@ export declare const getClassMembersSchema: z.ZodObject<{
941
942
  access: z.ZodDefault<z.ZodEnum<["public", "all"]>>;
942
943
  includeSynthetic: z.ZodDefault<z.ZodBoolean>;
943
944
  includeInherited: z.ZodDefault<z.ZodBoolean>;
945
+ includeAnnotations: z.ZodDefault<z.ZodBoolean>;
944
946
  memberPattern: z.ZodOptional<z.ZodString>;
945
947
  projection: z.ZodOptional<z.ZodEnum<["names", "signatures", "full"]>>;
946
948
  maxMembers: z.ZodOptional<z.ZodNumber>;
@@ -955,11 +957,11 @@ export declare const getClassMembersSchema: z.ZodObject<{
955
957
  includeProvenance: z.ZodDefault<z.ZodBoolean>;
956
958
  includeDescriptors: z.ZodDefault<z.ZodBoolean>;
957
959
  }, "strip", z.ZodTypeAny, {
960
+ className: string;
958
961
  allowDecompile: boolean;
959
962
  access: "public" | "all";
960
963
  includeSynthetic: boolean;
961
964
  includeInherited: boolean;
962
- className: string;
963
965
  target: {
964
966
  kind: "workspace";
965
967
  scope?: "vanilla" | "merged" | "loader" | undefined;
@@ -985,6 +987,7 @@ export declare const getClassMembersSchema: z.ZodObject<{
985
987
  };
986
988
  detail: "summary" | "standard" | "full";
987
989
  includeProvenance: boolean;
990
+ includeAnnotations: boolean;
988
991
  includeDescriptors: boolean;
989
992
  projectPath?: string | undefined;
990
993
  mapping?: "obfuscated" | "mojang" | "intermediary" | "yarn" | undefined;
@@ -995,7 +998,7 @@ export declare const getClassMembersSchema: z.ZodObject<{
995
998
  strictVersion?: boolean | undefined;
996
999
  sourcePriority?: "loom-first" | "maven-first" | undefined;
997
1000
  memberPattern?: string | undefined;
998
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1001
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
999
1002
  gradleUserHome?: string | undefined;
1000
1003
  projection?: "full" | "names" | "signatures" | undefined;
1001
1004
  }, {
@@ -1037,9 +1040,10 @@ export declare const getClassMembersSchema: z.ZodObject<{
1037
1040
  sourcePriority?: "loom-first" | "maven-first" | undefined;
1038
1041
  memberPattern?: string | undefined;
1039
1042
  detail?: "summary" | "standard" | "full" | undefined;
1040
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1043
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1041
1044
  gradleUserHome?: string | undefined;
1042
1045
  includeProvenance?: boolean | undefined;
1046
+ includeAnnotations?: boolean | undefined;
1043
1047
  projection?: "full" | "names" | "signatures" | undefined;
1044
1048
  includeDescriptors?: boolean | undefined;
1045
1049
  }>;
@@ -1595,7 +1599,7 @@ export declare const batchClassSourceSchema: z.ZodEffects<z.ZodObject<{
1595
1599
  preferProjectVersion?: boolean | undefined;
1596
1600
  strictVersion?: boolean | undefined;
1597
1601
  sourcePriority?: "loom-first" | "maven-first" | undefined;
1598
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1602
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1599
1603
  gradleUserHome?: string | undefined;
1600
1604
  concurrency?: number | undefined;
1601
1605
  failFast?: boolean | undefined;
@@ -1637,7 +1641,7 @@ export declare const batchClassSourceSchema: z.ZodEffects<z.ZodObject<{
1637
1641
  strictVersion?: boolean | undefined;
1638
1642
  sourcePriority?: "loom-first" | "maven-first" | undefined;
1639
1643
  detail?: "summary" | "standard" | "full" | undefined;
1640
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1644
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1641
1645
  gradleUserHome?: string | undefined;
1642
1646
  concurrency?: number | undefined;
1643
1647
  failFast?: boolean | undefined;
@@ -1679,7 +1683,7 @@ export declare const batchClassSourceSchema: z.ZodEffects<z.ZodObject<{
1679
1683
  preferProjectVersion?: boolean | undefined;
1680
1684
  strictVersion?: boolean | undefined;
1681
1685
  sourcePriority?: "loom-first" | "maven-first" | undefined;
1682
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1686
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1683
1687
  gradleUserHome?: string | undefined;
1684
1688
  concurrency?: number | undefined;
1685
1689
  failFast?: boolean | undefined;
@@ -1721,7 +1725,7 @@ export declare const batchClassSourceSchema: z.ZodEffects<z.ZodObject<{
1721
1725
  strictVersion?: boolean | undefined;
1722
1726
  sourcePriority?: "loom-first" | "maven-first" | undefined;
1723
1727
  detail?: "summary" | "standard" | "full" | undefined;
1724
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1728
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1725
1729
  gradleUserHome?: string | undefined;
1726
1730
  concurrency?: number | undefined;
1727
1731
  failFast?: boolean | undefined;
@@ -1974,7 +1978,7 @@ export declare const batchClassMembersSchema: z.ZodObject<{
1974
1978
  preferProjectVersion?: boolean | undefined;
1975
1979
  strictVersion?: boolean | undefined;
1976
1980
  sourcePriority?: "loom-first" | "maven-first" | undefined;
1977
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1981
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
1978
1982
  gradleUserHome?: string | undefined;
1979
1983
  projection?: "full" | "names" | "signatures" | undefined;
1980
1984
  concurrency?: number | undefined;
@@ -2016,7 +2020,7 @@ export declare const batchClassMembersSchema: z.ZodObject<{
2016
2020
  strictVersion?: boolean | undefined;
2017
2021
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2018
2022
  detail?: "summary" | "standard" | "full" | undefined;
2019
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2023
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2020
2024
  gradleUserHome?: string | undefined;
2021
2025
  projection?: "full" | "names" | "signatures" | undefined;
2022
2026
  concurrency?: number | undefined;
@@ -2216,7 +2220,7 @@ export declare const batchSymbolExistsSchema: z.ZodObject<{
2216
2220
  preferProjectVersion?: boolean | undefined;
2217
2221
  strictVersion?: boolean | undefined;
2218
2222
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2219
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2223
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2220
2224
  gradleUserHome?: string | undefined;
2221
2225
  concurrency?: number | undefined;
2222
2226
  failFast?: boolean | undefined;
@@ -2246,7 +2250,7 @@ export declare const batchSymbolExistsSchema: z.ZodObject<{
2246
2250
  strictVersion?: boolean | undefined;
2247
2251
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2248
2252
  detail?: "summary" | "standard" | "full" | undefined;
2249
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2253
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2250
2254
  gradleUserHome?: string | undefined;
2251
2255
  concurrency?: number | undefined;
2252
2256
  failFast?: boolean | undefined;
@@ -2427,7 +2431,7 @@ export declare const batchMappingsSchema: z.ZodObject<{
2427
2431
  detail: "summary" | "standard" | "full";
2428
2432
  projectPath?: string | undefined;
2429
2433
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2430
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2434
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2431
2435
  gradleUserHome?: string | undefined;
2432
2436
  concurrency?: number | undefined;
2433
2437
  failFast?: boolean | undefined;
@@ -2450,155 +2454,1113 @@ export declare const batchMappingsSchema: z.ZodObject<{
2450
2454
  projectPath?: string | undefined;
2451
2455
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2452
2456
  detail?: "summary" | "standard" | "full" | undefined;
2453
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2457
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2454
2458
  gradleUserHome?: string | undefined;
2455
2459
  concurrency?: number | undefined;
2456
2460
  failFast?: boolean | undefined;
2457
2461
  }>;
2458
- export declare const searchClassSourceShape: {
2459
- artifactId: z.ZodString;
2460
- query: z.ZodString;
2461
- intent: z.ZodOptional<z.ZodEnum<["symbol", "text", "path"]>>;
2462
- match: z.ZodOptional<z.ZodEnum<["exact", "prefix", "contains", "regex"]>>;
2463
- packagePrefix: z.ZodOptional<z.ZodString>;
2464
- fileGlob: z.ZodOptional<z.ZodString>;
2465
- symbolKind: z.ZodOptional<z.ZodEnum<["class", "interface", "enum", "record", "method", "field"]>>;
2466
- queryMode: z.ZodDefault<z.ZodEnum<["auto", "token", "literal"]>>;
2467
- limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
2468
- cursor: z.ZodOptional<z.ZodString>;
2469
- queryNamespace: z.ZodOptional<z.ZodEnum<["obfuscated", "mojang", "intermediary", "yarn"]>>;
2470
- sourcePriority: z.ZodOptional<z.ZodEnum<["loom-first", "maven-first"]>>;
2471
- gradleUserHome: z.ZodOptional<z.ZodString>;
2472
- detail: z.ZodDefault<z.ZodEnum<["summary", "standard", "full"]>>;
2473
- include: z.ZodOptional<z.ZodArray<z.ZodEnum<["warnings", "provenance", "candidates", "members", "descriptors", "source", "files", "samples", "diff", "issues", "timeline", "matrix", "entries", "workspace", "health", "recovery", "paths", "owners", "preview", "cacheEntries", "timings", "artifact", "classes", "registry"]>, "many">>;
2462
+ export declare const findClassShape: {
2463
+ className: z.ZodString;
2464
+ artifactId: z.ZodOptional<z.ZodString>;
2465
+ target: z.ZodOptional<z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
2466
+ kind: z.ZodLiteral<"version">;
2467
+ value: z.ZodString;
2468
+ }, "strip", z.ZodTypeAny, {
2469
+ kind: "version";
2470
+ value: string;
2471
+ }, {
2472
+ kind: "version";
2473
+ value: string;
2474
+ }>, z.ZodObject<{
2475
+ kind: z.ZodLiteral<"jar">;
2476
+ value: z.ZodString;
2477
+ }, "strip", z.ZodTypeAny, {
2478
+ kind: "jar";
2479
+ value: string;
2480
+ }, {
2481
+ kind: "jar";
2482
+ value: string;
2483
+ }>, z.ZodObject<{
2484
+ kind: z.ZodLiteral<"coordinate">;
2485
+ value: z.ZodString;
2486
+ }, "strip", z.ZodTypeAny, {
2487
+ kind: "coordinate";
2488
+ value: string;
2489
+ }, {
2490
+ kind: "coordinate";
2491
+ value: string;
2492
+ }>, z.ZodObject<{
2493
+ kind: z.ZodLiteral<"workspace">;
2494
+ scope: z.ZodOptional<z.ZodEnum<["vanilla", "merged", "loader"]>>;
2495
+ strict: z.ZodOptional<z.ZodBoolean>;
2496
+ }, "strip", z.ZodTypeAny, {
2497
+ kind: "workspace";
2498
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2499
+ strict?: boolean | undefined;
2500
+ }, {
2501
+ kind: "workspace";
2502
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2503
+ strict?: boolean | undefined;
2504
+ }>, z.ZodObject<{
2505
+ kind: z.ZodLiteral<"dependency">;
2506
+ group: z.ZodString;
2507
+ name: z.ZodString;
2508
+ version: z.ZodOptional<z.ZodString>;
2509
+ versionFromProject: z.ZodOptional<z.ZodBoolean>;
2510
+ }, "strip", z.ZodTypeAny, {
2511
+ name: string;
2512
+ kind: "dependency";
2513
+ group: string;
2514
+ version?: string | undefined;
2515
+ versionFromProject?: boolean | undefined;
2516
+ }, {
2517
+ name: string;
2518
+ kind: "dependency";
2519
+ group: string;
2520
+ version?: string | undefined;
2521
+ versionFromProject?: boolean | undefined;
2522
+ }>, z.ZodObject<{
2523
+ kind: z.ZodLiteral<"artifact">;
2524
+ artifactId: z.ZodString;
2525
+ }, "strip", z.ZodTypeAny, {
2526
+ kind: "artifact";
2527
+ artifactId: string;
2528
+ }, {
2529
+ kind: "artifact";
2530
+ artifactId: string;
2531
+ }>]>>;
2532
+ projectPath: z.ZodOptional<z.ZodString>;
2533
+ limit: z.ZodOptional<z.ZodNumber>;
2474
2534
  };
2475
- export declare const searchClassSourceSchema: z.ZodEffects<z.ZodObject<{
2476
- artifactId: z.ZodString;
2477
- query: z.ZodString;
2478
- intent: z.ZodOptional<z.ZodEnum<["symbol", "text", "path"]>>;
2479
- match: z.ZodOptional<z.ZodEnum<["exact", "prefix", "contains", "regex"]>>;
2480
- packagePrefix: z.ZodOptional<z.ZodString>;
2481
- fileGlob: z.ZodOptional<z.ZodString>;
2482
- symbolKind: z.ZodOptional<z.ZodEnum<["class", "interface", "enum", "record", "method", "field"]>>;
2483
- queryMode: z.ZodDefault<z.ZodEnum<["auto", "token", "literal"]>>;
2484
- limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
2485
- cursor: z.ZodOptional<z.ZodString>;
2486
- queryNamespace: z.ZodOptional<z.ZodEnum<["obfuscated", "mojang", "intermediary", "yarn"]>>;
2487
- sourcePriority: z.ZodOptional<z.ZodEnum<["loom-first", "maven-first"]>>;
2488
- gradleUserHome: z.ZodOptional<z.ZodString>;
2489
- detail: z.ZodDefault<z.ZodEnum<["summary", "standard", "full"]>>;
2490
- include: z.ZodOptional<z.ZodArray<z.ZodEnum<["warnings", "provenance", "candidates", "members", "descriptors", "source", "files", "samples", "diff", "issues", "timeline", "matrix", "entries", "workspace", "health", "recovery", "paths", "owners", "preview", "cacheEntries", "timings", "artifact", "classes", "registry"]>, "many">>;
2535
+ export declare const findClassSchema: z.ZodEffects<z.ZodObject<{
2536
+ className: z.ZodString;
2537
+ artifactId: z.ZodOptional<z.ZodString>;
2538
+ target: z.ZodOptional<z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
2539
+ kind: z.ZodLiteral<"version">;
2540
+ value: z.ZodString;
2541
+ }, "strip", z.ZodTypeAny, {
2542
+ kind: "version";
2543
+ value: string;
2544
+ }, {
2545
+ kind: "version";
2546
+ value: string;
2547
+ }>, z.ZodObject<{
2548
+ kind: z.ZodLiteral<"jar">;
2549
+ value: z.ZodString;
2550
+ }, "strip", z.ZodTypeAny, {
2551
+ kind: "jar";
2552
+ value: string;
2553
+ }, {
2554
+ kind: "jar";
2555
+ value: string;
2556
+ }>, z.ZodObject<{
2557
+ kind: z.ZodLiteral<"coordinate">;
2558
+ value: z.ZodString;
2559
+ }, "strip", z.ZodTypeAny, {
2560
+ kind: "coordinate";
2561
+ value: string;
2562
+ }, {
2563
+ kind: "coordinate";
2564
+ value: string;
2565
+ }>, z.ZodObject<{
2566
+ kind: z.ZodLiteral<"workspace">;
2567
+ scope: z.ZodOptional<z.ZodEnum<["vanilla", "merged", "loader"]>>;
2568
+ strict: z.ZodOptional<z.ZodBoolean>;
2569
+ }, "strip", z.ZodTypeAny, {
2570
+ kind: "workspace";
2571
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2572
+ strict?: boolean | undefined;
2573
+ }, {
2574
+ kind: "workspace";
2575
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2576
+ strict?: boolean | undefined;
2577
+ }>, z.ZodObject<{
2578
+ kind: z.ZodLiteral<"dependency">;
2579
+ group: z.ZodString;
2580
+ name: z.ZodString;
2581
+ version: z.ZodOptional<z.ZodString>;
2582
+ versionFromProject: z.ZodOptional<z.ZodBoolean>;
2583
+ }, "strip", z.ZodTypeAny, {
2584
+ name: string;
2585
+ kind: "dependency";
2586
+ group: string;
2587
+ version?: string | undefined;
2588
+ versionFromProject?: boolean | undefined;
2589
+ }, {
2590
+ name: string;
2591
+ kind: "dependency";
2592
+ group: string;
2593
+ version?: string | undefined;
2594
+ versionFromProject?: boolean | undefined;
2595
+ }>, z.ZodObject<{
2596
+ kind: z.ZodLiteral<"artifact">;
2597
+ artifactId: z.ZodString;
2598
+ }, "strip", z.ZodTypeAny, {
2599
+ kind: "artifact";
2600
+ artifactId: string;
2601
+ }, {
2602
+ kind: "artifact";
2603
+ artifactId: string;
2604
+ }>]>>;
2605
+ projectPath: z.ZodOptional<z.ZodString>;
2606
+ limit: z.ZodOptional<z.ZodNumber>;
2491
2607
  }, "strip", z.ZodTypeAny, {
2492
- artifactId: string;
2493
- limit: number;
2494
- detail: "summary" | "standard" | "full";
2495
- query: string;
2496
- queryMode: "auto" | "token" | "literal";
2497
- match?: "exact" | "prefix" | "contains" | "regex" | undefined;
2498
- cursor?: string | undefined;
2499
- sourcePriority?: "loom-first" | "maven-first" | undefined;
2500
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2501
- gradleUserHome?: string | undefined;
2502
- symbolKind?: "class" | "field" | "method" | "record" | "interface" | "enum" | undefined;
2503
- packagePrefix?: string | undefined;
2504
- intent?: "symbol" | "path" | "text" | undefined;
2505
- fileGlob?: string | undefined;
2506
- queryNamespace?: "obfuscated" | "mojang" | "intermediary" | "yarn" | undefined;
2507
- }, {
2508
- artifactId: string;
2509
- query: string;
2510
- match?: "exact" | "prefix" | "contains" | "regex" | undefined;
2608
+ className: string;
2609
+ projectPath?: string | undefined;
2610
+ artifactId?: string | undefined;
2511
2611
  limit?: number | undefined;
2512
- cursor?: string | undefined;
2513
- sourcePriority?: "loom-first" | "maven-first" | undefined;
2514
- detail?: "summary" | "standard" | "full" | undefined;
2515
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2516
- gradleUserHome?: string | undefined;
2517
- symbolKind?: "class" | "field" | "method" | "record" | "interface" | "enum" | undefined;
2518
- packagePrefix?: string | undefined;
2519
- intent?: "symbol" | "path" | "text" | undefined;
2520
- fileGlob?: string | undefined;
2521
- queryMode?: "auto" | "token" | "literal" | undefined;
2522
- queryNamespace?: "obfuscated" | "mojang" | "intermediary" | "yarn" | undefined;
2523
- }>, {
2524
- artifactId: string;
2525
- limit: number;
2526
- detail: "summary" | "standard" | "full";
2527
- query: string;
2528
- queryMode: "auto" | "token" | "literal";
2529
- match?: "exact" | "prefix" | "contains" | "regex" | undefined;
2530
- cursor?: string | undefined;
2531
- sourcePriority?: "loom-first" | "maven-first" | undefined;
2532
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2533
- gradleUserHome?: string | undefined;
2534
- symbolKind?: "class" | "field" | "method" | "record" | "interface" | "enum" | undefined;
2535
- packagePrefix?: string | undefined;
2536
- intent?: "symbol" | "path" | "text" | undefined;
2537
- fileGlob?: string | undefined;
2538
- queryNamespace?: "obfuscated" | "mojang" | "intermediary" | "yarn" | undefined;
2612
+ target?: {
2613
+ kind: "workspace";
2614
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2615
+ strict?: boolean | undefined;
2616
+ } | {
2617
+ name: string;
2618
+ kind: "dependency";
2619
+ group: string;
2620
+ version?: string | undefined;
2621
+ versionFromProject?: boolean | undefined;
2622
+ } | {
2623
+ kind: "version";
2624
+ value: string;
2625
+ } | {
2626
+ kind: "jar";
2627
+ value: string;
2628
+ } | {
2629
+ kind: "coordinate";
2630
+ value: string;
2631
+ } | {
2632
+ kind: "artifact";
2633
+ artifactId: string;
2634
+ } | undefined;
2539
2635
  }, {
2540
- artifactId: string;
2541
- query: string;
2542
- match?: "exact" | "prefix" | "contains" | "regex" | undefined;
2636
+ className: string;
2637
+ projectPath?: string | undefined;
2638
+ artifactId?: string | undefined;
2543
2639
  limit?: number | undefined;
2544
- cursor?: string | undefined;
2545
- sourcePriority?: "loom-first" | "maven-first" | undefined;
2546
- detail?: "summary" | "standard" | "full" | undefined;
2547
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2548
- gradleUserHome?: string | undefined;
2549
- symbolKind?: "class" | "field" | "method" | "record" | "interface" | "enum" | undefined;
2550
- packagePrefix?: string | undefined;
2551
- intent?: "symbol" | "path" | "text" | undefined;
2552
- fileGlob?: string | undefined;
2553
- queryMode?: "auto" | "token" | "literal" | undefined;
2554
- queryNamespace?: "obfuscated" | "mojang" | "intermediary" | "yarn" | undefined;
2640
+ target?: {
2641
+ kind: "workspace";
2642
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2643
+ strict?: boolean | undefined;
2644
+ } | {
2645
+ name: string;
2646
+ kind: "dependency";
2647
+ group: string;
2648
+ version?: string | undefined;
2649
+ versionFromProject?: boolean | undefined;
2650
+ } | {
2651
+ kind: "version";
2652
+ value: string;
2653
+ } | {
2654
+ kind: "jar";
2655
+ value: string;
2656
+ } | {
2657
+ kind: "coordinate";
2658
+ value: string;
2659
+ } | {
2660
+ kind: "artifact";
2661
+ artifactId: string;
2662
+ } | undefined;
2663
+ }>, {
2664
+ className: string;
2665
+ projectPath?: string | undefined;
2666
+ artifactId?: string | undefined;
2667
+ limit?: number | undefined;
2668
+ target?: {
2669
+ kind: "workspace";
2670
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2671
+ strict?: boolean | undefined;
2672
+ } | {
2673
+ name: string;
2674
+ kind: "dependency";
2675
+ group: string;
2676
+ version?: string | undefined;
2677
+ versionFromProject?: boolean | undefined;
2678
+ } | {
2679
+ kind: "version";
2680
+ value: string;
2681
+ } | {
2682
+ kind: "jar";
2683
+ value: string;
2684
+ } | {
2685
+ kind: "coordinate";
2686
+ value: string;
2687
+ } | {
2688
+ kind: "artifact";
2689
+ artifactId: string;
2690
+ } | undefined;
2691
+ }, {
2692
+ className: string;
2693
+ projectPath?: string | undefined;
2694
+ artifactId?: string | undefined;
2695
+ limit?: number | undefined;
2696
+ target?: {
2697
+ kind: "workspace";
2698
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2699
+ strict?: boolean | undefined;
2700
+ } | {
2701
+ name: string;
2702
+ kind: "dependency";
2703
+ group: string;
2704
+ version?: string | undefined;
2705
+ versionFromProject?: boolean | undefined;
2706
+ } | {
2707
+ kind: "version";
2708
+ value: string;
2709
+ } | {
2710
+ kind: "jar";
2711
+ value: string;
2712
+ } | {
2713
+ kind: "coordinate";
2714
+ value: string;
2715
+ } | {
2716
+ kind: "artifact";
2717
+ artifactId: string;
2718
+ } | undefined;
2719
+ }>;
2720
+ export declare const searchClassSourceShape: {
2721
+ artifactId: z.ZodOptional<z.ZodString>;
2722
+ target: z.ZodOptional<z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
2723
+ kind: z.ZodLiteral<"version">;
2724
+ value: z.ZodString;
2725
+ }, "strip", z.ZodTypeAny, {
2726
+ kind: "version";
2727
+ value: string;
2728
+ }, {
2729
+ kind: "version";
2730
+ value: string;
2731
+ }>, z.ZodObject<{
2732
+ kind: z.ZodLiteral<"jar">;
2733
+ value: z.ZodString;
2734
+ }, "strip", z.ZodTypeAny, {
2735
+ kind: "jar";
2736
+ value: string;
2737
+ }, {
2738
+ kind: "jar";
2739
+ value: string;
2740
+ }>, z.ZodObject<{
2741
+ kind: z.ZodLiteral<"coordinate">;
2742
+ value: z.ZodString;
2743
+ }, "strip", z.ZodTypeAny, {
2744
+ kind: "coordinate";
2745
+ value: string;
2746
+ }, {
2747
+ kind: "coordinate";
2748
+ value: string;
2749
+ }>, z.ZodObject<{
2750
+ kind: z.ZodLiteral<"workspace">;
2751
+ scope: z.ZodOptional<z.ZodEnum<["vanilla", "merged", "loader"]>>;
2752
+ strict: z.ZodOptional<z.ZodBoolean>;
2753
+ }, "strip", z.ZodTypeAny, {
2754
+ kind: "workspace";
2755
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2756
+ strict?: boolean | undefined;
2757
+ }, {
2758
+ kind: "workspace";
2759
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2760
+ strict?: boolean | undefined;
2761
+ }>, z.ZodObject<{
2762
+ kind: z.ZodLiteral<"dependency">;
2763
+ group: z.ZodString;
2764
+ name: z.ZodString;
2765
+ version: z.ZodOptional<z.ZodString>;
2766
+ versionFromProject: z.ZodOptional<z.ZodBoolean>;
2767
+ }, "strip", z.ZodTypeAny, {
2768
+ name: string;
2769
+ kind: "dependency";
2770
+ group: string;
2771
+ version?: string | undefined;
2772
+ versionFromProject?: boolean | undefined;
2773
+ }, {
2774
+ name: string;
2775
+ kind: "dependency";
2776
+ group: string;
2777
+ version?: string | undefined;
2778
+ versionFromProject?: boolean | undefined;
2779
+ }>, z.ZodObject<{
2780
+ kind: z.ZodLiteral<"artifact">;
2781
+ artifactId: z.ZodString;
2782
+ }, "strip", z.ZodTypeAny, {
2783
+ kind: "artifact";
2784
+ artifactId: string;
2785
+ }, {
2786
+ kind: "artifact";
2787
+ artifactId: string;
2788
+ }>]>>;
2789
+ query: z.ZodString;
2790
+ intent: z.ZodOptional<z.ZodEnum<["symbol", "text", "path"]>>;
2791
+ match: z.ZodOptional<z.ZodEnum<["exact", "prefix", "contains", "regex"]>>;
2792
+ packagePrefix: z.ZodOptional<z.ZodString>;
2793
+ fileGlob: z.ZodOptional<z.ZodString>;
2794
+ symbolKind: z.ZodOptional<z.ZodEnum<["class", "interface", "enum", "record", "method", "field"]>>;
2795
+ queryMode: z.ZodDefault<z.ZodEnum<["auto", "token", "literal"]>>;
2796
+ limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
2797
+ cursor: z.ZodOptional<z.ZodString>;
2798
+ queryNamespace: z.ZodOptional<z.ZodEnum<["obfuscated", "mojang", "intermediary", "yarn"]>>;
2799
+ sourcePriority: z.ZodOptional<z.ZodEnum<["loom-first", "maven-first"]>>;
2800
+ gradleUserHome: z.ZodOptional<z.ZodString>;
2801
+ detail: z.ZodDefault<z.ZodEnum<["summary", "standard", "full"]>>;
2802
+ include: z.ZodOptional<z.ZodArray<z.ZodEnum<["warnings", "provenance", "candidates", "members", "descriptors", "source", "files", "samples", "diff", "issues", "timeline", "matrix", "entries", "workspace", "health", "recovery", "paths", "owners", "preview", "cacheEntries", "timings", "artifact", "classes", "registry"]>, "many">>;
2803
+ };
2804
+ export declare const searchClassSourceSchema: z.ZodEffects<z.ZodObject<{
2805
+ artifactId: z.ZodOptional<z.ZodString>;
2806
+ target: z.ZodOptional<z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
2807
+ kind: z.ZodLiteral<"version">;
2808
+ value: z.ZodString;
2809
+ }, "strip", z.ZodTypeAny, {
2810
+ kind: "version";
2811
+ value: string;
2812
+ }, {
2813
+ kind: "version";
2814
+ value: string;
2815
+ }>, z.ZodObject<{
2816
+ kind: z.ZodLiteral<"jar">;
2817
+ value: z.ZodString;
2818
+ }, "strip", z.ZodTypeAny, {
2819
+ kind: "jar";
2820
+ value: string;
2821
+ }, {
2822
+ kind: "jar";
2823
+ value: string;
2824
+ }>, z.ZodObject<{
2825
+ kind: z.ZodLiteral<"coordinate">;
2826
+ value: z.ZodString;
2827
+ }, "strip", z.ZodTypeAny, {
2828
+ kind: "coordinate";
2829
+ value: string;
2830
+ }, {
2831
+ kind: "coordinate";
2832
+ value: string;
2833
+ }>, z.ZodObject<{
2834
+ kind: z.ZodLiteral<"workspace">;
2835
+ scope: z.ZodOptional<z.ZodEnum<["vanilla", "merged", "loader"]>>;
2836
+ strict: z.ZodOptional<z.ZodBoolean>;
2837
+ }, "strip", z.ZodTypeAny, {
2838
+ kind: "workspace";
2839
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2840
+ strict?: boolean | undefined;
2841
+ }, {
2842
+ kind: "workspace";
2843
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2844
+ strict?: boolean | undefined;
2845
+ }>, z.ZodObject<{
2846
+ kind: z.ZodLiteral<"dependency">;
2847
+ group: z.ZodString;
2848
+ name: z.ZodString;
2849
+ version: z.ZodOptional<z.ZodString>;
2850
+ versionFromProject: z.ZodOptional<z.ZodBoolean>;
2851
+ }, "strip", z.ZodTypeAny, {
2852
+ name: string;
2853
+ kind: "dependency";
2854
+ group: string;
2855
+ version?: string | undefined;
2856
+ versionFromProject?: boolean | undefined;
2857
+ }, {
2858
+ name: string;
2859
+ kind: "dependency";
2860
+ group: string;
2861
+ version?: string | undefined;
2862
+ versionFromProject?: boolean | undefined;
2863
+ }>, z.ZodObject<{
2864
+ kind: z.ZodLiteral<"artifact">;
2865
+ artifactId: z.ZodString;
2866
+ }, "strip", z.ZodTypeAny, {
2867
+ kind: "artifact";
2868
+ artifactId: string;
2869
+ }, {
2870
+ kind: "artifact";
2871
+ artifactId: string;
2872
+ }>]>>;
2873
+ query: z.ZodString;
2874
+ intent: z.ZodOptional<z.ZodEnum<["symbol", "text", "path"]>>;
2875
+ match: z.ZodOptional<z.ZodEnum<["exact", "prefix", "contains", "regex"]>>;
2876
+ packagePrefix: z.ZodOptional<z.ZodString>;
2877
+ fileGlob: z.ZodOptional<z.ZodString>;
2878
+ symbolKind: z.ZodOptional<z.ZodEnum<["class", "interface", "enum", "record", "method", "field"]>>;
2879
+ queryMode: z.ZodDefault<z.ZodEnum<["auto", "token", "literal"]>>;
2880
+ limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
2881
+ cursor: z.ZodOptional<z.ZodString>;
2882
+ queryNamespace: z.ZodOptional<z.ZodEnum<["obfuscated", "mojang", "intermediary", "yarn"]>>;
2883
+ sourcePriority: z.ZodOptional<z.ZodEnum<["loom-first", "maven-first"]>>;
2884
+ gradleUserHome: z.ZodOptional<z.ZodString>;
2885
+ detail: z.ZodDefault<z.ZodEnum<["summary", "standard", "full"]>>;
2886
+ include: z.ZodOptional<z.ZodArray<z.ZodEnum<["warnings", "provenance", "candidates", "members", "descriptors", "source", "files", "samples", "diff", "issues", "timeline", "matrix", "entries", "workspace", "health", "recovery", "paths", "owners", "preview", "cacheEntries", "timings", "artifact", "classes", "registry"]>, "many">>;
2887
+ }, "strip", z.ZodTypeAny, {
2888
+ limit: number;
2889
+ detail: "summary" | "standard" | "full";
2890
+ query: string;
2891
+ queryMode: "auto" | "token" | "literal";
2892
+ match?: "exact" | "prefix" | "contains" | "regex" | undefined;
2893
+ artifactId?: string | undefined;
2894
+ cursor?: string | undefined;
2895
+ sourcePriority?: "loom-first" | "maven-first" | undefined;
2896
+ target?: {
2897
+ kind: "workspace";
2898
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2899
+ strict?: boolean | undefined;
2900
+ } | {
2901
+ name: string;
2902
+ kind: "dependency";
2903
+ group: string;
2904
+ version?: string | undefined;
2905
+ versionFromProject?: boolean | undefined;
2906
+ } | {
2907
+ kind: "version";
2908
+ value: string;
2909
+ } | {
2910
+ kind: "jar";
2911
+ value: string;
2912
+ } | {
2913
+ kind: "coordinate";
2914
+ value: string;
2915
+ } | {
2916
+ kind: "artifact";
2917
+ artifactId: string;
2918
+ } | undefined;
2919
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2920
+ gradleUserHome?: string | undefined;
2921
+ symbolKind?: "class" | "field" | "method" | "record" | "interface" | "enum" | undefined;
2922
+ packagePrefix?: string | undefined;
2923
+ intent?: "symbol" | "path" | "text" | undefined;
2924
+ fileGlob?: string | undefined;
2925
+ queryNamespace?: "obfuscated" | "mojang" | "intermediary" | "yarn" | undefined;
2926
+ }, {
2927
+ query: string;
2928
+ match?: "exact" | "prefix" | "contains" | "regex" | undefined;
2929
+ artifactId?: string | undefined;
2930
+ limit?: number | undefined;
2931
+ cursor?: string | undefined;
2932
+ sourcePriority?: "loom-first" | "maven-first" | undefined;
2933
+ target?: {
2934
+ kind: "workspace";
2935
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2936
+ strict?: boolean | undefined;
2937
+ } | {
2938
+ name: string;
2939
+ kind: "dependency";
2940
+ group: string;
2941
+ version?: string | undefined;
2942
+ versionFromProject?: boolean | undefined;
2943
+ } | {
2944
+ kind: "version";
2945
+ value: string;
2946
+ } | {
2947
+ kind: "jar";
2948
+ value: string;
2949
+ } | {
2950
+ kind: "coordinate";
2951
+ value: string;
2952
+ } | {
2953
+ kind: "artifact";
2954
+ artifactId: string;
2955
+ } | undefined;
2956
+ detail?: "summary" | "standard" | "full" | undefined;
2957
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2958
+ gradleUserHome?: string | undefined;
2959
+ symbolKind?: "class" | "field" | "method" | "record" | "interface" | "enum" | undefined;
2960
+ packagePrefix?: string | undefined;
2961
+ intent?: "symbol" | "path" | "text" | undefined;
2962
+ fileGlob?: string | undefined;
2963
+ queryMode?: "auto" | "token" | "literal" | undefined;
2964
+ queryNamespace?: "obfuscated" | "mojang" | "intermediary" | "yarn" | undefined;
2965
+ }>, {
2966
+ limit: number;
2967
+ detail: "summary" | "standard" | "full";
2968
+ query: string;
2969
+ queryMode: "auto" | "token" | "literal";
2970
+ match?: "exact" | "prefix" | "contains" | "regex" | undefined;
2971
+ artifactId?: string | undefined;
2972
+ cursor?: string | undefined;
2973
+ sourcePriority?: "loom-first" | "maven-first" | undefined;
2974
+ target?: {
2975
+ kind: "workspace";
2976
+ scope?: "vanilla" | "merged" | "loader" | undefined;
2977
+ strict?: boolean | undefined;
2978
+ } | {
2979
+ name: string;
2980
+ kind: "dependency";
2981
+ group: string;
2982
+ version?: string | undefined;
2983
+ versionFromProject?: boolean | undefined;
2984
+ } | {
2985
+ kind: "version";
2986
+ value: string;
2987
+ } | {
2988
+ kind: "jar";
2989
+ value: string;
2990
+ } | {
2991
+ kind: "coordinate";
2992
+ value: string;
2993
+ } | {
2994
+ kind: "artifact";
2995
+ artifactId: string;
2996
+ } | undefined;
2997
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2998
+ gradleUserHome?: string | undefined;
2999
+ symbolKind?: "class" | "field" | "method" | "record" | "interface" | "enum" | undefined;
3000
+ packagePrefix?: string | undefined;
3001
+ intent?: "symbol" | "path" | "text" | undefined;
3002
+ fileGlob?: string | undefined;
3003
+ queryNamespace?: "obfuscated" | "mojang" | "intermediary" | "yarn" | undefined;
3004
+ }, {
3005
+ query: string;
3006
+ match?: "exact" | "prefix" | "contains" | "regex" | undefined;
3007
+ artifactId?: string | undefined;
3008
+ limit?: number | undefined;
3009
+ cursor?: string | undefined;
3010
+ sourcePriority?: "loom-first" | "maven-first" | undefined;
3011
+ target?: {
3012
+ kind: "workspace";
3013
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3014
+ strict?: boolean | undefined;
3015
+ } | {
3016
+ name: string;
3017
+ kind: "dependency";
3018
+ group: string;
3019
+ version?: string | undefined;
3020
+ versionFromProject?: boolean | undefined;
3021
+ } | {
3022
+ kind: "version";
3023
+ value: string;
3024
+ } | {
3025
+ kind: "jar";
3026
+ value: string;
3027
+ } | {
3028
+ kind: "coordinate";
3029
+ value: string;
3030
+ } | {
3031
+ kind: "artifact";
3032
+ artifactId: string;
3033
+ } | undefined;
3034
+ detail?: "summary" | "standard" | "full" | undefined;
3035
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3036
+ gradleUserHome?: string | undefined;
3037
+ symbolKind?: "class" | "field" | "method" | "record" | "interface" | "enum" | undefined;
3038
+ packagePrefix?: string | undefined;
3039
+ intent?: "symbol" | "path" | "text" | undefined;
3040
+ fileGlob?: string | undefined;
3041
+ queryMode?: "auto" | "token" | "literal" | undefined;
3042
+ queryNamespace?: "obfuscated" | "mojang" | "intermediary" | "yarn" | undefined;
2555
3043
  }>;
2556
3044
  export declare const getArtifactFileShape: {
2557
- artifactId: z.ZodString;
3045
+ artifactId: z.ZodOptional<z.ZodString>;
3046
+ target: z.ZodOptional<z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
3047
+ kind: z.ZodLiteral<"version">;
3048
+ value: z.ZodString;
3049
+ }, "strip", z.ZodTypeAny, {
3050
+ kind: "version";
3051
+ value: string;
3052
+ }, {
3053
+ kind: "version";
3054
+ value: string;
3055
+ }>, z.ZodObject<{
3056
+ kind: z.ZodLiteral<"jar">;
3057
+ value: z.ZodString;
3058
+ }, "strip", z.ZodTypeAny, {
3059
+ kind: "jar";
3060
+ value: string;
3061
+ }, {
3062
+ kind: "jar";
3063
+ value: string;
3064
+ }>, z.ZodObject<{
3065
+ kind: z.ZodLiteral<"coordinate">;
3066
+ value: z.ZodString;
3067
+ }, "strip", z.ZodTypeAny, {
3068
+ kind: "coordinate";
3069
+ value: string;
3070
+ }, {
3071
+ kind: "coordinate";
3072
+ value: string;
3073
+ }>, z.ZodObject<{
3074
+ kind: z.ZodLiteral<"workspace">;
3075
+ scope: z.ZodOptional<z.ZodEnum<["vanilla", "merged", "loader"]>>;
3076
+ strict: z.ZodOptional<z.ZodBoolean>;
3077
+ }, "strip", z.ZodTypeAny, {
3078
+ kind: "workspace";
3079
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3080
+ strict?: boolean | undefined;
3081
+ }, {
3082
+ kind: "workspace";
3083
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3084
+ strict?: boolean | undefined;
3085
+ }>, z.ZodObject<{
3086
+ kind: z.ZodLiteral<"dependency">;
3087
+ group: z.ZodString;
3088
+ name: z.ZodString;
3089
+ version: z.ZodOptional<z.ZodString>;
3090
+ versionFromProject: z.ZodOptional<z.ZodBoolean>;
3091
+ }, "strip", z.ZodTypeAny, {
3092
+ name: string;
3093
+ kind: "dependency";
3094
+ group: string;
3095
+ version?: string | undefined;
3096
+ versionFromProject?: boolean | undefined;
3097
+ }, {
3098
+ name: string;
3099
+ kind: "dependency";
3100
+ group: string;
3101
+ version?: string | undefined;
3102
+ versionFromProject?: boolean | undefined;
3103
+ }>, z.ZodObject<{
3104
+ kind: z.ZodLiteral<"artifact">;
3105
+ artifactId: z.ZodString;
3106
+ }, "strip", z.ZodTypeAny, {
3107
+ kind: "artifact";
3108
+ artifactId: string;
3109
+ }, {
3110
+ kind: "artifact";
3111
+ artifactId: string;
3112
+ }>]>>;
2558
3113
  filePath: z.ZodString;
2559
3114
  maxBytes: z.ZodOptional<z.ZodNumber>;
2560
3115
  };
2561
- export declare const getArtifactFileSchema: z.ZodObject<{
2562
- artifactId: z.ZodString;
3116
+ export declare const getArtifactFileSchema: z.ZodEffects<z.ZodObject<{
3117
+ artifactId: z.ZodOptional<z.ZodString>;
3118
+ target: z.ZodOptional<z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
3119
+ kind: z.ZodLiteral<"version">;
3120
+ value: z.ZodString;
3121
+ }, "strip", z.ZodTypeAny, {
3122
+ kind: "version";
3123
+ value: string;
3124
+ }, {
3125
+ kind: "version";
3126
+ value: string;
3127
+ }>, z.ZodObject<{
3128
+ kind: z.ZodLiteral<"jar">;
3129
+ value: z.ZodString;
3130
+ }, "strip", z.ZodTypeAny, {
3131
+ kind: "jar";
3132
+ value: string;
3133
+ }, {
3134
+ kind: "jar";
3135
+ value: string;
3136
+ }>, z.ZodObject<{
3137
+ kind: z.ZodLiteral<"coordinate">;
3138
+ value: z.ZodString;
3139
+ }, "strip", z.ZodTypeAny, {
3140
+ kind: "coordinate";
3141
+ value: string;
3142
+ }, {
3143
+ kind: "coordinate";
3144
+ value: string;
3145
+ }>, z.ZodObject<{
3146
+ kind: z.ZodLiteral<"workspace">;
3147
+ scope: z.ZodOptional<z.ZodEnum<["vanilla", "merged", "loader"]>>;
3148
+ strict: z.ZodOptional<z.ZodBoolean>;
3149
+ }, "strip", z.ZodTypeAny, {
3150
+ kind: "workspace";
3151
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3152
+ strict?: boolean | undefined;
3153
+ }, {
3154
+ kind: "workspace";
3155
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3156
+ strict?: boolean | undefined;
3157
+ }>, z.ZodObject<{
3158
+ kind: z.ZodLiteral<"dependency">;
3159
+ group: z.ZodString;
3160
+ name: z.ZodString;
3161
+ version: z.ZodOptional<z.ZodString>;
3162
+ versionFromProject: z.ZodOptional<z.ZodBoolean>;
3163
+ }, "strip", z.ZodTypeAny, {
3164
+ name: string;
3165
+ kind: "dependency";
3166
+ group: string;
3167
+ version?: string | undefined;
3168
+ versionFromProject?: boolean | undefined;
3169
+ }, {
3170
+ name: string;
3171
+ kind: "dependency";
3172
+ group: string;
3173
+ version?: string | undefined;
3174
+ versionFromProject?: boolean | undefined;
3175
+ }>, z.ZodObject<{
3176
+ kind: z.ZodLiteral<"artifact">;
3177
+ artifactId: z.ZodString;
3178
+ }, "strip", z.ZodTypeAny, {
3179
+ kind: "artifact";
3180
+ artifactId: string;
3181
+ }, {
3182
+ kind: "artifact";
3183
+ artifactId: string;
3184
+ }>]>>;
2563
3185
  filePath: z.ZodString;
2564
3186
  maxBytes: z.ZodOptional<z.ZodNumber>;
2565
3187
  }, "strip", z.ZodTypeAny, {
2566
- artifactId: string;
2567
3188
  filePath: string;
3189
+ artifactId?: string | undefined;
3190
+ target?: {
3191
+ kind: "workspace";
3192
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3193
+ strict?: boolean | undefined;
3194
+ } | {
3195
+ name: string;
3196
+ kind: "dependency";
3197
+ group: string;
3198
+ version?: string | undefined;
3199
+ versionFromProject?: boolean | undefined;
3200
+ } | {
3201
+ kind: "version";
3202
+ value: string;
3203
+ } | {
3204
+ kind: "jar";
3205
+ value: string;
3206
+ } | {
3207
+ kind: "coordinate";
3208
+ value: string;
3209
+ } | {
3210
+ kind: "artifact";
3211
+ artifactId: string;
3212
+ } | undefined;
3213
+ maxBytes?: number | undefined;
3214
+ }, {
3215
+ filePath: string;
3216
+ artifactId?: string | undefined;
3217
+ target?: {
3218
+ kind: "workspace";
3219
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3220
+ strict?: boolean | undefined;
3221
+ } | {
3222
+ name: string;
3223
+ kind: "dependency";
3224
+ group: string;
3225
+ version?: string | undefined;
3226
+ versionFromProject?: boolean | undefined;
3227
+ } | {
3228
+ kind: "version";
3229
+ value: string;
3230
+ } | {
3231
+ kind: "jar";
3232
+ value: string;
3233
+ } | {
3234
+ kind: "coordinate";
3235
+ value: string;
3236
+ } | {
3237
+ kind: "artifact";
3238
+ artifactId: string;
3239
+ } | undefined;
3240
+ maxBytes?: number | undefined;
3241
+ }>, {
3242
+ filePath: string;
3243
+ artifactId?: string | undefined;
3244
+ target?: {
3245
+ kind: "workspace";
3246
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3247
+ strict?: boolean | undefined;
3248
+ } | {
3249
+ name: string;
3250
+ kind: "dependency";
3251
+ group: string;
3252
+ version?: string | undefined;
3253
+ versionFromProject?: boolean | undefined;
3254
+ } | {
3255
+ kind: "version";
3256
+ value: string;
3257
+ } | {
3258
+ kind: "jar";
3259
+ value: string;
3260
+ } | {
3261
+ kind: "coordinate";
3262
+ value: string;
3263
+ } | {
3264
+ kind: "artifact";
3265
+ artifactId: string;
3266
+ } | undefined;
2568
3267
  maxBytes?: number | undefined;
2569
3268
  }, {
2570
- artifactId: string;
2571
3269
  filePath: string;
3270
+ artifactId?: string | undefined;
3271
+ target?: {
3272
+ kind: "workspace";
3273
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3274
+ strict?: boolean | undefined;
3275
+ } | {
3276
+ name: string;
3277
+ kind: "dependency";
3278
+ group: string;
3279
+ version?: string | undefined;
3280
+ versionFromProject?: boolean | undefined;
3281
+ } | {
3282
+ kind: "version";
3283
+ value: string;
3284
+ } | {
3285
+ kind: "jar";
3286
+ value: string;
3287
+ } | {
3288
+ kind: "coordinate";
3289
+ value: string;
3290
+ } | {
3291
+ kind: "artifact";
3292
+ artifactId: string;
3293
+ } | undefined;
2572
3294
  maxBytes?: number | undefined;
2573
3295
  }>;
2574
3296
  export declare const listArtifactFilesShape: {
2575
- artifactId: z.ZodString;
3297
+ artifactId: z.ZodOptional<z.ZodString>;
3298
+ target: z.ZodOptional<z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
3299
+ kind: z.ZodLiteral<"version">;
3300
+ value: z.ZodString;
3301
+ }, "strip", z.ZodTypeAny, {
3302
+ kind: "version";
3303
+ value: string;
3304
+ }, {
3305
+ kind: "version";
3306
+ value: string;
3307
+ }>, z.ZodObject<{
3308
+ kind: z.ZodLiteral<"jar">;
3309
+ value: z.ZodString;
3310
+ }, "strip", z.ZodTypeAny, {
3311
+ kind: "jar";
3312
+ value: string;
3313
+ }, {
3314
+ kind: "jar";
3315
+ value: string;
3316
+ }>, z.ZodObject<{
3317
+ kind: z.ZodLiteral<"coordinate">;
3318
+ value: z.ZodString;
3319
+ }, "strip", z.ZodTypeAny, {
3320
+ kind: "coordinate";
3321
+ value: string;
3322
+ }, {
3323
+ kind: "coordinate";
3324
+ value: string;
3325
+ }>, z.ZodObject<{
3326
+ kind: z.ZodLiteral<"workspace">;
3327
+ scope: z.ZodOptional<z.ZodEnum<["vanilla", "merged", "loader"]>>;
3328
+ strict: z.ZodOptional<z.ZodBoolean>;
3329
+ }, "strip", z.ZodTypeAny, {
3330
+ kind: "workspace";
3331
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3332
+ strict?: boolean | undefined;
3333
+ }, {
3334
+ kind: "workspace";
3335
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3336
+ strict?: boolean | undefined;
3337
+ }>, z.ZodObject<{
3338
+ kind: z.ZodLiteral<"dependency">;
3339
+ group: z.ZodString;
3340
+ name: z.ZodString;
3341
+ version: z.ZodOptional<z.ZodString>;
3342
+ versionFromProject: z.ZodOptional<z.ZodBoolean>;
3343
+ }, "strip", z.ZodTypeAny, {
3344
+ name: string;
3345
+ kind: "dependency";
3346
+ group: string;
3347
+ version?: string | undefined;
3348
+ versionFromProject?: boolean | undefined;
3349
+ }, {
3350
+ name: string;
3351
+ kind: "dependency";
3352
+ group: string;
3353
+ version?: string | undefined;
3354
+ versionFromProject?: boolean | undefined;
3355
+ }>, z.ZodObject<{
3356
+ kind: z.ZodLiteral<"artifact">;
3357
+ artifactId: z.ZodString;
3358
+ }, "strip", z.ZodTypeAny, {
3359
+ kind: "artifact";
3360
+ artifactId: string;
3361
+ }, {
3362
+ kind: "artifact";
3363
+ artifactId: string;
3364
+ }>]>>;
2576
3365
  prefix: z.ZodOptional<z.ZodString>;
2577
3366
  limit: z.ZodOptional<z.ZodNumber>;
2578
3367
  cursor: z.ZodOptional<z.ZodString>;
2579
3368
  detail: z.ZodDefault<z.ZodEnum<["summary", "standard", "full"]>>;
2580
3369
  include: z.ZodOptional<z.ZodArray<z.ZodEnum<["warnings", "provenance", "candidates", "members", "descriptors", "source", "files", "samples", "diff", "issues", "timeline", "matrix", "entries", "workspace", "health", "recovery", "paths", "owners", "preview", "cacheEntries", "timings", "artifact", "classes", "registry"]>, "many">>;
2581
3370
  };
2582
- export declare const listArtifactFilesSchema: z.ZodObject<{
2583
- artifactId: z.ZodString;
3371
+ export declare const listArtifactFilesSchema: z.ZodEffects<z.ZodObject<{
3372
+ artifactId: z.ZodOptional<z.ZodString>;
3373
+ target: z.ZodOptional<z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
3374
+ kind: z.ZodLiteral<"version">;
3375
+ value: z.ZodString;
3376
+ }, "strip", z.ZodTypeAny, {
3377
+ kind: "version";
3378
+ value: string;
3379
+ }, {
3380
+ kind: "version";
3381
+ value: string;
3382
+ }>, z.ZodObject<{
3383
+ kind: z.ZodLiteral<"jar">;
3384
+ value: z.ZodString;
3385
+ }, "strip", z.ZodTypeAny, {
3386
+ kind: "jar";
3387
+ value: string;
3388
+ }, {
3389
+ kind: "jar";
3390
+ value: string;
3391
+ }>, z.ZodObject<{
3392
+ kind: z.ZodLiteral<"coordinate">;
3393
+ value: z.ZodString;
3394
+ }, "strip", z.ZodTypeAny, {
3395
+ kind: "coordinate";
3396
+ value: string;
3397
+ }, {
3398
+ kind: "coordinate";
3399
+ value: string;
3400
+ }>, z.ZodObject<{
3401
+ kind: z.ZodLiteral<"workspace">;
3402
+ scope: z.ZodOptional<z.ZodEnum<["vanilla", "merged", "loader"]>>;
3403
+ strict: z.ZodOptional<z.ZodBoolean>;
3404
+ }, "strip", z.ZodTypeAny, {
3405
+ kind: "workspace";
3406
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3407
+ strict?: boolean | undefined;
3408
+ }, {
3409
+ kind: "workspace";
3410
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3411
+ strict?: boolean | undefined;
3412
+ }>, z.ZodObject<{
3413
+ kind: z.ZodLiteral<"dependency">;
3414
+ group: z.ZodString;
3415
+ name: z.ZodString;
3416
+ version: z.ZodOptional<z.ZodString>;
3417
+ versionFromProject: z.ZodOptional<z.ZodBoolean>;
3418
+ }, "strip", z.ZodTypeAny, {
3419
+ name: string;
3420
+ kind: "dependency";
3421
+ group: string;
3422
+ version?: string | undefined;
3423
+ versionFromProject?: boolean | undefined;
3424
+ }, {
3425
+ name: string;
3426
+ kind: "dependency";
3427
+ group: string;
3428
+ version?: string | undefined;
3429
+ versionFromProject?: boolean | undefined;
3430
+ }>, z.ZodObject<{
3431
+ kind: z.ZodLiteral<"artifact">;
3432
+ artifactId: z.ZodString;
3433
+ }, "strip", z.ZodTypeAny, {
3434
+ kind: "artifact";
3435
+ artifactId: string;
3436
+ }, {
3437
+ kind: "artifact";
3438
+ artifactId: string;
3439
+ }>]>>;
2584
3440
  prefix: z.ZodOptional<z.ZodString>;
2585
3441
  limit: z.ZodOptional<z.ZodNumber>;
2586
3442
  cursor: z.ZodOptional<z.ZodString>;
2587
3443
  detail: z.ZodDefault<z.ZodEnum<["summary", "standard", "full"]>>;
2588
3444
  include: z.ZodOptional<z.ZodArray<z.ZodEnum<["warnings", "provenance", "candidates", "members", "descriptors", "source", "files", "samples", "diff", "issues", "timeline", "matrix", "entries", "workspace", "health", "recovery", "paths", "owners", "preview", "cacheEntries", "timings", "artifact", "classes", "registry"]>, "many">>;
2589
3445
  }, "strip", z.ZodTypeAny, {
2590
- artifactId: string;
2591
3446
  detail: "summary" | "standard" | "full";
3447
+ artifactId?: string | undefined;
3448
+ limit?: number | undefined;
3449
+ cursor?: string | undefined;
3450
+ target?: {
3451
+ kind: "workspace";
3452
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3453
+ strict?: boolean | undefined;
3454
+ } | {
3455
+ name: string;
3456
+ kind: "dependency";
3457
+ group: string;
3458
+ version?: string | undefined;
3459
+ versionFromProject?: boolean | undefined;
3460
+ } | {
3461
+ kind: "version";
3462
+ value: string;
3463
+ } | {
3464
+ kind: "jar";
3465
+ value: string;
3466
+ } | {
3467
+ kind: "coordinate";
3468
+ value: string;
3469
+ } | {
3470
+ kind: "artifact";
3471
+ artifactId: string;
3472
+ } | undefined;
3473
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3474
+ prefix?: string | undefined;
3475
+ }, {
3476
+ artifactId?: string | undefined;
3477
+ limit?: number | undefined;
3478
+ cursor?: string | undefined;
3479
+ target?: {
3480
+ kind: "workspace";
3481
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3482
+ strict?: boolean | undefined;
3483
+ } | {
3484
+ name: string;
3485
+ kind: "dependency";
3486
+ group: string;
3487
+ version?: string | undefined;
3488
+ versionFromProject?: boolean | undefined;
3489
+ } | {
3490
+ kind: "version";
3491
+ value: string;
3492
+ } | {
3493
+ kind: "jar";
3494
+ value: string;
3495
+ } | {
3496
+ kind: "coordinate";
3497
+ value: string;
3498
+ } | {
3499
+ kind: "artifact";
3500
+ artifactId: string;
3501
+ } | undefined;
3502
+ detail?: "summary" | "standard" | "full" | undefined;
3503
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3504
+ prefix?: string | undefined;
3505
+ }>, {
3506
+ detail: "summary" | "standard" | "full";
3507
+ artifactId?: string | undefined;
2592
3508
  limit?: number | undefined;
2593
3509
  cursor?: string | undefined;
2594
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3510
+ target?: {
3511
+ kind: "workspace";
3512
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3513
+ strict?: boolean | undefined;
3514
+ } | {
3515
+ name: string;
3516
+ kind: "dependency";
3517
+ group: string;
3518
+ version?: string | undefined;
3519
+ versionFromProject?: boolean | undefined;
3520
+ } | {
3521
+ kind: "version";
3522
+ value: string;
3523
+ } | {
3524
+ kind: "jar";
3525
+ value: string;
3526
+ } | {
3527
+ kind: "coordinate";
3528
+ value: string;
3529
+ } | {
3530
+ kind: "artifact";
3531
+ artifactId: string;
3532
+ } | undefined;
3533
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2595
3534
  prefix?: string | undefined;
2596
3535
  }, {
2597
- artifactId: string;
3536
+ artifactId?: string | undefined;
2598
3537
  limit?: number | undefined;
2599
3538
  cursor?: string | undefined;
3539
+ target?: {
3540
+ kind: "workspace";
3541
+ scope?: "vanilla" | "merged" | "loader" | undefined;
3542
+ strict?: boolean | undefined;
3543
+ } | {
3544
+ name: string;
3545
+ kind: "dependency";
3546
+ group: string;
3547
+ version?: string | undefined;
3548
+ versionFromProject?: boolean | undefined;
3549
+ } | {
3550
+ kind: "version";
3551
+ value: string;
3552
+ } | {
3553
+ kind: "jar";
3554
+ value: string;
3555
+ } | {
3556
+ kind: "coordinate";
3557
+ value: string;
3558
+ } | {
3559
+ kind: "artifact";
3560
+ artifactId: string;
3561
+ } | undefined;
2600
3562
  detail?: "summary" | "standard" | "full" | undefined;
2601
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3563
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2602
3564
  prefix?: string | undefined;
2603
3565
  }>;
2604
3566
  export declare const traceSymbolLifecycleShape: {
@@ -2640,8 +3602,8 @@ export declare const traceSymbolLifecycleSchema: z.ZodObject<{
2640
3602
  descriptor?: string | undefined;
2641
3603
  mapping?: "obfuscated" | "mojang" | "intermediary" | "yarn" | undefined;
2642
3604
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2643
- maxVersions?: number | undefined;
2644
3605
  gradleUserHome?: string | undefined;
3606
+ maxVersions?: number | undefined;
2645
3607
  includeSnapshots?: boolean | undefined;
2646
3608
  fromVersion?: string | undefined;
2647
3609
  toVersion?: string | undefined;
@@ -2745,7 +3707,7 @@ export declare const findMappingSchema: z.ZodEffects<z.ZodObject<{
2745
3707
  descriptor?: string | undefined;
2746
3708
  owner?: string | undefined;
2747
3709
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2748
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3710
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2749
3711
  gradleUserHome?: string | undefined;
2750
3712
  disambiguation?: {
2751
3713
  ownerHint?: string | undefined;
@@ -2762,7 +3724,7 @@ export declare const findMappingSchema: z.ZodEffects<z.ZodObject<{
2762
3724
  maxCandidates?: number | undefined;
2763
3725
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2764
3726
  detail?: "summary" | "standard" | "full" | undefined;
2765
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3727
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2766
3728
  gradleUserHome?: string | undefined;
2767
3729
  nameMode?: "auto" | "fqcn" | undefined;
2768
3730
  signatureMode?: "exact" | "name-only" | undefined;
@@ -2783,7 +3745,7 @@ export declare const findMappingSchema: z.ZodEffects<z.ZodObject<{
2783
3745
  descriptor?: string | undefined;
2784
3746
  owner?: string | undefined;
2785
3747
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2786
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3748
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2787
3749
  gradleUserHome?: string | undefined;
2788
3750
  disambiguation?: {
2789
3751
  ownerHint?: string | undefined;
@@ -2800,7 +3762,7 @@ export declare const findMappingSchema: z.ZodEffects<z.ZodObject<{
2800
3762
  maxCandidates?: number | undefined;
2801
3763
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2802
3764
  detail?: "summary" | "standard" | "full" | undefined;
2803
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3765
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2804
3766
  gradleUserHome?: string | undefined;
2805
3767
  nameMode?: "auto" | "fqcn" | undefined;
2806
3768
  signatureMode?: "exact" | "name-only" | undefined;
@@ -2844,7 +3806,7 @@ export declare const resolveMethodMappingExactSchema: z.ZodEffects<z.ZodObject<{
2844
3806
  targetMapping: "obfuscated" | "mojang" | "intermediary" | "yarn";
2845
3807
  sourceMapping: "obfuscated" | "mojang" | "intermediary" | "yarn";
2846
3808
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2847
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3809
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2848
3810
  gradleUserHome?: string | undefined;
2849
3811
  }, {
2850
3812
  name: string;
@@ -2856,7 +3818,7 @@ export declare const resolveMethodMappingExactSchema: z.ZodEffects<z.ZodObject<{
2856
3818
  maxCandidates?: number | undefined;
2857
3819
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2858
3820
  detail?: "summary" | "standard" | "full" | undefined;
2859
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3821
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2860
3822
  gradleUserHome?: string | undefined;
2861
3823
  }>, {
2862
3824
  name: string;
@@ -2868,7 +3830,7 @@ export declare const resolveMethodMappingExactSchema: z.ZodEffects<z.ZodObject<{
2868
3830
  targetMapping: "obfuscated" | "mojang" | "intermediary" | "yarn";
2869
3831
  sourceMapping: "obfuscated" | "mojang" | "intermediary" | "yarn";
2870
3832
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2871
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3833
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2872
3834
  gradleUserHome?: string | undefined;
2873
3835
  }, {
2874
3836
  name: string;
@@ -2880,7 +3842,7 @@ export declare const resolveMethodMappingExactSchema: z.ZodEffects<z.ZodObject<{
2880
3842
  maxCandidates?: number | undefined;
2881
3843
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2882
3844
  detail?: "summary" | "standard" | "full" | undefined;
2883
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3845
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2884
3846
  gradleUserHome?: string | undefined;
2885
3847
  }>;
2886
3848
  export declare const classApiKindsSchema: z.ZodEffects<z.ZodString, string, string>;
@@ -2960,7 +3922,7 @@ export declare const resolveWorkspaceSymbolSchema: z.ZodEffects<z.ZodObject<{
2960
3922
  descriptor?: string | undefined;
2961
3923
  owner?: string | undefined;
2962
3924
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2963
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3925
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2964
3926
  gradleUserHome?: string | undefined;
2965
3927
  }, {
2966
3928
  name: string;
@@ -2973,7 +3935,7 @@ export declare const resolveWorkspaceSymbolSchema: z.ZodEffects<z.ZodObject<{
2973
3935
  maxCandidates?: number | undefined;
2974
3936
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2975
3937
  detail?: "summary" | "standard" | "full" | undefined;
2976
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3938
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2977
3939
  gradleUserHome?: string | undefined;
2978
3940
  }>, {
2979
3941
  name: string;
@@ -2986,7 +3948,7 @@ export declare const resolveWorkspaceSymbolSchema: z.ZodEffects<z.ZodObject<{
2986
3948
  descriptor?: string | undefined;
2987
3949
  owner?: string | undefined;
2988
3950
  sourcePriority?: "loom-first" | "maven-first" | undefined;
2989
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3951
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
2990
3952
  gradleUserHome?: string | undefined;
2991
3953
  }, {
2992
3954
  name: string;
@@ -2999,7 +3961,7 @@ export declare const resolveWorkspaceSymbolSchema: z.ZodEffects<z.ZodObject<{
2999
3961
  maxCandidates?: number | undefined;
3000
3962
  sourcePriority?: "loom-first" | "maven-first" | undefined;
3001
3963
  detail?: "summary" | "standard" | "full" | undefined;
3002
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3964
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3003
3965
  gradleUserHome?: string | undefined;
3004
3966
  }>;
3005
3967
  export declare const checkSymbolExistsShape: {
@@ -3043,7 +4005,7 @@ export declare const checkSymbolExistsSchema: z.ZodEffects<z.ZodObject<{
3043
4005
  descriptor?: string | undefined;
3044
4006
  owner?: string | undefined;
3045
4007
  sourcePriority?: "loom-first" | "maven-first" | undefined;
3046
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
4008
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3047
4009
  gradleUserHome?: string | undefined;
3048
4010
  }, {
3049
4011
  name: string;
@@ -3055,7 +4017,7 @@ export declare const checkSymbolExistsSchema: z.ZodEffects<z.ZodObject<{
3055
4017
  maxCandidates?: number | undefined;
3056
4018
  sourcePriority?: "loom-first" | "maven-first" | undefined;
3057
4019
  detail?: "summary" | "standard" | "full" | undefined;
3058
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
4020
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3059
4021
  gradleUserHome?: string | undefined;
3060
4022
  nameMode?: "auto" | "fqcn" | undefined;
3061
4023
  signatureMode?: "exact" | "name-only" | undefined;
@@ -3071,7 +4033,7 @@ export declare const checkSymbolExistsSchema: z.ZodEffects<z.ZodObject<{
3071
4033
  descriptor?: string | undefined;
3072
4034
  owner?: string | undefined;
3073
4035
  sourcePriority?: "loom-first" | "maven-first" | undefined;
3074
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
4036
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3075
4037
  gradleUserHome?: string | undefined;
3076
4038
  }, {
3077
4039
  name: string;
@@ -3083,7 +4045,7 @@ export declare const checkSymbolExistsSchema: z.ZodEffects<z.ZodObject<{
3083
4045
  maxCandidates?: number | undefined;
3084
4046
  sourcePriority?: "loom-first" | "maven-first" | undefined;
3085
4047
  detail?: "summary" | "standard" | "full" | undefined;
3086
- include?: ("entries" | "workspace" | "warnings" | "source" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "candidates" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
4048
+ include?: ("entries" | "workspace" | "candidates" | "source" | "warnings" | "registry" | "preview" | "files" | "samples" | "timings" | "issues" | "recovery" | "paths" | "members" | "provenance" | "artifact" | "classes" | "timeline" | "descriptors" | "diff" | "matrix" | "health" | "owners" | "cacheEntries")[] | undefined;
3087
4049
  gradleUserHome?: string | undefined;
3088
4050
  nameMode?: "auto" | "fqcn" | undefined;
3089
4051
  signatureMode?: "exact" | "name-only" | undefined;
@@ -3097,10 +4059,10 @@ export declare const nbtToJsonSchema: z.ZodObject<{
3097
4059
  compression: z.ZodDefault<z.ZodEnum<["none", "gzip", "auto"]>>;
3098
4060
  }, "strip", z.ZodTypeAny, {
3099
4061
  nbtBase64: string;
3100
- compression: "none" | "gzip" | "auto";
4062
+ compression: "auto" | "none" | "gzip";
3101
4063
  }, {
3102
4064
  nbtBase64: string;
3103
- compression?: "none" | "gzip" | "auto" | undefined;
4065
+ compression?: "auto" | "none" | "gzip" | undefined;
3104
4066
  }>;
3105
4067
  export declare const nbtApplyJsonPatchShape: {
3106
4068
  typedJson: z.ZodUnknown;
@@ -3163,18 +4125,250 @@ export declare const jsonToNbtSchema: z.ZodObject<{
3163
4125
  compression?: "none" | "gzip" | undefined;
3164
4126
  }>;
3165
4127
  export declare const indexArtifactShape: {
3166
- artifactId: z.ZodString;
4128
+ artifactId: z.ZodOptional<z.ZodString>;
4129
+ target: z.ZodOptional<z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
4130
+ kind: z.ZodLiteral<"version">;
4131
+ value: z.ZodString;
4132
+ }, "strip", z.ZodTypeAny, {
4133
+ kind: "version";
4134
+ value: string;
4135
+ }, {
4136
+ kind: "version";
4137
+ value: string;
4138
+ }>, z.ZodObject<{
4139
+ kind: z.ZodLiteral<"jar">;
4140
+ value: z.ZodString;
4141
+ }, "strip", z.ZodTypeAny, {
4142
+ kind: "jar";
4143
+ value: string;
4144
+ }, {
4145
+ kind: "jar";
4146
+ value: string;
4147
+ }>, z.ZodObject<{
4148
+ kind: z.ZodLiteral<"coordinate">;
4149
+ value: z.ZodString;
4150
+ }, "strip", z.ZodTypeAny, {
4151
+ kind: "coordinate";
4152
+ value: string;
4153
+ }, {
4154
+ kind: "coordinate";
4155
+ value: string;
4156
+ }>, z.ZodObject<{
4157
+ kind: z.ZodLiteral<"workspace">;
4158
+ scope: z.ZodOptional<z.ZodEnum<["vanilla", "merged", "loader"]>>;
4159
+ strict: z.ZodOptional<z.ZodBoolean>;
4160
+ }, "strip", z.ZodTypeAny, {
4161
+ kind: "workspace";
4162
+ scope?: "vanilla" | "merged" | "loader" | undefined;
4163
+ strict?: boolean | undefined;
4164
+ }, {
4165
+ kind: "workspace";
4166
+ scope?: "vanilla" | "merged" | "loader" | undefined;
4167
+ strict?: boolean | undefined;
4168
+ }>, z.ZodObject<{
4169
+ kind: z.ZodLiteral<"dependency">;
4170
+ group: z.ZodString;
4171
+ name: z.ZodString;
4172
+ version: z.ZodOptional<z.ZodString>;
4173
+ versionFromProject: z.ZodOptional<z.ZodBoolean>;
4174
+ }, "strip", z.ZodTypeAny, {
4175
+ name: string;
4176
+ kind: "dependency";
4177
+ group: string;
4178
+ version?: string | undefined;
4179
+ versionFromProject?: boolean | undefined;
4180
+ }, {
4181
+ name: string;
4182
+ kind: "dependency";
4183
+ group: string;
4184
+ version?: string | undefined;
4185
+ versionFromProject?: boolean | undefined;
4186
+ }>, z.ZodObject<{
4187
+ kind: z.ZodLiteral<"artifact">;
4188
+ artifactId: z.ZodString;
4189
+ }, "strip", z.ZodTypeAny, {
4190
+ kind: "artifact";
4191
+ artifactId: string;
4192
+ }, {
4193
+ kind: "artifact";
4194
+ artifactId: string;
4195
+ }>]>>;
3167
4196
  force: z.ZodDefault<z.ZodBoolean>;
3168
4197
  };
3169
- export declare const indexArtifactSchema: z.ZodObject<{
3170
- artifactId: z.ZodString;
4198
+ export declare const indexArtifactSchema: z.ZodEffects<z.ZodObject<{
4199
+ artifactId: z.ZodOptional<z.ZodString>;
4200
+ target: z.ZodOptional<z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
4201
+ kind: z.ZodLiteral<"version">;
4202
+ value: z.ZodString;
4203
+ }, "strip", z.ZodTypeAny, {
4204
+ kind: "version";
4205
+ value: string;
4206
+ }, {
4207
+ kind: "version";
4208
+ value: string;
4209
+ }>, z.ZodObject<{
4210
+ kind: z.ZodLiteral<"jar">;
4211
+ value: z.ZodString;
4212
+ }, "strip", z.ZodTypeAny, {
4213
+ kind: "jar";
4214
+ value: string;
4215
+ }, {
4216
+ kind: "jar";
4217
+ value: string;
4218
+ }>, z.ZodObject<{
4219
+ kind: z.ZodLiteral<"coordinate">;
4220
+ value: z.ZodString;
4221
+ }, "strip", z.ZodTypeAny, {
4222
+ kind: "coordinate";
4223
+ value: string;
4224
+ }, {
4225
+ kind: "coordinate";
4226
+ value: string;
4227
+ }>, z.ZodObject<{
4228
+ kind: z.ZodLiteral<"workspace">;
4229
+ scope: z.ZodOptional<z.ZodEnum<["vanilla", "merged", "loader"]>>;
4230
+ strict: z.ZodOptional<z.ZodBoolean>;
4231
+ }, "strip", z.ZodTypeAny, {
4232
+ kind: "workspace";
4233
+ scope?: "vanilla" | "merged" | "loader" | undefined;
4234
+ strict?: boolean | undefined;
4235
+ }, {
4236
+ kind: "workspace";
4237
+ scope?: "vanilla" | "merged" | "loader" | undefined;
4238
+ strict?: boolean | undefined;
4239
+ }>, z.ZodObject<{
4240
+ kind: z.ZodLiteral<"dependency">;
4241
+ group: z.ZodString;
4242
+ name: z.ZodString;
4243
+ version: z.ZodOptional<z.ZodString>;
4244
+ versionFromProject: z.ZodOptional<z.ZodBoolean>;
4245
+ }, "strip", z.ZodTypeAny, {
4246
+ name: string;
4247
+ kind: "dependency";
4248
+ group: string;
4249
+ version?: string | undefined;
4250
+ versionFromProject?: boolean | undefined;
4251
+ }, {
4252
+ name: string;
4253
+ kind: "dependency";
4254
+ group: string;
4255
+ version?: string | undefined;
4256
+ versionFromProject?: boolean | undefined;
4257
+ }>, z.ZodObject<{
4258
+ kind: z.ZodLiteral<"artifact">;
4259
+ artifactId: z.ZodString;
4260
+ }, "strip", z.ZodTypeAny, {
4261
+ kind: "artifact";
4262
+ artifactId: string;
4263
+ }, {
4264
+ kind: "artifact";
4265
+ artifactId: string;
4266
+ }>]>>;
3171
4267
  force: z.ZodDefault<z.ZodBoolean>;
3172
4268
  }, "strip", z.ZodTypeAny, {
3173
- artifactId: string;
3174
4269
  force: boolean;
4270
+ artifactId?: string | undefined;
4271
+ target?: {
4272
+ kind: "workspace";
4273
+ scope?: "vanilla" | "merged" | "loader" | undefined;
4274
+ strict?: boolean | undefined;
4275
+ } | {
4276
+ name: string;
4277
+ kind: "dependency";
4278
+ group: string;
4279
+ version?: string | undefined;
4280
+ versionFromProject?: boolean | undefined;
4281
+ } | {
4282
+ kind: "version";
4283
+ value: string;
4284
+ } | {
4285
+ kind: "jar";
4286
+ value: string;
4287
+ } | {
4288
+ kind: "coordinate";
4289
+ value: string;
4290
+ } | {
4291
+ kind: "artifact";
4292
+ artifactId: string;
4293
+ } | undefined;
3175
4294
  }, {
3176
- artifactId: string;
4295
+ artifactId?: string | undefined;
4296
+ force?: boolean | undefined;
4297
+ target?: {
4298
+ kind: "workspace";
4299
+ scope?: "vanilla" | "merged" | "loader" | undefined;
4300
+ strict?: boolean | undefined;
4301
+ } | {
4302
+ name: string;
4303
+ kind: "dependency";
4304
+ group: string;
4305
+ version?: string | undefined;
4306
+ versionFromProject?: boolean | undefined;
4307
+ } | {
4308
+ kind: "version";
4309
+ value: string;
4310
+ } | {
4311
+ kind: "jar";
4312
+ value: string;
4313
+ } | {
4314
+ kind: "coordinate";
4315
+ value: string;
4316
+ } | {
4317
+ kind: "artifact";
4318
+ artifactId: string;
4319
+ } | undefined;
4320
+ }>, {
4321
+ force: boolean;
4322
+ artifactId?: string | undefined;
4323
+ target?: {
4324
+ kind: "workspace";
4325
+ scope?: "vanilla" | "merged" | "loader" | undefined;
4326
+ strict?: boolean | undefined;
4327
+ } | {
4328
+ name: string;
4329
+ kind: "dependency";
4330
+ group: string;
4331
+ version?: string | undefined;
4332
+ versionFromProject?: boolean | undefined;
4333
+ } | {
4334
+ kind: "version";
4335
+ value: string;
4336
+ } | {
4337
+ kind: "jar";
4338
+ value: string;
4339
+ } | {
4340
+ kind: "coordinate";
4341
+ value: string;
4342
+ } | {
4343
+ kind: "artifact";
4344
+ artifactId: string;
4345
+ } | undefined;
4346
+ }, {
4347
+ artifactId?: string | undefined;
3177
4348
  force?: boolean | undefined;
4349
+ target?: {
4350
+ kind: "workspace";
4351
+ scope?: "vanilla" | "merged" | "loader" | undefined;
4352
+ strict?: boolean | undefined;
4353
+ } | {
4354
+ name: string;
4355
+ kind: "dependency";
4356
+ group: string;
4357
+ version?: string | undefined;
4358
+ versionFromProject?: boolean | undefined;
4359
+ } | {
4360
+ kind: "version";
4361
+ value: string;
4362
+ } | {
4363
+ kind: "jar";
4364
+ value: string;
4365
+ } | {
4366
+ kind: "coordinate";
4367
+ value: string;
4368
+ } | {
4369
+ kind: "artifact";
4370
+ artifactId: string;
4371
+ } | undefined;
3178
4372
  }>;
3179
4373
  export declare const validateMixinShape: {
3180
4374
  input: z.ZodDiscriminatedUnion<"mode", [z.ZodObject<{