@tsonic/efcore-sqlserver 10.0.11 → 10.0.16
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 +3 -43
- package/Azure/internal/index.d.ts +0 -2
- package/Azure.Core/bindings.json +0 -40
- package/Azure.Core/internal/index.d.ts +0 -2
- package/Azure.Core.Cryptography/internal/index.d.ts +1 -1
- package/Azure.Core.Extensions/internal/index.d.ts +1 -1
- package/Azure.Core.Pipeline/bindings.json +0 -160
- package/Azure.Core.Pipeline/internal/index.d.ts +0 -2
- package/Azure.Core.Serialization/bindings.json +0 -40
- package/Azure.Core.Serialization/internal/index.d.ts +0 -1
- package/Azure.Identity/bindings.json +108 -188
- package/Microsoft.Data.SqlClient/bindings.json +0 -20
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +0 -80
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client/bindings.json +21 -501
- package/Microsoft.Identity.Client/internal/index.d.ts +0 -24
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +1 -1
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +0 -40
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +0 -2
- package/Microsoft.IdentityModel.Protocols/bindings.json +0 -40
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +0 -2
- package/Microsoft.IdentityModel.Tokens/bindings.json +4 -56
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +2 -2
- package/README.md +53 -2
- package/System.ClientModel.Primitives/bindings.json +0 -200
- package/System.ClientModel.Primitives/internal/index.d.ts +0 -2
- package/System.Drawing.Configuration/internal/index.d.ts +1 -1
- package/System.IdentityModel.Tokens.Jwt/bindings.json +3 -23
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +0 -1
- package/System.Text.Json.Serialization/internal/index.d.ts +1 -1
- package/package.json +5 -5
|
@@ -673,10 +673,8 @@ export interface PipelineTransport$instance extends PipelinePolicy {
|
|
|
673
673
|
CreateMessageCore(): PipelineMessage;
|
|
674
674
|
Process(message: PipelineMessage): void;
|
|
675
675
|
Process(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): void;
|
|
676
|
-
Process(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): void;
|
|
677
676
|
ProcessAsync(message: PipelineMessage): ValueTask;
|
|
678
677
|
ProcessAsync(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
679
|
-
ProcessAsync(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
680
678
|
ProcessCore(message: PipelineMessage): void;
|
|
681
679
|
ProcessCoreAsync(message: PipelineMessage): ValueTask;
|
|
682
680
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
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
8
|
// Import types from other namespaces
|
|
9
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
9
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
10
10
|
import * as System_Configuration_Internal from "../../System.Configuration/internal/index.js";
|
|
11
11
|
import type { Configuration, ConfigurationElement, ConfigurationElementProperty, ConfigurationLockCollection, ConfigurationProperty, ConfigurationPropertyCollection, ConfigurationSaveMode, ConfigurationSection, ContextInformation, ElementInformation, SectionInformation } from "../../System.Configuration/internal/index.js";
|
|
12
12
|
import type { IList } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
@@ -3175,31 +3175,11 @@
|
|
|
3175
3175
|
]
|
|
3176
3176
|
},
|
|
3177
3177
|
{
|
|
3178
|
-
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateTokenAsync(
|
|
3178
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateTokenAsync(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1\u003CMicrosoft.IdentityModel.Tokens.TokenValidationResult\u003E",
|
|
3179
3179
|
"clrName": "ValidateTokenAsync",
|
|
3180
3180
|
"metadataToken": 0,
|
|
3181
|
-
"canonicalSignature": "(
|
|
3182
|
-
"normalizedSignature": "ValidateTokenAsync|(
|
|
3183
|
-
"emitScope": "ClassSurface",
|
|
3184
|
-
"provenance": "BaseOverload",
|
|
3185
|
-
"arity": 0,
|
|
3186
|
-
"parameterCount": 2,
|
|
3187
|
-
"isStatic": false,
|
|
3188
|
-
"isAbstract": false,
|
|
3189
|
-
"isVirtual": true,
|
|
3190
|
-
"isOverride": false,
|
|
3191
|
-
"isSealed": false,
|
|
3192
|
-
"visibility": "Public",
|
|
3193
|
-
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
3194
|
-
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
3195
|
-
"isExtensionMethod": false
|
|
3196
|
-
},
|
|
3197
|
-
{
|
|
3198
|
-
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateTokenAsync(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
|
|
3199
|
-
"clrName": "ValidateTokenAsync",
|
|
3200
|
-
"metadataToken": 0,
|
|
3201
|
-
"canonicalSignature": "(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
|
|
3202
|
-
"normalizedSignature": "ValidateTokenAsync|(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
|
|
3181
|
+
"canonicalSignature": "(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1\u003CMicrosoft.IdentityModel.Tokens.TokenValidationResult\u003E",
|
|
3182
|
+
"normalizedSignature": "ValidateTokenAsync|(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1\u003CMicrosoft.IdentityModel.Tokens.TokenValidationResult\u003E|static=false",
|
|
3203
3183
|
"emitScope": "ClassSurface",
|
|
3204
3184
|
"provenance": "BaseOverload",
|
|
3205
3185
|
"arity": 0,
|
|
@@ -299,7 +299,6 @@ export interface JwtSecurityTokenHandler$instance extends SecurityTokenHandler {
|
|
|
299
299
|
ValidateToken(token: string, validationParameters: TokenValidationParameters, validatedToken: SecurityToken): ClaimsPrincipal;
|
|
300
300
|
ValidateToken(reader: XmlReader, validationParameters: TokenValidationParameters, validatedToken: SecurityToken): ClaimsPrincipal;
|
|
301
301
|
ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
|
|
302
|
-
ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
|
|
303
302
|
ValidateTokenAsync(token: SecurityToken, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
|
|
304
303
|
ValidateTokenReplay(expires: Nullable_1<DateTime>, securityToken: string, validationParameters: TokenValidationParameters): void;
|
|
305
304
|
WriteToken(token: SecurityToken): string;
|
|
@@ -9,7 +9,7 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import type { ptr } from "@tsonic/core/types.js";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
13
13
|
import * as System_Internal from "../../System/internal/index.js";
|
|
14
14
|
import type { BinaryData } from "../../System/internal/index.js";
|
|
15
15
|
import * as System_Text_Json_Serialization_Internal from "@tsonic/dotnet/System.Text.Json.Serialization/internal/index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsonic/efcore-sqlserver",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.16",
|
|
4
4
|
"description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.SqlServer (+ dependencies) for .NET 10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "https://github.com/tsoniclang/efcore-sqlserver.git"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@tsonic/core": "10.0.
|
|
23
|
-
"@tsonic/dotnet": "10.0.
|
|
24
|
-
"@tsonic/microsoft-extensions": "10.0.
|
|
25
|
-
"@tsonic/efcore": "10.0.
|
|
22
|
+
"@tsonic/core": "10.0.16",
|
|
23
|
+
"@tsonic/dotnet": "10.0.16",
|
|
24
|
+
"@tsonic/microsoft-extensions": "10.0.16",
|
|
25
|
+
"@tsonic/efcore": "10.0.16"
|
|
26
26
|
}
|
|
27
27
|
}
|