@amalto/typings
Advanced tools
Comparing version 1.9.62 to 1.9.63
@@ -46,2 +46,3 @@ export interface RunningJob { | ||
COMPLETE: string; | ||
CANCELLED: string; | ||
CANCELING: string; | ||
@@ -48,0 +49,0 @@ INERROR: string; |
@@ -5,2 +5,3 @@ "use strict"; | ||
COMPLETE: 'COMPLETE', | ||
CANCELLED: 'CANCELLED', | ||
CANCELING: 'CANCELING', | ||
@@ -7,0 +8,0 @@ INERROR: 'INERROR', |
@@ -48,2 +48,3 @@ export interface RunningJob { | ||
COMPLETE: 'COMPLETE', | ||
CANCELLED: 'CANCELLED', | ||
CANCELING: 'CANCELING', | ||
@@ -50,0 +51,0 @@ INERROR: 'INERROR', |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.9.62", | ||
"version": "1.9.63", | ||
"license": "MIT", | ||
@@ -46,3 +46,3 @@ "repository": { | ||
}, | ||
"gitHead": "cd274467545b258da8df797569ac09147a040c50" | ||
"gitHead": "3245f08f7722c866a20237969d6f6a590aaef4f3" | ||
} |
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
64201
1786