@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.Http.HttpResults
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Endpoints, Microsoft.AspNetCore.Http.Abstractions, Microsoft.AspNetCore.Http.Results
|
|
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";
|
|
@@ -33,7 +34,7 @@ export interface Accepted$instance extends Microsoft_AspNetCore_Http_Internal.IR
|
|
|
33
34
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IStatusCodeHttpResult: never;
|
|
34
35
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
35
36
|
|
|
36
|
-
readonly Location: string |
|
|
37
|
+
readonly Location: string | null;
|
|
37
38
|
readonly StatusCode: int;
|
|
38
39
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
39
40
|
}
|
|
@@ -52,7 +53,7 @@ export interface __Accepted$views {
|
|
|
52
53
|
export type Accepted = Accepted$instance & __Accepted$views;
|
|
53
54
|
|
|
54
55
|
|
|
55
|
-
export interface Accepted_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
56
|
+
export interface Accepted_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
56
57
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Accepted_1: never;
|
|
57
58
|
|
|
58
59
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -61,9 +62,9 @@ export interface Accepted_1$instance<TValue> extends Microsoft_AspNetCore_Http_I
|
|
|
61
62
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IValueHttpResult_1: never;
|
|
62
63
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
63
64
|
|
|
64
|
-
readonly Location: string |
|
|
65
|
+
readonly Location: string | null;
|
|
65
66
|
readonly StatusCode: int;
|
|
66
|
-
readonly Value: TValue |
|
|
67
|
+
readonly Value: TValue | null;
|
|
67
68
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
68
69
|
}
|
|
69
70
|
|
|
@@ -72,7 +73,7 @@ export const Accepted_1: {
|
|
|
72
73
|
};
|
|
73
74
|
|
|
74
75
|
|
|
75
|
-
export interface __Accepted_1$views<TValue> {
|
|
76
|
+
export interface __Accepted_1$views<TValue extends unknown> {
|
|
76
77
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
77
78
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
78
79
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -80,7 +81,7 @@ export interface __Accepted_1$views<TValue> {
|
|
|
80
81
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
81
82
|
}
|
|
82
83
|
|
|
83
|
-
export type Accepted_1<TValue> = Accepted_1$instance<TValue> & __Accepted_1$views<TValue>;
|
|
84
|
+
export type Accepted_1<TValue extends unknown> = Accepted_1$instance<TValue> & __Accepted_1$views<TValue>;
|
|
84
85
|
|
|
85
86
|
|
|
86
87
|
export interface AcceptedAtRoute$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
@@ -90,7 +91,7 @@ export interface AcceptedAtRoute$instance extends Microsoft_AspNetCore_Http_Inte
|
|
|
90
91
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IStatusCodeHttpResult: never;
|
|
91
92
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
92
93
|
|
|
93
|
-
readonly RouteName: string |
|
|
94
|
+
readonly RouteName: string | null;
|
|
94
95
|
readonly RouteValues: RouteValueDictionary;
|
|
95
96
|
readonly StatusCode: int;
|
|
96
97
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
@@ -110,7 +111,7 @@ export interface __AcceptedAtRoute$views {
|
|
|
110
111
|
export type AcceptedAtRoute = AcceptedAtRoute$instance & __AcceptedAtRoute$views;
|
|
111
112
|
|
|
112
113
|
|
|
113
|
-
export interface AcceptedAtRoute_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
114
|
+
export interface AcceptedAtRoute_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
114
115
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_AcceptedAtRoute_1: never;
|
|
115
116
|
|
|
116
117
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -119,10 +120,10 @@ export interface AcceptedAtRoute_1$instance<TValue> extends Microsoft_AspNetCore
|
|
|
119
120
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IValueHttpResult_1: never;
|
|
120
121
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
121
122
|
|
|
122
|
-
readonly RouteName: string |
|
|
123
|
+
readonly RouteName: string | null;
|
|
123
124
|
readonly RouteValues: RouteValueDictionary;
|
|
124
125
|
readonly StatusCode: int;
|
|
125
|
-
readonly Value: TValue |
|
|
126
|
+
readonly Value: TValue | null;
|
|
126
127
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
127
128
|
}
|
|
128
129
|
|
|
@@ -131,7 +132,7 @@ export const AcceptedAtRoute_1: {
|
|
|
131
132
|
};
|
|
132
133
|
|
|
133
134
|
|
|
134
|
-
export interface __AcceptedAtRoute_1$views<TValue> {
|
|
135
|
+
export interface __AcceptedAtRoute_1$views<TValue extends unknown> {
|
|
135
136
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
136
137
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
137
138
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -139,7 +140,7 @@ export interface __AcceptedAtRoute_1$views<TValue> {
|
|
|
139
140
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
140
141
|
}
|
|
141
142
|
|
|
142
|
-
export type AcceptedAtRoute_1<TValue> = AcceptedAtRoute_1$instance<TValue> & __AcceptedAtRoute_1$views<TValue>;
|
|
143
|
+
export type AcceptedAtRoute_1<TValue extends unknown> = AcceptedAtRoute_1$instance<TValue> & __AcceptedAtRoute_1$views<TValue>;
|
|
143
144
|
|
|
144
145
|
|
|
145
146
|
export interface BadRequest$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
@@ -167,7 +168,7 @@ export interface __BadRequest$views {
|
|
|
167
168
|
export type BadRequest = BadRequest$instance & __BadRequest$views;
|
|
168
169
|
|
|
169
170
|
|
|
170
|
-
export interface BadRequest_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
171
|
+
export interface BadRequest_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
171
172
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_BadRequest_1: never;
|
|
172
173
|
|
|
173
174
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -177,7 +178,7 @@ export interface BadRequest_1$instance<TValue> extends Microsoft_AspNetCore_Http
|
|
|
177
178
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
178
179
|
|
|
179
180
|
readonly StatusCode: int;
|
|
180
|
-
readonly Value: TValue |
|
|
181
|
+
readonly Value: TValue | null;
|
|
181
182
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
182
183
|
}
|
|
183
184
|
|
|
@@ -186,7 +187,7 @@ export const BadRequest_1: {
|
|
|
186
187
|
};
|
|
187
188
|
|
|
188
189
|
|
|
189
|
-
export interface __BadRequest_1$views<TValue> {
|
|
190
|
+
export interface __BadRequest_1$views<TValue extends unknown> {
|
|
190
191
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
191
192
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
192
193
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -194,7 +195,7 @@ export interface __BadRequest_1$views<TValue> {
|
|
|
194
195
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
195
196
|
}
|
|
196
197
|
|
|
197
|
-
export type BadRequest_1<TValue> = BadRequest_1$instance<TValue> & __BadRequest_1$views<TValue>;
|
|
198
|
+
export type BadRequest_1<TValue extends unknown> = BadRequest_1$instance<TValue> & __BadRequest_1$views<TValue>;
|
|
198
199
|
|
|
199
200
|
|
|
200
201
|
export interface ChallengeHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -203,8 +204,8 @@ export interface ChallengeHttpResult$instance extends Microsoft_AspNetCore_Http_
|
|
|
203
204
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
204
205
|
|
|
205
206
|
AuthenticationSchemes: IReadOnlyList_1<System_Internal.String>;
|
|
206
|
-
get Properties(): AuthenticationProperties |
|
|
207
|
-
set Properties(value: AuthenticationProperties |
|
|
207
|
+
get Properties(): AuthenticationProperties | null;
|
|
208
|
+
set Properties(value: AuthenticationProperties | null);
|
|
208
209
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
209
210
|
}
|
|
210
211
|
|
|
@@ -245,7 +246,7 @@ export interface __Conflict$views {
|
|
|
245
246
|
export type Conflict = Conflict$instance & __Conflict$views;
|
|
246
247
|
|
|
247
248
|
|
|
248
|
-
export interface Conflict_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
249
|
+
export interface Conflict_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
249
250
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Conflict_1: never;
|
|
250
251
|
|
|
251
252
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -255,7 +256,7 @@ export interface Conflict_1$instance<TValue> extends Microsoft_AspNetCore_Http_I
|
|
|
255
256
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
256
257
|
|
|
257
258
|
readonly StatusCode: int;
|
|
258
|
-
readonly Value: TValue |
|
|
259
|
+
readonly Value: TValue | null;
|
|
259
260
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
260
261
|
}
|
|
261
262
|
|
|
@@ -264,7 +265,7 @@ export const Conflict_1: {
|
|
|
264
265
|
};
|
|
265
266
|
|
|
266
267
|
|
|
267
|
-
export interface __Conflict_1$views<TValue> {
|
|
268
|
+
export interface __Conflict_1$views<TValue extends unknown> {
|
|
268
269
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
269
270
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
270
271
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -272,7 +273,7 @@ export interface __Conflict_1$views<TValue> {
|
|
|
272
273
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
273
274
|
}
|
|
274
275
|
|
|
275
|
-
export type Conflict_1<TValue> = Conflict_1$instance<TValue> & __Conflict_1$views<TValue>;
|
|
276
|
+
export type Conflict_1<TValue extends unknown> = Conflict_1$instance<TValue> & __Conflict_1$views<TValue>;
|
|
276
277
|
|
|
277
278
|
|
|
278
279
|
export interface ContentHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -283,8 +284,8 @@ export interface ContentHttpResult$instance extends Microsoft_AspNetCore_Http_In
|
|
|
283
284
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IStatusCodeHttpResult: never;
|
|
284
285
|
|
|
285
286
|
ContentType: string;
|
|
286
|
-
get ResponseContent(): string |
|
|
287
|
-
set ResponseContent(value: string |
|
|
287
|
+
get ResponseContent(): string | null;
|
|
288
|
+
set ResponseContent(value: string | null);
|
|
288
289
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
289
290
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
290
291
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
@@ -311,7 +312,7 @@ export interface Created$instance extends Microsoft_AspNetCore_Http_Internal.IRe
|
|
|
311
312
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IStatusCodeHttpResult: never;
|
|
312
313
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
313
314
|
|
|
314
|
-
readonly Location: string |
|
|
315
|
+
readonly Location: string | null;
|
|
315
316
|
readonly StatusCode: int;
|
|
316
317
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
317
318
|
}
|
|
@@ -330,7 +331,7 @@ export interface __Created$views {
|
|
|
330
331
|
export type Created = Created$instance & __Created$views;
|
|
331
332
|
|
|
332
333
|
|
|
333
|
-
export interface Created_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
334
|
+
export interface Created_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
334
335
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Created_1: never;
|
|
335
336
|
|
|
336
337
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -339,9 +340,9 @@ export interface Created_1$instance<TValue> extends Microsoft_AspNetCore_Http_In
|
|
|
339
340
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IValueHttpResult_1: never;
|
|
340
341
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
341
342
|
|
|
342
|
-
readonly Location: string |
|
|
343
|
+
readonly Location: string | null;
|
|
343
344
|
readonly StatusCode: int;
|
|
344
|
-
readonly Value: TValue |
|
|
345
|
+
readonly Value: TValue | null;
|
|
345
346
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
346
347
|
}
|
|
347
348
|
|
|
@@ -350,7 +351,7 @@ export const Created_1: {
|
|
|
350
351
|
};
|
|
351
352
|
|
|
352
353
|
|
|
353
|
-
export interface __Created_1$views<TValue> {
|
|
354
|
+
export interface __Created_1$views<TValue extends unknown> {
|
|
354
355
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
355
356
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
356
357
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -358,7 +359,7 @@ export interface __Created_1$views<TValue> {
|
|
|
358
359
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
359
360
|
}
|
|
360
361
|
|
|
361
|
-
export type Created_1<TValue> = Created_1$instance<TValue> & __Created_1$views<TValue>;
|
|
362
|
+
export type Created_1<TValue extends unknown> = Created_1$instance<TValue> & __Created_1$views<TValue>;
|
|
362
363
|
|
|
363
364
|
|
|
364
365
|
export interface CreatedAtRoute$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
@@ -368,7 +369,7 @@ export interface CreatedAtRoute$instance extends Microsoft_AspNetCore_Http_Inter
|
|
|
368
369
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IStatusCodeHttpResult: never;
|
|
369
370
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
370
371
|
|
|
371
|
-
readonly RouteName: string |
|
|
372
|
+
readonly RouteName: string | null;
|
|
372
373
|
readonly RouteValues: RouteValueDictionary;
|
|
373
374
|
readonly StatusCode: int;
|
|
374
375
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
@@ -388,7 +389,7 @@ export interface __CreatedAtRoute$views {
|
|
|
388
389
|
export type CreatedAtRoute = CreatedAtRoute$instance & __CreatedAtRoute$views;
|
|
389
390
|
|
|
390
391
|
|
|
391
|
-
export interface CreatedAtRoute_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
392
|
+
export interface CreatedAtRoute_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
392
393
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_CreatedAtRoute_1: never;
|
|
393
394
|
|
|
394
395
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -397,10 +398,10 @@ export interface CreatedAtRoute_1$instance<TValue> extends Microsoft_AspNetCore_
|
|
|
397
398
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IValueHttpResult_1: never;
|
|
398
399
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
399
400
|
|
|
400
|
-
readonly RouteName: string |
|
|
401
|
+
readonly RouteName: string | null;
|
|
401
402
|
readonly RouteValues: RouteValueDictionary;
|
|
402
403
|
readonly StatusCode: int;
|
|
403
|
-
readonly Value: TValue |
|
|
404
|
+
readonly Value: TValue | null;
|
|
404
405
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
405
406
|
}
|
|
406
407
|
|
|
@@ -409,7 +410,7 @@ export const CreatedAtRoute_1: {
|
|
|
409
410
|
};
|
|
410
411
|
|
|
411
412
|
|
|
412
|
-
export interface __CreatedAtRoute_1$views<TValue> {
|
|
413
|
+
export interface __CreatedAtRoute_1$views<TValue extends unknown> {
|
|
413
414
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
414
415
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
415
416
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -417,7 +418,7 @@ export interface __CreatedAtRoute_1$views<TValue> {
|
|
|
417
418
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
418
419
|
}
|
|
419
420
|
|
|
420
|
-
export type CreatedAtRoute_1<TValue> = CreatedAtRoute_1$instance<TValue> & __CreatedAtRoute_1$views<TValue>;
|
|
421
|
+
export type CreatedAtRoute_1<TValue extends unknown> = CreatedAtRoute_1$instance<TValue> & __CreatedAtRoute_1$views<TValue>;
|
|
421
422
|
|
|
422
423
|
|
|
423
424
|
export interface EmptyHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -450,11 +451,11 @@ export interface FileContentHttpResult$instance extends Microsoft_AspNetCore_Htt
|
|
|
450
451
|
|
|
451
452
|
ContentType: string;
|
|
452
453
|
EnableRangeProcessing: boolean;
|
|
453
|
-
get EntityTag(): EntityTagHeaderValue |
|
|
454
|
-
set EntityTag(value: EntityTagHeaderValue |
|
|
454
|
+
get EntityTag(): EntityTagHeaderValue | null;
|
|
455
|
+
set EntityTag(value: EntityTagHeaderValue | null);
|
|
455
456
|
FileContents: ReadOnlyMemory_1<System_Internal.Byte>;
|
|
456
|
-
get FileDownloadName(): string |
|
|
457
|
-
set FileDownloadName(value: string |
|
|
457
|
+
get FileDownloadName(): string | null;
|
|
458
|
+
set FileDownloadName(value: string | null);
|
|
458
459
|
get FileLength(): Nullable_1<System_Internal.Int64>;
|
|
459
460
|
set FileLength(value: Nullable_1<System_Internal.Int64> | long);
|
|
460
461
|
get LastModified(): Nullable_1<DateTimeOffset>;
|
|
@@ -485,10 +486,10 @@ export interface FileStreamHttpResult$instance extends Microsoft_AspNetCore_Http
|
|
|
485
486
|
|
|
486
487
|
ContentType: string;
|
|
487
488
|
EnableRangeProcessing: boolean;
|
|
488
|
-
get EntityTag(): EntityTagHeaderValue |
|
|
489
|
-
set EntityTag(value: EntityTagHeaderValue |
|
|
490
|
-
get FileDownloadName(): string |
|
|
491
|
-
set FileDownloadName(value: string |
|
|
489
|
+
get EntityTag(): EntityTagHeaderValue | null;
|
|
490
|
+
set EntityTag(value: EntityTagHeaderValue | null);
|
|
491
|
+
get FileDownloadName(): string | null;
|
|
492
|
+
set FileDownloadName(value: string | null);
|
|
492
493
|
get FileLength(): Nullable_1<System_Internal.Int64>;
|
|
493
494
|
set FileLength(value: Nullable_1<System_Internal.Int64> | long);
|
|
494
495
|
readonly FileStream: Stream;
|
|
@@ -517,8 +518,8 @@ export interface ForbidHttpResult$instance extends Microsoft_AspNetCore_Http_Int
|
|
|
517
518
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
518
519
|
|
|
519
520
|
AuthenticationSchemes: IReadOnlyList_1<System_Internal.String>;
|
|
520
|
-
get Properties(): AuthenticationProperties |
|
|
521
|
-
set Properties(value: AuthenticationProperties |
|
|
521
|
+
get Properties(): AuthenticationProperties | null;
|
|
522
|
+
set Properties(value: AuthenticationProperties | null);
|
|
522
523
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
523
524
|
}
|
|
524
525
|
|
|
@@ -559,7 +560,7 @@ export interface __InternalServerError$views {
|
|
|
559
560
|
export type InternalServerError = InternalServerError$instance & __InternalServerError$views;
|
|
560
561
|
|
|
561
562
|
|
|
562
|
-
export interface InternalServerError_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
563
|
+
export interface InternalServerError_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
563
564
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_InternalServerError_1: never;
|
|
564
565
|
|
|
565
566
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -569,7 +570,7 @@ export interface InternalServerError_1$instance<TValue> extends Microsoft_AspNet
|
|
|
569
570
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
570
571
|
|
|
571
572
|
readonly StatusCode: int;
|
|
572
|
-
readonly Value: TValue |
|
|
573
|
+
readonly Value: TValue | null;
|
|
573
574
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
574
575
|
}
|
|
575
576
|
|
|
@@ -578,7 +579,7 @@ export const InternalServerError_1: {
|
|
|
578
579
|
};
|
|
579
580
|
|
|
580
581
|
|
|
581
|
-
export interface __InternalServerError_1$views<TValue> {
|
|
582
|
+
export interface __InternalServerError_1$views<TValue extends unknown> {
|
|
582
583
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
583
584
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
584
585
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -586,10 +587,10 @@ export interface __InternalServerError_1$views<TValue> {
|
|
|
586
587
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
587
588
|
}
|
|
588
589
|
|
|
589
|
-
export type InternalServerError_1<TValue> = InternalServerError_1$instance<TValue> & __InternalServerError_1$views<TValue>;
|
|
590
|
+
export type InternalServerError_1<TValue extends unknown> = InternalServerError_1$instance<TValue> & __InternalServerError_1$views<TValue>;
|
|
590
591
|
|
|
591
592
|
|
|
592
|
-
export interface JsonHttpResult_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IContentTypeHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
593
|
+
export interface JsonHttpResult_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IContentTypeHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
593
594
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_JsonHttpResult_1: never;
|
|
594
595
|
|
|
595
596
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IContentTypeHttpResult: never;
|
|
@@ -600,9 +601,9 @@ export interface JsonHttpResult_1$instance<TValue> extends Microsoft_AspNetCore_
|
|
|
600
601
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
601
602
|
|
|
602
603
|
readonly ContentType: string;
|
|
603
|
-
readonly JsonSerializerOptions: JsonSerializerOptions |
|
|
604
|
+
readonly JsonSerializerOptions: JsonSerializerOptions | null;
|
|
604
605
|
readonly StatusCode: Nullable_1<System_Internal.Int32>;
|
|
605
|
-
readonly Value: TValue |
|
|
606
|
+
readonly Value: TValue | null;
|
|
606
607
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
607
608
|
}
|
|
608
609
|
|
|
@@ -611,7 +612,7 @@ export const JsonHttpResult_1: {
|
|
|
611
612
|
};
|
|
612
613
|
|
|
613
614
|
|
|
614
|
-
export interface __JsonHttpResult_1$views<TValue> {
|
|
615
|
+
export interface __JsonHttpResult_1$views<TValue extends unknown> {
|
|
615
616
|
As_IContentTypeHttpResult(): Microsoft_AspNetCore_Http_Internal.IContentTypeHttpResult$instance;
|
|
616
617
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
617
618
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
@@ -620,7 +621,7 @@ export interface __JsonHttpResult_1$views<TValue> {
|
|
|
620
621
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
621
622
|
}
|
|
622
623
|
|
|
623
|
-
export type JsonHttpResult_1<TValue> = JsonHttpResult_1$instance<TValue> & __JsonHttpResult_1$views<TValue>;
|
|
624
|
+
export type JsonHttpResult_1<TValue extends unknown> = JsonHttpResult_1$instance<TValue> & __JsonHttpResult_1$views<TValue>;
|
|
624
625
|
|
|
625
626
|
|
|
626
627
|
export interface NoContent$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
@@ -673,7 +674,7 @@ export interface __NotFound$views {
|
|
|
673
674
|
export type NotFound = NotFound$instance & __NotFound$views;
|
|
674
675
|
|
|
675
676
|
|
|
676
|
-
export interface NotFound_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
677
|
+
export interface NotFound_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
677
678
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_NotFound_1: never;
|
|
678
679
|
|
|
679
680
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -683,7 +684,7 @@ export interface NotFound_1$instance<TValue> extends Microsoft_AspNetCore_Http_I
|
|
|
683
684
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
684
685
|
|
|
685
686
|
readonly StatusCode: int;
|
|
686
|
-
Value: TValue |
|
|
687
|
+
Value: TValue | null;
|
|
687
688
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
688
689
|
}
|
|
689
690
|
|
|
@@ -692,7 +693,7 @@ export const NotFound_1: {
|
|
|
692
693
|
};
|
|
693
694
|
|
|
694
695
|
|
|
695
|
-
export interface __NotFound_1$views<TValue> {
|
|
696
|
+
export interface __NotFound_1$views<TValue extends unknown> {
|
|
696
697
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
697
698
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
698
699
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -700,7 +701,7 @@ export interface __NotFound_1$views<TValue> {
|
|
|
700
701
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
701
702
|
}
|
|
702
703
|
|
|
703
|
-
export type NotFound_1<TValue> = NotFound_1$instance<TValue> & __NotFound_1$views<TValue>;
|
|
704
|
+
export type NotFound_1<TValue extends unknown> = NotFound_1$instance<TValue> & __NotFound_1$views<TValue>;
|
|
704
705
|
|
|
705
706
|
|
|
706
707
|
export interface Ok$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
@@ -728,7 +729,7 @@ export interface __Ok$views {
|
|
|
728
729
|
export type Ok = Ok$instance & __Ok$views;
|
|
729
730
|
|
|
730
731
|
|
|
731
|
-
export interface Ok_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
732
|
+
export interface Ok_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
732
733
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Ok_1: never;
|
|
733
734
|
|
|
734
735
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -738,7 +739,7 @@ export interface Ok_1$instance<TValue> extends Microsoft_AspNetCore_Http_Interna
|
|
|
738
739
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
739
740
|
|
|
740
741
|
readonly StatusCode: int;
|
|
741
|
-
readonly Value: TValue |
|
|
742
|
+
readonly Value: TValue | null;
|
|
742
743
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
743
744
|
}
|
|
744
745
|
|
|
@@ -747,7 +748,7 @@ export const Ok_1: {
|
|
|
747
748
|
};
|
|
748
749
|
|
|
749
750
|
|
|
750
|
-
export interface __Ok_1$views<TValue> {
|
|
751
|
+
export interface __Ok_1$views<TValue extends unknown> {
|
|
751
752
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
752
753
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
753
754
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -755,7 +756,7 @@ export interface __Ok_1$views<TValue> {
|
|
|
755
756
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
756
757
|
}
|
|
757
758
|
|
|
758
|
-
export type Ok_1<TValue> = Ok_1$instance<TValue> & __Ok_1$views<TValue>;
|
|
759
|
+
export type Ok_1<TValue extends unknown> = Ok_1$instance<TValue> & __Ok_1$views<TValue>;
|
|
759
760
|
|
|
760
761
|
|
|
761
762
|
export interface PhysicalFileHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -767,10 +768,10 @@ export interface PhysicalFileHttpResult$instance extends Microsoft_AspNetCore_Ht
|
|
|
767
768
|
|
|
768
769
|
ContentType: string;
|
|
769
770
|
EnableRangeProcessing: boolean;
|
|
770
|
-
get EntityTag(): EntityTagHeaderValue |
|
|
771
|
-
set EntityTag(value: EntityTagHeaderValue |
|
|
772
|
-
get FileDownloadName(): string |
|
|
773
|
-
set FileDownloadName(value: string |
|
|
771
|
+
get EntityTag(): EntityTagHeaderValue | null;
|
|
772
|
+
set EntityTag(value: EntityTagHeaderValue | null);
|
|
773
|
+
get FileDownloadName(): string | null;
|
|
774
|
+
set FileDownloadName(value: string | null);
|
|
774
775
|
get FileLength(): Nullable_1<System_Internal.Int64>;
|
|
775
776
|
set FileLength(value: Nullable_1<System_Internal.Int64> | long);
|
|
776
777
|
readonly FileName: string;
|
|
@@ -835,10 +836,10 @@ export interface PushStreamHttpResult$instance extends Microsoft_AspNetCore_Http
|
|
|
835
836
|
|
|
836
837
|
ContentType: string;
|
|
837
838
|
EnableRangeProcessing: boolean;
|
|
838
|
-
get EntityTag(): EntityTagHeaderValue |
|
|
839
|
-
set EntityTag(value: EntityTagHeaderValue |
|
|
840
|
-
get FileDownloadName(): string |
|
|
841
|
-
set FileDownloadName(value: string |
|
|
839
|
+
get EntityTag(): EntityTagHeaderValue | null;
|
|
840
|
+
set EntityTag(value: EntityTagHeaderValue | null);
|
|
841
|
+
get FileDownloadName(): string | null;
|
|
842
|
+
set FileDownloadName(value: string | null);
|
|
842
843
|
get FileLength(): Nullable_1<System_Internal.Int64>;
|
|
843
844
|
set FileLength(value: Nullable_1<System_Internal.Int64> | long);
|
|
844
845
|
get LastModified(): Nullable_1<DateTimeOffset>;
|
|
@@ -869,7 +870,7 @@ export interface RazorComponentResult$instance extends Microsoft_AspNetCore_Http
|
|
|
869
870
|
|
|
870
871
|
readonly ComponentType: Type;
|
|
871
872
|
ContentType: string;
|
|
872
|
-
readonly Parameters: IReadOnlyDictionary_2<System_Internal.String, unknown |
|
|
873
|
+
readonly Parameters: IReadOnlyDictionary_2<System_Internal.String, unknown | null>;
|
|
873
874
|
PreventStreamingRendering: boolean;
|
|
874
875
|
get StatusCode(): Nullable_1<System_Internal.Int32>;
|
|
875
876
|
set StatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
@@ -880,7 +881,7 @@ export interface RazorComponentResult$instance extends Microsoft_AspNetCore_Http
|
|
|
880
881
|
export const RazorComponentResult: {
|
|
881
882
|
new(componentType: Type): RazorComponentResult;
|
|
882
883
|
new(componentType: Type, parameters: unknown): RazorComponentResult;
|
|
883
|
-
new(componentType: Type, parameters: IReadOnlyDictionary_2<System_Internal.String, unknown>): RazorComponentResult;
|
|
884
|
+
new(componentType: Type, parameters: IReadOnlyDictionary_2<System_Internal.String, unknown | null>): RazorComponentResult;
|
|
884
885
|
};
|
|
885
886
|
|
|
886
887
|
|
|
@@ -893,7 +894,7 @@ export interface __RazorComponentResult$views {
|
|
|
893
894
|
export type RazorComponentResult = RazorComponentResult$instance & __RazorComponentResult$views;
|
|
894
895
|
|
|
895
896
|
|
|
896
|
-
export interface RazorComponentResult_1$instance<TComponent extends IComponent> extends RazorComponentResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
897
|
+
export interface RazorComponentResult_1$instance<TComponent extends unknown & IComponent> extends RazorComponentResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
897
898
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_RazorComponentResult_1: never;
|
|
898
899
|
|
|
899
900
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IContentTypeHttpResult: never;
|
|
@@ -904,19 +905,19 @@ export interface RazorComponentResult_1$instance<TComponent extends IComponent>
|
|
|
904
905
|
|
|
905
906
|
|
|
906
907
|
export const RazorComponentResult_1: {
|
|
907
|
-
new<TComponent extends IComponent>(): RazorComponentResult_1<TComponent>;
|
|
908
|
-
new<TComponent extends IComponent>(parameters: unknown): RazorComponentResult_1<TComponent>;
|
|
909
|
-
new<TComponent extends IComponent>(parameters: IReadOnlyDictionary_2<System_Internal.String, unknown>): RazorComponentResult_1<TComponent>;
|
|
908
|
+
new<TComponent extends unknown & IComponent>(): RazorComponentResult_1<TComponent>;
|
|
909
|
+
new<TComponent extends unknown & IComponent>(parameters: unknown): RazorComponentResult_1<TComponent>;
|
|
910
|
+
new<TComponent extends unknown & IComponent>(parameters: IReadOnlyDictionary_2<System_Internal.String, unknown | null>): RazorComponentResult_1<TComponent>;
|
|
910
911
|
};
|
|
911
912
|
|
|
912
913
|
|
|
913
|
-
export interface __RazorComponentResult_1$views<TComponent extends IComponent> {
|
|
914
|
+
export interface __RazorComponentResult_1$views<TComponent extends unknown & IComponent> {
|
|
914
915
|
As_IContentTypeHttpResult(): Microsoft_AspNetCore_Http_Internal.IContentTypeHttpResult$instance;
|
|
915
916
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
916
917
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
917
918
|
}
|
|
918
919
|
|
|
919
|
-
export type RazorComponentResult_1<TComponent extends IComponent> = RazorComponentResult_1$instance<TComponent> & __RazorComponentResult_1$views<TComponent>;
|
|
920
|
+
export type RazorComponentResult_1<TComponent extends unknown & IComponent> = RazorComponentResult_1$instance<TComponent> & __RazorComponentResult_1$views<TComponent>;
|
|
920
921
|
|
|
921
922
|
|
|
922
923
|
export interface RedirectHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -933,7 +934,7 @@ export interface RedirectHttpResult$instance extends Microsoft_AspNetCore_Http_I
|
|
|
933
934
|
|
|
934
935
|
|
|
935
936
|
export const RedirectHttpResult: {
|
|
936
|
-
IsLocalUrl(url: string): boolean;
|
|
937
|
+
IsLocalUrl(url: string | null): boolean;
|
|
937
938
|
};
|
|
938
939
|
|
|
939
940
|
|
|
@@ -949,10 +950,10 @@ export interface RedirectToRouteHttpResult$instance extends Microsoft_AspNetCore
|
|
|
949
950
|
|
|
950
951
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
951
952
|
|
|
952
|
-
readonly Fragment: string |
|
|
953
|
+
readonly Fragment: string | null;
|
|
953
954
|
readonly Permanent: boolean;
|
|
954
955
|
readonly PreserveMethod: boolean;
|
|
955
|
-
readonly RouteName: string |
|
|
956
|
+
readonly RouteName: string | null;
|
|
956
957
|
readonly RouteValues: RouteValueDictionary;
|
|
957
958
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
958
959
|
}
|
|
@@ -969,7 +970,7 @@ export interface __RedirectToRouteHttpResult$views {
|
|
|
969
970
|
export type RedirectToRouteHttpResult = RedirectToRouteHttpResult$instance & __RedirectToRouteHttpResult$views;
|
|
970
971
|
|
|
971
972
|
|
|
972
|
-
export interface Results_2$instance<TResult1 extends IResult, TResult2 extends IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
973
|
+
export interface Results_2$instance<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
973
974
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Results_2: never;
|
|
974
975
|
|
|
975
976
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_INestedHttpResult: never;
|
|
@@ -985,16 +986,16 @@ export const Results_2: {
|
|
|
985
986
|
};
|
|
986
987
|
|
|
987
988
|
|
|
988
|
-
export interface __Results_2$views<TResult1 extends IResult, TResult2 extends IResult> {
|
|
989
|
+
export interface __Results_2$views<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult> {
|
|
989
990
|
As_INestedHttpResult(): Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance;
|
|
990
991
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
991
992
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
992
993
|
}
|
|
993
994
|
|
|
994
|
-
export type Results_2<TResult1 extends IResult, TResult2 extends IResult> = Results_2$instance<TResult1, TResult2> & __Results_2$views<TResult1, TResult2>;
|
|
995
|
+
export type Results_2<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult> = Results_2$instance<TResult1, TResult2> & __Results_2$views<TResult1, TResult2>;
|
|
995
996
|
|
|
996
997
|
|
|
997
|
-
export interface Results_3$instance<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
998
|
+
export interface Results_3$instance<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
998
999
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Results_3: never;
|
|
999
1000
|
|
|
1000
1001
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_INestedHttpResult: never;
|
|
@@ -1010,16 +1011,16 @@ export const Results_3: {
|
|
|
1010
1011
|
};
|
|
1011
1012
|
|
|
1012
1013
|
|
|
1013
|
-
export interface __Results_3$views<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult> {
|
|
1014
|
+
export interface __Results_3$views<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult> {
|
|
1014
1015
|
As_INestedHttpResult(): Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance;
|
|
1015
1016
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
1016
1017
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
1017
1018
|
}
|
|
1018
1019
|
|
|
1019
|
-
export type Results_3<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult> = Results_3$instance<TResult1, TResult2, TResult3> & __Results_3$views<TResult1, TResult2, TResult3>;
|
|
1020
|
+
export type Results_3<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult> = Results_3$instance<TResult1, TResult2, TResult3> & __Results_3$views<TResult1, TResult2, TResult3>;
|
|
1020
1021
|
|
|
1021
1022
|
|
|
1022
|
-
export interface Results_4$instance<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1023
|
+
export interface Results_4$instance<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1023
1024
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Results_4: never;
|
|
1024
1025
|
|
|
1025
1026
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_INestedHttpResult: never;
|
|
@@ -1035,16 +1036,16 @@ export const Results_4: {
|
|
|
1035
1036
|
};
|
|
1036
1037
|
|
|
1037
1038
|
|
|
1038
|
-
export interface __Results_4$views<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult> {
|
|
1039
|
+
export interface __Results_4$views<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult> {
|
|
1039
1040
|
As_INestedHttpResult(): Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance;
|
|
1040
1041
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
1041
1042
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
1042
1043
|
}
|
|
1043
1044
|
|
|
1044
|
-
export type Results_4<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult> = Results_4$instance<TResult1, TResult2, TResult3, TResult4> & __Results_4$views<TResult1, TResult2, TResult3, TResult4>;
|
|
1045
|
+
export type Results_4<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult> = Results_4$instance<TResult1, TResult2, TResult3, TResult4> & __Results_4$views<TResult1, TResult2, TResult3, TResult4>;
|
|
1045
1046
|
|
|
1046
1047
|
|
|
1047
|
-
export interface Results_5$instance<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult, TResult5 extends IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1048
|
+
export interface Results_5$instance<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult, TResult5 extends unknown & IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1048
1049
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Results_5: never;
|
|
1049
1050
|
|
|
1050
1051
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_INestedHttpResult: never;
|
|
@@ -1060,16 +1061,16 @@ export const Results_5: {
|
|
|
1060
1061
|
};
|
|
1061
1062
|
|
|
1062
1063
|
|
|
1063
|
-
export interface __Results_5$views<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult, TResult5 extends IResult> {
|
|
1064
|
+
export interface __Results_5$views<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult, TResult5 extends unknown & IResult> {
|
|
1064
1065
|
As_INestedHttpResult(): Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance;
|
|
1065
1066
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
1066
1067
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
1067
1068
|
}
|
|
1068
1069
|
|
|
1069
|
-
export type Results_5<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult, TResult5 extends IResult> = Results_5$instance<TResult1, TResult2, TResult3, TResult4, TResult5> & __Results_5$views<TResult1, TResult2, TResult3, TResult4, TResult5>;
|
|
1070
|
+
export type Results_5<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult, TResult5 extends unknown & IResult> = Results_5$instance<TResult1, TResult2, TResult3, TResult4, TResult5> & __Results_5$views<TResult1, TResult2, TResult3, TResult4, TResult5>;
|
|
1070
1071
|
|
|
1071
1072
|
|
|
1072
|
-
export interface Results_6$instance<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult, TResult5 extends IResult, TResult6 extends IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1073
|
+
export interface Results_6$instance<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult, TResult5 extends unknown & IResult, TResult6 extends unknown & IResult> extends Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1073
1074
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_Results_6: never;
|
|
1074
1075
|
|
|
1075
1076
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_INestedHttpResult: never;
|
|
@@ -1085,16 +1086,16 @@ export const Results_6: {
|
|
|
1085
1086
|
};
|
|
1086
1087
|
|
|
1087
1088
|
|
|
1088
|
-
export interface __Results_6$views<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult, TResult5 extends IResult, TResult6 extends IResult> {
|
|
1089
|
+
export interface __Results_6$views<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult, TResult5 extends unknown & IResult, TResult6 extends unknown & IResult> {
|
|
1089
1090
|
As_INestedHttpResult(): Microsoft_AspNetCore_Http_Internal.INestedHttpResult$instance;
|
|
1090
1091
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
1091
1092
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
1092
1093
|
}
|
|
1093
1094
|
|
|
1094
|
-
export type Results_6<TResult1 extends IResult, TResult2 extends IResult, TResult3 extends IResult, TResult4 extends IResult, TResult5 extends IResult, TResult6 extends IResult> = Results_6$instance<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6> & __Results_6$views<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6>;
|
|
1095
|
+
export type Results_6<TResult1 extends unknown & IResult, TResult2 extends unknown & IResult, TResult3 extends unknown & IResult, TResult4 extends unknown & IResult, TResult5 extends unknown & IResult, TResult6 extends unknown & IResult> = Results_6$instance<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6> & __Results_6$views<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6>;
|
|
1095
1096
|
|
|
1096
1097
|
|
|
1097
|
-
export interface ServerSentEventsResult_1$instance<T> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1098
|
+
export interface ServerSentEventsResult_1$instance<T extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1098
1099
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_ServerSentEventsResult_1: never;
|
|
1099
1100
|
|
|
1100
1101
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -1110,13 +1111,13 @@ export const ServerSentEventsResult_1: {
|
|
|
1110
1111
|
};
|
|
1111
1112
|
|
|
1112
1113
|
|
|
1113
|
-
export interface __ServerSentEventsResult_1$views<T> {
|
|
1114
|
+
export interface __ServerSentEventsResult_1$views<T extends unknown> {
|
|
1114
1115
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
1115
1116
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
1116
1117
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
1117
1118
|
}
|
|
1118
1119
|
|
|
1119
|
-
export type ServerSentEventsResult_1<T> = ServerSentEventsResult_1$instance<T> & __ServerSentEventsResult_1$views<T>;
|
|
1120
|
+
export type ServerSentEventsResult_1<T extends unknown> = ServerSentEventsResult_1$instance<T> & __ServerSentEventsResult_1$views<T>;
|
|
1120
1121
|
|
|
1121
1122
|
|
|
1122
1123
|
export interface SignInHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -1124,11 +1125,11 @@ export interface SignInHttpResult$instance extends Microsoft_AspNetCore_Http_Int
|
|
|
1124
1125
|
|
|
1125
1126
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
1126
1127
|
|
|
1127
|
-
get AuthenticationScheme(): string |
|
|
1128
|
-
set AuthenticationScheme(value: string |
|
|
1128
|
+
get AuthenticationScheme(): string | null;
|
|
1129
|
+
set AuthenticationScheme(value: string | null);
|
|
1129
1130
|
Principal: ClaimsPrincipal;
|
|
1130
|
-
get Properties(): AuthenticationProperties |
|
|
1131
|
-
set Properties(value: AuthenticationProperties |
|
|
1131
|
+
get Properties(): AuthenticationProperties | null;
|
|
1132
|
+
set Properties(value: AuthenticationProperties | null);
|
|
1132
1133
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
1133
1134
|
}
|
|
1134
1135
|
|
|
@@ -1150,8 +1151,8 @@ export interface SignOutHttpResult$instance extends Microsoft_AspNetCore_Http_In
|
|
|
1150
1151
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
1151
1152
|
|
|
1152
1153
|
AuthenticationSchemes: IReadOnlyList_1<System_Internal.String>;
|
|
1153
|
-
get Properties(): AuthenticationProperties |
|
|
1154
|
-
set Properties(value: AuthenticationProperties |
|
|
1154
|
+
get Properties(): AuthenticationProperties | null;
|
|
1155
|
+
set Properties(value: AuthenticationProperties | null);
|
|
1155
1156
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
1156
1157
|
}
|
|
1157
1158
|
|
|
@@ -1238,7 +1239,7 @@ export interface __UnprocessableEntity$views {
|
|
|
1238
1239
|
export type UnprocessableEntity = UnprocessableEntity$instance & __UnprocessableEntity$views;
|
|
1239
1240
|
|
|
1240
1241
|
|
|
1241
|
-
export interface UnprocessableEntity_1$instance<TValue> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1242
|
+
export interface UnprocessableEntity_1$instance<TValue extends unknown> extends Microsoft_AspNetCore_Http_Internal.IResult$instance, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance {
|
|
1242
1243
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResults_UnprocessableEntity_1: never;
|
|
1243
1244
|
|
|
1244
1245
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
|
|
@@ -1248,7 +1249,7 @@ export interface UnprocessableEntity_1$instance<TValue> extends Microsoft_AspNet
|
|
|
1248
1249
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointMetadataProvider: never;
|
|
1249
1250
|
|
|
1250
1251
|
readonly StatusCode: int;
|
|
1251
|
-
readonly Value: TValue |
|
|
1252
|
+
readonly Value: TValue | null;
|
|
1252
1253
|
ExecuteAsync(httpContext: HttpContext): Task;
|
|
1253
1254
|
}
|
|
1254
1255
|
|
|
@@ -1257,7 +1258,7 @@ export const UnprocessableEntity_1: {
|
|
|
1257
1258
|
};
|
|
1258
1259
|
|
|
1259
1260
|
|
|
1260
|
-
export interface __UnprocessableEntity_1$views<TValue> {
|
|
1261
|
+
export interface __UnprocessableEntity_1$views<TValue extends unknown> {
|
|
1261
1262
|
As_IResult(): Microsoft_AspNetCore_Http_Internal.IResult$instance;
|
|
1262
1263
|
As_IStatusCodeHttpResult(): Microsoft_AspNetCore_Http_Internal.IStatusCodeHttpResult$instance;
|
|
1263
1264
|
As_IValueHttpResult(): Microsoft_AspNetCore_Http_Internal.IValueHttpResult$instance;
|
|
@@ -1265,7 +1266,7 @@ export interface __UnprocessableEntity_1$views<TValue> {
|
|
|
1265
1266
|
As_IEndpointMetadataProvider(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointMetadataProvider$instance;
|
|
1266
1267
|
}
|
|
1267
1268
|
|
|
1268
|
-
export type UnprocessableEntity_1<TValue> = UnprocessableEntity_1$instance<TValue> & __UnprocessableEntity_1$views<TValue>;
|
|
1269
|
+
export type UnprocessableEntity_1<TValue extends unknown> = UnprocessableEntity_1$instance<TValue> & __UnprocessableEntity_1$views<TValue>;
|
|
1269
1270
|
|
|
1270
1271
|
|
|
1271
1272
|
export interface Utf8ContentHttpResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {
|
|
@@ -1338,10 +1339,10 @@ export interface VirtualFileHttpResult$instance extends Microsoft_AspNetCore_Htt
|
|
|
1338
1339
|
|
|
1339
1340
|
ContentType: string;
|
|
1340
1341
|
EnableRangeProcessing: boolean;
|
|
1341
|
-
get EntityTag(): EntityTagHeaderValue |
|
|
1342
|
-
set EntityTag(value: EntityTagHeaderValue |
|
|
1343
|
-
get FileDownloadName(): string |
|
|
1344
|
-
set FileDownloadName(value: string |
|
|
1342
|
+
get EntityTag(): EntityTagHeaderValue | null;
|
|
1343
|
+
set EntityTag(value: EntityTagHeaderValue | null);
|
|
1344
|
+
get FileDownloadName(): string | null;
|
|
1345
|
+
set FileDownloadName(value: string | null);
|
|
1345
1346
|
get FileLength(): Nullable_1<System_Internal.Int64>;
|
|
1346
1347
|
set FileLength(value: Nullable_1<System_Internal.Int64> | long);
|
|
1347
1348
|
FileName: string;
|