Skip to content

chore(types): Update API Types#615

Open
galileo-automation wants to merge 1 commit into
mainfrom
chore/galileo-automation/update-api-types-2026-05-28
Open

chore(types): Update API Types#615
galileo-automation wants to merge 1 commit into
mainfrom
chore/galileo-automation/update-api-types-2026-05-28

Conversation

@galileo-automation

@galileo-automation galileo-automation commented May 28, 2026

Copy link
Copy Markdown
Contributor

User description

Fix any breaking changes if this pull request fails to deploy


Generated description

Below is a concise technical summary of the changes proposed in this PR:

graph LR
paths_("paths"):::modified
operations_("operations"):::modified
ComputeHealthScoreRequest_("ComputeHealthScoreRequest"):::added
HealthScoreResult_("HealthScoreResult"):::added
ScorerHealthScoresResponse_("ScorerHealthScoresResponse"):::added
WriteHealthScoreRequest_("WriteHealthScoreRequest"):::added
components_("components"):::modified
CustomIntegrationDefinition_("CustomIntegrationDefinition"):::added
paths_ -- "Added routing for new health-score, custom integration, and costs endpoints." --> operations_
operations_ -- "Now includes scoreable_node_types and mgt_overlay in request." --> ComputeHealthScoreRequest_
operations_ -- "Health score response exposes metrics, secondary stats, and row counts." --> HealthScoreResult_
operations_ -- "Scorer health scores response added for persisted version timeline." --> ScorerHealthScoresResponse_
operations_ -- "Write health score endpoint persists score and secondary stats." --> WriteHealthScoreRequest_
components_ -- "CustomIntegrationDefinition schema added, including decrypted sensitive fields and headers." --> CustomIntegrationDefinition_
operations_ -- "Custom integration definition endpoints now return CustomIntegrationDefinition." --> CustomIntegrationDefinition_
classDef added stroke:#15AA7A
classDef removed stroke:#CD5270
classDef modified stroke:#EDAC4C
linkStyle default stroke:#CBD5E1,font-size:13px
Loading

Update the generated paths, components, and operations schemas so clients see the latest scorer, health score, dataset metadata, and integration contracts emitted by the backend. Align the flow documentation for sequential dataset edits, metric metadata, and cost/ custom integration endpoints with the new API surfaces.

TopicDetails
Scorer health API Document new scorer health, metrics, and dataset edit APIs in api.types, new-api.types, and openapi.types so clients know about the health-score compute/write endpoints, ComputeHealthScoreRequest/HealthScoreResult models, metadata/metric alias updates, experiment grouping fields, and dataset edit behaviors like sequential rename/column removal.
Modified files (3)
  • src/types/api.types.ts
  • src/types/new-api.types.ts
  • src/types/openapi.types.ts
Latest Contributors(2)
UserCommitDate
ci@rungalileo.iochore(types): Update A...May 28, 2026
quinn-galileofeat: add metricAggreg...May 06, 2026
Integration schema Align integration and custom-integration contracts, cost summaries, and recommended-model surfaces by updating provider enums, integration action flags, new custom integration endpoints, and the /integrations/costs/summary//llm_integrations/recommended_models operations across the API types.
Modified files (3)
  • src/types/api.types.ts
  • src/types/new-api.types.ts
  • src/types/openapi.types.ts
Latest Contributors(2)
UserCommitDate
ci@rungalileo.iochore(types): Update A...May 28, 2026
quinn-galileofeat: add metricAggreg...May 06, 2026
Review this PR on Baz | Customize your next review

@galileo-automation galileo-automation added the dependencies Pull requests that update a dependency file label May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant