pareto 0.76.41 → 0.76.43
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/shorthands/module.d.ts +1 -1
- package/dist/shorthands/module.js +7 -7
- package/dist/shorthands/schema.d.ts +1 -1
- package/dist/shorthands/schema.js +209 -209
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +25 -27
- package/dist/temporary_schemas/all.js +11 -9
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.js +44 -42
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.js +1 -2
- package/dist/temporary_schemas/pareto-boekhouding/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-boekhouding/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-boekhouding/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-boekhouding/operations.astn.js +78 -0
- package/dist/temporary_schemas/pareto-boekhouding/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-boekhouding/schema_tree.astn.js +9 -0
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.js +16 -0
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.module.astn.js +10 -0
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.js +398 -0
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.signatures.astn.js +49 -0
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.js +364 -0
- package/dist/transformations/module/exupery_interface.js +3 -3
- package/dist/transformations/unmarshall_result/unmarshall_errors.js +4 -4
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
+
import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unresolved_data';
|
|
2
3
|
import * as unresolved from "../generated/interface/schemas/module/data_types/unresolved";
|
|
3
4
|
import * as unresolved_schema from "../generated/interface/schemas/schema/data_types/unresolved";
|
|
4
|
-
import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unresolved';
|
|
5
5
|
export declare const module_: (operations: unresolved.Operations<pd.Source_Location>, schema_tree: unresolved_schema.Schema_Tree<pd.Source_Location>) => unresolved.Module<pd.Source_Location>;
|
|
6
6
|
export declare const operations: (operations: Raw_Or_Normal_Dictionary<unresolved.Operations.D<pd.Source_Location>>) => unresolved.Operations<pd.Source_Location>;
|
|
7
7
|
export declare const operation: (type_parameters: Raw_Or_Normal_Dictionary<unresolved_schema.Type_Parameters.D<pd.Source_Location>>, context: unresolved.Operations.D.SG.operation.context<pd.Source_Location>, parameters: Raw_Or_Normal_Dictionary<unresolved.Operations.D.SG.operation.parameters.D<pd.Source_Location>>, result: unresolved.Operations.D.SG.operation.result<pd.Source_Location>) => unresolved.Operations.D<pd.Source_Location>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.set = exports.operation = exports.operations = exports.module_ = void 0;
|
|
4
|
-
const
|
|
4
|
+
const unresolved_data_1 = require("exupery-core-data/dist/shorthands/unresolved_data");
|
|
5
5
|
const module_ = (operations, schema_tree) => {
|
|
6
6
|
return {
|
|
7
7
|
'operations': operations,
|
|
@@ -10,20 +10,20 @@ const module_ = (operations, schema_tree) => {
|
|
|
10
10
|
};
|
|
11
11
|
exports.module_ = module_;
|
|
12
12
|
const operations = (operations) => {
|
|
13
|
-
return (0,
|
|
13
|
+
return (0, unresolved_data_1.wrap_dictionary)(operations);
|
|
14
14
|
};
|
|
15
15
|
exports.operations = operations;
|
|
16
16
|
const operation = (type_parameters, context, parameters, result) => {
|
|
17
|
-
return (0,
|
|
18
|
-
'type parameters': (0,
|
|
17
|
+
return (0, unresolved_data_1.wrap_state_group)(['operation', {
|
|
18
|
+
'type parameters': (0, unresolved_data_1.wrap_dictionary)(type_parameters),
|
|
19
19
|
'context': context,
|
|
20
|
-
'parameters': (0,
|
|
20
|
+
'parameters': (0, unresolved_data_1.wrap_dictionary)(parameters),
|
|
21
21
|
'result': result
|
|
22
22
|
}]);
|
|
23
23
|
};
|
|
24
24
|
exports.operation = operation;
|
|
25
25
|
const set = (operations) => {
|
|
26
|
-
return (0,
|
|
26
|
+
return (0, unresolved_data_1.wrap_state_group)(['set', (0, unresolved_data_1.wrap_dictionary)(operations)]);
|
|
27
27
|
};
|
|
28
28
|
exports.set = set;
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3Nob3J0aGFuZHMvbW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLHVGQUkwRDtBQU1uRCxNQUFNLE9BQU8sR0FBRyxDQUNuQixVQUFxRCxFQUNyRCxXQUE4RCxFQUN6QixFQUFFO0lBQ3ZDLE9BQU87UUFDSCxZQUFZLEVBQUUsVUFBVTtRQUN4QixhQUFhLEVBQUUsV0FBVztLQUM3QixDQUFBO0FBQ0wsQ0FBQyxDQUFBO0FBUlksUUFBQSxPQUFPLFdBUW5CO0FBRU0sTUFBTSxVQUFVLEdBQUcsQ0FDdEIsVUFBaUYsRUFDeEMsRUFBRTtJQUMzQyxPQUFPLElBQUEsaUNBQWUsRUFBQyxVQUFVLENBQUMsQ0FBQTtBQUN0QyxDQUFDLENBQUE7QUFKWSxRQUFBLFVBQVUsY0FJdEI7QUFFTSxNQUFNLFNBQVMsR0FBRyxDQUNyQixlQUFrRyxFQUNsRyxPQUF5RSxFQUN6RSxVQUEyRyxFQUMzRyxNQUF1RSxFQUM1QixFQUFFO0lBQzdDLE9BQU8sSUFBQSxrQ0FBZ0IsRUFBQyxDQUFDLFdBQVcsRUFBRTtZQUNsQyxpQkFBaUIsRUFBRSxJQUFBLGlDQUFlLEVBQUMsZUFBZSxDQUFDO1lBQ25ELFNBQVMsRUFBRSxPQUFPO1lBQ2xCLFlBQVksRUFBRSxJQUFBLGlDQUFlLEVBQUMsVUFBVSxDQUFDO1lBQ3pDLFFBQVEsRUFBRSxNQUFNO1NBQ25CLENBQUMsQ0FBQyxDQUFBO0FBQ1AsQ0FBQyxDQUFBO0FBWlksUUFBQSxTQUFTLGFBWXJCO0FBRU0sTUFBTSxHQUFHLEdBQUcsQ0FDZixVQUFpRixFQUN0QyxFQUFFO0lBQzdDLE9BQU8sSUFBQSxrQ0FBZ0IsRUFBQyxDQUFDLEtBQUssRUFBRSxJQUFBLGlDQUFlLEVBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFBO0FBQ2pFLENBQUMsQ0FBQTtBQUpZLFFBQUEsR0FBRyxPQUlmIn0=
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
+
import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unresolved_data';
|
|
2
3
|
import * as unresolved from "../generated/interface/schemas/schema/data_types/unresolved";
|
|
3
|
-
import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unresolved';
|
|
4
4
|
/**
|
|
5
5
|
* schema tree
|
|
6
6
|
*/
|