chore: use since instead of version tag in TSDocs (#13126)

This commit is contained in:
Shahed Nasser
2025-08-01 17:52:52 +03:00
committed by GitHub
parent f9ca2691be
commit 57ad8fc755
19 changed files with 29 additions and 29 deletions
@@ -57,7 +57,7 @@ export const POST = async (
}
/**
* @version 2.8.4
* @since 2.8.4
*/
export const DELETE = async (
req: AuthenticatedMedusaRequest,
@@ -12,7 +12,7 @@ import { Modules, TransactionHandlerType } from "@medusajs/framework/utils"
import { StepResponse } from "@medusajs/framework/workflows-sdk"
/**
* @version 2.8.5
* @since 2.8.5
*/
export const POST = async (
req: AuthenticatedMedusaRequest,
@@ -7,7 +7,7 @@ import type { AdminImportProductsType } from "../validators"
import { importProductsAsChunksWorkflow } from "@medusajs/core-flows"
/**
* @version 2.8.5
* @since 2.8.5
*/
export const POST = async (
req: AuthenticatedMedusaRequest<AdminImportProductsType>,
@@ -7,7 +7,7 @@ import {
import { HttpTypes } from "@medusajs/framework/types"
/**
* @version 2.8.0
* @since 2.8.0
*/
export const GET = async (
req: AuthenticatedMedusaRequest<HttpTypes.AdminGetTaxProvidersParams>,