Skip to content

Commit 29a5a89

Browse files
authored
Merge pull request #4962 from leexgh/gn-api-model-0812
Update Genome Nexus API client to include Alpha Missense
2 parents dcae06d + 797e4d9 commit 29a5a89

File tree

4 files changed

+66
-5
lines changed

4 files changed

+66
-5
lines changed

packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPI-docs.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,18 @@
13481348
}
13491349
}
13501350
},
1351+
"AlphaMissense": {
1352+
"type": "object",
1353+
"properties": {
1354+
"pathogenicity": {
1355+
"type": "string"
1356+
},
1357+
"score": {
1358+
"type": "number",
1359+
"format": "double"
1360+
}
1361+
}
1362+
},
13511363
"ArticleAbstract": {
13521364
"type": "object",
13531365
"properties": {
@@ -3309,6 +3321,9 @@
33093321
"transcript_id"
33103322
],
33113323
"properties": {
3324+
"alphaMissense": {
3325+
"$ref": "#/definitions/AlphaMissense"
3326+
},
33123327
"amino_acids": {
33133328
"type": "string",
33143329
"description": "Amino acids"
@@ -3413,6 +3428,9 @@
34133428
"transcriptId"
34143429
],
34153430
"properties": {
3431+
"alphaMissense": {
3432+
"$ref": "#/definitions/AlphaMissense"
3433+
},
34163434
"aminoAcidAlt": {
34173435
"type": "string",
34183436
"description": "Alt Amino Acid"
@@ -3725,6 +3743,9 @@
37253743
"variant"
37263744
],
37273745
"properties": {
3746+
"alphaMissense": {
3747+
"$ref": "#/definitions/AlphaMissense"
3748+
},
37283749
"assemblyName": {
37293750
"type": "string",
37303751
"description": "Assembly name"

packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPI.ts

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ export type AlleleNumber = {
7272
export type Alleles = {
7373
'allele': string
7474

75+
};
76+
export type AlphaMissense = {
77+
'pathogenicity': string
78+
79+
'score': number
80+
7581
};
7682
export type ArticleAbstract = {
7783
'abstract': string
@@ -840,7 +846,9 @@ export type StatsByTumorType = {
840846

841847
};
842848
export type TranscriptConsequence = {
843-
'amino_acids': string
849+
'alphaMissense': AlphaMissense
850+
851+
'amino_acids': string
844852

845853
'canonical': string
846854

@@ -886,7 +894,9 @@ export type TranscriptConsequence = {
886894

887895
};
888896
export type TranscriptConsequenceSummary = {
889-
'aminoAcidAlt': string
897+
'alphaMissense': AlphaMissense
898+
899+
'aminoAcidAlt': string
890900

891901
'aminoAcidRef': string
892902

@@ -1026,7 +1036,9 @@ export type VariantAnnotation = {
10261036

10271037
};
10281038
export type VariantAnnotationSummary = {
1029-
'assemblyName': string
1039+
'alphaMissense': AlphaMissense
1040+
1041+
'assemblyName': string
10301042

10311043
'canonicalTranscriptId': string
10321044

packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPIInternal-docs.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,18 @@
11041104
}
11051105
}
11061106
},
1107+
"AlphaMissense": {
1108+
"type": "object",
1109+
"properties": {
1110+
"pathogenicity": {
1111+
"type": "string"
1112+
},
1113+
"score": {
1114+
"type": "number",
1115+
"format": "double"
1116+
}
1117+
}
1118+
},
11071119
"Cosmic": {
11081120
"type": "object",
11091121
"properties": {
@@ -2211,6 +2223,9 @@
22112223
"transcriptId"
22122224
],
22132225
"properties": {
2226+
"alphaMissense": {
2227+
"$ref": "#/definitions/AlphaMissense"
2228+
},
22142229
"aminoAcidAlt": {
22152230
"type": "string",
22162231
"description": "Alt Amino Acid"
@@ -2306,6 +2321,9 @@
23062321
"variant"
23072322
],
23082323
"properties": {
2324+
"alphaMissense": {
2325+
"$ref": "#/definitions/AlphaMissense"
2326+
},
23092327
"assemblyName": {
23102328
"type": "string",
23112329
"description": "Assembly name"

packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPIInternal.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ export type AlleleNumber = {
7676
export type Alleles = {
7777
'allele': string
7878

79+
};
80+
export type AlphaMissense = {
81+
'pathogenicity': string
82+
83+
'score': number
84+
7985
};
8086
export type Cosmic = {
8187
'alt': string
@@ -542,7 +548,9 @@ export type StatsByTumorType = {
542548

543549
};
544550
export type TranscriptConsequenceSummary = {
545-
'aminoAcidAlt': string
551+
'alphaMissense': AlphaMissense
552+
553+
'aminoAcidAlt': string
546554

547555
'aminoAcidRef': string
548556

@@ -586,7 +594,9 @@ export type TranscriptConsequenceSummary = {
586594

587595
};
588596
export type VariantAnnotationSummary = {
589-
'assemblyName': string
597+
'alphaMissense': AlphaMissense
598+
599+
'assemblyName': string
590600

591601
'canonicalTranscriptId': string
592602

0 commit comments

Comments
 (0)