docs: update imports of middlewares and http types (#9440)
This commit is contained in:
@@ -180,7 +180,7 @@ export const restockModelHighlights = [
|
||||
import type {
|
||||
MedusaRequest,
|
||||
MedusaResponse,
|
||||
} from "@medusajs/medusa"
|
||||
} from "@medusajs/framework/http"
|
||||
import RestockNotificationModuleService
|
||||
from "../../../modules/restock-notification/service"
|
||||
|
||||
@@ -242,7 +242,7 @@ export const subscriberHighlights = [
|
||||
import type {
|
||||
SubscriberArgs,
|
||||
SubscriberConfig,
|
||||
} from "@medusajs/medusa"
|
||||
} from "@medusajs/framework"
|
||||
import {
|
||||
IInventoryService,
|
||||
INotificationModuleService,
|
||||
@@ -762,7 +762,7 @@ The `order.placed` event is currently not emitted.
|
||||
import type {
|
||||
SubscriberArgs,
|
||||
SubscriberConfig,
|
||||
} from "@medusajs/medusa"
|
||||
} from "@medusajs/framework"
|
||||
import {
|
||||
Modules,
|
||||
} from "@medusajs/framework/utils"
|
||||
@@ -876,7 +876,7 @@ export const newsletterHighlights = [
|
||||
import type {
|
||||
SubscriberArgs,
|
||||
SubscriberConfig,
|
||||
} from "@medusajs/medusa"
|
||||
} from "@medusajs/framework"
|
||||
import {
|
||||
Modules,
|
||||
} from "@medusajs/framework/utils"
|
||||
|
||||
Reference in New Issue
Block a user