chore: Update modules deps (#9286)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { EventBusTypes } from "@medusajs/types"
|
||||
import { EventBusTypes } from "@medusajs/framework/types"
|
||||
|
||||
export function buildExpectedEventMessageShape(options: {
|
||||
eventName: string
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { CreateFulfillmentDTO } from "@medusajs/types"
|
||||
import { CreateFulfillmentDTO } from "@medusajs/framework/types"
|
||||
|
||||
export function generateCreateFulfillmentData(
|
||||
data: Partial<CreateFulfillmentDTO> & {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { generateCreateShippingOptionsData } from "./shipping-options"
|
||||
import { generateCreateFulfillmentData } from "./fulfillment"
|
||||
import { IFulfillmentModuleService } from "@medusajs/types"
|
||||
import { IFulfillmentModuleService } from "@medusajs/framework/types"
|
||||
|
||||
export * from "./shipping-options"
|
||||
export * from "./fulfillment"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { AbstractFulfillmentProviderService } from "@medusajs/utils"
|
||||
import { AbstractFulfillmentProviderService } from "@medusajs/framework/utils"
|
||||
|
||||
export class FulfillmentProviderServiceFixtures extends AbstractFulfillmentProviderService {
|
||||
static identifier = "fixtures-fulfillment-provider"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { CreateShippingOptionDTO } from "@medusajs/types"
|
||||
import { CreateShippingOptionDTO } from "@medusajs/framework/types"
|
||||
|
||||
export function generateCreateShippingOptionsData({
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user