@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/seo.js CHANGED
@@ -16832,7 +16832,10 @@ var API_NAV_SECTIONS = [
16832
16832
  { id: "webhook-events", label: "Events" },
16833
16833
  { id: "webhook-management", label: "Delivery Format" },
16834
16834
  { id: "webhook-security", label: "Signature Verification" },
16835
- { id: "webhook-retry", label: "Retry Policy" }
16835
+ { id: "webhook-retry", label: "Retry Policy" },
16836
+ { id: "list-webhook-configs", label: "List Configs" },
16837
+ { id: "create-webhook-config", label: "Create Config" },
16838
+ { id: "manage-webhook-config", label: "Manage Config" }
16836
16839
  ] },
16837
16840
  { id: "resolutions", label: "Resolutions", children: [
16838
16841
  { id: "list-resolutions", label: "List Resolutions" },
@@ -16849,7 +16852,6 @@ var API_NAV_SECTIONS = [
16849
16852
  { id: "list-linked-documents", label: "Full Graph" },
16850
16853
  { id: "list-cases", label: "Backfill" },
16851
16854
  { id: "get-case", label: "Cases" },
16852
- { id: "get-case-graph", label: "Case Graph" },
16853
16855
  { id: "refresh-cases", label: "Document-Case Map" }
16854
16856
  ] },
16855
16857
  { id: "nshot", label: "N-Shot", children: [
@@ -16916,7 +16918,10 @@ var API_NAV_SECTIONS = [
16916
16918
  { id: "run-matching", label: "Run Matching" },
16917
16919
  { id: "get-matching-run", label: "Get Run" },
16918
16920
  { id: "get-matching-results", label: "Get Results" },
16919
- { id: "generate-strategy", label: "Generate Strategy" }
16921
+ { id: "generate-strategy", label: "Generate Strategy" },
16922
+ { id: "list-matching-runs", label: "List Runs" },
16923
+ { id: "review-match-result", label: "Review Result" },
16924
+ { id: "manage-matching-strategy", label: "Manage Strategy" }
16920
16925
  ] },
16921
16926
  { id: "delivery", label: "Delivery", children: [
16922
16927
  { id: "list-delivery-destinations", label: "List Destinations" },
@@ -16939,7 +16944,6 @@ var API_NAV_SECTIONS = [
16939
16944
  { id: "list-cases", label: "List Cases" },
16940
16945
  { id: "get-case", label: "Get Case" },
16941
16946
  { id: "case-anomalies", label: "Anomalies" },
16942
- { id: "case-evidence", label: "Evidence" },
16943
16947
  { id: "case-operations", label: "Operations" },
16944
16948
  { id: "case-edges", label: "Edges" },
16945
16949
  { id: "case-documents", label: "Documents" },
@@ -16968,6 +16972,20 @@ var API_NAV_SECTIONS = [
16968
16972
  { id: "manage-routing-rule", label: "Manage Rule" },
16969
16973
  { id: "reorder-routing-rules", label: "Reorder" }
16970
16974
  ] },
16975
+ { id: "reference-data", label: "Reference Data", children: [
16976
+ { id: "list-reference-data", label: "List & Create" },
16977
+ { id: "get-reference-data", label: "Get & Delete" },
16978
+ { id: "reference-data-rows", label: "Rows & Export" }
16979
+ ] },
16980
+ { id: "dialects", label: "Dialects", children: [
16981
+ { id: "list-dialects", label: "List & Create" },
16982
+ { id: "manage-dialect", label: "Manage Dialect" }
16983
+ ] },
16984
+ { id: "fields", label: "Fields", children: [
16985
+ { id: "list-fields", label: "List Fields" },
16986
+ { id: "field-harmonization", label: "Harmonization" },
16987
+ { id: "get-field", label: "Get Field" }
16988
+ ] },
16971
16989
  { id: "registry", label: "Registry", children: [
16972
16990
  { id: "registry-query", label: "Query" }
16973
16991
  ] },
@@ -16976,6 +16994,12 @@ var API_NAV_SECTIONS = [
16976
16994
  { id: "billing-topup", label: "Auto Top-Up" },
16977
16995
  { id: "cost-headers", label: "Cost Headers" }
16978
16996
  ] },
16997
+ { id: "usage", label: "Usage", children: [
16998
+ { id: "usage-overview", label: "Overview" }
16999
+ ] },
17000
+ { id: "document-types", label: "Document Types", children: [
17001
+ { id: "list-document-types", label: "Document Types" }
17002
+ ] },
16979
17003
  { id: "errors-rate-limits", label: "Errors & Rate Limits", children: [
16980
17004
  { id: "error-format", label: "Error Format" },
16981
17005
  { id: "error-codes", label: "Error Codes" },
@@ -17117,10 +17141,14 @@ var API_SECTION_META = [
17117
17141
  { 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." },
17118
17142
  { 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." },
17119
17143
  { id: "batches", title: "Batches API", description: "Batch extraction processing at 50% cost \u2014 list, get, sync with provider, and cancel batches." },
17120
- { id: "cases", title: "Cases API", description: "Case management \u2014 list, get, anomalies, evidence, narration, labels, edge confirmation, document pinning, merge and split operations." },
17144
+ { id: "cases", title: "Cases API", description: "Case management \u2014 list, get, anomalies, status lifecycle, edge confirmation, document pinning, merge and split operations." },
17121
17145
  { id: "review", title: "Review API", description: "Review queue for validation records \u2014 list items, stats, take action (approve/reject/flag), batch operations, and assignment." },
17122
17146
  { id: "quality", title: "Quality API", description: "Ground truth datasets, entries management with CSV import, benchmark runs, per-field accuracy results, and benchmark comparison." },
17123
17147
  { id: "routing-rules", title: "Routing Rules API", description: "Document routing rules \u2014 create, manage, and reorder priority-based rules for automatic document workflow assignment." },
17148
+ { 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." },
17149
+ { 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." },
17150
+ { 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." },
17151
+ { 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." },
17124
17152
  { 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." },
17125
17153
  { id: "billing", title: "Billing API", description: "Billing settings, auto top-up for AI agents, and cost response headers on extraction requests." },
17126
17154
  { id: "errors-rate-limits", title: "Errors & Rate Limits", description: "Error response format, error codes, rate limit tiers by plan, and rate limit headers." }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talonic/docs",
3
- "version": "0.20.17",
3
+ "version": "0.20.18",
4
4
  "description": "Talonic documentation components — API Reference & Platform Guide",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,