From 3c272e8c8b72a186bd5e2a1599cfe7cab2ace863 Mon Sep 17 00:00:00 2001 From: LTS20050703 <87189679+lts20050703@users.noreply.github.com> Date: Sun, 13 Feb 2022 21:12:31 +0700 Subject: [PATCH] Add missing communication_disabled_until audit log change key (#2044) * Add missing communication_disabled_until audit log change key * oops it's not camelCase it's snake_case --- types/auditLog/auditLogChange.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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[];