"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PARAMS_KEYS_TO_SKIP = void 0; var _monitor_management = require("../../../common/constants/monitor_management"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const PARAMS_KEYS_TO_SKIP = ['secrets', 'fields', _monitor_management.ConfigKey.PARAMS, _monitor_management.ConfigKey.PROJECT_ID, _monitor_management.ConfigKey.JOURNEY_ID, _monitor_management.ConfigKey.CONFIG_HASH, _monitor_management.ConfigKey.MONITOR_QUERY_ID, _monitor_management.ConfigKey.LOCATIONS, _monitor_management.ConfigKey.TLS_VERSION, _monitor_management.ConfigKey.SOURCE_PROJECT_CONTENT, _monitor_management.ConfigKey.SOURCE_INLINE, _monitor_management.ConfigKey.RESPONSE_JSON_CHECK, _monitor_management.ConfigKey.CUSTOM_HEARTBEAT_ID]; exports.PARAMS_KEYS_TO_SKIP = PARAMS_KEYS_TO_SKIP;