@tsonic/aspnetcore 10.0.40 → 10.0.41
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.Authentication/internal/index.d.ts +175 -172
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -0
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +78 -77
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +226 -228
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -6
- 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.Forms/internal/index.d.ts +73 -75
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- 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.ProtectedBrowserStorage/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +31 -30
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +5 -7
- 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.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +33 -32
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Http/bindings.json +470 -530
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +313 -318
- 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.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +54 -56
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +63 -62
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.d.ts +4 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +249 -248
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +394 -393
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +72 -71
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +99 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +91 -91
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +59 -58
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +50 -33
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +261 -263
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +58 -43
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +140 -139
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +137 -136
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +45 -44
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +181 -183
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +1 -1
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +135 -137
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +13 -15
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +32 -31
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +9 -11
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.SignalR/bindings.json +131 -131
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +104 -106
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +30 -29
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.JSInterop/internal/index.d.ts +46 -48
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +8 -10
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/README.md +58 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +13 -15
- package/__internal/extensions/index.d.ts +417 -419
- package/package.json +4 -4
|
@@ -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 { JsValue, 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
|
}
|
|
@@ -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
|
|
|
@@ -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;
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
}
|
|
@@ -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
|
|
|
@@ -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;
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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,
|
|
873
|
+
readonly Parameters: IReadOnlyDictionary_2<System_Internal.String, JsValue | 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);
|
|
@@ -879,8 +880,8 @@ export interface RazorComponentResult$instance extends Microsoft_AspNetCore_Http
|
|
|
879
880
|
|
|
880
881
|
export const RazorComponentResult: {
|
|
881
882
|
new(componentType: Type): RazorComponentResult;
|
|
882
|
-
new(componentType: Type, parameters:
|
|
883
|
-
new(componentType: Type, parameters: IReadOnlyDictionary_2<System_Internal.String,
|
|
883
|
+
new(componentType: Type, parameters: JsValue): RazorComponentResult;
|
|
884
|
+
new(componentType: Type, parameters: IReadOnlyDictionary_2<System_Internal.String, JsValue | null>): RazorComponentResult;
|
|
884
885
|
};
|
|
885
886
|
|
|
886
887
|
|
|
@@ -905,8 +906,8 @@ export interface RazorComponentResult_1$instance<TComponent extends IComponent>
|
|
|
905
906
|
|
|
906
907
|
export const RazorComponentResult_1: {
|
|
907
908
|
new<TComponent extends IComponent>(): RazorComponentResult_1<TComponent>;
|
|
908
|
-
new<TComponent extends IComponent>(parameters:
|
|
909
|
-
new<TComponent extends IComponent>(parameters: IReadOnlyDictionary_2<System_Internal.String,
|
|
909
|
+
new<TComponent extends IComponent>(parameters: JsValue): RazorComponentResult_1<TComponent>;
|
|
910
|
+
new<TComponent extends IComponent>(parameters: IReadOnlyDictionary_2<System_Internal.String, JsValue | null>): RazorComponentResult_1<TComponent>;
|
|
910
911
|
};
|
|
911
912
|
|
|
912
913
|
|
|
@@ -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
|
}
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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;
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Http.Json
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Http.Extensions
|
|
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 { JsValue, 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 { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Http.Metadata
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Http.Abstractions
|
|
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 { JsValue, 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 { EndpointBuilder } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
|
|
@@ -16,7 +17,7 @@ export interface IAcceptsMetadata$instance {
|
|
|
16
17
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IAcceptsMetadata: never;
|
|
17
18
|
|
|
18
19
|
readonly ContentTypes: IReadOnlyList_1<System_Internal.String>;
|
|
19
|
-
readonly RequestType: Type |
|
|
20
|
+
readonly RequestType: Type | null;
|
|
20
21
|
readonly IsOptional: boolean;
|
|
21
22
|
}
|
|
22
23
|
|
|
@@ -119,7 +120,7 @@ export type IFromBodyMetadata = IFromBodyMetadata$instance;
|
|
|
119
120
|
export interface IFromFormMetadata$instance {
|
|
120
121
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFromFormMetadata: never;
|
|
121
122
|
|
|
122
|
-
readonly Name: string |
|
|
123
|
+
readonly Name: string | null;
|
|
123
124
|
}
|
|
124
125
|
|
|
125
126
|
|
|
@@ -128,7 +129,7 @@ export type IFromFormMetadata = IFromFormMetadata$instance;
|
|
|
128
129
|
export interface IFromHeaderMetadata$instance {
|
|
129
130
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFromHeaderMetadata: never;
|
|
130
131
|
|
|
131
|
-
readonly Name: string |
|
|
132
|
+
readonly Name: string | null;
|
|
132
133
|
}
|
|
133
134
|
|
|
134
135
|
|
|
@@ -137,7 +138,7 @@ export type IFromHeaderMetadata = IFromHeaderMetadata$instance;
|
|
|
137
138
|
export interface IFromQueryMetadata$instance {
|
|
138
139
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFromQueryMetadata: never;
|
|
139
140
|
|
|
140
|
-
readonly Name: string |
|
|
141
|
+
readonly Name: string | null;
|
|
141
142
|
}
|
|
142
143
|
|
|
143
144
|
|
|
@@ -146,7 +147,7 @@ export type IFromQueryMetadata = IFromQueryMetadata$instance;
|
|
|
146
147
|
export interface IFromRouteMetadata$instance {
|
|
147
148
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFromRouteMetadata: never;
|
|
148
149
|
|
|
149
|
-
readonly Name: string |
|
|
150
|
+
readonly Name: string | null;
|
|
150
151
|
}
|
|
151
152
|
|
|
152
153
|
|
|
@@ -176,9 +177,9 @@ export type IParameterBindingMetadata = IParameterBindingMetadata$instance;
|
|
|
176
177
|
export interface IProducesResponseTypeMetadata$instance {
|
|
177
178
|
readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IProducesResponseTypeMetadata: never;
|
|
178
179
|
|
|
179
|
-
readonly Type: Type |
|
|
180
|
+
readonly Type: Type | null;
|
|
180
181
|
readonly StatusCode: int;
|
|
181
|
-
readonly Description: string |
|
|
182
|
+
readonly Description: string | null;
|
|
182
183
|
readonly ContentTypes: IEnumerable_1<System_Internal.String>;
|
|
183
184
|
}
|
|
184
185
|
|
|
@@ -227,13 +228,13 @@ export interface AcceptsMetadata$instance extends IAcceptsMetadata$instance {
|
|
|
227
228
|
|
|
228
229
|
readonly ContentTypes: IReadOnlyList_1<System_Internal.String>;
|
|
229
230
|
readonly IsOptional: boolean;
|
|
230
|
-
readonly RequestType: Type |
|
|
231
|
+
readonly RequestType: Type | null;
|
|
231
232
|
ToString(): string;
|
|
232
233
|
}
|
|
233
234
|
|
|
234
235
|
|
|
235
236
|
export const AcceptsMetadata: {
|
|
236
|
-
new(contentTypes: string[], type: Type, isOptional: boolean): AcceptsMetadata;
|
|
237
|
+
new(contentTypes: string[], type: Type | null, isOptional: boolean): AcceptsMetadata;
|
|
237
238
|
};
|
|
238
239
|
|
|
239
240
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Http.Timeouts
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Http
|
|
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 { JsValue, 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 { RequestDelegate } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
@@ -39,7 +40,7 @@ export type DisableRequestTimeoutAttribute = DisableRequestTimeoutAttribute$inst
|
|
|
39
40
|
export interface RequestTimeoutAttribute$instance extends Attribute {
|
|
40
41
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_Timeouts_RequestTimeoutAttribute: never;
|
|
41
42
|
|
|
42
|
-
readonly PolicyName: string |
|
|
43
|
+
readonly PolicyName: string | null;
|
|
43
44
|
readonly Timeout: Nullable_1<TimeSpan>;
|
|
44
45
|
}
|
|
45
46
|
|
|
@@ -55,8 +56,8 @@ export type RequestTimeoutAttribute = RequestTimeoutAttribute$instance;
|
|
|
55
56
|
export interface RequestTimeoutOptions$instance {
|
|
56
57
|
readonly __tsonic_type_Microsoft_AspNetCore_Http_Timeouts_RequestTimeoutOptions: never;
|
|
57
58
|
|
|
58
|
-
get DefaultPolicy(): RequestTimeoutPolicy |
|
|
59
|
-
set DefaultPolicy(value: RequestTimeoutPolicy |
|
|
59
|
+
get DefaultPolicy(): RequestTimeoutPolicy | null;
|
|
60
|
+
set DefaultPolicy(value: RequestTimeoutPolicy | null);
|
|
60
61
|
readonly Policies: IDictionary_2<System_Internal.String, RequestTimeoutPolicy>;
|
|
61
62
|
AddPolicy(policyName: string, timeout: TimeSpan): RequestTimeoutOptions;
|
|
62
63
|
AddPolicy(policyName: string, policy: RequestTimeoutPolicy): RequestTimeoutOptions;
|
|
@@ -77,8 +78,8 @@ export interface RequestTimeoutPolicy$instance {
|
|
|
77
78
|
set Timeout(value: Nullable_1<TimeSpan> | TimeSpan);
|
|
78
79
|
get TimeoutStatusCode(): Nullable_1<System_Internal.Int32>;
|
|
79
80
|
set TimeoutStatusCode(value: Nullable_1<System_Internal.Int32> | int);
|
|
80
|
-
get WriteTimeoutResponse(): RequestDelegate |
|
|
81
|
-
set WriteTimeoutResponse(value: RequestDelegate |
|
|
81
|
+
get WriteTimeoutResponse(): RequestDelegate | null;
|
|
82
|
+
set WriteTimeoutResponse(value: RequestDelegate | null);
|
|
82
83
|
}
|
|
83
84
|
|
|
84
85
|
|
|
@@ -43,18 +43,18 @@ export { BindingAddress as BindingAddress } from './Microsoft.AspNetCore.Http/in
|
|
|
43
43
|
export { DefaultHttpContext as DefaultHttpContext } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
44
44
|
export { HttpRequestRewindExtensions$instance as HttpRequestRewindExtensions } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
45
45
|
export { FormCollection as FormCollection } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
46
|
+
export { FormCollection_Enumerator as FormCollection_Enumerator } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
46
47
|
export { FormFile as FormFile } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
47
48
|
export { FormFileCollection as FormFileCollection } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
48
49
|
export { HeaderDictionary as HeaderDictionary } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
50
|
+
export { HeaderDictionary_Enumerator as HeaderDictionary_Enumerator } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
49
51
|
export { HttpContextAccessor as HttpContextAccessor } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
50
52
|
export { MiddlewareFactory as MiddlewareFactory } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
51
53
|
export { QueryCollection as QueryCollection } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
54
|
+
export { QueryCollection_Enumerator as QueryCollection_Enumerator } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
52
55
|
export { RequestFormReaderExtensions$instance as RequestFormReaderExtensions } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
53
56
|
export { SendFileFallback$instance as SendFileFallback } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
54
57
|
export { StreamResponseBodyFeature as StreamResponseBodyFeature } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
55
|
-
export { FormCollection_Enumerator as FormCollection_Enumerator } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
56
|
-
export { HeaderDictionary_Enumerator as HeaderDictionary_Enumerator } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
57
|
-
export { QueryCollection_Enumerator as QueryCollection_Enumerator } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
58
58
|
export { AsParametersAttribute as AsParametersAttribute } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
59
59
|
export { BadHttpRequestException as BadHttpRequestException } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
60
60
|
export { ConnectionInfo as ConnectionInfo } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
@@ -98,9 +98,9 @@ export { RequestDelegateResult as RequestDelegateResult } from './Microsoft.AspN
|
|
|
98
98
|
export { Endpoint as Endpoint } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
99
99
|
export { EndpointHttpContextExtensions$instance as EndpointHttpContextExtensions } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
100
100
|
export { EndpointMetadataCollection as EndpointMetadataCollection } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
101
|
+
export { EndpointMetadataCollection_Enumerator as EndpointMetadataCollection_Enumerator } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
101
102
|
export { StatusCodes$instance as StatusCodes } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
102
103
|
export { WebSocketManager as WebSocketManager } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
103
|
-
export { EndpointMetadataCollection_Enumerator as EndpointMetadataCollection_Enumerator } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
104
104
|
export { AllowCookieRedirectAttribute as AllowCookieRedirectAttribute } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
105
105
|
export { DisableHttpMetricsAttribute as DisableHttpMetricsAttribute } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
106
106
|
export { EndpointDescriptionAttribute as EndpointDescriptionAttribute } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.HttpLogging
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.HttpLogging
|
|
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 { JsValue, 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 { HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
@@ -96,10 +97,10 @@ export interface HttpLoggingInterceptorContext$instance {
|
|
|
96
97
|
|
|
97
98
|
HttpContext: HttpContext;
|
|
98
99
|
LoggingFields: HttpLoggingFields;
|
|
99
|
-
readonly Parameters: IList_1<KeyValuePair_2<System_Internal.String,
|
|
100
|
+
readonly Parameters: IList_1<KeyValuePair_2<System_Internal.String, JsValue>>;
|
|
100
101
|
RequestBodyLogLimit: int;
|
|
101
102
|
ResponseBodyLogLimit: int;
|
|
102
|
-
AddParameter(key: string, value:
|
|
103
|
+
AddParameter(key: string, value: JsValue | null): void;
|
|
103
104
|
Disable(fields: HttpLoggingFields): void;
|
|
104
105
|
Enable(fields: HttpLoggingFields): void;
|
|
105
106
|
IsAnyEnabled(fields: HttpLoggingFields): boolean;
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.HttpOverrides
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.HttpOverrides
|
|
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 { JsValue, 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
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { ForwardedHeadersOptions, HttpMethodOverrideOptions } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
|
|
@@ -99,7 +97,7 @@ export interface IPNetwork$instance {
|
|
|
99
97
|
export const IPNetwork: {
|
|
100
98
|
new(prefix: IPAddress, prefixLength: int): IPNetwork;
|
|
101
99
|
Parse(networkSpan: ReadOnlySpan_1<System_Internal.Char>): IPNetwork;
|
|
102
|
-
TryParse(networkSpan: ReadOnlySpan_1<System_Internal.Char>, network: IPNetwork): boolean;
|
|
100
|
+
TryParse(networkSpan: ReadOnlySpan_1<System_Internal.Char>, network: IPNetwork | null): boolean;
|
|
103
101
|
};
|
|
104
102
|
|
|
105
103
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.HttpsPolicy
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.HttpsPolicy
|
|
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 { JsValue, 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 { IServerAddressesFeature } from "../../Microsoft.AspNetCore.Hosting.Server.Features/internal/index.js";
|