@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.
- package/Azure/internal/index.d.ts +68 -70
- package/Azure.Core/bindings.json +2859 -2859
- package/Azure.Core/internal/index.d.ts +100 -102
- package/Azure.Core.Cryptography/internal/index.d.ts +3 -2
- package/Azure.Core.Cryptography.d.ts +4 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +3 -2
- package/Azure.Core.Diagnostics.d.ts +4 -0
- package/Azure.Core.Extensions/internal/index.d.ts +12 -10
- package/Azure.Core.Extensions.d.ts +6 -2
- package/Azure.Core.GeoJson/internal/index.d.ts +20 -22
- package/Azure.Core.GeoJson.d.ts +4 -0
- package/Azure.Core.Pipeline/internal/index.d.ts +20 -19
- package/Azure.Core.Pipeline.d.ts +4 -0
- package/Azure.Core.Serialization/internal/index.d.ts +15 -14
- package/Azure.Core.Serialization.d.ts +4 -0
- package/Azure.Core.d.ts +7 -3
- package/Azure.Identity/internal/index.d.ts +3 -2
- package/Azure.Identity.d.ts +4 -0
- package/Azure.Messaging/internal/index.d.ts +16 -15
- package/Azure.Messaging.d.ts +4 -0
- package/Azure.d.ts +8 -4
- package/Microsoft.Data/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql.d.ts +4 -0
- package/Microsoft.Data.SqlClient/internal/index.d.ts +7 -9
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.DataClassification.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Diagnostics.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Server.d.ts +4 -0
- package/Microsoft.Data.SqlClient.d.ts +4 -0
- package/Microsoft.Data.SqlTypes/bindings.json +4 -1
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -7
- package/Microsoft.Data.SqlTypes.d.ts +4 -0
- package/Microsoft.Data.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +200 -202
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +10 -9
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +23 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +20 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -4
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +45 -44
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +26 -25
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +27 -26
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +16 -18
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +50 -49
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +418 -418
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +96 -98
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +8 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +9 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +18 -20
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +8 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +10 -12
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Identity.Client/bindings.json +100 -100
- package/Microsoft.Identity.Client/internal/index.d.ts +33 -35
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -3
- package/Microsoft.Identity.Client.Advanced.d.ts +4 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AppConfig.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme.d.ts +4 -0
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Cache.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +8 -7
- package/Microsoft.Identity.Client.Extensibility.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +4 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.ManagedIdentity.d.ts +4 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.RP.d.ts +4 -0
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Region.d.ts +4 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.SSHCertificates.d.ts +4 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils.d.ts +4 -0
- package/Microsoft.Identity.Client.d.ts +5 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +11 -10
- package/Microsoft.IdentityModel.Abstractions.d.ts +4 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +8 -10
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +4 -0
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -18
- package/Microsoft.IdentityModel.Logging.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +22 -21
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.d.ts +7 -3
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +3 -5
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +3 -2
- package/Microsoft.SqlServer.Server.d.ts +4 -0
- package/README.md +36 -13
- package/System/internal/index.d.ts +20 -19
- package/System.ClientModel/internal/index.d.ts +23 -25
- package/System.ClientModel.Primitives/internal/index.d.ts +73 -75
- package/System.ClientModel.Primitives.d.ts +6 -2
- package/System.ClientModel.d.ts +6 -2
- package/System.Configuration/internal/index.d.ts +3 -2
- package/System.Configuration.Internal/internal/index.d.ts +2 -4
- package/System.Configuration.Internal.d.ts +4 -0
- package/System.Configuration.Provider/internal/index.d.ts +3 -2
- package/System.Configuration.Provider.d.ts +4 -0
- package/System.Configuration.d.ts +4 -0
- package/System.Diagnostics/internal/index.d.ts +3 -2
- package/System.Diagnostics.d.ts +4 -0
- package/System.Drawing.Configuration/internal/index.d.ts +3 -2
- package/System.Drawing.Configuration.d.ts +4 -0
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +3 -5
- package/System.IdentityModel.Tokens.Jwt.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +5 -4
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +3 -5
- package/System.Text.Json.Serialization.d.ts +4 -0
- package/System.d.ts +4 -0
- package/__internal/extensions/index.d.ts +222 -224
- 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
|
-
//
|
|
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
|
-
//
|
|
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
|
|
30
|
-
readonly Null: unknown
|
|
31
|
-
CreateNull<T extends unknown
|
|
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
|
|
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';
|
package/Microsoft.Data.d.ts
CHANGED
|
@@ -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';
|