fix(fulfillment): export schema types (#10700)
Export `ServiceZoneSchema` and `GeoZoneSchema` so that we can infer types correctly in references
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@medusajs/fulfillment": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix(fulfillment): export schema types
|
||||||
@@ -4,8 +4,8 @@ export { FulfillmentItem } from "./fulfillment-item"
|
|||||||
export { FulfillmentLabel } from "./fulfillment-label"
|
export { FulfillmentLabel } from "./fulfillment-label"
|
||||||
export { FulfillmentProvider } from "./fulfillment-provider"
|
export { FulfillmentProvider } from "./fulfillment-provider"
|
||||||
export { FulfillmentSet } from "./fulfillment-set"
|
export { FulfillmentSet } from "./fulfillment-set"
|
||||||
export { GeoZone } from "./geo-zone"
|
export { GeoZone, GeoZoneSchema } from "./geo-zone"
|
||||||
export { ServiceZone } from "./service-zone"
|
export { ServiceZone, ServiceZoneSchema } from "./service-zone"
|
||||||
export { ShippingOption } from "./shipping-option"
|
export { ShippingOption } from "./shipping-option"
|
||||||
export { ShippingOptionRule } from "./shipping-option-rule"
|
export { ShippingOptionRule } from "./shipping-option-rule"
|
||||||
export { ShippingOptionType } from "./shipping-option-type"
|
export { ShippingOptionType } from "./shipping-option-type"
|
||||||
|
|||||||
Reference in New Issue
Block a user