Skip to content

Commit

Permalink
Sync api-spec (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
vifer authored Feb 6, 2024
1 parent 05ecdae commit 4a90322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Entities/Event/EventTypeName.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
enum EventTypeName: string
{
case AddressCreated = 'address.created';
case AddressImported = 'address.imported';
case AddressUpdated = 'address.updated';
case AdjustmentCreated = 'adjustment.created';
case AdjustmentUpdated = 'adjustment.updated';
case BusinessCreated = 'business.created';
case BusinessImported = 'business.imported';
case BusinessUpdated = 'business.updated';
case CustomerCreated = 'customer.created';
case CustomerImported = 'customer.imported';
Expand Down

0 comments on commit 4a90322

Please sign in to comment.