@elyx-code/project-logic-tree 0.0.6504 → 0.0.6506
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 +3 -1
- package/dist/index.js +14663 -14558
- package/dist/index.umd.cjs +112 -112
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6688,6 +6688,8 @@ export declare function getBaseBuiltInEntities(entity: DefinitionEntityState | B
|
|
|
6688
6688
|
|
|
6689
6689
|
export declare function getBaseBuiltInNameFromIntegrationName(integrationName: ExternalIntegrationNames): BaseEntityNames | null;
|
|
6690
6690
|
|
|
6691
|
+
export declare function getBaseEntity(entity: DefinitionEntityState | BuiltInBaseEntityState, baseEntityName: BaseEntityNames): BuiltInBaseEntityState | null;
|
|
6692
|
+
|
|
6691
6693
|
declare function getBaseMethodsNotImplemented(self: DefinitionEntityState, implementedEntity: DefinitionEntityState | BuiltInBaseEntityState): ActionDescriptorState[];
|
|
6692
6694
|
|
|
6693
6695
|
declare function getBasePropertiesNotImplemented(self: DefinitionEntityState, implementedEntity: DefinitionEntityState | BuiltInBaseEntityState): PropertyState[];
|
|
@@ -9674,7 +9676,7 @@ export declare function getExternalIntegrationIdFromAction(entity: ActionDescrip
|
|
|
9674
9676
|
|
|
9675
9677
|
export declare function getExternalIntegrationNameFromBuiltInBaseName(baseName: BaseEntityNames): ExternalIntegrationNames | null;
|
|
9676
9678
|
|
|
9677
|
-
export declare function
|
|
9679
|
+
export declare function getFirstBaseEntityWithOwnBase(entity: DefinitionEntityState | BuiltInBaseEntityState, baseEntityName: BaseEntityNames): BuiltInBaseEntityState | null;
|
|
9678
9680
|
|
|
9679
9681
|
export declare function getFirstNonLoopScopeOwner(entity: EntityState | Element_2 | ElementTransfer | ElementGenerationTarget | ElementShallowTransfer, project: ProjectState, _initialEntity?: EntityState | Element_2 | ElementTransfer | ElementGenerationTarget | ElementShallowTransfer | null): EntryPointEntityState | ProjectState | null;
|
|
9680
9682
|
|