@talonic/docs 0.17.1 → 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: [
@@ -16468,10 +16468,14 @@ var PLATFORM_NAV_SECTIONS = [
16468
16468
  { id: "schemas-templates", label: "Schemas & Templates", children: [
16469
16469
  { id: "generated-schemas", label: "Generated Schemas" },
16470
16470
  { id: "user-templates", label: "User Templates" },
16471
+ { id: "schema-features", label: "Schema Features Reference" },
16471
16472
  { id: "field-matching", label: "Field Matching" },
16472
16473
  { id: "reference-tables", label: "Reference Tables" },
16473
16474
  { id: "versioning-drafts", label: "Versioning & Drafts" },
16474
- { 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" }
16475
16479
  ] },
16476
16480
  { id: "extraction-jobs", label: "Extraction Jobs", children: [
16477
16481
  { id: "creating-job", label: "Creating a Job" },
@@ -16490,6 +16494,17 @@ var PLATFORM_NAV_SECTIONS = [
16490
16494
  { id: "cases", label: "Cases" },
16491
16495
  { id: "document-graph", label: "Document Graph" }
16492
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
+ ] },
16493
16508
  { id: "data-products", label: "Data Products", children: [
16494
16509
  { id: "dataset-templates", label: "Dataset Templates" },
16495
16510
  { id: "assemblies", label: "Assemblies" }
@@ -16501,11 +16516,11 @@ var PLATFORM_NAV_SECTIONS = [
16501
16516
  { id: "approval-queue", label: "Approval Queue" }
16502
16517
  ] },
16503
16518
  { id: "delivery", label: "Outputs", children: [
16519
+ { id: "delivery-pipeline", label: "How Delivery Works" },
16504
16520
  { id: "destinations", label: "Destinations" },
16505
- { id: "field-mappings", label: "Field Mappings" },
16506
- { id: "export-triggers", label: "Triggers" },
16507
- { id: "delivery-configuration", label: "Delivery Configuration" },
16508
- { id: "telemetry", label: "Telemetry" }
16521
+ { id: "bindings", label: "Bindings" },
16522
+ { id: "signals-catalog", label: "Signals & Catalog" },
16523
+ { id: "delivery-history", label: "History & DLQ" }
16509
16524
  ] },
16510
16525
  { id: "workspace-settings", label: "Workspace Settings", children: [
16511
16526
  { id: "shared-dialects", label: "Shared Dialects" },
@@ -16523,7 +16538,7 @@ var PLATFORM_NAV_SECTIONS = [
16523
16538
  ] },
16524
16539
  { id: "team-admin", label: "Team & Admin", children: [
16525
16540
  { id: "team-management", label: "Team Management" },
16526
- { id: "credits", label: "Credits & Usage" },
16541
+ { id: "usage-registry", label: "Usage & Registry" },
16527
16542
  { id: "admin-panel", label: "Admin Panel" },
16528
16543
  { id: "shortcuts", label: "Keyboard Shortcuts" }
16529
16544
  ] }
@@ -16561,6 +16576,8 @@ var PLATFORM_SECTION_META = [
16561
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." },
16562
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." },
16563
16578
  { id: "linking-cases", title: "Linking & Cases", description: "Document linking discovers relationships through shared entities. Related documents grouped into cases with evidence chains." },
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." },
16564
16581
  { id: "data-products", title: "Data Products", description: "Dataset templates for reusable output specifications and assemblies for combining multi-source documents into structured datasets." },
16565
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." },
16566
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." },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talonic/docs",
3
- "version": "0.17.1",
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",