pareto 0.76.28 → 0.76.29
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/compile.js +34 -0
- package/dist/bin/test.js +28 -0
- package/dist/generated/implementation/generic/resolve.d.ts +41 -10
- package/dist/generated/implementation/generic/resolve.js +75 -50
- package/dist/generated/implementation/generic/unmarshall.d.ts +42 -0
- package/dist/generated/implementation/generic/unmarshall.js +237 -0
- package/dist/generated/implementation/schemas/module/marshall.d.ts +3 -0
- package/dist/generated/implementation/schemas/module/{serializer.js → marshall.js} +3 -3
- package/dist/generated/implementation/schemas/module/resolve.d.ts +3 -4
- package/dist/generated/implementation/schemas/module/resolve.js +3 -3
- package/dist/generated/implementation/schemas/module/unmarshall.d.ts +3 -0
- package/dist/generated/implementation/schemas/module/unmarshall.js +81 -0
- package/dist/generated/implementation/schemas/schema/marshall.d.ts +37 -0
- package/dist/generated/implementation/schemas/schema/marshall.js +1118 -0
- package/dist/generated/implementation/schemas/schema/resolve.d.ts +37 -36
- package/dist/generated/implementation/schemas/schema/resolve.js +65 -26
- package/dist/generated/implementation/schemas/schema/unmarshall.d.ts +37 -0
- package/dist/generated/implementation/schemas/schema/unmarshall.js +1043 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/marshall.d.ts +6 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/marshall.js +197 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.d.ts +6 -0
- package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.js +167 -0
- package/dist/generated/implementation/schemas/unmarshall_result/marshall.js +3 -0
- package/dist/generated/implementation/schemas/unmarshall_result/unmarshall.d.ts +1 -0
- package/dist/generated/implementation/schemas/unmarshall_result/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/core/astn_source.d.ts +14 -16
- package/dist/generated/interface/core/astn_target.d.ts +15 -15
- package/dist/generated/interface/core/resolve.d.ts +6 -6
- package/dist/generated/interface/core/resolved.d.ts +46 -46
- package/dist/generated/interface/core/unconstrained.d.ts +10 -10
- package/dist/generated/interface/core/unresolved.d.ts +84 -87
- package/dist/generated/interface/schemas/module/{resolve.d.ts → data_types/resolve.d.ts} +39 -39
- package/dist/generated/interface/schemas/{schema → module/data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/module/{resolved.d.ts → data_types/resolved.d.ts} +7 -7
- package/dist/generated/interface/schemas/module/data_types/resolved.js +3 -0
- package/dist/generated/interface/schemas/module/data_types/unresolved.d.ts +133 -0
- package/dist/generated/interface/schemas/{schema → module/data_types}/unresolved.js +1 -1
- package/dist/generated/interface/schemas/module/marshall.d.ts +63 -0
- package/dist/generated/interface/schemas/{schema/resolved.js → module/marshall.js} +1 -1
- package/dist/generated/interface/schemas/module/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +2 -2
- package/dist/generated/interface/schemas/module/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/module/unmarshall.d.ts +75 -0
- package/dist/generated/interface/schemas/module/{serializer.js → unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/module/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/module/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/module/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/schema/{resolve.d.ts → data_types/resolve.d.ts} +1269 -1123
- package/dist/generated/interface/schemas/{module → schema/data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/schema/{resolved.d.ts → data_types/resolved.d.ts} +61 -29
- package/dist/generated/interface/schemas/schema/data_types/resolved.js +3 -0
- package/dist/generated/interface/schemas/schema/data_types/unresolved.d.ts +3786 -0
- package/dist/generated/interface/schemas/schema/data_types/unresolved.js +3 -0
- package/dist/generated/interface/schemas/schema/{serializer.d.ts → marshall.d.ts} +297 -280
- package/dist/generated/interface/schemas/{module/resolved.js → schema/marshall.js} +1 -1
- package/dist/generated/interface/schemas/schema/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +50 -2
- package/dist/generated/interface/schemas/schema/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/schema/unmarshall.d.ts +1299 -0
- package/dist/generated/interface/schemas/{module/unresolved.js → schema/unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/schema/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/schema/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/schema/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/schema/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.d.ts → data_types/unconstrained.d.ts} +46 -23
- package/dist/generated/interface/schemas/unmarshall_errors/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.d.ts +153 -0
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/{migration_boilerplate.d.ts → migrate_boilerplate.d.ts} +24 -2
- package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.d.ts +153 -0
- package/dist/generated/interface/schemas/{schema/serializer.js → unmarshall_errors/unmarshall.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/unmarshall_result/marshall.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/marshall.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/migrate_boilerplate.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/unmarshall.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/unmarshall.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/unmarshall_result/value_serializers.js +3 -0
- package/dist/other/compile_astn.d.ts +3 -0
- package/dist/other/compile_astn.js +67 -0
- package/dist/other/fp_write_to_console.d.ts +5 -0
- package/dist/other/fp_write_to_console.js +38 -0
- package/dist/other/path.d.ts +3 -0
- package/dist/other/path.js +39 -0
- package/dist/other/serialize_schemas.d.ts +3 -0
- package/dist/other/serialize_schemas.js +67 -0
- package/dist/other/test.d.ts +1 -0
- package/dist/other/test.js +81 -0
- package/dist/other/unmarshall_astn_ast.d.ts +12 -0
- package/dist/other/unmarshall_astn_ast.js +422 -0
- package/dist/other/validate_instance_against_directory_schema.d.ts +6 -0
- package/dist/other/validate_instance_against_directory_schema.js +142 -0
- package/dist/resolvers/module.d.ts +3 -4
- package/dist/resolvers/module.js +14 -14
- package/dist/resolvers/schema.d.ts +24 -23
- package/dist/resolvers/schema.js +618 -586
- package/dist/shorthands/module.d.ts +3 -3
- package/dist/shorthands/module.js +8 -8
- package/dist/shorthands/schema.d.ts +53 -10
- package/dist/shorthands/schema.js +288 -244
- package/dist/temp_unmashall_result_types.d.ts +41 -23
- package/dist/temporary_schemas/accounting_ruwe_data/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.js +78 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +36 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +63 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.js +16 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.js +398 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.signatures.astn.js +49 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.js +364 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +17 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.types.astn.js +365 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +48 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +21 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.js +631 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.js +53 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.js +17 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +13 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +51 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +74 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +50 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +40 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +18 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +63 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.js +8 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +31 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/accounting_ruwe_data/schemas.astn.js +36 -0
- package/dist/temporary_schemas/all.d.ts +3 -0
- package/dist/temporary_schemas/all.js +44 -0
- package/dist/temporary_schemas/astn/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/module.astn.js +8 -0
- package/dist/temporary_schemas/astn/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/operations.astn.js +6 -0
- package/dist/temporary_schemas/astn/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schema_tree.astn.js +17 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.js +85 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.js +25 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +11 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.js +49 -0
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.js +8 -0
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.js +31 -0
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.js +8 -0
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.js +75 -0
- package/dist/temporary_schemas/astn/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/astn/schemas.astn.js +17 -0
- package/dist/temporary_schemas/exupery/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/module.astn.js +8 -0
- package/dist/temporary_schemas/exupery/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/operations.astn.js +78 -0
- package/dist/temporary_schemas/exupery/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schema_tree.astn.js +13 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.js +12 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +156 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +14 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +166 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.js +10 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +83 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +14 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.js +83 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +8 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +130 -0
- package/dist/temporary_schemas/exupery/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/exupery/schemas.astn.js +13 -0
- package/dist/temporary_schemas/pareto/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/operations.astn.js +78 -0
- package/dist/temporary_schemas/pareto/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schema_tree.astn.js +15 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.js +12 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +45 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +11 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.js +20 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.js +10 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +615 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.js +133 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.js +391 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.js +62 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +6 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +10 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +136 -0
- package/dist/temporary_schemas/pareto/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto/schemas.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +25 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +12 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +15 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +12 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-fountain-pen/schemas.astn.js +15 -0
- package/dist/temporary_schemas/pareto-json/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-json/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.js +9 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +25 -0
- package/dist/temporary_schemas/pareto-json/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-json/schemas.astn.js +9 -0
- package/dist/temporary_schemas/pareto-targets/module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/operations.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/operations.astn.js +6 -0
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.js +17 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +59 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +255 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.js +10 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +68 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +9 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +41 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.js +8 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.js +11 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.js +17 -0
- package/dist/temporary_schemas/pareto-targets/schemas.astn.d.ts +3 -0
- package/dist/temporary_schemas/pareto-targets/schemas.astn.js +17 -0
- package/dist/transformations/module/exupery_implementation.d.ts +4 -4
- package/dist/transformations/module/exupery_implementation.js +10 -8
- package/dist/transformations/module/exupery_interface.d.ts +2 -2
- package/dist/transformations/module/exupery_interface.js +36 -37
- package/dist/transformations/module/temp_typescript.d.ts +3 -0
- package/dist/transformations/module/temp_typescript.js +56 -0
- package/dist/transformations/schema/exupery_implementation/main.d.ts +10 -4
- package/dist/transformations/schema/exupery_implementation/main.js +33 -18
- package/dist/transformations/schema/exupery_implementation/marshall.d.ts +9 -9
- package/dist/transformations/schema/exupery_implementation/marshall.js +43 -39
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/resolve.d.ts +20 -20
- package/dist/transformations/schema/exupery_implementation/resolve.js +141 -133
- package/dist/transformations/schema/exupery_implementation/unmarshall.d.ts +15 -0
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +159 -0
- package/dist/transformations/schema/exupery_interface/main.d.ts +4 -2
- package/dist/transformations/schema/exupery_interface/main.js +73 -54
- package/dist/transformations/schema/exupery_interface/marshall.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/marshall.js +8 -23
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +7 -3
- package/dist/transformations/schema/exupery_interface/resolve.d.ts +3 -3
- package/dist/transformations/schema/exupery_interface/resolve.js +17 -17
- package/dist/transformations/schema/exupery_interface/types.d.ts +6 -6
- package/dist/transformations/schema/exupery_interface/types.js +61 -60
- package/dist/transformations/schema/exupery_interface/unmarshall.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/unmarshall.js +12 -5
- package/dist/transformations/schema/exupery_interface/{serializer.d.ts → value_deserializers.d.ts} +2 -2
- package/dist/transformations/schema/exupery_interface/value_deserializers.js +57 -0
- package/dist/transformations/schema/exupery_interface/{migration_boilerplate.d.ts → value_serializers.d.ts} +3 -3
- package/dist/transformations/schema/exupery_interface/value_serializers.js +57 -0
- package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +6 -0
- package/dist/transformations/unmarshall_errors/fountain_pen.js +82 -0
- package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +1 -2
- package/dist/transformations/unmarshall_result/unmarshall_errors.js +116 -55
- package/dist/uptransformers/unmarshall_result/astn_ast.d.ts +7 -6
- package/dist/uptransformers/unmarshall_result/astn_ast.js +2 -2
- package/package.json +5 -5
- package/dist/generated/generic/resolve.d.ts +0 -90
- package/dist/generated/generic/resolve.js +0 -251
- package/dist/generated/implementation/schemas/module/serializer.d.ts +0 -3
- package/dist/generated/implementation/schemas/schema/serializer.d.ts +0 -35
- package/dist/generated/implementation/schemas/schema/serializer.js +0 -1100
- package/dist/generated/implementation/schemas/unmarshall_errors/serializer.d.ts +0 -5
- package/dist/generated/implementation/schemas/unmarshall_errors/serializer.js +0 -175
- package/dist/generated/interface/generic/resolve.d.ts +0 -11
- package/dist/generated/interface/generic/resolve.js +0 -3
- package/dist/generated/interface/schemas/module/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/module/serializer.d.ts +0 -106
- package/dist/generated/interface/schemas/module/unresolved.d.ts +0 -133
- package/dist/generated/interface/schemas/schema/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/schema/unresolved.d.ts +0 -3754
- package/dist/generated/interface/schemas/unmarshall_errors/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/serializer.d.ts +0 -166
- package/dist/generated/interface/schemas/unmarshall_errors/serializer.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_result/migration_boilerplate.js +0 -7
- package/dist/generated/interface/schemas/unmarshall_result/serializer.js +0 -3
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -5
- package/dist/transformations/module/pareto_implementation.d.ts +0 -4
- package/dist/transformations/module/pareto_implementation.js +0 -42
- package/dist/transformations/module/pareto_interface.d.ts +0 -5
- package/dist/transformations/module/pareto_interface.js +0 -150
- package/dist/transformations/schema/documentation.d.ts +0 -5
- package/dist/transformations/schema/documentation.js +0 -72
- package/dist/transformations/schema/exupery_implementation/migration_boilerplate.d.ts +0 -14
- package/dist/transformations/schema/exupery_implementation/migration_boilerplate.js +0 -113
- package/dist/transformations/schema/exupery_implementation/resolver.d.ts +0 -24
- package/dist/transformations/schema/exupery_implementation/resolver.js +0 -299
- package/dist/transformations/schema/exupery_implementation/serializer.d.ts +0 -14
- package/dist/transformations/schema/exupery_implementation/serializer.js +0 -145
- package/dist/transformations/schema/exupery_interface/migration_boilerplate.js +0 -43
- package/dist/transformations/schema/exupery_interface/resolver.d.ts +0 -12
- package/dist/transformations/schema/exupery_interface/resolver.js +0 -115
- package/dist/transformations/schema/exupery_interface/serializer.js +0 -62
- package/dist/transformations/schema/graphviz.d.ts +0 -8
- package/dist/transformations/schema/graphviz.js +0 -103
- package/dist/transformations/schema/lionweb.d.ts +0 -14
- package/dist/transformations/schema/lionweb.js +0 -226
- package/dist/transformations/schema/pareto_implementation/main.d.ts +0 -4
- package/dist/transformations/schema/pareto_implementation/main.js +0 -63
- package/dist/transformations/schema/pareto_implementation/migration_boilerplate.d.ts +0 -14
- package/dist/transformations/schema/pareto_implementation/migration_boilerplate.js +0 -113
- package/dist/transformations/schema/pareto_implementation/resolver.d.ts +0 -24
- package/dist/transformations/schema/pareto_implementation/resolver.js +0 -299
- package/dist/transformations/schema/pareto_interface/main.d.ts +0 -4
- package/dist/transformations/schema/pareto_interface/main.js +0 -79
- package/dist/transformations/schema/pareto_interface/migration_boilerplate.d.ts +0 -7
- package/dist/transformations/schema/pareto_interface/migration_boilerplate.js +0 -51
- package/dist/transformations/schema/pareto_interface/resolver.d.ts +0 -12
- package/dist/transformations/schema/pareto_interface/resolver.js +0 -115
- package/dist/transformations/schema/pareto_interface/types.d.ts +0 -12
- package/dist/transformations/schema/pareto_interface/types.js +0 -211
- package/dist/transformations/schema/railroad_diagram.d.ts +0 -7
- package/dist/transformations/schema/railroad_diagram.js +0 -79
- package/dist/transformations/unmarshall/collect_errors.d.ts +0 -4
- package/dist/transformations/unmarshall/collect_errors.js +0 -185
- package/dist/transformations/unmarshall/dynamic_post_parse.d.ts +0 -7
- package/dist/transformations/unmarshall/dynamic_post_parse.js +0 -267
- package/dist/transformations/unmarshall/post_parse_types.d.ts +0 -77
- package/dist/transformations/unmarshall/post_parse_types.js +0 -3
- package/dist/unmarshall/collect_errors.d.ts +0 -38
- package/dist/unmarshall/collect_errors.js +0 -185
- package/dist/unmarshall/dynamic_post_parse.d.ts +0 -7
- package/dist/unmarshall/dynamic_post_parse.js +0 -267
- package/dist/unmarshall/post_parse_types.d.ts +0 -77
- package/dist/unmarshall/post_parse_types.js +0 -3
- /package/dist/{generated/implementation/schemas/unmarshall_result/serializer.d.ts → bin/compile.d.ts} +0 -0
- /package/dist/{generated/interface/schemas/unmarshall_result/migration_boilerplate.d.ts → bin/test.d.ts} +0 -0
- /package/dist/generated/{interface/schemas/unmarshall_result/unconstrained.d.ts → implementation/schemas/unmarshall_result/marshall.d.ts} +0 -0
- /package/dist/generated/interface/schemas/{unmarshall_result/serializer.d.ts → module/value_serializers.d.ts} +0 -0
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
import * as pt from 'exupery-core-types';
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as d_astn_token from "astn/dist/generated/interface/schemas/token/unconstrained";
|
|
3
|
+
import * as d_schema from "./generated/interface/schemas/schema/data_types/resolved";
|
|
4
4
|
export type Document = {
|
|
5
5
|
'content': Node;
|
|
6
6
|
};
|
|
7
|
+
export type Document_Range = {
|
|
8
|
+
'document': string;
|
|
9
|
+
'range': d_astn_token.Range;
|
|
10
|
+
};
|
|
7
11
|
export type Duplicate_Entry = {
|
|
8
|
-
'range':
|
|
12
|
+
'range': Document_Range;
|
|
9
13
|
'node': Node;
|
|
10
14
|
};
|
|
11
|
-
export type Property = ['missing',
|
|
15
|
+
export type Property = ['missing', Document_Range] | ['unique', Node] | ['multiple', pt.Array<Duplicate_Entry>];
|
|
12
16
|
export type Node = ['number', Number] | ['boolean', Boolean] | ['list', List] | ['nothing', Nothing] | ['reference', Reference] | ['component', Component] | ['dictionary', Dictionary] | ['group', Group] | ['identifier value pair', Identifier_Value_Pair] | ['optional', Optional] | ['state', State] | ['text', Text] | ['type parameter', string];
|
|
13
17
|
export type State = {
|
|
14
18
|
'status': State_Status;
|
|
@@ -18,60 +22,74 @@ export type State_Status = [
|
|
|
18
22
|
{
|
|
19
23
|
'node': Node;
|
|
20
24
|
}
|
|
21
|
-
] | ['more than 2 elements',
|
|
25
|
+
] | ['more than 2 elements', Document_Range] | ['missing state name', Document_Range] | ['state is not a string', Document_Range] | ['missing value', Document_Range] | [
|
|
22
26
|
'unknown state',
|
|
23
27
|
{
|
|
24
|
-
'range':
|
|
28
|
+
'range': Document_Range;
|
|
25
29
|
'found': string;
|
|
26
30
|
'expected': pt.Dictionary<null>;
|
|
27
31
|
}
|
|
28
32
|
];
|
|
29
33
|
export type Identifier_Value_Pair = {
|
|
30
|
-
'definition':
|
|
34
|
+
'definition': d_schema.Type_Node.SG.identifier_value_pair;
|
|
31
35
|
};
|
|
32
36
|
export type Optional = {
|
|
33
|
-
'definition':
|
|
37
|
+
'definition': d_schema.Type_Node.SG.optional;
|
|
38
|
+
'status': [
|
|
39
|
+
'valid',
|
|
40
|
+
['set', Node] | ['not set', null]
|
|
41
|
+
] | ['invalid value type', Document_Range];
|
|
34
42
|
};
|
|
35
43
|
export type List = {
|
|
36
|
-
'definition':
|
|
44
|
+
'definition': d_schema.Type_Node.SG.list;
|
|
37
45
|
};
|
|
38
46
|
export type Reference = {
|
|
39
|
-
'definition':
|
|
47
|
+
'definition': d_schema.Type_Node.SG.reference;
|
|
48
|
+
'status': ['valid', null] | ['invalid', Document_Range];
|
|
40
49
|
};
|
|
41
50
|
export type Component = {
|
|
42
|
-
'definition':
|
|
51
|
+
'definition': d_schema.Type_Node.SG.component;
|
|
52
|
+
'node': Node;
|
|
43
53
|
};
|
|
44
54
|
export type Boolean = {
|
|
45
|
-
'definition':
|
|
55
|
+
'definition': d_schema.Type_Node.SG._boolean;
|
|
56
|
+
'status': [
|
|
57
|
+
'valid',
|
|
58
|
+
{
|
|
59
|
+
'range': Document_Range;
|
|
60
|
+
'correct string type': boolean;
|
|
61
|
+
}
|
|
62
|
+
] | ['invalid', Document_Range];
|
|
46
63
|
};
|
|
47
64
|
export type Nothing = {
|
|
48
|
-
'definition':
|
|
65
|
+
'definition': d_schema.Type_Node.SG.nothing;
|
|
66
|
+
'status': ['valid', null] | ['invalid value type', Document_Range];
|
|
49
67
|
};
|
|
50
68
|
export type Text = {
|
|
51
|
-
'definition':
|
|
52
|
-
'status': ['valid', null] | ['invalid value type',
|
|
69
|
+
'definition': d_schema.Type_Node.SG.text;
|
|
70
|
+
'status': ['valid', null] | ['invalid value type', Document_Range];
|
|
53
71
|
};
|
|
54
72
|
export type Number = {
|
|
55
|
-
'definition':
|
|
73
|
+
'definition': d_schema.Type_Node.SG._number;
|
|
56
74
|
'status': [
|
|
57
75
|
'valid',
|
|
58
76
|
{
|
|
59
|
-
'range':
|
|
77
|
+
'range': Document_Range;
|
|
60
78
|
'correct string type': boolean;
|
|
61
79
|
}
|
|
62
|
-
] | ['invalid',
|
|
80
|
+
] | ['invalid', Document_Range];
|
|
63
81
|
};
|
|
64
82
|
export type Dictionary = {
|
|
65
|
-
'definition':
|
|
66
|
-
'status': ['valid', pt.Dictionary<Entry>] | ['invalid',
|
|
83
|
+
'definition': d_schema.Type_Node.SG.dictionary;
|
|
84
|
+
'status': ['valid', pt.Dictionary<Entry>] | ['invalid', Document_Range];
|
|
67
85
|
};
|
|
68
86
|
export type Entry = ['unique', Node] | ['multiple', pt.Array<Duplicate_Entry>];
|
|
69
87
|
export type Group = {
|
|
70
|
-
'definition':
|
|
88
|
+
'definition': d_schema.Type_Node.SG.group;
|
|
71
89
|
'type': Group_Type;
|
|
72
90
|
};
|
|
73
|
-
export type Group_Type = ['indexed', Indexed_Group] | ['ordered', {}] | ['invalid',
|
|
91
|
+
export type Group_Type = ['indexed', Indexed_Group] | ['ordered', {}] | ['invalid', Document_Range];
|
|
74
92
|
export type Indexed_Group = {
|
|
75
93
|
'properties': pt.Dictionary<Property>;
|
|
76
|
-
'superfluous entries': pt.Dictionary<pt.Array<
|
|
94
|
+
'superfluous entries': pt.Dictionary<pt.Array<Document_Range>>;
|
|
77
95
|
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const module_1 = require("../../shorthands/module");
|
|
5
|
+
const operations_astn_1 = require("./operations.astn");
|
|
6
|
+
const schema_tree_astn_1 = require("./schema_tree.astn");
|
|
7
|
+
exports.$ = (0, module_1.module_)(operations_astn_1.$, schema_tree_astn_1.$);
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvYWNjb3VudGluZ19ydXdlX2RhdGEvbW9kdWxlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBSUEsb0RBQWlEO0FBRWpELHVEQUFtRDtBQUNuRCx5REFBcUQ7QUFFeEMsUUFBQSxDQUFDLEdBQWtDLElBQUEsZ0JBQU8sRUFDbkQsbUJBQVUsRUFDVixvQkFBVyxDQUNkLENBQUEifQ==
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const module_1 = require("../../shorthands/module");
|
|
5
|
+
const schema_1 = require("../../shorthands/schema");
|
|
6
|
+
exports.$ = (0, module_1.operations)({
|
|
7
|
+
"pure": (0, module_1.set)({
|
|
8
|
+
"dictionary": (0, module_1.set)({
|
|
9
|
+
"create single entry dictionary": (0, module_1.operation)({ "T": null }, schema_1.t.identifier_value_pair(schema_1.t.type_parameter("T")), {}, schema_1.t.dictionary(schema_1.t.type_parameter("T"))),
|
|
10
|
+
"filter": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.optional(schema_1.t.type_parameter("T"))), {}, schema_1.t.dictionary(schema_1.t.type_parameter("T"))),
|
|
11
|
+
"flatten": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.dictionary(schema_1.t.type_parameter("T"))), {
|
|
12
|
+
"separator": schema_1.t.text_local((0, schema_1.text)('single line'))
|
|
13
|
+
}, schema_1.t.dictionary(schema_1.t.type_parameter("T"))),
|
|
14
|
+
"group": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.identifier_value_pair(schema_1.t.type_parameter("T"))), {}, schema_1.t.dictionary(schema_1.t.dictionary(schema_1.t.type_parameter("T")))),
|
|
15
|
+
"pad identifiers": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.type_parameter("T")), {
|
|
16
|
+
"prefix": schema_1.t.text_local((0, schema_1.text)('single line')),
|
|
17
|
+
"suffix": schema_1.t.text_local((0, schema_1.text)('single line'))
|
|
18
|
+
}, schema_1.t.dictionary(schema_1.t.type_parameter("T"))),
|
|
19
|
+
}),
|
|
20
|
+
"list": (0, module_1.set)({
|
|
21
|
+
"append": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {
|
|
22
|
+
"element": schema_1.t.type_parameter("T")
|
|
23
|
+
}, schema_1.t.list(schema_1.t.type_parameter("T"))),
|
|
24
|
+
"filter": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.optional(schema_1.t.type_parameter("T"))), {}, schema_1.t.list(schema_1.t.type_parameter("T"))),
|
|
25
|
+
"flatten": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.list(schema_1.t.type_parameter("T"))), {}, schema_1.t.list(schema_1.t.type_parameter("T"))),
|
|
26
|
+
}),
|
|
27
|
+
"text": (0, module_1.set)({
|
|
28
|
+
"from list": (0, module_1.operation)({}, schema_1.t.list(schema_1.t.text_local((0, schema_1.text)('single line'))), {}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
29
|
+
}),
|
|
30
|
+
}),
|
|
31
|
+
"impure": (0, module_1.set)({
|
|
32
|
+
"dictionary": (0, module_1.set)({
|
|
33
|
+
"is empty": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.type_parameter("T")), {}, schema_1.t.boolean()),
|
|
34
|
+
"is not empty": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.type_parameter("T")), {}, schema_1.t.boolean()),
|
|
35
|
+
"merge": (0, module_1.operation)({
|
|
36
|
+
"Main": null,
|
|
37
|
+
"Supporting": null,
|
|
38
|
+
}, schema_1.t.dictionary(schema_1.t.type_parameter("Main")), {
|
|
39
|
+
"supporting dictionary": schema_1.t.dictionary(schema_1.t.type_parameter("Supporting"))
|
|
40
|
+
}, schema_1.t.dictionary(schema_1.t.identifier_value_pair(schema_1.t.type_parameter("Main")))),
|
|
41
|
+
"to list, sorted by code point": (0, module_1.operation)({ "T": null }, schema_1.t.dictionary(schema_1.t.type_parameter("T")), {}, schema_1.t.list(schema_1.t.identifier_value_pair(schema_1.t.type_parameter("T")))),
|
|
42
|
+
}),
|
|
43
|
+
"list": (0, module_1.set)({
|
|
44
|
+
"enrich": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {}, schema_1.t.list(schema_1.t.group({
|
|
45
|
+
"value": schema_1.t.type_parameter("T"),
|
|
46
|
+
"is first": schema_1.t.boolean(),
|
|
47
|
+
"is last": schema_1.t.boolean(),
|
|
48
|
+
"index": schema_1.t.number_local(schema_1.n.natural()),
|
|
49
|
+
}))),
|
|
50
|
+
"expect exactly one element": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {}, schema_1.t.optional(schema_1.t.type_parameter("T"))),
|
|
51
|
+
"expect more than one element": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {}, schema_1.t.optional(schema_1.t.list(schema_1.t.type_parameter("T")))),
|
|
52
|
+
"is empty": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {}, schema_1.t.boolean()),
|
|
53
|
+
"is not empty": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {}, schema_1.t.boolean()),
|
|
54
|
+
"join": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.type_parameter("T")), {
|
|
55
|
+
"separator": schema_1.t.text_local((0, schema_1.text)('single line'))
|
|
56
|
+
}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
57
|
+
"select clashing keys": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.identifier_value_pair(schema_1.t.type_parameter("T"))), {}, schema_1.t.dictionary(schema_1.t.list(schema_1.t.type_parameter("T")))),
|
|
58
|
+
"to dictionary, overwrite clashing keys": (0, module_1.operation)({ "T": null }, schema_1.t.list(schema_1.t.identifier_value_pair(schema_1.t.type_parameter("T"))), {}, schema_1.t.dictionary(schema_1.t.type_parameter("T"))),
|
|
59
|
+
}),
|
|
60
|
+
"text": (0, module_1.set)({
|
|
61
|
+
"escape character": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {
|
|
62
|
+
"character code": schema_1.t.number_local(schema_1.n.natural()),
|
|
63
|
+
"escape character code": schema_1.t.number_local(schema_1.n.natural())
|
|
64
|
+
}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
65
|
+
"repeat": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {
|
|
66
|
+
"count": schema_1.t.number_local(schema_1.n.natural())
|
|
67
|
+
}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
68
|
+
"serialize with quote delimiter": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
69
|
+
"serialize with apostrophe delimiter": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
70
|
+
"serialize with grave delimiter": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
71
|
+
"to character list": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {}, schema_1.t.list(schema_1.t.number_local(schema_1.n.natural()))),
|
|
72
|
+
"create valid file name": (0, module_1.operation)({}, schema_1.t.text_local((0, schema_1.text)('single line')), {
|
|
73
|
+
"replace spaces with underscores": schema_1.t.boolean()
|
|
74
|
+
}, schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
75
|
+
}),
|
|
76
|
+
})
|
|
77
|
+
});
|
|
78
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9ucy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL2FjY291bnRpbmdfcnV3ZV9kYXRhL29wZXJhdGlvbnMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSxvREFBb0U7QUFDcEUsb0RBQW9EO0FBSXZDLFFBQUEsQ0FBQyxHQUFzQyxJQUFBLG1CQUFVLEVBQzFEO0lBQ0ksTUFBTSxFQUFFLElBQUEsWUFBRyxFQUFDO1FBQ1IsWUFBWSxFQUFFLElBQUEsWUFBRyxFQUFDO1lBQ2QsZ0NBQWdDLEVBQUUsSUFBQSxrQkFBUyxFQUN2QyxFQUFFLEdBQUcsRUFBRSxJQUFJLEVBQUUsRUFDYixVQUFDLENBQUMscUJBQXFCLENBQUMsVUFBQyxDQUFDLGNBQWMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxFQUM5QyxFQUFFLEVBQ0YsVUFBQyxDQUFDLFVBQVUsQ0FBQyxVQUFDLENBQUMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQ3RDO1lBQ0QsUUFBUSxFQUFFLElBQUEsa0JBQVMsRUFDZixFQUFFLEdBQUcsRUFBRSxJQUFJLEVBQUUsRUFDYixVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxRQUFRLENBQUMsVUFBQyxDQUFDLGNBQWMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQy9DLEVBQUUsRUFDRixVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FDdEM7WUFDRCxTQUFTLEVBQUUsSUFBQSxrQkFBUyxFQUNoQixFQUFFLEdBQUcsRUFBRSxJQUFJLEVBQUUsRUFDYixVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLGNBQWMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQ2pEO2dCQUNJLFdBQVcsRUFBRSxVQUFDLENBQUMsVUFBVSxDQUFDLElBQUEsYUFB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
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../shorthands/schema");
|
|
5
|
+
const __module_astn_1 = require("./schemas/alan_light_oldstyle/$.module.astn");
|
|
6
|
+
const __module_astn_2 = require("./schemas/boekhouding/$.module.astn");
|
|
7
|
+
const __module_astn_3 = require("./schemas/boekhouding_oude_model/$.module.astn");
|
|
8
|
+
const __module_astn_4 = require("./schemas/csv/$.module.astn");
|
|
9
|
+
const __module_astn_5 = require("./schemas/html/$.module.astn");
|
|
10
|
+
const __module_astn_6 = require("./schemas/json/annotated/$.module.astn");
|
|
11
|
+
const __module_astn_7 = require("./schemas/json/simple/$.module.astn");
|
|
12
|
+
const __module_astn_8 = require("./schemas/json_schema/$.module.astn");
|
|
13
|
+
const __module_astn_9 = require("./schemas/legacy_schema/$.module.astn");
|
|
14
|
+
const __module_astn_10 = require("./schemas/railroad_diagram/$.module.astn");
|
|
15
|
+
const __module_astn_11 = require("./schemas/regular_expression/$.module.astn");
|
|
16
|
+
const __module_astn_12 = require("./schemas/semantic_versioning/$.module.astn");
|
|
17
|
+
const __module_astn_13 = require("./schemas/xml/simple/$.module.astn");
|
|
18
|
+
const __module_astn_14 = require("./schemas/xml/parse_result/$.module.astn");
|
|
19
|
+
exports.$ = schema_1.st.set({
|
|
20
|
+
"alan light oldstyle": __module_astn_1.$,
|
|
21
|
+
"boekhouding": __module_astn_2.$,
|
|
22
|
+
"boekhouding oude model": __module_astn_3.$,
|
|
23
|
+
//"builder configuration": x_builder_configuration,
|
|
24
|
+
"csv": __module_astn_4.$,
|
|
25
|
+
"json annotated": __module_astn_6.$,
|
|
26
|
+
"json simple": __module_astn_7.$,
|
|
27
|
+
"json schema": __module_astn_8.$,
|
|
28
|
+
"legacy schema": __module_astn_9.$,
|
|
29
|
+
"html": __module_astn_5.$,
|
|
30
|
+
"railroad diagram": __module_astn_10.$,
|
|
31
|
+
"regular expression": __module_astn_11.$,
|
|
32
|
+
"semantic versioning": __module_astn_12.$,
|
|
33
|
+
"xml parse result": __module_astn_14.$,
|
|
34
|
+
"xml simple": __module_astn_13.$,
|
|
35
|
+
});
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hX3RyZWUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9hY2NvdW50aW5nX3J1d2VfZGF0YS9zY2hlbWFfdHJlZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLG9EQUE0QztBQUk1QywrRUFBd0Y7QUFDeEYsdUVBQXdFO0FBQ3hFLGtGQUE4RjtBQUU5RiwrREFBd0Q7QUFDeEQsZ0VBQTBEO0FBQzFELDBFQUE4RTtBQUM5RSx1RUFBd0U7QUFDeEUsdUVBQXdFO0FBQ3hFLHlFQUE0RTtBQUM1RSw2RUFBa0Y7QUFDbEYsK0VBQXNGO0FBQ3RGLGdGQUF3RjtBQUN4Rix1RUFBc0U7QUFDdEUsNkVBQWtGO0FBRXJFLFFBQUEsQ0FBQyxHQUF1QyxXQUFFLENBQUMsR0FBRyxDQUFDO0lBQ3hELHFCQUFxQixFQUFFLGlCQUFxQjtJQUM1QyxhQUFhLEVBQUUsaUJBQWE7SUFDNUIsd0JBQXdCLEVBQUUsaUJBQXdCO0lBQ2xELG1EQUFtRDtJQUNuRCxLQUFLLEVBQUUsaUJBQUs7SUFDWixnQkFBZ0IsRUFBRSxpQkFBZ0I7SUFDbEMsYUFBYSxFQUFFLGlCQUFhO0lBQzVCLGFBQWEsRUFBRSxpQkFBYTtJQUM1QixlQUFlLEVBQUUsaUJBQWU7SUFDaEMsTUFBTSxFQUFFLGlCQUFNO0lBQ2Qsa0JBQWtCLEVBQUUsa0JBQWtCO0lBQ3RDLG9CQUFvQixFQUFFLGtCQUFvQjtJQUMxQyxxQkFBcUIsRUFBRSxrQkFBcUI7SUFDNUMsa0JBQWtCLEVBQUUsa0JBQWtCO0lBQ3RDLFlBQVksRUFBRSxrQkFBWTtDQUM3QixDQUFDLENBQUEifQ==
|
package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.globals)('unconstrained', {
|
|
6
|
+
"Pseudo Reference": (0, schema_1.text)("single line"),
|
|
7
|
+
}, {});
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvYWNjb3VudGluZ19ydXdlX2RhdGEvc2NoZW1hcy9hbGFuX2xpZ2h0X29sZHN0eWxlLyQuZ2xvYmFscy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDBEQUlzQztBQUd6QixRQUFBLENBQUMsR0FBdUMsSUFBQSxnQkFBTyxFQUNuRCxlQUFlLEVBQ3BCO0lBQ0ksa0JBQWtCLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0NBQzFDLEVBQ0QsRUFBRSxDQUNMLENBQUEifQ==
|
package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
+
const __types_astn_1 = require("./$.types.astn");
|
|
6
|
+
const __globals_astn_1 = require("./$.globals.astn");
|
|
7
|
+
exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, null);
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9hY2NvdW50aW5nX3J1d2VfZGF0YS9zY2hlbWFzL2FsYW5fbGlnaHRfb2xkc3R5bGUvJC5tb2R1bGUuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFJQSwwREFBb0U7QUFHcEUsaURBQTRDO0FBQzVDLHFEQUErQztBQUVsQyxRQUFBLENBQUMsR0FBcUMsSUFBQSxnQkFBTyxFQUN0RCxFQUFFLEVBQ0Ysa0JBQU8sRUFDUCxnQkFBTSxFQUNOLElBQUksQ0FDUCxDQUFBIn0=
|
package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as pd from 'exupery-core-data';
|
|
2
|
+
import * as g_ from "../../../../generated/interface/schemas/schema/data_types/unresolved";
|
|
3
|
+
/**
|
|
4
|
+
* dit schema gebruik ik voor het parsen van de oude boekhoudingen.
|
|
5
|
+
* Het enige verschil met de normale alan_light is het ontbreken van de key van de collection
|
|
6
|
+
* In deze versie werd de data nog als objecten opgeslagen ipv arrays
|
|
7
|
+
*/
|
|
8
|
+
export declare const $: g_.Types<pd.Source_Location>;
|
package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
+
/**
|
|
6
|
+
* dit schema gebruik ik voor het parsen van de oude boekhoudingen.
|
|
7
|
+
* Het enige verschil met de normale alan_light is het ontbreken van de key van de collection
|
|
8
|
+
* In deze versie werd de data nog als objecten opgeslagen ipv arrays
|
|
9
|
+
*/
|
|
10
|
+
exports.$ = (0, schema_1.types)({
|
|
11
|
+
"Path": (0, schema_1.type)(schema_1.t.group({
|
|
12
|
+
"up steps": schema_1.t.list(schema_1.t.group({})),
|
|
13
|
+
"context": schema_1.t.group({
|
|
14
|
+
"sibling": schema_1.t.group({}),
|
|
15
|
+
"state constraint": schema_1.t.group({
|
|
16
|
+
"name": schema_1.t.text_global("Pseudo Reference"),
|
|
17
|
+
}),
|
|
18
|
+
}),
|
|
19
|
+
"selection steps": schema_1.t.list(schema_1.t.group({
|
|
20
|
+
// "dictionary": t.group({
|
|
21
|
+
// "name": t.basic_local(b.text()),
|
|
22
|
+
// }),
|
|
23
|
+
"group": schema_1.t.group({
|
|
24
|
+
"name": schema_1.t.text_global("Pseudo Reference"),
|
|
25
|
+
}),
|
|
26
|
+
"state constraint": schema_1.t.group({
|
|
27
|
+
"name": schema_1.t.text_global("Pseudo Reference"),
|
|
28
|
+
}),
|
|
29
|
+
"reference": schema_1.t.group({
|
|
30
|
+
"name": schema_1.t.text_global("Pseudo Reference"),
|
|
31
|
+
}),
|
|
32
|
+
}))
|
|
33
|
+
})),
|
|
34
|
+
"Node": (0, schema_1.type)(schema_1.t.group({
|
|
35
|
+
"properties": schema_1.t.dictionary(schema_1.t.group({
|
|
36
|
+
"type": schema_1.t.state_group({
|
|
37
|
+
"collection": schema_1.t.group({
|
|
38
|
+
"node": schema_1.t.component_cyclic("Node"),
|
|
39
|
+
}),
|
|
40
|
+
"file": schema_1.t.nothing(),
|
|
41
|
+
"group": schema_1.t.group({
|
|
42
|
+
"node": schema_1.t.component_cyclic("Node"),
|
|
43
|
+
}),
|
|
44
|
+
"natural": schema_1.t.text_local((0, schema_1.text)('single line')), //why is this not a number?
|
|
45
|
+
"text": schema_1.t.nothing(),
|
|
46
|
+
"reference": schema_1.t.nothing(),
|
|
47
|
+
"state group": schema_1.t.group({
|
|
48
|
+
"states": schema_1.t.dictionary(schema_1.t.group({
|
|
49
|
+
// "constraints": t.dictionary(t.group({
|
|
50
|
+
// "path": t.component("Path")
|
|
51
|
+
// })),
|
|
52
|
+
"node": schema_1.t.component_cyclic("Node")
|
|
53
|
+
}))
|
|
54
|
+
})
|
|
55
|
+
})
|
|
56
|
+
}))
|
|
57
|
+
})),
|
|
58
|
+
"Root": (0, schema_1.type)(schema_1.t.group({
|
|
59
|
+
"numerical types": schema_1.t.dictionary(schema_1.t.group({})),
|
|
60
|
+
"root": schema_1.t.component("Node"),
|
|
61
|
+
}))
|
|
62
|
+
});
|
|
63
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL2FjY291bnRpbmdfcnV3ZV9kYXRhL3NjaGVtYXMvYWxhbl9saWdodF9vbGRzdHlsZS8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBUXNDO0FBR3RDOzs7O0dBSUc7QUFDVSxRQUFBLENBQUMsR0FBa0MsSUFBQSxjQUFLLEVBQ2pEO0lBQ0ksTUFBTSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7UUFDakIsVUFBVSxFQUFFLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUMvQixTQUFTLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztZQUNmLFNBQVMsRUFBRSxVQUFDLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQztZQUN0QixrQkFBa0IsRUFBRSxVQUFDLENBQUMsS0FBSyxDQUFDO2dCQUN4QixNQUFNLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxrQkFBa0IsQ0FBQzthQUM1QyxDQUFDO1NBQ0wsQ0FBQztRQUNGLGlCQUFpQixFQUFFLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztZQUM5QiwwQkFBMEI7WUFDMUIsdUNBQXVDO1lBQ3ZDLE1BQU07WUFDTixPQUFPLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztnQkFDYixNQUFNLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxrQkFBa0IsQ0FBQzthQUM1QyxDQUFDO1lBQ0Ysa0JBQWtCLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztnQkFDeEIsTUFBTSxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsa0JBQWtCLENBQUM7YUFDNUMsQ0FBQztZQUNGLFdBQVcsRUFBRSxVQUFDLENBQUMsS0FBSyxDQUFDO2dCQUNqQixNQUFNLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxrQkFBa0IsQ0FBQzthQUM1QyxDQUFDO1NBQ0wsQ0FBQyxDQUFDO0tBQ04sQ0FBQyxDQUFDO0lBQ0gsTUFBTSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7UUFDakIsWUFBWSxFQUFFLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztZQUMvQixNQUFNLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQztnQkFDbEIsWUFBWSxFQUFFLFVBQUMsQ0FBQyxLQUFLLENBQUM7b0JBQ2xCLE1BQU0sRUFBRSxVQUFDLENBQUMsZ0JBQWdCLENBQUMsTUFBTSxDQUFDO2lCQUNyQyxDQUFDO2dCQUNGLE1BQU0sRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFO2dCQUNuQixPQUFPLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztvQkFDYixNQUFNLEVBQUUsVUFBQyxDQUFDLGdCQUFnQixDQUFDLE1BQU0sQ0FBQztpQkFDckMsQ0FBQztnQkFDRixTQUFTLEVBQUUsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQyxFQUFFLDJCQUEyQjtnQkFDekUsTUFBTSxFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7Z0JBQ25CLFdBQVcsRUFBRSxVQUFDLENBQUMsT0FBTyxFQUFFO2dCQUN4QixhQUFhLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztvQkFDbkIsUUFBUSxFQUFFLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQzt3QkFDM0Isd0NBQXdDO3dCQUN4QyxrQ0FBa0M7d0JBQ2xDLE9BQU87d0JBQ1AsTUFBTSxFQUFFLFVBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUM7cUJBQ3JDLENBQUMsQ0FBQztpQkFDTixDQUFDO2FBQ0wsQ0FBQztTQUNMLENBQUMsQ0FBQztLQUNOLENBQUMsQ0FBQztJQUNILE1BQU0sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQ2pCLGlCQUFpQixFQUFFLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQyxFQUV2QyxDQUFDLENBQUM7UUFDSCxNQUFNLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUM7S0FDOUIsQ0FBQyxDQUFDO0NBQ04sQ0FDSixDQUFBIn0=
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.globals)('constrained', {
|
|
6
|
+
"Bestandsnaam": (0, schema_1.text)('single line'),
|
|
7
|
+
"Wachtwoord": (0, schema_1.text)('single line'),
|
|
8
|
+
"Benaming": (0, schema_1.text)('single line'),
|
|
9
|
+
"Omschrijving": (0, schema_1.text)('multi line'),
|
|
10
|
+
}, {
|
|
11
|
+
"Bedrag": schema_1.n.integer(2),
|
|
12
|
+
"Dagen": schema_1.n.positive_natural(0),
|
|
13
|
+
"Datum": schema_1.n.integer(0),
|
|
14
|
+
"Promillage": schema_1.n.natural(0),
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvYWNjb3VudGluZ19ydXdlX2RhdGEvc2NoZW1hcy9ib2VraG91ZGluZy8kLmdsb2JhbHMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSwwREFJc0M7QUFHekIsUUFBQSxDQUFDLEdBQW1DLElBQUEsZ0JBQU8sRUFDcEQsYUFBYSxFQUNiO0lBQ0ksY0FBYyxFQUFFLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQztJQUNuQyxZQUFZLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0lBQ2pDLFVBQVUsRUFBRSxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUM7SUFDL0IsY0FBYyxFQUFFLElBQUEsYUFBSSxFQUFDLFlBQVksQ0FBQztDQUNyQyxFQUNEO0lBQ0ksUUFBUSxFQUFFLFVBQUMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDO0lBQ3RCLE9BQU8sRUFBRSxVQUFDLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxDQUFDO0lBQzlCLE9BQU8sRUFBRSxVQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQztJQUNyQixZQUFZLEVBQUUsVUFBQyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUM7Q0FFN0IsQ0FDSixDQUFBIn0=
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
+
const __types_astn_1 = require("./$.types.astn");
|
|
6
|
+
const __globals_astn_1 = require("./$.globals.astn");
|
|
7
|
+
const __signatures_astn_1 = require("./$.signatures.astn");
|
|
8
|
+
const __resolvers_astn_1 = require("./$.resolvers.astn");
|
|
9
|
+
exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, (0, schema_1.constrained)(__signatures_astn_1.$, __resolvers_astn_1.$));
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9hY2NvdW50aW5nX3J1d2VfZGF0YS9zY2hlbWFzL2JvZWtob3VkaW5nLyQubW9kdWxlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBSUEsMERBQW9FO0FBR3BFLGlEQUE0QztBQUM1QyxxREFBK0M7QUFDL0MsMkRBQXFEO0FBQ3JELHlEQUFrRDtBQUVyQyxRQUFBLENBQUMsR0FBcUMsSUFBQSxnQkFBTyxFQUN0RCxFQUFFLEVBQ0Ysa0JBQU8sRUFDUCxnQkFBTSxFQUNOLElBQUEsb0JBQVcsRUFDUCxxQkFBVSxFQUNWLG9CQUFRLENBQ1gsQ0FDSixDQUFBIn0=
|