@verto/component
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -78,8 +78,19 @@ declare module '@verto/component/faces' { | ||
declare module '@verto/component/index' { | ||
import { AddPair } from "@verto/component/modules/addPair"; | ||
import { CancelOrder } from "@verto/component/modules/cancelOrder"; | ||
import { CreateOrder } from "@verto/component/modules/createOrder"; | ||
import { Halt } from "@verto/component/modules/halt"; | ||
import { ReadOutbox } from "@verto/component/modules/readOutbox"; | ||
export { AddPair, CancelOrder, CreateOrder, Halt, ReadOutbox, }; | ||
const _default: { | ||
AddPair: (state: import("@verto/component/faces").StateInterface, action: import("./faces").ActionInterface) => Promise<import("./faces").StateInterface>; | ||
CancelOrder: (state: import("@verto/component/faces").StateInterface, action: import("./faces").ActionInterface) => Promise<import("./faces").StateInterface>; | ||
CreateOrder: (state: import("@verto/component/faces").StateInterface, action: import("./faces").ActionInterface) => Promise<{ | ||
state: import("@verto/component/faces").StateInterface; | ||
result: { | ||
status: "success" | "failure"; | ||
message: string; | ||
}; | ||
}>; | ||
Halt: (state: import("@verto/component/faces").StateInterface, action: import("./faces").ActionInterface) => import("./faces").StateInterface; | ||
ReadOutbox: (state: import("@verto/component/faces").StateInterface, action: import("./faces").ActionInterface, handle: (res: import("./faces").StateInterface, { caller: string, input: object }: { | ||
caller: any; | ||
input: any; | ||
}) => any) => Promise<import("@verto/component/faces").StateInterface>; | ||
}; | ||
export default _default; | ||
@@ -86,0 +97,0 @@ } |
@@ -506,8 +506,7 @@ var __defProp = Object.defineProperty; | ||
}); | ||
// src/index.ts | ||
var src_default = { AddPair, CancelOrder, CreateOrder, Halt, ReadOutbox }; | ||
export { | ||
AddPair, | ||
CancelOrder, | ||
CreateOrder, | ||
Halt, | ||
ReadOutbox | ||
src_default as default | ||
}; |
@@ -507,2 +507,5 @@ (() => { | ||
}); | ||
// src/index.ts | ||
var src_default = { AddPair, CancelOrder, CreateOrder, Halt, ReadOutbox }; | ||
})(); |
{ | ||
"name": "@verto/component", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Tate Berenbaum<tate@verto.exchange>", | ||
@@ -5,0 +5,0 @@ "files": [ |
42027
1190