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