@tsonic/aspnetcore 10.0.41 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +62 -61
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.d.ts +6 -3
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
- package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +60 -80
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +167 -167
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +70 -70
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +12 -12
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +27 -27
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
- package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.d.ts +10 -6
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.d.ts +5 -1
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -21
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +8 -6
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +60 -0
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +141 -138
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +29 -29
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +61 -61
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +7 -3
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +212 -212
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.d.ts +44 -40
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Localization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +220 -220
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +20 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +70 -69
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +26 -26
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +24 -24
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +56 -56
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +33 -33
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +21 -21
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +93 -93
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +156 -156
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +10 -10
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +23 -23
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +169 -169
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +49 -49
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -25
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +5 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +74 -74
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +139 -139
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +19 -15
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebUtilities.d.ts +4 -0
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +33 -33
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +95 -68
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -14
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +13 -13
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +8 -1
- package/System.Formats.Cbor/internal/index.d.ts +1 -1
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +1 -1
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +24 -24
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +450 -469
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -295
- package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
- package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -69
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.SignalR, Microsoft.AspNetCore.SignalR.Common, Microsoft.AspNetCore.SignalR.Core, Microsoft.AspNetCore.SignalR.Protocols.Json
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -33,7 +33,7 @@ import type { IConfigureOptions_1, IOptions_1 } from "@tsonic/microsoft-extensio
|
|
|
33
33
|
export interface IClientProxy$instance {
|
|
34
34
|
readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IClientProxy: never;
|
|
35
35
|
|
|
36
|
-
SendCoreAsync(method: string, args: (
|
|
36
|
+
SendCoreAsync(method: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
|
|
@@ -48,7 +48,7 @@ export interface IGroupManager$instance {
|
|
|
48
48
|
|
|
49
49
|
export type IGroupManager = IGroupManager$instance;
|
|
50
50
|
|
|
51
|
-
export interface IHubActivator_1$instance<THub extends Hub> {
|
|
51
|
+
export interface IHubActivator_1$instance<THub extends unknown & Hub> {
|
|
52
52
|
readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubActivator_1: never;
|
|
53
53
|
|
|
54
54
|
Create(): THub;
|
|
@@ -56,7 +56,7 @@ export interface IHubActivator_1$instance<THub extends Hub> {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
|
|
59
|
-
export type IHubActivator_1<THub extends Hub> = IHubActivator_1$instance<THub>;
|
|
59
|
+
export type IHubActivator_1<THub extends unknown & Hub> = IHubActivator_1$instance<THub>;
|
|
60
60
|
|
|
61
61
|
export interface IHubCallerClients$instance extends IHubCallerClients_1<IClientProxy>, IHubClients_1<IClientProxy> {
|
|
62
62
|
readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubCallerClients: never;
|
|
@@ -74,7 +74,7 @@ export interface IHubCallerClients$instance extends IHubCallerClients_1<IClientP
|
|
|
74
74
|
|
|
75
75
|
export type IHubCallerClients = IHubCallerClients$instance;
|
|
76
76
|
|
|
77
|
-
export interface IHubCallerClients_1$instance<T> extends IHubClients_1<T> {
|
|
77
|
+
export interface IHubCallerClients_1$instance<T extends unknown> extends IHubClients_1<T> {
|
|
78
78
|
readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubCallerClients_1: never;
|
|
79
79
|
|
|
80
80
|
readonly Caller: T;
|
|
@@ -87,9 +87,9 @@ export interface IHubCallerClients_1$instance<T> extends IHubClients_1<T> {
|
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
|
|
90
|
-
export interface IHubCallerClients_1$instance<T> extends IHubClients_1$instance<T> {}
|
|
90
|
+
export interface IHubCallerClients_1$instance<T extends unknown> extends IHubClients_1$instance<T> {}
|
|
91
91
|
|
|
92
|
-
export type IHubCallerClients_1<T> = IHubCallerClients_1$instance<T>;
|
|
92
|
+
export type IHubCallerClients_1<T extends unknown> = IHubCallerClients_1$instance<T>;
|
|
93
93
|
|
|
94
94
|
export interface IHubClients$instance extends IHubClients_1<IClientProxy> {
|
|
95
95
|
readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubClients: never;
|
|
@@ -104,7 +104,7 @@ export interface IHubClients$instance extends IHubClients_1<IClientProxy> {
|
|
|
104
104
|
|
|
105
105
|
export type IHubClients = IHubClients$instance;
|
|
106
106
|
|
|
107
|
-
export interface IHubClients_1$instance<T> {
|
|
107
|
+
export interface IHubClients_1$instance<T extends unknown> {
|
|
108
108
|
readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubClients_1: never;
|
|
109
109
|
|
|
110
110
|
readonly All: T;
|
|
@@ -114,7 +114,7 @@ export interface IHubClients_1$instance<T> {
|
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
|
|
117
|
-
export type IHubClients_1<T> = IHubClients_1$instance<T>;
|
|
117
|
+
export type IHubClients_1<T extends unknown> = IHubClients_1$instance<T>;
|
|
118
118
|
|
|
119
119
|
export interface IHubContext$instance {
|
|
120
120
|
readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubContext: never;
|
|
@@ -126,7 +126,7 @@ export interface IHubContext$instance {
|
|
|
126
126
|
|
|
127
127
|
export type IHubContext = IHubContext$instance;
|
|
128
128
|
|
|
129
|
-
export interface IHubContext_1$instance<THub extends Hub> {
|
|
129
|
+
export interface IHubContext_1$instance<THub extends unknown & Hub> {
|
|
130
130
|
readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubContext_1: never;
|
|
131
131
|
|
|
132
132
|
readonly Clients: IHubClients;
|
|
@@ -134,9 +134,9 @@ export interface IHubContext_1$instance<THub extends Hub> {
|
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
|
|
137
|
-
export type IHubContext_1<THub extends Hub> = IHubContext_1$instance<THub>;
|
|
137
|
+
export type IHubContext_1<THub extends unknown & Hub> = IHubContext_1$instance<THub>;
|
|
138
138
|
|
|
139
|
-
export interface IHubContext_2$instance<THub extends Hub_1<T>, T> {
|
|
139
|
+
export interface IHubContext_2$instance<THub extends unknown & Hub_1<T>, T extends (object | null)> {
|
|
140
140
|
readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubContext_2: never;
|
|
141
141
|
|
|
142
142
|
readonly Clients: IHubClients_1<T>;
|
|
@@ -144,12 +144,12 @@ export interface IHubContext_2$instance<THub extends Hub_1<T>, T> {
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
|
|
147
|
-
export type IHubContext_2<THub extends Hub_1<T>, T> = IHubContext_2$instance<THub, T>;
|
|
147
|
+
export type IHubContext_2<THub extends unknown & Hub_1<T>, T extends (object | null)> = IHubContext_2$instance<THub, T>;
|
|
148
148
|
|
|
149
149
|
export interface IHubFilter$instance {
|
|
150
150
|
readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_IHubFilter: never;
|
|
151
151
|
|
|
152
|
-
InvokeMethodAsync(invocationContext: HubInvocationContext, next: Func_2<HubInvocationContext, ValueTask_1<
|
|
152
|
+
InvokeMethodAsync(invocationContext: HubInvocationContext, next: Func_2<HubInvocationContext, ValueTask_1<unknown>>): ValueTask_1<unknown>;
|
|
153
153
|
OnConnectedAsync(context: HubLifetimeContext, next: Func_2<HubLifetimeContext, Task>): Task;
|
|
154
154
|
OnDisconnectedAsync(context: HubLifetimeContext, exception: Exception | null, next: Func_3<HubLifetimeContext, Exception | null, Task>): Task;
|
|
155
155
|
}
|
|
@@ -201,8 +201,8 @@ export type ISignalRServerBuilder = ISignalRServerBuilder$instance;
|
|
|
201
201
|
export interface ISingleClientProxy$instance extends IClientProxy {
|
|
202
202
|
readonly __tsonic_iface_Microsoft_AspNetCore_SignalR_ISingleClientProxy: never;
|
|
203
203
|
|
|
204
|
-
InvokeCoreAsync<T>(method: string, args: (
|
|
205
|
-
SendCoreAsync(method: string, args: (
|
|
204
|
+
InvokeCoreAsync<T extends unknown>(method: string, args: (unknown | null)[], cancellationToken: CancellationToken): Task_1<T>;
|
|
205
|
+
SendCoreAsync(method: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
|
|
@@ -234,35 +234,35 @@ export const SerializedMessage: {
|
|
|
234
234
|
|
|
235
235
|
export type SerializedMessage = SerializedMessage$instance;
|
|
236
236
|
|
|
237
|
-
export interface DefaultHubLifetimeManager_1$instance<THub extends Hub> extends HubLifetimeManager_1<THub> {
|
|
237
|
+
export interface DefaultHubLifetimeManager_1$instance<THub extends unknown & Hub> extends HubLifetimeManager_1<THub> {
|
|
238
238
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_DefaultHubLifetimeManager_1: never;
|
|
239
239
|
|
|
240
240
|
AddToGroupAsync(connectionId: string, groupName: string, cancellationToken?: CancellationToken): Task;
|
|
241
|
-
InvokeConnectionAsync<T>(connectionId: string, methodName: string, args: (
|
|
242
|
-
InvokeConnectionAsync<T>(connectionId: string, methodName: string, args: (
|
|
241
|
+
InvokeConnectionAsync<T extends unknown>(connectionId: string, methodName: string, args: (unknown | null)[], cancellationToken: CancellationToken): Task_1<T>;
|
|
242
|
+
InvokeConnectionAsync<T extends unknown>(connectionId: string, methodName: string, args: (unknown | null)[], cancellationToken: CancellationToken): Task_1<T>;
|
|
243
243
|
OnConnectedAsync(connection: HubConnectionContext): Task;
|
|
244
244
|
OnDisconnectedAsync(connection: HubConnectionContext): Task;
|
|
245
245
|
RemoveFromGroupAsync(connectionId: string, groupName: string, cancellationToken?: CancellationToken): Task;
|
|
246
|
-
SendAllAsync(methodName: string, args: (
|
|
247
|
-
SendAllExceptAsync(methodName: string, args: (
|
|
248
|
-
SendConnectionAsync(connectionId: string, methodName: string, args: (
|
|
249
|
-
SendConnectionsAsync(connectionIds: IReadOnlyList_1<System_Internal.String>, methodName: string, args: (
|
|
250
|
-
SendGroupAsync(groupName: string, methodName: string, args: (
|
|
251
|
-
SendGroupExceptAsync(groupName: string, methodName: string, args: (
|
|
252
|
-
SendGroupsAsync(groupNames: IReadOnlyList_1<System_Internal.String>, methodName: string, args: (
|
|
253
|
-
SendUserAsync(userId: string, methodName: string, args: (
|
|
254
|
-
SendUsersAsync(userIds: IReadOnlyList_1<System_Internal.String>, methodName: string, args: (
|
|
246
|
+
SendAllAsync(methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
247
|
+
SendAllExceptAsync(methodName: string, args: (unknown | null)[], excludedConnectionIds: IReadOnlyList_1<System_Internal.String>, cancellationToken?: CancellationToken): Task;
|
|
248
|
+
SendConnectionAsync(connectionId: string, methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
249
|
+
SendConnectionsAsync(connectionIds: IReadOnlyList_1<System_Internal.String>, methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
250
|
+
SendGroupAsync(groupName: string, methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
251
|
+
SendGroupExceptAsync(groupName: string, methodName: string, args: (unknown | null)[], excludedConnectionIds: IReadOnlyList_1<System_Internal.String>, cancellationToken?: CancellationToken): Task;
|
|
252
|
+
SendGroupsAsync(groupNames: IReadOnlyList_1<System_Internal.String>, methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
253
|
+
SendUserAsync(userId: string, methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
254
|
+
SendUsersAsync(userIds: IReadOnlyList_1<System_Internal.String>, methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
255
255
|
SetConnectionResultAsync(connectionId: string, result: CompletionMessage): Task;
|
|
256
256
|
TryGetReturnType(invocationId: string, type: Type | null): boolean;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
|
|
260
260
|
export const DefaultHubLifetimeManager_1: {
|
|
261
|
-
new<THub extends Hub>(logger: ILogger_1<DefaultHubLifetimeManager_1<THub>>): DefaultHubLifetimeManager_1<THub>;
|
|
261
|
+
new<THub extends unknown & Hub>(logger: ILogger_1<DefaultHubLifetimeManager_1<THub>>): DefaultHubLifetimeManager_1<THub>;
|
|
262
262
|
};
|
|
263
263
|
|
|
264
264
|
|
|
265
|
-
export type DefaultHubLifetimeManager_1<THub extends Hub> = DefaultHubLifetimeManager_1$instance<THub>;
|
|
265
|
+
export type DefaultHubLifetimeManager_1<THub extends unknown & Hub> = DefaultHubLifetimeManager_1$instance<THub>;
|
|
266
266
|
|
|
267
267
|
export interface DefaultUserIdProvider$instance extends IUserIdProvider$instance {
|
|
268
268
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_DefaultUserIdProvider: never;
|
|
@@ -303,18 +303,18 @@ export type DynamicHub = DynamicHub$instance;
|
|
|
303
303
|
export interface DynamicHubClients$instance {
|
|
304
304
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_DynamicHubClients: never;
|
|
305
305
|
|
|
306
|
-
readonly All:
|
|
307
|
-
readonly Caller:
|
|
308
|
-
readonly Others:
|
|
309
|
-
AllExcept(excludedConnectionIds: IReadOnlyList_1<System_Internal.String>):
|
|
310
|
-
Client(connectionId: string):
|
|
311
|
-
Clients(connectionIds: IReadOnlyList_1<System_Internal.String>):
|
|
312
|
-
Group(groupName: string):
|
|
313
|
-
GroupExcept(groupName: string, excludedConnectionIds: IReadOnlyList_1<System_Internal.String>):
|
|
314
|
-
Groups(groupNames: IReadOnlyList_1<System_Internal.String>):
|
|
315
|
-
OthersInGroup(groupName: string):
|
|
316
|
-
User(userId: string):
|
|
317
|
-
Users(userIds: IReadOnlyList_1<System_Internal.String>):
|
|
306
|
+
readonly All: unknown;
|
|
307
|
+
readonly Caller: unknown;
|
|
308
|
+
readonly Others: unknown;
|
|
309
|
+
AllExcept(excludedConnectionIds: IReadOnlyList_1<System_Internal.String>): unknown;
|
|
310
|
+
Client(connectionId: string): unknown;
|
|
311
|
+
Clients(connectionIds: IReadOnlyList_1<System_Internal.String>): unknown;
|
|
312
|
+
Group(groupName: string): unknown;
|
|
313
|
+
GroupExcept(groupName: string, excludedConnectionIds: IReadOnlyList_1<System_Internal.String>): unknown;
|
|
314
|
+
Groups(groupNames: IReadOnlyList_1<System_Internal.String>): unknown;
|
|
315
|
+
OthersInGroup(groupName: string): unknown;
|
|
316
|
+
User(userId: string): unknown;
|
|
317
|
+
Users(userIds: IReadOnlyList_1<System_Internal.String>): unknown;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
|
|
@@ -346,7 +346,7 @@ export const Hub: (abstract new() => Hub) & {
|
|
|
346
346
|
|
|
347
347
|
export type Hub = Hub$instance;
|
|
348
348
|
|
|
349
|
-
export interface Hub_1$instance<T> extends Hub {
|
|
349
|
+
export interface Hub_1$instance<T extends (object | null)> extends Hub {
|
|
350
350
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_Hub_1: never;
|
|
351
351
|
|
|
352
352
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -355,11 +355,11 @@ export interface Hub_1$instance<T> extends Hub {
|
|
|
355
355
|
}
|
|
356
356
|
|
|
357
357
|
|
|
358
|
-
export const Hub_1: (abstract new<T>() => Hub_1<T>) & {
|
|
358
|
+
export const Hub_1: (abstract new<T extends (object | null)>() => Hub_1<T>) & {
|
|
359
359
|
};
|
|
360
360
|
|
|
361
361
|
|
|
362
|
-
export type Hub_1<T> = Hub_1$instance<T>;
|
|
362
|
+
export type Hub_1<T extends (object | null)> = Hub_1$instance<T>;
|
|
363
363
|
|
|
364
364
|
export interface HubCallerContext$instance {
|
|
365
365
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubCallerContext: never;
|
|
@@ -367,7 +367,7 @@ export interface HubCallerContext$instance {
|
|
|
367
367
|
readonly ConnectionAborted: CancellationToken;
|
|
368
368
|
readonly ConnectionId: string;
|
|
369
369
|
readonly Features: IFeatureCollection;
|
|
370
|
-
readonly Items: IDictionary_2<
|
|
370
|
+
readonly Items: IDictionary_2<unknown, unknown | null>;
|
|
371
371
|
readonly User: ClaimsPrincipal | null;
|
|
372
372
|
readonly UserIdentifier: string | null;
|
|
373
373
|
Abort(): void;
|
|
@@ -386,7 +386,7 @@ export interface HubConnectionContext$instance {
|
|
|
386
386
|
readonly ConnectionAborted: CancellationToken;
|
|
387
387
|
readonly ConnectionId: string;
|
|
388
388
|
readonly Features: IFeatureCollection;
|
|
389
|
-
readonly Items: IDictionary_2<
|
|
389
|
+
readonly Items: IDictionary_2<unknown, unknown | null>;
|
|
390
390
|
Protocol: IHubProtocol;
|
|
391
391
|
readonly User: ClaimsPrincipal;
|
|
392
392
|
get UserIdentifier(): string | null;
|
|
@@ -423,7 +423,7 @@ export const HubConnectionContextOptions: {
|
|
|
423
423
|
|
|
424
424
|
export type HubConnectionContextOptions = HubConnectionContextOptions$instance;
|
|
425
425
|
|
|
426
|
-
export interface HubConnectionHandler_1$instance<THub extends Hub> extends ConnectionHandler {
|
|
426
|
+
export interface HubConnectionHandler_1$instance<THub extends unknown & Hub> extends ConnectionHandler {
|
|
427
427
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubConnectionHandler_1: never;
|
|
428
428
|
|
|
429
429
|
OnConnectedAsync(connection: ConnectionContext): Task;
|
|
@@ -431,11 +431,11 @@ export interface HubConnectionHandler_1$instance<THub extends Hub> extends Conne
|
|
|
431
431
|
|
|
432
432
|
|
|
433
433
|
export const HubConnectionHandler_1: {
|
|
434
|
-
new<THub extends Hub>(lifetimeManager: HubLifetimeManager_1<THub>, protocolResolver: IHubProtocolResolver, globalHubOptions: IOptions_1<HubOptions>, hubOptions: IOptions_1<HubOptions_1<THub>>, loggerFactory: ILoggerFactory, userIdProvider: IUserIdProvider, serviceScopeFactory: IServiceScopeFactory): HubConnectionHandler_1<THub>;
|
|
434
|
+
new<THub extends unknown & Hub>(lifetimeManager: HubLifetimeManager_1<THub>, protocolResolver: IHubProtocolResolver, globalHubOptions: IOptions_1<HubOptions>, hubOptions: IOptions_1<HubOptions_1<THub>>, loggerFactory: ILoggerFactory, userIdProvider: IUserIdProvider, serviceScopeFactory: IServiceScopeFactory): HubConnectionHandler_1<THub>;
|
|
435
435
|
};
|
|
436
436
|
|
|
437
437
|
|
|
438
|
-
export type HubConnectionHandler_1<THub extends Hub> = HubConnectionHandler_1$instance<THub>;
|
|
438
|
+
export type HubConnectionHandler_1<THub extends unknown & Hub> = HubConnectionHandler_1$instance<THub>;
|
|
439
439
|
|
|
440
440
|
export interface HubConnectionStore$instance {
|
|
441
441
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubConnectionStore: never;
|
|
@@ -499,14 +499,14 @@ export interface HubInvocationContext$instance {
|
|
|
499
499
|
readonly Context: HubCallerContext;
|
|
500
500
|
readonly Hub: Hub;
|
|
501
501
|
readonly HubMethod: MethodInfo;
|
|
502
|
-
readonly HubMethodArguments: IReadOnlyList_1<
|
|
502
|
+
readonly HubMethodArguments: IReadOnlyList_1<unknown | null>;
|
|
503
503
|
readonly HubMethodName: string;
|
|
504
504
|
readonly ServiceProvider: IServiceProvider;
|
|
505
505
|
}
|
|
506
506
|
|
|
507
507
|
|
|
508
508
|
export const HubInvocationContext: {
|
|
509
|
-
new(context: HubCallerContext, serviceProvider: IServiceProvider, hub: Hub, hubMethod: MethodInfo, hubMethodArguments: IReadOnlyList_1<
|
|
509
|
+
new(context: HubCallerContext, serviceProvider: IServiceProvider, hub: Hub, hubMethod: MethodInfo, hubMethodArguments: IReadOnlyList_1<unknown | null>): HubInvocationContext;
|
|
510
510
|
};
|
|
511
511
|
|
|
512
512
|
|
|
@@ -528,33 +528,33 @@ export const HubLifetimeContext: {
|
|
|
528
528
|
|
|
529
529
|
export type HubLifetimeContext = HubLifetimeContext$instance;
|
|
530
530
|
|
|
531
|
-
export interface HubLifetimeManager_1$instance<THub extends Hub> {
|
|
531
|
+
export interface HubLifetimeManager_1$instance<THub extends unknown & Hub> {
|
|
532
532
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubLifetimeManager_1: never;
|
|
533
533
|
|
|
534
534
|
AddToGroupAsync(connectionId: string, groupName: string, cancellationToken?: CancellationToken): Task;
|
|
535
|
-
InvokeConnectionAsync<T>(connectionId: string, methodName: string, args: (
|
|
535
|
+
InvokeConnectionAsync<T extends unknown>(connectionId: string, methodName: string, args: (unknown | null)[], cancellationToken: CancellationToken): Task_1<T>;
|
|
536
536
|
OnConnectedAsync(connection: HubConnectionContext): Task;
|
|
537
537
|
OnDisconnectedAsync(connection: HubConnectionContext): Task;
|
|
538
538
|
RemoveFromGroupAsync(connectionId: string, groupName: string, cancellationToken?: CancellationToken): Task;
|
|
539
|
-
SendAllAsync(methodName: string, args: (
|
|
540
|
-
SendAllExceptAsync(methodName: string, args: (
|
|
541
|
-
SendConnectionAsync(connectionId: string, methodName: string, args: (
|
|
542
|
-
SendConnectionsAsync(connectionIds: IReadOnlyList_1<System_Internal.String>, methodName: string, args: (
|
|
543
|
-
SendGroupAsync(groupName: string, methodName: string, args: (
|
|
544
|
-
SendGroupExceptAsync(groupName: string, methodName: string, args: (
|
|
545
|
-
SendGroupsAsync(groupNames: IReadOnlyList_1<System_Internal.String>, methodName: string, args: (
|
|
546
|
-
SendUserAsync(userId: string, methodName: string, args: (
|
|
547
|
-
SendUsersAsync(userIds: IReadOnlyList_1<System_Internal.String>, methodName: string, args: (
|
|
539
|
+
SendAllAsync(methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
540
|
+
SendAllExceptAsync(methodName: string, args: (unknown | null)[], excludedConnectionIds: IReadOnlyList_1<System_Internal.String>, cancellationToken?: CancellationToken): Task;
|
|
541
|
+
SendConnectionAsync(connectionId: string, methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
542
|
+
SendConnectionsAsync(connectionIds: IReadOnlyList_1<System_Internal.String>, methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
543
|
+
SendGroupAsync(groupName: string, methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
544
|
+
SendGroupExceptAsync(groupName: string, methodName: string, args: (unknown | null)[], excludedConnectionIds: IReadOnlyList_1<System_Internal.String>, cancellationToken?: CancellationToken): Task;
|
|
545
|
+
SendGroupsAsync(groupNames: IReadOnlyList_1<System_Internal.String>, methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
546
|
+
SendUserAsync(userId: string, methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
547
|
+
SendUsersAsync(userIds: IReadOnlyList_1<System_Internal.String>, methodName: string, args: (unknown | null)[], cancellationToken?: CancellationToken): Task;
|
|
548
548
|
SetConnectionResultAsync(connectionId: string, result: CompletionMessage): Task;
|
|
549
549
|
TryGetReturnType(invocationId: string, type: Type | null): boolean;
|
|
550
550
|
}
|
|
551
551
|
|
|
552
552
|
|
|
553
|
-
export const HubLifetimeManager_1: (abstract new<THub extends Hub>() => HubLifetimeManager_1<THub>) & {
|
|
553
|
+
export const HubLifetimeManager_1: (abstract new<THub extends unknown & Hub>() => HubLifetimeManager_1<THub>) & {
|
|
554
554
|
};
|
|
555
555
|
|
|
556
556
|
|
|
557
|
-
export type HubLifetimeManager_1<THub extends Hub> = HubLifetimeManager_1$instance<THub>;
|
|
557
|
+
export type HubLifetimeManager_1<THub extends unknown & Hub> = HubLifetimeManager_1$instance<THub>;
|
|
558
558
|
|
|
559
559
|
export interface HubMetadata$instance {
|
|
560
560
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubMetadata: never;
|
|
@@ -614,18 +614,18 @@ export const HubOptions: {
|
|
|
614
614
|
|
|
615
615
|
export type HubOptions = HubOptions$instance;
|
|
616
616
|
|
|
617
|
-
export interface HubOptions_1$instance<THub extends Hub> extends HubOptions {
|
|
617
|
+
export interface HubOptions_1$instance<THub extends unknown & Hub> extends HubOptions {
|
|
618
618
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubOptions_1: never;
|
|
619
619
|
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
|
|
623
623
|
export const HubOptions_1: {
|
|
624
|
-
new<THub extends Hub>(): HubOptions_1<THub>;
|
|
624
|
+
new<THub extends unknown & Hub>(): HubOptions_1<THub>;
|
|
625
625
|
};
|
|
626
626
|
|
|
627
627
|
|
|
628
|
-
export type HubOptions_1<THub extends Hub> = HubOptions_1$instance<THub>;
|
|
628
|
+
export type HubOptions_1<THub extends unknown & Hub> = HubOptions_1$instance<THub>;
|
|
629
629
|
|
|
630
630
|
export interface HubOptionsSetup$instance {
|
|
631
631
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubOptionsSetup: never;
|
|
@@ -643,7 +643,7 @@ export const HubOptionsSetup: {
|
|
|
643
643
|
|
|
644
644
|
export type HubOptionsSetup = HubOptionsSetup$instance;
|
|
645
645
|
|
|
646
|
-
export interface HubOptionsSetup_1$instance<THub extends Hub> {
|
|
646
|
+
export interface HubOptionsSetup_1$instance<THub extends unknown & Hub> {
|
|
647
647
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubOptionsSetup_1: never;
|
|
648
648
|
|
|
649
649
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureOptions_1: never;
|
|
@@ -653,11 +653,11 @@ export interface HubOptionsSetup_1$instance<THub extends Hub> {
|
|
|
653
653
|
|
|
654
654
|
|
|
655
655
|
export const HubOptionsSetup_1: {
|
|
656
|
-
new<THub extends Hub>(options: IOptions_1<HubOptions>): HubOptionsSetup_1<THub>;
|
|
656
|
+
new<THub extends unknown & Hub>(options: IOptions_1<HubOptions>): HubOptionsSetup_1<THub>;
|
|
657
657
|
};
|
|
658
658
|
|
|
659
659
|
|
|
660
|
-
export type HubOptionsSetup_1<THub extends Hub> = HubOptionsSetup_1$instance<THub>;
|
|
660
|
+
export type HubOptionsSetup_1<THub extends unknown & Hub> = HubOptionsSetup_1$instance<THub>;
|
|
661
661
|
|
|
662
662
|
export interface JsonHubProtocolOptions$instance {
|
|
663
663
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_JsonHubProtocolOptions: never;
|
|
@@ -690,27 +690,27 @@ export const SerializedHubMessage: {
|
|
|
690
690
|
export type SerializedHubMessage = SerializedHubMessage$instance;
|
|
691
691
|
|
|
692
692
|
export abstract class ClientProxyExtensions$instance {
|
|
693
|
-
static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1:
|
|
694
|
-
static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1:
|
|
695
|
-
static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1:
|
|
696
|
-
static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1:
|
|
697
|
-
static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1:
|
|
698
|
-
static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1:
|
|
699
|
-
static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1:
|
|
700
|
-
static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1:
|
|
701
|
-
static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1:
|
|
702
|
-
static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, arg1:
|
|
703
|
-
static InvokeAsync<T>(clientProxy: ISingleClientProxy, method: string, cancellationToken: CancellationToken): Task_1<T>;
|
|
704
|
-
static SendAsync(clientProxy: IClientProxy, method: string, arg1:
|
|
705
|
-
static SendAsync(clientProxy: IClientProxy, method: string, arg1:
|
|
706
|
-
static SendAsync(clientProxy: IClientProxy, method: string, arg1:
|
|
707
|
-
static SendAsync(clientProxy: IClientProxy, method: string, arg1:
|
|
708
|
-
static SendAsync(clientProxy: IClientProxy, method: string, arg1:
|
|
709
|
-
static SendAsync(clientProxy: IClientProxy, method: string, arg1:
|
|
710
|
-
static SendAsync(clientProxy: IClientProxy, method: string, arg1:
|
|
711
|
-
static SendAsync(clientProxy: IClientProxy, method: string, arg1:
|
|
712
|
-
static SendAsync(clientProxy: IClientProxy, method: string, arg1:
|
|
713
|
-
static SendAsync(clientProxy: IClientProxy, method: string, arg1:
|
|
693
|
+
static InvokeAsync<T extends unknown>(clientProxy: ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, arg9: unknown | null, arg10: unknown | null, cancellationToken: CancellationToken): Task_1<T>;
|
|
694
|
+
static InvokeAsync<T extends unknown>(clientProxy: ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, arg9: unknown | null, cancellationToken: CancellationToken): Task_1<T>;
|
|
695
|
+
static InvokeAsync<T extends unknown>(clientProxy: ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, cancellationToken: CancellationToken): Task_1<T>;
|
|
696
|
+
static InvokeAsync<T extends unknown>(clientProxy: ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, cancellationToken: CancellationToken): Task_1<T>;
|
|
697
|
+
static InvokeAsync<T extends unknown>(clientProxy: ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, cancellationToken: CancellationToken): Task_1<T>;
|
|
698
|
+
static InvokeAsync<T extends unknown>(clientProxy: ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, cancellationToken: CancellationToken): Task_1<T>;
|
|
699
|
+
static InvokeAsync<T extends unknown>(clientProxy: ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, cancellationToken: CancellationToken): Task_1<T>;
|
|
700
|
+
static InvokeAsync<T extends unknown>(clientProxy: ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, cancellationToken: CancellationToken): Task_1<T>;
|
|
701
|
+
static InvokeAsync<T extends unknown>(clientProxy: ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, cancellationToken: CancellationToken): Task_1<T>;
|
|
702
|
+
static InvokeAsync<T extends unknown>(clientProxy: ISingleClientProxy, method: string, arg1: unknown | null, cancellationToken: CancellationToken): Task_1<T>;
|
|
703
|
+
static InvokeAsync<T extends unknown>(clientProxy: ISingleClientProxy, method: string, cancellationToken: CancellationToken): Task_1<T>;
|
|
704
|
+
static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, arg9: unknown | null, arg10: unknown | null, cancellationToken?: CancellationToken): Task;
|
|
705
|
+
static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, arg9: unknown | null, cancellationToken?: CancellationToken): Task;
|
|
706
|
+
static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, cancellationToken?: CancellationToken): Task;
|
|
707
|
+
static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, cancellationToken?: CancellationToken): Task;
|
|
708
|
+
static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, cancellationToken?: CancellationToken): Task;
|
|
709
|
+
static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, cancellationToken?: CancellationToken): Task;
|
|
710
|
+
static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, cancellationToken?: CancellationToken): Task;
|
|
711
|
+
static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, cancellationToken?: CancellationToken): Task;
|
|
712
|
+
static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, cancellationToken?: CancellationToken): Task;
|
|
713
|
+
static SendAsync(clientProxy: IClientProxy, method: string, arg1: unknown | null, cancellationToken?: CancellationToken): Task;
|
|
714
714
|
static SendAsync(clientProxy: IClientProxy, method: string, cancellationToken?: CancellationToken): Task;
|
|
715
715
|
}
|
|
716
716
|
|
|
@@ -726,51 +726,51 @@ export abstract class GetHttpContextExtensions$instance {
|
|
|
726
726
|
export type GetHttpContextExtensions = GetHttpContextExtensions$instance;
|
|
727
727
|
|
|
728
728
|
export abstract class HubClientsExtensions$instance {
|
|
729
|
-
static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionIds: IEnumerable_1<System_Internal.String>): T;
|
|
730
|
-
static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): T;
|
|
731
|
-
static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): T;
|
|
732
|
-
static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): T;
|
|
733
|
-
static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): T;
|
|
734
|
-
static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): T;
|
|
735
|
-
static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): T;
|
|
736
|
-
static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string): T;
|
|
737
|
-
static AllExcept<T>(hubClients: IHubClients_1<T>, excludedConnectionId1: string): T;
|
|
738
|
-
static Clients<T>(hubClients: IHubClients_1<T>, connectionIds: IEnumerable_1<System_Internal.String>): T;
|
|
739
|
-
static Clients<T>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string, connection8: string): T;
|
|
740
|
-
static Clients<T>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string): T;
|
|
741
|
-
static Clients<T>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string): T;
|
|
742
|
-
static Clients<T>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string): T;
|
|
743
|
-
static Clients<T>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string): T;
|
|
744
|
-
static Clients<T>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string): T;
|
|
745
|
-
static Clients<T>(hubClients: IHubClients_1<T>, connection1: string, connection2: string): T;
|
|
746
|
-
static Clients<T>(hubClients: IHubClients_1<T>, connection1: string): T;
|
|
747
|
-
static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionIds: IEnumerable_1<System_Internal.String>): T;
|
|
748
|
-
static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): T;
|
|
749
|
-
static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): T;
|
|
750
|
-
static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): T;
|
|
751
|
-
static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): T;
|
|
752
|
-
static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): T;
|
|
753
|
-
static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): T;
|
|
754
|
-
static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string): T;
|
|
755
|
-
static GroupExcept<T>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string): T;
|
|
756
|
-
static Groups<T>(hubClients: IHubClients_1<T>, groupNames: IEnumerable_1<System_Internal.String>): T;
|
|
757
|
-
static Groups<T>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string, group8: string): T;
|
|
758
|
-
static Groups<T>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string): T;
|
|
759
|
-
static Groups<T>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string): T;
|
|
760
|
-
static Groups<T>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string): T;
|
|
761
|
-
static Groups<T>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string): T;
|
|
762
|
-
static Groups<T>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string): T;
|
|
763
|
-
static Groups<T>(hubClients: IHubClients_1<T>, group1: string, group2: string): T;
|
|
764
|
-
static Groups<T>(hubClients: IHubClients_1<T>, group1: string): T;
|
|
765
|
-
static Users<T>(hubClients: IHubClients_1<T>, userIds: IEnumerable_1<System_Internal.String>): T;
|
|
766
|
-
static Users<T>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string, user8: string): T;
|
|
767
|
-
static Users<T>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string): T;
|
|
768
|
-
static Users<T>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string): T;
|
|
769
|
-
static Users<T>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string): T;
|
|
770
|
-
static Users<T>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string): T;
|
|
771
|
-
static Users<T>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string): T;
|
|
772
|
-
static Users<T>(hubClients: IHubClients_1<T>, user1: string, user2: string): T;
|
|
773
|
-
static Users<T>(hubClients: IHubClients_1<T>, user1: string): T;
|
|
729
|
+
static AllExcept<T extends unknown>(hubClients: IHubClients_1<T>, excludedConnectionIds: IEnumerable_1<System_Internal.String>): T;
|
|
730
|
+
static AllExcept<T extends unknown>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): T;
|
|
731
|
+
static AllExcept<T extends unknown>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): T;
|
|
732
|
+
static AllExcept<T extends unknown>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): T;
|
|
733
|
+
static AllExcept<T extends unknown>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): T;
|
|
734
|
+
static AllExcept<T extends unknown>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): T;
|
|
735
|
+
static AllExcept<T extends unknown>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): T;
|
|
736
|
+
static AllExcept<T extends unknown>(hubClients: IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string): T;
|
|
737
|
+
static AllExcept<T extends unknown>(hubClients: IHubClients_1<T>, excludedConnectionId1: string): T;
|
|
738
|
+
static Clients<T extends unknown>(hubClients: IHubClients_1<T>, connectionIds: IEnumerable_1<System_Internal.String>): T;
|
|
739
|
+
static Clients<T extends unknown>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string, connection8: string): T;
|
|
740
|
+
static Clients<T extends unknown>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string): T;
|
|
741
|
+
static Clients<T extends unknown>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string): T;
|
|
742
|
+
static Clients<T extends unknown>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string): T;
|
|
743
|
+
static Clients<T extends unknown>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string): T;
|
|
744
|
+
static Clients<T extends unknown>(hubClients: IHubClients_1<T>, connection1: string, connection2: string, connection3: string): T;
|
|
745
|
+
static Clients<T extends unknown>(hubClients: IHubClients_1<T>, connection1: string, connection2: string): T;
|
|
746
|
+
static Clients<T extends unknown>(hubClients: IHubClients_1<T>, connection1: string): T;
|
|
747
|
+
static GroupExcept<T extends unknown>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionIds: IEnumerable_1<System_Internal.String>): T;
|
|
748
|
+
static GroupExcept<T extends unknown>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): T;
|
|
749
|
+
static GroupExcept<T extends unknown>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): T;
|
|
750
|
+
static GroupExcept<T extends unknown>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): T;
|
|
751
|
+
static GroupExcept<T extends unknown>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): T;
|
|
752
|
+
static GroupExcept<T extends unknown>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): T;
|
|
753
|
+
static GroupExcept<T extends unknown>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): T;
|
|
754
|
+
static GroupExcept<T extends unknown>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string): T;
|
|
755
|
+
static GroupExcept<T extends unknown>(hubClients: IHubClients_1<T>, groupName: string, excludedConnectionId1: string): T;
|
|
756
|
+
static Groups<T extends unknown>(hubClients: IHubClients_1<T>, groupNames: IEnumerable_1<System_Internal.String>): T;
|
|
757
|
+
static Groups<T extends unknown>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string, group8: string): T;
|
|
758
|
+
static Groups<T extends unknown>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string): T;
|
|
759
|
+
static Groups<T extends unknown>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string): T;
|
|
760
|
+
static Groups<T extends unknown>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string): T;
|
|
761
|
+
static Groups<T extends unknown>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string): T;
|
|
762
|
+
static Groups<T extends unknown>(hubClients: IHubClients_1<T>, group1: string, group2: string, group3: string): T;
|
|
763
|
+
static Groups<T extends unknown>(hubClients: IHubClients_1<T>, group1: string, group2: string): T;
|
|
764
|
+
static Groups<T extends unknown>(hubClients: IHubClients_1<T>, group1: string): T;
|
|
765
|
+
static Users<T extends unknown>(hubClients: IHubClients_1<T>, userIds: IEnumerable_1<System_Internal.String>): T;
|
|
766
|
+
static Users<T extends unknown>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string, user8: string): T;
|
|
767
|
+
static Users<T extends unknown>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string): T;
|
|
768
|
+
static Users<T extends unknown>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string): T;
|
|
769
|
+
static Users<T extends unknown>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string): T;
|
|
770
|
+
static Users<T extends unknown>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string): T;
|
|
771
|
+
static Users<T extends unknown>(hubClients: IHubClients_1<T>, user1: string, user2: string, user3: string): T;
|
|
772
|
+
static Users<T extends unknown>(hubClients: IHubClients_1<T>, user1: string, user2: string): T;
|
|
773
|
+
static Users<T extends unknown>(hubClients: IHubClients_1<T>, user1: string): T;
|
|
774
774
|
}
|
|
775
775
|
|
|
776
776
|
|
|
@@ -779,14 +779,14 @@ export type HubClientsExtensions = HubClientsExtensions$instance;
|
|
|
779
779
|
export abstract class HubOptionsExtensions$instance {
|
|
780
780
|
static AddFilter(options: HubOptions, hubFilter: IHubFilter): void;
|
|
781
781
|
static AddFilter(options: HubOptions, filterType: Type): void;
|
|
782
|
-
static AddFilter<TFilter extends IHubFilter>(options: HubOptions): void;
|
|
782
|
+
static AddFilter<TFilter extends unknown & IHubFilter>(options: HubOptions): void;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
785
|
|
|
786
786
|
export type HubOptionsExtensions = HubOptionsExtensions$instance;
|
|
787
787
|
|
|
788
788
|
export abstract class SignalRConnectionBuilderExtensions$instance {
|
|
789
|
-
static UseHub<THub extends Hub>(connectionBuilder: IConnectionBuilder): IConnectionBuilder;
|
|
789
|
+
static UseHub<THub extends unknown & Hub>(connectionBuilder: IConnectionBuilder): IConnectionBuilder;
|
|
790
790
|
}
|
|
791
791
|
|
|
792
792
|
|