@tsonic/efcore-sqlserver 10.0.1 → 10.0.5

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.
Files changed (166) hide show
  1. package/Azure/bindings.json +686 -17
  2. package/Azure/internal/index.d.ts +37 -15
  3. package/Azure.Core/bindings.json +1048 -19
  4. package/Azure.Core/internal/index.d.ts +61 -23
  5. package/Azure.Core.Cryptography/bindings.json +5 -0
  6. package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
  7. package/Azure.Core.Diagnostics/bindings.json +56 -0
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +17 -0
  11. package/Azure.Core.Extensions/internal/index.d.ts +8 -0
  12. package/Azure.Core.GeoJson/bindings.json +362 -0
  13. package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
  14. package/Azure.Core.Pipeline/bindings.json +450 -3
  15. package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +89 -1
  18. package/Azure.Core.Serialization/internal/index.d.ts +8 -2
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +1039 -58
  21. package/Azure.Identity/internal/index.d.ts +97 -35
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +69 -0
  24. package/Azure.Messaging/internal/index.d.ts +6 -5
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +16 -0
  27. package/Microsoft.Data/internal/index.d.ts +2 -1
  28. package/Microsoft.Data.Sql/bindings.json +16 -0
  29. package/Microsoft.Data.SqlClient/bindings.json +2482 -38
  30. package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
  31. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
  32. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
  33. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
  34. package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
  35. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
  36. package/Microsoft.Data.SqlTypes/bindings.json +73 -0
  37. package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
  38. package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
  39. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
  40. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
  41. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
  42. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
  43. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
  44. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
  45. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
  46. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
  47. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
  48. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  49. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
  50. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
  51. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
  52. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
  53. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
  54. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
  55. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
  56. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
  57. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
  58. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  59. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  86. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
  87. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
  88. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  89. package/Microsoft.EntityFrameworkCore.d.ts +4 -1
  90. package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
  91. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  92. package/Microsoft.Identity.Client/bindings.json +1941 -39
  93. package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
  94. package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
  95. package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
  96. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
  97. package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
  98. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
  99. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
  100. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
  101. package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
  102. package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
  103. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
  104. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
  105. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
  106. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  107. package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
  108. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
  109. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
  110. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
  111. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
  112. package/Microsoft.Identity.Client.RP/bindings.json +10 -0
  113. package/Microsoft.Identity.Client.Region/bindings.json +29 -0
  114. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
  115. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
  116. package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
  117. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
  118. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
  119. package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
  120. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
  121. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
  122. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
  123. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  124. package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
  125. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
  126. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  127. package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
  128. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
  129. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
  130. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
  131. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  132. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
  133. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
  134. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
  135. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
  136. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
  138. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
  139. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
  140. package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
  141. package/Microsoft.SqlServer.Server/bindings.json +144 -0
  142. package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
  143. package/System/bindings.json +63 -0
  144. package/System.ClientModel/bindings.json +256 -11
  145. package/System.ClientModel/internal/index.d.ts +21 -12
  146. package/System.ClientModel.Primitives/bindings.json +1673 -120
  147. package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
  148. package/System.ClientModel.Primitives.d.ts +5 -2
  149. package/System.Configuration/bindings.json +5382 -321
  150. package/System.Configuration/internal/index.d.ts +292 -59
  151. package/System.Configuration.Internal/bindings.json +193 -1
  152. package/System.Configuration.Internal/internal/index.d.ts +23 -2
  153. package/System.Configuration.Provider/bindings.json +69 -1
  154. package/System.Configuration.Provider/internal/index.d.ts +8 -3
  155. package/System.Configuration.Provider.d.ts +1 -1
  156. package/System.Configuration.d.ts +3 -3
  157. package/System.Diagnostics/bindings.json +5 -0
  158. package/System.Drawing.Configuration/bindings.json +25 -0
  159. package/System.Drawing.Configuration/internal/index.d.ts +6 -2
  160. package/System.Drawing.Configuration.d.ts +5 -2
  161. package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
  162. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
  163. package/System.Security.Cryptography/bindings.json +31 -0
  164. package/System.Text.Json.Serialization/bindings.json +10 -0
  165. package/__internal/extensions/index.d.ts +915 -14
  166. package/package.json +1 -1
@@ -5,14 +5,18 @@
5
5
  // Primitive type aliases from @tsonic/core
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
+ // Import support types from @tsonic/core
9
+ import type { ptr } from "@tsonic/core/types.js";
10
+
8
11
  // Import types from other namespaces
12
+ import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
9
13
  import * as System_Internal from "@tsonic/dotnet/System.js";
10
- import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, Void } from "@tsonic/dotnet/System.js";
14
+ import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
11
15
  import type { IDiagnosticsLogger } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
12
16
  import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
13
17
  import type { DbContextOptionsExtensionInfo, IDbContextOptions, IDbContextOptionsExtension, IModelValidator, ISingletonOptions, ModelValidatorDependencies, RelationalModelValidator, RelationalModelValidatorDependencies, RelationalOptionsExtension } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
