Change event path filter (#55)

This commit is contained in:
struga 2024-03-19 20:28:33 +07:00 committed by GitHub
parent 94992dbb2c
commit 4170e18a2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,8 +18,10 @@ public enum EventType {
INVOICE_PAYMENT_CASH_FLOW_CHANGED("invoice_payment_change.payload.invoice_payment_cash_flow_changed"),
INVOICE_PAYMENT_CASH_CHANGED("invoice_payment_change.payload.invoice_payment_cash_changed"),
INVOICE_PAYMENT_USER_INTERACTION_CHANGE_REQUESTED("invoice_payment_change.payload.user_interaction.status.requested"),
INVOICE_PAYMENT_USER_INTERACTION_CHANGE_COMPLETED("invoice_payment_change.payload.user_interaction.status.completed"),
INVOICE_PAYMENT_USER_INTERACTION_CHANGE_REQUESTED(
"invoice_payment_change.payload.invoice_payment_session_change.payload.session_interaction_changed.status.requested"),
INVOICE_PAYMENT_USER_INTERACTION_CHANGE_COMPLETED(
"invoice_payment_change.payload.invoice_payment_session_change.payload.session_interaction_changed.status.completed"),
CUSTOMER_CREATED("customer_created"),
CUSTOMER_DELETED("customer_deleted"),