@talonic/docs 0.19.1 → 0.19.3
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/content.js +7565 -1356
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/seo.js +4 -0
- package/dist/tailwind-preset.d.cts +45 -0
- package/dist/tailwind-preset.d.ts +45 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6565,6 +6565,9 @@ var API_NAV_SECTIONS = [
|
|
|
6565
6565
|
{ id: "manage-routing-rule", label: "Manage Rule" },
|
|
6566
6566
|
{ id: "reorder-routing-rules", label: "Reorder" }
|
|
6567
6567
|
] },
|
|
6568
|
+
{ id: "registry", label: "Registry", children: [
|
|
6569
|
+
{ id: "registry-query", label: "Query" }
|
|
6570
|
+
] },
|
|
6568
6571
|
{ id: "billing", label: "Billing", children: [
|
|
6569
6572
|
{ id: "billing-settings", label: "Settings" },
|
|
6570
6573
|
{ id: "billing-topup", label: "Auto Top-Up" },
|
|
@@ -6715,6 +6718,7 @@ var API_SECTION_META = [
|
|
|
6715
6718
|
{ id: "review", title: "Review API", description: "Review queue for validation records \u2014 list items, stats, take action (approve/reject/flag), batch operations, and assignment." },
|
|
6716
6719
|
{ id: "quality", title: "Quality API", description: "Ground truth datasets, entries management with CSV import, benchmark runs, per-field accuracy results, and benchmark comparison." },
|
|
6717
6720
|
{ id: "routing-rules", title: "Routing Rules API", description: "Document routing rules \u2014 create, manage, and reorder priority-based rules for automatic document workflow assignment." },
|
|
6721
|
+
{ 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." },
|
|
6718
6722
|
{ id: "billing", title: "Billing API", description: "Billing settings, auto top-up for AI agents, and cost response headers on extraction requests." },
|
|
6719
6723
|
{ id: "errors-rate-limits", title: "Errors & Rate Limits", description: "Error response format, error codes, rate limit tiers by plan, and rate limit headers." }
|
|
6720
6724
|
];
|