liana-authoring 0.1.12 → 0.1.13
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,6 +1,6 @@
|
|
|
1
1
|
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
-
import * as d_get_unmarshalled_document from "
|
|
3
|
-
import * as d_get_unmarshalled_file from "
|
|
2
|
+
import * as d_get_unmarshalled_document from "./to_be_generated/get_unmarshalled_document";
|
|
3
|
+
import * as d_get_unmarshalled_file from "./to_be_generated/get_unmarshalled_file";
|
|
4
4
|
export declare namespace queries {
|
|
5
5
|
type get_unmarshalled_document = _pi.Query<d_get_unmarshalled_document.Result, d_get_unmarshalled_document.Error, d_get_unmarshalled_document.Parameters>;
|
|
6
6
|
type get_unmarshalled_file = _pi.Query<d_get_unmarshalled_file.Result, d_get_unmarshalled_file.Error, d_get_unmarshalled_file.Parameters>;
|