diff --git a/graphify-out/GRAPH_REPORT.md b/graphify-out/GRAPH_REPORT.md
new file mode 100644
index 0000000..a55fcc8
--- /dev/null
+++ b/graphify-out/GRAPH_REPORT.md
@@ -0,0 +1,140 @@
+# Graph Report - listenhub-cli--436 (2026-07-16)
+
+## Corpus Check
+- 64 files · ~26,713 words
+- Verdict: corpus is large enough that graph structure adds value.
+
+## Summary
+- 443 nodes · 998 edges · 17 communities (16 shown, 1 thin omitted)
+- Extraction: 98% EXTRACTED · 2% INFERRED · 0% AMBIGUOUS · INFERRED: 15 edges (avg confidence: 0.56)
+- Token cost: 0 input · 0 output
+
+## Graph Freshness
+- Built from commit: `6a8e4f44`
+- Run `git rev-parse HEAD` and compare to check if the graph is stale.
+- Run `graphify update .` after code changes (no API cost).
+
+## Community Hubs (Navigation)
+- [[_COMMUNITY_output.ts|output.ts]]
+- [[_COMMUNITY__cli.ts|_cli.ts]]
+- [[_COMMUNITY_video.ts|video.ts]]
+- [[_COMMUNITY_printJson|printJson]]
+- [[_COMMUNITY_package.json|package.json]]
+- [[_COMMUNITY_ListenHub CLI|ListenHub CLI]]
+- [[_COMMUNITY_ListenHub CLI|ListenHub CLI]]
+- [[_COMMUNITY_tts.ts|tts.ts]]
+- [[_COMMUNITY_image-dimensions.ts|image-dimensions.ts]]
+- [[_COMMUNITY_lyrics.ts|lyrics.ts]]
+- [[_COMMUNITY_upload.ts|upload.ts]]
+- [[_COMMUNITY__cli.ts|_cli.ts]]
+- [[_COMMUNITY_ListenHub CLI|ListenHub CLI]]
+- [[_COMMUNITY_tsconfig.json|tsconfig.json]]
+- [[_COMMUNITY_client.test.ts|client.test.ts]]
+
+## God Nodes (most connected - your core abstractions)
+1. `printJson()` - 61 edges
+2. `printDetail()` - 39 edges
+3. `handleError()` - 25 edges
+4. `printTable()` - 24 edges
+5. `getOpenAPIClient()` - 16 edges
+6. `scripts` - 12 edges
+7. `getClient()` - 12 edges
+8. `printMusicDetail()` - 12 edges
+9. `ListenHub CLI` - 12 edges
+10. `ListenHub CLI` - 12 edges
+
+## Surprising Connections (you probably didn't know these)
+- `createImage()` --calls--> `printJson()` [EXTRACTED]
+ source/openapi/image.ts → source/_shared/output.ts
+- `runSpeech()` --calls--> `printJson()` [EXTRACTED]
+ source/openapi/tts.ts → source/_shared/output.ts
+- `printFlowSpeechDetail()` --calls--> `printDetail()` [EXTRACTED]
+ source/openapi/flow-speech.ts → source/_shared/output.ts
+- `printPodcastDetail()` --calls--> `printDetail()` [EXTRACTED]
+ source/openapi/podcast.ts → source/_shared/output.ts
+- `printStorybookDetail()` --calls--> `printDetail()` [EXTRACTED]
+ source/openapi/storybook.ts → source/_shared/output.ts
+
+## Import Cycles
+- None detected.
+
+## Communities (17 total, 1 thin omitted)
+
+### Community 0 - "output.ts"
+Cohesion: 0.08
+Nodes (54): program, register(), deleteCreations(), getCreation(), collect(), register(), createExplainer(), ExplainerCreateOptions (+46 more)
+
+### Community 1 - "_cli.ts"
+Cohesion: 0.05
+Nodes (55): getOpenAPIClient(), getOpenAPIOptions(), register(), runClear(), runSetKey(), runShow(), deleteOpenAPIConfig(), getConfigDir() (+47 more)
+
+### Community 2 - "video.ts"
+Cohesion: 0.06
+Nodes (53): collect(), getReferenceImages(), getReferenceVideos(), isHttpUrl(), OpenAPIEstimateVideoCreditsParamsWithMetadata, OpenAPIVideoGenerationParamsWithMetadata, pixVerseAgentTypes, pixVerseAspectRatios (+45 more)
+
+### Community 3 - "printJson"
+Cohesion: 0.13
+Nodes (40): allowedMusicExtensions, audioExtensions, createCover(), createExtend(), createGenerate(), createInstrumental(), createRemix(), createSoundtrack() (+32 more)
+
+### Community 4 - "package.json"
+Cohesion: 0.05
+Nodes (39): bin, listenhub, dependencies, commander, @marswave/listenhub-sdk, open, ora, description (+31 more)
+
+### Community 5 - "ListenHub CLI"
+Cohesion: 0.06
+Nodes (34): Flow Speech, ListenHub CLI, OAuth 命令, OAuth:音乐生成, OpenAPI Key 命令, OpenAPI:PixVerse 视频生成, OpenAPI:播客工作流(文本 → 音频), OpenAPI:视频生成 (+26 more)
+
+### Community 6 - "ListenHub CLI"
+Cohesion: 0.06
+Nodes (34): Auth, Common Options, Config, Content, Content Creation, Development, Examples, Flow Speech (+26 more)
+
+### Community 7 - "tts.ts"
+Cohesion: 0.15
+Nodes (15): collect(), createImage(), ImageCreateOptions, isUrl(), mimeTypes, register(), resolveReference(), formatBytes() (+7 more)
+
+### Community 8 - "image-dimensions.ts"
+Cohesion: 0.40
+Nodes (12): byte(), ImageDimensions, matches(), parseGif(), parseJpeg(), parsePng(), parseWebp(), readImageDimensions() (+4 more)
+
+### Community 9 - "lyrics.ts"
+Cohesion: 0.30
+Nodes (9): register(), createGenerate(), formatDateTime(), getTask(), listTasks(), LyricsGenerateOptions, LyricsListOptions, printLyricsDetail() (+1 more)
+
+### Community 10 - "upload.ts"
+Cohesion: 0.20
+Nodes (9): allowedExtensions(), audioExtensions, categoryForType, FileAcceptType, FileUploadClient, imageExtensions, maxSizeBytes, mimeTypes (+1 more)
+
+### Community 11 - "_cli.ts"
+Cohesion: 0.36
+Nodes (6): runLogin(), runLogout(), runStatus(), register(), CallbackResult, startCallbackServer()
+
+### Community 12 - "ListenHub CLI"
+Cohesion: 0.33
+Nodes (5): Build, Coding Guardrails, Key Patterns, ListenHub CLI, Structure
+
+### Community 13 - "tsconfig.json"
+Cohesion: 0.33
+Nodes (5): compilerOptions, rootDir, types, extends, include
+
+## Knowledge Gaps
+- **163 isolated node(s):** `name`, `version`, `description`, `license`, `type` (+158 more)
+ These have ≤1 connection - possible missing edges or undocumented components.
+- **1 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
+
+## Suggested Questions
+_Questions this graph is uniquely positioned to answer:_
+
+- **Why does `printJson()` connect `printJson` to `output.ts`, `_cli.ts`, `video.ts`, `tts.ts`, `lyrics.ts`?**
+ _High betweenness centrality (0.099) - this node is a cross-community bridge._
+- **Why does `printDetail()` connect `output.ts` to `_cli.ts`, `video.ts`, `printJson`?**
+ _High betweenness centrality (0.046) - this node is a cross-community bridge._
+- **Why does `handleError()` connect `output.ts` to `_cli.ts`, `video.ts`, `printJson`, `tts.ts`, `lyrics.ts`, `_cli.ts`?**
+ _High betweenness centrality (0.036) - this node is a cross-community bridge._
+- **What connects `name`, `version`, `description` to the rest of the system?**
+ _163 weakly-connected nodes found - possible documentation gaps or missing edges._
+- **Should `output.ts` be split into smaller, more focused modules?**
+ _Cohesion score 0.07859649122807018 - nodes in this community are weakly interconnected._
+- **Should `_cli.ts` be split into smaller, more focused modules?**
+ _Cohesion score 0.05146242132543503 - nodes in this community are weakly interconnected._
+- **Should `video.ts` be split into smaller, more focused modules?**
+ _Cohesion score 0.060814383923849816 - nodes in this community are weakly interconnected._
\ No newline at end of file
diff --git a/graphify-out/graph.html b/graphify-out/graph.html
new file mode 100644
index 0000000..05f46e5
--- /dev/null
+++ b/graphify-out/graph.html
@@ -0,0 +1,307 @@
+
+
+
+
+graphify - graphify-out/graph.html
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/graphify-out/graph.json b/graphify-out/graph.json
new file mode 100644
index 0000000..ef7a6ba
--- /dev/null
+++ b/graphify-out/graph.json
@@ -0,0 +1,15039 @@
+{
+ "directed": false,
+ "multigraph": false,
+ "graph": {},
+ "nodes": [
+ {
+ "label": "package.json",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "package",
+ "community": 4,
+ "norm_label": "package.json"
+ },
+ {
+ "label": "name",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L2",
+ "_origin": "ast",
+ "id": "package_name",
+ "community": 4,
+ "norm_label": "name"
+ },
+ {
+ "label": "version",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L3",
+ "_origin": "ast",
+ "id": "package_version",
+ "community": 4,
+ "norm_label": "version"
+ },
+ {
+ "label": "description",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L4",
+ "_origin": "ast",
+ "id": "package_description",
+ "community": 4,
+ "norm_label": "description"
+ },
+ {
+ "label": "license",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L5",
+ "_origin": "ast",
+ "id": "package_license",
+ "community": 4,
+ "norm_label": "license"
+ },
+ {
+ "label": "repository",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L6",
+ "_origin": "ast",
+ "id": "package_repository",
+ "community": 4,
+ "norm_label": "repository"
+ },
+ {
+ "label": "type",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L7",
+ "_origin": "ast",
+ "id": "package_repository_type",
+ "community": 4,
+ "norm_label": "type"
+ },
+ {
+ "label": "url",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L8",
+ "_origin": "ast",
+ "id": "package_repository_url",
+ "community": 4,
+ "norm_label": "url"
+ },
+ {
+ "label": "bin",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L10",
+ "_origin": "ast",
+ "id": "package_bin",
+ "community": 4,
+ "norm_label": "bin"
+ },
+ {
+ "label": "listenhub",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L11",
+ "_origin": "ast",
+ "id": "package_bin_listenhub",
+ "community": 4,
+ "norm_label": "listenhub"
+ },
+ {
+ "label": "files",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L13",
+ "_origin": "ast",
+ "id": "package_files",
+ "community": 4,
+ "norm_label": "files"
+ },
+ {
+ "label": "type",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L16",
+ "_origin": "ast",
+ "id": "package_type",
+ "community": 4,
+ "norm_label": "type"
+ },
+ {
+ "label": "scripts",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L17",
+ "_origin": "ast",
+ "id": "package_scripts",
+ "community": 4,
+ "norm_label": "scripts"
+ },
+ {
+ "label": "dev",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L18",
+ "_origin": "ast",
+ "id": "package_scripts_dev",
+ "community": 4,
+ "norm_label": "dev"
+ },
+ {
+ "label": "build",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L19",
+ "_origin": "ast",
+ "id": "package_scripts_build",
+ "community": 4,
+ "norm_label": "build"
+ },
+ {
+ "label": "lint",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L20",
+ "_origin": "ast",
+ "id": "package_scripts_lint",
+ "community": 4,
+ "norm_label": "lint"
+ },
+ {
+ "label": "lint:fix",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L21",
+ "_origin": "ast",
+ "id": "package_scripts_lint_fix",
+ "community": 4,
+ "norm_label": "lint:fix"
+ },
+ {
+ "label": "fmt",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L22",
+ "_origin": "ast",
+ "id": "package_scripts_fmt",
+ "community": 4,
+ "norm_label": "fmt"
+ },
+ {
+ "label": "fmt:check",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L23",
+ "_origin": "ast",
+ "id": "package_scripts_fmt_check",
+ "community": 4,
+ "norm_label": "fmt:check"
+ },
+ {
+ "label": "check",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L24",
+ "_origin": "ast",
+ "id": "package_scripts_check",
+ "community": 4,
+ "norm_label": "check"
+ },
+ {
+ "label": "test",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L25",
+ "_origin": "ast",
+ "id": "package_scripts_test",
+ "community": 4,
+ "norm_label": "test"
+ },
+ {
+ "label": "test:watch",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L26",
+ "_origin": "ast",
+ "id": "package_scripts_test_watch",
+ "community": 4,
+ "norm_label": "test:watch"
+ },
+ {
+ "label": "ready",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L27",
+ "_origin": "ast",
+ "id": "package_scripts_ready",
+ "community": 4,
+ "norm_label": "ready"
+ },
+ {
+ "label": "prepublishOnly",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L28",
+ "_origin": "ast",
+ "id": "package_scripts_prepublishonly",
+ "community": 4,
+ "norm_label": "prepublishonly"
+ },
+ {
+ "label": "dependencies",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L30",
+ "_origin": "ast",
+ "id": "package_dependencies",
+ "community": 4,
+ "norm_label": "dependencies"
+ },
+ {
+ "label": "@marswave/listenhub-sdk",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L31",
+ "_origin": "ast",
+ "id": "package_dependencies_marswave_listenhub_sdk",
+ "community": 4,
+ "norm_label": "@marswave/listenhub-sdk"
+ },
+ {
+ "label": "commander",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L32",
+ "_origin": "ast",
+ "id": "package_dependencies_commander",
+ "community": 4,
+ "norm_label": "commander"
+ },
+ {
+ "label": "open",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L33",
+ "_origin": "ast",
+ "id": "package_dependencies_open",
+ "community": 4,
+ "norm_label": "open"
+ },
+ {
+ "label": "ora",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L34",
+ "_origin": "ast",
+ "id": "package_dependencies_ora",
+ "community": 4,
+ "norm_label": "ora"
+ },
+ {
+ "label": "devDependencies",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L36",
+ "_origin": "ast",
+ "id": "package_devdependencies",
+ "community": 4,
+ "norm_label": "devdependencies"
+ },
+ {
+ "label": "@sindresorhus/tsconfig",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L37",
+ "_origin": "ast",
+ "id": "package_devdependencies_sindresorhus_tsconfig",
+ "community": 4,
+ "norm_label": "@sindresorhus/tsconfig"
+ },
+ {
+ "label": "@types/node",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L38",
+ "_origin": "ast",
+ "id": "package_devdependencies_types_node",
+ "community": 4,
+ "norm_label": "@types/node"
+ },
+ {
+ "label": "picomatch",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L39",
+ "_origin": "ast",
+ "id": "package_devdependencies_picomatch",
+ "community": 4,
+ "norm_label": "picomatch"
+ },
+ {
+ "label": "typescript",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L40",
+ "_origin": "ast",
+ "id": "package_devdependencies_typescript",
+ "community": 4,
+ "norm_label": "typescript"
+ },
+ {
+ "label": "vite",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L41",
+ "_origin": "ast",
+ "id": "package_devdependencies_vite",
+ "community": 4,
+ "norm_label": "vite"
+ },
+ {
+ "label": "vite-plus",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L42",
+ "_origin": "ast",
+ "id": "package_devdependencies_vite_plus",
+ "community": 4,
+ "norm_label": "vite-plus"
+ },
+ {
+ "label": "vitest",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L43",
+ "_origin": "ast",
+ "id": "package_devdependencies_vitest",
+ "community": 4,
+ "norm_label": "vitest"
+ },
+ {
+ "label": "engines",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L45",
+ "_origin": "ast",
+ "id": "package_engines",
+ "community": 4,
+ "norm_label": "engines"
+ },
+ {
+ "label": "node",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L46",
+ "_origin": "ast",
+ "id": "package_engines_node",
+ "community": 4,
+ "norm_label": "node"
+ },
+ {
+ "label": "packageManager",
+ "file_type": "code",
+ "source_file": "package.json",
+ "source_location": "L48",
+ "_origin": "ast",
+ "id": "package_packagemanager",
+ "community": 4,
+ "norm_label": "packagemanager"
+ },
+ {
+ "label": "client.ts",
+ "file_type": "code",
+ "source_file": "source/_shared/client.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_shared_client",
+ "community": 0,
+ "norm_label": "client.ts"
+ },
+ {
+ "label": "ensureFreshCredentials()",
+ "file_type": "code",
+ "source_file": "source/_shared/client.ts",
+ "source_location": "L10",
+ "_origin": "ast",
+ "id": "source_shared_client_ensurefreshcredentials",
+ "community": 0,
+ "norm_label": "ensurefreshcredentials()"
+ },
+ {
+ "label": "getClient()",
+ "file_type": "code",
+ "source_file": "source/_shared/client.ts",
+ "source_location": "L34",
+ "_origin": "ast",
+ "id": "source_shared_client_getclient",
+ "community": 0,
+ "norm_label": "getclient()"
+ },
+ {
+ "label": "image-dimensions.ts",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions",
+ "community": 8,
+ "norm_label": "image-dimensions.ts"
+ },
+ {
+ "label": "ImageDimensions",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L4",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_imagedimensions",
+ "community": 8,
+ "norm_label": "imagedimensions"
+ },
+ {
+ "label": "byte()",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L9",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_byte",
+ "community": 8,
+ "norm_label": "byte()"
+ },
+ {
+ "label": "readUint16BE()",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L15",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_readuint16be",
+ "community": 8,
+ "norm_label": "readuint16be()"
+ },
+ {
+ "label": "readUint16LE()",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L19",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_readuint16le",
+ "community": 8,
+ "norm_label": "readuint16le()"
+ },
+ {
+ "label": "readUint24LE()",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L23",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_readuint24le",
+ "community": 8,
+ "norm_label": "readuint24le()"
+ },
+ {
+ "label": "readUint32BE()",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L27",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_readuint32be",
+ "community": 8,
+ "norm_label": "readuint32be()"
+ },
+ {
+ "label": "matches()",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L36",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_matches",
+ "community": 8,
+ "norm_label": "matches()"
+ },
+ {
+ "label": "parsePng()",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L40",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_parsepng",
+ "community": 8,
+ "norm_label": "parsepng()"
+ },
+ {
+ "label": "parseGif()",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L53",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_parsegif",
+ "community": 8,
+ "norm_label": "parsegif()"
+ },
+ {
+ "label": "parseJpeg()",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L61",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_parsejpeg",
+ "community": 8,
+ "norm_label": "parsejpeg()"
+ },
+ {
+ "label": "parseWebp()",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L96",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_parsewebp",
+ "community": 8,
+ "norm_label": "parsewebp()"
+ },
+ {
+ "label": "readImageDimensions()",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L127",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_readimagedimensions",
+ "community": 8,
+ "norm_label": "readimagedimensions()"
+ },
+ {
+ "label": "readLocalImageMeta()",
+ "file_type": "code",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L137",
+ "_origin": "ast",
+ "id": "source_shared_image_dimensions_readlocalimagemeta",
+ "community": 2,
+ "norm_label": "readlocalimagemeta()"
+ },
+ {
+ "label": "language.ts",
+ "file_type": "code",
+ "source_file": "source/_shared/language.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_shared_language",
+ "community": 0,
+ "norm_label": "language.ts"
+ },
+ {
+ "label": "inferLanguage()",
+ "file_type": "code",
+ "source_file": "source/_shared/language.ts",
+ "source_location": "L6",
+ "_origin": "ast",
+ "id": "source_shared_language_inferlanguage",
+ "community": 0,
+ "norm_label": "inferlanguage()"
+ },
+ {
+ "label": "mp4-duration.ts",
+ "file_type": "code",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_shared_mp4_duration",
+ "community": 2,
+ "norm_label": "mp4-duration.ts"
+ },
+ {
+ "label": "getMp4Duration()",
+ "file_type": "code",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L3",
+ "_origin": "ast",
+ "id": "source_shared_mp4_duration_getmp4duration",
+ "community": 2,
+ "norm_label": "getmp4duration()"
+ },
+ {
+ "label": "AtomHeader",
+ "file_type": "code",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L51",
+ "_origin": "ast",
+ "id": "source_shared_mp4_duration_atomheader",
+ "community": 2,
+ "norm_label": "atomheader"
+ },
+ {
+ "label": "readAtomHeader()",
+ "file_type": "code",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L56",
+ "_origin": "ast",
+ "id": "source_shared_mp4_duration_readatomheader",
+ "community": 2,
+ "norm_label": "readatomheader()"
+ },
+ {
+ "label": "findAtom()",
+ "file_type": "code",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L71",
+ "_origin": "ast",
+ "id": "source_shared_mp4_duration_findatom",
+ "community": 2,
+ "norm_label": "findatom()"
+ },
+ {
+ "label": "fileSize()",
+ "file_type": "code",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L88",
+ "_origin": "ast",
+ "id": "source_shared_mp4_duration_filesize",
+ "community": 2,
+ "norm_label": "filesize()"
+ },
+ {
+ "label": "output.ts",
+ "file_type": "code",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_shared_output",
+ "community": 0,
+ "norm_label": "output.ts"
+ },
+ {
+ "label": "printJson()",
+ "file_type": "code",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L4",
+ "_origin": "ast",
+ "id": "source_shared_output_printjson",
+ "community": 3,
+ "norm_label": "printjson()"
+ },
+ {
+ "label": "printDetail()",
+ "file_type": "code",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L8",
+ "_origin": "ast",
+ "id": "source_shared_output_printdetail",
+ "community": 0,
+ "norm_label": "printdetail()"
+ },
+ {
+ "label": "printTable()",
+ "file_type": "code",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L20",
+ "_origin": "ast",
+ "id": "source_shared_output_printtable",
+ "community": 0,
+ "norm_label": "printtable()"
+ },
+ {
+ "label": "CliTimeoutError",
+ "file_type": "code",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L28",
+ "_origin": "ast",
+ "id": "source_shared_output_clitimeouterror",
+ "community": 1,
+ "norm_label": "clitimeouterror"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L29",
+ "_origin": "ast",
+ "id": "source_shared_output_clitimeouterror_constructor",
+ "community": 1,
+ "norm_label": ".constructor()"
+ },
+ {
+ "label": "CliAuthError",
+ "file_type": "code",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L35",
+ "_origin": "ast",
+ "id": "source_shared_output_cliautherror",
+ "community": 0,
+ "norm_label": "cliautherror"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L36",
+ "_origin": "ast",
+ "id": "source_shared_output_cliautherror_constructor",
+ "community": 0,
+ "norm_label": ".constructor()"
+ },
+ {
+ "label": "handleError()",
+ "file_type": "code",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L42",
+ "_origin": "ast",
+ "id": "source_shared_output_handleerror",
+ "community": 0,
+ "norm_label": "handleerror()"
+ },
+ {
+ "label": "polling.ts",
+ "file_type": "code",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_shared_polling",
+ "community": 0,
+ "norm_label": "polling.ts"
+ },
+ {
+ "label": "sleep()",
+ "file_type": "code",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L15",
+ "_origin": "ast",
+ "id": "source_shared_polling_sleep",
+ "community": 0,
+ "norm_label": "sleep()"
+ },
+ {
+ "label": "pollUntilDone()",
+ "file_type": "code",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L21",
+ "_origin": "ast",
+ "id": "source_shared_polling_polluntildone",
+ "community": 0,
+ "norm_label": "polluntildone()"
+ },
+ {
+ "label": "pollImageUntilDone()",
+ "file_type": "code",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L59",
+ "_origin": "ast",
+ "id": "source_shared_polling_pollimageuntildone",
+ "community": 0,
+ "norm_label": "pollimageuntildone()"
+ },
+ {
+ "label": "pollMusicTaskUntilDone()",
+ "file_type": "code",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L95",
+ "_origin": "ast",
+ "id": "source_shared_polling_pollmusictaskuntildone",
+ "community": 3,
+ "norm_label": "pollmusictaskuntildone()"
+ },
+ {
+ "label": "pollVideoTaskUntilDone()",
+ "file_type": "code",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L131",
+ "_origin": "ast",
+ "id": "source_shared_polling_pollvideotaskuntildone",
+ "community": 0,
+ "norm_label": "pollvideotaskuntildone()"
+ },
+ {
+ "label": "pollLyricsTaskUntilDone()",
+ "file_type": "code",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L169",
+ "_origin": "ast",
+ "id": "source_shared_polling_polllyricstaskuntildone",
+ "community": 9,
+ "norm_label": "polllyricstaskuntildone()"
+ },
+ {
+ "label": "sources.ts",
+ "file_type": "code",
+ "source_file": "source/_shared/sources.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_shared_sources",
+ "community": 0,
+ "norm_label": "sources.ts"
+ },
+ {
+ "label": "buildSources()",
+ "file_type": "code",
+ "source_file": "source/_shared/sources.ts",
+ "source_location": "L3",
+ "_origin": "ast",
+ "id": "source_shared_sources_buildsources",
+ "community": 0,
+ "norm_label": "buildsources()"
+ },
+ {
+ "label": "speaker-resolver.ts",
+ "file_type": "code",
+ "source_file": "source/_shared/speaker-resolver.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_shared_speaker_resolver",
+ "community": 0,
+ "norm_label": "speaker-resolver.ts"
+ },
+ {
+ "label": "defaultSpeakers",
+ "file_type": "code",
+ "source_file": "source/_shared/speaker-resolver.ts",
+ "source_location": "L4",
+ "_origin": "ast",
+ "id": "source_shared_speaker_resolver_defaultspeakers",
+ "community": 0,
+ "norm_label": "defaultspeakers"
+ },
+ {
+ "label": "resolveSpeakers()",
+ "file_type": "code",
+ "source_file": "source/_shared/speaker-resolver.ts",
+ "source_location": "L10",
+ "_origin": "ast",
+ "id": "source_shared_speaker_resolver_resolvespeakers",
+ "community": 0,
+ "norm_label": "resolvespeakers()"
+ },
+ {
+ "label": "upload.ts",
+ "file_type": "code",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_shared_upload",
+ "community": 10,
+ "norm_label": "upload.ts"
+ },
+ {
+ "label": "FileAcceptType",
+ "file_type": "code",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L4",
+ "_origin": "ast",
+ "id": "source_shared_upload_fileaccepttype",
+ "community": 10,
+ "norm_label": "fileaccepttype"
+ },
+ {
+ "label": "FileUploadClient",
+ "file_type": "code",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L6",
+ "_origin": "ast",
+ "id": "source_shared_upload_fileuploadclient",
+ "community": 10,
+ "norm_label": "fileuploadclient"
+ },
+ {
+ "label": "audioExtensions",
+ "file_type": "code",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L14",
+ "_origin": "ast",
+ "id": "source_shared_upload_audioextensions",
+ "community": 10,
+ "norm_label": "audioextensions"
+ },
+ {
+ "label": "imageExtensions",
+ "file_type": "code",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L15",
+ "_origin": "ast",
+ "id": "source_shared_upload_imageextensions",
+ "community": 10,
+ "norm_label": "imageextensions"
+ },
+ {
+ "label": "videoExtensions",
+ "file_type": "code",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L16",
+ "_origin": "ast",
+ "id": "source_shared_upload_videoextensions",
+ "community": 10,
+ "norm_label": "videoextensions"
+ },
+ {
+ "label": "maxSizeBytes",
+ "file_type": "code",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L18",
+ "_origin": "ast",
+ "id": "source_shared_upload_maxsizebytes",
+ "community": 10,
+ "norm_label": "maxsizebytes"
+ },
+ {
+ "label": "categoryForType",
+ "file_type": "code",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L24",
+ "_origin": "ast",
+ "id": "source_shared_upload_categoryfortype",
+ "community": 10,
+ "norm_label": "categoryfortype"
+ },
+ {
+ "label": "mimeTypes",
+ "file_type": "code",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L30",
+ "_origin": "ast",
+ "id": "source_shared_upload_mimetypes",
+ "community": 10,
+ "norm_label": "mimetypes"
+ },
+ {
+ "label": "allowedExtensions()",
+ "file_type": "code",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L46",
+ "_origin": "ast",
+ "id": "source_shared_upload_allowedextensions",
+ "community": 10,
+ "norm_label": "allowedextensions()"
+ },
+ {
+ "label": "resolveFileOrUrl()",
+ "file_type": "code",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L52",
+ "_origin": "ast",
+ "id": "source_shared_upload_resolvefileorurl",
+ "community": 3,
+ "norm_label": "resolvefileorurl()"
+ },
+ {
+ "label": "video-reference-metadata.ts",
+ "file_type": "code",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_shared_video_reference_metadata",
+ "community": 2,
+ "norm_label": "video-reference-metadata.ts"
+ },
+ {
+ "label": "VideoReferenceImageRole",
+ "file_type": "code",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_shared_video_reference_metadata_videoreferenceimagerole",
+ "community": 2,
+ "norm_label": "videoreferenceimagerole"
+ },
+ {
+ "label": "VideoReferenceImageMeta",
+ "file_type": "code",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L3",
+ "_origin": "ast",
+ "id": "source_shared_video_reference_metadata_videoreferenceimagemeta",
+ "community": 2,
+ "norm_label": "videoreferenceimagemeta"
+ },
+ {
+ "label": "VideoReferenceVideoMeta",
+ "file_type": "code",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L10",
+ "_origin": "ast",
+ "id": "source_shared_video_reference_metadata_videoreferencevideometa",
+ "community": 2,
+ "norm_label": "videoreferencevideometa"
+ },
+ {
+ "label": "parseImageMeta()",
+ "file_type": "code",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L19",
+ "_origin": "ast",
+ "id": "source_shared_video_reference_metadata_parseimagemeta",
+ "community": 2,
+ "norm_label": "parseimagemeta()"
+ },
+ {
+ "label": "parseVideoMeta()",
+ "file_type": "code",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L37",
+ "_origin": "ast",
+ "id": "source_shared_video_reference_metadata_parsevideometa",
+ "community": 2,
+ "norm_label": "parsevideometa()"
+ },
+ {
+ "label": "isSeedanceVideoModel()",
+ "file_type": "code",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L58",
+ "_origin": "ast",
+ "id": "source_shared_video_reference_metadata_isseedancevideomodel",
+ "community": 2,
+ "norm_label": "isseedancevideomodel()"
+ },
+ {
+ "label": "video-task-id.ts",
+ "file_type": "code",
+ "source_file": "source/_shared/video-task-id.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_shared_video_task_id",
+ "community": 2,
+ "norm_label": "video-task-id.ts"
+ },
+ {
+ "label": "normalizeVideoTaskId()",
+ "file_type": "code",
+ "source_file": "source/_shared/video-task-id.ts",
+ "source_location": "L4",
+ "_origin": "ast",
+ "id": "source_shared_video_task_id_normalizevideotaskid",
+ "community": 2,
+ "norm_label": "normalizevideotaskid()"
+ },
+ {
+ "label": "_cli.ts",
+ "file_type": "code",
+ "source_file": "source/auth/_cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_auth_cli",
+ "community": 11,
+ "norm_label": "_cli.ts"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/auth/_cli.ts",
+ "source_location": "L5",
+ "_origin": "ast",
+ "id": "source_auth_cli_register",
+ "community": 11,
+ "norm_label": "register()"
+ },
+ {
+ "label": "auth.ts",
+ "file_type": "code",
+ "source_file": "source/auth/auth.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_auth_auth",
+ "community": 11,
+ "norm_label": "auth.ts"
+ },
+ {
+ "label": "runLogin()",
+ "file_type": "code",
+ "source_file": "source/auth/auth.ts",
+ "source_location": "L6",
+ "_origin": "ast",
+ "id": "source_auth_auth_runlogin",
+ "community": 11,
+ "norm_label": "runlogin()"
+ },
+ {
+ "label": "runLogout()",
+ "file_type": "code",
+ "source_file": "source/auth/auth.ts",
+ "source_location": "L39",
+ "_origin": "ast",
+ "id": "source_auth_auth_runlogout",
+ "community": 11,
+ "norm_label": "runlogout()"
+ },
+ {
+ "label": "runStatus()",
+ "file_type": "code",
+ "source_file": "source/auth/auth.ts",
+ "source_location": "L54",
+ "_origin": "ast",
+ "id": "source_auth_auth_runstatus",
+ "community": 11,
+ "norm_label": "runstatus()"
+ },
+ {
+ "label": "login-server.ts",
+ "file_type": "code",
+ "source_file": "source/auth/login-server.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_auth_login_server",
+ "community": 11,
+ "norm_label": "login-server.ts"
+ },
+ {
+ "label": "CallbackResult",
+ "file_type": "code",
+ "source_file": "source/auth/login-server.ts",
+ "source_location": "L4",
+ "_origin": "ast",
+ "id": "source_auth_login_server_callbackresult",
+ "community": 11,
+ "norm_label": "callbackresult"
+ },
+ {
+ "label": "startCallbackServer()",
+ "file_type": "code",
+ "source_file": "source/auth/login-server.ts",
+ "source_location": "L8",
+ "_origin": "ast",
+ "id": "source_auth_login_server_startcallbackserver",
+ "community": 11,
+ "norm_label": "startcallbackserver()"
+ },
+ {
+ "label": "cli.ts",
+ "file_type": "code",
+ "source_file": "source/cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_cli",
+ "community": 0,
+ "norm_label": "cli.ts"
+ },
+ {
+ "label": "program",
+ "file_type": "code",
+ "source_file": "source/cli.ts",
+ "source_location": "L16",
+ "_origin": "ast",
+ "id": "source_cli_program",
+ "community": 0,
+ "norm_label": "program"
+ },
+ {
+ "label": "_cli.ts",
+ "file_type": "code",
+ "source_file": "source/creation/_cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_creation_cli",
+ "community": 0,
+ "norm_label": "_cli.ts"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/creation/_cli.ts",
+ "source_location": "L6",
+ "_origin": "ast",
+ "id": "source_creation_cli_register",
+ "community": 0,
+ "norm_label": "register()"
+ },
+ {
+ "label": "creation.ts",
+ "file_type": "code",
+ "source_file": "source/creation/creation.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_creation_creation",
+ "community": 0,
+ "norm_label": "creation.ts"
+ },
+ {
+ "label": "getCreation()",
+ "file_type": "code",
+ "source_file": "source/creation/creation.ts",
+ "source_location": "L4",
+ "_origin": "ast",
+ "id": "source_creation_creation_getcreation",
+ "community": 0,
+ "norm_label": "getcreation()"
+ },
+ {
+ "label": "deleteCreations()",
+ "file_type": "code",
+ "source_file": "source/creation/creation.ts",
+ "source_location": "L25",
+ "_origin": "ast",
+ "id": "source_creation_creation_deletecreations",
+ "community": 0,
+ "norm_label": "deletecreations()"
+ },
+ {
+ "label": "_cli.ts",
+ "file_type": "code",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_explainer_cli",
+ "community": 0,
+ "norm_label": "_cli.ts"
+ },
+ {
+ "label": "collect()",
+ "file_type": "code",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L11",
+ "_origin": "ast",
+ "id": "source_explainer_cli_collect",
+ "community": 0,
+ "norm_label": "collect()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L15",
+ "_origin": "ast",
+ "id": "source_explainer_cli_register",
+ "community": 0,
+ "norm_label": "register()"
+ },
+ {
+ "label": "explainer.ts",
+ "file_type": "code",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_explainer_explainer",
+ "community": 0,
+ "norm_label": "explainer.ts"
+ },
+ {
+ "label": "ExplainerCreateOptions",
+ "file_type": "code",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L8",
+ "_origin": "ast",
+ "id": "source_explainer_explainer_explainercreateoptions",
+ "community": 0,
+ "norm_label": "explainercreateoptions"
+ },
+ {
+ "label": "createExplainer()",
+ "file_type": "code",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L25",
+ "_origin": "ast",
+ "id": "source_explainer_explainer_createexplainer",
+ "community": 0,
+ "norm_label": "createexplainer()"
+ },
+ {
+ "label": "ExplainerListOptions",
+ "file_type": "code",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L84",
+ "_origin": "ast",
+ "id": "source_explainer_explainer_explainerlistoptions",
+ "community": 0,
+ "norm_label": "explainerlistoptions"
+ },
+ {
+ "label": "listExplainerVideos()",
+ "file_type": "code",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L90",
+ "_origin": "ast",
+ "id": "source_explainer_explainer_listexplainervideos",
+ "community": 0,
+ "norm_label": "listexplainervideos()"
+ },
+ {
+ "label": "_cli.ts",
+ "file_type": "code",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_image_cli",
+ "community": 0,
+ "norm_label": "_cli.ts"
+ },
+ {
+ "label": "collect()",
+ "file_type": "code",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L13",
+ "_origin": "ast",
+ "id": "source_image_cli_collect",
+ "community": 0,
+ "norm_label": "collect()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L17",
+ "_origin": "ast",
+ "id": "source_image_cli_register",
+ "community": 0,
+ "norm_label": "register()"
+ },
+ {
+ "label": "image.ts",
+ "file_type": "code",
+ "source_file": "source/image/image.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_image_image",
+ "community": 0,
+ "norm_label": "image.ts"
+ },
+ {
+ "label": "ImageCreateOptions",
+ "file_type": "code",
+ "source_file": "source/image/image.ts",
+ "source_location": "L12",
+ "_origin": "ast",
+ "id": "source_image_image_imagecreateoptions",
+ "community": 0,
+ "norm_label": "imagecreateoptions"
+ },
+ {
+ "label": "createImage()",
+ "file_type": "code",
+ "source_file": "source/image/image.ts",
+ "source_location": "L25",
+ "_origin": "ast",
+ "id": "source_image_image_createimage",
+ "community": 0,
+ "norm_label": "createimage()"
+ },
+ {
+ "label": "ImageListOptions",
+ "file_type": "code",
+ "source_file": "source/image/image.ts",
+ "source_location": "L77",
+ "_origin": "ast",
+ "id": "source_image_image_imagelistoptions",
+ "community": 0,
+ "norm_label": "imagelistoptions"
+ },
+ {
+ "label": "listImages()",
+ "file_type": "code",
+ "source_file": "source/image/image.ts",
+ "source_location": "L79",
+ "_origin": "ast",
+ "id": "source_image_image_listimages",
+ "community": 0,
+ "norm_label": "listimages()"
+ },
+ {
+ "label": "getImage()",
+ "file_type": "code",
+ "source_file": "source/image/image.ts",
+ "source_location": "L103",
+ "_origin": "ast",
+ "id": "source_image_image_getimage",
+ "community": 0,
+ "norm_label": "getimage()"
+ },
+ {
+ "label": "deleteImages()",
+ "file_type": "code",
+ "source_file": "source/image/image.ts",
+ "source_location": "L126",
+ "_origin": "ast",
+ "id": "source_image_image_deleteimages",
+ "community": 0,
+ "norm_label": "deleteimages()"
+ },
+ {
+ "label": "_cli.ts",
+ "file_type": "code",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_lyrics_cli",
+ "community": 9,
+ "norm_label": "_cli.ts"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L12",
+ "_origin": "ast",
+ "id": "source_lyrics_cli_register",
+ "community": 9,
+ "norm_label": "register()"
+ },
+ {
+ "label": "lyrics.ts",
+ "file_type": "code",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_lyrics_lyrics",
+ "community": 9,
+ "norm_label": "lyrics.ts"
+ },
+ {
+ "label": "LyricsGenerateOptions",
+ "file_type": "code",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L7",
+ "_origin": "ast",
+ "id": "source_lyrics_lyrics_lyricsgenerateoptions",
+ "community": 9,
+ "norm_label": "lyricsgenerateoptions"
+ },
+ {
+ "label": "LyricsListOptions",
+ "file_type": "code",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L14",
+ "_origin": "ast",
+ "id": "source_lyrics_lyrics_lyricslistoptions",
+ "community": 9,
+ "norm_label": "lyricslistoptions"
+ },
+ {
+ "label": "formatDateTime()",
+ "file_type": "code",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L23",
+ "_origin": "ast",
+ "id": "source_lyrics_lyrics_formatdatetime",
+ "community": 9,
+ "norm_label": "formatdatetime()"
+ },
+ {
+ "label": "formatDate()",
+ "file_type": "code",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L28",
+ "_origin": "ast",
+ "id": "source_lyrics_lyrics_formatdate",
+ "community": 9,
+ "norm_label": "formatdate()"
+ },
+ {
+ "label": "printLyricsDetail()",
+ "file_type": "code",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L32",
+ "_origin": "ast",
+ "id": "source_lyrics_lyrics_printlyricsdetail",
+ "community": 9,
+ "norm_label": "printlyricsdetail()"
+ },
+ {
+ "label": "createGenerate()",
+ "file_type": "code",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L65",
+ "_origin": "ast",
+ "id": "source_lyrics_lyrics_creategenerate",
+ "community": 9,
+ "norm_label": "creategenerate()"
+ },
+ {
+ "label": "listTasks()",
+ "file_type": "code",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L99",
+ "_origin": "ast",
+ "id": "source_lyrics_lyrics_listtasks",
+ "community": 9,
+ "norm_label": "listtasks()"
+ },
+ {
+ "label": "getTask()",
+ "file_type": "code",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L127",
+ "_origin": "ast",
+ "id": "source_lyrics_lyrics_gettask",
+ "community": 9,
+ "norm_label": "gettask()"
+ },
+ {
+ "label": "_cli.ts",
+ "file_type": "code",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_music_cli",
+ "community": 3,
+ "norm_label": "_cli.ts"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L30",
+ "_origin": "ast",
+ "id": "source_music_cli_register",
+ "community": 0,
+ "norm_label": "register()"
+ },
+ {
+ "label": "music.ts",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_music_music",
+ "community": 3,
+ "norm_label": "music.ts"
+ },
+ {
+ "label": "MusicGenerateOptions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L16",
+ "_origin": "ast",
+ "id": "source_music_music_musicgenerateoptions",
+ "community": 3,
+ "norm_label": "musicgenerateoptions"
+ },
+ {
+ "label": "MusicCoverOptions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L26",
+ "_origin": "ast",
+ "id": "source_music_music_musiccoveroptions",
+ "community": 3,
+ "norm_label": "musiccoveroptions"
+ },
+ {
+ "label": "MusicExtendOptions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L37",
+ "_origin": "ast",
+ "id": "source_music_music_musicextendoptions",
+ "community": 3,
+ "norm_label": "musicextendoptions"
+ },
+ {
+ "label": "MusicRemixOptions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L55",
+ "_origin": "ast",
+ "id": "source_music_music_musicremixoptions",
+ "community": 3,
+ "norm_label": "musicremixoptions"
+ },
+ {
+ "label": "MusicInstrumentalOptions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L66",
+ "_origin": "ast",
+ "id": "source_music_music_musicinstrumentaloptions",
+ "community": 3,
+ "norm_label": "musicinstrumentaloptions"
+ },
+ {
+ "label": "MusicSoundtrackOptions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L75",
+ "_origin": "ast",
+ "id": "source_music_music_musicsoundtrackoptions",
+ "community": 3,
+ "norm_label": "musicsoundtrackoptions"
+ },
+ {
+ "label": "MusicTrackOptions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L85",
+ "_origin": "ast",
+ "id": "source_music_music_musictrackoptions",
+ "community": 3,
+ "norm_label": "musictrackoptions"
+ },
+ {
+ "label": "MusicRecognizeOptions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L99",
+ "_origin": "ast",
+ "id": "source_music_music_musicrecognizeoptions",
+ "community": 3,
+ "norm_label": "musicrecognizeoptions"
+ },
+ {
+ "label": "MusicDescribeOptions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L104",
+ "_origin": "ast",
+ "id": "source_music_music_musicdescribeoptions",
+ "community": 3,
+ "norm_label": "musicdescribeoptions"
+ },
+ {
+ "label": "MusicStemOptions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L109",
+ "_origin": "ast",
+ "id": "source_music_music_musicstemoptions",
+ "community": 3,
+ "norm_label": "musicstemoptions"
+ },
+ {
+ "label": "MusicListOptions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L115",
+ "_origin": "ast",
+ "id": "source_music_music_musiclistoptions",
+ "community": 3,
+ "norm_label": "musiclistoptions"
+ },
+ {
+ "label": "audioExtensions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L125",
+ "_origin": "ast",
+ "id": "source_music_music_audioextensions",
+ "community": 3,
+ "norm_label": "audioextensions"
+ },
+ {
+ "label": "imageExtensions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L126",
+ "_origin": "ast",
+ "id": "source_music_music_imageextensions",
+ "community": 3,
+ "norm_label": "imageextensions"
+ },
+ {
+ "label": "videoExtensions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L127",
+ "_origin": "ast",
+ "id": "source_music_music_videoextensions",
+ "community": 3,
+ "norm_label": "videoextensions"
+ },
+ {
+ "label": "MusicFileKind",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L129",
+ "_origin": "ast",
+ "id": "source_music_music_musicfilekind",
+ "community": 3,
+ "norm_label": "musicfilekind"
+ },
+ {
+ "label": "allowedMusicExtensions",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L131",
+ "_origin": "ast",
+ "id": "source_music_music_allowedmusicextensions",
+ "community": 3,
+ "norm_label": "allowedmusicextensions"
+ },
+ {
+ "label": "readFileAsBlob()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L141",
+ "_origin": "ast",
+ "id": "source_music_music_readfileasblob",
+ "community": 3,
+ "norm_label": "readfileasblob()"
+ },
+ {
+ "label": "emitTaskResult()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L179",
+ "_origin": "ast",
+ "id": "source_music_music_emittaskresult",
+ "community": 3,
+ "norm_label": "emittaskresult()"
+ },
+ {
+ "label": "emitSubmitted()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L187",
+ "_origin": "ast",
+ "id": "source_music_music_emitsubmitted",
+ "community": 3,
+ "norm_label": "emitsubmitted()"
+ },
+ {
+ "label": "formatDuration()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L195",
+ "_origin": "ast",
+ "id": "source_music_music_formatduration",
+ "community": 3,
+ "norm_label": "formatduration()"
+ },
+ {
+ "label": "toSeconds()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L207",
+ "_origin": "ast",
+ "id": "source_music_music_toseconds",
+ "community": 3,
+ "norm_label": "toseconds()"
+ },
+ {
+ "label": "formatDate()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L211",
+ "_origin": "ast",
+ "id": "source_music_music_formatdate",
+ "community": 3,
+ "norm_label": "formatdate()"
+ },
+ {
+ "label": "formatDateTime()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L215",
+ "_origin": "ast",
+ "id": "source_music_music_formatdatetime",
+ "community": 3,
+ "norm_label": "formatdatetime()"
+ },
+ {
+ "label": "printMusicDetail()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L220",
+ "_origin": "ast",
+ "id": "source_music_music_printmusicdetail",
+ "community": 3,
+ "norm_label": "printmusicdetail()"
+ },
+ {
+ "label": "createGenerate()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L260",
+ "_origin": "ast",
+ "id": "source_music_music_creategenerate",
+ "community": 3,
+ "norm_label": "creategenerate()"
+ },
+ {
+ "label": "createCover()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L297",
+ "_origin": "ast",
+ "id": "source_music_music_createcover",
+ "community": 3,
+ "norm_label": "createcover()"
+ },
+ {
+ "label": "createExtend()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L335",
+ "_origin": "ast",
+ "id": "source_music_music_createextend",
+ "community": 3,
+ "norm_label": "createextend()"
+ },
+ {
+ "label": "listTasks()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L393",
+ "_origin": "ast",
+ "id": "source_music_music_listtasks",
+ "community": 3,
+ "norm_label": "listtasks()"
+ },
+ {
+ "label": "getTask()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L417",
+ "_origin": "ast",
+ "id": "source_music_music_gettask",
+ "community": 3,
+ "norm_label": "gettask()"
+ },
+ {
+ "label": "createRemix()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L432",
+ "_origin": "ast",
+ "id": "source_music_music_createremix",
+ "community": 3,
+ "norm_label": "createremix()"
+ },
+ {
+ "label": "createInstrumental()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L470",
+ "_origin": "ast",
+ "id": "source_music_music_createinstrumental",
+ "community": 3,
+ "norm_label": "createinstrumental()"
+ },
+ {
+ "label": "createSoundtrack()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L509",
+ "_origin": "ast",
+ "id": "source_music_music_createsoundtrack",
+ "community": 3,
+ "norm_label": "createsoundtrack()"
+ },
+ {
+ "label": "createTrack()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L554",
+ "_origin": "ast",
+ "id": "source_music_music_createtrack",
+ "community": 3,
+ "norm_label": "createtrack()"
+ },
+ {
+ "label": "recognize()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L613",
+ "_origin": "ast",
+ "id": "source_music_music_recognize",
+ "community": 3,
+ "norm_label": "recognize()"
+ },
+ {
+ "label": "describe()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L633",
+ "_origin": "ast",
+ "id": "source_music_music_describe",
+ "community": 3,
+ "norm_label": "describe()"
+ },
+ {
+ "label": "stem()",
+ "file_type": "code",
+ "source_file": "source/music/music.ts",
+ "source_location": "L655",
+ "_origin": "ast",
+ "id": "source_music_music_stem",
+ "community": 3,
+ "norm_label": "stem()"
+ },
+ {
+ "label": "_cli.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_cli",
+ "community": 1,
+ "norm_label": "_cli.ts"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L15",
+ "_origin": "ast",
+ "id": "source_openapi_cli_register",
+ "community": 0,
+ "norm_label": "register()"
+ },
+ {
+ "label": "client.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/client.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_client",
+ "community": 1,
+ "norm_label": "client.ts"
+ },
+ {
+ "label": "getOpenAPIOptions()",
+ "file_type": "code",
+ "source_file": "source/openapi/client.ts",
+ "source_location": "L7",
+ "_origin": "ast",
+ "id": "source_openapi_client_getopenapioptions",
+ "community": 1,
+ "norm_label": "getopenapioptions()"
+ },
+ {
+ "label": "getOpenAPIClient()",
+ "file_type": "code",
+ "source_file": "source/openapi/client.ts",
+ "source_location": "L24",
+ "_origin": "ast",
+ "id": "source_openapi_client_getopenapiclient",
+ "community": 1,
+ "norm_label": "getopenapiclient()"
+ },
+ {
+ "label": "config-cmd.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_config_cmd",
+ "community": 1,
+ "norm_label": "config-cmd.ts"
+ },
+ {
+ "label": "runSetKey()",
+ "file_type": "code",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L12",
+ "_origin": "ast",
+ "id": "source_openapi_config_cmd_runsetkey",
+ "community": 1,
+ "norm_label": "runsetkey()"
+ },
+ {
+ "label": "runShow()",
+ "file_type": "code",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L31",
+ "_origin": "ast",
+ "id": "source_openapi_config_cmd_runshow",
+ "community": 1,
+ "norm_label": "runshow()"
+ },
+ {
+ "label": "runClear()",
+ "file_type": "code",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L69",
+ "_origin": "ast",
+ "id": "source_openapi_config_cmd_runclear",
+ "community": 1,
+ "norm_label": "runclear()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L74",
+ "_origin": "ast",
+ "id": "source_openapi_config_cmd_register",
+ "community": 1,
+ "norm_label": "register()"
+ },
+ {
+ "label": "config.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_config",
+ "community": 1,
+ "norm_label": "config.ts"
+ },
+ {
+ "label": "OpenAPIConfig",
+ "file_type": "code",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L6",
+ "_origin": "ast",
+ "id": "source_openapi_config_openapiconfig",
+ "community": 1,
+ "norm_label": "openapiconfig"
+ },
+ {
+ "label": "getConfigDir()",
+ "file_type": "code",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L10",
+ "_origin": "ast",
+ "id": "source_openapi_config_getconfigdir",
+ "community": 1,
+ "norm_label": "getconfigdir()"
+ },
+ {
+ "label": "getConfigPath()",
+ "file_type": "code",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L15",
+ "_origin": "ast",
+ "id": "source_openapi_config_getconfigpath",
+ "community": 1,
+ "norm_label": "getconfigpath()"
+ },
+ {
+ "label": "validateApiKey()",
+ "file_type": "code",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L19",
+ "_origin": "ast",
+ "id": "source_openapi_config_validateapikey",
+ "community": 1,
+ "norm_label": "validateapikey()"
+ },
+ {
+ "label": "loadOpenAPIConfig()",
+ "file_type": "code",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L23",
+ "_origin": "ast",
+ "id": "source_openapi_config_loadopenapiconfig",
+ "community": 1,
+ "norm_label": "loadopenapiconfig()"
+ },
+ {
+ "label": "saveOpenAPIConfig()",
+ "file_type": "code",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L33",
+ "_origin": "ast",
+ "id": "source_openapi_config_saveopenapiconfig",
+ "community": 1,
+ "norm_label": "saveopenapiconfig()"
+ },
+ {
+ "label": "deleteOpenAPIConfig()",
+ "file_type": "code",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L44",
+ "_origin": "ast",
+ "id": "source_openapi_config_deleteopenapiconfig",
+ "community": 1,
+ "norm_label": "deleteopenapiconfig()"
+ },
+ {
+ "label": "content.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_content",
+ "community": 1,
+ "norm_label": "content.ts"
+ },
+ {
+ "label": "ExtractOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L7",
+ "_origin": "ast",
+ "id": "source_openapi_content_extractoptions",
+ "community": 1,
+ "norm_label": "extractoptions"
+ },
+ {
+ "label": "GetOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L16",
+ "_origin": "ast",
+ "id": "source_openapi_content_getoptions",
+ "community": 1,
+ "norm_label": "getoptions"
+ },
+ {
+ "label": "printContentDetail()",
+ "file_type": "code",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L20",
+ "_origin": "ast",
+ "id": "source_openapi_content_printcontentdetail",
+ "community": 1,
+ "norm_label": "printcontentdetail()"
+ },
+ {
+ "label": "runExtract()",
+ "file_type": "code",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L31",
+ "_origin": "ast",
+ "id": "source_openapi_content_runextract",
+ "community": 1,
+ "norm_label": "runextract()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L69",
+ "_origin": "ast",
+ "id": "source_openapi_content_register",
+ "community": 1,
+ "norm_label": "register()"
+ },
+ {
+ "label": "flow-speech.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_flow_speech",
+ "community": 1,
+ "norm_label": "flow-speech.ts"
+ },
+ {
+ "label": "collect()",
+ "file_type": "code",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L7",
+ "_origin": "ast",
+ "id": "source_openapi_flow_speech_collect",
+ "community": 1,
+ "norm_label": "collect()"
+ },
+ {
+ "label": "CreateOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L11",
+ "_origin": "ast",
+ "id": "source_openapi_flow_speech_createoptions",
+ "community": 1,
+ "norm_label": "createoptions"
+ },
+ {
+ "label": "GetOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L22",
+ "_origin": "ast",
+ "id": "source_openapi_flow_speech_getoptions",
+ "community": 1,
+ "norm_label": "getoptions"
+ },
+ {
+ "label": "TtsOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L26",
+ "_origin": "ast",
+ "id": "source_openapi_flow_speech_ttsoptions",
+ "community": 1,
+ "norm_label": "ttsoptions"
+ },
+ {
+ "label": "TextStreamOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L35",
+ "_origin": "ast",
+ "id": "source_openapi_flow_speech_textstreamoptions",
+ "community": 1,
+ "norm_label": "textstreamoptions"
+ },
+ {
+ "label": "printFlowSpeechDetail()",
+ "file_type": "code",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L39",
+ "_origin": "ast",
+ "id": "source_openapi_flow_speech_printflowspeechdetail",
+ "community": 1,
+ "norm_label": "printflowspeechdetail()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L51",
+ "_origin": "ast",
+ "id": "source_openapi_flow_speech_register",
+ "community": 1,
+ "norm_label": "register()"
+ },
+ {
+ "label": "image.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_image",
+ "community": 7,
+ "norm_label": "image.ts"
+ },
+ {
+ "label": "ImageCreateOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L8",
+ "_origin": "ast",
+ "id": "source_openapi_image_imagecreateoptions",
+ "community": 7,
+ "norm_label": "imagecreateoptions"
+ },
+ {
+ "label": "collect()",
+ "file_type": "code",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L18",
+ "_origin": "ast",
+ "id": "source_openapi_image_collect",
+ "community": 7,
+ "norm_label": "collect()"
+ },
+ {
+ "label": "mimeTypes",
+ "file_type": "code",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L22",
+ "_origin": "ast",
+ "id": "source_openapi_image_mimetypes",
+ "community": 7,
+ "norm_label": "mimetypes"
+ },
+ {
+ "label": "isUrl()",
+ "file_type": "code",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L31",
+ "_origin": "ast",
+ "id": "source_openapi_image_isurl",
+ "community": 7,
+ "norm_label": "isurl()"
+ },
+ {
+ "label": "resolveReference()",
+ "file_type": "code",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L35",
+ "_origin": "ast",
+ "id": "source_openapi_image_resolvereference",
+ "community": 7,
+ "norm_label": "resolvereference()"
+ },
+ {
+ "label": "createImage()",
+ "file_type": "code",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L55",
+ "_origin": "ast",
+ "id": "source_openapi_image_createimage",
+ "community": 7,
+ "norm_label": "createimage()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L84",
+ "_origin": "ast",
+ "id": "source_openapi_image_register",
+ "community": 7,
+ "norm_label": "register()"
+ },
+ {
+ "label": "listenhub-voice.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_listenhub_voice",
+ "community": 1,
+ "norm_label": "listenhub-voice.ts"
+ },
+ {
+ "label": "WaitOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L18",
+ "_origin": "ast",
+ "id": "source_openapi_listenhub_voice_waitoptions",
+ "community": 1,
+ "norm_label": "waitoptions"
+ },
+ {
+ "label": "printVoiceDetail()",
+ "file_type": "code",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L20",
+ "_origin": "ast",
+ "id": "source_openapi_listenhub_voice_printvoicedetail",
+ "community": 1,
+ "norm_label": "printvoicedetail()"
+ },
+ {
+ "label": "emitTask()",
+ "file_type": "code",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L33",
+ "_origin": "ast",
+ "id": "source_openapi_listenhub_voice_emittask",
+ "community": 1,
+ "norm_label": "emittask()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L60",
+ "_origin": "ast",
+ "id": "source_openapi_listenhub_voice_register",
+ "community": 1,
+ "norm_label": "register()"
+ },
+ {
+ "label": "music.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_music",
+ "community": 3,
+ "norm_label": "music.ts"
+ },
+ {
+ "label": "WaitOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L21",
+ "_origin": "ast",
+ "id": "source_openapi_music_waitoptions",
+ "community": 3,
+ "norm_label": "waitoptions"
+ },
+ {
+ "label": "emitTask()",
+ "file_type": "code",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L23",
+ "_origin": "ast",
+ "id": "source_openapi_music_emittask",
+ "community": 3,
+ "norm_label": "emittask()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L50",
+ "_origin": "ast",
+ "id": "source_openapi_music_register",
+ "community": 1,
+ "norm_label": "register()"
+ },
+ {
+ "label": "podcast.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_podcast",
+ "community": 1,
+ "norm_label": "podcast.ts"
+ },
+ {
+ "label": "collect()",
+ "file_type": "code",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L7",
+ "_origin": "ast",
+ "id": "source_openapi_podcast_collect",
+ "community": 1,
+ "norm_label": "collect()"
+ },
+ {
+ "label": "CreateOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L11",
+ "_origin": "ast",
+ "id": "source_openapi_podcast_createoptions",
+ "community": 1,
+ "norm_label": "createoptions"
+ },
+ {
+ "label": "GetOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L23",
+ "_origin": "ast",
+ "id": "source_openapi_podcast_getoptions",
+ "community": 1,
+ "norm_label": "getoptions"
+ },
+ {
+ "label": "TextContentOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L27",
+ "_origin": "ast",
+ "id": "source_openapi_podcast_textcontentoptions",
+ "community": 1,
+ "norm_label": "textcontentoptions"
+ },
+ {
+ "label": "GenerateAudioOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L38",
+ "_origin": "ast",
+ "id": "source_openapi_podcast_generateaudiooptions",
+ "community": 1,
+ "norm_label": "generateaudiooptions"
+ },
+ {
+ "label": "TextStreamOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L44",
+ "_origin": "ast",
+ "id": "source_openapi_podcast_textstreamoptions",
+ "community": 1,
+ "norm_label": "textstreamoptions"
+ },
+ {
+ "label": "printPodcastDetail()",
+ "file_type": "code",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L48",
+ "_origin": "ast",
+ "id": "source_openapi_podcast_printpodcastdetail",
+ "community": 1,
+ "norm_label": "printpodcastdetail()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L61",
+ "_origin": "ast",
+ "id": "source_openapi_podcast_register",
+ "community": 1,
+ "norm_label": "register()"
+ },
+ {
+ "label": "polling.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/polling.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_polling",
+ "community": 1,
+ "norm_label": "polling.ts"
+ },
+ {
+ "label": "sleep()",
+ "file_type": "code",
+ "source_file": "source/openapi/polling.ts",
+ "source_location": "L7",
+ "_origin": "ast",
+ "id": "source_openapi_polling_sleep",
+ "community": 1,
+ "norm_label": "sleep()"
+ },
+ {
+ "label": "PollOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/polling.ts",
+ "source_location": "L13",
+ "_origin": "ast",
+ "id": "source_openapi_polling_polloptions",
+ "community": 1,
+ "norm_label": "polloptions"
+ },
+ {
+ "label": "PollConfig",
+ "file_type": "code",
+ "source_file": "source/openapi/polling.ts",
+ "source_location": "L19",
+ "_origin": "ast",
+ "id": "source_openapi_polling_pollconfig",
+ "community": 1,
+ "norm_label": "pollconfig"
+ },
+ {
+ "label": "pollOpenAPI()",
+ "file_type": "code",
+ "source_file": "source/openapi/polling.ts",
+ "source_location": "L27",
+ "_origin": "ast",
+ "id": "source_openapi_polling_pollopenapi",
+ "community": 1,
+ "norm_label": "pollopenapi()"
+ },
+ {
+ "label": "speakers.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_speakers",
+ "community": 1,
+ "norm_label": "speakers.ts"
+ },
+ {
+ "label": "listSpeakers()",
+ "file_type": "code",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L6",
+ "_origin": "ast",
+ "id": "source_openapi_speakers_listspeakers",
+ "community": 1,
+ "norm_label": "listspeakers()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L24",
+ "_origin": "ast",
+ "id": "source_openapi_speakers_register",
+ "community": 1,
+ "norm_label": "register()"
+ },
+ {
+ "label": "storybook.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_storybook",
+ "community": 1,
+ "norm_label": "storybook.ts"
+ },
+ {
+ "label": "collect()",
+ "file_type": "code",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L7",
+ "_origin": "ast",
+ "id": "source_openapi_storybook_collect",
+ "community": 1,
+ "norm_label": "collect()"
+ },
+ {
+ "label": "CreateOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L11",
+ "_origin": "ast",
+ "id": "source_openapi_storybook_createoptions",
+ "community": 1,
+ "norm_label": "createoptions"
+ },
+ {
+ "label": "GetOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L24",
+ "_origin": "ast",
+ "id": "source_openapi_storybook_getoptions",
+ "community": 1,
+ "norm_label": "getoptions"
+ },
+ {
+ "label": "GenerateVideoOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L28",
+ "_origin": "ast",
+ "id": "source_openapi_storybook_generatevideooptions",
+ "community": 1,
+ "norm_label": "generatevideooptions"
+ },
+ {
+ "label": "printStorybookDetail()",
+ "file_type": "code",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L32",
+ "_origin": "ast",
+ "id": "source_openapi_storybook_printstorybookdetail",
+ "community": 1,
+ "norm_label": "printstorybookdetail()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L46",
+ "_origin": "ast",
+ "id": "source_openapi_storybook_register",
+ "community": 1,
+ "norm_label": "register()"
+ },
+ {
+ "label": "subscription.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_subscription",
+ "community": 1,
+ "norm_label": "subscription.ts"
+ },
+ {
+ "label": "SubscriptionOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L6",
+ "_origin": "ast",
+ "id": "source_openapi_subscription_subscriptionoptions",
+ "community": 1,
+ "norm_label": "subscriptionoptions"
+ },
+ {
+ "label": "printSubscriptionDetail()",
+ "file_type": "code",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L10",
+ "_origin": "ast",
+ "id": "source_openapi_subscription_printsubscriptiondetail",
+ "community": 1,
+ "norm_label": "printsubscriptiondetail()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L30",
+ "_origin": "ast",
+ "id": "source_openapi_subscription_register",
+ "community": 1,
+ "norm_label": "register()"
+ },
+ {
+ "label": "tts.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_tts",
+ "community": 7,
+ "norm_label": "tts.ts"
+ },
+ {
+ "label": "TtsOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L11",
+ "_origin": "ast",
+ "id": "source_openapi_tts_ttsoptions",
+ "community": 7,
+ "norm_label": "ttsoptions"
+ },
+ {
+ "label": "SpeechOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L18",
+ "_origin": "ast",
+ "id": "source_openapi_tts_speechoptions",
+ "community": 7,
+ "norm_label": "speechoptions"
+ },
+ {
+ "label": "saveStreamingAudio()",
+ "file_type": "code",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L24",
+ "_origin": "ast",
+ "id": "source_openapi_tts_savestreamingaudio",
+ "community": 7,
+ "norm_label": "savestreamingaudio()"
+ },
+ {
+ "label": "runTts()",
+ "file_type": "code",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L38",
+ "_origin": "ast",
+ "id": "source_openapi_tts_runtts",
+ "community": 7,
+ "norm_label": "runtts()"
+ },
+ {
+ "label": "runAudioSpeech()",
+ "file_type": "code",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L47",
+ "_origin": "ast",
+ "id": "source_openapi_tts_runaudiospeech",
+ "community": 7,
+ "norm_label": "runaudiospeech()"
+ },
+ {
+ "label": "runSpeech()",
+ "file_type": "code",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L56",
+ "_origin": "ast",
+ "id": "source_openapi_tts_runspeech",
+ "community": 7,
+ "norm_label": "runspeech()"
+ },
+ {
+ "label": "formatBytes()",
+ "file_type": "code",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L75",
+ "_origin": "ast",
+ "id": "source_openapi_tts_formatbytes",
+ "community": 7,
+ "norm_label": "formatbytes()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L81",
+ "_origin": "ast",
+ "id": "source_openapi_tts_register",
+ "community": 7,
+ "norm_label": "register()"
+ },
+ {
+ "label": "video.ts",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_openapi_video",
+ "community": 2,
+ "norm_label": "video.ts"
+ },
+ {
+ "label": "collect()",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L27",
+ "_origin": "ast",
+ "id": "source_openapi_video_collect",
+ "community": 2,
+ "norm_label": "collect()"
+ },
+ {
+ "label": "pixVerseCapabilities",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L31",
+ "_origin": "ast",
+ "id": "source_openapi_video_pixversecapabilities",
+ "community": 2,
+ "norm_label": "pixversecapabilities"
+ },
+ {
+ "label": "pixVerseModels",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L43",
+ "_origin": "ast",
+ "id": "source_openapi_video_pixversemodels",
+ "community": 2,
+ "norm_label": "pixversemodels"
+ },
+ {
+ "label": "pixVerseLanguages",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L44",
+ "_origin": "ast",
+ "id": "source_openapi_video_pixverselanguages",
+ "community": 2,
+ "norm_label": "pixverselanguages"
+ },
+ {
+ "label": "pixVerseQualities",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L45",
+ "_origin": "ast",
+ "id": "source_openapi_video_pixversequalities",
+ "community": 2,
+ "norm_label": "pixversequalities"
+ },
+ {
+ "label": "pixVerseAspectRatios",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L46",
+ "_origin": "ast",
+ "id": "source_openapi_video_pixverseaspectratios",
+ "community": 2,
+ "norm_label": "pixverseaspectratios"
+ },
+ {
+ "label": "pixVerseAgentTypes",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L47",
+ "_origin": "ast",
+ "id": "source_openapi_video_pixverseagenttypes",
+ "community": 2,
+ "norm_label": "pixverseagenttypes"
+ },
+ {
+ "label": "parsePixVerseAsset()",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L54",
+ "_origin": "ast",
+ "id": "source_openapi_video_parsepixverseasset",
+ "community": 2,
+ "norm_label": "parsepixverseasset()"
+ },
+ {
+ "label": "ensureEnum()",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L66",
+ "_origin": "ast",
+ "id": "source_openapi_video_ensureenum",
+ "community": 2,
+ "norm_label": "ensureenum()"
+ },
+ {
+ "label": "PixVerseGenerateOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L82",
+ "_origin": "ast",
+ "id": "source_openapi_video_pixversegenerateoptions",
+ "community": 2,
+ "norm_label": "pixversegenerateoptions"
+ },
+ {
+ "label": "PixVerseEstimateOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L106",
+ "_origin": "ast",
+ "id": "source_openapi_video_pixverseestimateoptions",
+ "community": 2,
+ "norm_label": "pixverseestimateoptions"
+ },
+ {
+ "label": "VideoCreateOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L116",
+ "_origin": "ast",
+ "id": "source_openapi_video_videocreateoptions",
+ "community": 2,
+ "norm_label": "videocreateoptions"
+ },
+ {
+ "label": "OpenAPIVideoGenerationParamsWithMetadata",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L139",
+ "_origin": "ast",
+ "id": "source_openapi_video_openapivideogenerationparamswithmetadata",
+ "community": 2,
+ "norm_label": "openapivideogenerationparamswithmetadata"
+ },
+ {
+ "label": "OpenAPIEstimateVideoCreditsParamsWithMetadata",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L144",
+ "_origin": "ast",
+ "id": "source_openapi_video_openapiestimatevideocreditsparamswithmetadata",
+ "community": 2,
+ "norm_label": "openapiestimatevideocreditsparamswithmetadata"
+ },
+ {
+ "label": "VideoGetOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L149",
+ "_origin": "ast",
+ "id": "source_openapi_video_videogetoptions",
+ "community": 2,
+ "norm_label": "videogetoptions"
+ },
+ {
+ "label": "VideoListOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L153",
+ "_origin": "ast",
+ "id": "source_openapi_video_videolistoptions",
+ "community": 2,
+ "norm_label": "videolistoptions"
+ },
+ {
+ "label": "VideoEstimateOptions",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L160",
+ "_origin": "ast",
+ "id": "source_openapi_video_videoestimateoptions",
+ "community": 2,
+ "norm_label": "videoestimateoptions"
+ },
+ {
+ "label": "isHttpUrl()",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L172",
+ "_origin": "ast",
+ "id": "source_openapi_video_ishttpurl",
+ "community": 2,
+ "norm_label": "ishttpurl()"
+ },
+ {
+ "label": "getReferenceImages()",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L176",
+ "_origin": "ast",
+ "id": "source_openapi_video_getreferenceimages",
+ "community": 2,
+ "norm_label": "getreferenceimages()"
+ },
+ {
+ "label": "getReferenceVideos()",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L217",
+ "_origin": "ast",
+ "id": "source_openapi_video_getreferencevideos",
+ "community": 2,
+ "norm_label": "getreferencevideos()"
+ },
+ {
+ "label": "validateReferenceMetadata()",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L221",
+ "_origin": "ast",
+ "id": "source_openapi_video_validatereferencemetadata",
+ "community": 2,
+ "norm_label": "validatereferencemetadata()"
+ },
+ {
+ "label": "printVideoDetail()",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L274",
+ "_origin": "ast",
+ "id": "source_openapi_video_printvideodetail",
+ "community": 2,
+ "norm_label": "printvideodetail()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L289",
+ "_origin": "ast",
+ "id": "source_openapi_video_register",
+ "community": 2,
+ "norm_label": "register()"
+ },
+ {
+ "label": "registerPixVerse()",
+ "file_type": "code",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L649",
+ "_origin": "ast",
+ "id": "source_openapi_video_registerpixverse",
+ "community": 2,
+ "norm_label": "registerpixverse()"
+ },
+ {
+ "label": "_cli.ts",
+ "file_type": "code",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_podcast_cli",
+ "community": 0,
+ "norm_label": "_cli.ts"
+ },
+ {
+ "label": "collect()",
+ "file_type": "code",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L11",
+ "_origin": "ast",
+ "id": "source_podcast_cli_collect",
+ "community": 0,
+ "norm_label": "collect()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L15",
+ "_origin": "ast",
+ "id": "source_podcast_cli_register",
+ "community": 0,
+ "norm_label": "register()"
+ },
+ {
+ "label": "podcast.ts",
+ "file_type": "code",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_podcast_podcast",
+ "community": 0,
+ "norm_label": "podcast.ts"
+ },
+ {
+ "label": "PodcastCreateOptions",
+ "file_type": "code",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L8",
+ "_origin": "ast",
+ "id": "source_podcast_podcast_podcastcreateoptions",
+ "community": 0,
+ "norm_label": "podcastcreateoptions"
+ },
+ {
+ "label": "createPodcast()",
+ "file_type": "code",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L21",
+ "_origin": "ast",
+ "id": "source_podcast_podcast_createpodcast",
+ "community": 0,
+ "norm_label": "createpodcast()"
+ },
+ {
+ "label": "PodcastListOptions",
+ "file_type": "code",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L71",
+ "_origin": "ast",
+ "id": "source_podcast_podcast_podcastlistoptions",
+ "community": 0,
+ "norm_label": "podcastlistoptions"
+ },
+ {
+ "label": "listPodcasts()",
+ "file_type": "code",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L77",
+ "_origin": "ast",
+ "id": "source_podcast_podcast_listpodcasts",
+ "community": 0,
+ "norm_label": "listpodcasts()"
+ },
+ {
+ "label": "_cli.ts",
+ "file_type": "code",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_slides_cli",
+ "community": 0,
+ "norm_label": "_cli.ts"
+ },
+ {
+ "label": "collect()",
+ "file_type": "code",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L11",
+ "_origin": "ast",
+ "id": "source_slides_cli_collect",
+ "community": 0,
+ "norm_label": "collect()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L15",
+ "_origin": "ast",
+ "id": "source_slides_cli_register",
+ "community": 0,
+ "norm_label": "register()"
+ },
+ {
+ "label": "slides.ts",
+ "file_type": "code",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_slides_slides",
+ "community": 0,
+ "norm_label": "slides.ts"
+ },
+ {
+ "label": "SlidesCreateOptions",
+ "file_type": "code",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L8",
+ "_origin": "ast",
+ "id": "source_slides_slides_slidescreateoptions",
+ "community": 0,
+ "norm_label": "slidescreateoptions"
+ },
+ {
+ "label": "createSlides()",
+ "file_type": "code",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L24",
+ "_origin": "ast",
+ "id": "source_slides_slides_createslides",
+ "community": 0,
+ "norm_label": "createslides()"
+ },
+ {
+ "label": "SlidesListOptions",
+ "file_type": "code",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L83",
+ "_origin": "ast",
+ "id": "source_slides_slides_slideslistoptions",
+ "community": 0,
+ "norm_label": "slideslistoptions"
+ },
+ {
+ "label": "listSlides()",
+ "file_type": "code",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L89",
+ "_origin": "ast",
+ "id": "source_slides_slides_listslides",
+ "community": 0,
+ "norm_label": "listslides()"
+ },
+ {
+ "label": "_cli.ts",
+ "file_type": "code",
+ "source_file": "source/speakers/_cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_speakers_cli",
+ "community": 0,
+ "norm_label": "_cli.ts"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/speakers/_cli.ts",
+ "source_location": "L6",
+ "_origin": "ast",
+ "id": "source_speakers_cli_register",
+ "community": 0,
+ "norm_label": "register()"
+ },
+ {
+ "label": "speakers.ts",
+ "file_type": "code",
+ "source_file": "source/speakers/speakers.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_speakers_speakers",
+ "community": 0,
+ "norm_label": "speakers.ts"
+ },
+ {
+ "label": "listSpeakers()",
+ "file_type": "code",
+ "source_file": "source/speakers/speakers.ts",
+ "source_location": "L4",
+ "_origin": "ast",
+ "id": "source_speakers_speakers_listspeakers",
+ "community": 0,
+ "norm_label": "listspeakers()"
+ },
+ {
+ "label": "_cli.ts",
+ "file_type": "code",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_tts_cli",
+ "community": 0,
+ "norm_label": "_cli.ts"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L6",
+ "_origin": "ast",
+ "id": "source_tts_cli_register",
+ "community": 0,
+ "norm_label": "register()"
+ },
+ {
+ "label": "collect()",
+ "file_type": "code",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L47",
+ "_origin": "ast",
+ "id": "source_tts_cli_collect",
+ "community": 0,
+ "norm_label": "collect()"
+ },
+ {
+ "label": "tts.ts",
+ "file_type": "code",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_tts_tts",
+ "community": 0,
+ "norm_label": "tts.ts"
+ },
+ {
+ "label": "TtsCreateOptions",
+ "file_type": "code",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L8",
+ "_origin": "ast",
+ "id": "source_tts_tts_ttscreateoptions",
+ "community": 0,
+ "norm_label": "ttscreateoptions"
+ },
+ {
+ "label": "createTts()",
+ "file_type": "code",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L21",
+ "_origin": "ast",
+ "id": "source_tts_tts_createtts",
+ "community": 0,
+ "norm_label": "createtts()"
+ },
+ {
+ "label": "TtsListOptions",
+ "file_type": "code",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L71",
+ "_origin": "ast",
+ "id": "source_tts_tts_ttslistoptions",
+ "community": 0,
+ "norm_label": "ttslistoptions"
+ },
+ {
+ "label": "listTts()",
+ "file_type": "code",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L73",
+ "_origin": "ast",
+ "id": "source_tts_tts_listtts",
+ "community": 0,
+ "norm_label": "listtts()"
+ },
+ {
+ "label": "_cli.ts",
+ "file_type": "code",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_video_cli",
+ "community": 2,
+ "norm_label": "_cli.ts"
+ },
+ {
+ "label": "collect()",
+ "file_type": "code",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L14",
+ "_origin": "ast",
+ "id": "source_video_cli_collect",
+ "community": 2,
+ "norm_label": "collect()"
+ },
+ {
+ "label": "register()",
+ "file_type": "code",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L18",
+ "_origin": "ast",
+ "id": "source_video_cli_register",
+ "community": 2,
+ "norm_label": "register()"
+ },
+ {
+ "label": "video.ts",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "source_video_video",
+ "community": 2,
+ "norm_label": "video.ts"
+ },
+ {
+ "label": "VideoCreateOptions",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L26",
+ "_origin": "ast",
+ "id": "source_video_video_videocreateoptions",
+ "community": 2,
+ "norm_label": "videocreateoptions"
+ },
+ {
+ "label": "CreateVideoGenerationParamsWithMetadata",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L50",
+ "_origin": "ast",
+ "id": "source_video_video_createvideogenerationparamswithmetadata",
+ "community": 2,
+ "norm_label": "createvideogenerationparamswithmetadata"
+ },
+ {
+ "label": "VideoListOptions",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L55",
+ "_origin": "ast",
+ "id": "source_video_video_videolistoptions",
+ "community": 2,
+ "norm_label": "videolistoptions"
+ },
+ {
+ "label": "VideoEstimateOptions",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L62",
+ "_origin": "ast",
+ "id": "source_video_video_videoestimateoptions",
+ "community": 2,
+ "norm_label": "videoestimateoptions"
+ },
+ {
+ "label": "EstimateVideoGenerationCreditsParamsWithMetadata",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L74",
+ "_origin": "ast",
+ "id": "source_video_video_estimatevideogenerationcreditsparamswithmetadata",
+ "community": 2,
+ "norm_label": "estimatevideogenerationcreditsparamswithmetadata"
+ },
+ {
+ "label": "allowedVideoAudioExtensions",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L79",
+ "_origin": "ast",
+ "id": "source_video_video_allowedvideoaudioextensions",
+ "community": 2,
+ "norm_label": "allowedvideoaudioextensions"
+ },
+ {
+ "label": "allowedVideoExtensions",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L80",
+ "_origin": "ast",
+ "id": "source_video_video_allowedvideoextensions",
+ "community": 2,
+ "norm_label": "allowedvideoextensions"
+ },
+ {
+ "label": "isHttpUrl()",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L82",
+ "_origin": "ast",
+ "id": "source_video_video_ishttpurl",
+ "community": 2,
+ "norm_label": "ishttpurl()"
+ },
+ {
+ "label": "getReferenceImages()",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L86",
+ "_origin": "ast",
+ "id": "source_video_video_getreferenceimages",
+ "community": 2,
+ "norm_label": "getreferenceimages()"
+ },
+ {
+ "label": "getReferenceVideos()",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L127",
+ "_origin": "ast",
+ "id": "source_video_video_getreferencevideos",
+ "community": 2,
+ "norm_label": "getreferencevideos()"
+ },
+ {
+ "label": "validateReferenceMetadata()",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L131",
+ "_origin": "ast",
+ "id": "source_video_video_validatereferencemetadata",
+ "community": 2,
+ "norm_label": "validatereferencemetadata()"
+ },
+ {
+ "label": "validateCreateOptions()",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L184",
+ "_origin": "ast",
+ "id": "source_video_video_validatecreateoptions",
+ "community": 2,
+ "norm_label": "validatecreateoptions()"
+ },
+ {
+ "label": "createVideo()",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L269",
+ "_origin": "ast",
+ "id": "source_video_video_createvideo",
+ "community": 2,
+ "norm_label": "createvideo()"
+ },
+ {
+ "label": "getVideo()",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L376",
+ "_origin": "ast",
+ "id": "source_video_video_getvideo",
+ "community": 2,
+ "norm_label": "getvideo()"
+ },
+ {
+ "label": "listVideos()",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L402",
+ "_origin": "ast",
+ "id": "source_video_video_listvideos",
+ "community": 2,
+ "norm_label": "listvideos()"
+ },
+ {
+ "label": "estimateCredits()",
+ "file_type": "code",
+ "source_file": "source/video/video.ts",
+ "source_location": "L428",
+ "_origin": "ast",
+ "id": "source_video_video_estimatecredits",
+ "community": 2,
+ "norm_label": "estimatecredits()"
+ },
+ {
+ "label": "client.test.ts",
+ "file_type": "code",
+ "source_file": "tests/openapi/client.test.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "tests_openapi_client_test",
+ "community": 14,
+ "norm_label": "client.test.ts"
+ },
+ {
+ "label": "mockOpenAPIClient",
+ "file_type": "code",
+ "source_file": "tests/openapi/client.test.ts",
+ "source_location": "L6",
+ "_origin": "ast",
+ "id": "tests_openapi_client_test_mockopenapiclient",
+ "community": 14,
+ "norm_label": "mockopenapiclient"
+ },
+ {
+ "label": "commands.test.ts",
+ "file_type": "code",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "tests_openapi_commands_test",
+ "community": 1,
+ "norm_label": "commands.test.ts"
+ },
+ {
+ "label": "mockClient",
+ "file_type": "code",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L13",
+ "_origin": "ast",
+ "id": "tests_openapi_commands_test_mockclient",
+ "community": 1,
+ "norm_label": "mockclient"
+ },
+ {
+ "label": "makeParent()",
+ "file_type": "code",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L46",
+ "_origin": "ast",
+ "id": "tests_openapi_commands_test_makeparent",
+ "community": 1,
+ "norm_label": "makeparent()"
+ },
+ {
+ "label": "pngBytes()",
+ "file_type": "code",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L64",
+ "_origin": "ast",
+ "id": "tests_openapi_commands_test_pngbytes",
+ "community": 1,
+ "norm_label": "pngbytes()"
+ },
+ {
+ "label": "config.test.ts",
+ "file_type": "code",
+ "source_file": "tests/openapi/config.test.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "tests_openapi_config_test",
+ "community": 1,
+ "norm_label": "config.test.ts"
+ },
+ {
+ "label": "polling.test.ts",
+ "file_type": "code",
+ "source_file": "tests/openapi/polling.test.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "tests_openapi_polling_test",
+ "community": 1,
+ "norm_label": "polling.test.ts"
+ },
+ {
+ "label": "video-task-id.test.ts",
+ "file_type": "code",
+ "source_file": "tests/video-task-id.test.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "tests_video_task_id_test",
+ "community": 2,
+ "norm_label": "video-task-id.test.ts"
+ },
+ {
+ "label": "tsconfig.json",
+ "file_type": "code",
+ "source_file": "tsconfig.json",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "tsconfig",
+ "community": 13,
+ "norm_label": "tsconfig.json"
+ },
+ {
+ "label": "extends",
+ "file_type": "code",
+ "source_file": "tsconfig.json",
+ "source_location": "L2",
+ "_origin": "ast",
+ "id": "tsconfig_extends",
+ "community": 13,
+ "norm_label": "extends"
+ },
+ {
+ "label": "compilerOptions",
+ "file_type": "code",
+ "source_file": "tsconfig.json",
+ "source_location": "L3",
+ "_origin": "ast",
+ "id": "tsconfig_compileroptions",
+ "community": 13,
+ "norm_label": "compileroptions"
+ },
+ {
+ "label": "rootDir",
+ "file_type": "code",
+ "source_file": "tsconfig.json",
+ "source_location": "L4",
+ "_origin": "ast",
+ "id": "tsconfig_compileroptions_rootdir",
+ "community": 13,
+ "norm_label": "rootdir"
+ },
+ {
+ "label": "types",
+ "file_type": "code",
+ "source_file": "tsconfig.json",
+ "source_location": "L5",
+ "_origin": "ast",
+ "id": "tsconfig_compileroptions_types",
+ "community": 13,
+ "norm_label": "types"
+ },
+ {
+ "label": "include",
+ "file_type": "code",
+ "source_file": "tsconfig.json",
+ "source_location": "L7",
+ "_origin": "ast",
+ "id": "tsconfig_include",
+ "community": 13,
+ "norm_label": "include"
+ },
+ {
+ "label": "vite.config.ts",
+ "file_type": "code",
+ "source_file": "vite.config.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "vite_config",
+ "community": 16,
+ "norm_label": "vite.config.ts"
+ },
+ {
+ "label": "vitest.config.ts",
+ "file_type": "code",
+ "source_file": "vitest.config.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "vitest_config",
+ "community": 1,
+ "norm_label": "vitest.config.ts"
+ },
+ {
+ "label": "AGENTS.md",
+ "file_type": "document",
+ "source_file": "AGENTS.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "agents",
+ "community": 12,
+ "norm_label": "agents.md"
+ },
+ {
+ "label": "ListenHub CLI",
+ "file_type": "document",
+ "source_file": "AGENTS.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "agents_listenhub_cli",
+ "community": 12,
+ "norm_label": "listenhub cli"
+ },
+ {
+ "label": "Coding Guardrails",
+ "file_type": "document",
+ "source_file": "AGENTS.md",
+ "source_location": "L5",
+ "_origin": "ast",
+ "id": "agents_coding_guardrails",
+ "community": 12,
+ "norm_label": "coding guardrails"
+ },
+ {
+ "label": "Structure",
+ "file_type": "document",
+ "source_file": "AGENTS.md",
+ "source_location": "L13",
+ "_origin": "ast",
+ "id": "agents_structure",
+ "community": 12,
+ "norm_label": "structure"
+ },
+ {
+ "label": "Key Patterns",
+ "file_type": "document",
+ "source_file": "AGENTS.md",
+ "source_location": "L44",
+ "_origin": "ast",
+ "id": "agents_key_patterns",
+ "community": 12,
+ "norm_label": "key patterns"
+ },
+ {
+ "label": "Build",
+ "file_type": "document",
+ "source_file": "AGENTS.md",
+ "source_location": "L53",
+ "_origin": "ast",
+ "id": "agents_build",
+ "community": 12,
+ "norm_label": "build"
+ },
+ {
+ "label": "CLAUDE.md",
+ "file_type": "document",
+ "source_file": "CLAUDE.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "claude",
+ "community": 15,
+ "norm_label": "claude.md"
+ },
+ {
+ "label": "README.md",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "readme",
+ "community": 5,
+ "norm_label": "readme.md"
+ },
+ {
+ "label": "ListenHub CLI",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "readme_listenhub_cli",
+ "community": 6,
+ "norm_label": "listenhub cli"
+ },
+ {
+ "label": "Install",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L9",
+ "_origin": "ast",
+ "id": "readme_install",
+ "community": 6,
+ "norm_label": "install"
+ },
+ {
+ "label": "Two Ways to Authenticate",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L17",
+ "_origin": "ast",
+ "id": "readme_two_ways_to_authenticate",
+ "community": 6,
+ "norm_label": "two ways to authenticate"
+ },
+ {
+ "label": "Quick Start \u2014 OAuth",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L28",
+ "_origin": "ast",
+ "id": "readme_quick_start_oauth",
+ "community": 6,
+ "norm_label": "quick start \u2014 oauth"
+ },
+ {
+ "label": "Quick Start \u2014 OpenAPI Key",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L47",
+ "_origin": "ast",
+ "id": "readme_quick_start_openapi_key",
+ "community": 6,
+ "norm_label": "quick start \u2014 openapi key"
+ },
+ {
+ "label": "OAuth Commands",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L72",
+ "_origin": "ast",
+ "id": "readme_oauth_commands",
+ "community": 6,
+ "norm_label": "oauth commands"
+ },
+ {
+ "label": "Auth",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L74",
+ "_origin": "ast",
+ "id": "readme_auth",
+ "community": 6,
+ "norm_label": "auth"
+ },
+ {
+ "label": "Music",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L82",
+ "_origin": "ast",
+ "id": "readme_music",
+ "community": 6,
+ "norm_label": "music"
+ },
+ {
+ "label": "Content Creation",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L99",
+ "_origin": "ast",
+ "id": "readme_content_creation",
+ "community": 6,
+ "norm_label": "content creation"
+ },
+ {
+ "label": "Images",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L112",
+ "_origin": "ast",
+ "id": "readme_images",
+ "community": 6,
+ "norm_label": "images"
+ },
+ {
+ "label": "Video Generation",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L121",
+ "_origin": "ast",
+ "id": "readme_video_generation",
+ "community": 6,
+ "norm_label": "video generation"
+ },
+ {
+ "label": "Lyrics",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L130",
+ "_origin": "ast",
+ "id": "readme_lyrics",
+ "community": 6,
+ "norm_label": "lyrics"
+ },
+ {
+ "label": "Other",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L136",
+ "_origin": "ast",
+ "id": "readme_other",
+ "community": 6,
+ "norm_label": "other"
+ },
+ {
+ "label": "OpenAPI Key Commands",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L146",
+ "_origin": "ast",
+ "id": "readme_openapi_key_commands",
+ "community": 6,
+ "norm_label": "openapi key commands"
+ },
+ {
+ "label": "Config",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L150",
+ "_origin": "ast",
+ "id": "readme_config",
+ "community": 6,
+ "norm_label": "config"
+ },
+ {
+ "label": "Speakers",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L158",
+ "_origin": "ast",
+ "id": "readme_speakers",
+ "community": 6,
+ "norm_label": "speakers"
+ },
+ {
+ "label": "TTS & Speech",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L164",
+ "_origin": "ast",
+ "id": "readme_tts_speech",
+ "community": 6,
+ "norm_label": "tts & speech"
+ },
+ {
+ "label": "Flow Speech",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L172",
+ "_origin": "ast",
+ "id": "readme_flow_speech",
+ "community": 6,
+ "norm_label": "flow speech"
+ },
+ {
+ "label": "Podcast",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L181",
+ "_origin": "ast",
+ "id": "readme_podcast",
+ "community": 6,
+ "norm_label": "podcast"
+ },
+ {
+ "label": "Storybook",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L191",
+ "_origin": "ast",
+ "id": "readme_storybook",
+ "community": 6,
+ "norm_label": "storybook"
+ },
+ {
+ "label": "Image",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L199",
+ "_origin": "ast",
+ "id": "readme_image",
+ "community": 6,
+ "norm_label": "image"
+ },
+ {
+ "label": "Video",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L205",
+ "_origin": "ast",
+ "id": "readme_video",
+ "community": 6,
+ "norm_label": "video"
+ },
+ {
+ "label": "Content",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L216",
+ "_origin": "ast",
+ "id": "readme_content",
+ "community": 6,
+ "norm_label": "content"
+ },
+ {
+ "label": "Subscription",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L223",
+ "_origin": "ast",
+ "id": "readme_subscription",
+ "community": 6,
+ "norm_label": "subscription"
+ },
+ {
+ "label": "Common Options",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L231",
+ "_origin": "ast",
+ "id": "readme_common_options",
+ "community": 6,
+ "norm_label": "common options"
+ },
+ {
+ "label": "Local File Support",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L243",
+ "_origin": "ast",
+ "id": "readme_local_file_support",
+ "community": 6,
+ "norm_label": "local file support"
+ },
+ {
+ "label": "Examples",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L270",
+ "_origin": "ast",
+ "id": "readme_examples",
+ "community": 6,
+ "norm_label": "examples"
+ },
+ {
+ "label": "OpenAPI: Podcast workflow (text \u2192 audio)",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L272",
+ "_origin": "ast",
+ "id": "readme_openapi_podcast_workflow_text_audio",
+ "community": 6,
+ "norm_label": "openapi: podcast workflow (text \u2192 audio)"
+ },
+ {
+ "label": "OpenAPI: Video generation",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L292",
+ "_origin": "ast",
+ "id": "readme_openapi_video_generation",
+ "community": 6,
+ "norm_label": "openapi: video generation"
+ },
+ {
+ "label": "OpenAPI: PixVerse video generation",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L311",
+ "_origin": "ast",
+ "id": "readme_openapi_pixverse_video_generation",
+ "community": 6,
+ "norm_label": "openapi: pixverse video generation"
+ },
+ {
+ "label": "OAuth: Music generation",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L345",
+ "_origin": "ast",
+ "id": "readme_oauth_music_generation",
+ "community": 6,
+ "norm_label": "oauth: music generation"
+ },
+ {
+ "label": "JSON output for scripting",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L377",
+ "_origin": "ast",
+ "id": "readme_json_output_for_scripting",
+ "community": 6,
+ "norm_label": "json output for scripting"
+ },
+ {
+ "label": "Development",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L389",
+ "_origin": "ast",
+ "id": "readme_development",
+ "community": 6,
+ "norm_label": "development"
+ },
+ {
+ "label": "License",
+ "file_type": "document",
+ "source_file": "README.md",
+ "source_location": "L401",
+ "_origin": "ast",
+ "id": "readme_license",
+ "community": 6,
+ "norm_label": "license"
+ },
+ {
+ "label": "README.zh-CN.md",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "readme_zh_cn",
+ "community": 5,
+ "norm_label": "readme.zh-cn.md"
+ },
+ {
+ "label": "ListenHub CLI",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "readme_zh_cn_listenhub_cli",
+ "community": 5,
+ "norm_label": "listenhub cli"
+ },
+ {
+ "label": "\u5b89\u88c5",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L9",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u5b89\u88c5",
+ "community": 5,
+ "norm_label": "\u5b89\u88c5"
+ },
+ {
+ "label": "\u4e24\u79cd\u8ba4\u8bc1\u65b9\u5f0f",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L17",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u4e24\u79cd\u8ba4\u8bc1\u65b9\u5f0f",
+ "community": 5,
+ "norm_label": "\u4e24\u79cd\u8ba4\u8bc1\u65b9\u5f0f"
+ },
+ {
+ "label": "\u5feb\u901f\u5f00\u59cb \u2014 OAuth",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L28",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u5feb\u901f\u5f00\u59cb_oauth",
+ "community": 5,
+ "norm_label": "\u5feb\u901f\u5f00\u59cb \u2014 oauth"
+ },
+ {
+ "label": "\u5feb\u901f\u5f00\u59cb \u2014 OpenAPI Key",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L47",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u5feb\u901f\u5f00\u59cb_openapi_key",
+ "community": 5,
+ "norm_label": "\u5feb\u901f\u5f00\u59cb \u2014 openapi key"
+ },
+ {
+ "label": "OAuth \u547d\u4ee4",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L72",
+ "_origin": "ast",
+ "id": "readme_zh_cn_oauth_\u547d\u4ee4",
+ "community": 5,
+ "norm_label": "oauth \u547d\u4ee4"
+ },
+ {
+ "label": "\u8ba4\u8bc1",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L74",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u8ba4\u8bc1",
+ "community": 5,
+ "norm_label": "\u8ba4\u8bc1"
+ },
+ {
+ "label": "\u97f3\u4e50",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L82",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u97f3\u4e50",
+ "community": 5,
+ "norm_label": "\u97f3\u4e50"
+ },
+ {
+ "label": "\u5185\u5bb9\u521b\u4f5c",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L99",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u5185\u5bb9\u521b\u4f5c",
+ "community": 5,
+ "norm_label": "\u5185\u5bb9\u521b\u4f5c"
+ },
+ {
+ "label": "\u56fe\u7247",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L112",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u56fe\u7247",
+ "community": 5,
+ "norm_label": "\u56fe\u7247"
+ },
+ {
+ "label": "\u89c6\u9891\u751f\u6210",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L121",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u89c6\u9891\u751f\u6210",
+ "community": 5,
+ "norm_label": "\u89c6\u9891\u751f\u6210"
+ },
+ {
+ "label": "\u6b4c\u8bcd",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L130",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u6b4c\u8bcd",
+ "community": 5,
+ "norm_label": "\u6b4c\u8bcd"
+ },
+ {
+ "label": "\u5176\u4ed6",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L136",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u5176\u4ed6",
+ "community": 5,
+ "norm_label": "\u5176\u4ed6"
+ },
+ {
+ "label": "OpenAPI Key \u547d\u4ee4",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L146",
+ "_origin": "ast",
+ "id": "readme_zh_cn_openapi_key_\u547d\u4ee4",
+ "community": 5,
+ "norm_label": "openapi key \u547d\u4ee4"
+ },
+ {
+ "label": "\u914d\u7f6e",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L150",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u914d\u7f6e",
+ "community": 5,
+ "norm_label": "\u914d\u7f6e"
+ },
+ {
+ "label": "\u58f0\u97f3",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L158",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u58f0\u97f3",
+ "community": 5,
+ "norm_label": "\u58f0\u97f3"
+ },
+ {
+ "label": "\u8bed\u97f3\u5408\u6210",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L164",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u8bed\u97f3\u5408\u6210",
+ "community": 5,
+ "norm_label": "\u8bed\u97f3\u5408\u6210"
+ },
+ {
+ "label": "Flow Speech",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L172",
+ "_origin": "ast",
+ "id": "readme_zh_cn_flow_speech",
+ "community": 5,
+ "norm_label": "flow speech"
+ },
+ {
+ "label": "\u64ad\u5ba2",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L181",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u64ad\u5ba2",
+ "community": 5,
+ "norm_label": "\u64ad\u5ba2"
+ },
+ {
+ "label": "\u6545\u4e8b\u4e66",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L191",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u6545\u4e8b\u4e66",
+ "community": 5,
+ "norm_label": "\u6545\u4e8b\u4e66"
+ },
+ {
+ "label": "\u56fe\u7247",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L199",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u56fe\u7247_199",
+ "community": 5,
+ "norm_label": "\u56fe\u7247"
+ },
+ {
+ "label": "\u89c6\u9891",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L205",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u89c6\u9891",
+ "community": 5,
+ "norm_label": "\u89c6\u9891"
+ },
+ {
+ "label": "\u5185\u5bb9\u63d0\u53d6",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L216",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u5185\u5bb9\u63d0\u53d6",
+ "community": 5,
+ "norm_label": "\u5185\u5bb9\u63d0\u53d6"
+ },
+ {
+ "label": "\u8ba2\u9605",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L223",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u8ba2\u9605",
+ "community": 5,
+ "norm_label": "\u8ba2\u9605"
+ },
+ {
+ "label": "\u901a\u7528\u9009\u9879",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L231",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u901a\u7528\u9009\u9879",
+ "community": 5,
+ "norm_label": "\u901a\u7528\u9009\u9879"
+ },
+ {
+ "label": "\u672c\u5730\u6587\u4ef6\u652f\u6301",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L243",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u672c\u5730\u6587\u4ef6\u652f\u6301",
+ "community": 5,
+ "norm_label": "\u672c\u5730\u6587\u4ef6\u652f\u6301"
+ },
+ {
+ "label": "\u4f7f\u7528\u793a\u4f8b",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L270",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u4f7f\u7528\u793a\u4f8b",
+ "community": 5,
+ "norm_label": "\u4f7f\u7528\u793a\u4f8b"
+ },
+ {
+ "label": "OpenAPI\uff1a\u64ad\u5ba2\u5de5\u4f5c\u6d41\uff08\u6587\u672c \u2192 \u97f3\u9891\uff09",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L272",
+ "_origin": "ast",
+ "id": "readme_zh_cn_openapi_\u64ad\u5ba2\u5de5\u4f5c\u6d41_\u6587\u672c_\u97f3\u9891",
+ "community": 5,
+ "norm_label": "openapi:\u64ad\u5ba2\u5de5\u4f5c\u6d41(\u6587\u672c \u2192 \u97f3\u9891)"
+ },
+ {
+ "label": "OpenAPI\uff1a\u89c6\u9891\u751f\u6210",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L292",
+ "_origin": "ast",
+ "id": "readme_zh_cn_openapi_\u89c6\u9891\u751f\u6210",
+ "community": 5,
+ "norm_label": "openapi:\u89c6\u9891\u751f\u6210"
+ },
+ {
+ "label": "OpenAPI\uff1aPixVerse \u89c6\u9891\u751f\u6210",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L311",
+ "_origin": "ast",
+ "id": "readme_zh_cn_openapi_pixverse_\u89c6\u9891\u751f\u6210",
+ "community": 5,
+ "norm_label": "openapi:pixverse \u89c6\u9891\u751f\u6210"
+ },
+ {
+ "label": "OAuth\uff1a\u97f3\u4e50\u751f\u6210",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L345",
+ "_origin": "ast",
+ "id": "readme_zh_cn_oauth_\u97f3\u4e50\u751f\u6210",
+ "community": 5,
+ "norm_label": "oauth:\u97f3\u4e50\u751f\u6210"
+ },
+ {
+ "label": "\u811a\u672c\u4e2d\u4f7f\u7528 JSON \u8f93\u51fa",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L377",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u811a\u672c\u4e2d\u4f7f\u7528_json_\u8f93\u51fa",
+ "community": 5,
+ "norm_label": "\u811a\u672c\u4e2d\u4f7f\u7528 json \u8f93\u51fa"
+ },
+ {
+ "label": "\u5f00\u53d1",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L389",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u5f00\u53d1",
+ "community": 5,
+ "norm_label": "\u5f00\u53d1"
+ },
+ {
+ "label": "\u8bb8\u53ef\u8bc1",
+ "file_type": "document",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L401",
+ "_origin": "ast",
+ "id": "readme_zh_cn_\u8bb8\u53ef\u8bc1",
+ "community": 5,
+ "norm_label": "\u8bb8\u53ef\u8bc1"
+ }
+ ],
+ "links": [
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_bin",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L30",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_dependencies",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_description",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L36",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_devdependencies",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L45",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_engines",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_files",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_license",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_name",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L48",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_packagemanager",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_repository",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L17",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_scripts",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L16",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_type",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "package",
+ "target": "package_version",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "package_repository",
+ "target": "package_repository_type",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "package_repository",
+ "target": "package_repository_url",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "package_bin",
+ "target": "package_bin_listenhub",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L19",
+ "weight": 1.0,
+ "source": "package_scripts",
+ "target": "package_scripts_build",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L24",
+ "weight": 1.0,
+ "source": "package_scripts",
+ "target": "package_scripts_check",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "package_scripts",
+ "target": "package_scripts_dev",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L22",
+ "weight": 1.0,
+ "source": "package_scripts",
+ "target": "package_scripts_fmt",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L23",
+ "weight": 1.0,
+ "source": "package_scripts",
+ "target": "package_scripts_fmt_check",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L20",
+ "weight": 1.0,
+ "source": "package_scripts",
+ "target": "package_scripts_lint",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L21",
+ "weight": 1.0,
+ "source": "package_scripts",
+ "target": "package_scripts_lint_fix",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L28",
+ "weight": 1.0,
+ "source": "package_scripts",
+ "target": "package_scripts_prepublishonly",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L27",
+ "weight": 1.0,
+ "source": "package_scripts",
+ "target": "package_scripts_ready",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L25",
+ "weight": 1.0,
+ "source": "package_scripts",
+ "target": "package_scripts_test",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L26",
+ "weight": 1.0,
+ "source": "package_scripts",
+ "target": "package_scripts_test_watch",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L32",
+ "weight": 1.0,
+ "source": "package_dependencies",
+ "target": "package_dependencies_commander",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L31",
+ "weight": 1.0,
+ "source": "package_dependencies",
+ "target": "package_dependencies_marswave_listenhub_sdk",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L33",
+ "weight": 1.0,
+ "source": "package_dependencies",
+ "target": "package_dependencies_open",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L34",
+ "weight": 1.0,
+ "source": "package_dependencies",
+ "target": "package_dependencies_ora",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L39",
+ "weight": 1.0,
+ "source": "package_devdependencies",
+ "target": "package_devdependencies_picomatch",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L37",
+ "weight": 1.0,
+ "source": "package_devdependencies",
+ "target": "package_devdependencies_sindresorhus_tsconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L38",
+ "weight": 1.0,
+ "source": "package_devdependencies",
+ "target": "package_devdependencies_types_node",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L40",
+ "weight": 1.0,
+ "source": "package_devdependencies",
+ "target": "package_devdependencies_typescript",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L41",
+ "weight": 1.0,
+ "source": "package_devdependencies",
+ "target": "package_devdependencies_vite",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L42",
+ "weight": 1.0,
+ "source": "package_devdependencies",
+ "target": "package_devdependencies_vite_plus",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L43",
+ "weight": 1.0,
+ "source": "package_devdependencies",
+ "target": "package_devdependencies_vitest",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "package.json",
+ "source_location": "L46",
+ "weight": 1.0,
+ "source": "package_engines",
+ "target": "package_engines_node",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_creation_cli",
+ "target": "source_shared_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_explainer_cli",
+ "target": "source_shared_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_shared_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_lyrics_cli",
+ "target": "source_shared_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_shared_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_podcast_cli",
+ "target": "source_shared_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/client.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_shared_client",
+ "target": "source_shared_client_ensurefreshcredentials",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/client.ts",
+ "source_location": "L34",
+ "weight": 1.0,
+ "source": "source_shared_client",
+ "target": "source_shared_client_getclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/client.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_shared_client",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/client.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_shared_client",
+ "target": "source_shared_output_cliautherror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_slides_cli",
+ "target": "source_shared_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/speakers/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_speakers_cli",
+ "target": "source_shared_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_tts_cli",
+ "target": "source_shared_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_shared_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/client.ts",
+ "source_location": "L36",
+ "weight": 1.0,
+ "source": "source_shared_client_getclient",
+ "target": "source_shared_client_ensurefreshcredentials",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_creation_cli",
+ "target": "source_shared_client_getclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_explainer_cli",
+ "target": "source_shared_client_getclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_shared_client_getclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_lyrics_cli",
+ "target": "source_shared_client_getclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_shared_client_getclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_podcast_cli",
+ "target": "source_shared_client_getclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_slides_cli",
+ "target": "source_shared_client_getclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/speakers/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_speakers_cli",
+ "target": "source_shared_client_getclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_tts_cli",
+ "target": "source_shared_client_getclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_shared_client_getclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_image_dimensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_byte",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_imagedimensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L36",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_matches",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L53",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_parsegif",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L61",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_parsejpeg",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L40",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_parsepng",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L96",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_parsewebp",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L127",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_readimagedimensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L137",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_readlocalimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_readuint16be",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L19",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_readuint16le",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L23",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_readuint24le",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L27",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_image_dimensions_readuint32be",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_video_reference_metadata",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_video_reference_metadata_videoreferenceimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions",
+ "target": "source_shared_video_reference_metadata_videoreferenceimagerole",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L17",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_image_dimensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L62",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_parsejpeg",
+ "target": "source_shared_image_dimensions_byte",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L43",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_parsepng",
+ "target": "source_shared_image_dimensions_byte",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L101",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_parsewebp",
+ "target": "source_shared_image_dimensions_byte",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L16",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_readuint16be",
+ "target": "source_shared_image_dimensions_byte",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L20",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_readuint16le",
+ "target": "source_shared_image_dimensions_byte",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L24",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_readuint24le",
+ "target": "source_shared_image_dimensions_byte",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L29",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_readuint32be",
+ "target": "source_shared_image_dimensions_byte",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L78",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_parsejpeg",
+ "target": "source_shared_image_dimensions_readuint16be",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L58",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_parsegif",
+ "target": "source_shared_image_dimensions_readuint16le",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L108",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_parsewebp",
+ "target": "source_shared_image_dimensions_readuint16le",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L103",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_parsewebp",
+ "target": "source_shared_image_dimensions_readuint24le",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L50",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_parsepng",
+ "target": "source_shared_image_dimensions_readuint32be",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L54",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_parsegif",
+ "target": "source_shared_image_dimensions_matches",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L44",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_parsepng",
+ "target": "source_shared_image_dimensions_matches",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L97",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_parsewebp",
+ "target": "source_shared_image_dimensions_matches",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L129",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_readimagedimensions",
+ "target": "source_shared_image_dimensions_parsepng",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L129",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_readimagedimensions",
+ "target": "source_shared_image_dimensions_parsegif",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L129",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_readimagedimensions",
+ "target": "source_shared_image_dimensions_parsejpeg",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L129",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_readimagedimensions",
+ "target": "source_shared_image_dimensions_parsewebp",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/image-dimensions.ts",
+ "source_location": "L142",
+ "weight": 1.0,
+ "source": "source_shared_image_dimensions_readlocalimagemeta",
+ "target": "source_shared_image_dimensions_readimagedimensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_image_dimensions_readlocalimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L190",
+ "weight": 1.0,
+ "source": "source_openapi_video_getreferenceimages",
+ "target": "source_shared_image_dimensions_readlocalimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L17",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_image_dimensions_readlocalimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L100",
+ "weight": 1.0,
+ "source": "source_video_video_getreferenceimages",
+ "target": "source_shared_image_dimensions_readlocalimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_shared_language",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_shared_language",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/language.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_shared_language",
+ "target": "source_shared_language_inferlanguage",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_shared_language",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_shared_language",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_shared_language_inferlanguage",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L29",
+ "weight": 1.0,
+ "source": "source_explainer_explainer_createexplainer",
+ "target": "source_shared_language_inferlanguage"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_shared_language_inferlanguage",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L25",
+ "weight": 1.0,
+ "source": "source_podcast_podcast_createpodcast",
+ "target": "source_shared_language_inferlanguage"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_shared_language_inferlanguage",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L28",
+ "weight": 1.0,
+ "source": "source_slides_slides_createslides",
+ "target": "source_shared_language_inferlanguage"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_shared_language_inferlanguage",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L22",
+ "weight": 1.0,
+ "source": "source_tts_tts_createtts",
+ "target": "source_shared_language_inferlanguage"
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L51",
+ "weight": 1.0,
+ "source": "source_shared_mp4_duration",
+ "target": "source_shared_mp4_duration_atomheader",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L88",
+ "weight": 1.0,
+ "source": "source_shared_mp4_duration",
+ "target": "source_shared_mp4_duration_filesize",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L71",
+ "weight": 1.0,
+ "source": "source_shared_mp4_duration",
+ "target": "source_shared_mp4_duration_findatom",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_shared_mp4_duration",
+ "target": "source_shared_mp4_duration_getmp4duration",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L56",
+ "weight": 1.0,
+ "source": "source_shared_mp4_duration",
+ "target": "source_shared_mp4_duration_readatomheader",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_mp4_duration",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_shared_mp4_duration_getmp4duration",
+ "target": "source_shared_mp4_duration_filesize",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_shared_mp4_duration_getmp4duration",
+ "target": "source_shared_mp4_duration_findatom",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_shared_mp4_duration_getmp4duration",
+ "target": "source_shared_mp4_duration_readatomheader",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_mp4_duration_getmp4duration",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L279",
+ "weight": 1.0,
+ "source": "source_video_video_createvideo",
+ "target": "source_shared_mp4_duration_getmp4duration"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/mp4-duration.ts",
+ "source_location": "L79",
+ "weight": 1.0,
+ "source": "source_shared_mp4_duration_findatom",
+ "target": "source_shared_mp4_duration_readatomheader",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_auth_cli",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_creation_cli",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/creation.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_creation_creation",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_explainer_cli",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_lyrics_cli",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_image",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/polling.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_openapi_polling",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_speakers",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_subscription",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_podcast_cli",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L35",
+ "weight": 1.0,
+ "source": "source_shared_output",
+ "target": "source_shared_output_cliautherror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L28",
+ "weight": 1.0,
+ "source": "source_shared_output",
+ "target": "source_shared_output_clitimeouterror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L42",
+ "weight": 1.0,
+ "source": "source_shared_output",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_shared_output",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_shared_output",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L20",
+ "weight": 1.0,
+ "source": "source_shared_output",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_shared_polling",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_slides_cli",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/speakers/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_speakers_cli",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/speakers/speakers.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_speakers_speakers",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_tts_cli",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_output",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/creation.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_creation_creation",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/creation/creation.ts",
+ "source_location": "L33",
+ "weight": 1.0,
+ "source": "source_creation_creation_deletecreations",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/creation/creation.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_creation_creation_getcreation",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L59",
+ "weight": 1.0,
+ "source": "source_explainer_explainer_createexplainer",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L100",
+ "weight": 1.0,
+ "source": "source_explainer_explainer_listexplainervideos",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/image/image.ts",
+ "source_location": "L53",
+ "weight": 1.0,
+ "source": "source_image_image_createimage",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/image/image.ts",
+ "source_location": "L134",
+ "weight": 1.0,
+ "source": "source_image_image_deleteimages",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/image/image.ts",
+ "source_location": "L111",
+ "weight": 1.0,
+ "source": "source_image_image_getimage",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/image/image.ts",
+ "source_location": "L89",
+ "weight": 1.0,
+ "source": "source_image_image_listimages",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L79",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics_creategenerate",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L135",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics_gettask",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L110",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics_listtasks",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L315",
+ "weight": 1.0,
+ "source": "source_music_music_createcover",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L373",
+ "weight": 1.0,
+ "source": "source_music_music_createextend",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L277",
+ "weight": 1.0,
+ "source": "source_music_music_creategenerate",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L641",
+ "weight": 1.0,
+ "source": "source_music_music_describe",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L189",
+ "weight": 1.0,
+ "source": "source_music_music_emitsubmitted",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L181",
+ "weight": 1.0,
+ "source": "source_music_music_emittaskresult",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L425",
+ "weight": 1.0,
+ "source": "source_music_music_gettask",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L401",
+ "weight": 1.0,
+ "source": "source_music_music_listtasks",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L621",
+ "weight": 1.0,
+ "source": "source_music_music_recognize",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L667",
+ "weight": 1.0,
+ "source": "source_music_music_stem",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L42",
+ "weight": 1.0,
+ "source": "source_openapi_content_runextract",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_image",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L76",
+ "weight": 1.0,
+ "source": "source_openapi_image_createimage",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L37",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice_emittask",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L27",
+ "weight": 1.0,
+ "source": "source_openapi_music_emittask",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_speakers",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_openapi_speakers_listspeakers",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_subscription",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L62",
+ "weight": 1.0,
+ "source": "source_openapi_tts_runspeech",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L798",
+ "weight": 1.0,
+ "source": "source_openapi_video_registerpixverse",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L46",
+ "weight": 1.0,
+ "source": "source_podcast_podcast_createpodcast",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L87",
+ "weight": 1.0,
+ "source": "source_podcast_podcast_listpodcasts",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L58",
+ "weight": 1.0,
+ "source": "source_slides_slides_createslides",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L99",
+ "weight": 1.0,
+ "source": "source_slides_slides_listslides",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/speakers/speakers.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_speakers_speakers",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/speakers/speakers.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_speakers_speakers_listspeakers",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L46",
+ "weight": 1.0,
+ "source": "source_tts_tts_createtts",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L80",
+ "weight": 1.0,
+ "source": "source_tts_tts_listtts",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_output_printjson",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L348",
+ "weight": 1.0,
+ "source": "source_video_video_createvideo",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L463",
+ "weight": 1.0,
+ "source": "source_video_video_estimatecredits",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L384",
+ "weight": 1.0,
+ "source": "source_video_video_getvideo",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L413",
+ "weight": 1.0,
+ "source": "source_video_video_listvideos",
+ "target": "source_shared_output_printjson"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/creation.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_creation_creation",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/creation/creation.ts",
+ "source_location": "L16",
+ "weight": 1.0,
+ "source": "source_creation_creation_getcreation",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L76",
+ "weight": 1.0,
+ "source": "source_explainer_explainer_createexplainer",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/image/image.ts",
+ "source_location": "L69",
+ "weight": 1.0,
+ "source": "source_image_image_createimage",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/image/image.ts",
+ "source_location": "L115",
+ "weight": 1.0,
+ "source": "source_image_image_getimage",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L645",
+ "weight": 1.0,
+ "source": "source_music_music_describe",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L254",
+ "weight": 1.0,
+ "source": "source_music_music_printmusicdetail",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L625",
+ "weight": 1.0,
+ "source": "source_music_music_recognize",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L671",
+ "weight": 1.0,
+ "source": "source_music_music_stem",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L21",
+ "weight": 1.0,
+ "source": "source_openapi_content_printcontentdetail",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L40",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech_printflowspeechdetail",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L21",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice_printvoicedetail",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L49",
+ "weight": 1.0,
+ "source": "source_openapi_podcast_printpodcastdetail",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L33",
+ "weight": 1.0,
+ "source": "source_openapi_storybook_printstorybookdetail",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_subscription",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_openapi_subscription_printsubscriptiondetail",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L275",
+ "weight": 1.0,
+ "source": "source_openapi_video_printvideodetail",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L869",
+ "weight": 1.0,
+ "source": "source_openapi_video_registerpixverse",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L63",
+ "weight": 1.0,
+ "source": "source_podcast_podcast_createpodcast",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L75",
+ "weight": 1.0,
+ "source": "source_slides_slides_createslides",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L63",
+ "weight": 1.0,
+ "source": "source_tts_tts_createtts",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_output_printdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L364",
+ "weight": 1.0,
+ "source": "source_video_video_createvideo",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L467",
+ "weight": 1.0,
+ "source": "source_video_video_estimatecredits",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L388",
+ "weight": 1.0,
+ "source": "source_video_video_getvideo",
+ "target": "source_shared_output_printdetail"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L111",
+ "weight": 1.0,
+ "source": "source_explainer_explainer_listexplainervideos",
+ "target": "source_shared_output_printtable"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/image/image.ts",
+ "source_location": "L100",
+ "weight": 1.0,
+ "source": "source_image_image_listimages",
+ "target": "source_shared_output_printtable"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L124",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics_listtasks",
+ "target": "source_shared_output_printtable"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L414",
+ "weight": 1.0,
+ "source": "source_music_music_listtasks",
+ "target": "source_shared_output_printtable"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_speakers",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L21",
+ "weight": 1.0,
+ "source": "source_openapi_speakers_listspeakers",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L98",
+ "weight": 1.0,
+ "source": "source_podcast_podcast_listpodcasts",
+ "target": "source_shared_output_printtable"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L110",
+ "weight": 1.0,
+ "source": "source_slides_slides_listslides",
+ "target": "source_shared_output_printtable"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/speakers/speakers.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_speakers_speakers",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/speakers/speakers.ts",
+ "source_location": "L19",
+ "weight": 1.0,
+ "source": "source_speakers_speakers_listspeakers",
+ "target": "source_shared_output_printtable"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L91",
+ "weight": 1.0,
+ "source": "source_tts_tts_listtts",
+ "target": "source_shared_output_printtable"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_output_printtable",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L425",
+ "weight": 1.0,
+ "source": "source_video_video_listvideos",
+ "target": "source_shared_output_printtable"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/polling.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_openapi_polling",
+ "target": "source_shared_output_clitimeouterror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "method",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L29",
+ "weight": 1.0,
+ "source": "source_shared_output_clitimeouterror",
+ "target": "source_shared_output_clitimeouterror_constructor",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_shared_polling",
+ "target": "source_shared_output_clitimeouterror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "method",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/output.ts",
+ "source_location": "L36",
+ "weight": 1.0,
+ "source": "source_shared_output_cliautherror",
+ "target": "source_shared_output_cliautherror_constructor",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_auth_cli",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_creation_cli",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_explainer_cli",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_lyrics_cli",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_image",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_speakers",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_subscription",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L824",
+ "weight": 1.0,
+ "source": "source_openapi_video_registerpixverse",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_podcast_cli",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_slides_cli",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/speakers/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_speakers_cli",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_tts_cli",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_shared_output_handleerror",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_shared_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_shared_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_shared_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_shared_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_shared_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L59",
+ "weight": 1.0,
+ "source": "source_shared_polling",
+ "target": "source_shared_polling_pollimageuntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L169",
+ "weight": 1.0,
+ "source": "source_shared_polling",
+ "target": "source_shared_polling_polllyricstaskuntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L95",
+ "weight": 1.0,
+ "source": "source_shared_polling",
+ "target": "source_shared_polling_pollmusictaskuntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L21",
+ "weight": 1.0,
+ "source": "source_shared_polling",
+ "target": "source_shared_polling_polluntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L131",
+ "weight": 1.0,
+ "source": "source_shared_polling",
+ "target": "source_shared_polling_pollvideotaskuntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_shared_polling",
+ "target": "source_shared_polling_sleep",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_shared_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_shared_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L72",
+ "weight": 1.0,
+ "source": "source_shared_polling_pollimageuntildone",
+ "target": "source_shared_polling_sleep",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L182",
+ "weight": 1.0,
+ "source": "source_shared_polling_polllyricstaskuntildone",
+ "target": "source_shared_polling_sleep",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L108",
+ "weight": 1.0,
+ "source": "source_shared_polling_pollmusictaskuntildone",
+ "target": "source_shared_polling_sleep",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L36",
+ "weight": 1.0,
+ "source": "source_shared_polling_polluntildone",
+ "target": "source_shared_polling_sleep",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/polling.ts",
+ "source_location": "L144",
+ "weight": 1.0,
+ "source": "source_shared_polling_pollvideotaskuntildone",
+ "target": "source_shared_polling_sleep",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_shared_polling_polluntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L67",
+ "weight": 1.0,
+ "source": "source_explainer_explainer_createexplainer",
+ "target": "source_shared_polling_polluntildone"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_shared_polling_polluntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L54",
+ "weight": 1.0,
+ "source": "source_podcast_podcast_createpodcast",
+ "target": "source_shared_polling_polluntildone"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_shared_polling_polluntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L66",
+ "weight": 1.0,
+ "source": "source_slides_slides_createslides",
+ "target": "source_shared_polling_polluntildone"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_shared_polling_polluntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L54",
+ "weight": 1.0,
+ "source": "source_tts_tts_createtts",
+ "target": "source_shared_polling_polluntildone"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_shared_polling_pollimageuntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/image/image.ts",
+ "source_location": "L61",
+ "weight": 1.0,
+ "source": "source_image_image_createimage",
+ "target": "source_shared_polling_pollimageuntildone"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_shared_polling_pollmusictaskuntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L323",
+ "weight": 1.0,
+ "source": "source_music_music_createcover",
+ "target": "source_shared_polling_pollmusictaskuntildone"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L381",
+ "weight": 1.0,
+ "source": "source_music_music_createextend",
+ "target": "source_shared_polling_pollmusictaskuntildone"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L285",
+ "weight": 1.0,
+ "source": "source_music_music_creategenerate",
+ "target": "source_shared_polling_pollmusictaskuntildone"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L502",
+ "weight": 1.0,
+ "source": "source_music_music_createinstrumental",
+ "target": "source_shared_polling_pollmusictaskuntildone"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L463",
+ "weight": 1.0,
+ "source": "source_music_music_createremix",
+ "target": "source_shared_polling_pollmusictaskuntildone"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L547",
+ "weight": 1.0,
+ "source": "source_music_music_createsoundtrack",
+ "target": "source_shared_polling_pollmusictaskuntildone"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L606",
+ "weight": 1.0,
+ "source": "source_music_music_createtrack",
+ "target": "source_shared_polling_pollmusictaskuntildone"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_polling_pollvideotaskuntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L356",
+ "weight": 1.0,
+ "source": "source_video_video_createvideo",
+ "target": "source_shared_polling_pollvideotaskuntildone"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_shared_polling_polllyricstaskuntildone",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L87",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics_creategenerate",
+ "target": "source_shared_polling_polllyricstaskuntildone"
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_shared_sources",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_shared_sources",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/sources.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_shared_sources",
+ "target": "source_shared_sources_buildsources",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_shared_sources",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_shared_sources",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_shared_sources_buildsources",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L42",
+ "weight": 1.0,
+ "source": "source_explainer_explainer_createexplainer",
+ "target": "source_shared_sources_buildsources"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_shared_sources_buildsources",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L35",
+ "weight": 1.0,
+ "source": "source_podcast_podcast_createpodcast",
+ "target": "source_shared_sources_buildsources"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_shared_sources_buildsources",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L41",
+ "weight": 1.0,
+ "source": "source_slides_slides_createslides",
+ "target": "source_shared_sources_buildsources"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_shared_sources_buildsources",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L32",
+ "weight": 1.0,
+ "source": "source_tts_tts_createtts",
+ "target": "source_shared_sources_buildsources"
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_shared_speaker_resolver",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_shared_speaker_resolver",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/speaker-resolver.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_shared_speaker_resolver",
+ "target": "source_shared_speaker_resolver_defaultspeakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/speaker-resolver.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_shared_speaker_resolver",
+ "target": "source_shared_speaker_resolver_resolvespeakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_shared_speaker_resolver",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_shared_speaker_resolver",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_shared_speaker_resolver_resolvespeakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L30",
+ "weight": 1.0,
+ "source": "source_explainer_explainer_createexplainer",
+ "target": "source_shared_speaker_resolver_resolvespeakers"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_shared_speaker_resolver_resolvespeakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L26",
+ "weight": 1.0,
+ "source": "source_podcast_podcast_createpodcast",
+ "target": "source_shared_speaker_resolver_resolvespeakers"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_shared_speaker_resolver_resolvespeakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L29",
+ "weight": 1.0,
+ "source": "source_slides_slides_createslides",
+ "target": "source_shared_speaker_resolver_resolvespeakers"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_shared_speaker_resolver_resolvespeakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L23",
+ "weight": 1.0,
+ "source": "source_tts_tts_createtts",
+ "target": "source_shared_speaker_resolver_resolvespeakers"
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_shared_upload",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_shared_upload",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_upload",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L46",
+ "weight": 1.0,
+ "source": "source_shared_upload",
+ "target": "source_shared_upload_allowedextensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_shared_upload",
+ "target": "source_shared_upload_audioextensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L24",
+ "weight": 1.0,
+ "source": "source_shared_upload",
+ "target": "source_shared_upload_categoryfortype",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_shared_upload",
+ "target": "source_shared_upload_fileaccepttype",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_shared_upload",
+ "target": "source_shared_upload_fileuploadclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_shared_upload",
+ "target": "source_shared_upload_imageextensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "source_shared_upload",
+ "target": "source_shared_upload_maxsizebytes",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L30",
+ "weight": 1.0,
+ "source": "source_shared_upload",
+ "target": "source_shared_upload_mimetypes",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L52",
+ "weight": 1.0,
+ "source": "source_shared_upload",
+ "target": "source_shared_upload_resolvefileorurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L16",
+ "weight": 1.0,
+ "source": "source_shared_upload",
+ "target": "source_shared_upload_videoextensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_upload",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/upload.ts",
+ "source_location": "L76",
+ "weight": 1.0,
+ "source": "source_shared_upload_resolvefileorurl",
+ "target": "source_shared_upload_allowedextensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_shared_upload_resolvefileorurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_shared_upload_resolvefileorurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L301",
+ "weight": 1.0,
+ "source": "source_music_music_createcover",
+ "target": "source_shared_upload_resolvefileorurl"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L339",
+ "weight": 1.0,
+ "source": "source_music_music_createextend",
+ "target": "source_shared_upload_resolvefileorurl"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/music/music.ts",
+ "source_location": "L451",
+ "weight": 1.0,
+ "source": "source_music_music_createremix",
+ "target": "source_shared_upload_resolvefileorurl"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_upload_resolvefileorurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_upload_resolvefileorurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L295",
+ "weight": 1.0,
+ "source": "source_video_video_createvideo",
+ "target": "source_shared_upload_resolvefileorurl"
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L17",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_video_reference_metadata",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L58",
+ "weight": 1.0,
+ "source": "source_shared_video_reference_metadata",
+ "target": "source_shared_video_reference_metadata_isseedancevideomodel",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L19",
+ "weight": 1.0,
+ "source": "source_shared_video_reference_metadata",
+ "target": "source_shared_video_reference_metadata_parseimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L37",
+ "weight": 1.0,
+ "source": "source_shared_video_reference_metadata",
+ "target": "source_shared_video_reference_metadata_parsevideometa",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_shared_video_reference_metadata",
+ "target": "source_shared_video_reference_metadata_videoreferenceimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L1",
+ "weight": 1.0,
+ "source": "source_shared_video_reference_metadata",
+ "target": "source_shared_video_reference_metadata_videoreferenceimagerole",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/video-reference-metadata.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_shared_video_reference_metadata",
+ "target": "source_shared_video_reference_metadata_videoreferencevideometa",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_video_reference_metadata",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L17",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_video_reference_metadata_videoreferenceimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_video_reference_metadata_videoreferenceimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L17",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_video_reference_metadata_videoreferencevideometa",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_video_reference_metadata_videoreferencevideometa",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L17",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_video_reference_metadata_parseimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L184",
+ "weight": 1.0,
+ "source": "source_openapi_video_getreferenceimages",
+ "target": "source_shared_video_reference_metadata_parseimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_video_reference_metadata_parseimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L94",
+ "weight": 1.0,
+ "source": "source_video_video_getreferenceimages",
+ "target": "source_shared_video_reference_metadata_parseimagemeta",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L17",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_video_reference_metadata_parsevideometa",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "confidence_score": 0.8,
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L218",
+ "weight": 1.0,
+ "source": "source_openapi_video_getreferencevideos",
+ "target": "source_shared_video_reference_metadata_parsevideometa"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_video_reference_metadata_parsevideometa",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "confidence_score": 0.8,
+ "source_file": "source/video/video.ts",
+ "source_location": "L454",
+ "weight": 1.0,
+ "source": "source_video_video_estimatecredits",
+ "target": "source_shared_video_reference_metadata_parsevideometa"
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "confidence_score": 0.8,
+ "source_file": "source/video/video.ts",
+ "source_location": "L128",
+ "weight": 1.0,
+ "source": "source_video_video_getreferencevideos",
+ "target": "source_shared_video_reference_metadata_parsevideometa"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L17",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_video_reference_metadata_isseedancevideomodel",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L181",
+ "weight": 1.0,
+ "source": "source_openapi_video_getreferenceimages",
+ "target": "source_shared_video_reference_metadata_isseedancevideomodel",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L241",
+ "weight": 1.0,
+ "source": "source_openapi_video_validatereferencemetadata",
+ "target": "source_shared_video_reference_metadata_isseedancevideomodel",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_video_reference_metadata_isseedancevideomodel",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L91",
+ "weight": 1.0,
+ "source": "source_video_video_getreferenceimages",
+ "target": "source_shared_video_reference_metadata_isseedancevideomodel",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L151",
+ "weight": 1.0,
+ "source": "source_video_video_validatereferencemetadata",
+ "target": "source_shared_video_reference_metadata_isseedancevideomodel",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L16",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_video_task_id",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/_shared/video-task-id.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_shared_video_task_id",
+ "target": "source_shared_video_task_id_normalizevideotaskid",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L16",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_video_task_id",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/video-task-id.test.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "tests_video_task_id_test",
+ "target": "source_shared_video_task_id",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L16",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_shared_video_task_id_normalizevideotaskid",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L794",
+ "weight": 1.0,
+ "source": "source_openapi_video_registerpixverse",
+ "target": "source_shared_video_task_id_normalizevideotaskid",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L16",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_shared_video_task_id_normalizevideotaskid",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L344",
+ "weight": 1.0,
+ "source": "source_video_video_createvideo",
+ "target": "source_shared_video_task_id_normalizevideotaskid"
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/video/video.ts",
+ "source_location": "L381",
+ "weight": 1.0,
+ "source": "source_video_video_getvideo",
+ "target": "source_shared_video_task_id_normalizevideotaskid"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/video-task-id.test.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "tests_video_task_id_test",
+ "target": "source_shared_video_task_id_normalizevideotaskid",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_auth_cli",
+ "target": "source_auth_auth",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_auth_cli",
+ "target": "source_auth_auth_runlogin",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_auth_cli",
+ "target": "source_auth_auth_runlogout",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_auth_cli",
+ "target": "source_auth_auth_runstatus",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/_cli.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_auth_cli",
+ "target": "source_auth_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_auth_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_auth_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/auth.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_auth_auth",
+ "target": "source_auth_auth_runlogin",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/auth.ts",
+ "source_location": "L39",
+ "weight": 1.0,
+ "source": "source_auth_auth",
+ "target": "source_auth_auth_runlogout",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/auth.ts",
+ "source_location": "L54",
+ "weight": 1.0,
+ "source": "source_auth_auth",
+ "target": "source_auth_auth_runstatus",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/auth.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_auth_auth",
+ "target": "source_auth_login_server",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/auth.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_auth_auth",
+ "target": "source_auth_login_server_startcallbackserver",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/auth/auth.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "source_auth_auth_runlogin",
+ "target": "source_auth_login_server_startcallbackserver"
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/login-server.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_auth_login_server",
+ "target": "source_auth_login_server_callbackresult",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/auth/login-server.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_auth_login_server",
+ "target": "source_auth_login_server_startcallbackserver",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L16",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_cli_program",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_creation_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_creation_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_explainer_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_explainer_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_image_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_image_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_lyrics_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_lyrics_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_music_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_music_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_openapi_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_openapi_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_podcast_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_podcast_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_slides_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_slides_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_speakers_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_speakers_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_tts_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_tts_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_video_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/cli.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_cli",
+ "target": "source_video_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/_cli.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_creation_cli",
+ "target": "source_creation_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_creation_cli",
+ "target": "source_creation_creation",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_creation_cli",
+ "target": "source_creation_creation_deletecreations",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_creation_cli",
+ "target": "source_creation_creation_getcreation",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/creation.ts",
+ "source_location": "L25",
+ "weight": 1.0,
+ "source": "source_creation_creation",
+ "target": "source_creation_creation_deletecreations",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/creation/creation.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_creation_creation",
+ "target": "source_creation_creation_getcreation",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_explainer_cli",
+ "target": "source_explainer_cli_collect",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_explainer_cli",
+ "target": "source_explainer_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_explainer_cli",
+ "target": "source_explainer_explainer",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_explainer_cli",
+ "target": "source_explainer_explainer_createexplainer",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_explainer_cli",
+ "target": "source_explainer_explainer_explainercreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_explainer_cli",
+ "target": "source_explainer_explainer_explainerlistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_explainer_cli",
+ "target": "source_explainer_explainer_listexplainervideos",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "source_file": "source/explainer/_cli.ts",
+ "source_location": "L23",
+ "weight": 1.0,
+ "source": "source_explainer_cli_register",
+ "target": "source_explainer_cli_collect",
+ "confidence_score": 0.5
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L25",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_explainer_explainer_createexplainer",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_explainer_explainer_explainercreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L84",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_explainer_explainer_explainerlistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/explainer/explainer.ts",
+ "source_location": "L90",
+ "weight": 1.0,
+ "source": "source_explainer_explainer",
+ "target": "source_explainer_explainer_listexplainervideos",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_image_cli_collect",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L17",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_image_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_image_image",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_image_image_createimage",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_image_image_deleteimages",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_image_image_getimage",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_image_image_imagecreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_image_image_imagelistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_image_cli",
+ "target": "source_image_image_listimages",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "source_file": "source/image/_cli.ts",
+ "source_location": "L31",
+ "weight": 1.0,
+ "source": "source_image_cli_register",
+ "target": "source_image_cli_collect",
+ "confidence_score": 0.5
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L25",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_image_image_createimage",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L126",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_image_image_deleteimages",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L103",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_image_image_getimage",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_image_image_imagecreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L77",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_image_image_imagelistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/image/image.ts",
+ "source_location": "L79",
+ "weight": 1.0,
+ "source": "source_image_image",
+ "target": "source_image_image_listimages",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_lyrics_cli",
+ "target": "source_lyrics_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_lyrics_cli",
+ "target": "source_lyrics_lyrics",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_lyrics_cli",
+ "target": "source_lyrics_lyrics_creategenerate",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_lyrics_cli",
+ "target": "source_lyrics_lyrics_gettask",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_lyrics_cli",
+ "target": "source_lyrics_lyrics_listtasks",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_lyrics_cli",
+ "target": "source_lyrics_lyrics_lyricsgenerateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_lyrics_cli",
+ "target": "source_lyrics_lyrics_lyricslistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L65",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_lyrics_lyrics_creategenerate",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L28",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_lyrics_lyrics_formatdate",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L23",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_lyrics_lyrics_formatdatetime",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L127",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_lyrics_lyrics_gettask",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L99",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_lyrics_lyrics_listtasks",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_lyrics_lyrics_lyricsgenerateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_lyrics_lyrics_lyricslistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L32",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics",
+ "target": "source_lyrics_lyrics_printlyricsdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L38",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics_printlyricsdetail",
+ "target": "source_lyrics_lyrics_formatdatetime",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L95",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics_creategenerate",
+ "target": "source_lyrics_lyrics_printlyricsdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/lyrics/lyrics.ts",
+ "source_location": "L139",
+ "weight": 1.0,
+ "source": "source_lyrics_lyrics_gettask",
+ "target": "source_lyrics_lyrics_printlyricsdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L30",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_createcover",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_createextend",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_creategenerate",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_createinstrumental",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_createremix",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_createsoundtrack",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_createtrack",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_describe",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_gettask",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_listtasks",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_musiccoveroptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_musicdescribeoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_musicextendoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_musicgenerateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_musicinstrumentaloptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_musiclistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_musicrecognizeoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_musicremixoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_musicsoundtrackoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_musicstemoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_musictrackoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_recognize",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_music_cli",
+ "target": "source_music_music_stem",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L131",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_allowedmusicextensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L125",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_audioextensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L297",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_createcover",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L335",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_createextend",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L260",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_creategenerate",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L470",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_createinstrumental",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L432",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_createremix",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L509",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_createsoundtrack",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L554",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_createtrack",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L633",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_describe",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L187",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_emitsubmitted",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L179",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_emittaskresult",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L211",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_formatdate",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L215",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_formatdatetime",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L195",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_formatduration",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L417",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_gettask",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L126",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_imageextensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L393",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_listtasks",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L26",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_musiccoveroptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L104",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_musicdescribeoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L37",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_musicextendoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L129",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_musicfilekind",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L16",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_musicgenerateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L66",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_musicinstrumentaloptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L115",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_musiclistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L99",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_musicrecognizeoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L55",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_musicremixoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L75",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_musicsoundtrackoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L109",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_musicstemoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L85",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_musictrackoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L220",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_printmusicdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L141",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_readfileasblob",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L613",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_recognize",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L655",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_stem",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L207",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_toseconds",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L127",
+ "weight": 1.0,
+ "source": "source_music_music",
+ "target": "source_music_music_videoextensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_music_music",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L485",
+ "weight": 1.0,
+ "source": "source_music_music_createinstrumental",
+ "target": "source_music_music_readfileasblob",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L447",
+ "weight": 1.0,
+ "source": "source_music_music_createremix",
+ "target": "source_music_music_readfileasblob",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L522",
+ "weight": 1.0,
+ "source": "source_music_music_createsoundtrack",
+ "target": "source_music_music_readfileasblob",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L575",
+ "weight": 1.0,
+ "source": "source_music_music_createtrack",
+ "target": "source_music_music_readfileasblob",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L637",
+ "weight": 1.0,
+ "source": "source_music_music_describe",
+ "target": "source_music_music_readfileasblob",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L617",
+ "weight": 1.0,
+ "source": "source_music_music_recognize",
+ "target": "source_music_music_readfileasblob",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L656",
+ "weight": 1.0,
+ "source": "source_music_music_stem",
+ "target": "source_music_music_readfileasblob",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_music_music_readfileasblob",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L506",
+ "weight": 1.0,
+ "source": "source_music_music_createinstrumental",
+ "target": "source_music_music_emittaskresult",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L467",
+ "weight": 1.0,
+ "source": "source_music_music_createremix",
+ "target": "source_music_music_emittaskresult",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L551",
+ "weight": 1.0,
+ "source": "source_music_music_createsoundtrack",
+ "target": "source_music_music_emittaskresult",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L610",
+ "weight": 1.0,
+ "source": "source_music_music_createtrack",
+ "target": "source_music_music_emittaskresult",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L183",
+ "weight": 1.0,
+ "source": "source_music_music_emittaskresult",
+ "target": "source_music_music_printmusicdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L498",
+ "weight": 1.0,
+ "source": "source_music_music_createinstrumental",
+ "target": "source_music_music_emitsubmitted",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L459",
+ "weight": 1.0,
+ "source": "source_music_music_createremix",
+ "target": "source_music_music_emitsubmitted",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L543",
+ "weight": 1.0,
+ "source": "source_music_music_createsoundtrack",
+ "target": "source_music_music_emitsubmitted",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L602",
+ "weight": 1.0,
+ "source": "source_music_music_createtrack",
+ "target": "source_music_music_emitsubmitted",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L239",
+ "weight": 1.0,
+ "source": "source_music_music_printmusicdetail",
+ "target": "source_music_music_formatduration",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L627",
+ "weight": 1.0,
+ "source": "source_music_music_recognize",
+ "target": "source_music_music_formatduration",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_music_music_formatduration",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L239",
+ "weight": 1.0,
+ "source": "source_music_music_printmusicdetail",
+ "target": "source_music_music_toseconds",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L627",
+ "weight": 1.0,
+ "source": "source_music_music_recognize",
+ "target": "source_music_music_toseconds",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_music_music_toseconds",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L244",
+ "weight": 1.0,
+ "source": "source_music_music_printmusicdetail",
+ "target": "source_music_music_formatdatetime",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L675",
+ "weight": 1.0,
+ "source": "source_music_music_stem",
+ "target": "source_music_music_formatdatetime",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L331",
+ "weight": 1.0,
+ "source": "source_music_music_createcover",
+ "target": "source_music_music_printmusicdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L389",
+ "weight": 1.0,
+ "source": "source_music_music_createextend",
+ "target": "source_music_music_printmusicdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L293",
+ "weight": 1.0,
+ "source": "source_music_music_creategenerate",
+ "target": "source_music_music_printmusicdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/music/music.ts",
+ "source_location": "L429",
+ "weight": 1.0,
+ "source": "source_music_music_gettask",
+ "target": "source_music_music_printmusicdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_music_music_printmusicdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L46",
+ "weight": 1.0,
+ "source": "source_openapi_music_emittask",
+ "target": "source_music_music_printmusicdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_config_cmd",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_config_cmd_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_content",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_content_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_flow_speech",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_flow_speech_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_image",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_image_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_listenhub_voice",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_listenhub_voice_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_music",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_music_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_podcast",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_podcast_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_speakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_speakers_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_storybook",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_storybook_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_subscription",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_subscription_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_tts",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_tts_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_video",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/_cli.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "source_openapi_cli",
+ "target": "source_openapi_video_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/client.ts",
+ "source_location": "L24",
+ "weight": 1.0,
+ "source": "source_openapi_client",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/client.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "source_openapi_client",
+ "target": "source_openapi_client_getopenapioptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/client.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_client",
+ "target": "source_openapi_config",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/client.ts",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "source_openapi_client",
+ "target": "source_openapi_config_loadopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_openapi_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_openapi_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_openapi_image",
+ "target": "source_openapi_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_openapi_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_openapi_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_openapi_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_speakers",
+ "target": "source_openapi_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_openapi_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_subscription",
+ "target": "source_openapi_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_openapi_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L24",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_client",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/client.ts",
+ "source_location": "L25",
+ "weight": 1.0,
+ "source": "source_openapi_client_getopenapiclient",
+ "target": "source_openapi_client_getopenapioptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "confidence_score": 1.0,
+ "source_file": "source/openapi/client.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_openapi_client_getopenapioptions",
+ "target": "source_openapi_config_loadopenapiconfig"
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_openapi_image",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L34",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice_emittask",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L24",
+ "weight": 1.0,
+ "source": "source_openapi_music_emittask",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_speakers",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_openapi_subscription",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L24",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L792",
+ "weight": 1.0,
+ "source": "source_openapi_video_registerpixverse",
+ "target": "source_openapi_client_getopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd",
+ "target": "source_openapi_config",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L74",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd",
+ "target": "source_openapi_config_cmd_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L69",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd",
+ "target": "source_openapi_config_cmd_runclear",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L12",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd",
+ "target": "source_openapi_config_cmd_runsetkey",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L31",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd",
+ "target": "source_openapi_config_cmd_runshow",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd",
+ "target": "source_openapi_config_deleteopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd",
+ "target": "source_openapi_config_loadopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd",
+ "target": "source_openapi_config_saveopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd",
+ "target": "source_openapi_config_validateapikey",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L23",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd_runsetkey",
+ "target": "source_openapi_config_saveopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd_runsetkey",
+ "target": "source_openapi_config_validateapikey",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L45",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd_runshow",
+ "target": "source_openapi_config_loadopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config-cmd.ts",
+ "source_location": "L70",
+ "weight": 1.0,
+ "source": "source_openapi_config_cmd_runclear",
+ "target": "source_openapi_config_deleteopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L44",
+ "weight": 1.0,
+ "source": "source_openapi_config",
+ "target": "source_openapi_config_deleteopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_openapi_config",
+ "target": "source_openapi_config_getconfigdir",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_openapi_config",
+ "target": "source_openapi_config_getconfigpath",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L23",
+ "weight": 1.0,
+ "source": "source_openapi_config",
+ "target": "source_openapi_config_loadopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_openapi_config",
+ "target": "source_openapi_config_openapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L33",
+ "weight": 1.0,
+ "source": "source_openapi_config",
+ "target": "source_openapi_config_saveopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L19",
+ "weight": 1.0,
+ "source": "source_openapi_config",
+ "target": "source_openapi_config_validateapikey",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/config.test.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "tests_openapi_config_test",
+ "target": "source_openapi_config",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "vitest.config.ts",
+ "source_location": "L1",
+ "weight": 1.0,
+ "source": "vitest_config",
+ "target": "source_openapi_config",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L16",
+ "weight": 1.0,
+ "source": "source_openapi_config_getconfigpath",
+ "target": "source_openapi_config_getconfigdir",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L34",
+ "weight": 1.0,
+ "source": "source_openapi_config_saveopenapiconfig",
+ "target": "source_openapi_config_getconfigdir",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L45",
+ "weight": 1.0,
+ "source": "source_openapi_config_deleteopenapiconfig",
+ "target": "source_openapi_config_getconfigpath",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L24",
+ "weight": 1.0,
+ "source": "source_openapi_config_loadopenapiconfig",
+ "target": "source_openapi_config_getconfigpath",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/config.ts",
+ "source_location": "L37",
+ "weight": 1.0,
+ "source": "source_openapi_config_saveopenapiconfig",
+ "target": "source_openapi_config_getconfigpath",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/config.test.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "tests_openapi_config_test",
+ "target": "source_openapi_config_validateapikey",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/config.test.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "tests_openapi_config_test",
+ "target": "source_openapi_config_loadopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/config.test.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "tests_openapi_config_test",
+ "target": "source_openapi_config_saveopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/config.test.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "tests_openapi_config_test",
+ "target": "source_openapi_config_deleteopenapiconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_openapi_content_extractoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L16",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_openapi_content_getoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L20",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_openapi_content_printcontentdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L69",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_openapi_content_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L31",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_openapi_content_runextract",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_openapi_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_content",
+ "target": "source_openapi_polling_pollopenapi",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "source_openapi_content",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/content.ts",
+ "source_location": "L65",
+ "weight": 1.0,
+ "source": "source_openapi_content_runextract",
+ "target": "source_openapi_content_printcontentdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "source_openapi_content_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_openapi_flow_speech_collect",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_openapi_flow_speech_createoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L22",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_openapi_flow_speech_getoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L39",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_openapi_flow_speech_printflowspeechdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L51",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_openapi_flow_speech_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L35",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_openapi_flow_speech_textstreamoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L26",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_openapi_flow_speech_ttsoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_openapi_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech",
+ "target": "source_openapi_polling_pollopenapi",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "source_file": "source/openapi/flow-speech.ts",
+ "source_location": "L62",
+ "weight": 1.0,
+ "source": "source_openapi_flow_speech_register",
+ "target": "source_openapi_flow_speech_collect",
+ "confidence_score": 0.5
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "source_openapi_image",
+ "target": "source_openapi_image_collect",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L55",
+ "weight": 1.0,
+ "source": "source_openapi_image",
+ "target": "source_openapi_image_createimage",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_openapi_image",
+ "target": "source_openapi_image_imagecreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L31",
+ "weight": 1.0,
+ "source": "source_openapi_image",
+ "target": "source_openapi_image_isurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L22",
+ "weight": 1.0,
+ "source": "source_openapi_image",
+ "target": "source_openapi_image_mimetypes",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L84",
+ "weight": 1.0,
+ "source": "source_openapi_image",
+ "target": "source_openapi_image_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L35",
+ "weight": 1.0,
+ "source": "source_openapi_image",
+ "target": "source_openapi_image_resolvereference",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L94",
+ "weight": 1.0,
+ "source": "source_openapi_image_register",
+ "target": "source_openapi_image_collect",
+ "confidence_score": 0.5
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/image.ts",
+ "source_location": "L36",
+ "weight": 1.0,
+ "source": "source_openapi_image_resolvereference",
+ "target": "source_openapi_image_isurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L33",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_openapi_listenhub_voice_emittask",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L20",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_openapi_listenhub_voice_printvoicedetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L60",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_openapi_listenhub_voice_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_openapi_listenhub_voice_waitoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_openapi_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice",
+ "target": "source_openapi_polling_pollopenapi",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/listenhub-voice.ts",
+ "source_location": "L56",
+ "weight": 1.0,
+ "source": "source_openapi_listenhub_voice_emittask",
+ "target": "source_openapi_listenhub_voice_printvoicedetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L23",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_openapi_music_emittask",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L50",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_openapi_music_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L21",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_openapi_music_waitoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_openapi_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/music.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_openapi_music",
+ "target": "source_openapi_polling_pollopenapi",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_openapi_podcast_collect",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_openapi_podcast_createoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L38",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_openapi_podcast_generateaudiooptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L23",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_openapi_podcast_getoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L48",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_openapi_podcast_printpodcastdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L61",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_openapi_podcast_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L27",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_openapi_podcast_textcontentoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L44",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_openapi_podcast_textstreamoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_openapi_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_podcast",
+ "target": "source_openapi_polling_pollopenapi",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "source_file": "source/openapi/podcast.ts",
+ "source_location": "L73",
+ "weight": 1.0,
+ "source": "source_openapi_podcast_register",
+ "target": "source_openapi_podcast_collect",
+ "confidence_score": 0.5
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/polling.ts",
+ "source_location": "L19",
+ "weight": 1.0,
+ "source": "source_openapi_polling",
+ "target": "source_openapi_polling_pollconfig",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/polling.ts",
+ "source_location": "L27",
+ "weight": 1.0,
+ "source": "source_openapi_polling",
+ "target": "source_openapi_polling_pollopenapi",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/polling.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "source_openapi_polling",
+ "target": "source_openapi_polling_polloptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/polling.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "source_openapi_polling",
+ "target": "source_openapi_polling_sleep",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_openapi_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L25",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/polling.test.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "tests_openapi_polling_test",
+ "target": "source_openapi_polling",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/polling.ts",
+ "source_location": "L37",
+ "weight": 1.0,
+ "source": "source_openapi_polling_pollopenapi",
+ "target": "source_openapi_polling_sleep",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_openapi_polling_pollopenapi",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L25",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_polling_pollopenapi",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/polling.test.ts",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "tests_openapi_polling_test",
+ "target": "source_openapi_polling_pollopenapi",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_openapi_speakers",
+ "target": "source_openapi_speakers_listspeakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/speakers.ts",
+ "source_location": "L24",
+ "weight": 1.0,
+ "source": "source_openapi_speakers",
+ "target": "source_openapi_speakers_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "source_openapi_speakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "source_openapi_speakers_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_openapi_storybook_collect",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_openapi_storybook_createoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L28",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_openapi_storybook_generatevideooptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L24",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_openapi_storybook_getoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L32",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_openapi_storybook_printstorybookdetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L46",
+ "weight": 1.0,
+ "source": "source_openapi_storybook",
+ "target": "source_openapi_storybook_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "source_openapi_storybook",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "source_file": "source/openapi/storybook.ts",
+ "source_location": "L54",
+ "weight": 1.0,
+ "source": "source_openapi_storybook_register",
+ "target": "source_openapi_storybook_collect",
+ "confidence_score": 0.5
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "source_openapi_storybook_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L10",
+ "weight": 1.0,
+ "source": "source_openapi_subscription",
+ "target": "source_openapi_subscription_printsubscriptiondetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L30",
+ "weight": 1.0,
+ "source": "source_openapi_subscription",
+ "target": "source_openapi_subscription_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/subscription.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_openapi_subscription",
+ "target": "source_openapi_subscription_subscriptionoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "source_openapi_subscription",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "source_openapi_subscription_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L75",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_openapi_tts_formatbytes",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L81",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_openapi_tts_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L47",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_openapi_tts_runaudiospeech",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L56",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_openapi_tts_runspeech",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L38",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_openapi_tts_runtts",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L24",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_openapi_tts_savestreamingaudio",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_openapi_tts_speechoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_openapi_tts",
+ "target": "source_openapi_tts_ttsoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L53",
+ "weight": 1.0,
+ "source": "source_openapi_tts_runaudiospeech",
+ "target": "source_openapi_tts_savestreamingaudio",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L44",
+ "weight": 1.0,
+ "source": "source_openapi_tts_runtts",
+ "target": "source_openapi_tts_savestreamingaudio",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/tts.ts",
+ "source_location": "L35",
+ "weight": 1.0,
+ "source": "source_openapi_tts_savestreamingaudio",
+ "target": "source_openapi_tts_formatbytes",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L27",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_collect",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L66",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_ensureenum",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L176",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_getreferenceimages",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L217",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_getreferencevideos",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L172",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_ishttpurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L144",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_openapiestimatevideocreditsparamswithmetadata",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L139",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_openapivideogenerationparamswithmetadata",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L54",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_parsepixverseasset",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L47",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_pixverseagenttypes",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L46",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_pixverseaspectratios",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L31",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_pixversecapabilities",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L106",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_pixverseestimateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L82",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_pixversegenerateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L44",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_pixverselanguages",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L43",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_pixversemodels",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L45",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_pixversequalities",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L274",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_printvideodetail",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L289",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L649",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_registerpixverse",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L221",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_validatereferencemetadata",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L116",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_videocreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L160",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_videoestimateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L149",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_videogetoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L153",
+ "weight": 1.0,
+ "source": "source_openapi_video",
+ "target": "source_openapi_video_videolistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "source_openapi_video",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L327",
+ "weight": 1.0,
+ "source": "source_openapi_video_register",
+ "target": "source_openapi_video_collect",
+ "confidence_score": 0.5
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L683",
+ "weight": 1.0,
+ "source": "source_openapi_video_registerpixverse",
+ "target": "source_openapi_video_collect",
+ "confidence_score": 0.5
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L188",
+ "weight": 1.0,
+ "source": "source_openapi_video_getreferenceimages",
+ "target": "source_openapi_video_ishttpurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L248",
+ "weight": 1.0,
+ "source": "source_openapi_video_validatereferencemetadata",
+ "target": "source_openapi_video_ishttpurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/openapi/video.ts",
+ "source_location": "L646",
+ "weight": 1.0,
+ "source": "source_openapi_video_register",
+ "target": "source_openapi_video_registerpixverse",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "source_openapi_video_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_podcast_cli",
+ "target": "source_podcast_cli_collect",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_podcast_cli",
+ "target": "source_podcast_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_podcast_cli",
+ "target": "source_podcast_podcast",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_podcast_cli",
+ "target": "source_podcast_podcast_createpodcast",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_podcast_cli",
+ "target": "source_podcast_podcast_listpodcasts",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_podcast_cli",
+ "target": "source_podcast_podcast_podcastcreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_podcast_cli",
+ "target": "source_podcast_podcast_podcastlistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "source_file": "source/podcast/_cli.ts",
+ "source_location": "L27",
+ "weight": 1.0,
+ "source": "source_podcast_cli_register",
+ "target": "source_podcast_cli_collect",
+ "confidence_score": 0.5
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L21",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_podcast_podcast_createpodcast",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L77",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_podcast_podcast_listpodcasts",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_podcast_podcast_podcastcreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/podcast/podcast.ts",
+ "source_location": "L71",
+ "weight": 1.0,
+ "source": "source_podcast_podcast",
+ "target": "source_podcast_podcast_podcastlistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L11",
+ "weight": 1.0,
+ "source": "source_slides_cli",
+ "target": "source_slides_cli_collect",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L15",
+ "weight": 1.0,
+ "source": "source_slides_cli",
+ "target": "source_slides_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_slides_cli",
+ "target": "source_slides_slides",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_slides_cli",
+ "target": "source_slides_slides_createslides",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_slides_cli",
+ "target": "source_slides_slides_listslides",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_slides_cli",
+ "target": "source_slides_slides_slidescreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_slides_cli",
+ "target": "source_slides_slides_slideslistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "source_file": "source/slides/_cli.ts",
+ "source_location": "L23",
+ "weight": 1.0,
+ "source": "source_slides_cli_register",
+ "target": "source_slides_cli_collect",
+ "confidence_score": 0.5
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L24",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_slides_slides_createslides",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L89",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_slides_slides_listslides",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_slides_slides_slidescreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/slides/slides.ts",
+ "source_location": "L83",
+ "weight": 1.0,
+ "source": "source_slides_slides",
+ "target": "source_slides_slides_slideslistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/speakers/_cli.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_speakers_cli",
+ "target": "source_speakers_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/speakers/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_speakers_cli",
+ "target": "source_speakers_speakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/speakers/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_speakers_cli",
+ "target": "source_speakers_speakers_listspeakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/speakers/speakers.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_speakers_speakers",
+ "target": "source_speakers_speakers_listspeakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L47",
+ "weight": 1.0,
+ "source": "source_tts_cli",
+ "target": "source_tts_cli_collect",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "source_tts_cli",
+ "target": "source_tts_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_tts_cli",
+ "target": "source_tts_tts",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_tts_cli",
+ "target": "source_tts_tts_createtts",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_tts_cli",
+ "target": "source_tts_tts_listtts",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_tts_cli",
+ "target": "source_tts_tts_ttscreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_tts_cli",
+ "target": "source_tts_tts_ttslistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "source_file": "source/tts/_cli.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_tts_cli_register",
+ "target": "source_tts_cli_collect",
+ "confidence_score": 0.5
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L21",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_tts_tts_createtts",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L73",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_tts_tts_listtts",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L8",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_tts_tts_ttscreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/tts/tts.ts",
+ "source_location": "L71",
+ "weight": 1.0,
+ "source": "source_tts_tts",
+ "target": "source_tts_tts_ttslistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L14",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_video_cli_collect",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L18",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_video_cli_register",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports_from",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_video_video",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_video_video_createvideo",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_video_video_estimatecredits",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_video_video_getvideo",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_video_video_listvideos",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_video_video_videocreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_video_video_videoestimateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "imports",
+ "context": "import",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "source_video_cli",
+ "target": "source_video_video_videolistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "indirect_call",
+ "context": "argument",
+ "confidence": "INFERRED",
+ "source_file": "source/video/_cli.ts",
+ "source_location": "L51",
+ "weight": 1.0,
+ "source": "source_video_cli_register",
+ "target": "source_video_cli_collect",
+ "confidence_score": 0.5
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L79",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_allowedvideoaudioextensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L80",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_allowedvideoextensions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L269",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_createvideo",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L50",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_createvideogenerationparamswithmetadata",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L428",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_estimatecredits",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L74",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_estimatevideogenerationcreditsparamswithmetadata",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L86",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_getreferenceimages",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L127",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_getreferencevideos",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L376",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_getvideo",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L82",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_ishttpurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L402",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_listvideos",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L184",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_validatecreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L131",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_validatereferencemetadata",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L26",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_videocreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L62",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_videoestimateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L55",
+ "weight": 1.0,
+ "source": "source_video_video",
+ "target": "source_video_video_videolistoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L98",
+ "weight": 1.0,
+ "source": "source_video_video_getreferenceimages",
+ "target": "source_video_video_ishttpurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L158",
+ "weight": 1.0,
+ "source": "source_video_video_validatereferencemetadata",
+ "target": "source_video_video_ishttpurl",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L325",
+ "weight": 1.0,
+ "source": "source_video_video_createvideo",
+ "target": "source_video_video_getreferenceimages",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L326",
+ "weight": 1.0,
+ "source": "source_video_video_createvideo",
+ "target": "source_video_video_getreferencevideos",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L196",
+ "weight": 1.0,
+ "source": "source_video_video_validatecreateoptions",
+ "target": "source_video_video_validatereferencemetadata",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "calls",
+ "context": "call",
+ "confidence": "EXTRACTED",
+ "source_file": "source/video/video.ts",
+ "source_location": "L290",
+ "weight": 1.0,
+ "source": "source_video_video_createvideo",
+ "target": "source_video_video_validatecreateoptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/client.test.ts",
+ "source_location": "L6",
+ "weight": 1.0,
+ "source": "tests_openapi_client_test",
+ "target": "tests_openapi_client_test_mockopenapiclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L46",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "tests_openapi_commands_test_makeparent",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "tests_openapi_commands_test_mockclient",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "tests/openapi/commands.test.ts",
+ "source_location": "L64",
+ "weight": 1.0,
+ "source": "tests_openapi_commands_test",
+ "target": "tests_openapi_commands_test_pngbytes",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "tsconfig.json",
+ "source_location": "L3",
+ "weight": 1.0,
+ "source": "tsconfig",
+ "target": "tsconfig_compileroptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "tsconfig.json",
+ "source_location": "L2",
+ "weight": 1.0,
+ "source": "tsconfig",
+ "target": "tsconfig_extends",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "tsconfig.json",
+ "source_location": "L7",
+ "weight": 1.0,
+ "source": "tsconfig",
+ "target": "tsconfig_include",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "tsconfig.json",
+ "source_location": "L4",
+ "weight": 1.0,
+ "source": "tsconfig_compileroptions",
+ "target": "tsconfig_compileroptions_rootdir",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "tsconfig.json",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "tsconfig_compileroptions",
+ "target": "tsconfig_compileroptions_types",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "AGENTS.md",
+ "source_location": "L1",
+ "weight": 1.0,
+ "source": "agents",
+ "target": "agents_listenhub_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "AGENTS.md",
+ "source_location": "L53",
+ "weight": 1.0,
+ "source": "agents_listenhub_cli",
+ "target": "agents_build",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "AGENTS.md",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "agents_listenhub_cli",
+ "target": "agents_coding_guardrails",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "AGENTS.md",
+ "source_location": "L44",
+ "weight": 1.0,
+ "source": "agents_listenhub_cli",
+ "target": "agents_key_patterns",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "AGENTS.md",
+ "source_location": "L13",
+ "weight": 1.0,
+ "source": "agents_listenhub_cli",
+ "target": "agents_structure",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L1",
+ "weight": 1.0,
+ "source": "readme",
+ "target": "readme_listenhub_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "references",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L5",
+ "weight": 1.0,
+ "source": "readme",
+ "target": "readme_zh_cn",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L231",
+ "weight": 1.0,
+ "source": "readme_listenhub_cli",
+ "target": "readme_common_options",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L389",
+ "weight": 1.0,
+ "source": "readme_listenhub_cli",
+ "target": "readme_development",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L270",
+ "weight": 1.0,
+ "source": "readme_listenhub_cli",
+ "target": "readme_examples",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "readme_listenhub_cli",
+ "target": "readme_install",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L401",
+ "weight": 1.0,
+ "source": "readme_listenhub_cli",
+ "target": "readme_license",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L243",
+ "weight": 1.0,
+ "source": "readme_listenhub_cli",
+ "target": "readme_local_file_support",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L72",
+ "weight": 1.0,
+ "source": "readme_listenhub_cli",
+ "target": "readme_oauth_commands",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L146",
+ "weight": 1.0,
+ "source": "readme_listenhub_cli",
+ "target": "readme_openapi_key_commands",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L28",
+ "weight": 1.0,
+ "source": "readme_listenhub_cli",
+ "target": "readme_quick_start_oauth",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L47",
+ "weight": 1.0,
+ "source": "readme_listenhub_cli",
+ "target": "readme_quick_start_openapi_key",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L17",
+ "weight": 1.0,
+ "source": "readme_listenhub_cli",
+ "target": "readme_two_ways_to_authenticate",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L74",
+ "weight": 1.0,
+ "source": "readme_oauth_commands",
+ "target": "readme_auth",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L99",
+ "weight": 1.0,
+ "source": "readme_oauth_commands",
+ "target": "readme_content_creation",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L112",
+ "weight": 1.0,
+ "source": "readme_oauth_commands",
+ "target": "readme_images",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L130",
+ "weight": 1.0,
+ "source": "readme_oauth_commands",
+ "target": "readme_lyrics",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L82",
+ "weight": 1.0,
+ "source": "readme_oauth_commands",
+ "target": "readme_music",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L136",
+ "weight": 1.0,
+ "source": "readme_oauth_commands",
+ "target": "readme_other",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L121",
+ "weight": 1.0,
+ "source": "readme_oauth_commands",
+ "target": "readme_video_generation",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L150",
+ "weight": 1.0,
+ "source": "readme_openapi_key_commands",
+ "target": "readme_config",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L216",
+ "weight": 1.0,
+ "source": "readme_openapi_key_commands",
+ "target": "readme_content",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L172",
+ "weight": 1.0,
+ "source": "readme_openapi_key_commands",
+ "target": "readme_flow_speech",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L199",
+ "weight": 1.0,
+ "source": "readme_openapi_key_commands",
+ "target": "readme_image",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L181",
+ "weight": 1.0,
+ "source": "readme_openapi_key_commands",
+ "target": "readme_podcast",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L158",
+ "weight": 1.0,
+ "source": "readme_openapi_key_commands",
+ "target": "readme_speakers",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L191",
+ "weight": 1.0,
+ "source": "readme_openapi_key_commands",
+ "target": "readme_storybook",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L223",
+ "weight": 1.0,
+ "source": "readme_openapi_key_commands",
+ "target": "readme_subscription",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L164",
+ "weight": 1.0,
+ "source": "readme_openapi_key_commands",
+ "target": "readme_tts_speech",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L205",
+ "weight": 1.0,
+ "source": "readme_openapi_key_commands",
+ "target": "readme_video",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L377",
+ "weight": 1.0,
+ "source": "readme_examples",
+ "target": "readme_json_output_for_scripting",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L345",
+ "weight": 1.0,
+ "source": "readme_examples",
+ "target": "readme_oauth_music_generation",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L311",
+ "weight": 1.0,
+ "source": "readme_examples",
+ "target": "readme_openapi_pixverse_video_generation",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L272",
+ "weight": 1.0,
+ "source": "readme_examples",
+ "target": "readme_openapi_podcast_workflow_text_audio",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.md",
+ "source_location": "L292",
+ "weight": 1.0,
+ "source": "readme_examples",
+ "target": "readme_openapi_video_generation",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L1",
+ "weight": 1.0,
+ "source": "readme_zh_cn",
+ "target": "readme_zh_cn_listenhub_cli",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L72",
+ "weight": 1.0,
+ "source": "readme_zh_cn_listenhub_cli",
+ "target": "readme_zh_cn_oauth_\u547d\u4ee4",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L146",
+ "weight": 1.0,
+ "source": "readme_zh_cn_listenhub_cli",
+ "target": "readme_zh_cn_openapi_key_\u547d\u4ee4",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L17",
+ "weight": 1.0,
+ "source": "readme_zh_cn_listenhub_cli",
+ "target": "readme_zh_cn_\u4e24\u79cd\u8ba4\u8bc1\u65b9\u5f0f",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L270",
+ "weight": 1.0,
+ "source": "readme_zh_cn_listenhub_cli",
+ "target": "readme_zh_cn_\u4f7f\u7528\u793a\u4f8b",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L9",
+ "weight": 1.0,
+ "source": "readme_zh_cn_listenhub_cli",
+ "target": "readme_zh_cn_\u5b89\u88c5",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L389",
+ "weight": 1.0,
+ "source": "readme_zh_cn_listenhub_cli",
+ "target": "readme_zh_cn_\u5f00\u53d1",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L28",
+ "weight": 1.0,
+ "source": "readme_zh_cn_listenhub_cli",
+ "target": "readme_zh_cn_\u5feb\u901f\u5f00\u59cb_oauth",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L47",
+ "weight": 1.0,
+ "source": "readme_zh_cn_listenhub_cli",
+ "target": "readme_zh_cn_\u5feb\u901f\u5f00\u59cb_openapi_key",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L243",
+ "weight": 1.0,
+ "source": "readme_zh_cn_listenhub_cli",
+ "target": "readme_zh_cn_\u672c\u5730\u6587\u4ef6\u652f\u6301",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L401",
+ "weight": 1.0,
+ "source": "readme_zh_cn_listenhub_cli",
+ "target": "readme_zh_cn_\u8bb8\u53ef\u8bc1",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L231",
+ "weight": 1.0,
+ "source": "readme_zh_cn_listenhub_cli",
+ "target": "readme_zh_cn_\u901a\u7528\u9009\u9879",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L136",
+ "weight": 1.0,
+ "source": "readme_zh_cn_oauth_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u5176\u4ed6",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L99",
+ "weight": 1.0,
+ "source": "readme_zh_cn_oauth_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u5185\u5bb9\u521b\u4f5c",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L112",
+ "weight": 1.0,
+ "source": "readme_zh_cn_oauth_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u56fe\u7247",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L130",
+ "weight": 1.0,
+ "source": "readme_zh_cn_oauth_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u6b4c\u8bcd",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L121",
+ "weight": 1.0,
+ "source": "readme_zh_cn_oauth_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u89c6\u9891\u751f\u6210",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L74",
+ "weight": 1.0,
+ "source": "readme_zh_cn_oauth_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u8ba4\u8bc1",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L82",
+ "weight": 1.0,
+ "source": "readme_zh_cn_oauth_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u97f3\u4e50",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L172",
+ "weight": 1.0,
+ "source": "readme_zh_cn_openapi_key_\u547d\u4ee4",
+ "target": "readme_zh_cn_flow_speech",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L216",
+ "weight": 1.0,
+ "source": "readme_zh_cn_openapi_key_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u5185\u5bb9\u63d0\u53d6",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L199",
+ "weight": 1.0,
+ "source": "readme_zh_cn_openapi_key_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u56fe\u7247_199",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L158",
+ "weight": 1.0,
+ "source": "readme_zh_cn_openapi_key_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u58f0\u97f3",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L181",
+ "weight": 1.0,
+ "source": "readme_zh_cn_openapi_key_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u64ad\u5ba2",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L191",
+ "weight": 1.0,
+ "source": "readme_zh_cn_openapi_key_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u6545\u4e8b\u4e66",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L205",
+ "weight": 1.0,
+ "source": "readme_zh_cn_openapi_key_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u89c6\u9891",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L223",
+ "weight": 1.0,
+ "source": "readme_zh_cn_openapi_key_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u8ba2\u9605",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L164",
+ "weight": 1.0,
+ "source": "readme_zh_cn_openapi_key_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u8bed\u97f3\u5408\u6210",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L150",
+ "weight": 1.0,
+ "source": "readme_zh_cn_openapi_key_\u547d\u4ee4",
+ "target": "readme_zh_cn_\u914d\u7f6e",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L345",
+ "weight": 1.0,
+ "source": "readme_zh_cn_\u4f7f\u7528\u793a\u4f8b",
+ "target": "readme_zh_cn_oauth_\u97f3\u4e50\u751f\u6210",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L311",
+ "weight": 1.0,
+ "source": "readme_zh_cn_\u4f7f\u7528\u793a\u4f8b",
+ "target": "readme_zh_cn_openapi_pixverse_\u89c6\u9891\u751f\u6210",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L272",
+ "weight": 1.0,
+ "source": "readme_zh_cn_\u4f7f\u7528\u793a\u4f8b",
+ "target": "readme_zh_cn_openapi_\u64ad\u5ba2\u5de5\u4f5c\u6d41_\u6587\u672c_\u97f3\u9891",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L292",
+ "weight": 1.0,
+ "source": "readme_zh_cn_\u4f7f\u7528\u793a\u4f8b",
+ "target": "readme_zh_cn_openapi_\u89c6\u9891\u751f\u6210",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "README.zh-CN.md",
+ "source_location": "L377",
+ "weight": 1.0,
+ "source": "readme_zh_cn_\u4f7f\u7528\u793a\u4f8b",
+ "target": "readme_zh_cn_\u811a\u672c\u4e2d\u4f7f\u7528_json_\u8f93\u51fa",
+ "confidence_score": 1.0
+ }
+ ],
+ "hyperedges": [],
+ "built_at_commit": "6a8e4f4462a03eaa3171a98d8b3df77d70123279"
+}
\ No newline at end of file