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.
|
||||
*
|
||||
* @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
|
||||
* [{
|
||||
|
||||
Reference in New Issue
Block a user