pareto 0.76.67 → 0.77.0
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 → compile_temp_schemas.js} +3 -3
- package/dist/bin/seal.js +2 -2
- package/dist/bin/serialize_schemas.js +2 -2
- package/dist/bin/validate.js +2 -2
- package/dist/exceptional/deserializers/load_schema.d.ts +5 -5
- package/dist/exceptional/deserializers/load_schema.js +11 -10
- package/dist/{operations → implementation/algorithms/operations}/impure/tbd/path.d.ts +1 -1
- package/dist/implementation/algorithms/operations/impure/tbd/path.js +16 -0
- package/dist/implementation/algorithms/procedures/unguaranteed/compile_temp_schemas.js +152 -0
- package/dist/{procedures → implementation/algorithms/procedures}/unguaranteed/seal.js +2 -2
- package/dist/implementation/algorithms/procedures/unguaranteed/serialize_schemas.js +62 -0
- package/dist/{procedures → implementation/algorithms/procedures}/unguaranteed/validate.js +4 -4
- package/dist/{queries → implementation/algorithms/queries}/unguaranteed/load_pareto_document.d.ts +2 -2
- package/dist/implementation/algorithms/queries/unguaranteed/load_pareto_document.js +75 -0
- package/dist/{queries → implementation/algorithms/queries}/unguaranteed/load_pareto_file.d.ts +1 -1
- package/dist/{queries → implementation/algorithms/queries}/unguaranteed/load_pareto_file.js +4 -4
- package/dist/implementation/algorithms/transformations/module/exupery_implementation.d.ts +4 -0
- package/dist/{transformations → implementation/algorithms/transformations}/module/exupery_implementation.js +1 -1
- package/dist/implementation/algorithms/transformations/module/exupery_interface.d.ts +5 -0
- package/dist/{transformations → implementation/algorithms/transformations}/module/exupery_interface.js +6 -6
- package/dist/implementation/algorithms/transformations/module/temp_typescript_implementation.d.ts +3 -0
- package/dist/implementation/algorithms/transformations/module/temp_typescript_implementation.js +45 -0
- package/dist/implementation/algorithms/transformations/module/temp_typescript_interface.d.ts +3 -0
- package/dist/implementation/algorithms/transformations/module/temp_typescript_interface.js +43 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/deserialize.d.ts +8 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/deserialize.js +52 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_implementation/main.d.ts +2 -2
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/main.js +92 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_implementation/marshall.d.ts +3 -3
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/marshall.js +142 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +14 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.js +105 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_implementation/resolve.d.ts +3 -3
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/resolve.js +300 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/serialize.d.ts +9 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/serialize.js +53 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_implementation/unmarshall.d.ts +3 -3
- package/dist/implementation/algorithms/transformations/schema/exupery_implementation/unmarshall.js +158 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/deserialize.d.ts +6 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/deserialize.js +39 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/dummy_resolve.d.ts +3 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/dummy_resolve.js +13 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/main.d.ts +6 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/main.js +116 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/marshall.d.ts +6 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_interface/marshall.js +1 -1
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +7 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_interface/migrate_boilerplate.js +1 -1
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/resolve.d.ts +12 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/resolve.js +110 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/serialize.d.ts +6 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/serialize.js +39 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/types.d.ts +12 -0
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/types.js +192 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_interface/unmarshall.d.ts +2 -2
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_interface/unmarshall.js +1 -1
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/value_deserializers.d.ts +6 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_interface/value_deserializers.js +1 -1
- package/dist/implementation/algorithms/transformations/schema/exupery_interface/value_serializers.d.ts +6 -0
- package/dist/{transformations → implementation/algorithms/transformations}/schema/exupery_interface/value_serializers.js +1 -1
- package/dist/implementation/algorithms/transformations/temp/astn_schema.d.ts +10 -0
- package/dist/implementation/algorithms/transformations/temp/astn_schema.js +140 -0
- package/dist/{transformations → implementation/algorithms/transformations}/temp/unmarshall_astn_ast.d.ts +4 -4
- package/dist/{transformations → implementation/algorithms/transformations}/temp/unmarshall_astn_ast.js +6 -23
- package/dist/{transformations → implementation/algorithms/transformations}/unmarshall_errors/fountain_pen.d.ts +4 -4
- package/dist/implementation/algorithms/transformations/unmarshall_errors/fountain_pen.js +86 -0
- package/dist/implementation/algorithms/transformations/unmarshall_result/astn_authoring_target.d.ts +3 -0
- package/dist/{transformations → implementation/algorithms/transformations}/unmarshall_result/astn_authoring_target.js +1 -1
- package/dist/implementation/algorithms/transformations/unmarshall_result/unmarshall_errors.d.ts +8 -0
- package/dist/implementation/algorithms/transformations/unmarshall_result/unmarshall_errors.js +344 -0
- package/dist/implementation/generated/pareto/generic/parse/ast.d.ts +10 -0
- package/dist/implementation/generated/pareto/generic/parse/ast.js +245 -0
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +13 -0
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +50 -0
- package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +6 -0
- package/dist/implementation/generated/pareto/generic/parse/parse.js +65 -0
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +41 -0
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +113 -0
- package/dist/implementation/generated/pareto/generic/parse/token.d.ts +9 -0
- package/dist/implementation/generated/pareto/generic/parse/token.js +519 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/generic/resolve.d.ts +3 -3
- package/dist/implementation/generated/pareto/generic/resolve.js +276 -0
- package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
- package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +42 -0
- package/dist/implementation/generated/pareto/generic/unmarshall.js +247 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/astn_schema/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +232 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/astn_schema/resolve.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +446 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/astn_schema/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +206 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/marshall.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/marshall.js +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/resolve.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/resolve.js +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/unmarshall.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/unmarshall.js +1 -1
- package/dist/{generated/implementation/schemas/ast → implementation/generated/pareto/schemas/parse_tree}/marshall.d.ts +1 -1
- package/dist/{generated/implementation/schemas/ast → implementation/generated/pareto/schemas/parse_tree}/marshall.js +1 -1
- package/dist/{generated/implementation/schemas/ast → implementation/generated/pareto/schemas/parse_tree}/unmarshall.d.ts +1 -1
- package/dist/{generated/implementation/schemas/ast → implementation/generated/pareto/schemas/parse_tree}/unmarshall.js +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/marshall.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/marshall.js +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/resolve.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/schema/resolve.js +2025 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/unmarshall.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/unmarshall.js +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/token/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/token/marshall.js +230 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/token/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +218 -0
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_errors/marshall.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_errors/marshall.js +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_errors/unmarshall.d.ts +1 -1
- package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_errors/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/unmarshall_result/marshall.js +3 -0
- package/dist/implementation/generated/pareto/schemas/unmarshall_result/unmarshall.js +3 -0
- package/dist/interface/algorithms/operations/impure/tbd/path.d.ts +1 -0
- package/dist/interface/algorithms/operations/impure/tbd/path.js +5 -0
- package/dist/interface/algorithms/procedures/unguaranteed/compile.d.ts +1 -0
- package/dist/interface/algorithms/procedures/unguaranteed/compile.js +5 -0
- package/dist/interface/algorithms/procedures/unguaranteed/seal.d.ts +1 -0
- package/dist/interface/algorithms/procedures/unguaranteed/seal.js +5 -0
- package/dist/interface/algorithms/procedures/unguaranteed/serialize_schemas.d.ts +1 -0
- package/dist/interface/algorithms/procedures/unguaranteed/serialize_schemas.js +5 -0
- package/dist/interface/algorithms/procedures/unguaranteed/validate.d.ts +1 -0
- package/dist/interface/algorithms/procedures/unguaranteed/validate.js +5 -0
- package/dist/interface/algorithms/queries/unguaranteed/load_pareto_document.d.ts +1 -0
- package/dist/interface/algorithms/queries/unguaranteed/load_pareto_document.js +5 -0
- package/dist/interface/algorithms/queries/unguaranteed/load_pareto_file.d.ts +1 -0
- package/dist/interface/algorithms/queries/unguaranteed/load_pareto_file.js +5 -0
- package/dist/interface/algorithms/transformations/module/exupery_implementation.d.ts +1 -0
- package/dist/interface/algorithms/transformations/module/exupery_implementation.js +5 -0
- package/dist/interface/algorithms/transformations/module/exupery_interface.d.ts +1 -0
- package/dist/interface/algorithms/transformations/module/exupery_interface.js +5 -0
- package/dist/interface/algorithms/transformations/module/temp_typescript.d.ts +1 -0
- package/dist/interface/algorithms/transformations/module/temp_typescript.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/main.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/main.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/marshall.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/marshall.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/resolve.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/resolve.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/unmarshall.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_implementation/unmarshall.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/dummy_resolve.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/dummy_resolve.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/main.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/main.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/marshall.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/marshall.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/migrate_boilerplate.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/resolve.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/resolve.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/types.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/types.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/unmarshall.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/unmarshall.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/value_deserializers.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/value_deserializers.js +5 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/value_serializers.d.ts +1 -0
- package/dist/interface/algorithms/transformations/schema/exupery_interface/value_serializers.js +5 -0
- package/dist/interface/algorithms/transformations/temp/astn_schema.d.ts +1 -0
- package/dist/interface/algorithms/transformations/temp/astn_schema.js +5 -0
- package/dist/interface/algorithms/transformations/temp/unmarshall_astn_ast.d.ts +1 -0
- package/dist/interface/algorithms/transformations/temp/unmarshall_astn_ast.js +5 -0
- package/dist/interface/algorithms/transformations/unmarshall_errors/fountain_pen.d.ts +1 -0
- package/dist/interface/algorithms/transformations/unmarshall_errors/fountain_pen.js +5 -0
- package/dist/interface/algorithms/transformations/unmarshall_result/astn_authoring_target.d.ts +1 -0
- package/dist/interface/algorithms/transformations/unmarshall_result/astn_authoring_target.js +5 -0
- package/dist/interface/algorithms/transformations/unmarshall_result/unmarshall_errors.d.ts +1 -0
- package/dist/interface/algorithms/transformations/unmarshall_result/unmarshall_errors.js +5 -0
- package/dist/{generated/interface → interface/generated/pareto}/core/astn_source.d.ts +15 -0
- package/dist/{generated/interface → interface/generated/pareto}/core/astn_source.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/core/astn_target.js +1 -1
- package/dist/interface/generated/pareto/core/parse_result.d.ts +25 -0
- package/dist/interface/generated/pareto/core/parse_result.js +3 -0
- package/dist/{generated/interface → interface/generated/pareto}/core/resolve.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/core/resolved.js +1 -1
- package/dist/interface/generated/pareto/core/token.d.ts +49 -0
- package/dist/interface/generated/pareto/core/token.js +3 -0
- package/dist/{generated/interface → interface/generated/pareto}/core/unconstrained.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/core/unresolved.js +1 -1
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/data_types/resolve.js +1 -1
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/data_types/source.js +1 -1
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/data_types/target.js +1 -1
- package/dist/{generated/implementation/schemas/unmarshall_result → interface/generated/pareto/schemas/astn_schema}/marshall.js +1 -1
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/migrate_boilerplate.js +1 -1
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/astn_schema}/unmarshall.js +1 -1
- package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.js +3 -0
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/value_serializers.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/data_types/resolve.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/data_types/source.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/data_types/target.js +1 -1
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/module}/marshall.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/migrate_boilerplate.js +1 -1
- package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/module}/unmarshall.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/module/value_deserializers.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/module}/value_serializers.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.js +3 -0
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/parse_tree}/marshall.js +1 -1
- package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/parse_tree/unmarshall.js +3 -0
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/parse_tree}/value_deserializers.js +1 -1
- package/dist/interface/generated/pareto/schemas/parse_tree/value_serializers.js +3 -0
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/schema}/data_types/resolve.js +1 -1
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/schema}/data_types/source.js +1 -1
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/schema}/data_types/target.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/schema}/marshall.js +1 -1
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/schema}/migrate_boilerplate.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/schema}/unmarshall.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/value_deserializers.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/schema}/value_serializers.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/token/data_types/resolve.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/data_types/source.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/data_types/target.js +1 -1
- package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/token}/marshall.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/migrate_boilerplate.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/unmarshall.js +1 -1
- package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/value_deserializers.js +1 -1
- package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/token}/value_serializers.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/migrate_boilerplate.js +3 -0
- package/dist/{generated/implementation/schemas/unmarshall_result → interface/generated/pareto/schemas/unmarshall_errors}/unmarshall.js +1 -1
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/unmarshall_errors/value_serializers.js +3 -0
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/resolve.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/source.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/target.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/marshall.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/migrate_boilerplate.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/unmarshall.js +1 -1
- package/dist/interface/generated/pareto/schemas/unmarshall_result/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/unmarshall_result/value_serializers.js +3 -0
- package/dist/shorthands/module.d.ts +2 -2
- package/dist/shorthands/schema.d.ts +1 -1
- package/dist/temp/resolvers/module.d.ts +1 -1
- package/dist/temp/resolvers/module.js +31 -31
- package/dist/temp/resolvers/schema.d.ts +1 -1
- package/dist/temp/resolvers/schema.js +66 -66
- package/dist/temp/temp_unmashall_result_types.d.ts +3 -3
- package/dist/temp/temporary_schemas/accounting_ruwe_data/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/all.d.ts +1 -1
- package/dist/temp/temporary_schemas/all.js +19 -17
- package/dist/temp/temporary_schemas/antlr/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/ast/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/ast/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/ast/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/atn/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/atn/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/atn/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/dfa/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/dfa/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/dfa/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/lookahead/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/lookahead/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/antlr/schemas/lookahead/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schema_tree.astn.js +5 -9
- package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.resolvers.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_result/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_result/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_result/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/sealed_target/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/sealed_target/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/sealed_target/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn-to-xml/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn-to-xml/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn-to-xml/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn-to-xml/schemas/xml/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn-to-xml/schemas/xml/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn-to-xml/schemas/xml/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +8 -8
- package/dist/temp/temporary_schemas/exupery-resources/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schema_tree.astn.js +15 -13
- package/dist/temp/temporary_schemas/exupery-resources/schemas/copy/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/copy/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/copy/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/copy/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/{pareto-lionweb/schemas/m3_normalized → exupery-resources/schemas/execute_procedure_executable}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/{astn/schemas/sealed_parse_result → exupery-resources/schemas/execute_procedure_executable}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/{astn/schemas/sealed_parse_result → exupery-resources/schemas/execute_procedure_executable}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable_and_catch → execute_procedure_executable}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_procedure_executable/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_procedure_executable/$.types.astn.js +20 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable → execute_query_executable}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/{astn/schemas/sealed_ast → exupery-resources/schemas/execute_query_executable}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/{astn/schemas/sealed_ast → exupery-resources/schemas/execute_query_executable}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/{astn/schemas/sealed_ast → exupery-resources/schemas/execute_query_executable}/$.module.astn.js +2 -4
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable/$.types.astn.js +23 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable_and_catch → execute_query_executable_and_catch}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable_and_catch → execute_query_executable_and_catch}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable → execute_query_executable_and_catch}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.types.astn.js +26 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/get_instream_data/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/get_instream_data/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/get_instream_data/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/log/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/log/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/log/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/log_error/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/log_error/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/log_error/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/make_directory/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/make_directory/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/make_directory/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/make_directory/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_file/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_file/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_file/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/read_file/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery-resources/schemas/remove/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/remove/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/remove/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/remove/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery-resources/schemas/stat/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/stat/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/stat/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/stat/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/git/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/git/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/git/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/git/schemas/git/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/git/schemas/git/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/git/schemas/git/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/json-to-astn/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/json-to-astn/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/json-to-astn/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/json-to-astn/schemas/legacy_json_schema/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/json-to-astn/schemas/legacy_json_schema/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/json-to-astn/schemas/legacy_json_schema/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +7 -7
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-json/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-json/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-json/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schema_tree.astn.js +5 -3
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/lioncore/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/lioncore/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/lioncore/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/lioncore/$.types.astn.js +13 -9
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_chunk/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/{m3_normalized → serialization_chunk}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/{exupery-resources/schemas/run_query_executable_and_catch → pareto-lionweb/schemas/serialization_chunk}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/{exupery-resources/schemas/run_query_executable → pareto-lionweb/schemas/serialization_chunk}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_chunk/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_chunk/$.types.astn.js +41 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.globals.astn.js +10 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.types.astn.js +27 -0
- package/dist/temp/temporary_schemas/pareto-static-html/module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-static-html/module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-static-html/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-static-html/operations.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto-static-html/schema_tree.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-static-html/schema_tree.astn.js +9 -0
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.globals.astn.js +10 -0
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/{pareto-lionweb/schemas/m3_normalized → pareto-static-html/schemas/html-print}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.types.astn.js +81 -0
- package/dist/temp/temporary_schemas/pareto-targets/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/client/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/client/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/client/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.types.astn.d.ts +1 -1
- package/package.json +9 -9
- package/dist/generated/implementation/generic/resolve.js +0 -276
- package/dist/generated/implementation/generic/unmarshall.d.ts +0 -42
- package/dist/generated/implementation/generic/unmarshall.js +0 -238
- package/dist/generated/implementation/schemas/astn_schema/marshall.js +0 -232
- package/dist/generated/implementation/schemas/astn_schema/resolve.js +0 -446
- package/dist/generated/implementation/schemas/astn_schema/unmarshall.js +0 -206
- package/dist/generated/implementation/schemas/schema/resolve.js +0 -2025
- package/dist/generated/implementation/schemas/token/marshall.js +0 -230
- package/dist/generated/implementation/schemas/token/unmarshall.js +0 -218
- package/dist/generated/interface/schemas/token/data_types/source.js +0 -3
- package/dist/generated/interface/schemas/token/data_types/target.js +0 -3
- package/dist/generated/interface/schemas/token/marshall.js +0 -3
- package/dist/generated/interface/schemas/token/migrate_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/token/unmarshall.js +0 -3
- package/dist/generated/interface/schemas/token/value_deserializers.js +0 -3
- package/dist/generated/interface/schemas/token/value_serializers.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/source.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/target.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.d.ts +0 -1
- package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.js +0 -7
- package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_result/value_serializers.js +0 -3
- package/dist/operations/impure/tbd/path.js +0 -16
- package/dist/procedures/unguaranteed/compile.js +0 -140
- package/dist/procedures/unguaranteed/serialize_schemas.js +0 -69
- package/dist/queries/unguaranteed/load_pareto_document.js +0 -79
- package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.globals.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.types.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.types.astn.js +0 -74
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.globals.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.module.astn.js +0 -11
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.types.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.types.astn.js +0 -50
- package/dist/temp/temporary_schemas/exupery-resources/schemas/run_query_executable/$.globals.astn.js +0 -6
- package/dist/temp/temporary_schemas/exupery-resources/schemas/run_query_executable/$.types.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/exupery-resources/schemas/run_query_executable/$.types.astn.js +0 -23
- package/dist/temp/temporary_schemas/exupery-resources/schemas/run_query_executable_and_catch/$.types.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/exupery-resources/schemas/run_query_executable_and_catch/$.types.astn.js +0 -26
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.module.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.types.astn.d.ts +0 -3
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.types.astn.js +0 -38
- package/dist/transformations/module/exupery_implementation.d.ts +0 -4
- package/dist/transformations/module/exupery_interface.d.ts +0 -5
- package/dist/transformations/module/temp_typescript.d.ts +0 -3
- package/dist/transformations/module/temp_typescript.js +0 -56
- package/dist/transformations/schema/exupery_implementation/main.js +0 -81
- package/dist/transformations/schema/exupery_implementation/marshall.js +0 -142
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +0 -14
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +0 -105
- package/dist/transformations/schema/exupery_implementation/resolve.js +0 -300
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +0 -158
- package/dist/transformations/schema/exupery_interface/dummy_resolve.d.ts +0 -3
- package/dist/transformations/schema/exupery_interface/dummy_resolve.js +0 -13
- package/dist/transformations/schema/exupery_interface/main.d.ts +0 -6
- package/dist/transformations/schema/exupery_interface/main.js +0 -108
- package/dist/transformations/schema/exupery_interface/marshall.d.ts +0 -6
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +0 -7
- package/dist/transformations/schema/exupery_interface/resolve.d.ts +0 -12
- package/dist/transformations/schema/exupery_interface/resolve.js +0 -110
- package/dist/transformations/schema/exupery_interface/types.d.ts +0 -12
- package/dist/transformations/schema/exupery_interface/types.js +0 -192
- package/dist/transformations/schema/exupery_interface/value_deserializers.d.ts +0 -6
- package/dist/transformations/schema/exupery_interface/value_serializers.d.ts +0 -6
- package/dist/transformations/temp/astn_schema.d.ts +0 -10
- package/dist/transformations/temp/astn_schema.js +0 -140
- package/dist/transformations/unmarshall_errors/fountain_pen.js +0 -86
- package/dist/transformations/unmarshall_result/astn_authoring_target.d.ts +0 -3
- package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +0 -8
- package/dist/transformations/unmarshall_result/unmarshall_errors.js +0 -344
- /package/dist/bin/{compile.d.ts → compile_temp_schemas.d.ts} +0 -0
- /package/dist/{procedures/unguaranteed/compile.d.ts → implementation/algorithms/procedures/unguaranteed/compile_temp_schemas.d.ts} +0 -0
- /package/dist/{procedures → implementation/algorithms/procedures}/unguaranteed/seal.d.ts +0 -0
- /package/dist/{procedures → implementation/algorithms/procedures}/unguaranteed/serialize_schemas.d.ts +0 -0
- /package/dist/{procedures → implementation/algorithms/procedures}/unguaranteed/validate.d.ts +0 -0
- /package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_result/marshall.d.ts +0 -0
- /package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_result/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/core/astn_target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/core/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/core/resolved.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/core/unconstrained.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/core/unresolved.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/marshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/astn_schema}/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/astn_schema}/value_serializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/marshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/value_serializers.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/marshall.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/parse_tree}/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/parse_tree}/value_serializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/marshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/value_serializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/marshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/value_serializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/marshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/value_serializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/resolve.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/source.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/target.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/marshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/migrate_boilerplate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/unmarshall.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/value_deserializers.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/value_serializers.d.ts +0 -0
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.Types = exports.Type_Node = exports.Type = exports.Text_Type = exports.Schemas = exports.Schema_Tree = exports.Schema = exports.Imports = exports.Group = exports.Globals = exports.Dictionary = void 0;
|
|
27
|
-
const _pa = __importStar(require("exupery-core-alg"));
|
|
28
|
-
const _i_generic = __importStar(require("../../generic/unmarshall"));
|
|
29
|
-
const Dictionary = ($, $p) => _i_generic.process_group($, {
|
|
30
|
-
'properties': ($) => ({
|
|
31
|
-
'node': _pa.cc(_i_generic.get_entry($, {
|
|
32
|
-
'key': "node",
|
|
33
|
-
}), ($) => (0, exports.Type_Node)($, {
|
|
34
|
-
'value deserializers': $p['value deserializers'],
|
|
35
|
-
})),
|
|
36
|
-
'ordered': _pa.cc(_i_generic.get_entry($, {
|
|
37
|
-
'key': "ordered",
|
|
38
|
-
}), ($) => _i_generic.process_boolean($, {
|
|
39
|
-
'deserializer': $p['value deserializers']['boolean'],
|
|
40
|
-
})),
|
|
41
|
-
}),
|
|
42
|
-
});
|
|
43
|
-
exports.Dictionary = Dictionary;
|
|
44
|
-
const Globals = ($, $p) => _i_generic.process_group($, {
|
|
45
|
-
'properties': ($) => ({
|
|
46
|
-
'text types': _pa.cc(_i_generic.get_entry($, {
|
|
47
|
-
'key': "text types",
|
|
48
|
-
}), ($) => _i_generic.process_unresolved_dictionary($, {
|
|
49
|
-
'value': ($) => (0, exports.Text_Type)($, {
|
|
50
|
-
'value deserializers': $p['value deserializers'],
|
|
51
|
-
}),
|
|
52
|
-
})),
|
|
53
|
-
}),
|
|
54
|
-
});
|
|
55
|
-
exports.Globals = Globals;
|
|
56
|
-
const Group = ($, $p) => _i_generic.process_unresolved_dictionary($, {
|
|
57
|
-
'value': ($) => (0, exports.Type_Node)($, {
|
|
58
|
-
'value deserializers': $p['value deserializers'],
|
|
59
|
-
}),
|
|
60
|
-
});
|
|
61
|
-
exports.Group = Group;
|
|
62
|
-
const Imports = ($, $p) => _i_generic.process_unresolved_dictionary($, {
|
|
63
|
-
'value': ($) => _i_generic.process_group($, {
|
|
64
|
-
'properties': ($) => ({
|
|
65
|
-
'schema': _pa.cc(_i_generic.get_entry($, {
|
|
66
|
-
'key': "schema",
|
|
67
|
-
}), ($) => _i_generic.process_derived_reference($, null)),
|
|
68
|
-
'schema set child': _pa.cc(_i_generic.get_entry($, {
|
|
69
|
-
'key': "schema set child",
|
|
70
|
-
}), ($) => _i_generic.process_stack_reference($, null)),
|
|
71
|
-
}),
|
|
72
|
-
}),
|
|
73
|
-
});
|
|
74
|
-
exports.Imports = Imports;
|
|
75
|
-
const Schema = ($, $p) => _i_generic.process_group($, {
|
|
76
|
-
'properties': ($) => ({
|
|
77
|
-
'globals': _pa.cc(_i_generic.get_entry($, {
|
|
78
|
-
'key': "globals",
|
|
79
|
-
}), ($) => (0, exports.Globals)($, {
|
|
80
|
-
'value deserializers': $p['value deserializers'],
|
|
81
|
-
})),
|
|
82
|
-
'imports': _pa.cc(_i_generic.get_entry($, {
|
|
83
|
-
'key': "imports",
|
|
84
|
-
}), ($) => (0, exports.Imports)($, {
|
|
85
|
-
'value deserializers': $p['value deserializers'],
|
|
86
|
-
})),
|
|
87
|
-
'types': _pa.cc(_i_generic.get_entry($, {
|
|
88
|
-
'key': "types",
|
|
89
|
-
}), ($) => (0, exports.Types)($, {
|
|
90
|
-
'value deserializers': $p['value deserializers'],
|
|
91
|
-
})),
|
|
92
|
-
}),
|
|
93
|
-
});
|
|
94
|
-
exports.Schema = Schema;
|
|
95
|
-
const Schema_Tree = ($, $p) => _i_generic.process_unresolved_state_group($, {
|
|
96
|
-
'states': _pa.dictionary_literal({
|
|
97
|
-
'schema': ($) => ['schema', (0, exports.Schema)($, {
|
|
98
|
-
'value deserializers': $p['value deserializers'],
|
|
99
|
-
})],
|
|
100
|
-
'set': ($) => ['set', (0, exports.Schemas)($, {
|
|
101
|
-
'value deserializers': $p['value deserializers'],
|
|
102
|
-
})],
|
|
103
|
-
}),
|
|
104
|
-
});
|
|
105
|
-
exports.Schema_Tree = Schema_Tree;
|
|
106
|
-
const Schemas = ($, $p) => _i_generic.process_unresolved_dictionary($, {
|
|
107
|
-
'value': ($) => (0, exports.Schema_Tree)($, {
|
|
108
|
-
'value deserializers': $p['value deserializers'],
|
|
109
|
-
}),
|
|
110
|
-
});
|
|
111
|
-
exports.Schemas = Schemas;
|
|
112
|
-
const Text_Type = ($, $p) => _i_generic.process_group($, {
|
|
113
|
-
'properties': ($) => ({
|
|
114
|
-
'type': _pa.cc(_i_generic.get_entry($, {
|
|
115
|
-
'key': "type",
|
|
116
|
-
}), ($) => _i_generic.process_unresolved_state_group($, {
|
|
117
|
-
'states': _pa.dictionary_literal({
|
|
118
|
-
'multi line': ($) => ['multi line', _i_generic.process_nothing($, null)],
|
|
119
|
-
'single line': ($) => ['single line', _i_generic.process_nothing($, null)],
|
|
120
|
-
}),
|
|
121
|
-
})),
|
|
122
|
-
}),
|
|
123
|
-
});
|
|
124
|
-
exports.Text_Type = Text_Type;
|
|
125
|
-
const Type = ($, $p) => _i_generic.process_group($, {
|
|
126
|
-
'properties': ($) => ({
|
|
127
|
-
'node': _pa.cc(_i_generic.get_entry($, {
|
|
128
|
-
'key': "node",
|
|
129
|
-
}), ($) => (0, exports.Type_Node)($, {
|
|
130
|
-
'value deserializers': $p['value deserializers'],
|
|
131
|
-
})),
|
|
132
|
-
}),
|
|
133
|
-
});
|
|
134
|
-
exports.Type = Type;
|
|
135
|
-
const Type_Node = ($, $p) => _i_generic.process_unresolved_state_group($, {
|
|
136
|
-
'states': _pa.dictionary_literal({
|
|
137
|
-
'component': ($) => ['component', _i_generic.process_unresolved_state_group($, {
|
|
138
|
-
'states': _pa.dictionary_literal({
|
|
139
|
-
'external': ($) => ['external', _i_generic.process_group($, {
|
|
140
|
-
'properties': ($) => ({
|
|
141
|
-
'import': _pa.cc(_i_generic.get_entry($, {
|
|
142
|
-
'key': "import",
|
|
143
|
-
}), ($) => _i_generic.process_selected_reference($, null)),
|
|
144
|
-
'type': _pa.cc(_i_generic.get_entry($, {
|
|
145
|
-
'key': "type",
|
|
146
|
-
}), ($) => _i_generic.process_selected_reference($, null)),
|
|
147
|
-
}),
|
|
148
|
-
})],
|
|
149
|
-
'internal': ($) => ['internal', _i_generic.process_selected_reference($, null)],
|
|
150
|
-
'internal cyclic': ($) => ['internal cyclic', _i_generic.process_selected_reference($, null)],
|
|
151
|
-
}),
|
|
152
|
-
})],
|
|
153
|
-
'dictionary': ($) => ['dictionary', (0, exports.Dictionary)($, {
|
|
154
|
-
'value deserializers': $p['value deserializers'],
|
|
155
|
-
})],
|
|
156
|
-
'group': ($) => ['group', (0, exports.Group)($, {
|
|
157
|
-
'value deserializers': $p['value deserializers'],
|
|
158
|
-
})],
|
|
159
|
-
'list': ($) => ['list', _i_generic.process_group($, {
|
|
160
|
-
'properties': ($) => ({
|
|
161
|
-
'node': _pa.cc(_i_generic.get_entry($, {
|
|
162
|
-
'key': "node",
|
|
163
|
-
}), ($) => (0, exports.Type_Node)($, {
|
|
164
|
-
'value deserializers': $p['value deserializers'],
|
|
165
|
-
})),
|
|
166
|
-
}),
|
|
167
|
-
})],
|
|
168
|
-
'nothing': ($) => ['nothing', _i_generic.process_nothing($, null)],
|
|
169
|
-
'optional': ($) => ['optional', (0, exports.Type_Node)($, {
|
|
170
|
-
'value deserializers': $p['value deserializers'],
|
|
171
|
-
})],
|
|
172
|
-
'reference': ($) => ['reference', _i_generic.process_group($, {
|
|
173
|
-
'properties': ($) => ({
|
|
174
|
-
'type': _pa.cc(_i_generic.get_entry($, {
|
|
175
|
-
'key': "type",
|
|
176
|
-
}), ($) => _i_generic.process_unresolved_state_group($, {
|
|
177
|
-
'states': _pa.dictionary_literal({
|
|
178
|
-
'derived': ($) => ['derived', _i_generic.process_nothing($, null)],
|
|
179
|
-
'selected': ($) => ['selected', _i_generic.process_nothing($, null)],
|
|
180
|
-
}),
|
|
181
|
-
})),
|
|
182
|
-
}),
|
|
183
|
-
})],
|
|
184
|
-
'state group': ($) => ['state group', _i_generic.process_unresolved_dictionary($, {
|
|
185
|
-
'value': ($) => (0, exports.Type_Node)($, {
|
|
186
|
-
'value deserializers': $p['value deserializers'],
|
|
187
|
-
}),
|
|
188
|
-
})],
|
|
189
|
-
'text': ($) => ['text', _i_generic.process_unresolved_state_group($, {
|
|
190
|
-
'states': _pa.dictionary_literal({
|
|
191
|
-
'global': ($) => ['global', _i_generic.process_selected_reference($, null)],
|
|
192
|
-
'local': ($) => ['local', (0, exports.Text_Type)($, {
|
|
193
|
-
'value deserializers': $p['value deserializers'],
|
|
194
|
-
})],
|
|
195
|
-
}),
|
|
196
|
-
})],
|
|
197
|
-
}),
|
|
198
|
-
});
|
|
199
|
-
exports.Type_Node = Type_Node;
|
|
200
|
-
const Types = ($, $p) => _i_generic.process_unresolved_dictionary($, {
|
|
201
|
-
'value': ($) => (0, exports.Type)($, {
|
|
202
|
-
'value deserializers': $p['value deserializers'],
|
|
203
|
-
}),
|
|
204
|
-
});
|
|
205
|
-
exports.Types = Types;
|
|
206
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW1wbGVtZW50YXRpb24vc2NoZW1hcy9hc3RuX3NjaGVtYS91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsc0RBQXVDO0FBR3ZDLHFFQUFzRDtBQU0vQyxNQUFNLFVBQVUsR0FBZ0MsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUN0RixDQUFDLEVBQ0Q7SUFDSSxZQUFZLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFDbEIsTUFBTSxFQUFFLEdBQUcsQ0FBQyxFQUFFLENBQUMsVUFBVSxDQUFDLFNBQVMsQ0FDL0IsQ0FBQyxFQUNEO1lBQ0ksS0FBSyxFQUFFLE1BQU07U0FDaEIsQ0FDSixFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxJQUFBLGlCQUFTLEVBQ2YsQ0FBQyxFQUNEO1lBQ0kscUJBQXFCLEVBQUUsRUFBRSxDQUFDLHFCQUFxQixDQUFDO1NBQ25ELENBQ0osQ0FBQztRQUNGLFNBQVMsRUFBRSxHQUFHLENBQUMsRUFBRSxDQUFDLFVBQVUsQ0FBQyxTQUFTLENBQ2xDLENBQUMsRUFDRDtZQUNJLEtBQUssRUFBRSxTQUFTO1NBQ25CLENBQ0osRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsVUFBVSxDQUFDLGVBQWUsQ0FDaEMsQ0FBQyxFQUNEO1lBQ0ksY0FBYyxFQUFFLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQyxDQUFDLFNBQVMsQ0FBQztTQUN2RCxDQUNKLENBQUM7S0FDTCxDQUFDO0NBQ0wsQ0FDSixDQUFBO0FBNUJZLFFBQUEsVUFBVSxjQTRCdEI7QUFDTSxNQUFNLE9BQU8sR0FBNkIsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUMs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
|