@elyx-code/project-logic-tree 0.0.6892 → 0.0.6893

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
@@ -9507,6 +9507,9 @@ export declare enum BaseValueDescriptorIds {
9507
9507
  implement(newEntityName: string, changeSet?: ChangeSet | null, newId?: string): DefinitionEntityState;
9508
9508
  getAllPropertiesImplements(): PropertyState[];
9509
9509
  getAllInteractiveMethods(): ActionDescriptorState[];
9510
+ getRawDefaultValue(): {
9511
+ [propertyName: string]: any;
9512
+ };
9510
9513
  }
9511
9514
 
9512
9515
  export declare type BuiltInBaseEntityTypesUnion = IBuiltInBaseEntity | IBuiltInBaseEntityTransfer | IBuiltInBaseEntityShallowTransfer | IBuiltInBaseEntityGenerationTarget;