@@ -10,7 +10,7 @@ declare const DefaultableInMemoryEntity_base: typeof InMemoryEntity & import("..
1010} ;
1111export declare class DefaultableInMemoryEntity extends DefaultableInMemoryEntity_base {
1212}
13- export declare const NamedInMemoryEntity : typeof InMemoryEntity & import ( "./mixins/NamedEntityMixin" ) . NamedEntityConstructor ;
13+ export declare const NamedInMemoryEntity : typeof InMemoryEntity & import ( "./mixins/NamedEntityMixin" ) . NamedInMemoryEntityConstructor ;
1414export declare const NamedDefaultableInMemoryEntity : typeof InMemoryEntity & import ( "../utils/types" ) . Constructor < {
1515 isDefault : boolean ;
1616} > & {
@@ -19,7 +19,7 @@ export declare const NamedDefaultableInMemoryEntity: typeof InMemoryEntity & imp
1919 } > ( this : T ) : InstanceType < T > & {
2020 isDefault : boolean ;
2121 } ;
22- } & import ( "./mixins/NamedEntityMixin" ) . NamedEntityConstructor ;
22+ } & import ( "./mixins/NamedEntityMixin" ) . NamedInMemoryEntityConstructor ;
2323export declare const HasMetadataNamedDefaultableInMemoryEntity : {
2424 new ( ...args : any [ ] ) : {
2525 metadata : object ;
@@ -59,7 +59,7 @@ export declare const HasMetadataNamedDefaultableInMemoryEntity: {
5959 } > ( this : T ) : InstanceType < T > & {
6060 isDefault : boolean ;
6161 } ;
62- } & import ( "./mixins/NamedEntityMixin" ) . NamedEntityConstructor ;
62+ } & import ( "./mixins/NamedEntityMixin" ) . NamedInMemoryEntityConstructor ;
6363export declare const HasConsistencyChecksHasMetadataNamedDefaultableInMemoryEntity : {
6464 new ( ...args : any [ ] ) : {
6565 consistencyChecks : import ( "@mat3ra/esse/dist/js/types" ) . ConsistencyCheck [ ] ;
@@ -130,7 +130,7 @@ export declare const HasConsistencyChecksHasMetadataNamedDefaultableInMemoryEnti
130130 } > ( this : T ) : InstanceType < T > & {
131131 isDefault : boolean ;
132132 } ;
133- } & import ( "./mixins/NamedEntityMixin" ) . NamedEntityConstructor ;
133+ } & import ( "./mixins/NamedEntityMixin" ) . NamedInMemoryEntityConstructor ;
134134export declare const NamedDefaultableRepetitionImportantSettingsInMemoryEntity : {
135135 new ( ...args : any [ ] ) : {
136136 readonly important : any ;
@@ -212,7 +212,7 @@ export declare const NamedDefaultableRepetitionImportantSettingsInMemoryEntity:
212212 } > ( this : T ) : InstanceType < T > & {
213213 isDefault : boolean ;
214214 } ;
215- } & import ( "./mixins/NamedEntityMixin" ) . NamedEntityConstructor ;
215+ } & import ( "./mixins/NamedEntityMixin" ) . NamedInMemoryEntityConstructor ;
216216export declare const NamedDefaultableRepetitionContextAndRenderInMemoryEntity : {
217217 new ( ...params : any [ ] ) : {
218218 _context : import ( "./mixins/context" ) . Context ;
@@ -297,7 +297,7 @@ export declare const NamedDefaultableRepetitionContextAndRenderInMemoryEntity: {
297297 } > ( this : T ) : InstanceType < T > & {
298298 isDefault : boolean ;
299299 } ;
300- } & import ( "./mixins/NamedEntityMixin" ) . NamedEntityConstructor ;
300+ } & import ( "./mixins/NamedEntityMixin" ) . NamedInMemoryEntityConstructor ;
301301export declare const NamedDefaultableRepetitionRuntimeItemsImportantSettingsContextAndRenderHashedInMemoryEntity : {
302302 new ( ...args : any[ ] ) : {
303303 getHashObject ( ) : { } ;
@@ -538,5 +538,5 @@ export declare const NamedDefaultableRepetitionRuntimeItemsImportantSettingsCont
538538 } > ( this : T ) : InstanceType < T > & {
539539 isDefault : boolean ;
540540 } ;
541- } & import ( "./mixins/NamedEntityMixin" ) . NamedEntityConstructor ;
541+ } & import ( "./mixins/NamedEntityMixin" ) . NamedInMemoryEntityConstructor ;
542542export { } ;
0 commit comments