diff --git a/types/auditLog/auditLogChange.ts b/types/auditLog/auditLogChange.ts index e48e1db9c..e3396931b 100644 --- a/types/auditLog/auditLogChange.ts +++ b/types/auditLog/auditLogChange.ts @@ -59,7 +59,8 @@ export type AuditLogChange = | "auto_archive_duration" | "default_auto_archive_duration" | "entity_type" - | "status"; + | "status" + | "communication_disabled_until"; } | { newValue: Partial[];