exupery 0.3.23 → 0.3.25

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.
Files changed (21) hide show
  1. package/dist/implementation/generated/pareto/schemas/implementation/marshall.d.ts +1 -2
  2. package/dist/implementation/generated/pareto/schemas/implementation/marshall.js +352 -260
  3. package/dist/implementation/generated/pareto/schemas/implementation/resolve.d.ts +1 -2
  4. package/dist/implementation/generated/pareto/schemas/implementation/resolve.js +482 -368
  5. package/dist/implementation/generated/pareto/schemas/implementation/serialize.d.ts +1 -2
  6. package/dist/implementation/generated/pareto/schemas/implementation/serialize.js +4 -8
  7. package/dist/implementation/generated/pareto/schemas/implementation/unmarshall.d.ts +1 -2
  8. package/dist/implementation/generated/pareto/schemas/implementation/unmarshall.js +287 -213
  9. package/dist/implementation/generated/pareto/schemas/typescript_light/marshall.js +1 -1
  10. package/dist/implementation/manual/schemas/implementation/transformers/typescript_light.d.ts +6 -9
  11. package/dist/implementation/manual/schemas/implementation/transformers/typescript_light.js +342 -305
  12. package/dist/interface/generated/pareto/schemas/implementation/data_types/resolve.d.ts +9 -71
  13. package/dist/interface/generated/pareto/schemas/implementation/data_types/source.d.ts +1777 -960
  14. package/dist/interface/generated/pareto/schemas/implementation/data_types/target.d.ts +1777 -960
  15. package/dist/interface/generated/pareto/schemas/implementation/marshall.d.ts +6 -36
  16. package/dist/interface/generated/pareto/schemas/implementation/migrate_boilerplate.d.ts +8 -32
  17. package/dist/interface/generated/pareto/schemas/implementation/serialize.d.ts +6 -32
  18. package/dist/interface/generated/pareto/schemas/implementation/unmarshall.d.ts +7 -43
  19. package/dist/shorthands/implementation.d.ts +37 -36
  20. package/dist/shorthands/implementation.js +105 -117
  21. package/package.json +2 -2
@@ -2,6 +2,5 @@ import * as _i_signatures from "../../../../../interface/generated/pareto/schema
2
2
  export declare const Variables: _i_signatures._T_Variables;
3
3
  export declare const Module: _i_signatures._T_Module;
4
4
  export declare const Module_Set: _i_signatures._T_Module_Set;
5
- export declare const Literal: _i_signatures._T_Literal;
6
- export declare const Initialization: _i_signatures._T_Initialization;
5
+ export declare const Expression: _i_signatures._T_Expression;
7
6
  export declare const Selection: _i_signatures._T_Selection;