Skip to content

Commit b35ca82

Browse files
committed
Update API clients
1 parent 104869a commit b35ca82

File tree

4 files changed

+164
-159
lines changed

4 files changed

+164
-159
lines changed

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

Lines changed: 58 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,59 +1376,6 @@
13761376
}
13771377
}
13781378
},
1379-
"ClinVar": {
1380-
"type": "object",
1381-
"properties": {
1382-
"alleleId": {
1383-
"type": "integer",
1384-
"format": "int32",
1385-
"description": "allele_id"
1386-
},
1387-
"alt": {
1388-
"type": "string",
1389-
"description": "alt"
1390-
},
1391-
"chrom": {
1392-
"type": "string",
1393-
"description": "chrom"
1394-
},
1395-
"cytogenic": {
1396-
"type": "string",
1397-
"description": "cytogenic"
1398-
},
1399-
"gene": {
1400-
"description": "gene",
1401-
"$ref": "#/definitions/Gene"
1402-
},
1403-
"hg19": {
1404-
"description": "hg19",
1405-
"$ref": "#/definitions/Hg19"
1406-
},
1407-
"hg38": {
1408-
"description": "hg38",
1409-
"$ref": "#/definitions/Hg38"
1410-
},
1411-
"hgvs": {
1412-
"description": "hgvs",
1413-
"$ref": "#/definitions/Hgvs"
1414-
},
1415-
"license": {
1416-
"type": "string",
1417-
"description": "license"
1418-
},
1419-
"rcv": {
1420-
"type": "array",
1421-
"items": {
1422-
"$ref": "#/definitions/Rcv"
1423-
}
1424-
},
1425-
"variantId": {
1426-
"type": "integer",
1427-
"format": "int32",
1428-
"description": "variant_id"
1429-
}
1430-
}
1431-
},
14321379
"Clinvar": {
14331380
"type": "object",
14341381
"properties": {
@@ -2782,7 +2729,7 @@
27822729
"properties": {
27832730
"clinVar": {
27842731
"description": "clinvar",
2785-
"$ref": "#/definitions/ClinVar"
2732+
"$ref": "#/definitions/MyVariantInfoClinVar"
27862733
},
27872734
"cosmic": {
27882735
"description": "cosmic",
@@ -2840,6 +2787,59 @@
28402787
}
28412788
}
28422789
},
2790+
"MyVariantInfoClinVar": {
2791+
"type": "object",
2792+
"properties": {
2793+
"alleleId": {
2794+
"type": "integer",
2795+
"format": "int32",
2796+
"description": "allele_id"
2797+
},
2798+
"alt": {
2799+
"type": "string",
2800+
"description": "alt"
2801+
},
2802+
"chrom": {
2803+
"type": "string",
2804+
"description": "chrom"
2805+
},
2806+
"cytogenic": {
2807+
"type": "string",
2808+
"description": "cytogenic"
2809+
},
2810+
"gene": {
2811+
"description": "gene",
2812+
"$ref": "#/definitions/Gene"
2813+
},
2814+
"hg19": {
2815+
"description": "hg19",
2816+
"$ref": "#/definitions/Hg19"
2817+
},
2818+
"hg38": {
2819+
"description": "hg38",
2820+
"$ref": "#/definitions/Hg38"
2821+
},
2822+
"hgvs": {
2823+
"description": "hgvs",
2824+
"$ref": "#/definitions/Hgvs"
2825+
},
2826+
"license": {
2827+
"type": "string",
2828+
"description": "license"
2829+
},
2830+
"rcv": {
2831+
"type": "array",
2832+
"items": {
2833+
"$ref": "#/definitions/Rcv"
2834+
}
2835+
},
2836+
"variantId": {
2837+
"type": "integer",
2838+
"format": "int32",
2839+
"description": "variant_id"
2840+
}
2841+
}
2842+
},
28432843
"NucleotideContext": {
28442844
"type": "object",
28452845
"required": [
@@ -3624,7 +3624,7 @@
36243624
"description": "NCBI build number"
36253625
},
36263626
"clinvar": {
3627-
"description": "ClinVar",
3627+
"description": "MyVariantInfoClinVar",
36283628
"$ref": "#/definitions/ClinvarAnnotation"
36293629
},
36303630
"colocatedVariants": {
@@ -3638,6 +3638,9 @@
36383638
"format": "int32",
36393639
"description": "End position"
36403640
},
3641+
"errorMessage": {
3642+
"type": "string"
3643+
},
36413644
"genomicLocationExplanation": {
36423645
"type": "string"
36433646
},

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

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -84,30 +84,6 @@ export type Citations = {
8484

8585
'pmids': Array < string >
8686

87-
};
88-
export type ClinVar = {
89-
'alleleId': number
90-
91-
'alt': string
92-
93-
'chrom': string
94-
95-
'cytogenic': string
96-
97-
'gene': Gene
98-
99-
'hg19': Hg19
100-
101-
'hg38': Hg38
102-
103-
'hgvs': Hgvs
104-
105-
'license': string
106-
107-
'rcv': Array < Rcv >
108-
109-
'variantId': number
110-
11187
};
11288
export type Clinvar = {
11389
'alternateAllele': string
@@ -605,7 +581,7 @@ export type Mutdb = {
605581

606582
};
607583
export type MyVariantInfo = {
608-
'clinVar': ClinVar
584+
'clinVar': MyVariantInfoClinVar
609585

610586
'cosmic': Cosmic
611587

@@ -635,6 +611,30 @@ export type MyVariantInfoAnnotation = {
635611

636612
'license': string
637613

614+
};
615+
export type MyVariantInfoClinVar = {
616+
'alleleId': number
617+
618+
'alt': string
619+
620+
'chrom': string
621+
622+
'cytogenic': string
623+
624+
'gene': Gene
625+
626+
'hg19': Hg19
627+
628+
'hg38': Hg38
629+
630+
'hgvs': Hgvs
631+
632+
'license': string
633+
634+
'rcv': Array < Rcv >
635+
636+
'variantId': number
637+
638638
};
639639
export type NucleotideContext = {
640640
'hgvs': string
@@ -988,6 +988,8 @@ export type VariantAnnotation = {
988988

989989
'end': number
990990

991+
'errorMessage': string
992+
991993
'genomicLocationExplanation': string
992994

993995
'hgvsg': string

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

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,59 +1104,6 @@
11041104
}
11051105
}
11061106
},
1107-
"ClinVar": {
1108-
"type": "object",
1109-
"properties": {
1110-
"alleleId": {
1111-
"type": "integer",
1112-
"format": "int32",
1113-
"description": "allele_id"
1114-
},
1115-
"alt": {
1116-
"type": "string",
1117-
"description": "alt"
1118-
},
1119-
"chrom": {
1120-
"type": "string",
1121-
"description": "chrom"
1122-
},
1123-
"cytogenic": {
1124-
"type": "string",
1125-
"description": "cytogenic"
1126-
},
1127-
"gene": {
1128-
"description": "gene",
1129-
"$ref": "#/definitions/Gene"
1130-
},
1131-
"hg19": {
1132-
"description": "hg19",
1133-
"$ref": "#/definitions/Hg19"
1134-
},
1135-
"hg38": {
1136-
"description": "hg38",
1137-
"$ref": "#/definitions/Hg38"
1138-
},
1139-
"hgvs": {
1140-
"description": "hgvs",
1141-
"$ref": "#/definitions/Hgvs"
1142-
},
1143-
"license": {
1144-
"type": "string",
1145-
"description": "license"
1146-
},
1147-
"rcv": {
1148-
"type": "array",
1149-
"items": {
1150-
"$ref": "#/definitions/Rcv"
1151-
}
1152-
},
1153-
"variantId": {
1154-
"type": "integer",
1155-
"format": "int32",
1156-
"description": "variant_id"
1157-
}
1158-
}
1159-
},
11601107
"Cosmic": {
11611108
"type": "object",
11621109
"properties": {
@@ -1846,7 +1793,7 @@
18461793
"properties": {
18471794
"clinVar": {
18481795
"description": "clinvar",
1849-
"$ref": "#/definitions/ClinVar"
1796+
"$ref": "#/definitions/MyVariantInfoClinVar"
18501797
},
18511798
"cosmic": {
18521799
"description": "cosmic",
@@ -1893,6 +1840,59 @@
18931840
}
18941841
}
18951842
},
1843+
"MyVariantInfoClinVar": {
1844+
"type": "object",
1845+
"properties": {
1846+
"alleleId": {
1847+
"type": "integer",
1848+
"format": "int32",
1849+
"description": "allele_id"
1850+
},
1851+
"alt": {
1852+
"type": "string",
1853+
"description": "alt"
1854+
},
1855+
"chrom": {
1856+
"type": "string",
1857+
"description": "chrom"
1858+
},
1859+
"cytogenic": {
1860+
"type": "string",
1861+
"description": "cytogenic"
1862+
},
1863+
"gene": {
1864+
"description": "gene",
1865+
"$ref": "#/definitions/Gene"
1866+
},
1867+
"hg19": {
1868+
"description": "hg19",
1869+
"$ref": "#/definitions/Hg19"
1870+
},
1871+
"hg38": {
1872+
"description": "hg38",
1873+
"$ref": "#/definitions/Hg38"
1874+
},
1875+
"hgvs": {
1876+
"description": "hgvs",
1877+
"$ref": "#/definitions/Hgvs"
1878+
},
1879+
"license": {
1880+
"type": "string",
1881+
"description": "license"
1882+
},
1883+
"rcv": {
1884+
"type": "array",
1885+
"items": {
1886+
"$ref": "#/definitions/Rcv"
1887+
}
1888+
},
1889+
"variantId": {
1890+
"type": "integer",
1891+
"format": "int32",
1892+
"description": "variant_id"
1893+
}
1894+
}
1895+
},
18961896
"NucleotideContext": {
18971897
"type": "object",
18981898
"required": [

0 commit comments

Comments
 (0)