Add events type (#53)

This commit is contained in:
struga 2024-03-19 17:55:16 +07:00 committed by GitHub
parent aac6bc506e
commit ccbcf02a00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,2 @@
ALTER TYPE hook.eventtype ADD VALUE 'INVOICE_PAYMENT_USER_INTERACTION_CHANGE_REQUESTED';
ALTER TYPE hook.eventtype ADD VALUE 'INVOICE_PAYMENT_USER_INTERACTION_CHANGE_COMPLETED';