From ad71eef38cdf7d971f1aeeab4da6303abdd813d3 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 28 Aug 2025 20:58:01 +0300 Subject: [PATCH] chore: add since tag to shipping option type events (#13331) --- packages/core/utils/src/core-flows/events.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/core/utils/src/core-flows/events.ts b/packages/core/utils/src/core-flows/events.ts index 3f774fcf01..7f171b5b8c 100644 --- a/packages/core/utils/src/core-flows/events.ts +++ b/packages/core/utils/src/core-flows/events.ts @@ -823,6 +823,8 @@ export const ShippingOptionTypeWorkflowEvents = { /** * Emitted when shipping option types are updated. * + * @since 2.10.0 + * * @eventPayload * ```ts * [{ @@ -834,6 +836,8 @@ export const ShippingOptionTypeWorkflowEvents = { /** * Emitted when shipping option types are created. * + * @since 2.10.0 + * * @eventPayload * ```ts * [{ @@ -845,6 +849,8 @@ export const ShippingOptionTypeWorkflowEvents = { /** * Emitted when shipping option types are deleted. * + * @since 2.10.0 + * * @eventPayload * ```ts * [{