@elyx-code/project-logic-tree 0.0.6451 → 0.0.6452
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/index.d.ts +6 -0
- package/dist/index.js +710 -704
- package/dist/index.umd.cjs +38 -38
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -784,9 +784,15 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
784
784
|
};
|
|
785
785
|
pathParameters: {
|
|
786
786
|
id: string;
|
|
787
|
+
dataType: {
|
|
788
|
+
id: string;
|
|
789
|
+
};
|
|
787
790
|
};
|
|
788
791
|
queryParameters: {
|
|
789
792
|
id: string;
|
|
793
|
+
dataType: {
|
|
794
|
+
id: string;
|
|
795
|
+
};
|
|
790
796
|
};
|
|
791
797
|
body: {
|
|
792
798
|
id: string;
|