@talonic/docs 0.17.1 → 0.19.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: [
@@ -6506,6 +6506,65 @@ var API_NAV_SECTIONS = [
6506
6506
  { id: "agent-context", label: "Get Workspace Context" },
6507
6507
  { id: "agent-tools", label: "List Agent Tools" }
6508
6508
  ] },
6509
+ { id: "matching", label: "Matching", children: [
6510
+ { id: "list-matching-configs", label: "List Configs" },
6511
+ { id: "create-matching-config", label: "Create Config" },
6512
+ { id: "get-matching-config", label: "Get / Update / Delete Config" },
6513
+ { id: "run-matching", label: "Run Matching" },
6514
+ { id: "get-matching-run", label: "Get Run" },
6515
+ { id: "get-matching-results", label: "Get Results" },
6516
+ { id: "generate-strategy", label: "Generate Strategy" }
6517
+ ] },
6518
+ { id: "delivery", label: "Delivery", children: [
6519
+ { id: "list-delivery-destinations", label: "List Destinations" },
6520
+ { id: "create-delivery-destination", label: "Create Destination" },
6521
+ { id: "manage-delivery-destination", label: "Manage Destination" },
6522
+ { id: "list-delivery-bindings", label: "List Bindings" },
6523
+ { id: "create-delivery-binding", label: "Create Binding" },
6524
+ { id: "manage-delivery-binding", label: "Manage Binding" },
6525
+ { id: "delivery-history", label: "History" },
6526
+ { id: "delivery-dlq", label: "Dead Letter Queue" },
6527
+ { id: "delivery-catalog", label: "Catalog" }
6528
+ ] },
6529
+ { id: "batches", label: "Batches", children: [
6530
+ { id: "list-batches", label: "List Batches" },
6531
+ { id: "get-batch", label: "Get Batch" },
6532
+ { id: "sync-batch", label: "Sync Batch" },
6533
+ { id: "cancel-batch", label: "Cancel Batch" }
6534
+ ] },
6535
+ { id: "cases", label: "Cases", children: [
6536
+ { id: "list-cases", label: "List Cases" },
6537
+ { id: "get-case", label: "Get Case" },
6538
+ { id: "case-anomalies", label: "Anomalies" },
6539
+ { id: "case-evidence", label: "Evidence" },
6540
+ { id: "case-operations", label: "Operations" },
6541
+ { id: "case-edges", label: "Edges" },
6542
+ { id: "case-documents", label: "Documents" },
6543
+ { id: "case-merge-split", label: "Merge & Split" }
6544
+ ] },
6545
+ { id: "review", label: "Review", children: [
6546
+ { id: "list-review-items", label: "List Items" },
6547
+ { id: "review-stats", label: "Stats" },
6548
+ { id: "get-review-item", label: "Get Item" },
6549
+ { id: "review-action", label: "Take Action" },
6550
+ { id: "review-batch", label: "Batch Action" },
6551
+ { id: "review-assign", label: "Assign" }
6552
+ ] },
6553
+ { id: "quality", label: "Quality", children: [
6554
+ { id: "list-quality-datasets", label: "List Datasets" },
6555
+ { id: "create-quality-dataset", label: "Create Dataset" },
6556
+ { id: "get-quality-dataset", label: "Get / Delete Dataset" },
6557
+ { id: "quality-entries", label: "Entries" },
6558
+ { id: "list-benchmarks", label: "List Benchmarks" },
6559
+ { id: "create-benchmark", label: "Create Benchmark" },
6560
+ { id: "get-benchmark-results", label: "Results & Compare" }
6561
+ ] },
6562
+ { id: "routing-rules", label: "Routing Rules", children: [
6563
+ { id: "list-routing-rules", label: "List Rules" },
6564
+ { id: "create-routing-rule", label: "Create Rule" },
6565
+ { id: "manage-routing-rule", label: "Manage Rule" },
6566
+ { id: "reorder-routing-rules", label: "Reorder" }
6567
+ ] },
6509
6568
  { id: "errors-rate-limits", label: "Errors & Rate Limits", children: [
6510
6569
  { id: "error-format", label: "Error Format" },
6511
6570
  { id: "error-codes", label: "Error Codes" },
@@ -6530,7 +6589,8 @@ var PLATFORM_NAV_SECTIONS = [
6530
6589
  { id: "document-processing", label: "Document Processing" },
6531
6590
  { id: "document-types", label: "Document Types" },
6532
6591
  { id: "document-detail", label: "Document Detail" },
6533
- { id: "routing-rules", label: "Routing Rules" }
6592
+ { id: "routing-rules", label: "Routing Rules" },
6593
+ { id: "source-connectors", label: "Source Connectors" }
6534
6594
  ] },
6535
6595
  { id: "field-intelligence", label: "Field Intelligence", children: [
6536
6596
  { id: "field-registry", label: "Field Registry" },
@@ -6542,10 +6602,14 @@ var PLATFORM_NAV_SECTIONS = [
6542
6602
  { id: "schemas-templates", label: "Schemas & Templates", children: [
6543
6603
  { id: "generated-schemas", label: "Generated Schemas" },
6544
6604
  { id: "user-templates", label: "User Templates" },
6605
+ { id: "schema-features", label: "Schema Features Reference" },
6545
6606
  { id: "field-matching", label: "Field Matching" },
6546
6607
  { id: "reference-tables", label: "Reference Tables" },
6547
6608
  { id: "versioning-drafts", label: "Versioning & Drafts" },
6548
- { id: "test-extraction", label: "Test Extraction" }
6609
+ { id: "test-extraction", label: "Test Extraction" },
6610
+ { id: "dialects", label: "Dialects" },
6611
+ { id: "bypass-strategies", label: "Bypass Strategies" },
6612
+ { id: "format-constraints", label: "Format Constraints" }
6549
6613
  ] },
6550
6614
  { id: "extraction-jobs", label: "Extraction Jobs", children: [
6551
6615
  { id: "creating-job", label: "Creating a Job" },
@@ -6562,11 +6626,26 @@ var PLATFORM_NAV_SECTIONS = [
6562
6626
  { id: "link-keys", label: "Link Keys" },
6563
6627
  { id: "entity-linking", label: "Entity Linking" },
6564
6628
  { id: "cases", label: "Cases" },
6565
- { id: "document-graph", label: "Document Graph" }
6629
+ { id: "document-graph", label: "Document Graph" },
6630
+ { id: "anomaly-detection", label: "Anomaly Detection" },
6631
+ { id: "evidence-validation", label: "Evidence Validation" }
6632
+ ] },
6633
+ { id: "batch-inference", label: "Batch Inference", children: [
6634
+ { id: "batch-overview", label: "Overview" },
6635
+ { id: "batch-processing", label: "Batch Processing Mode" },
6636
+ { id: "batch-monitoring", label: "Monitoring Batches" }
6637
+ ] },
6638
+ { id: "matching", label: "Smart Matching", children: [
6639
+ { id: "reference-data", label: "Reference Data" },
6640
+ { id: "matching-configs", label: "Matching Configurations" },
6641
+ { id: "matching-runs", label: "Running Matches" },
6642
+ { id: "matching-results", label: "Match Results" }
6566
6643
  ] },
6567
6644
  { id: "data-products", label: "Data Products", children: [
6568
6645
  { id: "dataset-templates", label: "Dataset Templates" },
6569
- { id: "assemblies", label: "Assemblies" }
6646
+ { id: "assemblies", label: "Assemblies" },
6647
+ { id: "id-dispensers", label: "ID Dispensers" },
6648
+ { id: "data-product-sharing", label: "Sharing & Export" }
6570
6649
  ] },
6571
6650
  { id: "validation-quality", label: "Validation & Quality", children: [
6572
6651
  { id: "validation-checks", label: "Validation Checks" },
@@ -6575,11 +6654,11 @@ var PLATFORM_NAV_SECTIONS = [
6575
6654
  { id: "approval-queue", label: "Approval Queue" }
6576
6655
  ] },
6577
6656
  { id: "delivery", label: "Outputs", children: [
6657
+ { id: "delivery-pipeline", label: "How Delivery Works" },
6578
6658
  { 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" }
6659
+ { id: "bindings", label: "Bindings" },
6660
+ { id: "signals-catalog", label: "Signals & Catalog" },
6661
+ { id: "delivery-history", label: "History & DLQ" }
6583
6662
  ] },
6584
6663
  { id: "workspace-settings", label: "Workspace Settings", children: [
6585
6664
  { id: "shared-dialects", label: "Shared Dialects" },
@@ -6597,7 +6676,7 @@ var PLATFORM_NAV_SECTIONS = [
6597
6676
  ] },
6598
6677
  { id: "team-admin", label: "Team & Admin", children: [
6599
6678
  { id: "team-management", label: "Team Management" },
6600
- { id: "credits", label: "Credits & Usage" },
6679
+ { id: "usage-registry", label: "Usage & Registry" },
6601
6680
  { id: "admin-panel", label: "Admin Panel" },
6602
6681
  { id: "shortcuts", label: "Keyboard Shortcuts" }
6603
6682
  ] }
@@ -6624,6 +6703,13 @@ var API_SECTION_META = [
6624
6703
  { id: "validation", title: "Validation API", description: "Golden sample management and validation runs for measuring extraction accuracy against ground truth datasets." },
6625
6704
  { id: "credits", title: "Credits API", description: "Credit balance, transaction history, aggregate usage summaries, daily usage breakdown, and per-request usage log." },
6626
6705
  { id: "agent", title: "Agent API", description: "Workspace context snapshot and agent tool discovery endpoints for programmatic access to embedded AI assistant capabilities." },
6706
+ { id: "matching", title: "Matching API", description: "Reference data matching \u2014 create configs with weighted field strategies, run matches, get top-5 candidates per document, and AI-generate strategies." },
6707
+ { id: "delivery", title: "Delivery API", description: "Outbound delivery pipeline \u2014 destinations, bindings, delivery history, dead letter queue, and catalog discovery for signals, deliverables, serializers, and connectors." },
6708
+ { id: "batches", title: "Batches API", description: "Batch extraction processing at 50% cost \u2014 list, get, sync with provider, and cancel batches." },
6709
+ { id: "cases", title: "Cases API", description: "Case management \u2014 list, get, anomalies, evidence, narration, labels, edge confirmation, document pinning, merge and split operations." },
6710
+ { id: "review", title: "Review API", description: "Review queue for validation records \u2014 list items, stats, take action (approve/reject/flag), batch operations, and assignment." },
6711
+ { id: "quality", title: "Quality API", description: "Ground truth datasets, entries management with CSV import, benchmark runs, per-field accuracy results, and benchmark comparison." },
6712
+ { id: "routing-rules", title: "Routing Rules API", description: "Document routing rules \u2014 create, manage, and reorder priority-based rules for automatic document workflow assignment." },
6627
6713
  { id: "errors-rate-limits", title: "Errors & Rate Limits", description: "Error response format, error codes, rate limit tiers by plan, and rate limit headers." }
6628
6714
  ];
6629
6715
  var PLATFORM_SECTION_META = [
@@ -6635,6 +6721,8 @@ var PLATFORM_SECTION_META = [
6635
6721
  { 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
6722
  { 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
6723
  { id: "linking-cases", title: "Linking & Cases", description: "Document linking discovers relationships through shared entities. Related documents grouped into cases with evidence chains." },
6724
+ { 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." },
6725
+ { 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
6726
  { id: "data-products", title: "Data Products", description: "Dataset templates for reusable output specifications and assemblies for combining multi-source documents into structured datasets." },
6639
6727
  { 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
6728
  { 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." },