feat(medusa): Convert SwapService to TypeScript (#2000)

**What**
- refactor swap service to typescript
- reimplement legacy methods
- use enums instead of magic strings

RESOLVES CORE-396

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Frane Polić
2022-09-05 13:37:47 +00:00
committed by GitHub
co-authored by Oliver Windall Juhl
parent 546a963f7b
commit ba6416f095
14 changed files with 609 additions and 599 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
Convert SwapService to TypeScript