@al/aecoral
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -44,2 +44,14 @@ export interface AlCreateCorrelationRequestV2 { | ||
} | ||
export interface Stats { | ||
enabled: { | ||
true: number; | ||
false: number; | ||
}; | ||
output: { | ||
visibility: { | ||
notification: number; | ||
incident: number; | ||
}; | ||
}; | ||
} | ||
export interface AlCorrelationRulesResponseV2 { | ||
@@ -49,14 +61,3 @@ rules: AlCorrelationRuleV2[] | { | ||
}; | ||
stats?: { | ||
enabled: { | ||
true: number; | ||
false: number; | ||
}; | ||
output: { | ||
visibility: { | ||
notification: number; | ||
incident: number; | ||
}; | ||
}; | ||
}; | ||
stats?: Stats; | ||
} | ||
@@ -63,0 +64,0 @@ export interface AlIncidentSpecificationResponseV2 { |
{ | ||
"name": "@al/aecoral", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A client for interacting with the Alert Logic Analytics Engine Correlations Public API", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
673
40496