@tsonic/aspnetcore 10.0.41 → 10.0.42
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/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +62 -61
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.d.ts +6 -3
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
- package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +60 -80
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +167 -167
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +70 -70
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +12 -12
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +27 -27
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
- package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.d.ts +10 -6
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.d.ts +5 -1
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -21
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +8 -6
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +60 -0
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +141 -138
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +29 -29
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +61 -61
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +7 -3
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +212 -212
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.d.ts +44 -40
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Localization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +220 -220
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +20 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +70 -69
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +26 -26
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +24 -24
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +56 -56
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +33 -33
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +21 -21
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +93 -93
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +156 -156
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +10 -10
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +23 -23
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +169 -169
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +49 -49
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -25
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +5 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +74 -74
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +139 -139
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +19 -15
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebUtilities.d.ts +4 -0
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +33 -33
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +95 -68
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -14
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +13 -13
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +8 -1
- package/System.Formats.Cbor/internal/index.d.ts +1 -1
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +1 -1
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +24 -24
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +450 -469
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -295
- package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
- package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -69
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Endpoints, Microsoft.AspNetCore.Http.Abstractions, Microsoft.AspNetCore.Http.Results
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -53,7 +53,7 @@ export interface __Accepted$views {
|
|
|
53
53
|
export type Accepted = Accepted$instance & __Accepted$views;
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
export interface Accepted_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
56
|
+
export interface Accepted_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
57
57
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Accepted_1: never;
|
|
58
58
|
|
|
59
59
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -73,7 +73,7 @@ export const Accepted_1: {
|
|
|
73
73
|
};
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
export interface __Accepted_1$views<TValue> {
|
|
76
|
+
export interface __Accepted_1$views<TValue extends unknown> {
|
|
77
77
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
78
78
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
79
79
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -81,7 +81,7 @@ export interface __Accepted_1$views<TValue> {
|
|
|
81
81
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
export type Accepted_1<TValue> = Accepted_1$instance<TValue> & __Accepted_1$views<TValue>;
|
|
84
|
+
export type Accepted_1<TValue extends unknown> = Accepted_1$instance<TValue> & __Accepted_1$views<TValue>;
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
export interface AcceptedAtRoute$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
@@ -111,7 +111,7 @@ export interface __AcceptedAtRoute$views {
|
|
|
111
111
|
export type AcceptedAtRoute = AcceptedAtRoute$instance & __AcceptedAtRoute$views;
|
|
112
112
|
|
|
113
113
|
|
|
114
|
-
export interface AcceptedAtRoute_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
114
|
+
export interface AcceptedAtRoute_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
115
115
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_AcceptedAtRoute_1: never;
|
|
116
116
|
|
|
117
117
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -132,7 +132,7 @@ export const AcceptedAtRoute_1: {
|
|
|
132
132
|
};
|
|
133
133
|
|
|
134
134
|
|
|
135
|
-
export interface __AcceptedAtRoute_1$views<TValue> {
|
|
135
|
+
export interface __AcceptedAtRoute_1$views<TValue extends unknown> {
|
|
136
136
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
137
137
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
138
138
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -140,7 +140,7 @@ export interface __AcceptedAtRoute_1$views<TValue> {
|
|
|
140
140
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
export type AcceptedAtRoute_1<TValue> = AcceptedAtRoute_1$instance<TValue> & __AcceptedAtRoute_1$views<TValue>;
|
|
143
|
+
export type AcceptedAtRoute_1<TValue extends unknown> = AcceptedAtRoute_1$instance<TValue> & __AcceptedAtRoute_1$views<TValue>;
|
|
144
144
|
|
|
145
145
|
|
|
146
146
|
export interface BadRequest$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
@@ -168,7 +168,7 @@ export interface __BadRequest$views {
|
|
|
168
168
|
export type BadRequest = BadRequest$instance & __BadRequest$views;
|
|
169
169
|
|
|
170
170
|
|
|
171
|
-
export interface BadRequest_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
171
|
+
export interface BadRequest_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
172
172
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_BadRequest_1: never;
|
|
173
173
|
|
|
174
174
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -187,7 +187,7 @@ export const BadRequest_1: {
|
|
|
187
187
|
};
|
|
188
188
|
|
|
189
189
|
|
|
190
|
-
export interface __BadRequest_1$views<TValue> {
|
|
190
|
+
export interface __BadRequest_1$views<TValue extends unknown> {
|
|
191
191
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
192
192
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
193
193
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -195,7 +195,7 @@ export interface __BadRequest_1$views<TValue> {
|
|
|
195
195
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
196
196
|
}
|
|
197
197
|
|
|
198
|
-
export type BadRequest_1<TValue> = BadRequest_1$instance<TValue> & __BadRequest_1$views<TValue>;
|
|
198
|
+
export type BadRequest_1<TValue extends unknown> = BadRequest_1$instance<TValue> & __BadRequest_1$views<TValue>;
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
export interface ChallengeHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -246,7 +246,7 @@ export interface __Conflict$views {
|
|
|
246
246
|
export type Conflict = Conflict$instance & __Conflict$views;
|
|
247
247
|
|
|
248
248
|
|
|
249
|
-
export interface Conflict_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
249
|
+
export interface Conflict_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
250
250
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Conflict_1: never;
|
|
251
251
|
|
|
252
252
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -265,7 +265,7 @@ export const Conflict_1: {
|
|
|
265
265
|
};
|
|
266
266
|
|
|
267
267
|
|
|
268
|
-
export interface __Conflict_1$views<TValue> {
|
|
268
|
+
export interface __Conflict_1$views<TValue extends unknown> {
|
|
269
269
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
270
270
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
271
271
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -273,7 +273,7 @@ export interface __Conflict_1$views<TValue> {
|
|
|
273
273
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
export type Conflict_1<TValue> = Conflict_1$instance<TValue> & __Conflict_1$views<TValue>;
|
|
276
|
+
export type Conflict_1<TValue extends unknown> = Conflict_1$instance<TValue> & __Conflict_1$views<TValue>;
|
|
277
277
|
|
|
278
278
|
|
|
279
279
|
export interface ContentHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -331,7 +331,7 @@ export interface __Created$views {
|
|
|
331
331
|
export type Created = Created$instance & __Created$views;
|
|
332
332
|
|
|
333
333
|
|
|
334
|
-
export interface Created_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
334
|
+
export interface Created_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
335
335
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Created_1: never;
|
|
336
336
|
|
|
337
337
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -351,7 +351,7 @@ export const Created_1: {
|
|
|
351
351
|
};
|
|
352
352
|
|
|
353
353
|
|
|
354
|
-
export interface __Created_1$views<TValue> {
|
|
354
|
+
export interface __Created_1$views<TValue extends unknown> {
|
|
355
355
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
356
356
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
357
357
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -359,7 +359,7 @@ export interface __Created_1$views<TValue> {
|
|
|
359
359
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
|
-
export type Created_1<TValue> = Created_1$instance<TValue> & __Created_1$views<TValue>;
|
|
362
|
+
export type Created_1<TValue extends unknown> = Created_1$instance<TValue> & __Created_1$views<TValue>;
|
|
363
363
|
|
|
364
364
|
|
|
365
365
|
export interface CreatedAtRoute$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
@@ -389,7 +389,7 @@ export interface __CreatedAtRoute$views {
|
|
|
389
389
|
export type CreatedAtRoute = CreatedAtRoute$instance & __CreatedAtRoute$views;
|
|
390
390
|
|
|
391
391
|
|
|
392
|
-
export interface CreatedAtRoute_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
392
|
+
export interface CreatedAtRoute_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
393
393
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_CreatedAtRoute_1: never;
|
|
394
394
|
|
|
395
395
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -410,7 +410,7 @@ export const CreatedAtRoute_1: {
|
|
|
410
410
|
};
|
|
411
411
|
|
|
412
412
|
|
|
413
|
-
export interface __CreatedAtRoute_1$views<TValue> {
|
|
413
|
+
export interface __CreatedAtRoute_1$views<TValue extends unknown> {
|
|
414
414
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
415
415
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
416
416
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -418,7 +418,7 @@ export interface __CreatedAtRoute_1$views<TValue> {
|
|
|
418
418
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
419
419
|
}
|
|
420
420
|
|
|
421
|
-
export type CreatedAtRoute_1<TValue> = CreatedAtRoute_1$instance<TValue> & __CreatedAtRoute_1$views<TValue>;
|
|
421
|
+
export type CreatedAtRoute_1<TValue extends unknown> = CreatedAtRoute_1$instance<TValue> & __CreatedAtRoute_1$views<TValue>;
|
|
422
422
|
|
|
423
423
|
|
|
424
424
|
export interface EmptyHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -560,7 +560,7 @@ export interface __InternalServerError$views {
|
|
|
560
560
|
export type InternalServerError = InternalServerError$instance & __InternalServerError$views;
|
|
561
561
|
|
|
562
562
|
|
|
563
|
-
export interface InternalServerError_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
563
|
+
export interface InternalServerError_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
564
564
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_InternalServerError_1: never;
|
|
565
565
|
|
|
566
566
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -579,7 +579,7 @@ export const InternalServerError_1: {
|
|
|
579
579
|
};
|
|
580
580
|
|
|
581
581
|
|
|
582
|
-
export interface __InternalServerError_1$views<TValue> {
|
|
582
|
+
export interface __InternalServerError_1$views<TValue extends unknown> {
|
|
583
583
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
584
584
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
585
585
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -587,10 +587,10 @@ export interface __InternalServerError_1$views<TValue> {
|
|
|
587
587
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
588
588
|
}
|
|
589
589
|
|
|
590
|
-
export type InternalServerError_1<TValue> = InternalServerError_1$instance<TValue> & __InternalServerError_1$views<TValue>;
|
|
590
|
+
export type InternalServerError_1<TValue extends unknown> = InternalServerError_1$instance<TValue> & __InternalServerError_1$views<TValue>;
|
|
591
591
|
|
|
592
592
|
|
|
593
|
-
export interface JsonHttpResult_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IContentTypeHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
593
|
+
export interface JsonHttpResult_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IContentTypeHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
594
594
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_JsonHttpResult_1: never;
|
|
595
595
|
|
|
596
596
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IContentTypeHttpResult: never;
|
|
@@ -612,7 +612,7 @@ export const JsonHttpResult_1: {
|
|
|
612
612
|
};
|
|
613
613
|
|
|
614
614
|
|
|
615
|
-
export interface __JsonHttpResult_1$views<TValue> {
|
|
615
|
+
export interface __JsonHttpResult_1$views<TValue extends unknown> {
|
|
616
616
|
As_IContentTypeHttpResult(): Microsoft_AspNetCore_Http_Internal.IContentTypeHttpResult$instance;
|
|
617
617
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
618
618
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
@@ -621,7 +621,7 @@ export interface __JsonHttpResult_1$views<TValue> {
|
|
|
621
621
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
622
622
|
}
|
|
623
623
|
|
|
624
|
-
export type JsonHttpResult_1<TValue> = JsonHttpResult_1$instance<TValue> & __JsonHttpResult_1$views<TValue>;
|
|
624
|
+
export type JsonHttpResult_1<TValue extends unknown> = JsonHttpResult_1$instance<TValue> & __JsonHttpResult_1$views<TValue>;
|
|
625
625
|
|
|
626
626
|
|
|
627
627
|
export interface NoContent$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
@@ -674,7 +674,7 @@ export interface __NotFound$views {
|
|
|
674
674
|
export type NotFound = NotFound$instance & __NotFound$views;
|
|
675
675
|
|
|
676
676
|
|
|
677
|
-
export interface NotFound_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
677
|
+
export interface NotFound_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
678
678
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_NotFound_1: never;
|
|
679
679
|
|
|
680
680
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -693,7 +693,7 @@ export const NotFound_1: {
|
|
|
693
693
|
};
|
|
694
694
|
|
|
695
695
|
|
|
696
|
-
export interface __NotFound_1$views<TValue> {
|
|
696
|
+
export interface __NotFound_1$views<TValue extends unknown> {
|
|
697
697
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
698
698
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
699
699
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -701,7 +701,7 @@ export interface __NotFound_1$views<TValue> {
|
|
|
701
701
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
702
702
|
}
|
|
703
703
|
|
|
704
|
-
export type NotFound_1<TValue> = NotFound_1$instance<TValue> & __NotFound_1$views<TValue>;
|
|
704
|
+
export type NotFound_1<TValue extends unknown> = NotFound_1$instance<TValue> & __NotFound_1$views<TValue>;
|
|
705
705
|
|
|
706
706
|
|
|
707
707
|
export interface Ok$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
@@ -729,7 +729,7 @@ export interface __Ok$views {
|
|
|
729
729
|
export type Ok = Ok$instance & __Ok$views;
|
|
730
730
|
|
|
731
731
|
|
|
732
|
-
export interface Ok_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
732
|
+
export interface Ok_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
733
733
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Ok_1: never;
|
|
734
734
|
|
|
735
735
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -748,7 +748,7 @@ export const Ok_1: {
|
|
|
748
748
|
};
|
|
749
749
|
|
|
750
750
|
|
|
751
|
-
export interface __Ok_1$views<TValue> {
|
|
751
|
+
export interface __Ok_1$views<TValue extends unknown> {
|
|
752
752
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
753
753
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
754
754
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -756,7 +756,7 @@ export interface __Ok_1$views<TValue> {
|
|
|
756
756
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
757
757
|
}
|
|
758
758
|
|
|
759
|
-
export type Ok_1<TValue> = Ok_1$instance<TValue> & __Ok_1$views<TValue>;
|
|
759
|
+
export type Ok_1<TValue extends unknown> = Ok_1$instance<TValue> & __Ok_1$views<TValue>;
|
|
760
760
|
|
|
761
761
|
|
|
762
762
|
export interface PhysicalFileHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -870,7 +870,7 @@ export interface RazorComponentResult$instance extends Microsoft_AspNetCore_Http
|
|
|
870
870
|
|
|
871
871
|
readonly ComponentType: Type;
|
|
872
872
|
ContentType: string;
|
|
873
|
-
readonly Parameters: IReadOnlyDictionary_2<System_Internal.String,
|
|
873
|
+
readonly Parameters: IReadOnlyDictionary_2<System_Internal.String, unknown | null>;
|
|
874
874
|
PreventStreamingRendering: boolean;
|
|
875
875
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
876
876
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
@@ -880,8 +880,8 @@ export interface RazorComponentResult$instance extends Microsoft_AspNetCore_Http
|
|
|
880
880
|
|
|
881
881
|
export const RazorComponentResult: {
|
|
882
882
|
new(componentType: Type): RazorComponentResult;
|
|
883
|
-
new(componentType: Type, parameters:
|
|
884
|
-
new(componentType: Type, parameters: IReadOnlyDictionary_2<System_Internal.String,
|
|
883
|
+
new(componentType: Type, parameters: unknown): RazorComponentResult;
|
|
884
|
+
new(componentType: Type, parameters: IReadOnlyDictionary_2<System_Internal.String, unknown | null>): RazorComponentResult;
|
|
885
885
|
};
|
|
886
886
|
|
|
887
887
|
|
|
@@ -894,7 +894,7 @@ export interface __RazorComponentResult$views {
|
|
|
894
894
|
export type RazorComponentResult = RazorComponentResult$instance & __RazorComponentResult$views;
|
|
895
895
|
|
|
896
896
|
|
|
897
|
-
export interface RazorComponentResult_1$instance<TComponent extends IComponent> extends RazorComponentResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
897
|
+
export interface RazorComponentResult_1$instance<TComponent extends unknown & IComponent> extends RazorComponentResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
898
898
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_RazorComponentResult_1: never;
|
|
899
899
|
|
|
900
900
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IContentTypeHttpResult: never;
|
|
@@ -905,19 +905,19 @@ export interface RazorComponentResult_1$instance<TComponent extends IComponent>
|
|
|
905
905
|
|
|
906
906
|
|
|
907
907
|
export const RazorComponentResult_1: {
|
|
908
|
-
new<TComponent extends IComponent>(): RazorComponentResult_1<TComponent>;
|
|
909
|
-
new<TComponent extends IComponent>(parameters:
|
|
910
|
-
new<TComponent extends IComponent>(parameters: IReadOnlyDictionary_2<System_Internal.String,
|
|
908
|
+
new<TComponent extends unknown & IComponent>(): RazorComponentResult_1<TComponent>;
|
|
909
|
+
new<TComponent extends unknown & IComponent>(parameters: unknown): RazorComponentResult_1<TComponent>;
|
|
910
|
+
new<TComponent extends unknown & IComponent>(parameters: IReadOnlyDictionary_2<System_Internal.String, unknown | null>): RazorComponentResult_1<TComponent>;
|
|
911
911
|
};
|
|
912
912
|
|
|
913
913
|
|
|
914
|
-
export interface __RazorComponentResult_1$views<TComponent extends IComponent> {
|
|
914
|
+
export interface __RazorComponentResult_1$views<TComponent extends unknown & IComponent> {
|
|
915
915
|
As_IContentTypeHttpResult(): Microsoft_AspNetCore_Http_Internal.IContentTypeHttpResult$instance;
|
|
916
916
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
917
917
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
918
918
|
}
|
|
919
919
|
|
|
920
|
-
export type RazorComponentResult_1<TComponent extends IComponent> = RazorComponentResult_1$instance<TComponent> & __RazorComponentResult_1$views<TComponent>;
|
|
920
|
+
export type RazorComponentResult_1<TComponent extends unknown & IComponent> = RazorComponentResult_1$instance<TComponent> & __RazorComponentResult_1$views<TComponent>;
|
|
921
921
|
|
|
922
922
|
|
|
923
923
|
export interface RedirectHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -970,7 +970,7 @@ export interface __RedirectToRouteHttpResult$views {
|
|
|
970
970
|
export type RedirectToRouteHttpResult = RedirectToRouteHttpResult$instance & __RedirectToRouteHttpResult$views;
|
|
971
971
|
|
|
972
972
|
|
|
973
|
-
export interface Results_2$instance<TResult1 extends IResult, TResult2 extends IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
973
|
+
export interface Results_2$instance<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
974
974
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Results_2: never;
|
|
975
975
|
|
|
976
976
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_INestedHttpResult: never;
|
|
@@ -986,16 +986,16 @@ export const Results_2: {
|
|
|
986
986
|
};
|
|
987
987
|
|
|
988
988
|
|
|
989
|
-
export interface __Results_2$views<TResult1 extends IResult, TResult2 extends IResult> {
|
|
989
|
+
export interface __Results_2$views<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult> {
|
|
990
990
|
As_INestedHttpResult(): Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance;
|
|
991
991
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
992
992
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
993
993
|
}
|
|
994
994
|
|
|
995
|
-
export type Results_2<TResult1 extends IResult, TResult2 extends IResult> = Results_2$instance<TResult1, TResult2> & __Results_2$views<TResult1, TResult2>;
|
|
995
|
+
export type Results_2<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult> = Results_2$instance<TResult1, TResult2> & __Results_2$views<TResult1, TResult2>;
|
|
996
996
|
|
|
997
997
|
|
|
998
|
-
export interface Results_3$instance<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
998
|
+
export interface Results_3$instance<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
999
999
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Results_3: never;
|
|
1000
1000
|
|
|
1001
1001
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_INestedHttpResult: never;
|
|
@@ -1011,16 +1011,16 @@ export const Results_3: {
|
|
|
1011
1011
|
};
|
|
1012
1012
|
|
|
1013
1013
|
|
|
1014
|
-
export interface __Results_3$views<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult> {
|
|
1014
|
+
export interface __Results_3$views<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult> {
|
|
1015
1015
|
As_INestedHttpResult(): Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance;
|
|
1016
1016
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
1017
1017
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
1018
1018
|
}
|
|
1019
1019
|
|
|
1020
|
-
export type Results_3<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult> = Results_3$instance<TResult1, TResult2, TResult3> & __Results_3$views<TResult1, TResult2, TResult3>;
|
|
1020
|
+
export type Results_3<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult> = Results_3$instance<TResult1, TResult2, TResult3> & __Results_3$views<TResult1, TResult2, TResult3>;
|
|
1021
1021
|
|
|
1022
1022
|
|
|
1023
|
-
export interface Results_4$instance<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1023
|
+
export interface Results_4$instance<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1024
1024
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Results_4: never;
|
|
1025
1025
|
|
|
1026
1026
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_INestedHttpResult: never;
|
|
@@ -1036,16 +1036,16 @@ export const Results_4: {
|
|
|
1036
1036
|
};
|
|
1037
1037
|
|
|
1038
1038
|
|
|
1039
|
-
export interface __Results_4$views<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult> {
|
|
1039
|
+
export interface __Results_4$views<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult> {
|
|
1040
1040
|
As_INestedHttpResult(): Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance;
|
|
1041
1041
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
1042
1042
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
1045
|
-
export type Results_4<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult> = Results_4$instance<TResult1, TResult2, TResult3, TResult4> & __Results_4$views<TResult1, TResult2, TResult3, TResult4>;
|
|
1045
|
+
export type Results_4<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult> = Results_4$instance<TResult1, TResult2, TResult3, TResult4> & __Results_4$views<TResult1, TResult2, TResult3, TResult4>;
|
|
1046
1046
|
|
|
1047
1047
|
|
|
1048
|
-
export interface Results_5$instance<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult, TResult5 extends IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1048
|
+
export interface Results_5$instance<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult, TResult5 extends unknown & IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1049
1049
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Results_5: never;
|
|
1050
1050
|
|
|
1051
1051
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_INestedHttpResult: never;
|
|
@@ -1061,16 +1061,16 @@ export const Results_5: {
|
|
|
1061
1061
|
};
|
|
1062
1062
|
|
|
1063
1063
|
|
|
1064
|
-
export interface __Results_5$views<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult, TResult5 extends IResult> {
|
|
1064
|
+
export interface __Results_5$views<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult, TResult5 extends unknown & IResult> {
|
|
1065
1065
|
As_INestedHttpResult(): Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance;
|
|
1066
1066
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
1067
1067
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
1068
1068
|
}
|
|
1069
1069
|
|
|
1070
|
-
export type Results_5<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult, TResult5 extends IResult> = Results_5$instance<TResult1, TResult2, TResult3, TResult4, TResult5> & __Results_5$views<TResult1, TResult2, TResult3, TResult4, TResult5>;
|
|
1070
|
+
export type Results_5<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult, TResult5 extends unknown & IResult> = Results_5$instance<TResult1, TResult2, TResult3, TResult4, TResult5> & __Results_5$views<TResult1, TResult2, TResult3, TResult4, TResult5>;
|
|
1071
1071
|
|
|
1072
1072
|
|
|
1073
|
-
export interface Results_6$instance<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult, TResult5 extends IResult, TResult6 extends IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1073
|
+
export interface Results_6$instance<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult, TResult5 extends unknown & IResult, TResult6 extends unknown & IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1074
1074
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Results_6: never;
|
|
1075
1075
|
|
|
1076
1076
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_INestedHttpResult: never;
|
|
@@ -1086,16 +1086,16 @@ export const Results_6: {
|
|
|
1086
1086
|
};
|
|
1087
1087
|
|
|
1088
1088
|
|
|
1089
|
-
export interface __Results_6$views<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult, TResult5 extends IResult, TResult6 extends IResult> {
|
|
1089
|
+
export interface __Results_6$views<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult, TResult5 extends unknown & IResult, TResult6 extends unknown & IResult> {
|
|
1090
1090
|
As_INestedHttpResult(): Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance;
|
|
1091
1091
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
1092
1092
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
1093
1093
|
}
|
|
1094
1094
|
|
|
1095
|
-
export type Results_6<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult, TResult5 extends IResult, TResult6 extends IResult> = Results_6$instance<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6> & __Results_6$views<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6>;
|
|
1095
|
+
export type Results_6<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult, TResult5 extends unknown & IResult, TResult6 extends unknown & IResult> = Results_6$instance<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6> & __Results_6$views<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6>;
|
|
1096
1096
|
|
|
1097
1097
|
|
|
1098
|
-
export interface ServerSentEventsResult_1$instance<T> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1098
|
+
export interface ServerSentEventsResult_1$instance<T extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1099
1099
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_ServerSentEventsResult_1: never;
|
|
1100
1100
|
|
|
1101
1101
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -1111,13 +1111,13 @@ export const ServerSentEventsResult_1: {
|
|
|
1111
1111
|
};
|
|
1112
1112
|
|
|
1113
1113
|
|
|
1114
|
-
export interface __ServerSentEventsResult_1$views<T> {
|
|
1114
|
+
export interface __ServerSentEventsResult_1$views<T extends unknown> {
|
|
1115
1115
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
1116
1116
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
1117
1117
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
1118
1118
|
}
|
|
1119
1119
|
|
|
1120
|
-
export type ServerSentEventsResult_1<T> = ServerSentEventsResult_1$instance<T> & __ServerSentEventsResult_1$views<T>;
|
|
1120
|
+
export type ServerSentEventsResult_1<T extends unknown> = ServerSentEventsResult_1$instance<T> & __ServerSentEventsResult_1$views<T>;
|
|
1121
1121
|
|
|
1122
1122
|
|
|
1123
1123
|
export interface SignInHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -1239,7 +1239,7 @@ export interface __UnprocessableEntity$views {
|
|
|
1239
1239
|
export type UnprocessableEntity = UnprocessableEntity$instance & __UnprocessableEntity$views;
|
|
1240
1240
|
|
|
1241
1241
|
|
|
1242
|
-
export interface UnprocessableEntity_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1242
|
+
export interface UnprocessableEntity_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1243
1243
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_UnprocessableEntity_1: never;
|
|
1244
1244
|
|
|
1245
1245
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -1258,7 +1258,7 @@ export const UnprocessableEntity_1: {
|
|
|
1258
1258
|
};
|
|
1259
1259
|
|
|
1260
1260
|
|
|
1261
|
-
export interface __UnprocessableEntity_1$views<TValue> {
|
|
1261
|
+
export interface __UnprocessableEntity_1$views<TValue extends unknown> {
|
|
1262
1262
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
1263
1263
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
1264
1264
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -1266,7 +1266,7 @@ export interface __UnprocessableEntity_1$views<TValue> {
|
|
|
1266
1266
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
1267
1267
|
}
|
|
1268
1268
|
|
|
1269
|
-
export type UnprocessableEntity_1<TValue> = UnprocessableEntity_1$instance<TValue> & __UnprocessableEntity_1$views<TValue>;
|
|
1269
|
+
export type UnprocessableEntity_1<TValue extends unknown> = UnprocessableEntity_1$instance<TValue> & __UnprocessableEntity_1$views<TValue>;
|
|
1270
1270
|
|
|
1271
1271
|
|
|
1272
1272
|
export interface Utf8ContentHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Http.HttpResults/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { AuthenticationProperties } from './Microsoft.AspNetCore.Authentication/internal/index.js';
|
|
10
14
|
import type { EndpointBuilder } from './Microsoft.AspNetCore.Builder/internal/index.js';
|
|
@@ -63,82 +67,82 @@ declare const __unspecified: unique symbol;
|
|
|
63
67
|
export type __ = typeof __unspecified;
|
|
64
68
|
|
|
65
69
|
export type Accepted<
|
|
66
|
-
T1 = __,
|
|
70
|
+
T1 extends unknown | __ = __,
|
|
67
71
|
> =
|
|
68
72
|
[T1] extends [__] ? Internal.Accepted :
|
|
69
|
-
Internal.Accepted_1<T1
|
|
73
|
+
[T1] extends [unknown] ? Internal.Accepted_1<T1> : never;
|
|
70
74
|
|
|
71
75
|
export type AcceptedAtRoute<
|
|
72
|
-
T1 = __,
|
|
76
|
+
T1 extends unknown | __ = __,
|
|
73
77
|
> =
|
|
74
78
|
[T1] extends [__] ? Internal.AcceptedAtRoute :
|
|
75
|
-
Internal.AcceptedAtRoute_1<T1
|
|
79
|
+
[T1] extends [unknown] ? Internal.AcceptedAtRoute_1<T1> : never;
|
|
76
80
|
|
|
77
81
|
export type BadRequest<
|
|
78
|
-
T1 = __,
|
|
82
|
+
T1 extends unknown | __ = __,
|
|
79
83
|
> =
|
|
80
84
|
[T1] extends [__] ? Internal.BadRequest :
|
|
81
|
-
Internal.BadRequest_1<T1
|
|
85
|
+
[T1] extends [unknown] ? Internal.BadRequest_1<T1> : never;
|
|
82
86
|
|
|
83
87
|
export type Conflict<
|
|
84
|
-
T1 = __,
|
|
88
|
+
T1 extends unknown | __ = __,
|
|
85
89
|
> =
|
|
86
90
|
[T1] extends [__] ? Internal.Conflict :
|
|
87
|
-
Internal.Conflict_1<T1
|
|
91
|
+
[T1] extends [unknown] ? Internal.Conflict_1<T1> : never;
|
|
88
92
|
|
|
89
93
|
export type Created<
|
|
90
|
-
T1 = __,
|
|
94
|
+
T1 extends unknown | __ = __,
|
|
91
95
|
> =
|
|
92
96
|
[T1] extends [__] ? Internal.Created :
|
|
93
|
-
Internal.Created_1<T1
|
|
97
|
+
[T1] extends [unknown] ? Internal.Created_1<T1> : never;
|
|
94
98
|
|
|
95
99
|
export type CreatedAtRoute<
|
|
96
|
-
T1 = __,
|
|
100
|
+
T1 extends unknown | __ = __,
|
|
97
101
|
> =
|
|
98
102
|
[T1] extends [__] ? Internal.CreatedAtRoute :
|
|
99
|
-
Internal.CreatedAtRoute_1<T1
|
|
103
|
+
[T1] extends [unknown] ? Internal.CreatedAtRoute_1<T1> : never;
|
|
100
104
|
|
|
101
105
|
export type InternalServerError<
|
|
102
|
-
T1 = __,
|
|
106
|
+
T1 extends unknown | __ = __,
|
|
103
107
|
> =
|
|
104
108
|
[T1] extends [__] ? Internal.InternalServerError :
|
|
105
|
-
Internal.InternalServerError_1<T1
|
|
109
|
+
[T1] extends [unknown] ? Internal.InternalServerError_1<T1> : never;
|
|
106
110
|
|
|
107
111
|
export type NotFound<
|
|
108
|
-
T1 = __,
|
|
112
|
+
T1 extends unknown | __ = __,
|
|
109
113
|
> =
|
|
110
114
|
[T1] extends [__] ? Internal.NotFound :
|
|
111
|
-
Internal.NotFound_1<T1
|
|
115
|
+
[T1] extends [unknown] ? Internal.NotFound_1<T1> : never;
|
|
112
116
|
|
|
113
117
|
export type Ok<
|
|
114
|
-
T1 = __,
|
|
118
|
+
T1 extends unknown | __ = __,
|
|
115
119
|
> =
|
|
116
120
|
[T1] extends [__] ? Internal.Ok :
|
|
117
|
-
Internal.Ok_1<T1
|
|
121
|
+
[T1] extends [unknown] ? Internal.Ok_1<T1> : never;
|
|
118
122
|
|
|
119
123
|
export type RazorComponentResult<
|
|
120
|
-
T1 = __,
|
|
124
|
+
T1 extends unknown & IComponent | __ = __,
|
|
121
125
|
> =
|
|
122
126
|
[T1] extends [__] ? Internal.RazorComponentResult :
|
|
123
|
-
[T1] extends [IComponent] ? Internal.RazorComponentResult_1<T1> : never;
|
|
127
|
+
[T1] extends [unknown & IComponent] ? Internal.RazorComponentResult_1<T1> : never;
|
|
124
128
|
|
|
125
129
|
export type Results<
|
|
126
|
-
T1 = __,
|
|
127
|
-
T2 = __,
|
|
128
|
-
T3 = __,
|
|
129
|
-
T4 = __,
|
|
130
|
-
T5 = __,
|
|
131
|
-
T6 = __,
|
|
130
|
+
T1 extends unknown & IResult | __ = __,
|
|
131
|
+
T2 extends unknown & IResult | __ = __,
|
|
132
|
+
T3 extends unknown & IResult | __ = __,
|
|
133
|
+
T4 extends unknown & IResult | __ = __,
|
|
134
|
+
T5 extends unknown & IResult | __ = __,
|
|
135
|
+
T6 extends unknown & IResult | __ = __,
|
|
132
136
|
> =
|
|
133
|
-
[T3] extends [__] ? [T1] extends [IResult] ? [T2] extends [IResult] ? Internal.Results_2<T1, T2> : never : never :
|
|
134
|
-
[T4] extends [__] ? [T1] extends [IResult] ? [T2] extends [IResult] ? [T3] extends [IResult] ? Internal.Results_3<T1, T2, T3> : never : never : never :
|
|
135
|
-
[T5] extends [__] ? [T1] extends [IResult] ? [T2] extends [IResult] ? [T3] extends [IResult] ? [T4] extends [IResult] ? Internal.Results_4<T1, T2, T3, T4> : never : never : never : never :
|
|
136
|
-
[T6] extends [__] ? [T1] extends [IResult] ? [T2] extends [IResult] ? [T3] extends [IResult] ? [T4] extends [IResult] ? [T5] extends [IResult] ? Internal.Results_5<T1, T2, T3, T4, T5> : never : never : never : never : never :
|
|
137
|
-
[T1] extends [IResult] ? [T2] extends [IResult] ? [T3] extends [IResult] ? [T4] extends [IResult] ? [T5] extends [IResult] ? [T6] extends [IResult] ? Internal.Results_6<T1, T2, T3, T4, T5, T6> : never : never : never : never : never : never;
|
|
137
|
+
[T3] extends [__] ? [T1] extends [unknown & IResult] ? [T2] extends [unknown & IResult] ? Internal.Results_2<T1, T2> : never : never :
|
|
138
|
+
[T4] extends [__] ? [T1] extends [unknown & IResult] ? [T2] extends [unknown & IResult] ? [T3] extends [unknown & IResult] ? Internal.Results_3<T1, T2, T3> : never : never : never :
|
|
139
|
+
[T5] extends [__] ? [T1] extends [unknown & IResult] ? [T2] extends [unknown & IResult] ? [T3] extends [unknown & IResult] ? [T4] extends [unknown & IResult] ? Internal.Results_4<T1, T2, T3, T4> : never : never : never : never :
|
|
140
|
+
[T6] extends [__] ? [T1] extends [unknown & IResult] ? [T2] extends [unknown & IResult] ? [T3] extends [unknown & IResult] ? [T4] extends [unknown & IResult] ? [T5] extends [unknown & IResult] ? Internal.Results_5<T1, T2, T3, T4, T5> : never : never : never : never : never :
|
|
141
|
+
[T1] extends [unknown & IResult] ? [T2] extends [unknown & IResult] ? [T3] extends [unknown & IResult] ? [T4] extends [unknown & IResult] ? [T5] extends [unknown & IResult] ? [T6] extends [unknown & IResult] ? Internal.Results_6<T1, T2, T3, T4, T5, T6> : never : never : never : never : never : never;
|
|
138
142
|
|
|
139
143
|
export type UnprocessableEntity<
|
|
140
|
-
T1 = __,
|
|
144
|
+
T1 extends unknown | __ = __,
|
|
141
145
|
> =
|
|
142
146
|
[T1] extends [__] ? Internal.UnprocessableEntity :
|
|
143
|
-
Internal.UnprocessableEntity_1<T1
|
|
147
|
+
[T1] extends [unknown] ? Internal.UnprocessableEntity_1<T1> : never;
|
|
144
148
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Http.Extensions
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Http.Json/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { Object as ClrObject } from '@tsonic/dotnet/System.js';
|
|
10
14
|
import type { JsonSerializerOptions } from '@tsonic/dotnet/System.Text.Json.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Http.Abstractions
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, 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
|
|
|
9
9
|
// Import types from other namespaces
|