chore: update TSDocs for new release changes (#13317)

* chore: update TSDocs for new release changes

* remove .medusa directory
This commit is contained in:
Shahed Nasser
2025-08-28 11:51:24 +03:00
committed by GitHub
parent 6b04fbcc50
commit 1956456cd4
27 changed files with 252 additions and 25 deletions

View File

@@ -399,7 +399,7 @@ export class Promotion {
*
* @param ruleType - The type of rules to retrieve the attributes for. Can be `rules`, `buy-rules`, or `target-rules`.
* @param promotionType - The type of promotion to retrieve the attributes for. It can be `standard` or `buyget`.
* @param applicationMethodTargetType - The type of application method to retrieve the attributes for. It can be `order`, `items` or `shipping_methods`.
* @param applicationMethodTargetType - The type of application method to retrieve the attributes for. It can be `order`, `items` (default) or `shipping_methods`.
* @param headers - Headers to pass in the request.
* @returns The list of rule attributes.
*

View File

@@ -16,7 +16,7 @@ export class ShippingOptionType {
/**
* This method creates a shipping option type. It sends a request to the
* [Create Shipping Option Type](TODO HERE)
* [Create Shipping Option Type](https://docs.medusajs.com/api/admin#shipping-option-types_postshippingoptiontypes)
* API route.
*
* @param body - The shipping option type's details.
@@ -52,7 +52,7 @@ export class ShippingOptionType {
/**
* This method updates a shipping option type. It sends a request to the
* [Update Shipping Option Type](TODO HERE)
* [Update Shipping Option Type](https://docs.medusajs.com/api/admin#shipping-option-types_postshippingoptiontypesid)
* API route.
*
* @param id - The shipping option type's ID.
@@ -88,7 +88,7 @@ export class ShippingOptionType {
/**
* This method retrieves a paginated list of shipping option types. It sends a request to the
* [List Shipping Option Types](TODO HERE) API route.
* [List Shipping Option Types](https://docs.medusajs.com/api/admin#shipping-option-types_getshippingoptiontypes) API route.
*
* @param query - Filters and pagination configurations.
* @param headers - Headers to pass in the request.
@@ -147,7 +147,7 @@ export class ShippingOptionType {
/**
* This method retrieves a shipping option type by its ID. It sends a request to the
* [Get Shipping Option Type](TODO HERE)
* [Get Shipping Option Type](https://docs.medusajs.com/api/admin#shipping-option-types_getshippingoptiontypesid)
* API route.
*
* @param id - The shipping option type's ID.
@@ -194,7 +194,7 @@ export class ShippingOptionType {
/**
* This method deletes a shipping option type. It sends a request to the
* [Delete Shipping Option Type](TODO HERE)
* [Delete Shipping Option Type](https://docs.medusajs.com/api/admin#shipping-option-types_deleteshippingoptiontypesid)
* API route.
*
* @param id - The shipping option type's ID.