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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user