@tsonic/efcore-sqlserver 10.0.40 → 10.0.42

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 (163) hide show
  1. package/Azure/internal/index.d.ts +68 -70
  2. package/Azure.Core/bindings.json +2859 -2859
  3. package/Azure.Core/internal/index.d.ts +100 -102
  4. package/Azure.Core.Cryptography/internal/index.d.ts +3 -2
  5. package/Azure.Core.Cryptography.d.ts +4 -0
  6. package/Azure.Core.Diagnostics/internal/index.d.ts +3 -2
  7. package/Azure.Core.Diagnostics.d.ts +4 -0
  8. package/Azure.Core.Extensions/internal/index.d.ts +12 -10
  9. package/Azure.Core.Extensions.d.ts +6 -2
  10. package/Azure.Core.GeoJson/internal/index.d.ts +20 -22
  11. package/Azure.Core.GeoJson.d.ts +4 -0
  12. package/Azure.Core.Pipeline/internal/index.d.ts +20 -19
  13. package/Azure.Core.Pipeline.d.ts +4 -0
  14. package/Azure.Core.Serialization/internal/index.d.ts +15 -14
  15. package/Azure.Core.Serialization.d.ts +4 -0
  16. package/Azure.Core.d.ts +7 -3
  17. package/Azure.Identity/internal/index.d.ts +3 -2
  18. package/Azure.Identity.d.ts +4 -0
  19. package/Azure.Messaging/internal/index.d.ts +16 -15
  20. package/Azure.Messaging.d.ts +4 -0
  21. package/Azure.d.ts +8 -4
  22. package/Microsoft.Data/internal/index.d.ts +3 -2
  23. package/Microsoft.Data.Sql/internal/index.d.ts +3 -2
  24. package/Microsoft.Data.Sql.d.ts +4 -0
  25. package/Microsoft.Data.SqlClient/internal/index.d.ts +7 -9
  26. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +3 -2
  27. package/Microsoft.Data.SqlClient.DataClassification.d.ts +4 -0
  28. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +3 -2
  29. package/Microsoft.Data.SqlClient.Diagnostics.d.ts +4 -0
  30. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +3 -2
  31. package/Microsoft.Data.SqlClient.Server.d.ts +4 -0
  32. package/Microsoft.Data.SqlClient.d.ts +4 -0
  33. package/Microsoft.Data.SqlTypes/bindings.json +4 -1
  34. package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -7
  35. package/Microsoft.Data.SqlTypes.d.ts +4 -0
  36. package/Microsoft.Data.d.ts +4 -0
  37. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +200 -202
  38. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -2
  39. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +4 -0
  40. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +10 -9
  41. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +4 -0
  42. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +3 -2
  43. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +23 -22
  44. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +6 -2
  45. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +20 -22
  46. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +4 -0
  47. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +4 -0
  49. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +4 -0
  50. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +45 -44
  51. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +5 -4
  52. package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +4 -0
  53. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +4 -0
  54. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +5 -4
  55. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +4 -0
  56. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +26 -25
  57. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +4 -0
  58. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +27 -26
  59. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +5 -1
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +16 -18
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +5 -1
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +50 -49
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +4 -0
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +3 -2
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +4 -0
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +4 -3
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +4 -0
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +418 -418
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +96 -98
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +4 -3
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +4 -0
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +8 -4
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +9 -8
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +5 -1
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +18 -20
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +6 -2
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +8 -10
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +4 -0
  79. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +10 -12
  80. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +4 -0
  81. package/Microsoft.EntityFrameworkCore.d.ts +4 -0
  82. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -5
  83. package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
  84. package/Microsoft.Identity.Client/bindings.json +100 -100
  85. package/Microsoft.Identity.Client/internal/index.d.ts +33 -35
  86. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -3
  87. package/Microsoft.Identity.Client.Advanced.d.ts +4 -0
  88. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +3 -2
  89. package/Microsoft.Identity.Client.AppConfig.d.ts +4 -0
  90. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -2
  91. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -2
  92. package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +4 -0
  93. package/Microsoft.Identity.Client.AuthScheme.d.ts +4 -0
  94. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +3 -2
  95. package/Microsoft.Identity.Client.Cache.d.ts +4 -0
  96. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +8 -7
  97. package/Microsoft.Identity.Client.Extensibility.d.ts +4 -0
  98. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +3 -2
  99. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +4 -0
  100. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +3 -2
  101. package/Microsoft.Identity.Client.Kerberos.d.ts +4 -0
  102. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +3 -2
  103. package/Microsoft.Identity.Client.ManagedIdentity.d.ts +4 -0
  104. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +3 -2
  105. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +4 -0
  106. package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -2
  107. package/Microsoft.Identity.Client.RP.d.ts +4 -0
  108. package/Microsoft.Identity.Client.Region/internal/index.d.ts +3 -2
  109. package/Microsoft.Identity.Client.Region.d.ts +4 -0
  110. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +3 -2
  111. package/Microsoft.Identity.Client.SSHCertificates.d.ts +4 -0
  112. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +3 -2
  113. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +4 -0
  114. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +3 -2
  115. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +3 -2
  116. package/Microsoft.Identity.Client.Utils.Windows.d.ts +4 -0
  117. package/Microsoft.Identity.Client.Utils.d.ts +4 -0
  118. package/Microsoft.Identity.Client.d.ts +5 -1
  119. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +11 -10
  120. package/Microsoft.IdentityModel.Abstractions.d.ts +4 -0
  121. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +8 -10
  122. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +4 -0
  123. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -18
  124. package/Microsoft.IdentityModel.Logging.d.ts +4 -0
  125. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +22 -21
  126. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  127. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +4 -0
  128. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +3 -2
  129. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +3 -2
  130. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +4 -0
  131. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +4 -0
  132. package/Microsoft.IdentityModel.Protocols.d.ts +7 -3
  133. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +3 -5
  134. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +3 -2
  135. package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +4 -0
  136. package/Microsoft.IdentityModel.Tokens.d.ts +4 -0
  137. package/Microsoft.SqlServer.Server/internal/index.d.ts +3 -2
  138. package/Microsoft.SqlServer.Server.d.ts +4 -0
  139. package/README.md +36 -13
  140. package/System/internal/index.d.ts +20 -19
  141. package/System.ClientModel/internal/index.d.ts +23 -25
  142. package/System.ClientModel.Primitives/internal/index.d.ts +73 -75
  143. package/System.ClientModel.Primitives.d.ts +6 -2
  144. package/System.ClientModel.d.ts +6 -2
  145. package/System.Configuration/internal/index.d.ts +3 -2
  146. package/System.Configuration.Internal/internal/index.d.ts +2 -4
  147. package/System.Configuration.Internal.d.ts +4 -0
  148. package/System.Configuration.Provider/internal/index.d.ts +3 -2
  149. package/System.Configuration.Provider.d.ts +4 -0
  150. package/System.Configuration.d.ts +4 -0
  151. package/System.Diagnostics/internal/index.d.ts +3 -2
  152. package/System.Diagnostics.d.ts +4 -0
  153. package/System.Drawing.Configuration/internal/index.d.ts +3 -2
  154. package/System.Drawing.Configuration.d.ts +4 -0
  155. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +3 -5
  156. package/System.IdentityModel.Tokens.Jwt.d.ts +4 -0
  157. package/System.Security.Cryptography/internal/index.d.ts +5 -4
  158. package/System.Security.Cryptography.d.ts +4 -0
  159. package/System.Text.Json.Serialization/internal/index.d.ts +3 -5
  160. package/System.Text.Json.Serialization.d.ts +4 -0
  161. package/System.d.ts +4 -0
  162. package/__internal/extensions/index.d.ts +222 -224
  163. package/package.json +5 -5
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './Microsoft.Data.SqlClient.Diagnostics/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { SqlCommand, SqlConnection } from './Microsoft.Data.SqlClient/internal/index.js';
10
14
  import type { IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IReadOnlyCollection, IReadOnlyList, KeyValuePair } from '@tsonic/dotnet/System.Collections.Generic.js';
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.Data.SqlClient.Server
3
3
  // Assembly: Microsoft.Data.SqlClient
