"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.X_ELASTIC_INTERNAL_ORIGIN_REQUEST = exports.ELASTIC_INTERNAL_ORIGIN_QUERY_PARAM = exports.ELASTIC_HTTP_VERSION_QUERY_PARAM = exports.ELASTIC_HTTP_VERSION_HEADER = 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 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ /** @public */ const ELASTIC_HTTP_VERSION_HEADER = 'elastic-api-version'; exports.ELASTIC_HTTP_VERSION_HEADER = ELASTIC_HTTP_VERSION_HEADER; const ELASTIC_HTTP_VERSION_QUERY_PARAM = 'apiVersion'; exports.ELASTIC_HTTP_VERSION_QUERY_PARAM = ELASTIC_HTTP_VERSION_QUERY_PARAM; const ELASTIC_INTERNAL_ORIGIN_QUERY_PARAM = 'elasticInternalOrigin'; exports.ELASTIC_INTERNAL_ORIGIN_QUERY_PARAM = ELASTIC_INTERNAL_ORIGIN_QUERY_PARAM; const X_ELASTIC_INTERNAL_ORIGIN_REQUEST = 'x-elastic-internal-origin'; exports.X_ELASTIC_INTERNAL_ORIGIN_REQUEST = X_ELASTIC_INTERNAL_ORIGIN_REQUEST;