UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

17 lines (16 loc) 777 B
/** * 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. */ import { UnparsedObject } from "../../datadog-api-client-common/util"; /** * The version of the CycloneDX specification a BOM conforms to. */ export declare type SpecVersion = typeof ONE_ZERO | typeof ONE_ONE | typeof ONE_TWO | typeof ONE_THREE | typeof ONE_FOUR | typeof ONE_FIVE | UnparsedObject; export declare const ONE_ZERO = "1.0"; export declare const ONE_ONE = "1.1"; export declare const ONE_TWO = "1.2"; export declare const ONE_THREE = "1.3"; export declare const ONE_FOUR = "1.4"; export declare const ONE_FIVE = "1.5";