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
+2 -2
View File
@@ -66,7 +66,7 @@ export class Product {
* [Create Product Import](https://docs.medusajs.com/api/admin#products_postproductsimports)
* API route.
*
* @version 2.8.5
* @since 2.8.5
*
* @param body - The import's details.
* @param query - Query parameters to pass to the request.
@@ -172,7 +172,7 @@ export class Product {
* [Confirm Product Import](https://docs.medusajs.com/api/admin#products_postproductsimporttransaction_idconfirm)
* API route.
*
* @version 2.8.5
* @since 2.8.5
*
* @param transactionId - The ID of the transaction of the created product import. This is returned
* by the API route used to create the product import.
@@ -21,7 +21,7 @@ export class TaxProvider {
* [List Tax Providers](https://docs.medusajs.com/api/admin#tax-providers_gettaxproviders)
* API route.
*
* @version 2.8.0
* @since 2.8.0
*
* @param query - Filters and pagination configurations.
* @param headers - Headers to pass in the request.
+1 -1
View File
@@ -67,7 +67,7 @@ export class TaxRegion {
* [Update Tax Region](https://docs.medusajs.com/api/admin#tax-regions_posttaxregionsid)
* API route.
*
* @version 2.8.0
* @since 2.8.0
*
* @param id - The ID of the tax region to update.
* @param body - The details of the tax region to update.