@tsonic/aspnetcore 10.0.12 → 10.0.20
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.Authentication/bindings.json +0 -520
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +6 -31
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +0 -140
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +1 -7
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +0 -120
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +1 -6
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +0 -160
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +3 -22
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +0 -340
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +4 -21
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +223 -1903
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +19 -93
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +1 -1
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +0 -180
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +2 -11
- package/Microsoft.AspNetCore.Components.Server/bindings.json +0 -40
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Components.Web/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +4 -23
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Hosting/bindings.json +0 -100
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +0 -5
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +0 -20
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +0 -960
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +3 -49
- package/Microsoft.AspNetCore.Localization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc/bindings.json +0 -660
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +8 -41
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +0 -80
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +15 -595
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +11 -35
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +0 -280
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +5 -18
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +0 -100
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +0 -40
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +3 -63
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +0 -120
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +6 -6
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +0 -600
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +18 -48
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +12 -612
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +3 -29
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +0 -60
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +0 -80
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +2 -6
- package/Microsoft.AspNetCore.SignalR/bindings.json +3 -103
- package/Microsoft.JSInterop/bindings.json +0 -120
- package/Microsoft.JSInterop/internal/index.d.ts +0 -6
- package/Microsoft.JSInterop.Implementation/bindings.json +0 -240
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +1 -13
- package/README.md +58 -2
- package/System.Threading.RateLimiting/bindings.json +16 -16
- package/package.json +4 -4
|
@@ -162,7 +162,6 @@ export interface AcceptedAtActionResult$instance extends ObjectResult$instance {
|
|
|
162
162
|
set RouteValues(value: RouteValueDictionary | undefined);
|
|
163
163
|
get UrlHelper(): IUrlHelper | undefined;
|
|
164
164
|
set UrlHelper(value: IUrlHelper | undefined);
|
|
165
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
166
165
|
OnFormatting(context: ActionContext): void;
|
|
167
166
|
}
|
|
168
167
|
|
|
@@ -192,7 +191,6 @@ export interface AcceptedAtRouteResult$instance extends ObjectResult$instance {
|
|
|
192
191
|
set RouteValues(value: RouteValueDictionary | undefined);
|
|
193
192
|
get UrlHelper(): IUrlHelper | undefined;
|
|
194
193
|
set UrlHelper(value: IUrlHelper | undefined);
|
|
195
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
196
194
|
OnFormatting(context: ActionContext): void;
|
|
197
195
|
}
|
|
198
196
|
|
|
@@ -219,7 +217,6 @@ export interface AcceptedResult$instance extends ObjectResult$instance {
|
|
|
219
217
|
|
|
220
218
|
get Location(): string | undefined;
|
|
221
219
|
set Location(value: string | undefined);
|
|
222
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
223
220
|
OnFormatting(context: ActionContext): void;
|
|
224
221
|
}
|
|
225
222
|
|
|
@@ -359,7 +356,7 @@ export interface __ActionResult_1$views<TValue> {
|
|
|
359
356
|
export type ActionResult_1<TValue> = ActionResult_1$instance<TValue> & __ActionResult_1$views<TValue>;
|
|
360
357
|
|
|
361
358
|
|
|
362
|
-
export interface AntiforgeryValidationFailedResult$instance extends BadRequestResult$instance
|
|
359
|
+
export interface AntiforgeryValidationFailedResult$instance extends BadRequestResult$instance {
|
|
363
360
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_AntiforgeryValidationFailedResult: never;
|
|
364
361
|
|
|
365
362
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Core_Infrastructure_IAntiforgeryValidationFailedResult: never;
|
|
@@ -367,7 +364,6 @@ export interface AntiforgeryValidationFailedResult$instance extends BadRequestRe
|
|
|
367
364
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
|
|
368
365
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
369
366
|
|
|
370
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
371
367
|
}
|
|
372
368
|
|
|
373
369
|
|
|
@@ -544,7 +540,6 @@ export interface BadRequestObjectResult$instance extends ObjectResult$instance {
|
|
|
544
540
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
545
541
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
546
542
|
|
|
547
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
548
543
|
}
|
|
549
544
|
|
|
550
545
|
|
|
@@ -569,7 +564,6 @@ export interface BadRequestResult$instance extends StatusCodeResult$instance {
|
|
|
569
564
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
|
|
570
565
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
571
566
|
|
|
572
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
573
567
|
}
|
|
574
568
|
|
|
575
569
|
|
|
@@ -730,7 +724,6 @@ export interface ConflictObjectResult$instance extends ObjectResult$instance {
|
|
|
730
724
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
731
725
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
732
726
|
|
|
733
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
734
727
|
}
|
|
735
728
|
|
|
736
729
|
|
|
@@ -755,7 +748,6 @@ export interface ConflictResult$instance extends StatusCodeResult$instance {
|
|
|
755
748
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
|
|
756
749
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
757
750
|
|
|
758
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
759
751
|
}
|
|
760
752
|
|
|
761
753
|
|
|
@@ -1139,7 +1131,6 @@ export interface CreatedAtActionResult$instance extends ObjectResult$instance {
|
|
|
1139
1131
|
set RouteValues(value: RouteValueDictionary | undefined);
|
|
1140
1132
|
get UrlHelper(): IUrlHelper | undefined;
|
|
1141
1133
|
set UrlHelper(value: IUrlHelper | undefined);
|
|
1142
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
1143
1134
|
OnFormatting(context: ActionContext): void;
|
|
1144
1135
|
}
|
|
1145
1136
|
|
|
@@ -1169,7 +1160,6 @@ export interface CreatedAtRouteResult$instance extends ObjectResult$instance {
|
|
|
1169
1160
|
set RouteValues(value: RouteValueDictionary | undefined);
|
|
1170
1161
|
get UrlHelper(): IUrlHelper | undefined;
|
|
1171
1162
|
set UrlHelper(value: IUrlHelper | undefined);
|
|
1172
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
1173
1163
|
OnFormatting(context: ActionContext): void;
|
|
1174
1164
|
}
|
|
1175
1165
|
|
|
@@ -1196,7 +1186,6 @@ export interface CreatedResult$instance extends ObjectResult$instance {
|
|
|
1196
1186
|
|
|
1197
1187
|
get Location(): string | undefined;
|
|
1198
1188
|
set Location(value: string | undefined);
|
|
1199
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
1200
1189
|
OnFormatting(context: ActionContext): void;
|
|
1201
1190
|
}
|
|
1202
1191
|
|
|
@@ -1244,13 +1233,12 @@ export interface __DisableRequestSizeLimitAttribute$views {
|
|
|
1244
1233
|
export type DisableRequestSizeLimitAttribute = DisableRequestSizeLimitAttribute$instance & __DisableRequestSizeLimitAttribute$views;
|
|
1245
1234
|
|
|
1246
1235
|
|
|
1247
|
-
export interface EmptyResult$instance extends ActionResult$instance {
|
|
1236
|
+
export interface EmptyResult$instance extends ActionResult$instance, IActionResult$instance {
|
|
1248
1237
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_EmptyResult: never;
|
|
1249
1238
|
|
|
1250
1239
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
1251
1240
|
|
|
1252
1241
|
ExecuteResult(context: ActionContext): void;
|
|
1253
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
1254
1242
|
}
|
|
1255
1243
|
|
|
1256
1244
|
|
|
@@ -1289,7 +1277,7 @@ export interface __FileContentResult$views {
|
|
|
1289
1277
|
export type FileContentResult = FileContentResult$instance & __FileContentResult$views;
|
|
1290
1278
|
|
|
1291
1279
|
|
|
1292
|
-
export interface FileResult$instance extends ActionResult$instance {
|
|
1280
|
+
export interface FileResult$instance extends ActionResult$instance, IActionResult$instance {
|
|
1293
1281
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FileResult: never;
|
|
1294
1282
|
|
|
1295
1283
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -1300,7 +1288,6 @@ export interface FileResult$instance extends ActionResult$instance {
|
|
|
1300
1288
|
set EntityTag(value: EntityTagHeaderValue | undefined);
|
|
1301
1289
|
FileDownloadName: string;
|
|
1302
1290
|
LastModified: Nullable_1<DateTimeOffset>;
|
|
1303
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
1304
1291
|
}
|
|
1305
1292
|
|
|
1306
1293
|
|
|
@@ -1844,14 +1831,13 @@ export interface __MiddlewareFilterAttribute$views {
|
|
|
1844
1831
|
export type MiddlewareFilterAttribute = MiddlewareFilterAttribute$instance & __MiddlewareFilterAttribute$views;
|
|
1845
1832
|
|
|
1846
1833
|
|
|
1847
|
-
export interface MiddlewareFilterAttribute_1$instance<T> extends MiddlewareFilterAttribute$instance, IFilterMetadata {
|
|
1834
|
+
export interface MiddlewareFilterAttribute_1$instance<T> extends MiddlewareFilterAttribute$instance, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
1848
1835
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_MiddlewareFilterAttribute_1: never;
|
|
1849
1836
|
|
|
1850
1837
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
1851
1838
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
1852
1839
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
|
|
1853
1840
|
|
|
1854
|
-
CreateInstance(serviceProvider: IServiceProvider): IFilterMetadata;
|
|
1855
1841
|
}
|
|
1856
1842
|
|
|
1857
1843
|
|
|
@@ -2019,7 +2005,6 @@ export interface NoContentResult$instance extends StatusCodeResult$instance {
|
|
|
2019
2005
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
|
|
2020
2006
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
2021
2007
|
|
|
2022
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
2023
2008
|
}
|
|
2024
2009
|
|
|
2025
2010
|
|
|
@@ -2081,7 +2066,6 @@ export interface NotFoundObjectResult$instance extends ObjectResult$instance {
|
|
|
2081
2066
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2082
2067
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
2083
2068
|
|
|
2084
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
2085
2069
|
}
|
|
2086
2070
|
|
|
2087
2071
|
|
|
@@ -2105,7 +2089,6 @@ export interface NotFoundResult$instance extends StatusCodeResult$instance {
|
|
|
2105
2089
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
|
|
2106
2090
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
2107
2091
|
|
|
2108
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
2109
2092
|
}
|
|
2110
2093
|
|
|
2111
2094
|
|
|
@@ -2159,7 +2142,6 @@ export interface OkObjectResult$instance extends ObjectResult$instance {
|
|
|
2159
2142
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
2160
2143
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
2161
2144
|
|
|
2162
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
2163
2145
|
}
|
|
2164
2146
|
|
|
2165
2147
|
|
|
@@ -2183,7 +2165,6 @@ export interface OkResult$instance extends StatusCodeResult$instance {
|
|
|
2183
2165
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
|
|
2184
2166
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
2185
2167
|
|
|
2186
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
2187
2168
|
}
|
|
2188
2169
|
|
|
2189
2170
|
|
|
@@ -2200,7 +2181,7 @@ export interface __OkResult$views {
|
|
|
2200
2181
|
export type OkResult = OkResult$instance & __OkResult$views;
|
|
2201
2182
|
|
|
2202
2183
|
|
|
2203
|
-
export interface PageRemoteAttribute$instance extends RemoteAttributeBase$instance {
|
|
2184
|
+
export interface PageRemoteAttribute$instance extends RemoteAttributeBase$instance, Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal.IClientModelValidator$instance {
|
|
2204
2185
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_PageRemoteAttribute: never;
|
|
2205
2186
|
|
|
2206
2187
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
|
|
@@ -2209,7 +2190,6 @@ export interface PageRemoteAttribute$instance extends RemoteAttributeBase$instan
|
|
|
2209
2190
|
set PageHandler(value: string | undefined);
|
|
2210
2191
|
get PageName(): string | undefined;
|
|
2211
2192
|
set PageName(value: string | undefined);
|
|
2212
|
-
AddValidation(context: ClientModelValidationContext): void;
|
|
2213
2193
|
GetUrl(context: ClientModelValidationContext): string;
|
|
2214
2194
|
}
|
|
2215
2195
|
|
|
@@ -2340,7 +2320,7 @@ export interface __ProducesAttribute$views {
|
|
|
2340
2320
|
export type ProducesAttribute = ProducesAttribute$instance & __ProducesAttribute$views;
|
|
2341
2321
|
|
|
2342
2322
|
|
|
2343
|
-
export interface ProducesAttribute_1$instance<T> extends ProducesAttribute$instance, IFilterMetadata {
|
|
2323
|
+
export interface ProducesAttribute_1$instance<T> extends ProducesAttribute$instance, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance {
|
|
2344
2324
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesAttribute_1: never;
|
|
2345
2325
|
|
|
2346
2326
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
@@ -2348,9 +2328,6 @@ export interface ProducesAttribute_1$instance<T> extends ProducesAttribute$insta
|
|
|
2348
2328
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
|
|
2349
2329
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IResultFilter: never;
|
|
2350
2330
|
|
|
2351
|
-
OnResultExecuted(context: ResultExecutedContext): void;
|
|
2352
|
-
OnResultExecuting(context: ResultExecutingContext): void;
|
|
2353
|
-
SetContentTypes(contentTypes: MediaTypeCollection): void;
|
|
2354
2331
|
}
|
|
2355
2332
|
|
|
2356
2333
|
|
|
@@ -2442,7 +2419,6 @@ export interface ProducesResponseTypeAttribute_1$instance<T> extends ProducesRes
|
|
|
2442
2419
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
|
|
2443
2420
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
2444
2421
|
|
|
2445
|
-
SetContentTypes(contentTypes: MediaTypeCollection): void;
|
|
2446
2422
|
}
|
|
2447
2423
|
|
|
2448
2424
|
|
|
@@ -2611,12 +2587,11 @@ export interface __RedirectToRouteResult$views {
|
|
|
2611
2587
|
export type RedirectToRouteResult = RedirectToRouteResult$instance & __RedirectToRouteResult$views;
|
|
2612
2588
|
|
|
2613
2589
|
|
|
2614
|
-
export interface RemoteAttribute$instance extends RemoteAttributeBase$instance {
|
|
2590
|
+
export interface RemoteAttribute$instance extends RemoteAttributeBase$instance, Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal.IClientModelValidator$instance {
|
|
2615
2591
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RemoteAttribute: never;
|
|
2616
2592
|
|
|
2617
2593
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
|
|
2618
2594
|
|
|
2619
|
-
AddValidation(context: ClientModelValidationContext): void;
|
|
2620
2595
|
GetUrl(context: ClientModelValidationContext): string;
|
|
2621
2596
|
}
|
|
2622
2597
|
|
|
@@ -2875,7 +2850,6 @@ export interface ServiceFilterAttribute_1$instance<TFilter extends IFilterMetada
|
|
|
2875
2850
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
2876
2851
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
|
|
2877
2852
|
|
|
2878
|
-
CreateInstance(serviceProvider: IServiceProvider): IFilterMetadata;
|
|
2879
2853
|
}
|
|
2880
2854
|
|
|
2881
2855
|
|
|
@@ -2976,7 +2950,7 @@ export interface __SkipStatusCodePagesAttribute$views {
|
|
|
2976
2950
|
export type SkipStatusCodePagesAttribute = SkipStatusCodePagesAttribute$instance & __SkipStatusCodePagesAttribute$views;
|
|
2977
2951
|
|
|
2978
2952
|
|
|
2979
|
-
export interface StatusCodeResult$instance extends ActionResult$instance
|
|
2953
|
+
export interface StatusCodeResult$instance extends ActionResult$instance {
|
|
2980
2954
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_StatusCodeResult: never;
|
|
2981
2955
|
|
|
2982
2956
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
@@ -2985,7 +2959,6 @@ export interface StatusCodeResult$instance extends ActionResult$instance, IClien
|
|
|
2985
2959
|
|
|
2986
2960
|
readonly StatusCode: int;
|
|
2987
2961
|
ExecuteResult(context: ActionContext): void;
|
|
2988
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
2989
2962
|
}
|
|
2990
2963
|
|
|
2991
2964
|
|
|
@@ -3053,7 +3026,6 @@ export interface TypeFilterAttribute_1$instance<TFilter extends IFilterMetadata>
|
|
|
3053
3026
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
3054
3027
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
|
|
3055
3028
|
|
|
3056
|
-
CreateInstance(serviceProvider: IServiceProvider): IFilterMetadata;
|
|
3057
3029
|
}
|
|
3058
3030
|
|
|
3059
3031
|
|
|
@@ -3076,7 +3048,6 @@ export interface UnauthorizedObjectResult$instance extends ObjectResult$instance
|
|
|
3076
3048
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
3077
3049
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
3078
3050
|
|
|
3079
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
3080
3051
|
}
|
|
3081
3052
|
|
|
3082
3053
|
|
|
@@ -3100,7 +3071,6 @@ export interface UnauthorizedResult$instance extends StatusCodeResult$instance {
|
|
|
3100
3071
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
|
|
3101
3072
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
3102
3073
|
|
|
3103
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
3104
3074
|
}
|
|
3105
3075
|
|
|
3106
3076
|
|
|
@@ -3123,7 +3093,6 @@ export interface UnprocessableEntityObjectResult$instance extends ObjectResult$i
|
|
|
3123
3093
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
|
|
3124
3094
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
3125
3095
|
|
|
3126
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
3127
3096
|
}
|
|
3128
3097
|
|
|
3129
3098
|
|
|
@@ -3148,7 +3117,6 @@ export interface UnprocessableEntityResult$instance extends StatusCodeResult$ins
|
|
|
3148
3117
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
|
|
3149
3118
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
3150
3119
|
|
|
3151
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
3152
3120
|
}
|
|
3153
3121
|
|
|
3154
3122
|
|
|
@@ -3172,7 +3140,6 @@ export interface UnsupportedMediaTypeResult$instance extends StatusCodeResult$in
|
|
|
3172
3140
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
|
|
3173
3141
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
3174
3142
|
|
|
3175
|
-
ExecuteResultAsync(context: ActionContext): Task;
|
|
3176
3143
|
}
|
|
3177
3144
|
|
|
3178
3145
|
|
|
@@ -626,26 +626,6 @@
|
|
|
626
626
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.ApplicationParts.CompiledRazorAssemblyApplicationPartFactory",
|
|
627
627
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
628
628
|
"isExtensionMethod": false
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.ApplicationParts.CompiledRazorAssemblyApplicationPartFactory::GetApplicationParts(System.Reflection.Assembly):System.Collections.Generic.IEnumerable_1",
|
|
632
|
-
"clrName": "GetApplicationParts",
|
|
633
|
-
"metadataToken": 0,
|
|
634
|
-
"canonicalSignature": "(System.Reflection.Assembly):System.Collections.Generic.IEnumerable_1",
|
|
635
|
-
"normalizedSignature": "GetApplicationParts|(System.Reflection.Assembly):System.Collections.Generic.IEnumerable_1|static=false",
|
|
636
|
-
"emitScope": "ClassSurface",
|
|
637
|
-
"provenance": "BaseOverload",
|
|
638
|
-
"arity": 0,
|
|
639
|
-
"parameterCount": 1,
|
|
640
|
-
"isStatic": false,
|
|
641
|
-
"isAbstract": true,
|
|
642
|
-
"isVirtual": true,
|
|
643
|
-
"isOverride": false,
|
|
644
|
-
"isSealed": false,
|
|
645
|
-
"visibility": "Public",
|
|
646
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ApplicationParts.CompiledRazorAssemblyApplicationPartFactory",
|
|
647
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
648
|
-
"isExtensionMethod": false
|
|
649
629
|
}
|
|
650
630
|
],
|
|
651
631
|
"properties": [],
|
|
@@ -798,26 +778,6 @@
|
|
|
798
778
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFactory",
|
|
799
779
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
800
780
|
"isExtensionMethod": false
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Razor:Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFactory::GetApplicationParts(System.Reflection.Assembly):System.Collections.Generic.IEnumerable_1",
|
|
804
|
-
"clrName": "GetApplicationParts",
|
|
805
|
-
"metadataToken": 0,
|
|
806
|
-
"canonicalSignature": "(System.Reflection.Assembly):System.Collections.Generic.IEnumerable_1",
|
|
807
|
-
"normalizedSignature": "GetApplicationParts|(System.Reflection.Assembly):System.Collections.Generic.IEnumerable_1|static=false",
|
|
808
|
-
"emitScope": "ClassSurface",
|
|
809
|
-
"provenance": "BaseOverload",
|
|
810
|
-
"arity": 0,
|
|
811
|
-
"parameterCount": 1,
|
|
812
|
-
"isStatic": false,
|
|
813
|
-
"isAbstract": true,
|
|
814
|
-
"isVirtual": true,
|
|
815
|
-
"isOverride": false,
|
|
816
|
-
"isSealed": false,
|
|
817
|
-
"visibility": "Public",
|
|
818
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFactory",
|
|
819
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Razor",
|
|
820
|
-
"isExtensionMethod": false
|
|
821
781
|
}
|
|
822
782
|
],
|
|
823
783
|
"properties": [],
|
|
@@ -892,26 +852,6 @@
|
|
|
892
852
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.ApplicationParts.DefaultApplicationPartFactory",
|
|
893
853
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
894
854
|
"isExtensionMethod": false
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApplicationParts.DefaultApplicationPartFactory::GetApplicationParts(System.Reflection.Assembly):System.Collections.Generic.IEnumerable_1",
|
|
898
|
-
"clrName": "GetApplicationParts",
|
|
899
|
-
"metadataToken": 0,
|
|
900
|
-
"canonicalSignature": "(System.Reflection.Assembly):System.Collections.Generic.IEnumerable_1",
|
|
901
|
-
"normalizedSignature": "GetApplicationParts|(System.Reflection.Assembly):System.Collections.Generic.IEnumerable_1|static=false",
|
|
902
|
-
"emitScope": "ClassSurface",
|
|
903
|
-
"provenance": "BaseOverload",
|
|
904
|
-
"arity": 0,
|
|
905
|
-
"parameterCount": 1,
|
|
906
|
-
"isStatic": false,
|
|
907
|
-
"isAbstract": true,
|
|
908
|
-
"isVirtual": true,
|
|
909
|
-
"isOverride": false,
|
|
910
|
-
"isSealed": false,
|
|
911
|
-
"visibility": "Public",
|
|
912
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ApplicationParts.DefaultApplicationPartFactory",
|
|
913
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
914
|
-
"isExtensionMethod": false
|
|
915
855
|
}
|
|
916
856
|
],
|
|
917
857
|
"properties": [
|
|
@@ -986,26 +926,6 @@
|
|
|
986
926
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.ApplicationParts.NullApplicationPartFactory",
|
|
987
927
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
988
928
|
"isExtensionMethod": false
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApplicationParts.NullApplicationPartFactory::GetApplicationParts(System.Reflection.Assembly):System.Collections.Generic.IEnumerable_1",
|
|
992
|
-
"clrName": "GetApplicationParts",
|
|
993
|
-
"metadataToken": 0,
|
|
994
|
-
"canonicalSignature": "(System.Reflection.Assembly):System.Collections.Generic.IEnumerable_1",
|
|
995
|
-
"normalizedSignature": "GetApplicationParts|(System.Reflection.Assembly):System.Collections.Generic.IEnumerable_1|static=false",
|
|
996
|
-
"emitScope": "ClassSurface",
|
|
997
|
-
"provenance": "BaseOverload",
|
|
998
|
-
"arity": 0,
|
|
999
|
-
"parameterCount": 1,
|
|
1000
|
-
"isStatic": false,
|
|
1001
|
-
"isAbstract": true,
|
|
1002
|
-
"isVirtual": true,
|
|
1003
|
-
"isOverride": false,
|
|
1004
|
-
"isSealed": false,
|
|
1005
|
-
"visibility": "Public",
|
|
1006
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ApplicationParts.NullApplicationPartFactory",
|
|
1007
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1008
|
-
"isExtensionMethod": false
|
|
1009
929
|
}
|
|
1010
930
|
],
|
|
1011
931
|
"properties": [],
|
|
@@ -200,26 +200,6 @@
|
|
|
200
200
|
"isExtensionMethod": false,
|
|
201
201
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.DataAnnotations.IAttributeAdapter"
|
|
202
202
|
},
|
|
203
|
-
{
|
|
204
|
-
"stableId": "Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations.AttributeAdapterBase\u00601::AddValidation(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext):System.Void",
|
|
205
|
-
"clrName": "AddValidation",
|
|
206
|
-
"metadataToken": 0,
|
|
207
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext):System.Void",
|
|
208
|
-
"normalizedSignature": "AddValidation|(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext):System.Void|static=false",
|
|
209
|
-
"emitScope": "ClassSurface",
|
|
210
|
-
"provenance": "BaseOverload",
|
|
211
|
-
"arity": 0,
|
|
212
|
-
"parameterCount": 1,
|
|
213
|
-
"isStatic": false,
|
|
214
|
-
"isAbstract": true,
|
|
215
|
-
"isVirtual": true,
|
|
216
|
-
"isOverride": false,
|
|
217
|
-
"isSealed": false,
|
|
218
|
-
"visibility": "Public",
|
|
219
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.DataAnnotations.AttributeAdapterBase\u00601",
|
|
220
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.DataAnnotations",
|
|
221
|
-
"isExtensionMethod": false
|
|
222
|
-
},
|
|
223
203
|
{
|
|
224
204
|
"stableId": "Microsoft.AspNetCore.Mvc.DataAnnotations:Microsoft.AspNetCore.Mvc.DataAnnotations.AttributeAdapterBase\u00601::GetErrorMessage(Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Object[]):System.String",
|
|
225
205
|
"clrName": "GetErrorMessage",
|
|
@@ -48,7 +48,7 @@ export interface AttributeAdapterBase_1$instance<TAttribute extends ValidationAt
|
|
|
48
48
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_DataAnnotations_IAttributeAdapter: never;
|
|
49
49
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
|
|
50
50
|
|
|
51
|
-
|
|
51
|
+
GetErrorMessage(validationContext: ModelValidationContextBase): string;
|
|
52
52
|
GetErrorMessage(modelMetadata: ModelMetadata, ...arguments: unknown[]): string;
|
|
53
53
|
}
|
|
54
54
|
|