@tsonic/efcore 10.0.34 → 10.0.35

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.
@@ -849,7 +849,7 @@ export interface MemberEntry$instance extends Microsoft_EntityFrameworkCore_Infr
849
849
  readonly EntityEntry: EntityEntry;
850
850
  readonly InternalEntry: IInternalEntry;
851
851
  IsModified: boolean;
852
- readonly Metadata: IProperty | IPropertyBase;
852
+ readonly Metadata: IComplexProperty | IPropertyBase;
853
853
  Equals(obj: unknown): boolean;
854
854
  GetHashCode(): int;
855
855
  ToString(): string | undefined;
@@ -5754,8 +5754,8 @@ export interface TypeBase$instance extends ConventionAnnotatable {
5754
5754
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeTypeBase: never;
5755
5755
 
5756
5756
  readonly BaseBuilder: InternalTypeBaseBuilder;
5757
- get BaseType(): ComplexType | undefined | TypeBase | undefined;
5758
- set BaseType(value: ComplexType | undefined | TypeBase | undefined);
5757
+ get BaseType(): EntityType | undefined | TypeBase | undefined;
5758
+ set BaseType(value: EntityType | undefined | TypeBase | undefined);
5759
5759
  readonly ClrType: Type;
5760
5760
  get ConstructorBinding(): InstantiationBinding | undefined;
5761
5761
  set ConstructorBinding(value: InstantiationBinding | undefined);