@elyx-code/project-logic-tree 0.0.6971 → 0.0.6972

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
@@ -17406,7 +17406,7 @@ export declare enum BaseValueDescriptorIds {
17406
17406
  newEntities: EntityState[];
17407
17407
  };
17408
17408
 
17409
- export declare function handleLiteralValueChange(newValue: LiteralValueType, entity: EntityWithValueState, project: ProjectState, storage: ChangeSet | IValueStoreClient): ChangeSet | null;
17409
+ export declare function handleLiteralValueChange(newValue: LiteralValueType, entity: EntityWithValueState, project: ProjectState, storage: ChangeSet | IValueStoreClient, asCastedType?: PrimitiveTypes): ChangeSet | null;
17410
17410
 
17411
17411
  export declare function handleLiteralValueDelete(entity: EntityWithValueState, project: ProjectState, storage: ChangeSet | IValueStoreClient): ChangeSet | null;
17412
17412