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,344 +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.Node = exports.Group_Content = exports.Optional_Node = void 0;
|
|
27
|
-
const _ea = __importStar(require("exupery-core-alg"));
|
|
28
|
-
const _edev = __importStar(require("exupery-core-dev"));
|
|
29
|
-
const flatten_1 = require("pareto-standard-operations/dist/operations/pure/list/flatten");
|
|
30
|
-
const directory_of_lists_to_list_1 = require("pareto-standard-operations/dist/operations/impure/dictionary/directory_of_lists_to_list");
|
|
31
|
-
const Optional_Node = ($, $p) => {
|
|
32
|
-
return $.transform(($) => (0, exports.Node)($, $p), () => _ea.array_literal([]));
|
|
33
|
-
};
|
|
34
|
-
exports.Optional_Node = Optional_Node;
|
|
35
|
-
const Group_Content = ($, $p) => {
|
|
36
|
-
return (0, flatten_1.$$)(_ea.array_literal([
|
|
37
|
-
(0, directory_of_lists_to_list_1.$$)($.properties.map(($, key) => _ea.cc($, ($) => {
|
|
38
|
-
switch ($[0]) {
|
|
39
|
-
case 'multiple': return _ea.ss($, ($) => (0, flatten_1.$$)($.map(($) => (0, flatten_1.$$)(_ea.array_literal([
|
|
40
|
-
_ea.array_literal([
|
|
41
|
-
{
|
|
42
|
-
'range': $.key.range,
|
|
43
|
-
'type': ['error', ['duplicate property', {
|
|
44
|
-
name: key
|
|
45
|
-
}]]
|
|
46
|
-
}
|
|
47
|
-
]),
|
|
48
|
-
(0, exports.Optional_Node)($.node, null)
|
|
49
|
-
])))));
|
|
50
|
-
case 'missing': return _ea.ss($, ($) => _ea.array_literal([
|
|
51
|
-
{
|
|
52
|
-
'range': $p['group range'],
|
|
53
|
-
'type': ['error', ['missing property', {
|
|
54
|
-
name: key
|
|
55
|
-
}]]
|
|
56
|
-
}
|
|
57
|
-
]));
|
|
58
|
-
case 'unique': return _ea.ss($, ($) => (0, exports.Optional_Node)($.node, null));
|
|
59
|
-
default: return _ea.au($[0]);
|
|
60
|
-
}
|
|
61
|
-
}))),
|
|
62
|
-
(0, directory_of_lists_to_list_1.$$)($['superfluous entries'].map(($, key) => (0, flatten_1.$$)($.map(($) => _ea.array_literal([
|
|
63
|
-
{
|
|
64
|
-
'range': $,
|
|
65
|
-
'type': ['error', ['superfluous property', {
|
|
66
|
-
name: key
|
|
67
|
-
}]]
|
|
68
|
-
}
|
|
69
|
-
])))))
|
|
70
|
-
]));
|
|
71
|
-
};
|
|
72
|
-
exports.Group_Content = Group_Content;
|
|
73
|
-
const Node = ($, $p) => {
|
|
74
|
-
return _ea.cc($.type, ($) => {
|
|
75
|
-
switch ($[0]) {
|
|
76
|
-
case 'group': return _ea.ss($, ($) => _ea.cc($['found value type'], ($) => {
|
|
77
|
-
switch ($[0]) {
|
|
78
|
-
case 'valid': return _ea.ss($, ($) => _ea.cc($, ($) => {
|
|
79
|
-
switch ($[0]) {
|
|
80
|
-
case 'ordered': return _ea.ss($, ($) => {
|
|
81
|
-
return (0, exports.Group_Content)($.content, {
|
|
82
|
-
'group range': _ea.cc($.value, ($) => {
|
|
83
|
-
switch ($[0]) {
|
|
84
|
-
case 'concise group': return _ea.ss($, ($) => $['<'].range);
|
|
85
|
-
case 'list': return _ea.ss($, ($) => $['['].range);
|
|
86
|
-
default: return _ea.au($[0]);
|
|
87
|
-
}
|
|
88
|
-
})
|
|
89
|
-
});
|
|
90
|
-
});
|
|
91
|
-
case 'indexed': return _ea.ss($, ($) => {
|
|
92
|
-
return (0, exports.Group_Content)($.content, {
|
|
93
|
-
'group range': _ea.cc($.value, ($) => {
|
|
94
|
-
switch ($[0]) {
|
|
95
|
-
case 'verbose group': return _ea.ss($, ($) => $['('].range);
|
|
96
|
-
case 'dictionary': return _ea.ss($, ($) => $['{'].range);
|
|
97
|
-
default: return _ea.au($[0]);
|
|
98
|
-
}
|
|
99
|
-
})
|
|
100
|
-
});
|
|
101
|
-
});
|
|
102
|
-
default: return _ea.au($[0]);
|
|
103
|
-
}
|
|
104
|
-
}));
|
|
105
|
-
case 'invalid': return _ea.ss($, ($) => _ea.array_literal([
|
|
106
|
-
{
|
|
107
|
-
'range': $,
|
|
108
|
-
'type': ['error', ['invalid value type', {
|
|
109
|
-
'expected': _ea.array_literal([['verbose group', null]]),
|
|
110
|
-
}]]
|
|
111
|
-
}
|
|
112
|
-
]));
|
|
113
|
-
default: return _ea.au($[0]);
|
|
114
|
-
}
|
|
115
|
-
}));
|
|
116
|
-
case 'dictionary': return _ea.ss($, ($) => _ea.cc($['found value type'], ($) => {
|
|
117
|
-
switch ($[0]) {
|
|
118
|
-
case 'valid': return _ea.ss($, ($) => {
|
|
119
|
-
return (0, directory_of_lists_to_list_1.$$)($.entries.map(($, key) => {
|
|
120
|
-
return _ea.cc($, ($) => {
|
|
121
|
-
switch ($[0]) {
|
|
122
|
-
case 'unique': return _ea.ss($, ($) => (0, exports.Optional_Node)($, $p));
|
|
123
|
-
case 'multiple': return _ea.ss($, ($) => (0, flatten_1.$$)($.map(($) => (0, flatten_1.$$)(_ea.array_literal([
|
|
124
|
-
_ea.array_literal([
|
|
125
|
-
{
|
|
126
|
-
'range': $.key.range,
|
|
127
|
-
'type': ['error', ['duplicate property', {
|
|
128
|
-
name: key
|
|
129
|
-
}]]
|
|
130
|
-
}
|
|
131
|
-
]),
|
|
132
|
-
(0, exports.Optional_Node)($.node, $p)
|
|
133
|
-
])))));
|
|
134
|
-
default: return _ea.au($[0]);
|
|
135
|
-
}
|
|
136
|
-
});
|
|
137
|
-
}));
|
|
138
|
-
});
|
|
139
|
-
case 'invalid': return _ea.ss($, ($) => _ea.array_literal([
|
|
140
|
-
{
|
|
141
|
-
'range': $,
|
|
142
|
-
'type': ['error', ['invalid value type', {
|
|
143
|
-
'expected': _ea.array_literal([['dictionary', null]]),
|
|
144
|
-
}]]
|
|
145
|
-
}
|
|
146
|
-
]));
|
|
147
|
-
default: return _ea.au($[0]);
|
|
148
|
-
}
|
|
149
|
-
}));
|
|
150
|
-
case 'number': return _ea.ss($, ($) => _ea.cc($['found value type'], ($) => {
|
|
151
|
-
switch ($[0]) {
|
|
152
|
-
case 'valid': return _ea.ss($, ($) => $['correct string type']
|
|
153
|
-
? _ea.array_literal([])
|
|
154
|
-
: _ea.array_literal([{
|
|
155
|
-
'range': $.range,
|
|
156
|
-
'type': ['warning', ['expected undelimited string', null]]
|
|
157
|
-
}]));
|
|
158
|
-
case 'invalid': return _ea.ss($, ($) => _ea.array_literal([
|
|
159
|
-
{
|
|
160
|
-
'range': $,
|
|
161
|
-
'type': ['error', ['invalid value type', {
|
|
162
|
-
'expected': _ea.array_literal([['text', null]]),
|
|
163
|
-
}]]
|
|
164
|
-
}
|
|
165
|
-
]));
|
|
166
|
-
default: return _ea.au($[0]);
|
|
167
|
-
}
|
|
168
|
-
}));
|
|
169
|
-
case 'boolean': return _ea.ss($, ($) => _ea.cc($['found value type'], ($) => {
|
|
170
|
-
switch ($[0]) {
|
|
171
|
-
case 'valid': return _ea.ss($, ($) => $['correct string type']
|
|
172
|
-
? _ea.array_literal([])
|
|
173
|
-
: _ea.array_literal([{
|
|
174
|
-
'range': $.range,
|
|
175
|
-
'type': ['warning', ['expected undelimited string', null]]
|
|
176
|
-
}]));
|
|
177
|
-
case 'invalid': return _ea.ss($, ($) => _ea.array_literal([
|
|
178
|
-
{
|
|
179
|
-
'range': $,
|
|
180
|
-
'type': ['error', ['invalid value type', {
|
|
181
|
-
'expected': _ea.array_literal([['text', null]]),
|
|
182
|
-
}]]
|
|
183
|
-
}
|
|
184
|
-
]));
|
|
185
|
-
default: return _ea.au($[0]);
|
|
186
|
-
}
|
|
187
|
-
}));
|
|
188
|
-
case 'list': return _ea.ss($, ($) => _ea.cc($['found value type'], ($) => {
|
|
189
|
-
switch ($[0]) {
|
|
190
|
-
case 'valid': return _ea.ss($, ($) => (0, flatten_1.$$)($.elements.map(($) => (0, exports.Node)($, $p))));
|
|
191
|
-
case 'invalid': return _ea.ss($, ($) => _ea.array_literal([
|
|
192
|
-
{
|
|
193
|
-
'range': $,
|
|
194
|
-
'type': ['error', ['invalid value type', {
|
|
195
|
-
'expected': _ea.array_literal([['list', null]]),
|
|
196
|
-
}]]
|
|
197
|
-
}
|
|
198
|
-
]));
|
|
199
|
-
default: return _ea.au($[0]);
|
|
200
|
-
}
|
|
201
|
-
}));
|
|
202
|
-
case 'nothing': return _ea.ss($, ($) => _ea.cc($['found value type'], ($) => {
|
|
203
|
-
switch ($[0]) {
|
|
204
|
-
case 'valid': return _ea.ss($, ($) => _ea.array_literal([]));
|
|
205
|
-
case 'invalid': return _ea.ss($, ($) => _ea.array_literal([
|
|
206
|
-
{
|
|
207
|
-
'range': $,
|
|
208
|
-
'type': ['error', ['invalid value type', {
|
|
209
|
-
'expected': _ea.array_literal([['not set', null]]),
|
|
210
|
-
}]]
|
|
211
|
-
}
|
|
212
|
-
]));
|
|
213
|
-
default: return _ea.au($[0]);
|
|
214
|
-
}
|
|
215
|
-
}));
|
|
216
|
-
case 'reference': return _ea.ss($, ($) => _ea.cc($['found value type'], ($) => {
|
|
217
|
-
switch ($[0]) {
|
|
218
|
-
case 'valid': return _ea.ss($, ($) => _ea.array_literal([]));
|
|
219
|
-
case 'invalid': return _ea.ss($, ($) => _ea.array_literal([
|
|
220
|
-
{
|
|
221
|
-
'range': $,
|
|
222
|
-
'type': ['error', ['invalid value type', {
|
|
223
|
-
'expected': _ea.array_literal([['text', null]]),
|
|
224
|
-
}]]
|
|
225
|
-
}
|
|
226
|
-
]));
|
|
227
|
-
default: return _ea.au($[0]);
|
|
228
|
-
}
|
|
229
|
-
}));
|
|
230
|
-
case 'component': return _ea.ss($, ($) => {
|
|
231
|
-
return (0, exports.Node)($.node, $p);
|
|
232
|
-
});
|
|
233
|
-
case 'type parameter': return _ea.ss($, ($) => _edev.implement_me());
|
|
234
|
-
case 'optional': return _ea.ss($, ($) => _ea.cc($['found value type'], ($) => {
|
|
235
|
-
switch ($[0]) {
|
|
236
|
-
case 'valid': return _ea.ss($, ($) => _ea.cc($, ($) => {
|
|
237
|
-
switch ($[0]) {
|
|
238
|
-
case 'set': return _ea.ss($, ($) => (0, exports.Node)($['child node'], $p));
|
|
239
|
-
case 'not set': return _ea.ss($, ($) => _ea.array_literal([]));
|
|
240
|
-
default: return _ea.au($[0]);
|
|
241
|
-
}
|
|
242
|
-
}));
|
|
243
|
-
case 'invalid': return _ea.ss($, ($) => _ea.array_literal([
|
|
244
|
-
{
|
|
245
|
-
'range': $,
|
|
246
|
-
'type': ['error', ['invalid value type', {
|
|
247
|
-
'expected': _ea.array_literal([['set', null], ['not set', null]]),
|
|
248
|
-
}]]
|
|
249
|
-
}
|
|
250
|
-
]));
|
|
251
|
-
default: return _ea.au($[0]);
|
|
252
|
-
}
|
|
253
|
-
}));
|
|
254
|
-
case 'state': return _ea.ss($, ($) => {
|
|
255
|
-
const sg_def = $.definition;
|
|
256
|
-
return _ea.cc($['found value type'], ($) => {
|
|
257
|
-
switch ($[0]) {
|
|
258
|
-
case 'valid': return _ea.ss($, ($) => {
|
|
259
|
-
return _ea.cc($['value type'], ($) => {
|
|
260
|
-
switch ($[0]) {
|
|
261
|
-
case 'state': return _ea.ss($, ($) => _ea.cc($['value substatus'], ($) => {
|
|
262
|
-
switch ($[0]) {
|
|
263
|
-
case 'missing data': return _ea.ss($, ($) => _ea.array_literal([
|
|
264
|
-
{
|
|
265
|
-
'range': $.range,
|
|
266
|
-
'type': ['error', ['state', ['state is not a string', null]]] //FIXME wrong error
|
|
267
|
-
}
|
|
268
|
-
]));
|
|
269
|
-
case 'set': return _ea.ss($, ($) => {
|
|
270
|
-
{
|
|
271
|
-
const xx = $.value;
|
|
272
|
-
return $['found state definition'].transform(($) => (0, exports.Node)($.node, $p), () => _ea.array_literal([
|
|
273
|
-
{
|
|
274
|
-
'range': xx.state.range,
|
|
275
|
-
'type': ['error', ['state', ['unknown state', {
|
|
276
|
-
'found': xx.state.value,
|
|
277
|
-
'expected': sg_def.map(($) => null)
|
|
278
|
-
}]]]
|
|
279
|
-
}
|
|
280
|
-
]));
|
|
281
|
-
}
|
|
282
|
-
});
|
|
283
|
-
default: return _ea.au($[0]);
|
|
284
|
-
}
|
|
285
|
-
}));
|
|
286
|
-
default: return _ea.au($[0]);
|
|
287
|
-
}
|
|
288
|
-
});
|
|
289
|
-
});
|
|
290
|
-
case 'invalid': return _ea.ss($, ($) => _ea.array_literal([
|
|
291
|
-
{
|
|
292
|
-
'range': $,
|
|
293
|
-
'type': ['error', ['invalid value type', {
|
|
294
|
-
'expected': _ea.array_literal([['state', null]]),
|
|
295
|
-
}]]
|
|
296
|
-
}
|
|
297
|
-
]));
|
|
298
|
-
// case 'more than 2 elements': return _ea.ss($, ($) => _ea.array_literal([{
|
|
299
|
-
// 'range': $,
|
|
300
|
-
// 'type': ['error', ['state', ['more than 2 elements', null]]]
|
|
301
|
-
// }]))
|
|
302
|
-
// case 'missing state name': return _ea.ss($, ($) => _ea.array_literal([{
|
|
303
|
-
// 'range': $,
|
|
304
|
-
// 'type': ['error', ['state', ['missing state name', null]]]
|
|
305
|
-
// }]))
|
|
306
|
-
// case 'state is not a string': return _ea.ss($, ($) => _ea.array_literal([{
|
|
307
|
-
// 'range': $,
|
|
308
|
-
// 'type': ['error', ['state', ['state is not a string', null]]]
|
|
309
|
-
// }]))
|
|
310
|
-
// case 'missing value': return _ea.ss($, ($) => _ea.array_literal([{
|
|
311
|
-
// 'range': $,
|
|
312
|
-
// 'type': ['error', ['state', ['missing value', null]]]
|
|
313
|
-
// }]))
|
|
314
|
-
// case 'unknown state': return _ea.ss($, ($) => _ea.array_literal([{
|
|
315
|
-
// 'range': $.range,
|
|
316
|
-
// 'type': ['error', ['state', ['unknown state', {
|
|
317
|
-
// 'found': $.found,
|
|
318
|
-
// 'expected': $.expected
|
|
319
|
-
// }]]]
|
|
320
|
-
// }]))
|
|
321
|
-
default: return _ea.au($[0]);
|
|
322
|
-
}
|
|
323
|
-
});
|
|
324
|
-
});
|
|
325
|
-
case 'text': return _ea.ss($, ($) => _ea.cc($['found value type'], ($) => {
|
|
326
|
-
switch ($[0]) {
|
|
327
|
-
case 'valid': return _ea.array_literal([]);
|
|
328
|
-
case 'invalid': return _ea.ss($, ($) => _ea.array_literal([
|
|
329
|
-
{
|
|
330
|
-
'range': $,
|
|
331
|
-
'type': ['error', ['invalid value type', {
|
|
332
|
-
'expected': _ea.array_literal([['text', null]]),
|
|
333
|
-
}]]
|
|
334
|
-
}
|
|
335
|
-
]));
|
|
336
|
-
default: return _ea.au($[0]);
|
|
337
|
-
}
|
|
338
|
-
}));
|
|
339
|
-
default: return _ea.au($[0]);
|
|
340
|
-
}
|
|
341
|
-
});
|
|
342
|
-
};
|
|
343
|
-
exports.Node = Node;
|
|
344
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbF9lcnJvcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdHJhbnNmb3JtYXRpb25zL3VubWFyc2hhbGxfcmVzdWx0L3VubWFyc2hhbGxfZXJyb3JzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsc0RBQXVDO0FBQ3ZDLHdEQUF5QztBQU16QywwRkFBK0Y7QUFDL0Ysd0lBQTZJO0FBRXRJLE1BQU0sYUFBYSxHQUFHLENBQ3pCLENBQW9CLEVBQ3BCLEVBQVEsRUFDRyxFQUFFO0lBQ2IsT0FBTyxDQUFDLENBQUMsU0FBUyxDQUNkLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxJQUFBLFlBQUksRUFBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEVBQ2xCLEdBQUcsRUFBRSxDQUFDLEdBQUcsQ0FBQyxhQUFhLENBQUMsRUFBRSxDQUFDLENBQzlCLENBQUE7QUFDTCxDQUFDLENBQUE7QUFSWSxRQUFBLGFBQWEsaUJBUXpCO0FBRU0sTUFBTSxhQUFhLEdBQUcsQ0FDekIsQ0FBb0IsRUFDcEIsRUFFQyxFQUNVLEVBQUU7SUFDYixPQUFPLElBQUEsWUFBVSxFQUFDLEdBQUcsQ0FBQyxhQUFhLENBQUM7UUFDaEMsSUFBQSwrQkFBNkIsRUFBQyxDQUFDLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxHQUFHLEVBQUUsRUFBRSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFlLEVBQUU7WUFDcEYsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztnQkFDWCxLQUFLLFVBQVUsQ0FBQyxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLElBQUEsWUFBVSxFQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFB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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{procedures → implementation/algorithms/procedures}/unguaranteed/validate.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/marshall.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/unmarshall.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{generated/interface → interface/generated/pareto}/schemas/module/marshall.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/{generated/interface → interface/generated/pareto}/schemas/module/unmarshall.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/marshall.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/unmarshall.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{generated/interface → interface/generated/pareto}/schemas/token/marshall.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/{generated/interface → interface/generated/pareto}/schemas/token/unmarshall.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|