@talonic/docs 0.17.1 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -6383,8 +6383,8 @@ var API_NAV_SECTIONS = [
6383
6383
  { id: "extract", label: "Extract", children: [
6384
6384
  { id: "post-extract", label: "POST /v1/extract" },
6385
6385
  { id: "extract-schemas", label: "Schema Formats" },
6386
- { id: "extract-options", label: "Options" },
6387
- { id: "extract-responses", label: "Responses" }
6386
+ { id: "extract-include-markdown", label: "Options" },
6387
+ { id: "extract-processing-mode", label: "Responses" }
6388
6388
  ] },
6389
6389
  { id: "documents", label: "Documents", children: [
6390
6390
  { id: "list-documents", label: "List Documents" },
@@ -6394,8 +6394,8 @@ var API_NAV_SECTIONS = [
6394
6394
  { id: "extractions", label: "Extractions", children: [
6395
6395
  { id: "list-extractions", label: "List Extractions" },
6396
6396
  { id: "get-extraction", label: "Get Extraction" },
6397
- { id: "get-extraction-data", label: "Get Extraction Data" },
6398
- { id: "patch-extraction-data", label: "Correct Fields" }
6397
+ { id: "get-extraction-fields", label: "Get Extraction Data" },
6398
+ { id: "get-extraction-markdown", label: "Correct Fields" }
6399
6399
  ] },
6400
6400
  { id: "schemas", label: "Schemas", children: [
6401
6401
  { id: "list-schemas", label: "List Schemas" },
@@ -6406,30 +6406,30 @@ var API_NAV_SECTIONS = [
6406
6406
  ] },
6407
6407
  { id: "jobs", label: "Jobs", children: [
6408
6408
  { id: "list-jobs", label: "List Jobs" },
6409
- { id: "get-job", label: "Get Job" },
6410
- { id: "cancel-job", label: "Cancel Job" }
6409
+ { id: "create-job", label: "Create Job" },
6410
+ { id: "get-job", label: "Get Job" }
6411
6411
  ] },
6412
6412
  { id: "sources", label: "Sources", children: [
6413
6413
  { id: "list-sources", label: "List Inputs" },
6414
6414
  { id: "create-source", label: "Create Input" },
6415
- { id: "manage-source", label: "Get / Update / Delete" },
6416
- { id: "source-documents", label: "Source Documents" }
6415
+ { id: "get-source", label: "Get / Update / Delete" },
6416
+ { id: "update-source", label: "Source Documents" }
6417
6417
  ] },
6418
6418
  { id: "filter-search", label: "Filter & Search", children: [
6419
6419
  { id: "field-autocomplete", label: "Field Autocomplete" },
6420
6420
  { id: "field-values", label: "Field Values" },
6421
6421
  { id: "filter-documents", label: "Filter Documents" },
6422
- { id: "omnisearch", label: "Omnisearch" },
6423
- { id: "list-saved-filters", label: "List Saved Filters" },
6424
- { id: "create-saved-filter", label: "Create Saved Filter" },
6425
- { id: "delete-saved-filter", label: "Delete Saved Filter" },
6426
- { id: "materialize", label: "Materialize" }
6422
+ { id: "filter-documents-export", label: "Omnisearch" },
6423
+ { id: "omnisearch", label: "Saved Filters" },
6424
+ { id: "saved-filters", label: "Document Counts" },
6425
+ { id: "document-counts", label: "Materialize" },
6426
+ { id: "materialized-index", label: "Materialized Index" }
6427
6427
  ] },
6428
6428
  { id: "webhooks", label: "Webhooks", children: [
6429
6429
  { id: "webhook-events", label: "Events" },
6430
- { id: "webhook-delivery", label: "Delivery Format" },
6431
- { id: "webhook-verification", label: "Signature Verification" },
6432
- { id: "webhook-retries", label: "Retry Policy" }
6430
+ { id: "webhook-management", label: "Delivery Format" },
6431
+ { id: "webhook-security", label: "Signature Verification" },
6432
+ { id: "webhook-retry", label: "Retry Policy" }
6433
6433
  ] },
6434
6434
  { id: "resolutions", label: "Resolutions", children: [
6435
6435
  { id: "list-resolutions", label: "List Resolutions" },
@@ -6437,23 +6437,23 @@ var API_NAV_SECTIONS = [
6437
6437
  { id: "get-resolution", label: "Get Resolution" },
6438
6438
  { id: "get-resolution-results", label: "Get Results" },
6439
6439
  { id: "execute-resolution", label: "Execute Resolution" },
6440
- { id: "delete-resolution", label: "Delete Resolution" }
6440
+ { id: "cancel-resolution", label: "Delete Resolution" }
6441
6441
  ] },
6442
6442
  { id: "linking", label: "Linking", children: [
6443
6443
  { id: "list-link-keys", label: "Link Keys" },
6444
- { id: "get-document-links", label: "Document Links" },
6445
- { id: "get-linking-graph", label: "Full Graph" },
6446
- { id: "get-document-graph", label: "Document Graph" },
6447
- { id: "classify-link-keys", label: "Classify" },
6448
- { id: "backfill-linking", label: "Backfill" },
6449
- { id: "backfill-progress", label: "Backfill Progress" },
6450
- { id: "document-case-map", label: "Document-Case Map" }
6444
+ { id: "reclassify-link-key", label: "Classify" },
6445
+ { id: "list-entities", label: "Document Links" },
6446
+ { id: "list-linked-documents", label: "Full Graph" },
6447
+ { id: "list-cases", label: "Backfill" },
6448
+ { id: "get-case", label: "Cases" },
6449
+ { id: "get-case-graph", label: "Case Graph" },
6450
+ { id: "refresh-cases", label: "Document-Case Map" }
6451
6451
  ] },
6452
6452
  { id: "nshot", label: "N-Shot", children: [
6453
6453
  { id: "nshot-summary", label: "Summary" },
6454
- { id: "nshot-comparisons", label: "Comparisons" },
6455
- { id: "nshot-comparison", label: "Single Comparison" },
6456
- { id: "nshot-override", label: "Override" },
6454
+ { id: "nshot-list-shots", label: "Comparisons" },
6455
+ { id: "nshot-compare", label: "Single Comparison" },
6456
+ { id: "nshot-select", label: "Override" },
6457
6457
  { id: "nshot-judge-decision", label: "Judge Decision" }
6458
6458
  ] },
6459
6459
  { id: "schema-graph", label: "Schema Graph", children: [
@@ -6542,10 +6542,14 @@ var PLATFORM_NAV_SECTIONS = [
6542
6542
  { id: "schemas-templates", label: "Schemas & Templates", children: [
6543
6543
  { id: "generated-schemas", label: "Generated Schemas" },
6544
6544
  { id: "user-templates", label: "User Templates" },
6545
+ { id: "schema-features", label: "Schema Features Reference" },
6545
6546
  { id: "field-matching", label: "Field Matching" },
6546
6547
  { id: "reference-tables", label: "Reference Tables" },
6547
6548
  { id: "versioning-drafts", label: "Versioning & Drafts" },
6548
- { id: "test-extraction", label: "Test Extraction" }
6549
+ { id: "test-extraction", label: "Test Extraction" },
6550
+ { id: "dialects", label: "Dialects" },
6551
+ { id: "bypass-strategies", label: "Bypass Strategies" },
6552
+ { id: "format-constraints", label: "Format Constraints" }
6549
6553
  ] },
6550
6554
  { id: "extraction-jobs", label: "Extraction Jobs", children: [
6551
6555
  { id: "creating-job", label: "Creating a Job" },
@@ -6564,6 +6568,17 @@ var PLATFORM_NAV_SECTIONS = [
6564
6568
  { id: "cases", label: "Cases" },
6565
6569
  { id: "document-graph", label: "Document Graph" }
6566
6570
  ] },
6571
+ { id: "batch-inference", label: "Batch Inference", children: [
6572
+ { id: "batch-overview", label: "Overview" },
6573
+ { id: "batch-processing", label: "Batch Processing Mode" },
6574
+ { id: "batch-monitoring", label: "Monitoring Batches" }
6575
+ ] },
6576
+ { id: "matching", label: "Smart Matching", children: [
6577
+ { id: "reference-data", label: "Reference Data" },
6578
+ { id: "matching-configs", label: "Matching Configurations" },
6579
+ { id: "matching-runs", label: "Running Matches" },
6580
+ { id: "matching-results", label: "Match Results" }
6581
+ ] },
6567
6582
  { id: "data-products", label: "Data Products", children: [
6568
6583
  { id: "dataset-templates", label: "Dataset Templates" },
6569
6584
  { id: "assemblies", label: "Assemblies" }
@@ -6575,11 +6590,11 @@ var PLATFORM_NAV_SECTIONS = [
6575
6590
  { id: "approval-queue", label: "Approval Queue" }
6576
6591
  ] },
6577
6592
  { id: "delivery", label: "Outputs", children: [
6593
+ { id: "delivery-pipeline", label: "How Delivery Works" },
6578
6594
  { id: "destinations", label: "Destinations" },
6579
- { id: "field-mappings", label: "Field Mappings" },
6580
- { id: "export-triggers", label: "Triggers" },
6581
- { id: "delivery-configuration", label: "Delivery Configuration" },
6582
- { id: "telemetry", label: "Telemetry" }
6595
+ { id: "bindings", label: "Bindings" },
6596
+ { id: "signals-catalog", label: "Signals & Catalog" },
6597
+ { id: "delivery-history", label: "History & DLQ" }
6583
6598
  ] },
6584
6599
  { id: "workspace-settings", label: "Workspace Settings", children: [
6585
6600
  { id: "shared-dialects", label: "Shared Dialects" },
@@ -6597,7 +6612,7 @@ var PLATFORM_NAV_SECTIONS = [
6597
6612
  ] },
6598
6613
  { id: "team-admin", label: "Team & Admin", children: [
6599
6614
  { id: "team-management", label: "Team Management" },
6600
- { id: "credits", label: "Credits & Usage" },
6615
+ { id: "usage-registry", label: "Usage & Registry" },
6601
6616
  { id: "admin-panel", label: "Admin Panel" },
6602
6617
  { id: "shortcuts", label: "Keyboard Shortcuts" }
6603
6618
  ] }
@@ -6635,6 +6650,8 @@ var PLATFORM_SECTION_META = [
6635
6650
  { id: "structuring", title: "Structuring", description: "Vocabulary-driven structuring system with seven field strategies, four processing tiers, capture sub-moves, modifiers, constraints, and synthesize fallback." },
6636
6651
  { 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." },
6637
6652
  { id: "linking-cases", title: "Linking & Cases", description: "Document linking discovers relationships through shared entities. Related documents grouped into cases with evidence chains." },
6653
+ { 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." },
6654
+ { 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." },
6638
6655
  { id: "data-products", title: "Data Products", description: "Dataset templates for reusable output specifications and assemblies for combining multi-source documents into structured datasets." },
6639
6656
  { id: "validation-quality", title: "Validation & Quality", description: "Automated validation checks, golden sample benchmarking, configurable approval gates, and a manual review queue for flagged results." },
6640
6657
  { 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." },