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,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schema_Tree<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
|
@@ -10,19 +10,19 @@ exports.$ = (0, schema_1.types)({
|
|
|
10
10
|
})),
|
|
11
11
|
"Group": (0, schema_1.type)(schema_1.t.list(schema_1.t.component("Group Part"))),
|
|
12
12
|
"Group Part": (0, schema_1.type)(schema_1.t.state_group({
|
|
13
|
-
"nested
|
|
14
|
-
"
|
|
13
|
+
"nested block": (0, schema_1.tstate)(schema_1.t.component("Block")),
|
|
14
|
+
"block": (0, schema_1.tstate)(schema_1.t.text_global("Output")),
|
|
15
15
|
"sub group": (0, schema_1.tstate)(schema_1.t.component_cyclic("Group")),
|
|
16
16
|
"optional": (0, schema_1.tstate)(schema_1.t.optional(schema_1.t.component_cyclic("Group Part"))),
|
|
17
17
|
"nothing": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
18
18
|
})),
|
|
19
|
-
"
|
|
20
|
-
"
|
|
19
|
+
"Block": (0, schema_1.type)(schema_1.t.list(schema_1.t.component("Block Part"))),
|
|
20
|
+
"Block Part": (0, schema_1.type)(schema_1.t.state_group({
|
|
21
21
|
"snippet": (0, schema_1.tstate)(schema_1.t.text_global("Output")),
|
|
22
22
|
"indent": (0, schema_1.tstate)(schema_1.t.component_cyclic("Group")),
|
|
23
|
-
"sub
|
|
24
|
-
"optional": (0, schema_1.tstate)(schema_1.t.optional(schema_1.t.component_cyclic("
|
|
23
|
+
"sub block": (0, schema_1.tstate)(schema_1.t.component_cyclic("Block")),
|
|
24
|
+
"optional": (0, schema_1.tstate)(schema_1.t.optional(schema_1.t.component_cyclic("Block Part"))),
|
|
25
25
|
"nothing": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
26
26
|
})),
|
|
27
27
|
});
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWZvdW50YWluLXBlbi9zY2hlbWFzL2Jsb2NrLyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSw2REFTeUM7QUFHNUIsUUFBQSxDQUFDLEdBQWtDLElBQUEsY0FBSyxFQUNqRDtJQUVJLFdBQVcsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUMxQixVQUFDLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUN0QixDQUFDO0lBRUYsTUFBTSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUM7UUFDdkIsTUFBTSxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDcEMsV0FBVyxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXLENBQUMsQ0FBQztLQUN2RCxDQUFDLENBQUM7SUFFSCxPQUFPLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUM7SUFFaEQsWUFBWSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUM7UUFDN0IsY0FBYyxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDNUMsT0FBTyxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDeEMsV0FBVyxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUNoRCxVQUFVLEVBQUUsSUFBQSxlQUFNLEVBQUMsVUFBQyxDQUFDLFFBQVEsQ0FBQyxVQUFDLENBQUMsZ0JBQWdCLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQztRQUNoRSxTQUFTLEVBQUUsSUFBQSxlQUFNLEVBQUMsVUFBQyxDQUFDLE9BQU8sRUFBRSxDQUFDO0tBQ2pDLENBQUMsQ0FBQztJQUVILE9BQU8sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQztJQUVoRCxZQUFZLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztRQUM3QixTQUFTLEVBQUUsSUFBQSxlQUFNLEVBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUMxQyxRQUFRLEVBQUUsSUFBQSxlQUFNLEVBQUMsVUFBQyxDQUFDLGdCQUFnQixDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQzdDLFdBQVcsRUFBRSxJQUFBLGVBQU0sRUFBQyxVQUFDLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDaEQsVUFBVSxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxRQUFRLENBQUMsVUFBQyxDQUFDLGdCQUFnQixDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUM7UUFDaEUsU0FBUyxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQztLQUNqQyxDQUFDLENBQUM7Q0FDTixDQUNKLENBQUEifQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
|
|
3
3
|
export declare const $: g_.Module<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as _edata from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
|
|
3
3
|
export declare const $: g_.Operations<_edata.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schema_Tree<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as _edata from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<_edata.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
|
|
3
3
|
export declare const $: g_.Module<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as _edata from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
|
|
3
3
|
export declare const $: g_.Operations<_edata.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../generated/
|
|
2
|
+
import * as g_ from "../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schema_Tree<pd.Source_Location>;
|
|
@@ -3,9 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.$ = void 0;
|
|
4
4
|
const schema_1 = require("../../../shorthands/schema");
|
|
5
5
|
const __module_astn_1 = require("./schemas/lioncore/$.module.astn");
|
|
6
|
-
const __module_astn_2 = require("./schemas/
|
|
6
|
+
const __module_astn_2 = require("./schemas/serialization_chunk/$.module.astn");
|
|
7
|
+
const __module_astn_3 = require("./schemas/serialization_tree/$.module.astn");
|
|
7
8
|
exports.$ = schema_1.st.set({
|
|
8
9
|
"lioncore": __module_astn_1.$,
|
|
9
|
-
"
|
|
10
|
+
"serialization chunk": __module_astn_2.$,
|
|
11
|
+
"serialization tree": __module_astn_3.$,
|
|
10
12
|
});
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hX3RyZWUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1saW9ud2ViL3NjaGVtYV90cmVlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsdURBQStDO0FBRy9DLG9FQUFrRTtBQUNsRSwrRUFBd0Y7QUFDeEYsOEVBQXNGO0FBRXpFLFFBQUEsQ0FBQyxHQUF1QyxXQUFFLENBQUMsR0FBRyxDQUFDO0lBQ3hELFVBQVUsRUFBRSxpQkFBVTtJQUN0QixxQkFBcUIsRUFBRSxpQkFBcUI7SUFDNUMsb0JBQW9CLEVBQUUsaUJBQW9CO0NBQzdDLENBQUMsQ0FBQSJ9
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as _edata from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Globals<_edata.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Types<pd.Source_Location>;
|
|
@@ -6,7 +6,7 @@ exports.$ = (0, schema_1.types)({
|
|
|
6
6
|
"M3": (0, schema_1.type)(schema_1.t.group({
|
|
7
7
|
"id": (0, schema_1.prop)(schema_1.t.component("ID")),
|
|
8
8
|
"version": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
9
|
-
"dependencies": (0, schema_1.prop)(schema_1.t.component("Raw
|
|
9
|
+
"dependencies": (0, schema_1.prop)(schema_1.t.list(schema_1.t.component("Raw Reference"))),
|
|
10
10
|
"entities": (0, schema_1.prop)(schema_1.t.dictionary(schema_1.t.group({
|
|
11
11
|
"id": (0, schema_1.prop)(schema_1.t.component("ID")),
|
|
12
12
|
"type": (0, schema_1.prop)(schema_1.t.state_group({
|
|
@@ -15,11 +15,11 @@ exports.$ = (0, schema_1.types)({
|
|
|
15
15
|
"concept": (0, schema_1.tstate)(schema_1.t.group({
|
|
16
16
|
"abstract": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
17
17
|
"partition": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
18
|
-
"extends": (0, schema_1.prop)(schema_1.t.component("Raw
|
|
19
|
-
"implements": (0, schema_1.prop)(schema_1.t.component("Raw
|
|
18
|
+
"extends": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.component("Raw Reference"))),
|
|
19
|
+
"implements": (0, schema_1.prop)(schema_1.t.list(schema_1.t.component("Raw Reference"))),
|
|
20
20
|
})),
|
|
21
21
|
"interface": (0, schema_1.tstate)(schema_1.t.group({
|
|
22
|
-
"extends": (0, schema_1.prop)(schema_1.t.component("Raw
|
|
22
|
+
"extends": (0, schema_1.prop)(schema_1.t.list(schema_1.t.component("Raw Reference"))),
|
|
23
23
|
})),
|
|
24
24
|
//annotation needs to be implemented
|
|
25
25
|
})),
|
|
@@ -28,11 +28,15 @@ exports.$ = (0, schema_1.types)({
|
|
|
28
28
|
"optional": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
29
29
|
"type": (0, schema_1.prop)(schema_1.t.state_group({
|
|
30
30
|
"property": (0, schema_1.tstate)(schema_1.t.group({
|
|
31
|
-
"type": (0, schema_1.prop)(schema_1.t.component("Raw
|
|
31
|
+
"type": (0, schema_1.prop)(schema_1.t.component("Raw Reference")),
|
|
32
32
|
})),
|
|
33
33
|
"link": (0, schema_1.tstate)(schema_1.t.group({
|
|
34
34
|
"multiple": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
35
|
-
"type": (0, schema_1.prop)(schema_1.t.component("Raw
|
|
35
|
+
"type": (0, schema_1.prop)(schema_1.t.component("Raw Reference")),
|
|
36
|
+
"link type": (0, schema_1.prop)(schema_1.t.state_group({
|
|
37
|
+
"containment": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
38
|
+
"reference": (0, schema_1.tstate)(schema_1.t.nothing()),
|
|
39
|
+
}))
|
|
36
40
|
})),
|
|
37
41
|
})),
|
|
38
42
|
}))),
|
|
@@ -48,9 +52,9 @@ exports.$ = (0, schema_1.types)({
|
|
|
48
52
|
"key": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
49
53
|
"id": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
50
54
|
}))),
|
|
51
|
-
"Raw
|
|
55
|
+
"Raw Reference": (0, schema_1.type)(schema_1.t.group({
|
|
52
56
|
"resolveInfo": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
53
57
|
"reference": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.text_local((0, schema_1.text)('single line')))),
|
|
54
|
-
}))
|
|
58
|
+
})),
|
|
55
59
|
});
|
|
56
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
60
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWxpb253ZWIvc2NoZW1hcy9saW9uY29yZS8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNkRBUXlDO0FBRzVCLFFBQUEsQ0FBQyxHQUFpQyxJQUFBLGNBQUssRUFDaEQ7SUFDSSxJQUFJLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUNmLElBQUksRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQzdCLFNBQVMsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUFDLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUM7UUFDbEQsY0FBYyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLFNBQVMsQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDO1FBQzFELFVBQVUsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7WUFDbEMsSUFBSSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDN0IsTUFBTSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUM7Z0JBQ3ZCLFlBQVksRUFBRSxJQUFBLGVBQU0sRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO29CQUN6QixNQUFNLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQzt3QkFDdkIsU0FBUyxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7NEJBQ3RCLFVBQVUsRUFBRSxJQUFBLGFBQUks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
|
|
@@ -7,4 +7,4 @@ exports.$ = (0, schema_1.globals)('unconstrained', {
|
|
|
7
7
|
}, {
|
|
8
8
|
// "Position": n.natural(),
|
|
9
9
|
});
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tbGlvbndlYi9zY2hlbWFzL3NlcmlhbGl6YXRpb25fY2h1bmsvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNkRBSXlDO0FBRzVCLFFBQUEsQ0FBQyxHQUF1QyxJQUFBLGdCQUFPLEVBQ25ELGVBQWUsRUFDcEI7SUFDSSxZQUFZLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0NBQ3BDLEVBQ0Q7QUFDSSwyQkFBMkI7Q0FDOUIsQ0FDSixDQUFBIn0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as pd from 'exupery-core-data';
|
|
2
|
-
import * as g_ from "../../../../../generated/
|
|
2
|
+
import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
|
|
3
3
|
export declare const $: g_.Schemas.D<pd.Source_Location>;
|
|
@@ -5,4 +5,4 @@ const schema_1 = require("../../../../../shorthands/schema");
|
|
|
5
5
|
const __types_astn_1 = require("./$.types.astn");
|
|
6
6
|
const __globals_astn_1 = require("./$.globals.astn");
|
|
7
7
|
exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, null);
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1saW9ud2ViL3NjaGVtYXMvc2VyaWFsaXphdGlvbl9jaHVuay8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLDZEQUF1RTtBQUd2RSxpREFBNEM7QUFDNUMscURBQStDO0FBRWxDLFFBQUEsQ0FBQyxHQUFxQyxJQUFBLGdCQUFPLEVBQ3RELEVBQUUsRUFDRixrQkFBTyxFQUNQLGdCQUFNLEVBQ04sSUFBSSxDQUNQLENBQUEifQ==
|
package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_chunk/$.types.astn.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.types)({
|
|
6
|
+
"Serialization Chunk": (0, schema_1.type)(schema_1.t.group({
|
|
7
|
+
"serializationFormatVersion": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
8
|
+
"languages": (0, schema_1.prop)(schema_1.t.list(schema_1.t.group({
|
|
9
|
+
"key": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
10
|
+
"version": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
11
|
+
}))),
|
|
12
|
+
"nodes": (0, schema_1.prop)(schema_1.t.list(schema_1.t.group({
|
|
13
|
+
"id": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
14
|
+
"parent": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.text_local((0, schema_1.text)('single line')))),
|
|
15
|
+
"classifier": (0, schema_1.prop)(schema_1.t.component("Meta Pointer")),
|
|
16
|
+
"properties": (0, schema_1.prop)(schema_1.t.list(schema_1.t.group({
|
|
17
|
+
"property": (0, schema_1.prop)(schema_1.t.component("Meta Pointer")),
|
|
18
|
+
"value": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
19
|
+
}))),
|
|
20
|
+
"references": (0, schema_1.prop)(schema_1.t.list(schema_1.t.group({
|
|
21
|
+
"reference": (0, schema_1.prop)(schema_1.t.component("Meta Pointer")),
|
|
22
|
+
"targets": (0, schema_1.prop)(schema_1.t.component("Targets")),
|
|
23
|
+
}))),
|
|
24
|
+
"containments": (0, schema_1.prop)(schema_1.t.list(schema_1.t.group({
|
|
25
|
+
"containment": (0, schema_1.prop)(schema_1.t.component("Meta Pointer")),
|
|
26
|
+
"children": (0, schema_1.prop)(schema_1.t.list(schema_1.t.text_local((0, schema_1.text)('single line')))),
|
|
27
|
+
}))),
|
|
28
|
+
"annotations": (0, schema_1.prop)(schema_1.t.list(schema_1.t.text_local((0, schema_1.text)('single line')))),
|
|
29
|
+
}))),
|
|
30
|
+
})),
|
|
31
|
+
"Targets": (0, schema_1.type)(schema_1.t.list(schema_1.t.group({
|
|
32
|
+
"resolveInfo": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
33
|
+
"reference": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.text_local((0, schema_1.text)('single line')))),
|
|
34
|
+
}))),
|
|
35
|
+
"Meta Pointer": (0, schema_1.type)(schema_1.t.group({
|
|
36
|
+
"language": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
37
|
+
"key": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
38
|
+
"version": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
39
|
+
})),
|
|
40
|
+
});
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWxpb253ZWIvc2NoZW1hcy9zZXJpYWxpemF0aW9uX2NodW5rLyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSw2REFReUM7QUFHNUIsUUFBQSxDQUFDLEdBQWlDLElBQUEsY0FBSyxFQUNoRDtJQUNJLHFCQUFxQixFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7UUFDaEMsNEJBQTRCLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQyxDQUFDO1FBQ3JFLFdBQVcsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7WUFDN0IsS0FBSyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxVQUFVLENBQUMsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQztZQUM5QyxTQUFTLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQyxDQUFDO1NBQ3JELENBQUMsQ0FBQyxDQUFDO1FBQ0osT0FBTyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztZQUN6QixJQUFJLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQyxDQUFDO1lBQzdDLFFBQVEsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsUUFBUSxDQUFDLFVBQUMsQ0FBQyxVQUFVLENBQUMsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQzdELFlBQVksRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsU0FBUyxDQUFDLGNBQWMsQ0FBQyxDQUFDO1lBQy9DLFlBQVksRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7Z0JBQzlCLFVBQVUsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsU0FBUyxDQUFDLGNBQWMsQ0FBQyxDQUFDO2dCQUM3QyxPQUFPLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQyxDQUFDO2FBQ25ELENBQUMsQ0FBQyxDQUFDO1lBQ0osWUFBWSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztnQkFDOUIsV0FBVyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxTQUFTLENBQUMsY0FBYyxDQUFDLENBQUM7Z0JBQzlDLFNBQVMsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQyxDQUFDO2FBQzFDLENBQUMsQ0FBQyxDQUFDO1lBQ0osY0FBYyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztnQkFDaEMsYUFBYSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxTQUFTLENBQUMsY0FBYyxDQUFDLENBQUM7Z0JBQ2hELFVBQVUsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxVQUFVLENBQUMsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxDQUFDO2FBQzlELENBQUMsQ0FBQyxDQUFDO1lBQ0osYUFBYSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLENBQUM7U0FDakUsQ0FBQyxDQUFDLENBQUM7S0FDUCxDQUFDLENBQUM7SUFFSCxTQUFTLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQzNCLGFBQWEsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUFDLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUM7UUFDdEQsV0FBVyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxRQUFRLENBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLENBQUM7S0FDbkUsQ0FBQyxDQUFDLENBQUM7SUFFSixjQUFjLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUN6QixVQUFVLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQyxDQUFDO1FBQ25ELEtBQUssRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUFDLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUM7UUFDOUMsU0FBUyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxVQUFVLENBQUMsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQztLQUNyRCxDQUFDLENBQUM7Q0FDTixDQUNKLENBQUEifQ==
|
package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.globals.astn.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.globals)('unconstrained', {
|
|
6
|
+
"Text Value": (0, schema_1.text)("single line"),
|
|
7
|
+
}, {
|
|
8
|
+
// "Position": n.natural(),
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tbGlvbndlYi9zY2hlbWFzL3NlcmlhbGl6YXRpb25fdHJlZS8kLmdsb2JhbHMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSw2REFJeUM7QUFHNUIsUUFBQSxDQUFDLEdBQXVDLElBQUEsZ0JBQU8sRUFDbkQsZUFBZSxFQUNwQjtJQUNJLFlBQVksRUFBRSxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUM7Q0FDcEMsRUFDRDtBQUNJLDJCQUEyQjtDQUM5QixDQUNKLENBQUEifQ==
|
package/dist/temp/temporary_schemas/pareto-lionweb/schemas/serialization_tree/$.module.astn.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
+
const __types_astn_1 = require("./$.types.astn");
|
|
6
|
+
const __globals_astn_1 = require("./$.globals.astn");
|
|
7
|
+
exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, null);
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1saW9ud2ViL3NjaGVtYXMvc2VyaWFsaXphdGlvbl90cmVlLyQubW9kdWxlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBSUEsNkRBQXVFO0FBR3ZFLGlEQUE0QztBQUM1QyxxREFBK0M7QUFFbEMsUUFBQSxDQUFDLEdBQXFDLElBQUEsZ0JBQU8sRUFDdEQsRUFBRSxFQUNGLGtCQUFPLEVBQ1AsZ0JBQU0sRUFDTixJQUFJLENBQ1AsQ0FBQSJ9
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.types)({
|
|
6
|
+
"Serialization Chunk": (0, schema_1.type)(schema_1.t.group({
|
|
7
|
+
"serializationFormatVersion": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
8
|
+
"languages": (0, schema_1.prop)(schema_1.t.list(schema_1.t.group({
|
|
9
|
+
"key": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
10
|
+
"version": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
11
|
+
}))),
|
|
12
|
+
"root node id": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
13
|
+
"node tree": (0, schema_1.prop)(schema_1.t.component("Node")),
|
|
14
|
+
})),
|
|
15
|
+
"Node": (0, schema_1.type)(schema_1.t.group({
|
|
16
|
+
"classifier": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
17
|
+
"properties": (0, schema_1.prop)(schema_1.t.dictionary(schema_1.t.text_local((0, schema_1.text)('single line')))),
|
|
18
|
+
"containments": (0, schema_1.prop)(schema_1.t.dictionary(schema_1.t.dictionary(schema_1.t.component_cyclic("Node")))),
|
|
19
|
+
"references": (0, schema_1.prop)(schema_1.t.dictionary(schema_1.t.component("Targets"))),
|
|
20
|
+
"annotations": (0, schema_1.prop)(schema_1.t.list(schema_1.t.text_local((0, schema_1.text)('single line')))),
|
|
21
|
+
})),
|
|
22
|
+
"Targets": (0, schema_1.type)(schema_1.t.list(schema_1.t.group({
|
|
23
|
+
"resolveInfo": (0, schema_1.prop)(schema_1.t.text_local((0, schema_1.text)('single line'))),
|
|
24
|
+
"reference": (0, schema_1.prop)(schema_1.t.optional(schema_1.t.text_local((0, schema_1.text)('single line')))),
|
|
25
|
+
}))),
|
|
26
|
+
});
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWxpb253ZWIvc2NoZW1hcy9zZXJpYWxpemF0aW9uX3RyZWUvJC50eXBlcy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDZEQVF5QztBQUc1QixRQUFBLENBQUMsR0FBaUMsSUFBQSxjQUFLLEVBQ2hEO0lBQ0kscUJBQXFCLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUNoQyw0QkFBNEIsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUFDLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUM7UUFDckUsV0FBVyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztZQUM3QixLQUFLLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQyxDQUFDO1lBQzlDLFNBQVMsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUFDLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUM7U0FDckQsQ0FBQyxDQUFDLENBQUM7UUFDSixjQUFjLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQyxDQUFDO1FBQ3ZELFdBQVcsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDO0tBQ3pDLENBQUMsQ0FBQztJQUVILE1BQU0sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQ2pCLFlBQVksRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUFDLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUM7UUFDckQsWUFBWSxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDbkUsY0FBYyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxVQUFVLENBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxVQUFDLENBQUMsZ0JBQWdCLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQzVFLFlBQVksRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxTQUFTLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQztRQUN4RCxhQUFhLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsVUFBVSxDQUFDLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsQ0FBQztLQUNqRSxDQUFDLENBQUM7SUFFSCxTQUFTLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQzNCLGFBQWEsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUFDLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUM7UUFDdEQsV0FBVyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxRQUFRLENBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLENBQUM7S0FDbkUsQ0FBQyxDQUFDLENBQUM7Q0FDUCxDQUNKLENBQUEifQ==
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const module_1 = require("../../../shorthands/module");
|
|
5
|
+
const operations_astn_1 = require("./operations.astn");
|
|
6
|
+
const schema_tree_astn_1 = require("./schema_tree.astn");
|
|
7
|
+
exports.$ = (0, module_1.module_)(operations_astn_1.$, schema_tree_astn_1.$);
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tc3RhdGljLWh0bWwvbW9kdWxlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBSUEsdURBQW9EO0FBRXBELHVEQUFtRDtBQUNuRCx5REFBcUQ7QUFFeEMsUUFBQSxDQUFDLEdBQWtDLElBQUEsZ0JBQU8sRUFDbkQsbUJBQVUsRUFDVixvQkFBVyxDQUNkLENBQUEifQ==
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const module_1 = require("../../../shorthands/module");
|
|
5
|
+
exports.$ = (0, module_1.operations)({});
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9ucy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLXN0YXRpYy1odG1sL29wZXJhdGlvbnMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSx1REFBdUU7QUFLMUQsUUFBQSxDQUFDLEdBQTBDLElBQUEsbUJBQVUsRUFDOUQsRUFDQyxDQUNKLENBQUEifQ==
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../shorthands/schema");
|
|
5
|
+
const __module_astn_1 = require("./schemas/html-print/$.module.astn");
|
|
6
|
+
exports.$ = schema_1.st.set({
|
|
7
|
+
"html-print": __module_astn_1.$,
|
|
8
|
+
});
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hX3RyZWUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1zdGF0aWMtaHRtbC9zY2hlbWFfdHJlZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLHVEQUErQztBQUcvQyxzRUFBc0U7QUFFekQsUUFBQSxDQUFDLEdBQXVDLFdBQUUsQ0FBQyxHQUFHLENBQUM7SUFDeEQsWUFBWSxFQUFFLGlCQUFZO0NBQzdCLENBQUMsQ0FBQSJ9
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.$ = void 0;
|
|
4
|
+
const schema_1 = require("../../../../../shorthands/schema");
|
|
5
|
+
exports.$ = (0, schema_1.globals)('unconstrained', {
|
|
6
|
+
"Text Value": (0, schema_1.text)("single line"),
|
|
7
|
+
}, {
|
|
8
|
+
"Position": schema_1.n.natural(),
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tc3RhdGljLWh0bWwvc2NoZW1hcy9odG1sLXByaW50LyQuZ2xvYmFscy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDZEQUl5QztBQUc1QixRQUFBLENBQUMsR0FBdUMsSUFBQSxnQkFBTyxFQUNuRCxlQUFlLEVBQ3BCO0lBQ0ksWUFBWSxFQUFFLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQztDQUNwQyxFQUNEO0lBQ0ksVUFBVSxFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7Q0FDMUIsQ0FDSixDQUFBIn0=
|
|
@@ -5,4 +5,4 @@ const schema_1 = require("../../../../../shorthands/schema");
|
|
|
5
5
|
const __types_astn_1 = require("./$.types.astn");
|
|
6
6
|
const __globals_astn_1 = require("./$.globals.astn");
|
|
7
7
|
exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, null);
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1zdGF0aWMtaHRtbC9zY2hlbWFzL2h0bWwtcHJpbnQvJC5tb2R1bGUuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFJQSw2REFBdUU7QUFHdkUsaURBQTRDO0FBQzVDLHFEQUErQztBQUVsQyxRQUFBLENBQUMsR0FBcUMsSUFBQSxnQkFBTyxFQUN0RCxFQUFFLEVBQ0Ysa0JBQU8sRUFDUCxnQkFBTSxFQUNOLElBQUksQ0FDUCxDQUFBIn0=
|