chore: fixes to TSDocs (#14186)

* chore: fixes to TSDocs

* update comments for auth provider
This commit is contained in:
Shahed Nasser
2025-12-02 11:57:04 +02:00
committed by GitHub
parent 9372a17d1f
commit 92769b2b1c
10 changed files with 49 additions and 30 deletions

View File

@@ -5,7 +5,7 @@ import { StepResponse, createStep } from "@medusajs/framework/workflows-sdk"
/**
* This step lists order change actions filtered by action type.
*
* @since v2.12.0
* @since 2.12.0
*/
export const listOrderChangeActionsByTypeStep = createStep(
"list-order-change-actions-by-type",

View File

@@ -53,7 +53,7 @@ export const computeAdjustmentsForPreviewWorkflowId =
* You can use this workflow within your customizations or your own custom workflows, allowing you to compute adjustments
* in your custom flows.
*
* @since v2.12.0
* @since 2.12.0
*
* @example
* const { result } = await computeAdjustmentsForPreviewWorkflow(container)

View File

@@ -44,7 +44,7 @@ export type OnCarryPromotionsFlagSetWorkflowInput = {
*
* :::
*
* @since v2.12.0
* @since 2.12.0
*
* @example
* const data = validateCarryPromotionsFlagStep({
@@ -150,7 +150,7 @@ export const onCarryPromotionsFlagSetId = "on-carry-promotions-flag-set"
* You can use this workflow within your customizations or your own custom workflows, allowing you to
* set the carry over promotions flag for an order change in your custom flows.
*
* @since v2.12.0
* @since 2.12.0
*
* @example
* const { result } = await onCarryPromotionsFlagSet(container)

View File

@@ -19,7 +19,7 @@ export const updateOrderChangeWorkflowId = "update-order-change-workflow"
* You can use this workflow within your customizations or your own custom workflows, allowing you to wrap custom logic around
* updating an order change and conditionally handling promotion carry-over.
*
* @since v2.12.0
* @since 2.12.0
*
* @example
* const { result } = await updateOrderChangeWorkflow(container)