chore: use since instead of version tag in TSDocs (#13126)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user