feat(medusa): List batch jobs + Introduce composable handler pattern (#1541)

This commit is contained in:
Adrien de Peretti
2022-05-20 10:22:42 +02:00
committed by GitHub
parent f0ecef6b9a
commit 4489b75f5a
15 changed files with 521 additions and 10 deletions
+11 -10
View File
@@ -1,11 +1,5 @@
export * from "./shipping-tax-rate"
export * from "./product-tax-rate"
export * from "./product-type-tax-rate"
export * from "./tax-rate"
export * from "./shipping-method-tax-line"
export * from "./line-item-tax-line"
export * from "./line-item-adjustment"
export * from "./address"
export * from "./batch-job"
export * from "./cart"
export * from "./claim-image"
export * from "./claim-item"
@@ -17,12 +11,12 @@ export * from "./custom-shipping-option"
export * from "./customer"
export * from "./customer-group"
export * from "./discount"
export * from "./discount-condition"
export * from "./discount-condition-customer-group"
export * from "./discount-condition-product"
export * from "./discount-condition-product-collection"
export * from "./discount-condition-product-tag"
export * from "./discount-condition-product-type"
export * from "./discount-condition-product"
export * from "./discount-condition"
export * from "./discount-rule"
export * from "./draft-order"
export * from "./fulfillment"
@@ -34,6 +28,8 @@ export * from "./idempotency-key"
export * from "./image"
export * from "./invite"
export * from "./line-item"
export * from "./line-item-adjustment"
export * from "./line-item-tax-line"
export * from "./money-amount"
export * from "./note"
export * from "./notification"
@@ -48,7 +44,9 @@ export * from "./product-collection"
export * from "./product-option"
export * from "./product-option-value"
export * from "./product-tag"
export * from "./product-tax-rate"
export * from "./product-type"
export * from "./product-type-tax-rate"
export * from "./product-variant"
export * from "./refund"
export * from "./region"
@@ -56,11 +54,14 @@ export * from "./return"
export * from "./return-item"
export * from "./return-reason"
export * from "./shipping-method"
export * from "./shipping-method-tax-line"
export * from "./shipping-option"
export * from "./shipping-option-requirement"
export * from "./shipping-profile"
export * from "./shipping-tax-rate"
export * from "./staged-job"
export * from "./store"
export * from "./swap"
export * from "./user"
export * from "./tax-provider"
export * from "./tax-rate"
export * from "./user"