UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

24 lines 1.29 kB
"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.IS_UNDEFINED = exports.DOES_NOT_EXIST = exports.IS_IN_LESS_DAYS_THAN = exports.IS_IN_MORE_DAYS_THAN = exports.VALIDATES = exports.DOES_NOT_MATCH = exports.MATCHES = exports.MORE_THAN_OR_EQUAL = exports.MORE_THAN = exports.LESS_THAN_OR_EQUAL = exports.LESS_THAN = exports.IS_NOT = exports.IS = exports.DOES_NOT_CONTAIN = exports.CONTAINS = void 0; exports.CONTAINS = "contains"; exports.DOES_NOT_CONTAIN = "doesNotContain"; exports.IS = "is"; exports.IS_NOT = "isNot"; exports.LESS_THAN = "lessThan"; exports.LESS_THAN_OR_EQUAL = "lessThanOrEqual"; exports.MORE_THAN = "moreThan"; exports.MORE_THAN_OR_EQUAL = "moreThanOrEqual"; exports.MATCHES = "matches"; exports.DOES_NOT_MATCH = "doesNotMatch"; exports.VALIDATES = "validates"; exports.IS_IN_MORE_DAYS_THAN = "isInMoreThan"; exports.IS_IN_LESS_DAYS_THAN = "isInLessThan"; exports.DOES_NOT_EXIST = "doesNotExist"; exports.IS_UNDEFINED = "isUndefined"; //# sourceMappingURL=SyntheticsAssertionOperator.js.map