feat(medusa-js,medusa-react,medusa): Add missing Currency endpoints (#2185)

This commit is contained in:
Kasper Fabricius Kristensen
2022-09-12 19:28:43 +02:00
committed by GitHub
parent b6161d2404
commit 64949dc721
13 changed files with 233 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@medusajs/medusa": patch
"@medusajs/medusa-js": patch
"medusa-react": patch
---
Adds missing response types for currency endpoints and exports route. Adds currency endpoints to medusa-js and medusa-react.