@elyx-code/project-logic-tree 0.0.7108 → 0.0.7110
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.cjs +94 -94
- package/dist/index.d.ts +2 -0
- package/dist/index.js +19174 -18750
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11175,6 +11175,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11175
11175
|
|
|
11176
11176
|
export declare function checkHasBaseEntity(entity: DefinitionEntityState | BuiltInBaseEntityState, baseEntityName: BaseEntityNames): boolean;
|
|
11177
11177
|
|
|
11178
|
+
export declare function checkHasBasePrimitive(entity: PrimitiveEntityState, primitiveType: PrimitiveTypes): boolean;
|
|
11179
|
+
|
|
11178
11180
|
export declare function checkHasMetadataChanged(currentEntityState: EntityState, newMetadata: Partial<Element_2 | ElementTransfer | ElementShallowTransfer>): boolean;
|
|
11179
11181
|
|
|
11180
11182
|
/**
|