@elyx-code/project-logic-tree 0.0.7017 → 0.0.7018

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
@@ -28206,6 +28206,8 @@ export declare enum BaseValueDescriptorIds {
28206
28206
 
28207
28207
  export declare function rebaseStack<T = any>(undoableStackValueIndex: number, history: T[], newItem: T): number;
28208
28208
 
28209
+ export declare function recursivelyGenerateZodSchemaForDataTypeState(dataType: DataTypeState | null, propertyContext: PropertyState): z.ZodType<any>;
28210
+
28209
28211
  export declare function recursivelyMakeAllEditableAndDeletableFromGiven(entity: UserManagedEntityState, changeSet: ChangeSet | null): void;
28210
28212
 
28211
28213
  export declare function recursivelyMakeAllNonEditableAndNonDeletableFromGiven(entity: UserManagedEntityState, changeSet: ChangeSet | null): void;