@talonic/docs 0.20.24 → 0.20.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/content.js +16664 -11939
- package/dist/index.js +63 -5
- package/dist/index.js.map +1 -1
- package/dist/seo.js +8431 -3933
- package/openapi.json +8371 -3931
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6766,7 +6766,8 @@ var API_NAV_SECTIONS = [
|
|
|
6766
6766
|
{ id: "documents", label: "Documents", children: [
|
|
6767
6767
|
{ id: "list-documents", label: "List Documents" },
|
|
6768
6768
|
{ id: "get-document", label: "Get Document" },
|
|
6769
|
-
{ id: "delete-document", label: "Delete Document" }
|
|
6769
|
+
{ id: "delete-document", label: "Delete Document" },
|
|
6770
|
+
{ id: "convert-document", label: "Convert to Markdown" }
|
|
6770
6771
|
] },
|
|
6771
6772
|
{ id: "extractions", label: "Extractions", children: [
|
|
6772
6773
|
{ id: "list-extractions", label: "List Extractions" },
|
|
@@ -6826,7 +6827,8 @@ var API_NAV_SECTIONS = [
|
|
|
6826
6827
|
{ id: "list-linked-documents", label: "Full Graph" },
|
|
6827
6828
|
{ id: "list-cases", label: "Backfill" },
|
|
6828
6829
|
{ id: "get-case", label: "Cases" },
|
|
6829
|
-
{ id: "refresh-cases", label: "Document-Case Map" }
|
|
6830
|
+
{ id: "refresh-cases", label: "Document-Case Map" },
|
|
6831
|
+
{ id: "entity-graph", label: "Entity Graph" }
|
|
6830
6832
|
] },
|
|
6831
6833
|
{ id: "nshot", label: "N-Shot", children: [
|
|
6832
6834
|
{ id: "nshot-summary", label: "Summary" },
|
|
@@ -6921,7 +6923,8 @@ var API_NAV_SECTIONS = [
|
|
|
6921
6923
|
{ id: "case-operations", label: "Operations" },
|
|
6922
6924
|
{ id: "case-edges", label: "Edges" },
|
|
6923
6925
|
{ id: "case-documents", label: "Documents" },
|
|
6924
|
-
{ id: "case-merge-split", label: "Merge & Split" }
|
|
6926
|
+
{ id: "case-merge-split", label: "Merge & Split" },
|
|
6927
|
+
{ id: "case-synthesis", label: "Case Synthesis" }
|
|
6925
6928
|
] },
|
|
6926
6929
|
{ id: "review", label: "Review", children: [
|
|
6927
6930
|
{ id: "list-review-items", label: "List Items" },
|
|
@@ -6953,7 +6956,8 @@ var API_NAV_SECTIONS = [
|
|
|
6953
6956
|
] },
|
|
6954
6957
|
{ id: "dialects", label: "Dialects", children: [
|
|
6955
6958
|
{ id: "list-dialects", label: "List & Create" },
|
|
6956
|
-
{ id: "manage-dialect", label: "Manage Dialect" }
|
|
6959
|
+
{ id: "manage-dialect", label: "Manage Dialect" },
|
|
6960
|
+
{ id: "reference-primitives", label: "Reference Primitives" }
|
|
6957
6961
|
] },
|
|
6958
6962
|
{ id: "fields", label: "Fields", children: [
|
|
6959
6963
|
{ id: "list-fields", label: "List Fields" },
|
|
@@ -6967,7 +6971,8 @@ var API_NAV_SECTIONS = [
|
|
|
6967
6971
|
{ id: "list-data-products", label: "List Data Products" },
|
|
6968
6972
|
{ id: "get-data-product", label: "Get Data Product" },
|
|
6969
6973
|
{ id: "delete-data-product", label: "Delete Data Product" },
|
|
6970
|
-
{ id: "get-data-product-results", label: "Get Results" }
|
|
6974
|
+
{ id: "get-data-product-results", label: "Get Results" },
|
|
6975
|
+
{ id: "data-product-share", label: "Data Product Share Link" }
|
|
6971
6976
|
] },
|
|
6972
6977
|
{ id: "data-policies", label: "Data Policies", children: [
|
|
6973
6978
|
{ id: "list-data-policies", label: "List Policies" },
|
|
@@ -7001,6 +7006,50 @@ var API_NAV_SECTIONS = [
|
|
|
7001
7006
|
{ id: "error-format", label: "Error Format" },
|
|
7002
7007
|
{ id: "error-codes", label: "Error Codes" },
|
|
7003
7008
|
{ id: "rate-limits", label: "Rate Limits" }
|
|
7009
|
+
] },
|
|
7010
|
+
{ id: "pipelines", label: "Pipelines", children: [
|
|
7011
|
+
{ id: "run-pipeline", label: "Run Pipeline" },
|
|
7012
|
+
{ id: "list-pipelines", label: "List Pipelines" },
|
|
7013
|
+
{ id: "get-pipeline", label: "Get Pipeline" },
|
|
7014
|
+
{ id: "get-pipeline-progress", label: "Pipeline Progress" },
|
|
7015
|
+
{ id: "rerun-pipeline", label: "Rerun Pipeline" },
|
|
7016
|
+
{ id: "create-pipeline-data-product", label: "Create Data Product" },
|
|
7017
|
+
{ id: "delete-pipeline", label: "Delete Pipeline" }
|
|
7018
|
+
] },
|
|
7019
|
+
{ id: "field-reviews", label: "Field Reviews", children: [
|
|
7020
|
+
{ id: "list-field-reviews", label: "List Field Reviews" },
|
|
7021
|
+
{ id: "field-reviews-summary", label: "Field Review Summary" },
|
|
7022
|
+
{ id: "get-field-review", label: "Get Field Review" },
|
|
7023
|
+
{ id: "resolve-field-review", label: "Resolve Field Review" },
|
|
7024
|
+
{ id: "bulk-resolve-field-reviews", label: "Bulk Resolve Field Reviews" },
|
|
7025
|
+
{ id: "list-field-review-decisions", label: "Decision Log" },
|
|
7026
|
+
{ id: "export-field-review-decisions", label: "Export Decision Log" }
|
|
7027
|
+
] },
|
|
7028
|
+
{ id: "spec-config", label: "Spec Config", children: [
|
|
7029
|
+
{ id: "get-spec-rail", label: "Get Rail" },
|
|
7030
|
+
{ id: "set-spec-rail", label: "Set Rail" },
|
|
7031
|
+
{ id: "validation-stages", label: "Validation Stages" },
|
|
7032
|
+
{ id: "coherence-rules", label: "Coherence Rules" },
|
|
7033
|
+
{ id: "assembly-configs", label: "Assembly Configs" },
|
|
7034
|
+
{ id: "spec-versions", label: "Versions" },
|
|
7035
|
+
{ id: "spec-delivery", label: "Delivery Config" },
|
|
7036
|
+
{ id: "spec-samples", label: "Samples" },
|
|
7037
|
+
{ id: "spec-document", label: "Spec Document, Graph & Share" }
|
|
7038
|
+
] },
|
|
7039
|
+
{ id: "reconciliation", label: "Reconciliation", children: [
|
|
7040
|
+
{ id: "analyze-reconciliation", label: "Analyze Reference Data" },
|
|
7041
|
+
{ id: "get-reconciliation-config", label: "Get Config" },
|
|
7042
|
+
{ id: "save-reconciliation-config", label: "Save Config" },
|
|
7043
|
+
{ id: "auto-configure-reconciliation", label: "Auto-Configure" },
|
|
7044
|
+
{ id: "run-reconciliation", label: "Run Reconciliation" }
|
|
7045
|
+
] },
|
|
7046
|
+
{ id: "matching-packages", label: "Matching Packages", children: [
|
|
7047
|
+
{ id: "create-matching-package-config", label: "Create Package Config" },
|
|
7048
|
+
{ id: "list-matching-package-configs", label: "List Package Configs" },
|
|
7049
|
+
{ id: "get-matching-package-config", label: "Get Package Config" },
|
|
7050
|
+
{ id: "delete-matching-package-config", label: "Delete Package Config" },
|
|
7051
|
+
{ id: "trigger-matching-package-run", label: "Trigger Package Run" },
|
|
7052
|
+
{ id: "list-matching-package-runs", label: "List Package Runs" }
|
|
7004
7053
|
] }
|
|
7005
7054
|
];
|
|
7006
7055
|
var PLATFORM_NAV_SECTIONS = [
|
|
@@ -7054,6 +7103,14 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
7054
7103
|
{ id: "confidence-provenance", label: "Confidence & Provenance" },
|
|
7055
7104
|
{ id: "corrections", label: "Corrections" }
|
|
7056
7105
|
] },
|
|
7106
|
+
{ id: "pipelines", label: "Structure Pipeline", children: [
|
|
7107
|
+
{ id: "spec-pipeline", label: "The Spec & One Engine" },
|
|
7108
|
+
{ id: "pipeline-rail", label: "Composing the Rail" },
|
|
7109
|
+
{ id: "running-a-pipeline", label: "Running a Pipeline" },
|
|
7110
|
+
{ id: "validation-checkpoints", label: "Validation Checkpoints" },
|
|
7111
|
+
{ id: "review-queue", label: "Review Queue" },
|
|
7112
|
+
{ id: "pipeline-assembly", label: "Assembly" }
|
|
7113
|
+
] },
|
|
7057
7114
|
{ id: "linking-cases", label: "Linking & Cases", children: [
|
|
7058
7115
|
{ id: "link-keys", label: "Link Keys" },
|
|
7059
7116
|
{ id: "entity-linking", label: "Entity Linking" },
|
|
@@ -7158,6 +7215,7 @@ var PLATFORM_SECTION_META = [
|
|
|
7158
7215
|
{ id: "schemas-templates", title: "Schemas & Templates", description: "AI-generated schemas per document type and user-defined templates with field matching, reference tables, and versioning." },
|
|
7159
7216
|
{ id: "structuring", title: "Structuring", description: "Vocabulary-driven structuring system with seven field strategies, four processing tiers, capture sub-moves, modifiers, constraints, and synthesize fallback." },
|
|
7160
7217
|
{ id: "extraction-jobs", title: "Extraction Jobs", description: "The 4-phase pipeline: Resolve, Agent, Validation, Re-read. Progressive grid filling with per-cell provenance and confidence." },
|
|
7218
|
+
{ id: "pipelines", title: "Structure Pipeline", description: "The Spec and One Engine: compose a rail over one schema, run it as a per-document pipeline through transfer, extraction, resolution, and validation checkpoints, with a review queue and assembly." },
|
|
7161
7219
|
{ id: "linking-cases", title: "Linking & Cases", description: "Document linking discovers relationships through shared entities. Related documents grouped into cases with evidence chains." },
|
|
7162
7220
|
{ id: "batch-inference", title: "Batch Inference", description: "Batch processing mode defers Claude extraction to the provider batch API at 50% cost with 48-hour delivery. Monitor batch progress and results." },
|
|
7163
7221
|
{ id: "matching", title: "Smart Matching", description: "Upload reference datasets and configure weighted field-to-field matching strategies. Run matches asynchronously and review top-5 candidates per document." },
|