@talonic/docs 0.18.0 → 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/content.js +2944 -15
- package/dist/index.js +74 -3
- package/dist/index.js.map +1 -1
- package/dist/seo.js +74 -3
- package/package.json +1 -1
package/dist/seo.js
CHANGED
|
@@ -16432,6 +16432,65 @@ var API_NAV_SECTIONS = [
|
|
|
16432
16432
|
{ id: "agent-context", label: "Get Workspace Context" },
|
|
16433
16433
|
{ id: "agent-tools", label: "List Agent Tools" }
|
|
16434
16434
|
] },
|
|
16435
|
+
{ id: "matching", label: "Matching", children: [
|
|
16436
|
+
{ id: "list-matching-configs", label: "List Configs" },
|
|
16437
|
+
{ id: "create-matching-config", label: "Create Config" },
|
|
16438
|
+
{ id: "get-matching-config", label: "Get / Update / Delete Config" },
|
|
16439
|
+
{ id: "run-matching", label: "Run Matching" },
|
|
16440
|
+
{ id: "get-matching-run", label: "Get Run" },
|
|
16441
|
+
{ id: "get-matching-results", label: "Get Results" },
|
|
16442
|
+
{ id: "generate-strategy", label: "Generate Strategy" }
|
|
16443
|
+
] },
|
|
16444
|
+
{ id: "delivery", label: "Delivery", children: [
|
|
16445
|
+
{ id: "list-delivery-destinations", label: "List Destinations" },
|
|
16446
|
+
{ id: "create-delivery-destination", label: "Create Destination" },
|
|
16447
|
+
{ id: "manage-delivery-destination", label: "Manage Destination" },
|
|
16448
|
+
{ id: "list-delivery-bindings", label: "List Bindings" },
|
|
16449
|
+
{ id: "create-delivery-binding", label: "Create Binding" },
|
|
16450
|
+
{ id: "manage-delivery-binding", label: "Manage Binding" },
|
|
16451
|
+
{ id: "delivery-history", label: "History" },
|
|
16452
|
+
{ id: "delivery-dlq", label: "Dead Letter Queue" },
|
|
16453
|
+
{ id: "delivery-catalog", label: "Catalog" }
|
|
16454
|
+
] },
|
|
16455
|
+
{ id: "batches", label: "Batches", children: [
|
|
16456
|
+
{ id: "list-batches", label: "List Batches" },
|
|
16457
|
+
{ id: "get-batch", label: "Get Batch" },
|
|
16458
|
+
{ id: "sync-batch", label: "Sync Batch" },
|
|
16459
|
+
{ id: "cancel-batch", label: "Cancel Batch" }
|
|
16460
|
+
] },
|
|
16461
|
+
{ id: "cases", label: "Cases", children: [
|
|
16462
|
+
{ id: "list-cases", label: "List Cases" },
|
|
16463
|
+
{ id: "get-case", label: "Get Case" },
|
|
16464
|
+
{ id: "case-anomalies", label: "Anomalies" },
|
|
16465
|
+
{ id: "case-evidence", label: "Evidence" },
|
|
16466
|
+
{ id: "case-operations", label: "Operations" },
|
|
16467
|
+
{ id: "case-edges", label: "Edges" },
|
|
16468
|
+
{ id: "case-documents", label: "Documents" },
|
|
16469
|
+
{ id: "case-merge-split", label: "Merge & Split" }
|
|
16470
|
+
] },
|
|
16471
|
+
{ id: "review", label: "Review", children: [
|
|
16472
|
+
{ id: "list-review-items", label: "List Items" },
|
|
16473
|
+
{ id: "review-stats", label: "Stats" },
|
|
16474
|
+
{ id: "get-review-item", label: "Get Item" },
|
|
16475
|
+
{ id: "review-action", label: "Take Action" },
|
|
16476
|
+
{ id: "review-batch", label: "Batch Action" },
|
|
16477
|
+
{ id: "review-assign", label: "Assign" }
|
|
16478
|
+
] },
|
|
16479
|
+
{ id: "quality", label: "Quality", children: [
|
|
16480
|
+
{ id: "list-quality-datasets", label: "List Datasets" },
|
|
16481
|
+
{ id: "create-quality-dataset", label: "Create Dataset" },
|
|
16482
|
+
{ id: "get-quality-dataset", label: "Get / Delete Dataset" },
|
|
16483
|
+
{ id: "quality-entries", label: "Entries" },
|
|
16484
|
+
{ id: "list-benchmarks", label: "List Benchmarks" },
|
|
16485
|
+
{ id: "create-benchmark", label: "Create Benchmark" },
|
|
16486
|
+
{ id: "get-benchmark-results", label: "Results & Compare" }
|
|
16487
|
+
] },
|
|
16488
|
+
{ id: "routing-rules", label: "Routing Rules", children: [
|
|
16489
|
+
{ id: "list-routing-rules", label: "List Rules" },
|
|
16490
|
+
{ id: "create-routing-rule", label: "Create Rule" },
|
|
16491
|
+
{ id: "manage-routing-rule", label: "Manage Rule" },
|
|
16492
|
+
{ id: "reorder-routing-rules", label: "Reorder" }
|
|
16493
|
+
] },
|
|
16435
16494
|
{ id: "errors-rate-limits", label: "Errors & Rate Limits", children: [
|
|
16436
16495
|
{ id: "error-format", label: "Error Format" },
|
|
16437
16496
|
{ id: "error-codes", label: "Error Codes" },
|
|
@@ -16456,7 +16515,8 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
16456
16515
|
{ id: "document-processing", label: "Document Processing" },
|
|
16457
16516
|
{ id: "document-types", label: "Document Types" },
|
|
16458
16517
|
{ id: "document-detail", label: "Document Detail" },
|
|
16459
|
-
{ id: "routing-rules", label: "Routing Rules" }
|
|
16518
|
+
{ id: "routing-rules", label: "Routing Rules" },
|
|
16519
|
+
{ id: "source-connectors", label: "Source Connectors" }
|
|
16460
16520
|
] },
|
|
16461
16521
|
{ id: "field-intelligence", label: "Field Intelligence", children: [
|
|
16462
16522
|
{ id: "field-registry", label: "Field Registry" },
|
|
@@ -16492,7 +16552,9 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
16492
16552
|
{ id: "link-keys", label: "Link Keys" },
|
|
16493
16553
|
{ id: "entity-linking", label: "Entity Linking" },
|
|
16494
16554
|
{ id: "cases", label: "Cases" },
|
|
16495
|
-
{ id: "document-graph", label: "Document Graph" }
|
|
16555
|
+
{ id: "document-graph", label: "Document Graph" },
|
|
16556
|
+
{ id: "anomaly-detection", label: "Anomaly Detection" },
|
|
16557
|
+
{ id: "evidence-validation", label: "Evidence Validation" }
|
|
16496
16558
|
] },
|
|
16497
16559
|
{ id: "batch-inference", label: "Batch Inference", children: [
|
|
16498
16560
|
{ id: "batch-overview", label: "Overview" },
|
|
@@ -16507,7 +16569,9 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
16507
16569
|
] },
|
|
16508
16570
|
{ id: "data-products", label: "Data Products", children: [
|
|
16509
16571
|
{ id: "dataset-templates", label: "Dataset Templates" },
|
|
16510
|
-
{ id: "assemblies", label: "Assemblies" }
|
|
16572
|
+
{ id: "assemblies", label: "Assemblies" },
|
|
16573
|
+
{ id: "id-dispensers", label: "ID Dispensers" },
|
|
16574
|
+
{ id: "data-product-sharing", label: "Sharing & Export" }
|
|
16511
16575
|
] },
|
|
16512
16576
|
{ id: "validation-quality", label: "Validation & Quality", children: [
|
|
16513
16577
|
{ id: "validation-checks", label: "Validation Checks" },
|
|
@@ -16565,6 +16629,13 @@ var API_SECTION_META = [
|
|
|
16565
16629
|
{ id: "validation", title: "Validation API", description: "Golden sample management and validation runs for measuring extraction accuracy against ground truth datasets." },
|
|
16566
16630
|
{ id: "credits", title: "Credits API", description: "Credit balance, transaction history, aggregate usage summaries, daily usage breakdown, and per-request usage log." },
|
|
16567
16631
|
{ id: "agent", title: "Agent API", description: "Workspace context snapshot and agent tool discovery endpoints for programmatic access to embedded AI assistant capabilities." },
|
|
16632
|
+
{ 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." },
|
|
16633
|
+
{ 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." },
|
|
16634
|
+
{ id: "batches", title: "Batches API", description: "Batch extraction processing at 50% cost \u2014 list, get, sync with provider, and cancel batches." },
|
|
16635
|
+
{ id: "cases", title: "Cases API", description: "Case management \u2014 list, get, anomalies, evidence, narration, labels, edge confirmation, document pinning, merge and split operations." },
|
|
16636
|
+
{ id: "review", title: "Review API", description: "Review queue for validation records \u2014 list items, stats, take action (approve/reject/flag), batch operations, and assignment." },
|
|
16637
|
+
{ id: "quality", title: "Quality API", description: "Ground truth datasets, entries management with CSV import, benchmark runs, per-field accuracy results, and benchmark comparison." },
|
|
16638
|
+
{ id: "routing-rules", title: "Routing Rules API", description: "Document routing rules \u2014 create, manage, and reorder priority-based rules for automatic document workflow assignment." },
|
|
16568
16639
|
{ id: "errors-rate-limits", title: "Errors & Rate Limits", description: "Error response format, error codes, rate limit tiers by plan, and rate limit headers." }
|
|
16569
16640
|
];
|
|
16570
16641
|
var PLATFORM_SECTION_META = [
|