pareto-host-nodejs 0.2.52 → 0.2.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/signatures.d.ts +1 -1
- package/package.json +1 -1
package/dist/signatures.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ import * as d_write_file from "pareto-resources/dist/interface/generated/liana/s
|
|
|
16
16
|
import * as d_write_to_stderr from "pareto-resources/dist/interface/generated/liana/schemas/stream_write_to_stderr/data";
|
|
17
17
|
import * as d_write_to_stdout from "pareto-resources/dist/interface/generated/liana/schemas/stream_write_to_stdout/data";
|
|
18
18
|
import * as d_main from "pareto-resources/dist/interface/to_be_generated/temp_main";
|
|
19
|
-
type Temp_Command_Creator<Error, Parameters, Creator_Parameters> = (
|
|
19
|
+
type Temp_Command_Creator<Error, Parameters, Creator_Parameters> = ($x: Creator_Parameters) => _pi.Command<Error, Parameters>;
|
|
20
20
|
type Temp_Query_Creator<Output, Error, Parameters, Creator_Parameters> = (query: ($: Creator_Parameters) => Temp_Query_Creator<Output, Error, Parameters, null>) => _pi.Query<Output, Error, Parameters>;
|
|
21
21
|
export type Resource_Collection<Commands, Queries> = {
|
|
22
22
|
'commands': Commands;
|