@tsonic/efcore 10.0.9 → 10.0.12

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.
@@ -846,7 +846,7 @@ export interface MemberEntry$instance extends Microsoft_EntityFrameworkCore_Infr
846
846
  readonly EntityEntry: EntityEntry;
847
847
  readonly InternalEntry: IInternalEntry;
848
848
  IsModified: boolean;
849
- readonly Metadata: IProperty | IPropertyBase;
849
+ readonly Metadata: IComplexProperty | IPropertyBase;
850
850
  Equals(obj: unknown): boolean;
851
851
  GetHashCode(): int;
852
852
  ToString(): string | undefined;
@@ -7659,8 +7659,8 @@ export interface TypeBase$instance extends ConventionAnnotatable {
7659
7659
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeTypeBase: never;
7660
7660
 
7661
7661
  readonly BaseBuilder: InternalTypeBaseBuilder;
7662
- get BaseType(): EntityType | undefined | TypeBase | undefined;
7663
- set BaseType(value: EntityType | undefined | TypeBase | undefined);
7662
+ get BaseType(): ComplexType | undefined | TypeBase | undefined;
7663
+ set BaseType(value: ComplexType | undefined | TypeBase | undefined);
7664
7664
  readonly ClrType: Type;
7665
7665
  get ConstructorBinding(): InstantiationBinding | undefined;
7666
7666
  set ConstructorBinding(value: InstantiationBinding | undefined);
@@ -6,7 +6,7 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Internal from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
10
  import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
11
11
  import type { Annotatable, Annotation, IAnnotatable, IAnnotation, IReadOnlyAnnotatable } from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
12
12
  import * as Microsoft_EntityFrameworkCore_Metadata_Internal from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
@@ -6,7 +6,7 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Internal from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
10
  import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
11
11
  import type { Annotatable, Annotation, IAnnotatable, IAnnotation, IReadOnlyAnnotatable } from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
12
12
  import * as Microsoft_EntityFrameworkCore_Metadata_Internal from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
@@ -6,7 +6,7 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Internal from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
10
  import * as Microsoft_EntityFrameworkCore_Storage_ValueConversion_Internal from "../../Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.js";
11
11
  import type { ConverterMappingHints, ValueConverter, ValueConverter_2 } from "../../Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.js";
12
12
  import type { Expression, Expression_1, LambdaExpression } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/efcore",
3
- "version": "10.0.9",
3
+ "version": "10.0.12",
4
4
  "description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.* for .NET 10",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -19,8 +19,8 @@
19
19
  "url": "https://github.com/tsoniclang/efcore.git"
20
20
  },
21
21
  "peerDependencies": {
22
- "@tsonic/core": "^10.0.9",
23
- "@tsonic/dotnet": "^10.0.7",
24
- "@tsonic/microsoft-extensions": "^10.0.6"
22
+ "@tsonic/core": "10.0.12",
23
+ "@tsonic/dotnet": "10.0.12",
24
+ "@tsonic/microsoft-extensions": "10.0.12"
25
25
  }
26
26
  }