ns8-switchboard-interfaces
Advanced tools
Comparing version 1.0.42 to 1.0.43
export * from './SwitchContext'; | ||
export * from './NamedOrderUpdate'; | ||
export * from './CreateOrderActionSwitch'; | ||
@@ -3,0 +4,0 @@ export * from './UninstallActionSwitch'; |
@@ -1,4 +0,4 @@ | ||
import { SwitchContext } from './SwitchContext'; | ||
import { SwitchContext, NamedOrderUpdate } from '.'; | ||
export interface UpdateOrderStatusActionSwitch { | ||
update(switchContext: SwitchContext): Promise<any>; | ||
update(switchContext: SwitchContext): Promise<NamedOrderUpdate>; | ||
} |
{ | ||
"name": "ns8-switchboard-interfaces", | ||
"version": "1.0.42", | ||
"version": "1.0.43", | ||
"description": "Contains switchboard interfaces", | ||
@@ -24,4 +24,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"ns8-protect-models": "^1.0.97" | ||
"ns8-protect-models": "^1.0.100" | ||
} | ||
} |
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
6704
38
94
Updatedns8-protect-models@^1.0.100