pareto-boekhouding 0.3.2 → 0.3.3
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/bin/converteer_oude_dataset.js +22 -11
- package/dist/bin/genereer_dummy_jaarverslag.js +22 -11
- package/dist/bin/genereer_jaarverslag.js +23 -12
- package/dist/{temp_static_html_rapportage.d.ts → data/temp_static_html_rapportage.d.ts} +1 -1
- package/dist/{temp_static_html_rapportage.js → data/temp_static_html_rapportage.js} +45 -35
- package/dist/implementation/generated/liana/schemas/boekhouding/migrate_boilerplate.d.ts +15 -0
- package/dist/implementation/generated/liana/schemas/boekhouding/migrate_boilerplate.js +1712 -0
- package/dist/implementation/generated/liana/schemas/boekhouding_oude_model/migrate_boilerplate.d.ts +3 -0
- package/dist/implementation/generated/liana/schemas/boekhouding_oude_model/migrate_boilerplate.js +494 -0
- package/dist/implementation/manual/commands/converteer_oude_dataset.d.ts +1 -0
- package/dist/implementation/manual/commands/converteer_oude_dataset.js +8 -0
- package/dist/implementation/manual/commands/genereer_dummy_jaarverslag.d.ts +1 -0
- package/dist/implementation/manual/commands/genereer_dummy_jaarverslag.js +8 -0
- package/dist/implementation/manual/commands/genereer_jaarverslag.d.ts +1 -0
- package/dist/implementation/manual/commands/genereer_jaarverslag.js +8 -0
- package/dist/implementation/manual/schemas/boekhouding_oude_model/temp_astn_deserializers.d.ts +5 -0
- package/dist/implementation/manual/schemas/boekhouding_oude_model/temp_astn_deserializers.js +63 -0
- package/dist/implementation/manual/schemas/boekhouding_resolved/deserializers.d.ts +7 -0
- package/dist/implementation/manual/schemas/boekhouding_resolved/deserializers.js +44 -0
- package/dist/implementation/manual/schemas/boekhouding_resolved/refiners/boekhouding_unresolved.d.ts +6 -0
- package/dist/implementation/manual/schemas/boekhouding_resolved/refiners/boekhouding_unresolved.js +49 -0
- package/dist/implementation/{generated/pareto/schemas/boekhouding/marshall.d.ts → manual/schemas/boekhouding_resolved/refiners/boekhouding_unresolved_patched_generated.d.ts} +9 -9
- package/dist/implementation/manual/schemas/boekhouding_resolved/refiners/boekhouding_unresolved_patched_generated.js +1608 -0
- package/dist/implementation/manual/schemas/boekhouding_resolved/serializers.d.ts +4 -0
- package/dist/implementation/manual/schemas/boekhouding_resolved/serializers.js +55 -0
- package/dist/implementation/manual/schemas/boekhouding_resolved/transformers/aggregatie.d.ts +4 -0
- package/dist/implementation/manual/schemas/boekhouding_resolved/transformers/aggregatie.js +108 -0
- package/dist/implementation/manual/schemas/boekhouding_unresolved/refiners/boekhouding_unresolved.d.ts +14 -0
- package/dist/implementation/manual/schemas/boekhouding_unresolved/refiners/boekhouding_unresolved.js +609 -0
- package/dist/implementation/manual/schemas/boekhouding_unresolved/temp_astn_deserializers.d.ts +8 -0
- package/dist/implementation/manual/schemas/boekhouding_unresolved/temp_astn_deserializers.js +65 -0
- package/dist/implementation/manual/text_to_text/converteer_oude_dataset.d.ts +4 -0
- package/dist/implementation/manual/text_to_text/converteer_oude_dataset.js +44 -0
- package/dist/implementation/manual/text_to_text/genereer_dummy_jaarverslag.d.ts +4 -0
- package/dist/implementation/manual/text_to_text/genereer_dummy_jaarverslag.js +48 -0
- package/dist/implementation/manual/text_to_text/genereer_jaarverslag.d.ts +4 -0
- package/dist/implementation/manual/text_to_text/genereer_jaarverslag.js +66 -0
- package/dist/interface/generated/liana/generic/location.d.ts +11 -0
- package/dist/interface/generated/liana/generic/location.js +3 -0
- package/dist/interface/generated/liana/generic/resolve.d.ts +39 -0
- package/dist/interface/generated/{pareto/core → liana/generic}/resolve.js +1 -1
- package/dist/interface/generated/liana/schemas/boekhouding/data/resolved.d.ts +1186 -0
- package/dist/interface/generated/{pareto/core → liana/schemas/boekhouding/data}/resolved.js +1 -1
- package/dist/interface/generated/liana/schemas/boekhouding/data/unresolved.d.ts +2048 -0
- package/dist/interface/generated/{pareto/core → liana/schemas/boekhouding/data}/unresolved.js +1 -1
- package/dist/interface/generated/liana/schemas/boekhouding/deserialize.d.ts +100 -0
- package/dist/interface/generated/{pareto/schemas/boekhouding_oude_model → liana/schemas/boekhouding}/deserialize.js +1 -1
- package/dist/interface/generated/liana/schemas/boekhouding/marshall.d.ts +101 -0
- package/dist/interface/generated/{pareto → liana}/schemas/boekhouding/marshall.js +1 -1
- package/dist/interface/generated/liana/schemas/boekhouding/migrate_boilerplate.d.ts +101 -0
- package/dist/interface/generated/{pareto → liana}/schemas/boekhouding/migrate_boilerplate.js +1 -1
- package/dist/interface/generated/liana/schemas/boekhouding/resolve.d.ts +192 -0
- package/dist/interface/generated/{pareto/schemas/boekhouding/data_types → liana/schemas/boekhouding}/resolve.js +1 -1
- package/dist/interface/generated/liana/schemas/boekhouding/serialize.d.ts +100 -0
- package/dist/interface/generated/{pareto → liana}/schemas/boekhouding/serialize.js +1 -1
- package/dist/interface/generated/liana/schemas/boekhouding/unmarshall.d.ts +101 -0
- package/dist/interface/generated/{pareto → liana}/schemas/boekhouding/unmarshall.js +1 -1
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/data.d.ts +938 -0
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/data.js +3 -0
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/deserialize.d.ts +16 -0
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/deserialize.js +3 -0
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/marshall.d.ts +17 -0
- package/dist/interface/generated/{pareto → liana}/schemas/boekhouding_oude_model/marshall.js +1 -1
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/migrate_boilerplate.d.ts +17 -0
- package/dist/interface/generated/{pareto → liana}/schemas/boekhouding_oude_model/migrate_boilerplate.js +1 -1
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/serialize.d.ts +16 -0
- package/dist/interface/generated/{pareto → liana}/schemas/boekhouding_oude_model/serialize.js +1 -1
- package/dist/interface/generated/liana/schemas/boekhouding_oude_model/unmarshall.d.ts +17 -0
- package/dist/interface/generated/{pareto → liana}/schemas/boekhouding_oude_model/unmarshall.js +1 -1
- package/dist/interface/signatures/transformers/boekhouding/oude_model.d.ts +19 -0
- package/dist/interface/signatures/transformers/boekhouding/oude_model.js +3 -0
- package/dist/interface/signatures.d.ts +4 -0
- package/dist/interface/signatures.js +3 -0
- package/dist/interface/{aggregatie.d.ts → to_be_generated/aggregatie.d.ts} +10 -10
- package/dist/interface/{aggregatie.js → to_be_generated/aggregatie.js} +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.d.ts +6 -0
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +69 -0
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.d.ts +3 -0
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +63 -0
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +4 -0
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.js +43 -0
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +4 -0
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +47 -0
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.d.ts +4 -0
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +69 -0
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.d.ts +2 -0
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +49 -0
- package/dist/modules/common_tool_signatures/interface/signatures.d.ts +18 -0
- package/dist/modules/common_tool_signatures/interface/signatures.js +3 -0
- package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +11 -0
- package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.js +3 -0
- package/dist/modules/common_tool_signatures/interface/to_be_generated/transform_file.d.ts +2 -0
- package/dist/modules/common_tool_signatures/interface/to_be_generated/transform_file.js +3 -0
- package/package.json +7 -8
- package/dist/implementation/commands/converteer_oude_dataset.d.ts +0 -12
- package/dist/implementation/commands/converteer_oude_dataset.js +0 -68
- package/dist/implementation/commands/genereer_dummy_jaarverslag.d.ts +0 -12
- package/dist/implementation/commands/genereer_dummy_jaarverslag.js +0 -52
- package/dist/implementation/commands/genereer_jaarverslag.d.ts +0 -12
- package/dist/implementation/commands/genereer_jaarverslag.js +0 -64
- package/dist/implementation/generated/pareto/generic/parse/ast.d.ts +0 -10
- package/dist/implementation/generated/pareto/generic/parse/ast.js +0 -245
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +0 -13
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +0 -50
- package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +0 -6
- package/dist/implementation/generated/pareto/generic/parse/parse.js +0 -66
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +0 -40
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +0 -109
- package/dist/implementation/generated/pareto/generic/parse/token.d.ts +0 -9
- package/dist/implementation/generated/pareto/generic/parse/token.js +0 -519
- package/dist/implementation/generated/pareto/generic/resolve.d.ts +0 -109
- package/dist/implementation/generated/pareto/generic/resolve.js +0 -276
- package/dist/implementation/generated/pareto/generic/serialize.d.ts +0 -4
- package/dist/implementation/generated/pareto/generic/serialize.js +0 -93
- package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +0 -42
- package/dist/implementation/generated/pareto/generic/unmarshall.js +0 -247
- package/dist/implementation/generated/pareto/schemas/boekhouding/marshall.js +0 -994
- package/dist/implementation/generated/pareto/schemas/boekhouding/serialize.d.ts +0 -15
- package/dist/implementation/generated/pareto/schemas/boekhouding/serialize.js +0 -85
- package/dist/implementation/generated/pareto/schemas/boekhouding/unmarshall.d.ts +0 -15
- package/dist/implementation/generated/pareto/schemas/boekhouding/unmarshall.js +0 -1114
- package/dist/implementation/generated/pareto/schemas/boekhouding_oude_model/deserialize.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/boekhouding_oude_model/deserialize.js +0 -32
- package/dist/implementation/generated/pareto/schemas/boekhouding_oude_model/marshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/boekhouding_oude_model/marshall.js +0 -1003
- package/dist/implementation/generated/pareto/schemas/boekhouding_oude_model/serialize.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/boekhouding_oude_model/serialize.js +0 -37
- package/dist/implementation/generated/pareto/schemas/boekhouding_oude_model/unmarshall.d.ts +0 -3
- package/dist/implementation/generated/pareto/schemas/boekhouding_oude_model/unmarshall.js +0 -1192
- package/dist/implementation/refiners/converteer_oude_dataset.d.ts +0 -6
- package/dist/implementation/refiners/converteer_oude_dataset.js +0 -78
- package/dist/implementation/refiners/genereer_jaarverslag.d.ts +0 -6
- package/dist/implementation/refiners/genereer_jaarverslag.js +0 -83
- package/dist/implementation/transformations/boekhouding/aggregatie.d.ts +0 -3
- package/dist/implementation/transformations/boekhouding/aggregatie.js +0 -105
- package/dist/implementation/transformations/boekhouding_oude_model/boekhouding.d.ts +0 -14
- package/dist/implementation/transformations/boekhouding_oude_model/boekhouding.js +0 -522
- package/dist/interface/algorithms/procedures/unguaranteed/converteer_oude_dataset.d.ts +0 -1
- package/dist/interface/algorithms/procedures/unguaranteed/converteer_oude_dataset.js +0 -3
- package/dist/interface/algorithms/procedures/unguaranteed/genereer_jaarverslag.d.ts +0 -1
- package/dist/interface/algorithms/procedures/unguaranteed/genereer_jaarverslag.js +0 -3
- package/dist/interface/algorithms/transformations/boekhouding_oude_model/boekhouding.d.ts +0 -1
- package/dist/interface/algorithms/transformations/boekhouding_oude_model/boekhouding.js +0 -5
- package/dist/interface/algorithms/transformations/boekhouding_oude_model/signatures.d.ts +0 -1
- package/dist/interface/algorithms/transformations/boekhouding_oude_model/signatures.js +0 -5
- package/dist/interface/boekhouding_oude_model_to_boekhouding.d.ts +0 -19
- package/dist/interface/boekhouding_oude_model_to_boekhouding.js +0 -3
- package/dist/interface/generated/pareto/core/astn_source.d.ts +0 -123
- package/dist/interface/generated/pareto/core/astn_source.js +0 -3
- package/dist/interface/generated/pareto/core/astn_target.d.ts +0 -186
- package/dist/interface/generated/pareto/core/astn_target.js +0 -3
- package/dist/interface/generated/pareto/core/parse_result.d.ts +0 -25
- package/dist/interface/generated/pareto/core/parse_result.js +0 -3
- package/dist/interface/generated/pareto/core/resolve.d.ts +0 -11
- package/dist/interface/generated/pareto/core/resolved.d.ts +0 -117
- package/dist/interface/generated/pareto/core/token.d.ts +0 -49
- package/dist/interface/generated/pareto/core/token.js +0 -3
- package/dist/interface/generated/pareto/core/unconstrained.d.ts +0 -19
- package/dist/interface/generated/pareto/core/unconstrained.js +0 -3
- package/dist/interface/generated/pareto/core/unresolved.d.ts +0 -181
- package/dist/interface/generated/pareto/schemas/boekhouding/data_types/resolve.d.ts +0 -1251
- package/dist/interface/generated/pareto/schemas/boekhouding/data_types/source.d.ts +0 -4769
- package/dist/interface/generated/pareto/schemas/boekhouding/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/boekhouding/data_types/target.d.ts +0 -4769
- package/dist/interface/generated/pareto/schemas/boekhouding/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/boekhouding/marshall.d.ts +0 -423
- package/dist/interface/generated/pareto/schemas/boekhouding/migrate_boilerplate.d.ts +0 -338
- package/dist/interface/generated/pareto/schemas/boekhouding/serialize.d.ts +0 -366
- package/dist/interface/generated/pareto/schemas/boekhouding/unmarshall.d.ts +0 -507
- package/dist/interface/generated/pareto/schemas/boekhouding/value_deserializers.d.ts +0 -115
- package/dist/interface/generated/pareto/schemas/boekhouding/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/boekhouding/value_serializers.d.ts +0 -115
- package/dist/interface/generated/pareto/schemas/boekhouding/value_serializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/data_types/resolve.d.ts +0 -1
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/data_types/resolve.js +0 -7
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/data_types/source.d.ts +0 -6381
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/data_types/source.js +0 -3
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/data_types/target.d.ts +0 -6381
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/data_types/target.js +0 -3
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/deserialize.d.ts +0 -54
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/marshall.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/migrate_boilerplate.d.ts +0 -46
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/serialize.d.ts +0 -54
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/unmarshall.d.ts +0 -63
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/value_deserializers.d.ts +0 -115
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/value_deserializers.js +0 -3
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/value_serializers.d.ts +0 -115
- package/dist/interface/generated/pareto/schemas/boekhouding_oude_model/value_serializers.js +0 -3
- package/dist/temp/resolve.d.ts +0 -15
- package/dist/temp/resolve.js +0 -1598
|
@@ -16,21 +16,32 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
16
16
|
}) : function(o, v) {
|
|
17
17
|
o["default"] = v;
|
|
18
18
|
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || function (
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
};
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
26
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
const
|
|
28
|
-
const converteer_oude_dataset_1 = require("../implementation/commands/converteer_oude_dataset");
|
|
29
|
-
|
|
37
|
+
const _pn = __importStar(require("pareto-host-nodejs"));
|
|
38
|
+
const converteer_oude_dataset_1 = require("../implementation/manual/commands/converteer_oude_dataset");
|
|
39
|
+
_pn.run_main_command(($r) => {
|
|
30
40
|
return (0, converteer_oude_dataset_1.$$)({
|
|
31
41
|
'write file': $r.commands['write file'],
|
|
42
|
+
'log error': $r.commands['log error'],
|
|
32
43
|
}, {
|
|
33
44
|
'read file': $r.queries['read file']
|
|
34
45
|
});
|
|
35
46
|
});
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udmVydGVlcl9vdWRlX2RhdGFzZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvYmluL2NvbnZlcnRlZXJfb3VkZV9kYXRhc2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUVBLHdEQUF5QztBQUV6Qyx1R0FBMkY7QUFJM0YsR0FBRyxDQUFDLGdCQUFnQixDQUNoQixDQUFDLEVBQUUsRUFBRSxFQUFFO0lBQ0gsT0FBTyxJQUFBLDRCQUFTLEVBQ1o7UUFDSSxZQUFZLEVBQUUsRUFBRSxDQUFDLFFBQVEsQ0FBQyxZQUFZLENBQUM7UUFDdkMsV0FBVyxFQUFFLEVBQUUsQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDO0tBQ3hDLEVBQ0Q7UUFDSSxXQUFXLEVBQUUsRUFBRSxDQUFDLE9BQU8sQ0FBQyxXQUFXLENBQUM7S0FDdkMsQ0FDSixDQUFBO0FBQ0wsQ0FBQyxDQUNKLENBQUEifQ==
|
|
@@ -16,21 +16,32 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
16
16
|
}) : function(o, v) {
|
|
17
17
|
o["default"] = v;
|
|
18
18
|
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || function (
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
};
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
26
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
const
|
|
28
|
-
const genereer_dummy_jaarverslag_1 = require("../implementation/commands/genereer_dummy_jaarverslag");
|
|
29
|
-
|
|
37
|
+
const _pn = __importStar(require("pareto-host-nodejs"));
|
|
38
|
+
const genereer_dummy_jaarverslag_1 = require("../implementation/manual/commands/genereer_dummy_jaarverslag");
|
|
39
|
+
_pn.run_main_command(($r) => {
|
|
30
40
|
return (0, genereer_dummy_jaarverslag_1.$$)({
|
|
31
41
|
'write file': $r.commands['write file'],
|
|
42
|
+
'log error': $r.commands['log error'],
|
|
32
43
|
}, {
|
|
33
44
|
'read file': $r.queries['read file']
|
|
34
45
|
});
|
|
35
46
|
});
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2VuZXJlZXJfZHVtbXlfamFhcnZlcnNsYWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvYmluL2dlbmVyZWVyX2R1bW15X2phYXJ2ZXJzbGFnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUVBLHdEQUF5QztBQUV6Qyw2R0FBOEY7QUFFOUYsR0FBRyxDQUFDLGdCQUFnQixDQUNoQixDQUFDLEVBQUUsRUFBRSxFQUFFO0lBQ0gsT0FBTyxJQUFBLCtCQUFTLEVBQ1o7UUFDSSxZQUFZLEVBQUUsRUFBRSxDQUFDLFFBQVEsQ0FBQyxZQUFZLENBQUM7UUFDdkMsV0FBVyxFQUFFLEVBQUUsQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDO0tBQ3hDLEVBQ0Q7UUFDSSxXQUFXLEVBQUUsRUFBRSxDQUFDLE9BQU8sQ0FBQyxXQUFXLENBQUM7S0FDdkMsQ0FDSixDQUFBO0FBQ0wsQ0FBQyxDQUNKLENBQUEifQ==
|
|
@@ -16,21 +16,32 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
16
16
|
}) : function(o, v) {
|
|
17
17
|
o["default"] = v;
|
|
18
18
|
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || function (
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
};
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
26
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
const
|
|
28
|
-
const genereer_jaarverslag_1 = require("../implementation/commands/genereer_jaarverslag");
|
|
29
|
-
|
|
37
|
+
const _pn = __importStar(require("pareto-host-nodejs"));
|
|
38
|
+
const genereer_jaarverslag_1 = require("../implementation/manual/commands/genereer_jaarverslag");
|
|
39
|
+
_pn.run_main_command(($r) => {
|
|
30
40
|
return (0, genereer_jaarverslag_1.$$)({
|
|
31
41
|
'write file': $r.commands['write file'],
|
|
42
|
+
'log error': $r.commands['log error'],
|
|
32
43
|
}, {
|
|
33
|
-
'read file': $r.queries['read file']
|
|
44
|
+
'read file': $r.queries['read file'],
|
|
34
45
|
});
|
|
35
46
|
});
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2VuZXJlZXJfamFhcnZlcnNsYWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvYmluL2dlbmVyZWVyX2phYXJ2ZXJzbGFnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUVBLHdEQUF5QztBQUV6QyxpR0FBd0Y7QUFFeEYsR0FBRyxDQUFDLGdCQUFnQixDQUNoQixDQUFDLEVBQUUsRUFBRSxFQUFFO0lBQ0gsT0FBTyxJQUFBLHlCQUFTLEVBQ1o7UUFDSSxZQUFZLEVBQUUsRUFBRSxDQUFDLFFBQVEsQ0FBQyxZQUFZLENBQUM7UUFDdkMsV0FBVyxFQUFFLEVBQUUsQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDO0tBQ3hDLEVBQ0Q7UUFDSSxXQUFXLEVBQUUsRUFBRSxDQUFDLE9BQU8sQ0FBQyxXQUFXLENBQUM7S0FDdkMsQ0FDSixDQUFBO0FBQ0wsQ0FBQyxDQUNKLENBQUEifQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import * as d_static_html from "pareto-static-html/dist/interface/generated/
|
|
1
|
+
import * as d_static_html from "pareto-static-html/dist/interface/generated/liana/schemas/static-html/data";
|
|
2
2
|
export declare const rapportage: d_static_html.Document;
|