pareto 0.76.43 → 0.76.45
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.d.ts +1 -0
- package/dist/bin/compile.js +5 -9
- package/dist/bin/seal.d.ts +2 -0
- package/dist/bin/seal.js +30 -0
- package/dist/bin/serialize_schemas.d.ts +2 -0
- package/dist/bin/serialize_schemas.js +30 -0
- package/dist/bin/test.d.ts +1 -0
- package/dist/bin/test.js +5 -3
- package/dist/deserializers/load_schema.d.ts +6 -0
- package/dist/deserializers/load_schema.js +90 -0
- package/dist/generated/implementation/generic/resolve.d.ts +1 -1
- package/dist/generated/implementation/generic/resolve.js +16 -16
- package/dist/generated/implementation/generic/unmarshall.js +28 -18
- package/dist/generated/implementation/schemas/ast/marshall.d.ts +8 -0
- package/dist/generated/implementation/schemas/ast/marshall.js +241 -0
- package/dist/generated/implementation/schemas/ast/unmarshall.d.ts +8 -0
- package/dist/generated/implementation/schemas/ast/unmarshall.js +316 -0
- package/dist/generated/implementation/schemas/token/marshall.d.ts +11 -0
- package/dist/generated/implementation/schemas/token/marshall.js +230 -0
- package/dist/generated/implementation/schemas/token/unmarshall.d.ts +11 -0
- package/dist/generated/implementation/schemas/token/unmarshall.js +218 -0
- package/dist/generated/interface/core/astn_source.d.ts +54 -54
- package/dist/generated/interface/schemas/ast/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/ast/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/ast/data_types/source.d.ts +851 -0
- package/dist/generated/interface/schemas/ast/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/ast/data_types/target.d.ts +851 -0
- package/dist/generated/interface/schemas/ast/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/ast/marshall.d.ts +213 -0
- package/dist/generated/interface/schemas/ast/marshall.js +3 -0
- package/dist/generated/interface/schemas/ast/migrate_boilerplate.d.ts +156 -0
- package/dist/generated/interface/schemas/ast/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/ast/unmarshall.d.ts +213 -0
- package/dist/generated/interface/schemas/ast/unmarshall.js +3 -0
- package/dist/generated/interface/schemas/ast/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/ast/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/ast/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/ast/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/module/data_types/resolve.d.ts +2 -2
- package/dist/generated/interface/schemas/module/data_types/{resolved.d.ts → source.d.ts} +1 -1
- package/dist/generated/interface/schemas/module/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/module/data_types/{unresolved.d.ts → target.d.ts} +1 -1
- package/dist/generated/interface/schemas/module/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/module/marshall.d.ts +1 -1
- package/dist/generated/interface/schemas/module/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/module/unmarshall.d.ts +1 -1
- package/dist/generated/interface/schemas/schema/data_types/resolve.d.ts +2 -2
- package/dist/generated/interface/schemas/schema/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/schema/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/schema/marshall.d.ts +1 -1
- package/dist/generated/interface/schemas/schema/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/schema/unmarshall.d.ts +1 -1
- package/dist/generated/interface/schemas/token/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/token/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/token/data_types/source.d.ts +326 -0
- package/dist/generated/interface/schemas/token/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/token/data_types/target.d.ts +326 -0
- package/dist/generated/interface/schemas/token/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/token/marshall.d.ts +303 -0
- package/dist/generated/interface/schemas/token/marshall.js +3 -0
- package/dist/generated/interface/schemas/token/migrate_boilerplate.d.ts +222 -0
- package/dist/generated/interface/schemas/token/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/token/unmarshall.d.ts +303 -0
- package/dist/generated/interface/schemas/token/unmarshall.js +3 -0
- package/dist/generated/interface/schemas/token/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/token/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/token/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/token/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/source.d.ts +630 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/unmarshall_errors/marshall.d.ts +1 -1
- package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.d.ts +1 -1
- package/dist/generated/interface/schemas/unmarshall_result/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/source.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/source.js +7 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/target.d.ts +1 -0
- package/dist/generated/interface/schemas/unmarshall_result/data_types/target.js +7 -0
- package/dist/main/compile.d.ts +2 -0
- package/dist/main/compile.js +76 -0
- package/dist/main/seal.d.ts +2 -0
- package/dist/main/seal.js +103 -0
- package/dist/main/serialize_schemas.d.ts +2 -0
- package/dist/main/serialize_schemas.js +61 -0
- package/dist/main/test.d.ts +2 -0
- package/dist/main/test.js +95 -0
- package/dist/operations/path.js +16 -0
- package/dist/queries/load_astn_document.d.ts +13 -0
- package/dist/queries/load_astn_document.js +82 -0
- package/dist/queries/load_astn_file.d.ts +7 -0
- package/dist/queries/load_astn_file.js +45 -0
- package/dist/shorthands/module.d.ts +7 -7
- package/dist/shorthands/module.js +1 -1
- package/dist/shorthands/schema.d.ts +2 -2
- package/dist/shorthands/schema.js +4 -4
- package/dist/{temp_unmashall_result_types.d.ts → temp/temp_unmashall_result_types.d.ts} +15 -15
- package/dist/{temp_unmashall_result_types.js → temp/temp_unmashall_result_types.js} +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/module.astn.d.ts +1 -1
- package/dist/{temporary_schemas/exupery → temp/temporary_schemas/accounting_ruwe_data}/module.astn.js +2 -2
- package/dist/{temporary_schemas/exupery → temp/temporary_schemas/accounting_ruwe_data}/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/operations.astn.js +78 -0
- package/dist/{temporary_schemas/astn → temp/temporary_schemas/accounting_ruwe_data}/schema_tree.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +28 -0
- package/dist/{temporary_schemas → 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/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +8 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.js +2 -2
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → 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/$.globals.astn.js +6 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → 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/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +48 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → temp/temporary_schemas/accounting_ruwe_data/schemas/csv}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +6 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/accounting_ruwe_data/schemas/csv}/$.module.astn.d.ts +1 -1
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json_schema → temp/temporary_schemas/accounting_ruwe_data/schemas/csv}/$.module.astn.js +2 -2
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → temp/temporary_schemas/accounting_ruwe_data/schemas/csv}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +21 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/html}/$.globals.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → temp/temporary_schemas/accounting_ruwe_data/schemas/html}/$.module.astn.d.ts +1 -1
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/html}/$.module.astn.js +1 -1
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/html}/$.types.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/html/$.types.astn.js +2 -2
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → 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/$.globals.astn.js +13 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema}/$.module.astn.d.ts +1 -1
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result → temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema}/$.module.astn.js +1 -1
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema}/$.types.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/json_schema/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/builder_configuration → temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema}/$.module.astn.js +2 -2
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +74 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +10 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +40 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +18 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding → 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/$.globals.astn.js +10 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding → 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/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding → 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/parse_result/$.types.astn.js +63 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model → 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/$.globals.astn.js +10 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model → 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/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model → temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +31 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/all.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/all.js +1 -1
- package/dist/{temporary_schemas/exupery → temp/temporary_schemas/astn}/module.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/module.astn.js +2 -2
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/astn}/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/astn/operations.astn.js +6 -0
- package/dist/{temporary_schemas/exupery → temp/temporary_schemas/astn}/schema_tree.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/schemas/ast/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/ast/$.types.astn.js +86 -0
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/schemas/ide/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/ide/$.types.astn.js +25 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +11 -0
- package/dist/temp/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/astn/schemas/parse_result/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/astn/schemas/target}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/xml/simple → temp/temporary_schemas/astn/schemas/target}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/target/$.types.astn.js +31 -0
- package/dist/temp/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/token/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-targets/schemas/graphviz/high_level → temp/temporary_schemas/astn/schemas/token}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/astn/schemas/token/$.types.astn.js +74 -0
- package/dist/{temporary_schemas/astn → temp/temporary_schemas/exupery}/module.astn.d.ts +1 -1
- package/dist/{temporary_schemas/pareto-json → temp/temporary_schemas/exupery}/module.astn.js +2 -2
- package/dist/{temporary_schemas/pareto-boekhouding → temp/temporary_schemas/exupery}/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/operations.astn.js +78 -0
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/exupery}/schema_tree.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/exupery/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +10 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/exupery/schemas/implementation/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +156 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/boekhouding → temp/temporary_schemas/exupery/schemas/implementation}/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +14 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +166 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +9 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto/schemas/schema → temp/temporary_schemas/exupery/schemas/interface}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +83 -0
- package/dist/{temporary_schemas/exupery/schemas/implementation → temp/temporary_schemas/exupery/schemas/interface}/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +14 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.js +83 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +9 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +130 -0
- package/dist/temp/temporary_schemas/pareto/module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-targets → temp/temporary_schemas/pareto}/module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/operations.astn.js +78 -0
- package/dist/temp/temporary_schemas/pareto/schema_tree.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schema_tree.astn.js +19 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/module/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +45 -0
- package/dist/{temporary_schemas/pareto-boekhouding/schemas/boekhouding → temp/temporary_schemas/pareto/schemas/module}/$.signatures.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +11 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/module/$.types.astn.js +20 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/exupery/schemas/interface → temp/temporary_schemas/pareto/schemas/schema}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +615 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/schema/$.signatures.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/schema/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto/schemas/unmarshall_errors/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +12 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +157 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-boekhouding/module.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-boekhouding/module.astn.js +2 -2
- package/dist/{temporary_schemas/astn → temp/temporary_schemas/pareto-boekhouding}/operations.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-boekhouding/operations.astn.js +78 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schema_tree.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schema_tree.astn.js +11 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.js +16 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-boekhouding/schemas/boekhouding/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.js +398 -0
- package/dist/{temporary_schemas/exupery/schemas/interface → temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding}/$.signatures.astn.d.ts +1 -1
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/pareto-boekhouding}/schemas/boekhouding/$.signatures.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.js +364 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.globals.astn.js +17 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/pareto-boekhouding}/schemas/boekhouding_oude_model/$.types.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/operations.astn.js +6 -0
- package/dist/{temporary_schemas/pareto-boekhouding → temp/temporary_schemas/pareto-fountain-pen}/schema_tree.astn.d.ts +1 -1
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-fountain-pen/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +26 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +12 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines}/$.globals.astn.js +3 -5
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/annotated → temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines}/$.module.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +15 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +12 -0
- package/dist/temp/temporary_schemas/pareto-json/module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-fountain-pen → temp/temporary_schemas/pareto-json}/module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-json/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-json/operations.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto-json/schema_tree.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-json/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/json/simple → temp/temporary_schemas/pareto-json/schemas/json}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-fountain-pen/schemas/text → temp/temporary_schemas/pareto-json/schemas/json}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +25 -0
- package/dist/temp/temporary_schemas/pareto-targets/module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/accounting_ruwe_data → temp/temporary_schemas/pareto-targets}/module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-targets/operations.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/operations.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-targets/schema_tree.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +8 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +59 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/builder_configuration → 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/$.globals.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/builder_configuration → 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/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/builder_configuration → temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +255 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/csv → 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/$.globals.astn.js +10 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle → 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/$.module.astn.js +8 -0
- package/dist/{temporary_schemas/accounting_ruwe_data/schemas/csv → temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level}/$.types.astn.d.ts +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +68 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +9 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-fountain-pen/schemas/semi_lines → temp/temporary_schemas/pareto-targets/schemas/lionweb}/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +41 -0
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +3 -0
- package/dist/{temporary_schemas/pareto-targets/schemas/graphviz/high_level → temp/temporary_schemas/pareto-targets/schemas/pareto_documentation}/$.globals.astn.js +1 -1
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-targets/schemas/pareto_documentation/$.module.astn.js +2 -2
- package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +3 -0
- package/dist/{temporary_schemas → temp/temporary_schemas}/pareto-targets/schemas/pareto_documentation/$.types.astn.js +2 -2
- package/dist/transformations/module/exupery_implementation.d.ts +2 -2
- package/dist/transformations/module/exupery_interface.d.ts +2 -2
- package/dist/transformations/module/temp_typescript.d.ts +2 -2
- package/dist/transformations/schema/exupery_implementation/main.d.ts +2 -2
- package/dist/transformations/schema/exupery_implementation/main.js +5 -8
- package/dist/transformations/schema/exupery_implementation/marshall.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/marshall.js +12 -17
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +13 -19
- package/dist/transformations/schema/exupery_implementation/resolve.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/resolve.js +33 -38
- package/dist/transformations/schema/exupery_implementation/unmarshall.d.ts +3 -3
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +16 -21
- package/dist/transformations/schema/exupery_interface/dummy_resolve.d.ts +3 -0
- package/dist/transformations/schema/exupery_interface/dummy_resolve.js +13 -0
- package/dist/transformations/schema/exupery_interface/main.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/main.js +18 -25
- package/dist/transformations/schema/exupery_interface/marshall.d.ts +2 -3
- package/dist/transformations/schema/exupery_interface/marshall.js +2 -7
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +3 -8
- package/dist/transformations/schema/exupery_interface/resolve.d.ts +2 -2
- package/dist/transformations/schema/exupery_interface/resolve.js +9 -12
- package/dist/transformations/schema/exupery_interface/types.d.ts +3 -3
- package/dist/transformations/schema/exupery_interface/types.js +20 -29
- package/dist/transformations/schema/exupery_interface/unmarshall.d.ts +4 -4
- package/dist/transformations/schema/exupery_interface/unmarshall.js +2 -7
- package/dist/transformations/schema/exupery_interface/value_deserializers.d.ts +2 -3
- package/dist/transformations/schema/exupery_interface/value_deserializers.js +2 -7
- package/dist/transformations/schema/exupery_interface/value_serializers.d.ts +2 -3
- package/dist/transformations/schema/exupery_interface/value_serializers.js +2 -7
- package/dist/{other → transformations}/unmarshall_astn_ast.d.ts +9 -3
- package/dist/transformations/unmarshall_astn_ast.js +443 -0
- package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +2 -2
- package/dist/transformations/unmarshall_errors/fountain_pen.js +5 -8
- package/dist/transformations/unmarshall_result/unmarshall_errors.d.ts +3 -3
- package/dist/transformations/unmarshall_result/unmarshall_errors.js +10 -12
- package/package.json +8 -8
- package/dist/generated/interface/schemas/module/data_types/resolved.js +0 -3
- package/dist/generated/interface/schemas/module/data_types/unresolved.js +0 -3
- package/dist/generated/interface/schemas/schema/data_types/resolved.js +0 -3
- package/dist/generated/interface/schemas/schema/data_types/unresolved.js +0 -3
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/unconstrained.js +0 -3
- package/dist/other/compile_astn.d.ts +0 -3
- package/dist/other/compile_astn.js +0 -67
- package/dist/other/fp_write_to_console.d.ts +0 -5
- package/dist/other/fp_write_to_console.js +0 -38
- package/dist/other/load_astn_document.d.ts +0 -12
- package/dist/other/load_astn_document.js +0 -80
- package/dist/other/load_schema.d.ts +0 -5
- package/dist/other/load_schema.js +0 -94
- package/dist/other/path.js +0 -39
- package/dist/other/serialize_schemas.d.ts +0 -3
- package/dist/other/serialize_schemas.js +0 -67
- package/dist/other/test.d.ts +0 -1
- package/dist/other/test.js +0 -84
- package/dist/other/unmarshall_astn_ast.js +0 -421
- package/dist/temporary_schemas/accounting_ruwe_data/operations.astn.js +0 -78
- package/dist/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +0 -34
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.globals.astn.js +0 -16
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.module.astn.js +0 -10
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.resolvers.astn.js +0 -398
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding/$.types.astn.js +0 -364
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.globals.astn.js +0 -17
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/boekhouding_oude_model/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +0 -48
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.js +0 -21
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/annotated/$.types.astn.js +0 -53
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json/simple/$.types.astn.js +0 -17
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.js +0 -13
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.js +0 -74
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.js +0 -40
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.js +0 -8
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.js +0 -18
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.js +0 -63
- package/dist/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.js +0 -31
- package/dist/temporary_schemas/astn/operations.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ast/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/ast/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ast/$.types.astn.js +0 -86
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ide/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/ide/$.types.astn.js +0 -25
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/parse_result/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/parse_result/$.module.astn.js +0 -11
- package/dist/temporary_schemas/astn/schemas/parse_result/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/target/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/target/$.module.astn.js +0 -8
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/target/$.types.astn.js +0 -31
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/token/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/token/$.module.astn.js +0 -8
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/astn/schemas/token/$.types.astn.js +0 -74
- package/dist/temporary_schemas/exupery/operations.astn.js +0 -78
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/implementation/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.js +0 -156
- package/dist/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.js +0 -14
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/implementation/$.types.astn.js +0 -166
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/interface/$.globals.astn.js +0 -9
- package/dist/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +0 -83
- package/dist/temporary_schemas/exupery/schemas/interface/$.signatures.astn.js +0 -14
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/interface/$.types.astn.js +0 -83
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.js +0 -9
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.js +0 -8
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +0 -130
- package/dist/temporary_schemas/pareto/module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/module.astn.js +0 -8
- package/dist/temporary_schemas/pareto/operations.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/operations.astn.js +0 -78
- package/dist/temporary_schemas/pareto/schema_tree.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schema_tree.astn.js +0 -15
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.resolvers.astn.js +0 -45
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.signatures.astn.js +0 -11
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/module/$.types.astn.js +0 -20
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/schema/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +0 -615
- package/dist/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +0 -6
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +0 -10
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +0 -136
- package/dist/temporary_schemas/pareto-boekhouding/operations.astn.js +0 -78
- package/dist/temporary_schemas/pareto-boekhouding/schema_tree.astn.js +0 -9
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.js +0 -16
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.js +0 -398
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.signatures.astn.js +0 -49
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.js +0 -364
- package/dist/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/operations.astn.js +0 -6
- package/dist/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +0 -25
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.js +0 -12
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.js +0 -15
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.js +0 -12
- package/dist/temporary_schemas/pareto-json/module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/operations.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/operations.astn.js +0 -6
- package/dist/temporary_schemas/pareto-json/schema_tree.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/schemas/json/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +0 -25
- package/dist/temporary_schemas/pareto-targets/module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/operations.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/operations.astn.js +0 -6
- package/dist/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.js +0 -59
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.js +0 -255
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.js +0 -10
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.js +0 -68
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.js +0 -9
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.js +0 -41
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.js +0 -8
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +0 -3
- package/dist/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +0 -3
- /package/dist/generated/interface/schemas/schema/data_types/{resolved.d.ts → source.d.ts} +0 -0
- /package/dist/generated/interface/schemas/schema/data_types/{unresolved.d.ts → target.d.ts} +0 -0
- /package/dist/generated/interface/schemas/unmarshall_errors/data_types/{unconstrained.d.ts → target.d.ts} +0 -0
- /package/dist/{other → operations}/path.d.ts +0 -0
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
"Lines": (0, schema_1.type)(schema_1.t.text_global("Output")),
|
|
7
|
-
"Directory": (0, schema_1.type)(schema_1.t.dictionary(schema_1.t.state_group({
|
|
8
|
-
"file": schema_1.t.component("Lines"),
|
|
9
|
-
"directory": schema_1.t.component_cyclic("Directory"),
|
|
10
|
-
}))),
|
|
11
|
-
});
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1mb3VudGFpbi1wZW4vc2NoZW1hcy90ZXh0LyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSwwREFPc0M7QUFHekIsUUFBQSxDQUFDLEdBQWtDLElBQUEsY0FBSyxFQUNqRDtJQUNJLE9BQU8sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBRXRDLFdBQVcsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsVUFBVSxDQUMxQixVQUFDLENBQUMsV0FBVyxDQUFDO1FBQ1YsTUFBTSxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDO1FBQzVCLFdBQVcsRUFBRSxVQUFDLENBQUMsZ0JBQWdCLENBQUMsV0FBVyxDQUFDO0tBQy9DLENBQUMsQ0FDTCxDQUFDO0NBQ0wsQ0FDSixDQUFBIn0=
|
|
@@ -1,6 +0,0 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9ucy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1qc29uL29wZXJhdGlvbnMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSxvREFBb0U7QUFLdkQsUUFBQSxDQUFDLEdBQXNDLElBQUEsbUJBQVUsRUFDMUQsRUFDQyxDQUNKLENBQUEifQ==
|
|
@@ -1,10 +0,0 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWpzb24vc2NoZW1hcy9qc29uLyQuZ2xvYmFscy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDBEQUlzQztBQUd6QixRQUFBLENBQUMsR0FBbUMsSUFBQSxnQkFBTyxFQUMvQyxlQUFlLEVBQ3BCO0lBQ0ksWUFBWSxFQUFFLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQztDQUNwQyxFQUNEO0lBQ0ksVUFBVSxFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7Q0FDMUIsQ0FDSixDQUFBIn0=
|
|
@@ -1,8 +0,0 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tanNvbi9zY2hlbWFzL2pzb24vJC5tb2R1bGUuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFJQSwwREFBb0U7QUFHcEUsaURBQTRDO0FBQzVDLHFEQUErQztBQUVsQyxRQUFBLENBQUMsR0FBcUMsSUFBQSxnQkFBTyxFQUN0RCxFQUFFLEVBQ0Ysa0JBQU8sRUFDUCxnQkFBTSxFQUNOLElBQUksQ0FDUCxDQUFBIn0=
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
"Document": (0, schema_1.type)(schema_1.t.component("Value")),
|
|
7
|
-
"Value": (0, schema_1.type)(schema_1.t.state_group({
|
|
8
|
-
"array": schema_1.t.list(schema_1.t.component_cyclic("Value")),
|
|
9
|
-
"object": schema_1.t.state_group({
|
|
10
|
-
"key value array": schema_1.t.list(schema_1.t.group({
|
|
11
|
-
"key": schema_1.t.text_global("Text Value"),
|
|
12
|
-
"value": schema_1.t.component_cyclic("Value")
|
|
13
|
-
})),
|
|
14
|
-
"dictionary": schema_1.t.dictionary(schema_1.t.component_cyclic("Value")),
|
|
15
|
-
}),
|
|
16
|
-
"number": schema_1.t.state_group(({
|
|
17
|
-
"integer": schema_1.t.number_local(schema_1.n.integer()),
|
|
18
|
-
"float": schema_1.t.number_local(schema_1.n.approximation(16)),
|
|
19
|
-
})),
|
|
20
|
-
"string": schema_1.t.text_global("Text Value"),
|
|
21
|
-
"boolean": schema_1.t.boolean(),
|
|
22
|
-
"null": schema_1.t.nothing(),
|
|
23
|
-
})),
|
|
24
|
-
});
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1qc29uL3NjaGVtYXMvanNvbi8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBS3NDO0FBR3pCLFFBQUEsQ0FBQyxHQUFpQyxJQUFBLGNBQUssRUFDaEQ7SUFFSSxVQUFVLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUV0QyxPQUFPLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztRQUN4QixPQUFPLEVBQUUsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDNUMsUUFBUSxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUM7WUFDcEIsaUJBQWlCLEVBQUUsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsS0FBSyxDQUFDO2dCQUM5QixLQUFLLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxZQUFZLENBQUM7Z0JBQ2xDLE9BQU8sRUFBRSxVQUFDLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxDQUFDO2FBQ3ZDLENBQUMsQ0FBQztZQUNILFlBQVksRUFBRSxVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxPQUFPLENBQUMsQ0FBQztTQUMxRCxDQUFDO1FBQ0YsUUFBUSxFQUFFLFVBQUMsQ0FBQyxXQUFXLENBQUMsQ0FBQztZQUNyQixTQUFTLEVBQUUsVUFBQyxDQUFDLFlBQVksQ0FBQyxVQUFDLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDdEMsT0FBTyxFQUFFLFVBQUMsQ0FBQyxZQUFZLENBQUMsVUFBQyxDQUFDLGFBQWEsQ0FBQyxFQUFFLENBQUMsQ0FBQztTQUMvQyxDQUFDLENBQUM7UUFDSCxRQUFRLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQyxZQUFZLENBQUM7UUFDckMsU0FBUyxFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7UUFDdEIsTUFBTSxFQUFFLFVBQUMsQ0FBQyxPQUFPLEVBQUU7S0FDdEIsQ0FBQyxDQUFDO0NBQ04sQ0FDSixDQUFBIn0=
|
|
@@ -1,6 +0,0 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9ucy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by10YXJnZXRzL29wZXJhdGlvbnMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSxvREFBb0U7QUFLdkQsUUFBQSxDQUFDLEdBQXNDLElBQUEsbUJBQVUsRUFDMUQsRUFDQyxDQUNKLENBQUEifQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.$ = void 0;
|
|
4
|
-
const schema_1 = require("../../../../shorthands/schema");
|
|
5
|
-
exports.$ = (0, schema_1.globals)('unconstrained', {
|
|
6
|
-
"Pseudo Reference": (0, schema_1.text)("single line"),
|
|
7
|
-
}, {});
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLXRhcmdldHMvc2NoZW1hcy9hbGFuX2xpZ2h0LyQuZ2xvYmFscy5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVBLDBEQUlzQztBQUd6QixRQUFBLENBQUMsR0FBbUMsSUFBQSxnQkFBTyxFQUMvQyxlQUFlLEVBQ3BCO0lBQ0ksa0JBQWtCLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0NBQzFDLEVBQ0QsRUFBRSxDQUNMLENBQUEifQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tdGFyZ2V0cy9zY2hlbWFzL2FsYW5fbGlnaHQvJC5tb2R1bGUuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFJQSwwREFBb0U7QUFHcEUsaURBQTRDO0FBQzVDLHFEQUErQztBQUVsQyxRQUFBLENBQUMsR0FBcUMsSUFBQSxnQkFBTyxFQUN0RCxFQUFFLEVBQ0Ysa0JBQU8sRUFDUCxnQkFBTSxFQUNOLElBQUksQ0FDUCxDQUFBIn0=
|
|
@@ -1,59 +0,0 @@
|
|
|
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
|
-
"Identifier": (0, schema_1.type)(schema_1.t.text_global("Pseudo Reference")),
|
|
7
|
-
"Path": (0, schema_1.type)(schema_1.t.group({
|
|
8
|
-
"up steps": schema_1.t.list(schema_1.t.group({})),
|
|
9
|
-
"context": schema_1.t.group({
|
|
10
|
-
"sibling": schema_1.t.group({}),
|
|
11
|
-
"state constraint": schema_1.t.group({
|
|
12
|
-
"name": schema_1.t.component("Identifier"),
|
|
13
|
-
}),
|
|
14
|
-
}),
|
|
15
|
-
"selection steps": schema_1.t.list(schema_1.t.group({
|
|
16
|
-
"group": schema_1.t.group({
|
|
17
|
-
"name": schema_1.t.component("Identifier"),
|
|
18
|
-
}),
|
|
19
|
-
"state constraint": schema_1.t.group({
|
|
20
|
-
"name": schema_1.t.component("Identifier"),
|
|
21
|
-
}),
|
|
22
|
-
"reference": schema_1.t.group({
|
|
23
|
-
"name": schema_1.t.component("Identifier"),
|
|
24
|
-
}),
|
|
25
|
-
}))
|
|
26
|
-
})),
|
|
27
|
-
"Node": (0, schema_1.type)(schema_1.t.group({
|
|
28
|
-
"properties": schema_1.t.dictionary(schema_1.t.group({
|
|
29
|
-
"type": schema_1.t.state_group({
|
|
30
|
-
"collection": schema_1.t.group({
|
|
31
|
-
"node": schema_1.t.component_cyclic("Node"),
|
|
32
|
-
"key": schema_1.t.component("Identifier"),
|
|
33
|
-
}),
|
|
34
|
-
"group": schema_1.t.group({
|
|
35
|
-
"node": schema_1.t.component_cyclic("Node"),
|
|
36
|
-
}),
|
|
37
|
-
"text": schema_1.t.group({
|
|
38
|
-
"constraint": schema_1.t.optional(schema_1.t.group({
|
|
39
|
-
"path": schema_1.t.component("Path"),
|
|
40
|
-
"dictionary": schema_1.t.component("Identifier"),
|
|
41
|
-
})),
|
|
42
|
-
}),
|
|
43
|
-
"state group": schema_1.t.group({
|
|
44
|
-
"states": schema_1.t.dictionary(schema_1.t.group({
|
|
45
|
-
"constraints": schema_1.t.dictionary(schema_1.t.group({
|
|
46
|
-
"path": schema_1.t.component("Path")
|
|
47
|
-
})),
|
|
48
|
-
"node": schema_1.t.component_cyclic("Node")
|
|
49
|
-
}))
|
|
50
|
-
}),
|
|
51
|
-
}),
|
|
52
|
-
})),
|
|
53
|
-
})),
|
|
54
|
-
"Root": (0, schema_1.type)(schema_1.t.group({
|
|
55
|
-
"numerical types": schema_1.t.dictionary(schema_1.t.group({})),
|
|
56
|
-
"root": schema_1.t.component("Node"),
|
|
57
|
-
}))
|
|
58
|
-
});
|
|
59
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by10YXJnZXRzL3NjaGVtYXMvYWxhbl9saWdodC8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsMERBT3NDO0FBR3pCLFFBQUEsQ0FBQyxHQUFrQyxJQUFBLGNBQUssRUFDakQ7SUFDSSxZQUFZLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDO0lBRXJELE1BQU0sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1FBQ2pCLFVBQVUsRUFBRSxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDL0IsU0FBUyxFQUFFLFVBQUMsQ0FBQyxLQUFLLENBQUM7WUFDZixTQUFTLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUM7WUFDdEIsa0JBQWtCLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztnQkFDeEIsTUFBTSxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDO2FBQ3BDLENBQUM7U0FDTCxDQUFDO1FBQ0YsaUJBQWlCLEVBQUUsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1lBQzlCLE9BQU8sRUFBRSxVQUFDLENBQUMsS0FBSyxDQUFDO2dCQUNiLE1BQU0sRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQzthQUNwQyxDQUFDO1lBQ0Ysa0JBQWtCLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztnQkFDeEIsTUFBTSxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDO2FBQ3BDLENBQUM7WUFDRixXQUFXLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztnQkFDakIsTUFBTSxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDO2FBQ3BDLENBQUM7U0FDTCxDQUFDLENBQUM7S0FDTixDQUFDLENBQUM7SUFFSCxNQUFNLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUNqQixZQUFZLEVBQUUsVUFBQyxDQUFDLFVBQVUsQ0FBQyxVQUFDLENBQUMsS0FBSyxDQUFDO1lBQy9CLE1BQU0sRUFBRSxVQUFDLENBQUMsV0FBVyxDQUFDO2dCQUNsQixZQUFZLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztvQkFDbEIsTUFBTSxFQUFFLFVBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUM7b0JBQ2xDLEtBQUssRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQztpQkFDbkMsQ0FBQztnQkFDRixPQUFPLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztvQkFDYixNQUFNLEVBQUUsVUFBQyxDQUFDLGdCQUFnQixDQUFDLE1BQU0sQ0FBQztpQkFDckMsQ0FBQztnQkFDRixNQUFNLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztvQkFDWixZQUFZLEVBQUUsVUFBQyxDQUFDLFFBQVEsQ0FBQyxVQUFDLENBQUMsS0FBSyxDQUFDO3dCQUM3QixNQUFNLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUM7d0JBQzNCLFlBQVksRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQztxQkFDMUMsQ0FBQyxDQUFDO2lCQUNOLENBQUM7Z0JBQ0YsYUFBYSxFQUFFLFVBQUMsQ0FBQyxLQUFLLENBQUM7b0JBQ25CLFFBQVEsRUFBRSxVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7d0JBQzNCLGFBQWEsRUFBRSxVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUM7NEJBQ2hDLE1BQU0sRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQzt5QkFDOUIsQ0FBQyxDQUFDO3dCQUNILE1BQU0sRUFBRSxVQUFDLENBQUMsZ0JBQWdCLENBQUMsTUFBTSxDQUFDO3FCQUNyQyxDQUFDLENBQUM7aUJBQ04sQ0FBQzthQUNMLENBQUM7U0FDTCxDQUFDLENBQUM7S0FDTixDQUFDLENBQUM7SUFFSCxNQUFNLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUNqQixpQkFBaUIsRUFBRSxVQUFDLENBQUMsVUFBVSxDQUFDLFVBQUMsQ0FBQyxLQUFLLENBQUMsRUFFdkMsQ0FBQyxDQUFDO1FBQ0gsTUFBTSxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDO0tBQzlCLENBQUMsQ0FBQztDQUNOLENBQ0osQ0FBQSJ9
|
|
@@ -1,255 +0,0 @@
|
|
|
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
|
-
"Graph": (0, schema_1.type)(schema_1.t.group({
|
|
7
|
-
"name": schema_1.t.optional(schema_1.t.text_global("Text Value")),
|
|
8
|
-
"tree": schema_1.t.component("Tree"),
|
|
9
|
-
"type": schema_1.t.state_group({
|
|
10
|
-
"undirected": schema_1.t.group({
|
|
11
|
-
"edges": schema_1.t.list(schema_1.t.group({
|
|
12
|
-
"yin": schema_1.t.component("End Point Specification"),
|
|
13
|
-
"yang": schema_1.t.component("End Point Specification"),
|
|
14
|
-
"attributes": schema_1.t.component("Edge Attributes"),
|
|
15
|
-
}))
|
|
16
|
-
}),
|
|
17
|
-
"directed": schema_1.t.group({
|
|
18
|
-
"edges": schema_1.t.list(schema_1.t.group({
|
|
19
|
-
"from": schema_1.t.component("End Point Specification"),
|
|
20
|
-
"to": schema_1.t.component("End Point Specification"),
|
|
21
|
-
"attributes": schema_1.t.component("Edge Attributes"),
|
|
22
|
-
}))
|
|
23
|
-
}),
|
|
24
|
-
}),
|
|
25
|
-
})),
|
|
26
|
-
/**
|
|
27
|
-
* a tree contains nodes and subgraphs
|
|
28
|
-
*/
|
|
29
|
-
"Tree": (0, schema_1.type)(schema_1.t.group({
|
|
30
|
-
"attributes": schema_1.t.component("Graph Attributes"),
|
|
31
|
-
"elements": schema_1.t.dictionary(schema_1.t.state_group({
|
|
32
|
-
"node": schema_1.t.group({
|
|
33
|
-
"attributes": schema_1.t.component("Node Attributes"),
|
|
34
|
-
}),
|
|
35
|
-
"sub": schema_1.t.group({
|
|
36
|
-
"type": schema_1.t.state_group({
|
|
37
|
-
"group": schema_1.t.nothing(),
|
|
38
|
-
"cluster": schema_1.t.nothing(),
|
|
39
|
-
"subgraph": schema_1.t.nothing(),
|
|
40
|
-
}),
|
|
41
|
-
"tree": schema_1.t.component_cyclic("Tree"),
|
|
42
|
-
}),
|
|
43
|
-
//}), 'ordered') cannot be ordered until the schema is constrained
|
|
44
|
-
}))
|
|
45
|
-
})),
|
|
46
|
-
"End Point Specification": (0, schema_1.type)(schema_1.t.group({
|
|
47
|
-
"start": schema_1.t.text_global("Text Value"),
|
|
48
|
-
"tail": schema_1.t.list(schema_1.t.text_global("Text Value")),
|
|
49
|
-
"port data": schema_1.t.optional(schema_1.t.group({
|
|
50
|
-
"port": schema_1.t.text_global("Text Value"),
|
|
51
|
-
"compass direction": schema_1.t.optional(schema_1.t.text_global("Text Value")),
|
|
52
|
-
})),
|
|
53
|
-
})),
|
|
54
|
-
"Graph Attributes": (0, schema_1.type)(schema_1.t.list(schema_1.t.state_group({
|
|
55
|
-
"concentrate": schema_1.t.boolean(),
|
|
56
|
-
"charset": schema_1.t.text_global("Text Value"),
|
|
57
|
-
"clusterrank": schema_1.t.state_group({
|
|
58
|
-
"none": schema_1.t.nothing(),
|
|
59
|
-
"local": schema_1.t.nothing(),
|
|
60
|
-
"global": schema_1.t.nothing(),
|
|
61
|
-
}),
|
|
62
|
-
"color": schema_1.t.text_global("Text Value"),
|
|
63
|
-
"color scheme": schema_1.t.text_global("Text Value"),
|
|
64
|
-
"comment": schema_1.t.text_global("Text Value"),
|
|
65
|
-
"compound": schema_1.t.boolean(),
|
|
66
|
-
"dpi": schema_1.t.number_local(schema_1.n.integer()),
|
|
67
|
-
"font color": schema_1.t.text_global("Text Value"),
|
|
68
|
-
"font name": schema_1.t.text_global("Text Value"),
|
|
69
|
-
"font path": schema_1.t.text_global("Text Value"),
|
|
70
|
-
"font size": schema_1.t.number_local(schema_1.n.integer()),
|
|
71
|
-
"label": schema_1.t.text_global("Text Value"),
|
|
72
|
-
"label distance": schema_1.t.number_local(schema_1.n.integer()),
|
|
73
|
-
"label scheme": schema_1.t.number_local(schema_1.n.integer()),
|
|
74
|
-
"label location": schema_1.t.state_group({
|
|
75
|
-
"top": schema_1.t.nothing(),
|
|
76
|
-
"bottom": schema_1.t.nothing(),
|
|
77
|
-
}),
|
|
78
|
-
"landscape": schema_1.t.boolean(),
|
|
79
|
-
"layer list": schema_1.t.text_global("Text Value"),
|
|
80
|
-
"layer separator": schema_1.t.text_global("Text Value"),
|
|
81
|
-
"layers": schema_1.t.text_global("Text Value"),
|
|
82
|
-
"margin": schema_1.t.text_global("Text Value"),
|
|
83
|
-
"max iteration": schema_1.t.number_local(schema_1.n.integer()),
|
|
84
|
-
"mclimit": schema_1.t.number_local(schema_1.n.integer()),
|
|
85
|
-
"mindist": schema_1.t.number_local(schema_1.n.integer()),
|
|
86
|
-
"mode": schema_1.t.state_group({
|
|
87
|
-
"no output": schema_1.t.nothing(),
|
|
88
|
-
"out": schema_1.t.nothing(),
|
|
89
|
-
"in": schema_1.t.nothing(),
|
|
90
|
-
"in out": schema_1.t.nothing(),
|
|
91
|
-
}),
|
|
92
|
-
"newrank": schema_1.t.boolean(),
|
|
93
|
-
"no loop": schema_1.t.boolean(),
|
|
94
|
-
"normalize": schema_1.t.boolean(),
|
|
95
|
-
"ordering": schema_1.t.state_group({
|
|
96
|
-
"out": schema_1.t.nothing(),
|
|
97
|
-
"in": schema_1.t.nothing(),
|
|
98
|
-
"in out": schema_1.t.nothing(),
|
|
99
|
-
}),
|
|
100
|
-
"orientation": schema_1.t.number_local(schema_1.n.integer()),
|
|
101
|
-
"output order": schema_1.t.state_group({
|
|
102
|
-
"breadth first": schema_1.t.nothing(),
|
|
103
|
-
"dfs": schema_1.t.nothing(),
|
|
104
|
-
}),
|
|
105
|
-
"overlap": schema_1.t.text_global("Text Value"),
|
|
106
|
-
"output mode": schema_1.t.state_group({
|
|
107
|
-
"edges first": schema_1.t.nothing(),
|
|
108
|
-
"nodes first": schema_1.t.nothing(),
|
|
109
|
-
}),
|
|
110
|
-
"pack": schema_1.t.boolean(),
|
|
111
|
-
"pack mode": schema_1.t.state_group({
|
|
112
|
-
"node": schema_1.t.nothing(),
|
|
113
|
-
"graph": schema_1.t.nothing(),
|
|
114
|
-
}),
|
|
115
|
-
"pad": schema_1.t.number_local(schema_1.n.integer()),
|
|
116
|
-
"page": schema_1.t.text_global("Text Value"),
|
|
117
|
-
"quadtree": schema_1.t.boolean(),
|
|
118
|
-
"quantum": schema_1.t.number_local(schema_1.n.integer()),
|
|
119
|
-
"rankdir": schema_1.t.state_group({
|
|
120
|
-
"top bottom": schema_1.t.nothing(),
|
|
121
|
-
"bottom top": schema_1.t.nothing(),
|
|
122
|
-
"left right": schema_1.t.nothing(),
|
|
123
|
-
"right left": schema_1.t.nothing(),
|
|
124
|
-
}),
|
|
125
|
-
"ranksep": schema_1.t.text_global("Text Value"),
|
|
126
|
-
"ratio": schema_1.t.text_global("Text Value"),
|
|
127
|
-
"remincross": schema_1.t.boolean(),
|
|
128
|
-
"rotate": schema_1.t.number_local(schema_1.n.integer()),
|
|
129
|
-
"scale": schema_1.t.text_global("Text Value"),
|
|
130
|
-
"searchsize": schema_1.t.number_local(schema_1.n.integer()),
|
|
131
|
-
"sep": schema_1.t.text_global("Text Value"),
|
|
132
|
-
"showboxes": schema_1.t.boolean(),
|
|
133
|
-
"size": schema_1.t.text_global("Text Value"),
|
|
134
|
-
"smoothing": schema_1.t.state_group({
|
|
135
|
-
"none": schema_1.t.nothing(),
|
|
136
|
-
"spring": schema_1.t.nothing(),
|
|
137
|
-
"triangle": schema_1.t.nothing(),
|
|
138
|
-
}),
|
|
139
|
-
"sortv": schema_1.t.boolean(),
|
|
140
|
-
"splines": schema_1.t.text_global("Text Value"),
|
|
141
|
-
"start": schema_1.t.number_local(schema_1.n.integer()),
|
|
142
|
-
"style": schema_1.t.text_global("Text Value"),
|
|
143
|
-
"stylesheet": schema_1.t.text_global("Text Value"),
|
|
144
|
-
"target": schema_1.t.text_global("Text Value"),
|
|
145
|
-
"tooltip": schema_1.t.text_global("Text Value"),
|
|
146
|
-
"truecolor": schema_1.t.boolean(),
|
|
147
|
-
"viewport": schema_1.t.text_global("Text Value"),
|
|
148
|
-
"width": schema_1.t.number_local(schema_1.n.integer()),
|
|
149
|
-
"xdotversion": schema_1.t.number_local(schema_1.n.integer()),
|
|
150
|
-
"xlabel": schema_1.t.text_global("Text Value"),
|
|
151
|
-
}))),
|
|
152
|
-
"Node Attributes": (0, schema_1.type)(schema_1.t.list(schema_1.t.state_group({
|
|
153
|
-
"color": schema_1.t.text_global("Text Value"),
|
|
154
|
-
"colorscheme": schema_1.t.text_global("Text Value"),
|
|
155
|
-
"comment": schema_1.t.text_global("Text Value"),
|
|
156
|
-
"concentrate": schema_1.t.boolean(),
|
|
157
|
-
"fill color": schema_1.t.text_global("Text Value"),
|
|
158
|
-
"fixed size": schema_1.t.boolean(),
|
|
159
|
-
"font color": schema_1.t.text_global("Text Value"),
|
|
160
|
-
"font name": schema_1.t.text_global("Text Value"),
|
|
161
|
-
"font size": schema_1.t.number_local(schema_1.n.integer()),
|
|
162
|
-
"group": schema_1.t.text_global("Text Value"),
|
|
163
|
-
"height": schema_1.t.number_local(schema_1.n.approximation(10)),
|
|
164
|
-
"image": schema_1.t.text_global("Text Value"),
|
|
165
|
-
"label": schema_1.t.text_global("Text Value"),
|
|
166
|
-
"labelloc": schema_1.t.state_group({
|
|
167
|
-
"top": schema_1.t.nothing(),
|
|
168
|
-
"center": schema_1.t.nothing(),
|
|
169
|
-
"bottom": schema_1.t.nothing(),
|
|
170
|
-
}),
|
|
171
|
-
"layers": schema_1.t.text_global("Text Value"),
|
|
172
|
-
"margin": schema_1.t.text_global("Text Value"),
|
|
173
|
-
"nojustify": schema_1.t.boolean(),
|
|
174
|
-
"orientation": schema_1.t.number_local(schema_1.n.integer()),
|
|
175
|
-
"pen width": schema_1.t.number_local(schema_1.n.approximation(10)),
|
|
176
|
-
"peripheries": schema_1.t.number_local(schema_1.n.integer()),
|
|
177
|
-
"pos": schema_1.t.text_global("Text Value"),
|
|
178
|
-
"rects": schema_1.t.text_global("Text Value"),
|
|
179
|
-
"regular": schema_1.t.boolean(),
|
|
180
|
-
"root": schema_1.t.boolean(),
|
|
181
|
-
"shape": schema_1.t.text_global("Text Value"),
|
|
182
|
-
"showboxes": schema_1.t.boolean(),
|
|
183
|
-
"sides": schema_1.t.number_local(schema_1.n.integer()),
|
|
184
|
-
"skew": schema_1.t.number_local(schema_1.n.approximation(10)),
|
|
185
|
-
"style": schema_1.t.text_global("Text Value"),
|
|
186
|
-
"target": schema_1.t.text_global("Text Value"),
|
|
187
|
-
"tooltip": schema_1.t.text_global("Text Value"),
|
|
188
|
-
"width": schema_1.t.number_local(schema_1.n.approximation(10)),
|
|
189
|
-
"xlabel": schema_1.t.text_global("Text Value"),
|
|
190
|
-
"xlp": schema_1.t.text_global("Text Value"),
|
|
191
|
-
}))),
|
|
192
|
-
"Edge Attributes": (0, schema_1.type)(schema_1.t.list(schema_1.t.state_group({
|
|
193
|
-
"arrowhead": schema_1.t.text_global("Text Value"),
|
|
194
|
-
"arrowsize": schema_1.t.number_local(schema_1.n.approximation(10)),
|
|
195
|
-
"arrowtail": schema_1.t.text_global("Text Value"),
|
|
196
|
-
"bgcolor": schema_1.t.text_global("Text Value"),
|
|
197
|
-
"color": schema_1.t.text_global("Text Value"),
|
|
198
|
-
"colorscheme": schema_1.t.text_global("Text Value"),
|
|
199
|
-
"comment": schema_1.t.text_global("Text Value"),
|
|
200
|
-
"constraint": schema_1.t.boolean(),
|
|
201
|
-
"decorate": schema_1.t.boolean(),
|
|
202
|
-
"dir": schema_1.t.state_group({
|
|
203
|
-
"forward": schema_1.t.nothing(),
|
|
204
|
-
"back": schema_1.t.nothing(),
|
|
205
|
-
"both": schema_1.t.nothing(),
|
|
206
|
-
"none": schema_1.t.nothing(),
|
|
207
|
-
}),
|
|
208
|
-
"edge url": schema_1.t.text_global("Text Value"),
|
|
209
|
-
"edge lp": schema_1.t.text_global("Text Value"),
|
|
210
|
-
"edge target": schema_1.t.text_global("Text Value"),
|
|
211
|
-
"edge tooltip": schema_1.t.text_global("Text Value"),
|
|
212
|
-
"head lp": schema_1.t.text_global("Text Value"),
|
|
213
|
-
"headclip": schema_1.t.boolean(),
|
|
214
|
-
"headlabel": schema_1.t.text_global("Text Value"),
|
|
215
|
-
"headport": schema_1.t.text_global("Text Value"),
|
|
216
|
-
"height": schema_1.t.number_local(schema_1.n.approximation(10)),
|
|
217
|
-
"id": schema_1.t.text_global("Text Value"),
|
|
218
|
-
"label": schema_1.t.text_global("Text Value"),
|
|
219
|
-
"label distance": schema_1.t.number_local(schema_1.n.approximation(10)),
|
|
220
|
-
"label angle": schema_1.t.number_local(schema_1.n.approximation(10)),
|
|
221
|
-
"label float": schema_1.t.boolean(),
|
|
222
|
-
"labelfloat": schema_1.t.boolean(),
|
|
223
|
-
"labelhref": schema_1.t.text_global("Text Value"),
|
|
224
|
-
"label lp": schema_1.t.text_global("Text Value"),
|
|
225
|
-
"layer": schema_1.t.text_global("Text Value"),
|
|
226
|
-
"len": schema_1.t.number_local(schema_1.n.approximation(10)),
|
|
227
|
-
"lhead": schema_1.t.text_global("Text Value"),
|
|
228
|
-
"lp": schema_1.t.text_global("Text Value"),
|
|
229
|
-
"ltail": schema_1.t.text_global("Text Value"),
|
|
230
|
-
"minlen": schema_1.t.number_local(schema_1.n.integer()),
|
|
231
|
-
"pen width": schema_1.t.number_local(schema_1.n.approximation(10)),
|
|
232
|
-
"pos": schema_1.t.text_global("Text Value"),
|
|
233
|
-
"same head": schema_1.t.boolean(),
|
|
234
|
-
"same tail": schema_1.t.boolean(),
|
|
235
|
-
"showboxes": schema_1.t.boolean(),
|
|
236
|
-
"style": schema_1.t.text_global("Text Value"),
|
|
237
|
-
"tail lp": schema_1.t.text_global("Text Value"),
|
|
238
|
-
"tailclip": schema_1.t.boolean(),
|
|
239
|
-
"taillabel": schema_1.t.text_global("Text Value"),
|
|
240
|
-
"tailport": schema_1.t.text_global("Text Value"),
|
|
241
|
-
"tooltip": schema_1.t.text_global("Text Value"),
|
|
242
|
-
"weight": schema_1.t.number_local(schema_1.n.integer()),
|
|
243
|
-
"xlabel": schema_1.t.text_global("Text Value"),
|
|
244
|
-
"xlp": schema_1.t.text_global("Text Value"),
|
|
245
|
-
}))),
|
|
246
|
-
/**
|
|
247
|
-
*
|
|
248
|
-
*/
|
|
249
|
-
"Attribute Value": (0, schema_1.type)(schema_1.t.state_group({
|
|
250
|
-
"number": schema_1.t.text_global("Text Value"),
|
|
251
|
-
"string": schema_1.t.text_global("Text Value"),
|
|
252
|
-
"html string": schema_1.t.text_global("Text Value"),
|
|
253
|
-
})),
|
|
254
|
-
});
|
|
255
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by10YXJnZXRzL3NjaGVtYXMvZ3JhcGh2aXovaGlnaF9sZXZlbC8kLnR5cGVzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNkRBT3lDO0FBRzVCLFFBQUEsQ0FBQyxHQUFpQyxJQUFBLGNBQUssRUFDaEQ7SUFHSSxPQUFPLEVBQUUsSUFBQSxhQUFJLEVBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztRQUNsQixNQUFNLEVBQUUsVUFBQyxDQUFDLFFBQVEsQ0FBQyxVQUFDLENBQUMsV0FBVyxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQy9DLE1BQU0sRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQztRQUMzQixNQUFNLEVBQUUsVUFBQyxDQUFDLFdBQVcsQ0FBQztZQUNsQixZQUFZLEVBQUUsVUFBQyxDQUFDLEtBQUssQ0FBQztnQkFDbEIsT0FBTyxFQUFFLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztvQkFDcEIsS0FBSyxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMseUJBQXlCLENBQUM7b0JBQzdDLE1BQU0sRUFBRSxVQUFDLENBQUMsU0FBUyxDQUFDLHlCQUF5QixDQUFDO29CQUM5QyxZQUFZLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FBQyxpQkFBaUIsQ0FBQztpQkFDL0MsQ0FBQyxDQUFDO2FBQ04sQ0FBQztZQUNGLFVBQVUsRUFBRSxVQUFDLENBQUMsS0FBSyxDQUFDO2dCQUNoQixPQUFPLEVBQUUsVUFBQyxDQUFDLElBQUksQ0FBQyxVQUFDLENBQUMsS0FBSyxDQUFDO29CQUNwQixNQUFNLEVBQUUsVUFBQyxDQUFDLFNBQVMsQ0FBQyx5QkFBeUIsQ0FBQztvQkFDOUMsSUFBSSxFQUFFLFVBQUMsQ0FBQyxTQUFTLENBQUMseUJBQXlCLENB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
|
|
@@ -1,10 +0,0 @@
|
|
|
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
|
-
"id": (0, schema_1.text)('single line'),
|
|
7
|
-
"Text Value": (0, schema_1.text)('single line'),
|
|
8
|
-
"": (0, schema_1.text)('single line'),
|
|
9
|
-
}, {});
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLXRhcmdldHMvc2NoZW1hcy9ncmFwaHZpei9sb3dfbGV2ZWwvJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNkRBSXlDO0FBRzVCLFFBQUEsQ0FBQyxHQUFtQyxJQUFBLGdCQUFPLEVBQy9DLGVBQWUsRUFDcEI7SUFDSSxJQUFJLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0lBQ3pCLFlBQVksRUFBRSxJQUFBLGFBQUksRUFBQyxhQUFhLENBQUM7SUFDakMsRUFBRSxFQUFFLElBQUEsYUFBSSxFQUFDLGFBQWEsQ0FBQztDQUMxQixFQUNELEVBQUUsQ0FDTCxDQUFBIn0=
|
|
@@ -1,8 +0,0 @@
|
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tdGFyZ2V0cy9zY2hlbWFzL2dyYXBodml6L2xvd19sZXZlbC8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLDZEQUF1RTtBQUd2RSxpREFBNEM7QUFDNUMscURBQStDO0FBRWxDLFFBQUEsQ0FBQyxHQUFxQyxJQUFBLGdCQUFPLEVBQ3RELEVBQUUsRUFDRixrQkFBTyxFQUNQLGdCQUFNLEVBQ04sSUFBSSxDQUNQLENBQUEifQ==
|