pareto 0.76.67 → 0.76.68
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 +2 -2
- 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 +2 -2
- package/dist/exceptional/deserializers/load_schema.js +3 -3
- 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/{generated/implementation → implementation/generated/pareto}/generic/unmarshall.d.ts +3 -3
- package/dist/implementation/generated/pareto/generic/unmarshall.js +238 -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/{generated/implementation → implementation/generated/pareto}/schemas/schema/resolve.js +1 -1
- 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/implementation/operations/impure/tbd/path.js +16 -0
- package/dist/implementation/procedures/unguaranteed/compile.js +160 -0
- package/dist/{procedures → implementation/procedures}/unguaranteed/seal.js +2 -2
- package/dist/{procedures → implementation/procedures}/unguaranteed/serialize_schemas.js +4 -4
- package/dist/{procedures → implementation/procedures}/unguaranteed/validate.js +3 -3
- package/dist/{queries → implementation/queries}/unguaranteed/load_pareto_document.d.ts +2 -2
- package/dist/{queries → implementation/queries}/unguaranteed/load_pareto_document.js +4 -4
- package/dist/{queries → implementation/queries}/unguaranteed/load_pareto_file.d.ts +1 -1
- package/dist/{queries → implementation/queries}/unguaranteed/load_pareto_file.js +3 -3
- package/dist/implementation/transformations/module/exupery_implementation.d.ts +4 -0
- package/dist/{transformations → implementation/transformations}/module/exupery_implementation.js +1 -1
- package/dist/{transformations → implementation/transformations}/module/exupery_interface.d.ts +2 -2
- package/dist/{transformations → implementation/transformations}/module/exupery_interface.js +1 -1
- package/dist/implementation/transformations/module/temp_typescript.d.ts +3 -0
- package/dist/{transformations → implementation/transformations}/module/temp_typescript.js +4 -4
- package/dist/{transformations → implementation/transformations}/schema/exupery_implementation/main.d.ts +2 -2
- package/dist/{transformations → implementation/transformations}/schema/exupery_implementation/main.js +3 -3
- package/dist/{transformations → implementation/transformations}/schema/exupery_implementation/marshall.d.ts +3 -3
- package/dist/implementation/transformations/schema/exupery_implementation/marshall.js +142 -0
- package/dist/{transformations → implementation/transformations}/schema/exupery_implementation/migrate_boilerplate.d.ts +3 -3
- package/dist/implementation/transformations/schema/exupery_implementation/migrate_boilerplate.js +105 -0
- package/dist/{transformations → implementation/transformations}/schema/exupery_implementation/resolve.d.ts +3 -3
- package/dist/implementation/transformations/schema/exupery_implementation/resolve.js +300 -0
- package/dist/{transformations → implementation/transformations}/schema/exupery_implementation/unmarshall.d.ts +3 -3
- package/dist/implementation/transformations/schema/exupery_implementation/unmarshall.js +158 -0
- package/dist/{transformations → implementation/transformations}/schema/exupery_interface/dummy_resolve.d.ts +1 -1
- package/dist/implementation/transformations/schema/exupery_interface/dummy_resolve.js +13 -0
- package/dist/{transformations → implementation/transformations}/schema/exupery_interface/main.d.ts +2 -2
- package/dist/{transformations → implementation/transformations}/schema/exupery_interface/main.js +1 -1
- package/dist/implementation/transformations/schema/exupery_interface/marshall.d.ts +6 -0
- package/dist/{transformations → implementation/transformations}/schema/exupery_interface/marshall.js +1 -1
- package/dist/implementation/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +7 -0
- package/dist/{transformations → implementation/transformations}/schema/exupery_interface/migrate_boilerplate.js +1 -1
- package/dist/{transformations → implementation/transformations}/schema/exupery_interface/resolve.d.ts +2 -2
- package/dist/implementation/transformations/schema/exupery_interface/resolve.js +110 -0
- package/dist/{transformations → implementation/transformations}/schema/exupery_interface/types.d.ts +2 -2
- package/dist/implementation/transformations/schema/exupery_interface/types.js +192 -0
- package/dist/{transformations → implementation/transformations}/schema/exupery_interface/unmarshall.d.ts +2 -2
- package/dist/{transformations → implementation/transformations}/schema/exupery_interface/unmarshall.js +1 -1
- package/dist/implementation/transformations/schema/exupery_interface/value_deserializers.d.ts +6 -0
- package/dist/{transformations → implementation/transformations}/schema/exupery_interface/value_deserializers.js +1 -1
- package/dist/implementation/transformations/schema/exupery_interface/value_serializers.d.ts +6 -0
- package/dist/{transformations → implementation/transformations}/schema/exupery_interface/value_serializers.js +1 -1
- package/dist/{transformations → implementation/transformations}/temp/astn_schema.d.ts +2 -2
- package/dist/implementation/transformations/temp/astn_schema.js +140 -0
- package/dist/{transformations → implementation/transformations}/temp/unmarshall_astn_ast.d.ts +4 -4
- package/dist/{transformations → implementation/transformations}/temp/unmarshall_astn_ast.js +6 -6
- package/dist/{transformations → implementation/transformations}/unmarshall_errors/fountain_pen.d.ts +4 -4
- package/dist/implementation/transformations/unmarshall_errors/fountain_pen.js +86 -0
- package/dist/implementation/transformations/unmarshall_result/astn_authoring_target.d.ts +3 -0
- package/dist/{transformations → implementation/transformations}/unmarshall_result/astn_authoring_target.js +1 -1
- package/dist/{transformations → implementation/transformations}/unmarshall_result/unmarshall_errors.d.ts +3 -3
- package/dist/{transformations → implementation/transformations}/unmarshall_result/unmarshall_errors.js +3 -3
- 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/{generated/interface → interface/generated/pareto}/core/resolve.js +1 -1
- package/dist/{generated/interface → interface/generated/pareto}/core/resolved.js +1 -1
- 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 +2 -2
- package/dist/temp/resolvers/schema.d.ts +1 -1
- package/dist/temp/resolvers/schema.js +2 -2
- 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/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/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_ast/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.types.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.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/{run_query_executable → execute_procedure_executable}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable_and_catch → execute_procedure_executable}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable → 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_and_catch → execute_query_executable}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable → execute_query_executable}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable_and_catch → execute_query_executable}/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery-resources/schemas/{run_query_executable → execute_query_executable}/$.module.astn.js +1 -1
- 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/execute_query_executable_and_catch/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.module.astn.d.ts +3 -0
- 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/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_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/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/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/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/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/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/m3_normalized/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.module.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.types.astn.d.ts +1 -1
- 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 +5 -5
- package/dist/generated/implementation/generic/resolve.js +0 -276
- 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/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/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/transformations/module/exupery_implementation.d.ts +0 -4
- package/dist/transformations/module/temp_typescript.d.ts +0 -3
- package/dist/transformations/schema/exupery_implementation/marshall.js +0 -142
- 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.js +0 -13
- 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.js +0 -110
- 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.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/{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/{operations → implementation/operations}/impure/tbd/path.d.ts +0 -0
- /package/dist/{procedures → implementation/procedures}/unguaranteed/compile.d.ts +0 -0
- /package/dist/{procedures → implementation/procedures}/unguaranteed/seal.d.ts +0 -0
- /package/dist/{procedures → implementation/procedures}/unguaranteed/serialize_schemas.d.ts +0 -0
- /package/dist/{procedures → implementation/procedures}/unguaranteed/validate.d.ts +0 -0
- /package/dist/{generated/interface → interface/generated/pareto}/core/astn_source.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 _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 _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 _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>;
|
package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.globals.astn.d.ts
CHANGED
|
@@ -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>;
|
|
@@ -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>;
|
package/dist/temp/temporary_schemas/json-to-astn/schemas/legacy_json_schema/$.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/json-to-astn/schemas/legacy_json_schema/$.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/json-to-astn/schemas/legacy_json_schema/$.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/module/data_types/target";
|
|
3
3
|
export declare const $: g_.Module<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_.Operations<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_.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_.Resolvers<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_.Resolve_Logic.signatures<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/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_.Resolvers<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_.Resolve_Logic.signatures<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/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/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 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_.Operations<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_.Schema_Tree<_edata.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.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-boekhouding/schemas/boekhouding/$.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-boekhouding/schemas/boekhouding/$.resolvers.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_.Resolvers<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.signatures.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_.Resolve_Logic.signatures<pd.Source_Location>;
|
package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.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 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_.Operations<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_.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>;
|
|
@@ -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>;
|