@tsonic/aspnetcore 10.0.40 → 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 +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +218 -214
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- 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 +7 -2
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +44 -43
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- 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 +110 -129
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +240 -242
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- 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 +98 -100
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -12
- 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 +2 -4
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +9 -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 +23 -22
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +23 -22
- 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 +11 -7
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +12 -11
- 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 +3 -2
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- 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 +3 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- 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 +4 -3
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- 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 +7 -6
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- 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 +34 -33
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- 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 +3 -2
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +19 -27
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- 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 +3 -2
- 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 +14 -11
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +494 -494
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +336 -338
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- 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 +3 -5
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +53 -55
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- 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 +39 -38
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +117 -116
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +11 -7
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +453 -452
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- 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 +21 -20
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -4
- 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 +447 -446
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +119 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +57 -56
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +38 -37
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +58 -39
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +272 -274
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +11 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +51 -50
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +4 -6
- 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 +135 -134
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +12 -11
- 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 +61 -60
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +47 -46
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +22 -24
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +3 -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 +14 -13
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +78 -80
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +137 -139
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +49 -48
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +12 -14
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +6 -2
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- 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 +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- 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 +6 -8
- 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 +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- 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 +3 -5
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +201 -201
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +168 -170
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +20 -16
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- 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 +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- 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 +5 -4
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +5 -1
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +62 -61
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +102 -77
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +16 -17
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +65 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +31 -33
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +410 -431
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -297
- 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 -68
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc
|
|
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
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
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
|
// Import types from other namespaces
|
|
9
10
|
import type { AuthenticationProperties } from "../../Microsoft.AspNetCore.Authentication/internal/index.js";
|
|
@@ -119,11 +120,11 @@ export interface IUrlHelper$instance {
|
|
|
119
120
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IUrlHelper: never;
|
|
120
121
|
|
|
121
122
|
readonly ActionContext: ActionContext;
|
|
122
|
-
Action(actionContext: UrlActionContext): string |
|
|
123
|
-
Content(contentPath: string): string |
|
|
124
|
-
IsLocalUrl(url: string): boolean;
|
|
125
|
-
Link(routeName: string, values: unknown): string |
|
|
126
|
-
RouteUrl(routeContext: UrlRouteContext): string |
|
|
123
|
+
Action(actionContext: UrlActionContext): string | null;
|
|
124
|
+
Content(contentPath: string | null): string | null;
|
|
125
|
+
IsLocalUrl(url: string | null): boolean;
|
|
126
|
+
Link(routeName: string | null, values: unknown | null): string | null;
|
|
127
|
+
RouteUrl(routeContext: UrlRouteContext): string | null;
|
|
127
128
|
}
|
|
128
129
|
|
|
129
130
|
|
|
@@ -132,8 +133,8 @@ export type IUrlHelper = IUrlHelper$instance;
|
|
|
132
133
|
export interface IViewComponentHelper$instance {
|
|
133
134
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IViewComponentHelper: never;
|
|
134
135
|
|
|
135
|
-
InvokeAsync(name: string, arguments: unknown): Task_1<IHtmlContent>;
|
|
136
|
-
InvokeAsync(componentType: Type, arguments: unknown): Task_1<IHtmlContent>;
|
|
136
|
+
InvokeAsync(name: string, arguments: unknown | null): Task_1<IHtmlContent>;
|
|
137
|
+
InvokeAsync(componentType: Type, arguments: unknown | null): Task_1<IHtmlContent>;
|
|
137
138
|
}
|
|
138
139
|
|
|
139
140
|
|
|
@@ -155,20 +156,20 @@ export interface AcceptedAtActionResult$instance extends ObjectResult$instance {
|
|
|
155
156
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
156
157
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
157
158
|
|
|
158
|
-
get ActionName(): string |
|
|
159
|
-
set ActionName(value: string |
|
|
160
|
-
get ControllerName(): string |
|
|
161
|
-
set ControllerName(value: string |
|
|
162
|
-
get RouteValues(): RouteValueDictionary |
|
|
163
|
-
set RouteValues(value: RouteValueDictionary |
|
|
164
|
-
get UrlHelper(): IUrlHelper |
|
|
165
|
-
set UrlHelper(value: IUrlHelper |
|
|
159
|
+
get ActionName(): string | null;
|
|
160
|
+
set ActionName(value: string | null);
|
|
161
|
+
get ControllerName(): string | null;
|
|
162
|
+
set ControllerName(value: string | null);
|
|
163
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
164
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
165
|
+
get UrlHelper(): IUrlHelper | null;
|
|
166
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
166
167
|
OnFormatting(context: ActionContext): void;
|
|
167
168
|
}
|
|
168
169
|
|
|
169
170
|
|
|
170
171
|
export const AcceptedAtActionResult: {
|
|
171
|
-
new(actionName: string, controllerName: string, routeValues: unknown, value: unknown): AcceptedAtActionResult;
|
|
172
|
+
new(actionName: string | null, controllerName: string | null, routeValues: unknown | null, value: unknown | null): AcceptedAtActionResult;
|
|
172
173
|
};
|
|
173
174
|
|
|
174
175
|
|
|
@@ -186,19 +187,19 @@ export interface AcceptedAtRouteResult$instance extends ObjectResult$instance {
|
|
|
186
187
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
187
188
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
188
189
|
|
|
189
|
-
get RouteName(): string |
|
|
190
|
-
set RouteName(value: string |
|
|
191
|
-
get RouteValues(): RouteValueDictionary |
|
|
192
|
-
set RouteValues(value: RouteValueDictionary |
|
|
193
|
-
get UrlHelper(): IUrlHelper |
|
|
194
|
-
set UrlHelper(value: IUrlHelper |
|
|
190
|
+
get RouteName(): string | null;
|
|
191
|
+
set RouteName(value: string | null);
|
|
192
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
193
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
194
|
+
get UrlHelper(): IUrlHelper | null;
|
|
195
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
195
196
|
OnFormatting(context: ActionContext): void;
|
|
196
197
|
}
|
|
197
198
|
|
|
198
199
|
|
|
199
200
|
export const AcceptedAtRouteResult: {
|
|
200
|
-
new(routeValues: unknown, value: unknown): AcceptedAtRouteResult;
|
|
201
|
-
new(routeName: string, routeValues: unknown, value: unknown): AcceptedAtRouteResult;
|
|
201
|
+
new(routeValues: unknown | null, value: unknown | null): AcceptedAtRouteResult;
|
|
202
|
+
new(routeName: string | null, routeValues: unknown | null, value: unknown | null): AcceptedAtRouteResult;
|
|
202
203
|
};
|
|
203
204
|
|
|
204
205
|
|
|
@@ -216,16 +217,16 @@ export interface AcceptedResult$instance extends ObjectResult$instance {
|
|
|
216
217
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
217
218
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
218
219
|
|
|
219
|
-
get Location(): string |
|
|
220
|
-
set Location(value: string |
|
|
220
|
+
get Location(): string | null;
|
|
221
|
+
set Location(value: string | null);
|
|
221
222
|
OnFormatting(context: ActionContext): void;
|
|
222
223
|
}
|
|
223
224
|
|
|
224
225
|
|
|
225
226
|
export const AcceptedResult: {
|
|
226
227
|
new(): AcceptedResult;
|
|
227
|
-
new(location: string, value: unknown): AcceptedResult;
|
|
228
|
-
new(locationUri: Uri, value: unknown): AcceptedResult;
|
|
228
|
+
new(location: string | null, value: unknown | null): AcceptedResult;
|
|
229
|
+
new(locationUri: Uri, value: unknown | null): AcceptedResult;
|
|
229
230
|
};
|
|
230
231
|
|
|
231
232
|
|
|
@@ -244,11 +245,11 @@ export interface AcceptVerbsAttribute$instance extends Attribute, Microsoft_AspN
|
|
|
244
245
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
|
|
245
246
|
|
|
246
247
|
readonly HttpMethods: IEnumerable_1<System_Internal.String>;
|
|
247
|
-
get Name(): string |
|
|
248
|
-
set Name(value: string |
|
|
248
|
+
get Name(): string | null;
|
|
249
|
+
set Name(value: string | null);
|
|
249
250
|
Order: int;
|
|
250
|
-
get Route(): string |
|
|
251
|
-
set Route(value: string |
|
|
251
|
+
get Route(): string | null;
|
|
252
|
+
set Route(value: string | null);
|
|
252
253
|
}
|
|
253
254
|
|
|
254
255
|
|
|
@@ -334,30 +335,30 @@ export interface __ActionResult$views {
|
|
|
334
335
|
export type ActionResult = ActionResult$instance & __ActionResult$views;
|
|
335
336
|
|
|
336
337
|
|
|
337
|
-
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 {
|
|
338
339
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionResult_1: never;
|
|
339
340
|
|
|
340
341
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IConvertToActionResult: never;
|
|
341
342
|
|
|
342
|
-
readonly Result: ActionResult |
|
|
343
|
-
readonly Value: TValue |
|
|
343
|
+
readonly Result: ActionResult | null;
|
|
344
|
+
readonly Value: TValue | null;
|
|
344
345
|
}
|
|
345
346
|
|
|
346
347
|
|
|
347
348
|
export const ActionResult_1: {
|
|
348
|
-
new<TValue>(value: TValue): ActionResult_1<TValue>;
|
|
349
|
-
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>;
|
|
350
351
|
};
|
|
351
352
|
|
|
352
353
|
|
|
353
|
-
export interface __ActionResult_1$views<TValue> {
|
|
354
|
+
export interface __ActionResult_1$views<TValue extends unknown> {
|
|
354
355
|
As_IConvertToActionResult(): Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IConvertToActionResult$instance;
|
|
355
356
|
}
|
|
356
357
|
|
|
357
|
-
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>;
|
|
358
359
|
|
|
359
360
|
|
|
360
|
-
export interface AntiforgeryValidationFailedResult$instance extends BadRequestResult$instance {
|
|
361
|
+
export interface AntiforgeryValidationFailedResult$instance extends BadRequestResult$instance, Microsoft_AspNetCore_Mvc_Core_Infrastructure_Internal.IAntiforgeryValidationFailedResult$instance {
|
|
361
362
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_AntiforgeryValidationFailedResult: never;
|
|
362
363
|
|
|
363
364
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Core_Infrastructure_IAntiforgeryValidationFailedResult: never;
|
|
@@ -404,7 +405,7 @@ export const ApiBehaviorOptions: {
|
|
|
404
405
|
|
|
405
406
|
export type ApiBehaviorOptions = ApiBehaviorOptions$instance;
|
|
406
407
|
|
|
407
|
-
export interface ApiControllerAttribute$instance extends ControllerAttribute,
|
|
408
|
+
export interface ApiControllerAttribute$instance extends ControllerAttribute, IDisableCookieRedirectMetadata, IApiBehaviorMetadata {
|
|
408
409
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiControllerAttribute: never;
|
|
409
410
|
|
|
410
411
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IDisableCookieRedirectMetadata: never;
|
|
@@ -452,8 +453,8 @@ export type ApiConventionTypeAttribute = ApiConventionTypeAttribute$instance;
|
|
|
452
453
|
export interface ApiDescriptionActionData$instance {
|
|
453
454
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiDescriptionActionData: never;
|
|
454
455
|
|
|
455
|
-
get GroupName(): string |
|
|
456
|
-
set GroupName(value: string |
|
|
456
|
+
get GroupName(): string | null;
|
|
457
|
+
set GroupName(value: string | null);
|
|
457
458
|
}
|
|
458
459
|
|
|
459
460
|
|
|
@@ -470,8 +471,8 @@ export interface ApiExplorerSettingsAttribute$instance extends Attribute {
|
|
|
470
471
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiDescriptionGroupNameProvider: never;
|
|
471
472
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiDescriptionVisibilityProvider: never;
|
|
472
473
|
|
|
473
|
-
get GroupName(): string |
|
|
474
|
-
set GroupName(value: string |
|
|
474
|
+
get GroupName(): string | null;
|
|
475
|
+
set GroupName(value: string | null);
|
|
475
476
|
IgnoreApi: boolean;
|
|
476
477
|
}
|
|
477
478
|
|
|
@@ -509,7 +510,7 @@ export interface __AreaAttribute$views {
|
|
|
509
510
|
export type AreaAttribute = AreaAttribute$instance & __AreaAttribute$views;
|
|
510
511
|
|
|
511
512
|
|
|
512
|
-
export interface AutoValidateAntiforgeryTokenAttribute$instance extends Attribute,
|
|
513
|
+
export interface AutoValidateAntiforgeryTokenAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
513
514
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_AutoValidateAntiforgeryTokenAttribute: never;
|
|
514
515
|
|
|
515
516
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -545,7 +546,7 @@ export interface BadRequestObjectResult$instance extends ObjectResult$instance {
|
|
|
545
546
|
|
|
546
547
|
|
|
547
548
|
export const BadRequestObjectResult: {
|
|
548
|
-
new(error: unknown): BadRequestObjectResult;
|
|
549
|
+
new(error: unknown | null): BadRequestObjectResult;
|
|
549
550
|
new(modelState: ModelStateDictionary): BadRequestObjectResult;
|
|
550
551
|
};
|
|
551
552
|
|
|
@@ -588,8 +589,8 @@ export interface BindAttribute$instance extends Attribute, Microsoft_AspNetCore_
|
|
|
588
589
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IPropertyFilterProvider: never;
|
|
589
590
|
|
|
590
591
|
readonly Include: string[];
|
|
591
|
-
get Prefix(): string |
|
|
592
|
-
set Prefix(value: string |
|
|
592
|
+
get Prefix(): string | null;
|
|
593
|
+
set Prefix(value: string | null);
|
|
593
594
|
readonly PropertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>;
|
|
594
595
|
}
|
|
595
596
|
|
|
@@ -629,11 +630,11 @@ export interface BindPropertyAttribute$instance extends Attribute, Microsoft_Asp
|
|
|
629
630
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
|
|
630
631
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IRequestPredicateProvider: never;
|
|
631
632
|
|
|
632
|
-
get BinderType(): Type |
|
|
633
|
-
set BinderType(value: Type |
|
|
633
|
+
get BinderType(): Type | null;
|
|
634
|
+
set BinderType(value: Type | null);
|
|
634
635
|
BindingSource: BindingSource;
|
|
635
|
-
get Name(): string |
|
|
636
|
-
set Name(value: string |
|
|
636
|
+
get Name(): string | null;
|
|
637
|
+
set Name(value: string | null);
|
|
637
638
|
SupportsGet: boolean;
|
|
638
639
|
}
|
|
639
640
|
|
|
@@ -662,10 +663,10 @@ export interface CacheProfile$instance {
|
|
|
662
663
|
set Location(value: Nullable_1<ResponseCacheLocation> | ResponseCacheLocation);
|
|
663
664
|
get NoStore(): Nullable_1<System_Internal.Boolean>;
|
|
664
665
|
set NoStore(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
665
|
-
get VaryByHeader(): string |
|
|
666
|
-
set VaryByHeader(value: string |
|
|
667
|
-
get VaryByQueryKeys(): string[] |
|
|
668
|
-
set VaryByQueryKeys(value: string[] |
|
|
666
|
+
get VaryByHeader(): string | null;
|
|
667
|
+
set VaryByHeader(value: string | null);
|
|
668
|
+
get VaryByQueryKeys(): string[] | null;
|
|
669
|
+
set VaryByQueryKeys(value: string[] | null);
|
|
669
670
|
}
|
|
670
671
|
|
|
671
672
|
|
|
@@ -676,14 +677,14 @@ export const CacheProfile: {
|
|
|
676
677
|
|
|
677
678
|
export type CacheProfile = CacheProfile$instance;
|
|
678
679
|
|
|
679
|
-
export interface ChallengeResult$instance extends ActionResult$instance {
|
|
680
|
+
export interface ChallengeResult$instance extends ActionResult$instance, IActionResult$instance {
|
|
680
681
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ChallengeResult: never;
|
|
681
682
|
|
|
682
683
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
683
684
|
|
|
684
685
|
AuthenticationSchemes: IList_1<System_Internal.String>;
|
|
685
|
-
get Properties(): AuthenticationProperties |
|
|
686
|
-
set Properties(value: AuthenticationProperties |
|
|
686
|
+
get Properties(): AuthenticationProperties | null;
|
|
687
|
+
set Properties(value: AuthenticationProperties | null);
|
|
687
688
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
688
689
|
}
|
|
689
690
|
|
|
@@ -692,9 +693,9 @@ export const ChallengeResult: {
|
|
|
692
693
|
new(): ChallengeResult;
|
|
693
694
|
new(authenticationScheme: string): ChallengeResult;
|
|
694
695
|
new(authenticationSchemes: IList_1<System_Internal.String>): ChallengeResult;
|
|
695
|
-
new(properties: AuthenticationProperties): ChallengeResult;
|
|
696
|
-
new(authenticationScheme: string, properties: AuthenticationProperties): ChallengeResult;
|
|
697
|
-
new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties): ChallengeResult;
|
|
696
|
+
new(properties: AuthenticationProperties | null): ChallengeResult;
|
|
697
|
+
new(authenticationScheme: string, properties: AuthenticationProperties | null): ChallengeResult;
|
|
698
|
+
new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties | null): ChallengeResult;
|
|
698
699
|
};
|
|
699
700
|
|
|
700
701
|
|
|
@@ -708,10 +709,10 @@ export type ChallengeResult = ChallengeResult$instance & __ChallengeResult$views
|
|
|
708
709
|
export interface ClientErrorData$instance {
|
|
709
710
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ClientErrorData: never;
|
|
710
711
|
|
|
711
|
-
get Link(): string |
|
|
712
|
-
set Link(value: string |
|
|
713
|
-
get Title(): string |
|
|
714
|
-
set Title(value: string |
|
|
712
|
+
get Link(): string | null;
|
|
713
|
+
set Link(value: string | null);
|
|
714
|
+
get Title(): string | null;
|
|
715
|
+
set Title(value: string | null);
|
|
715
716
|
}
|
|
716
717
|
|
|
717
718
|
|
|
@@ -732,7 +733,7 @@ export interface ConflictObjectResult$instance extends ObjectResult$instance {
|
|
|
732
733
|
|
|
733
734
|
|
|
734
735
|
export const ConflictObjectResult: {
|
|
735
|
-
new(error: unknown): ConflictObjectResult;
|
|
736
|
+
new(error: unknown | null): ConflictObjectResult;
|
|
736
737
|
new(modelState: ModelStateDictionary): ConflictObjectResult;
|
|
737
738
|
};
|
|
738
739
|
|
|
@@ -768,7 +769,7 @@ export interface __ConflictResult$views {
|
|
|
768
769
|
export type ConflictResult = ConflictResult$instance & __ConflictResult$views;
|
|
769
770
|
|
|
770
771
|
|
|
771
|
-
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 {
|
|
772
773
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ConsumesAttribute: never;
|
|
773
774
|
|
|
774
775
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IAcceptsMetadata: never;
|
|
@@ -811,10 +812,10 @@ export interface ContentResult$instance extends ActionResult$instance {
|
|
|
811
812
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
812
813
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
813
814
|
|
|
814
|
-
get Content(): string |
|
|
815
|
-
set Content(value: string |
|
|
816
|
-
get ContentType(): string |
|
|
817
|
-
set ContentType(value: string |
|
|
815
|
+
get Content(): string | null;
|
|
816
|
+
set Content(value: string | null);
|
|
817
|
+
get ContentType(): string | null;
|
|
818
|
+
set ContentType(value: string | null);
|
|
818
819
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
819
820
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
820
821
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
@@ -834,7 +835,7 @@ export interface __ContentResult$views {
|
|
|
834
835
|
export type ContentResult = ContentResult$instance & __ContentResult$views;
|
|
835
836
|
|
|
836
837
|
|
|
837
|
-
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 {
|
|
838
839
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controller: never;
|
|
839
840
|
|
|
840
841
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IActionFilter: never;
|
|
@@ -847,23 +848,23 @@ export interface Controller$instance extends ControllerBase, IFilterMetadata, Mi
|
|
|
847
848
|
ViewData: ViewDataDictionary;
|
|
848
849
|
Dispose(): void;
|
|
849
850
|
Dispose(disposing: boolean): void;
|
|
850
|
-
Json(data: unknown): JsonResult;
|
|
851
|
-
Json(data: unknown, serializerSettings: unknown): JsonResult;
|
|
851
|
+
Json(data: unknown | null): JsonResult;
|
|
852
|
+
Json(data: unknown | null, serializerSettings: unknown | null): JsonResult;
|
|
852
853
|
OnActionExecuted(context: ActionExecutedContext): void;
|
|
853
854
|
OnActionExecuting(context: ActionExecutingContext): void;
|
|
854
855
|
OnActionExecutionAsync(context: ActionExecutingContext, next: ActionExecutionDelegate): Task;
|
|
855
856
|
PartialView(): PartialViewResult;
|
|
856
|
-
PartialView(viewName: string): PartialViewResult;
|
|
857
|
-
PartialView(model: unknown): PartialViewResult;
|
|
858
|
-
PartialView(viewName: string, model: unknown): PartialViewResult;
|
|
857
|
+
PartialView(viewName: string | null): PartialViewResult;
|
|
858
|
+
PartialView(model: unknown | null): PartialViewResult;
|
|
859
|
+
PartialView(viewName: string | null, model: unknown | null): PartialViewResult;
|
|
859
860
|
View(): ViewResult;
|
|
860
|
-
View(viewName: string): ViewResult;
|
|
861
|
-
View(model: unknown): ViewResult;
|
|
862
|
-
View(viewName: string, model: unknown): ViewResult;
|
|
861
|
+
View(viewName: string | null): ViewResult;
|
|
862
|
+
View(model: unknown | null): ViewResult;
|
|
863
|
+
View(viewName: string | null, model: unknown | null): ViewResult;
|
|
863
864
|
ViewComponent(componentName: string): ViewComponentResult;
|
|
864
865
|
ViewComponent(componentType: Type): ViewComponentResult;
|
|
865
|
-
ViewComponent(componentName: string, arguments: unknown): ViewComponentResult;
|
|
866
|
-
ViewComponent(componentType: Type, arguments: unknown): ViewComponentResult;
|
|
866
|
+
ViewComponent(componentName: string, arguments: unknown | null): ViewComponentResult;
|
|
867
|
+
ViewComponent(componentType: Type, arguments: unknown | null): ViewComponentResult;
|
|
867
868
|
}
|
|
868
869
|
|
|
869
870
|
|
|
@@ -908,69 +909,69 @@ export interface ControllerBase$instance {
|
|
|
908
909
|
Url: IUrlHelper;
|
|
909
910
|
readonly User: ClaimsPrincipal;
|
|
910
911
|
Accepted(): AcceptedResult;
|
|
911
|
-
Accepted(value: unknown): AcceptedResult;
|
|
912
|
+
Accepted(value: unknown | null): AcceptedResult;
|
|
912
913
|
Accepted(uri: Uri): AcceptedResult;
|
|
913
|
-
Accepted(uri: string): AcceptedResult;
|
|
914
|
-
Accepted(uri: string, value: unknown): AcceptedResult;
|
|
915
|
-
Accepted(uri: Uri, value: unknown): AcceptedResult;
|
|
916
|
-
AcceptedAtAction(actionName: string): AcceptedAtActionResult;
|
|
917
|
-
AcceptedAtAction(actionName: string, controllerName: string): AcceptedAtActionResult;
|
|
918
|
-
AcceptedAtAction(actionName: string, value: unknown): AcceptedAtActionResult;
|
|
919
|
-
AcceptedAtAction(actionName: string, controllerName: string, routeValues: unknown): AcceptedAtActionResult;
|
|
920
|
-
AcceptedAtAction(actionName: string, routeValues: unknown, value: unknown): AcceptedAtActionResult;
|
|
921
|
-
AcceptedAtAction(actionName: string, controllerName: string, routeValues: unknown, value: unknown): AcceptedAtActionResult;
|
|
922
|
-
AcceptedAtRoute(routeValues: unknown): AcceptedAtRouteResult;
|
|
923
|
-
AcceptedAtRoute(routeName: string): AcceptedAtRouteResult;
|
|
924
|
-
AcceptedAtRoute(routeName: string, routeValues: unknown): AcceptedAtRouteResult;
|
|
925
|
-
AcceptedAtRoute(routeValues: unknown, value: unknown): AcceptedAtRouteResult;
|
|
926
|
-
AcceptedAtRoute(routeName: string, routeValues: unknown, value: unknown): AcceptedAtRouteResult;
|
|
914
|
+
Accepted(uri: string | null): AcceptedResult;
|
|
915
|
+
Accepted(uri: string | null, value: unknown | null): AcceptedResult;
|
|
916
|
+
Accepted(uri: Uri, value: unknown | null): AcceptedResult;
|
|
917
|
+
AcceptedAtAction(actionName: string | null): AcceptedAtActionResult;
|
|
918
|
+
AcceptedAtAction(actionName: string | null, controllerName: string | null): AcceptedAtActionResult;
|
|
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
|
+
AcceptedAtRoute(routeName: string | null): AcceptedAtRouteResult;
|
|
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;
|
|
927
928
|
BadRequest(): BadRequestResult;
|
|
928
|
-
BadRequest(error: unknown): BadRequestObjectResult;
|
|
929
|
+
BadRequest(error: unknown | null): BadRequestObjectResult;
|
|
929
930
|
BadRequest(modelState: ModelStateDictionary): BadRequestObjectResult;
|
|
930
931
|
Challenge(): ChallengeResult;
|
|
931
932
|
Challenge(...authenticationSchemes: string[]): ChallengeResult;
|
|
932
933
|
Challenge(properties: AuthenticationProperties): ChallengeResult;
|
|
933
934
|
Challenge(properties: AuthenticationProperties, ...authenticationSchemes: string[]): ChallengeResult;
|
|
934
935
|
Conflict(): ConflictResult;
|
|
935
|
-
Conflict(error: unknown): ConflictObjectResult;
|
|
936
|
+
Conflict(error: unknown | null): ConflictObjectResult;
|
|
936
937
|
Conflict(modelState: ModelStateDictionary): ConflictObjectResult;
|
|
937
938
|
Content(content: string): ContentResult;
|
|
938
939
|
Content(content: string, contentType: string): ContentResult;
|
|
939
940
|
Content(content: string, contentType: string, contentEncoding: Encoding): ContentResult;
|
|
940
|
-
Content(content: string, contentType: MediaTypeHeaderValue): ContentResult;
|
|
941
|
+
Content(content: string, contentType: MediaTypeHeaderValue | null): ContentResult;
|
|
941
942
|
Created(): CreatedResult;
|
|
942
|
-
Created(uri: string, value: unknown): CreatedResult;
|
|
943
|
-
Created(uri: Uri, value: unknown): CreatedResult;
|
|
944
|
-
CreatedAtAction(actionName: string, value: unknown): CreatedAtActionResult;
|
|
945
|
-
CreatedAtAction(actionName: string, routeValues: unknown, value: unknown): CreatedAtActionResult;
|
|
946
|
-
CreatedAtAction(actionName: string, controllerName: string, routeValues: unknown, value: unknown): CreatedAtActionResult;
|
|
947
|
-
CreatedAtRoute(routeName: string, value: unknown): CreatedAtRouteResult;
|
|
948
|
-
CreatedAtRoute(routeValues: unknown, value: unknown): CreatedAtRouteResult;
|
|
949
|
-
CreatedAtRoute(routeName: string, routeValues: unknown, value: unknown): CreatedAtRouteResult;
|
|
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;
|
|
950
951
|
File(fileContents: byte[], contentType: string): FileContentResult;
|
|
951
952
|
File(fileContents: byte[], contentType: string, enableRangeProcessing: boolean): FileContentResult;
|
|
952
|
-
File(fileContents: byte[], contentType: string, fileDownloadName: string): FileContentResult;
|
|
953
|
-
File(fileContents: byte[], contentType: string, fileDownloadName: string, enableRangeProcessing: boolean): FileContentResult;
|
|
953
|
+
File(fileContents: byte[], contentType: string, fileDownloadName: string | null): FileContentResult;
|
|
954
|
+
File(fileContents: byte[], contentType: string, fileDownloadName: string | null, enableRangeProcessing: boolean): FileContentResult;
|
|
954
955
|
File(fileContents: byte[], contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileContentResult;
|
|
955
956
|
File(fileContents: byte[], contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileContentResult;
|
|
956
|
-
File(fileContents: byte[], contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileContentResult;
|
|
957
|
-
File(fileContents: byte[], contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileContentResult;
|
|
957
|
+
File(fileContents: byte[], contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileContentResult;
|
|
958
|
+
File(fileContents: byte[], contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileContentResult;
|
|
958
959
|
File(fileStream: Stream, contentType: string): FileStreamResult;
|
|
959
960
|
File(fileStream: Stream, contentType: string, enableRangeProcessing: boolean): FileStreamResult;
|
|
960
|
-
File(fileStream: Stream, contentType: string, fileDownloadName: string): FileStreamResult;
|
|
961
|
-
File(fileStream: Stream, contentType: string, fileDownloadName: string, enableRangeProcessing: boolean): FileStreamResult;
|
|
961
|
+
File(fileStream: Stream, contentType: string, fileDownloadName: string | null): FileStreamResult;
|
|
962
|
+
File(fileStream: Stream, contentType: string, fileDownloadName: string | null, enableRangeProcessing: boolean): FileStreamResult;
|
|
962
963
|
File(fileStream: Stream, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileStreamResult;
|
|
963
964
|
File(fileStream: Stream, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileStreamResult;
|
|
964
|
-
File(fileStream: Stream, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileStreamResult;
|
|
965
|
-
File(fileStream: Stream, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileStreamResult;
|
|
965
|
+
File(fileStream: Stream, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileStreamResult;
|
|
966
|
+
File(fileStream: Stream, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileStreamResult;
|
|
966
967
|
File(virtualPath: string, contentType: string): VirtualFileResult;
|
|
967
968
|
File(virtualPath: string, contentType: string, enableRangeProcessing: boolean): VirtualFileResult;
|
|
968
|
-
File(virtualPath: string, contentType: string, fileDownloadName: string): VirtualFileResult;
|
|
969
|
-
File(virtualPath: string, contentType: string, fileDownloadName: string, enableRangeProcessing: boolean): VirtualFileResult;
|
|
969
|
+
File(virtualPath: string, contentType: string, fileDownloadName: string | null): VirtualFileResult;
|
|
970
|
+
File(virtualPath: string, contentType: string, fileDownloadName: string | null, enableRangeProcessing: boolean): VirtualFileResult;
|
|
970
971
|
File(virtualPath: string, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): VirtualFileResult;
|
|
971
972
|
File(virtualPath: string, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): VirtualFileResult;
|
|
972
|
-
File(virtualPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): VirtualFileResult;
|
|
973
|
-
File(virtualPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): VirtualFileResult;
|
|
973
|
+
File(virtualPath: string, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): VirtualFileResult;
|
|
974
|
+
File(virtualPath: string, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): VirtualFileResult;
|
|
974
975
|
Forbid(): ForbidResult;
|
|
975
976
|
Forbid(...authenticationSchemes: string[]): ForbidResult;
|
|
976
977
|
Forbid(properties: AuthenticationProperties): ForbidResult;
|
|
@@ -981,63 +982,63 @@ export interface ControllerBase$instance {
|
|
|
981
982
|
LocalRedirectPreserveMethod(localUrl: string): LocalRedirectResult;
|
|
982
983
|
NoContent(): NoContentResult;
|
|
983
984
|
NotFound(): NotFoundResult;
|
|
984
|
-
NotFound(value: unknown): NotFoundObjectResult;
|
|
985
|
+
NotFound(value: unknown | null): NotFoundObjectResult;
|
|
985
986
|
Ok(): OkResult;
|
|
986
|
-
Ok(value: unknown): OkObjectResult;
|
|
987
|
+
Ok(value: unknown | null): OkObjectResult;
|
|
987
988
|
PhysicalFile(physicalPath: string, contentType: string): PhysicalFileResult;
|
|
988
989
|
PhysicalFile(physicalPath: string, contentType: string, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
989
|
-
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string): PhysicalFileResult;
|
|
990
|
-
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
990
|
+
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string | null): PhysicalFileResult;
|
|
991
|
+
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string | null, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
991
992
|
PhysicalFile(physicalPath: string, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): PhysicalFileResult;
|
|
992
993
|
PhysicalFile(physicalPath: string, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
993
|
-
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): PhysicalFileResult;
|
|
994
|
-
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
995
|
-
Problem(detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string): ObjectResult;
|
|
996
|
-
Problem(detail?: string, instance?: string, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, extensions?: IDictionary_2<System_Internal.String, unknown>): ObjectResult;
|
|
994
|
+
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): PhysicalFileResult;
|
|
995
|
+
PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string | null, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
|
|
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, unknown | null> | null): ObjectResult;
|
|
997
998
|
Redirect(url: string): RedirectResult;
|
|
998
999
|
RedirectPermanent(url: string): RedirectResult;
|
|
999
1000
|
RedirectPermanentPreserveMethod(url: string): RedirectResult;
|
|
1000
1001
|
RedirectPreserveMethod(url: string): RedirectResult;
|
|
1001
1002
|
RedirectToAction(): RedirectToActionResult;
|
|
1002
|
-
RedirectToAction(actionName: string): RedirectToActionResult;
|
|
1003
|
-
RedirectToAction(actionName: string, routeValues: unknown): RedirectToActionResult;
|
|
1004
|
-
RedirectToAction(actionName: string, controllerName: string): RedirectToActionResult;
|
|
1005
|
-
RedirectToAction(actionName: string, controllerName: string, routeValues: unknown): RedirectToActionResult;
|
|
1006
|
-
RedirectToAction(actionName: string, controllerName: string, fragment: string): RedirectToActionResult;
|
|
1007
|
-
RedirectToAction(actionName: string, controllerName: string, routeValues: unknown, fragment: string): RedirectToActionResult;
|
|
1008
|
-
RedirectToActionPermanent(actionName: string): RedirectToActionResult;
|
|
1009
|
-
RedirectToActionPermanent(actionName: string, routeValues: unknown): RedirectToActionResult;
|
|
1010
|
-
RedirectToActionPermanent(actionName: string, controllerName: string): RedirectToActionResult;
|
|
1011
|
-
RedirectToActionPermanent(actionName: string, controllerName: string, fragment: string): RedirectToActionResult;
|
|
1012
|
-
RedirectToActionPermanent(actionName: string, controllerName: string, routeValues: unknown): RedirectToActionResult;
|
|
1013
|
-
RedirectToActionPermanent(actionName: string, controllerName: string, routeValues: unknown, fragment: string): RedirectToActionResult;
|
|
1014
|
-
RedirectToActionPermanentPreserveMethod(actionName?: string, controllerName?: string, routeValues?: unknown, fragment?: string): RedirectToActionResult;
|
|
1015
|
-
RedirectToActionPreserveMethod(actionName?: string, controllerName?: string, routeValues?: unknown, fragment?: string): RedirectToActionResult;
|
|
1003
|
+
RedirectToAction(actionName: string | null): RedirectToActionResult;
|
|
1004
|
+
RedirectToAction(actionName: string | null, routeValues: unknown | null): RedirectToActionResult;
|
|
1005
|
+
RedirectToAction(actionName: string | null, controllerName: string | null): RedirectToActionResult;
|
|
1006
|
+
RedirectToAction(actionName: string | null, controllerName: string | null, routeValues: unknown | null): RedirectToActionResult;
|
|
1007
|
+
RedirectToAction(actionName: string | null, controllerName: string | null, fragment: string | null): RedirectToActionResult;
|
|
1008
|
+
RedirectToAction(actionName: string | null, controllerName: string | null, routeValues: unknown | null, fragment: string | null): RedirectToActionResult;
|
|
1009
|
+
RedirectToActionPermanent(actionName: string | null): RedirectToActionResult;
|
|
1010
|
+
RedirectToActionPermanent(actionName: string | null, routeValues: unknown | null): RedirectToActionResult;
|
|
1011
|
+
RedirectToActionPermanent(actionName: string | null, controllerName: string | null): RedirectToActionResult;
|
|
1012
|
+
RedirectToActionPermanent(actionName: string | null, controllerName: string | null, fragment: string | null): RedirectToActionResult;
|
|
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;
|
|
1016
1017
|
RedirectToPage(pageName: string): RedirectToPageResult;
|
|
1017
|
-
RedirectToPage(pageName: string, routeValues: unknown): RedirectToPageResult;
|
|
1018
|
-
RedirectToPage(pageName: string, pageHandler: string): RedirectToPageResult;
|
|
1019
|
-
RedirectToPage(pageName: string, pageHandler: string, routeValues: unknown): RedirectToPageResult;
|
|
1020
|
-
RedirectToPage(pageName: string, pageHandler: string, fragment: string): RedirectToPageResult;
|
|
1021
|
-
RedirectToPage(pageName: string, pageHandler: string, routeValues: unknown, fragment: string): RedirectToPageResult;
|
|
1018
|
+
RedirectToPage(pageName: string, routeValues: unknown | null): RedirectToPageResult;
|
|
1019
|
+
RedirectToPage(pageName: string, pageHandler: string | null): RedirectToPageResult;
|
|
1020
|
+
RedirectToPage(pageName: string, pageHandler: string | null, routeValues: unknown | null): RedirectToPageResult;
|
|
1021
|
+
RedirectToPage(pageName: string, pageHandler: string | null, fragment: string | null): RedirectToPageResult;
|
|
1022
|
+
RedirectToPage(pageName: string, pageHandler: string | null, routeValues: unknown | null, fragment: string | null): RedirectToPageResult;
|
|
1022
1023
|
RedirectToPagePermanent(pageName: string): RedirectToPageResult;
|
|
1023
|
-
RedirectToPagePermanent(pageName: string, routeValues: unknown): RedirectToPageResult;
|
|
1024
|
-
RedirectToPagePermanent(pageName: string, pageHandler: string): RedirectToPageResult;
|
|
1025
|
-
RedirectToPagePermanent(pageName: string, pageHandler: string, fragment: string): RedirectToPageResult;
|
|
1026
|
-
RedirectToPagePermanent(pageName: string, pageHandler: string, routeValues: unknown, fragment: string): RedirectToPageResult;
|
|
1027
|
-
RedirectToPagePermanentPreserveMethod(pageName: string, pageHandler?: string, routeValues?: unknown, fragment?: string): RedirectToPageResult;
|
|
1028
|
-
RedirectToPagePreserveMethod(pageName: string, pageHandler?: string, routeValues?: unknown, fragment?: string): RedirectToPageResult;
|
|
1029
|
-
RedirectToRoute(routeName: string): RedirectToRouteResult;
|
|
1030
|
-
RedirectToRoute(routeValues: unknown): RedirectToRouteResult;
|
|
1031
|
-
RedirectToRoute(routeName: string, routeValues: unknown): RedirectToRouteResult;
|
|
1032
|
-
RedirectToRoute(routeName: string, fragment: string): RedirectToRouteResult;
|
|
1033
|
-
RedirectToRoute(routeName: string, routeValues: unknown, fragment: string): RedirectToRouteResult;
|
|
1034
|
-
RedirectToRoutePermanent(routeName: string): RedirectToRouteResult;
|
|
1035
|
-
RedirectToRoutePermanent(routeValues: unknown): RedirectToRouteResult;
|
|
1036
|
-
RedirectToRoutePermanent(routeName: string, routeValues: unknown): RedirectToRouteResult;
|
|
1037
|
-
RedirectToRoutePermanent(routeName: string, fragment: string): RedirectToRouteResult;
|
|
1038
|
-
RedirectToRoutePermanent(routeName: string, routeValues: unknown, fragment: string): RedirectToRouteResult;
|
|
1039
|
-
RedirectToRoutePermanentPreserveMethod(routeName?: string, routeValues?: unknown, fragment?: string): RedirectToRouteResult;
|
|
1040
|
-
RedirectToRoutePreserveMethod(routeName?: string, routeValues?: unknown, fragment?: string): RedirectToRouteResult;
|
|
1024
|
+
RedirectToPagePermanent(pageName: string, routeValues: unknown | null): RedirectToPageResult;
|
|
1025
|
+
RedirectToPagePermanent(pageName: string, pageHandler: string | null): RedirectToPageResult;
|
|
1026
|
+
RedirectToPagePermanent(pageName: string, pageHandler: string | null, fragment: string | null): RedirectToPageResult;
|
|
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
|
+
RedirectToRoute(routeName: string | null): RedirectToRouteResult;
|
|
1031
|
+
RedirectToRoute(routeValues: unknown | null): RedirectToRouteResult;
|
|
1032
|
+
RedirectToRoute(routeName: string | null, routeValues: unknown | null): RedirectToRouteResult;
|
|
1033
|
+
RedirectToRoute(routeName: string | null, fragment: string | null): RedirectToRouteResult;
|
|
1034
|
+
RedirectToRoute(routeName: string | null, routeValues: unknown | null, fragment: string | null): RedirectToRouteResult;
|
|
1035
|
+
RedirectToRoutePermanent(routeName: string | null): RedirectToRouteResult;
|
|
1036
|
+
RedirectToRoutePermanent(routeValues: unknown | null): RedirectToRouteResult;
|
|
1037
|
+
RedirectToRoutePermanent(routeName: string | null, routeValues: unknown | null): RedirectToRouteResult;
|
|
1038
|
+
RedirectToRoutePermanent(routeName: string | null, fragment: string | null): RedirectToRouteResult;
|
|
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;
|
|
1041
1042
|
SignIn(principal: ClaimsPrincipal): SignInResult;
|
|
1042
1043
|
SignIn(principal: ClaimsPrincipal, authenticationScheme: string): SignInResult;
|
|
1043
1044
|
SignIn(principal: ClaimsPrincipal, properties: AuthenticationProperties): SignInResult;
|
|
@@ -1047,28 +1048,28 @@ export interface ControllerBase$instance {
|
|
|
1047
1048
|
SignOut(...authenticationSchemes: string[]): SignOutResult;
|
|
1048
1049
|
SignOut(properties: AuthenticationProperties, ...authenticationSchemes: string[]): SignOutResult;
|
|
1049
1050
|
StatusCode(statusCode: int): StatusCodeResult;
|
|
1050
|
-
StatusCode(statusCode: int, value: unknown): ObjectResult;
|
|
1051
|
-
TryUpdateModelAsync<TModel>(model: TModel): Task_1<System_Internal.Boolean>;
|
|
1052
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string): Task_1<System_Internal.Boolean>;
|
|
1053
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider): Task_1<System_Internal.Boolean>;
|
|
1054
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, ...includeExpressions: Expression_1<Func_2<TModel, unknown>>[]): Task_1<System_Internal.Boolean>;
|
|
1055
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
|
|
1056
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider, ...includeExpressions: Expression_1<Func_2<TModel, unknown>>[]): Task_1<System_Internal.Boolean>;
|
|
1057
|
-
TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
|
|
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>;
|
|
1058
1059
|
TryUpdateModelAsync(model: unknown, modelType: Type, prefix: string): Task_1<System_Internal.Boolean>;
|
|
1059
1060
|
TryUpdateModelAsync(model: unknown, modelType: Type, prefix: string, valueProvider: IValueProvider, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
|
|
1060
1061
|
TryValidateModel(model: unknown): boolean;
|
|
1061
|
-
TryValidateModel(model: unknown, prefix: string): boolean;
|
|
1062
|
+
TryValidateModel(model: unknown, prefix: string | null): boolean;
|
|
1062
1063
|
Unauthorized(): UnauthorizedResult;
|
|
1063
|
-
Unauthorized(value: unknown): UnauthorizedObjectResult;
|
|
1064
|
+
Unauthorized(value: unknown | null): UnauthorizedObjectResult;
|
|
1064
1065
|
UnprocessableEntity(): UnprocessableEntityResult;
|
|
1065
|
-
UnprocessableEntity(error: unknown): UnprocessableEntityObjectResult;
|
|
1066
|
+
UnprocessableEntity(error: unknown | null): UnprocessableEntityObjectResult;
|
|
1066
1067
|
UnprocessableEntity(modelState: ModelStateDictionary): UnprocessableEntityObjectResult;
|
|
1067
1068
|
ValidationProblem(descriptor: ValidationProblemDetails): ActionResult;
|
|
1068
1069
|
ValidationProblem(modelStateDictionary: ModelStateDictionary): ActionResult;
|
|
1069
1070
|
ValidationProblem(): ActionResult;
|
|
1070
|
-
ValidationProblem(detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string, modelStateDictionary: ModelStateDictionary): ActionResult;
|
|
1071
|
-
ValidationProblem(detail?: string, instance?: string, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, modelStateDictionary?: ModelStateDictionary, extensions?: IDictionary_2<System_Internal.String, unknown>): ActionResult;
|
|
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, unknown | null> | null): ActionResult;
|
|
1072
1073
|
}
|
|
1073
1074
|
|
|
1074
1075
|
|
|
@@ -1128,20 +1129,20 @@ export interface CreatedAtActionResult$instance extends ObjectResult$instance {
|
|
|
1128
1129
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
1129
1130
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
1130
1131
|
|
|
1131
|
-
get ActionName(): string |
|
|
1132
|
-
set ActionName(value: string |
|
|
1133
|
-
get ControllerName(): string |
|
|
1134
|
-
set ControllerName(value: string |
|
|
1135
|
-
get RouteValues(): RouteValueDictionary |
|
|
1136
|
-
set RouteValues(value: RouteValueDictionary |
|
|
1137
|
-
get UrlHelper(): IUrlHelper |
|
|
1138
|
-
set UrlHelper(value: IUrlHelper |
|
|
1132
|
+
get ActionName(): string | null;
|
|
1133
|
+
set ActionName(value: string | null);
|
|
1134
|
+
get ControllerName(): string | null;
|
|
1135
|
+
set ControllerName(value: string | null);
|
|
1136
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
1137
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
1138
|
+
get UrlHelper(): IUrlHelper | null;
|
|
1139
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
1139
1140
|
OnFormatting(context: ActionContext): void;
|
|
1140
1141
|
}
|
|
1141
1142
|
|
|
1142
1143
|
|
|
1143
1144
|
export const CreatedAtActionResult: {
|
|
1144
|
-
new(actionName: string, controllerName: string, routeValues: unknown, value: unknown): CreatedAtActionResult;
|
|
1145
|
+
new(actionName: string | null, controllerName: string | null, routeValues: unknown | null, value: unknown | null): CreatedAtActionResult;
|
|
1145
1146
|
};
|
|
1146
1147
|
|
|
1147
1148
|
|
|
@@ -1159,19 +1160,19 @@ export interface CreatedAtRouteResult$instance extends ObjectResult$instance {
|
|
|
1159
1160
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
1160
1161
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
1161
1162
|
|
|
1162
|
-
get RouteName(): string |
|
|
1163
|
-
set RouteName(value: string |
|
|
1164
|
-
get RouteValues(): RouteValueDictionary |
|
|
1165
|
-
set RouteValues(value: RouteValueDictionary |
|
|
1166
|
-
get UrlHelper(): IUrlHelper |
|
|
1167
|
-
set UrlHelper(value: IUrlHelper |
|
|
1163
|
+
get RouteName(): string | null;
|
|
1164
|
+
set RouteName(value: string | null);
|
|
1165
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
1166
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
1167
|
+
get UrlHelper(): IUrlHelper | null;
|
|
1168
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
1168
1169
|
OnFormatting(context: ActionContext): void;
|
|
1169
1170
|
}
|
|
1170
1171
|
|
|
1171
1172
|
|
|
1172
1173
|
export const CreatedAtRouteResult: {
|
|
1173
|
-
new(routeValues: unknown, value: unknown): CreatedAtRouteResult;
|
|
1174
|
-
new(routeName: string, routeValues: unknown, value: unknown): CreatedAtRouteResult;
|
|
1174
|
+
new(routeValues: unknown | null, value: unknown | null): CreatedAtRouteResult;
|
|
1175
|
+
new(routeName: string | null, routeValues: unknown | null, value: unknown | null): CreatedAtRouteResult;
|
|
1175
1176
|
};
|
|
1176
1177
|
|
|
1177
1178
|
|
|
@@ -1189,16 +1190,16 @@ export interface CreatedResult$instance extends ObjectResult$instance {
|
|
|
1189
1190
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
1190
1191
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
1191
1192
|
|
|
1192
|
-
get Location(): string |
|
|
1193
|
-
set Location(value: string |
|
|
1193
|
+
get Location(): string | null;
|
|
1194
|
+
set Location(value: string | null);
|
|
1194
1195
|
OnFormatting(context: ActionContext): void;
|
|
1195
1196
|
}
|
|
1196
1197
|
|
|
1197
1198
|
|
|
1198
1199
|
export const CreatedResult: {
|
|
1199
1200
|
new(): CreatedResult;
|
|
1200
|
-
new(location: string, value: unknown): CreatedResult;
|
|
1201
|
-
new(location: Uri, value: unknown): CreatedResult;
|
|
1201
|
+
new(location: string | null, value: unknown | null): CreatedResult;
|
|
1202
|
+
new(location: Uri | null, value: unknown | null): CreatedResult;
|
|
1202
1203
|
};
|
|
1203
1204
|
|
|
1204
1205
|
|
|
@@ -1210,7 +1211,7 @@ export interface __CreatedResult$views {
|
|
|
1210
1211
|
export type CreatedResult = CreatedResult$instance & __CreatedResult$views;
|
|
1211
1212
|
|
|
1212
1213
|
|
|
1213
|
-
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 {
|
|
1214
1215
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DisableRequestSizeLimitAttribute: never;
|
|
1215
1216
|
|
|
1216
1217
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IRequestSizeLimitMetadata: never;
|
|
@@ -1259,7 +1260,7 @@ export interface __EmptyResult$views {
|
|
|
1259
1260
|
export type EmptyResult = EmptyResult$instance & __EmptyResult$views;
|
|
1260
1261
|
|
|
1261
1262
|
|
|
1262
|
-
export interface FileContentResult$instance extends FileResult$instance {
|
|
1263
|
+
export interface FileContentResult$instance extends FileResult$instance, IActionResult$instance {
|
|
1263
1264
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FileContentResult: never;
|
|
1264
1265
|
|
|
1265
1266
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -1289,8 +1290,8 @@ export interface FileResult$instance extends ActionResult$instance, IActionResul
|
|
|
1289
1290
|
|
|
1290
1291
|
readonly ContentType: string;
|
|
1291
1292
|
EnableRangeProcessing: boolean;
|
|
1292
|
-
get EntityTag(): EntityTagHeaderValue |
|
|
1293
|
-
set EntityTag(value: EntityTagHeaderValue |
|
|
1293
|
+
get EntityTag(): EntityTagHeaderValue | null;
|
|
1294
|
+
set EntityTag(value: EntityTagHeaderValue | null);
|
|
1294
1295
|
FileDownloadName: string;
|
|
1295
1296
|
get LastModified(): Nullable_1<DateTimeOffset>;
|
|
1296
1297
|
set LastModified(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
@@ -1308,7 +1309,7 @@ export interface __FileResult$views {
|
|
|
1308
1309
|
export type FileResult = FileResult$instance & __FileResult$views;
|
|
1309
1310
|
|
|
1310
1311
|
|
|
1311
|
-
export interface FileStreamResult$instance extends FileResult$instance {
|
|
1312
|
+
export interface FileStreamResult$instance extends FileResult$instance, IActionResult$instance {
|
|
1312
1313
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FileStreamResult: never;
|
|
1313
1314
|
|
|
1314
1315
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -1331,14 +1332,14 @@ export interface __FileStreamResult$views {
|
|
|
1331
1332
|
export type FileStreamResult = FileStreamResult$instance & __FileStreamResult$views;
|
|
1332
1333
|
|
|
1333
1334
|
|
|
1334
|
-
export interface ForbidResult$instance extends ActionResult$instance {
|
|
1335
|
+
export interface ForbidResult$instance extends ActionResult$instance, IActionResult$instance {
|
|
1335
1336
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ForbidResult: never;
|
|
1336
1337
|
|
|
1337
1338
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
1338
1339
|
|
|
1339
1340
|
AuthenticationSchemes: IList_1<System_Internal.String>;
|
|
1340
|
-
get Properties(): AuthenticationProperties |
|
|
1341
|
-
set Properties(value: AuthenticationProperties |
|
|
1341
|
+
get Properties(): AuthenticationProperties | null;
|
|
1342
|
+
set Properties(value: AuthenticationProperties | null);
|
|
1342
1343
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
1343
1344
|
}
|
|
1344
1345
|
|
|
@@ -1347,9 +1348,9 @@ export const ForbidResult: {
|
|
|
1347
1348
|
new(): ForbidResult;
|
|
1348
1349
|
new(authenticationScheme: string): ForbidResult;
|
|
1349
1350
|
new(authenticationSchemes: IList_1<System_Internal.String>): ForbidResult;
|
|
1350
|
-
new(properties: AuthenticationProperties): ForbidResult;
|
|
1351
|
-
new(authenticationScheme: string, properties: AuthenticationProperties): ForbidResult;
|
|
1352
|
-
new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties): ForbidResult;
|
|
1351
|
+
new(properties: AuthenticationProperties | null): ForbidResult;
|
|
1352
|
+
new(authenticationScheme: string, properties: AuthenticationProperties | null): ForbidResult;
|
|
1353
|
+
new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties | null): ForbidResult;
|
|
1353
1354
|
};
|
|
1354
1355
|
|
|
1355
1356
|
|
|
@@ -1360,7 +1361,7 @@ export interface __ForbidResult$views {
|
|
|
1360
1361
|
export type ForbidResult = ForbidResult$instance & __ForbidResult$views;
|
|
1361
1362
|
|
|
1362
1363
|
|
|
1363
|
-
export interface FormatFilterAttribute$instance extends Attribute,
|
|
1364
|
+
export interface FormatFilterAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
1364
1365
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FormatFilterAttribute: never;
|
|
1365
1366
|
|
|
1366
1367
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -1416,8 +1417,8 @@ export interface FromFormAttribute$instance extends Attribute, Microsoft_AspNetC
|
|
|
1416
1417
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
|
|
1417
1418
|
|
|
1418
1419
|
readonly BindingSource: BindingSource;
|
|
1419
|
-
get Name(): string |
|
|
1420
|
-
set Name(value: string |
|
|
1420
|
+
get Name(): string | null;
|
|
1421
|
+
set Name(value: string | null);
|
|
1421
1422
|
}
|
|
1422
1423
|
|
|
1423
1424
|
|
|
@@ -1443,8 +1444,8 @@ export interface FromHeaderAttribute$instance extends Attribute, Microsoft_AspNe
|
|
|
1443
1444
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
|
|
1444
1445
|
|
|
1445
1446
|
readonly BindingSource: BindingSource;
|
|
1446
|
-
get Name(): string |
|
|
1447
|
-
set Name(value: string |
|
|
1447
|
+
get Name(): string | null;
|
|
1448
|
+
set Name(value: string | null);
|
|
1448
1449
|
}
|
|
1449
1450
|
|
|
1450
1451
|
|
|
@@ -1470,8 +1471,8 @@ export interface FromQueryAttribute$instance extends Attribute, Microsoft_AspNet
|
|
|
1470
1471
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
|
|
1471
1472
|
|
|
1472
1473
|
readonly BindingSource: BindingSource;
|
|
1473
|
-
get Name(): string |
|
|
1474
|
-
set Name(value: string |
|
|
1474
|
+
get Name(): string | null;
|
|
1475
|
+
set Name(value: string | null);
|
|
1475
1476
|
}
|
|
1476
1477
|
|
|
1477
1478
|
|
|
@@ -1497,8 +1498,8 @@ export interface FromRouteAttribute$instance extends Attribute, Microsoft_AspNet
|
|
|
1497
1498
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
|
|
1498
1499
|
|
|
1499
1500
|
readonly BindingSource: BindingSource;
|
|
1500
|
-
get Name(): string |
|
|
1501
|
-
set Name(value: string |
|
|
1501
|
+
get Name(): string | null;
|
|
1502
|
+
set Name(value: string | null);
|
|
1502
1503
|
}
|
|
1503
1504
|
|
|
1504
1505
|
|
|
@@ -1713,7 +1714,7 @@ export interface __HttpPutAttribute$views {
|
|
|
1713
1714
|
export type HttpPutAttribute = HttpPutAttribute$instance & __HttpPutAttribute$views;
|
|
1714
1715
|
|
|
1715
1716
|
|
|
1716
|
-
export interface IgnoreAntiforgeryTokenAttribute$instance extends Attribute, IAntiforgeryPolicy,
|
|
1717
|
+
export interface IgnoreAntiforgeryTokenAttribute$instance extends Attribute, IAntiforgeryPolicy, Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IAntiforgeryPolicy$instance {
|
|
1717
1718
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_IgnoreAntiforgeryTokenAttribute: never;
|
|
1718
1719
|
|
|
1719
1720
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
@@ -1757,21 +1758,21 @@ export interface JsonResult$instance extends ActionResult$instance {
|
|
|
1757
1758
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
1758
1759
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
1759
1760
|
|
|
1760
|
-
get ContentType(): string |
|
|
1761
|
-
set ContentType(value: string |
|
|
1762
|
-
get SerializerSettings(): unknown |
|
|
1763
|
-
set SerializerSettings(value: unknown |
|
|
1761
|
+
get ContentType(): string | null;
|
|
1762
|
+
set ContentType(value: string | null);
|
|
1763
|
+
get SerializerSettings(): unknown | null;
|
|
1764
|
+
set SerializerSettings(value: unknown | null);
|
|
1764
1765
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
1765
1766
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
1766
|
-
get Value(): unknown |
|
|
1767
|
-
set Value(value: unknown |
|
|
1767
|
+
get Value(): unknown | null;
|
|
1768
|
+
set Value(value: unknown | null);
|
|
1768
1769
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
1769
1770
|
}
|
|
1770
1771
|
|
|
1771
1772
|
|
|
1772
1773
|
export const JsonResult: {
|
|
1773
|
-
new(value: unknown): JsonResult;
|
|
1774
|
-
new(value: unknown, serializerSettings: unknown): JsonResult;
|
|
1774
|
+
new(value: unknown | null): JsonResult;
|
|
1775
|
+
new(value: unknown | null, serializerSettings: unknown | null): JsonResult;
|
|
1775
1776
|
};
|
|
1776
1777
|
|
|
1777
1778
|
|
|
@@ -1783,7 +1784,7 @@ export interface __JsonResult$views {
|
|
|
1783
1784
|
export type JsonResult = JsonResult$instance & __JsonResult$views;
|
|
1784
1785
|
|
|
1785
1786
|
|
|
1786
|
-
export interface LocalRedirectResult$instance extends ActionResult$instance {
|
|
1787
|
+
export interface LocalRedirectResult$instance extends ActionResult$instance, IActionResult$instance {
|
|
1787
1788
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_LocalRedirectResult: never;
|
|
1788
1789
|
|
|
1789
1790
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -1791,8 +1792,8 @@ export interface LocalRedirectResult$instance extends ActionResult$instance {
|
|
|
1791
1792
|
Permanent: boolean;
|
|
1792
1793
|
PreserveMethod: boolean;
|
|
1793
1794
|
Url: string;
|
|
1794
|
-
get UrlHelper(): IUrlHelper |
|
|
1795
|
-
set UrlHelper(value: IUrlHelper |
|
|
1795
|
+
get UrlHelper(): IUrlHelper | null;
|
|
1796
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
1796
1797
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
1797
1798
|
}
|
|
1798
1799
|
|
|
@@ -1811,7 +1812,7 @@ export interface __LocalRedirectResult$views {
|
|
|
1811
1812
|
export type LocalRedirectResult = LocalRedirectResult$instance & __LocalRedirectResult$views;
|
|
1812
1813
|
|
|
1813
1814
|
|
|
1814
|
-
export interface MiddlewareFilterAttribute$instance extends Attribute,
|
|
1815
|
+
export interface MiddlewareFilterAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
1815
1816
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_MiddlewareFilterAttribute: never;
|
|
1816
1817
|
|
|
1817
1818
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -1838,7 +1839,7 @@ export interface __MiddlewareFilterAttribute$views {
|
|
|
1838
1839
|
export type MiddlewareFilterAttribute = MiddlewareFilterAttribute$instance & __MiddlewareFilterAttribute$views;
|
|
1839
1840
|
|
|
1840
1841
|
|
|
1841
|
-
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 {
|
|
1842
1843
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_MiddlewareFilterAttribute_1: never;
|
|
1843
1844
|
|
|
1844
1845
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -1849,16 +1850,16 @@ export interface MiddlewareFilterAttribute_1$instance<T> extends MiddlewareFilte
|
|
|
1849
1850
|
|
|
1850
1851
|
|
|
1851
1852
|
export const MiddlewareFilterAttribute_1: {
|
|
1852
|
-
new<T>(): MiddlewareFilterAttribute_1<T>;
|
|
1853
|
+
new<T extends unknown>(): MiddlewareFilterAttribute_1<T>;
|
|
1853
1854
|
};
|
|
1854
1855
|
|
|
1855
1856
|
|
|
1856
|
-
export interface __MiddlewareFilterAttribute_1$views<T> {
|
|
1857
|
+
export interface __MiddlewareFilterAttribute_1$views<T extends unknown> {
|
|
1857
1858
|
As_IFilterFactory(): Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance;
|
|
1858
1859
|
As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
|
|
1859
1860
|
}
|
|
1860
1861
|
|
|
1861
|
-
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>;
|
|
1862
1863
|
|
|
1863
1864
|
|
|
1864
1865
|
export interface ModelBinderAttribute$instance extends Attribute {
|
|
@@ -1868,11 +1869,11 @@ export interface ModelBinderAttribute$instance extends Attribute {
|
|
|
1868
1869
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceMetadata: never;
|
|
1869
1870
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
|
|
1870
1871
|
|
|
1871
|
-
get BinderType(): Type |
|
|
1872
|
-
set BinderType(value: Type |
|
|
1872
|
+
get BinderType(): Type | null;
|
|
1873
|
+
set BinderType(value: Type | null);
|
|
1873
1874
|
BindingSource: BindingSource;
|
|
1874
|
-
get Name(): string |
|
|
1875
|
-
set Name(value: string |
|
|
1875
|
+
get Name(): string | null;
|
|
1876
|
+
set Name(value: string | null);
|
|
1876
1877
|
}
|
|
1877
1878
|
|
|
1878
1879
|
|
|
@@ -1891,7 +1892,7 @@ export interface __ModelBinderAttribute$views {
|
|
|
1891
1892
|
export type ModelBinderAttribute = ModelBinderAttribute$instance & __ModelBinderAttribute$views;
|
|
1892
1893
|
|
|
1893
1894
|
|
|
1894
|
-
export interface ModelBinderAttribute_1$instance<TBinder extends IModelBinder> extends ModelBinderAttribute$instance {
|
|
1895
|
+
export interface ModelBinderAttribute_1$instance<TBinder extends unknown & IModelBinder> extends ModelBinderAttribute$instance {
|
|
1895
1896
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinderAttribute_1: never;
|
|
1896
1897
|
|
|
1897
1898
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBinderTypeProviderMetadata: never;
|
|
@@ -1902,17 +1903,17 @@ export interface ModelBinderAttribute_1$instance<TBinder extends IModelBinder> e
|
|
|
1902
1903
|
|
|
1903
1904
|
|
|
1904
1905
|
export const ModelBinderAttribute_1: {
|
|
1905
|
-
new<TBinder extends IModelBinder>(): ModelBinderAttribute_1<TBinder>;
|
|
1906
|
+
new<TBinder extends unknown & IModelBinder>(): ModelBinderAttribute_1<TBinder>;
|
|
1906
1907
|
};
|
|
1907
1908
|
|
|
1908
1909
|
|
|
1909
|
-
export interface __ModelBinderAttribute_1$views<TBinder extends IModelBinder> {
|
|
1910
|
+
export interface __ModelBinderAttribute_1$views<TBinder extends unknown & IModelBinder> {
|
|
1910
1911
|
As_IBinderTypeProviderMetadata(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBinderTypeProviderMetadata$instance;
|
|
1911
1912
|
As_IBindingSourceMetadata(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance;
|
|
1912
1913
|
As_IModelNameProvider(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IModelNameProvider$instance;
|
|
1913
1914
|
}
|
|
1914
1915
|
|
|
1915
|
-
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>;
|
|
1916
1917
|
|
|
1917
1918
|
|
|
1918
1919
|
export interface ModelMetadataTypeAttribute$instance extends Attribute {
|
|
@@ -1929,18 +1930,18 @@ export const ModelMetadataTypeAttribute: {
|
|
|
1929
1930
|
|
|
1930
1931
|
export type ModelMetadataTypeAttribute = ModelMetadataTypeAttribute$instance;
|
|
1931
1932
|
|
|
1932
|
-
export interface ModelMetadataTypeAttribute_1$instance<T> extends ModelMetadataTypeAttribute {
|
|
1933
|
+
export interface ModelMetadataTypeAttribute_1$instance<T extends unknown> extends ModelMetadataTypeAttribute {
|
|
1933
1934
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelMetadataTypeAttribute_1: never;
|
|
1934
1935
|
|
|
1935
1936
|
}
|
|
1936
1937
|
|
|
1937
1938
|
|
|
1938
1939
|
export const ModelMetadataTypeAttribute_1: {
|
|
1939
|
-
new<T>(): ModelMetadataTypeAttribute_1<T>;
|
|
1940
|
+
new<T extends unknown>(): ModelMetadataTypeAttribute_1<T>;
|
|
1940
1941
|
};
|
|
1941
1942
|
|
|
1942
1943
|
|
|
1943
|
-
export type ModelMetadataTypeAttribute_1<T> = ModelMetadataTypeAttribute_1$instance<T>;
|
|
1944
|
+
export type ModelMetadataTypeAttribute_1<T extends unknown> = ModelMetadataTypeAttribute_1$instance<T>;
|
|
1944
1945
|
|
|
1945
1946
|
export interface MvcOptions$instance {
|
|
1946
1947
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_MvcOptions: never;
|
|
@@ -2079,7 +2080,7 @@ export interface NotFoundObjectResult$instance extends ObjectResult$instance {
|
|
|
2079
2080
|
|
|
2080
2081
|
|
|
2081
2082
|
export const NotFoundObjectResult: {
|
|
2082
|
-
new(value: unknown): NotFoundObjectResult;
|
|
2083
|
+
new(value: unknown | null): NotFoundObjectResult;
|
|
2083
2084
|
};
|
|
2084
2085
|
|
|
2085
2086
|
|
|
@@ -2121,20 +2122,20 @@ export interface ObjectResult$instance extends ActionResult$instance {
|
|
|
2121
2122
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
2122
2123
|
|
|
2123
2124
|
ContentTypes: MediaTypeCollection;
|
|
2124
|
-
get DeclaredType(): Type |
|
|
2125
|
-
set DeclaredType(value: Type |
|
|
2125
|
+
get DeclaredType(): Type | null;
|
|
2126
|
+
set DeclaredType(value: Type | null);
|
|
2126
2127
|
Formatters: FormatterCollection_1<IOutputFormatter>;
|
|
2127
2128
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
2128
2129
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
2129
|
-
get Value(): unknown |
|
|
2130
|
-
set Value(value: unknown |
|
|
2130
|
+
get Value(): unknown | null;
|
|
2131
|
+
set Value(value: unknown | null);
|
|
2131
2132
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2132
2133
|
OnFormatting(context: ActionContext): void;
|
|
2133
2134
|
}
|
|
2134
2135
|
|
|
2135
2136
|
|
|
2136
2137
|
export const ObjectResult: {
|
|
2137
|
-
new(value: unknown): ObjectResult;
|
|
2138
|
+
new(value: unknown | null): ObjectResult;
|
|
2138
2139
|
};
|
|
2139
2140
|
|
|
2140
2141
|
|
|
@@ -2156,7 +2157,7 @@ export interface OkObjectResult$instance extends ObjectResult$instance {
|
|
|
2156
2157
|
|
|
2157
2158
|
|
|
2158
2159
|
export const OkObjectResult: {
|
|
2159
|
-
new(value: unknown): OkObjectResult;
|
|
2160
|
+
new(value: unknown | null): OkObjectResult;
|
|
2160
2161
|
};
|
|
2161
2162
|
|
|
2162
2163
|
|
|
@@ -2196,10 +2197,10 @@ export interface PageRemoteAttribute$instance extends RemoteAttributeBase$instan
|
|
|
2196
2197
|
|
|
2197
2198
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
|
|
2198
2199
|
|
|
2199
|
-
get PageHandler(): string |
|
|
2200
|
-
set PageHandler(value: string |
|
|
2201
|
-
get PageName(): string |
|
|
2202
|
-
set PageName(value: string |
|
|
2200
|
+
get PageHandler(): string | null;
|
|
2201
|
+
set PageHandler(value: string | null);
|
|
2202
|
+
get PageName(): string | null;
|
|
2203
|
+
set PageName(value: string | null);
|
|
2203
2204
|
GetUrl(context: ClientModelValidationContext): string;
|
|
2204
2205
|
}
|
|
2205
2206
|
|
|
@@ -2222,17 +2223,17 @@ export interface PartialViewResult$instance extends ActionResult$instance {
|
|
|
2222
2223
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2223
2224
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
2224
2225
|
|
|
2225
|
-
get ContentType(): string |
|
|
2226
|
-
set ContentType(value: string |
|
|
2227
|
-
readonly Model: unknown |
|
|
2226
|
+
get ContentType(): string | null;
|
|
2227
|
+
set ContentType(value: string | null);
|
|
2228
|
+
readonly Model: unknown | null;
|
|
2228
2229
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
2229
2230
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
2230
2231
|
TempData: ITempDataDictionary;
|
|
2231
2232
|
ViewData: ViewDataDictionary;
|
|
2232
|
-
get ViewEngine(): IViewEngine |
|
|
2233
|
-
set ViewEngine(value: IViewEngine |
|
|
2234
|
-
get ViewName(): string |
|
|
2235
|
-
set ViewName(value: string |
|
|
2233
|
+
get ViewEngine(): IViewEngine | null;
|
|
2234
|
+
set ViewEngine(value: IViewEngine | null);
|
|
2235
|
+
get ViewName(): string | null;
|
|
2236
|
+
set ViewName(value: string | null);
|
|
2236
2237
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2237
2238
|
}
|
|
2238
2239
|
|
|
@@ -2250,7 +2251,7 @@ export interface __PartialViewResult$views {
|
|
|
2250
2251
|
export type PartialViewResult = PartialViewResult$instance & __PartialViewResult$views;
|
|
2251
2252
|
|
|
2252
2253
|
|
|
2253
|
-
export interface PhysicalFileResult$instance extends FileResult$instance {
|
|
2254
|
+
export interface PhysicalFileResult$instance extends FileResult$instance, IActionResult$instance {
|
|
2254
2255
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_PhysicalFileResult: never;
|
|
2255
2256
|
|
|
2256
2257
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -2276,17 +2277,17 @@ export type PhysicalFileResult = PhysicalFileResult$instance & __PhysicalFileRes
|
|
|
2276
2277
|
export interface ProblemDetails$instance {
|
|
2277
2278
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProblemDetails: never;
|
|
2278
2279
|
|
|
2279
|
-
get Detail(): string |
|
|
2280
|
-
set Detail(value: string |
|
|
2281
|
-
Extensions: IDictionary_2<System_Internal.String, unknown |
|
|
2282
|
-
get Instance(): string |
|
|
2283
|
-
set Instance(value: string |
|
|
2280
|
+
get Detail(): string | null;
|
|
2281
|
+
set Detail(value: string | null);
|
|
2282
|
+
Extensions: IDictionary_2<System_Internal.String, unknown | null>;
|
|
2283
|
+
get Instance(): string | null;
|
|
2284
|
+
set Instance(value: string | null);
|
|
2284
2285
|
get Status(): Nullable_1<System_Internal.Int32>;
|
|
2285
2286
|
set Status(value: Nullable_1<System_Internal.Int32> | int);
|
|
2286
|
-
get Title(): string |
|
|
2287
|
-
set Title(value: string |
|
|
2288
|
-
get Type(): string |
|
|
2289
|
-
set Type(value: string |
|
|
2287
|
+
get Title(): string | null;
|
|
2288
|
+
set Title(value: string | null);
|
|
2289
|
+
get Type(): string | null;
|
|
2290
|
+
set Type(value: string | null);
|
|
2290
2291
|
}
|
|
2291
2292
|
|
|
2292
2293
|
|
|
@@ -2297,7 +2298,7 @@ export const ProblemDetails: {
|
|
|
2297
2298
|
|
|
2298
2299
|
export type ProblemDetails = ProblemDetails$instance;
|
|
2299
2300
|
|
|
2300
|
-
export interface ProducesAttribute$instance extends Attribute,
|
|
2301
|
+
export interface ProducesAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance {
|
|
2301
2302
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesAttribute: never;
|
|
2302
2303
|
|
|
2303
2304
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
@@ -2306,8 +2307,8 @@ export interface ProducesAttribute$instance extends Attribute, IFilterMetadata,
|
|
|
2306
2307
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IResultFilter: never;
|
|
2307
2308
|
|
|
2308
2309
|
ContentTypes: MediaTypeCollection;
|
|
2309
|
-
get Description(): string |
|
|
2310
|
-
set Description(value: string |
|
|
2310
|
+
get Description(): string | null;
|
|
2311
|
+
set Description(value: string | null);
|
|
2311
2312
|
Order: int;
|
|
2312
2313
|
readonly StatusCode: int;
|
|
2313
2314
|
Type: Type;
|
|
@@ -2332,7 +2333,7 @@ export interface __ProducesAttribute$views {
|
|
|
2332
2333
|
export type ProducesAttribute = ProducesAttribute$instance & __ProducesAttribute$views;
|
|
2333
2334
|
|
|
2334
2335
|
|
|
2335
|
-
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 {
|
|
2336
2337
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesAttribute_1: never;
|
|
2337
2338
|
|
|
2338
2339
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
@@ -2344,28 +2345,28 @@ export interface ProducesAttribute_1$instance<T> extends ProducesAttribute$insta
|
|
|
2344
2345
|
|
|
2345
2346
|
|
|
2346
2347
|
export const ProducesAttribute_1: {
|
|
2347
|
-
new<T>(): ProducesAttribute_1<T>;
|
|
2348
|
+
new<T extends unknown>(): ProducesAttribute_1<T>;
|
|
2348
2349
|
};
|
|
2349
2350
|
|
|
2350
2351
|
|
|
2351
|
-
export interface __ProducesAttribute_1$views<T> {
|
|
2352
|
+
export interface __ProducesAttribute_1$views<T extends unknown> {
|
|
2352
2353
|
As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
|
|
2353
2354
|
As_IResultFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance;
|
|
2354
2355
|
As_IApiResponseMetadataProvider(): Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseMetadataProvider$instance;
|
|
2355
2356
|
}
|
|
2356
2357
|
|
|
2357
|
-
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>;
|
|
2358
2359
|
|
|
2359
2360
|
|
|
2360
|
-
export interface ProducesDefaultResponseTypeAttribute$instance extends Attribute
|
|
2361
|
+
export interface ProducesDefaultResponseTypeAttribute$instance extends Attribute {
|
|
2361
2362
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesDefaultResponseTypeAttribute: never;
|
|
2362
2363
|
|
|
2363
2364
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiDefaultResponseMetadataProvider: never;
|
|
2364
2365
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
2365
2366
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
2366
2367
|
|
|
2367
|
-
get Description(): string |
|
|
2368
|
-
set Description(value: string |
|
|
2368
|
+
get Description(): string | null;
|
|
2369
|
+
set Description(value: string | null);
|
|
2369
2370
|
readonly StatusCode: int;
|
|
2370
2371
|
readonly Type: Type;
|
|
2371
2372
|
}
|
|
@@ -2398,14 +2399,14 @@ export const ProducesErrorResponseTypeAttribute: {
|
|
|
2398
2399
|
|
|
2399
2400
|
export type ProducesErrorResponseTypeAttribute = ProducesErrorResponseTypeAttribute$instance;
|
|
2400
2401
|
|
|
2401
|
-
export interface ProducesResponseTypeAttribute$instance extends Attribute
|
|
2402
|
+
export interface ProducesResponseTypeAttribute$instance extends Attribute {
|
|
2402
2403
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesResponseTypeAttribute: never;
|
|
2403
2404
|
|
|
2404
2405
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
2405
2406
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
2406
2407
|
|
|
2407
|
-
get Description(): string |
|
|
2408
|
-
set Description(value: string |
|
|
2408
|
+
get Description(): string | null;
|
|
2409
|
+
set Description(value: string | null);
|
|
2409
2410
|
StatusCode: int;
|
|
2410
2411
|
Type: Type;
|
|
2411
2412
|
}
|
|
@@ -2425,7 +2426,7 @@ export interface __ProducesResponseTypeAttribute$views {
|
|
|
2425
2426
|
export type ProducesResponseTypeAttribute = ProducesResponseTypeAttribute$instance & __ProducesResponseTypeAttribute$views;
|
|
2426
2427
|
|
|
2427
2428
|
|
|
2428
|
-
export interface ProducesResponseTypeAttribute_1$instance<T> extends ProducesResponseTypeAttribute$instance
|
|
2429
|
+
export interface ProducesResponseTypeAttribute_1$instance<T extends unknown> extends ProducesResponseTypeAttribute$instance {
|
|
2429
2430
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesResponseTypeAttribute_1: never;
|
|
2430
2431
|
|
|
2431
2432
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
@@ -2435,16 +2436,16 @@ export interface ProducesResponseTypeAttribute_1$instance<T> extends ProducesRes
|
|
|
2435
2436
|
|
|
2436
2437
|
|
|
2437
2438
|
export const ProducesResponseTypeAttribute_1: {
|
|
2438
|
-
new<T>(statusCode: int): ProducesResponseTypeAttribute_1<T>;
|
|
2439
|
-
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>;
|
|
2440
2441
|
};
|
|
2441
2442
|
|
|
2442
2443
|
|
|
2443
|
-
export interface __ProducesResponseTypeAttribute_1$views<T> {
|
|
2444
|
+
export interface __ProducesResponseTypeAttribute_1$views<T extends unknown> {
|
|
2444
2445
|
As_IApiResponseMetadataProvider(): Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseMetadataProvider$instance;
|
|
2445
2446
|
}
|
|
2446
2447
|
|
|
2447
|
-
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>;
|
|
2448
2449
|
|
|
2449
2450
|
|
|
2450
2451
|
export interface RedirectResult$instance extends ActionResult$instance, IKeepTempDataResult, Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IKeepTempDataResult$instance {
|
|
@@ -2456,8 +2457,8 @@ export interface RedirectResult$instance extends ActionResult$instance, IKeepTem
|
|
|
2456
2457
|
Permanent: boolean;
|
|
2457
2458
|
PreserveMethod: boolean;
|
|
2458
2459
|
Url: string;
|
|
2459
|
-
get UrlHelper(): IUrlHelper |
|
|
2460
|
-
set UrlHelper(value: IUrlHelper |
|
|
2460
|
+
get UrlHelper(): IUrlHelper | null;
|
|
2461
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
2461
2462
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2462
2463
|
}
|
|
2463
2464
|
|
|
@@ -2482,29 +2483,29 @@ export interface RedirectToActionResult$instance extends ActionResult$instance,
|
|
|
2482
2483
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2483
2484
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IKeepTempDataResult: never;
|
|
2484
2485
|
|
|
2485
|
-
get ActionName(): string |
|
|
2486
|
-
set ActionName(value: string |
|
|
2487
|
-
get ControllerName(): string |
|
|
2488
|
-
set ControllerName(value: string |
|
|
2489
|
-
get Fragment(): string |
|
|
2490
|
-
set Fragment(value: string |
|
|
2486
|
+
get ActionName(): string | null;
|
|
2487
|
+
set ActionName(value: string | null);
|
|
2488
|
+
get ControllerName(): string | null;
|
|
2489
|
+
set ControllerName(value: string | null);
|
|
2490
|
+
get Fragment(): string | null;
|
|
2491
|
+
set Fragment(value: string | null);
|
|
2491
2492
|
Permanent: boolean;
|
|
2492
2493
|
PreserveMethod: boolean;
|
|
2493
|
-
get RouteValues(): RouteValueDictionary |
|
|
2494
|
-
set RouteValues(value: RouteValueDictionary |
|
|
2495
|
-
get UrlHelper(): IUrlHelper |
|
|
2496
|
-
set UrlHelper(value: IUrlHelper |
|
|
2494
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
2495
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
2496
|
+
get UrlHelper(): IUrlHelper | null;
|
|
2497
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
2497
2498
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2498
2499
|
}
|
|
2499
2500
|
|
|
2500
2501
|
|
|
2501
2502
|
export const RedirectToActionResult: {
|
|
2502
|
-
new(actionName: string, controllerName: string, routeValues: unknown): RedirectToActionResult;
|
|
2503
|
-
new(actionName: string, controllerName: string, routeValues: unknown, fragment: string): RedirectToActionResult;
|
|
2504
|
-
new(actionName: string, controllerName: string, routeValues: unknown, permanent: boolean): RedirectToActionResult;
|
|
2505
|
-
new(actionName: string, controllerName: string, routeValues: unknown, permanent: boolean, preserveMethod: boolean): RedirectToActionResult;
|
|
2506
|
-
new(actionName: string, controllerName: string, routeValues: unknown, permanent: boolean, fragment: string): RedirectToActionResult;
|
|
2507
|
-
new(actionName: string, controllerName: string, routeValues: unknown, permanent: boolean, preserveMethod: boolean, fragment: string): RedirectToActionResult;
|
|
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;
|
|
2508
2509
|
};
|
|
2509
2510
|
|
|
2510
2511
|
|
|
@@ -2521,36 +2522,36 @@ export interface RedirectToPageResult$instance extends ActionResult$instance, IK
|
|
|
2521
2522
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2522
2523
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IKeepTempDataResult: never;
|
|
2523
2524
|
|
|
2524
|
-
get Fragment(): string |
|
|
2525
|
-
set Fragment(value: string |
|
|
2526
|
-
get Host(): string |
|
|
2527
|
-
set Host(value: string |
|
|
2528
|
-
get PageHandler(): string |
|
|
2529
|
-
set PageHandler(value: string |
|
|
2530
|
-
get PageName(): string |
|
|
2531
|
-
set PageName(value: string |
|
|
2525
|
+
get Fragment(): string | null;
|
|
2526
|
+
set Fragment(value: string | null);
|
|
2527
|
+
get Host(): string | null;
|
|
2528
|
+
set Host(value: string | null);
|
|
2529
|
+
get PageHandler(): string | null;
|
|
2530
|
+
set PageHandler(value: string | null);
|
|
2531
|
+
get PageName(): string | null;
|
|
2532
|
+
set PageName(value: string | null);
|
|
2532
2533
|
Permanent: boolean;
|
|
2533
2534
|
PreserveMethod: boolean;
|
|
2534
|
-
get Protocol(): string |
|
|
2535
|
-
set Protocol(value: string |
|
|
2536
|
-
get RouteValues(): RouteValueDictionary |
|
|
2537
|
-
set RouteValues(value: RouteValueDictionary |
|
|
2538
|
-
get UrlHelper(): IUrlHelper |
|
|
2539
|
-
set UrlHelper(value: IUrlHelper |
|
|
2535
|
+
get Protocol(): string | null;
|
|
2536
|
+
set Protocol(value: string | null);
|
|
2537
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
2538
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
2539
|
+
get UrlHelper(): IUrlHelper | null;
|
|
2540
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
2540
2541
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2541
2542
|
}
|
|
2542
2543
|
|
|
2543
2544
|
|
|
2544
2545
|
export const RedirectToPageResult: {
|
|
2545
|
-
new(pageName: string): RedirectToPageResult;
|
|
2546
|
-
new(pageName: string, pageHandler: string): RedirectToPageResult;
|
|
2547
|
-
new(pageName: string, routeValues: unknown): RedirectToPageResult;
|
|
2548
|
-
new(pageName: string, pageHandler: string, routeValues: unknown): RedirectToPageResult;
|
|
2549
|
-
new(pageName: string, pageHandler: string, routeValues: unknown, permanent: boolean): RedirectToPageResult;
|
|
2550
|
-
new(pageName: string, pageHandler: string, routeValues: unknown, permanent: boolean, preserveMethod: boolean): RedirectToPageResult;
|
|
2551
|
-
new(pageName: string, pageHandler: string, routeValues: unknown, fragment: string): RedirectToPageResult;
|
|
2552
|
-
new(pageName: string, pageHandler: string, routeValues: unknown, permanent: boolean, fragment: string): RedirectToPageResult;
|
|
2553
|
-
new(pageName: string, pageHandler: string, routeValues: unknown, permanent: boolean, preserveMethod: boolean, fragment: string): RedirectToPageResult;
|
|
2546
|
+
new(pageName: string | null): RedirectToPageResult;
|
|
2547
|
+
new(pageName: string | null, pageHandler: string | null): RedirectToPageResult;
|
|
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;
|
|
2554
2555
|
};
|
|
2555
2556
|
|
|
2556
2557
|
|
|
@@ -2567,28 +2568,28 @@ export interface RedirectToRouteResult$instance extends ActionResult$instance, I
|
|
|
2567
2568
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2568
2569
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IKeepTempDataResult: never;
|
|
2569
2570
|
|
|
2570
|
-
get Fragment(): string |
|
|
2571
|
-
set Fragment(value: string |
|
|
2571
|
+
get Fragment(): string | null;
|
|
2572
|
+
set Fragment(value: string | null);
|
|
2572
2573
|
Permanent: boolean;
|
|
2573
2574
|
PreserveMethod: boolean;
|
|
2574
|
-
get RouteName(): string |
|
|
2575
|
-
set RouteName(value: string |
|
|
2576
|
-
get RouteValues(): RouteValueDictionary |
|
|
2577
|
-
set RouteValues(value: RouteValueDictionary |
|
|
2578
|
-
get UrlHelper(): IUrlHelper |
|
|
2579
|
-
set UrlHelper(value: IUrlHelper |
|
|
2575
|
+
get RouteName(): string | null;
|
|
2576
|
+
set RouteName(value: string | null);
|
|
2577
|
+
get RouteValues(): RouteValueDictionary | null;
|
|
2578
|
+
set RouteValues(value: RouteValueDictionary | null);
|
|
2579
|
+
get UrlHelper(): IUrlHelper | null;
|
|
2580
|
+
set UrlHelper(value: IUrlHelper | null);
|
|
2580
2581
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2581
2582
|
}
|
|
2582
2583
|
|
|
2583
2584
|
|
|
2584
2585
|
export const RedirectToRouteResult: {
|
|
2585
|
-
new(routeValues: unknown): RedirectToRouteResult;
|
|
2586
|
-
new(routeName: string, routeValues: unknown): RedirectToRouteResult;
|
|
2587
|
-
new(routeName: string, routeValues: unknown, permanent: boolean): RedirectToRouteResult;
|
|
2588
|
-
new(routeName: string, routeValues: unknown, permanent: boolean, preserveMethod: boolean): RedirectToRouteResult;
|
|
2589
|
-
new(routeName: string, routeValues: unknown, fragment: string): RedirectToRouteResult;
|
|
2590
|
-
new(routeName: string, routeValues: unknown, permanent: boolean, fragment: string): RedirectToRouteResult;
|
|
2591
|
-
new(routeName: string, routeValues: unknown, permanent: boolean, preserveMethod: boolean, fragment: string): RedirectToRouteResult;
|
|
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;
|
|
2592
2593
|
};
|
|
2593
2594
|
|
|
2594
2595
|
|
|
@@ -2628,13 +2629,13 @@ export interface RemoteAttributeBase$instance extends ValidationAttribute, Micro
|
|
|
2628
2629
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
|
|
2629
2630
|
|
|
2630
2631
|
AdditionalFields: string;
|
|
2631
|
-
get HttpMethod(): string |
|
|
2632
|
-
set HttpMethod(value: string |
|
|
2632
|
+
get HttpMethod(): string | null;
|
|
2633
|
+
set HttpMethod(value: string | null);
|
|
2633
2634
|
AddValidation(context: ClientModelValidationContext): void;
|
|
2634
2635
|
FormatAdditionalFieldsForClientValidation(property: string): string;
|
|
2635
2636
|
FormatErrorMessage(name: string): string;
|
|
2636
2637
|
GetUrl(context: ClientModelValidationContext): string;
|
|
2637
|
-
IsValid(value: unknown): boolean;
|
|
2638
|
+
IsValid(value: unknown | null): boolean;
|
|
2638
2639
|
}
|
|
2639
2640
|
|
|
2640
2641
|
|
|
@@ -2650,7 +2651,7 @@ export interface __RemoteAttributeBase$views {
|
|
|
2650
2651
|
export type RemoteAttributeBase = RemoteAttributeBase$instance & __RemoteAttributeBase$views;
|
|
2651
2652
|
|
|
2652
2653
|
|
|
2653
|
-
export interface RequestFormLimitsAttribute$instance extends Attribute,
|
|
2654
|
+
export interface RequestFormLimitsAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
2654
2655
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RequestFormLimitsAttribute: never;
|
|
2655
2656
|
|
|
2656
2657
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFormOptionsMetadata: never;
|
|
@@ -2688,7 +2689,7 @@ export interface __RequestFormLimitsAttribute$views {
|
|
|
2688
2689
|
export type RequestFormLimitsAttribute = RequestFormLimitsAttribute$instance & __RequestFormLimitsAttribute$views;
|
|
2689
2690
|
|
|
2690
2691
|
|
|
2691
|
-
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 {
|
|
2692
2693
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RequestSizeLimitAttribute: never;
|
|
2693
2694
|
|
|
2694
2695
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IRequestSizeLimitMetadata: never;
|
|
@@ -2716,7 +2717,7 @@ export interface __RequestSizeLimitAttribute$views {
|
|
|
2716
2717
|
export type RequestSizeLimitAttribute = RequestSizeLimitAttribute$instance & __RequestSizeLimitAttribute$views;
|
|
2717
2718
|
|
|
2718
2719
|
|
|
2719
|
-
export interface RequireHttpsAttribute$instance extends Attribute,
|
|
2720
|
+
export interface RequireHttpsAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IAuthorizationFilter$instance {
|
|
2720
2721
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RequireHttpsAttribute: never;
|
|
2721
2722
|
|
|
2722
2723
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IAuthorizationFilter: never;
|
|
@@ -2743,24 +2744,24 @@ export interface __RequireHttpsAttribute$views {
|
|
|
2743
2744
|
export type RequireHttpsAttribute = RequireHttpsAttribute$instance & __RequireHttpsAttribute$views;
|
|
2744
2745
|
|
|
2745
2746
|
|
|
2746
|
-
export interface ResponseCacheAttribute$instance extends Attribute,
|
|
2747
|
+
export interface ResponseCacheAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
2747
2748
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ResponseCacheAttribute: never;
|
|
2748
2749
|
|
|
2749
2750
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
2750
2751
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
2751
2752
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
|
|
2752
2753
|
|
|
2753
|
-
get CacheProfileName(): string |
|
|
2754
|
-
set CacheProfileName(value: string |
|
|
2754
|
+
get CacheProfileName(): string | null;
|
|
2755
|
+
set CacheProfileName(value: string | null);
|
|
2755
2756
|
Duration: int;
|
|
2756
2757
|
readonly IsReusable: boolean;
|
|
2757
2758
|
Location: ResponseCacheLocation;
|
|
2758
2759
|
NoStore: boolean;
|
|
2759
2760
|
Order: int;
|
|
2760
|
-
get VaryByHeader(): string |
|
|
2761
|
-
set VaryByHeader(value: string |
|
|
2762
|
-
get VaryByQueryKeys(): string[] |
|
|
2763
|
-
set VaryByQueryKeys(value: string[] |
|
|
2761
|
+
get VaryByHeader(): string | null;
|
|
2762
|
+
set VaryByHeader(value: string | null);
|
|
2763
|
+
get VaryByQueryKeys(): string[] | null;
|
|
2764
|
+
set VaryByQueryKeys(value: string[] | null);
|
|
2764
2765
|
CreateInstance(serviceProvider: IServiceProvider): IFilterMetadata;
|
|
2765
2766
|
GetCacheProfile(options: MvcOptions): CacheProfile;
|
|
2766
2767
|
}
|
|
@@ -2784,8 +2785,8 @@ export interface RouteAttribute$instance extends Attribute {
|
|
|
2784
2785
|
|
|
2785
2786
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
|
|
2786
2787
|
|
|
2787
|
-
get Name(): string |
|
|
2788
|
-
set Name(value: string |
|
|
2788
|
+
get Name(): string | null;
|
|
2789
|
+
set Name(value: string | null);
|
|
2789
2790
|
Order: int;
|
|
2790
2791
|
readonly Template: string;
|
|
2791
2792
|
}
|
|
@@ -2828,7 +2829,7 @@ export const SerializableError: {
|
|
|
2828
2829
|
|
|
2829
2830
|
export type SerializableError = SerializableError$instance;
|
|
2830
2831
|
|
|
2831
|
-
export interface ServiceFilterAttribute$instance extends Attribute
|
|
2832
|
+
export interface ServiceFilterAttribute$instance extends Attribute {
|
|
2832
2833
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ServiceFilterAttribute: never;
|
|
2833
2834
|
|
|
2834
2835
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -2855,7 +2856,7 @@ export interface __ServiceFilterAttribute$views {
|
|
|
2855
2856
|
export type ServiceFilterAttribute = ServiceFilterAttribute$instance & __ServiceFilterAttribute$views;
|
|
2856
2857
|
|
|
2857
2858
|
|
|
2858
|
-
export interface ServiceFilterAttribute_1$instance<TFilter extends IFilterMetadata> extends ServiceFilterAttribute$instance
|
|
2859
|
+
export interface ServiceFilterAttribute_1$instance<TFilter extends unknown & IFilterMetadata> extends ServiceFilterAttribute$instance {
|
|
2859
2860
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ServiceFilterAttribute_1: never;
|
|
2860
2861
|
|
|
2861
2862
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -2866,37 +2867,37 @@ export interface ServiceFilterAttribute_1$instance<TFilter extends IFilterMetada
|
|
|
2866
2867
|
|
|
2867
2868
|
|
|
2868
2869
|
export const ServiceFilterAttribute_1: {
|
|
2869
|
-
new<TFilter extends IFilterMetadata>(): ServiceFilterAttribute_1<TFilter>;
|
|
2870
|
+
new<TFilter extends unknown & IFilterMetadata>(): ServiceFilterAttribute_1<TFilter>;
|
|
2870
2871
|
};
|
|
2871
2872
|
|
|
2872
2873
|
|
|
2873
|
-
export interface __ServiceFilterAttribute_1$views<TFilter extends IFilterMetadata> {
|
|
2874
|
+
export interface __ServiceFilterAttribute_1$views<TFilter extends unknown & IFilterMetadata> {
|
|
2874
2875
|
As_IFilterFactory(): Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance;
|
|
2875
2876
|
As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
|
|
2876
2877
|
}
|
|
2877
2878
|
|
|
2878
|
-
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>;
|
|
2879
2880
|
|
|
2880
2881
|
|
|
2881
|
-
export interface SignInResult$instance extends ActionResult$instance {
|
|
2882
|
+
export interface SignInResult$instance extends ActionResult$instance, IActionResult$instance {
|
|
2882
2883
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_SignInResult: never;
|
|
2883
2884
|
|
|
2884
2885
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2885
2886
|
|
|
2886
|
-
get AuthenticationScheme(): string |
|
|
2887
|
-
set AuthenticationScheme(value: string |
|
|
2887
|
+
get AuthenticationScheme(): string | null;
|
|
2888
|
+
set AuthenticationScheme(value: string | null);
|
|
2888
2889
|
Principal: ClaimsPrincipal;
|
|
2889
|
-
get Properties(): AuthenticationProperties |
|
|
2890
|
-
set Properties(value: AuthenticationProperties |
|
|
2890
|
+
get Properties(): AuthenticationProperties | null;
|
|
2891
|
+
set Properties(value: AuthenticationProperties | null);
|
|
2891
2892
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2892
2893
|
}
|
|
2893
2894
|
|
|
2894
2895
|
|
|
2895
2896
|
export const SignInResult: {
|
|
2896
2897
|
new(principal: ClaimsPrincipal): SignInResult;
|
|
2897
|
-
new(authenticationScheme: string, principal: ClaimsPrincipal): SignInResult;
|
|
2898
|
-
new(principal: ClaimsPrincipal, properties: AuthenticationProperties): SignInResult;
|
|
2899
|
-
new(authenticationScheme: string, principal: ClaimsPrincipal, properties: AuthenticationProperties): SignInResult;
|
|
2898
|
+
new(authenticationScheme: string | null, principal: ClaimsPrincipal): SignInResult;
|
|
2899
|
+
new(principal: ClaimsPrincipal, properties: AuthenticationProperties | null): SignInResult;
|
|
2900
|
+
new(authenticationScheme: string | null, principal: ClaimsPrincipal, properties: AuthenticationProperties | null): SignInResult;
|
|
2900
2901
|
};
|
|
2901
2902
|
|
|
2902
2903
|
|
|
@@ -2907,15 +2908,15 @@ export interface __SignInResult$views {
|
|
|
2907
2908
|
export type SignInResult = SignInResult$instance & __SignInResult$views;
|
|
2908
2909
|
|
|
2909
2910
|
|
|
2910
|
-
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 {
|
|
2911
2912
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_SignOutResult: never;
|
|
2912
2913
|
|
|
2913
2914
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
2914
2915
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2915
2916
|
|
|
2916
2917
|
AuthenticationSchemes: IList_1<System_Internal.String>;
|
|
2917
|
-
get Properties(): AuthenticationProperties |
|
|
2918
|
-
set Properties(value: AuthenticationProperties |
|
|
2918
|
+
get Properties(): AuthenticationProperties | null;
|
|
2919
|
+
set Properties(value: AuthenticationProperties | null);
|
|
2919
2920
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
2920
2921
|
}
|
|
2921
2922
|
|
|
@@ -2925,8 +2926,8 @@ export const SignOutResult: {
|
|
|
2925
2926
|
new(properties: AuthenticationProperties): SignOutResult;
|
|
2926
2927
|
new(authenticationScheme: string): SignOutResult;
|
|
2927
2928
|
new(authenticationSchemes: IList_1<System_Internal.String>): SignOutResult;
|
|
2928
|
-
new(authenticationScheme: string, properties: AuthenticationProperties): SignOutResult;
|
|
2929
|
-
new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties): SignOutResult;
|
|
2929
|
+
new(authenticationScheme: string, properties: AuthenticationProperties | null): SignOutResult;
|
|
2930
|
+
new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties | null): SignOutResult;
|
|
2930
2931
|
};
|
|
2931
2932
|
|
|
2932
2933
|
|
|
@@ -2938,7 +2939,7 @@ export interface __SignOutResult$views {
|
|
|
2938
2939
|
export type SignOutResult = SignOutResult$instance & __SignOutResult$views;
|
|
2939
2940
|
|
|
2940
2941
|
|
|
2941
|
-
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 {
|
|
2942
2943
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_SkipStatusCodePagesAttribute: never;
|
|
2943
2944
|
|
|
2944
2945
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_ISkipStatusCodePagesMetadata: never;
|
|
@@ -2990,8 +2991,8 @@ export type StatusCodeResult = StatusCodeResult$instance & __StatusCodeResult$vi
|
|
|
2990
2991
|
export interface TempDataAttribute$instance extends Attribute {
|
|
2991
2992
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_TempDataAttribute: never;
|
|
2992
2993
|
|
|
2993
|
-
get Key(): string |
|
|
2994
|
-
set Key(value: string |
|
|
2994
|
+
get Key(): string | null;
|
|
2995
|
+
set Key(value: string | null);
|
|
2995
2996
|
}
|
|
2996
2997
|
|
|
2997
2998
|
|
|
@@ -3002,15 +3003,15 @@ export const TempDataAttribute: {
|
|
|
3002
3003
|
|
|
3003
3004
|
export type TempDataAttribute = TempDataAttribute$instance;
|
|
3004
3005
|
|
|
3005
|
-
export interface TypeFilterAttribute$instance extends Attribute
|
|
3006
|
+
export interface TypeFilterAttribute$instance extends Attribute {
|
|
3006
3007
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_TypeFilterAttribute: never;
|
|
3007
3008
|
|
|
3008
3009
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
3009
3010
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
3010
3011
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
|
|
3011
3012
|
|
|
3012
|
-
get Arguments(): unknown[] |
|
|
3013
|
-
set Arguments(value: unknown[] |
|
|
3013
|
+
get Arguments(): unknown[] | null;
|
|
3014
|
+
set Arguments(value: unknown[] | null);
|
|
3014
3015
|
readonly ImplementationType: Type;
|
|
3015
3016
|
IsReusable: boolean;
|
|
3016
3017
|
Order: int;
|
|
@@ -3031,7 +3032,7 @@ export interface __TypeFilterAttribute$views {
|
|
|
3031
3032
|
export type TypeFilterAttribute = TypeFilterAttribute$instance & __TypeFilterAttribute$views;
|
|
3032
3033
|
|
|
3033
3034
|
|
|
3034
|
-
export interface TypeFilterAttribute_1$instance<TFilter extends IFilterMetadata> extends TypeFilterAttribute$instance
|
|
3035
|
+
export interface TypeFilterAttribute_1$instance<TFilter extends unknown & IFilterMetadata> extends TypeFilterAttribute$instance {
|
|
3035
3036
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_TypeFilterAttribute_1: never;
|
|
3036
3037
|
|
|
3037
3038
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -3042,16 +3043,16 @@ export interface TypeFilterAttribute_1$instance<TFilter extends IFilterMetadata>
|
|
|
3042
3043
|
|
|
3043
3044
|
|
|
3044
3045
|
export const TypeFilterAttribute_1: {
|
|
3045
|
-
new<TFilter extends IFilterMetadata>(): TypeFilterAttribute_1<TFilter>;
|
|
3046
|
+
new<TFilter extends unknown & IFilterMetadata>(): TypeFilterAttribute_1<TFilter>;
|
|
3046
3047
|
};
|
|
3047
3048
|
|
|
3048
3049
|
|
|
3049
|
-
export interface __TypeFilterAttribute_1$views<TFilter extends IFilterMetadata> {
|
|
3050
|
+
export interface __TypeFilterAttribute_1$views<TFilter extends unknown & IFilterMetadata> {
|
|
3050
3051
|
As_IFilterFactory(): Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance;
|
|
3051
3052
|
As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
|
|
3052
3053
|
}
|
|
3053
3054
|
|
|
3054
|
-
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>;
|
|
3055
3056
|
|
|
3056
3057
|
|
|
3057
3058
|
export interface UnauthorizedObjectResult$instance extends ObjectResult$instance {
|
|
@@ -3064,7 +3065,7 @@ export interface UnauthorizedObjectResult$instance extends ObjectResult$instance
|
|
|
3064
3065
|
|
|
3065
3066
|
|
|
3066
3067
|
export const UnauthorizedObjectResult: {
|
|
3067
|
-
new(value: unknown): UnauthorizedObjectResult;
|
|
3068
|
+
new(value: unknown | null): UnauthorizedObjectResult;
|
|
3068
3069
|
};
|
|
3069
3070
|
|
|
3070
3071
|
|
|
@@ -3110,7 +3111,7 @@ export interface UnprocessableEntityObjectResult$instance extends ObjectResult$i
|
|
|
3110
3111
|
|
|
3111
3112
|
export const UnprocessableEntityObjectResult: {
|
|
3112
3113
|
new(modelState: ModelStateDictionary): UnprocessableEntityObjectResult;
|
|
3113
|
-
new(error: unknown): UnprocessableEntityObjectResult;
|
|
3114
|
+
new(error: unknown | null): UnprocessableEntityObjectResult;
|
|
3114
3115
|
};
|
|
3115
3116
|
|
|
3116
3117
|
|
|
@@ -3168,7 +3169,7 @@ export interface __UnsupportedMediaTypeResult$views {
|
|
|
3168
3169
|
export type UnsupportedMediaTypeResult = UnsupportedMediaTypeResult$instance & __UnsupportedMediaTypeResult$views;
|
|
3169
3170
|
|
|
3170
3171
|
|
|
3171
|
-
export interface ValidateAntiForgeryTokenAttribute$instance extends Attribute,
|
|
3172
|
+
export interface ValidateAntiForgeryTokenAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
3172
3173
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ValidateAntiForgeryTokenAttribute: never;
|
|
3173
3174
|
|
|
3174
3175
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
@@ -3228,9 +3229,9 @@ export interface ViewComponent$instance {
|
|
|
3228
3229
|
ViewEngine: ICompositeViewEngine;
|
|
3229
3230
|
Content(content: string): ContentViewComponentResult;
|
|
3230
3231
|
View(): ViewViewComponentResult;
|
|
3231
|
-
View(viewName: string): ViewViewComponentResult;
|
|
3232
|
-
View<TModel>(model: TModel): ViewViewComponentResult;
|
|
3233
|
-
View<TModel>(viewName: string, model: TModel): ViewViewComponentResult;
|
|
3232
|
+
View(viewName: string | null): ViewViewComponentResult;
|
|
3233
|
+
View<TModel extends unknown>(model: TModel | null): ViewViewComponentResult;
|
|
3234
|
+
View<TModel extends unknown>(viewName: string | null, model: TModel | null): ViewViewComponentResult;
|
|
3234
3235
|
}
|
|
3235
3236
|
|
|
3236
3237
|
|
|
@@ -3260,18 +3261,18 @@ export interface ViewComponentResult$instance extends ActionResult$instance {
|
|
|
3260
3261
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
3261
3262
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
3262
3263
|
|
|
3263
|
-
get Arguments(): unknown |
|
|
3264
|
-
set Arguments(value: unknown |
|
|
3265
|
-
get ContentType(): string |
|
|
3266
|
-
set ContentType(value: string |
|
|
3267
|
-
readonly Model: unknown |
|
|
3264
|
+
get Arguments(): unknown | null;
|
|
3265
|
+
set Arguments(value: unknown | null);
|
|
3266
|
+
get ContentType(): string | null;
|
|
3267
|
+
set ContentType(value: string | null);
|
|
3268
|
+
readonly Model: unknown | null;
|
|
3268
3269
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
3269
3270
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
3270
3271
|
TempData: ITempDataDictionary;
|
|
3271
|
-
get ViewComponentName(): string |
|
|
3272
|
-
set ViewComponentName(value: string |
|
|
3273
|
-
get ViewComponentType(): Type |
|
|
3274
|
-
set ViewComponentType(value: Type |
|
|
3272
|
+
get ViewComponentName(): string | null;
|
|
3273
|
+
set ViewComponentName(value: string | null);
|
|
3274
|
+
get ViewComponentType(): Type | null;
|
|
3275
|
+
set ViewComponentType(value: Type | null);
|
|
3275
3276
|
ViewData: ViewDataDictionary;
|
|
3276
3277
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
3277
3278
|
}
|
|
@@ -3293,8 +3294,8 @@ export type ViewComponentResult = ViewComponentResult$instance & __ViewComponent
|
|
|
3293
3294
|
export interface ViewDataAttribute$instance extends Attribute {
|
|
3294
3295
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewDataAttribute: never;
|
|
3295
3296
|
|
|
3296
|
-
get Key(): string |
|
|
3297
|
-
set Key(value: string |
|
|
3297
|
+
get Key(): string | null;
|
|
3298
|
+
set Key(value: string | null);
|
|
3298
3299
|
}
|
|
3299
3300
|
|
|
3300
3301
|
|
|
@@ -3311,17 +3312,17 @@ export interface ViewResult$instance extends ActionResult$instance {
|
|
|
3311
3312
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
3312
3313
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
3313
3314
|
|
|
3314
|
-
get ContentType(): string |
|
|
3315
|
-
set ContentType(value: string |
|
|
3316
|
-
readonly Model: unknown |
|
|
3315
|
+
get ContentType(): string | null;
|
|
3316
|
+
set ContentType(value: string | null);
|
|
3317
|
+
readonly Model: unknown | null;
|
|
3317
3318
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
3318
3319
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
3319
3320
|
TempData: ITempDataDictionary;
|
|
3320
3321
|
ViewData: ViewDataDictionary;
|
|
3321
|
-
get ViewEngine(): IViewEngine |
|
|
3322
|
-
set ViewEngine(value: IViewEngine |
|
|
3323
|
-
get ViewName(): string |
|
|
3324
|
-
set ViewName(value: string |
|
|
3322
|
+
get ViewEngine(): IViewEngine | null;
|
|
3323
|
+
set ViewEngine(value: IViewEngine | null);
|
|
3324
|
+
get ViewName(): string | null;
|
|
3325
|
+
set ViewName(value: string | null);
|
|
3325
3326
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
3326
3327
|
}
|
|
3327
3328
|
|
|
@@ -3339,14 +3340,14 @@ export interface __ViewResult$views {
|
|
|
3339
3340
|
export type ViewResult = ViewResult$instance & __ViewResult$views;
|
|
3340
3341
|
|
|
3341
3342
|
|
|
3342
|
-
export interface VirtualFileResult$instance extends FileResult$instance {
|
|
3343
|
+
export interface VirtualFileResult$instance extends FileResult$instance, IActionResult$instance {
|
|
3343
3344
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_VirtualFileResult: never;
|
|
3344
3345
|
|
|
3345
3346
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
3346
3347
|
|
|
3347
3348
|
FileName: string;
|
|
3348
|
-
get FileProvider(): IFileProvider |
|
|
3349
|
-
set FileProvider(value: IFileProvider |
|
|
3349
|
+
get FileProvider(): IFileProvider | null;
|
|
3350
|
+
set FileProvider(value: IFileProvider | null);
|
|
3350
3351
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
3351
3352
|
}
|
|
3352
3353
|
|
|
@@ -3379,29 +3380,29 @@ export abstract class DefaultApiConventions$instance {
|
|
|
3379
3380
|
export type DefaultApiConventions = DefaultApiConventions$instance;
|
|
3380
3381
|
|
|
3381
3382
|
export abstract class UrlHelperExtensions$instance {
|
|
3382
|
-
static Action(helper: IUrlHelper, action: string, values: unknown): string |
|
|
3383
|
-
static Action(helper: IUrlHelper, action: string, controller: string, values: unknown, protocol: string, host: string, fragment: string): string |
|
|
3384
|
-
static Action(helper: IUrlHelper, action: string, controller: string, values: unknown, protocol: string, host: string): string |
|
|
3385
|
-
static Action(helper: IUrlHelper, action: string, controller: string, values: unknown, protocol: string): string |
|
|
3386
|
-
static Action(helper: IUrlHelper, action: string, controller: string, values: unknown): string |
|
|
3387
|
-
static Action(helper: IUrlHelper, action: string, controller: string): string |
|
|
3388
|
-
static Action(helper: IUrlHelper, action: string): string |
|
|
3389
|
-
static Action(helper: IUrlHelper): string |
|
|
3390
|
-
static ActionLink(helper: IUrlHelper, action?: string, controller?: string, values?: unknown, protocol?: string, host?: string, fragment?: string): string |
|
|
3391
|
-
static Page(urlHelper: IUrlHelper, pageName: string, values: unknown): string |
|
|
3392
|
-
static Page(urlHelper: IUrlHelper, pageName: string, pageHandler: string, values: unknown, protocol: string, host: string, fragment: string): string |
|
|
3393
|
-
static Page(urlHelper: IUrlHelper, pageName: string, pageHandler: string, values: unknown, protocol: string, host: string): string |
|
|
3394
|
-
static Page(urlHelper: IUrlHelper, pageName: string, pageHandler: string, values: unknown, protocol: string): string |
|
|
3395
|
-
static Page(urlHelper: IUrlHelper, pageName: string, pageHandler: string, values: unknown): string |
|
|
3396
|
-
static Page(urlHelper: IUrlHelper, pageName: string, pageHandler: string): string |
|
|
3397
|
-
static Page(urlHelper: IUrlHelper, pageName: string): string |
|
|
3398
|
-
static PageLink(urlHelper: IUrlHelper, pageName?: string, pageHandler?: string, values?: unknown, protocol?: string, host?: string, fragment?: string): string |
|
|
3399
|
-
static RouteUrl(helper: IUrlHelper, values: unknown): string |
|
|
3400
|
-
static RouteUrl(helper: IUrlHelper, routeName: string, values: unknown, protocol: string, host: string, fragment: string): string |
|
|
3401
|
-
static RouteUrl(helper: IUrlHelper, routeName: string, values: unknown, protocol: string, host: string): string |
|
|
3402
|
-
static RouteUrl(helper: IUrlHelper, routeName: string, values: unknown, protocol: string): string |
|
|
3403
|
-
static RouteUrl(helper: IUrlHelper, routeName: string, values: unknown): string |
|
|
3404
|
-
static RouteUrl(helper: IUrlHelper, routeName: string): string |
|
|
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
|
+
static Action(helper: IUrlHelper, action: string | null, controller: string | null): string | null;
|
|
3389
|
+
static Action(helper: IUrlHelper, action: string | null): string | null;
|
|
3390
|
+
static Action(helper: IUrlHelper): string | null;
|
|
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
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null, pageHandler: string | null): string | null;
|
|
3398
|
+
static Page(urlHelper: IUrlHelper, pageName: string | null): string | null;
|
|
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
|
+
static RouteUrl(helper: IUrlHelper, routeName: string | null): string | null;
|
|
3405
3406
|
}
|
|
3406
3407
|
|
|
3407
3408
|
|