From 179392e2ddcd5e70195dc815235c1e61ca15a7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Beregsz=C3=A1szi?= Date: Tue, 14 Jan 2025 10:08:39 +0100 Subject: [PATCH] [DEV-19095] Fix mistake in Newsrooms.UpdateRequest --- src/endpoints/Newsrooms/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/endpoints/Newsrooms/types.ts b/src/endpoints/Newsrooms/types.ts index 9652826d..14a46eb5 100644 --- a/src/endpoints/Newsrooms/types.ts +++ b/src/endpoints/Newsrooms/types.ts @@ -116,12 +116,12 @@ export interface UpdateRequest { * Available only when license has * "custom_privacy_policy_link" feature flag */ - custom_privacy_cookie_link?: string | null; + custom_cookie_policy_link?: string | null; /** * Available only when license has * "custom_privacy_policy_link" feature flag */ - custom_privacy_cookie_content?: string | null; + custom_cookie_policy_content?: string | null; /** * Available only when license has * "custom_data_request_link" feature flag