@ns8/ns8-switchboard-operator
Advanced tools
Comparing version
@@ -5,1 +5,2 @@ export * from './UninstallOperator'; | ||
export * from './InstallOperator'; | ||
export * from './UpdateOrderStatusOperator'; |
@@ -10,2 +10,3 @@ "use strict"; | ||
__export(require("./InstallOperator")); | ||
__export(require("./UpdateOrderStatusOperator")); | ||
//# sourceMappingURL=index.js.map |
@@ -13,2 +13,3 @@ /// <reference types="node" /> | ||
uninstall(uninstall: any): Promise<any>; | ||
updateOrderStatus(update: any): Promise<any>; | ||
} |
@@ -35,2 +35,5 @@ "use strict"; | ||
} | ||
async updateOrderStatus(update) { | ||
return { update }; | ||
} | ||
} | ||
@@ -37,0 +40,0 @@ V2Client.MAX_SUCCESS_CODE = 399; |
{ | ||
"name": "@ns8/ns8-switchboard-operator", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "Operator project contains switchboard interfaces and orchestration code", | ||
@@ -34,5 +34,5 @@ "main": "dist/index.js", | ||
"isomorphic-fetch": "^2.2.1", | ||
"ns8-protect-models": "^1.0.37", | ||
"ns8-switchboard-interfaces": "^1.0.12" | ||
"ns8-protect-models": "^1.0.40", | ||
"ns8-switchboard-interfaces": "^1.0.13" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16471
21.08%23
15%228
21.28%