@sitecore/sc-contenthub-webclient-sdk
Version:
Sitecore Content Hub WebClient SDK.
14 lines • 595 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpMethod = void 0;
var HttpMethod;
(function (HttpMethod) {
HttpMethod[HttpMethod["DELETE"] = 0] = "DELETE";
HttpMethod[HttpMethod["GET"] = 1] = "GET";
HttpMethod[HttpMethod["HEAD"] = 2] = "HEAD";
HttpMethod[HttpMethod["OPTIONS"] = 3] = "OPTIONS";
HttpMethod[HttpMethod["PATCH"] = 4] = "PATCH";
HttpMethod[HttpMethod["POST"] = 5] = "POST";
HttpMethod[HttpMethod["PUT"] = 6] = "PUT";
})(HttpMethod || (exports.HttpMethod = HttpMethod = {}));
//# sourceMappingURL=http-method.js.map