Skip to content

Commit

Permalink
Update oncokb client after api change (#4865)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman authored Mar 4, 2024
1 parent bbbf795 commit 5206c1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1015,15 +1015,6 @@
},
"ncitCode": {
"type": "string"
},
"synonyms": {
"type": "array",
"items": {
"type": "string"
}
},
"uuid": {
"type": "string"
}
}
},
Expand Down
4 changes: 0 additions & 4 deletions packages/oncokb-ts-api-client/src/generated/OncoKbAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ export type Drug = {

'ncitCode': string

'synonyms': Array < string >

'uuid': string

};
export type AnnotateMutationByGenomicChangeQuery = {
'evidenceTypes': Array < "GENE_SUMMARY" | "MUTATION_SUMMARY" | "TUMOR_TYPE_SUMMARY" | "GENE_TUMOR_TYPE_SUMMARY" | "PROGNOSTIC_SUMMARY" | "DIAGNOSTIC_SUMMARY" | "GENE_BACKGROUND" | "ONCOGENIC" | "MUTATION_EFFECT" | "VUS" | "PROGNOSTIC_IMPLICATION" | "DIAGNOSTIC_IMPLICATION" | "STANDARD_THERAPEUTIC_IMPLICATIONS_FOR_DRUG_SENSITIVITY" | "STANDARD_THERAPEUTIC_IMPLICATIONS_FOR_DRUG_RESISTANCE" | "INVESTIGATIONAL_THERAPEUTIC_IMPLICATIONS_DRUG_SENSITIVITY" | "INVESTIGATIONAL_THERAPEUTIC_IMPLICATIONS_DRUG_RESISTANCE" >
Expand Down

0 comments on commit 5206c1a

Please sign in to comment.