Skip to content

Commit f4937f0

Browse files
committed
fix: update webhook events
1 parent 9833335 commit f4937f0

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/types/webhook.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
import { TriggeredBy } from './execution'
22

33
export 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

0 commit comments

Comments
 (0)