@elyx-code/project-logic-tree 0.0.6450 → 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 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;