chore(types): Update API Types#608
Open
galileo-automation wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 GET_integrations_custom_name_("GET /integrations/custom/{name}"):::added PUT_integrations_custom_name_("PUT /integrations/custom/{name}"):::added DELETE_integrations_custom_name_("DELETE /integrations/custom/{name}"):::added GET_projects_project_id_metrics_testing_run_id_health_score_("GET /projects/{project_id}/metrics-testing/{run_id}/health-score"):::added GET_integrations_costs_summary_("GET /integrations/costs/summary"):::added components_("components"):::modified paths_ -- "Wired new health-score and costs endpoints into operations mapping." --> operations_ paths_ -- "Added GET /integrations/custom/{name} routing to named custom operation." --> GET_integrations_custom_name_ paths_ -- "Added PUT /integrations/custom/{name} mapping for upsert operation." --> PUT_integrations_custom_name_ paths_ -- "Added DELETE /integrations/custom/{name} mapping for custom removal." --> DELETE_integrations_custom_name_ paths_ -- "Added health-score POST endpoint under metrics-testing run scope." --> GET_projects_project_id_metrics_testing_run_id_health_score_ paths_ -- "Added GET integration costs summary endpoint routing." --> GET_integrations_costs_summary_ GET_integrations_custom_name_ -- "GET custom integration now returns IntegrationDB schema." --> components_ PUT_integrations_custom_name_ -- "PUT custom integration sends CustomIntegrationCreate, returns IntegrationDB." --> components_ DELETE_integrations_custom_name_ -- "DELETE custom integration uses HTTPValidationError for 422 responses." --> components_ GET_projects_project_id_metrics_testing_run_id_health_score_ -- "Health-score endpoint uses ComputeHealthScoreRequest; returns HealthScoreResult." --> components_ GET_integrations_costs_summary_ -- "Costs summary returns IntegrationCostsResponse aggregating FeatureIntegrationCosts." --> components_ classDef added stroke:#15AA7A classDef removed stroke:#CD5270 classDef modified stroke:#EDAC4C linkStyle default stroke:#CBD5E1,font-size:13pxRefresh API type definitions to cover new named custom integration endpoints, integration cost summaries, and health-score computation flows while introducing richer metadata flags for metrics and controls. Align provider discriminators and dataset/experiment structures so generated clients correctly describe available properties and requests.
Modified files (3)
Latest Contributors(2)
Modified files (3)
Latest Contributors(2)