@elyx-code/project-logic-tree 0.0.6500 → 0.0.6501
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 +2 -0
- package/dist/index.js +3248 -3238
- package/dist/index.umd.cjs +77 -77
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6576,6 +6576,8 @@ export declare function getAllVariablesInScope(project: ProjectState, variableDe
|
|
|
6576
6576
|
|
|
6577
6577
|
export declare function getBaseBuiltInEntities(entity: DefinitionEntityState | BuiltInBaseEntityState): BuiltInBaseEntityState[];
|
|
6578
6578
|
|
|
6579
|
+
export declare function getBaseBuiltInNameFromIntegrationName(integrationName: ExternalIntegrationNames): BaseEntityNames | null;
|
|
6580
|
+
|
|
6579
6581
|
declare function getBaseMethodsNotImplemented(self: DefinitionEntityState, implementedEntity: DefinitionEntityState | BuiltInBaseEntityState): ActionDescriptorState[];
|
|
6580
6582
|
|
|
6581
6583
|
declare function getBasePropertiesNotImplemented(self: DefinitionEntityState, implementedEntity: DefinitionEntityState | BuiltInBaseEntityState): PropertyState[];
|