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.
- package/dist/implementation/generated/pareto/schemas/implementation/marshall.d.ts +1 -2
- package/dist/implementation/generated/pareto/schemas/implementation/marshall.js +352 -260
- package/dist/implementation/generated/pareto/schemas/implementation/resolve.d.ts +1 -2
- package/dist/implementation/generated/pareto/schemas/implementation/resolve.js +482 -368
- package/dist/implementation/generated/pareto/schemas/implementation/serialize.d.ts +1 -2
- package/dist/implementation/generated/pareto/schemas/implementation/serialize.js +4 -8
- package/dist/implementation/generated/pareto/schemas/implementation/unmarshall.d.ts +1 -2
- package/dist/implementation/generated/pareto/schemas/implementation/unmarshall.js +287 -213
- package/dist/implementation/generated/pareto/schemas/typescript_light/marshall.js +1 -1
- package/dist/implementation/manual/schemas/implementation/transformers/typescript_light.d.ts +6 -9
- package/dist/implementation/manual/schemas/implementation/transformers/typescript_light.js +342 -305
- package/dist/interface/generated/pareto/schemas/implementation/data_types/resolve.d.ts +9 -71
- package/dist/interface/generated/pareto/schemas/implementation/data_types/source.d.ts +1777 -960
- package/dist/interface/generated/pareto/schemas/implementation/data_types/target.d.ts +1777 -960
- package/dist/interface/generated/pareto/schemas/implementation/marshall.d.ts +6 -36
- package/dist/interface/generated/pareto/schemas/implementation/migrate_boilerplate.d.ts +8 -32
- package/dist/interface/generated/pareto/schemas/implementation/serialize.d.ts +6 -32
- package/dist/interface/generated/pareto/schemas/implementation/unmarshall.d.ts +7 -43
- package/dist/shorthands/implementation.d.ts +37 -36
- package/dist/shorthands/implementation.js +105 -117
- 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
|
|
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;
|