@tsonic/efcore-sqlserver 10.0.2 → 10.0.7
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 +119 -85
- package/Azure.Core/internal/index.d.ts +151 -92
- package/Azure.Core.Cryptography/internal/index.d.ts +10 -6
- package/Azure.Core.Diagnostics/internal/index.d.ts +12 -12
- package/Azure.Core.Extensions/internal/index.d.ts +12 -4
- package/Azure.Core.GeoJson/internal/index.d.ts +102 -42
- package/Azure.Core.Pipeline/internal/index.d.ts +75 -59
- package/Azure.Core.Serialization/internal/index.d.ts +29 -20
- package/Azure.Identity/internal/index.d.ts +265 -118
- package/Azure.Messaging/internal/index.d.ts +16 -16
- package/Microsoft.Data/internal/index.d.ts +9 -6
- package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
- package/Microsoft.Data.SqlClient/internal/index.d.ts +272 -172
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +157 -52
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +11 -5
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +23 -10
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +333 -333
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +35 -16
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +20 -6
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +135 -98
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +57 -57
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +20 -8
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +29 -23
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +43 -35
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +15 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +34 -24
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +343 -226
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +18 -17
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +19 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +187 -211
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +50 -41
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +38 -25
- package/Microsoft.EntityFrameworkCore.d.ts +3 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +377 -263
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -4
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -1
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +28 -19
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +34 -18
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +29 -19
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +41 -33
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +25 -16
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +59 -32
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +12 -7
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +83 -64
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +6 -4
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +316 -191
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
- package/Microsoft.IdentityModel.Tokens.d.ts +3 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +21 -6
- package/System/internal/index.d.ts +19 -17
- package/System.ClientModel/internal/index.d.ts +54 -43
- package/System.ClientModel.Primitives/internal/index.d.ts +220 -177
- package/System.ClientModel.Primitives.d.ts +3 -0
- package/System.Configuration/internal/index.d.ts +529 -340
- package/System.Configuration.Internal/internal/index.d.ts +33 -8
- package/System.Configuration.Provider/internal/index.d.ts +20 -11
- package/System.Diagnostics/internal/index.d.ts +2 -2
- package/System.Drawing.Configuration/internal/index.d.ts +7 -9
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +102 -68
- package/System.Security.Cryptography/internal/index.d.ts +2 -2
- package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
- package/__internal/extensions/index.d.ts +1004 -53
- package/package.json +5 -5
|
@@ -7,15 +7,15 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { BinaryData } from "../../System/internal/index.js";
|
|
10
|
-
import * as System_Dynamic_Internal from "@tsonic/dotnet/System.Dynamic.js";
|
|
11
|
-
import type { IDynamicMetaObjectProvider } from "@tsonic/dotnet/System.Dynamic.js";
|
|
12
|
-
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
13
|
-
import
|
|
14
|
-
import type {
|
|
15
|
-
import type {
|
|
16
|
-
import type {
|
|
17
|
-
import
|
|
18
|
-
import type {
|
|
10
|
+
import * as System_Dynamic_Internal from "@tsonic/dotnet/System.Dynamic/internal/index.js";
|
|
11
|
+
import type { IDynamicMetaObjectProvider } from "@tsonic/dotnet/System.Dynamic/internal/index.js";
|
|
12
|
+
import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
13
|
+
import type { MemberInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
14
|
+
import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
15
|
+
import type { ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
16
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
17
|
+
import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
|
|
18
|
+
import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IDisposable, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
19
19
|
|
|
20
20
|
export enum JsonPropertyNames {
|
|
21
21
|
UseExact = 0,
|
|
@@ -24,6 +24,8 @@ export enum JsonPropertyNames {
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
export interface IMemberNameConverter$instance {
|
|
27
|
+
readonly __tsonic_iface_Azure_Core_Serialization_IMemberNameConverter: never;
|
|
28
|
+
|
|
27
29
|
ConvertMemberName(member: MemberInfo): string | undefined;
|
|
28
30
|
}
|
|
29
31
|
|
|
@@ -31,6 +33,11 @@ export interface IMemberNameConverter$instance {
|
|
|
31
33
|
export type IMemberNameConverter = IMemberNameConverter$instance;
|
|
32
34
|
|
|
33
35
|
export interface DynamicData$instance {
|
|
36
|
+
readonly __tsonic_type_Azure_Core_Serialization_DynamicData: never;
|
|
37
|
+
|
|
38
|
+
readonly __tsonic_iface_System_Dynamic_IDynamicMetaObjectProvider: never;
|
|
39
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
40
|
+
|
|
34
41
|
Dispose(): void;
|
|
35
42
|
Equals(obj: unknown): boolean;
|
|
36
43
|
GetHashCode(): int;
|
|
@@ -39,20 +46,23 @@ export interface DynamicData$instance {
|
|
|
39
46
|
|
|
40
47
|
|
|
41
48
|
export const DynamicData: {
|
|
42
|
-
new(): DynamicData;
|
|
43
49
|
};
|
|
44
50
|
|
|
45
51
|
|
|
46
52
|
export type DynamicData = DynamicData$instance;
|
|
47
53
|
|
|
48
|
-
export interface JsonObjectSerializer$instance extends ObjectSerializer {
|
|
54
|
+
export interface JsonObjectSerializer$instance extends ObjectSerializer, IMemberNameConverter$instance {
|
|
55
|
+
readonly __tsonic_type_Azure_Core_Serialization_JsonObjectSerializer: never;
|
|
56
|
+
|
|
57
|
+
readonly __tsonic_iface_Azure_Core_Serialization_IMemberNameConverter: never;
|
|
58
|
+
|
|
49
59
|
Deserialize(stream: Stream, returnType: Type, cancellationToken: CancellationToken): unknown | undefined;
|
|
50
|
-
DeserializeAsync(stream: Stream, returnType: Type, cancellationToken: CancellationToken):
|
|
60
|
+
DeserializeAsync(stream: Stream, returnType: Type, cancellationToken: CancellationToken): ValueTask_1<unknown>;
|
|
51
61
|
Serialize(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): void;
|
|
52
62
|
Serialize(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): BinaryData;
|
|
53
63
|
SerializeAsync(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): ValueTask;
|
|
54
|
-
SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken):
|
|
55
|
-
SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken):
|
|
64
|
+
SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask_1<BinaryData>;
|
|
65
|
+
SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask_1<BinaryData>;
|
|
56
66
|
}
|
|
57
67
|
|
|
58
68
|
|
|
@@ -67,23 +77,22 @@ export interface __JsonObjectSerializer$views {
|
|
|
67
77
|
As_IMemberNameConverter(): IMemberNameConverter$instance;
|
|
68
78
|
}
|
|
69
79
|
|
|
70
|
-
export interface JsonObjectSerializer$instance extends IMemberNameConverter$instance {}
|
|
71
|
-
|
|
72
80
|
export type JsonObjectSerializer = JsonObjectSerializer$instance & __JsonObjectSerializer$views;
|
|
73
81
|
|
|
74
82
|
|
|
75
83
|
export interface ObjectSerializer$instance {
|
|
84
|
+
readonly __tsonic_type_Azure_Core_Serialization_ObjectSerializer: never;
|
|
85
|
+
|
|
76
86
|
Deserialize(stream: Stream, returnType: Type, cancellationToken: CancellationToken): unknown | undefined;
|
|
77
|
-
DeserializeAsync(stream: Stream, returnType: Type, cancellationToken: CancellationToken):
|
|
87
|
+
DeserializeAsync(stream: Stream, returnType: Type, cancellationToken: CancellationToken): ValueTask_1<unknown>;
|
|
78
88
|
Serialize(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): void;
|
|
79
89
|
Serialize(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): BinaryData;
|
|
80
90
|
SerializeAsync(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): ValueTask;
|
|
81
|
-
SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken):
|
|
91
|
+
SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask_1<BinaryData>;
|
|
82
92
|
}
|
|
83
93
|
|
|
84
94
|
|
|
85
|
-
export const ObjectSerializer: {
|
|
86
|
-
new(): ObjectSerializer;
|
|
95
|
+
export const ObjectSerializer: (abstract new() => ObjectSerializer) & {
|
|
87
96
|
};
|
|
88
97
|
|
|
89
98
|
|