@talonic/docs 0.17.0 → 0.18.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/seo.js CHANGED
@@ -16309,8 +16309,8 @@ var API_NAV_SECTIONS = [
16309
16309
  { id: "extract", label: "Extract", children: [
16310
16310
  { id: "post-extract", label: "POST /v1/extract" },
16311
16311
  { id: "extract-schemas", label: "Schema Formats" },
16312
- { id: "extract-options", label: "Options" },
16313
- { id: "extract-responses", label: "Responses" }
16312
+ { id: "extract-include-markdown", label: "Options" },
16313
+ { id: "extract-processing-mode", label: "Responses" }
16314
16314
  ] },
16315
16315
  { id: "documents", label: "Documents", children: [
16316
16316
  { id: "list-documents", label: "List Documents" },
@@ -16320,8 +16320,8 @@ var API_NAV_SECTIONS = [
16320
16320
  { id: "extractions", label: "Extractions", children: [
16321
16321
  { id: "list-extractions", label: "List Extractions" },
16322
16322
  { id: "get-extraction", label: "Get Extraction" },
16323
- { id: "get-extraction-data", label: "Get Extraction Data" },
16324
- { id: "patch-extraction-data", label: "Correct Fields" }
16323
+ { id: "get-extraction-fields", label: "Get Extraction Data" },
16324
+ { id: "get-extraction-markdown", label: "Correct Fields" }
16325
16325
  ] },
16326
16326
  { id: "schemas", label: "Schemas", children: [
16327
16327
  { id: "list-schemas", label: "List Schemas" },
@@ -16332,30 +16332,30 @@ var API_NAV_SECTIONS = [
16332
16332
  ] },
16333
16333
  { id: "jobs", label: "Jobs", children: [
16334
16334
  { id: "list-jobs", label: "List Jobs" },
16335
- { id: "get-job", label: "Get Job" },
16336
- { id: "cancel-job", label: "Cancel Job" }
16335
+ { id: "create-job", label: "Create Job" },
16336
+ { id: "get-job", label: "Get Job" }
16337
16337
  ] },
16338
16338
  { id: "sources", label: "Sources", children: [
16339
16339
  { id: "list-sources", label: "List Inputs" },
16340
16340
  { id: "create-source", label: "Create Input" },
16341
- { id: "manage-source", label: "Get / Update / Delete" },
16342
- { id: "source-documents", label: "Source Documents" }
16341
+ { id: "get-source", label: "Get / Update / Delete" },
16342
+ { id: "update-source", label: "Source Documents" }
16343
16343
  ] },
16344
16344
  { id: "filter-search", label: "Filter & Search", children: [
16345
16345
  { id: "field-autocomplete", label: "Field Autocomplete" },
16346
16346
  { id: "field-values", label: "Field Values" },
16347
16347
  { id: "filter-documents", label: "Filter Documents" },
16348
- { id: "omnisearch", label: "Omnisearch" },
16349
- { id: "list-saved-filters", label: "List Saved Filters" },
16350
- { id: "create-saved-filter", label: "Create Saved Filter" },
16351
- { id: "delete-saved-filter", label: "Delete Saved Filter" },
16352
- { id: "materialize", label: "Materialize" }
16348
+ { id: "filter-documents-export", label: "Omnisearch" },
16349
+ { id: "omnisearch", label: "Saved Filters" },
16350
+ { id: "saved-filters", label: "Document Counts" },
16351
+ { id: "document-counts", label: "Materialize" },
16352
+ { id: "materialized-index", label: "Materialized Index" }
16353
16353
  ] },
16354
16354
  { id: "webhooks", label: "Webhooks", children: [
16355
16355
  { id: "webhook-events", label: "Events" },
16356
- { id: "webhook-delivery", label: "Delivery Format" },
16357
- { id: "webhook-verification", label: "Signature Verification" },
16358
- { id: "webhook-retries", label: "Retry Policy" }
16356
+ { id: "webhook-management", label: "Delivery Format" },
16357
+ { id: "webhook-security", label: "Signature Verification" },
16358
+ { id: "webhook-retry", label: "Retry Policy" }
16359
16359
  ] },
16360
16360
  { id: "resolutions", label: "Resolutions", children: [
16361
16361
  { id: "list-resolutions", label: "List Resolutions" },
@@ -16363,23 +16363,23 @@ var API_NAV_SECTIONS = [
16363
16363
  { id: "get-resolution", label: "Get Resolution" },
16364
16364
  { id: "get-resolution-results", label: "Get Results" },
16365
16365
  { id: "execute-resolution", label: "Execute Resolution" },
16366
- { id: "delete-resolution", label: "Delete Resolution" }
16366
+ { id: "cancel-resolution", label: "Delete Resolution" }
16367
16367
  ] },
16368
16368
  { id: "linking", label: "Linking", children: [
16369
16369
  { id: "list-link-keys", label: "Link Keys" },
16370
- { id: "get-document-links", label: "Document Links" },
16371
- { id: "get-linking-graph", label: "Full Graph" },
16372
- { id: "get-document-graph", label: "Document Graph" },
16373
- { id: "classify-link-keys", label: "Classify" },
16374
- { id: "backfill-linking", label: "Backfill" },
16375
- { id: "backfill-progress", label: "Backfill Progress" },
16376
- { id: "document-case-map", label: "Document-Case Map" }
16370
+ { id: "reclassify-link-key", label: "Classify" },
16371
+ { id: "list-entities", label: "Document Links" },
16372
+ { id: "list-linked-documents", label: "Full Graph" },
16373
+ { id: "list-cases", label: "Backfill" },
16374
+ { id: "get-case", label: "Cases" },
16375
+ { id: "get-case-graph", label: "Case Graph" },
16376
+ { id: "refresh-cases", label: "Document-Case Map" }
16377
16377
  ] },
16378
16378
  { id: "nshot", label: "N-Shot", children: [
16379
16379
  { id: "nshot-summary", label: "Summary" },
16380
- { id: "nshot-comparisons", label: "Comparisons" },
16381
- { id: "nshot-comparison", label: "Single Comparison" },
16382
- { id: "nshot-override", label: "Override" },
16380
+ { id: "nshot-list-shots", label: "Comparisons" },
16381
+ { id: "nshot-compare", label: "Single Comparison" },
16382
+ { id: "nshot-select", label: "Override" },
16383
16383
  { id: "nshot-judge-decision", label: "Judge Decision" }
16384
16384
  ] },
16385
16385
  { id: "schema-graph", label: "Schema Graph", children: [
@@ -16462,15 +16462,20 @@ var PLATFORM_NAV_SECTIONS = [
16462
16462
  { id: "field-registry", label: "Field Registry" },
16463
16463
  { id: "tier-system", label: "Tier System" },
16464
16464
  { id: "semantic-clusters", label: "Semantic Clusters" },
16465
+ { id: "field-resolution", label: "Field Resolution" },
16465
16466
  { id: "master-instructions", label: "Master Instructions" }
16466
16467
  ] },
16467
16468
  { id: "schemas-templates", label: "Schemas & Templates", children: [
16468
16469
  { id: "generated-schemas", label: "Generated Schemas" },
16469
16470
  { id: "user-templates", label: "User Templates" },
16471
+ { id: "schema-features", label: "Schema Features Reference" },
16470
16472
  { id: "field-matching", label: "Field Matching" },
16471
16473
  { id: "reference-tables", label: "Reference Tables" },
16472
16474
  { id: "versioning-drafts", label: "Versioning & Drafts" },
16473
- { id: "test-extraction", label: "Test Extraction" }
16475
+ { id: "test-extraction", label: "Test Extraction" },
16476
+ { id: "dialects", label: "Dialects" },
16477
+ { id: "bypass-strategies", label: "Bypass Strategies" },
16478
+ { id: "format-constraints", label: "Format Constraints" }
16474
16479
  ] },
16475
16480
  { id: "extraction-jobs", label: "Extraction Jobs", children: [
16476
16481
  { id: "creating-job", label: "Creating a Job" },
@@ -16489,17 +16494,33 @@ var PLATFORM_NAV_SECTIONS = [
16489
16494
  { id: "cases", label: "Cases" },
16490
16495
  { id: "document-graph", label: "Document Graph" }
16491
16496
  ] },
16497
+ { id: "batch-inference", label: "Batch Inference", children: [
16498
+ { id: "batch-overview", label: "Overview" },
16499
+ { id: "batch-processing", label: "Batch Processing Mode" },
16500
+ { id: "batch-monitoring", label: "Monitoring Batches" }
16501
+ ] },
16502
+ { id: "matching", label: "Smart Matching", children: [
16503
+ { id: "reference-data", label: "Reference Data" },
16504
+ { id: "matching-configs", label: "Matching Configurations" },
16505
+ { id: "matching-runs", label: "Running Matches" },
16506
+ { id: "matching-results", label: "Match Results" }
16507
+ ] },
16508
+ { id: "data-products", label: "Data Products", children: [
16509
+ { id: "dataset-templates", label: "Dataset Templates" },
16510
+ { id: "assemblies", label: "Assemblies" }
16511
+ ] },
16492
16512
  { id: "validation-quality", label: "Validation & Quality", children: [
16493
16513
  { id: "validation-checks", label: "Validation Checks" },
16494
16514
  { id: "ground-truth", label: "Golden Samples" },
16495
- { id: "approval-gates", label: "Approval Gates" }
16515
+ { id: "approval-gates", label: "Approval Gates" },
16516
+ { id: "approval-queue", label: "Approval Queue" }
16496
16517
  ] },
16497
16518
  { id: "delivery", label: "Outputs", children: [
16519
+ { id: "delivery-pipeline", label: "How Delivery Works" },
16498
16520
  { id: "destinations", label: "Destinations" },
16499
- { id: "field-mappings", label: "Field Mappings" },
16500
- { id: "export-triggers", label: "Triggers" },
16501
- { id: "delivery-configuration", label: "Delivery Configuration" },
16502
- { id: "telemetry", label: "Telemetry" }
16521
+ { id: "bindings", label: "Bindings" },
16522
+ { id: "signals-catalog", label: "Signals & Catalog" },
16523
+ { id: "delivery-history", label: "History & DLQ" }
16503
16524
  ] },
16504
16525
  { id: "workspace-settings", label: "Workspace Settings", children: [
16505
16526
  { id: "shared-dialects", label: "Shared Dialects" },
@@ -16517,7 +16538,7 @@ var PLATFORM_NAV_SECTIONS = [
16517
16538
  ] },
16518
16539
  { id: "team-admin", label: "Team & Admin", children: [
16519
16540
  { id: "team-management", label: "Team Management" },
16520
- { id: "credits", label: "Credits & Usage" },
16541
+ { id: "usage-registry", label: "Usage & Registry" },
16521
16542
  { id: "admin-panel", label: "Admin Panel" },
16522
16543
  { id: "shortcuts", label: "Keyboard Shortcuts" }
16523
16544
  ] }
@@ -16555,7 +16576,10 @@ var PLATFORM_SECTION_META = [
16555
16576
  { id: "structuring", title: "Structuring", description: "Vocabulary-driven structuring system with seven field strategies, four processing tiers, capture sub-moves, modifiers, constraints, and synthesize fallback." },
16556
16577
  { 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." },
16557
16578
  { id: "linking-cases", title: "Linking & Cases", description: "Document linking discovers relationships through shared entities. Related documents grouped into cases with evidence chains." },
16558
- { id: "validation-quality", title: "Validation & Quality", description: "Automated validation checks, golden sample benchmarking, and configurable approval gates for quality assurance." },
16579
+ { 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." },
16580
+ { 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." },
16581
+ { id: "data-products", title: "Data Products", description: "Dataset templates for reusable output specifications and assemblies for combining multi-source documents into structured datasets." },
16582
+ { id: "validation-quality", title: "Validation & Quality", description: "Automated validation checks, golden sample benchmarking, configurable approval gates, and a manual review queue for flagged results." },
16559
16583
  { 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." },
16560
16584
  { id: "workspace-settings", title: "Workspace Settings", description: "Shared dialects for output formatting, reference primitives for lookup tables, and change review governance for production workspaces." },
16561
16585
  { id: "search-filtering", title: "Search & Filtering", description: "Global omnisearch (Cmd+K) and advanced document filtering by extracted field values with saved presets." },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talonic/docs",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "Talonic documentation components — API Reference & Platform Guide",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
@@ -18,6 +18,11 @@
18
18
  "import": "./dist/seo.js",
19
19
  "default": "./dist/seo.js"
20
20
  },
21
+ "./content": {
22
+ "types": "./dist/content.d.ts",
23
+ "import": "./dist/content.js",
24
+ "default": "./dist/content.js"
25
+ },
21
26
  "./styles": "./dist/styles/void-docs.css",
22
27
  "./tailwind-preset": {
23
28
  "types": "./dist/tailwind-preset.d.ts",