@talonic/docs 0.16.0 → 0.17.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
@@ -16388,49 +16388,44 @@ var API_NAV_SECTIONS = [
16388
16388
  { id: "list-class-versions", label: "List Versions" },
16389
16389
  { id: "get-class-version", label: "Get Version" },
16390
16390
  { id: "list-schema-graph-diffs", label: "List Diffs" },
16391
- { id: "approve-schema-graph-diff", label: "Approve Diff" },
16392
- { id: "reject-schema-graph-diff", label: "Reject Diff" },
16391
+ { id: "approve-diff", label: "Approve Diff" },
16392
+ { id: "reject-diff", label: "Reject Diff" },
16393
16393
  { id: "list-schema-graph-edges", label: "Edges" },
16394
16394
  { id: "list-schema-graph-aliases", label: "Aliases" },
16395
16395
  { id: "visualize-schema-graph", label: "Visualize" }
16396
16396
  ] },
16397
16397
  { id: "structuring", label: "Structuring", children: [
16398
- { id: "structuring-checks", label: "Checks" },
16399
16398
  { id: "list-structuring-checks", label: "List Checks" },
16400
16399
  { id: "create-structuring-check", label: "Create Check" },
16401
- { id: "get-structuring-check", label: "Get Check" },
16402
- { id: "update-structuring-check", label: "Update Check" },
16403
- { id: "delete-structuring-check", label: "Delete Check" },
16404
- { id: "structuring-gates", label: "Approval Gates" },
16400
+ { id: "get-structuring-check", label: "Get / Update / Delete Check" },
16405
16401
  { id: "list-structuring-gates", label: "List Gates" },
16406
16402
  { id: "create-structuring-gate", label: "Create Gate" },
16407
- { id: "get-structuring-gate", label: "Get Gate" },
16408
- { id: "update-structuring-gate", label: "Update Gate" },
16409
- { id: "delete-structuring-gate", label: "Delete Gate" }
16403
+ { id: "get-structuring-gate", label: "Get / Update / Delete Gate" },
16404
+ { id: "gate-rules", label: "Gate Rules" },
16405
+ { id: "result-checks", label: "Result Checks" },
16406
+ { id: "pending-approvals", label: "Pending Approvals" },
16407
+ { id: "approve-reject-result", label: "Approve / Reject Result" },
16408
+ { id: "trigger-delivery", label: "Trigger Delivery" }
16410
16409
  ] },
16411
16410
  { id: "telemetry", label: "Telemetry", children: [
16412
- { id: "telemetry-schema-summary", label: "Schema Summary" },
16413
- { id: "telemetry-schema-trend", label: "Schema Trend" },
16414
- { id: "telemetry-schema-fields", label: "Schema Fields" },
16415
- { id: "telemetry-run-summary", label: "Run Summary" }
16411
+ { id: "schema-telemetry-summary", label: "Schema Summary" },
16412
+ { id: "schema-telemetry-trend", label: "Schema Trend" },
16413
+ { id: "schema-telemetry-fields", label: "Schema Fields" },
16414
+ { id: "run-telemetry-summary", label: "Run Summary" }
16416
16415
  ] },
16417
16416
  { id: "validation", label: "Validation", children: [
16418
- { id: "golden-samples", label: "Golden Samples" },
16419
- { id: "list-golden-samples", label: "List Golden Samples" },
16420
- { id: "get-golden-sample", label: "Get Golden Sample" },
16421
- { id: "delete-golden-sample", label: "Delete Golden Sample" },
16422
- { id: "validation-runs", label: "Validation Runs" },
16423
- { id: "list-validation-runs", label: "List Runs" },
16424
- { id: "create-validation-run", label: "Create Run" },
16425
- { id: "get-validation-run", label: "Get Run" },
16426
- { id: "get-validation-results", label: "Results" },
16427
- { id: "delete-validation-run", label: "Delete Run" }
16417
+ { id: "list-ground-truth", label: "List Ground-Truth Datasets" },
16418
+ { id: "get-ground-truth", label: "Get / Delete Ground-Truth Dataset" },
16419
+ { id: "list-validation-runs", label: "List Validation Runs" },
16420
+ { id: "create-validation-run", label: "Create Validation Run" },
16421
+ { id: "get-validation-run", label: "Get / Delete Validation Run" },
16422
+ { id: "get-validation-results", label: "Validation Results" }
16428
16423
  ] },
16429
16424
  { id: "credits", label: "Credits", children: [
16430
16425
  { id: "credits-balance", label: "Balance" },
16431
16426
  { id: "credits-history", label: "History" },
16432
- { id: "credits-usage-summary", label: "Usage Summary" },
16433
- { id: "credits-daily-usage", label: "Daily Usage" },
16427
+ { id: "credits-usage", label: "Usage Summary" },
16428
+ { id: "credits-usage-daily", label: "Daily Usage" },
16434
16429
  { id: "credits-usage-log", label: "Usage Log" }
16435
16430
  ] },
16436
16431
  { id: "agent", label: "Agent", children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talonic/docs",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "Talonic documentation components — API Reference & Platform Guide",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,