@tsonic/efcore 10.0.39 → 10.0.40

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.
@@ -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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/efcore",
3
- "version": "10.0.39",
3
+ "version": "10.0.40",
4
4
  "description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.* for .NET 10",
5
5
  "type": "module",
6
6
  "keywords": [