@tsonic/aspnetcore 10.0.5 → 10.0.7
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 +6 -6
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
- package/Microsoft.JSInterop/internal/index.d.ts +65 -53
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
- package/System.Formats.Cbor/internal/index.d.ts +27 -21
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
- package/__internal/extensions/index.d.ts +1648 -1351
- package/package.json +4 -4
|
@@ -11,12 +11,14 @@ import * as Microsoft_AspNetCore_Routing_Matching_Internal from "../../Microsoft
|
|
|
11
11
|
import type { IParameterLiteralNodeMatchingPolicy } from "../../Microsoft.AspNetCore.Routing.Matching/internal/index.js";
|
|
12
12
|
import * as Microsoft_AspNetCore_Routing_Internal from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
13
13
|
import type { IParameterPolicy, IRouteConstraint, IRouter, RouteDirection, RouteValueDictionary } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
14
|
-
import type {
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import type {
|
|
14
|
+
import type { IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
15
|
+
import type { Regex } from "@tsonic/dotnet/System.Text.RegularExpressions/internal/index.js";
|
|
16
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
17
|
+
import type { Boolean as ClrBoolean, Int32, Int64, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
18
|
+
|
|
19
|
+
export interface AlphaRouteConstraint$instance extends RegexRouteConstraint$instance, IParameterPolicy, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
20
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_AlphaRouteConstraint: never;
|
|
18
21
|
|
|
19
|
-
export interface AlphaRouteConstraint$instance extends RegexRouteConstraint$instance, IParameterPolicy {
|
|
20
22
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
21
23
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
22
24
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -37,12 +39,12 @@ export interface __AlphaRouteConstraint$views {
|
|
|
37
39
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
38
40
|
}
|
|
39
41
|
|
|
40
|
-
export interface AlphaRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
41
|
-
|
|
42
42
|
export type AlphaRouteConstraint = AlphaRouteConstraint$instance & __AlphaRouteConstraint$views;
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
export interface BoolRouteConstraint$instance extends IParameterPolicy {
|
|
45
|
+
export interface BoolRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
46
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_BoolRouteConstraint: never;
|
|
47
|
+
|
|
46
48
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
47
49
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
48
50
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -62,23 +64,23 @@ export interface __BoolRouteConstraint$views {
|
|
|
62
64
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
63
65
|
}
|
|
64
66
|
|
|
65
|
-
export interface BoolRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
66
|
-
|
|
67
67
|
export type BoolRouteConstraint = BoolRouteConstraint$instance & __BoolRouteConstraint$views;
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
export interface CompositeRouteConstraint$instance extends IParameterPolicy {
|
|
70
|
+
export interface CompositeRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
71
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_CompositeRouteConstraint: never;
|
|
72
|
+
|
|
71
73
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
72
74
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
73
75
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_IParameterLiteralNodeMatchingPolicy: never;
|
|
74
76
|
|
|
75
|
-
Constraints:
|
|
77
|
+
Constraints: IEnumerable_1<IRouteConstraint>;
|
|
76
78
|
Match(httpContext: HttpContext, route: IRouter, routeKey: string, values: RouteValueDictionary, routeDirection: RouteDirection): boolean;
|
|
77
79
|
}
|
|
78
80
|
|
|
79
81
|
|
|
80
82
|
export const CompositeRouteConstraint: {
|
|
81
|
-
new(constraints:
|
|
83
|
+
new(constraints: IEnumerable_1<IRouteConstraint>): CompositeRouteConstraint;
|
|
82
84
|
};
|
|
83
85
|
|
|
84
86
|
|
|
@@ -87,12 +89,12 @@ export interface __CompositeRouteConstraint$views {
|
|
|
87
89
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
88
90
|
}
|
|
89
91
|
|
|
90
|
-
export interface CompositeRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
91
|
-
|
|
92
92
|
export type CompositeRouteConstraint = CompositeRouteConstraint$instance & __CompositeRouteConstraint$views;
|
|
93
93
|
|
|
94
94
|
|
|
95
|
-
export interface DateTimeRouteConstraint$instance extends IParameterPolicy {
|
|
95
|
+
export interface DateTimeRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
96
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_DateTimeRouteConstraint: never;
|
|
97
|
+
|
|
96
98
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
97
99
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
98
100
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -112,12 +114,12 @@ export interface __DateTimeRouteConstraint$views {
|
|
|
112
114
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
113
115
|
}
|
|
114
116
|
|
|
115
|
-
export interface DateTimeRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
116
|
-
|
|
117
117
|
export type DateTimeRouteConstraint = DateTimeRouteConstraint$instance & __DateTimeRouteConstraint$views;
|
|
118
118
|
|
|
119
119
|
|
|
120
|
-
export interface DecimalRouteConstraint$instance extends IParameterPolicy {
|
|
120
|
+
export interface DecimalRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
121
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_DecimalRouteConstraint: never;
|
|
122
|
+
|
|
121
123
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
122
124
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
123
125
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -137,12 +139,12 @@ export interface __DecimalRouteConstraint$views {
|
|
|
137
139
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
138
140
|
}
|
|
139
141
|
|
|
140
|
-
export interface DecimalRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
141
|
-
|
|
142
142
|
export type DecimalRouteConstraint = DecimalRouteConstraint$instance & __DecimalRouteConstraint$views;
|
|
143
143
|
|
|
144
144
|
|
|
145
|
-
export interface DoubleRouteConstraint$instance extends IParameterPolicy {
|
|
145
|
+
export interface DoubleRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
146
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_DoubleRouteConstraint: never;
|
|
147
|
+
|
|
146
148
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
147
149
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
148
150
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -162,12 +164,12 @@ export interface __DoubleRouteConstraint$views {
|
|
|
162
164
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
163
165
|
}
|
|
164
166
|
|
|
165
|
-
export interface DoubleRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
166
|
-
|
|
167
167
|
export type DoubleRouteConstraint = DoubleRouteConstraint$instance & __DoubleRouteConstraint$views;
|
|
168
168
|
|
|
169
169
|
|
|
170
|
-
export interface FileNameRouteConstraint$instance extends IParameterPolicy {
|
|
170
|
+
export interface FileNameRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
171
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_FileNameRouteConstraint: never;
|
|
172
|
+
|
|
171
173
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
172
174
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
173
175
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -187,12 +189,12 @@ export interface __FileNameRouteConstraint$views {
|
|
|
187
189
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
188
190
|
}
|
|
189
191
|
|
|
190
|
-
export interface FileNameRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
191
|
-
|
|
192
192
|
export type FileNameRouteConstraint = FileNameRouteConstraint$instance & __FileNameRouteConstraint$views;
|
|
193
193
|
|
|
194
194
|
|
|
195
|
-
export interface FloatRouteConstraint$instance extends IParameterPolicy {
|
|
195
|
+
export interface FloatRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
196
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_FloatRouteConstraint: never;
|
|
197
|
+
|
|
196
198
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
197
199
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
198
200
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -212,12 +214,12 @@ export interface __FloatRouteConstraint$views {
|
|
|
212
214
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
213
215
|
}
|
|
214
216
|
|
|
215
|
-
export interface FloatRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
216
|
-
|
|
217
217
|
export type FloatRouteConstraint = FloatRouteConstraint$instance & __FloatRouteConstraint$views;
|
|
218
218
|
|
|
219
219
|
|
|
220
|
-
export interface GuidRouteConstraint$instance extends IParameterPolicy {
|
|
220
|
+
export interface GuidRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
221
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_GuidRouteConstraint: never;
|
|
222
|
+
|
|
221
223
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
222
224
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
223
225
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -237,16 +239,16 @@ export interface __GuidRouteConstraint$views {
|
|
|
237
239
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
238
240
|
}
|
|
239
241
|
|
|
240
|
-
export interface GuidRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
241
|
-
|
|
242
242
|
export type GuidRouteConstraint = GuidRouteConstraint$instance & __GuidRouteConstraint$views;
|
|
243
243
|
|
|
244
244
|
|
|
245
|
-
export interface HttpMethodRouteConstraint$instance extends IParameterPolicy {
|
|
245
|
+
export interface HttpMethodRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance {
|
|
246
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_HttpMethodRouteConstraint: never;
|
|
247
|
+
|
|
246
248
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
247
249
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
248
250
|
|
|
249
|
-
readonly AllowedMethods:
|
|
251
|
+
readonly AllowedMethods: IList_1<System_Internal.String>;
|
|
250
252
|
Match(httpContext: HttpContext, route: IRouter, routeKey: string, values: RouteValueDictionary, routeDirection: RouteDirection): boolean;
|
|
251
253
|
}
|
|
252
254
|
|
|
@@ -260,12 +262,12 @@ export interface __HttpMethodRouteConstraint$views {
|
|
|
260
262
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
261
263
|
}
|
|
262
264
|
|
|
263
|
-
export interface HttpMethodRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance {}
|
|
264
|
-
|
|
265
265
|
export type HttpMethodRouteConstraint = HttpMethodRouteConstraint$instance & __HttpMethodRouteConstraint$views;
|
|
266
266
|
|
|
267
267
|
|
|
268
|
-
export interface IntRouteConstraint$instance extends IParameterPolicy {
|
|
268
|
+
export interface IntRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
269
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_IntRouteConstraint: never;
|
|
270
|
+
|
|
269
271
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
270
272
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
271
273
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -285,12 +287,12 @@ export interface __IntRouteConstraint$views {
|
|
|
285
287
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
286
288
|
}
|
|
287
289
|
|
|
288
|
-
export interface IntRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
289
|
-
|
|
290
290
|
export type IntRouteConstraint = IntRouteConstraint$instance & __IntRouteConstraint$views;
|
|
291
291
|
|
|
292
292
|
|
|
293
|
-
export interface LengthRouteConstraint$instance extends IParameterPolicy {
|
|
293
|
+
export interface LengthRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
294
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_LengthRouteConstraint: never;
|
|
295
|
+
|
|
294
296
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
295
297
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
296
298
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -313,12 +315,12 @@ export interface __LengthRouteConstraint$views {
|
|
|
313
315
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
314
316
|
}
|
|
315
317
|
|
|
316
|
-
export interface LengthRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
317
|
-
|
|
318
318
|
export type LengthRouteConstraint = LengthRouteConstraint$instance & __LengthRouteConstraint$views;
|
|
319
319
|
|
|
320
320
|
|
|
321
|
-
export interface LongRouteConstraint$instance extends IParameterPolicy {
|
|
321
|
+
export interface LongRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
322
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_LongRouteConstraint: never;
|
|
323
|
+
|
|
322
324
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
323
325
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
324
326
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -338,12 +340,12 @@ export interface __LongRouteConstraint$views {
|
|
|
338
340
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
339
341
|
}
|
|
340
342
|
|
|
341
|
-
export interface LongRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
342
|
-
|
|
343
343
|
export type LongRouteConstraint = LongRouteConstraint$instance & __LongRouteConstraint$views;
|
|
344
344
|
|
|
345
345
|
|
|
346
|
-
export interface MaxLengthRouteConstraint$instance extends IParameterPolicy {
|
|
346
|
+
export interface MaxLengthRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
347
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_MaxLengthRouteConstraint: never;
|
|
348
|
+
|
|
347
349
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
348
350
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
349
351
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -364,12 +366,12 @@ export interface __MaxLengthRouteConstraint$views {
|
|
|
364
366
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
365
367
|
}
|
|
366
368
|
|
|
367
|
-
export interface MaxLengthRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
368
|
-
|
|
369
369
|
export type MaxLengthRouteConstraint = MaxLengthRouteConstraint$instance & __MaxLengthRouteConstraint$views;
|
|
370
370
|
|
|
371
371
|
|
|
372
|
-
export interface MaxRouteConstraint$instance extends IParameterPolicy {
|
|
372
|
+
export interface MaxRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
373
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_MaxRouteConstraint: never;
|
|
374
|
+
|
|
373
375
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
374
376
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
375
377
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -390,12 +392,12 @@ export interface __MaxRouteConstraint$views {
|
|
|
390
392
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
391
393
|
}
|
|
392
394
|
|
|
393
|
-
export interface MaxRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
394
|
-
|
|
395
395
|
export type MaxRouteConstraint = MaxRouteConstraint$instance & __MaxRouteConstraint$views;
|
|
396
396
|
|
|
397
397
|
|
|
398
|
-
export interface MinLengthRouteConstraint$instance extends IParameterPolicy {
|
|
398
|
+
export interface MinLengthRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
399
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_MinLengthRouteConstraint: never;
|
|
400
|
+
|
|
399
401
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
400
402
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
401
403
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -416,12 +418,12 @@ export interface __MinLengthRouteConstraint$views {
|
|
|
416
418
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
417
419
|
}
|
|
418
420
|
|
|
419
|
-
export interface MinLengthRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
420
|
-
|
|
421
421
|
export type MinLengthRouteConstraint = MinLengthRouteConstraint$instance & __MinLengthRouteConstraint$views;
|
|
422
422
|
|
|
423
423
|
|
|
424
|
-
export interface MinRouteConstraint$instance extends IParameterPolicy {
|
|
424
|
+
export interface MinRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
425
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_MinRouteConstraint: never;
|
|
426
|
+
|
|
425
427
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
426
428
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
427
429
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -442,12 +444,12 @@ export interface __MinRouteConstraint$views {
|
|
|
442
444
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
443
445
|
}
|
|
444
446
|
|
|
445
|
-
export interface MinRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
446
|
-
|
|
447
447
|
export type MinRouteConstraint = MinRouteConstraint$instance & __MinRouteConstraint$views;
|
|
448
448
|
|
|
449
449
|
|
|
450
|
-
export interface NonFileNameRouteConstraint$instance extends IParameterPolicy {
|
|
450
|
+
export interface NonFileNameRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
451
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_NonFileNameRouteConstraint: never;
|
|
452
|
+
|
|
451
453
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
452
454
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
453
455
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -467,12 +469,12 @@ export interface __NonFileNameRouteConstraint$views {
|
|
|
467
469
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
468
470
|
}
|
|
469
471
|
|
|
470
|
-
export interface NonFileNameRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
471
|
-
|
|
472
472
|
export type NonFileNameRouteConstraint = NonFileNameRouteConstraint$instance & __NonFileNameRouteConstraint$views;
|
|
473
473
|
|
|
474
474
|
|
|
475
|
-
export interface OptionalRouteConstraint$instance extends IParameterPolicy {
|
|
475
|
+
export interface OptionalRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance {
|
|
476
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_OptionalRouteConstraint: never;
|
|
477
|
+
|
|
476
478
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
477
479
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
478
480
|
|
|
@@ -490,12 +492,12 @@ export interface __OptionalRouteConstraint$views {
|
|
|
490
492
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
491
493
|
}
|
|
492
494
|
|
|
493
|
-
export interface OptionalRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance {}
|
|
494
|
-
|
|
495
495
|
export type OptionalRouteConstraint = OptionalRouteConstraint$instance & __OptionalRouteConstraint$views;
|
|
496
496
|
|
|
497
497
|
|
|
498
|
-
export interface RangeRouteConstraint$instance extends IParameterPolicy {
|
|
498
|
+
export interface RangeRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
499
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_RangeRouteConstraint: never;
|
|
500
|
+
|
|
499
501
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
500
502
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
501
503
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -517,12 +519,12 @@ export interface __RangeRouteConstraint$views {
|
|
|
517
519
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
518
520
|
}
|
|
519
521
|
|
|
520
|
-
export interface RangeRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
521
|
-
|
|
522
522
|
export type RangeRouteConstraint = RangeRouteConstraint$instance & __RangeRouteConstraint$views;
|
|
523
523
|
|
|
524
524
|
|
|
525
|
-
export interface RegexInlineRouteConstraint$instance extends RegexRouteConstraint$instance, IParameterPolicy {
|
|
525
|
+
export interface RegexInlineRouteConstraint$instance extends RegexRouteConstraint$instance, IParameterPolicy, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
526
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_RegexInlineRouteConstraint: never;
|
|
527
|
+
|
|
526
528
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
527
529
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
528
530
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -543,12 +545,12 @@ export interface __RegexInlineRouteConstraint$views {
|
|
|
543
545
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
544
546
|
}
|
|
545
547
|
|
|
546
|
-
export interface RegexInlineRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
547
|
-
|
|
548
548
|
export type RegexInlineRouteConstraint = RegexInlineRouteConstraint$instance & __RegexInlineRouteConstraint$views;
|
|
549
549
|
|
|
550
550
|
|
|
551
|
-
export interface RegexRouteConstraint$instance extends IParameterPolicy {
|
|
551
|
+
export interface RegexRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
552
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_RegexRouteConstraint: never;
|
|
553
|
+
|
|
552
554
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
553
555
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
554
556
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_IParameterLiteralNodeMatchingPolicy: never;
|
|
@@ -569,12 +571,12 @@ export interface __RegexRouteConstraint$views {
|
|
|
569
571
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
570
572
|
}
|
|
571
573
|
|
|
572
|
-
export interface RegexRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
573
|
-
|
|
574
574
|
export type RegexRouteConstraint = RegexRouteConstraint$instance & __RegexRouteConstraint$views;
|
|
575
575
|
|
|
576
576
|
|
|
577
|
-
export interface RequiredRouteConstraint$instance extends IParameterPolicy {
|
|
577
|
+
export interface RequiredRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance {
|
|
578
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_RequiredRouteConstraint: never;
|
|
579
|
+
|
|
578
580
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
579
581
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
580
582
|
|
|
@@ -591,12 +593,12 @@ export interface __RequiredRouteConstraint$views {
|
|
|
591
593
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
592
594
|
}
|
|
593
595
|
|
|
594
|
-
export interface RequiredRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance {}
|
|
595
|
-
|
|
596
596
|
export type RequiredRouteConstraint = RequiredRouteConstraint$instance & __RequiredRouteConstraint$views;
|
|
597
597
|
|
|
598
598
|
|
|
599
|
-
export interface StringRouteConstraint$instance extends IParameterPolicy {
|
|
599
|
+
export interface StringRouteConstraint$instance extends IParameterPolicy, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
600
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_StringRouteConstraint: never;
|
|
601
|
+
|
|
600
602
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
601
603
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
|
|
602
604
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_ICachableParameterPolicy: never;
|
|
@@ -616,8 +618,6 @@ export interface __StringRouteConstraint$views {
|
|
|
616
618
|
As_IRouteConstraint(): Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance;
|
|
617
619
|
}
|
|
618
620
|
|
|
619
|
-
export interface StringRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {}
|
|
620
|
-
|
|
621
621
|
export type StringRouteConstraint = StringRouteConstraint$instance & __StringRouteConstraint$views;
|
|
622
622
|
|
|
623
623
|
|
|
@@ -7,11 +7,13 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { EndpointDataSource } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
10
|
-
import type { TextWriter } from "@tsonic/dotnet/System.IO.js";
|
|
11
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
12
|
-
import type { IServiceProvider, Object as ClrObject, Void } from "@tsonic/dotnet/System.js";
|
|
10
|
+
import type { TextWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
11
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
12
|
+
import type { IServiceProvider, Object as ClrObject, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
13
13
|
|
|
14
14
|
export interface DfaGraphWriter$instance {
|
|
15
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Internal_DfaGraphWriter: never;
|
|
16
|
+
|
|
15
17
|
Write(dataSource: EndpointDataSource, writer: TextWriter): void;
|
|
16
18
|
}
|
|
17
19
|
|
|
@@ -13,16 +13,16 @@ import * as Microsoft_AspNetCore_Http_Internal from "../../Microsoft.AspNetCore.
|
|
|
13
13
|
import type { Endpoint, HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
14
14
|
import * as Microsoft_AspNetCore_Routing_Internal from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
15
15
|
import type { IParameterPolicy, MatcherPolicy, RouteValueDictionary } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
16
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
17
|
-
import type {
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import type {
|
|
16
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
17
|
+
import type { IComparer_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
18
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
19
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
20
|
+
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
21
21
|
|
|
22
22
|
export interface IEndpointComparerPolicy$instance {
|
|
23
23
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_IEndpointComparerPolicy: never;
|
|
24
24
|
|
|
25
|
-
readonly Comparer:
|
|
25
|
+
readonly Comparer: IComparer_1<Endpoint>;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
|
|
@@ -31,7 +31,7 @@ export type IEndpointComparerPolicy = IEndpointComparerPolicy$instance;
|
|
|
31
31
|
export interface IEndpointSelectorPolicy$instance {
|
|
32
32
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_IEndpointSelectorPolicy: never;
|
|
33
33
|
|
|
34
|
-
AppliesToEndpoints(endpoints:
|
|
34
|
+
AppliesToEndpoints(endpoints: IReadOnlyList_1<Endpoint>): boolean;
|
|
35
35
|
ApplyAsync(httpContext: HttpContext, candidates: CandidateSet): Task;
|
|
36
36
|
}
|
|
37
37
|
|
|
@@ -41,9 +41,9 @@ export type IEndpointSelectorPolicy = IEndpointSelectorPolicy$instance;
|
|
|
41
41
|
export interface INodeBuilderPolicy$instance {
|
|
42
42
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_INodeBuilderPolicy: never;
|
|
43
43
|
|
|
44
|
-
AppliesToEndpoints(endpoints:
|
|
45
|
-
BuildJumpTable(exitDestination: int, edges:
|
|
46
|
-
GetEdges(endpoints:
|
|
44
|
+
AppliesToEndpoints(endpoints: IReadOnlyList_1<Endpoint>): boolean;
|
|
45
|
+
BuildJumpTable(exitDestination: int, edges: IReadOnlyList_1<PolicyJumpTableEdge>): PolicyJumpTable;
|
|
46
|
+
GetEdges(endpoints: IReadOnlyList_1<Endpoint>): IReadOnlyList_1<PolicyNodeEdge>;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
|
|
@@ -61,6 +61,8 @@ export interface IParameterLiteralNodeMatchingPolicy$instance extends Microsoft_
|
|
|
61
61
|
export type IParameterLiteralNodeMatchingPolicy = IParameterLiteralNodeMatchingPolicy$instance;
|
|
62
62
|
|
|
63
63
|
export interface CandidateState$instance {
|
|
64
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_CandidateState: never;
|
|
65
|
+
|
|
64
66
|
readonly Endpoint: Endpoint;
|
|
65
67
|
readonly Score: int;
|
|
66
68
|
get Values(): RouteValueDictionary | undefined;
|
|
@@ -76,6 +78,8 @@ export const CandidateState: {
|
|
|
76
78
|
export type CandidateState = CandidateState$instance;
|
|
77
79
|
|
|
78
80
|
export interface PolicyJumpTableEdge$instance {
|
|
81
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_PolicyJumpTableEdge: never;
|
|
82
|
+
|
|
79
83
|
readonly Destination: int;
|
|
80
84
|
readonly State: unknown;
|
|
81
85
|
}
|
|
@@ -89,22 +93,25 @@ export const PolicyJumpTableEdge: {
|
|
|
89
93
|
export type PolicyJumpTableEdge = PolicyJumpTableEdge$instance;
|
|
90
94
|
|
|
91
95
|
export interface PolicyNodeEdge$instance {
|
|
92
|
-
readonly
|
|
96
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_PolicyNodeEdge: never;
|
|
97
|
+
|
|
98
|
+
readonly Endpoints: IReadOnlyList_1<Endpoint>;
|
|
93
99
|
readonly State: unknown;
|
|
94
100
|
}
|
|
95
101
|
|
|
96
102
|
|
|
97
103
|
export const PolicyNodeEdge: {
|
|
98
|
-
new(state: unknown, endpoints:
|
|
104
|
+
new(state: unknown, endpoints: IReadOnlyList_1<Endpoint>): PolicyNodeEdge;
|
|
99
105
|
};
|
|
100
106
|
|
|
101
107
|
|
|
102
108
|
export type PolicyNodeEdge = PolicyNodeEdge$instance;
|
|
103
109
|
|
|
104
110
|
export interface CandidateSet$instance {
|
|
111
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_CandidateSet: never;
|
|
112
|
+
|
|
105
113
|
readonly Count: int;
|
|
106
|
-
|
|
107
|
-
ExpandEndpoint(index: int, endpoints: IReadOnlyList<Endpoint>, comparer: IComparer<Endpoint>): void;
|
|
114
|
+
ExpandEndpoint(index: int, endpoints: IReadOnlyList_1<Endpoint>, comparer: IComparer_1<Endpoint>): void;
|
|
108
115
|
IsValidCandidate(index: int): boolean;
|
|
109
116
|
ReplaceEndpoint(index: int, endpoint: Endpoint, values: RouteValueDictionary): void;
|
|
110
117
|
SetValidity(index: int, value: boolean): void;
|
|
@@ -116,9 +123,11 @@ export const CandidateSet: {
|
|
|
116
123
|
};
|
|
117
124
|
|
|
118
125
|
|
|
119
|
-
export type CandidateSet = CandidateSet$instance;
|
|
126
|
+
export type CandidateSet = CandidateSet$instance & { readonly [index: number]: CandidateState; };
|
|
120
127
|
|
|
121
128
|
export interface EndpointMetadataComparer$instance {
|
|
129
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_EndpointMetadataComparer: never;
|
|
130
|
+
|
|
122
131
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
123
132
|
|
|
124
133
|
}
|
|
@@ -131,6 +140,8 @@ export const EndpointMetadataComparer: {
|
|
|
131
140
|
export type EndpointMetadataComparer = EndpointMetadataComparer$instance;
|
|
132
141
|
|
|
133
142
|
export interface EndpointMetadataComparer_1$instance<TMetadata> {
|
|
143
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_EndpointMetadataComparer_1: never;
|
|
144
|
+
|
|
134
145
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
135
146
|
|
|
136
147
|
Compare(x: Endpoint, y: Endpoint): int;
|
|
@@ -147,6 +158,8 @@ export const EndpointMetadataComparer_1: (abstract new<TMetadata>() => EndpointM
|
|
|
147
158
|
export type EndpointMetadataComparer_1<TMetadata> = EndpointMetadataComparer_1$instance<TMetadata>;
|
|
148
159
|
|
|
149
160
|
export interface EndpointSelector$instance {
|
|
161
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_EndpointSelector: never;
|
|
162
|
+
|
|
150
163
|
SelectAsync(httpContext: HttpContext, candidates: CandidateSet): Task;
|
|
151
164
|
}
|
|
152
165
|
|
|
@@ -157,16 +170,18 @@ export const EndpointSelector: (abstract new() => EndpointSelector) & {
|
|
|
157
170
|
|
|
158
171
|
export type EndpointSelector = EndpointSelector$instance;
|
|
159
172
|
|
|
160
|
-
export interface HostMatcherPolicy$instance extends MatcherPolicy {
|
|
173
|
+
export interface HostMatcherPolicy$instance extends MatcherPolicy, IEndpointComparerPolicy$instance, IEndpointSelectorPolicy$instance, INodeBuilderPolicy$instance {
|
|
174
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_HostMatcherPolicy: never;
|
|
175
|
+
|
|
161
176
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_IEndpointComparerPolicy: never;
|
|
162
177
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_IEndpointSelectorPolicy: never;
|
|
163
178
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_INodeBuilderPolicy: never;
|
|
164
179
|
|
|
165
|
-
readonly Comparer:
|
|
180
|
+
readonly Comparer: IComparer_1<Endpoint>;
|
|
166
181
|
readonly Order: int;
|
|
167
182
|
ApplyAsync(httpContext: HttpContext, candidates: CandidateSet): Task;
|
|
168
|
-
BuildJumpTable(exitDestination: int, edges:
|
|
169
|
-
GetEdges(endpoints:
|
|
183
|
+
BuildJumpTable(exitDestination: int, edges: IReadOnlyList_1<PolicyJumpTableEdge>): PolicyJumpTable;
|
|
184
|
+
GetEdges(endpoints: IReadOnlyList_1<Endpoint>): IReadOnlyList_1<PolicyNodeEdge>;
|
|
170
185
|
}
|
|
171
186
|
|
|
172
187
|
|
|
@@ -181,21 +196,21 @@ export interface __HostMatcherPolicy$views {
|
|
|
181
196
|
As_INodeBuilderPolicy(): INodeBuilderPolicy$instance;
|
|
182
197
|
}
|
|
183
198
|
|
|
184
|
-
export interface HostMatcherPolicy$instance extends IEndpointComparerPolicy$instance, IEndpointSelectorPolicy$instance, INodeBuilderPolicy$instance {}
|
|
185
|
-
|
|
186
199
|
export type HostMatcherPolicy = HostMatcherPolicy$instance & __HostMatcherPolicy$views;
|
|
187
200
|
|
|
188
201
|
|
|
189
|
-
export interface HttpMethodMatcherPolicy$instance extends MatcherPolicy {
|
|
202
|
+
export interface HttpMethodMatcherPolicy$instance extends MatcherPolicy, IEndpointComparerPolicy$instance, IEndpointSelectorPolicy$instance, INodeBuilderPolicy$instance {
|
|
203
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_HttpMethodMatcherPolicy: never;
|
|
204
|
+
|
|
190
205
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_IEndpointComparerPolicy: never;
|
|
191
206
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_IEndpointSelectorPolicy: never;
|
|
192
207
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_Matching_INodeBuilderPolicy: never;
|
|
193
208
|
|
|
194
|
-
readonly Comparer:
|
|
209
|
+
readonly Comparer: IComparer_1<Endpoint>;
|
|
195
210
|
readonly Order: int;
|
|
196
211
|
ApplyAsync(httpContext: HttpContext, candidates: CandidateSet): Task;
|
|
197
|
-
BuildJumpTable(exitDestination: int, edges:
|
|
198
|
-
GetEdges(endpoints:
|
|
212
|
+
BuildJumpTable(exitDestination: int, edges: IReadOnlyList_1<PolicyJumpTableEdge>): PolicyJumpTable;
|
|
213
|
+
GetEdges(endpoints: IReadOnlyList_1<Endpoint>): IReadOnlyList_1<PolicyNodeEdge>;
|
|
199
214
|
}
|
|
200
215
|
|
|
201
216
|
|
|
@@ -210,12 +225,12 @@ export interface __HttpMethodMatcherPolicy$views {
|
|
|
210
225
|
As_INodeBuilderPolicy(): INodeBuilderPolicy$instance;
|
|
211
226
|
}
|
|
212
227
|
|
|
213
|
-
export interface HttpMethodMatcherPolicy$instance extends IEndpointComparerPolicy$instance, IEndpointSelectorPolicy$instance, INodeBuilderPolicy$instance {}
|
|
214
|
-
|
|
215
228
|
export type HttpMethodMatcherPolicy = HttpMethodMatcherPolicy$instance & __HttpMethodMatcherPolicy$views;
|
|
216
229
|
|
|
217
230
|
|
|
218
231
|
export interface PolicyJumpTable$instance {
|
|
232
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_PolicyJumpTable: never;
|
|
233
|
+
|
|
219
234
|
GetDestination(httpContext: HttpContext): int;
|
|
220
235
|
}
|
|
221
236
|
|