"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "ELASTIC_HTTP_VERSION_HEADER", { enumerable: true, get: function () { return _constants.ELASTIC_HTTP_VERSION_HEADER; } }); Object.defineProperty(exports, "ELASTIC_HTTP_VERSION_QUERY_PARAM", { enumerable: true, get: function () { return _constants.ELASTIC_HTTP_VERSION_QUERY_PARAM; } }); Object.defineProperty(exports, "ELASTIC_INTERNAL_ORIGIN_QUERY_PARAM", { enumerable: true, get: function () { return _constants.ELASTIC_INTERNAL_ORIGIN_QUERY_PARAM; } }); Object.defineProperty(exports, "X_ELASTIC_INTERNAL_ORIGIN_REQUEST", { enumerable: true, get: function () { return _constants.X_ELASTIC_INTERNAL_ORIGIN_REQUEST; } }); var _constants = require("./src/constants");