chore: added since tag to new routes (#14322)
This commit is contained in:
@@ -5,6 +5,9 @@ import {
|
||||
} from "@medusajs/framework/http"
|
||||
import { HttpTypes } from "@medusajs/framework/types"
|
||||
|
||||
/**
|
||||
* @since 2.12.3
|
||||
*/
|
||||
export const POST = async (
|
||||
req: AuthenticatedMedusaRequest<{}, HttpTypes.AdminOrderFilters>,
|
||||
res: MedusaResponse<HttpTypes.AdminExportOrderResponse>
|
||||
|
||||
@@ -2,6 +2,9 @@ import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework"
|
||||
import { HttpTypes } from "@medusajs/types"
|
||||
import { ContainerRegistrationKeys } from "@medusajs/framework/utils"
|
||||
|
||||
/**
|
||||
* @since 2.12.3
|
||||
*/
|
||||
export const GET = async (
|
||||
req: AuthenticatedMedusaRequest<HttpTypes.AdminPriceListParams>,
|
||||
res: MedusaResponse<HttpTypes.AdminPriceListPriceListResponse>
|
||||
|
||||
Reference in New Issue
Block a user