4
4
 
5
- // Primitive type aliases from @tsonic/core
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';
5
+ // Core type aliases from @tsonic/core
6
+ import type { fnptr, ptr, 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
9
  // Import types from other namespaces
9
10
  import type { SortOrder } from "../../Microsoft.Data.SqlClient/internal/index.js";
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './Microsoft.Data.SqlClient.Server/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { SortOrder } from './Microsoft.Data.SqlClient/internal/index.js';
10
14
  import type { DbType, IDataRecord, SqlDbType } from '@tsonic/dotnet/System.Data.js';
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './Microsoft.Data.SqlClient/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { SqlNotificationRequest } from './Microsoft.Data.Sql/internal/index.js';
10
14
  import type { SensitivityClassification } from './Microsoft.Data.SqlClient.DataClassification/internal/index.js';
@@ -125,7 +125,10 @@
125
125
  "isOverride": false,
126
126
  "visibility": "Public",
127
127
  "declaringClrType": "Microsoft.Data.SqlTypes.SqlVector\u00601",
128
- "declaringAssemblyName": "Microsoft.Data.SqlClient"
128
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
129
+ "emitSemantics": {
130
+ "callableStaticAccessorKind": "property"
131
+ }
129
132
  }
130
133
  ],
131
134
  "fields": [],
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.Data.SqlTypes
3
3
  // Assembly: Microsoft.Data.SqlClient
