@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
|
@@ -92,7 +92,7 @@ export type IEndpointFilter = IEndpointFilter$instance;
|
|
|
92
92
|
|
|
93
93
|
export interface IFileHttpResult$instance {
|
|
94
94
|
readonly ContentType: string;
|
|
95
|
-
readonly FileDownloadName: string;
|
|
95
|
+
readonly FileDownloadName: string | undefined;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
|
|
@@ -101,7 +101,7 @@ export type IFileHttpResult = IFileHttpResult$instance;
|
|
|
101
101
|
export interface IFormCollection$instance extends IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, StringValues>>, IEnumerable {
|
|
102
102
|
readonly Count: int;
|
|
103
103
|
readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
|
|
104
|
-
readonly
|
|
104
|
+
readonly [key: string]: StringValues;
|
|
105
105
|
readonly Files: IFormFileCollection;
|
|
106
106
|
ContainsKey(key: string): boolean;
|
|
107
107
|
TryGetValue(key: string, value: StringValues): boolean;
|
|
@@ -126,7 +126,7 @@ export interface IFormFile$instance {
|
|
|
126
126
|
export type IFormFile = IFormFile$instance;
|
|
127
127
|
|
|
128
128
|
export interface IFormFileCollection$instance extends IReadOnlyList<IFormFile>, IEnumerable__System_Collections_Generic<IFormFile>, IEnumerable, IReadOnlyCollection<IFormFile> {
|
|
129
|
-
readonly
|
|
129
|
+
readonly [name: string]: IFormFile | undefined;
|
|
130
130
|
GetFile(name: string): IFormFile | undefined;
|
|
131
131
|
GetFiles(name: string): IReadOnlyList<IFormFile>;
|
|
132
132
|
}
|
|
@@ -135,7 +135,7 @@ export interface IFormFileCollection$instance extends IReadOnlyList<IFormFile>,
|
|
|
135
135
|
export type IFormFileCollection = IFormFileCollection$instance;
|
|
136
136
|
|
|
137
137
|
export interface IHeaderDictionary$instance extends IDictionary<System_Internal.String, StringValues>, ICollection__System_Collections_Generic<KeyValuePair<System_Internal.String, StringValues>>, IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, StringValues>>, IEnumerable {
|
|
138
|
-
|
|
138
|
+
[key: string]: StringValues;
|
|
139
139
|
ContentLength: Nullable<System_Internal.Int64>;
|
|
140
140
|
Accept: StringValues;
|
|
141
141
|
AcceptCharset: StringValues;
|
|
@@ -232,7 +232,8 @@ export interface IHeaderDictionary$instance extends IDictionary<System_Internal.
|
|
|
232
232
|
export type IHeaderDictionary = IHeaderDictionary$instance;
|
|
233
233
|
|
|
234
234
|
export interface IHttpContextAccessor$instance {
|
|
235
|
-
HttpContext: HttpContext;
|
|
235
|
+
get HttpContext(): HttpContext | undefined;
|
|
236
|
+
set HttpContext(value: HttpContext | undefined);
|
|
236
237
|
}
|
|
237
238
|
|
|
238
239
|
|
|
@@ -254,7 +255,7 @@ export interface IMiddleware$instance {
|
|
|
254
255
|
export type IMiddleware = IMiddleware$instance;
|
|
255
256
|
|
|
256
257
|
export interface IMiddlewareFactory$instance {
|
|
257
|
-
Create(middlewareType: Type): IMiddleware;
|
|
258
|
+
Create(middlewareType: Type): IMiddleware | undefined;
|
|
258
259
|
Release(middleware: IMiddleware): void;
|
|
259
260
|
}
|
|
260
261
|
|
|
@@ -287,7 +288,7 @@ export type IProblemDetailsWriter = IProblemDetailsWriter$instance;
|
|
|
287
288
|
export interface IQueryCollection$instance extends IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, StringValues>>, IEnumerable {
|
|
288
289
|
readonly Count: int;
|
|
289
290
|
readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
|
|
290
|
-
readonly
|
|
291
|
+
readonly [key: string]: StringValues;
|
|
291
292
|
ContainsKey(key: string): boolean;
|
|
292
293
|
TryGetValue(key: string, value: StringValues): boolean;
|
|
293
294
|
}
|
|
@@ -298,7 +299,7 @@ export type IQueryCollection = IQueryCollection$instance;
|
|
|
298
299
|
export interface IRequestCookieCollection$instance extends IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, System_Internal.String>>, IEnumerable {
|
|
299
300
|
readonly Count: int;
|
|
300
301
|
readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
|
|
301
|
-
readonly
|
|
302
|
+
readonly [key: string]: string | undefined;
|
|
302
303
|
ContainsKey(key: string): boolean;
|
|
303
304
|
TryGetValue(key: string, value: string): boolean;
|
|
304
305
|
}
|
|
@@ -352,14 +353,14 @@ export interface IStatusCodeHttpResult$instance {
|
|
|
352
353
|
export type IStatusCodeHttpResult = IStatusCodeHttpResult$instance;
|
|
353
354
|
|
|
354
355
|
export interface IValueHttpResult$instance {
|
|
355
|
-
readonly Value: unknown;
|
|
356
|
+
readonly Value: unknown | undefined;
|
|
356
357
|
}
|
|
357
358
|
|
|
358
359
|
|
|
359
360
|
export type IValueHttpResult = IValueHttpResult$instance;
|
|
360
361
|
|
|
361
362
|
export interface IValueHttpResult_1$instance<TValue> {
|
|
362
|
-
readonly Value: TValue;
|
|
363
|
+
readonly Value: TValue | undefined;
|
|
363
364
|
}
|
|
364
365
|
|
|
365
366
|
|
|
@@ -435,7 +436,7 @@ export interface HostString$instance {
|
|
|
435
436
|
readonly HasValue: boolean;
|
|
436
437
|
readonly Host: string;
|
|
437
438
|
readonly Port: Nullable<System_Internal.Int32>;
|
|
438
|
-
readonly Value: string;
|
|
439
|
+
readonly Value: string | undefined;
|
|
439
440
|
Equals(other: HostString): boolean;
|
|
440
441
|
Equals(obj: unknown): boolean;
|
|
441
442
|
GetHashCode(): int;
|
|
@@ -457,7 +458,7 @@ export type HostString = HostString$instance;
|
|
|
457
458
|
|
|
458
459
|
export interface PathString$instance {
|
|
459
460
|
readonly HasValue: boolean;
|
|
460
|
-
readonly Value: string;
|
|
461
|
+
readonly Value: string | undefined;
|
|
461
462
|
Add(other: PathString): PathString;
|
|
462
463
|
Add(other: QueryString): string;
|
|
463
464
|
Equals(other: PathString): boolean;
|
|
@@ -502,7 +503,7 @@ export type QueryCollection_Enumerator = QueryCollection_Enumerator$instance;
|
|
|
502
503
|
|
|
503
504
|
export interface QueryString$instance {
|
|
504
505
|
readonly HasValue: boolean;
|
|
505
|
-
readonly Value: string;
|
|
506
|
+
readonly Value: string | undefined;
|
|
506
507
|
Add(other: QueryString): QueryString;
|
|
507
508
|
Add(name: string, value: string): QueryString;
|
|
508
509
|
Equals(other: QueryString): boolean;
|
|
@@ -588,20 +589,20 @@ export type BindingAddress = BindingAddress$instance;
|
|
|
588
589
|
|
|
589
590
|
export interface ConnectionInfo$instance {
|
|
590
591
|
get ClientCertificate(): X509Certificate2 | undefined;
|
|
591
|
-
set ClientCertificate(value: X509Certificate2);
|
|
592
|
+
set ClientCertificate(value: X509Certificate2 | undefined);
|
|
592
593
|
Id: string;
|
|
593
594
|
get LocalIpAddress(): IPAddress | undefined;
|
|
594
|
-
set LocalIpAddress(value: IPAddress);
|
|
595
|
+
set LocalIpAddress(value: IPAddress | undefined);
|
|
595
596
|
LocalPort: int;
|
|
596
597
|
get RemoteIpAddress(): IPAddress | undefined;
|
|
597
|
-
set RemoteIpAddress(value: IPAddress);
|
|
598
|
+
set RemoteIpAddress(value: IPAddress | undefined);
|
|
598
599
|
RemotePort: int;
|
|
599
600
|
GetClientCertificateAsync(cancellationToken?: CancellationToken): Task<X509Certificate2 | undefined>;
|
|
600
601
|
RequestClose(): void;
|
|
601
602
|
}
|
|
602
603
|
|
|
603
604
|
|
|
604
|
-
export const ConnectionInfo: {
|
|
605
|
+
export const ConnectionInfo: (abstract new() => ConnectionInfo) & {
|
|
605
606
|
};
|
|
606
607
|
|
|
607
608
|
|
|
@@ -609,14 +610,16 @@ export type ConnectionInfo = ConnectionInfo$instance;
|
|
|
609
610
|
|
|
610
611
|
export interface CookieBuilder$instance {
|
|
611
612
|
get Domain(): string | undefined;
|
|
612
|
-
set Domain(value: string);
|
|
613
|
+
set Domain(value: string | undefined);
|
|
613
614
|
Expiration: Nullable<TimeSpan>;
|
|
614
615
|
readonly Extensions: IList__System_Collections_Generic<System_Internal.String>;
|
|
615
616
|
HttpOnly: boolean;
|
|
616
617
|
IsEssential: boolean;
|
|
617
618
|
MaxAge: Nullable<TimeSpan>;
|
|
618
|
-
Name: string;
|
|
619
|
-
|
|
619
|
+
get Name(): string | undefined;
|
|
620
|
+
set Name(value: string | undefined);
|
|
621
|
+
get Path(): string | undefined;
|
|
622
|
+
set Path(value: string | undefined);
|
|
620
623
|
SameSite: SameSiteMode;
|
|
621
624
|
SecurePolicy: CookieSecurePolicy;
|
|
622
625
|
Build(context: HttpContext): CookieOptions;
|
|
@@ -633,13 +636,14 @@ export type CookieBuilder = CookieBuilder$instance;
|
|
|
633
636
|
|
|
634
637
|
export interface CookieOptions$instance {
|
|
635
638
|
get Domain(): string | undefined;
|
|
636
|
-
set Domain(value: string);
|
|
639
|
+
set Domain(value: string | undefined);
|
|
637
640
|
Expires: Nullable<DateTimeOffset>;
|
|
638
641
|
readonly Extensions: IList__System_Collections_Generic<System_Internal.String>;
|
|
639
642
|
HttpOnly: boolean;
|
|
640
643
|
IsEssential: boolean;
|
|
641
644
|
MaxAge: Nullable<TimeSpan>;
|
|
642
|
-
Path: string;
|
|
645
|
+
get Path(): string | undefined;
|
|
646
|
+
set Path(value: string | undefined);
|
|
643
647
|
SameSite: SameSiteMode;
|
|
644
648
|
Secure: boolean;
|
|
645
649
|
CreateCookieHeader(name: string, value: string): SetCookieHeaderValue;
|
|
@@ -730,9 +734,9 @@ export const DisableHttpMetricsAttribute: {
|
|
|
730
734
|
export type DisableHttpMetricsAttribute = DisableHttpMetricsAttribute$instance;
|
|
731
735
|
|
|
732
736
|
export interface Endpoint$instance {
|
|
733
|
-
readonly DisplayName: string;
|
|
737
|
+
readonly DisplayName: string | undefined;
|
|
734
738
|
readonly Metadata: EndpointMetadataCollection;
|
|
735
|
-
readonly RequestDelegate: RequestDelegate;
|
|
739
|
+
readonly RequestDelegate: RequestDelegate | undefined;
|
|
736
740
|
ToString(): string | undefined;
|
|
737
741
|
}
|
|
738
742
|
|
|
@@ -784,7 +788,7 @@ export interface EndpointFilterInvocationContext$instance {
|
|
|
784
788
|
}
|
|
785
789
|
|
|
786
790
|
|
|
787
|
-
export const EndpointFilterInvocationContext: {
|
|
791
|
+
export const EndpointFilterInvocationContext: (abstract new() => EndpointFilterInvocationContext) & {
|
|
788
792
|
Create<T>(httpContext: HttpContext, arg: T): EndpointFilterInvocationContext;
|
|
789
793
|
Create<T1, T2, T3, T4, T5, T6, T7, T8>(httpContext: HttpContext, arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8): EndpointFilterInvocationContext;
|
|
790
794
|
Create<T1, T2, T3, T4, T5, T6, T7>(httpContext: HttpContext, arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7): EndpointFilterInvocationContext;
|
|
@@ -801,7 +805,7 @@ export type EndpointFilterInvocationContext = EndpointFilterInvocationContext$in
|
|
|
801
805
|
|
|
802
806
|
export interface EndpointMetadataCollection$instance {
|
|
803
807
|
readonly Count: int;
|
|
804
|
-
readonly
|
|
808
|
+
readonly [index: number]: unknown;
|
|
805
809
|
GetEnumerator(): EndpointMetadataCollection_Enumerator;
|
|
806
810
|
GetMetadata<T>(): T | undefined;
|
|
807
811
|
GetOrderedMetadata<T>(): IReadOnlyList<T>;
|
|
@@ -840,8 +844,8 @@ export type EndpointSummaryAttribute = EndpointSummaryAttribute$instance & __End
|
|
|
840
844
|
|
|
841
845
|
export interface FormCollection$instance {
|
|
842
846
|
readonly Count: int;
|
|
843
|
-
|
|
844
|
-
readonly
|
|
847
|
+
Files: IFormFileCollection;
|
|
848
|
+
readonly [key: string]: StringValues;
|
|
845
849
|
readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
|
|
846
850
|
ContainsKey(key: string): boolean;
|
|
847
851
|
GetEnumerator(): FormCollection_Enumerator;
|
|
@@ -859,8 +863,6 @@ export interface __FormCollection$views {
|
|
|
859
863
|
As_IFormCollection(): IFormCollection$instance;
|
|
860
864
|
}
|
|
861
865
|
|
|
862
|
-
export interface FormCollection$instance extends IFormCollection$instance {}
|
|
863
|
-
|
|
864
866
|
export type FormCollection = FormCollection$instance & __FormCollection$views;
|
|
865
867
|
|
|
866
868
|
|
|
@@ -890,7 +892,7 @@ export type FormFile = FormFile$instance & __FormFile$views;
|
|
|
890
892
|
|
|
891
893
|
|
|
892
894
|
export interface FormFileCollection$instance extends List<IFormFile> {
|
|
893
|
-
readonly
|
|
895
|
+
readonly [name: string]: IFormFile | undefined;
|
|
894
896
|
GetFile(name: string): IFormFile | undefined;
|
|
895
897
|
GetFiles(name: string): IReadOnlyList<IFormFile>;
|
|
896
898
|
}
|
|
@@ -914,7 +916,7 @@ export interface HeaderDictionary$instance {
|
|
|
914
916
|
ContentLength: Nullable<System_Internal.Int64>;
|
|
915
917
|
readonly Count: int;
|
|
916
918
|
IsReadOnly: boolean;
|
|
917
|
-
|
|
919
|
+
[key: string]: StringValues;
|
|
918
920
|
readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
|
|
919
921
|
readonly Values: ICollection__System_Collections_Generic<StringValues>;
|
|
920
922
|
Add(item: KeyValuePair<System_Internal.String, StringValues>): void;
|
|
@@ -962,14 +964,15 @@ export interface HttpContext$instance {
|
|
|
962
964
|
}
|
|
963
965
|
|
|
964
966
|
|
|
965
|
-
export const HttpContext: {
|
|
967
|
+
export const HttpContext: (abstract new() => HttpContext) & {
|
|
966
968
|
};
|
|
967
969
|
|
|
968
970
|
|
|
969
971
|
export type HttpContext = HttpContext$instance;
|
|
970
972
|
|
|
971
973
|
export interface HttpContextAccessor$instance {
|
|
972
|
-
HttpContext: HttpContext;
|
|
974
|
+
get HttpContext(): HttpContext | undefined;
|
|
975
|
+
set HttpContext(value: HttpContext | undefined);
|
|
973
976
|
}
|
|
974
977
|
|
|
975
978
|
|
|
@@ -991,7 +994,8 @@ export interface HttpRequest$instance {
|
|
|
991
994
|
Body: Stream;
|
|
992
995
|
readonly BodyReader: PipeReader;
|
|
993
996
|
ContentLength: Nullable<System_Internal.Int64>;
|
|
994
|
-
ContentType: string;
|
|
997
|
+
get ContentType(): string | undefined;
|
|
998
|
+
set ContentType(value: string | undefined);
|
|
995
999
|
Cookies: IRequestCookieCollection;
|
|
996
1000
|
Form: IFormCollection;
|
|
997
1001
|
readonly HasFormContentType: boolean;
|
|
@@ -1011,7 +1015,7 @@ export interface HttpRequest$instance {
|
|
|
1011
1015
|
}
|
|
1012
1016
|
|
|
1013
1017
|
|
|
1014
|
-
export const HttpRequest: {
|
|
1018
|
+
export const HttpRequest: (abstract new() => HttpRequest) & {
|
|
1015
1019
|
};
|
|
1016
1020
|
|
|
1017
1021
|
|
|
@@ -1021,7 +1025,8 @@ export interface HttpResponse$instance {
|
|
|
1021
1025
|
Body: Stream;
|
|
1022
1026
|
readonly BodyWriter: PipeWriter;
|
|
1023
1027
|
ContentLength: Nullable<System_Internal.Int64>;
|
|
1024
|
-
ContentType: string;
|
|
1028
|
+
get ContentType(): string | undefined;
|
|
1029
|
+
set ContentType(value: string | undefined);
|
|
1025
1030
|
readonly Cookies: IResponseCookies;
|
|
1026
1031
|
readonly HasStarted: boolean;
|
|
1027
1032
|
readonly Headers: IHeaderDictionary;
|
|
@@ -1040,7 +1045,7 @@ export interface HttpResponse$instance {
|
|
|
1040
1045
|
}
|
|
1041
1046
|
|
|
1042
1047
|
|
|
1043
|
-
export const HttpResponse: {
|
|
1048
|
+
export const HttpResponse: (abstract new() => HttpResponse) & {
|
|
1044
1049
|
};
|
|
1045
1050
|
|
|
1046
1051
|
|
|
@@ -1061,7 +1066,7 @@ export const HttpValidationProblemDetails: {
|
|
|
1061
1066
|
export type HttpValidationProblemDetails = HttpValidationProblemDetails$instance;
|
|
1062
1067
|
|
|
1063
1068
|
export interface MiddlewareFactory$instance {
|
|
1064
|
-
Create(middlewareType: Type): IMiddleware;
|
|
1069
|
+
Create(middlewareType: Type): IMiddleware | undefined;
|
|
1065
1070
|
Release(middleware: IMiddleware): void;
|
|
1066
1071
|
}
|
|
1067
1072
|
|
|
@@ -1082,8 +1087,9 @@ export type MiddlewareFactory = MiddlewareFactory$instance & __MiddlewareFactory
|
|
|
1082
1087
|
|
|
1083
1088
|
export interface ProblemDetailsContext$instance {
|
|
1084
1089
|
get AdditionalMetadata(): EndpointMetadataCollection | undefined;
|
|
1085
|
-
set AdditionalMetadata(value: EndpointMetadataCollection);
|
|
1086
|
-
Exception: Exception;
|
|
1090
|
+
set AdditionalMetadata(value: EndpointMetadataCollection | undefined);
|
|
1091
|
+
get Exception(): Exception | undefined;
|
|
1092
|
+
set Exception(value: Exception | undefined);
|
|
1087
1093
|
HttpContext: HttpContext;
|
|
1088
1094
|
ProblemDetails: ProblemDetails;
|
|
1089
1095
|
}
|
|
@@ -1098,7 +1104,7 @@ export type ProblemDetailsContext = ProblemDetailsContext$instance;
|
|
|
1098
1104
|
|
|
1099
1105
|
export interface ProblemDetailsOptions$instance {
|
|
1100
1106
|
get CustomizeProblemDetails(): Action<ProblemDetailsContext> | undefined;
|
|
1101
|
-
set CustomizeProblemDetails(value: Action<ProblemDetailsContext>);
|
|
1107
|
+
set CustomizeProblemDetails(value: Action<ProblemDetailsContext> | undefined);
|
|
1102
1108
|
}
|
|
1103
1109
|
|
|
1104
1110
|
|
|
@@ -1110,10 +1116,12 @@ export const ProblemDetailsOptions: {
|
|
|
1110
1116
|
export type ProblemDetailsOptions = ProblemDetailsOptions$instance;
|
|
1111
1117
|
|
|
1112
1118
|
export interface ProducesResponseTypeMetadata$instance {
|
|
1113
|
-
|
|
1114
|
-
Description: string;
|
|
1115
|
-
|
|
1116
|
-
|
|
1119
|
+
ContentTypes: IEnumerable__System_Collections_Generic<System_Internal.String>;
|
|
1120
|
+
get Description(): string | undefined;
|
|
1121
|
+
set Description(value: string | undefined);
|
|
1122
|
+
StatusCode: int;
|
|
1123
|
+
get Type(): Type | undefined;
|
|
1124
|
+
set Type(value: Type | undefined);
|
|
1117
1125
|
ToString(): string;
|
|
1118
1126
|
}
|
|
1119
1127
|
|
|
@@ -1132,7 +1140,7 @@ export type ProducesResponseTypeMetadata = ProducesResponseTypeMetadata$instance
|
|
|
1132
1140
|
|
|
1133
1141
|
export interface QueryCollection$instance {
|
|
1134
1142
|
readonly Count: int;
|
|
1135
|
-
readonly
|
|
1143
|
+
readonly [key: string]: StringValues;
|
|
1136
1144
|
readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
|
|
1137
1145
|
ContainsKey(key: string): boolean;
|
|
1138
1146
|
GetEnumerator(): QueryCollection_Enumerator;
|
|
@@ -1161,10 +1169,11 @@ export type QueryCollection = QueryCollection$instance & __QueryCollection$views
|
|
|
1161
1169
|
export interface RequestDelegateFactoryOptions$instance {
|
|
1162
1170
|
DisableInferBodyFromParameters: boolean;
|
|
1163
1171
|
get EndpointBuilder(): EndpointBuilder | undefined;
|
|
1164
|
-
set EndpointBuilder(value: EndpointBuilder);
|
|
1172
|
+
set EndpointBuilder(value: EndpointBuilder | undefined);
|
|
1165
1173
|
get RouteParameterNames(): IEnumerable__System_Collections_Generic<System_Internal.String> | undefined;
|
|
1166
|
-
set RouteParameterNames(value: IEnumerable__System_Collections_Generic<System_Internal.String>);
|
|
1167
|
-
ServiceProvider: IServiceProvider;
|
|
1174
|
+
set RouteParameterNames(value: IEnumerable__System_Collections_Generic<System_Internal.String> | undefined);
|
|
1175
|
+
get ServiceProvider(): IServiceProvider | undefined;
|
|
1176
|
+
set ServiceProvider(value: IServiceProvider | undefined);
|
|
1168
1177
|
ThrowOnBadRequest: boolean;
|
|
1169
1178
|
}
|
|
1170
1179
|
|
|
@@ -1253,7 +1262,7 @@ export interface WebSocketAcceptContext$instance {
|
|
|
1253
1262
|
KeepAliveTimeout: Nullable<TimeSpan>;
|
|
1254
1263
|
ServerMaxWindowBits: int;
|
|
1255
1264
|
get SubProtocol(): string | undefined;
|
|
1256
|
-
set SubProtocol(value: string);
|
|
1265
|
+
set SubProtocol(value: string | undefined);
|
|
1257
1266
|
}
|
|
1258
1267
|
|
|
1259
1268
|
|
|
@@ -1273,7 +1282,7 @@ export interface WebSocketManager$instance {
|
|
|
1273
1282
|
}
|
|
1274
1283
|
|
|
1275
1284
|
|
|
1276
|
-
export const WebSocketManager: {
|
|
1285
|
+
export const WebSocketManager: (abstract new() => WebSocketManager) & {
|
|
1277
1286
|
};
|
|
1278
1287
|
|
|
1279
1288
|
|