feat: Cover more tracking events.

This commit is contained in:
Ahmed Bouhuolia
2024-09-02 15:19:01 +02:00
parent 81c0761fbe
commit ddd17e74b5
8 changed files with 292 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ export class EditCustomer {
});
// Triggers `onCustomerEdited` event.
await this.eventPublisher.emitAsync(events.customers.onEdited, {
tenantId,
customerId,
customer,
trx,