Skip to content

Commit

Permalink
chore: add expired payload to authorized payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCharrier committed Nov 20, 2024
1 parent 260a244 commit f16448b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/models/actionEvent/actionEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ export type EventPayloads =
| z.infer<typeof EventMemberUnblockEmailPayload>
| z.infer<typeof EventOrganizationCreatedPayload>
| z.infer<typeof EventOrganizationUpdatedPayload>
| z.infer<typeof EventServiceAccountDeletedPayload>;
| z.infer<typeof EventServiceAccountDeletedPayload>
| z.infer<typeof EventMemberEmailExpiredPayload>;

export type EventAction = BaseActionEvent & EventPayloads;

Expand Down

0 comments on commit f16448b

Please sign in to comment.