"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.syntheticsParamSavedObjectType = exports.SYNTHETICS_SECRET_ENCRYPTED_TYPE = void 0; var _saved_objects = require("../../common/types/saved_objects"); /* * 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 SYNTHETICS_SECRET_ENCRYPTED_TYPE = { type: _saved_objects.syntheticsParamType, attributesToEncrypt: new Set(['value']) }; exports.SYNTHETICS_SECRET_ENCRYPTED_TYPE = SYNTHETICS_SECRET_ENCRYPTED_TYPE; const syntheticsParamSavedObjectType = { name: _saved_objects.syntheticsParamType, hidden: false, namespaceType: 'multiple', mappings: { dynamic: false, properties: {} }, management: { importableAndExportable: false, icon: 'uptimeApp' } }; exports.syntheticsParamSavedObjectType = syntheticsParamSavedObjectType;