Skip to content

Commit

Permalink
feat(auditlog): add integration_type to options (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain authored Sep 3, 2023
1 parent b516554 commit 8ca6533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1752,6 +1752,7 @@ type AuditLogOptions struct {
ApplicationID string `json:"application_id"`
AutoModerationRuleName string `json:"auto_moderation_rule_name"`
AutoModerationRuleTriggerType string `json:"auto_moderation_rule_trigger_type"`
IntegrationType string `json:"integration_type"`
}

// AuditLogOptionsType of the AuditLogOption
Expand Down

0 comments on commit 8ca6533

Please sign in to comment.