@talonic/docs 0.16.0 → 0.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1190 -211
- package/dist/index.js.map +1 -1
- package/dist/seo.js +30 -28
- package/package.json +1 -1
package/dist/seo.js
CHANGED
|
@@ -16388,49 +16388,44 @@ var API_NAV_SECTIONS = [
|
|
|
16388
16388
|
{ id: "list-class-versions", label: "List Versions" },
|
|
16389
16389
|
{ id: "get-class-version", label: "Get Version" },
|
|
16390
16390
|
{ id: "list-schema-graph-diffs", label: "List Diffs" },
|
|
16391
|
-
{ id: "approve-
|
|
16392
|
-
{ id: "reject-
|
|
16391
|
+
{ id: "approve-diff", label: "Approve Diff" },
|
|
16392
|
+
{ id: "reject-diff", label: "Reject Diff" },
|
|
16393
16393
|
{ id: "list-schema-graph-edges", label: "Edges" },
|
|
16394
16394
|
{ id: "list-schema-graph-aliases", label: "Aliases" },
|
|
16395
16395
|
{ id: "visualize-schema-graph", label: "Visualize" }
|
|
16396
16396
|
] },
|
|
16397
16397
|
{ id: "structuring", label: "Structuring", children: [
|
|
16398
|
-
{ id: "structuring-checks", label: "Checks" },
|
|
16399
16398
|
{ id: "list-structuring-checks", label: "List Checks" },
|
|
16400
16399
|
{ id: "create-structuring-check", label: "Create Check" },
|
|
16401
|
-
{ id: "get-structuring-check", label: "Get Check" },
|
|
16402
|
-
{ id: "update-structuring-check", label: "Update Check" },
|
|
16403
|
-
{ id: "delete-structuring-check", label: "Delete Check" },
|
|
16404
|
-
{ id: "structuring-gates", label: "Approval Gates" },
|
|
16400
|
+
{ id: "get-structuring-check", label: "Get / Update / Delete Check" },
|
|
16405
16401
|
{ id: "list-structuring-gates", label: "List Gates" },
|
|
16406
16402
|
{ id: "create-structuring-gate", label: "Create Gate" },
|
|
16407
|
-
{ id: "get-structuring-gate", label: "Get Gate" },
|
|
16408
|
-
{ id: "
|
|
16409
|
-
{ id: "
|
|
16403
|
+
{ id: "get-structuring-gate", label: "Get / Update / Delete Gate" },
|
|
16404
|
+
{ id: "gate-rules", label: "Gate Rules" },
|
|
16405
|
+
{ id: "result-checks", label: "Result Checks" },
|
|
16406
|
+
{ id: "pending-approvals", label: "Pending Approvals" },
|
|
16407
|
+
{ id: "approve-reject-result", label: "Approve / Reject Result" },
|
|
16408
|
+
{ id: "trigger-delivery", label: "Trigger Delivery" }
|
|
16410
16409
|
] },
|
|
16411
16410
|
{ id: "telemetry", label: "Telemetry", children: [
|
|
16412
|
-
{ id: "telemetry-
|
|
16413
|
-
{ id: "telemetry-
|
|
16414
|
-
{ id: "telemetry-
|
|
16415
|
-
{ id: "telemetry-
|
|
16411
|
+
{ id: "schema-telemetry-summary", label: "Schema Summary" },
|
|
16412
|
+
{ id: "schema-telemetry-trend", label: "Schema Trend" },
|
|
16413
|
+
{ id: "schema-telemetry-fields", label: "Schema Fields" },
|
|
16414
|
+
{ id: "run-telemetry-summary", label: "Run Summary" }
|
|
16416
16415
|
] },
|
|
16417
16416
|
{ id: "validation", label: "Validation", children: [
|
|
16418
|
-
{ id: "
|
|
16419
|
-
{ id: "
|
|
16420
|
-
{ id: "
|
|
16421
|
-
{ id: "
|
|
16422
|
-
{ id: "validation-
|
|
16423
|
-
{ id: "
|
|
16424
|
-
{ id: "create-validation-run", label: "Create Run" },
|
|
16425
|
-
{ id: "get-validation-run", label: "Get Run" },
|
|
16426
|
-
{ id: "get-validation-results", label: "Results" },
|
|
16427
|
-
{ id: "delete-validation-run", label: "Delete Run" }
|
|
16417
|
+
{ id: "list-ground-truth", label: "List Ground-Truth Datasets" },
|
|
16418
|
+
{ id: "get-ground-truth", label: "Get / Delete Ground-Truth Dataset" },
|
|
16419
|
+
{ id: "list-validation-runs", label: "List Validation Runs" },
|
|
16420
|
+
{ id: "create-validation-run", label: "Create Validation Run" },
|
|
16421
|
+
{ id: "get-validation-run", label: "Get / Delete Validation Run" },
|
|
16422
|
+
{ id: "get-validation-results", label: "Validation Results" }
|
|
16428
16423
|
] },
|
|
16429
16424
|
{ id: "credits", label: "Credits", children: [
|
|
16430
16425
|
{ id: "credits-balance", label: "Balance" },
|
|
16431
16426
|
{ id: "credits-history", label: "History" },
|
|
16432
|
-
{ id: "credits-usage
|
|
16433
|
-
{ id: "credits-daily
|
|
16427
|
+
{ id: "credits-usage", label: "Usage Summary" },
|
|
16428
|
+
{ id: "credits-usage-daily", label: "Daily Usage" },
|
|
16434
16429
|
{ id: "credits-usage-log", label: "Usage Log" }
|
|
16435
16430
|
] },
|
|
16436
16431
|
{ id: "agent", label: "Agent", children: [
|
|
@@ -16467,6 +16462,7 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
16467
16462
|
{ id: "field-registry", label: "Field Registry" },
|
|
16468
16463
|
{ id: "tier-system", label: "Tier System" },
|
|
16469
16464
|
{ id: "semantic-clusters", label: "Semantic Clusters" },
|
|
16465
|
+
{ id: "field-resolution", label: "Field Resolution" },
|
|
16470
16466
|
{ id: "master-instructions", label: "Master Instructions" }
|
|
16471
16467
|
] },
|
|
16472
16468
|
{ id: "schemas-templates", label: "Schemas & Templates", children: [
|
|
@@ -16494,10 +16490,15 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
16494
16490
|
{ id: "cases", label: "Cases" },
|
|
16495
16491
|
{ id: "document-graph", label: "Document Graph" }
|
|
16496
16492
|
] },
|
|
16493
|
+
{ id: "data-products", label: "Data Products", children: [
|
|
16494
|
+
{ id: "dataset-templates", label: "Dataset Templates" },
|
|
16495
|
+
{ id: "assemblies", label: "Assemblies" }
|
|
16496
|
+
] },
|
|
16497
16497
|
{ id: "validation-quality", label: "Validation & Quality", children: [
|
|
16498
16498
|
{ id: "validation-checks", label: "Validation Checks" },
|
|
16499
16499
|
{ id: "ground-truth", label: "Golden Samples" },
|
|
16500
|
-
{ id: "approval-gates", label: "Approval Gates" }
|
|
16500
|
+
{ id: "approval-gates", label: "Approval Gates" },
|
|
16501
|
+
{ id: "approval-queue", label: "Approval Queue" }
|
|
16501
16502
|
] },
|
|
16502
16503
|
{ id: "delivery", label: "Outputs", children: [
|
|
16503
16504
|
{ id: "destinations", label: "Destinations" },
|
|
@@ -16560,7 +16561,8 @@ var PLATFORM_SECTION_META = [
|
|
|
16560
16561
|
{ id: "structuring", title: "Structuring", description: "Vocabulary-driven structuring system with seven field strategies, four processing tiers, capture sub-moves, modifiers, constraints, and synthesize fallback." },
|
|
16561
16562
|
{ 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." },
|
|
16562
16563
|
{ id: "linking-cases", title: "Linking & Cases", description: "Document linking discovers relationships through shared entities. Related documents grouped into cases with evidence chains." },
|
|
16563
|
-
{ id: "
|
|
16564
|
+
{ id: "data-products", title: "Data Products", description: "Dataset templates for reusable output specifications and assemblies for combining multi-source documents into structured datasets." },
|
|
16565
|
+
{ id: "validation-quality", title: "Validation & Quality", description: "Automated validation checks, golden sample benchmarking, configurable approval gates, and a manual review queue for flagged results." },
|
|
16564
16566
|
{ id: "delivery", title: "Outputs & Delivery", description: "Push structured data to webhooks, REST APIs, SFTP, email, or cloud storage with field mappings, triggers, delivery configuration, and telemetry." },
|
|
16565
16567
|
{ id: "workspace-settings", title: "Workspace Settings", description: "Shared dialects for output formatting, reference primitives for lookup tables, and change review governance for production workspaces." },
|
|
16566
16568
|
{ id: "search-filtering", title: "Search & Filtering", description: "Global omnisearch (Cmd+K) and advanced document filtering by extracted field values with saved presets." },
|