@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.Http.Abstractions, Microsoft.AspNetCore.Mvc.Abstractions, Microsoft.AspNetCore.Mvc.Core, Microsoft.AspNetCore.Mvc.DataAnnotations, Microsoft.AspNetCore.Mvc.ViewFeatures
|
|
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
|
|
@@ -123,7 +123,7 @@ export interface IUrlHelper$instance {
|
|
|
123
123
|
Action(actionContext: UrlActionContext): string | null;
|
|
124
124
|
Content(contentPath: string | null): string | null;
|
|
125
125
|
IsLocalUrl(url: string | null): boolean;
|
|
126
|
-
Link(routeName: string | null, values:
|
|
126
|
+
Link(routeName: string | null, values: unknown | null): string | null;
|
|
127
127
|
RouteUrl(routeContext: UrlRouteContext): string | null;
|
|
128
128
|
}
|
|
129
129
|
|
|
@@ -133,8 +133,8 @@ export type IUrlHelper = IUrlHelper$instance;
|
|
|
133
133
|
export interface IViewComponentHelper$instance {
|
|
134
134
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IViewComponentHelper: never;
|
|
135
135
|
|
|
136
|
-
InvokeAsync(name: string, arguments:
|
|
137
|
-
InvokeAsync(componentType: Type, arguments:
|
|
136
|
+
InvokeAsync(name: string, arguments: unknown | null): Task_1<IHtmlContent>;
|
|
137
|
+
InvokeAsync(componentType: Type, arguments: unknown | null): Task_1<IHtmlContent>;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
|
|
@@ -169,7 +169,7 @@ export interface AcceptedAtActionResult$instance extends ObjectResult$instance {
|
|
|
169
169
|
|
|
170
170
|
|
|
171
171
|
export const AcceptedAtActionResult: {
|
|
172
|
-
new(actionName: string | null, controllerName: string | null, routeValues:
|
|
172
|
+
new(actionName: string | null, controllerName: string | null, routeValues: unknown | null, value: unknown | null): AcceptedAtActionResult;
|
|
173
173
|
};
|
|
174
174
|
|
|
175
175
|
|
|
@@ -198,8 +198,8 @@ export interface AcceptedAtRouteResult$instance extends ObjectResult$instance {
|
|
|
198
198
|
|
|
199
199
|
|
|
200
200
|
export const AcceptedAtRouteResult: {
|
|
201
|
-
new(routeValues:
|
|
202
|
-
new(routeName: string | null, routeValues:
|
|
201
|
+
new(routeValues: unknown | null, value: unknown | null): AcceptedAtRouteResult;
|
|
202
|
+
new(routeName: string | null, routeValues: unknown | null, value: unknown | null): AcceptedAtRouteResult;
|
|
203
203
|
};
|
|
204
204
|
|
|
205
205
|
|
|
@@ -225,8 +225,8 @@ export interface AcceptedResult$instance extends ObjectResult$instance {
|
|
|
225
225
|
|
|
226
226
|
export const AcceptedResult: {
|
|
227
227
|
new(): AcceptedResult;
|
|
228
|
-
new(location: string | null, value:
|
|
229
|
-
new(locationUri: Uri, value:
|
|
228
|
+
new(location: string | null, value: unknown | null): AcceptedResult;
|
|
229
|
+
new(locationUri: Uri, value: unknown | null): AcceptedResult;
|
|
230
230
|
};
|
|
231
231
|
|
|
232
232
|
|
|
@@ -335,7 +335,7 @@ export interface __ActionResult$views {
|
|
|
335
335
|
export type ActionResult = ActionResult$instance & __ActionResult$views;
|
|
336
336
|
|
|
337
337
|
|
|
338
|
-
export interface ActionResult_1$instance<TValue> extends Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IConvertToActionResult$instance {
|
|
338
|
+
export interface ActionResult_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IConvertToActionResult$instance {
|
|
339
339
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionResult_1: never;
|
|
340
340
|
|
|
341
341
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IConvertToActionResult: never;
|
|
@@ -346,19 +346,19 @@ export interface ActionResult_1$instance<TValue> extends Microsoft_AspNetCore_Mv
|
|
|
346
346
|
|
|
347
347
|
|
|
348
348
|
export const ActionResult_1: {
|
|
349
|
-
new<TValue>(value: TValue): ActionResult_1<TValue>;
|
|
350
|
-
new<TValue>(result: ActionResult): ActionResult_1<TValue>;
|
|
349
|
+
new<TValue extends unknown>(value: TValue): ActionResult_1<TValue>;
|
|
350
|
+
new<TValue extends unknown>(result: ActionResult): ActionResult_1<TValue>;
|
|
351
351
|
};
|
|
352
352
|
|
|
353
353
|
|
|
354
|
-
export interface __ActionResult_1$views<TValue> {
|
|
354
|
+
export interface __ActionResult_1$views<TValue extends unknown> {
|
|
355
355
|
As_IConvertToActionResult(): Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IConvertToActionResult$instance;
|
|
356
356
|
}
|
|
357
357
|
|
|
358
|
-
export type ActionResult_1<TValue> = ActionResult_1$instance<TValue> & __ActionResult_1$views<TValue>;
|
|
358
|
+
export type ActionResult_1<TValue extends unknown> = ActionResult_1$instance<TValue> & __ActionResult_1$views<TValue>;
|
|
359
359
|
|
|
360
360
|
|
|
361
|
-
export interface AntiforgeryValidationFailedResult$instance extends BadRequestResult$instance {
|
|
361
|
+
export interface AntiforgeryValidationFailedResult$instance extends BadRequestResult$instance, Microsoft_AspNetCore_Mvc_Core_Infrastructure_Internal.IAntiforgeryValidationFailedResult$instance {
|
|
362
362
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_AntiforgeryValidationFailedResult: never;
|
|
363
363
|
|
|
364
364
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Core_Infrastructure_IAntiforgeryValidationFailedResult: never;
|
|
@@ -405,7 +405,7 @@ export const ApiBehaviorOptions: {
|
|
|
405
405
|
|
|
406
406
|
export type ApiBehaviorOptions = ApiBehaviorOptions$instance;
|
|
407
407
|
|
|
408
|
-
export interface ApiControllerAttribute$instance extends ControllerAttribute,
|
|
408
|
+
export interface ApiControllerAttribute$instance extends ControllerAttribute, IDisableCookieRedirectMetadata, IApiBehaviorMetadata {
|
|
409
409
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiControllerAttribute: never;
|
|
410
410
|
|
|
411
411
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IDisableCookieRedirectMetadata: never;
|
|
@@ -510,7 +510,7 @@ export interface __AreaAttribute$views {
|
|
|
510
510
|
export type AreaAttribute = AreaAttribute$instance & __AreaAttribute$views;
|
|
511
511
|
|
|
512
512
|
|
|
513
|
-
export interface AutoValidateAntiforgeryTokenAttribute$instance extends Attribute,
|
|
513
|
+
export interface AutoValidateAntiforgeryTokenAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
514
514
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_AutoValidateAntiforgeryTokenAttribute: never;
|
|
515
515
|
|
|
516
516
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -546,7 +546,7 @@ export interface BadRequestObjectResult$instance extends ObjectResult$instance {
|
|
|
546
546
|
|
|
547
547
|
|
|
548
548
|
export const BadRequestObjectResult: {
|
|
549
|
-
new(error:
|
|
549
|
+
new(error: unknown | null): BadRequestObjectResult;
|
|
550
550
|
new(modelState: ModelStateDictionary): BadRequestObjectResult;
|
|
551
551
|
};
|
|
552
552
|
|
|
@@ -677,7 +677,7 @@ export const CacheProfile: {
|
|
|
677
677
|
|
|
678
678
|
export type CacheProfile = CacheProfile$instance;
|
|
679
679
|
|
|
680
|
-
export interface ChallengeResult$instance extends ActionResult$instance {
|
|
680
|
+
export interface ChallengeResult$instance extends ActionResult$instance, IActionResult$instance {
|
|
681
681
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ChallengeResult: never;
|
|
682
682
|
|
|
683
683
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -733,7 +733,7 @@ export interface ConflictObjectResult$instance extends ObjectResult$instance {
|
|
|
733
733
|
|
|
734
734
|
|
|
735
735
|
export const ConflictObjectResult: {
|
|
736
|
-
new(error:
|
|
736
|
+
new(error: unknown | null): ConflictObjectResult;
|
|
737
737
|
new(modelState: ModelStateDictionary): ConflictObjectResult;
|
|
738
738
|
};
|
|
739
739
|
|
|
@@ -769,7 +769,7 @@ export interface __ConflictResult$views {
|
|
|
769
769
|
export type ConflictResult = ConflictResult$instance & __ConflictResult$views;
|
|
770
770
|
|
|
771
771
|
|
|
772
|
-
export interface ConsumesAttribute$instance extends Attribute,
|
|
772
|
+
export interface ConsumesAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_ActionConstraints_Internal.IActionConstraint$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestMetadataProvider$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IResourceFilter$instance {
|
|
773
773
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ConsumesAttribute: never;
|
|
774
774
|
|
|
775
775
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IAcceptsMetadata: never;
|
|
@@ -835,7 +835,7 @@ export interface __ContentResult$views {
|
|
|
835
835
|
export type ContentResult = ContentResult$instance & __ContentResult$views;
|
|
836
836
|
|
|
837
837
|
|
|
838
|
-
export interface Controller$instance extends ControllerBase,
|
|
838
|
+
export interface Controller$instance extends ControllerBase, Microsoft_AspNetCore_Mvc_Filters_Internal.IActionFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IAsyncActionFilter$instance, System_Internal.IDisposable {
|
|
839
839
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controller: never;
|
|
840
840
|
|
|
841
841
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IActionFilter: never;
|
|
@@ -844,27 +844,27 @@ export interface Controller$instance extends ControllerBase, IFilterMetadata, Mi
|
|
|
844
844
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
845
845
|
|
|
846
846
|
TempData: ITempDataDictionary;
|
|
847
|
-
readonly ViewBag:
|
|
847
|
+
readonly ViewBag: unknown;
|
|
848
848
|
ViewData: ViewDataDictionary;
|
|
849
849
|
Dispose(): void;
|
|
850
850
|
Dispose(disposing: boolean): void;
|
|
851
|
-
Json(data:
|
|
852
|
-
Json(data:
|
|
851
|
+
Json(data: unknown | null): JsonResult;
|
|
852
|
+
Json(data: unknown | null, serializerSettings: unknown | null): JsonResult;
|
|
853
853
|
OnActionExecuted(context: ActionExecutedContext): void;
|
|
854
854
|
OnActionExecuting(context: ActionExecutingContext): void;
|
|
855
855
|
OnActionExecutionAsync(context: ActionExecutingContext, next: ActionExecutionDelegate): Task;
|
|
856
856
|
PartialView(): PartialViewResult;
|
|
857
857
|
PartialView(viewName: string | null): PartialViewResult;
|
|
858
|
-
PartialView(model:
|
|
859
|
-
PartialView(viewName: string | null, model:
|
|
858
|
+
PartialView(model: unknown | null): PartialViewResult;
|
|
859
|
+
PartialView(viewName: string | null, model: unknown | null): PartialViewResult;
|
|
860
860
|
View(): ViewResult;
|
|
861
861
|
View(viewName: string | null): ViewResult;
|
|
862
|
-
View(model:
|
|
863
|
-
View(viewName: string | null, model:
|
|
862
|
+
View(model: unknown | null): ViewResult;
|
|
863
|
+
View(viewName: string | null, model: unknown | null): ViewResult;
|
|
864
864
|
ViewComponent(componentName: string): ViewComponentResult;
|
|
865
865
|
ViewComponent(componentType: Type): ViewComponentResult;
|
|
866
|
-
ViewComponent(componentName: string, arguments:
|
|
867
|
-
ViewComponent(componentType: Type, arguments:
|
|
866
|
+
ViewComponent(componentName: string, arguments: unknown | null): ViewComponentResult;
|
|
867
|
+
ViewComponent(componentType: Type, arguments: unknown | null): ViewComponentResult;
|
|
868
868
|
}
|
|
869
869
|
|
|
870
870
|
|
|
@@ -909,45 +909,45 @@ export interface ControllerBase$instance {
|
|
|
909
909
|
Url: IUrlHelper;
|
|
910
910
|
readonly User: ClaimsPrincipal;
|
|
911
911
|
Accepted(): AcceptedResult;
|
|
912
|
-
Accepted(value:
|
|
912
|
+
Accepted(value: unknown | null): AcceptedResult;
|
|
913
913
|
Accepted(uri: Uri): AcceptedResult;
|
|
914
914
|
Accepted(uri: string | null): AcceptedResult;
|
|
915
|
-
Accepted(uri: string | null, value:
|
|
916
|
-
Accepted(uri: Uri, value:
|
|
915
|
+
Accepted(uri: string | null, value: unknown | null): AcceptedResult;
|
|
916
|
+
Accepted(uri: Uri, value: unknown | null): AcceptedResult;
|
|
917
917
|
AcceptedAtAction(actionName: string | null): AcceptedAtActionResult;
|
|
918
918
|
AcceptedAtAction(actionName: string | null, controllerName: string | null): AcceptedAtActionResult;
|
|
919
|
-
AcceptedAtAction(actionName: string | null, value:
|
|
920
|
-
AcceptedAtAction(actionName: string | null, controllerName: string | null, routeValues:
|
|
921
|
-
AcceptedAtAction(actionName: string | null, routeValues:
|
|
922
|
-
AcceptedAtAction(actionName: string | null, controllerName: string | null, routeValues:
|
|
923
|
-
AcceptedAtRoute(routeValues:
|
|
919
|
+
AcceptedAtAction(actionName: string | null, value: unknown | null): AcceptedAtActionResult;
|
|
920
|
+
AcceptedAtAction(actionName: string | null, controllerName: string | null, routeValues: unknown | null): AcceptedAtActionResult;
|
|
921
|
+
AcceptedAtAction(actionName: string | null, routeValues: unknown | null, value: unknown | null): AcceptedAtActionResult;
|
|
922
|
+
AcceptedAtAction(actionName: string | null, controllerName: string | null, routeValues: unknown | null, value: unknown | null): AcceptedAtActionResult;
|
|
923
|
+
AcceptedAtRoute(routeValues: unknown | null): AcceptedAtRouteResult;
|
|
924
924
|
AcceptedAtRoute(routeName: string | null): AcceptedAtRouteResult;
|
|
925
|
-
AcceptedAtRoute(routeName: string | null, routeValues:
|
|
926
|
-
AcceptedAtRoute(routeValues:
|
|
927
|
-
AcceptedAtRoute(routeName: string | null, routeValues:
|
|
925
|
+
AcceptedAtRoute(routeName: string | null, routeValues: unknown | null): AcceptedAtRouteResult;
|
|
926
|
+
AcceptedAtRoute(routeValues: unknown | null, value: unknown | null): AcceptedAtRouteResult;
|
|
927
|
+
AcceptedAtRoute(routeName: string | null, routeValues: unknown | null, value: unknown | null): AcceptedAtRouteResult;
|
|
928
928
|
BadRequest(): BadRequestResult;
|
|
929
|
-
BadRequest(error:
|
|
929
|
+
BadRequest(error: unknown | null): BadRequestObjectResult;
|
|
930
930
|
BadRequest(modelState: ModelStateDictionary): BadRequestObjectResult;
|
|
931
931
|
Challenge(): ChallengeResult;
|
|
932
932
|
Challenge(...authenticationSchemes: string[]): ChallengeResult;
|
|
933
933
|
Challenge(properties: AuthenticationProperties): ChallengeResult;
|
|
934
934
|
Challenge(properties: AuthenticationProperties, ...authenticationSchemes: string[]): ChallengeResult;
|
|
935
935
|
Conflict(): ConflictResult;
|
|
936
|
-
Conflict(error:
|
|
936
|
+
Conflict(error: unknown | null): ConflictObjectResult;
|
|
937
937
|
Conflict(modelState: ModelStateDictionary): ConflictObjectResult;
|
|
938
938
|
Content(content: string): ContentResult;
|
|
939
939
|
Content(content: string, contentType: string): ContentResult;
|
|
940
940
|
Content(content: string, contentType: string, contentEncoding: Encoding): ContentResult;
|
|
941
941
|
Content(content: string, contentType: MediaTypeHeaderValue | null): ContentResult;
|
|
942
942
|
Created(): CreatedResult;
|
|
943
|
-
Created(uri: string | null, value:
|
|
944
|
-
Created(uri: Uri | null, value:
|
|
945
|
-
CreatedAtAction(actionName: string | null, value:
|
|
946
|
-
CreatedAtAction(actionName: string | null, routeValues:
|
|
947
|
-
CreatedAtAction(actionName: string | null, controllerName: string | null, routeValues:
|
|
948
|
-
CreatedAtRoute(routeName: string | null, value:
|
|
949
|
-
CreatedAtRoute(routeValues:
|
|
950
|
-
CreatedAtRoute(routeName: string | null, routeValues:
|
|
943
|
+
Created(uri: string | null, value: unknown | null): CreatedResult;
|
|
944
|
+
Created(uri: Uri | null, value: unknown | null): CreatedResult;
|
|
945
|
+
CreatedAtAction(actionName: string | null, value: unknown | null): CreatedAtActionResult;
|
|
946
|
+
CreatedAtAction(actionName: string | null, routeValues: unknown | null, value: unknown | null): CreatedAtActionResult;
|
|
947
|
+
CreatedAtAction(actionName: string | null, controllerName: string | null, routeValues: unknown | null, value: unknown | null): CreatedAtActionResult;
|
|
948
|
+
CreatedAtRoute(routeName: string | null, value: unknown | null): CreatedAtRouteResult;
|
|
949
|
+
CreatedAtRoute(routeValues: unknown | null, value: unknown | null): CreatedAtRouteResult;
|
|
950
|
+
CreatedAtRoute(routeName: string | null, routeValues: unknown | null, value: unknown | null): CreatedAtRouteResult;
|
|
951
951
|
File(fileContents: byte[], contentType: string): FileContentResult;
|
|
952
952
|
File(fileContents: byte[], contentType: string, enableRangeProcessing: boolean): FileContentResult;
|
|
953
953
|
File(fileContents: byte[], contentType: string, fileDownloadName: string | null): FileContentResult;
|
|
@@ -982,9 +982,9 @@ export interface ControllerBase$instance {
|
|
|
982
982
|
LocalRedirectPreserveMethod(localUrl: string): LocalRedirectResult;
|
|
983
983
|
NoContent(): NoContentResult;
|
|
984
984
|
NotFound(): NotFoundResult;
|
|
985
|
-
NotFound(value:
|
|
985
|
+
NotFound(value: unknown | null): NotFoundObjectResult;
|
|
986
986
|
Ok(): OkResult;
|
|
987
|
-
Ok(value:
|
|
987
|
+
Ok(value: unknown | null): OkObjectResult;
|
|
988
988
|
PhysicalFile(physicalPath: string, contentType: string): PhysicalFileResult;
|
|
989
989
|
PhysicalFile(physicalPath: string, contentType: string, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
990
990
|
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string | null): PhysicalFileResult;
|
|
@@ -994,51 +994,51 @@ export interface ControllerBase$instance {
|
|
|
994
994
|
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): PhysicalFileResult;
|
|
995
995
|
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
996
996
|
Problem(detail: string | null, instance: string | null, statusCode: Nullable_1<System_Internal.Int32>, title: string | null, type: string | null): ObjectResult;
|
|
997
|
-
Problem(detail?: string | null, instance?: string | null, statusCode?: Nullable_1<System_Internal.Int32>, title?: string | null, type?: string | null, extensions?: IDictionary_2<System_Internal.String,
|
|
997
|
+
Problem(detail?: string | null, instance?: string | null, statusCode?: Nullable_1<System_Internal.Int32>, title?: string | null, type?: string | null, extensions?: IDictionary_2<System_Internal.String, unknown | null> | null): ObjectResult;
|
|
998
998
|
Redirect(url: string): RedirectResult;
|
|
999
999
|
RedirectPermanent(url: string): RedirectResult;
|
|
1000
1000
|
RedirectPermanentPreserveMethod(url: string): RedirectResult;
|
|
1001
1001
|
RedirectPreserveMethod(url: string): RedirectResult;
|
|
1002
1002
|
RedirectToAction(): RedirectToActionResult;
|
|
1003
1003
|
RedirectToAction(actionName: string | null): RedirectToActionResult;
|
|
1004
|
-
RedirectToAction(actionName: string | null, routeValues:
|
|
1004
|
+
RedirectToAction(actionName: string | null, routeValues: unknown | null): RedirectToActionResult;
|
|
1005
1005
|
RedirectToAction(actionName: string | null, controllerName: string | null): RedirectToActionResult;
|
|
1006
|
-
RedirectToAction(actionName: string | null, controllerName: string | null, routeValues:
|
|
1006
|
+
RedirectToAction(actionName: string | null, controllerName: string | null, routeValues: unknown | null): RedirectToActionResult;
|
|
1007
1007
|
RedirectToAction(actionName: string | null, controllerName: string | null, fragment: string | null): RedirectToActionResult;
|
|
1008
|
-
RedirectToAction(actionName: string | null, controllerName: string | null, routeValues:
|
|
1008
|
+
RedirectToAction(actionName: string | null, controllerName: string | null, routeValues: unknown | null, fragment: string | null): RedirectToActionResult;
|
|
1009
1009
|
RedirectToActionPermanent(actionName: string | null): RedirectToActionResult;
|
|
1010
|
-
RedirectToActionPermanent(actionName: string | null, routeValues:
|
|
1010
|
+
RedirectToActionPermanent(actionName: string | null, routeValues: unknown | null): RedirectToActionResult;
|
|
1011
1011
|
RedirectToActionPermanent(actionName: string | null, controllerName: string | null): RedirectToActionResult;
|
|
1012
1012
|
RedirectToActionPermanent(actionName: string | null, controllerName: string | null, fragment: string | null): RedirectToActionResult;
|
|
1013
|
-
RedirectToActionPermanent(actionName: string | null, controllerName: string | null, routeValues:
|
|
1014
|
-
RedirectToActionPermanent(actionName: string | null, controllerName: string | null, routeValues:
|
|
1015
|
-
RedirectToActionPermanentPreserveMethod(actionName?: string | null, controllerName?: string | null, routeValues?:
|
|
1016
|
-
RedirectToActionPreserveMethod(actionName?: string | null, controllerName?: string | null, routeValues?:
|
|
1013
|
+
RedirectToActionPermanent(actionName: string | null, controllerName: string | null, routeValues: unknown | null): RedirectToActionResult;
|
|
1014
|
+
RedirectToActionPermanent(actionName: string | null, controllerName: string | null, routeValues: unknown | null, fragment: string | null): RedirectToActionResult;
|
|
1015
|
+
RedirectToActionPermanentPreserveMethod(actionName?: string | null, controllerName?: string | null, routeValues?: unknown | null, fragment?: string | null): RedirectToActionResult;
|
|
1016
|
+
RedirectToActionPreserveMethod(actionName?: string | null, controllerName?: string | null, routeValues?: unknown | null, fragment?: string | null): RedirectToActionResult;
|
|
1017
1017
|
RedirectToPage(pageName: string): RedirectToPageResult;
|
|
1018
|
-
RedirectToPage(pageName: string, routeValues:
|
|
1018
|
+
RedirectToPage(pageName: string, routeValues: unknown | null): RedirectToPageResult;
|
|
1019
1019
|
RedirectToPage(pageName: string, pageHandler: string | null): RedirectToPageResult;
|
|
1020
|
-
RedirectToPage(pageName: string, pageHandler: string | null, routeValues:
|
|
1020
|
+
RedirectToPage(pageName: string, pageHandler: string | null, routeValues: unknown | null): RedirectToPageResult;
|
|
1021
1021
|
RedirectToPage(pageName: string, pageHandler: string | null, fragment: string | null): RedirectToPageResult;
|
|
1022
|
-
RedirectToPage(pageName: string, pageHandler: string | null, routeValues:
|
|
1022
|
+
RedirectToPage(pageName: string, pageHandler: string | null, routeValues: unknown | null, fragment: string | null): RedirectToPageResult;
|
|
1023
1023
|
RedirectToPagePermanent(pageName: string): RedirectToPageResult;
|
|
1024
|
-
RedirectToPagePermanent(pageName: string, routeValues:
|
|
1024
|
+
RedirectToPagePermanent(pageName: string, routeValues: unknown | null): RedirectToPageResult;
|
|
1025
1025
|
RedirectToPagePermanent(pageName: string, pageHandler: string | null): RedirectToPageResult;
|
|
1026
1026
|
RedirectToPagePermanent(pageName: string, pageHandler: string | null, fragment: string | null): RedirectToPageResult;
|
|
1027
|
-
RedirectToPagePermanent(pageName: string, pageHandler: string | null, routeValues:
|
|
1028
|
-
RedirectToPagePermanentPreserveMethod(pageName: string, pageHandler?: string | null, routeValues?:
|
|
1029
|
-
RedirectToPagePreserveMethod(pageName: string, pageHandler?: string | null, routeValues?:
|
|
1027
|
+
RedirectToPagePermanent(pageName: string, pageHandler: string | null, routeValues: unknown | null, fragment: string | null): RedirectToPageResult;
|
|
1028
|
+
RedirectToPagePermanentPreserveMethod(pageName: string, pageHandler?: string | null, routeValues?: unknown | null, fragment?: string | null): RedirectToPageResult;
|
|
1029
|
+
RedirectToPagePreserveMethod(pageName: string, pageHandler?: string | null, routeValues?: unknown | null, fragment?: string | null): RedirectToPageResult;
|
|
1030
1030
|
RedirectToRoute(routeName: string | null): RedirectToRouteResult;
|
|
1031
|
-
RedirectToRoute(routeValues:
|
|
1032
|
-
RedirectToRoute(routeName: string | null, routeValues:
|
|
1031
|
+
RedirectToRoute(routeValues: unknown | null): RedirectToRouteResult;
|
|
1032
|
+
RedirectToRoute(routeName: string | null, routeValues: unknown | null): RedirectToRouteResult;
|
|
1033
1033
|
RedirectToRoute(routeName: string | null, fragment: string | null): RedirectToRouteResult;
|
|
1034
|
-
RedirectToRoute(routeName: string | null, routeValues:
|
|
1034
|
+
RedirectToRoute(routeName: string | null, routeValues: unknown | null, fragment: string | null): RedirectToRouteResult;
|
|
1035
1035
|
RedirectToRoutePermanent(routeName: string | null): RedirectToRouteResult;
|
|
1036
|
-
RedirectToRoutePermanent(routeValues:
|
|
1037
|
-
RedirectToRoutePermanent(routeName: string | null, routeValues:
|
|
1036
|
+
RedirectToRoutePermanent(routeValues: unknown | null): RedirectToRouteResult;
|
|
1037
|
+
RedirectToRoutePermanent(routeName: string | null, routeValues: unknown | null): RedirectToRouteResult;
|
|
1038
1038
|
RedirectToRoutePermanent(routeName: string | null, fragment: string | null): RedirectToRouteResult;
|
|
1039
|
-
RedirectToRoutePermanent(routeName: string | null, routeValues:
|
|
1040
|
-
RedirectToRoutePermanentPreserveMethod(routeName?: string | null, routeValues?:
|
|
1041
|
-
RedirectToRoutePreserveMethod(routeName?: string | null, routeValues?:
|
|
1039
|
+
RedirectToRoutePermanent(routeName: string | null, routeValues: unknown | null, fragment: string | null): RedirectToRouteResult;
|
|
1040
|
+
RedirectToRoutePermanentPreserveMethod(routeName?: string | null, routeValues?: unknown | null, fragment?: string | null): RedirectToRouteResult;
|
|
1041
|
+
RedirectToRoutePreserveMethod(routeName?: string | null, routeValues?: unknown | null, fragment?: string | null): RedirectToRouteResult;
|
|
1042
1042
|
SignIn(principal: ClaimsPrincipal): SignInResult;
|
|
1043
1043
|
SignIn(principal: ClaimsPrincipal, authenticationScheme: string): SignInResult;
|
|
1044
1044
|
SignIn(principal: ClaimsPrincipal, properties: AuthenticationProperties): SignInResult;
|
|
@@ -1048,28 +1048,28 @@ export interface ControllerBase$instance {
|
|
|
1048
1048
|
SignOut(...authenticationSchemes: string[]): SignOutResult;
|
|
1049
1049
|
SignOut(properties: AuthenticationProperties, ...authenticationSchemes: string[]): SignOutResult;
|
|
1050
1050
|
StatusCode(statusCode: int): StatusCodeResult;
|
|
1051
|
-
StatusCode(statusCode: int, value:
|
|
1052
|
-
TryUpdateModelAsync<TModel>(model: TModel): Task_1<System_Internal.Boolean>;
|
|
1053
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string): Task_1<System_Internal.Boolean>;
|
|
1054
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider): Task_1<System_Internal.Boolean>;
|
|
1055
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, ...includeExpressions: Expression_1<Func_2<TModel,
|
|
1056
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
|
|
1057
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider, ...includeExpressions: Expression_1<Func_2<TModel,
|
|
1058
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
|
|
1059
|
-
TryUpdateModelAsync(model:
|
|
1060
|
-
TryUpdateModelAsync(model:
|
|
1061
|
-
TryValidateModel(model:
|
|
1062
|
-
TryValidateModel(model:
|
|
1051
|
+
StatusCode(statusCode: int, value: unknown | null): ObjectResult;
|
|
1052
|
+
TryUpdateModelAsync<TModel extends (object | null)>(model: TModel): Task_1<System_Internal.Boolean>;
|
|
1053
|
+
TryUpdateModelAsync<TModel extends (object | null)>(model: TModel, prefix: string): Task_1<System_Internal.Boolean>;
|
|
1054
|
+
TryUpdateModelAsync<TModel extends (object | null)>(model: TModel, prefix: string, valueProvider: IValueProvider): Task_1<System_Internal.Boolean>;
|
|
1055
|
+
TryUpdateModelAsync<TModel extends (object | null)>(model: TModel, prefix: string, ...includeExpressions: Expression_1<Func_2<TModel, unknown | null>>[]): Task_1<System_Internal.Boolean>;
|
|
1056
|
+
TryUpdateModelAsync<TModel extends (object | null)>(model: TModel, prefix: string, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
|
|
1057
|
+
TryUpdateModelAsync<TModel extends (object | null)>(model: TModel, prefix: string, valueProvider: IValueProvider, ...includeExpressions: Expression_1<Func_2<TModel, unknown | null>>[]): Task_1<System_Internal.Boolean>;
|
|
1058
|
+
TryUpdateModelAsync<TModel extends (object | null)>(model: TModel, prefix: string, valueProvider: IValueProvider, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
|
|
1059
|
+
TryUpdateModelAsync(model: unknown, modelType: Type, prefix: string): Task_1<System_Internal.Boolean>;
|
|
1060
|
+
TryUpdateModelAsync(model: unknown, modelType: Type, prefix: string, valueProvider: IValueProvider, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
|
|
1061
|
+
TryValidateModel(model: unknown): boolean;
|
|
1062
|
+
TryValidateModel(model: unknown, prefix: string | null): boolean;
|
|
1063
1063
|
Unauthorized(): UnauthorizedResult;
|
|
1064
|
-
Unauthorized(value:
|
|
1064
|
+
Unauthorized(value: unknown | null): UnauthorizedObjectResult;
|
|
1065
1065
|
UnprocessableEntity(): UnprocessableEntityResult;
|
|
1066
|
-
UnprocessableEntity(error:
|
|
1066
|
+
UnprocessableEntity(error: unknown | null): UnprocessableEntityObjectResult;
|
|
1067
1067
|
UnprocessableEntity(modelState: ModelStateDictionary): UnprocessableEntityObjectResult;
|
|
1068
1068
|
ValidationProblem(descriptor: ValidationProblemDetails): ActionResult;
|
|
1069
1069
|
ValidationProblem(modelStateDictionary: ModelStateDictionary): ActionResult;
|
|
1070
1070
|
ValidationProblem(): ActionResult;
|
|
1071
1071
|
ValidationProblem(detail: string | null, instance: string | null, statusCode: Nullable_1<System_Internal.Int32>, title: string | null, type: string | null, modelStateDictionary: ModelStateDictionary | null): ActionResult;
|
|
1072
|
-
ValidationProblem(detail?: string | null, instance?: string | null, statusCode?: Nullable_1<System_Internal.Int32>, title?: string | null, type?: string | null, modelStateDictionary?: ModelStateDictionary | null, extensions?: IDictionary_2<System_Internal.String,
|
|
1072
|
+
ValidationProblem(detail?: string | null, instance?: string | null, statusCode?: Nullable_1<System_Internal.Int32>, title?: string | null, type?: string | null, modelStateDictionary?: ModelStateDictionary | null, extensions?: IDictionary_2<System_Internal.String, unknown | null> | null): ActionResult;
|
|
1073
1073
|
}
|
|
1074
1074
|
|
|
1075
1075
|
|
|
@@ -1142,7 +1142,7 @@ export interface CreatedAtActionResult$instance extends ObjectResult$instance {
|
|
|
1142
1142
|
|
|
1143
1143
|
|
|
1144
1144
|
export const CreatedAtActionResult: {
|
|
1145
|
-
new(actionName: string | null, controllerName: string | null, routeValues:
|
|
1145
|
+
new(actionName: string | null, controllerName: string | null, routeValues: unknown | null, value: unknown | null): CreatedAtActionResult;
|
|
1146
1146
|
};
|
|
1147
1147
|
|
|
1148
1148
|
|
|
@@ -1171,8 +1171,8 @@ export interface CreatedAtRouteResult$instance extends ObjectResult$instance {
|
|
|
1171
1171
|
|
|
1172
1172
|
|
|
1173
1173
|
export const CreatedAtRouteResult: {
|
|
1174
|
-
new(routeValues:
|
|
1175
|
-
new(routeName: string | null, routeValues:
|
|
1174
|
+
new(routeValues: unknown | null, value: unknown | null): CreatedAtRouteResult;
|
|
1175
|
+
new(routeName: string | null, routeValues: unknown | null, value: unknown | null): CreatedAtRouteResult;
|
|
1176
1176
|
};
|
|
1177
1177
|
|
|
1178
1178
|
|
|
@@ -1198,8 +1198,8 @@ export interface CreatedResult$instance extends ObjectResult$instance {
|
|
|
1198
1198
|
|
|
1199
1199
|
export const CreatedResult: {
|
|
1200
1200
|
new(): CreatedResult;
|
|
1201
|
-
new(location: string | null, value:
|
|
1202
|
-
new(location: Uri | null, value:
|
|
1201
|
+
new(location: string | null, value: unknown | null): CreatedResult;
|
|
1202
|
+
new(location: Uri | null, value: unknown | null): CreatedResult;
|
|
1203
1203
|
};
|
|
1204
1204
|
|
|
1205
1205
|
|
|
@@ -1211,7 +1211,7 @@ export interface __CreatedResult$views {
|
|
|
1211
1211
|
export type CreatedResult = CreatedResult$instance & __CreatedResult$views;
|
|
1212
1212
|
|
|
1213
1213
|
|
|
1214
|
-
export interface DisableRequestSizeLimitAttribute$instance extends Attribute,
|
|
1214
|
+
export interface DisableRequestSizeLimitAttribute$instance extends Attribute, Microsoft_AspNetCore_Http_Metadata_Internal.IRequestSizeLimitMetadata$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
1215
1215
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DisableRequestSizeLimitAttribute: never;
|
|
1216
1216
|
|
|
1217
1217
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IRequestSizeLimitMetadata: never;
|
|
@@ -1260,7 +1260,7 @@ export interface __EmptyResult$views {
|
|
|
1260
1260
|
export type EmptyResult = EmptyResult$instance & __EmptyResult$views;
|
|
1261
1261
|
|
|
1262
1262
|
|
|
1263
|
-
export interface FileContentResult$instance extends FileResult$instance {
|
|
1263
|
+
export interface FileContentResult$instance extends FileResult$instance, IActionResult$instance {
|
|
1264
1264
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FileContentResult: never;
|
|
1265
1265
|
|
|
1266
1266
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -1309,7 +1309,7 @@ export interface __FileResult$views {
|
|
|
1309
1309
|
export type FileResult = FileResult$instance & __FileResult$views;
|
|
1310
1310
|
|
|
1311
1311
|
|
|
1312
|
-
export interface FileStreamResult$instance extends FileResult$instance {
|
|
1312
|
+
export interface FileStreamResult$instance extends FileResult$instance, IActionResult$instance {
|
|
1313
1313
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FileStreamResult: never;
|
|
1314
1314
|
|
|
1315
1315
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -1332,7 +1332,7 @@ export interface __FileStreamResult$views {
|
|
|
1332
1332
|
export type FileStreamResult = FileStreamResult$instance & __FileStreamResult$views;
|
|
1333
1333
|
|
|
1334
1334
|
|
|
1335
|
-
export interface ForbidResult$instance extends ActionResult$instance {
|
|
1335
|
+
export interface ForbidResult$instance extends ActionResult$instance, IActionResult$instance {
|
|
1336
1336
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ForbidResult: never;
|
|
1337
1337
|
|
|
1338
1338
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -1361,7 +1361,7 @@ export interface __ForbidResult$views {
|
|
|
1361
1361
|
export type ForbidResult = ForbidResult$instance & __ForbidResult$views;
|
|
1362
1362
|
|
|
1363
1363
|
|
|
1364
|
-
export interface FormatFilterAttribute$instance extends Attribute,
|
|
1364
|
+
export interface FormatFilterAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
1365
1365
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FormatFilterAttribute: never;
|
|
1366
1366
|
|
|
1367
1367
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -1714,7 +1714,7 @@ export interface __HttpPutAttribute$views {
|
|
|
1714
1714
|
export type HttpPutAttribute = HttpPutAttribute$instance & __HttpPutAttribute$views;
|
|
1715
1715
|
|
|
1716
1716
|
|
|
1717
|
-
export interface IgnoreAntiforgeryTokenAttribute$instance extends Attribute, IAntiforgeryPolicy,
|
|
1717
|
+
export interface IgnoreAntiforgeryTokenAttribute$instance extends Attribute, IAntiforgeryPolicy, Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IAntiforgeryPolicy$instance {
|
|
1718
1718
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_IgnoreAntiforgeryTokenAttribute: never;
|
|
1719
1719
|
|
|
1720
1720
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
@@ -1760,19 +1760,19 @@ export interface JsonResult$instance extends ActionResult$instance {
|
|
|
1760
1760
|
|
|
1761
1761
|
get ContentType(): string | null;
|
|
1762
1762
|
set ContentType(value: string | null);
|
|
1763
|
-
get SerializerSettings():
|
|
1764
|
-
set SerializerSettings(value:
|
|
1763
|
+
get SerializerSettings(): unknown | null;
|
|
1764
|
+
set SerializerSettings(value: unknown | null);
|
|
1765
1765
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
1766
1766
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
1767
|
-
get Value():
|
|
1768
|
-
set Value(value:
|
|
1767
|
+
get Value(): unknown | null;
|
|
1768
|
+
set Value(value: unknown | null);
|
|
1769
1769
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
1770
1770
|
}
|
|
1771
1771
|
|
|
1772
1772
|
|
|
1773
1773
|
export const JsonResult: {
|
|
1774
|
-
new(value:
|
|
1775
|
-
new(value:
|
|
1774
|
+
new(value: unknown | null): JsonResult;
|
|
1775
|
+
new(value: unknown | null, serializerSettings: unknown | null): JsonResult;
|
|
1776
1776
|
};
|
|
1777
1777
|
|
|
1778
1778
|
|
|
@@ -1784,7 +1784,7 @@ export interface __JsonResult$views {
|
|
|
1784
1784
|
export type JsonResult = JsonResult$instance & __JsonResult$views;
|
|
1785
1785
|
|
|
1786
1786
|
|
|
1787
|
-
export interface LocalRedirectResult$instance extends ActionResult$instance {
|
|
1787
|
+
export interface LocalRedirectResult$instance extends ActionResult$instance, IActionResult$instance {
|
|
1788
1788
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_LocalRedirectResult: never;
|
|
1789
1789
|
|
|
1790
1790
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -1812,7 +1812,7 @@ export interface __LocalRedirectResult$views {
|
|
|
1812
1812
|
export type LocalRedirectResult = LocalRedirectResult$instance & __LocalRedirectResult$views;
|
|
1813
1813
|
|
|
1814
1814
|
|
|
1815
|
-
export interface MiddlewareFilterAttribute$instance extends Attribute,
|
|
1815
|
+
export interface MiddlewareFilterAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
1816
1816
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_MiddlewareFilterAttribute: never;
|
|
1817
1817
|
|
|
1818
1818
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -1839,7 +1839,7 @@ export interface __MiddlewareFilterAttribute$views {
|
|
|
1839
1839
|
export type MiddlewareFilterAttribute = MiddlewareFilterAttribute$instance & __MiddlewareFilterAttribute$views;
|
|
1840
1840
|
|
|
1841
1841
|
|
|
1842
|
-
export interface MiddlewareFilterAttribute_1$instance<T> extends MiddlewareFilterAttribute$instance,
|
|
1842
|
+
export interface MiddlewareFilterAttribute_1$instance<T extends unknown> extends MiddlewareFilterAttribute$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
1843
1843
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_MiddlewareFilterAttribute_1: never;
|
|
1844
1844
|
|
|
1845
1845
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -1850,16 +1850,16 @@ export interface MiddlewareFilterAttribute_1$instance<T> extends MiddlewareFilte
|
|
|
1850
1850
|
|
|
1851
1851
|
|
|
1852
1852
|
export const MiddlewareFilterAttribute_1: {
|
|
1853
|
-
new<T>(): MiddlewareFilterAttribute_1<T>;
|
|
1853
|
+
new<T extends unknown>(): MiddlewareFilterAttribute_1<T>;
|
|
1854
1854
|
};
|
|
1855
1855
|
|
|
1856
1856
|
|
|
1857
|
-
export interface __MiddlewareFilterAttribute_1$views<T> {
|
|
1857
|
+
export interface __MiddlewareFilterAttribute_1$views<T extends unknown> {
|
|
1858
1858
|
As_IFilterFactory(): Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance;
|
|
1859
1859
|
As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
|
|
1860
1860
|
}
|
|
1861
1861
|
|
|
1862
|
-
export type MiddlewareFilterAttribute_1<T> = MiddlewareFilterAttribute_1$instance<T> & __MiddlewareFilterAttribute_1$views<T>;
|
|
1862
|
+
export type MiddlewareFilterAttribute_1<T extends unknown> = MiddlewareFilterAttribute_1$instance<T> & __MiddlewareFilterAttribute_1$views<T>;
|
|
1863
1863
|
|
|
1864
1864
|
|
|
1865
1865
|
export interface ModelBinderAttribute$instance extends Attribute {
|
|
@@ -1892,7 +1892,7 @@ export interface __ModelBinderAttribute$views {
|
|
|
1892
1892
|
export type ModelBinderAttribute = ModelBinderAttribute$instance & __ModelBinderAttribute$views;
|
|
1893
1893
|
|
|
1894
1894
|
|
|
1895
|
-
export interface ModelBinderAttribute_1$instance<TBinder extends IModelBinder> extends ModelBinderAttribute$instance {
|
|
1895
|
+
export interface ModelBinderAttribute_1$instance<TBinder extends unknown & IModelBinder> extends ModelBinderAttribute$instance {
|
|
1896
1896
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinderAttribute_1: never;
|
|
1897
1897
|
|
|
1898
1898
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBinderTypeProviderMetadata: never;
|
|
@@ -1903,17 +1903,17 @@ export interface ModelBinderAttribute_1$instance<TBinder extends IModelBinder> e
|
|
|
1903
1903
|
|
|
1904
1904
|
|
|
1905
1905
|
export const ModelBinderAttribute_1: {
|
|
1906
|
-
new<TBinder extends IModelBinder>(): ModelBinderAttribute_1<TBinder>;
|
|
1906
|
+
new<TBinder extends unknown & IModelBinder>(): ModelBinderAttribute_1<TBinder>;
|
|
1907
1907
|
};
|
|
1908
1908
|
|
|
1909
1909
|
|
|
1910
|
-
export interface __ModelBinderAttribute_1$views<TBinder extends IModelBinder> {
|
|
1910
|
+
export interface __ModelBinderAttribute_1$views<TBinder extends unknown & IModelBinder> {
|
|
1911
1911
|
As_IBinderTypeProviderMetadata(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBinderTypeProviderMetadata$instance;
|
|
1912
1912
|
As_IBindingSourceMetadata(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance;
|
|
1913
1913
|
As_IModelNameProvider(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IModelNameProvider$instance;
|
|
1914
1914
|
}
|
|
1915
1915
|
|
|
1916
|
-
export type ModelBinderAttribute_1<TBinder extends IModelBinder> = ModelBinderAttribute_1$instance<TBinder> & __ModelBinderAttribute_1$views<TBinder>;
|
|
1916
|
+
export type ModelBinderAttribute_1<TBinder extends unknown & IModelBinder> = ModelBinderAttribute_1$instance<TBinder> & __ModelBinderAttribute_1$views<TBinder>;
|
|
1917
1917
|
|
|
1918
1918
|
|
|
1919
1919
|
export interface ModelMetadataTypeAttribute$instance extends Attribute {
|
|
@@ -1930,18 +1930,18 @@ export const ModelMetadataTypeAttribute: {
|
|
|
1930
1930
|
|
|
1931
1931
|
export type ModelMetadataTypeAttribute = ModelMetadataTypeAttribute$instance;
|
|
1932
1932
|
|
|
1933
|
-
export interface ModelMetadataTypeAttribute_1$instance<T> extends ModelMetadataTypeAttribute {
|
|
1933
|
+
export interface ModelMetadataTypeAttribute_1$instance<T extends unknown> extends ModelMetadataTypeAttribute {
|
|
1934
1934
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelMetadataTypeAttribute_1: never;
|
|
1935
1935
|
|
|
1936
1936
|
}
|
|
1937
1937
|
|
|
1938
1938
|
|
|
1939
1939
|
export const ModelMetadataTypeAttribute_1: {
|
|
1940
|
-
new<T>(): ModelMetadataTypeAttribute_1<T>;
|
|
1940
|
+
new<T extends unknown>(): ModelMetadataTypeAttribute_1<T>;
|
|
1941
1941
|
};
|
|
1942
1942
|
|
|
1943
1943
|
|
|
1944
|
-
export type ModelMetadataTypeAttribute_1<T> = ModelMetadataTypeAttribute_1$instance<T>;
|
|
1944
|
+
export type ModelMetadataTypeAttribute_1<T extends unknown> = ModelMetadataTypeAttribute_1$instance<T>;
|
|
1945
1945
|
|
|
1946
1946
|
export interface MvcOptions$instance {
|
|
1947
1947
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_MvcOptions: never;
|
|
@@ -2080,7 +2080,7 @@ export interface NotFoundObjectResult$instance extends ObjectResult$instance {
|
|
|
2080
2080
|
|
|
2081
2081
|
|
|
2082
2082
|
export const NotFoundObjectResult: {
|
|
2083
|
-
new(value:
|
|
2083
|
+
new(value: unknown | null): NotFoundObjectResult;
|
|
2084
2084
|
};
|
|
2085
2085
|
|
|
2086
2086
|
|
|
@@ -2127,15 +2127,15 @@ export interface ObjectResult$instance extends ActionResult$instance {
|
|
|
2127
2127
|
Formatters: FormatterCollection_1<IOutputFormatter>;
|
|
2128
2128
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
2129
2129
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
2130
|
-
get Value():
|
|
2131
|
-
set Value(value:
|
|
2130
|
+
get Value(): unknown | null;
|
|
2131
|
+
set Value(value: unknown | null);
|
|
2132
2132
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2133
2133
|
OnFormatting(context: ActionContext): void;
|
|
2134
2134
|
}
|
|
2135
2135
|
|
|
2136
2136
|
|
|
2137
2137
|
export const ObjectResult: {
|
|
2138
|
-
new(value:
|
|
2138
|
+
new(value: unknown | null): ObjectResult;
|
|
2139
2139
|
};
|
|
2140
2140
|
|
|
2141
2141
|
|
|
@@ -2157,7 +2157,7 @@ export interface OkObjectResult$instance extends ObjectResult$instance {
|
|
|
2157
2157
|
|
|
2158
2158
|
|
|
2159
2159
|
export const OkObjectResult: {
|
|
2160
|
-
new(value:
|
|
2160
|
+
new(value: unknown | null): OkObjectResult;
|
|
2161
2161
|
};
|
|
2162
2162
|
|
|
2163
2163
|
|
|
@@ -2225,7 +2225,7 @@ export interface PartialViewResult$instance extends ActionResult$instance {
|
|
|
2225
2225
|
|
|
2226
2226
|
get ContentType(): string | null;
|
|
2227
2227
|
set ContentType(value: string | null);
|
|
2228
|
-
readonly Model:
|
|
2228
|
+
readonly Model: unknown | null;
|
|
2229
2229
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
2230
2230
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
2231
2231
|
TempData: ITempDataDictionary;
|
|
@@ -2251,7 +2251,7 @@ export interface __PartialViewResult$views {
|
|
|
2251
2251
|
export type PartialViewResult = PartialViewResult$instance & __PartialViewResult$views;
|
|
2252
2252
|
|
|
2253
2253
|
|
|
2254
|
-
export interface PhysicalFileResult$instance extends FileResult$instance {
|
|
2254
|
+
export interface PhysicalFileResult$instance extends FileResult$instance, IActionResult$instance {
|
|
2255
2255
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_PhysicalFileResult: never;
|
|
2256
2256
|
|
|
2257
2257
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -2279,7 +2279,7 @@ export interface ProblemDetails$instance {
|
|
|
2279
2279
|
|
|
2280
2280
|
get Detail(): string | null;
|
|
2281
2281
|
set Detail(value: string | null);
|
|
2282
|
-
Extensions: IDictionary_2<System_Internal.String,
|
|
2282
|
+
Extensions: IDictionary_2<System_Internal.String, unknown | null>;
|
|
2283
2283
|
get Instance(): string | null;
|
|
2284
2284
|
set Instance(value: string | null);
|
|
2285
2285
|
get Status(): Nullable_1<System_Internal.Int32>;
|
|
@@ -2298,7 +2298,7 @@ export const ProblemDetails: {
|
|
|
2298
2298
|
|
|
2299
2299
|
export type ProblemDetails = ProblemDetails$instance;
|
|
2300
2300
|
|
|
2301
|
-
export interface ProducesAttribute$instance extends Attribute,
|
|
2301
|
+
export interface ProducesAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance {
|
|
2302
2302
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesAttribute: never;
|
|
2303
2303
|
|
|
2304
2304
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
@@ -2333,7 +2333,7 @@ export interface __ProducesAttribute$views {
|
|
|
2333
2333
|
export type ProducesAttribute = ProducesAttribute$instance & __ProducesAttribute$views;
|
|
2334
2334
|
|
|
2335
2335
|
|
|
2336
|
-
export interface ProducesAttribute_1$instance<T> extends ProducesAttribute$instance,
|
|
2336
|
+
export interface ProducesAttribute_1$instance<T extends unknown> extends ProducesAttribute$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance {
|
|
2337
2337
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesAttribute_1: never;
|
|
2338
2338
|
|
|
2339
2339
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
@@ -2345,20 +2345,20 @@ export interface ProducesAttribute_1$instance<T> extends ProducesAttribute$insta
|
|
|
2345
2345
|
|
|
2346
2346
|
|
|
2347
2347
|
export const ProducesAttribute_1: {
|
|
2348
|
-
new<T>(): ProducesAttribute_1<T>;
|
|
2348
|
+
new<T extends unknown>(): ProducesAttribute_1<T>;
|
|
2349
2349
|
};
|
|
2350
2350
|
|
|
2351
2351
|
|
|
2352
|
-
export interface __ProducesAttribute_1$views<T> {
|
|
2352
|
+
export interface __ProducesAttribute_1$views<T extends unknown> {
|
|
2353
2353
|
As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
|
|
2354
2354
|
As_IResultFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance;
|
|
2355
2355
|
As_IApiResponseMetadataProvider(): Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseMetadataProvider$instance;
|
|
2356
2356
|
}
|
|
2357
2357
|
|
|
2358
|
-
export type ProducesAttribute_1<T> = ProducesAttribute_1$instance<T> & __ProducesAttribute_1$views<T>;
|
|
2358
|
+
export type ProducesAttribute_1<T extends unknown> = ProducesAttribute_1$instance<T> & __ProducesAttribute_1$views<T>;
|
|
2359
2359
|
|
|
2360
2360
|
|
|
2361
|
-
export interface ProducesDefaultResponseTypeAttribute$instance extends Attribute
|
|
2361
|
+
export interface ProducesDefaultResponseTypeAttribute$instance extends Attribute {
|
|
2362
2362
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesDefaultResponseTypeAttribute: never;
|
|
2363
2363
|
|
|
2364
2364
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiDefaultResponseMetadataProvider: never;
|
|
@@ -2399,7 +2399,7 @@ export const ProducesErrorResponseTypeAttribute: {
|
|
|
2399
2399
|
|
|
2400
2400
|
export type ProducesErrorResponseTypeAttribute = ProducesErrorResponseTypeAttribute$instance;
|
|
2401
2401
|
|
|
2402
|
-
export interface ProducesResponseTypeAttribute$instance extends Attribute
|
|
2402
|
+
export interface ProducesResponseTypeAttribute$instance extends Attribute {
|
|
2403
2403
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesResponseTypeAttribute: never;
|
|
2404
2404
|
|
|
2405
2405
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
@@ -2426,7 +2426,7 @@ export interface __ProducesResponseTypeAttribute$views {
|
|
|
2426
2426
|
export type ProducesResponseTypeAttribute = ProducesResponseTypeAttribute$instance & __ProducesResponseTypeAttribute$views;
|
|
2427
2427
|
|
|
2428
2428
|
|
|
2429
|
-
export interface ProducesResponseTypeAttribute_1$instance<T> extends ProducesResponseTypeAttribute$instance
|
|
2429
|
+
export interface ProducesResponseTypeAttribute_1$instance<T extends unknown> extends ProducesResponseTypeAttribute$instance {
|
|
2430
2430
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesResponseTypeAttribute_1: never;
|
|
2431
2431
|
|
|
2432
2432
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
@@ -2436,16 +2436,16 @@ export interface ProducesResponseTypeAttribute_1$instance<T> extends ProducesRes
|
|
|
2436
2436
|
|
|
2437
2437
|
|
|
2438
2438
|
export const ProducesResponseTypeAttribute_1: {
|
|
2439
|
-
new<T>(statusCode: int): ProducesResponseTypeAttribute_1<T>;
|
|
2440
|
-
new<T>(statusCode: int, contentType: string, additionalContentTypes: string[]): ProducesResponseTypeAttribute_1<T>;
|
|
2439
|
+
new<T extends unknown>(statusCode: int): ProducesResponseTypeAttribute_1<T>;
|
|
2440
|
+
new<T extends unknown>(statusCode: int, contentType: string, additionalContentTypes: string[]): ProducesResponseTypeAttribute_1<T>;
|
|
2441
2441
|
};
|
|
2442
2442
|
|
|
2443
2443
|
|
|
2444
|
-
export interface __ProducesResponseTypeAttribute_1$views<T> {
|
|
2444
|
+
export interface __ProducesResponseTypeAttribute_1$views<T extends unknown> {
|
|
2445
2445
|
As_IApiResponseMetadataProvider(): Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseMetadataProvider$instance;
|
|
2446
2446
|
}
|
|
2447
2447
|
|
|
2448
|
-
export type ProducesResponseTypeAttribute_1<T> = ProducesResponseTypeAttribute_1$instance<T> & __ProducesResponseTypeAttribute_1$views<T>;
|
|
2448
|
+
export type ProducesResponseTypeAttribute_1<T extends unknown> = ProducesResponseTypeAttribute_1$instance<T> & __ProducesResponseTypeAttribute_1$views<T>;
|
|
2449
2449
|
|
|
2450
2450
|
|
|
2451
2451
|
export interface RedirectResult$instance extends ActionResult$instance, IKeepTempDataResult, Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IKeepTempDataResult$instance {
|
|
@@ -2500,12 +2500,12 @@ export interface RedirectToActionResult$instance extends ActionResult$instance,
|
|
|
2500
2500
|
|
|
2501
2501
|
|
|
2502
2502
|
export const RedirectToActionResult: {
|
|
2503
|
-
new(actionName: string | null, controllerName: string | null, routeValues:
|
|
2504
|
-
new(actionName: string | null, controllerName: string | null, routeValues:
|
|
2505
|
-
new(actionName: string | null, controllerName: string | null, routeValues:
|
|
2506
|
-
new(actionName: string | null, controllerName: string | null, routeValues:
|
|
2507
|
-
new(actionName: string | null, controllerName: string | null, routeValues:
|
|
2508
|
-
new(actionName: string | null, controllerName: string | null, routeValues:
|
|
2503
|
+
new(actionName: string | null, controllerName: string | null, routeValues: unknown | null): RedirectToActionResult;
|
|
2504
|
+
new(actionName: string | null, controllerName: string | null, routeValues: unknown | null, fragment: string | null): RedirectToActionResult;
|
|
2505
|
+
new(actionName: string | null, controllerName: string | null, routeValues: unknown | null, permanent: boolean): RedirectToActionResult;
|
|
2506
|
+
new(actionName: string | null, controllerName: string | null, routeValues: unknown | null, permanent: boolean, preserveMethod: boolean): RedirectToActionResult;
|
|
2507
|
+
new(actionName: string | null, controllerName: string | null, routeValues: unknown | null, permanent: boolean, fragment: string | null): RedirectToActionResult;
|
|
2508
|
+
new(actionName: string | null, controllerName: string | null, routeValues: unknown | null, permanent: boolean, preserveMethod: boolean, fragment: string | null): RedirectToActionResult;
|
|
2509
2509
|
};
|
|
2510
2510
|
|
|
2511
2511
|
|
|
@@ -2545,13 +2545,13 @@ export interface RedirectToPageResult$instance extends ActionResult$instance, IK
|
|
|
2545
2545
|
export const RedirectToPageResult: {
|
|
2546
2546
|
new(pageName: string | null): RedirectToPageResult;
|
|
2547
2547
|
new(pageName: string | null, pageHandler: string | null): RedirectToPageResult;
|
|
2548
|
-
new(pageName: string | null, routeValues:
|
|
2549
|
-
new(pageName: string | null, pageHandler: string | null, routeValues:
|
|
2550
|
-
new(pageName: string | null, pageHandler: string | null, routeValues:
|
|
2551
|
-
new(pageName: string | null, pageHandler: string | null, routeValues:
|
|
2552
|
-
new(pageName: string | null, pageHandler: string | null, routeValues:
|
|
2553
|
-
new(pageName: string | null, pageHandler: string | null, routeValues:
|
|
2554
|
-
new(pageName: string | null, pageHandler: string | null, routeValues:
|
|
2548
|
+
new(pageName: string | null, routeValues: unknown | null): RedirectToPageResult;
|
|
2549
|
+
new(pageName: string | null, pageHandler: string | null, routeValues: unknown | null): RedirectToPageResult;
|
|
2550
|
+
new(pageName: string | null, pageHandler: string | null, routeValues: unknown | null, permanent: boolean): RedirectToPageResult;
|
|
2551
|
+
new(pageName: string | null, pageHandler: string | null, routeValues: unknown | null, permanent: boolean, preserveMethod: boolean): RedirectToPageResult;
|
|
2552
|
+
new(pageName: string | null, pageHandler: string | null, routeValues: unknown | null, fragment: string | null): RedirectToPageResult;
|
|
2553
|
+
new(pageName: string | null, pageHandler: string | null, routeValues: unknown | null, permanent: boolean, fragment: string | null): RedirectToPageResult;
|
|
2554
|
+
new(pageName: string | null, pageHandler: string | null, routeValues: unknown | null, permanent: boolean, preserveMethod: boolean, fragment: string | null): RedirectToPageResult;
|
|
2555
2555
|
};
|
|
2556
2556
|
|
|
2557
2557
|
|
|
@@ -2583,13 +2583,13 @@ export interface RedirectToRouteResult$instance extends ActionResult$instance, I
|
|
|
2583
2583
|
|
|
2584
2584
|
|
|
2585
2585
|
export const RedirectToRouteResult: {
|
|
2586
|
-
new(routeValues:
|
|
2587
|
-
new(routeName: string | null, routeValues:
|
|
2588
|
-
new(routeName: string | null, routeValues:
|
|
2589
|
-
new(routeName: string | null, routeValues:
|
|
2590
|
-
new(routeName: string | null, routeValues:
|
|
2591
|
-
new(routeName: string | null, routeValues:
|
|
2592
|
-
new(routeName: string | null, routeValues:
|
|
2586
|
+
new(routeValues: unknown | null): RedirectToRouteResult;
|
|
2587
|
+
new(routeName: string | null, routeValues: unknown | null): RedirectToRouteResult;
|
|
2588
|
+
new(routeName: string | null, routeValues: unknown | null, permanent: boolean): RedirectToRouteResult;
|
|
2589
|
+
new(routeName: string | null, routeValues: unknown | null, permanent: boolean, preserveMethod: boolean): RedirectToRouteResult;
|
|
2590
|
+
new(routeName: string | null, routeValues: unknown | null, fragment: string | null): RedirectToRouteResult;
|
|
2591
|
+
new(routeName: string | null, routeValues: unknown | null, permanent: boolean, fragment: string | null): RedirectToRouteResult;
|
|
2592
|
+
new(routeName: string | null, routeValues: unknown | null, permanent: boolean, preserveMethod: boolean, fragment: string | null): RedirectToRouteResult;
|
|
2593
2593
|
};
|
|
2594
2594
|
|
|
2595
2595
|
|
|
@@ -2635,7 +2635,7 @@ export interface RemoteAttributeBase$instance extends ValidationAttribute, Micro
|
|
|
2635
2635
|
FormatAdditionalFieldsForClientValidation(property: string): string;
|
|
2636
2636
|
FormatErrorMessage(name: string): string;
|
|
2637
2637
|
GetUrl(context: ClientModelValidationContext): string;
|
|
2638
|
-
IsValid(value:
|
|
2638
|
+
IsValid(value: unknown | null): boolean;
|
|
2639
2639
|
}
|
|
2640
2640
|
|
|
2641
2641
|
|
|
@@ -2651,7 +2651,7 @@ export interface __RemoteAttributeBase$views {
|
|
|
2651
2651
|
export type RemoteAttributeBase = RemoteAttributeBase$instance & __RemoteAttributeBase$views;
|
|
2652
2652
|
|
|
2653
2653
|
|
|
2654
|
-
export interface RequestFormLimitsAttribute$instance extends Attribute,
|
|
2654
|
+
export interface RequestFormLimitsAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
2655
2655
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RequestFormLimitsAttribute: never;
|
|
2656
2656
|
|
|
2657
2657
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFormOptionsMetadata: never;
|
|
@@ -2689,7 +2689,7 @@ export interface __RequestFormLimitsAttribute$views {
|
|
|
2689
2689
|
export type RequestFormLimitsAttribute = RequestFormLimitsAttribute$instance & __RequestFormLimitsAttribute$views;
|
|
2690
2690
|
|
|
2691
2691
|
|
|
2692
|
-
export interface RequestSizeLimitAttribute$instance extends Attribute,
|
|
2692
|
+
export interface RequestSizeLimitAttribute$instance extends Attribute, Microsoft_AspNetCore_Http_Metadata_Internal.IRequestSizeLimitMetadata$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
2693
2693
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RequestSizeLimitAttribute: never;
|
|
2694
2694
|
|
|
2695
2695
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IRequestSizeLimitMetadata: never;
|
|
@@ -2717,7 +2717,7 @@ export interface __RequestSizeLimitAttribute$views {
|
|
|
2717
2717
|
export type RequestSizeLimitAttribute = RequestSizeLimitAttribute$instance & __RequestSizeLimitAttribute$views;
|
|
2718
2718
|
|
|
2719
2719
|
|
|
2720
|
-
export interface RequireHttpsAttribute$instance extends Attribute,
|
|
2720
|
+
export interface RequireHttpsAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IAuthorizationFilter$instance {
|
|
2721
2721
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RequireHttpsAttribute: never;
|
|
2722
2722
|
|
|
2723
2723
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IAuthorizationFilter: never;
|
|
@@ -2744,7 +2744,7 @@ export interface __RequireHttpsAttribute$views {
|
|
|
2744
2744
|
export type RequireHttpsAttribute = RequireHttpsAttribute$instance & __RequireHttpsAttribute$views;
|
|
2745
2745
|
|
|
2746
2746
|
|
|
2747
|
-
export interface ResponseCacheAttribute$instance extends Attribute,
|
|
2747
|
+
export interface ResponseCacheAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
2748
2748
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ResponseCacheAttribute: never;
|
|
2749
2749
|
|
|
2750
2750
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -2804,7 +2804,7 @@ export interface __RouteAttribute$views {
|
|
|
2804
2804
|
export type RouteAttribute = RouteAttribute$instance & __RouteAttribute$views;
|
|
2805
2805
|
|
|
2806
2806
|
|
|
2807
|
-
export interface SerializableError$instance extends Dictionary_2<System_Internal.String,
|
|
2807
|
+
export interface SerializableError$instance extends Dictionary_2<System_Internal.String, unknown> {
|
|
2808
2808
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_SerializableError: never;
|
|
2809
2809
|
|
|
2810
2810
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -2829,7 +2829,7 @@ export const SerializableError: {
|
|
|
2829
2829
|
|
|
2830
2830
|
export type SerializableError = SerializableError$instance;
|
|
2831
2831
|
|
|
2832
|
-
export interface ServiceFilterAttribute$instance extends Attribute
|
|
2832
|
+
export interface ServiceFilterAttribute$instance extends Attribute {
|
|
2833
2833
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ServiceFilterAttribute: never;
|
|
2834
2834
|
|
|
2835
2835
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -2856,7 +2856,7 @@ export interface __ServiceFilterAttribute$views {
|
|
|
2856
2856
|
export type ServiceFilterAttribute = ServiceFilterAttribute$instance & __ServiceFilterAttribute$views;
|
|
2857
2857
|
|
|
2858
2858
|
|
|
2859
|
-
export interface ServiceFilterAttribute_1$instance<TFilter extends IFilterMetadata> extends ServiceFilterAttribute$instance
|
|
2859
|
+
export interface ServiceFilterAttribute_1$instance<TFilter extends unknown & IFilterMetadata> extends ServiceFilterAttribute$instance {
|
|
2860
2860
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ServiceFilterAttribute_1: never;
|
|
2861
2861
|
|
|
2862
2862
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -2867,19 +2867,19 @@ export interface ServiceFilterAttribute_1$instance<TFilter extends IFilterMetada
|
|
|
2867
2867
|
|
|
2868
2868
|
|
|
2869
2869
|
export const ServiceFilterAttribute_1: {
|
|
2870
|
-
new<TFilter extends IFilterMetadata>(): ServiceFilterAttribute_1<TFilter>;
|
|
2870
|
+
new<TFilter extends unknown & IFilterMetadata>(): ServiceFilterAttribute_1<TFilter>;
|
|
2871
2871
|
};
|
|
2872
2872
|
|
|
2873
2873
|
|
|
2874
|
-
export interface __ServiceFilterAttribute_1$views<TFilter extends IFilterMetadata> {
|
|
2874
|
+
export interface __ServiceFilterAttribute_1$views<TFilter extends unknown & IFilterMetadata> {
|
|
2875
2875
|
As_IFilterFactory(): Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance;
|
|
2876
2876
|
As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
|
|
2877
2877
|
}
|
|
2878
2878
|
|
|
2879
|
-
export type ServiceFilterAttribute_1<TFilter extends IFilterMetadata> = ServiceFilterAttribute_1$instance<TFilter> & __ServiceFilterAttribute_1$views<TFilter>;
|
|
2879
|
+
export type ServiceFilterAttribute_1<TFilter extends unknown & IFilterMetadata> = ServiceFilterAttribute_1$instance<TFilter> & __ServiceFilterAttribute_1$views<TFilter>;
|
|
2880
2880
|
|
|
2881
2881
|
|
|
2882
|
-
export interface SignInResult$instance extends ActionResult$instance {
|
|
2882
|
+
export interface SignInResult$instance extends ActionResult$instance, IActionResult$instance {
|
|
2883
2883
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_SignInResult: never;
|
|
2884
2884
|
|
|
2885
2885
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -2908,7 +2908,7 @@ export interface __SignInResult$views {
|
|
|
2908
2908
|
export type SignInResult = SignInResult$instance & __SignInResult$views;
|
|
2909
2909
|
|
|
2910
2910
|
|
|
2911
|
-
export interface SignOutResult$instance extends ActionResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
2911
|
+
export interface SignOutResult$instance extends ActionResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, IActionResult$instance {
|
|
2912
2912
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_SignOutResult: never;
|
|
2913
2913
|
|
|
2914
2914
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -2939,7 +2939,7 @@ export interface __SignOutResult$views {
|
|
|
2939
2939
|
export type SignOutResult = SignOutResult$instance & __SignOutResult$views;
|
|
2940
2940
|
|
|
2941
2941
|
|
|
2942
|
-
export interface SkipStatusCodePagesAttribute$instance extends Attribute,
|
|
2942
|
+
export interface SkipStatusCodePagesAttribute$instance extends Attribute, ISkipStatusCodePagesMetadata, Microsoft_AspNetCore_Http_Metadata_Internal.ISkipStatusCodePagesMetadata$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IResourceFilter$instance {
|
|
2943
2943
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_SkipStatusCodePagesAttribute: never;
|
|
2944
2944
|
|
|
2945
2945
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_ISkipStatusCodePagesMetadata: never;
|
|
@@ -3003,15 +3003,15 @@ export const TempDataAttribute: {
|
|
|
3003
3003
|
|
|
3004
3004
|
export type TempDataAttribute = TempDataAttribute$instance;
|
|
3005
3005
|
|
|
3006
|
-
export interface TypeFilterAttribute$instance extends Attribute
|
|
3006
|
+
export interface TypeFilterAttribute$instance extends Attribute {
|
|
3007
3007
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_TypeFilterAttribute: never;
|
|
3008
3008
|
|
|
3009
3009
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
3010
3010
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
3011
3011
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
|
|
3012
3012
|
|
|
3013
|
-
get Arguments():
|
|
3014
|
-
set Arguments(value:
|
|
3013
|
+
get Arguments(): unknown[] | null;
|
|
3014
|
+
set Arguments(value: unknown[] | null);
|
|
3015
3015
|
readonly ImplementationType: Type;
|
|
3016
3016
|
IsReusable: boolean;
|
|
3017
3017
|
Order: int;
|
|
@@ -3032,7 +3032,7 @@ export interface __TypeFilterAttribute$views {
|
|
|
3032
3032
|
export type TypeFilterAttribute = TypeFilterAttribute$instance & __TypeFilterAttribute$views;
|
|
3033
3033
|
|
|
3034
3034
|
|
|
3035
|
-
export interface TypeFilterAttribute_1$instance<TFilter extends IFilterMetadata> extends TypeFilterAttribute$instance
|
|
3035
|
+
export interface TypeFilterAttribute_1$instance<TFilter extends unknown & IFilterMetadata> extends TypeFilterAttribute$instance {
|
|
3036
3036
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_TypeFilterAttribute_1: never;
|
|
3037
3037
|
|
|
3038
3038
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -3043,16 +3043,16 @@ export interface TypeFilterAttribute_1$instance<TFilter extends IFilterMetadata>
|
|
|
3043
3043
|
|
|
3044
3044
|
|
|
3045
3045
|
export const TypeFilterAttribute_1: {
|
|
3046
|
-
new<TFilter extends IFilterMetadata>(): TypeFilterAttribute_1<TFilter>;
|
|
3046
|
+
new<TFilter extends unknown & IFilterMetadata>(): TypeFilterAttribute_1<TFilter>;
|
|
3047
3047
|
};
|
|
3048
3048
|
|
|
3049
3049
|
|
|
3050
|
-
export interface __TypeFilterAttribute_1$views<TFilter extends IFilterMetadata> {
|
|
3050
|
+
export interface __TypeFilterAttribute_1$views<TFilter extends unknown & IFilterMetadata> {
|
|
3051
3051
|
As_IFilterFactory(): Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance;
|
|
3052
3052
|
As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
|
|
3053
3053
|
}
|
|
3054
3054
|
|
|
3055
|
-
export type TypeFilterAttribute_1<TFilter extends IFilterMetadata> = TypeFilterAttribute_1$instance<TFilter> & __TypeFilterAttribute_1$views<TFilter>;
|
|
3055
|
+
export type TypeFilterAttribute_1<TFilter extends unknown & IFilterMetadata> = TypeFilterAttribute_1$instance<TFilter> & __TypeFilterAttribute_1$views<TFilter>;
|
|
3056
3056
|
|
|
3057
3057
|
|
|
3058
3058
|
export interface UnauthorizedObjectResult$instance extends ObjectResult$instance {
|
|
@@ -3065,7 +3065,7 @@ export interface UnauthorizedObjectResult$instance extends ObjectResult$instance
|
|
|
3065
3065
|
|
|
3066
3066
|
|
|
3067
3067
|
export const UnauthorizedObjectResult: {
|
|
3068
|
-
new(value:
|
|
3068
|
+
new(value: unknown | null): UnauthorizedObjectResult;
|
|
3069
3069
|
};
|
|
3070
3070
|
|
|
3071
3071
|
|
|
@@ -3111,7 +3111,7 @@ export interface UnprocessableEntityObjectResult$instance extends ObjectResult$i
|
|
|
3111
3111
|
|
|
3112
3112
|
export const UnprocessableEntityObjectResult: {
|
|
3113
3113
|
new(modelState: ModelStateDictionary): UnprocessableEntityObjectResult;
|
|
3114
|
-
new(error:
|
|
3114
|
+
new(error: unknown | null): UnprocessableEntityObjectResult;
|
|
3115
3115
|
};
|
|
3116
3116
|
|
|
3117
3117
|
|
|
@@ -3169,7 +3169,7 @@ export interface __UnsupportedMediaTypeResult$views {
|
|
|
3169
3169
|
export type UnsupportedMediaTypeResult = UnsupportedMediaTypeResult$instance & __UnsupportedMediaTypeResult$views;
|
|
3170
3170
|
|
|
3171
3171
|
|
|
3172
|
-
export interface ValidateAntiForgeryTokenAttribute$instance extends Attribute,
|
|
3172
|
+
export interface ValidateAntiForgeryTokenAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
3173
3173
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ValidateAntiForgeryTokenAttribute: never;
|
|
3174
3174
|
|
|
3175
3175
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -3222,7 +3222,7 @@ export interface ViewComponent$instance {
|
|
|
3222
3222
|
Url: IUrlHelper;
|
|
3223
3223
|
readonly User: IPrincipal;
|
|
3224
3224
|
readonly UserClaimsPrincipal: ClaimsPrincipal;
|
|
3225
|
-
readonly ViewBag:
|
|
3225
|
+
readonly ViewBag: unknown;
|
|
3226
3226
|
ViewComponentContext: ViewComponentContext;
|
|
3227
3227
|
readonly ViewContext: ViewContext;
|
|
3228
3228
|
readonly ViewData: ViewDataDictionary;
|
|
@@ -3230,8 +3230,8 @@ export interface ViewComponent$instance {
|
|
|
3230
3230
|
Content(content: string): ContentViewComponentResult;
|
|
3231
3231
|
View(): ViewViewComponentResult;
|
|
3232
3232
|
View(viewName: string | null): ViewViewComponentResult;
|
|
3233
|
-
View<TModel>(model: TModel | null): ViewViewComponentResult;
|
|
3234
|
-
View<TModel>(viewName: string | null, model: TModel | null): ViewViewComponentResult;
|
|
3233
|
+
View<TModel extends unknown>(model: TModel | null): ViewViewComponentResult;
|
|
3234
|
+
View<TModel extends unknown>(viewName: string | null, model: TModel | null): ViewViewComponentResult;
|
|
3235
3235
|
}
|
|
3236
3236
|
|
|
3237
3237
|
|
|
@@ -3261,11 +3261,11 @@ export interface ViewComponentResult$instance extends ActionResult$instance {
|
|
|
3261
3261
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
3262
3262
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
3263
3263
|
|
|
3264
|
-
get Arguments():
|
|
3265
|
-
set Arguments(value:
|
|
3264
|
+
get Arguments(): unknown | null;
|
|
3265
|
+
set Arguments(value: unknown | null);
|
|
3266
3266
|
get ContentType(): string | null;
|
|
3267
3267
|
set ContentType(value: string | null);
|
|
3268
|
-
readonly Model:
|
|
3268
|
+
readonly Model: unknown | null;
|
|
3269
3269
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
3270
3270
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
3271
3271
|
TempData: ITempDataDictionary;
|
|
@@ -3314,7 +3314,7 @@ export interface ViewResult$instance extends ActionResult$instance {
|
|
|
3314
3314
|
|
|
3315
3315
|
get ContentType(): string | null;
|
|
3316
3316
|
set ContentType(value: string | null);
|
|
3317
|
-
readonly Model:
|
|
3317
|
+
readonly Model: unknown | null;
|
|
3318
3318
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
3319
3319
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
3320
3320
|
TempData: ITempDataDictionary;
|
|
@@ -3340,7 +3340,7 @@ export interface __ViewResult$views {
|
|
|
3340
3340
|
export type ViewResult = ViewResult$instance & __ViewResult$views;
|
|
3341
3341
|
|
|
3342
3342
|
|
|
3343
|
-
export interface VirtualFileResult$instance extends FileResult$instance {
|
|
3343
|
+
export interface VirtualFileResult$instance extends FileResult$instance, IActionResult$instance {
|
|
3344
3344
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_VirtualFileResult: never;
|
|
3345
3345
|
|
|
3346
3346
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -3366,42 +3366,42 @@ export type VirtualFileResult = VirtualFileResult$instance & __VirtualFileResult
|
|
|
3366
3366
|
|
|
3367
3367
|
|
|
3368
3368
|
export abstract class DefaultApiConventions$instance {
|
|
3369
|
-
static Create(model:
|
|
3370
|
-
static Delete(id:
|
|
3371
|
-
static Edit(id:
|
|
3372
|
-
static Find(id:
|
|
3373
|
-
static Get(id:
|
|
3374
|
-
static Post(model:
|
|
3375
|
-
static Put(id:
|
|
3376
|
-
static Update(id:
|
|
3369
|
+
static Create(model: unknown): void;
|
|
3370
|
+
static Delete(id: unknown): void;
|
|
3371
|
+
static Edit(id: unknown, model: unknown): void;
|
|
3372
|
+
static Find(id: unknown): void;
|
|
3373
|
+
static Get(id: unknown): void;
|
|
3374
|
+
static Post(model: unknown): void;
|
|
3375
|
+
static Put(id: unknown, model: unknown): void;
|
|
3376
|
+
static Update(id: unknown, model: unknown): void;
|
|
3377
3377
|
}
|
|
3378
3378
|
|
|
3379
3379
|
|
|
3380
3380
|
export type DefaultApiConventions = DefaultApiConventions$instance;
|
|
3381
3381
|
|
|
3382
3382
|
export abstract class UrlHelperExtensions$instance {
|
|
3383
|
-
static Action(helper: IUrlHelper, action: string | null, values:
|
|
3384
|
-
static Action(helper: IUrlHelper, action: string | null, controller: string | null, values:
|
|
3385
|
-
static Action(helper: IUrlHelper, action: string | null, controller: string | null, values:
|
|
3386
|
-
static Action(helper: IUrlHelper, action: string | null, controller: string | null, values:
|
|
3387
|
-
static Action(helper: IUrlHelper, action: string | null, controller: string | null, values:
|
|
3383
|
+
static Action(helper: IUrlHelper, action: string | null, values: unknown | null): string | null;
|
|
3384
|
+
static Action(helper: IUrlHelper, action: string | null, controller: string | null, values: unknown | null, protocol: string | null, host: string | null, fragment: string | null): string | null;
|
|
3385
|
+
static Action(helper: IUrlHelper, action: string | null, controller: string | null, values: unknown | null, protocol: string | null, host: string | null): string | null;
|
|
3386
|
+
static Action(helper: IUrlHelper, action: string | null, controller: string | null, values: unknown | null, protocol: string | null): string | null;
|
|
3387
|
+
static Action(helper: IUrlHelper, action: string | null, controller: string | null, values: unknown | null): string | null;
|
|
3388
3388
|
static Action(helper: IUrlHelper, action: string | null, controller: string | null): string | null;
|
|
3389
3389
|
static Action(helper: IUrlHelper, action: string | null): string | null;
|
|
3390
3390
|
static Action(helper: IUrlHelper): string | null;
|
|
3391
|
-
static ActionLink(helper: IUrlHelper, action?: string | null, controller?: string | null, values?:
|
|
3392
|
-
static Page(urlHelper: IUrlHelper, pageName: string | null, values:
|
|
3393
|
-
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null, values:
|
|
3394
|
-
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null, values:
|
|
3395
|
-
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null, values:
|
|
3396
|
-
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null, values:
|
|
3391
|
+
static ActionLink(helper: IUrlHelper, action?: string | null, controller?: string | null, values?: unknown | null, protocol?: string | null, host?: string | null, fragment?: string | null): string | null;
|
|
3392
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null, values: unknown | null): string | null;
|
|
3393
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null, values: unknown | null, protocol: string | null, host: string | null, fragment: string | null): string | null;
|
|
3394
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null, values: unknown | null, protocol: string | null, host: string | null): string | null;
|
|
3395
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null, values: unknown | null, protocol: string | null): string | null;
|
|
3396
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null, values: unknown | null): string | null;
|
|
3397
3397
|
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null): string | null;
|
|
3398
3398
|
static Page(urlHelper: IUrlHelper, pageName: string | null): string | null;
|
|
3399
|
-
static PageLink(urlHelper: IUrlHelper, pageName?: string | null, pageHandler?: string | null, values?:
|
|
3400
|
-
static RouteUrl(helper: IUrlHelper, values:
|
|
3401
|
-
static RouteUrl(helper: IUrlHelper, routeName: string | null, values:
|
|
3402
|
-
static RouteUrl(helper: IUrlHelper, routeName: string | null, values:
|
|
3403
|
-
static RouteUrl(helper: IUrlHelper, routeName: string | null, values:
|
|
3404
|
-
static RouteUrl(helper: IUrlHelper, routeName: string | null, values:
|
|
3399
|
+
static PageLink(urlHelper: IUrlHelper, pageName?: string | null, pageHandler?: string | null, values?: unknown | null, protocol?: string | null, host?: string | null, fragment?: string | null): string | null;
|
|
3400
|
+
static RouteUrl(helper: IUrlHelper, values: unknown | null): string | null;
|
|
3401
|
+
static RouteUrl(helper: IUrlHelper, routeName: string | null, values: unknown | null, protocol: string | null, host: string | null, fragment: string | null): string | null;
|
|
3402
|
+
static RouteUrl(helper: IUrlHelper, routeName: string | null, values: unknown | null, protocol: string | null, host: string | null): string | null;
|
|
3403
|
+
static RouteUrl(helper: IUrlHelper, routeName: string | null, values: unknown | null, protocol: string | null): string | null;
|
|
3404
|
+
static RouteUrl(helper: IUrlHelper, routeName: string | null, values: unknown | null): string | null;
|
|
3405
3405
|
static RouteUrl(helper: IUrlHelper, routeName: string | null): string | null;
|
|
3406
3406
|
}
|
|
3407
3407
|
|