chore: add since tag to shipping option type events (#13331)
This commit is contained in:
@@ -823,6 +823,8 @@ export const ShippingOptionTypeWorkflowEvents = {
|
|||||||
/**
|
/**
|
||||||
* Emitted when shipping option types are updated.
|
* Emitted when shipping option types are updated.
|
||||||
*
|
*
|
||||||
|
* @since 2.10.0
|
||||||
|
*
|
||||||
* @eventPayload
|
* @eventPayload
|
||||||
* ```ts
|
* ```ts
|
||||||
* [{
|
* [{
|
||||||
@@ -834,6 +836,8 @@ export const ShippingOptionTypeWorkflowEvents = {
|
|||||||
/**
|
/**
|
||||||
* Emitted when shipping option types are created.
|
* Emitted when shipping option types are created.
|
||||||
*
|
*
|
||||||
|
* @since 2.10.0
|
||||||
|
*
|
||||||
* @eventPayload
|
* @eventPayload
|
||||||
* ```ts
|
* ```ts
|
||||||
* [{
|
* [{
|
||||||
@@ -845,6 +849,8 @@ export const ShippingOptionTypeWorkflowEvents = {
|
|||||||
/**
|
/**
|
||||||
* Emitted when shipping option types are deleted.
|
* Emitted when shipping option types are deleted.
|
||||||
*
|
*
|
||||||
|
* @since 2.10.0
|
||||||
|
*
|
||||||
* @eventPayload
|
* @eventPayload
|
||||||
* ```ts
|
* ```ts
|
||||||
* [{
|
* [{
|
||||||
|
|||||||
Reference in New Issue
Block a user