react-mutation-mapper 0.8.86 → 0.8.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +2 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/styles.css +3 -3
- package/package.json +6 -6
package/dist/index.es.js
CHANGED
|
@@ -505,6 +505,8 @@ function fetchVariantAnnotationsByMutation(mutations, fields, isoformOverrideSou
|
|
|
505
505
|
client.fetchVariantAnnotationByGenomicLocationPOST)) return [3 /*break*/, 2];
|
|
506
506
|
return [4 /*yield*/, client.fetchVariantAnnotationByGenomicLocationPOST({
|
|
507
507
|
genomicLocations: genomicLocations,
|
|
508
|
+
// this is a workaround to ignore the incorrect type definition generated by the swagger client generator
|
|
509
|
+
// "fields" is a list of predefined string values, but the type generator incorrectly defines it as a single value
|
|
508
510
|
fields: fields,
|
|
509
511
|
isoformOverrideSource: isoformOverrideSource,
|
|
510
512
|
})];
|