UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

17 lines 971 B
"use strict"; /** * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2020-Present Datadog, Inc. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.MULTIPART_FORM_DATA = exports.APPLICATION_OCTET_STREAM = exports.GRAPHQL = exports.APPLICATION_X_WWW_FORM_URLENCODED = exports.TEXT_HTML = exports.TEXT_XML = exports.APPLICATION_JSON = exports.TEXT_PLAIN = void 0; exports.TEXT_PLAIN = "text/plain"; exports.APPLICATION_JSON = "application/json"; exports.TEXT_XML = "text/xml"; exports.TEXT_HTML = "text/html"; exports.APPLICATION_X_WWW_FORM_URLENCODED = "application/x-www-form-urlencoded"; exports.GRAPHQL = "graphql"; exports.APPLICATION_OCTET_STREAM = "application/octet-stream"; exports.MULTIPART_FORM_DATA = "multipart/form-data"; //# sourceMappingURL=SyntheticsTestRequestBodyType.js.map