@elyx-code/project-logic-tree 0.0.6391 → 0.0.6392

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
@@ -1394,6 +1394,10 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1394
1394
 
1395
1395
  export declare const BUILT_IN_ENTITY_TYPES: EntityType[];
1396
1396
 
1397
+ export declare const BUILT_IN_FUNCTION_IMPLEMENTATIONS__PREFIX = "built-in-function-implementations__";
1398
+
1399
+ export declare const BUILT_INT_OPERATIONS_IMPLEMENTATIONS__PREFIX = "operations-implementations__";
1400
+
1397
1401
  export declare type BuiltInBaseEntityPayloadUnion = BuiltInBaseEntityState | BuiltInBaseEntityTypesUnion;
1398
1402
 
1399
1403
  export declare class BuiltInBaseEntityState extends VersionedState implements BaseState, IBuiltInBaseEntity {