@talonic/docs 0.20.32 → 0.21.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 +7549 -3699
- package/dist/index.js +42 -9
- package/dist/index.js.map +1 -1
- package/dist/seo.js +8201 -4907
- package/dist/tailwind-preset.d.cts +45 -0
- package/dist/tailwind-preset.d.ts +45 -0
- package/openapi.json +8160 -4900
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6766,14 +6766,18 @@ var API_NAV_SECTIONS = [
|
|
|
6766
6766
|
{ id: "documents", label: "Documents", children: [
|
|
6767
6767
|
{ id: "list-documents", label: "List Documents" },
|
|
6768
6768
|
{ id: "get-document", label: "Get Document" },
|
|
6769
|
+
{ id: "get-document-fields", label: "Get Document Fields" },
|
|
6770
|
+
{ id: "get-document-lineage", label: "Get Document Lineage" },
|
|
6769
6771
|
{ id: "delete-document", label: "Delete Document" },
|
|
6770
|
-
{ id: "convert-document", label: "Convert to Markdown" }
|
|
6772
|
+
{ id: "convert-document", label: "Convert to Markdown" },
|
|
6773
|
+
{ id: "inject-customer-metadata", label: "Inject Metadata" }
|
|
6771
6774
|
] },
|
|
6772
6775
|
{ id: "extractions", label: "Extractions", children: [
|
|
6773
6776
|
{ id: "list-extractions", label: "List Extractions" },
|
|
6774
6777
|
{ id: "get-extraction", label: "Get Extraction" },
|
|
6775
6778
|
{ id: "get-extraction-fields", label: "Get Extraction Data" },
|
|
6776
|
-
{ id: "get-extraction-markdown", label: "Correct Fields" }
|
|
6779
|
+
{ id: "get-extraction-markdown", label: "Correct Fields" },
|
|
6780
|
+
{ id: "correct-extraction", label: "Correct Extraction" }
|
|
6777
6781
|
] },
|
|
6778
6782
|
{ id: "schemas", label: "Schemas", children: [
|
|
6779
6783
|
{ id: "list-schemas", label: "List Schemas" },
|
|
@@ -6791,7 +6795,8 @@ var API_NAV_SECTIONS = [
|
|
|
6791
6795
|
{ id: "list-sources", label: "List Inputs" },
|
|
6792
6796
|
{ id: "create-source", label: "Create Input" },
|
|
6793
6797
|
{ id: "get-source", label: "Get / Update / Delete" },
|
|
6794
|
-
{ id: "update-source", label: "Source Documents" }
|
|
6798
|
+
{ id: "update-source", label: "Source Documents" },
|
|
6799
|
+
{ id: "ingest-source-document", label: "Ingest a Document" }
|
|
6795
6800
|
] },
|
|
6796
6801
|
{ id: "filter-search", label: "Filter & Search", children: [
|
|
6797
6802
|
{ id: "field-autocomplete", label: "Field Autocomplete" },
|
|
@@ -6801,7 +6806,8 @@ var API_NAV_SECTIONS = [
|
|
|
6801
6806
|
{ id: "omnisearch", label: "Saved Filters" },
|
|
6802
6807
|
{ id: "saved-filters", label: "Document Counts" },
|
|
6803
6808
|
{ id: "document-counts", label: "Materialize" },
|
|
6804
|
-
{ id: "materialized-index", label: "Materialized Index" }
|
|
6809
|
+
{ id: "materialized-index", label: "Materialized Index" },
|
|
6810
|
+
{ id: "search-endpoints", label: "Search Endpoints" }
|
|
6805
6811
|
] },
|
|
6806
6812
|
{ id: "webhooks", label: "Webhooks", children: [
|
|
6807
6813
|
{ id: "webhook-events", label: "Events" },
|
|
@@ -6810,7 +6816,8 @@ var API_NAV_SECTIONS = [
|
|
|
6810
6816
|
{ id: "webhook-retry", label: "Retry Policy" },
|
|
6811
6817
|
{ id: "list-webhook-configs", label: "List Configs" },
|
|
6812
6818
|
{ id: "create-webhook-config", label: "Create Config" },
|
|
6813
|
-
{ id: "manage-webhook-config", label: "Manage Config" }
|
|
6819
|
+
{ id: "manage-webhook-config", label: "Manage Config" },
|
|
6820
|
+
{ id: "webhook-reference-endpoints", label: "Reference Endpoints" }
|
|
6814
6821
|
] },
|
|
6815
6822
|
{ id: "resolutions", label: "Resolutions", children: [
|
|
6816
6823
|
{ id: "list-resolutions", label: "List Resolutions" },
|
|
@@ -6908,6 +6915,7 @@ var API_NAV_SECTIONS = [
|
|
|
6908
6915
|
{ id: "manage-delivery-binding", label: "Manage Binding" },
|
|
6909
6916
|
{ id: "delivery-history", label: "History" },
|
|
6910
6917
|
{ id: "delivery-dlq", label: "Dead Letter Queue" },
|
|
6918
|
+
{ id: "delivery-pending-events", label: "Pending & Events" },
|
|
6911
6919
|
{ id: "delivery-catalog", label: "Catalog" }
|
|
6912
6920
|
] },
|
|
6913
6921
|
{ id: "batches", label: "Batches", children: [
|
|
@@ -6920,6 +6928,7 @@ var API_NAV_SECTIONS = [
|
|
|
6920
6928
|
{ id: "list-cases", label: "List Cases" },
|
|
6921
6929
|
{ id: "get-case", label: "Get Case" },
|
|
6922
6930
|
{ id: "case-anomalies", label: "Anomalies" },
|
|
6931
|
+
{ id: "case-evidence", label: "Evidence" },
|
|
6923
6932
|
{ id: "case-operations", label: "Operations" },
|
|
6924
6933
|
{ id: "case-edges", label: "Edges" },
|
|
6925
6934
|
{ id: "case-documents", label: "Documents" },
|
|
@@ -6946,8 +6955,7 @@ var API_NAV_SECTIONS = [
|
|
|
6946
6955
|
{ id: "routing-rules", label: "Routing Rules", children: [
|
|
6947
6956
|
{ id: "list-routing-rules", label: "List Rules" },
|
|
6948
6957
|
{ id: "create-routing-rule", label: "Create Rule" },
|
|
6949
|
-
{ id: "manage-routing-rule", label: "Manage Rule" }
|
|
6950
|
-
{ id: "reorder-routing-rules", label: "Reorder" }
|
|
6958
|
+
{ id: "manage-routing-rule", label: "Manage Rule" }
|
|
6951
6959
|
] },
|
|
6952
6960
|
{ id: "reference-data", label: "Reference Data", children: [
|
|
6953
6961
|
{ id: "list-reference-data", label: "List & Create" },
|
|
@@ -6965,13 +6973,23 @@ var API_NAV_SECTIONS = [
|
|
|
6965
6973
|
{ id: "get-field", label: "Get Field" }
|
|
6966
6974
|
] },
|
|
6967
6975
|
{ id: "registry", label: "Registry", children: [
|
|
6968
|
-
{ id: "registry-query", label: "Query" }
|
|
6976
|
+
{ id: "registry-query", label: "Query" },
|
|
6977
|
+
{ id: "registry-health", label: "Health" }
|
|
6978
|
+
] },
|
|
6979
|
+
{ id: "customer-ontologies", label: "Customer Ontologies", children: [
|
|
6980
|
+
{ id: "customer-ontologies-overview", label: "Overview" },
|
|
6981
|
+
{ id: "import-customer-ontology", label: "Import" },
|
|
6982
|
+
{ id: "get-customer-ontology", label: "Get & Versions" },
|
|
6983
|
+
{ id: "publish-customer-ontology", label: "Update & Publish" },
|
|
6984
|
+
{ id: "customer-ontology-mappings", label: "Map to Talonic Types" }
|
|
6969
6985
|
] },
|
|
6970
6986
|
{ id: "data-products", label: "Data Products", children: [
|
|
6971
6987
|
{ id: "list-data-products", label: "List Data Products" },
|
|
6988
|
+
{ id: "create-data-product", label: "Create Data Product" },
|
|
6972
6989
|
{ id: "get-data-product", label: "Get Data Product" },
|
|
6973
6990
|
{ id: "delete-data-product", label: "Delete Data Product" },
|
|
6974
6991
|
{ id: "get-data-product-results", label: "Get Results" },
|
|
6992
|
+
{ id: "export-data-product", label: "Export Data Product" },
|
|
6975
6993
|
{ id: "data-product-share", label: "Data Product Share Link" }
|
|
6976
6994
|
] },
|
|
6977
6995
|
{ id: "data-policies", label: "Data Policies", children: [
|
|
@@ -6994,12 +7012,25 @@ var API_NAV_SECTIONS = [
|
|
|
6994
7012
|
{ id: "billing", label: "Billing", children: [
|
|
6995
7013
|
{ id: "billing-settings", label: "Settings" },
|
|
6996
7014
|
{ id: "billing-topup", label: "Auto Top-Up" },
|
|
7015
|
+
{ id: "billing-upgrade-link", label: "Upgrade Link" },
|
|
6997
7016
|
{ id: "cost-headers", label: "Cost Headers" }
|
|
6998
7017
|
] },
|
|
6999
7018
|
{ id: "usage", label: "Usage", children: [
|
|
7000
7019
|
{ id: "usage-overview", label: "Overview" },
|
|
7001
7020
|
{ id: "usage-credits", label: "Credit Usage" }
|
|
7002
7021
|
] },
|
|
7022
|
+
{ id: "account", label: "Account", children: [
|
|
7023
|
+
{ id: "get-account", label: "Account Snapshot" },
|
|
7024
|
+
{ id: "account-keys", label: "Manage API Keys" }
|
|
7025
|
+
] },
|
|
7026
|
+
{ id: "nodes", label: "Node Jobs", children: [
|
|
7027
|
+
{ id: "node-jobs", label: "Node Jobs" }
|
|
7028
|
+
] },
|
|
7029
|
+
{ id: "process", label: "Process", children: [
|
|
7030
|
+
{ id: "submit-process", label: "Submit for Processing" },
|
|
7031
|
+
{ id: "get-run", label: "Get Run" },
|
|
7032
|
+
{ id: "list-configs", label: "Processing Configs" }
|
|
7033
|
+
] },
|
|
7003
7034
|
{ id: "pricing", label: "Pricing", children: [
|
|
7004
7035
|
{ id: "pricing-overview", label: "Pricing Catalog" }
|
|
7005
7036
|
] },
|
|
@@ -7027,7 +7058,9 @@ var API_NAV_SECTIONS = [
|
|
|
7027
7058
|
{ id: "resolve-field-review", label: "Resolve Field Review" },
|
|
7028
7059
|
{ id: "bulk-resolve-field-reviews", label: "Bulk Resolve Field Reviews" },
|
|
7029
7060
|
{ id: "list-field-review-decisions", label: "Decision Log" },
|
|
7030
|
-
{ id: "export-field-review-decisions", label: "Export Decision Log" }
|
|
7061
|
+
{ id: "export-field-review-decisions", label: "Export Decision Log" },
|
|
7062
|
+
{ id: "field-review-triage", label: "Triage Breakdown" },
|
|
7063
|
+
{ id: "field-review-value-clusters", label: "Value Clusters" }
|
|
7031
7064
|
] },
|
|
7032
7065
|
{ id: "spec-config", label: "Spec Config", children: [
|
|
7033
7066
|
{ id: "get-spec-rail", label: "Get Rail" },
|