Skip to content

Commit 9afb0ac

Browse files
authored
feat(tem): update Webhook event status (#1369)
1 parent a293ad3 commit 9afb0ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/clients/src/api/tem/v1alpha1/types.gen.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ export type ListWebhooksRequestOrderBy = 'created_at_desc' | 'created_at_asc'
6666

6767
export type WebhookEventStatus =
6868
| 'unknown_status'
69-
| 'waiting'
7069
| 'sending'
7170
| 'sent'
72-
| 'error'
71+
| 'failed'
7372

7473
export type WebhookEventType =
7574
| 'unknown_type'

0 commit comments

Comments
 (0)