Skip to content

Commit

Permalink
feat: add pinned_alignment_config to SampleForReportResponse (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixAja authored Jun 10, 2024
1 parent f8353e7 commit 76d3ca6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions json-schemas/sampleForReportResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
},
"name": {
"type": "string"
},
"pinned_alignment_config": {
"type": "string"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions tests/__snapshots__/UnifiedSchema.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4492,6 +4492,7 @@ type query_SampleForReport_pipeline_runs_items {
type query_SampleForReport_project {
id: String
name: String
pinned_alignment_config: String
}
type query_SampleForReport_workflow_runs_items {
Expand Down

0 comments on commit 76d3ca6

Please sign in to comment.