"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpApiKeyAuthLocation = void 0; var HttpApiKeyAuthLocation; (function (HttpApiKeyAuthLocation) { HttpApiKeyAuthLocation["HEADER"] = "header"; HttpApiKeyAuthLocation["QUERY"] = "query"; })(HttpApiKeyAuthLocation = exports.HttpApiKeyAuthLocation || (exports.HttpApiKeyAuthLocation = {}));