@amalto/typings
Advanced tools
Comparing version 1.9.32 to 1.9.33
@@ -45,2 +45,3 @@ export interface RunningJob { | ||
COMPLETE: string; | ||
CANCELING: string; | ||
INERROR: string; | ||
@@ -47,0 +48,0 @@ RUNNING: string; |
@@ -5,2 +5,3 @@ "use strict"; | ||
COMPLETE: 'COMPLETE', | ||
CANCELING: 'CANCELING', | ||
INERROR: 'INERROR', | ||
@@ -7,0 +8,0 @@ RUNNING: 'RUNNING', |
@@ -47,2 +47,3 @@ export interface RunningJob { | ||
COMPLETE: 'COMPLETE', | ||
CANCELING: 'CANCELING', | ||
INERROR: 'INERROR', | ||
@@ -49,0 +50,0 @@ RUNNING: 'RUNNING', |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.9.32", | ||
"version": "1.9.33", | ||
"license": "MIT", | ||
@@ -46,3 +46,3 @@ "repository": { | ||
}, | ||
"gitHead": "fae110ad8d23d6b1d8fec380d839e0c879801801" | ||
"gitHead": "e1aa803881b342ca2bd234c95f445b39b237fdb9" | ||
} |
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
61167
1645