defender-autotask-utils
Advanced tools
Comparing version 1.39.0 to 1.40.0
export declare type SentinelConfirmation = number | 'safe' | 'finalized'; | ||
export interface PreviousAutotaskRunInfo { | ||
trigger: 'schedule' | 'webhook' | 'sentinel' | 'manual' | 'manual-api'; | ||
trigger: 'schedule' | 'webhook' | 'sentinel' | 'monitor-filter' | 'manual' | 'manual-api'; | ||
status: 'pending' | 'throttled' | 'error' | 'success'; | ||
@@ -5,0 +5,0 @@ createdAt: string; |
{ | ||
"name": "defender-autotask-utils", | ||
"version": "1.39.0", | ||
"version": "1.40.0", | ||
"description": "Utils library for writing Defender Autotasks", | ||
@@ -23,3 +23,3 @@ "main": "./lib/index.js", | ||
"license": "MIT", | ||
"gitHead": "0c5b30c308fb0d898654f5069ef06bf91ea5a9d2" | ||
"gitHead": "a94c80803241f95fbacab0c242e1e1879eeacf6a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
105042