@ns8/ns8-switchboard-operator
Advanced tools
Comparing version
@@ -0,3 +1,4 @@ | ||
export * from './UninstallOperator'; | ||
export * from './UpdateShopOperator'; | ||
export * from './CreateOrderOperator'; | ||
export * from './InstallOperator'; |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./UninstallOperator")); | ||
__export(require("./UpdateShopOperator")); | ||
@@ -8,0 +9,0 @@ __export(require("./CreateOrderOperator")); |
@@ -10,2 +10,3 @@ import { Protect } from 'ns8-api-interfaces'; | ||
updateShop(shop: any): Promise<any>; | ||
uninstall(uninstall: any): Promise<any>; | ||
} |
@@ -31,2 +31,5 @@ "use strict"; | ||
} | ||
async uninstall(uninstall) { | ||
return { uninstall }; | ||
} | ||
} | ||
@@ -33,0 +36,0 @@ V2Client.MAX_SUCCESS_CODE = 399; |
{ | ||
"name": "@ns8/ns8-switchboard-operator", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Operator project contains switchboard interfaces and orchestration code", | ||
@@ -33,5 +33,5 @@ "main": "dist/index.js", | ||
"isomorphic-fetch": "^2.2.1", | ||
"ns8-api-interfaces": "^2.0.82", | ||
"ns8-switchboard-interfaces": "^1.0.3" | ||
"ns8-api-interfaces": "^2.0.84", | ||
"ns8-switchboard-interfaces": "^1.0.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13185
25.78%20
17.65%184
27.78%