14
18
  import type { DbLoggerCategory$Model$Validation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
15
- import type { IModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
19
+ import type { IEntityType, IIndex, IKey, IModel, IProperty, StoreObjectIdentifier } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
16
20
  import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
17
21
 
18
22
  export enum SqlServerEngineType {
@@ -24,6 +28,8 @@ export enum SqlServerEngineType {
24
28
 
25
29
 
26
30
  export interface ISqlServerSingletonOptions$instance extends ISingletonOptions {
31
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_Infrastructure_Internal_ISqlServerSingletonOptions: never;
32
+
27
33
  readonly EngineType: SqlServerEngineType;
28
34
  readonly SqlServerCompatibilityLevel: int;
29
35
  readonly AzureSqlCompatibilityLevel: int;
@@ -34,10 +40,26 @@ export interface ISqlServerSingletonOptions$instance extends ISingletonOptions {
34
40
  }
35
41
 
36
42
 
43
+ export interface ISqlServerSingletonOptions$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.ISingletonOptions {}
44
+
37
45
  export type ISqlServerSingletonOptions = ISqlServerSingletonOptions$instance;
38
46
 
39
47
  export interface SqlServerModelValidator$instance extends RelationalModelValidator {
48
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IModelValidator: never;
49
+
40
50
  Validate(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
51
+ ValidateByteIdentityMapping(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
52
+ ValidateCompatible(property: IProperty, duplicateProperty: IProperty, columnName: string, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
53
+ ValidateCompatible(key: IKey, duplicateKey: IKey, keyName: string, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
54
+ ValidateCompatible(index: IIndex, duplicateIndex: IIndex, indexName: string, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
55
+ ValidateDecimalColumns(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
56
+ ValidateIndexIncludeProperties(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
57
+ ValidateSharedColumnsCompatibility(mappedTypes: IReadOnlyList<IEntityType>, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
58
+ ValidateSharedTableCompatibility(mappedTypes: IReadOnlyList<IEntityType>, storeObject: StoreObjectIdentifier, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
59
+ ValidateTemporalTables(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
60
+ ValidateTypeMappings(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
61
+ ValidateValueGeneration(entityType: IEntityType, key: IKey, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
62
+ ValidateVectorColumns(model: IModel, logger: IDiagnosticsLogger<DbLoggerCategory$Model$Validation>): void;
41
63
  }
42
64
 
43
65
 
@@ -49,6 +71,8 @@ export const SqlServerModelValidator: {
49
71
  export type SqlServerModelValidator = SqlServerModelValidator$instance;
50
72
 
51
73
  export interface SqlServerOptionsExtension$instance extends RelationalOptionsExtension {
74
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptionsExtension: never;
75
+
52
76
  readonly AzureSqlCompatibilityLevel: int;
53
77
  readonly AzureSynapseCompatibilityLevel: int;
54
78
  readonly EngineType: SqlServerEngineType;
@@ -57,6 +81,7 @@ export interface SqlServerOptionsExtension$instance extends RelationalOptionsExt
57
81
  readonly UseRetryingStrategyByDefault: boolean;
58
82
  ApplyDefaults(options: IDbContextOptions): IDbContextOptionsExtension;
59
83
  ApplyServices(services: IServiceCollection): void;
84
+ Clone(): RelationalOptionsExtension;
60
85
  Validate(options: IDbContextOptions): void;
61
86
  WithAzureSqlCompatibilityLevel(azureSqlCompatibilityLevel: Nullable<System_Internal.Int32>): SqlServerOptionsExtension;
62
87
  WithAzureSynapseCompatibilityLevel(azureSynapseCompatibilityLevel: Nullable<System_Internal.Int32>): SqlServerOptionsExtension;
@@ -78,10 +103,13 @@ export const SqlServerOptionsExtension: {
78
103
  export type SqlServerOptionsExtension = SqlServerOptionsExtension$instance;
79
104
 
80
105
  export interface SqlServerSingletonOptions$instance {
81
- readonly AzureSqlCompatibilityLevel: int;
82
- readonly AzureSynapseCompatibilityLevel: int;
83
- readonly EngineType: SqlServerEngineType;
84
- readonly SqlServerCompatibilityLevel: int;
106
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_ISingletonOptions: never;
107
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_Infrastructure_Internal_ISqlServerSingletonOptions: never;
108
+
109
+ AzureSqlCompatibilityLevel: int;
110
+ AzureSynapseCompatibilityLevel: int;
111
+ EngineType: SqlServerEngineType;
112
+ SqlServerCompatibilityLevel: int;
85
113
  readonly SupportsJsonFunctions: boolean;
86
114
  readonly SupportsJsonObjectArray: boolean;
87
115
  readonly SupportsJsonType: boolean;
@@ -99,8 +127,6 @@ export interface __SqlServerSingletonOptions$views {
99
127
  As_ISqlServerSingletonOptions(): ISqlServerSingletonOptions$instance;
100
128
  }
101
129
 
102
- export interface SqlServerSingletonOptions$instance extends ISqlServerSingletonOptions$instance {}
103
-
104
130
  export type SqlServerSingletonOptions = SqlServerSingletonOptions$instance & __SqlServerSingletonOptions$views;
105
131
 
106
132
 
@@ -6,11 +6,12 @@
6
6
  import * as Internal from './Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, Void } from '@tsonic/dotnet/System.js';
9
+ import type { IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
10
+ import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
10
11
  import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
11
12
  import type { DbContextOptionsExtensionInfo, IDbContextOptions, IDbContextOptionsExtension, IModelValidator, ISingletonOptions, ModelValidatorDependencies, RelationalModelValidator, RelationalModelValidatorDependencies, RelationalOptionsExtension } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
12
13
  import type { DbLoggerCategory$Model$Validation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
13
- import type { IModel } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
14
+ import type { IEntityType, IIndex, IKey, IModel, IProperty, StoreObjectIdentifier } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
14
15
  import type { IServiceCollection } from '@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js';
15
16
 
16
17
  // Public API exports (curated - no internal $instance/$views leakage)