feat(medusa): Convert IdempotencyKeyService to TypeScript (#1995)

* feat(medusa): Migrate the idempotency key service to ts + fix

* feat(medusa): Finalise idempotency migration

* Create late-owls-pump.md

* feat(medusa): Polish

* feat(medusa): Add case to the error handler

* feat(medusa): Add case to the error handler

Co-authored-by: olivermrbl <oliver@mrbltech.com>
This commit is contained in:
Adrien de Peretti
2022-08-09 08:08:07 +02:00
committed by GitHub
co-authored by olivermrbl
parent 4b663cca3a
commit aaebb38eae
11 changed files with 226 additions and 186 deletions
+1
View File
@@ -11,6 +11,7 @@ export const MedusaErrorTypes = {
NOT_FOUND: "not_found",
NOT_ALLOWED: "not_allowed",
UNEXPECTED_STATE: "unexpected_state",
CONFLICT: "conflict",
}
export const MedusaErrorCodes = {