@talonic/docs 0.8.0 → 0.8.2

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/index.d.ts CHANGED
@@ -1492,7 +1492,7 @@ declare const OPENAPI_SPEC: {
1492
1492
  };
1493
1493
  };
1494
1494
  };
1495
- '/v1/validation/golden-samples': {
1495
+ '/v1/validation/ground-truth': {
1496
1496
  get: {
1497
1497
  operationId: string;
1498
1498
  summary: string;
@@ -1504,7 +1504,7 @@ declare const OPENAPI_SPEC: {
1504
1504
  };
1505
1505
  };
1506
1506
  };
1507
- '/v1/validation/golden-samples/{id}': {
1507
+ '/v1/validation/ground-truth/{id}': {
1508
1508
  get: {
1509
1509
  operationId: string;
1510
1510
  summary: string;
package/dist/index.js CHANGED
@@ -533,7 +533,7 @@ var NAV_SECTIONS = [
533
533
  },
534
534
  {
535
535
  id: "sources",
536
- label: "Inputs",
536
+ label: "Sources",
537
537
  children: [
538
538
  { id: "list-sources", label: "List Inputs" },
539
539
  { id: "create-source", label: "Create Input" },
@@ -3679,7 +3679,7 @@ function PlatformGuide({ LinkComponent }) {
3679
3679
  /* @__PURE__ */ jsx6(MockNavItem, { label: "Dashboard" }),
3680
3680
  /* @__PURE__ */ jsx6(MockNavItem, { label: "Sources", active: true }),
3681
3681
  /* @__PURE__ */ jsx6(MockNavItem, { label: "Documents", indent: true }),
3682
- /* @__PURE__ */ jsx6(MockNavItem, { label: "Field Library", indent: true }),
3682
+ /* @__PURE__ */ jsx6(MockNavItem, { label: "Field Registry", indent: true }),
3683
3683
  /* @__PURE__ */ jsx6(MockNavItem, { label: "Structuring" }),
3684
3684
  /* @__PURE__ */ jsx6(MockNavItem, { label: "Schemas", indent: true }),
3685
3685
  /* @__PURE__ */ jsx6(MockNavItem, { label: "Cases", indent: true }),
@@ -3828,10 +3828,10 @@ function PlatformGuide({ LinkComponent }) {
3828
3828
  /* @__PURE__ */ jsx6(SubHeading, { id: "field-registry", children: "Field Registry" }),
3829
3829
  /* @__PURE__ */ jsxs6(P, { children: [
3830
3830
  "Navigate to ",
3831
- /* @__PURE__ */ jsx6("strong", { children: "Sources Inputs \u2192rarr; Field Library" }),
3831
+ /* @__PURE__ */ jsx6("strong", { children: "Sources \u2192 Field Registry" }),
3832
3832
  " to explore the registry. Every canonical field is displayed with its tier, data type, occurrence count, and document types."
3833
3833
  ] }),
3834
- /* @__PURE__ */ jsx6(UiExcerpt, { title: "Field Library \u2014 Registry Table", caption: "Fields are organized by tier with occurrence counts, data types, and master instruction status.", children: /* @__PURE__ */ jsx6("div", { className: "border border-void-border rounded-lg overflow-hidden", children: /* @__PURE__ */ jsxs6("table", { className: "w-full text-[12px]", children: [
3834
+ /* @__PURE__ */ jsx6(UiExcerpt, { title: "Field Registry \u2014 Registry Table", caption: "Fields are organized by tier with occurrence counts, data types, and master instruction status.", children: /* @__PURE__ */ jsx6("div", { className: "border border-void-border rounded-lg overflow-hidden", children: /* @__PURE__ */ jsxs6("table", { className: "w-full text-[12px]", children: [
3835
3835
  /* @__PURE__ */ jsx6("thead", { children: /* @__PURE__ */ jsxs6("tr", { className: "bg-void-surface-2/50 border-b border-void-border", children: [
3836
3836
  /* @__PURE__ */ jsx6("th", { className: "text-left px-3 py-2 text-[10px] text-void-text-muted font-medium uppercase tracking-wider", children: "Field Name" }),
3837
3837
  /* @__PURE__ */ jsx6("th", { className: "text-left px-3 py-2 text-[10px] text-void-text-muted font-medium uppercase tracking-wider", children: "Tier" }),
@@ -3886,7 +3886,7 @@ function PlatformGuide({ LinkComponent }) {
3886
3886
  /* @__PURE__ */ jsxs6(Callout, { children: [
3887
3887
  "Click ",
3888
3888
  /* @__PURE__ */ jsx6("strong", { children: '"Synthesize All"' }),
3889
- " in the Field Library to generate instructions for all qualifying fields. This runs the combined pipeline: embed \u2192 resolve \u2192 synthesize."
3889
+ " in the Field Registry to generate instructions for all qualifying fields. This runs the combined pipeline: embed \u2192 resolve \u2192 synthesize."
3890
3890
  ] }),
3891
3891
  /* @__PURE__ */ jsx6(SectionHeading, { id: "schemas-templates", children: "Schemas & Templates" }),
3892
3892
  /* @__PURE__ */ jsx6(P, { children: "Schemas define the structure of your output data. There are two types: AI-generated schemas created per document type, and user templates you define yourself." }),
@@ -4703,7 +4703,7 @@ var API_NAV_SECTIONS = [
4703
4703
  { id: "get-job", label: "Get Job" },
4704
4704
  { id: "cancel-job", label: "Cancel Job" }
4705
4705
  ] },
4706
- { id: "sources", label: "Inputs", children: [
4706
+ { id: "sources", label: "Sources", children: [
4707
4707
  { id: "list-sources", label: "List Inputs" },
4708
4708
  { id: "create-source", label: "Create Input" },
4709
4709
  { id: "manage-source", label: "Get / Update / Delete" },
@@ -4782,8 +4782,8 @@ var API_NAV_SECTIONS = [
4782
4782
  { id: "run-telemetry-summary", label: "Run Summary" }
4783
4783
  ] },
4784
4784
  { id: "validation", label: "Validation", children: [
4785
- { id: "list-golden-samples", label: "List Golden Samples" },
4786
- { id: "get-golden-sample", label: "Get / Delete Golden Sample" },
4785
+ { id: "list-ground-truth", label: "List Golden Samples" },
4786
+ { id: "get-ground-truth", label: "Get / Delete Golden Sample" },
4787
4787
  { id: "list-validation-runs", label: "List Validation Runs" },
4788
4788
  { id: "create-validation-run", label: "Create Validation Run" },
4789
4789
  { id: "get-validation-run", label: "Get / Delete Validation Run" },
@@ -4850,7 +4850,7 @@ var PLATFORM_NAV_SECTIONS = [
4850
4850
  ] },
4851
4851
  { id: "validation-quality", label: "Validation & Quality", children: [
4852
4852
  { id: "validation-checks", label: "Validation Checks" },
4853
- { id: "golden-samples", label: "Golden Samples" },
4853
+ { id: "ground-truth", label: "Golden Samples" },
4854
4854
  { id: "approval-gates", label: "Approval Gates" }
4855
4855
  ] },
4856
4856
  { id: "delivery", label: "Outputs", children: [
@@ -5158,12 +5158,12 @@ var OPENAPI_SPEC = {
5158
5158
  get: { operationId: "getTelemetryRunSummary", summary: "Get telemetry summary for a run", tags: ["Telemetry"], parameters: [{ name: "id", in: "path", required: true, schema: { type: "string" } }], responses: { "200": { description: "Run telemetry summary" } } }
5159
5159
  },
5160
5160
  // Validation
5161
- "/v1/validation/golden-samples": {
5162
- get: { operationId: "listGoldenSamples", summary: "List golden samples", tags: ["Validation"], responses: { "200": { description: "Paginated list of golden samples" } } }
5161
+ "/v1/validation/ground-truth": {
5162
+ get: { operationId: "listGroundTruths", summary: "List golden samples", tags: ["Validation"], responses: { "200": { description: "Paginated list of golden samples" } } }
5163
5163
  },
5164
- "/v1/validation/golden-samples/{id}": {
5165
- get: { operationId: "getGoldenSample", summary: "Get a golden sample", tags: ["Validation"], parameters: [{ name: "id", in: "path", required: true, schema: { type: "string" } }], responses: { "200": { description: "Golden sample detail" } } },
5166
- delete: { operationId: "deleteGoldenSample", summary: "Delete a golden sample", tags: ["Validation"], parameters: [{ name: "id", in: "path", required: true, schema: { type: "string" } }], responses: { "200": { description: "Golden sample deleted" } } }
5164
+ "/v1/validation/ground-truth/{id}": {
5165
+ get: { operationId: "getGroundTruth", summary: "Get a golden sample", tags: ["Validation"], parameters: [{ name: "id", in: "path", required: true, schema: { type: "string" } }], responses: { "200": { description: "Golden sample detail" } } },
5166
+ delete: { operationId: "deleteGroundTruth", summary: "Delete a golden sample", tags: ["Validation"], parameters: [{ name: "id", in: "path", required: true, schema: { type: "string" } }], responses: { "200": { description: "Golden sample deleted" } } }
5167
5167
  },
5168
5168
  "/v1/validation/runs": {
5169
5169
  get: { operationId: "listValidationRuns", summary: "List validation runs", tags: ["Validation"], responses: { "200": { description: "Paginated list of validation runs" } } },