@tsonic/efcore-sqlserver 10.0.1 → 10.0.2
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/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -7
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +40 -9
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +9 -3
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +27 -4
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +1 -0
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +51 -30
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -1
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +114 -22
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +9 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +85 -13
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +56 -6
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +10 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +8 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +209 -30
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +8 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +197 -27
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +38 -7
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +16 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +94 -28
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +2 -1
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -0
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +12 -5
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +8 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +2 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +17 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +135 -35
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +22 -6
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +111 -17
- package/System.ClientModel.Primitives.d.ts +2 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +323 -51
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +3 -1
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +11 -3
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +33 -19
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/package.json +1 -1
|
@@ -17,7 +17,7 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
17
17
|
import type { AsyncCallback, Boolean as ClrBoolean, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, TimeSpan, Void } from "@tsonic/dotnet/System.js";
|
|
18
18
|
import type { HttpClient } from "@tsonic/dotnet/System.Net.Http.js";
|
|
19
19
|
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
20
|
-
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
20
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
21
21
|
import type { HashAlgorithm } from "@tsonic/dotnet/System.Security.Cryptography.js";
|
|
22
22
|
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
23
23
|
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
@@ -209,6 +209,7 @@ export interface OpenIdConnectMessage$instance extends AuthenticationProtocolMes
|
|
|
209
209
|
export const OpenIdConnectMessage: {
|
|
210
210
|
new(): OpenIdConnectMessage;
|
|
211
211
|
new(json: string): OpenIdConnectMessage;
|
|
212
|
+
new(other: OpenIdConnectMessage): OpenIdConnectMessage;
|
|
212
213
|
new(nameValueCollection: NameValueCollection): OpenIdConnectMessage;
|
|
213
214
|
new(parameters: IEnumerable<KeyValuePair<System_Internal.String, string[]>>): OpenIdConnectMessage;
|
|
214
215
|
EnableTelemetryParametersByDefault: boolean;
|
|
@@ -225,6 +226,7 @@ export const OpenIdConnectProtocolException: {
|
|
|
225
226
|
new(): OpenIdConnectProtocolException;
|
|
226
227
|
new(message: string): OpenIdConnectProtocolException;
|
|
227
228
|
new(message: string, innerException: Exception): OpenIdConnectProtocolException;
|
|
229
|
+
new(info: SerializationInfo, context: StreamingContext): OpenIdConnectProtocolException;
|
|
228
230
|
};
|
|
229
231
|
|
|
230
232
|
|
|
@@ -238,6 +240,7 @@ export const OpenIdConnectProtocolInvalidAtHashException: {
|
|
|
238
240
|
new(): OpenIdConnectProtocolInvalidAtHashException;
|
|
239
241
|
new(message: string): OpenIdConnectProtocolInvalidAtHashException;
|
|
240
242
|
new(message: string, innerException: Exception): OpenIdConnectProtocolInvalidAtHashException;
|
|
243
|
+
new(info: SerializationInfo, context: StreamingContext): OpenIdConnectProtocolInvalidAtHashException;
|
|
241
244
|
};
|
|
242
245
|
|
|
243
246
|
|
|
@@ -251,6 +254,7 @@ export const OpenIdConnectProtocolInvalidCHashException: {
|
|
|
251
254
|
new(): OpenIdConnectProtocolInvalidCHashException;
|
|
252
255
|
new(message: string): OpenIdConnectProtocolInvalidCHashException;
|
|
253
256
|
new(message: string, innerException: Exception): OpenIdConnectProtocolInvalidCHashException;
|
|
257
|
+
new(info: SerializationInfo, context: StreamingContext): OpenIdConnectProtocolInvalidCHashException;
|
|
254
258
|
};
|
|
255
259
|
|
|
256
260
|
|
|
@@ -264,6 +268,7 @@ export const OpenIdConnectProtocolInvalidNonceException: {
|
|
|
264
268
|
new(): OpenIdConnectProtocolInvalidNonceException;
|
|
265
269
|
new(message: string): OpenIdConnectProtocolInvalidNonceException;
|
|
266
270
|
new(message: string, innerException: Exception): OpenIdConnectProtocolInvalidNonceException;
|
|
271
|
+
new(info: SerializationInfo, context: StreamingContext): OpenIdConnectProtocolInvalidNonceException;
|
|
267
272
|
};
|
|
268
273
|
|
|
269
274
|
|
|
@@ -277,6 +282,7 @@ export const OpenIdConnectProtocolInvalidStateException: {
|
|
|
277
282
|
new(): OpenIdConnectProtocolInvalidStateException;
|
|
278
283
|
new(message: string): OpenIdConnectProtocolInvalidStateException;
|
|
279
284
|
new(message: string, innerException: Exception): OpenIdConnectProtocolInvalidStateException;
|
|
285
|
+
new(info: SerializationInfo, context: StreamingContext): OpenIdConnectProtocolInvalidStateException;
|
|
280
286
|
};
|
|
281
287
|
|
|
282
288
|
|
|
@@ -299,7 +305,16 @@ export const OpenIdConnectProtocolValidationContext: {
|
|
|
299
305
|
|
|
300
306
|
export type OpenIdConnectProtocolValidationContext = OpenIdConnectProtocolValidationContext$instance;
|
|
301
307
|
|
|
302
|
-
export
|
|
308
|
+
export abstract class OpenIdConnectProtocolValidator$protected {
|
|
309
|
+
protected ValidateAtHash(validationContext: OpenIdConnectProtocolValidationContext): void;
|
|
310
|
+
protected ValidateCHash(validationContext: OpenIdConnectProtocolValidationContext): void;
|
|
311
|
+
protected ValidateIdToken(validationContext: OpenIdConnectProtocolValidationContext): void;
|
|
312
|
+
protected ValidateNonce(validationContext: OpenIdConnectProtocolValidationContext): void;
|
|
313
|
+
protected ValidateState(validationContext: OpenIdConnectProtocolValidationContext): void;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
export interface OpenIdConnectProtocolValidator$instance extends OpenIdConnectProtocolValidator$protected {
|
|
303
318
|
CryptoProviderFactory: CryptoProviderFactory;
|
|
304
319
|
readonly HashAlgorithmMap: IDictionary<System_Internal.String, System_Internal.String>;
|
|
305
320
|
IdTokenValidator: IdTokenValidator;
|
|
@@ -15,6 +15,19 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.IdentityModel.Protocols:Microsoft.IdentityModel.Protocols.IConfigurationValidator\u00601",
|
|
25
|
+
"clrName": "Microsoft.IdentityModel.Protocols.IConfigurationValidator\u00601",
|
|
26
|
+
"typeArguments": [
|
|
27
|
+
"OpenIdConnectConfiguration"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
],
|
|
18
31
|
"methods": [
|
|
19
32
|
{
|
|
20
33
|
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.OpenIdConnectConfigurationValidator::Validate(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration):Microsoft.IdentityModel.Protocols.ConfigurationValidationResult",
|
|
@@ -31,6 +44,7 @@
|
|
|
31
44
|
"isVirtual": true,
|
|
32
45
|
"isOverride": false,
|
|
33
46
|
"isSealed": true,
|
|
47
|
+
"visibility": "Public",
|
|
34
48
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.OpenIdConnectConfigurationValidator",
|
|
35
49
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
36
50
|
"isExtensionMethod": false
|
|
@@ -50,6 +64,7 @@
|
|
|
50
64
|
"isVirtual": true,
|
|
51
65
|
"isOverride": false,
|
|
52
66
|
"isSealed": false,
|
|
67
|
+
"visibility": "Public",
|
|
53
68
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.IConfigurationValidator\u00601",
|
|
54
69
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols",
|
|
55
70
|
"isExtensionMethod": false,
|
|
@@ -72,6 +87,7 @@
|
|
|
72
87
|
"isAbstract": false,
|
|
73
88
|
"isVirtual": false,
|
|
74
89
|
"isOverride": false,
|
|
90
|
+
"visibility": "Public",
|
|
75
91
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.OpenIdConnectConfigurationValidator",
|
|
76
92
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
77
93
|
}
|
|
@@ -86,6 +102,7 @@
|
|
|
86
102
|
"normalizedSignature": "constructor|():void|static=false",
|
|
87
103
|
"isStatic": false,
|
|
88
104
|
"parameterCount": 0,
|
|
105
|
+
"visibility": "Public",
|
|
89
106
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.OpenIdConnectConfigurationValidator",
|
|
90
107
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
91
108
|
}
|
|
@@ -13,7 +13,7 @@ import type { ICollection, IDictionary, IEnumerable, KeyValuePair } from '@tsoni
|
|
|
13
13
|
import type { NameValueCollection } from '@tsonic/dotnet/System.Collections.Specialized.js';
|
|
14
14
|
import type { AsyncCallback, Boolean as ClrBoolean, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, TimeSpan, Void } from '@tsonic/dotnet/System.js';
|
|
15
15
|
import type { HttpClient } from '@tsonic/dotnet/System.Net.Http.js';
|
|
16
|
-
import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
16
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
17
17
|
import type { HashAlgorithm } from '@tsonic/dotnet/System.Security.Cryptography.js';
|
|
18
18
|
import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
19
19
|
import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js';
|