chore: change 2.11.4 to 2.12.0 in TSDocs (#14174)
This commit is contained in:
@@ -5,7 +5,7 @@ import { StepResponse, createStep } from "@medusajs/framework/workflows-sdk"
|
||||
/**
|
||||
* This step lists order change actions filtered by action type.
|
||||
*
|
||||
* @since v2.11.4
|
||||
* @since v2.12.0
|
||||
*/
|
||||
export const listOrderChangeActionsByTypeStep = createStep(
|
||||
"list-order-change-actions-by-type",
|
||||
|
||||
@@ -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.11.4
|
||||
* @since v2.12.0
|
||||
*
|
||||
* @example
|
||||
* const { result } = await computeAdjustmentsForPreviewWorkflow(container)
|
||||
|
||||
@@ -44,7 +44,7 @@ export type OnCarryPromotionsFlagSetWorkflowInput = {
|
||||
*
|
||||
* :::
|
||||
*
|
||||
* @since v2.11.4
|
||||
* @since v2.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.11.4
|
||||
* @since v2.12.0
|
||||
*
|
||||
* @example
|
||||
* const { result } = await onCarryPromotionsFlagSet(container)
|
||||
|
||||
@@ -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.11.4
|
||||
* @since v2.12.0
|
||||
*
|
||||
* @example
|
||||
* const { result } = await updateOrderChangeWorkflow(container)
|
||||
|
||||
@@ -639,7 +639,7 @@ export class Order {
|
||||
* [Update Order Change](https://docs.medusajs.com/api/admin#order-changes_postorder-changesid)
|
||||
* API route.
|
||||
*
|
||||
* @since v2.11.4
|
||||
* @since v2.12.0
|
||||
*
|
||||
* @param id - The order change's ID.
|
||||
* @param body - The update details.
|
||||
|
||||
Reference in New Issue
Block a user