pareto-resources 0.2.3 → 0.2.4
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.
|
@@ -2,6 +2,7 @@ import * as _pi from 'pareto-core-interface';
|
|
|
2
2
|
import * as d_copy from "./generated/pareto/schemas/copy/data";
|
|
3
3
|
import * as d_execute_any_command_command from "./generated/pareto/schemas/execute_any_command_executable/data";
|
|
4
4
|
import * as d_execute_query_executable from "./generated/pareto/schemas/execute_query_executable/data";
|
|
5
|
+
import * as d_execute_query_executable_raw from "./generated/pareto/schemas/execute_query_executable_raw/data";
|
|
5
6
|
import * as d_execute_any_query_executable from "./generated/pareto/schemas/execute_any_query_executable/data";
|
|
6
7
|
import * as d_execute_any_smelly_command_executable from "./generated/pareto/schemas/execute_any_smelly_command_executable/data";
|
|
7
8
|
import * as d_execute_smelly_command_command from "./generated/pareto/schemas/execute_smelly_command_executable/data";
|
|
@@ -40,6 +41,7 @@ export declare namespace commands {
|
|
|
40
41
|
export declare namespace queries {
|
|
41
42
|
type execute_any_query_executable = _pi.Query<d_execute_any_query_executable.Result, d_execute_any_query_executable.Error, d_execute_any_query_executable.Parameters>;
|
|
42
43
|
type execute_query_executable = _pi.Query<d_execute_query_executable.Result, d_execute_query_executable.Error, d_execute_query_executable.Parameters>;
|
|
44
|
+
type execute_query_executable_raw = _pi.Query<d_execute_query_executable_raw.Result, d_execute_query_executable_raw.Error, d_execute_query_executable_raw.Parameters>;
|
|
43
45
|
type get_instream_data = _pi.Query<d_get_instream_data.Result, null, d_get_instream_data.Parameters>;
|
|
44
46
|
type read_directory = _pi.Query<d_read_directory.Result, d_read_directory.Error, d_read_directory.Parameters>;
|
|
45
47
|
type read_directory_content = _pi.Query<d_read_directory_content.Result, d_read_directory_content.Error, d_read_directory_content.Parameters>;
|