feat(core-flows, utils): add OrderEdit events (#12320)

* feat(core-flows, utils): add OrderEdit events

* fix: typo
This commit is contained in:
Frane Polić
2025-04-30 17:44:39 +02:00
committed by GitHub
parent 90c61d1898
commit 8985998756
5 changed files with 79 additions and 15 deletions
@@ -31,6 +31,12 @@ export const OrderWorkflowEvents = {
TRANSFER_REQUESTED: "order.transfer_requested",
}
export const OrderEditWorkflowEvents = {
REQUESTED: "order-edit.requested",
CONFIRMED: "order-edit.confirmed",
CANCELED: "order-edit.canceled",
}
export const UserWorkflowEvents = {
CREATED: "user.created",
UPDATED: "user.updated",