"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ROOT_PATH = exports.COLLECTION_VIEW_PATH = exports.COLLECTION_OVERVIEW_PATH = exports.COLLECTION_INTEGRATE_PATH = exports.COLLECTION_EXPLORER_PATH = exports.COLLECTIONS_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 ROOT_PATH = '/'; exports.ROOT_PATH = ROOT_PATH; const COLLECTIONS_PATH = '/collections'; exports.COLLECTIONS_PATH = COLLECTIONS_PATH; const COLLECTION_VIEW_PATH = `${COLLECTIONS_PATH}/:name`; exports.COLLECTION_VIEW_PATH = COLLECTION_VIEW_PATH; const COLLECTION_OVERVIEW_PATH = `${COLLECTION_VIEW_PATH}/overview`; exports.COLLECTION_OVERVIEW_PATH = COLLECTION_OVERVIEW_PATH; const COLLECTION_INTEGRATE_PATH = `${COLLECTION_VIEW_PATH}/integrate`; exports.COLLECTION_INTEGRATE_PATH = COLLECTION_INTEGRATE_PATH; const COLLECTION_EXPLORER_PATH = `${COLLECTION_VIEW_PATH}/explorer`; exports.COLLECTION_EXPLORER_PATH = COLLECTION_EXPLORER_PATH;