@tsonic/aspnetcore 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/Microsoft.AspNetCore/bindings.json +12 -0
- package/Microsoft.AspNetCore.Antiforgery/bindings.json +54 -0
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +103 -65
- package/Microsoft.AspNetCore.Authentication.BearerToken/bindings.json +40 -0
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +402 -1
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +12 -3
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +365 -1
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +26 -13
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +3 -3
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -2
- package/Microsoft.AspNetCore.Authorization/bindings.json +339 -12
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
- package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +32 -38
- package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +77 -47
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +33 -17
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
- package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
- package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +104 -44
- package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +5 -6
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +13 -3
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +25 -10
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +1 -0
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +26 -15
- package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +8 -5
- package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
- package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +24 -11
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
- package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
- package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
- package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
- package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +16 -14
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +2 -3
- package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
- package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
- package/Microsoft.AspNetCore.Html/bindings.json +110 -0
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +61 -52
- package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +14 -9
- package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +93 -123
- package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
- package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +2 -3
- package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
- package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +111 -69
- package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
- package/Microsoft.AspNetCore.Identity.d.ts +2 -2
- package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
- package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +160 -106
- package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +20 -13
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +31 -18
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
- package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +10 -10
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +107 -4
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +36 -24
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +40 -13
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +4 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +27 -11
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
- package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +63 -57
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +20 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +43 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +8 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +11 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +36 -25
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +21 -32
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +36 -7
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
- package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +11 -12
- package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
- package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
- package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +35 -26
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +8 -6
- package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +2 -8
- package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -10
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
- package/Microsoft.AspNetCore.Session/bindings.json +67 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
- package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +12 -6
- package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
- package/Microsoft.Extensions.Hosting/bindings.json +19 -0
- package/Microsoft.JSInterop/bindings.json +545 -3
- package/Microsoft.JSInterop/internal/index.d.ts +20 -5
- package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +3 -6
- package/Microsoft.JSInterop.Implementation.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
- package/Microsoft.JSInterop.d.ts +4 -2
- package/Microsoft.Net.Http.Headers/bindings.json +441 -6
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +4 -6
- package/System.Formats.Cbor/bindings.json +251 -0
- package/System.Formats.Cbor/internal/index.d.ts +1 -1
- package/System.Formats.Cbor.d.ts +1 -1
- package/System.Security.Claims/bindings.json +5 -0
- package/System.Threading.RateLimiting/bindings.json +1001 -10
- package/System.Threading.RateLimiting/internal/index.d.ts +33 -4
- package/package.json +1 -1
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [],
|
|
19
23
|
"properties": [
|
|
20
24
|
{
|
|
@@ -32,6 +36,7 @@
|
|
|
32
36
|
"isAbstract": false,
|
|
33
37
|
"isVirtual": false,
|
|
34
38
|
"isOverride": false,
|
|
39
|
+
"visibility": "Public",
|
|
35
40
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest",
|
|
36
41
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
37
42
|
}
|
|
@@ -46,6 +51,7 @@
|
|
|
46
51
|
"normalizedSignature": "constructor|():void|static=false",
|
|
47
52
|
"isStatic": false,
|
|
48
53
|
"parameterCount": 0,
|
|
54
|
+
"visibility": "Public",
|
|
49
55
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest",
|
|
50
56
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
51
57
|
}
|
|
@@ -62,6 +68,10 @@
|
|
|
62
68
|
"isSealed": true,
|
|
63
69
|
"isStatic": false,
|
|
64
70
|
"arity": 0,
|
|
71
|
+
"baseType": {
|
|
72
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
73
|
+
"clrName": "System.Object"
|
|
74
|
+
},
|
|
65
75
|
"methods": [],
|
|
66
76
|
"properties": [
|
|
67
77
|
{
|
|
@@ -79,6 +89,7 @@
|
|
|
79
89
|
"isAbstract": false,
|
|
80
90
|
"isVirtual": false,
|
|
81
91
|
"isOverride": false,
|
|
92
|
+
"visibility": "Public",
|
|
82
93
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.InfoRequest",
|
|
83
94
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
84
95
|
},
|
|
@@ -97,6 +108,7 @@
|
|
|
97
108
|
"isAbstract": false,
|
|
98
109
|
"isVirtual": false,
|
|
99
110
|
"isOverride": false,
|
|
111
|
+
"visibility": "Public",
|
|
100
112
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.InfoRequest",
|
|
101
113
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
102
114
|
},
|
|
@@ -115,6 +127,7 @@
|
|
|
115
127
|
"isAbstract": false,
|
|
116
128
|
"isVirtual": false,
|
|
117
129
|
"isOverride": false,
|
|
130
|
+
"visibility": "Public",
|
|
118
131
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.InfoRequest",
|
|
119
132
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
120
133
|
}
|
|
@@ -129,6 +142,7 @@
|
|
|
129
142
|
"normalizedSignature": "constructor|():void|static=false",
|
|
130
143
|
"isStatic": false,
|
|
131
144
|
"parameterCount": 0,
|
|
145
|
+
"visibility": "Public",
|
|
132
146
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.InfoRequest",
|
|
133
147
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
134
148
|
}
|
|
@@ -145,6 +159,10 @@
|
|
|
145
159
|
"isSealed": true,
|
|
146
160
|
"isStatic": false,
|
|
147
161
|
"arity": 0,
|
|
162
|
+
"baseType": {
|
|
163
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
164
|
+
"clrName": "System.Object"
|
|
165
|
+
},
|
|
148
166
|
"methods": [],
|
|
149
167
|
"properties": [
|
|
150
168
|
{
|
|
@@ -162,6 +180,7 @@
|
|
|
162
180
|
"isAbstract": false,
|
|
163
181
|
"isVirtual": false,
|
|
164
182
|
"isOverride": false,
|
|
183
|
+
"visibility": "Public",
|
|
165
184
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.InfoResponse",
|
|
166
185
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
167
186
|
},
|
|
@@ -180,6 +199,7 @@
|
|
|
180
199
|
"isAbstract": false,
|
|
181
200
|
"isVirtual": false,
|
|
182
201
|
"isOverride": false,
|
|
202
|
+
"visibility": "Public",
|
|
183
203
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.InfoResponse",
|
|
184
204
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
185
205
|
}
|
|
@@ -194,6 +214,7 @@
|
|
|
194
214
|
"normalizedSignature": "constructor|():void|static=false",
|
|
195
215
|
"isStatic": false,
|
|
196
216
|
"parameterCount": 0,
|
|
217
|
+
"visibility": "Public",
|
|
197
218
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.InfoResponse",
|
|
198
219
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
199
220
|
}
|
|
@@ -210,6 +231,10 @@
|
|
|
210
231
|
"isSealed": true,
|
|
211
232
|
"isStatic": false,
|
|
212
233
|
"arity": 0,
|
|
234
|
+
"baseType": {
|
|
235
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
236
|
+
"clrName": "System.Object"
|
|
237
|
+
},
|
|
213
238
|
"methods": [],
|
|
214
239
|
"properties": [
|
|
215
240
|
{
|
|
@@ -227,6 +252,7 @@
|
|
|
227
252
|
"isAbstract": false,
|
|
228
253
|
"isVirtual": false,
|
|
229
254
|
"isOverride": false,
|
|
255
|
+
"visibility": "Public",
|
|
230
256
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.LoginRequest",
|
|
231
257
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
232
258
|
},
|
|
@@ -245,6 +271,7 @@
|
|
|
245
271
|
"isAbstract": false,
|
|
246
272
|
"isVirtual": false,
|
|
247
273
|
"isOverride": false,
|
|
274
|
+
"visibility": "Public",
|
|
248
275
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.LoginRequest",
|
|
249
276
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
250
277
|
},
|
|
@@ -263,6 +290,7 @@
|
|
|
263
290
|
"isAbstract": false,
|
|
264
291
|
"isVirtual": false,
|
|
265
292
|
"isOverride": false,
|
|
293
|
+
"visibility": "Public",
|
|
266
294
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.LoginRequest",
|
|
267
295
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
268
296
|
},
|
|
@@ -281,6 +309,7 @@
|
|
|
281
309
|
"isAbstract": false,
|
|
282
310
|
"isVirtual": false,
|
|
283
311
|
"isOverride": false,
|
|
312
|
+
"visibility": "Public",
|
|
284
313
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.LoginRequest",
|
|
285
314
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
286
315
|
}
|
|
@@ -295,6 +324,7 @@
|
|
|
295
324
|
"normalizedSignature": "constructor|():void|static=false",
|
|
296
325
|
"isStatic": false,
|
|
297
326
|
"parameterCount": 0,
|
|
327
|
+
"visibility": "Public",
|
|
298
328
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.LoginRequest",
|
|
299
329
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
300
330
|
}
|
|
@@ -311,6 +341,10 @@
|
|
|
311
341
|
"isSealed": true,
|
|
312
342
|
"isStatic": false,
|
|
313
343
|
"arity": 0,
|
|
344
|
+
"baseType": {
|
|
345
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
346
|
+
"clrName": "System.Object"
|
|
347
|
+
},
|
|
314
348
|
"methods": [],
|
|
315
349
|
"properties": [
|
|
316
350
|
{
|
|
@@ -328,6 +362,7 @@
|
|
|
328
362
|
"isAbstract": false,
|
|
329
363
|
"isVirtual": false,
|
|
330
364
|
"isOverride": false,
|
|
365
|
+
"visibility": "Public",
|
|
331
366
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.RefreshRequest",
|
|
332
367
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
333
368
|
}
|
|
@@ -342,6 +377,7 @@
|
|
|
342
377
|
"normalizedSignature": "constructor|():void|static=false",
|
|
343
378
|
"isStatic": false,
|
|
344
379
|
"parameterCount": 0,
|
|
380
|
+
"visibility": "Public",
|
|
345
381
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.RefreshRequest",
|
|
346
382
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
347
383
|
}
|
|
@@ -358,6 +394,10 @@
|
|
|
358
394
|
"isSealed": true,
|
|
359
395
|
"isStatic": false,
|
|
360
396
|
"arity": 0,
|
|
397
|
+
"baseType": {
|
|
398
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
399
|
+
"clrName": "System.Object"
|
|
400
|
+
},
|
|
361
401
|
"methods": [],
|
|
362
402
|
"properties": [
|
|
363
403
|
{
|
|
@@ -375,6 +415,7 @@
|
|
|
375
415
|
"isAbstract": false,
|
|
376
416
|
"isVirtual": false,
|
|
377
417
|
"isOverride": false,
|
|
418
|
+
"visibility": "Public",
|
|
378
419
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.RegisterRequest",
|
|
379
420
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
380
421
|
},
|
|
@@ -393,6 +434,7 @@
|
|
|
393
434
|
"isAbstract": false,
|
|
394
435
|
"isVirtual": false,
|
|
395
436
|
"isOverride": false,
|
|
437
|
+
"visibility": "Public",
|
|
396
438
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.RegisterRequest",
|
|
397
439
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
398
440
|
}
|
|
@@ -407,6 +449,7 @@
|
|
|
407
449
|
"normalizedSignature": "constructor|():void|static=false",
|
|
408
450
|
"isStatic": false,
|
|
409
451
|
"parameterCount": 0,
|
|
452
|
+
"visibility": "Public",
|
|
410
453
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.RegisterRequest",
|
|
411
454
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
412
455
|
}
|
|
@@ -423,6 +466,10 @@
|
|
|
423
466
|
"isSealed": true,
|
|
424
467
|
"isStatic": false,
|
|
425
468
|
"arity": 0,
|
|
469
|
+
"baseType": {
|
|
470
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
471
|
+
"clrName": "System.Object"
|
|
472
|
+
},
|
|
426
473
|
"methods": [],
|
|
427
474
|
"properties": [
|
|
428
475
|
{
|
|
@@ -440,6 +487,7 @@
|
|
|
440
487
|
"isAbstract": false,
|
|
441
488
|
"isVirtual": false,
|
|
442
489
|
"isOverride": false,
|
|
490
|
+
"visibility": "Public",
|
|
443
491
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest",
|
|
444
492
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
445
493
|
}
|
|
@@ -454,6 +502,7 @@
|
|
|
454
502
|
"normalizedSignature": "constructor|():void|static=false",
|
|
455
503
|
"isStatic": false,
|
|
456
504
|
"parameterCount": 0,
|
|
505
|
+
"visibility": "Public",
|
|
457
506
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest",
|
|
458
507
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
459
508
|
}
|
|
@@ -470,6 +519,10 @@
|
|
|
470
519
|
"isSealed": true,
|
|
471
520
|
"isStatic": false,
|
|
472
521
|
"arity": 0,
|
|
522
|
+
"baseType": {
|
|
523
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
524
|
+
"clrName": "System.Object"
|
|
525
|
+
},
|
|
473
526
|
"methods": [],
|
|
474
527
|
"properties": [
|
|
475
528
|
{
|
|
@@ -487,6 +540,7 @@
|
|
|
487
540
|
"isAbstract": false,
|
|
488
541
|
"isVirtual": false,
|
|
489
542
|
"isOverride": false,
|
|
543
|
+
"visibility": "Public",
|
|
490
544
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest",
|
|
491
545
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
492
546
|
},
|
|
@@ -505,6 +559,7 @@
|
|
|
505
559
|
"isAbstract": false,
|
|
506
560
|
"isVirtual": false,
|
|
507
561
|
"isOverride": false,
|
|
562
|
+
"visibility": "Public",
|
|
508
563
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest",
|
|
509
564
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
510
565
|
},
|
|
@@ -523,6 +578,7 @@
|
|
|
523
578
|
"isAbstract": false,
|
|
524
579
|
"isVirtual": false,
|
|
525
580
|
"isOverride": false,
|
|
581
|
+
"visibility": "Public",
|
|
526
582
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest",
|
|
527
583
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
528
584
|
}
|
|
@@ -537,6 +593,7 @@
|
|
|
537
593
|
"normalizedSignature": "constructor|():void|static=false",
|
|
538
594
|
"isStatic": false,
|
|
539
595
|
"parameterCount": 0,
|
|
596
|
+
"visibility": "Public",
|
|
540
597
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest",
|
|
541
598
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
542
599
|
}
|
|
@@ -553,6 +610,10 @@
|
|
|
553
610
|
"isSealed": true,
|
|
554
611
|
"isStatic": false,
|
|
555
612
|
"arity": 0,
|
|
613
|
+
"baseType": {
|
|
614
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
615
|
+
"clrName": "System.Object"
|
|
616
|
+
},
|
|
556
617
|
"methods": [],
|
|
557
618
|
"properties": [
|
|
558
619
|
{
|
|
@@ -570,6 +631,7 @@
|
|
|
570
631
|
"isAbstract": false,
|
|
571
632
|
"isVirtual": false,
|
|
572
633
|
"isOverride": false,
|
|
634
|
+
"visibility": "Public",
|
|
573
635
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.TwoFactorRequest",
|
|
574
636
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
575
637
|
},
|
|
@@ -588,6 +650,7 @@
|
|
|
588
650
|
"isAbstract": false,
|
|
589
651
|
"isVirtual": false,
|
|
590
652
|
"isOverride": false,
|
|
653
|
+
"visibility": "Public",
|
|
591
654
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.TwoFactorRequest",
|
|
592
655
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
593
656
|
},
|
|
@@ -606,6 +669,7 @@
|
|
|
606
669
|
"isAbstract": false,
|
|
607
670
|
"isVirtual": false,
|
|
608
671
|
"isOverride": false,
|
|
672
|
+
"visibility": "Public",
|
|
609
673
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.TwoFactorRequest",
|
|
610
674
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
611
675
|
},
|
|
@@ -624,6 +688,7 @@
|
|
|
624
688
|
"isAbstract": false,
|
|
625
689
|
"isVirtual": false,
|
|
626
690
|
"isOverride": false,
|
|
691
|
+
"visibility": "Public",
|
|
627
692
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.TwoFactorRequest",
|
|
628
693
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
629
694
|
},
|
|
@@ -642,6 +707,7 @@
|
|
|
642
707
|
"isAbstract": false,
|
|
643
708
|
"isVirtual": false,
|
|
644
709
|
"isOverride": false,
|
|
710
|
+
"visibility": "Public",
|
|
645
711
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.TwoFactorRequest",
|
|
646
712
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
647
713
|
}
|
|
@@ -656,6 +722,7 @@
|
|
|
656
722
|
"normalizedSignature": "constructor|():void|static=false",
|
|
657
723
|
"isStatic": false,
|
|
658
724
|
"parameterCount": 0,
|
|
725
|
+
"visibility": "Public",
|
|
659
726
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.TwoFactorRequest",
|
|
660
727
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
661
728
|
}
|
|
@@ -672,6 +739,10 @@
|
|
|
672
739
|
"isSealed": true,
|
|
673
740
|
"isStatic": false,
|
|
674
741
|
"arity": 0,
|
|
742
|
+
"baseType": {
|
|
743
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
744
|
+
"clrName": "System.Object"
|
|
745
|
+
},
|
|
675
746
|
"methods": [],
|
|
676
747
|
"properties": [
|
|
677
748
|
{
|
|
@@ -689,6 +760,7 @@
|
|
|
689
760
|
"isAbstract": false,
|
|
690
761
|
"isVirtual": false,
|
|
691
762
|
"isOverride": false,
|
|
763
|
+
"visibility": "Public",
|
|
692
764
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.TwoFactorResponse",
|
|
693
765
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
694
766
|
},
|
|
@@ -707,6 +779,7 @@
|
|
|
707
779
|
"isAbstract": false,
|
|
708
780
|
"isVirtual": false,
|
|
709
781
|
"isOverride": false,
|
|
782
|
+
"visibility": "Public",
|
|
710
783
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.TwoFactorResponse",
|
|
711
784
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
712
785
|
},
|
|
@@ -725,6 +798,7 @@
|
|
|
725
798
|
"isAbstract": false,
|
|
726
799
|
"isVirtual": false,
|
|
727
800
|
"isOverride": false,
|
|
801
|
+
"visibility": "Public",
|
|
728
802
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.TwoFactorResponse",
|
|
729
803
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
730
804
|
},
|
|
@@ -743,6 +817,7 @@
|
|
|
743
817
|
"isAbstract": false,
|
|
744
818
|
"isVirtual": false,
|
|
745
819
|
"isOverride": false,
|
|
820
|
+
"visibility": "Public",
|
|
746
821
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.TwoFactorResponse",
|
|
747
822
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
748
823
|
},
|
|
@@ -761,6 +836,7 @@
|
|
|
761
836
|
"isAbstract": false,
|
|
762
837
|
"isVirtual": false,
|
|
763
838
|
"isOverride": false,
|
|
839
|
+
"visibility": "Public",
|
|
764
840
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.TwoFactorResponse",
|
|
765
841
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
766
842
|
}
|
|
@@ -775,6 +851,7 @@
|
|
|
775
851
|
"normalizedSignature": "constructor|():void|static=false",
|
|
776
852
|
"isStatic": false,
|
|
777
853
|
"parameterCount": 0,
|
|
854
|
+
"visibility": "Public",
|
|
778
855
|
"declaringClrType": "Microsoft.AspNetCore.Identity.Data.TwoFactorResponse",
|
|
779
856
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
780
857
|
}
|
|
@@ -23,10 +23,11 @@ export type ForgotPasswordRequest = ForgotPasswordRequest$instance;
|
|
|
23
23
|
|
|
24
24
|
export interface InfoRequest$instance {
|
|
25
25
|
get NewEmail(): string | undefined;
|
|
26
|
-
set NewEmail(value: string);
|
|
27
|
-
NewPassword: string;
|
|
26
|
+
set NewEmail(value: string | undefined);
|
|
27
|
+
get NewPassword(): string | undefined;
|
|
28
|
+
set NewPassword(value: string | undefined);
|
|
28
29
|
get OldPassword(): string | undefined;
|
|
29
|
-
set OldPassword(value: string);
|
|
30
|
+
set OldPassword(value: string | undefined);
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
|
|
@@ -54,9 +55,9 @@ export interface LoginRequest$instance {
|
|
|
54
55
|
Email: string;
|
|
55
56
|
Password: string;
|
|
56
57
|
get TwoFactorCode(): string | undefined;
|
|
57
|
-
set TwoFactorCode(value: string);
|
|
58
|
+
set TwoFactorCode(value: string | undefined);
|
|
58
59
|
get TwoFactorRecoveryCode(): string | undefined;
|
|
59
|
-
set TwoFactorRecoveryCode(value: string);
|
|
60
|
+
set TwoFactorRecoveryCode(value: string | undefined);
|
|
60
61
|
}
|
|
61
62
|
|
|
62
63
|
|
|
@@ -124,7 +125,7 @@ export interface TwoFactorRequest$instance {
|
|
|
124
125
|
ResetRecoveryCodes: boolean;
|
|
125
126
|
ResetSharedKey: boolean;
|
|
126
127
|
get TwoFactorCode(): string | undefined;
|
|
127
|
-
set TwoFactorCode(value: string);
|
|
128
|
+
set TwoFactorCode(value: string | undefined);
|
|
128
129
|
}
|
|
129
130
|
|
|
130
131
|
|
|
@@ -139,7 +140,7 @@ export interface TwoFactorResponse$instance {
|
|
|
139
140
|
IsMachineRemembered: boolean;
|
|
140
141
|
IsTwoFactorEnabled: boolean;
|
|
141
142
|
get RecoveryCodes(): string[] | undefined;
|
|
142
|
-
set RecoveryCodes(value: string[]);
|
|
143
|
+
set RecoveryCodes(value: string[] | undefined);
|
|
143
144
|
RecoveryCodesLeft: int;
|
|
144
145
|
SharedKey: string;
|
|
145
146
|
}
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"isVirtual": true,
|
|
32
32
|
"isOverride": false,
|
|
33
33
|
"isSealed": false,
|
|
34
|
+
"visibility": "Public",
|
|
34
35
|
"declaringClrType": "Microsoft.AspNetCore.Identity.UI.Services.IEmailSender",
|
|
35
36
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity",
|
|
36
37
|
"isExtensionMethod": false
|
|
@@ -52,6 +53,16 @@
|
|
|
52
53
|
"isSealed": true,
|
|
53
54
|
"isStatic": false,
|
|
54
55
|
"arity": 0,
|
|
56
|
+
"baseType": {
|
|
57
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
58
|
+
"clrName": "System.Object"
|
|
59
|
+
},
|
|
60
|
+
"interfaces": [
|
|
61
|
+
{
|
|
62
|
+
"stableId": "Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity.UI.Services.IEmailSender",
|
|
63
|
+
"clrName": "Microsoft.AspNetCore.Identity.UI.Services.IEmailSender"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
55
66
|
"methods": [
|
|
56
67
|
{
|
|
57
68
|
"stableId": "Microsoft.AspNetCore.Identity:Microsoft.AspNetCore.Identity.UI.Services.NoOpEmailSender::SendEmailAsync(System.String,System.String,System.String):System.Threading.Tasks.Task",
|
|
@@ -68,6 +79,7 @@
|
|
|
68
79
|
"isVirtual": true,
|
|
69
80
|
"isOverride": false,
|
|
70
81
|
"isSealed": true,
|
|
82
|
+
"visibility": "Public",
|
|
71
83
|
"declaringClrType": "Microsoft.AspNetCore.Identity.UI.Services.NoOpEmailSender",
|
|
72
84
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity",
|
|
73
85
|
"isExtensionMethod": false
|
|
@@ -87,6 +99,7 @@
|
|
|
87
99
|
"isVirtual": true,
|
|
88
100
|
"isOverride": false,
|
|
89
101
|
"isSealed": false,
|
|
102
|
+
"visibility": "Public",
|
|
90
103
|
"declaringClrType": "Microsoft.AspNetCore.Identity.UI.Services.IEmailSender",
|
|
91
104
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity",
|
|
92
105
|
"isExtensionMethod": false,
|
|
@@ -104,6 +117,7 @@
|
|
|
104
117
|
"normalizedSignature": "constructor|():void|static=false",
|
|
105
118
|
"isStatic": false,
|
|
106
119
|
"parameterCount": 0,
|
|
120
|
+
"visibility": "Public",
|
|
107
121
|
"declaringClrType": "Microsoft.AspNetCore.Identity.UI.Services.NoOpEmailSender",
|
|
108
122
|
"declaringAssemblyName": "Microsoft.AspNetCore.Identity"
|
|
109
123
|
}
|
|
@@ -8,13 +8,13 @@ import * as Internal from './Microsoft.AspNetCore.Identity/internal/index.js';
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { CookieAuthenticationOptions, CookieValidatePrincipalContext } from './Microsoft.AspNetCore.Authentication.Cookies/internal/index.js';
|
|
10
10
|
import type { AuthenticationBuilder, AuthenticationProperties, AuthenticationScheme, AuthenticationToken, IAuthenticationSchemeProvider, ISystemClock } from './Microsoft.AspNetCore.Authentication/internal/index.js';
|
|
11
|
-
import type { IDataProtectionProvider } from './Microsoft.AspNetCore.DataProtection/internal/index.js';
|
|
11
|
+
import type { IDataProtectionProvider, IDataProtector } from './Microsoft.AspNetCore.DataProtection/internal/index.js';
|
|
12
12
|
import type { HttpContext, IHttpContextAccessor } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
13
13
|
import type { Dictionary, IEnumerable, IList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
14
14
|
import type { Action, Attribute, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Enum, Exception, Func, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, IServiceProvider, ISpanFormattable, Nullable, Object as ClrObject, ReadOnlyMemory, String as ClrString, TimeProvider, TimeSpan, Type, UInt32, Version, Void } from '@tsonic/dotnet/System.js';
|
|
15
15
|
import type { IQueryable } from '@tsonic/dotnet/System.Linq.js';
|
|
16
16
|
import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
17
|
-
import type { Claim, ClaimsPrincipal } from '@tsonic/dotnet/System.Security.Claims.js';
|
|
17
|
+
import type { Claim, ClaimsIdentity, ClaimsPrincipal } from '@tsonic/dotnet/System.Security.Claims.js';
|
|
18
18
|
import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
19
19
|
import type { Task, ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
20
20
|
import type { IServiceCollection } from '@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js';
|