@tsonic/aspnetcore 10.0.5 → 10.0.6
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 +183 -113
- 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 +287 -189
- 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 +35 -13
- 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 +278 -204
- 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 +97 -89
- 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 +173 -171
- 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 +572 -456
- 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 +32 -24
- 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 -68
- 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 +92 -66
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +211 -135
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +126 -104
- 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 +24 -18
- 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 +58 -48
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +189 -145
- 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 +59 -31
- 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 +187 -131
- 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 +41 -25
- 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 +139 -91
- 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,10 +11,10 @@ import type { FilterDescriptor } from "../../Microsoft.AspNetCore.Mvc.Filters/in
|
|
|
11
11
|
import type { BindingInfo } from "../../Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js";
|
|
12
12
|
import type { AttributeRouteInfo } from "../../Microsoft.AspNetCore.Mvc.Routing/internal/index.js";
|
|
13
13
|
import type { ActionContext } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
|
|
14
|
-
import type {
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import type {
|
|
14
|
+
import type { IDictionary_2, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
15
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
16
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
17
|
+
import type { Int32, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
18
18
|
|
|
19
19
|
export interface IActionDescriptorProvider$instance {
|
|
20
20
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Abstractions_IActionDescriptorProvider: never;
|
|
@@ -46,19 +46,21 @@ export interface IActionInvokerProvider$instance {
|
|
|
46
46
|
export type IActionInvokerProvider = IActionInvokerProvider$instance;
|
|
47
47
|
|
|
48
48
|
export interface ActionDescriptor$instance {
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Abstractions_ActionDescriptor: never;
|
|
50
|
+
|
|
51
|
+
get ActionConstraints(): IList_1<IActionConstraintMetadata> | undefined;
|
|
52
|
+
set ActionConstraints(value: IList_1<IActionConstraintMetadata> | undefined);
|
|
51
53
|
get AttributeRouteInfo(): AttributeRouteInfo | undefined;
|
|
52
54
|
set AttributeRouteInfo(value: AttributeRouteInfo | undefined);
|
|
53
|
-
BoundProperties:
|
|
55
|
+
BoundProperties: IList_1<ParameterDescriptor>;
|
|
54
56
|
get DisplayName(): string | undefined;
|
|
55
57
|
set DisplayName(value: string | undefined);
|
|
56
|
-
EndpointMetadata:
|
|
57
|
-
FilterDescriptors:
|
|
58
|
+
EndpointMetadata: IList_1<unknown>;
|
|
59
|
+
FilterDescriptors: IList_1<FilterDescriptor>;
|
|
58
60
|
readonly Id: string;
|
|
59
|
-
Parameters:
|
|
60
|
-
Properties:
|
|
61
|
-
RouteValues:
|
|
61
|
+
Parameters: IList_1<ParameterDescriptor>;
|
|
62
|
+
Properties: IDictionary_2<unknown, unknown | undefined>;
|
|
63
|
+
RouteValues: IDictionary_2<System_Internal.String, string | undefined>;
|
|
62
64
|
}
|
|
63
65
|
|
|
64
66
|
|
|
@@ -70,7 +72,9 @@ export const ActionDescriptor: {
|
|
|
70
72
|
export type ActionDescriptor = ActionDescriptor$instance;
|
|
71
73
|
|
|
72
74
|
export interface ActionDescriptorProviderContext$instance {
|
|
73
|
-
readonly
|
|
75
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Abstractions_ActionDescriptorProviderContext: never;
|
|
76
|
+
|
|
77
|
+
readonly Results: IList_1<ActionDescriptor>;
|
|
74
78
|
}
|
|
75
79
|
|
|
76
80
|
|
|
@@ -82,6 +86,8 @@ export const ActionDescriptorProviderContext: {
|
|
|
82
86
|
export type ActionDescriptorProviderContext = ActionDescriptorProviderContext$instance;
|
|
83
87
|
|
|
84
88
|
export interface ActionInvokerProviderContext$instance {
|
|
89
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Abstractions_ActionInvokerProviderContext: never;
|
|
90
|
+
|
|
85
91
|
readonly ActionContext: ActionContext;
|
|
86
92
|
get Result(): IActionInvoker | undefined;
|
|
87
93
|
set Result(value: IActionInvoker | undefined);
|
|
@@ -96,6 +102,8 @@ export const ActionInvokerProviderContext: {
|
|
|
96
102
|
export type ActionInvokerProviderContext = ActionInvokerProviderContext$instance;
|
|
97
103
|
|
|
98
104
|
export interface ParameterDescriptor$instance {
|
|
105
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Abstractions_ParameterDescriptor: never;
|
|
106
|
+
|
|
99
107
|
get BindingInfo(): BindingInfo | undefined;
|
|
100
108
|
set BindingInfo(value: BindingInfo | undefined);
|
|
101
109
|
Name: string;
|
|
@@ -9,9 +9,9 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import type { HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
10
10
|
import type { ActionDescriptor } from "../../Microsoft.AspNetCore.Mvc.Abstractions/internal/index.js";
|
|
11
11
|
import type { RouteContext } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
12
|
-
import type {
|
|
13
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
14
|
-
import type { Attribute, Boolean as ClrBoolean, Int32, IServiceProvider, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
12
|
+
import type { IEnumerable_1, IList_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
13
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
14
|
+
import type { Attribute, Boolean as ClrBoolean, Int32, IServiceProvider, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
15
15
|
|
|
16
16
|
export interface IActionConstraint$instance extends IActionConstraintMetadata {
|
|
17
17
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ActionConstraints_IActionConstraint: never;
|
|
@@ -56,20 +56,24 @@ export interface IActionConstraintProvider$instance {
|
|
|
56
56
|
export type IActionConstraintProvider = IActionConstraintProvider$instance;
|
|
57
57
|
|
|
58
58
|
export interface ActionSelectorCandidate$instance {
|
|
59
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionConstraints_ActionSelectorCandidate: never;
|
|
60
|
+
|
|
59
61
|
readonly Action: ActionDescriptor;
|
|
60
|
-
readonly Constraints:
|
|
62
|
+
readonly Constraints: IReadOnlyList_1<IActionConstraint> | undefined;
|
|
61
63
|
}
|
|
62
64
|
|
|
63
65
|
|
|
64
66
|
export const ActionSelectorCandidate: {
|
|
65
|
-
new(action: ActionDescriptor, constraints:
|
|
67
|
+
new(action: ActionDescriptor, constraints: IReadOnlyList_1<IActionConstraint>): ActionSelectorCandidate;
|
|
66
68
|
};
|
|
67
69
|
|
|
68
70
|
|
|
69
71
|
export type ActionSelectorCandidate = ActionSelectorCandidate$instance;
|
|
70
72
|
|
|
71
73
|
export interface ActionConstraintContext$instance {
|
|
72
|
-
|
|
74
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionConstraints_ActionConstraintContext: never;
|
|
75
|
+
|
|
76
|
+
Candidates: IReadOnlyList_1<ActionSelectorCandidate>;
|
|
73
77
|
CurrentCandidate: ActionSelectorCandidate;
|
|
74
78
|
RouteContext: RouteContext;
|
|
75
79
|
}
|
|
@@ -83,6 +87,8 @@ export const ActionConstraintContext: {
|
|
|
83
87
|
export type ActionConstraintContext = ActionConstraintContext$instance;
|
|
84
88
|
|
|
85
89
|
export interface ActionConstraintItem$instance {
|
|
90
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionConstraints_ActionConstraintItem: never;
|
|
91
|
+
|
|
86
92
|
get Constraint(): IActionConstraint | undefined;
|
|
87
93
|
set Constraint(value: IActionConstraint | undefined);
|
|
88
94
|
IsReusable: boolean;
|
|
@@ -98,20 +104,24 @@ export const ActionConstraintItem: {
|
|
|
98
104
|
export type ActionConstraintItem = ActionConstraintItem$instance;
|
|
99
105
|
|
|
100
106
|
export interface ActionConstraintProviderContext$instance {
|
|
107
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionConstraints_ActionConstraintProviderContext: never;
|
|
108
|
+
|
|
101
109
|
readonly Action: ActionDescriptor;
|
|
102
110
|
readonly HttpContext: HttpContext;
|
|
103
|
-
readonly Results:
|
|
111
|
+
readonly Results: IList_1<ActionConstraintItem>;
|
|
104
112
|
}
|
|
105
113
|
|
|
106
114
|
|
|
107
115
|
export const ActionConstraintProviderContext: {
|
|
108
|
-
new(context: HttpContext, action: ActionDescriptor, items:
|
|
116
|
+
new(context: HttpContext, action: ActionDescriptor, items: IList_1<ActionConstraintItem>): ActionConstraintProviderContext;
|
|
109
117
|
};
|
|
110
118
|
|
|
111
119
|
|
|
112
120
|
export type ActionConstraintProviderContext = ActionConstraintProviderContext$instance;
|
|
113
121
|
|
|
114
122
|
export interface ActionMethodSelectorAttribute$instance extends Attribute, IActionConstraintMetadata {
|
|
123
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionConstraints_ActionMethodSelectorAttribute: never;
|
|
124
|
+
|
|
115
125
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ActionConstraints_IActionConstraint: never;
|
|
116
126
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ActionConstraints_IActionConstraintMetadata: never;
|
|
117
127
|
|
|
@@ -132,18 +142,20 @@ export interface __ActionMethodSelectorAttribute$views {
|
|
|
132
142
|
export type ActionMethodSelectorAttribute = ActionMethodSelectorAttribute$instance & __ActionMethodSelectorAttribute$views;
|
|
133
143
|
|
|
134
144
|
|
|
135
|
-
export interface HttpMethodActionConstraint$instance extends IActionConstraintMetadata {
|
|
145
|
+
export interface HttpMethodActionConstraint$instance extends IActionConstraintMetadata, IActionConstraint$instance {
|
|
146
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionConstraints_HttpMethodActionConstraint: never;
|
|
147
|
+
|
|
136
148
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ActionConstraints_IActionConstraint: never;
|
|
137
149
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ActionConstraints_IActionConstraintMetadata: never;
|
|
138
150
|
|
|
139
|
-
readonly HttpMethods:
|
|
151
|
+
readonly HttpMethods: IEnumerable_1<System_Internal.String>;
|
|
140
152
|
readonly Order: int;
|
|
141
153
|
Accept(context: ActionConstraintContext): boolean;
|
|
142
154
|
}
|
|
143
155
|
|
|
144
156
|
|
|
145
157
|
export const HttpMethodActionConstraint: {
|
|
146
|
-
new(httpMethods:
|
|
158
|
+
new(httpMethods: IEnumerable_1<System_Internal.String>): HttpMethodActionConstraint;
|
|
147
159
|
readonly HttpMethodConstraintOrder: int;
|
|
148
160
|
};
|
|
149
161
|
|
|
@@ -152,8 +164,6 @@ export interface __HttpMethodActionConstraint$views {
|
|
|
152
164
|
As_IActionConstraint(): IActionConstraint$instance;
|
|
153
165
|
}
|
|
154
166
|
|
|
155
|
-
export interface HttpMethodActionConstraint$instance extends IActionConstraint$instance {}
|
|
156
|
-
|
|
157
167
|
export type HttpMethodActionConstraint = HttpMethodActionConstraint$instance & __HttpMethodActionConstraint$views;
|
|
158
168
|
|
|
159
169
|
|
|
@@ -14,10 +14,10 @@ import type { IActionDescriptorCollectionProvider, IActionResultTypeMapper } fro
|
|
|
14
14
|
import type { BindingInfo, BindingSource, IModelMetadataProvider, ModelMetadata } from "../../Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js";
|
|
15
15
|
import type { MvcOptions } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
|
|
16
16
|
import type { IInlineConstraintResolver, IRouteConstraint, RouteOptions } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
17
|
-
import type {
|
|
18
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
19
|
-
import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System.js";
|
|
20
|
-
import type {
|
|
17
|
+
import type { IDictionary_2, IEnumerable_1, IList_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
18
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
19
|
+
import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
20
|
+
import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
|
|
21
21
|
|
|
22
22
|
export enum ApiConventionNameMatchBehavior {
|
|
23
23
|
Any = 0,
|
|
@@ -87,7 +87,7 @@ export type IApiDescriptionVisibilityProvider = IApiDescriptionVisibilityProvide
|
|
|
87
87
|
export interface IApiRequestFormatMetadataProvider$instance {
|
|
88
88
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiRequestFormatMetadataProvider: never;
|
|
89
89
|
|
|
90
|
-
GetSupportedContentTypes(contentType: string, objectType: Type):
|
|
90
|
+
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
|
|
@@ -121,13 +121,15 @@ export type IApiResponseMetadataProvider = IApiResponseMetadataProvider$instance
|
|
|
121
121
|
export interface IApiResponseTypeMetadataProvider$instance {
|
|
122
122
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
123
123
|
|
|
124
|
-
GetSupportedContentTypes(contentType: string, objectType: Type):
|
|
124
|
+
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> | undefined;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
|
|
128
128
|
export type IApiResponseTypeMetadataProvider = IApiResponseTypeMetadataProvider$instance;
|
|
129
129
|
|
|
130
130
|
export interface ApiConventionNameMatchAttribute$instance extends Attribute {
|
|
131
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiConventionNameMatchAttribute: never;
|
|
132
|
+
|
|
131
133
|
readonly MatchBehavior: ApiConventionNameMatchBehavior;
|
|
132
134
|
}
|
|
133
135
|
|
|
@@ -140,18 +142,22 @@ export const ApiConventionNameMatchAttribute: {
|
|
|
140
142
|
export type ApiConventionNameMatchAttribute = ApiConventionNameMatchAttribute$instance;
|
|
141
143
|
|
|
142
144
|
export interface ApiConventionResult$instance {
|
|
143
|
-
readonly
|
|
145
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiConventionResult: never;
|
|
146
|
+
|
|
147
|
+
readonly ResponseMetadataProviders: IReadOnlyList_1<IApiResponseMetadataProvider>;
|
|
144
148
|
}
|
|
145
149
|
|
|
146
150
|
|
|
147
151
|
export const ApiConventionResult: {
|
|
148
|
-
new(responseMetadataProviders:
|
|
152
|
+
new(responseMetadataProviders: IReadOnlyList_1<IApiResponseMetadataProvider>): ApiConventionResult;
|
|
149
153
|
};
|
|
150
154
|
|
|
151
155
|
|
|
152
156
|
export type ApiConventionResult = ApiConventionResult$instance;
|
|
153
157
|
|
|
154
158
|
export interface ApiConventionTypeMatchAttribute$instance extends Attribute {
|
|
159
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiConventionTypeMatchAttribute: never;
|
|
160
|
+
|
|
155
161
|
readonly MatchBehavior: ApiConventionTypeMatchBehavior;
|
|
156
162
|
}
|
|
157
163
|
|
|
@@ -164,17 +170,19 @@ export const ApiConventionTypeMatchAttribute: {
|
|
|
164
170
|
export type ApiConventionTypeMatchAttribute = ApiConventionTypeMatchAttribute$instance;
|
|
165
171
|
|
|
166
172
|
export interface ApiDescription$instance {
|
|
173
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiDescription: never;
|
|
174
|
+
|
|
167
175
|
ActionDescriptor: ActionDescriptor;
|
|
168
176
|
get GroupName(): string | undefined;
|
|
169
177
|
set GroupName(value: string | undefined);
|
|
170
178
|
get HttpMethod(): string | undefined;
|
|
171
179
|
set HttpMethod(value: string | undefined);
|
|
172
|
-
readonly ParameterDescriptions:
|
|
173
|
-
readonly Properties:
|
|
180
|
+
readonly ParameterDescriptions: IList_1<ApiParameterDescription>;
|
|
181
|
+
readonly Properties: IDictionary_2<unknown, unknown>;
|
|
174
182
|
get RelativePath(): string | undefined;
|
|
175
183
|
set RelativePath(value: string | undefined);
|
|
176
|
-
readonly SupportedRequestFormats:
|
|
177
|
-
readonly SupportedResponseTypes:
|
|
184
|
+
readonly SupportedRequestFormats: IList_1<ApiRequestFormat>;
|
|
185
|
+
readonly SupportedResponseTypes: IList_1<ApiResponseType>;
|
|
178
186
|
}
|
|
179
187
|
|
|
180
188
|
|
|
@@ -186,32 +194,38 @@ export const ApiDescription: {
|
|
|
186
194
|
export type ApiDescription = ApiDescription$instance;
|
|
187
195
|
|
|
188
196
|
export interface ApiDescriptionGroup$instance {
|
|
197
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiDescriptionGroup: never;
|
|
198
|
+
|
|
189
199
|
readonly GroupName: string | undefined;
|
|
190
|
-
readonly Items:
|
|
200
|
+
readonly Items: IReadOnlyList_1<ApiDescription>;
|
|
191
201
|
}
|
|
192
202
|
|
|
193
203
|
|
|
194
204
|
export const ApiDescriptionGroup: {
|
|
195
|
-
new(groupName: string, items:
|
|
205
|
+
new(groupName: string, items: IReadOnlyList_1<ApiDescription>): ApiDescriptionGroup;
|
|
196
206
|
};
|
|
197
207
|
|
|
198
208
|
|
|
199
209
|
export type ApiDescriptionGroup = ApiDescriptionGroup$instance;
|
|
200
210
|
|
|
201
211
|
export interface ApiDescriptionGroupCollection$instance {
|
|
202
|
-
readonly
|
|
212
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiDescriptionGroupCollection: never;
|
|
213
|
+
|
|
214
|
+
readonly Items: IReadOnlyList_1<ApiDescriptionGroup>;
|
|
203
215
|
readonly Version: int;
|
|
204
216
|
}
|
|
205
217
|
|
|
206
218
|
|
|
207
219
|
export const ApiDescriptionGroupCollection: {
|
|
208
|
-
new(items:
|
|
220
|
+
new(items: IReadOnlyList_1<ApiDescriptionGroup>, version: int): ApiDescriptionGroupCollection;
|
|
209
221
|
};
|
|
210
222
|
|
|
211
223
|
|
|
212
224
|
export type ApiDescriptionGroupCollection = ApiDescriptionGroupCollection$instance;
|
|
213
225
|
|
|
214
|
-
export interface ApiDescriptionGroupCollectionProvider$instance {
|
|
226
|
+
export interface ApiDescriptionGroupCollectionProvider$instance extends IApiDescriptionGroupCollectionProvider$instance {
|
|
227
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiDescriptionGroupCollectionProvider: never;
|
|
228
|
+
|
|
215
229
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiDescriptionGroupCollectionProvider: never;
|
|
216
230
|
|
|
217
231
|
readonly ApiDescriptionGroups: ApiDescriptionGroupCollection;
|
|
@@ -219,7 +233,7 @@ export interface ApiDescriptionGroupCollectionProvider$instance {
|
|
|
219
233
|
|
|
220
234
|
|
|
221
235
|
export const ApiDescriptionGroupCollectionProvider: {
|
|
222
|
-
new(actionDescriptorCollectionProvider: IActionDescriptorCollectionProvider, apiDescriptionProviders:
|
|
236
|
+
new(actionDescriptorCollectionProvider: IActionDescriptorCollectionProvider, apiDescriptionProviders: IEnumerable_1<IApiDescriptionProvider>): ApiDescriptionGroupCollectionProvider;
|
|
223
237
|
};
|
|
224
238
|
|
|
225
239
|
|
|
@@ -227,25 +241,27 @@ export interface __ApiDescriptionGroupCollectionProvider$views {
|
|
|
227
241
|
As_IApiDescriptionGroupCollectionProvider(): IApiDescriptionGroupCollectionProvider$instance;
|
|
228
242
|
}
|
|
229
243
|
|
|
230
|
-
export interface ApiDescriptionGroupCollectionProvider$instance extends IApiDescriptionGroupCollectionProvider$instance {}
|
|
231
|
-
|
|
232
244
|
export type ApiDescriptionGroupCollectionProvider = ApiDescriptionGroupCollectionProvider$instance & __ApiDescriptionGroupCollectionProvider$views;
|
|
233
245
|
|
|
234
246
|
|
|
235
247
|
export interface ApiDescriptionProviderContext$instance {
|
|
236
|
-
readonly
|
|
237
|
-
|
|
248
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiDescriptionProviderContext: never;
|
|
249
|
+
|
|
250
|
+
readonly Actions: IReadOnlyList_1<ActionDescriptor>;
|
|
251
|
+
readonly Results: IList_1<ApiDescription>;
|
|
238
252
|
}
|
|
239
253
|
|
|
240
254
|
|
|
241
255
|
export const ApiDescriptionProviderContext: {
|
|
242
|
-
new(actions:
|
|
256
|
+
new(actions: IReadOnlyList_1<ActionDescriptor>): ApiDescriptionProviderContext;
|
|
243
257
|
};
|
|
244
258
|
|
|
245
259
|
|
|
246
260
|
export type ApiDescriptionProviderContext = ApiDescriptionProviderContext$instance;
|
|
247
261
|
|
|
248
262
|
export interface ApiParameterDescription$instance {
|
|
263
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiParameterDescription: never;
|
|
264
|
+
|
|
249
265
|
get BindingInfo(): BindingInfo | undefined;
|
|
250
266
|
set BindingInfo(value: BindingInfo | undefined);
|
|
251
267
|
get DefaultValue(): unknown | undefined;
|
|
@@ -269,8 +285,10 @@ export const ApiParameterDescription: {
|
|
|
269
285
|
export type ApiParameterDescription = ApiParameterDescription$instance;
|
|
270
286
|
|
|
271
287
|
export interface ApiParameterRouteInfo$instance {
|
|
272
|
-
|
|
273
|
-
|
|
288
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiParameterRouteInfo: never;
|
|
289
|
+
|
|
290
|
+
get Constraints(): IEnumerable_1<IRouteConstraint> | undefined;
|
|
291
|
+
set Constraints(value: IEnumerable_1<IRouteConstraint> | undefined);
|
|
274
292
|
get DefaultValue(): unknown | undefined;
|
|
275
293
|
set DefaultValue(value: unknown | undefined);
|
|
276
294
|
IsOptional: boolean;
|
|
@@ -285,6 +303,8 @@ export const ApiParameterRouteInfo: {
|
|
|
285
303
|
export type ApiParameterRouteInfo = ApiParameterRouteInfo$instance;
|
|
286
304
|
|
|
287
305
|
export interface ApiRequestFormat$instance {
|
|
306
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiRequestFormat: never;
|
|
307
|
+
|
|
288
308
|
Formatter: IInputFormatter;
|
|
289
309
|
MediaType: string;
|
|
290
310
|
}
|
|
@@ -298,6 +318,8 @@ export const ApiRequestFormat: {
|
|
|
298
318
|
export type ApiRequestFormat = ApiRequestFormat$instance;
|
|
299
319
|
|
|
300
320
|
export interface ApiResponseFormat$instance {
|
|
321
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiResponseFormat: never;
|
|
322
|
+
|
|
301
323
|
Formatter: IOutputFormatter;
|
|
302
324
|
MediaType: string;
|
|
303
325
|
}
|
|
@@ -311,7 +333,9 @@ export const ApiResponseFormat: {
|
|
|
311
333
|
export type ApiResponseFormat = ApiResponseFormat$instance;
|
|
312
334
|
|
|
313
335
|
export interface ApiResponseType$instance {
|
|
314
|
-
|
|
336
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_ApiResponseType: never;
|
|
337
|
+
|
|
338
|
+
ApiResponseFormats: IList_1<ApiResponseFormat>;
|
|
315
339
|
get Description(): string | undefined;
|
|
316
340
|
set Description(value: string | undefined);
|
|
317
341
|
IsDefaultResponse: boolean;
|
|
@@ -330,7 +354,9 @@ export const ApiResponseType: {
|
|
|
330
354
|
|
|
331
355
|
export type ApiResponseType = ApiResponseType$instance;
|
|
332
356
|
|
|
333
|
-
export interface DefaultApiDescriptionProvider$instance {
|
|
357
|
+
export interface DefaultApiDescriptionProvider$instance extends IApiDescriptionProvider$instance {
|
|
358
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorer_DefaultApiDescriptionProvider: never;
|
|
359
|
+
|
|
334
360
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiDescriptionProvider: never;
|
|
335
361
|
|
|
336
362
|
readonly Order: int;
|
|
@@ -340,7 +366,7 @@ export interface DefaultApiDescriptionProvider$instance {
|
|
|
340
366
|
|
|
341
367
|
|
|
342
368
|
export const DefaultApiDescriptionProvider: {
|
|
343
|
-
new(optionsAccessor:
|
|
369
|
+
new(optionsAccessor: IOptions_1<MvcOptions>, constraintResolver: IInlineConstraintResolver, modelMetadataProvider: IModelMetadataProvider, mapper: IActionResultTypeMapper, routeOptions: IOptions_1<RouteOptions>): DefaultApiDescriptionProvider;
|
|
344
370
|
};
|
|
345
371
|
|
|
346
372
|
|
|
@@ -348,8 +374,6 @@ export interface __DefaultApiDescriptionProvider$views {
|
|
|
348
374
|
As_IApiDescriptionProvider(): IApiDescriptionProvider$instance;
|
|
349
375
|
}
|
|
350
376
|
|
|
351
|
-
export interface DefaultApiDescriptionProvider$instance extends IApiDescriptionProvider$instance {}
|
|
352
|
-
|
|
353
377
|
export type DefaultApiDescriptionProvider = DefaultApiDescriptionProvider$instance & __DefaultApiDescriptionProvider$views;
|
|
354
378
|
|
|
355
379
|
|