"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MANAGEMENT_API_KEYS = exports.FETCH_INDICES_PATH = exports.CREATE_API_KEY_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 MANAGEMENT_API_KEYS = '/app/management/security/api_keys'; // Server Routes exports.MANAGEMENT_API_KEYS = MANAGEMENT_API_KEYS; const CREATE_API_KEY_PATH = '/internal/security/api_key'; exports.CREATE_API_KEY_PATH = CREATE_API_KEY_PATH; const FETCH_INDICES_PATH = '/internal/serverless_search/indices'; exports.FETCH_INDICES_PATH = FETCH_INDICES_PATH;