diff --git a/pkg/fusionauth/Domain.go b/pkg/fusionauth/Domain.go index b011a1a..fedf8cd 100644 --- a/pkg/fusionauth/Domain.go +++ b/pkg/fusionauth/Domain.go @@ -8135,7 +8135,7 @@ func (b *WebhookCallResponse) SetStatus(status int) { type WebhookEventLog struct { Attempts []WebhookAttemptLog `json:"attempts,omitempty"` Data map[string]interface{} `json:"data,omitempty"` - Event map[string]interface{} `json:"event,omitempty"` + Event EventRequest `json:"event,omitempty"` EventResult WebhookEventResult `json:"eventResult,omitempty"` EventType EventType `json:"eventType,omitempty"` FailedAttempts int `json:"failedAttempts,omitempty"`