File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { TriggeredBy } from './execution'
22
33export const WEBHOOK_EVENTS = [
4- 'all' ,
54 'item/created' ,
65 'item/updated' ,
76 'item/error' ,
87 'item/deleted' ,
98 'item/waiting_user_input' ,
9+ 'item/waiting_user_action' ,
1010 'item/login_succeeded' ,
1111 'connector/status_updated' ,
12+ 'transactions/created' ,
1213 'transactions/updated' ,
1314 'transactions/deleted' ,
14- 'connector/status_updated' ,
1515 'payment_intent/created' ,
1616 'payment_intent/completed' ,
1717 'payment_intent/waiting_payer_authorization' ,
@@ -20,8 +20,12 @@ export const WEBHOOK_EVENTS = [
2020 'scheduled_payment/completed' ,
2121 'scheduled_payment/error' ,
2222 'scheduled_payment/canceled' ,
23+ 'scheduled_payment/all_completed' ,
24+ 'scheduled_payment/all_created' ,
2325 'payment_refund/completed' ,
24- 'payment_refund/error'
26+ 'payment_refund/error' ,
27+ 'boleto/updated' ,
28+ 'all' ,
2529] as const
2630/**
2731 * @typedef WebhookEvent
You can’t perform that action at this time.
0 commit comments