chore(core-flows): added workflow events (#8915)

* chore(core-flows): added workflow events

* remove from parallelize

* check array
This commit is contained in:
Carlos R. L. Rodrigues
2024-08-30 16:32:08 -03:00
committed by GitHub
parent c8f951dd89
commit 89c6ef8fc9
29 changed files with 407 additions and 100 deletions
+2 -1
View File
@@ -2,6 +2,7 @@ export * from "./api-key"
export * from "./auth"
export * from "./bundles"
export * from "./common"
export * from "./core-flows"
export * from "./dal"
export * from "./decorators"
export * from "./defaults"
@@ -18,6 +19,7 @@ export * from "./notification"
export * from "./orchestration"
export * from "./order"
export * from "./payment"
export * from "./pg"
export * from "./pricing"
export * from "./product"
export * from "./promotion"
@@ -26,6 +28,5 @@ export * from "./shipping"
export * from "./totals"
export * from "./totals/big-number"
export * from "./user"
export * from "./pg"
export const MedusaModuleType = Symbol.for("MedusaModule")