@talonic/docs 0.20.17 → 0.20.18

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
@@ -6558,7 +6558,10 @@ var API_NAV_SECTIONS = [
6558
6558
  { id: "webhook-events", label: "Events" },
6559
6559
  { id: "webhook-management", label: "Delivery Format" },
6560
6560
  { id: "webhook-security", label: "Signature Verification" },
6561
- { id: "webhook-retry", label: "Retry Policy" }
6561
+ { id: "webhook-retry", label: "Retry Policy" },
6562
+ { id: "list-webhook-configs", label: "List Configs" },
6563
+ { id: "create-webhook-config", label: "Create Config" },
6564
+ { id: "manage-webhook-config", label: "Manage Config" }
6562
6565
  ] },
6563
6566
  { id: "resolutions", label: "Resolutions", children: [
6564
6567
  { id: "list-resolutions", label: "List Resolutions" },
@@ -6575,7 +6578,6 @@ var API_NAV_SECTIONS = [
6575
6578
  { id: "list-linked-documents", label: "Full Graph" },
6576
6579
  { id: "list-cases", label: "Backfill" },
6577
6580
  { id: "get-case", label: "Cases" },
6578
- { id: "get-case-graph", label: "Case Graph" },
6579
6581
  { id: "refresh-cases", label: "Document-Case Map" }
6580
6582
  ] },
6581
6583
  { id: "nshot", label: "N-Shot", children: [
@@ -6642,7 +6644,10 @@ var API_NAV_SECTIONS = [
6642
6644
  { id: "run-matching", label: "Run Matching" },
6643
6645
  { id: "get-matching-run", label: "Get Run" },
6644
6646
  { id: "get-matching-results", label: "Get Results" },
6645
- { id: "generate-strategy", label: "Generate Strategy" }
6647
+ { id: "generate-strategy", label: "Generate Strategy" },
6648
+ { id: "list-matching-runs", label: "List Runs" },
6649
+ { id: "review-match-result", label: "Review Result" },
6650
+ { id: "manage-matching-strategy", label: "Manage Strategy" }
6646
6651
  ] },
6647
6652
  { id: "delivery", label: "Delivery", children: [
6648
6653
  { id: "list-delivery-destinations", label: "List Destinations" },
@@ -6665,7 +6670,6 @@ var API_NAV_SECTIONS = [
6665
6670
  { id: "list-cases", label: "List Cases" },
6666
6671
  { id: "get-case", label: "Get Case" },
6667
6672
  { id: "case-anomalies", label: "Anomalies" },
6668
- { id: "case-evidence", label: "Evidence" },
6669
6673
  { id: "case-operations", label: "Operations" },
6670
6674
  { id: "case-edges", label: "Edges" },
6671
6675
  { id: "case-documents", label: "Documents" },
@@ -6694,6 +6698,20 @@ var API_NAV_SECTIONS = [
6694
6698
  { id: "manage-routing-rule", label: "Manage Rule" },
6695
6699
  { id: "reorder-routing-rules", label: "Reorder" }
6696
6700
  ] },
6701
+ { id: "reference-data", label: "Reference Data", children: [
6702
+ { id: "list-reference-data", label: "List & Create" },
6703
+ { id: "get-reference-data", label: "Get & Delete" },
6704
+ { id: "reference-data-rows", label: "Rows & Export" }
6705
+ ] },
6706
+ { id: "dialects", label: "Dialects", children: [
6707
+ { id: "list-dialects", label: "List & Create" },
6708
+ { id: "manage-dialect", label: "Manage Dialect" }
6709
+ ] },
6710
+ { id: "fields", label: "Fields", children: [
6711
+ { id: "list-fields", label: "List Fields" },
6712
+ { id: "field-harmonization", label: "Harmonization" },
6713
+ { id: "get-field", label: "Get Field" }
6714
+ ] },
6697
6715
  { id: "registry", label: "Registry", children: [
6698
6716
  { id: "registry-query", label: "Query" }
6699
6717
  ] },
@@ -6702,6 +6720,12 @@ var API_NAV_SECTIONS = [
6702
6720
  { id: "billing-topup", label: "Auto Top-Up" },
6703
6721
  { id: "cost-headers", label: "Cost Headers" }
6704
6722
  ] },
6723
+ { id: "usage", label: "Usage", children: [
6724
+ { id: "usage-overview", label: "Overview" }
6725
+ ] },
6726
+ { id: "document-types", label: "Document Types", children: [
6727
+ { id: "list-document-types", label: "Document Types" }
6728
+ ] },
6705
6729
  { id: "errors-rate-limits", label: "Errors & Rate Limits", children: [
6706
6730
  { id: "error-format", label: "Error Format" },
6707
6731
  { id: "error-codes", label: "Error Codes" },
@@ -6843,10 +6867,14 @@ var API_SECTION_META = [
6843
6867
  { 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." },
6844
6868
  { 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." },
6845
6869
  { id: "batches", title: "Batches API", description: "Batch extraction processing at 50% cost \u2014 list, get, sync with provider, and cancel batches." },
6846
- { id: "cases", title: "Cases API", description: "Case management \u2014 list, get, anomalies, evidence, narration, labels, edge confirmation, document pinning, merge and split operations." },
6870
+ { id: "cases", title: "Cases API", description: "Case management \u2014 list, get, anomalies, status lifecycle, edge confirmation, document pinning, merge and split operations." },
6847
6871
  { id: "review", title: "Review API", description: "Review queue for validation records \u2014 list items, stats, take action (approve/reject/flag), batch operations, and assignment." },
6848
6872
  { id: "quality", title: "Quality API", description: "Ground truth datasets, entries management with CSV import, benchmark runs, per-field accuracy results, and benchmark comparison." },
6849
6873
  { id: "routing-rules", title: "Routing Rules API", description: "Document routing rules \u2014 create, manage, and reorder priority-based rules for automatic document workflow assignment." },
6874
+ { id: "reference-data", title: "Reference Data API", description: "Upload, list, and manage reference data tables used as lookup targets for matching configurations. Supports JSON upload, paginated row access, and CSV export." },
6875
+ { id: "fields", title: "Fields API", description: "Read-only access to the field registry \u2014 list fields with filters, cross-schema harmonization analysis, field detail with occurrences, and embedding-based similarity search." },
6876
+ { id: "usage", title: "Usage API", description: "AI token usage tracking \u2014 aggregate stats by operation type and model, per-document usage breakdown with cost estimates." },
6877
+ { id: "document-types", title: "Document Types API", description: "Document type classification \u2014 list workspace document types by frequency and retrieve the 529-type ontology taxonomy." },
6850
6878
  { id: "registry", title: "Registry API", description: "Query previously-extracted field values across all documents \u2014 ingest once, query forever. Zero re-extraction, zero AI calls." },
6851
6879
  { id: "billing", title: "Billing API", description: "Billing settings, auto top-up for AI agents, and cost response headers on extraction requests." },
6852
6880
  { id: "errors-rate-limits", title: "Errors & Rate Limits", description: "Error response format, error codes, rate limit tiers by plan, and rate limit headers." }