@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
15 lines • 635 B
JavaScript
/**
* 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.ONE_FIVE = exports.ONE_FOUR = exports.ONE_THREE = exports.ONE_TWO = exports.ONE_ONE = exports.ONE_ZERO = void 0;
exports.ONE_ZERO = "1.0";
exports.ONE_ONE = "1.1";
exports.ONE_TWO = "1.2";
exports.ONE_THREE = "1.3";
exports.ONE_FOUR = "1.4";
exports.ONE_FIVE = "1.5";
//# sourceMappingURL=SpecVersion.js.map
;