4
4
 
5
- // Primitive type aliases from @tsonic/core
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';
5
+ // Core type aliases from @tsonic/core
6
+ import type { fnptr, ptr, 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
9
  // Import types from other namespaces
9
10
  import * as System_Data_SqlTypes_Internal from "@tsonic/dotnet/System.Data.SqlTypes/internal/index.js";
@@ -14,7 +15,7 @@ import type { JsonDocument } from "@tsonic/dotnet/System.Text.Json/internal/inde
14
15
  import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
15
16
  import type { AsyncCallback, Boolean as ClrBoolean, Byte, IAsyncDisposable, IAsyncResult, IDisposable, Int32, Int64, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
16
17
 
17
- export interface SqlVector_1$instance<T extends unknown> {
18
+ export interface SqlVector_1$instance<T extends NonNullable<unknown>> {
18
19
  readonly __tsonic_type_Microsoft_Data_SqlTypes_SqlVector_1: never;
19
20
 
20
21
  readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
@@ -26,13 +27,13 @@ export interface SqlVector_1$instance<T extends unknown> {
26
27
 
27
28
 
28
29
  export const SqlVector_1: {
29
- new<T extends unknown>(memory: ReadOnlyMemory_1<T>): SqlVector_1<T>;
30
- readonly Null: unknown;
31
- CreateNull<T extends unknown>(length: int): SqlVector_1<T>;
30
+ new<T extends NonNullable<unknown>>(memory: ReadOnlyMemory_1<T>): SqlVector_1<T>;
31
+ readonly Null: <T extends NonNullable<unknown>>() => Nullable_1<SqlVector_1<T>>;
32
+ CreateNull<T extends NonNullable<unknown>>(length: int): SqlVector_1<T>;
32
33
  };
33
34
 
34
35
 
35
- export type SqlVector_1<T> = SqlVector_1$instance<T>;
36
+ export type SqlVector_1<T extends NonNullable<unknown>> = SqlVector_1$instance<T>;
36
37
 
37
38
  export interface SqlFileStream$instance extends Stream {
38
39
  readonly __tsonic_type_Microsoft_Data_SqlTypes_SqlFileStream: never;
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './Microsoft.Data.SqlTypes/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { INullable } from '@tsonic/dotnet/System.Data.SqlTypes.js';
10
14
  import type { FileAccess, FileOptions, SeekOrigin, Stream } from '@tsonic/dotnet/System.IO.js';
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './Microsoft.Data/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { SqlDbType } from '@tsonic/dotnet/System.Data.js';
10
14
  import type { Object as ClrObject, SystemException } from '@tsonic/dotnet/System.js';