UNPKG

@datadog/datadog-api-client

Version:
15 lines 903 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.COMMENT_ADDED = exports.CASE_REVIEW_APPROVED = exports.EVENT_CORRELATION_SIGNAL_CORRELATED = exports.ATTRIBUTE_VALUE_CHANGED = exports.STATUS_TRANSITIONED = exports.CASE_CREATED = void 0; exports.CASE_CREATED = "case_created"; exports.STATUS_TRANSITIONED = "status_transitioned"; exports.ATTRIBUTE_VALUE_CHANGED = "attribute_value_changed"; exports.EVENT_CORRELATION_SIGNAL_CORRELATED = "event_correlation_signal_correlated"; exports.CASE_REVIEW_APPROVED = "case_review_approved"; exports.COMMENT_ADDED = "comment_added"; //# sourceMappingURL=AutomationRuleTriggerType.js.map