pareto-resources 0.2.81 → 0.2.82
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as d_chmod from "./generated/liana/schemas/chmod/data";
|
|
2
3
|
import * as d_copy from "./generated/liana/schemas/copy/data";
|
|
3
4
|
import * as d_execute_any_command_command from "./generated/liana/schemas/execute_any_command_executable/data";
|
|
4
5
|
import * as d_execute_query_executable from "./generated/liana/schemas/execute_query_executable/data";
|
|
@@ -23,6 +24,7 @@ import * as d_write_to_stderr from "./generated/liana/schemas/write_to_stderr/da
|
|
|
23
24
|
import * as d_write_to_stdout from "./generated/liana/schemas/write_to_stdout/data";
|
|
24
25
|
import * as d_main from "./to_be_generated/temp_main";
|
|
25
26
|
export declare namespace commands {
|
|
27
|
+
type chmod = _pi.Command<d_chmod.Error, d_chmod.Parameters>;
|
|
26
28
|
type copy = _pi.Command<d_copy.Error, d_copy.Parameters>;
|
|
27
29
|
type execute_any_command_executable = _pi.Command<d_execute_any_command_command.Error, d_execute_any_command_command.Parameters>;
|
|
28
30
|
type execute_any_smelly_command_executable = _pi.Command<d_execute_any_smelly_command_executable.Error, d_execute_any_smelly_command_executable.Parameters>;
|