"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_ALERT_SEARCH_SIZE = exports.BASE_RAC_ALERTS_API_PATH = void 0; /* * 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 BASE_RAC_ALERTS_API_PATH = '/internal/rac/alerts'; exports.BASE_RAC_ALERTS_API_PATH = BASE_RAC_ALERTS_API_PATH; const MAX_ALERT_SEARCH_SIZE = 1000; exports.MAX_ALERT_SEARCH_SIZE = MAX_ALERT_SEARCH_SIZE;