@elyx-code/project-logic-tree 0.0.6694 → 0.0.6695

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
@@ -11783,7 +11783,7 @@ export declare class DefinitionEntityState extends UserManagedVersionedState imp
11783
11783
  removeAllPropertiesImplement(changeSet?: ChangeSet | null): DefinitionEntityState;
11784
11784
  }
11785
11785
 
11786
- export declare function definitionEntityToZodSchema(entity: IDefinitionEntity): z.ZodObject<any>;
11786
+ export declare function definitionEntityToZodSchema(entity: DefinitionEntityState, asCodeNameKeys?: boolean): z.ZodObject<any>;
11787
11787
 
11788
11788
  export declare type DefinitionEntityTypesUnion = IDefinitionEntity | IDefinitionEntityTransfer | IDefinitionEntityShallowTransfer | IDefinitionEntityGenerationTarget;
11789
11789
 
@@ -29716,7 +29716,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
29716
29716
  implementAsInputMap(changeSet: (ChangeSet | null) | undefined, newParent: PassThroughCallableEntityState | TerminationEntityState, newId?: string): InputMapState;
29717
29717
  }
29718
29718
 
29719
- export declare function propertyToZodSchema(property: IProperty): z.ZodType<any>;
29719
+ export declare function propertyToZodSchema(property: PropertyState): z.ZodType<any>;
29720
29720
 
29721
29721
  export declare type PropertyTypesUnion = IProperty | IPropertyTransfer | IPropertyShallowTransfer | IPropertyGenerationTarget;
29722
29722