chore(js-sdk,types,utils): updates to file TSDocs (#12426)

* chore(js-sdk,types,utils): updates to file TSDocs

* remove ignore tag for file provider

* update file service tsdocs
This commit is contained in:
Shahed Nasser
2025-05-09 14:34:31 +03:00
committed by GitHub
parent e09b2a4db5
commit 6032f3ec40
6 changed files with 87 additions and 8 deletions

View File

@@ -63,8 +63,15 @@ export class Product {
* the import is confirmed using the {@link confirmImport} method.
*
* This method sends a request to the
* [Create Product Import](https://docs.medusajs.com/api/admin#products_postproductsimport)
* [Create Product Import](https://docs.medusajs.com/api/admin#products_postproductsimports)
* API route.
*
* @version 2.8.0
* @ignore
* @privateRemarks
* The ignore tag to be removed once the feature is ready.
* Also, the version indicates the version where the method was added.
* Maybe we should change the version once the feature is ready.
*
* @param body - The import's details.
* @param query - Query parameters to pass to the request.